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

/* PRODUCT version 03 ********************/
.product-03 {
  padding-top: 0.5rem;
}

@media (min-width: 576px) {
  .product-03 {
    padding-top: 2rem;
  }
}
/* PRODUCT TITLE, INFO ********************/
.post-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-additional-info .product-comments-additional-info .comments-note span {
  display: none;
}

#product .page-content {
  position: relative;
}

.product-information .product-description-short {
  margin: 0;
}

@media (max-width: 767px) {
  .product-information {
    margin-top: 1.5rem;
  }
}
/* PRODUCT PRICES ********************/
/* Current */
.product-prices .current-price {
  font-size: 1.5rem;
  font-weight: 700;
}
.product-prices .regular-price {
  font-size: 1.2rem;
  text-decoration: line-through;
}
.product-prices .has-discount .current-price {
  color: #27AE60;
}
.product-prices .has-discount .discount {
  background: #27AE60;
  color: white;
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .product-prices .has-discount .discount {
    padding: 0.1rem 0.5rem;
    font-size: 0.7rem;
  }
}
.tax-shipping-delivery-label {
  font-size: 0.8125rem;
}

/* PRODUCT MANUFACTURED ********************/
.product-manufacturer {
  max-width: 100px;
  height: auto;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .product-manufacturer {
    max-width: 20%;
  }
}
/* PRODUCT VARIANTS ********************/
@media (min-width: 576px) {
  .product-variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 2rem;
  }
  .product-variants > .product-variants-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
        -ms-flex: 2 0 40%;
            flex: 2 0 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-variants > .product-variants-item select {
  background-color: white;
  width: auto;
  padding-right: 1.875rem;
  padding-left: 1rem;
}
.product-variants > .product-variants-item ul li {
  margin-right: 0.625rem;
  display: inline-block;
}
.product-variants > .product-variants-item label, .product-variants > .product-variants-item .color {
  margin: 0;
}
.product-variants .control-label {
  margin-bottom: 0.3125rem;
  font-weight: 700;
  display: block;
}
.product-variants .input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 2rem; /* Aumentado de 1.25rem */
  width: 2rem; /* Aumentado de 1.25rem */
}
.product-variants .input-container {
  position: relative;
}
.product-variants .color {
  display: inline-block;
  width: 2rem; /* Aumentado de 1.25rem */
  height: 2rem; /* Aumentado de 1.25rem */
  border-radius: 50%; /* Hacerlo circular */
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-variants .input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.product-variants .input-color:checked + span, .product-variants .input-color:hover + span,
.product-variants .input-radio:checked + span,
.product-variants .input-radio:hover + span {
  border: 2px solid #232323;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* Efecto de crecimiento al seleccionar */
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Añadir sombra sutil */
}
.product-variants .radio-label {
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  background: white;
  display: inline-block;
  padding: 0.125rem 0.625rem;
}

.combined-colors {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #F4F4F4;
  margin-top: -2rem;
}
.combined-colors .form-custom-message {
  border: 0;
  padding: 0;
}
.combined-colors .form-custom-message label {
  font-size: 0.8125rem;
}

@media (max-width: 575px) {
  .product-variants > .product-variants-item {
    margin-right: 0;
  }
  .product-variants > .product-variants-item select {
    width: 100%;
  }
}
/* Product Quanty  **********************
.product-quantity {
  display: flex;
  align-items: center;

  .qty{
    margin-right: $small-space;
  }
  .add{
    flex-basis: 0%;
    flex-grow: 1;
    min-width: 0;
    @include media-breakpoint-up(xs) {
      button{
        width: 100%;
      }
    }
  }

  #quantity_wanted {
    color: $gray-darker;
    background-color: white;
    padding: 0.175rem 0.5rem;
    width: 3rem;
    height: 58px;
    border-radius: 4px 0px 0px 4px;
  }

  .bootstrap-touchspin .btn-touchspin {
    height: 1.87rem;
  }
}*/
/*
@include media-breakpoint-down(xs) {
  .product-quantity {
    flex-direction: column;
    text-align: center;
  }
  .product-quantity #quantity_wanted{
    width: 200px;
    margin-bottom: .5rem;
    text-align: center;
  }
}*/
/* PRODUCT DESCRIPTION  ***********************/
.product-description h1, .product-description h2 {
  font-size: 1.2rem !important;
  color: #333333 !important;
  font-weight: normal !important;
  font-family: "Mulish", sans-serif !important;
}
.product-description h1 span, .product-description h1 *, .product-description h2 span, .product-description h2 * {
  font-size: 1.2rem !important;
  color: #333333 !important;
  font-weight: normal !important;
  font-family: "Mulish", sans-serif !important;
}
.product-description p {
  line-height: 1.5rem !important;
  font-size: 1rem !important;
  text-align: left !important;
  font-family: "Mulish", sans-serif !important;
}

/* TABS ***********************/
.tabs {
  margin: 2rem auto;
}
.tabs .tab-pane {
  padding: 1.25rem 0.625rem;
}
.tabs .nav-tabs {
  border: none;
  border-bottom: #FDF0EC 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs .nav-tabs .nav-link {
  color: #FD6B54;
  border: 0 solid transparent;
  padding: 1rem;
}
.tabs .nav-tabs .nav-link.active.js-product-nav-active {
  border: none;
  border-bottom: #FD6B54 3px solid;
  background-color: #FD6B54;
  color: #fff;
}
.tabs .nav-tabs .nav-link:hover {
  border: none;
  border-bottom: #FD6B54 3px solid;
  background-color: #FD6B54;
  color: #fff;
}
.tabs .nav-tabs .nav-item {
  float: left;
  margin-bottom: -0.125rem;
}
.tabs .tab-content li {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6em;
}

/* PRODUCT ACCORDION ********************/
.accordion {
  /*
  .card:first-child .btn{
    padding-top: 0;
  }
  .card:last-child .btn{
    padding-bottom: 0;
  }*/
}
.accordion .card:nth-child(3) {
  display: none;
}
.accordion .tab-head .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 0.85rem;
  margin-bottom: 0.25rem;
  text-align: left;
}
.accordion .btn {
  color: #333333;
  padding: 0;
}
.accordion .btn:hover, .accordion .btn:focus {
  color: #333333;
  text-decoration: none;
}
.accordion .btn:focus {
  font-weight: 700;
}
@media (max-width: 767px) {
  .accordion .btn {
    font-weight: 700;
  }
}

