@charset "UTF-8";
/* PRODUCT MINIATURE  *************************/
/* PRODUCt SINGLE *************************/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  background-color: #FD6B54 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #fc3f22 !important;
}

.bg-success {
  background-color: #4cbb6c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #3a9a56 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #ff9a52 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ff7c1f !important;
}

.bg-danger {
  background-color: #ff4c4c !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ff1919 !important;
}

.bg-inverse {
  background-color: #363A42 !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2126 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.float-xs-left {
  float: left !important;
}

.float-xs-right {
  float: right !important;
}

.float-xs-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #666666 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4d4d4d !important;
}

.text-primary {
  color: #FD6B54 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #fc3f22 !important;
}

.text-success {
  color: #4cbb6c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #3a9a56 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #ff9a52 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ff7c1f !important;
}

.text-danger {
  color: #ff4c4c !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #ff1919 !important;
}

.text-gray-dark {
  color: #363A42 !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2126 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Trevenque banners */
.trb-banner-item {
  margin-bottom: 1.875rem;
}
.trb-banner-item a {
  border: 1px solid #EEEEEE;
  display: block;
  padding: 0.5rem;
  border-radius: 8px;
}
.trb-banner-item figure {
  margin-bottom: 0;
}
.trb-banner-item.text-right .text-banner {
  text-align: right;
}
.trb-banner-item.text-left .text-banner {
  text-align: left;
}
.trb-banner-item.text-center .text-banner {
  text-align: center;
}
.trb-banner-item .text-banner h3 {
  margin-bottom: 0.5rem;
}
.trb-banner-item a p {
  color: #333333;
}

/* CTA 100%*/
.banner {
  display: block;
  text-align: center;
}
.banner img {
  width: 100%;
}

/* MINIPRODUCT GRID ********************/
#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products, .cms-products .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#products .product-miniature .thumbnail-container, .featured-products .product-miniature .thumbnail-container, .product-accessories .product-miniature .thumbnail-container, .product-miniature .product-miniature .thumbnail-container, .cms-products .product-miniature .thumbnail-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff !important;
}
#products .product-miniature .thumbnail-container .product-thumbnail, .featured-products .product-miniature .thumbnail-container .product-thumbnail, .product-accessories .product-miniature .thumbnail-container .product-thumbnail, .product-miniature .product-miniature .thumbnail-container .product-thumbnail, .cms-products .product-miniature .thumbnail-container .product-thumbnail {
  background-color: #f3f3f3;
}
#products .product-miniature .thumbnail-container .product-thumbnail img, .featured-products .product-miniature .thumbnail-container .product-thumbnail img, .product-accessories .product-miniature .thumbnail-container .product-thumbnail img, .product-miniature .product-miniature .thumbnail-container .product-thumbnail img, .cms-products .product-miniature .thumbnail-container .product-thumbnail img {
  width: 100%;
  height: auto;
}
#products .product-title, #products .product-name h3, .featured-products .product-title, .featured-products .product-name h3, .product-accessories .product-title, .product-accessories .product-name h3, .product-miniature .product-title, .product-miniature .product-name h3, .cms-products .product-title, .cms-products .product-name h3 {
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  margin: 0 auto 0.75rem;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  #products .product-title, #products .product-name h3, .featured-products .product-title, .featured-products .product-name h3, .product-accessories .product-title, .product-accessories .product-name h3, .product-miniature .product-title, .product-miniature .product-name h3, .cms-products .product-title, .cms-products .product-name h3 {
    margin-bottom: 0;
  }
}
#products .product-title a, #products .product-name h3 a, .featured-products .product-title a, .featured-products .product-name h3 a, .product-accessories .product-title a, .product-accessories .product-name h3 a, .product-miniature .product-title a, .product-miniature .product-name h3 a, .cms-products .product-title a, .cms-products .product-name h3 a {
  color: #333333;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description, .cms-products .product-description {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  min-height: 45px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#products .product, .featured-products .product, .product-accessories .product, .product-miniature .product, .cms-products .product {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #products .product, .featured-products .product, .product-accessories .product, .product-miniature .product, .cms-products .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#products .price, #products .product-price, .featured-products .price, .featured-products .product-price, .product-accessories .price, .product-accessories .product-price, .product-miniature .price, .product-miniature .product-price, .cms-products .price, .cms-products .product-price {
  font-weight: 700;
}
@media (min-width: 576px) {
  #products .price, #products .product-price, .featured-products .price, .featured-products .product-price, .product-accessories .price, .product-accessories .product-price, .product-miniature .price, .product-miniature .product-price, .cms-products .price, .cms-products .product-price {
    font-size: 1.25rem;
  }
}
#products .discount-product, .featured-products .discount-product, .product-accessories .discount-product, .product-miniature .discount-product, .cms-products .discount-product {
  display: none;
}
#products .products.list .product, .featured-products .products.list .product, .product-accessories .products.list .product, .product-miniature .products.list .product, .cms-products .products.list .product {
  -webkit-box-flex: 0;
      -ms-flex: 0 20%;
          flex: 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  #products .products.list .product, .featured-products .products.list .product, .product-accessories .products.list .product, .product-miniature .products.list .product, .cms-products .products.list .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#products .products.list .product .product-miniature .product-description, .featured-products .products.list .product .product-miniature .product-description, .product-accessories .products.list .product .product-miniature .product-description, .product-miniature .products.list .product .product-miniature .product-description, .cms-products .products.list .product .product-miniature .product-description {
  margin-top: 0.5rem;
}
#products .products.list .product .product-miniature h3.product-title, .featured-products .products.list .product .product-miniature h3.product-title, .product-accessories .products.list .product .product-miniature h3.product-title, .product-miniature .products.list .product .product-miniature h3.product-title, .cms-products .products.list .product .product-miniature h3.product-title {
  margin-bottom: 0.5rem;
}
#products .products.list .product-actions .btn, .featured-products .products.list .product-actions .btn, .product-accessories .products.list .product-actions .btn, .product-miniature .products.list .product-actions .btn, .cms-products .products.list .product-actions .btn {
  padding: 0.5rem 1rem;
  word-break: break-all;
}
#products .product-price-and-shipping .product-price, .featured-products .product-price-and-shipping .product-price, .product-accessories .product-price-and-shipping .product-price, .product-miniature .product-price-and-shipping .product-price, .cms-products .product-price-and-shipping .product-price {
  font-size: 1.25rem;
  font-weight: 700;
}
#products .product-price-and-shipping .product-price, .featured-products .product-price-and-shipping .product-price, .product-accessories .product-price-and-shipping .product-price, .product-miniature .product-price-and-shipping .product-price, .cms-products .product-price-and-shipping .product-price {
  font-size: 1.25rem;
  font-weight: 700;
}
#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links, .product-miniature .variant-links, .cms-products .variant-links {
  width: 100%;
  padding-top: 0.625rem;
}
#products .variant-links .color, .featured-products .variant-links .color, .product-accessories .variant-links .color, .product-miniature .variant-links .color, .cms-products .variant-links .color {
  margin: 0;
  border: 1px solid #666666;
}
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature, .cms-products .product-miniature {
  height: 100%;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  padding: 0.25rem 0.5rem 0.5rem;
}
#products .comments_note, .featured-products .comments_note, .product-accessories .comments_note, .product-miniature .comments_note, .cms-products .comments_note {
  text-align: center;
  color: #666666;
}
#products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price, .cms-products .regular-price {
  text-decoration: line-through;
  display: inline-block;
}
#products .count, .featured-products .count, .product-accessories .count, .product-miniature .count, .cms-products .count {
  color: #666666;
  font-weight: 700;
  position: relative;
  bottom: 0.5rem;
}
#products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link, .product-miniature .all-product-link, .cms-products .all-product-link {
  clear: both;
  color: #FD6B54;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1rem;
}
#products .all-product-link:hover, .featured-products .all-product-link:hover, .product-accessories .all-product-link:hover, .product-miniature .all-product-link:hover, .cms-products .all-product-link:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  #products .product-actions, .featured-products .product-actions, .product-accessories .product-actions, .product-miniature .product-actions, .cms-products .product-actions {
    display: none;
  }
}
#products .product-actions > div .btn, .featured-products .product-actions > div .btn, .product-accessories .product-actions > div .btn, .product-miniature .product-actions > div .btn, .cms-products .product-actions > div .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#products .product-actions > div .btn i, .featured-products .product-actions > div .btn i, .product-accessories .product-actions > div .btn i, .product-miniature .product-actions > div .btn i, .cms-products .product-actions > div .btn i {
  margin-right: 0.5rem;
  width: 14px;
  height: 14px;
  background: url(../img/ico-cart.svg) no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  #products .product-actions > div .btn, .featured-products .product-actions > div .btn, .product-accessories .product-actions > div .btn, .product-miniature .product-actions > div .btn, .cms-products .product-actions > div .btn {
    padding: 0.5rem 1rem;
    word-break: break-all;
  }
}

