@import url('https://fonts.googleapis.com/css?family=Kurale|Lobster&subset=cyrillic-ext');

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif;
  }
}
.callout {
  margin-bottom: 25px;
  padding: 20px;
  border-left: 3px solid #eeeeee;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout-danger {
  background-color: #fdf7f7;
  border-color: #ebccd1;
}
.callout-danger h4 {
  color: #a94442;
}
.callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.callout-warning h4 {
  color: #8a6d3b;
}
.callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.callout-info h4 {
  color: #31708f;
}
.callout-success {
  background-color: #f9fdf7;
  border-color: #d6e9c6;
}
.callout-success h4 {
  color: #3c763d;
}
.t-ww {
  word-wrap: break-word;
  word-break: break-word;
}
.border-none {
  border: 0;
}
.pos-r {
  position: relative !important;
}
.pos-a {
  position: absolute !important;
}
.pos-f {
  position: fixed !important;
}
.w-sm {
  width: 25% !important;
}
.w-md {
  width: 50% !important;
}
.w-lg {
  width: 75% !important;
}
.w-full {
  width: 100% !important;
}
.w-50 {
  width: 50px !important;
}
.w-100 {
  width: 100px !important;
}
.w-120 {
  width: 120px !important;
}
.w-130 {
  width: 130px !important;
}
.w-140 {
  width: 140px !important;
}
.w-150 {
  width: 150px !important;
}
.w-200 {
  width: 200px !important;
}
.w-300 {
  width: 300px !important;
}
.w-350 {
  width: 350px !important;
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-a {
  margin: 20px !important;
}
.m-t {
  margin-top: 20px !important;
}
.m-r {
  margin-right: 20px !important;
}
.m-b {
  margin-bottom: 20px !important;
}
.m-l {
  margin-left: 20px !important;
}
.m-x {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.m-y {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-xs {
  margin: 5px !important;
}
.m-t-xs {
  margin-top: 5px !important;
}
.m-r-xs {
  margin-right: 5px !important;
}
.m-b-xs {
  margin-bottom: 5px !important;
}
.m-l-xs {
  margin-left: 5px !important;
}
.m-x-xs {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.m-y-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m-a-sm {
  margin: 10px !important;
}
.m-t-sm {
  margin-top: 10px !important;
}
.m-r-sm {
  margin-right: 10px !important;
}
.m-b-sm {
  margin-bottom: 10px !important;
}
.m-l-sm {
  margin-left: 10px !important;
}
.m-x-sm {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.m-y-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-a-md {
  margin: 30px !important;
}
.m-t-md {
  margin-top: 30px !important;
}
.m-r-md {
  margin-right: 30px !important;
}
.m-b-md {
  margin-bottom: 30px !important;
}
.m-l-md {
  margin-left: 30px !important;
}
.m-x-md {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.m-y-md {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-a-lg {
  margin: 60px !important;
}
.m-t-lg {
  margin-top: 60px !important;
}
.m-r-lg {
  margin-right: 60px !important;
}
.m-b-lg {
  margin-bottom: 60px !important;
}
.m-l-lg {
  margin-left: 60px !important;
}
.m-x-lg {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.m-y-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-a {
  padding: 20px !important;
}
.p-t {
  padding-top: 20px !important;
}
.p-r {
  padding-right: 20px !important;
}
.p-b {
  padding-bottom: 20px !important;
}
.p-l {
  padding-left: 20px !important;
}
.p-x {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.p-y {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-a-xs {
  padding: 5px !important;
}
.p-t-xs {
  padding-top: 5px !important;
}
.p-r-xs {
  padding-right: 5px !important;
}
.p-b-xs {
  padding-bottom: 5px !important;
}
.p-l-xs {
  padding-left: 5px !important;
}
.p-x-xs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.p-y-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-a-sm {
  padding: 10px !important;
}
.p-t-sm {
  padding-top: 10px !important;
}
.p-r-sm {
  padding-right: 10px !important;
}
.p-b-sm {
  padding-bottom: 10px !important;
}
.p-l-sm {
  padding-left: 10px !important;
}
.p-x-sm {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.p-y-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-a-md {
  padding: 30px !important;
}
.p-t-md {
  padding-top: 30px !important;
}
.p-r-md {
  padding-right: 30px !important;
}
.p-b-md {
  padding-bottom: 30px !important;
}
.p-l-md {
  padding-left: 30px !important;
}
.p-x-md {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.p-y-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-a-lg {
  padding: 60px !important;
}
.p-t-lg {
  padding-top: 60px !important;
}
.p-r-lg {
  padding-right: 60px !important;
}
.p-b-lg {
  padding-bottom: 60px !important;
}
.p-l-lg {
  padding-left: 60px !important;
}
.p-x-lg {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.p-y-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.navbar-header .navbar-brand {
  padding-left: 55px;
  transition: color 0.2s ease 0.05s;
  color: #ccc;
  transition: transform .5s;
}
.navbar-header .navbar-brand:hover {
  color: #fff;
}
.navbar-nav li.separator {
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  height: 30px;
  margin: 20px 10px 0 10px;
}
.navbar-autohide {
  transition: transform .5s;
}
.navbar-autohide.is-hidden {
  transform: translateY(-98px);
}

.navbar-autohide.is-hidden .navbar-brand {
  transform: translateY(-200px);
}
.navbar-autohide.is-hidden .navbar-collapse {
  max-height: 0;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a {
  transition: color 0.2s ease 0.05s;
}
/* .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:after {
  position: absolute;
  height: 4px;
  bottom: -1px;
  content: '';
  border-radius: 4px;
  z-index: 5;
  width: 0;
  left: 50%;
  transition: all 0.2s ease 0.05s;
} */
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:after {
  width: 100% !important;
  left: 0 !important;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li:hover > a:after {
  width: 100%;
  left: 0;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a {
  background: transparent;
}
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:after,
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
  background: #000000;
}
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:hover:after {
  background: #000000;
}
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
  background: #e67e22;
}
.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:after,
.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
  background: #64ae5b;
}
.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:hover:after {
  background: #64ae5b;
}
.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
  background: #93dc8a;
}
body {
  padding-top: 70px;
}


/* -------------- Anielsweets Styles ----------------- */


/* Slideshow */
.slick-slider {
  margin-top: -15px;
}
.slick-slider .slide-image {
  height: 245px;
}

.slick-slider .slick-dots {
  bottom: 45px;
}

.slick-slider .slick-dots li button::before {
  color: #32b3ad;
}
.slick-slider  .slick-dots li.slick-active button:before {
  color: #32b3ad;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* End Slideshow */

/* Google Map */

#map-canvas {
  height: 590px;
}

/* End Google Map */

/* Footer */

.footer {
  background-color: #2fb3ad;
  position: relative;
  font: 300 1.125em/1em 'Kurale', sans-serif;
  color: #fff;
}

.footer::before {
  content: '';
  background: url(../images/footer-top.png) repeat-x;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  width: 100%;
  height: 23px;
}

.footer .footer-content {
  padding: 20px 0 30px;
}

.footer .footer-phone {
  font-size: 24px;
  line-height: 22px;
  background: url(../images/phone-icon.png) no-repeat 0 50%;
  padding-left: 45px;
  display: inline-block;
}

.footer .footer-facebook-content {
  text-align: right;
}

.footer .footer-facebook a {
  background: url(../images/facebook-icon.png) no-repeat 100% 50%;
  padding: 12px 45px 12px 0;
  display: inline-block;
}

.footer .footer-copyright {
  padding: 12px 10px;
}

.footer a {
  color: #fff;
}

@media (max-width: 1200px) {
  .footer .footer-copyright {
    padding: 2px 10px;
  }
}

@media (max-width: 991px) {
  .footer .footer-phone-content {
    text-align: center;
    margin: 20px 0;
  }

  .footer .footer-facebook-content {
    text-align: center;
    margin: 20px 0;
  }
}

/* End Footer */

/* Homepage About us section and Contacts section */

.home-aboutus {
  position: relative;
  margin-top: -25px;
  margin-bottom: -25px;
  z-index: 11;
  background: url(../images/about-us-section.png) repeat-x 50% 0;
  color: #fff;
  font: 300 1.125em/1.222em 'Kurale', sans-serif;
}

.home-contacts {
  position: relative;
  margin-top: -27px;
  margin-bottom: -27px;
  z-index: 11;
  background: url(../images/contact-us-section.png) repeat-x 50% 0;
  color: #fff;
  font: 300 1.125em/1.222em 'Kurale', sans-serif;
  background-size: cover;
}

.home-aboutus .home-aboutus-content,
.home-contacts .home-contacts-content {
  background: url(../images/content-bottom.png) no-repeat 50% 88%;
}

.home-aboutus .home-aboutus-content {
  padding: 23px 20px 60px;
}

.home-contacts .home-contacts-content {
  padding: 23px 20px 67px;
}

.home-aboutus .home-aboutus-content h1,
.home-contacts .home-contacts-content h1 {
  color: #fff;
  margin-bottom: 0;
  background: url(../images/heading-left.png) no-repeat 19% 50%, url(../images/heading-right.png) no-repeat 81% 50%;
}

.home-aboutus .home-aboutus-content span {
  font: 300 1.25em/1.25em 'Lobster', cursive;
}

/* Home Contacts */

.home-contacts .home-contacts-content {
  padding-left: 0;
}

.home-contacts a {
  color: #fff;
}

.home-contacts .contacts-phone,
.home-contacts .contacts-address,
.home-contacts .contacts-facebook {
  text-align: right;
  padding-right: 56px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
}

.home-contacts .contacts-phone {
  background: url(../images/contacts-phone.png) no-repeat 99% 50%;
  font-size: 24px;
  line-height: 22px;
}

.home-contacts .contacts-address {
  background: url(../images/contacts-address.png) no-repeat 100% 50%;
  margin-bottom: 10px;
}
.home-contacts .contacts-facebook {
  background: url(../images/contacts-facebook.png) no-repeat 100% 50%;
  margin-bottom: 30px;
}
.home-contacts .left {
  padding-left: 0;
  margin-top: 20px;
}
.home-contacts .right {
  position: relative;
}

.home-contacts .contacts-btn-container {
  border-left: 1px solid #fff;
  margin-top: 40px;
  height: 145px;
}

.home-contacts .contacts-btn {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
  padding: 14px 25px 14px 37px;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  top: 50%;
  margin-top: -30px;
  text-decoration: none;
  transition: background 0.2s ease 0.05s;
}
.home-contacts .contacts-btn:hover {
  background-color: #f0b0c9;
}
.home-contacts .contacts-btn span {
  background: url(../images/contacts-btn.png) no-repeat 100% 50%;
  padding-right: 48px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .home-contacts .contacts-btn-container {
    height: auto;
    margin-top: unset;
    border: none;
  }
  .home-contacts .contacts-btn {
    margin-bottom: 40px;
  }
}

/* End Homepage About us section */

/* Homepage New products and Featured products section */

.owl-carousel .owl-stage-outer {
  width: 100%;
}

.new-and-featured {
  background: url(../images/new-and-featured.jpg) no-repeat 50% 0;
  margin-top: -25px;
  padding-top: 70px;
  background-size: cover;
}

.new-products,
.featured-products {
  margin-bottom: 55px;
}

.new-products ul,
.featured-products ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.heading {
  position: relative;
  max-width: 1008px;
  width: 100%;
  margin: 0 auto;
}

h1 {
  background: url(../images/heading-left.png) no-repeat 19% 50%, url(../images/heading-right.png) no-repeat 81% 50%;
  background-color: #2fb3ad;
  min-height: 57px;
  font: 300 28px/1em 'Kurale', sans-serif;
  color: #fff;
  text-align: center;
  max-width: 708px;
  width: 100%;
  position: relative;
  margin: 0 auto 50px;
  padding: 13px 0;
}
.heading::before {
  content: '';
  width: 150px;
  background: url(../images/heading-back-left.png) repeat-y 0 0;
  min-height: 57px;
  position: absolute;
  left: 0;
  top: 0;
}

.heading::after{
  content: '';
  width: 150px;
  background: url(../images/heading-back-right.png) repeat-y 0 0;
  min-height: 57px;
  position: absolute;
  right: 0;
  top: 0;
}

.new-products .owl-carousel,
.featured-products .owl-carousel {
  margin-bottom: 55px; 
}

.new-products .owl-carousel .owl-item img,
.featured-products .owl-carousel .owl-item img,
.category-list .owl-carousel .owl-item img  {
  width: auto;
  margin: 0 auto;
}

.new-products .owl-carousel .owl-nav .owl-prev,
.featured-products .owl-carousel .owl-nav .owl-prev,
.category-list .owl-carousel .owl-nav .owl-prev {  
  position: absolute;
  top: 28%;
  left: -80px;
  background: url(../images/left-arrow.png) no-repeat 47% 50% #83dbd7;
  padding: 20px;
  border-radius: 20px;
}

.new-products .owl-carousel .owl-nav .owl-prev:hover,
.featured-products .owl-carousel .owl-nav .owl-prev:hover,
.category-list .owl-carousel .owl-nav .owl-prev:hover {
  background: url(../images/left-arrow.png) no-repeat 47% 50% #2fb3ad;
}

.new-products .owl-carousel .owl-nav .owl-next,
.featured-products .owl-carousel .owl-nav .owl-next,
.category-list .owl-carousel .owl-nav .owl-next {  
  position: absolute;
  top: 28%;
  right: -80px;
  background: url(../images/right-arrow.png) no-repeat 47% 50% #83dbd7;
  padding: 20px;
  border-radius: 20px;
}

.new-products .owl-carousel .owl-nav .owl-next:hover,
.featured-products .owl-carousel .owl-nav .owl-next:hover,
.category-list .owl-carousel .owl-nav .owl-next:hover {
  background: url(../images/right-arrow.png) no-repeat 47% 50% #2fb3ad;
}

/* Product information */

.new-products h2,
.featured-products h2,
.products h2 {
  font: 300 28px/1em 'Lobster', cursive;
  color: #67210d;
  text-align: center;
  padding: 0 50px;
}

.new-products a:hover,
.featured-products a:hover {
  text-decoration: none;
}

.new-products .img-container,
.featured-products .img-container,
.products .img-container {
  min-height: 170px;
  text-align: center;
}

.new-products p,
.featured-products p,
.products p {
  font: 700 16px/22px 'Kurale', sans-serif;
  color: #b4793f;
  text-align: center;
}

/* End Homepage New products and Featured products section */


/* Categories and Products page */

.main-img {
  background: url(../images/products-main-img.jpg) no-repeat 50% 0;
  width: 100%;
  height: 231px;
  margin-top: -15px;
}

.products-page .heading h1 {
  margin-bottom: 33px;
}

.products-page .category-list {
  background: url(../images/categories-bg.jpg) no-repeat 50% 0;
  padding: 50px 0;
}

.products-page .category-list img {
  background: #ea77a4;
  border-radius: 150px;
  padding: 5px 2px 2px 5px;
}

.products-page .category-list ul li.active img {
  background: #2fb3ad;
}

.products-page .category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-page .category-list ul li {
  text-align: center;
}

.products-page .category-list a {
  display: inline-block;
  font: 300 20px/1em 'Lobster', cursive;
  color: #ea77a4;
  text-align: center;
  text-decoration: none; 
  padding: 0 30px;
}

.products-page .category-list a span {
  margin-top: 15px;
  display: block;
}

.products-page .category-list a:hover,
.products-page .category-list ul li.active a {
  color: #2fb3ad;
}

.products-page .category-list a:hover img {
  background: #2fb3ad;
}

.products-page .products {
  margin-bottom: 15px;
}

.products-page .products .product {
  margin: 40px 0 0;
  min-height: 420px;
}

.products-page .products .product a {
  text-decoration: none;  
}

.products-page .products ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.products-page .products ul li {
  display: inline-block;
}

/* Product info Modal */

.product-info .modal-header {
  border: none;
}

.product-info .modal-header h4 {
  font: 300 28px/1em 'Lobster', cursive;
  color: #fff;
  text-align: center;
  background: url(../images/modal-heading.png) repeat-y 50% 0;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-top: 45px;
}

.product-info .modal-header .close {
  background: #2fb3ad;
  border-radius: 20px;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 30px;
  width: 40px;
  height: 40px;
  padding: 0 0 2px 2px;
  font-weight: normal;
  margin-top: -5px;
  margin-right: 20px;
}

.product-info .modal-header .close:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.product-info .modal-dialog {
  top: 15%;
}

.product-info .modal-content {
  background: url(../images/modal-bg.jpg) repeat-y 50% 0;
  border-radius: 50px;
}

.product-info .modal-body {
  padding: 15px 35px 60px;
}

.product-info .modal-img {
  background-color: #fff;
  border: 8px solid #2fb3ad;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
}

/* Product info Tabs */

.product-info .nav-tabs a {
  font: 300 18px/1em 'Lobster', cursive;
  color: #fff;
  background-color: #148681;
  border: none;
  border-radius: 15px 15px 0 0;
}

.product-info .nav-tabs .active a,
.product-info .nav-tabs .active a:hover,
.product-info .nav-tabs .active a:focus,
.product-info .nav-tabs a:hover {
  background-color: #2fb3ad;
  color: #fff;
  border: none;
}

.product-info .tab-pane {
  padding: 20px;
}
.product-info .tab-pane,
.product-info .tab-pane p {
  font: 300 16px/1.2em 'Kurale', sans-serif;
  color: #fff;
  background-color: #2fb3ad;
  text-align: left;
}

.product-info .logistic {
  padding: 20px 50px;
}

.product-info .logistic span {
  display: inline-block;
  padding: 30px 20px 30px 70px;
}

.product-info .logistic .weight {
  background: url(../images/weight-icon.png) no-repeat 0 50%;
}

.product-info .logistic .box {
  background: url(../images/box-icon.png) no-repeat 0 50%;
}
.product-info .logistic .cardboard {
  background: url(../images/cardboard-icon.png) no-repeat 0 50%;
}
.product-info .logistic .pallet {
  background: url(../images/pallet-icon.png) no-repeat 0 50%;
}

.product-info .nutrition {
  font-size: 16px;
  padding: 35px;
} 

.product-info .nutrition .nut-heading {
  margin-bottom: 20px;
}

.product-info .nutrition .nut-box {
  padding: 10px;
  border: 1px solid #fff;
}

.product-info .nutrition .nut-box:first-child {
  text-align: left;
}

.product-info .nutrition .nut-box:last-child {
  text-align: right;
}


/* Contact Form */

.contact-form {
  color: #eb77a4;
  margin-bottom: 80px;
}

.contact-form .form-control {
  background: #ffeff5;
  border-color: #eb77a4;
}

.contact-form .btn {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
  padding: 14px 73px 14px 37px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: background 0.2s ease 0.05s;
  background: url(../images/contacts-btn.png) no-repeat 87% 50% #eb77a4;
}
.contact-form .btn:hover {
  background-color: #f0b0c9;
  color: #fff;
}

.contacts {
  position: relative;
  margin-top: -27px;
  margin-bottom: -27px;
  z-index: 11;
  background: url(../images/contact-us-section.png) repeat-x 50% 0;
  color: #fff;
  font: 300 1.125em/1.222em 'Kurale', sans-serif;
  background-size: cover;
}

.contacts .contacts-content {
  padding: 23px 20px 98px;
  background: url(../images/content-bottom.png) no-repeat 50% 88%;
}

.home-aboutus .home-aboutus-content h1,
.contacts .contacts-content h1 {
  color: #fff;
  margin-bottom: 0;
  background: url(../images/heading-left.png) no-repeat 19% 50%, url(../images/heading-right.png) no-repeat 81% 50%;
}
.home-aboutus .home-aboutus-content h1 {
  padding-bottom: 0;
  padding-top: 0;
  min-height: unset;
  margin-bottom: 10px;
}

.contacts .contacts-content {
  padding-left: 0;
}

.contacts a {
  color: #fff;
}

.contacts .contacts-phone,
.contacts .contacts-address,
.contacts .contacts-facebook {
  text-align: center;
  padding-left: 56px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
  display: inline-block;
}

.contacts .contacts-phone {
  background: url(../images/contacts-phone.png) no-repeat 0% 50%;
  font-size: 24px;
  line-height: 22px;
}

.contacts .contacts-address {
  background: url(../images/contacts-address.png) no-repeat 0% 50%;
  margin-bottom: 10px;
}
.contacts .contacts-facebook {
  background: url(../images/contacts-facebook.png) no-repeat 0% 50%;
  margin-bottom: 30px;
}

.default-page {
  margin-bottom: 150px;
}

/* About us page */

.about-us {
  font: 700 18px/22px 'Kurale', sans-serif;
  color: #5d2020;
  margin-top: 80px;
}

.about-us .font27 {
  font-size: 27px;
  line-height: 32px;
}

/* Evro programa */

.evro-btn a {
  background: url(../images/evro-btn.png) no-repeat 100% 50% !important;
  padding-right: 50px !important;
  margin-right: 15px !important;
}

.map-google {
  padding: 0;
}


/* Slide to Top btn */

.slide-top a { 
  position: fixed;
  bottom: 10%;
  right: 5%;
  background: #83dbd7;
  padding: 15px 20px;
  border-radius: 30px;
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg);
  z-index: 99;
}

.slide-top a img {
  display: block;
}

.slide-top a:hover {
  background: #2fb3ad;
}

@media (max-width: 1330px) {
  .new-products .owl-carousel .owl-nav .owl-prev, 
  .featured-products .owl-carousel .owl-nav .owl-prev, 
  .category-list .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
  .new-products .owl-carousel .owl-nav .owl-right, 
  .featured-products .owl-carousel .owl-nav .owl-right, 
  .category-list .owl-carousel .owl-nav .owl-right {
    right: -30px;
  }
  .products-page .category-list ul, 
  .new-products .owl-carousel, 
  .featured-products .owl-carousel {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  img {
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > li > a {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
    font-size: 15px !important;
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (max-width: 991px) {
  .header-container {
    width: 100%;
  }
  .heading::before,
  .heading::after {
    display: none;
  }
  .home-aboutus {
    background: url(../images/contact-us-section.png) repeat-x 50% 0;
    background-size: cover;
  }
  .home-aboutus .home-aboutus-content h1, 
  .contacts .contacts-content h1,
  .home-contacts .home-contacts-content h1 {
    background: none;
  }
  .contacts .contacts-content {
    padding-left: 20px;
  }
  .products-page .category-list ul,
  .new-products .owl-carousel, 
  .featured-products .owl-carousel {
    width: 80%;
    margin: 0 auto;
  }
  .category-list .owl-carousel .owl-nav .owl-prev,
  .new-products .owl-carousel .owl-nav .owl-prev,
  .featured-products .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
  .category-list .owl-carousel .owl-nav .owl-next,
  .new-products .owl-carousel .owl-nav .owl-next,
  .featured-products .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
  .modal-dialog .nav-tabs {
    margin-top: 30px;
  }
  .product-info .nutrition .nut-box:first-child,
  .product-info .nutrition .nut-box:last-child {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav {float: right;}
  .navbar-nav > li > a {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
    font-size: 13px !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-header .navbar-brand {
    padding-left: 40px;
    position: absolute;
  }
  .navbar-brand > img {
    width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .evro-btn a {
    background: none !important;
    padding-right: 5px !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  h1 {
    background: none;
    background-color: #2fb3ad;
  }
  .evro-btn a {
    background: url(../images/evro-btn.png) no-repeat 65% 50% !important;
  }
  .home-contacts .contacts-phone,
  .home-contacts .contacts-address,
  .home-contacts .contacts-facebook {
    max-width: 330px;
    margin: 0 auto;
  }
  .home-contacts .contacts-facebook {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .nav-tabs > li {
    float: none;
  }
  .product-info .nav-tabs a {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: unset;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .evro-btn a {
    background: url(../images/evro-btn.png) no-repeat 75% 50% !important;
  } 
  .navbar-brand > img {
    width: 70%;
    margin-top: -10px;
  }
  .navbar-header .navbar-brand {
    padding-left: 20px;
  }
  .home-aboutus .home-aboutus-content {
    padding: 23px 20px 80px;
  }
}

@media (max-width: 370px) {
  .evro-btn a {
    background: url(../images/evro-btn.png) no-repeat 85% 50% !important;
  } 
  .navbar-brand {
    position: absolute;
  }
}