/* PRODUCT FEATURES ********************/
.product-features > dl.data-sheet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-transform: capitalize;
}
.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  font-weight: normal;
  background: #F6F9FC;
  padding: 0.8rem 0.625rem;
  min-height: 2.5rem;
  word-break: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
.product-features > dl.data-sheet dd.value:nth-of-type(even),
.product-features > dl.data-sheet dt.name:nth-of-type(even) {
  background: #fff;
}
.product-features > dl.data-sheet dt.name {
  font-weight: 600;
  padding-left: 1rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* PRODUCT S ********************/
@media (max-width: 767px) {
  .product_image {
    margin-top: 2rem;
  }
}
.product-cover {
  position: relative;
  margin-bottom: 1rem;
}
.product-cover .layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  cursor: pointer;
}
.product-cover .layer:hover {
  opacity: 1;
}
.product-cover .layer .zoom-in {
  font-size: 3.125rem;
  color: #fff;
}

.js-qv-mask {
  white-space: nowrap;
  overflow: hidden;
  margin-top: 1rem;
}
.js-qv-mask ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*overflow: hidden;*/
}
.js-qv-mask.scroll {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.js-qv-mask .slick-list.draggable {
  height: auto !important;
}
@media (max-width: 991px) {
  .js-qv-mask ul {
    margin-bottom: 0;
  }
  .js-qv-mask .js-thumb-container {
    width: 75px;
    height: 75px;
  }
  .js-qv-mask .js-thumb-container img {
    width: 100%;
    height: auto;
  }
}

.product-s {
  margin-bottom: 0;
}
.product-s li.thumb-container {
  display: inline;
}
.product-s li.thumb-container .thumb {
  cursor: pointer;
}
.product-s li.thumb-container .thumb.selected, .product-s li.thumb-container .thumb:hover {
  border: 2px solid #FD6B54 !important;
}

.scroll-box-arrows {
  display: none;
}
.scroll-box-arrows.scroll {
  display: block;
}
.scroll-box-arrows i {
  position: absolute;
  bottom: 40px;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
}
.scroll-box-arrows .left {
  left: 0;
}
.scroll-box-arrows .right {
  right: 0;
}

@media (max-width: 991px) {
  .product-cover img {
    width: 100%;
  }
}
/* PRODUCT AVAILABILITY ********************/
.js-product-availability {
  margin: 0.25rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding-top: 0.2rem;
}
.js-product-availability .material-icons {
  line-height: inherit;
}
.js-product-availability .product-available {
  color: #4cbb6c;
}
.js-product-availability .product-unavailable {
  color: #ff4c4c;
}
.js-product-availability .product-last-items {
  color: #ff9a52;
}
.js-product-availability span {
  color: #333;
  text-align: center;
}

.js-mailalert.product-not-available {
  border: 2px dotted #333333;
  padding: 1.5rem;
  border-radius: 8px;
}
.js-mailalert.product-not-available .psgdpr_consent_message {
  font-size: 0.8125rem;
}

/* PRODUCT DETAILS ********************/
#product-details .label {
  font-size: 1rem;
  color: #232323;
  font-weight: bold;
}

