@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;
  }
}

.slick-slider {
  position: relative;
}

.slick-track {
  margin-left: 0;
  margin-right: 0;
}

.slick-arrow {
  border: none;
  color: #fff;
  background-color: #3B4A46;
  position: absolute;
  top: 45%;
  cursor: pointer;
  font-size: 1.8rem;
  left: -15px;
  width: 52px;
  height: 52px;
  z-index: 9;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  font-size: 1.6rem;
  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;
}
.slick-arrow:hover {
  color: #fff;
  background-color: #92C6B9;
}

.slick-next {
  right: -15px;
  left: auto;
}

.slick-list {
  width: 100% !important;
}

.slick-initialized .slick-slide {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/*
.slick-slide p.product-title{
    margin-bottom: 0.2rem !important;
}*/
.category.featured-product {
  margin-bottom: 1.25rem;
}

#products .products-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#products .up {
  margin-bottom: 1rem;
  margin: 0 auto;
}
#products .section-title {
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  text-transform: none !important;
}
#products .section-title:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #D06656;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  #products .section-title {
    margin-bottom: 1.5rem;
  }
  #products .section-title:after {
    height: 3px;
    bottom: -0.75rem;
  }
}

.product_list_header h1#js-product-list-header {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .product_list_header h1#js-product-list-header {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .product_list_header h1#js-product-list-header {
    margin-top: 0;
  }
}

#js-product-list .alert {
  max-width: 80%;
  margin: 3rem auto;
  text-align: center;
}