/*
.product-miniature{
  .featured-products-manufacter{
    color: $brand-primary-lighter;
    font-family: $font-family-secondary;
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: .2rem;
    text-transform: uppercase;
    letter-spacing: .4px;
    padding: 0 .5rem;
  }
}*/
/*
/* MINIPRODUCT LIST **************
#products .products.list{
  .thumbnail-container {
    margin-bottom: 0;
  }
  .st_attr_list_text_center{
    text-align: left;
    margin-top: $small-space;
  }
  .variant-links{
    text-align: left;
  }
}

@include media-breakpoint-down(sm) {
  #products .products.list .product-thumbnail{
    max-width: 15%;
  }
}*/
@media (max-width: 767px) {
  .content-home .featured-products-grid #products .product {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* PRECIO  ********************/
.price-before-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.before-price {
  display: block;
  padding-bottom: 0.25rem;
}

/* Arreglos jorge provisionales */
.related_product {
  height: auto !important;
}

/* CMS Products */
@media (max-width: 767px) {
  .cms-products {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cms-products .product {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.cms-products .product-miniature {
  height: 100%;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  padding: 0.25rem 0.5rem 0.5rem;
  margin-left: 1rem 0.5rem;
}
.cms-products img.img-fluid {
  width: 100%;
}
.cms-products .product-name {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.cms-products .product-desc .product-price {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.cms-products .product-desc .product-price a {
  color: #333333;
}
@media (min-width: 576px) {
  .cms-products .product-desc .product-price {
    font-size: 1.25rem;
  }
}
.cms-products .product-desc a {
  color: #333333;
}
.cms-products .product-desc a h4 {
  font-size: 1rem;
  line-height: 1.3em;
}
@media (min-width: 575px) {
  .cms-products .product-desc a h4 {
    min-height: 85px;
  }
}

/* PRODUCT FLAGS ********************/
.product-flags {
  pointer-events: none;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
}

li.product-flag {
  pointer-events: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #F1B33A;
  padding: 0 0.5rem;
  text-transform: uppercase;
  color: white;
  margin-top: 0.25rem;
  font-size: 0.65rem;
  font-weight: 600;
  border-radius: 4px;
}
li.product-flag.out_of_stock {
  background-color: #ae7844;
  /* padding: .5rem 2rem;
   font-size: $font-size-xs;*/
}
li.product-flag.online-only {
  position: absolute;
  top: 25rem;
  right: 0;
  z-index: 1;
  font-size: 0.8125rem;
  margin-top: 0;
}
li.product-flag.online-only::before {
  content: "";
  font-family: "Material Icons";
  vertical-align: middle;
  margin: 0.3125rem;
}
li.product-flag.discount-percentage, li.product-flag.discount-amount, li.product-flag.discount {
  background-color: #27AE60;
}
li.product-flag.on-sale {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  background: #EB001B;
  text-align: center;
  /* margin-top: 0 !important;*/
}
li.product-flag.new {
  background: #2F80ED;
}

@media (max-width: 767px) {
  .product-miniature li.product-flag {
    padding: 0.1rem 0.2rem;
    font-size: 0.7rem;
    margin: 0;
    letter-spacing: 0;
  }
}
/* PRODUCT FLAGS - product single ********************/
.page-product .product-flags li.product-flag.out_of_stock {
  background-color: #ae7844;
  padding: 0.25rem 1rem;
  font-size: 0.8125rem;
}

/* PRODUCT FLAGS - product miniature ********************/
.product-miniature .product-flags {
  left: 1rem;
  top: 0;
}

.list .product-miniature .product-flags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
  margin: 0;
}
.list .product-flag {
  margin-right: 0.5rem;
  top: -10px;
}

.brandlist {
  margin-bottom: 1.875rem;
}

#manufacturer #main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#manufacturer #main ul .brand {
  padding: 10px;
  margin: 5px;
  text-align: center;
  background: white;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: calc(20% - 10px);
  min-width: 210px;
  position: relative;
}
#manufacturer #main ul .brand-infos a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
#manufacturer #main ul .brand:hover {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
#manufacturer #main ul .brand-products {
  display: none;
}
#manufacturer #main ul .brand-img {
  width: 200px;
  margin: auto;
}

@media (max-width: 991px) {
  #manufacturer #main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blockmanufacturer {
  background-color: #F8FAFC;
  padding: 4rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.blockmanufacturer .blockmanufacturer-header {
  margin: 0 auto 3rem auto;
  max-width: 700px;
  text-align: center;
}
.blockmanufacturer .blockmanufacturer-header h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .blockmanufacturer .blockmanufacturer-header h2 {
    font-size: 1.6rem;
  }
}
.blockmanufacturer .blockmanufacturer-header p {
  color: #92C6B9;
  margin-bottom: 0;
}
.blockmanufacturer .list-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1%;
}
.blockmanufacturer .list-block ul li {
  width: 19%;
  margin-bottom: 1%;
  min-height: 4rem;
}
.blockmanufacturer .list-block ul li a {
  display: block;
  background: #fff;
  padding: 1rem;
  text-align: center;
  border: 1px solid #EAEAEA;
}
@media (max-width: 991px) {
  .blockmanufacturer .list-block ul li {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .blockmanufacturer .list-block ul li {
    width: 49%;
  }
}
.blockmanufacturer .all-brands p a {
  clear: both;
  color: #00ABE4;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  text-transform: uppercase;
  float: right;
}