/* PRODUCT CUSTOMIZACION ********************/
.product-customization {
  margin: 2.5rem 0;
}
.product-customization .product-customization-item {
  margin: 1.25rem 0;
}
.product-customization .product-message {
  background: #9e9e9e;
  border: none;
  width: 100%;
  height: 3.125rem;
  resize: none;
  padding: 0.625rem;
}
.product-customization .product-message:focus {
  background-color: white;
  outline: 0.1875rem solid #FD6B54;
}
.product-customization .file-input {
  width: 100%;
  opacity: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  height: 2.625rem;
  overflow: hidden;
  position: absolute;
}
.product-customization .customization-message {
  margin-top: 20px;
}
.product-customization .custom-file {
  position: relative;
  background: #9e9e9e;
  width: 100%;
  height: 2.625rem;
  line-height: 2.625rem;
  text-indent: 0.625rem;
  display: block;
  color: #666666;
  margin-top: 1.25rem;
}
.product-customization .custom-file button {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.product-customization small {
  color: #666666;
}

/* PRODUCT PACK ********************/
.product-pack {
  margin-top: 2.5rem;
}
.product-pack .pack-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 1rem;
}
.product-pack .pack-product-container .pack-product-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: 0.875rem;
  color: #666666;
}
.product-pack .pack-product-container .pack-product-quantity {
  border-left: #9e9e9e 1px solid;
  padding-left: 0.625rem;
}
.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-refresh {
  margin-top: 1.25rem;
}

/* PRODUCT SOCIAL SHARING ********************/
.product-after-thumbs {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 1rem;
}

.social-sharing {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-sharing ul {
  margin-bottom: 0;
}
.social-sharing li {
  /*@include box-shadow-light;*/
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: inline-block;
  /*background-color: white;*/
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  background-position: 0.25rem 0.25rem;
  cursor: pointer;
  margin-left: 0.5rem;
}
.social-sharing li.facebook a {
  background: url(../img/social-facebook.svg) no-repeat center center;
}
.social-sharing li.twitter a {
  background: url(../img/social-twitter.svg) no-repeat center center;
}
.social-sharing li.pinterest a {
  background: url(../img/social-pinterest.svg) no-repeat center center;
}
.social-sharing li.instagram a {
  background: url(../img/social-instagram.svg) no-repeat center center;
}
.social-sharing li.googleplus a {
  background: url(../img/social-google-plus.svg) no-repeat center center;
}
.social-sharing li a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.social-sharing li a:hover {
  color: transparent;
}

/* PRODUCT REASURANCE ********************/
.blockreassurance_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 1.5rem 0;
}
.blockreassurance_product > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
}
.blockreassurance_product span {
  text-align: center;
  font-size: 0.875rem;
  line-height: 120%;
  width: auto;
  height: auto;
}
.blockreassurance_product p {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.4rem;
}
.blockreassurance_product .clearfix {
  display: none;
}
.blockreassurance_product .item-product {
  margin-bottom: 0.2rem;
}
.blockreassurance_product .item-product img {
  max-width: 32px;
  max-height: 32px;
}

@media (max-width: 767px) {
  .blockreassurance_product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blockreassurance_product p {
    text-align: left;
    font-size: 0.875rem;
  }
  .blockreassurance_product .item-product {
    margin-right: 0.5rem;
    width: 35px;
    height: 35px;
  }
  .blockreassurance_product > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0.5rem;
  }
}
.product-discount {
  display: inline-block;
}

.estimateddelivery {
  margin-bottom: 2rem;
}

.product-attachments .attachment p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #92C6B9;
}
.product-attachments .attachment p a:hover {
  color: #92C6B9;
}
.product-attachments .attachment p i {
  margin-left: 8px;
  font-size: 1.4rem;
}

.product-minimal-quantity {
  margin-bottom: 0;
}

/* PRODUCT COMMENTS ********************/
.comments-note {
  margin-bottom: 1.5rem;
}
.comments-note .star-content {
  margin: 0;
}