.product_list_header #category-description {
  width: 1100px;
  max-width: 80%;
  margin: 0 auto;
  display: block;
  /*display: flex;
  justify-content: center;
  align-items: top;*/
}
@media (max-width: 991px) {
  .product_list_header #category-description {
    padding-bottom: 1rem;
    max-width: 95%;
    /* flex-direction: column;*/
  }
}
.product_list_header #category-description h1.cabecera {
  text-align: center;
  font-size: 1.5rem;
  margin: 0;
}
.product_list_header .categoy-text-top {
  text-align: left;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .product_list_header .categoy-text-top {
    max-width: 90%;
  }
}
.product_list_header .categoy-text-top h2 {
  line-height: 1.4em;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .product_list_header .categoy-text-top h2 {
    display: none;
  }
}
.product_list_header .categoy-text-top p {
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .product_list_header .categoy-text-top p {
    text-align: center;
    font-size: 0.8rem;
  }
}
.product_list_header .categoy-text-top p a {
  text-decoration: underline;
  color: #333333;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .product_list_header .categoy-text-top p a {
    font-size: 0.8rem;
  }
}
.product_list_header .categoy-text-top.collapse, .product_list_header .categoy-text-top.collapsing {
  display: inline-block;
  overflow: hidden;
  height: 25px;
  min-height: 25px;
  line-height: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .product_list_header .categoy-text-top.collapse, .product_list_header .categoy-text-top.collapsing {
    height: 20px;
    min-height: 20px;
    line-height: 20px;
  }
}
.product_list_header .categoy-text-top.collapse.in, .product_list_header .categoy-text-top.collapsing.in {
  float: none;
  height: 100%;
}
.product_list_header a[aria-expanded=false] span.text-more {
  display: block;
}
.product_list_header a[aria-expanded=false] span.text-minus {
  display: none;
}
.product_list_header a[aria-expanded=true] span.text-more {
  display: none;
}
.product_list_header a[aria-expanded=true] span.text-minus {
  display: block;
}
.product_list_header a.btn {
  width: 100%;
  padding: 0;
  line-height: 1.3em;
}
@media (max-width: 991px) {
  .product_list_header a.btn {
    width: 100%;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .product_list_header {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .page-best-sales .product_list_header,
.page-new-products .product_list_header,
.page-prices-drop .product_list_header,
.page-search .product_list_header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* Nº PROCUTS, ORDER ****************************/
.products-selection {
  margin: 0 auto 1rem auto;
  border-bottom: 1px solid #DDDDDD;
  padding: 1rem 0;
  width: 100%;
}
@media (min-width: 576px) {
  .products-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.products-selection .sort-by-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .products-selection .sort-by-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .products-selection .showing {
    text-align: center;
    font-size: 0.75rem;
  }
}
.products-selection .products-sort-order {
  margin-right: 1rem;
}
.products-selection .sort-by {
  margin-right: 1rem;
  text-align: left;
  word-break: break-word;
  white-space: normal;
}
.products-selection p {
  margin-bottom: 0;
}
.products-selection p,
.products-selection p .sort-by,
.products-selection p .select-title,
.products-selection .sort-by-row,
.products-selection .sort-by-row .sort-by,
.products-selection .sort-by-row .select-title {
  /* font-size: 0.875rem;*/
}
.products-selection p i,
.products-selection p .sort-by i,
.products-selection p .select-title i,
.products-selection .sort-by-row i,
.products-selection .sort-by-row .sort-by i,
.products-selection .sort-by-row .select-title i {
  height: inherit;
  line-height: inherit;
}
.products-selection .filter-button .btn-secondary {
  padding: 0.75rem 0.5rem 0.6875rem;
}
.products-selection .alter-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FD6B54;
}
.products-selection .alter-view i.material-icons {
  font-size: 32px;
  opacity: 0.5;
}
.products-selection .alter-view i.ico-2col {
  background-image: url(../img/ico-2col.svg);
  background-size: 100%;
  background-position-y: 2px;
  width: 32px;
  height: 32px;
  display: inline-block;
  opacity: 0.5;
}
.products-selection .alter-view a {
  padding: 0 0.05rem 0.05rem;
  border: 1px solid transparent;
  margin-left: 0.1rem;
  line-height: 32px;
}
.products-selection .alter-view a:hover {
  cursor: pointer;
  border: 1px solid #FD6B54;
}
.products-selection .alter-view a:hover i {
  opacity: 1;
}
.products-selection .alter-view .selected {
  color: #D06656;
  border: 1px solid #FD6B54;
}
.products-selection .alter-view .selected i {
  font-size: 32px;
  opacity: 1;
}
.products-selection .alter-view .selected i.ico-2col {
  opacity: 1;
}

.products-sort-order,
.brands-sort,
.suppliers-sort {
  color: #666666;
}
.products-sort-order .select-title,
.brands-sort .select-title,
.suppliers-sort .select-title {
  display: inline-block;
  width: 100%;
  padding: 0.625rem;
  color: #232323;
  cursor: pointer;
  background: white;
  border: 1px solid #BEBEBE;
}
.products-sort-order .select-list,
.brands-sort .select-list,
.suppliers-sort .select-list {
  display: block;
  padding: 0.625rem 1.25rem;
  color: #232323;
}
.products-sort-order .select-list:hover,
.brands-sort .select-list:hover,
.suppliers-sort .select-list:hover {
  color: white;
  text-decoration: none;
  background: #FD6B54;
}
.products-sort-order .dropdown-menu,
.brands-sort .dropdown-menu,
.suppliers-sort .dropdown-menu {
  left: auto;
  width: 16.88rem;
  margin: 0;
  background: #EEEEEE;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

/* FACETS ****************************/
#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  padding: 0 0 1.563rem;
  margin-bottom: 1.563rem;
}
#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#search_filters .facet:last-child,
#search_filters_brands .facet:last-child,
#search_filters_suppliers .facet:last-child {
  border-bottom: none;
}
#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
  display: block;
}
#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
  margin-bottom: 0.5rem;
  width: 100%;
}
#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
  margin-bottom: 0;
}
#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
  display: inline-block;
  margin-top: 0.4375rem;
  font-size: 1.5rem;
  color: #232323;
}

#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding-top: 0;
}
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
  margin-bottom: 0.3125rem;
}

