@import url("/plugins/font-awesome/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600|Source+Sans+Pro:400,600,700&display=swap");
#header {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1em;
  padding: 20px 0 0;
  background-color: transparent;
  position: absolute;
  z-index: 1000;
}
#header .container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.header-top {
  background-color: transparent;
  padding-top: 0;
}
.navbar-brand {
  height: 40px;
  padding: 0;
}
.navbar-logo img {
  height: 26px;
}
.navbar-header {
  padding-left: 15px;
  padding-right: 0;
}
.header-icons {
  padding-left: 0;
  padding-right: 15px;
}
.navbar-toggle .icon-bar.icon-bar-top,
.navbar-toggle .icon-bar.icon-bar-bottom {
  background-color: #fff;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.navbar-toggle .icon-bar.icon-bar-top {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle .icon-bar.icon-bar-bottom {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle.collapsed .icon-bar {
  background-color: #fff;
}
.navbar-toggle.collapsed .icon-bar.icon-bar-top,
.navbar-toggle.collapsed .icon-bar.icon-bar-bottom {
  position: relative;
  top: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-default {
  margin-bottom: 0;
  min-height: auto;
  border-radius: 0;
  border: none;
  background-color: #f9f9f9;
}
.navbar-default .navbar-collapse {
  border: none !important;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu a.dropdown-submenu-link,
.dropdown-submenu a.dropdown-submenu-link {
  color: #42ab46 !important;
  overflow: hidden;
  white-space: break-spaces;
}
.dropdown-link {
  display: none;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dropdown-link a {
  width: 335px;
}
.dropdown-link .fa {
  border-left: 1px solid #ccc;
  font-size: 24px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 41px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  position: absolute;
  right: 0;
  padding-top: 9px;
  height: 41px;
  cursor: pointer;
}
.dropdown-link .fa:before {
  margin-left: 3px;
}
.dropdown-link.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.dropdown-link.flex a {
  color: #42ab46 !important;
}
.dropdown-link.flex .dropdown-arrow {
  color: #42ab46;
  font-weight: bold;
}
[data-level] > .dropdown-link.flex a.dropdown-submenu-link {
  text-decoration: underline;
}
[data-level="2"] a.dropdown-toggle .fa,
[data-level="3"] a.dropdown-toggle .fa,
[data-level="4"] a.dropdown-toggle .fa {
  border-left: 1px solid #ccc;
  padding-left: 14px;
  padding-top: 8px;
  position: absolute;
  right: 0;
  width: 41px;
  top: 0;
}
[data-level="2"] .dropdown-link .fa,
[data-level="3"] .dropdown-link .fa {
  height: 40px;
  width: 41px;
}
[data-level="2"] > .dropdown-link .fa {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
[data-level="2"] .dropdown-link a {
  text-transform: uppercase;
}
[data-level="2"] .dropdown-link .fa {
  font-size: 24px;
  padding-top: 6px;
}
[data-level="2"] .dropdown-link.flex a {
  color: #42ab46 !important;
}
[data-level="2"] a.dropdown-toggle .fa {
  height: 40px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
[data-level="3"] a.dropdown-toggle .fa,
[data-level="4"] a.dropdown-toggle .fa {
  border-left: none;
}
[data-level="3"] > .dropdown-link .fa {
  border-left: none;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
[data-level="3"] .dropdown-link a {
  text-transform: none;
}
[data-level="3"] .dropdown-link .fa {
  font-size: 22px;
  padding-top: 8px;
}
[data-level="3"] a.dropdown-toggle .fa {
  height: 41px;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
[data-level="4"] a.dropdown-toggle .fa {
  height: 40px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.dropdown.open > .dropdown-link.flex {
  background-color: #eee;
  border-bottom: 1px solid #e0e0e0;
}
.dropdown.open > .dropdown-link .fa {
  height: 43px;
}
.navbar-default {
  background-color: #f9f9f9;
}
.navbar-default .navbar-nav > li .dropdown-menu[data-tree="true"] li {
  margin-bottom: 0;
}
.navbar-default .navbar-nav > li .dropdown-menu[data-tree="false"] li {
  margin-bottom: 8px;
}
.navbar-default .navbar-nav > li .dropdown-menu[data-tree="false"] li:first-child {
  padding-top: 8px;
}
.navbar-default .navbar-nav li {
  border-bottom: 1px solid #e0e0e0;
}
.navbar-default .navbar-nav li a {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px !important;
  text-align: left;
}
.navbar-default .navbar-nav li a .fa {
  color: #666;
  float: right;
  font-size: 24px;
  margin-top: 0;
  top: 0;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
  background-color: inherit;
  color: inherit;
}
.navbar-default .navbar-nav li[data-level="2"] a {
  padding-left: 15px !important;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
}
.navbar-default .navbar-nav li[data-level="2"] > a {
  text-transform: uppercase;
}
.navbar-default .navbar-nav li[data-level="3"] a {
  padding-left: 20px !important;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
}
.navbar-default .navbar-nav li[data-level="4"] a {
  padding-left: 25px !important;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}
.navbar-default .navbar-nav li[data-level="2"] a .fa,
.navbar-default .navbar-nav li[data-level="3"] a .fa,
.navbar-default .navbar-nav li[data-level="4"] a .fa {
  font-size: 24px;
}
.navbar-default .navbar-nav li:last-child {
  border-bottom: 0;
}
.navbar-default .navbar-nav .dropdown-menu.show {
  border-bottom: 0;
  border-top: 1px solid #e0e0e0;
  padding-bottom: 0;
  padding-top: 0;
}
.navbar-default .navbar-nav .dropdown-menu[data-tree="false"] li {
  border-bottom: none !important;
}
.navbar-default .navbar-nav .dropdown-menu[data-tree="false"] li a {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  text-transform: none !important;
}
.title-wrapper {
  -webkit-animation: feature-text-anim 0.75s ease-in-out;
  -moz-animation: feature-text-anim 0.75s ease-in-out;
  -o-animation: feature-text-anim 0.75s ease-in-out;
  -ms-animation: feature-text-anim 0.75s ease-in-out;
  animation: feature-text-anim 0.75s ease-in-out;
  position: relative;
  width: 100%;
  max-width: 956px;
  margin: 0 auto;
  padding: 32px;
  text-align: center;
  z-index: 100;
}
.title-wrapper h1 {
  margin: 0;
  color: #fff;
}
.heading-wrapper {
  padding: 60px 0 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url("../../images/herbazest/products/background-herbazest-products.jpg") no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
html[data-page-root-url="products"] .heading-wrapper,
html[data-page-root-url="es/productos"] .heading-wrapper {
  background-position-y: -300px;
}
html[data-page-url="products/our-story"] .heading-wrapper,
html[data-page-url="es/productos/nuestra-historia"] .heading-wrapper {
  background: url("../../images/herbazest/products/background-herbazest-our-story.jpg") no-repeat center center;
  background-attachment: fixed;
  background-position-y: -300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
html[data-page-url="products/our-story"] .quote p,
html[data-page-url="es/productos/nuestra-historia"] .quote p {
  margin-bottom: 15px;
  text-align: left;
}
html[data-page-url="products/our-story"] .quote p:last-child,
html[data-page-url="es/productos/nuestra-historia"] .quote p:last-child {
  margin-bottom: 0;
}
html[data-page-url="products/recipes"] .heading-wrapper,
html[data-page-url="es/productos/recetas"] .heading-wrapper {
  background: url("../../images/herbazest/products/background-herbazest-recipes.jpg") no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
html[data-page-url="products/contact"] .heading-wrapper,
html[data-page-url="es/productos/contactenos"] .heading-wrapper {
  background: url("../../images/herbazest/products/background-herbazest-contact-us.jpg") no-repeat center center;
  background-attachment: fixed;
  background-position-y: -200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
html[data-page-url="products/maca-powder"] .heading-wrapper,
html[data-page-url="es/productos/maca-en-polvo"] .heading-wrapper {
  background: url("../../images/herbazest/products/background-herbs-maca.jpg") no-repeat center center;
  background-attachment: fixed;
  background-position-y: -300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.heading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(32,26,22,0.4);
  z-index: 99;
}
.main-content {
  padding-bottom: 30px;
  padding-top: 30px;
}
.quote {
  font-size: 26px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.quote p {
  margin-bottom: 0;
  text-align: center;
}
.hr {
  padding-bottom: 20px;
  padding-top: 20px;
}
.hr hr {
  margin: 0;
  border: none;
  background-color: rgba(31,31,31,0.15);
  color: rgba(31,31,31,0.15);
  height: 1px;
}
.shop-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
  margin: 0 0 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}
.products-list {
  padding-bottom: 15px;
  padding-top: 15px;
}
.products-list .products-item {
  margin-top: 15px;
}
.products-list .products-item figure {
  height: 165px;
  margin: 0 auto;
  text-align: center;
  width: 165px;
}
.products-list .products-item figure img {
  height: 165px;
  max-width: 100%;
  width: auto;
}
.products-list .products-item:nth-child(1),
.products-list .products-item:nth-child(2) {
  margin-top: 0;
}
.products-list .products-item:nth-child(odd) {
  padding-right: 7.5px;
}
.products-list .products-item:nth-child(even) {
  padding-left: 7.5px;
}
.products-list .products-item .text-center {
  margin-bottom: 5px;
}
.products-list .products-item p.text-center {
  color: #8c8c8c;
  font-size: 95%;
  margin-top: -5px;
}
.products-list .products-item .item-price {
  margin-bottom: 10px;
}
.products-list .products-item a.btn.btn-small.btn-default {
  border: 1px solid;
}
.brandprops {
  background: #878787;
  padding: 60px 15px 30px;
}
.brandprops-container {
  text-align: center;
  max-width: 1240px;
  color: #fff;
  margin: auto;
}
.brandprops-container ul.slick-dots li {
  height: auto;
  margin: 0;
  width: auto;
}
.brandprops-container ul.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  height: 5px;
  margin: 5px;
  padding: 0;
  text-indent: -9999px;
  width: 5px;
}
.brandprop-item {
  padding: 0 36px;
}
.brandprop-item label {
  display: block;
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 28px;
}
.brandprop-item p {
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 20px;
}
.brandprop-item-icon {
  margin-bottom: 18px;
}
.brandprop-item-icon img {
  margin: auto;
}
.testimonials {
  background-color: #f2f5f5;
  display: block;
  padding: 15px 0 30px;
  position: relative;
}
.testimonials h2 {
  color: #323031;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 34px;
  padding: 0 20px;
  text-align: center;
}
.testimonials h3 {
  color: #404042;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 15px;
  padding: 0 20px;
  text-align: center;
}
.testimonials .testimonials-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 1350px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.testimonials .testimonials-container .testimonial {
  background: #fff;
  border-radius: 10px;
  height: 275px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  margin: 0 10px;
  min-width: 0;
  padding: 60px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.testimonials .testimonials-container .testimonial p {
  color: #323031;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 auto;
  max-width: 350px;
  padding: 15px 0 25px;
  text-align: center;
  width: 100%;
}
.testimonials .testimonials-container .testimonial .verified {
  color: #878989;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 13px;
  margin-bottom: 10px;
  text-align: center;
}
.testimonials .testimonials-container .testimonial .verified .verified-icon {
  position: relative;
  top: 3px;
}
.testimonials .testimonials-container .testimonial .date {
  color: #b8c1c1;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 11px;
  text-align: center;
}
.testimonials .testimonials-container .slick-dots {
  position: relative;
  top: 10px;
}
.testimonials .testimonials-container .slick-dots li {
  width: 10px;
}
.testimonials .testimonials-container .slick-dots li button {
  width: 10px;
}
.testimonials .testimonials-container .slick-dots li button:before {
  font-size: 20px;
  width: 10px;
}
.shop-product-title {
  margin-bottom: 25px;
  margin-top: 15px;
}
.shop-product-title h2,
.shop-product-title h3 {
  font-weight: 600;
  margin: 0;
}
.shop-product-title h3 {
  font-size: 26px;
}
.shop-product-title + .list_grid .list_grid-list .shop-show_more {
  margin-bottom: 15px;
  text-align: right;
}
.shop-product-recipe-link {
  padding: 32px 32px 0;
  text-align: center;
}
.shop-product-recipe-link a:after {
  font-family: FontAwesome;
  content: " \f101";
}
.mansory .mansory-item {
/*break-inside  avoid*/
/*display inline-block*/
  margin-bottom: 30px;
/*width 100%*/
}
.mansory .mansory-item figure {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.mansory .mansory-item a {
  color: #333;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  line-height: 22px;
}
.shop-wrapper .container {
  padding-top: 0;
}
.shop-wrapper .container.main-content {
  padding-top: 30px;
}
.amazon-btn a:hover,
.amazon-btn a:focus {
  background-color: #fff;
}
.amazon-btn .btn-group {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #222;
}
.amazon-btn .btn-group .btn {
  min-width: auto;
}
.amazon-btn .btn-group .btn.btn-shop {
  background-color: #fff;
  color: #222;
  border-radius: 0;
  font-size: 18px;
  margin: 0 !important;
  padding: 10px 0 10px 8px;
}
.amazon-btn .btn-group .btn.btn-white {
  padding-left: 5px;
  padding-right: 8px;
  padding-bottom: 14px;
}
.amazon-btn .btn-group .btn.btn-white img {
  position: relative;
  top: 7px;
}
.amazon-btn a:hover .btn-group {
  background-color: #f0f0f0;
}
.amazon-btn a:hover .btn-group .btn.btn-shop,
.amazon-btn a:hover .btn-group .btn.btn-white {
  background-color: transparent;
}
ul.links,
ul.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.links li,
ul.footer-links li {
  border-bottom: 1px solid #d9d9da;
  min-height: 30px;
  padding: 5px 0;
}
ul.links li.no-border-bottom,
ul.footer-links li.no-border-bottom {
  padding-bottom: 0;
  border-bottom: none;
}
ul.footer-links li a {
  color: #fff;
}
ul.footer-links li a:hover {
  color: #fff;
}
.sidenav ul li.leave-section a,
.sidenav ul li.leave-section span {
  color: #a52a2a;
  padding-left: 7px;
}
.sidenav ul li.leave-section a:before,
.sidenav ul li.leave-section span:before {
  content: "- ";
}
.sidenav ul li.leave-section a:after,
.sidenav ul li.leave-section span:after {
  content: " -";
}
.footer .footer-form input[type="text"],
.footer .footer-form input[type="email"] {
  border: 1px solid #ccc;
  color: #222;
  font-size: 15px;
  height: 38px;
  margin-bottom: 8px;
  padding: 10px 18px;
  width: 100%;
}
.footer .footer-form #btnReceiveUpdates {
  background-color: #a57f00;
  border: 1px solid #a57f00;
  font-size: 15px;
  padding: 10px 30px;
}
.header-social .fa-circle {
  color: #fff;
}
.header-social .fa-inverse {
  color: #47aa4b;
}
.sitemap {
  padding-top: 20px;
}
.sitemap .page-desc {
  margin-bottom: 0;
}
.sitemap .page-url {
  font-style: italic;
  font-size: 14px;
}
.mobile-block {
  display: block;
}
.mobile-hide {
  display: none;
}
.about,
.certificates {
  padding: 15px;
}
.about h3 {
  text-transform: uppercase;
}
.about-list .about-item {
  text-align: center;
}
.certificates-list .certificates-item {
  text-align: center;
}
.certificates-list .certificates-item figure img {
  border-radius: 50%;
  max-width: 50%;
  margin: auto;
  display: block;
  height: auto;
  -webkit-box-shadow: 0 0 5px 0 #bdb76b;
  box-shadow: 0 0 5px 0 #bdb76b;
}
#preFooter {
  background-color: #f0f0f0;
  color: #1f1f1f;
}
.pre-footer-inner {
  width: auto;
  margin: auto;
  -webkit-transition: all 0.25s ease-in-out 0.1s;
  -moz-transition: all 0.25s ease-in-out 0.1s;
  -o-transition: all 0.25s ease-in-out 0.1s;
  -ms-transition: all 0.25s ease-in-out 0.1s;
  transition: all 0.25s ease-in-out 0.1s;
  text-align: center;
  padding: 20px;
}
.pre-footer-inner h2 {
  margin: 0;
}
.section-products,
.section-productos {
  padding-top: 15px;
}
.scroll-to-top-btn {
  bottom: 4px;
  display: none;
  font-size: 20px;
  position: fixed;
  right: 19px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10002;
}
.scroll-to-top-btn .fa-circle {
  text-shadow: -2px 2px 10px rgba(0,0,0,0.4);
}
.archive-reviews-results-see_all a {
  font-size: inherit;
  font-weight: inherit;
}
.container-products {
  padding: 0 !important;
  width: 100% !important;
}
.container.main-content .amazon-btn {
  padding-bottom: 25px;
  margin-bottom: 0;
}
.container .section-products .background-product,
.container .section-productos .background-product {
  border-top: 1px solid rgba(31,31,31,0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.container .section-products .background-product .gallery-frame,
.container .section-productos .background-product .gallery-frame {
  height: 253px;
}
.container .section-products .background-product .gallery-frame ul li,
.container .section-productos .background-product .gallery-frame ul li {
  height: 253px;
  width: 253px;
}
.container .section-products .background-product .gallery-frame-control,
.container .section-productos .background-product .gallery-frame-control {
  height: 253px;
}
.testimonial-stars .testimonial-star {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.testimonial-stars .testimonial-star.filled {
  color: #e4651a;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.testimonials-summary {
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 0 20px;
  text-align: center;
}
.testimonials-summary .testimonials-summary-rated {
  font-weight: bold;
  margin-right: 10px;
}
.testimonials-summary .testimonial-stars {
  margin-left: 10px;
}
.testimonials-summary .testimonials-summary-numratings {
  display: block;
}
html[data-page-url="products"] .shop-product-recipe-link {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .navbar-container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: 574px;
  }
  .navbar-default .navbar-nav {
    margin-bottom: 0;
    margin-top: 0;
  }
  .navbar-default .navbar-nav li {
    border-bottom: 1px solid #e0e0e0;
  }
  .navbar-default .navbar-nav > li > a.recipes:before {
    content: "";
    margin-right: 0;
  }
  .navbar-default .navbar-nav > li .dropdown-menu {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 86px !important;
  }
  .navbar-toggle {
    margin-right: 0;
  }
  .navbar-default {
    background-color: transparent;
  }
  .navbar-default .navbar-collapse.in {
    border-top: none;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .navbar-default .navbar-nav li a {
    color: #fff;
  }
  .navbar-default .navbar-nav li a .fa {
    color: #fff;
    float: none;
  }
  .navbar-default .navbar-nav li a:hover,
  .navbar-default .navbar-nav li a:focus {
    background-color: rgba(0,0,0,0.9);
    color: #fff;
  }
  .navbar-default .navbar-nav > li a .fa {
    font-size: 22px;
    padding-right: 2px;
  }
  .navbar-default .navbar-nav > li:hover {
    color: #9c9999;
  }
  .dropdown-menu > li > a:hover {
    background-color: #666 !important;
  }
  .navbar-default .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    background-color: #000;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    margin-top: -2px;
    padding-top: 0;
    padding-bottom: 0;
    width: 265px !important;
  }
  .navbar-default .navbar-nav > li > .dropdown-menu[data-tree="false"] li {
    break-inside: avoid;
    display: inline-block;
    width: 100%;
  }
  .navbar-default .navbar-nav > li > .dropdown-menu[data-tree="false"] li a {
    color: #fff !important;
    min-width: 100%;
    width: 100%;
    white-space: normal;
  }
  .navbar-default .navbar-nav li {
    border-bottom: none;
  }
  .navbar-default .navbar-nav li a {
    font-size: 19px;
    padding: 10px 8px !important;
  }
  .navbar-default .navbar-nav li a .fa {
    float: none;
  }
  .navbar-default .navbar-nav li .dropdown-link a {
/*padding-right 30px !important*/
    padding-left: 30px !important;
    padding-right: 0 !important;
    width: auto;
  }
  .dropdown.open > .dropdown-link .fa {
    border-left: none;
    color: #fff;
    font-size: 24px;
    left: 0;
    padding-right: 9px;
    top: 8px;
    width: 32px;
  }
  .dropdown.open > .dropdown-link.flex {
    background-color: rgba(0,0,0,0.9);
    border-bottom: none;
    padding-right: 8px;
  }
  .dropdown.open > .dropdown-link.flex a {
    color: #fff !important;
    text-transform: uppercase;
  }
  .dropdown.dropdown-submenu {
    height: auto;
  }
  .dropdown.dropdown-submenu .dropdown-toggle {
    position: relative;
  }
  .dropdown.dropdown-submenu > .dropdown-menu {
    left: 0 !important;
  }
  .dropdown.dropdown-submenu > .dropdown-menu.show {
    position: relative;
    width: 100%;
  }
  .dropdown.dropdown-submenu[data-level="2"] {
    width: 200px;
  }
  .dropdown.dropdown-submenu[data-level="2"] > .dropdown-menu.show {
    left: 200px !important;
    position: absolute;
    top: -40px !important;
    width: 510px;
    padding-left: 17px;
  }
  .dropdown.dropdown-submenu[data-level="2"]:nth-child(1) > .dropdown-menu.show {
    top: 0px !important;
  }
  .dropdown.dropdown-submenu[data-level="2"]:nth-child(2) > .dropdown-menu.show {
    top: -40px !important;
  }
  .dropdown.dropdown-submenu[data-level="2"]:nth-child(3) > .dropdown-menu.show {
    top: -81px !important;
  }
  .dropdown.dropdown-submenu > .dropdown-menu.show {
    border: none;
    border-radius: 0;
  }
  .dropdown.dropdown-submenu [data-level="3"] {
    margin-bottom: 0 !important;
  }
  .dropdown-link.flex {
    background-color: color-xlight-main;
  }
  .dropdown-link .fa {
    border-left: none;
    font-size: 36px;
    padding-top: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  [data-level="2"] .dropdown-link .fa,
  [data-level="3"] .dropdown-link .fa,
  [data-level="4"] .dropdown-link .fa {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  [data-level="2"] a.dropdown-toggle .fa,
  [data-level="3"] a.dropdown-toggle .fa,
  [data-level="4"] a.dropdown-toggle .fa {
    border-left: none;
  }
  [data-level="2"] .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
  }
  [data-level="2"] .dropdown-link .fa {
    border-left: 2px solid #fff;
    margin-right: 2px;
    padding-top: 7px;
  }
  [data-level="3"] a.dropdown-toggle .fa {
    padding-left: 13px !important;
  }
  .navbar-default > .container {
    padding-left: 0;
    padding-right: 22px;
  }
  .navbar-default .navbar-nav > li a .fa {
    padding-left: 2px;
  }
  .navbar-default .navbar-nav li[data-level="2"] a {
    padding-left: 15px !important;
    font-size: 16px;
  }
  .navbar-default .navbar-nav li[data-level="2"] > .dropdown-link a.dropdown-submenu-link {
    font-weight: bold;
  }
  .navbar-default .navbar-nav li[data-level="3"] a {
    padding-left: 20px !important;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px !important;
  }
  .navbar-default .navbar-nav li[data-level="3"] > a {
    font-weight: normal;
  }
  .navbar-default .navbar-nav li[data-level="3"] .dropdown-link.flex a {
    color: #42ab46 !important;
    text-decoration: underline;
  }
  .navbar-default .navbar-nav li[data-level="4"] a {
    padding-left: 25px !important;
    font-size: 15px;
    font-weight: normal;
    padding-left: 30px !important;
  }
  .heading-wrapper {
    padding: 180px 0 155px;
  }
  .quote {
    font-size: 32px;
  }
  .products-list .products-item {
    margin-top: 25px;
  }
  .products-list .products-item figure {
    height: 227px;
    width: 227px;
  }
  .products-list .products-item figure img {
    height: 227px;
  }
  .products-list .products-item:nth-child(1),
  .products-list .products-item:nth-child(2),
  .products-list .products-item:nth-child(3) {
    margin-top: 0;
  }
  .products-list .products-item:nth-child(3n+1) {
    padding-left: 15px;
    padding-right: 7.5px;
  }
  .products-list .products-item:nth-child(3n+2) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .products-list .products-item:nth-child(3n+3) {
    padding-left: 7.5px;
    padding-right: 15px;
  }
  .brandprops {
    padding: 60px 15px;
  }
  .brandprops-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brandprop-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
  }
  .testimonials .testimonials-container .testimonial p {
    font-size: 18px;
    line-height: 22px;
  }
  .mansory .mansory-item {
    height: 280px;
  }
  .mobile-block {
    display: inline;
  }
  .about-list .about-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .about-list .about-item:first-child {
    padding-left: 15px;
    padding-right: 7.5px;
  }
  .about-list .about-item:last-child {
    padding-left: 7.5px;
    padding-right: 15px;
  }
  .certificates-list .certificates-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .certificates-list .certificates-item:first-child {
    padding-left: 15px;
    padding-right: 7.5px;
  }
  .certificates-list .certificates-item:last-child {
    padding-left: 7.5px;
    padding-right: 15px;
  }
  .pre-footer-inner {
    padding: 32px;
  }
  .container.section-products {
    padding-top: 53px;
  }
  .navbar-brand {
    padding-top: 6px;
  }
  .scroll-to-top-btn {
    right: 56px;
  }
  .shop-product-title h2,
  .shop-product-title h3 {
    display: inline-block;
  }
  .shop-product-title .shop-show_more {
    float: right;
    position: relative;
    top: 2px;
  }
  html[data-page-url="products/recipes"] .recipes-list.mansory .mansory-item {
    height: auto;
  }
  .container .section-products .background-product .gallery-frame {
    height: 200px;
  }
  .container .section-products .background-product .gallery-frame ul li {
    height: 200px;
    width: 200px;
  }
  .container .section-products .background-product .gallery-frame-control {
    height: 200px;
  }
  html[data-page-url="products"] .shop-product-recipe-link {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-container {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .navbar-container {
    margin-top: -5px;
    right: 0;
    width: 80%;
  }
  .products-list .products-item figure {
    height: 300px;
    width: 300px;
  }
  .products-list .products-item figure img {
    height: 300px;
  }
  .container .section-products .background-product .gallery-frame {
    height: 220px;
  }
  .container .section-products .background-product .gallery-frame ul li {
    height: 220px;
    width: 220px;
  }
  .container .section-products .background-product .gallery-frame-control {
    height: 220px;
  }
  .testimonials-summary .testimonials-summary-numratings {
    display: inline-block;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar-container {
    right: 0;
    width: 75%;
  }
  .brandprop-item label {
    font-size: 20px;
    line-height: 28px;
  }
  .brandprop-item p {
    font-size: 16px;
    line-height: 26px;
  }
  .testimonials {
    padding: 40px 0 50px;
  }
  .testimonials .testimonials-container {
    padding: 30px 0;
  }
  .testimonials .testimonials-container .testimonial {
    display: block;
    background: transparent;
    border-radius: 0;
    min-width: 400px;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .scroll-to-top-btn {
    bottom: 60px;
  }
  .shop-wrapper .container {
    width: 1170px;
  }
  .shop-wrapper .content-wrapper {
    width: 1024px;
  }
}