.revi_widget_product_81 {
  margin-top: 3rem;
}
.revi_widget_product_81 .revi_letter {
  background-color: #D06656 !important;
}
.revi_widget_product_81 .revi_product_1 .revi-tabs .revi_active::after {
  background: #D06656 !important;
}
.revi_widget_product_81 .revi_widget_product .verified-review-label {
  color: #D06656 !important;
}
.revi_widget_product_81 .revi_view_more.revi_align_center a {
  color: #D06656 !important;
}

#revi-p-reviews {
  display: none !important;
}

/* PRODUCT RELATED - MINIPRODUCT SLICK ********************/
/*
.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;

  .product-miniature .thumbnail-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff !important;

    .product-thumbnail img {
        width: 100%;
        height: auto;
    }
  }

  .product-description{
    padding: .5rem 1rem 1rem;
  }
  .product-actions{
    padding: 0 .5rem .5rem;
  }
  .product-actions > div .btn {
    width: 100%;
  }
}*/
/*
.product-price-and-shipping {
  .price{
    font-size: $productmini-price-current-font-size;
    font-weight: $productmini-price-current-font-weight;
  }

  .discount-product {
    display: none;
  }
}*/
/* PRODUCT ACCSESSORIES - MINIPRODUCT SLICK ********************/
/* PRODUCT ACCESSORIES *******************
.product-accessories{
  .product-description{
    margin:.5rem;
    p {
      font-size: .9rem;
      line-height: 1.2em;
      margin-bottom: 0;
    }
  }
  .product-actions,.highlighted-informations{
    display: none;
  }
}*/
.product-description p > br, .product-description p + br, .product-description p br {
  display: none;
}