.facet-dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.facet-dropdown.open {
  border: 0;
  padding: 0;
}
.facet-dropdown.open > .select-title {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.facet-dropdown .select-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5rem 0;
  margin-left: 0;
  color: #232323;
  cursor: pointer;
  background: #ffffff;
}
.facet-dropdown .select-title > i {
  margin-left: auto;
}
.facet-dropdown .select-list {
  display: block;
  padding: 1rem;
  background: #EEEEEE;
}
.facet-dropdown .select-list:hover {
  color: #666666;
  text-decoration: none;
  background: #ffffff;
}
.facet-dropdown .dropdown-menu {
  left: auto;
  width: 100%;
  padding: 0;
  margin-top: 3px;
  background: #ffffff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.active_filters {
  padding: 0.625rem 1.875rem 0;
  margin-bottom: 1.25rem;
  background: #dededd;
}
.active_filters .active-filter-title {
  display: inline;
  margin-right: 0.625rem;
  font-weight: 600;
}
.active_filters ul {
  display: inline;
}
.active_filters .filter-block {
  display: inline-block;
  padding: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.8125rem;
  color: #fff;
  border: 1px solid #666666;
  background-color: #666666;
  border-radius: 0.25rem;
}
.active_filters .filter-block .close {
  margin-top: 0.1875rem;
  margin-left: 0.3125rem;
  font-size: 1.5rem;
  color: #232323;
  opacity: 1;
}

/* PAGINATION ****************************/
.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 1.5rem 0;
  border-radius: 0 !important;
  margin: 2rem 0;
}
.pagination .results {
  text-align: left;
}
.pagination .pagination-items {
  text-align: right;
}
@media (max-width: 767px) {
  .pagination .results, .pagination .pagination-items {
    text-align: center;
  }
}
.pagination > div:first-child {
  padding-left: 0;
  line-height: 2.5rem;
}
.pagination .page-list {
  padding: 0.375rem;
  margin-bottom: 0;
}
.pagination .page-list li {
  display: inline-block;
}
.pagination a {
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-align: center;
}
.pagination a:hover {
  border: 1px solid #FD6B54;
}
.pagination .disabled {
  color: #666666;
}
.pagination .current a {
  text-decoration: none;
  background: #FD6B54;
  color: #fff;
}

/* CATEGORY DESCRIPTION TOP ***********************/
.block-category, .block-category.card {
  text-align: center;
}
.block-category h1, .block-category.card h1 {
  margin-bottom: 0.5rem;
}

@media (min-width: 767.98px) {
  .block-category {
    padding-bottom: 1.5rem;
  }
}
/* CATEGORY LEFT COLUMN ****************************/
.block-categories {
  margin-bottom: 1.563rem;
}
.block-categories .category-sub-menu {
  margin-top: 1rem;
}
.block-categories .category-sub-menu .navbar-toggler {
  width: auto;
}
.block-categories .category-sub-menu li {
  position: relative;
}
.block-categories .category-sub-menu li[data-depth="1"] {
  margin-bottom: 0.625rem;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.1875rem;
  margin: 0.3125rem 0 0;
  font-weight: 600;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
  padding-left: 0.3125rem;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
  margin-right: 0.3125rem;
  content: "-";
}
.block-categories .collapse-icons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
  color: #FD6B54;
}
.block-categories .collapse-icons[aria-expanded=true] .add {
  display: none;
}
.block-categories .collapse-icons[aria-expanded=true] .remove {
  display: block;
}
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
  color: #FD6B54;
}
.block-categories .collapse-icons .remove {
  display: none;
}
.block-categories .arrows .arrow-right,
.block-categories .arrows .arrow-down {
  margin-left: 2px;
  font-size: 0.875rem;
  cursor: pointer;
}
.block-categories .arrows .arrow-right:hover,
.block-categories .arrows .arrow-down:hover {
  color: #FD6B54;
}
.block-categories .arrows .arrow-down {
  display: none;
}
.block-categories .arrows[aria-expanded=true] .arrow-right {
  display: none;
}
.block-categories .arrows[aria-expanded=true] .arrow-down {
  display: inline-block;
}

/* FACETS ****************************/
.facets-title {
  color: #232323;
}

.advertising-block {
  margin-bottom: 1.563rem;
}
.advertising-block img {
  width: 100%;
}