.product-accessories {
  margin-bottom: 2.5rem;
}
.product-accessories .h4 {
  margin-bottom: 1rem;
}
.product-accessories .product.slick-slide img {
  margin: 0 auto;
  width: 75px;
}
.product-accessories .product.slick-slide img:hover {
  cursor: pointer;
}
.product-accessories .product.slick-slide .product-title {
  white-space: wrap;
  font-size: 14px !important;
  line-height: 119% !important;
  font-weight: 500;
  text-overflow: inherit;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.product-accessories .product.slick-slide .product-description {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.product-accessories .product.slick-slide .product-description p {
  font-size: 0.9rem;
  line-height: 1.2em;
  margin: 0.5rem 0;
}
.product-accessories .product.slick-slide .product-price-and-shipping .price {
  font-size: 1rem;
}
.product-accessories .slick-arrow {
  width: 40px;
  height: 40px;
  line-height: 36px;
  background-color: #FFF;
  color: #111111;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.product-accessories .slick-next.slick-arrow {
  right: -13px;
}
.product-accessories .slick-prev.slick-arrow {
  left: -13px;
}

.product-accessories .products h4 {
  margin-bottom: 0;
}

.product-accessories .products .slick-list {
  padding-top: 1rem;
}
.product-accessories .products .slick-list picture {
  max-width: 50px;
  max-height: 50px;
}
.product-accessories .products .slick-list h3.product-title {
  margin: 0.3rem 0 0.2rem;
}
.product-accessories .products .slick-list h3.product-title a {
  font-size: 1rem !important;
  font-weight: 400 !important;
}
.product-accessories .products .slick-list .product-description {
  margin: 0 !important;
}
.product-accessories .products .slick-list .price-before-search {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-accessories .products .slick-list .price-before-search span {
  margin-right: 0.25rem;
}
.product-accessories .products .slick-list .slick-slide {
  /*padding-right: .75rem !important;
    border: 1px solid $gray500;
    border-radius: 8px;
    padding: .5rem;*/
  margin: 0 0.5rem !important;
  position: relative;
}
.product-accessories .products .slick-list .slick-slide a {
  color: #333333;
}

.product-accessories .modal img {
  margin-bottom: 2rem;
}
.product-accessories .modal .modal-body {
  padding: 2rem;
}
.product-accessories .modal h1 * {
  font-size: clamp(1rem, 2vw + 0.8rem, 1.44rem) !important;
  color: #333333 !important;
}
.product-accessories .modal p * {
  color: #333333 !important;
  font-size: 1rem !important;
}
.product-accessories .modal p {
  margin-bottom: 0 !important;
}
.product-accessories .modal p br {
  display: none !important;
}
.product-accessories .modal p h1 {
  font-size: clamp(1rem, 2vw + 0.8rem, 1.44rem) !important;
}
.product-accessories .modal span {
  color: #333333 !important;
}

.product.checkbox.slick-slide input {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 32px;
  height: 32px;
  z-index: 1;
  opacity: 0;
}
.product.checkbox.slick-slide input + span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -10px;
  background-color: #FFF;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 25px;
  font-size: 10px;
  border: 3px solid #CDCDCD;
  text-align: center;
}
.product.checkbox.slick-slide input + span i {
  font-size: 16px;
  font-weight: 700;
}
.product.checkbox.slick-slide input + span i.material-icons.add-icon {
  visibility: visible;
  color: #bdbdbd;
  font-size: 32px;
  margin-top: -3px;
  margin-left: -3px;
}
.product.checkbox.slick-slide input + span i.material-icons.done-icon {
  visibility: hidden;
}
.product.checkbox.slick-slide input + span + div.product-accessorie-item {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 0.5rem;
}
.product.checkbox.slick-slide input:hover {
  cursor: pointer;
}
.product.checkbox.slick-slide input:hover + span i.material-icons.add-icon {
  color: #33CCB0;
}
.product.checkbox.slick-slide input:checked {
  border-color: #92C6B9;
  z-index: 1;
  opacity: 0;
}
.product.checkbox.slick-slide input:checked + span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -10px;
  background-color: #33CCB0;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 25px;
  font-size: 10px;
  border: 3px solid #fff;
  text-align: center;
}
.product.checkbox.slick-slide input:checked + span i {
  font-size: 16px;
  font-weight: 700;
}
.product.checkbox.slick-slide input:checked + span i.material-icons.add-icon {
  display: none;
}
.product.checkbox.slick-slide input:checked + span i.material-icons.done-icon {
  visibility: visible;
  color: #fff;
}
.product.checkbox.slick-slide input:checked + span + div.product-accessorie-item {
  border: 1px solid #33CCB0;
  border-radius: 8px;
  padding: 0.5rem;
}

/* PRODUCT product-container ********************/
.col-md-6.product-container__right h1 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .product-container {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .col-md-6.product-container__left {
    margin-bottom: 2rem;
  }
  .col-md-6.product-container__right {
    margin-top: 0.5rem;
  }
  .col-md-6.product-container__right h1 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .col-md-6.product-container__left {
    padding-right: 20px;
  }
  .col-md-6.product-container__right {
    padding-left: 30px;
  }
  .product-middle {
    margin-top: 3rem;
  }
}
/* PRODUCT FORM custom message ********************/
.product-custom-message__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-custom-message__title i {
  margin-left: 0.5rem;
}

.form-custom-message {
  border: 1px solid #DDDDDD;
  padding: 1rem;
}
.form-custom-message label {
  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;
  font-weight: 700;
  text-align: center;
}
.form-custom-message label.label-custom-message {
  margin-bottom: 1rem;
}
.form-custom-message label span {
  font-weight: 400;
}
.form-custom-message label a {
  cursor: pointer;
}
.form-custom-message label a.dropdown-toggle {
  color: #FD6B54;
  font-weight: 500;
}
.form-custom-message .dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
}
.form-custom-message .dropdown-item {
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .form-custom-message label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-custom-message a.dropdown-toggle {
    font-weight: 500;
    margin: 0.5rem 0;
  }
  .form-custom-message .btn {
    width: 100%;
  }
}
.common-message P {
  font-weight: 700;
  line-height: 1.3rem;
}

/* PRODUCT BUY BLOCK ********************/
.buy_block .cart-items {
  background-color: #EEEEEE;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.buy_block .cart-items .search-product-head {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.buy_block .cart-items .search-product-head strong {
  background-color: #FD6B54;
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  border-radius: 100%;
  text-align: center;
  margin-right: 0.65rem;
}
.buy_block .cart-items .search-product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2.4rem;
}
.buy_block .cart-items .trosa_search_group {
  position: relative;
  margin-bottom: 1.5rem;
}
.buy_block .cart-items .trosa_search_group input {
  border: 1px solid #DDDDDD;
}
.buy_block .cart-items .trosa_search_group.select-state, .buy_block .cart-items .trosa_search_group.select-city {
  width: 47%;
}
.buy_block .cart-items .trosa_search_group.select-state {
  margin-right: 1rem;
}
.buy_block .cart-items .trosa_search_group.select-calendar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0.6rem;
}
.buy_block .cart-items .trosa_search_group.select-calendar a {
  font-size: 0.875rem;
  margin-right: 1rem;
  color: #333333;
  text-decoration: underline;
}
.buy_block .cart-items .trosa_search_group.select-calendar i {
  left: 17px;
}
.buy_block .cart-items .trosa_search_group i {
  position: absolute;
  z-index: 1;
  color: #FD6B54;
  font-size: 16px;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .buy_block .cart-items .trosa_search_group i {
    top: 35%;
  }
}
@media (min-width: 576px) {
  .buy_block .cart-items .trosa_search_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    width: 49%;
  }
}
@media (max-width: 767px) {
  .buy_block .cart-items .trosa_search_group {
    padding-bottom: 1rem;
  }
}
.buy_block .cart-items .trosa_search_group label {
  margin: 0 1rem 0 0;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.buy_block .cart-items .trosa_search_group .select2-container, .buy_block .cart-items .trosa_search_group #av_deliverydate {
  background-color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}