/* RESPONSIVE PART ****************************/
@media (max-width: 767px) {
  #category #left-column {
    width: 100%;
  }
  #category #left-column #search_filter_controls {
    margin-bottom: 1rem;
    text-align: center;
  }
  #category #left-column #search_filter_controls .btn-clean .btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  #category #left-column #search_filters {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #category #left-column #search_filters .ui-slider-horizontal {
    margin-bottom: 20px;
  }
  #category #left-column #search_filters .facet {
    padding-top: 0;
    border-bottom: 1px solid #EEEEEE;
  }
  #category #left-column #search_filters .facet .facet-title {
    border-bottom: 0;
  }
  #category #left-column #search_filters .facet .title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  #category #left-column #search_filters .facet .title .collapse-icons .remove {
    display: none;
  }
  #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
    display: none;
  }
  #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
    display: block;
  }
  #category #left-column #search_filters .facet .h6 {
    display: inline-block;
    padding: 1.5rem 1rem;
    margin-bottom: 0;
  }
  #category #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    height: inherit;
    padding: 0 0.625rem 0 0;
  }
  #category #left-column #search_filters .facet .collapse {
    display: none;
  }
  #category #left-column #search_filters .facet .collapse.in {
    display: block;
  }
  #category #left-column #search_filters .facet .facet-label a {
    margin-top: 0;
  }
  #category #left-column #search_filters .facet ul {
    margin-bottom: 0;
  }
  #category #left-column #search_filters .facet ul li {
    padding: 1.25rem;
    border-top: 1px solid #EEEEEE;
  }

  #prices-drop #content-wrapper,
#new-products #content-wrapper,
#best-sales #content-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .category-cover {
    display: none;
  }
}
/* Product list con Coronasfuneral search*/
#products.sang {
  text-align: center;
}

/* TODO: quitar el display none, solo puesto para enseñar la maqueta */
.category-filters {
  display: none;
}

/* Carrusel featured Products in category*/
.featured-carousel {
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .featured-carousel {
    padding-top: 1rem;
  }
}
.featured-carousel h2 {
  font-size: clamp(1rem, 2vw + 1rem, 1.2rem);
}
.featured-carousel #products .product-miniature {
  background-color: #fff;
}

.features-last-level {
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  .features-last-level {
    padding-top: 1rem;
  }
}
.features-last-level .featured-carousel {
  padding-top: 1rem;
}

#subcategories.subcategories-container {
  background-color: #FDF0EC;
  padding-top: 2rem;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -2px;
}
#subcategories 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%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 0;
}
#subcategories ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  max-width: 19%;
  margin-bottom: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem;
}
@media (max-width: 767.98px) {
  #subcategories ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
  }
}
#subcategories ul li a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #000;
}
#subcategories ul li:hover {
  border: 1px solid #FD6B54;
}
#subcategories ul li img {
  /*min-width: 70px;
  height: 70px;*/
  max-width: 25%;
  height: auto;
  overflow: hidden;
  margin-right: 0.5rem;
  background-color: #ededed;
  border-radius: 0.25rem;
}
@media (max-width: 991px) {
  #subcategories ul li img {
    max-width: 20%;
  }
}
#subcategories ul li p, #subcategories ul li span {
  font-size: 0.875rem;
  line-height: 140%;
}
@media (max-width: 991px) {
  #subcategories ul li p, #subcategories ul li span {
    font-size: 0.75rem;
  }
}
#subcategories ul li .cat_desc {
  display: none;
}