.buy_block .cart-items .trosa_search_group #av_deliverydate {
  padding: 0.5rem 0.75rem 0.5rem 2rem;
  border: 0;
  width: 70%;
}
.buy_block .cart-items .trosa_search_group .select2-container {
  padding-left: 1rem;
  min-width: 100%;
  max-width: 100%;
  background-color: #fff;
}
.buy_block .cart-items .trosa_search_group .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.25rem;
}
.buy_block .cart-items .trosa_search_group .select2-container--default.select2-container--disabled .select2-selection--single,
.buy_block .cart-items .trosa_search_group .select2-container--default .select2-selection--single {
  background-color: #fff;
  cursor: default;
  border: 0;
  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;
}
.buy_block .cart-items .trosa_search_group .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  color: red !important;
}
.buy_block .cart-items .trosa_search_group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #111111 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.buy_block .cart-items .trosa_search_group .select2-container .select2-selection--single .select2-selection__rendered {
  overflow: visible;
}
.buy_block .cart-items .row.alerts {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .buy_block .cart-items .row.alerts #productErrorAlert {
    margin-left: 3rem;
  }
}
.buy_block .cart-items .row.alerts button {
  float: right;
}
.buy_block .cart-items .row.alerts .offer {
  padding-left: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  display: inline-block;
  font-size: 1rem;
  margin-left: 2rem;
  letter-spacing: 0.05rem;
}
.buy_block .cart-items .row.alerts .search-product-price {
  font-size: 1.75rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0.25rem 0.5rem 0 3rem;
}
.buy_block .cart-items .row.alerts .search-product-price .small {
  font-size: 0.85rem;
}
.buy_block .cart-items .row.alerts .search-product-price .result-product-date {
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .buy_block .cart-items .row.alerts .search-product-price .result-product-date {
    font-size: 0.9rem;
  }
}
.buy_block .title-resume {
  display: none;
}
@media (max-width: 575px) {
  .buy_block .title-resume {
    display: block;
  }
}
.buy_block .resume {
  background-color: #FDF0EC;
  border-radius: 8px;
  padding: 1rem 2rem;
}
.buy_block .resume .this-product {
  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;
  padding: 0.5rem 1rem;
}
.buy_block .resume .this-product img {
  max-width: 40px;
}
.buy_block .resume .this-product .this-product-item {
  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;
}
.buy_block .resume .this-product .this-product-item img {
  margin-right: 0.5rem;
  max-width: 40px;
}
.buy_block .resume .this-product p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.buy_block .resume .complement {
  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;
  /*margin-top: .5rem;*/
  border-top: 1px solid #FFCDD8;
  padding: 8px 0;
  position: relative;
  /*div:last-child{
    position: absolute;
    right: 21px;
  }*/
}
@media (max-width: 575px) {
  .buy_block .resume .complement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-top: 1px solid #FD6B54;
  }
}
.buy_block .resume .complement img {
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
}
.buy_block .resume .complement:last-child {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #FFCDD8;
}
@media (max-width: 575px) {
  .buy_block .resume .complement:last-child {
    border-bottom: 1px solid #FD6B54;
  }
}
.buy_block .resume .complement .complement_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy_block .resume .complement .complement_price {
  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;
}
@media (max-width: 575px) {
  .buy_block .resume .complement .complement_price {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 0 0;
  }
}
.buy_block .resume .complement .complement_quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy_block .resume .complement input.complement-quantity {
  width: 40px;
  font-size: 0.875rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  text-align: center;
}
.buy_block .resume .complement .increase-quantity, .buy_block .resume .complement .decrease-quantity {
  background-color: #33ccb0;
  color: #fff;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 900;
  border: 1px solid #1b816e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 2px 8px;
}
.buy_block .resume .complement .increase-quantity:hover, .buy_block .resume .complement .decrease-quantity:hover {
  cursor: pointer;
  background-color: #1b816e;
}
.buy_block .resume .complement .complement-single-price {
  padding-left: 1rem;
}
.buy_block .resume .this-product, .buy_block .resume .selected-delivery-hour {
  border-bottom: 1px solid #FFCDD8;
  padding: 8px 0;
}
.buy_block .resume .this-product {
  border-bottom: 0;
}
.buy_block .resume .selected-delivery-hour {
  border-bottom: 0;
  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;
  /*background-color:  #FFC5D1;*/
  padding: 0.5rem 1rem 0.5rem 0;
  /* select{
     appearance: none;
     background: #F2E8EA url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center / 1.25rem 1.25rem;
     padding: 0.25rem 2rem 0.25rem 1rem;
     font-size: 14px;
     border:1px solid $brand-primary;
     border-radius: 4px;
     cursor: pointer;
       border-bottom: 1px solid $brand-primary-darker;
       option strong{
         font-weight: 700;
       }
   }*/
}
@media (max-width: 575px) {
  .buy_block .resume .selected-delivery-hour {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 0;
  }
}
.buy_block .resume .selected-delivery-hour select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  padding: 0.25rem 2rem 0.25rem 1rem;
  font-size: 14px;
  cursor: pointer;
  margin-right: -27px;
  border: 0;
}
.buy_block .resume .selected-delivery-hour select option strong {
  font-weight: 700;
}
@media (max-width: 575px) {
  .buy_block .resume .selected-delivery-hour select {
    border: 1px solid #666666;
    width: 100%;
    margin-top: 0.4rem;
  }
}
.buy_block .bloque-oferta {
  border: 1px solid #A9BC3F;
  color: #A9BC3F;
  background-color: #fff;
  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;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 8px;
}
.buy_block .bloque-oferta .header-oferta {
  font-weight: 700;
  position: relative;
  padding-bottom: 0.5rem;
}
.buy_block .bloque-oferta .header-oferta a, .buy_block .bloque-oferta .header-oferta button {
  font-size: 14px;
  text-decoration: underline;
  background: transparent;
  border: 0;
  font-weight: 500;
  color: #A9BC3F;
  cursor: pointer;
}
.buy_block .bloque-oferta .header-oferta.open > .dropdown-menu {
  display: block;
}
.buy_block .bloque-oferta .dropdown-menu {
  padding: 1.5rem;
  font-weight: 500;
}
.buy_block .bloque-oferta .dropdown-menu p, .buy_block .bloque-oferta .dropdown-menu ul li {
  font-size: 14px;
  font-weight: 500;
}
.buy_block .bloque-oferta .dropdown-menu ul li {
  margin-bottom: 0.25rem;
}
.buy_block .bloque-oferta .bloque-oferta-content {
  width: 70%;
}
.buy_block .bloque-oferta #product_price_offer {
  float: left;
  font-weight: 700;
  margin-right: 0.5rem;
  font-size: 1.75rem;
}
.buy_block .bloque-oferta #product_price_date {
  font-size: 1rem;
  font-weight: 600;
}
.buy_block .bloque-oferta .btn-offer {
  background-color: #B0B81C;
  border-color: #B0B81C;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.buy_block .bloque-oferta .offer {
  display: inline-block;
}
.buy_block .bloque-oferta .offer strong {
  text-transform: uppercase;
  font-weight: 800;
}
.buy_block .cart-add-to-cart {
  background-color: #FD6B54;
  border-radius: 8px;
  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;
  padding: 1rem 2rem;
  color: #fff;
  position: relative;
}
.buy_block .cart-add-to-cart .product-prices {
  text-align: right;
}
.buy_block .product-add-to-cart {
  /* display: flex;
   justify-content: space-between;
   align-items: center;*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.buy_block .product-add-to-cart .product-quantity, .buy_block .product-add-to-cart .add {
  width: 100%;
  height: 100%;
}
.buy_block .product-add-to-cart .product-quantity button, .buy_block .product-add-to-cart .add button {
  width: 100%;
  height: 100%;
  background: transparent;
  padding-left: 2rem;
  outline: 2px solid #D06656;
  -webkit-transition: outline 300ms ease 0s;
  transition: outline 300ms ease 0s;
  border-radius: 8px;
}
.buy_block .product-add-to-cart .product-quantity button:hover, .buy_block .product-add-to-cart .add button:hover {
  outline: 4px solid #991540;
  border-radius: 8px;
  opacity: 1;
}
.buy_block .product-add-to-cart .product-quantity button:disabled, .buy_block .product-add-to-cart .add button:disabled {
  opacity: 0.25;
}
@media (max-width: 767px) {
  .buy_block .product-add-to-cart .product-quantity button, .buy_block .product-add-to-cart .add button {
    padding-left: 1rem;
  }
}
.buy_block .product-add-to-cart .btn {
  border-radius: 8px;
  padding: 0;
  font-size: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
@media (max-width: 767px) {
  .buy_block .product-add-to-cart .btn {
    font-size: 1.5rem;
  }
}
.buy_block .product-add-to-cart .btn i {
  font-size: 1.5rem;
  margin-right: 0.25rem;
}
.buy_block .product-add-to-cart .btn i.ico.ico-cart {
  width: 24px;
  height: 24px;
  background: url(../img/ico-cart.svg) no-repeat;
  background-size: 100%;
}

.buy_block .trosa_search_group.select-state select#av_state_id, .buy_block .trosa_search_group.select-city select#av_city_id {
  border: 0 !important;
  background-color: #ffffff;
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-radius: 4px;
  width: 100%;
  /* border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;*/
}

@media (max-width: 767px) {
  .product-container__right .revi_rating_container {
    margin: 0.5rem 0 !important;
  }
  .product-container__right .revi-container {
    margin-left: 0 !important;
  }
  .product-container__right .revi_rating_container {
    margin: 10px 0 15px 0px !important;
  }
  .product_image {
    margin-top: 0rem;
  }
  .buy_block .search-product-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .buy_block .cart-items .search-product-head {
    display: none;
  }
  .buy_block .cart-items .search-product-row {
    padding-left: 0;
  }
  .buy_block .cart-items .trosa_search_group.select-city,
  .buy_block .cart-items .trosa_search_group.select-state {
    width: 100%;
    margin-bottom: 1rem;
  }
  .buy_block .cart-items .trosa_search_group.select-calendar {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
  }
  .buy_block .cart-items .trosa_search_group.select-calendar a {
    text-align: center;
    margin: 0;
  }
  .buy_block .cart-items .trosa_search_group i {
    top: 48%;
  }
  .buy_block .cart-items .trosa_search_group.select-calendar i {
    left: 6px;
  }
  .buy_block .cart-items .trosa_search_group {
    padding-bottom: 0;
  }
  .buy_block .cart-items .trosa_search_group {
    margin-bottom: 0;
  }
  .buy_block .cart-items .row.alerts .search-product-price {
    padding-left: 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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .buy_block .cart-items .row.alerts .offer {
    margin-left: 0;
    padding: 0;
  }
  .buy_block .product-variants {
    padding-bottom: 2rem;
  }
  .product-after-thumbs {
    display: none;
  }
}
/*.cart-add-to-cart{
  position: fixed !important;
  bottom: 1rem;
  width: 93%;
  margin: 0 auto;
  z-index: 9999;
  box-shadow:0px 6px 11px 26px rgba(256, 256, 256, 1)
}*/
@media (max-width: 575.98px) {
  .buy_block .cart-items .row.alerts .search-product-price {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .buy_block .cart-items .row.alerts .search-product-price .result-product-date {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .cart-add-to-cart .product-prices .current-price {
    font-size: 1.1rem;
  }
  .cart-add-to-cart .product-prices .tax-shipping-delivery-label {
    font-weight: 600;
  }
  .buy_block .cart-add-to-cart {
    padding: 1rem;
  }
}
@media (max-width: 360px) {
  .product-prices .current-price,
  .product-add-to-cart .btn {
    font-size: 1.25rem;
    font-weight: 900;
  }
  .product-prices .current-price i,
  .product-add-to-cart .btn i {
    font-size: 1.2rem;
  }
  .buy_block .cart-add-to-cart {
    padding: 1rem;
  }
}
/* PRODUCT MESSAGE SECURITY ********************/
.product_message_security {
  text-align: center;
  margin-bottom: 1.875rem;
}
.product_message_security a, .product_message_security strong {
  margin: 0 0.25rem;
  font-weight: 700;
}
.product_message_security i.material-icons {
  font-size: 18px;
}
.product_message_security span i {
  margin-right: 0.5rem;
}
.product_message_security span img {
  margin-left: 0.5rem;
}
.product_message_security span:last-child {
  font-size: 14px;
}
@media (max-width: 767px) {
  .product_message_security {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_message_security span {
    margin-bottom: 1rem;
  }
}

@media (min-width: 576px) {
  .product_message_security p {
    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;
    padding-top: 0.25rem;
  }
}
/* 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: "\e30a";
  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;
}

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