/* 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;
}

.quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 64rem;
}
.quickview .modal-content {
  background: #9e9e9e;
  min-height: 28.13rem;
}
.quickview .modal-header {
  border: none;
  padding: 0.625rem;
}
.quickview .modal-body {
  min-height: 23.75rem;
}
.quickview .modal-footer {
  border-top: 1px solid rgba(102, 102, 102, 0.3);
}
.quickview .layer {
  display: none;
}
.quickview .product-cover img {
  width: 95%;
}
.quickview .images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  min-height: 21.88rem;
}
.quickview .images-container .product-images > li.thumb-container > .thumb {
  width: 100%;
  max-width: 4.938rem;
  margin-bottom: 0.8125rem;
  background: white;
}
.quickview .mask {
  width: 35%;
  max-height: 22.5rem;
  overflow: hidden;
  margin-left: 0.625rem;
}
.quickview .arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  max-height: 22.5rem;
  right: 5rem;
  z-index: 0;
}
.quickview .arrows .arrow-up {
  margin-top: -3.125rem;
  cursor: pointer;
  opacity: 0.2;
}
.quickview .arrows .arrow-down {
  position: absolute;
  bottom: -1.875rem;
  cursor: pointer;
}
.quickview .social-sharing {
  margin-top: 0;
  margin-left: 2.5rem;
}

/* PRODUCT MODAL ********************/
#product-modal .modal-dialog {
  overflow-y: visible;
  /*  max-height: 75%;
    @media (min-width: 767.98px) {
      max-height: 90%;
    }*/
}
#product-modal .modal-content {
  background: transparent;
}
#product-modal .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30%;
}
#product-modal .modal-content .modal-body .image-caption {
  background: white;
  width: 800px;
  padding: 0.625rem 1.25rem;
  border-top: #9e9e9e 1px solid;
}
#product-modal .modal-content .modal-body .thumbnails {
  position: relative;
}
#product-modal .modal-content .modal-body .mask {
  position: relative;
  overflow: hidden;
  max-height: 49.38rem;
  margin-top: 2.188rem;
  z-index: 1;
}
#product-modal .modal-content .modal-body .mask.nomargin {
  margin-top: 0;
}
#product-modal .modal-content .modal-body .product-images {
  margin-left: 2.5rem;
}
#product-modal .modal-content .modal-body .product-images img {
  width: 9.25rem;
  cursor: pointer;
  background: white;
}
#product-modal .modal-content .modal-body .product-images img:hover {
  border: #FD6B54 3px solid;
}
#product-modal .modal-content .modal-body .arrows {
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  color: white;
  right: 1.875rem;
  z-index: 0;
  cursor: pointer;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
  position: absolute;
  top: -2rem;
  opacity: 0.2;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
  position: absolute;
  bottom: -2rem;
}
#product-modal .modal-content .modal-body .arrows i {
  font-size: 6.25rem;
  display: inline;
}

#blockcart-modal {
  color: #232323;
}
#blockcart-modal .modal-header {
  background: white;
}
#blockcart-modal .modal-header .close {
  opacity: 1;
}
#blockcart-modal .modal-header .close .material-icons {
  color: #363A42;
}
#blockcart-modal .modal-body {
  background: #fff;
  padding: 3.125rem 1.875rem;
}
#blockcart-modal .modal-body .divide-right span {
  display: block;
  margin-bottom: 0.3rem;
}
#blockcart-modal .modal-dialog {
  width: 1140px;
  max-width: 100%;
}
#blockcart-modal .product-image {
  width: 100%;
}
#blockcart-modal .product-name {
  font-size: 1rem;
}
@media (max-width: 767px) {
  #blockcart-modal .product-name {
    margin: 0;
  }
}
#blockcart-modal .product-price {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  #blockcart-modal .product-price {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #blockcart-modal .cart-content {
    padding: 1rem 0 0;
    margin-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
}
#blockcart-modal .cart-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
#blockcart-modal .cart-content p.product-total {
  background-color: #DDDDDD;
  padding: 0.5rem;
  margin-bottom: 1.25rem;
}
#blockcart-modal .cart-content .cart-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #blockcart-modal .cart-content .cart-content-btn {
    display: inline;
  }
  #blockcart-modal .cart-content .cart-content-btn .btn {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 991px) {
  #product-modal .modal-content .modal-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  #product-modal .modal-content .modal-body img.product-cover-modal {
    max-width: 100%;
  }
  #product-modal .modal-content .modal-body .arrows {
    display: none;
  }

  #product-modal .modal-content .modal-body .image-caption {
    width: 100%;
  }

  #blockcart-modal .modal-dialog {
    width: calc(100% - 20px);
  }
  #blockcart-modal .modal-body {
    padding: 1.875rem;
  }
}
@media (min-width: 768px) {
  .divide-right {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
  }
}