@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@import url(https://use.typekit.net/vin2dio.css);
@charset "UTF-8";
body,
.card,
.card-header,
.hero {
  background-color: var(--skin-background-color-1);
  font-family: var(--skin-body-font);
  color: var(--skin-main-text-color-1);
}

.hero {
  border-bottom-color: var(--skin-background-color-1);
}

.main-menu {
  background-color: var(--skin-banner-background-color-1);
}

.banner-color {
  background-color: var(--skin-banner-background-color-1);
}

.header-banner {
  background-color: var(--skin-banner-background-color-2);
  color: var(--skin-banner-text-color-1);
}

.header-banner .close-button .close {
  background-color: var(--skin-primary-color-1);
}

h1.header.page-title,
h1.header.page-title::before {
  background-color: var(--skin-heading-color-1);
  color: var(--skin-heading-color-1-invert);
}

.product-tile {
  background-color: var(--skin-background-color-1);
  border: 10px solid var(--skin-border-color-1);
}

.refinements ul li button {
  color: var(--skin-primary-color-1);
}

.custom-select {
  background-color: var(--skin-selectbox-background-color-1);
  color: var(--skin-selectbox-text-color-1);
}

a {
  color: var(--skin-link-color-1);
}

.price {
  color: var(--skin-price-1);
}

.dropdown-menu,
.dropdown-menu a,
.navbar,
.navbar .nav-item,
.navbar .nav-item a,
.navbar .nav-item.dropdown,
.navbar .nav-item.dropdown a {
  color: var(--skin-menu-color-1);
}
@media (min-width: 769px) {
  .dropdown-menu,
  .dropdown-menu a,
  .navbar,
  .navbar .nav-item,
  .navbar .nav-item a,
  .navbar .nav-item.dropdown,
  .navbar .nav-item.dropdown a {
    color: var(--skin-menu-color-1-invert);
  }
}

.navbar .nav-item.dropdown,
.navbar .nav-item.dropdown .dropdown-menu.show {
  color: var(--skin-selectbox-text-color-1);
}

.navbar .nav-item.dropdown .dropdown-menu.show {
  background-color: var(--skin-selectbox-background-color-1);
}
.navbar .nav-item.dropdown .dropdown-menu.show a,
.navbar .nav-item.dropdown .dropdown-menu.show .nav-item {
  color: var(--skin-selectbox-text-color-1);
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: var(--skin-menu-color-1-invert);
  color: var(--skin-menu-color-1) !important;
}

.btn-primary {
  background-color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
  color: var(--skin-primary-color-invert-1);
}

.btn-primary:hover {
  color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
  background-color: var(--skin-primary-color-invert-1);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color);
  color: var(--skin-primary-color-invert-1);
  opacity: 0.5;
}

.btn-outline-primary {
  color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
}

.btn-outline-primary:hover {
  color: var(--skin-primary-color-invert-1);
  background-color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--skin-header-font), sans-serif;
}

header ~ #maincontent .container a:not(.btn-primary, .btn-outline-primary) {
  color: var(--skin-primary-color-1);
}

.div__tags-container {
  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;
}
.div__tags-container p {
  margin: 0;
}
.div__tags-container.__tag-rojo {
  background: #CF3644;
  color: #ffffff;
}
.div__tags-container.__tag-rojo-d {
  background: #FFE3E3;
  color: #CF3644;
}
.div__tags-container.__tag-teal {
  background: #4E8B9B;
  color: #ffffff;
}
.div__tags-container.__tag-teal-soft {
  background: #7EA7AD;
  color: #ffffff;
}
.div__tags-container.__tag-yellow {
  background: #FFC843;
  color: #ffffff;
}
.div__tags-container.__tag-yellow-black {
  background: #FFC843;
  color: #000000;
}
.div__tags-container.__tag-yellow-soft-black {
  background: #FFC843;
  color: #000000;
}
.div__tags-container.__tag-yellow-soft {
  background: #F8DE8D;
  color: #000000;
}
.div__tags-container.__tag-pink {
  background: #F4D3D6;
  color: #000000;
}
.div__tags-container.__tag-peach {
  background: #F48474;
  color: #ffffff;
}
.div__tags-container.__tag-black {
  background: #000000;
  color: #ffffff;
}
.div__tags-container.__tag-white {
  background: #FFFFFF;
  color: #000000;
}
.div__tags-container.__tag-grey-soft {
  background-color: #6B6B6B;
  color: #000000;
}
.div__tags-container.__tag-grey-soft-d {
  color: #C9C9C9;
  background-color: #6B6B6B;
}
.div__tags-container.__tag-grey {
  color: #6B6B6B;
  background-color: #C9C9C9;
}
.div__tags-container.__ {
  display: none;
}

.product-grid-rec {
  padding-bottom: 20px;
  padding-top: 0;
  display: grid;
}
.product-grid-rec[data-grid=grid-3] {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px 29px;
}
.product-grid-rec[data-grid=grid-3] .grid-footer {
  grid-column: span 4;
}
.product-grid-rec[data-grid=grid-2] {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 29px 64px;
}
.product-grid-rec[data-grid=grid-2] .grid-footer {
  grid-column: span 2;
}
.product-grid-rec[data-grid=grid-1] {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 42px 0;
}
.product-grid-rec[data-grid=grid-1] .grid-footer {
  grid-column: span 1;
}
.product-grid-rec .product-tile {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-grid-rec .product-tile:hover {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1607843137);
}
.product-grid-rec .product-tile .image-container a {
  mix-blend-mode: multiply;
  color: #ffffff;
}
.product-grid-rec .product-tile .image-container .tile-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.product-grid-rec .product-tile .image-container .tile-image.quick-view-image {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
}
.product-grid-rec .product-tile .image-container .tile-image .wishlistTile {
  top: 0;
  right: 0;
}
.product-grid-rec .product-tile .image-container .tile-image .wishlistTile i.fa-heart-o {
  color: #6B6B6B;
}
.product-grid-rec .product-tile .image-container .quickview {
  display: none;
  background: transparent;
  margin: 3%;
  width: 94%;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  mix-blend-mode: normal;
  z-index: 2;
}
.product-grid-rec .product-tile .image-container .quickview:hover {
  text-decoration: underline;
}
.product-grid-rec .product-tile .image-container .quickview .addToCartButton {
  background: white;
  width: 60%;
  color: black;
  border-radius: 5px 0px 0px 5px;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-grid-rec .product-tile .image-container .quickview .addToCartButton label {
  margin-bottom: 0;
}
.product-grid-rec .product-tile .image-container .quickview .addToCartButton .chevron-addToCart {
  width: 16px;
}
.product-grid-rec .product-tile .image-container .quickview .cart-and-ipay {
  width: 40%;
  background: black;
  border-radius: 0px 5px 5px 0px;
}
.product-grid-rec .product-tile .image-container .quickview .cart-and-ipay .add-to-cart-global-quickview {
  text-transform: none;
  padding: 0;
  height: 100%;
  background-color: black;
  opacity: 1;
  border: none;
}
.product-grid-rec .product-tile .image-container .quickview .cart-and-ipay .add-to-cart-global-quickview .fa-shopping-bag {
  display: none;
}
.product-grid-rec .product-tile .image-container .quickview .cart-and-ipay .add-to-cart-global-quickview img {
  display: none;
}
.product-grid-rec .product-tile .image-container:hover .tile-image.quick-view-image {
  border: none;
  opacity: 1;
}
.product-grid-rec .product-tile .image-container:hover .quickview {
  opacity: 1;
}
.product-grid-rec .product-tile .tile-body {
  padding: 0;
  min-height: 110px;
}
.product-grid-rec .product-tile .tile-body .pdp-link a {
  font-size: 16px;
  font-family: "Futura-pt";
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.product-grid-rec .product-tile .tile-body .price {
  margin-top: 9px;
  font-size: 16px;
  font-family: "Futura-pt";
  font-weight: 400;
  color: #212121;
}
.product-grid-rec .product-tile .tile-body .price .strike-through {
  color: #212121;
  margin-right: 0.4em;
}
.product-grid-rec .product-tile .tile-body .price .sales {
  color: #CF3644;
}
.product-grid-rec .product-tile .tile-body .price span.range {
  font-size: 16px;
  color: #212121;
}
.product-grid-rec .product-tile .color-swatches {
  min-height: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-grid-rec .product-tile .color-swatches .swatches span {
  padding: 0;
}
.product-grid-rec .product-tile .color-swatches .swatches span:nth-child(1) {
  padding-left: 0;
}
.product-grid-rec .product-tile .color-swatches a, .product-grid-rec .product-tile .color-swatches span {
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-grid-rec .product-tile .color-swatches .swatch-circle {
  width: 15px;
  height: 15px;
  background-color: #F2F2F2;
  margin: 0 4px;
  border: 0;
}
.product-grid-rec .product-tile .new-link-tag {
  position: absolute;
  top: 0px;
  width: 100%;
  display: block;
  mix-blend-mode: normal;
}
.product-grid-rec .product-tile .new-link-tag .div__tags {
  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: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.product-grid-rec .product-tile .new-link-tag .div__tags-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  min-width: 80px;
  text-align: center;
  padding: 8px;
  margin-bottom: 10px;
}
.product-grid-rec .product-tile .new-link-tag .div__tags .img-tag {
  max-width: 70px;
  margin: 10px;
}
.product-grid-rec .product-tile .new-link-tag .div__tags .size-discount {
  width: 50px !important;
  max-width: 80px !important;
  min-width: 50px;
  margin-left: 10px;
}
.product-grid-rec .product-tile .new-link-tag:hover {
  text-decoration: none;
}
.product-grid-rec .product-tile .div__tags-container .texto:hover {
  text-decoration: none;
}
.product-grid-rec .grid-footer {
  padding: 0;
}
.product-grid-rec .grid-footer .show-more {
  padding: 0;
}

.plp__banner {
  height: 116px;
  margin-top: -5px;
  margin-bottom: 20px;
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.plp__banner span {
  font-size: 20px;
  text-align: center;
}
.plp__banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
.plp__banner__container--button {
  border-radius: 15px;
  text-align: center;
  height: 29px;
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 13.3333333333%;
          flex: 1 0 13.3333333333%;
  min-width: 130px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0px 15px;
}
.plp__banner__container--button h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 !important;
  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;
  height: 100%;
}

@media (max-width: 991.98px) {
  .plp__banner {
    left: -15px;
    position: relative;
    min-width: 100vw;
    height: 110px;
    padding-right: 0;
  }
  .plp__banner span {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  .plp__banner__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-left: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: 0;
    min-height: 25px;
  }
  .plp__banner__container::-webkit-scrollbar {
    height: 0 !important;
  }
  .plp__banner__container--button {
    height: 25px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    max-width: initial;
  }
  .plp__banner__container--button:last-child {
    margin-right: 15px;
  }
  .plp__banner__container--button h2 {
    font-size: 14px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .new-link-tag:hover {
    text-decoration: none;
  }
  .div__tags-container .texto:hover {
    text-decoration: none;
  }
}
.buttonProductsTitle {
  margin: 10px 10px 10px 14px;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: 100;
  border-radius: 7px;
  position: relative;
  bottom: 6px;
  border: none;
}
.buttonProductsTitle.Tile:hover {
  background-color: #4E8B9B !important;
  color: #ffffff !important;
  border: none;
}
.buttonProductsTitle.Black:hover {
  background-color: #000000 !important;
  border: none;
  color: #ffffff !important;
}
.buttonProductsTitle.White:hover {
  background-color: #ffffff !important;
  border: none;
  color: #2B2B2B !important;
}

.quick-view-dialog {
  max-width: 832px;
}
.quick-view-dialog .modal-header {
  display: none;
}
.quick-view-dialog .modal-body {
  padding: 40px 50px 10px 30px;
  max-height: 500px;
  position: relative;
}
.quick-view-dialog .modal-body .close {
  position: absolute;
  right: -32px;
  top: -22px;
  margin: 0;
  padding: 0;
  background: #000000;
  border: none;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  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;
  opacity: 1;
}
.quick-view-dialog .modal-body .close span {
  color: #ffffff;
  font-size: 27px;
  font-family: auto;
  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;
  text-shadow: none;
  margin-top: -1px;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .quick-view-dialog .modal-body .close span {
    margin-top: 0;
  }
}
.quick-view-dialog .modal-body .close:not(:disabled):not(.disabled):hover,
.quick-view-dialog .modal-body .close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}
.quick-view-dialog .modal-footer {
  padding: 0 63px 55px 13px;
}
.quick-view-dialog .modal-footer .col-6, .quick-view-dialog .modal-footer .col-sm-6, .quick-view-dialog .modal-footer .col-12 {
  padding: 0;
}
.quick-view-dialog .cart-and-ipay {
  padding: 10px 0;
}
.quick-view-dialog .cart-and-ipay .col-sm-12 {
  padding: 0;
  text-align: left;
}
.quick-view-dialog .cart-and-ipay .btn {
  font-size: 20px;
  line-height: 26px;
  padding: 7px 15px;
  width: 100%;
  max-width: 302px;
}
.quick-view-dialog .cart-and-ipay .btn .fa {
  display: none;
}

.product-quickview {
  padding: 0;
}
.product-quickview .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-quickview__gallery {
  padding: 0;
  max-width: 52.66%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52.66%;
          flex: 0 0 52.66%;
}
.product-quickview .thumbnails__items {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 385px;
  overflow-y: hidden;
}
.product-quickview .thumbnails__item {
  margin-bottom: 37px;
  background: #F3F3F3;
}
.product-quickview .thumbnails__item:nth-last-of-type(1) {
  margin: 0;
}
.product-quickview .thumbnails__item img {
  width: 67px;
  height: 67px;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.product-quickview .carousel-inner {
  background: #F3F3F3;
}
.product-quickview .carousel-inner--plp {
  display: none;
}
.product-quickview .carousel-control-prev, .product-quickview .carousel-control-next, .product-quickview .carousel-indicators {
  display: none;
}
.product-quickview .image-large {
  margin: 0 0 0 17px;
  position: relative;
  min-height: 380px;
  max-height: 380px;
  width: 311px;
}
.product-quickview .image-large .zoom-button {
  position: absolute;
  width: 23px;
  top: 8px;
  right: 10px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 27px;
  border-radius: 15px;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
.product-quickview .image-large .zoom-button.close-zoom {
  font-size: 0;
  border: none;
  padding: 4px;
  height: 23px;
}
.product-quickview .image-large .zoom-button.close-zoom:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../../images/close.png");
  background-size: 100%;
  display: block;
}
.product-quickview .image-large__item {
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
.product-quickview .image-large__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 380px;
  margin: 0 auto;
}
.product-quickview .image-large__item.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
}
.product-quickview .image-large__item.zoom img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
.product-quickview .image-large__item.zoom img:hover {
  opacity: 0;
}
.product-quickview__info {
  padding: 0;
  max-width: 332px;
  margin-left: auto;
}
.product-quickview__product-name {
  font-size: 20px;
  line-height: 26px;
  font-family: "Futura-pt";
  font-weight: 400;
}
.product-quickview .ratings {
  margin-bottom: 14px;
}
.product-quickview .ratings .fa-star, .product-quickview .ratings .fa {
  font-size: 12px;
}
.product-quickview .ratings .reviews-value {
  margin-left: 16px;
  font-size: 13px;
  line-height: 18px;
  padding: 0 4px;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
}
.product-quickview .ratings .write-review {
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  color: #6B6B6B;
  margin-left: 16px;
}
.product-quickview .div__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 15px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-quickview .div__tags-container {
  text-transform: uppercase;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.product-quickview .div__tags-container .texto {
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}
.product-quickview__prices span {
  font-size: 18px;
  color: #212121;
}
.product-quickview__prices .price {
  display: inline-block;
  margin-left: 43px;
}
.product-quickview__prices .price .list, .product-quickview__prices .price .sales .value, .product-quickview__prices .price .normal {
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
}
.product-quickview__prices .price .list, .product-quickview__prices .price .normal {
  color: #212121;
}
.product-quickview__prices .price .sales .value {
  color: #CF3644;
}
.product-quickview .product-number {
  color: #979797;
  font-size: 12px;
  padding-top: 5px;
  display: block;
  width: 100%;
}
.product-quickview__attributes .col-12 {
  padding: 0;
}
.product-quickview__attributes--promotions {
  margin-bottom: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product-quickview__attributes .promotions {
  margin-top: 20px;
}
.product-quickview__attributes .promotions .title {
  border-top: 1px solid #DBDBDB;
  padding: 0;
}
.product-quickview__attributes .promotions .title span {
  font-weight: 600;
}
.product-quickview__attributes .promotions .title-text, .product-quickview__attributes .promotions .content {
  color: #00A30D;
  font-size: 14px;
  line-height: 18px;
}
.product-quickview__attributes .promotions .title-text {
  line-height: 38px;
}
.product-quickview__attributes .promotions .value {
  margin-bottom: 10px;
}
.product-quickview__attributes .swatch {
  border-top: 1px solid #DBDBDB;
  margin: 16px 0 !important;
}
.product-quickview__attributes div[data-attr=color] .color-attribute {
  margin: 0 13px 10px 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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  cursor: auto;
  background: #F3F3F3;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
.product-quickview__attributes div[data-attr=color] .color-attribute label {
  font-size: 8px;
  line-height: 10px;
  color: #707070;
  text-align: center;
}
.product-quickview__attributes div[data-attr=color] .color-attribute span {
  mix-blend-mode: multiply;
  border: none;
  margin: 0;
  width: 40px;
  height: 40px;
  background-size: 100%;
  cursor: pointer;
}
.product-quickview__attributes div[data-attr=color] .color-attribute span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product-quickview__attributes div[data-attr=color] .color-attribute span.selected:after {
  content: "\f00c";
  background: rgba(0, 0, 0, 0.4);
  top: 0px;
  left: 0px;
  font-size: 16px;
  color: #ffffff;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-quickview__attributes div[data-attr=color] .color-attribute span.selected + label {
  font-weight: 600;
  text-decoration: underline;
}
.product-quickview__attributes div[data-attr=color] .color-attribute span.unselectable {
  opacity: 0.7;
  position: relative;
  cursor: auto;
}
.product-quickview__attributes div[data-attr=color] .color-attribute span.unselectable:before {
  content: "";
  width: 35px;
  height: 1px;
  background: #E1E1E1;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.product-quickview__attributes div[data-attr=color] .color-attribute span.unselectable + label {
  color: #BBBBBB;
  cursor: auto;
}
.product-quickview__attributes div[data-attr=color] .color-attribute span.white.selected:after, .product-quickview__attributes div[data-attr=color] .color-attribute span.bone.selected:after, .product-quickview__attributes div[data-attr=color] .color-attribute span.blanco.selected:after, .product-quickview__attributes div[data-attr=color] .color-attribute span.crema.selected:after, .product-quickview__attributes div[data-attr=color] .color-attribute span.hueso.selected:after, .product-quickview__attributes div[data-attr=color] .color-attribute span.crudo.selected:after {
  color: #000000;
}
.product-quickview__attribute {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: none;
  padding: 0;
}
.product-quickview__availability {
  display: none;
}
.product-quickview__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 332px;
}
.product-quickview__quantity .col-12:nth-of-type(1) {
  max-width: 125px;
}
.product-quickview__quantity label {
  margin: 0;
  font-family: "Futura-pt";
  font-weight: 600;
  vertical-align: sub;
}
.product-quickview__quantity .custom-select {
  padding: 7px 15px 6px 10px;
  font-family: "Futura-pt";
  font-weight: 600;
  border-radius: 5px;
  line-height: 15px;
  font-size: 15px;
  max-width: 52px;
  height: auto;
  float: right;
}
.product-quickview__quantity .arrow-select {
  position: absolute;
  right: 19%;
  top: calc(50% - 7px);
  width: 10px;
  height: 10px;
  display: block;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  /* Giramos el cuadrado */
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #ffffff;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .quick-view-dialog .modal-body {
    max-height: 520px !important;
  }
  .product-quickview {
    padding-top: 15px;
  }
  .product-quickview__gallery {
    min-width: 100%;
  }
  .product-quickview__attribute .noMovil {
    display: initial;
  }
  .product-quickview .thumbnails {
    overflow-x: overlay;
  }
  .product-quickview .thumbnails__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-quickview .thumbnails__item {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .product-quickview .thumbnails__item:nth-last-of-type(1) {
    margin: 0;
    margin-right: 15px;
  }
  .product-quickview .thumbnails__item img {
    width: auto;
    height: 300px;
  }
  .product-quickview .image-large {
    display: none;
  }
  .product-quickview__info {
    max-width: 100%;
  }
  .product-quickview .custom-attr-quantity label {
    margin: 0;
    padding-top: 6px;
  }
  .product-quickview .availability {
    display: none;
  }
}
.container-searches div.recommendation div.value.content {
  left: 0;
}
.container-searches div.recommendation div.value.content .product-grid-rec .carousel-product-item[data-index="1"] {
  margin-left: 0 !important;
}

div.recommendation .title {
  display: block;
  width: 100%;
  margin: 0px 0px 36px !important;
  font-size: 34px;
  font-weight: 500 !important;
  font-family: "alternate-gothic-condensed-a";
  margin-left: 8px;
  color: #2B2B2B !important;
  text-transform: uppercase;
}
div.recommendation div.value.content {
  position: relative;
  display: block;
  width: calc(100% + 55px);
  left: -55px;
}
div.recommendation div.value.content > .carousel-arrow {
  min-height: 100%;
  position: absolute;
  font-size: 24px;
  top: 0;
  padding: 0px 5px 0px 10px;
  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;
}
div.recommendation div.value.content > .carousel-arrow:hover {
  cursor: pointer;
}
div.recommendation div.value.content > .carousel-arrow:nth-child(2) {
  position: absolute;
  top: -72px;
  right: 60px;
  left: auto;
  min-height: initial;
}
div.recommendation div.value.content > .carousel-arrow:nth-child(3) {
  position: absolute;
  top: -72px;
  right: 0px;
  left: auto;
  min-height: initial;
}
div.recommendation div.value.content > .carousel-arrow:nth-child(3) img {
  position: relative;
  top: 55px;
}
div.recommendation div.value.content > .carousel-arrow i {
  font-size: 24px;
}
div.recommendation div.value.content > .carousel-arrow img {
  display: block;
  width: 17px;
  position: relative;
  top: -55px;
}
div.recommendation div.value.content > .carousel-arrow.disabled {
  opacity: 0.3;
}
div.recommendation div.value.content .product-grid-rec {
  position: relative;
  padding-bottom: 20px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  grid-template-columns: none !important;
  grid-gap: 0 !important;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item {
  display: block;
  position: relative;
  -webkit-transition: opacity 2s visibility 2s;
  transition: opacity 2s visibility 2s;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 249px;
  min-width: 249px;
  margin: 0 9px !important;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item[data-index="1"] {
  margin-left: 55px !important;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s visibility 2s;
  transition: opacity 2s visibility 2s;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .link-tags {
  bottom: 10px;
  width: 100%;
  display: block;
  mix-blend-mode: normal;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .link-tags .div__tags {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .link-tags .div__tags.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0 9px;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .link-tags .div__tags-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  line-height: 1em;
  text-transform: uppercase;
  min-width: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 1px 3px;
  padding: 3px;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .image-container {
  overflow: hidden;
  border-radius: 0 !important;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .image-container:hover {
  overflow: hidden;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .image-container:hover .tile-image:nth-child(2) {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .image-container:hover .quickview {
  opacity: 1;
  display: none;
  border-radius: 4px 4px 10px 10px;
  bottom: 0px;
  cursor: pointer;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .tile_image_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .tile-image {
  height: 340px;
  width: 249px;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .link-tags {
  display: none !important;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .pdp-link {
  line-height: normal;
  margin-top: 12px;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .pdp-link .link {
  font-size: 16px;
  line-height: 17px;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .default-price__container del {
  text-decoration: unset;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .default-price__container span {
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 21px;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .color-swatches {
  margin-top: 8px;
  line-height: 21px;
  height: 21px;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .color-swatches .swatch-circle {
  border: none;
}
div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .color-swatches .swatch-circle.BLANCO {
  border: 0.05px solid #BBBBBB;
}
div.recommendation div.value.content .product-grid-rec .pdp-link a {
  font-size: 16px;
  font-family: "Futura-pt";
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
div.recommendation div.value.content .product-grid-rec .quickview {
  z-index: 2;
}

/**
TODO: remove impotant property
*/
.showShowQuickViewMobile {
  display: none !important;
}

.addToCartControls-Mobile__QuickView {
  display: none;
}

@media (max-width: 543.98px) {
  div.recommendation .title {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .showShowQuickViewMobile {
    display: block !important;
  }
  .hideShowQuickViewMobile > :not(.detail-panel) {
    display: none !important;
  }
  div.recommendation div.value.content .product-grid-rec .carousel-product-item[data-index="1"] {
    margin-left: 25px !important;
  }
  div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile {
    min-height: initial;
  }
  div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .image-container {
    min-width: initial;
  }
  div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .image-container .product-desk {
    display: block;
  }
  div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .image-container .product-mobile {
    display: none;
  }
  div.recommendation div.value.content .product-grid-rec .carousel-product-item .product-tile .tile-image {
    min-height: 395px;
    height: 395px;
    width: 239px;
  }
  #quickViewModal.recommendation-mobile_quickViewModal {
    background: rgba(0, 0, 0, 0.3);
  }
  #quickViewModal.recommendation-mobile_quickViewModal .modal-dialog-centered {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 90vw;
    position: absolute;
    right: -3px;
    height: 100vh;
    margin: 0;
    border-top: 0px solid #ffffff;
    border-top-color: #ffffff;
    -webkit-transition: none;
    transition: none;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .modal-dialog-centered .modal-content {
    display: block;
    border-top: 0px solid #ffffff;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .modal-dialog-centered .modal-content .modal-header {
    border-top-color: #ffffff;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .modal-dialog-centered .modal-content .modal-body {
    min-height: 90% !important;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .modal-dialog-centered .modal-content .modal-footer {
    height: auto;
    display: block !important;
    position: absolute;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 !important;
    bottom: 0px;
    width: 90vw;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .modal-dialog-centered .modal-content .modal-footer > * {
    display: none;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .modal-dialog-centered .modal-content .modal-footer .addToCartControls-Mobile__QuickView {
    display: block;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .modal-dialog-centered .modal-content .modal-footer .fixed-mobile {
    position: relative;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .product-quickview .carousel.slide.pointer-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .product-quickview .carousel.slide.pointer-event .image-large {
    display: block;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 15px 0;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .product-quickview .carousel.slide.pointer-event .image-large .zoom-button {
    display: none;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .product-quickview .carousel.slide.pointer-event .thumbnails {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .product-quickview .quickview__gallery-custom .image-large__item img {
    width: 180px;
    padding: 0;
    max-height: 350px;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .product-quickview .quickview__gallery-custom li.thumbnails__item {
    margin-right: 15px;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .product-quickview .quickview__gallery-custom li.thumbnails__item.active {
    display: none;
  }
  #quickViewModal.recommendation-mobile_quickViewModal .product-quickview .quickview__gallery-custom li.thumbnails__item > img {
    width: 45px;
    height: 48px;
  }
  #quickViewModal.recommendation-mobile_quickViewModal ~ .modal-backdrop {
    z-index: 1030;
  }
  div.recommendation div.value.content {
    width: calc(100% + 50px);
    left: -25px;
  }
  div.recommendation div.value.content > .carousel-arrow:nth-child(2) {
    left: -25px;
  }
  div.recommendation div.value.content > .carousel-arrow:nth-child(3) {
    right: -25px;
  }
  div.recommendation.recommendation-mobile div.value.content .carousel-arrow {
    display: none;
  }
}
@media (min-width: 1367px) {
  div.recommendation div.value.content {
    width: calc(100% + (100vw - 1256px) / 2);
    left: 0;
  }
  div.recommendation div.value.content .product-grid-rec .carousel-product-item[data-index="1"] {
    margin-left: 0 !important;
  }
}
.addToCartButton {
  display: none;
}

@media (max-width: 991.98px) {
  #addToCartplp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #addToCartplp .addToCartButton {
    display: block;
  }
  #addToCartplp .addToCartButton span {
    font-size: 12px;
    text-decoration: underline;
    margin-bottom: 6px;
    margin-top: -1px;
  }
}
@media (min-width: 992px) {
  .product-grid .product-item .product .product-tile .tile-body,
  .product-grid-rec .carousel-product-item .product .product-tile .tile-body {
    position: relative;
  }
  .product-grid .product-item .product .product-tile .tile-body .container-addCart,
  .product-grid-rec .carousel-product-item .product .product-tile .tile-body .container-addCart {
    width: 100%;
    position: absolute;
    bottom: 110px;
    left: 0;
  }
}
.product-grid .product-item .product .product-tile .image-container .addToCartButton,
.product-grid .product-item .product .product-tile .tile-body .addToCartButton,
.product-grid-rec .carousel-product-item .product .product-tile .tile-body .addToCartButton,
.product-grid-rec .carousel-product-item .product .product-tile .image-container .addToCartButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-grid .product-item .product .product-tile .image-container .addToCartButton .quickview__prices-span,
.product-grid .product-item .product .product-tile .tile-body .addToCartButton .quickview__prices-span,
.product-grid-rec .carousel-product-item .product .product-tile .tile-body .addToCartButton .quickview__prices-span,
.product-grid-rec .carousel-product-item .product .product-tile .image-container .addToCartButton .quickview__prices-span {
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 6px;
  margin-top: -1px;
}

.addToCartModal .modal-dialog {
  bottom: 0;
  position: absolute;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.addToCartModal .modal-dialog .modal-content {
  border-radius: 0;
}
.addToCartModal .modal-dialog .modal-content .modal-header {
  padding: 16px 16px 0;
  border-bottom: none;
}
.addToCartModal .modal-dialog .modal-content .modal-header .close {
  margin: 0;
  height: 28px;
  width: 28px;
  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;
  opacity: 1;
  background: transparent;
}
.addToCartModal .modal-dialog .modal-content .modal-header .close .img-close {
  width: 20px;
}
.addToCartModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 18px 10px 18px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .product-detail {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .product-detail .img-container-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .product-detail .img-container-mobile .img-addToCart-mobile {
  height: initial;
  padding: 0;
  mix-blend-mode: multiply;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .product-detail .img-container-detail {
  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;
  padding-top: 0;
  margin: 15px;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .product-detail .img-container-detail .product-name {
  font-size: 16px;
  font-weight: 400;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .product-detail .img-container-detail #cambioPrecio .value {
  font-size: 20px;
  font-weight: 600;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .product-detail .img-container-detail #cambioPrecio .sales span {
  color: #CF3644;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .title-attr {
  font-size: 20px;
  margin-bottom: 0;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .color-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .color-buttons .color-attribute {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  margin: 10px 10px 10px 0;
  padding-left: 0;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .color-buttons span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0.05px solid #BBBBBB;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .color-buttons span.selected::after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  line-height: 36px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #ffffff;
  top: 0px;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .color-buttons span.unselectable::before {
  content: "";
  width: 36px;
  height: 1px;
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  background: #E1E1E1;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container ul.size-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container ul.size-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 44px;
  min-width: 70px;
  margin-right: 12px;
  margin-top: 15px;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container ul.size-list li button:hover {
  background: #4E8B9B;
  color: #ffffff;
  font-weight: 500;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container ul.size-list li button {
  background: #F5F5F5;
  border-radius: 7px;
  color: #000000;
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 20px;
  font-weight: 400;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container ul.size-list li button:disabled {
  border: 1px solid #E1E1E1;
  background-color: #F5F5F5;
  color: #D3D3D3;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container ul.size-list li button:disabled::before {
  content: "";
  width: 58px;
  height: 1px;
  position: absolute;
  top: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-35deg);
  transform: translateX(-50%) rotate(-35deg);
  background: #E1E1E1;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container ul.size-list li button:disabled:hover {
  font-weight: 400;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container ul.size-list li.selected button {
  background: #4E8B9B;
  color: #ffffff;
  font-weight: 500;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container .custom-select {
  display: none;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .cart-and-ipay {
  padding-bottom: 40px;
  padding-top: 20px;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .cart-and-ipay .col-sm-12 {
  padding: 0;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .cart-and-ipay .col-sm-12 .btn {
  border-radius: 5px;
  font-weight: 400;
  font-size: 20px;
  height: 44px;
  text-transform: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .cart-and-ipay .col-sm-12 .btn img {
  height: 24px;
  width: 24px;
  margin-left: 10px;
}
.addToCartModal .fa-shopping-bag {
  display: none;
}

@media (min-width: 992px) {
  .modal-dialog, .modal-content, .modal-body {
    height: auto;
  }
  .modal-content, .modal-header {
    border: none;
  }
  .modal-body {
    padding: 0;
  }
  .modal-body .product-addToCart {
    margin: 10px 0;
  }
  .modal-footer {
    border: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
  .size-container {
    margin-left: 20px;
    margin-top: 0 !important;
  }
  .title-attr {
    font-size: 14px;
    text-align: center;
  }
  .no-size {
    font-size: 14px;
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}
@media (min-width: 992px) {
  .product-grid .product-item .product .product-tile .image-container .addToCartButton {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 12px;
  }
  .product-grid .product-item .product .product-tile .image-container .addToCartButton label {
    margin-bottom: 0;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .product-grid .product-item .product .product-tile .image-container .addToCartButton .chevron-addToCart {
    width: 16px;
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .cart-and-ipay {
    display: hidden;
  }
  .cart-and-ipay .col-sm-12 {
    padding: 0;
  }
  .cart-and-ipay .col-sm-12 .add-to-cart-global-quickview {
    border-radius: 0px 5px 5px 0px;
    width: 100%;
  }
  .cart-and-ipay .col-sm-12 .add-to-cart-global-quickview::before {
    border-radius: 0px 5px 5px 0px;
  }
  .addToCartModal .modal-dialog {
    bottom: 44px;
  }
  .addToCartModal .modal-dialog .modal-content {
    border-radius: 5px;
    max-height: 210px;
  }
  .addToCartModal .modal-dialog .modal-content .modal-header {
    color: black;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: solid 1px;
  }
  .addToCartModal .modal-dialog .modal-content .modal-header label {
    width: 65%;
    text-align: left;
    margin-bottom: 0;
  }
  .addToCartModal .modal-dialog .modal-content .modal-header #size-chart {
    width: 35%;
    font-size: 12px;
    text-decoration: underline;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart {
    margin: 1px 0px 10px 0px;
  }
  .addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container {
    margin: 0;
  }
  .addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container .title-attr {
    display: none;
  }
  .addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container ul.size-list {
    margin-bottom: 0;
    display: block;
    overflow: auto;
    max-height: 155px;
  }
  .addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container ul.size-list li {
    height: 44px;
    min-width: 29px;
    margin: 0;
  }
  .addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container ul.size-list li button {
    border-radius: 0;
    background: #ffffff;
    font-size: 16px;
    text-align: left;
    border-bottom: solid 1px #ced4da;
    padding: 10px;
  }
  .addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .size-container ul.size-list li button:disabled::before {
    width: 0;
  }
  .addToCartModal .modal-dialog .modal-content .modal-body .product-addToCart .btn-add-cart {
    display: none;
  }
  .addToCartModal:hover .quickview {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .addToCartModal {
    z-index: 10500;
  }
}
.notifications {
  visibility: hidden;
}
.notifications .button-notification .notify-button-wrapper .notifyBtn {
  font-size: 12px !important;
}

.notify-button-wrapper {
  font-size: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-top-carousel {
  position: fixed;
  top: 0;
  z-index: 1030;
}

.banner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  padding: 0 55px;
  width: 100vw;
  color: #ffffff;
}
.banner-top #menu-banner-carousel {
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.banner-top #menu-banner-carousel .carousel-caption {
  text-align: center;
  position: initial;
  padding: 0;
  margin: 0;
  width: 85%;
  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;
  height: 100%;
}
.banner-top #menu-banner-carousel .carousel-caption h5 {
  color: #000000;
  font-size: 14px;
  margin: 0;
}
.banner-top #menu-banner-carousel .carousel-inner {
  height: 36px;
}
.banner-top #menu-banner-carousel .carousel-item {
  height: 36px;
  padding: 0;
  margin: 0;
}
.banner-top #menu-banner-carousel .carousel-item.active {
  height: 36px;
  padding: 0;
  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;
  top: 0;
  bottom: 0;
  margin: auto;
}
.banner-top .carousel-control-prev,
.banner-top .carousel-control-next {
  border: none;
  background: transparent;
  width: 30px;
  font-size: 30px;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
}
.banner-top .help-container_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70px;
}
.banner-top .help-container_link .cyaicon-help {
  font-size: 24px;
}
.banner-top .stores-container_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70px;
}
.banner-top .stores-container_link .cyaicon-locator {
  font-size: 24px;
}
.banner-top .card-container {
  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;
  padding: 0 5px;
}
.banner-top .card-container .fa-hand-right:before {
  content: "\f0a4";
  font-size: 16px;
}

@-webkit-keyframes der {
  0% {
    left: -100%;
  }
  1% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes der {
  0% {
    left: -100%;
  }
  1% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes izq {
  0% {
    left: 0%;
  }
  1% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes izq {
  0% {
    left: 0%;
  }
  1% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
.open-search-container {
  background-color: #ffffff !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.open-search-container .header.container {
  padding: 15px 55px;
}
.open-search-container .header.container .brand, .open-search-container .header.container .logo-brand {
  display: none;
}
.open-search-container .header.container .navbar-header-fl {
  margin: 25px 80px;
}
.open-search-container .header.container .navbar-header-fl--elements .container-links, .open-search-container .header.container .navbar-header-fl--elements .icons-container, .open-search-container .header.container .navbar-header-fl--elements .logo-brand, .open-search-container .header.container .navbar-header-fl--elements .section-first {
  display: none !important;
}
.open-search-container .header.container .navbar-header-fl--elements .search-bar {
  padding-right: 0 !important;
}
.open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search input, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.light input, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.teal input, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.dark input, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.normal input {
  border-radius: 0px !important;
  border-bottom: solid 2px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background-color: #ffffff !important;
  padding: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "alternate-gothic-condensed-a";
  font-weight: 500;
  font-size: 34px;
  margin-top: 60px;
  text-transform: uppercase;
  color: #000000;
  width: 100% !important;
}
.open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search input::-webkit-input-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.light input::-webkit-input-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.teal input::-webkit-input-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.dark input::-webkit-input-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.normal input::-webkit-input-placeholder {
  font-size: 34px !important;
  color: #D3D3D3 !important;
}
.open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search input::-moz-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.light input::-moz-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.teal input::-moz-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.dark input::-moz-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.normal input::-moz-placeholder {
  font-size: 34px !important;
  color: #D3D3D3 !important;
}
.open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search input:-ms-input-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.light input:-ms-input-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.teal input:-ms-input-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.dark input:-ms-input-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.normal input:-ms-input-placeholder {
  font-size: 34px !important;
  color: #D3D3D3 !important;
}
.open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search input::-ms-input-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.light input::-ms-input-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.teal input::-ms-input-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.dark input::-ms-input-placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.normal input::-ms-input-placeholder {
  font-size: 34px !important;
  color: #D3D3D3 !important;
}
.open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search input::placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.light input::placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.teal input::placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.dark input::placeholder, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.normal input::placeholder {
  font-size: 34px !important;
  color: #D3D3D3 !important;
}
.open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search button, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.light button, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.teal button, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.dark button, .open-search-container .header.container .navbar-header-fl--elements .search-bar .site-search.normal button {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  background: none !important;
  /*&[type='submit'].fa.fa-search{
      background: none !important;
  }*/
}
.open-search-container .header.container .navbar-header-fl--elements .login-header {
  display: none;
}
.open-search-container .header.container .navbar-header-fl--elements .minicart {
  display: none !important;
}
.open-search-container .open-search {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.open-search-container .open-search .search-bar {
  padding-left: 0 !important;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.open-search-container .open-search .search {
  padding: 0;
}

.header.container {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 23px 0px;
  background: #ffffff;
}
.header.container .row {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.header.container .row .navbar-header-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 16px;
}
.header.container .row .navbar-header-fl--elements {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: Center;
      -ms-flex-align: Center;
          align-items: Center;
}
.header.container .row .navbar-header-fl--elements .logo-brand {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 0;
}
.header.container .row .navbar-header-fl--elements .logo-brand .logo-home div.no-scrolling {
  display: block;
}
.header.container .row .navbar-header-fl--elements .logo-brand .logo-home div.show-scroll {
  display: none;
}
.header.container .row .navbar-header-fl--elements .logo-brand .logo-home div.show-scroll.scrolling {
  display: block;
}
.header.container .row .navbar-header-fl--elements .logo-brand .logo-home div.no-scrolling.scrolling {
  display: none;
}
.header.container .row .navbar-header-fl--elements .logo-brand h1 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 68px;
  height: 50px;
  margin-bottom: 0;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  margin: 0;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .icon-menu {
  padding-right: 0;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .icon-menu button {
  padding: 0;
  border: none;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .icon-menu button div.no-scrolling {
  display: block;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .icon-menu button div.no-scrolling.scrolling {
  display: none;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .icon-menu button div .show-scroll {
  display: none;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .icon-menu button div .show-scroll.scrolling {
  display: block;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container img {
  width: 32px;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .minicart {
  margin: 0;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .minicart .minicart-link > div {
  display: none;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .minicart .minicart-link > div.show {
  display: block;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .minicart-total.hide-link-med {
  display: inline;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .minicart-total .link-mobile-cart .minicart-quantity {
  position: absolute;
  background: #4E8B9B;
  top: 0px;
  left: 31px;
  font-size: 10px;
  font-weight: 600;
  width: 14px;
  height: 14px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  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-bottom: 1px;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .site-search {
  display: none;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .site-search.show {
  display: block;
  width: auto;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .site-search button {
  position: initial;
  height: 100%;
  width: 32px;
  top: 0;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .site-search button[type=submit] {
  background: transparent url(../../images/search-new.svg) center/28px 32px no-repeat !important;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .site-search button[type=submit].light {
  background: transparent url(../../images/search-white.svg) center/28px 32px no-repeat !important;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .site-search button[type=submit].teal {
  background: transparent url(../../images/search-teal.svg) center/28px 32px no-repeat !important;
}
.header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container .site-search button::before {
  content: none;
}
.header.container .row .navbar-header-fl .search-bar.mobile {
  display: none;
  width: 100%;
}
.header.container .row .navbar-header-fl .search-bar.mobile.show {
  display: block;
  max-height: 65px;
}
.header.container .row .navbar-header-fl .search-bar.mobile .search, .header.container .row .navbar-header-fl .search-bar.mobile .site-search, .header.container .row .navbar-header-fl .search-bar.mobile .site-search > form {
  width: 100%;
  padding: 0;
}
.header.container .row .navbar-header-fl .search-bar.mobile input {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #000000;
  background: transparent;
}
.header.container .row .navbar-header-fl .search-bar.mobile input.light {
  border-color: #ffffff;
}
.header.container .row .navbar-header-fl .search-bar.mobile input.teal {
  border-color: #4E8B9B;
}
.header.container .row .navbar-header-fl .search-bar.mobile button {
  height: 100%;
  width: 60px;
  top: 0;
}
.header.container .row .navbar-header-fl .search-bar.mobile button[type=submit] {
  background: transparent url(../../images/search-new.svg) center/24px 24px no-repeat !important;
}
.header.container .row .navbar-header-fl .search-bar.mobile button[type=submit].scrolling--light, .header.container .row .navbar-header-fl .search-bar.mobile button[type=submit].light {
  background: transparent url(../../images/search-white.svg) center/24px 24px no-repeat !important;
}
.header.container .row .navbar-header-fl .search-bar.mobile button::before {
  content: none;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.light form input {
  border-color: #ffffff;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.light form input::-webkit-input-placeholder {
  color: #ffffff;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.light form input::-moz-placeholder {
  color: #ffffff;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.light form input:-ms-input-placeholder {
  color: #ffffff;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.light form input::-ms-input-placeholder {
  color: #ffffff;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.light form input::placeholder {
  color: #ffffff;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.light form button[type=submit] {
  background: transparent url(../../images/search-white.svg) center/24px 24px no-repeat !important;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.teal form input {
  border-color: #4E8B9B;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.teal form input::-webkit-input-placeholder {
  color: #4E8B9B;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.teal form input::-moz-placeholder {
  color: #4E8B9B;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.teal form input:-ms-input-placeholder {
  color: #4E8B9B;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.teal form input::-ms-input-placeholder {
  color: #4E8B9B;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.teal form input::placeholder {
  color: #4E8B9B;
}
.header.container .row .navbar-header-fl .search-bar.mobile .site-search.teal form button[type=submit] {
  background: transparent url(../../images/search-teal.svg) center/24px 24px no-repeat !important;
}
.header.container .navbar-header-fl--elements.open-search .main-menu, .header.container .navbar-header-fl--elements.open-search .category-menu {
  display: none;
}
.header.container .navbar-header-fl--elements.open-search .login-header {
  margin-left: auto;
}
.header.container .navbar-header-fl--elements.open-search .minicart {
  margin-left: 20px;
  max-width: 34.4px;
}
.header.container .navbar-header-fl--elements.open-search .search-bar {
  padding-left: 10.75%;
}
.header.container .navbar-header-fl--elements.open-search .search {
  width: 100%;
}
.header.container .navbar-header-fl--elements.open-search .search .site-search form {
  width: 100%;
}
.header.container .navbar-header-fl--elements.open-search .search .site-search .fa-search {
  display: none;
  pointer-events: none;
}
.header.container .navbar-header-fl--elements.open-search .search .site-search .icon-close {
  border: none;
  background: none;
  right: 0;
  top: 35px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: black;
}
.header.container .navbar-header-fl--elements.open-search .search .site-search .icon-close:before {
  content: "";
  background: none;
  display: block;
  width: 18px;
  height: 18px;
  background-size: 100%;
}
.header.container .navbar-header-fl--elements.open-search .search .site-search .cancel-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.container .navbar-header-fl--elements.open-search .search .suggestions-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
}
.header.container .header-close {
  height: 12px;
}
.header.container .header-close .close {
  opacity: 1;
}
.header.container .header-close .close .img-close {
  width: 12px !important;
}
.header.container .clickuser:hover {
  cursor: pointer;
}
.header.container .header-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
}
.header.container .header-elements .container {
  max-width: none;
  padding: 0;
  margin: 0;
}
.header.container .header-elements .container .col-12 {
  padding: 0;
}
.header.container .header-elements .user-icon {
  width: 26px;
  height: 27px;
}
.header.container .header-elements.open-search .main-menu {
  display: none;
}
.header.container .header-elements.open-search .login-header {
  margin-left: auto;
}
.header.container .header-elements.open-search .minicart {
  margin-left: 20px;
  max-width: 34.4px;
}
.header.container .header-elements.open-search .search-bar {
  padding-left: 10.75%;
}
.header.container .header-elements.open-search .search {
  width: 100%;
}
.header.container .header-elements.open-search .search .site-search form {
  width: 100%;
}
.header.container .header-elements.open-search .search .site-search .fa-search {
  display: none;
  pointer-events: none;
}
.header.container .header-elements.open-search .search .site-search .icon-close {
  border: none;
  background: none;
  right: 5rem;
  top: 35px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: black;
}
.header.container .header-elements.open-search .search .site-search .icon-close:before {
  content: "";
  background: none;
  display: block;
  width: 18px;
  height: 18px;
  background-size: 100%;
}
.header.container .header-elements.open-search .search .site-search .cancel-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.container .header-elements.open-search .search .suggestions-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
}

.navbar-header.brand {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 4;
}

.navbar-header {
  position: relative;
  width: auto;
  left: 0;
  margin: 0;
  padding: 0;
  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;
  z-index: 3;
}
.navbar-header .logo-home {
  display: inline-block;
}
.navbar-header .logo-home .img-desktop {
  width: 67px;
  height: 50px;
}
.navbar-header.brand__checkout {
  padding: 8px 0;
  background-color: transparent !important;
}
.navbar-header.brand__checkout .logo-home h1 {
  width: 54px;
  height: 41px;
}
.navbar-header .minicart {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.navbar-header .popover {
  border-radius: 0 0 20px 20px;
  background: #F5F5F5;
  border: none;
}
.navbar-header .minicart {
  height: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}
.navbar-header .minicart a.link-mobile-cart {
  position: absolute;
  width: 30px;
  right: 0;
  height: 30px;
}
.navbar-header .minicart .minicart-quantity {
  position: absolute;
  background: #4E8B9B;
  width: 12px;
  height: 12px;
  font-size: 9px;
  top: 23px;
  left: 20px;
  color: #ffffff;
  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;
}
.navbar-header .minicart .minicart-quantity.hide {
  display: none;
}
.navbar-header .minicart .minicart-quantity.show {
  display: inline;
}
.navbar-header .minicart .minicart-quantity:last-child {
  z-index: -1;
}
.navbar-header .minicart .minicart-quantity:first-child {
  z-index: 2;
}
.navbar-header .minicart img {
  width: 30px;
  z-index: -1;
}

.main-menu {
  padding: 0;
}
.main-menu .dropdown-toggle:after {
  display: none;
}
.main-menu li.nav-item :active {
  color: #000000;
  background: #ffffff;
}

.dropdown-item .dropdown:hover, .dropdown-link .dropdown-toggle:hover {
  color: #000000;
  background: #ffffff;
}
.dropdown-item .dropdown:focus, .dropdown-link .dropdown-toggle:focus {
  color: #000000;
  background: #ffffff;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
}

.pay-secure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding: 0;
  min-width: 104px;
}
.pay-secure__img, .pay-secure span {
  margin-left: auto;
}
.pay-secure__img {
  width: 20px;
  margin-right: 4px;
}
.pay-secure span {
  font-size: 12px;
  line-height: 24px;
}

.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.search-bar .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
  padding: 0 6.5px;
  position: relative;
}
.search-bar .search .site-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  margin: 0;
}
.search-bar .search .site-search form {
  margin-bottom: 0;
}
.search-bar .search .site-search form .fa-search {
  top: 27px;
  color: #000000;
  -webkit-text-stroke: 1px #F5F5F5;
}
.search-bar .search .site-search input {
  border-radius: 20px;
  border: none;
  background-color: #F5F5F5;
  height: auto;
  line-height: 23px;
  padding: 8.5px 37px 8.5px 20px;
}
.search-bar .search .site-search input::-webkit-input-placeholder {
  color: #909090;
  font-size: 16px;
}
.search-bar .search .site-search input::-moz-placeholder {
  color: #909090;
  font-size: 16px;
}
.search-bar .search .site-search input:-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
}
.search-bar .search .site-search input::-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
}
.search-bar .search .site-search input::placeholder {
  color: #909090;
  font-size: 16px;
}
.search-bar .search .site-search .reset-button {
  display: none;
}
.search-bar .search .site-search .reset-button:before {
  content: "";
  background: none;
  display: block;
  width: 18px;
  height: 18px;
  background-size: 100%;
  opacity: 0.4;
}
.search-bar .search .site-search button {
  font-size: 24px;
  color: #909090;
}
.search-bar .search .site-search .cancel-desk {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0rem;
  top: 1rem;
  cursor: pointer;
}
.search-bar .search .site-search .cancel-desk .img-close {
  width: 22px;
}

.user-name-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  padding-right: 5px;
}

.login-header {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-left: -20px;
}
.login-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.login-header > div .user {
  margin: 0;
  padding: 0;
}
.login-header > div .user.fav {
  margin-left: 30px;
}
.login-header > div .user .img-fav {
  width: 30px;
}
.login-header > div .user .user-icon {
  width: 25px;
}
.login-header > div .user:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}
.login-header > div .user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 11px;
}
.login-header > div .user-name .text-hello, .login-header > div .user-name .text-name-user {
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-align: right;
}
.login-header a {
  text-decoration: none;
}
.login-header .fa {
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
}
.login-header .user-message {
  display: none;
}
.login-header .my-account-items {
  border-radius: 0 0 20px 20px;
  background: #F5F5F5 !important;
  border: none !important;
}
.login-header .my-account-items a {
  color: #000000;
  font-weight: normal !important;
}
.login-header .my-account-items a:first-child {
  border-bottom: 2px solid #BFBFBF;
}

.minicart-progress-bar {
  margin: 23px 0 19px;
}

.progress-shipping {
  display: block;
  width: 100%;
}
.progress-shipping__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #4E8B9B;
}
.progress-shipping__title span {
  padding: 0 0 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 50px);
          flex: 0 0 calc(100% - 50px);
}
.progress-shipping__title span strong {
  font-size: 20px;
  font-weight: 500;
}
.progress-shipping__title.free {
  color: #4E8B9B;
}
.progress-shipping__title.free span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 40px);
          flex: 0 0 calc(100% - 40px);
  padding: 0 0 0 10px;
}
.progress-shipping__title.free span strong {
  font-size: 16px;
}
.progress-shipping__title.free:after {
  display: none;
}
.progress-shipping__title.free:before {
  content: "";
  background: url("../../images/progress-bar/free-ship.svg");
  background-size: 100%;
  width: 40px;
  height: 23px;
  margin: 0;
  color: #4E8B9B;
}
.progress-shipping__title:before {
  content: "";
  background: url("../../images/progress-bar/free-ship.svg");
  background-size: 100%;
  width: 40px;
  height: 23px;
  margin: 0;
  color: #4E8B9B;
}
.progress-shipping__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.progress-shipping__body.free .progress-shipping__bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.progress-shipping__bar {
  height: 4px;
  background-color: #E1E1E1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96%;
          flex: 0 0 96%;
  margin-bottom: 7px;
}
.progress-shipping__status {
  height: 100%;
  background-color: #4E8B9B;
}
.progress-shipping__bar, .progress-shipping__status {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.progress-shipping__min, .progress-shipping__max {
  color: #212121;
  font-size: 16px;
  line-height: 14px;
}
.progress-shipping__max {
  margin-left: auto;
  padding-right: 20px;
}

.navbar {
  padding: 0;
}

.header-elements.ABT6 .mobile-elements .navbar-toggler.fa-bars {
  font-size: 30px;
  color: #000000;
  -webkit-text-stroke: 1px #ffffff;
}
.header-elements.ABT6 .mobile-elements .minicart-and-search-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-elements.ABT6 .mobile-elements .minicart-and-search-elements .search-button {
  margin-right: 10px;
}
.header-elements.ABT6 .mobile-elements .minicart-and-search-elements .search-button button {
  height: 30px;
  width: 30px;
  border: none;
  background: none;
  color: #000000;
  -webkit-text-stroke: 1px #ffffff;
  font-size: 24px;
  padding: 0px;
}

.modal-suggestion-search {
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  position: absolute;
  height: 100vh;
  width: 100%;
  display: block;
  top: -70vh;
  z-index: 50;
  padding: 25px;
}
.modal-suggestion-search.hide {
  display: none;
}
.modal-suggestion-search .search {
  width: 100%;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-suggestion-search .search .cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 25px;
  top: 2rem;
  cursor: pointer;
}
.modal-suggestion-search .search .cancel .img-close {
  cursor: pointer;
  width: 22px;
}
.modal-suggestion-search .before-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-suggestion-search .before-search .container-searches-left {
  width: 55%;
  margin-right: 5%;
  overflow: hidden;
}
.modal-suggestion-search .before-search .container-searches .recent-searches, .modal-suggestion-search .before-search .container-searches .most-searched {
  width: 100%;
  padding: 12px 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: start;
}
.modal-suggestion-search .before-search .container-searches .recent-searches .title, .modal-suggestion-search .before-search .container-searches .most-searched .title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.modal-suggestion-search .before-search .container-searches .recent-searches {
  padding-top: 0;
}
.modal-suggestion-search .before-search .container-searches .trending-products {
  width: 100%;
  padding: 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: start;
}
.modal-suggestion-search .before-search .container-searches .trending-products > div {
  width: 100%;
}
.modal-suggestion-search .before-search .container-searches .trending-products .title {
  font-size: 34px;
  font-weight: 500 !important;
  line-height: 35px;
  font-family: "alternate-gothic-condensed-a";
  text-align: left;
}
.modal-suggestion-search .after-search {
  display: none;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.modal-suggestion-search .after-search .container-after-searches {
  width: 50%;
}
.modal-suggestion-search .after-search .container-after-searches .search-products {
  width: 100%;
  padding: 10px 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: start;
}
.modal-suggestion-search .after-search .container-after-searches .search-products .title {
  font-size: 34px;
  font-weight: 500 !important;
  line-height: normal;
  font-family: "alternate-gothic-condensed-a";
}
.modal-suggestion-search .after-search .container-after-searches .suggestions-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  -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: start;
}
.modal-suggestion-search .after-search .container-after-searches .suggestions-search .super {
  font-size: 20px;
  color: #000000;
}
.modal-suggestion-search .after-search .container-after-searches .suggestions-search a {
  margin-bottom: 15px;
}
.modal-suggestion-search .after-search .container-after-searches .suggestions-search .suggestion {
  margin-bottom: 15px;
}
.modal-suggestion-search .after-search .container-after-searches .suggestions-search .suggestion span {
  display: none !important;
}
.modal-suggestion-search .after-search .container-after-searches .suggestions-search .suggestion span .child {
  display: none;
  font-weight: 600;
}
.modal-suggestion-search .after-search .container-after-searches #show-all-suggestions {
  background-color: #212121;
  color: #F5F5F5;
  border-radius: 5px;
  padding: 5px 24px;
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
.modal-suggestion-search .after-search .container-after-searches #show-all-suggestions i {
  margin-left: 10px;
}
.modal-suggestion-search .tags {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: auto;
  scrollbar-width: thin;
  padding-bottom: 8px;
  padding-right: 24px;
}
.modal-suggestion-search .tags .tag {
  font-size: 20px;
  line-height: normal;
  border: solid 1.3px;
  border-radius: 5px;
  margin: 16px 16px 0 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  height: 44px;
  position: relative;
  list-style: none;
  padding: 7px 20px;
}
.modal-suggestion-search .tags .tag:last-child {
  margin-right: 15px;
}
.modal-suggestion-search .trending-products .title {
  font-size: 34px;
  font-family: "alternate-gothic-condensed-a";
  margin-bottom: 36px;
  font-weight: 500 !important;
  margin-left: 8px;
  color: #2B2B2B !important;
}
.modal-suggestion-search .trending-products .tile-body {
  text-align: left;
}
.modal-suggestion-search .trending-products .image-container {
  border-radius: 4px;
}
.modal-suggestion-search .products {
  width: 100%;
}
.modal-suggestion-search .products .nosuggestions {
  text-align: start;
}
.modal-suggestion-search .products .suggestions__layout__products .suggestions__layout__button {
  max-width: 160px;
  position: absolute;
  top: 50%;
  left: 15%;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item {
  display: block;
  position: relative;
  -webkit-transition: opacity 2s visibility 2s;
  transition: opacity 2s visibility 2s;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 249px;
  min-width: 249px;
  margin: 0 8px !important;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item:nth-child(1) {
  margin-left: 0px !important;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s visibility 2s;
  transition: opacity 2s visibility 2s;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .link-tags {
  bottom: 10px;
  width: 100%;
  display: block;
  mix-blend-mode: normal;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .link-tags .div__tags {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .link-tags .div__tags.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0 9px;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .link-tags .div__tags-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  line-height: 1em;
  text-transform: uppercase;
  min-width: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 1px 3px;
  padding: 3px;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .image-container {
  overflow: hidden;
  border-radius: 0 !important;
  overflow: hidden;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .image-container:hover {
  overflow: hidden;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .image-container:hover .tile-image:nth-child(2) {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .image-container:hover .quickview {
  opacity: 1;
  display: none;
  border-radius: 4px 4px 10px 10px;
  bottom: 0px;
  cursor: pointer;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .tile_image_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile #addToCartplp, .modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .link-tags {
  display: none !important;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .product-mobile .img-data {
  margin: 0 !important;
  width: 239px;
  height: 395px;
  min-width: 239px;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .product-mobile .img-data .img-zoom {
  width: 239px;
  height: 395px;
  margin: 0;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .pdp-link {
  margin-top: 12px;
  line-height: 17px;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .pdp-link .link {
  font-size: 16px;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .default-price__container del {
  text-decoration: unset;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .default-price__container span {
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 21px;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .color-swatches {
  margin-top: 8px;
  line-height: 21px;
  height: 21px;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .color-swatches .swatch-circle {
  border: none;
}
.modal-suggestion-search .products .suggestions__layout__products .carousel-product-item .product-tile .color-swatches .swatch-circle.BLANCO {
  border: 0.05px solid #BBBBBB;
}

@media (min-width: 544px) {
  .mobile-elements .search-mobile .suggestions-wrapper {
    position: absolute;
    left: -26px;
    width: 100vw;
    display: block;
    height: calc(100vh - 96px);
  }
  .mobile-elements .search-mobile .suggestions.modal {
    top: 0 !important;
    width: 100%;
  }
  .mobile-elements .search-mobile .suggestions.modal .message-error {
    text-align: center;
  }
}
@media (min-width: 544px) and (max-width: 991.98px) {
  .minicart.col-lg-1.col-xs-2.d-block.d-sm-block.d-md-none {
    display: initial !important;
  }
  .minicart.col-lg-1.col-xs-2.d-block.d-sm-block.d-md-none .hide-link-med {
    display: initial !important;
  }
}
.navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse {
  background: #ffffff;
  position: absolute;
  height: 100vh;
  top: 0;
}
.navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container {
  position: absolute;
  margin: 0;
  padding: 0 16px 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-height: 100%;
}
.navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu .close-button-mobile {
  border: none;
  background: none;
}
.navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu__categories {
  width: 100%;
}
.navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu__categories > ul {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu__categories > ul li {
  padding: 1px 4px;
}
.navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu__categories > ul li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu__categories > ul li a:hover {
  text-decoration: none;
}
.navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu__categories > ul li span {
  font-weight: 400;
  line-height: normal;
}
.navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu__categories > ul li.active span {
  font-weight: 500;
}
.navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu__categories > ul li.active a {
  text-decoration: underline;
}
.navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu {
  position: static;
  width: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media (min-width: 992px) {
  .modal-background-menu {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: black;
    position: fixed;
    top: 0;
    z-index: 100;
    left: -100%;
  }
  .modal-background-menu.show {
    left: 0;
    -webkit-transition: left ease-in-out 0.2s;
    transition: left ease-in-out 0.2s;
  }
  .menu-group ul.navbar-nav li > a {
    background-color: transparent !important;
    text-transform: uppercase;
  }
  .menu-group ul.navbar-nav li:hover, .menu-group ul.navbar-nav li > a:hover, .menu-group ul.navbar-nav li > a:active {
    background-color: transparent;
  }
  .menu-group ul.navbar-nav li:first-child a {
    padding-left: 0;
  }
  .menu-group ul.navbar-nav.light li > a {
    color: #ffffff !important;
  }
  .menu-group ul.navbar-nav.light li > a img {
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
  }
  .menu-group ul.navbar-nav.teal li > a {
    color: #4E8B9B !important;
  }
  .menu-group ul.navbar-nav.teal li > a img {
    -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(42%) saturate(565%) hue-rotate(142deg) brightness(88%) contrast(90%);
            filter: brightness(0) saturate(100%) invert(50%) sepia(42%) saturate(565%) hue-rotate(142deg) brightness(88%) contrast(90%);
  }
  .menu-group .navbar-nav-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-group .navbar-nav-categories li:first-child span {
    padding-left: 0;
  }
  .menu-group .navbar-nav-categories li {
    list-style: none;
    position: relative;
  }
  .menu-group .navbar-nav-categories li span {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    padding: 13px 19px;
    white-space: nowrap;
    display: block;
    text-decoration: none;
  }
  .menu-group .navbar-nav-categories li span div {
    height: 24px;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 13px 19px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .nav-link:hover {
    background-color: transparent;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .nav-link.active {
    text-decoration-line: underline;
    font-weight: 500;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .nav-link.active > div.category-name-img__center {
    border-bottom: solid 2px #000000;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .dropdown-menu {
    position: fixed;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #ffffff;
    margin: 0;
    padding: 20px 0 35px 180px;
    max-width: 1366px;
    z-index: 1;
    max-height: calc(100% - 100px);
    overflow: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .dropdown-menu:before {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: -2;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-menu .navbar.bg-inverse .navbar-nav .dropdown-menu a {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 20px;
    padding: 0;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .dropdown-menu a:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none !important;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .dropdown-item {
    display: inline-block;
    width: auto;
    vertical-align: top;
    border: none;
    padding-left: 0;
    padding-right: 10px;
    min-width: 130px;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .dropdown-item:hover {
    background: #ffffff;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .dropdown-item .dropdown-menu {
    position: relative;
    width: auto;
    top: 0 !important;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    min-width: 133px;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .dropdown-item .dropdown-menu::before {
    content: none;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .dropdown-item .dropdown-menu .dropdown-item {
    display: block;
    margin: 0;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .dropdown-item .dropdown-menu .dropdown-item a {
    font-size: 14px;
    line-height: 28px;
    color: #696969;
    margin-bottom: 5px;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .dropdown-item .dropdown-menu .dropdown-item a.group-header {
    text-decoration: none;
    font-weight: 600;
    pointer-events: none;
  }
  .main-menu.new-menu-desk .navbar.bg-inverse .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    padding: 18px 14px;
    border-bottom: solid #D3D3D3;
  }
  .main-menu.new-menu-desk .navbar.bg-inverse .navbar-nav .nav-link.opened {
    border-bottom: solid #808080;
  }
  .main-menu.new-menu-desk .navbar.bg-inverse .navbar-nav .dropdown-menu a {
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 0;
    text-decoration: none;
  }
  .main-menu.new-menu-desk .navbar.bg-inverse .navbar-nav .dropdown-item .dropdown-menu {
    font-weight: 300;
    padding-left: 20px;
    max-height: 150px;
    overflow-y: auto;
  }
  .main-menu.new-menu-desk .navbar.bg-inverse .navbar-nav .dropdown-item .dropdown-menu .dropdown-item a {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
    margin-top: 0;
  }
  .main-menu.new-menu-desk .navbar.bg-inverse .navbar-nav .dropdown-item .dropdown-menu::-webkit-scrollbar {
    width: 5px;
  }
  .main-menu.new-menu-desk .navbar.bg-inverse .navbar-nav .dropdown-item .dropdown-menu::-webkit-scrollbar-track {
    background: rgba(225, 225, 225, 0.4);
    border-radius: 10px;
  }
  .main-menu.new-menu-desk .navbar.bg-inverse .navbar-nav .dropdown-item .dropdown-menu::-webkit-scrollbar-thumb {
    background: #E1E1E1;
    border-radius: 10px;
  }
  .banner-top.menu-opend {
    background: rgba(0, 0, 0, 0.01) !important;
  }
  .header.container {
    padding: 0 16px;
    margin: 0;
    max-width: 100%;
  }
  .header.container .row .navbar-header-fl {
    padding: 16px 0;
  }
  .header.container .row .navbar-header-fl--elements {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header.container .row .navbar-header-fl--elements .logo-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 10%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  .header.container .row .navbar-header-fl--elements .logo-brand h1 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 68px;
    height: 46px;
    margin-bottom: 0;
  }
  .header.container .row .navbar-header-fl--elements .category-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements {
    width: 45%;
    height: 50px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar {
    padding-right: 16px;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search {
    padding: 0;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search {
    height: inherit;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search input {
    width: 0;
    border: none;
    height: 40px;
    background: transparent;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search button {
    height: 100%;
    width: 24px;
    top: 0;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search button[type=submit] {
    background: transparent url(../../images/search-new.svg) center/24px 24px no-repeat;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search button[type=submit].light {
    background: transparent url(../../images/search-white.svg) center/24px 24px no-repeat;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search button::before {
    content: none;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.light input {
    border-color: #ffffff;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.light input::-webkit-input-placeholder {
    color: #ffffff;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.light input::-moz-placeholder {
    color: #ffffff;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.light input:-ms-input-placeholder {
    color: #ffffff;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.light input::-ms-input-placeholder {
    color: #ffffff;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.light input::placeholder {
    color: #ffffff;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.light button[type=submit] {
    background: transparent url(../../images/search-white.svg) center/24px 24px no-repeat !important;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.teal input {
    border-color: #4E8B9B;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.teal input::-webkit-input-placeholder {
    color: #4E8B9B;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.teal input::-moz-placeholder {
    color: #4E8B9B;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.teal input:-ms-input-placeholder {
    color: #4E8B9B;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.teal input::-ms-input-placeholder {
    color: #4E8B9B;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.teal input::placeholder {
    color: #4E8B9B;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .search-bar .search .site-search.teal button[type=submit] {
    background: transparent url(../../images/search-teal.svg) center/24px 24px no-repeat !important;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .container-links {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .container-links .stores-container-link {
    padding: 0 16px 0 16px;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .container-links .stores-container-link span {
    text-transform: uppercase;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .container-links .card-container-link {
    border-left: 0.5px solid;
    padding-left: 16px;
    padding-right: 12px;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .container-links .card-container-link span {
    text-transform: uppercase;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .container-links.light .card-container-link {
    border-left: 0.5px solid #ffffff;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .container-links.light span {
    color: #ffffff;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .container-links.teal .card-container-link {
    border-left: 0.5px solid #4E8B9B;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .container-links.teal span {
    color: #4E8B9B;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container > div {
    padding: 0 15px;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container > div.minicart {
    padding-right: 0;
  }
  .header.container .row .navbar-header-fl--elements .mobile-desk-elements .icons-container img {
    width: 24px;
  }
  .header.container.menu-opend {
    background: rgba(0, 0, 0, 0.01);
  }
  .header.container .navbar-header.menu-opend {
    background: rgba(0, 0, 0, 0.5);
  }
  .category-name-img__center {
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse.collapsing {
    -webkit-transition: left ease-in-out 0.2s !important;
    transition: left ease-in-out 0.2s !important;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse {
    z-index: 10002;
    position: absolute;
    width: 356px;
    left: -2000px;
    -webkit-transition: left ease-in-out 0.2s !important;
    transition: left ease-in-out 0.2s !important;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 94px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu .close-button button {
    padding: 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu {
    padding-right: 9px;
    /* Handle */
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu::-webkit-scrollbar {
    width: 4px;
    padding-top: 8px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu::-webkit-scrollbar-track {
    border-radius: 25px;
    background-color: #F5F5F5;
    width: 4px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu::-webkit-scrollbar-thumb {
    border-radius: 25px;
    width: 8px;
    background-color: #D3D3D4;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test {
    margin-bottom: 15px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse.collapsing {
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse .category-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: auto;
    padding-bottom: 40px;
    padding-left: 5px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse .category-links-container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 15px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse .category-links-container > div a {
    padding: 0;
    text-decoration: none;
    line-height: normal;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse .category-links-container > div a span {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #2B2B2B;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu {
    top: 0;
    width: 100%;
    border: none;
    position: relative;
    height: 100%;
    padding: 0 0 15px 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown {
    padding: 0;
    margin: 0 0 15px 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown.showDefault > ul {
    display: block;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown.showDefault.not > ul {
    display: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container a {
    color: #2B2B2B;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 450;
    line-height: normal;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container .category-actions {
    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;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container .category-actions img {
    width: 16px;
    height: 16px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container .category-actions .more-category {
    display: block;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container .category-actions .less-category {
    display: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container .category-actions.active .more-category {
    display: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container .category-actions.active .less-category {
    display: block;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > ul.dropdown-menu {
    width: 100%;
    position: relative;
    padding: 15px 0;
    border-radius: 0;
    border: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > ul.dropdown-menu li.dropdown-item {
    padding: 0 0 15px 17px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > ul.dropdown-menu li.dropdown-item a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse.collapse {
    width: 100%;
    position: static;
    height: 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse.collapse:not(.show) {
    visibility: hidden;
    height: 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 5px;
    position: static;
    width: 100%;
    max-height: auto;
    border-top: solid 0.5px #A9A9A9;
    border-bottom: solid 0.5px #A9A9A9;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information span {
    font-weight: 450;
    line-height: 24px;
    text-transform: uppercase;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__actions.less .less-inf {
    display: block;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__actions.less .more-inf {
    display: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__actions.more .less-inf {
    display: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__actions.more .more-inf {
    display: block;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__actions img {
    width: 16px;
    height: 16px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 12px;
    padding-top: 12px;
    display: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container .options-menu-div {
    display: grid;
    width: 100%;
    -ms-flex-line-pack: center;
        align-content: center;
    font-size: 16px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container .options-menu-div .options-menu {
    text-align: left;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container .options-menu-div .options-menu a {
    padding: 4px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container .options-menu-div .options-menu img {
    width: 16px;
    height: 16px;
    margin-right: 16px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container .social-icons {
    padding-top: 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container .social-icons img {
    width: 24px;
    height: 24px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse.collapse.show {
    left: 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse.collapse.show .top-container .header-menu {
    position: relative;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse.collapse.show .top-container .submenu-test .navbar-collapse.collapse.show {
    height: 100%;
  }
  .navbar-header-fl--elements .section-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 45%;
  }
  .navbar-header-fl--elements .section-first .icon-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-header-fl--elements .section-first .icon-menu .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-header-fl--elements.open-search .search .site-search .icon-close {
    top: 30px !important;
  }
  .search-bar .search .site-search input.menu-opend {
    background: rgba(0, 0, 0, 0.1);
  }
  .navbar.fixed-top {
    -webkit-transition: background-color 1s cubic-bezier(0, 1, 0.5, 1);
    transition: background-color 1s cubic-bezier(0, 1, 0.5, 1);
  }
  .navbar.fixed-top.menu-opend {
    background-color: #ffffff !important;
  }
  .nav.navbar-nav.navbar-desktop.menu-close {
    display: none;
  }
  .modal-suggestion-search {
    padding: 0;
    max-height: calc(100vh - 100px);
    top: -200vh;
  }
  .modal-suggestion-search .container-elements {
    max-width: 1366px;
    margin: auto;
    padding: 40px 55px;
  }
  .modal-suggestion-search .tags {
    max-width: 100%;
    padding-right: 0;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse.collapsing {
    -webkit-transition: right ease-in-out 0.5s !important;
    transition: right ease-in-out 0.5s !important;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse {
    z-index: 10002;
    width: 100%;
    right: -100%;
    -webkit-transition: right ease-in-out 0.5s !important;
    transition: right ease-in-out 0.5s !important;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container {
    padding: 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 16px;
    border-bottom: solid 1px #000000;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu .close-button {
    padding: 0 0 15px 0;
    text-align: end;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu .close-button button {
    padding: 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu__categories > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu__categories > ul li {
    padding: 0 4px;
    text-align: center;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu__categories > ul li a {
    padding-bottom: 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .header-menu__categories > ul li span {
    font-size: 16px;
    line-height: normal;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu {
    padding: 16px 11px 16px 16px;
    overflow-y: auto;
    height: 100vh;
    /* Handle */
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu::-webkit-scrollbar {
    width: 4px;
    padding-top: 8px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu::-webkit-scrollbar-track {
    border-radius: 25px;
    background-color: #F5F5F5;
    width: 4px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu::-webkit-scrollbar-thumb {
    border-radius: 25px;
    width: 8px;
    background-color: #D3D3D4;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test {
    margin-bottom: 15px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse.collapsing {
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse .category-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: auto;
    padding-bottom: 40px;
    padding-left: 5px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse .category-links-container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 15px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse .category-links-container > div a {
    padding: 0;
    text-decoration: none;
    line-height: normal;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse .category-links-container > div a span {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #2B2B2B;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu {
    padding: 0 0 15px 0;
    top: 0;
    width: 100%;
    border: none;
    position: relative;
    height: 100%;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown {
    padding: 0;
    margin: 0 0 15px 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown.showDefault > ul {
    display: block;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown.showDefault.not > ul {
    display: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container a {
    color: #2B2B2B;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 450;
    line-height: normal;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container .category-actions {
    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;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container .category-actions img {
    width: 16px;
    height: 16px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container .category-actions .more-category {
    display: block;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container .category-actions .less-category {
    display: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container .category-actions.active .more-category {
    display: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > div.category-container .category-actions.active .less-category {
    display: block;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > ul.dropdown-menu {
    width: 100%;
    position: relative;
    padding: 15px 0;
    border: none;
    border-radius: 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > ul.dropdown-menu li.dropdown-item {
    padding: 0 0 15px 17px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse > ul.dropdown-menu li.dropdown-item.dropdown > ul.dropdown-menu li.dropdown-item a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse.collapse {
    width: 100%;
    position: static;
    top: 0;
    height: 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .submenu-test .navbar-collapse.collapse:not(.show) {
    visibility: hidden;
    position: absolute;
    height: 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 5px;
    position: static;
    width: 100%;
    max-height: auto;
    border-top: solid 0.5px #A9A9A9;
    border-bottom: solid 0.5px #A9A9A9;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 0 12px 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information span {
    font-weight: 450;
    line-height: 24px;
    text-transform: uppercase;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__actions.less .less-inf {
    display: block;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__actions.less .more-inf {
    display: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__actions.more .less-inf {
    display: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__actions.more .more-inf {
    display: block;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__actions img {
    width: 16px;
    height: 16px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 12px;
    padding-top: 0;
    display: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container .options-menu-div {
    display: grid;
    width: 100%;
    -ms-flex-line-pack: center;
        align-content: center;
    font-size: 16px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container .options-menu-div .options-menu {
    text-align: left;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container .options-menu-div .options-menu a {
    padding: 4px 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container .options-menu-div .options-menu img {
    width: 16px;
    height: 16px;
    margin-right: 16px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container .social-icons {
    padding-top: 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse .top-container .container-menu .footer-menu .more-information__container .social-icons img {
    width: 24px;
    height: 24px;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse.collapse.show {
    right: 0;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse.collapse.show .top-container .header-menu {
    position: relative;
  }
  .navbar-expand-lg > .navbar.bg-inverse > .navbar-collapse.collapse.show .top-container .submenu-test .navbar-collapse.collapse.show {
    position: static;
    height: 100%;
  }
  .opened-menu .navbar-header-fl--elements .section-first {
    display: block;
  }
  .navbar-header-fl--elements .section-first {
    display: none;
  }
  .banner-top .text-info-carrousel {
    padding: 0;
  }
  .banner-top #menu-banner-carousel {
    width: 100%;
  }
  .progress-shipping__title {
    padding-bottom: 5px;
  }
  .progress-shipping__body .progress-shipping-label {
    visibility: hidden;
  }
  .banner-top {
    height: 42px;
    font-size: 14px;
    line-height: 16px;
    z-index: 2;
    padding: 10px 10px;
  }
  .banner-top.menu-opend {
    background: rgba(0, 0, 0, 0.5);
  }
  .banner-top .text-info span {
    margin-left: 0;
  }
  .banner-top .help, .banner-top .stores {
    display: none;
  }
  .banner-top #menu-banner-carousel {
    width: 100%;
  }
  .header-category-mobile {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
  }
  .header-category-mobile--shadow::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
  }
  .header-category-mobile--cover {
    overflow: auto;
    padding: 10px 0px;
    width: 100%;
  }
  .header-category-mobile--cover::-webkit-scrollbar {
    display: none;
  }
  .header-category-mobile::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 60px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.001)), to(#ffffff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.001), #ffffff);
    z-index: 1;
  }
  .header-category-mobile .category-container {
    background: #ffffff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
    line-height: 1.2;
    text-align: center;
    padding: 5px 25px;
    min-width: 120vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-category-mobile .category-container .category-link {
    padding: 0 10px;
    font-size: 16px;
  }
  .header-category-mobile .category-container .category-link:first-child {
    padding-left: 5px;
  }
  .header-category-mobile .category-container .category-link:last-child {
    padding-right: 60px;
  }
  .header-category-mobile.menu-opend {
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
  }
  .header-category-mobile.menu-opend::before {
    background: #7F7F7F;
  }
  .header-category-mobile.menu-opend .category-container {
    background: transparent;
  }
  .header.container {
    padding: 0;
    margin: 0;
    background: #ffffff;
  }
  .header.container .brand img {
    width: 67px;
    height: 50px;
  }
  .header.container .navbar-header {
    width: 100%;
    padding: 0 16px;
    background: transparent;
  }
  .header.container .navbar-header.menu-opend {
    background: rgba(0, 0, 0, 0.5);
  }
  .header-elements {
    position: relative;
  }
  .brand {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .mobile-elements {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mobile-elements .search-bar, .mobile-elements .minicart {
    margin: 0;
  }
  .mobile-elements .minicart {
    max-width: 24px;
    left: 0;
  }
  .mobile-elements .minicart .minicart-quantity {
    top: 20px;
    left: 19px;
  }
  .mobile-elements .minicart img {
    position: absolute;
    left: 0;
    z-index: -2;
  }
  .mobile-elements .search-bar {
    display: none;
  }
  .mobile-elements .search-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 22px;
    margin-left: auto;
  }
  .mobile-elements .search-mobile .only-button {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 24px;
    width: 24px;
    color: #000000;
    -webkit-text-stroke: 1px #F5F5F5;
    margin-top: -3px;
  }
  .mobile-elements .search-mobile .site-search {
    display: none;
  }
  .mobile-elements .search-mobile .site-search .header-search {
    display: none;
  }
  .mobile-elements .search-mobile .suggestions.modal {
    top: 103px !important;
    border: none;
  }
  .mobile-elements .search-mobile .suggestions__container {
    padding: 0 26px;
    width: 100%;
    margin: 0;
  }
  .mobile-elements .search-mobile .suggestions__match, .mobile-elements .search-mobile .suggestions__products {
    padding: 0;
  }
  .mobile-elements .search-mobile .suggestions__match {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }
  .mobile-elements .search-mobile .suggestions__match--title, .mobile-elements .search-mobile .suggestions__match--words {
    color: #000000;
  }
  .mobile-elements .search-mobile .suggestions__match--title a, .mobile-elements .search-mobile .suggestions__match--words a {
    color: #000000;
  }
  .mobile-elements .search-mobile .suggestions__match .message-error {
    text-align: center;
  }
  .mobile-elements .search-mobile .suggestions__products {
    list-style: none;
    margin: 0;
  }
  .mobile-elements .search-mobile .suggestions__products--title {
    display: block;
    text-align: left;
    color: #000000;
    margin: 40px 0 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .mobile-elements .search-mobile .suggestions__product {
    border-top: 1px solid #DBDBDB;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-elements .search-mobile .suggestions__product a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-elements .search-mobile .suggestions__product--image {
    width: 108px;
  }
  .mobile-elements .search-mobile .suggestions__product--name {
    width: calc(100% - 118px);
    margin-left: 10px;
    font-size: 16px;
    text-align: left;
  }
  .mobile-elements .login-header {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .mobile-elements .login-header .navbar-toggler {
    padding: 0;
    border: none;
  }
  .mobile-elements .login-header .icon-menu {
    width: 32px;
    height: 32px;
    font-size: 34px;
  }
  .mobile-elements.hide-mobile {
    z-index: 5;
  }
  .mobile-elements.hide-mobile + div.brand {
    display: none;
  }
  .mobile-elements.hide-mobile .login-header {
    display: none;
  }
  .mobile-elements.hide-mobile .search-mobile {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100vw;
            flex: 0 0 100vw;
    margin: -10px -25px 0;
    padding: 10px 25px 1px;
    background: #ffffff;
    z-index: 3;
  }
  .mobile-elements.hide-mobile .search-mobile .only-button {
    display: none;
  }
  .mobile-elements.hide-mobile .search-mobile .site-search {
    display: block;
    width: calc(100% - 43px);
  }
  .mobile-elements.hide-mobile .search-mobile .site-search .reset-button {
    display: block !important;
    top: 10px;
    right: -42px;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
  }
  .mobile-elements.hide-mobile .search-mobile .site-search .reset-button:before {
    content: "";
    background: url("../../images/close.png");
    display: block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    opacity: 0.4;
  }
  .mobile-elements.hide-mobile .search-mobile .site-search input {
    font-size: 16px;
    line-height: 24px;
    padding: 8.5px 20px;
    background-color: #F5F5F5;
    border-radius: 25px;
    border-color: #F5F5F5;
  }
  .mobile-elements.hide-mobile .minicart {
    display: none;
  }
  .row {
    margin: 0;
  }
  .header.checkout {
    margin-bottom: 30px;
    padding: 0 25px;
    margin-top: 9px;
  }
  .header.checkout .login-header.col-lg-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-elements {
    position: relative;
  }
  .header-elements .navbar-header.brand__checkout {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .header-elements .pay-secure {
    min-width: auto;
    padding: 9px 0;
  }
  .header-elements .pay-secure__img, .header-elements .pay-secure span {
    margin: 0;
  }
  .header-elements .pay-secure__img {
    margin-right: 6px;
  }
  .header-elements .pay-secure {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .header-elements .login-header {
    margin: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .modal-suggestion-search .search {
    margin-top: 48px;
  }
  .modal-suggestion-search .search .header-search {
    display: none;
  }
  .modal-suggestion-search .search .cancel-desk {
    display: none;
  }
  .modal-suggestion-search .before-search {
    display: block;
  }
  .modal-suggestion-search .before-search .container-searches {
    width: 100% !important;
  }
  .modal-suggestion-search .before-search .container-searches .trending-products {
    margin-top: 3rem;
  }
  .modal-suggestion-search .before-search .container-searches .recent-searches {
    padding-top: 12px;
    padding-bottom: 0;
  }
  .modal-suggestion-search .before-search .container-searches-left {
    padding-right: 0;
    overflow: initial;
  }
  .modal-suggestion-search .container-after-searches {
    width: 100% !important;
  }
  .modal-suggestion-search .container-after-searches .suggestions-search {
    padding: 0 20px !important;
  }
  .modal-suggestion-search .container-after-searches .suggestions-search a {
    margin-bottom: 10px;
  }
  .modal-suggestion-search .products .suggestions__layout__products .carousel-product-item {
    max-width: 239px;
    min-width: 239px;
  }
}
@media (min-width: 1367px) {
  .banner-top {
    padding: 0 calc(45px - (1366px - 100vw) / 2);
  }
}
.category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.category-container-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 15px auto 0;
  height: 100%;
}
.category-container-tag--element {
  min-width: 39px;
  min-height: 11px;
  border-radius: 2px;
  font-size: 8px;
  font-weight: 400;
  padding: 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category-container a::after {
  display: none;
}

@media (min-width: 992px) {
  .trending-products .carousel-product-item, .search-products .carousel-product-item {
    min-width: 249px !important;
  }
  .trending-products .carousel-product-item .product, .search-products .carousel-product-item .product {
    width: 249px !important;
  }
  .trending-products .carousel-product-item .product .tile-image, .search-products .carousel-product-item .product .tile-image {
    height: auto !important;
  }
}
.carousel-serach-products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.carousel-serach-products .carousel-div-arrow {
  position: absolute;
  top: 5px;
  right: 2rem;
}
.carousel-serach-products .carousel-div-arrow .carousel-serach-products-arrow {
  position: absolute;
  top: 10px;
  cursor: pointer;
  font-size: 25px;
}
.carousel-serach-products .carousel-div-arrow .carousel-serach-products-arrow.carousel-serach-products-back {
  right: 40px;
}
.carousel-serach-products .carousel-div-arrow .carousel-serach-products-arrow.show {
  display: block;
}
.carousel-serach-products .carousel-div-arrow .carousel-serach-products-arrow.disabled {
  opacity: 0.5;
  cursor: default;
}
.carousel-serach-products .carousel-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  position: relative;
  left: 0;
}
.carousel-serach-products .carousel-tiles .tile {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}
.carousel-serach-products .carousel-tiles .tile:nth-child(1) {
  margin-left: -8px !important;
}
.carousel-serach-products .carousel-tiles .tile:last-child {
  margin-right: -8px !important;
}
.carousel-serach-products .carousel-tiles .tile a {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  width: 190px;
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel-serach-products .carousel-tiles .tile a img {
  min-height: 100%;
}
.carousel-serach-products .carousel-tiles .tile .text {
  font-size: 20px;
  cursor: default;
}

@media (max-width: 991.98px) {
  .carousel-serach-products {
    width: calc(100% + 25px);
  }
  .carousel-serach-products .carousel-div-arrow {
    display: none;
  }
  .carousel-serach-products .carousel-serach-products-arrow {
    display: none;
  }
  .carousel-serach-products .carousel-serach-products-arrow.carousel-serach-products-back {
    right: 65px;
  }
  .carousel-serach-products .carousel-serach-products-arrow.carousel-serach-products-next {
    right: 25px;
  }
  .carousel-serach-products .carousel-serach-products-arrow.show {
    display: block;
  }
  .carousel-serach-products .carousel-tiles .tile a {
    width: 140px;
    height: 230px;
  }
  .carousel-serach-products .carousel-tiles .tile .text {
    font-size: 16px;
  }
  .category-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
  .category-container-tag {
    padding-top: 8px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .recommendation .product-grid-rec .carousel-product-item .product .product-tile .image-container .quickview, .search-products .suggestions__layout__products .product-grid-rec .carousel-product-item .product .product-tile .image-container .quickview {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .recommendation .product-grid-rec .carousel-product-item .product .product-tile .image-container .quickview:hover, .search-products .suggestions__layout__products .product-grid-rec .carousel-product-item .product .product-tile .image-container .quickview:hover {
    opacity: 1;
  }
  .recommendation .product-grid-rec .carousel-product-item .product .product-tile .image-container .quickview .addToCart-component-modal-container .container, .search-products .suggestions__layout__products .product-grid-rec .carousel-product-item .product .product-tile .image-container .quickview .addToCart-component-modal-container .container {
    padding: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .header.container .row .navbar-header-fl--elements .logo-brand h1 {
    width: 48px;
  }
}
.gratefulnewssModal-modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gratefulnewssModal-modal .modal-body-newsletter h1 {
  font-size: 23px;
  line-height: 34px;
  color: #4E8B9B;
  text-align: center;
  margin: 0;
}
.gratefulnewssModal-modal .modal-body-newsletter p {
  font-size: 24px;
  line-height: 26px;
}
.gratefulnewssModal-modal .modal-body-newsletter h3 {
  padding: 20px;
}
.gratefulnewssModal-modal .modal-footer-newsletter, .gratefulnewssModal-modal .modal-footer-notification {
  padding: 30px 0 57px;
}
.gratefulnewssModal-modal .modal-footer-newsletter button.btn.btn-block.btn-primary, .gratefulnewssModal-modal .modal-footer-notification button.btn.btn-block.btn-primary {
  margin-top: 10px;
  width: 50%;
}
.gratefulnewssModal-modal .modal-footer-newsletter button.btn.btn-block.btn-primary:hover, .gratefulnewssModal-modal .modal-footer-notification button.btn.btn-block.btn-primary:hover {
  background-color: #4E8B9B !important;
  color: #ffffff !important;
}
.gratefulnewssModal-modal .align-column {
  height: 100%;
  width: 450px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gratefulnewssModal-modal .align-column .align-row {
  height: 110px;
  width: 100%;
  padding: 24px;
  background-color: #E7F8F2;
  position: relative;
}
.gratefulnewssModal-modal .align-column .align-row .gratefulnewssModal-title {
  font-weight: 500;
  color: #11B980;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.gratefulnewssModal-modal .align-column .align-row p {
  color: #11B980;
  font-size: 16px;
  margin: 0;
}
.gratefulnewssModal-modal .align-column .align-row button {
  position: absolute;
  top: 18px;
  right: 20px;
  opacity: 1;
  color: #2B2B2B;
}
.gratefulnewssModal-modal .align-column .align-row button i {
  font-size: 20px;
  -webkit-text-stroke: 1.5px;
}

.form-control-label {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
}
.form-control-label:before {
  display: none;
}
.form-control-label:after {
  content: "*";
  color: #000000;
}

.form-group input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #E1E1E1;
  border-radius: 25px;
}
.form-group input:focus {
  border: 1px solid #4E8B9B;
}
.form-group select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23909193' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") no-repeat right 0.75rem center/18px 18px;
  -webkit-appearance: none;
}

.modal-content-newsletter select {
  border-radius: 25px;
}
.modal-content-newsletter .text-terms {
  text-align: center;
}
.modal-content-newsletter .modal-body-newsletter .row .form-group .privacy-policy {
  text-align: center;
}
.modal-content-newsletter .modal-body-newsletter .row .col-sm-12 .form-group-terms {
  text-align: center;
  padding: 20px 0;
}
.modal-content-newsletter .modal-body-newsletter .row .col-sm-12 .form-group-terms label {
  padding: 0;
}

.form-control-label {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
}
.form-control-label:before {
  display: none;
}
.form-control-label:after {
  content: "*";
  color: #000000;
}

.form-group input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #E1E1E1;
  border-radius: 25px;
}

.newsletter-component-modal-container .modal-header {
  border-bottom: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.5rem 1.5rem 0 1rem;
}
.newsletter-component-modal-container .modal-header .close {
  margin: 0;
  padding: 0;
  background: none;
}
.newsletter-component-modal-container .modal-header .close .img-close {
  width: 20px;
}
.newsletter-component-modal-container .modal-body .form-group {
  margin-bottom: 1rem;
}
.newsletter-component-modal-container .modal-body-newsletter {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.newsletter-component-modal-container .modal-body-newsletter .section {
  width: 100%;
  max-width: 550px;
}
.newsletter-component-modal-container .modal-body-newsletter .section .form-group {
  width: 100%;
  padding: 0 !important;
}
.newsletter-component-modal-container .modal-body-newsletter .section .form-group .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.6px;
  color: #2B2B2B;
  margin-bottom: 0.5rem !important;
  line-height: 1.2;
}
.newsletter-component-modal-container .modal-body-newsletter .section .form-group p {
  font-size: 16px;
  text-align: left;
}
.newsletter-component-modal-container .modal-body-newsletter .section .form-group label {
  font-weight: 400;
}
.newsletter-component-modal-container .modal-body-newsletter .section .form-group input {
  background: #F5F5F5;
  border-radius: 2.346px;
  height: 44px;
  border: 0;
}
.newsletter-component-modal-container .modal-body-newsletter .section .form-group input[type=date] {
  background: none;
}
.newsletter-component-modal-container .modal-body-newsletter .section .form-group select {
  background-color: #F5F5F5;
  border-radius: 2.346px;
  height: 44px;
  border: 0;
  cursor: pointer;
}
.newsletter-component-modal-container .modal-body-newsletter .section .form-group .bi-chevron-down {
  right: 16px;
  position: absolute;
  bottom: 22px;
  cursor: pointer;
}
.newsletter-component-modal-container .modal-body-newsletter .subtitle {
  color: #000000;
  text-align: center !important;
  line-height: 0;
  font-size: 42px;
  margin-bottom: 0.5rem;
}
.newsletter-component-modal-container .modal-body-newsletter p {
  font-size: 20px;
  text-align: center;
}
.newsletter-component-modal-container .modal-body-newsletter .subtitle label {
  font-size: 20px;
  color: #2B2B2B;
  font-weight: 500 !important;
}
.newsletter-component-modal-container .modal-body-newsletter .subtitle label::after {
  content: none;
}
.newsletter-component-modal-container .modal-body-newsletter label {
  font-size: 14px;
  padding-top: 10px;
  line-height: 16px;
  font-family: "Futura-pt";
  font-weight: 500;
}
.newsletter-component-modal-container .modal-body-newsletter .form-group-terms {
  padding: 0 1rem;
  font-size: 14px;
}
.newsletter-component-modal-container .modal-body-newsletter select#newsletter-preferences {
  background: url("http://whatsnew.googleapps.com/_/rsrc/1299892144226/choose-release-track/arrow_down_blue24.png") no-repeat;
  background-position: 128px 0px; /* width minus 48 */
}
.newsletter-component-modal-container .modal-body-newsletter .form-control {
  border-radius: 25px;
}
.newsletter-component-modal-container .modal-body-newsletter .input-birthdate {
  min-width: 95%;
}
.newsletter-component-modal-container .modal-body-newsletter .input-birthdate::-webkit-inner-spin-button, .newsletter-component-modal-container .modal-body-newsletter .input-birthdate::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.newsletter-component-modal-container .modal-body-newsletter .input-birthdate::before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f133";
  position: absolute;
  right: 30px;
  top: 47px;
}
.newsletter-component-modal-container .modal-body-newsletter .datepicker-container {
  position: relative;
}
.newsletter-component-modal-container .modal-body-newsletter .datepicker-container .datepicker {
  border: none;
  width: 23px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 15px;
  top: -4.5px;
  background: transparent;
}
.newsletter-component-modal-container .modal-body-newsletter .datepicker-container .datepicker::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
.newsletter-component-modal-container .modal-body-newsletter .datepicker-container .datepicker:before {
  background: none;
  display: block;
  font-family: "FontAwesome";
  content: "\f133";
  /* This is the calendar icon in FontAwesome */
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 5px;
  color: #909193;
}
.newsletter-component-modal-container .modal-body-newsletter .datepicker-container .datepicker::-webkit-datetime-edit-text {
  -webkit-appearance: none;
  display: none;
}
.newsletter-component-modal-container .modal-body-newsletter .datepicker-container .datepicker::-webkit-datetime-edit-month-field {
  -webkit-appearance: none;
  display: none;
}
.newsletter-component-modal-container .modal-body-newsletter .datepicker-container .datepicker::-webkit-datetime-edit-day-field {
  -webkit-appearance: none;
  display: none;
}
.newsletter-component-modal-container .modal-body-newsletter .datepicker-container .datepicker::-webkit-datetime-edit-year-field {
  -webkit-appearance: none;
  display: none;
}
.newsletter-component-modal-container .modal-body-newsletter.terms.pull-center {
  text-align: center;
}
.newsletter-component-modal-container .privacy-policy {
  font-size: 14px;
  line-height: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.newsletter-component-modal-container .privacy-policy a {
  font-size: 14px;
  text-decoration: underline;
}
.newsletter-component-modal-container .privacy-policy label {
  padding-top: 0;
}
.newsletter-component-modal-container .modal-footer {
  padding: 0 1rem 1rem 1rem;
  margin-top: -15px;
  border: none;
}
.newsletter-component-modal-container .modal-footer-newsletter, .newsletter-component-modal-container .modal-footer-notification {
  padding: 5px 10px;
}
.newsletter-component-modal-container .modal-footer-newsletter button.btn.btn-block, .newsletter-component-modal-container .modal-footer-notification button.btn.btn-block {
  width: 100%;
  height: 44px;
  max-width: 390px;
  background-color: #212121;
  color: #F5F5F5;
  border-radius: 5px;
  margin: auto;
  font-size: 20px;
  padding: 8px 24px;
  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;
}
.newsletter-component-modal-container .modal-footer-newsletter button.btn.btn-block i, .newsletter-component-modal-container .modal-footer-notification button.btn.btn-block i {
  font-size: 24px;
  margin-left: 10px;
}
.newsletter-component-modal-container .modal-footer-newsletter button.btn.btn-block:hover, .newsletter-component-modal-container .modal-footer-notification button.btn.btn-block:hover {
  background-color: #4E8B9B !important;
  color: #ffffff !important;
}
.newsletter-component-modal-container .modal-dialog-centered {
  max-width: 750px;
  right: -60vw;
}
.newsletter-component-modal-container .modal-dialog-centered.show {
  -webkit-animation: show-modal 300ms forwards;
          animation: show-modal 300ms forwards;
}
.newsletter-component-modal-container .modal-dialog-centered.hidde {
  -webkit-animation: hidde-modal 300ms forwards;
          animation: hidde-modal 300ms forwards;
}
.newsletter-component-modal-container .modal-dialog-centered form {
  min-height: auto;
  max-height: 100vh;
  overflow: auto;
  margin-bottom: 0;
}
.newsletter-component-modal-container #newsletterModalFacelit .modal-content::-webkit-scrollbar {
  width: 15px;
  background: #ffffff;
}
.newsletter-component-modal-container #newsletterModalFacelit .modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: #EDEDED;
          box-shadow: #EDEDED;
  border-radius: 10px;
}
.newsletter-component-modal-container #newsletterModalFacelit .modal-content::-webkit-scrollbar-thumb {
  background: #BFBFBF;
  border-radius: 10px;
}
.newsletter-component-modal-container #newsletterModalFacelit .modal-content::-webkit-scrollbar-thumb:hover {
  background: #A9A9A9;
}
.newsletter-component-modal-container #newsletterModalFacelit.show {
  -webkit-animation: show-overlat 300ms forwards;
          animation: show-overlat 300ms forwards;
}
.newsletter-component-modal-container #newsletterModalFacelit.hidde {
  -webkit-animation: hidde-overlat 300ms forwards;
          animation: hidde-overlat 300ms forwards;
}
.newsletter-component-modal-container #notificationModal {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999 !important;
}
.newsletter-component-modal-container #notificationModal .modal-content::-webkit-scrollbar {
  width: 15px;
  background: #ffffff;
}
.newsletter-component-modal-container #notificationModal .modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: #EDEDED;
          box-shadow: #EDEDED;
  border-radius: 10px;
}
.newsletter-component-modal-container #notificationModal .modal-content::-webkit-scrollbar-thumb {
  background: #BFBFBF;
  border-radius: 10px;
}
.newsletter-component-modal-container #notificationModal .modal-content::-webkit-scrollbar-thumb:hover {
  background: #A9A9A9;
}
.newsletter-component-modal-container #notificationModal.show {
  -webkit-animation: show-overlat 300ms forwards;
          animation: show-overlat 300ms forwards;
}
.newsletter-component-modal-container #notificationModal.hidde {
  -webkit-animation: hidde-overlat 300ms forwards;
          animation: hidde-overlat 300ms forwards;
}
.newsletter-component-modal-container #notificationModal .modal-dialog {
  position: relative;
  z-index: 10000000 !important;
}

@-webkit-keyframes show-modal {
  0% {
    right: -60vw;
  }
  100% {
    right: 0;
  }
}

@keyframes show-modal {
  0% {
    right: -60vw;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes hidde-modal {
  0% {
    right: 0;
  }
  100% {
    right: -60vw;
  }
}
@keyframes hidde-modal {
  0% {
    right: 0;
  }
  100% {
    right: -60vw;
  }
}
@-webkit-keyframes show-overlat {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.4);
  }
}
@keyframes show-overlat {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.4);
  }
}
@-webkit-keyframes hidde-overlat {
  0% {
    background: rgba(0, 0, 0, 0.4);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes hidde-overlat {
  0% {
    background: rgba(0, 0, 0, 0.4);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 767.98px) {
  .newsletter-component-modal-container .modal-dialog-centered {
    height: 100%;
    right: 0;
    margin-top: 100vh;
    margin: 1.75rem auto;
    max-width: 100%;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0 !important;
    min-height: calc(100% - 1.75rem);
  }
  .newsletter-component-modal-container .modal-dialog-centered.show {
    -webkit-animation: show-modal-mob 300ms forwards;
            animation: show-modal-mob 300ms forwards;
  }
  .newsletter-component-modal-container .modal-dialog-centered.hidde {
    -webkit-animation: hidde-modal-mob 300ms forwards;
            animation: hidde-modal-mob 300ms forwards;
  }
  .newsletter-component-modal-container .modal-dialog-centered form {
    padding: 0 6px;
  }
  .newsletter-component-modal-container .privacy-policy {
    text-align: left;
  }
  .newsletter-component-modal-container .modal-header {
    padding-bottom: 0;
  }
  .newsletter-component-modal-container .modal-body-newsletter .section .form-group p {
    margin-bottom: 2rem;
  }
  .newsletter-component-modal-container #newsletterModalFacelit.show {
    -webkit-animation: show-overlat-mob 300ms forwards;
            animation: show-overlat-mob 300ms forwards;
  }
  .newsletter-component-modal-container #newsletterModalFacelit.hidde {
    -webkit-animation: hidde-overlat-mob 300ms forwards;
            animation: hidde-overlat-mob 300ms forwards;
  }
  .gratefulnewssModal-modal #gratefulnessModal {
    padding: 0 16px !important;
  }
  .gratefulnewssModal-modal .align-column {
    max-width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 33.3333333333vh;
  }
  .gratefulnewssModal-modal .align-column .align-row .gratefulnewssModal-title {
    font-size: 18px;
  }
  .gratefulnewssModal-modal .align-column .align-row p {
    font-size: 14px;
  }
}
@-webkit-keyframes show-modal-mob {
  from {
    margin-top: 100vh;
  }
  to {
    margin-top: 0;
  }
}
@keyframes show-modal-mob {
  from {
    margin-top: 100vh;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes hidde-modal-mob {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 100vh;
  }
}
@keyframes hidde-modal-mob {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 100vh;
  }
}
@-webkit-keyframes show-overlat-mob {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.4);
  }
}
@keyframes show-overlat-mob {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.4);
  }
}
@-webkit-keyframes hidde-overlat-mob {
  0% {
    background: rgba(0, 0, 0, 0.4);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes hidde-overlat-mob {
  0% {
    background: rgba(0, 0, 0, 0.4);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 543.98px) {
  .newsletter-component-modal-container .modal-body-newsletter .subtitle {
    color: #000000;
    text-align: center;
    line-height: 0;
    font-size: 25px;
    margin-bottom: 0.5rem !important;
  }
  .newsletter-component-modal-container .modal-body-newsletter .datepicker-container .datepicker {
    bottom: 5.5px;
    right: 10px;
    -webkit-appearance: none;
  }
}
@media (max-width: 991.98px) {
  .experience-component > div.newsletter-component-container {
    margin-top: 0;
  }
  .experience-component > div.newsletter-component-container > .container .newsletter-inner h4 {
    font-size: 24px;
  }
  .experience-component > div.newsletter-component-container > .container .newsletter-inner p {
    line-height: 22px;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 37px;
  }
  .experience-component > div.newsletter-component-container > .container .newsletter-inner p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 3px;
    background: #000000;
  }
  .experience-component > div.newsletter-component-container > .container .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .experience-component > div.newsletter-component-container > .container .form-control,
  .experience-component > div.newsletter-component-container > .container .input-group-append {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .experience-component > div.newsletter-component-container > .container .btn-primary {
    height: 40px;
  }
  .experience-component > div.newsletter-component-container > .container::after {
    display: none;
  }
  .newsletter-component-container > .container .form-control {
    border-radius: 19px;
    width: 100%;
  }
  .newsletter-component-container > .container .btn-primary {
    border-radius: 19px;
    margin-top: 20px;
    width: 100%;
  }
  .newsletter-component-modal-container .modal-body h1 {
    font-size: 23px;
  }
  .newsletter-component-modal-container .modal-body p {
    font-size: 16px;
  }
  .newsletter-component-modal-container .modal-footer {
    padding: 1rem 1rem;
  }
}
.modal-footer-notification {
  padding-bottom: 25px !important;
}

#footercontent {
  background: #F5F5F5;
  color: #000000;
  padding: 0 0 40px;
}
#footercontent .newsletter-footer {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 55px;
  background: #7EA7AD;
  color: #F5F5F5;
}
#footercontent .newsletter-footer p {
  font-size: 34px;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 600;
}
#footercontent .newsletter-footer span {
  margin-top: 10px;
  margin-bottom: 25px;
  display: block;
  font-size: 16px;
  text-align: center;
}
#footercontent .newsletter-footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footercontent .newsletter-footer form .email-suggestions {
  position: absolute;
  bottom: -15px;
  width: auto;
}
#footercontent .newsletter-footer form input {
  height: 44px;
  width: 272px;
  border-radius: 5px;
  padding: 10px 16px;
  border: none;
  margin-right: 16px;
}
#footercontent .newsletter-footer form input::-webkit-input-placeholder {
  color: #909090;
  font-size: 16px;
}
#footercontent .newsletter-footer form input::-moz-placeholder {
  color: #909090;
  font-size: 16px;
}
#footercontent .newsletter-footer form input:-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
}
#footercontent .newsletter-footer form input::-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
}
#footercontent .newsletter-footer form input::placeholder {
  color: #909090;
  font-size: 16px;
}
#footercontent .newsletter-footer form button {
  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;
  width: auto;
  height: 44px;
  background: #000000;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 24px;
  color: #F5F5F5;
  font-weight: 500;
}
#footercontent .newsletter-footer form button:hover {
  background-color: #4E8B9B !important;
  color: #ffffff !important;
  border: none;
}
#footercontent .newsletter-footer form button i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
}
#footercontent .footer-container {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D3D3D3;
}
#footercontent .footer-container .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#footercontent .footer-container .footer-links .footer-item {
  margin-left: 0;
  min-width: 160px;
}
#footercontent .footer-container .content-asset p.title {
  line-height: 50px;
  font-weight: 600;
  color: #2B2B2B;
  margin-bottom: 0;
}
#footercontent .footer-container .content-asset li {
  height: 2rem;
}
#footercontent .footer-container .content-asset a, #footercontent .footer-container .content-asset span {
  font-size: 16px;
  line-height: 28px;
  color: #909193;
}
#footercontent .footer-container .content-asset span {
  margin-bottom: 18px;
  display: block;
}
#footercontent .container {
  padding: 0;
  max-width: none;
}
#footercontent .content-asset {
  display: block;
}
#footercontent a {
  color: #2B2B2B;
}
#footercontent .hidden {
  display: none;
}
#footercontent .logos {
  padding: 27px 0px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footercontent .logos .payment-methods, #footercontent .logos .social-media, #footercontent .logos .secure-purchase {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
#footercontent .logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footercontent .logos p {
  color: #2B2B2B;
  font-size: 20px;
}
#footercontent .logos .payment-methods__item {
  margin: 0 8px;
}
#footercontent .logos .social-media__item, #footercontent .logos .secure-purchase__item {
  margin: 0 20px;
}
#footercontent .logos li:nth-child(1) {
  margin-left: 0;
}
#footercontent .logos li:nth-last-child(1) {
  margin-right: 0;
}
#footercontent.footer-checkout {
  padding-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#footercontent .privacity, #footercontent .terms {
  font-size: 16px;
  line-height: 16px;
  padding: 0 90px 18px;
}
#footercontent .privacity a:hover, #footercontent .terms a:hover {
  text-decoration: none;
}
#footercontent .privacity {
  text-align: right;
}
#footercontent .terms {
  text-align: left;
}
#footercontent .copyright-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 39px 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #909193;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footercontent .copyright-notice .content-asset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (max-width: 991.98px) {
  #footercontent .newsletter-footer {
    padding: 30px 16px;
  }
  #footercontent .newsletter-footer p {
    font-size: 24px;
    text-align: center;
  }
  #footercontent .newsletter-footer span {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 16px;
  }
  #footercontent .newsletter-footer form {
    max-width: 100%;
  }
  #footercontent .newsletter-footer form input {
    margin-right: 8px;
    max-width: 208px;
    width: 55%;
  }
  #footercontent .newsletter-footer form button {
    width: 45%;
    text-wrap: nowrap;
    overflow: hidden;
    padding: 10px 12px;
  }
  #footercontent .newsletter-footer form button i {
    font-size: 22px;
    width: 22px;
    height: 21px;
    line-height: 22px;
    margin-left: 8px;
  }
  #footercontent .footer-container {
    padding: 0 40px;
  }
  #footercontent .logos {
    padding: 10px 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footercontent .logos .payment-methods .content-asset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
  #footercontent .logos .social-media .content-asset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
  #footercontent .logos .secure-purchase .content-asset {
    width: 100%;
    margin-bottom: 20px;
  }
  #footercontent .logos p {
    text-align: center;
  }
  #footercontent .privacity, #footercontent .terms {
    padding: 0 60px 18px;
  }
  #footercontent .row .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footercontent .logos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 767.98px) {
  #footercontent .footer-links {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 16px;
  }
  #footercontent .footer-container {
    border-bottom: none;
  }
  #footercontent .logos {
    border-bottom: 1px solid #D3D3D3;
  }
}
@media (max-width: 543.98px) {
  #footercontent .newsletter-footer form .email-suggestions {
    max-width: 350px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #footercontent .footer-container .footer-links .footer-item.active .icon-plus {
    display: none;
  }
  #footercontent .footer-container .footer-links .footer-item.active .icon-dash {
    margin-right: -7;
    display: block !important;
  }
  #footercontent .footer-container .footer-links .footer-item {
    width: 100%;
    margin: 0 0 10px;
    border: none;
  }
  #footercontent .footer-container .footer-links .footer-item:nth-of-type(1) {
    margin-top: 32px;
  }
  #footercontent .footer-container .footer-links .footer-item:nth-of-type(n+2) {
    margin-left: 0;
  }
  #footercontent .footer-container .footer-links .footer-item:nth-last-of-type(1) {
    margin-bottom: 33px;
  }
  #footercontent .footer-container .footer-links .footer-item .title {
    color: #000000;
    font-size: 20px;
    font-family: "Futura-pt";
    font-weight: 500;
    padding: 0.375em 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;
  }
  #footercontent .footer-container .footer-links .footer-item .title:after {
    display: none;
  }
  #footercontent .footer-container .footer-links .footer-item li {
    overflow: hidden !important;
  }
  #footercontent .privacity, #footercontent .terms {
    padding: 0px 5px 16px 5px;
    text-align: center;
  }
  #footercontent .logos {
    padding: 0;
  }
  #footercontent .logos p {
    font-weight: 500;
    text-align: left;
  }
  #footercontent .logos ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  #footercontent .logos ul li {
    margin: 0 25px;
  }
  #footercontent .logos .social-media__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footercontent .copyright-notice {
    padding: 0;
  }
}
@media (min-width: 1367px) {
  #footercontent .footer-container,
  #footercontent .newsletter-footer {
    padding: 30px calc(45px - (1366px - 100vw) / 2);
  }
}
.modal.zoom-pdp.mobile.show .mobile-img, .modal.zoom-pdp.mobile.show .img-control, .modal.zoom-pdp.mobile.show .img-fluid, .modal.zoom-pdp.mobile.show .mobile-content {
  -ms-touch-action: none !important;
      touch-action: none !important;
}

body {
  background: #ffffff;
}
body * {
  font-family: "Futura-pt";
  font-weight: 400;
}
body h1, body h2, body h3, body button {
  font-family: "Futura-pt";
  font-weight: 600;
}

#maincontent.blur {
  -webkit-filter: grayscale(30%) blur(5px);
          filter: grayscale(30%) blur(5px);
}

.container {
  max-width: 1366px;
  padding: 0 55px;
}
.container .col-12 {
  padding: 0;
}
.container .container {
  padding: 0;
}
.container .experience-component .col-12 {
  padding-top: 0;
}

.modal#consent-tracking {
  pointer-events: none;
}
.modal#consent-tracking ~ div.modal-backdrop {
  display: none;
}

.veiled {
  overflow: auto;
}

.row, .mx-n2 {
  margin: 0 !important;
}

#consent-tracking .modal-dialog {
  position: absolute;
  bottom: 60px;
  left: 20;
  height: 71px;
  margin-left: auto;
  margin-right: auto;
}
#consent-tracking .modal-dialog .modal-content {
  background: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 20px;
  border-radius: 0;
}
#consent-tracking .modal-dialog .modal-content .modal-header {
  display: none;
}
#consent-tracking .modal-dialog .modal-content .modal-body {
  padding: 0;
  width: 65%;
}
#consent-tracking .modal-dialog .modal-content .modal-body p {
  font-size: 13px;
  text-align: left;
  margin: 0;
  padding: 0;
}
#consent-tracking .modal-dialog .modal-content .modal-footer {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-left: 15px;
}
#consent-tracking .modal-dialog .modal-content .modal-footer .button-wrapper button {
  margin: 0 29.5px 32.5px;
}
#consent-tracking .modal-dialog .modal-content .modal-footer button.affirm.btn.btn-primary {
  background: #ffffff !important;
  color: #000000;
  text-transform: uppercase;
  padding: 8px 24px;
  font-size: 13px;
  width: 100%;
  margin: 0;
  font-weight: 100;
}
#consent-tracking .modal-dialog .modal-content .modal-footer button.affirm.btn.btn-primary:before {
  background: #6B6B6B;
  color: #000000;
}
#consent-tracking .modal-dialog .modal-content .modal-footer button.affirm.btn.btn-primary:hover:before {
  background: #6B6B6B;
  color: #000000;
}

@media (max-width: 991.98px) {
  .container {
    padding: 0 25px;
  }
  #consent-tracking .modal-dialog {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    bottom: 0;
    margin: 0;
  }
  #consent-tracking .modal-dialog .modal-content .modal-footer button.affirm.btn.btn-primary {
    padding: 8px 15px;
  }
}
@media (min-width: 1367px) {
  .container {
    padding: 0 55px;
  }
}
.gift-card__content {
  display: block;
  width: 100%;
}
.gift-card__banner {
  background: url("../../images/gift-card/bannerBradescard.png");
  width: 100%;
  height: 35.8vw;
  background-size: 100%;
  padding-top: 101px;
}
.gift-card__title {
  margin: 0 11.27% 33px;
  font-size: 39px;
  line-height: 50px;
  color: #ffffff;
}
.gift-card__subtitle {
  margin: 0 11.27% 5px;
  font-size: 34px;
  line-height: 43px;
}
.gift-card__text {
  margin: 0 11.27%;
  font-size: 22px;
  line-height: 29px;
  max-width: 436px;
  width: 35%;
}
.gift-card__ideal {
  margin: 105px 8% 97px 10.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gift-card__ideal--image {
  max-width: 446px;
  width: 40%;
}
.gift-card__ideal--image img {
  width: 100%;
}
.gift-card__ideal--text {
  max-width: 597px;
  width: 50%;
  margin-left: auto;
}
.gift-card__ideal--title {
  font-size: 39px;
  line-height: 54px;
  margin: 85px 0 61px;
  color: #4E8B9B;
}
.gift-card__ideal--subtitle {
  font-size: 32px;
  line-height: 41px;
  margin-bottom: 20px;
}
.gift-card__ideal--list {
  padding-left: 25px;
}
.gift-card__ideal--item {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 5px;
}
.gift-card__cards {
  background: #F1F3F4;
  display: block;
  padding: 90px 10% 100px;
}
.gift-card__cards--title {
  font-size: 32px;
  line-height: 41px;
  margin: 90px 0 49px;
}
.gift-card__cards--list {
  list-style: none;
  padding-left: 0;
}
.gift-card__cards--item {
  font-size: 18px;
  line-height: 26px;
}
.gift-card__cards--1, .gift-card__cards--2, .gift-card__cards--3, .gift-card__cards--4 {
  width: calc(25% - 33px);
  max-width: 243px;
  margin-right: 40px;
  display: inline-block;
}
.gift-card__cards--1 img, .gift-card__cards--2 img, .gift-card__cards--3 img, .gift-card__cards--4 img {
  width: 100%;
}
.gift-card__cards--4 {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .gift-card__content {
    padding-top: 30px;
  }
  .gift-card__banner {
    padding-top: 17px;
    height: 36.3vw;
  }
  .gift-card__title {
    margin: 0 7.2%;
    font-size: 20px;
    line-height: 26px;
  }
  .gift-card__subtitle {
    font-size: 21px;
    line-height: 27px;
    margin: 0 7.2% 7px;
  }
  .gift-card__text {
    font-size: 13px;
    line-height: 17px;
    margin: 0 7.2%;
    max-width: 42%;
  }
  .gift-card__ideal {
    margin: 34px 0 32px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .gift-card__ideal--image {
    width: 40%;
  }
  .gift-card__ideal--text {
    width: 60%;
  }
  .gift-card__ideal--title {
    margin: 0 0 15px;
    font-size: 21px;
    line-height: 27px;
  }
  .gift-card__ideal--subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .gift-card__ideal--list {
    padding-left: 15px;
  }
  .gift-card__ideal--item {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .gift-card__cards {
    padding: 27px 8.2% 56px;
  }
  .gift-card__cards--1, .gift-card__cards--2, .gift-card__cards--3, .gift-card__cards--4 {
    margin-right: 10px;
    width: calc(25% - 11px);
  }
  .gift-card__cards--4 {
    margin-right: 0;
  }
  .gift-card__cards--title {
    font-size: 15px;
    line-height: 16px;
    margin: 39px 0 20px;
  }
  .gift-card__cards--item {
    font-size: 12px;
    line-height: 16px;
  }
}
.product-tile-pd {
  font-family: "Helvetica Neue";
}
.product-tile-pd .product-tile-image {
  font-size: 1em;
}
.product-tile-pd .product-tile-image .quick-shop {
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
  position: relative;
  border-radius: 0;
  display: none;
}
.product-tile-pd .product-tile-image .product-tile-component-figure {
  width: 100%;
}
.product-tile-pd .product-tile-image .product-tile-component-image {
  width: 100%;
}
@media (min-width: 768px) {
  .product-tile-pd .product-tile-body {
    font-size: 1em;
    padding: 0.625em 1em;
  }
}
@media (max-width: 767.98px) {
  .product-tile-pd .product-tile-body {
    font-size: 0.75em;
    padding: 0.3125em 0.5em;
  }
}
.product-tile-pd .product-tile-body .product-name-link {
  color: #222;
}
.product-tile-pd .product-tile-body .product-price {
  font-weight: 700;
  color: #222;
}
.product-tile-pd .product-tile-body .product-price .strike-through {
  text-decoration: line-through;
  color: #999;
}
.product-tile-pd .product-tile-body .product-price .sales.reduced-price {
  color: #CF3644;
}
.product-tile-pd .product-tile-body .product-ratings .rating-number {
  font-size: 0.75em;
  font-weight: 400;
  color: #444;
}
@media (min-width: 768px) {
  .product-tile-pd .product-tile-body .color-swatches {
    padding-top: 0.3125em;
  }
}
@media (max-width: 767.98px) {
  .product-tile-pd .product-tile-body .color-swatches {
    padding-top: 0.1875em;
  }
}
.product-tile-pd .product-tile-body .color-swatches .product-tile-color-label {
  cursor: pointer;
  font-size: 1em;
}
@media (max-width: 991.98px) {
  .product-tile-pd .product-tile-body .color-swatches .product-tile-color-label {
    font-size: 0.9375em;
  }
}
@media (max-width: 767.98px) {
  .product-tile-pd .product-tile-body .color-swatches .product-tile-color-label {
    font-size: 0.8125em;
  }
}
.product-tile-pd .product-tile-body .color-swatches .swatches-ul {
  list-style: none;
  padding: 0;
}
.product-tile-pd .product-tile-body .color-swatches .swatches-ul .swatch-li {
  background-repeat: no-repeat;
  background-position: 25%;
  margin-right: 0.75em;
  display: inline-block;
}
.product-tile-pd .product-tile-body .color-swatches .swatches-ul .swatch-li .swatch-button-li {
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
  border: 0.1875em solid white;
  padding: 0;
  -webkit-box-shadow: 0 0 0 0.125em #ccc;
          box-shadow: 0 0 0 0.125em #ccc;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.product-tile-pd .product-tile-body .color-swatches .swatches-ul .swatch-li:nth-child(1) .swatch-button-li {
  -webkit-box-shadow: 0 0 0 0.125em #999;
          box-shadow: 0 0 0 0.125em #999;
}
.product-tile-pd .product-tile-body .color-swatches .swatches-ul .more-swatches-li,
.product-tile-pd .product-tile-body .color-swatches .swatches-ul .more-swatches-li-sm {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .product-tile-pd .product-tile-body .color-swatches .swatches-ul .swatch-li:nth-child(4),
  .product-tile-pd .product-tile-body .color-swatches .swatches-ul .swatch-li:nth-child(5) {
    display: none;
  }
  .product-tile-pd .product-tile-body .color-swatches .swatches-ul .more-swatches-li {
    display: none;
  }
  .product-tile-pd .product-tile-body .color-swatches .swatches-ul .more-swatches-li-sm {
    display: inline;
  }
}
.product-tile-pd .product-tile-body .color-swatches .swatches-ul .more-swatches,
.product-tile-pd .product-tile-body .color-swatches .swatches-ul .more-swatches-sm {
  font-size: 1em;
  font-weight: 300;
  color: #444;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .product-tile-pd .product-tile-body .color-swatches .swatches-ul .more-swatches-li {
    display: inline;
  }
  .product-tile-pd .product-tile-body .color-swatches .swatches-ul .more-swatches-li-sm {
    display: none;
  }
}

.product-carousel .product-tile-image-link {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: -webkit-fill-available;
}
.product-carousel .product-tile-component-image {
  mix-blend-mode: multiply;
  min-height: auto;
}
.product-carousel .carousel-inner.row .product-tile-image-link {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: -webkit-fill-available;
}
.product-carousel .carousel-inner.row .product-tile-component-image {
  mix-blend-mode: multiply;
  min-height: auto;
}
.product-carousel .pd-carousel-indicators {
  bottom: 0px;
}
.product-carousel a.carousel-control-prev {
  margin-top: -40px;
  left: 0;
}
.product-carousel a.carousel-control-next {
  margin-top: -40px;
  right: 0;
}
.product-carousel .carousel {
  padding: 0;
}

.product-tile-image {
  max-height: 350px;
  position: relative;
}
.product-tile-image .product-tile-component-image {
  min-height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}
.product-tile-image .wishlistTile span.fa-stack {
  position: absolute;
  cursor: pointer;
  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;
}
.product-tile-image .wishlistTile span.fa-stack i {
  position: relative;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}
.product-tile-image .wishlistTile span.fa-stack i.fa-heart-o {
  background: url("../../images/favorite-o.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 8;
}
.product-tile-image .wishlistTile span.fa-stack i.fa-heart-o::before {
  content: none !important;
}
.product-tile-image .wishlistTile span.fa-stack i.fa-heart {
  background: url("../../images/favorite.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 8;
}
.product-tile-image .wishlistTile span.fa-stack i.fa-heart::before {
  content: none !important;
}
.product-tile-image .new-link-tag {
  position: absolute;
  top: 0px;
  width: 100%;
  display: block;
  mix-blend-mode: normal;
  z-index: 1;
}
.product-tile-image .new-link-tag .div__tags {
  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: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.product-tile-image .new-link-tag .div__tags-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  min-width: 80px;
  text-align: center;
  padding: 8px;
  margin-bottom: 10px;
}
.product-tile-image .new-link-tag .div__tags .img-tag {
  max-width: 70px;
  margin: 10px;
}
.product-tile-image .new-link-tag .div__tags .size-discount {
  width: 50px !important;
  max-width: 80px !important;
  min-width: 50px;
  margin-left: 10px;
}

.product-tile-pd {
  text-align: center;
}
.product-tile-pd .product-tile-image .quickview {
  cursor: pointer;
  display: none;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  mix-blend-mode: normal;
  position: absolute;
  bottom: 0;
}
.product-tile-pd .product-tile-image:hover .quickview {
  opacity: 1;
  display: none;
}
.product-tile-pd .product-tile-body {
  max-width: 18.75vw;
  margin: 0 auto 20px;
  text-align: left;
  padding: 6px 7px 6px 11px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 110px;
}
.product-tile-pd .product-tile-body .product-price {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.product-tile-pd .product-tile-body .product-price del {
  text-decoration: none;
}
.product-tile-pd .product-tile-body .product-price .strike-through {
  font-size: 16px;
  line-height: 14px;
  color: #212121;
}
.product-tile-pd .product-tile-body .product-price .sales .value {
  font-size: 16px;
  line-height: 21px;
}
.product-tile-pd .product-tile-body .product-price .sales.reduced-price {
  color: #FF0000;
  font-size: 16px;
  line-height: 21px;
  margin-left: 10px;
}
.product-tile-pd .product-tile-body .product-price span.range {
  font-size: 16px;
  color: #212121;
}
.product-tile-pd .product-tile-body .color-swatches {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
  bottom: 35px;
}
.product-tile-pd .product-tile-body .color-swatches .swatches-ul {
  font-size: 16px;
}
.product-tile-pd .product-tile-body .color-swatches .swatches-ul .swatch-li {
  line-height: 0.5;
  margin: 0;
  padding: 2px 4px;
  margin-left: -1.5px;
}
.product-tile-pd .product-tile-body .color-swatches .swatches-ul .swatch-li .swatch-button-li {
  width: 15px;
  height: 15px;
  border: 0.05px solid #BBBBBB;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.product-tile-pd .product-tile-body .color-swatches .swatches-ul .swatch-li .swatch-li:nth-child(1) {
  padding-left: 0;
}
.product-tile-pd .product-tile-body .color-swatches .more-swatches {
  font-size: 14px;
  vertical-align: sub;
}

.row {
  margin: 0;
}

.ITC-image-heading-text .text-center span {
  color: #ffffff;
  text-align: left;
}
.ITC-image-heading-text .text-center h1, .ITC-image-heading-text .text-center h2, .ITC-image-heading-text .text-center h3, .ITC-image-heading-text .text-center h4 {
  font-size: 42px;
  line-height: 61px;
  margin: 0;
}
.ITC-image-heading-text .text-center p {
  font-size: 30px;
  line-height: 20px;
  padding-bottom: 10px;
}
.ITC-image-heading-text .text-center p {
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.ITC-image-heading-text .text-center p button {
  padding: 5px 50px;
  border-radius: 20px;
  background: #ffffff;
  color: #000000 !important;
  text-transform: uppercase;
  margin-top: 10px;
  width: 180px;
  text-align: center;
  border: none;
  font-weight: 400;
  margin-bottom: 24px;
}
.ITC-image-heading-text .text-center p button:hover {
  color: #000000;
  background-color: #EDEDED;
}

.product-name-link {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 2px 0;
  line-height: 17px;
}
.product-name-link a {
  color: #000000 !important;
  font-size: 16px;
  line-height: 17px;
}

.product-tile-figure {
  width: 200px;
  max-width: 18.87vw;
  margin: 0 auto;
}
.product-tile-figure .product-tile-image-link {
  display: block;
  width: 100%;
  max-width: 18.87vw;
  margin: 0 auto;
  position: relative;
}

.product-tile-figure:hover {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
}
.product-tile-figure:hover .product-tile-body {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
}

@media (min-width: 992px) {
  .product-carousel .carousel-inner.row {
    margin: 0 40px;
  }
  #homepage .experience-commerce_layouts-carousel .product-carousel .carousel-inner.row {
    margin: 0 40px;
  }
  .product-carousel .carousel-inner.row .product-tile-image-link {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #homepage .product-carousel .pd-carousel-indicators {
    bottom: 0px !important;
  }
  #homepage .product-carousel .carousel-inner.row {
    margin: 0 40px;
  }
  .product-tile-figure {
    max-width: 210px;
    width: auto;
  }
  .product-tile-figure .product-tile-image-link {
    max-width: 261px;
  }
  .product-tile-figure:hover {
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1607843137);
    max-width: 210px;
  }
  .product-tile-body {
    max-width: 261px;
  }
  .product-tile-body .color-swatches {
    bottom: 30px;
  }
  .product-tile-body .color-swatches .more-swatches-li-sm {
    vertical-align: text-bottom;
    font-size: 14px;
  }
  .product-tile-body .color-swatches .more-swatches-li-sm .more-swatches-sm {
    font-size: 14px;
    vertical-align: baseline;
  }
  .product-tile-pd .product-tile-body {
    max-width: 210px;
    padding: 5px 7px 5px 11px;
  }
  .product-tile-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-carousel .carousel-inner.row .product-tile-image-link {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 180px;
  }
  .ITC-image-heading-text .text-center h1, .ITC-image-heading-text .text-center h2, .ITC-image-heading-text .text-center h3, .ITC-image-heading-text .text-center h4 {
    font-size: 35px;
    line-height: 30px;
  }
  .ITC-image-heading-text .text-center p {
    font-size: 25px;
    padding: 0;
  }
  .ITC-image-heading-text .text-center p {
    line-height: 40px;
  }
  .ITC-image-heading-text .text-center p button {
    padding: 0px 12px;
    line-height: 40px;
  }
  .new-link-tag:hover {
    text-decoration: none;
  }
  .div__tags-container .texto:hover {
    text-decoration: none;
  }
}
.custom-text-one-onerow-twocol.homepage {
  background: #E1E1E1;
  color: #6B6B6B;
  font-size: 14px;
  line-height: 16px;
  margin-top: 40px;
  padding: 92px 117px;
  width: 100vw;
  margin-left: -55px;
}
.custom-text-one-onerow-twocol.homepage .col-12 {
  padding: 0 12px;
}
.custom-text-one-onerow-twocol.homepage h1 {
  font-size: 14px;
  text-transform: uppercase;
}
.custom-text-one-onerow-twocol.homepage p {
  font-size: 12px;
}
.custom-text-one-onerow-twocol.homepage.text-content {
  margin-bottom: 0;
}

.static-content-text.homepage {
  padding-bottom: 204px;
  padding-top: 40px;
}
.static-content-text.homepage h2 {
  color: #4E8B9B;
}
.static-content-text.homepage p {
  font-size: 18px;
  text-align: left;
  color: #000000;
}
.static-content-text.homepage h4 {
  font-size: 24px;
  color: #4E8B9B;
}

.about-us-first-second {
  padding-top: 50px;
  padding-bottom: 104px;
}
.about-us-first-second h4 {
  color: #4E8B9B;
}
.about-us-first-second p {
  font: var(--unnamed-font-style-normal) normal medium 24px/31px var(--unnamed-font-family-futura-pt);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-6b6b6b);
  text-align: left;
  font: normal normal medium 24px/31px Futura PT;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.about-us-first-second .photo-tile-image {
  width: auto;
  height: 579px;
  position: absolute;
  right: 55px;
}

.about-us-secound-section {
  width: 100vw;
  margin: 0 -55px;
  background-color: #F5F5F5;
  padding: 104px 55px;
}
.about-us-secound-section h4 {
  text-align: right;
  color: #4E8B9B;
}
.about-us-secound-section p {
  text-align: right;
  top: 50px;
  font: normal normal medium 24px/31px Futura PT;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-18)/var(--unnamed-line-spacing-24) var(--unnamed-font-family-futura-pt);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-707070);
  letter-spacing: 0px;
  color: #000000;
  padding-left: 15%;
}
.about-us-secound-section .common-image-component {
  width: auto;
  height: 579px;
  margin-left: 59px;
}

.values-section {
  padding: 3%;
}
.values-section h4 {
  font-size: 42px;
  text-align: center;
  color: #4E8B9B;
  padding-bottom: 3%;
}
.values-section p {
  font-size: 24;
  color: #000000;
  line-height: 7px;
}

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

.cya-abuot-us-crystal-logo {
  width: 100vw;
  margin: 0 -55px;
}
.cya-abuot-us-crystal-logo .region.col-12 {
  padding: 0px;
}
.cya-abuot-us-crystal-logo .region.col-12 .col-12 {
  padding: 0px;
}

.title-history-section strong {
  font-size: 60px;
  top: 10%;
}
.title-history-section .common-image-filter {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  width: 100vw;
  margin: 0 -63px;
}

.editorialRichText-component-container {
  padding: 10px 20px;
}
.editorialRichText-component-container h4 {
  font-size: 42px;
  font-family: "Futura-pt";
  font-weight: 500;
}
.editorialRichText-component-container strong {
  font-family: "Futura-pt";
  font-weight: 600;
  color: #212121;
}
.editorialRichText-component-container p {
  font-size: 24px;
  color: #6B6B6B;
  font-family: "Futura-pt";
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 24px;
}

.cards-title-section-yellow .image-heading-container {
  top: 90px;
  left: 80px;
}
.cards-title-section-yellow .image-heading-container span h2 strong {
  color: #ffffff;
  font-size: 39px;
  letter-spacing: var(--unnamed-character-spacing-0);
}
.cards-title-section-yellow .image-heading-container span h4 strong {
  font-size: 34px;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: #000000;
  text-align: left;
  letter-spacing: 0px;
}
.cards-title-section-yellow .image-heading-container span p {
  font-size: 22px;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: #000000;
  text-align: left;
}
.cards-title-section-yellow .common-image-filter {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.cards-title-section-yellow h4 {
  color: #ffffff;
  font-size: 39px;
}
.cards-title-section-yellow strong {
  top: 30px;
  left: 30px;
  font-size: 34px;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-707070);
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
}
.cards-title-section-yellow p {
  font-size: 22px;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-707070);
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  line-height: 36px;
}

.cards-section {
  border-top: #ffffff;
}
.cards-section h4 {
  margin-top: 104px;
  color: #4E8B9B;
  font-size: 42px;
}
.cards-section li {
  font-size: 24px;
}
.cards-section strong {
  font-size: 32px;
}
.cards-section p {
  font-size: 18px;
  color: #000000;
}

.trend-card-and-button-section {
  position: absolute;
  padding-bottom: 204px;
  top: 100px;
  left: 50px;
}
.trend-card-and-button-section picture {
  top: 0%;
}

.button-and-title-trend-section {
  margin-top: 205px;
}

.text-terms-condions-section {
  margin-top: 10px;
  margin-left: 5%;
  padding-right: 7%;
}
.text-terms-condions-section h2 strong {
  font-size: 24px;
  color: #000000;
}
.text-terms-condions-section p {
  font-size: 18px;
  color: #000000;
}

.term-conditions-section {
  border-left: -10%;
  background-color: #F5F5F5;
  padding-left: 15%;
  padding-right: 15%;
}
.term-conditions-section p {
  font-size: 18px;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
}
.term-conditions-section .photo-tile-figure {
  background-color: #F5F5F5;
  margin-top: 100px;
}
.term-conditions-section .row .mx-n2 .no-gutters {
  margin-top: 104px;
}

.benefits-icons-trend img {
  width: 50px;
  height: 50px;
  margin-bottom: 0%;
}
.benefits-icons-trend p {
  padding-left: 4%;
  font-size: 16px;
}

.cuota-title-trend-section {
  margin-left: 10%;
  border-bottom: #000000 solid 1px;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  margin-bottom: 3%;
}
.cuota-title-trend-section strong {
  padding: 10%;
}

.comision-title-trend-section {
  margin-bottom: -10%;
  margin-left: 10%;
  border-bottom: #000000 solid 1px;
  margin-bottom: 3%;
  margin-right: -13%;
}
.comision-title-trend-section strong {
  padding: 0%;
}

.period-title-trend-section {
  margin-bottom: -10%;
  margin-left: -3%;
  border-bottom: #000000 solid 1px;
  margin-bottom: 3%;
}
.period-title-trend-section strong {
  padding: 10%;
}

.benefit-section-trend-card {
  border-right: #000000 solid 1px;
}

.comision-option-tren-section {
  padding-right: 70%;
  margin-right: 0%;
}
.comision-option-tren-section p {
  padding-right: 10px;
  font-size: 16px;
  margin-bottom: 3%;
}

.cuota-options-tabe-section-trend {
  margin-left: 10%;
  margin-top: -3.5%;
  margin-right: 0%;
  padding-left: 8%;
  border-right: #000000 solid 1px;
  border-left: #000000 solid 1px;
}
.cuota-options-tabe-section-trend p {
  padding-right: 0px;
  font-size: 16px;
  margin-bottom: 3%;
}

.comision-options-tabe-section-trend {
  margin-top: -3.5%;
  margin-right: -12.25%;
  padding-left: 8%;
  margin-bottom: 0%;
}
.comision-options-tabe-section-trend p {
  font-size: 16px;
  padding-right: 0px;
  margin-bottom: 3%;
}

.table-section-trend-card {
  padding-top: 6%;
  background-color: #F5F5F5;
}

.terms-trend-message {
  font-size: 14px;
  color: #6B6B6B;
  background-color: #ffffff;
  line-height: 7px;
}

.letter-error-404 {
  padding-top: 130px;
}
.letter-error-404 h1 {
  text-align: center;
  background-color: #ffffff;
  border: #000000 solid 1px;
  font-size: 18px;
  border-radius: 15px;
  width: 16rem;
  margin-left: 0%;
  padding: 0.3rem;
}
.letter-error-404 h3 {
  text-align: center;
  border-radius: 15px;
  color: #ffffff;
  background-color: #000000;
  font-size: 18px;
  width: 16rem;
  margin-left: 0%;
  padding: 0.3rem;
}
.letter-error-404 h3 a {
  color: #ffffff;
}
.letter-error-404 h4 {
  font-size: 32px;
  color: #4E8B9B;
}
.letter-error-404 h2 {
  font-size: 32px;
  font-style: bold;
  color: #4E8B9B;
}
.letter-error-404 p {
  text-decoration: underline;
  color: #000000;
}

.bradescard_container {
  padding-bottom: 60px;
}
.bradescard_container h1 {
  color: #4E8B9B;
  line-height: 50px;
  font-size: 42px;
  text-align: left;
}
.bradescard_container p {
  margin: 0;
}
.bradescard_container p strong {
  line-height: 23px;
  font-size: 18px;
}
.bradescard_container .first_container .form_register {
  background-color: #F4F4F4;
  padding: 40px 20px;
  border-radius: 15px;
}
.bradescard_container .first_container .form_register h1 {
  color: #212121;
  font-size: 32px;
  line-height: 41px;
  font-family: "Futura-pt";
  font-weight: 500;
  padding-bottom: 20px;
  text-align: left;
}
.bradescard_container .first_container .form_register p {
  color: #000000;
  font-size: 18px;
  line-height: 23px;
  font-family: "Futura-pt";
  font-weight: 400;
  padding: 12px 0;
}
.bradescard_container .first_container .form_register ul {
  padding: 0;
}
.bradescard_container .first_container .form_register li {
  background: #ffffff;
  border-radius: 25px;
  border: 1px solid;
  padding: 8px 15px;
  color: #8E8E8E;
  list-style: none;
  font-size: 16px;
  line-height: 21px;
  font-family: "Futura-pt";
  font-weight: 600;
}
.bradescard_container .first_container .form_register a {
  background-color: #000000;
  border-radius: 25px;
  padding: 8px 30px;
  color: #ffffff !important;
  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;
  font-size: 18px;
  line-height: 23px;
  margin-top: 20px;
  font-family: "Futura-pt";
  font-weight: 600;
}
.bradescard_container .first_container .experience-commerce_layouts-carousel .image-heading-container p {
  visibility: hidden;
}
.bradescard_container .first_container .experience-commerce_layouts-carousel .carousel.indicators-md {
  padding-bottom: 20px;
}
.bradescard_container .first_container .experience-commerce_layouts-carousel .mainbanner-image {
  height: 100%;
}
.bradescard_container .first_container .experience-commerce_layouts-carousel .carousel.slide {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.bradescard_container .first_container .experience-commerce_layouts-carousel .carousel.slide .carousel-item.carousel-item-prev, .bradescard_container .first_container .experience-commerce_layouts-carousel .carousel.slide .carousel-item.carousel-item-next {
  position: absolute;
  margin-top: 0;
}
.bradescard_container .first_container .experience-commerce_layouts-carousel .carousel.slide .carousel-item.carousel-item-prev:nth-last-of-type(1), .bradescard_container .first_container .experience-commerce_layouts-carousel .carousel.slide .carousel-item.carousel-item-next:nth-last-of-type(1) {
  margin-top: 0;
}
.bradescard_container .first_container .experience-commerce_layouts-carousel .carousel.slide .carousel-item.carousel-item-right {
  margin-top: 0;
}
.bradescard_container .first_container .experience-commerce_layouts-carousel .carousel-control-next {
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  color: #000000;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bradescard_container .first_container .experience-commerce_layouts-carousel .carousel-control-next .carousel-control-next-icon {
  position: absolute;
  right: 25%;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.bradescard_container .first_container .experience-commerce_layouts-carousel .carousel-control-next img {
  width: 15px;
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bradescard_container .first_container .experience-commerce_layouts-carousel .carousel-control-prev {
  left: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  color: #000000;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bradescard_container .first_container .experience-commerce_layouts-carousel .carousel-control-prev .carousel-control-prev-icon {
  position: absolute;
  left: 25%;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.bradescard_container .first_container .experience-commerce_layouts-carousel .carousel-control-prev img {
  width: 15px;
  position: absolute;
  left: 10px;
}
.bradescard_container .secundary_container {
  padding-bottom: 100px;
}
.bradescard_container .secundary_container p {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-family: "Futura-pt";
  font-weight: 600;
  margin: 0;
  margin-left: -4px;
}
.bradescard_container .secundary_container .card-info {
  border-radius: 20px;
  border: 1px solid #4E8B9B;
  color: #4E8B9B;
  margin-bottom: 10px;
  max-width: 277px;
  margin-left: 15px;
}
.bradescard_container .secundary_container .card-info div,
.bradescard_container .secundary_container .card-info .row {
  padding: 0;
  margin: auto;
}
.bradescard_container .secundary_container .card-info .photo-tile-figure {
  margin: 0;
  width: 40px;
  margin: 0 auto;
}
.bradescard_container .secundary_container .card-info p,
.bradescard_container .secundary_container .card-info a {
  color: #4E8B9B !important;
  font-family: "Futura-pt";
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 21px;
}
.bradescard_container .secundary_container .title_bradescard h1 {
  font-size: 32px;
  line-height: 41px;
  color: #000000;
  font-family: "Futura-pt";
  font-weight: 400;
}
.bradescard_container .secundary_container .title_bradescard a {
  background-color: #4E8B9B;
  border-radius: 25px;
  padding: 5px 20px;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bradescard_container .secundary_container .cards_content .card {
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.29);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.29);
  margin-top: 80px;
  min-height: 366px;
  max-width: 350px;
  border: 2px solid #EFEFEF;
  padding: 20px;
}
.bradescard_container .secundary_container .cards_content .card .photo-tile-image {
  width: 200px;
  margin-top: -60px;
}
.bradescard_container .secundary_container .cards_content .card .editorialRichText-component-container {
  padding: 0;
}
.bradescard_container .secundary_container .cards_content .card .experience-component.experience-commerce_assets-editorialRichText {
  border: 1p solid;
  min-height: 233px;
}
.bradescard_container .secundary_container .cards_content .card h3 {
  font-size: 16px;
  line-height: 21px;
  color: #212121;
  text-align: left;
  padding-bottom: 15px;
}
.bradescard_container .secundary_container .cards_content .card p span {
  color: #9C9C9C !important;
  font-size: 16px;
  line-height: 21px;
}
.bradescard_container .secundary_container .cards_content .card a {
  font-size: 16px;
  line-height: 21px;
  background-color: #000000;
  border-radius: 20px;
  padding: 5px 30px;
  color: #ffffff !important;
  position: absolute;
  min-width: 250px;
  left: 0;
  right: 0;
  top: 210px;
  text-align: center;
  padding: 10px 0;
}
.bradescard_container .third_container {
  background: #F4F4F4;
  width: 100vw;
  margin-left: -55;
  padding: 20px 107px;
}
.bradescard_container .third_container .region.col-12.col-sm-8 {
  max-width: 700px;
  margin: auto;
}
.bradescard_container .third_container h1 {
  color: #4E8B9B;
  font-size: 30px;
  line-height: 38px;
  font-family: "Futura-pt";
  font-weight: 500;
  text-align: left;
}
.bradescard_container .third_container p {
  color: #000000;
  font-size: 15px;
  line-height: 20px;
}
.bradescard_container .third_container h2 {
  color: #000000;
  font-size: 22px;
  line-height: 29px;
  text-align: left;
  padding: 20px 0;
}
.bradescard_container .third_container h4 {
  color: #000000;
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 10px;
}
.bradescard_container .third_container .benefits_cards .card {
  border: none;
  min-height: 250px;
}
.bradescard_container .third_container .benefits_cards .card h4 {
  color: #000000;
  font-size: 17px;
  line-height: 22px;
}
.bradescard_container .third_container .benefits_cards .card li {
  color: #000000;
  font-size: 17px;
  line-height: 22px;
}
.bradescard_container .fourth_container {
  padding-top: 71px;
}
.bradescard_container .fourth_container h1 {
  color: #4E8B9B;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  padding-bottom: 20px;
}
.bradescard_container .fourth_container p {
  color: #000000;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  padding-top: 10px;
}
.bradescard_container .fourth_container .method_cards h4 {
  font-size: 24px;
  line-height: 31px;
  font-family: "Futura-pt";
  font-weight: 600;
}
.bradescard_container .fourth_container .method_cards .card {
  min-height: 400px;
  background: #EDEDED;
  border: none;
  margin: 50px 25px;
  padding: 20px;
}
.bradescard_container .fourth_container .method_cards .card p {
  text-align: left;
}

.tarjetas_bradescard_container {
  padding: 0;
  padding-bottom: 60px;
}
.tarjetas_bradescard_container .banner {
  width: 100vw;
  margin-left: -55;
}
.tarjetas_bradescard_container .banner div {
  margin: 0;
  padding: 0;
}
.tarjetas_bradescard_container .title .photo-tile-container {
  width: 476px;
  position: absolute;
  bottom: -30px;
}
.tarjetas_bradescard_container .title .editorialRichText-component-container .row .col-12 {
  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;
}
.tarjetas_bradescard_container .title h1 {
  text-align: left;
  font-size: 33px;
  line-height: 42px;
  width: 45%;
}
.tarjetas_bradescard_container .title a {
  font-size: 16px;
  line-height: 21px;
  background: #4E8B9B;
  border-radius: 20px;
  color: #ffffff;
  padding: 10px 15px;
}
.tarjetas_bradescard_container .first_container {
  padding-top: 20px;
}
.tarjetas_bradescard_container .first_container h4 {
  color: #4E8B9B;
  font-size: 24px;
  line-height: 31px;
}
.tarjetas_bradescard_container .first_container h2 {
  font-size: 29px;
  line-height: 37px;
}
.tarjetas_bradescard_container .first_container .photo-tile-container {
  width: 452px;
}
.tarjetas_bradescard_container .first_container .faq {
  border: 1px solid #4E8B9B;
  border-radius: 20px;
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: middle;
  padding: 0 5px;
  margin-top: 5px;
}
.tarjetas_bradescard_container .first_container .faq .photo-tile-container {
  width: 40px;
  position: absolute;
  top: -3px;
}
.tarjetas_bradescard_container .first_container .faq .editorialRichText-component-container {
  padding: 0;
  padding-top: 5px;
}
.tarjetas_bradescard_container .first_container .faq a {
  color: #4E8B9B;
  font-size: 16px;
  padding-left: 40px;
  background: transparent !important;
}
.tarjetas_bradescard_container .first_container .benefits_cards .card {
  border: none;
  margin: 0;
  padding-left: 5px;
}
.tarjetas_bradescard_container .first_container .benefits_cards .card div {
  margin: 0;
  padding: 0;
}
.tarjetas_bradescard_container .first_container .benefits_cards .card .photo-tile-container {
  width: 46px;
  margin-left: 20px;
}
.tarjetas_bradescard_container .first_container .benefits_cards .card .photo-tile-container .photo-tile-figure {
  margin: 0;
}
.tarjetas_bradescard_container .first_container .benefits_cards .card .editorialRichText-component-container {
  padding: 0px 20px;
}
.tarjetas_bradescard_container .first_container .benefits_cards .card p {
  font-size: 16px;
  line-height: 21px;
  color: #212121;
}
.tarjetas_bradescard_container .secundary_container {
  background: #F5F5F5;
  margin-left: -55;
  width: 100vw;
  padding: 20px 80px;
}
.tarjetas_bradescard_container .secundary_container h2 {
  text-align: center;
  font-size: 29px;
  line-height: 37px;
}
.tarjetas_bradescard_container .secundary_container h4 {
  text-align: left;
  font-size: 18px;
  line-height: 23px;
  border-bottom: outset;
  padding-bottom: 10px;
}
.tarjetas_bradescard_container .secundary_container p {
  font-size: 16px;
  line-height: 21px;
}
.tarjetas_bradescard_container .secundary_container .region.col-12.col-sm-4 {
  border-right: outset;
}
.tarjetas_bradescard_container .secundary_container .region.col-12.col-sm-4:last-child {
  border: none;
}
.tarjetas_bradescard_container .third_container p {
  color: #6B6B6B;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.page-terms {
  padding: 0px 90px;
}
.page-terms h2 {
  font-size: 42px;
  color: #4E8B9B;
}
.page-terms h4 {
  color: #4E8B9B;
  font-size: 18px;
}
.page-terms .editorialRichText-component-container {
  padding: 10px 20px;
}
.page-terms p {
  font-size: 18px;
}

.page-policy {
  padding: 0px 90px;
}
.page-policy h2 {
  font-size: 42px;
  color: #4E8B9B;
  line-height: 20px;
}
.page-policy h4 {
  color: #4E8B9B;
  font-size: 18px;
  line-height: 20px;
}
.page-policy p {
  font-size: 18px;
}
.page-policy .link-format a {
  color: #4E8B9B;
  font-size: 24px;
}

.btn-politica-privacidad {
  font-family: "Futura-pt";
  font-weight: 400;
  text-decoration: underline;
  border: none;
  outline: none;
  background-color: Transparent;
  padding-left: 0;
}

.modal-header h1 {
  font-size: 42px;
  color: #4E8B9B;
}
.modal-header .close {
  margin: 0;
  padding: 0;
  background: #000000;
  border: none;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  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;
  opacity: 1;
}
.modal-header .close span {
  color: #ffffff;
  font-size: 27px;
  font-family: auto;
  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;
  text-shadow: none;
  margin-top: -1px;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .modal-header .close span {
    margin-top: 0;
  }
}

.modal-body {
  padding: 0px 10px;
}
.modal-body h2 {
  font-size: 42px;
  color: #4E8B9B;
}
.modal-body h4 {
  color: #4E8B9B;
  font-size: 18px;
}
.modal-body .editorialRichText-component-container {
  padding: 10px 20px;
}
.modal-body p {
  padding: 0px 15px;
  font-size: 14px;
  text-align: justify;
}

.texto-izq-inf .carousel .image-heading-container .text-center {
  text-align: left !important;
}

.texto-cent-cent .carousel .image-heading-container {
  top: 0 !important;
  border: 0 !important;
  margin: auto !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.texto-cent-cent .carousel .image-heading-container .image-heading-text {
  margin: 0 auto;
}
.texto-cent-cent .carousel .image-heading-container .image-heading-text .text-center {
  text-align: center !important;
}
.texto-cent-cent .carousel .image-heading-container .image-heading-text .text-center span {
  text-align: center;
}
.texto-cent-cent .carousel .image-heading-container .image-heading-text .text-center p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 35px;
}

.texto-dere-inf .carousel .image-heading-container .image-heading-text .text-center {
  text-align: right !important;
}
.texto-dere-inf .carousel .image-heading-container .image-heading-text .text-center span {
  text-align: right;
}
.texto-dere-inf .carousel .image-heading-container .image-heading-text .text-center span h1,
.texto-dere-inf .carousel .image-heading-container .image-heading-text .text-center span h2,
.texto-dere-inf .carousel .image-heading-container .image-heading-text .text-center span h3,
.texto-dere-inf .carousel .image-heading-container .image-heading-text .text-center span h4,
.texto-dere-inf .carousel .image-heading-container .image-heading-text .text-center span p {
  text-align: right;
}
.texto-dere-inf .carousel .image-heading-container .image-heading-text .text-center h1,
.texto-dere-inf .carousel .image-heading-container .image-heading-text .text-center h2,
.texto-dere-inf .carousel .image-heading-container .image-heading-text .text-center h3,
.texto-dere-inf .carousel .image-heading-container .image-heading-text .text-center h4,
.texto-dere-inf .carousel .image-heading-container .image-heading-text .text-center p {
  text-align: right;
}
.texto-dere-inf .carousel .image-heading-container .image-heading-text .text-center p {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.carousel .common-image-filter {
  min-height: 555px;
  max-height: 555px;
}
.carousel .mainbanner-container .mainbanner-figure .image-heading-container {
  padding: 0 70px;
}
.carousel .mainbanner-container .mainbanner-figure .text-center span {
  text-align: left;
}
.carousel .mainbanner-container .mainbanner-figure .text-center h1,
.carousel .mainbanner-container .mainbanner-figure .text-center h2,
.carousel .mainbanner-container .mainbanner-figure .text-center h3,
.carousel .mainbanner-container .mainbanner-figure .text-center h4 {
  font-size: 55px;
  font-weight: normal;
  line-height: 54px;
}
.carousel .mainbanner-container .mainbanner-figure .text-center p {
  font-size: 35px;
  line-height: 61px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.carousel .mainbanner-container .mainbanner-figure .text-center p a {
  font-size: 20px;
  line-height: 26px;
}
.carousel .mainbanner-container .mainbanner-figure .text-center p a:nth-child(2) {
  margin-right: 20px;
}

.mainbanner-figure .image-heading-container {
  top: auto;
  bottom: 31px;
  padding: 0 34px;
}
.mainbanner-figure .image-heading-container .text-center span {
  color: #ffffff;
  text-align: left;
}
.mainbanner-figure .image-heading-container .text-center h1,
.mainbanner-figure .image-heading-container .text-center h2,
.mainbanner-figure .image-heading-container .text-center h3,
.mainbanner-figure .image-heading-container .text-center h4 {
  font-size: 42px;
  line-height: 61px;
}
.mainbanner-figure .image-heading-container .text-center p {
  font-size: 30px;
  line-height: 20px;
  padding-bottom: 10px;
}
.mainbanner-figure .image-heading-container .text-center p {
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mainbanner-figure .image-heading-container .text-center p a {
  padding: 5px 50px;
  border-radius: 20px;
  background: #ffffff;
  color: #000000;
  text-transform: uppercase;
  margin-top: 10px;
  width: 180px;
  text-align: center;
}
.mainbanner-figure .image-heading-container .text-center p a:nth-of-type(1) {
  display: none;
}
.mainbanner-figure .image-heading-container .text-center p a:hover {
  color: #000000;
  background-color: #EDEDED;
}
.mainbanner-figure .button-banner {
  display: none;
}

.discovery {
  padding-bottom: 30px;
}
.discovery .region:first-child .mainbanner-figure,
.discovery .region:first-child .ITC-figure {
  padding-right: 6px;
}
.discovery .region:last-child .mainbanner-figure,
.discovery .region:last-child .ITC-figure {
  padding-left: 6px;
}
.discovery .experience-component .common-image-filter,
.discovery .experience-component .ITC-image {
  max-height: 419px;
}
.discovery.d-texto-izq-inf .text-center span,
.discovery.d-texto-izq-inf .text-center p {
  text-align: left;
}
.discovery.d-texto-der-inf .text-center span {
  text-align: right;
}
.discovery.d-texto-der-inf .text-center p {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.discovery.d-texto-cent-inf .text-center {
  margin-bottom: 10px;
}
.discovery.d-texto-cent-inf .text-center span {
  text-align: center;
}
.discovery.d-texto-cent-inf .text-center p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-2r-1c.banner-large .region:first-child .mainbanner-figure {
  padding-right: 6px;
}
.mobile-2r-1c.banner-large .region:last-child .mainbanner-figure {
  padding-left: 6px;
}

.banner-large.bl-texto-izq-inf .text-center span,
.banner-large.bl-texto-izq-inf .text-center p {
  text-align: left;
}
.banner-large.bl-texto-der-inf .text-center span {
  text-align: right;
}
.banner-large.bl-texto-der-inf .text-center span h1,
.banner-large.bl-texto-der-inf .text-center span h2,
.banner-large.bl-texto-der-inf .text-center span h3,
.banner-large.bl-texto-der-inf .text-center span h4 {
  font-size: 36px;
  line-height: 30px;
}
.banner-large.bl-texto-der-inf .text-center p {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.link-black a {
  background: #000000;
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 25px;
}

.link-white a {
  background: #ffffff;
  color: #000000;
  padding: 3px 15px;
  border-radius: 25px;
}

.link-grey a {
  background: #808080;
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 25px;
}

.experience-component > div.black h1,
.experience-component > div.black h2,
.experience-component > div.black h3.h4,
.experience-component > div.black p {
  color: #000000 !important;
}
.experience-component > div.black p a {
  background: #000000 !important;
  color: #ffffff !important;
}
.experience-component > div.black p a:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.experience-component > div.mobile {
  display: none;
}
.experience-component > div.desk {
  display: initial;
}
.experience-component .experience-component div.col-12 {
  padding: 0;
  height: 100%;
}
.experience-component .experience-component * {
  margin-bottom: 0;
}
.experience-component .experience-component *:hover {
  text-decoration: none;
}
.experience-component .common-image-filter {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.product-carousel .experience-commerce_layouts-carousel .carousel-control-prev,
.product-carousel .experience-commerce_layouts-carousel .carousel-control-next {
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  color: #000000;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-carousel .experience-commerce_layouts-carousel .carousel-control-prev img,
.product-carousel .experience-commerce_layouts-carousel .carousel-control-next img {
  width: 15px;
  position: absolute;
  right: 10px;
}
.product-carousel .carousel-control-next img {
  left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-carousel .carousel-item.carousel-item-prev, .product-carousel .carousel-item.carousel-item-next {
  position: absolute;
  margin-top: 0;
}
.product-carousel .carousel-item.carousel-item-prev:nth-last-of-type(1), .product-carousel .carousel-item.carousel-item-next:nth-last-of-type(1) {
  margin-top: 0;
}
.product-carousel .carousel-item.carousel-item-right {
  margin-top: 0;
}

.addToCartControls-Mobile__QuickView {
  display: none;
}

.center-rowContent {
  text-align: center !important;
}
.center-rowContent p {
  text-align: center;
}

.kiosko-1r-1c {
  display: none;
}

.mobile-1r-1c .mobile-3r-1c .region.col-12.col-sm-4 {
  padding: 4px;
}

@media (min-width: 768px) and (min-height: 1400px) {
  .kiosko-1r-1c {
    display: block;
  }
}
@media (min-width: 768px) and (min-height: 1400px) {
  .no-kiosko-1r-1c {
    display: none !important;
  }
}
@media (min-width: 544px) {
  .discovery .experience-component .ITC-image {
    height: 43.75vw;
  }
}
@media (max-width: 543.98px) {
  #homepage .custom-mainbanner-two-onerow-twocol.homepage .region:nth-of-type(1) {
    padding-right: 0;
  }
  #homepage .custom-mainbanner-two-onerow-twocol.homepage .region:nth-of-type(2) {
    padding-left: 0;
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage .region:nth-of-type(1) {
    border-bottom: 1px solid #BFBFBF;
  }
  .bradescard_container .first_container .row.mx-n2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bradescard_container .secundary_container .card-info .photo-tile-figure {
    top: 0px;
  }
  .bradescard_container .secundary_container .cards_content .card {
    min-height: 300px;
    margin-top: 50px;
  }
  .bradescard_container .secundary_container .cards_content .card a {
    width: 100%;
    top: 190;
  }
  .bradescard_container .third_container .benefits_cards .card {
    min-height: auto;
    padding-top: 30px;
  }
  .bradescard_container .third_container .benefits_cards .card .photo-tile-figure {
    top: 0;
    margin-top: 0;
  }
  .bradescard_container .third_container .benefits_cards .card .text-center {
    padding-left: 100px;
  }
  .bradescard_container .fourth_container .method_cards .card {
    min-height: 266px;
    margin: 15px 0;
  }
  .texto-cent-cent .carousel .image-heading-container {
    top: 100px !important;
  }
  .discovery {
    padding-bottom: 0px;
  }
  .discovery .region:first-child .mainbanner-figure,
  .discovery .region:first-child .ITC-figure {
    padding-right: 0px;
  }
  .discovery .region:last-child .mainbanner-figure,
  .discovery .region:last-child .ITC-figure {
    padding-left: 0px;
  }
  .mobile-2r-1c.banner-large .region:first-child .mainbanner-figure {
    padding-right: 0px;
  }
  .mobile-2r-1c.banner-large .region:last-child .mainbanner-figure {
    padding-left: 0px;
  }
  .mobile-1r-1c.banner-large .common-image-filter {
    min-height: 351px;
  }
  .experience-component > div.mobile {
    display: initial;
  }
  .experience-component > div.desk {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .custom-text-one-onerow-twocol.homepage {
    width: 100vw;
    margin-left: -25px;
  }
  .tarjetas_bradescard_container .banner {
    margin-left: -25px;
  }
  .tarjetas_bradescard_container .title .photo-tile-container {
    position: initial;
    width: 294px;
    margin: auto;
  }
  .tarjetas_bradescard_container .title h1 {
    font-size: 24px;
    line-height: 31px;
    width: 100%;
    text-align: center;
  }
  .tarjetas_bradescard_container .title p {
    text-align: center;
    padding: 25px 0 0;
  }
  .tarjetas_bradescard_container .first_container .photo-tile-container {
    width: 294px;
    margin: auto;
  }
  .tarjetas_bradescard_container .secundary_container {
    margin-left: -25;
    padding: 20px;
  }
  #homepage .experience-component > div.custom-mainbanner-one-onerow-twocol.homepage {
    margin-bottom: 0;
  }
  #homepage .custom-mainbanner-one-onerow-twocol.homepage .region:nth-of-type(1),
  #homepage .custom-mainbanner-one-onerow-twocol.homepage .region:nth-of-type(2) {
    padding: 0;
    margin-bottom: 24px;
  }
  #homepage .custom-mainbanner-one-onerow-twocol.homepage .region:nth-of-type(1) .col-12,
  #homepage .custom-mainbanner-one-onerow-twocol.homepage .region:nth-of-type(2) .col-12 {
    padding: 0;
  }
  #homepage .custom-mainbanner-one-onerow-twocol.homepage .mainbanner-figure .image-heading-container {
    padding: 0 20px;
  }
  #homepage .custom-mainbanner-one-onerow-twocol.homepage .mainbanner-figure .text-sm-left {
    text-align: left !important;
  }
  #homepage .custom-mainbanner-one-onerow-twocol.homepage .mainbanner-figure .text-sm-left span h2 {
    font-size: 36px;
    line-height: 46px;
  }
  #homepage .custom-mainbanner-one-onerow-twocol.homepage .mainbanner-figure .text-sm-left .link-large {
    padding: 2px 13px;
  }
  #homepage .custom-mainbanner-midsize.homepage .mainbanner-image {
    max-height: 351px;
  }
  #homepage .custom-mainbanner-midsize.homepage .mainbanner-image.common-image-filter {
    min-height: auto;
  }
  #homepage .custom-mainbanner-midsize.homepage .mainbanner-figure .text-sm-left {
    padding: 0 20px;
    text-align: left !important;
  }
  #homepage .custom-mainbanner-midsize.homepage .mainbanner-figure .text-sm-left h2 {
    font-size: 36px;
    line-height: 38px;
  }
  #homepage .custom-mainbanner-midsize.homepage .mainbanner-figure .text-sm-left .link-large {
    padding: 2px 13px;
    margin-top: 12px;
  }
  #homepage .custom-mainbanner-midsize.homepage .image-heading-container {
    bottom: 10.7vw;
  }
  #homepage .custom-mainbanner-two-onerow-twocol.homepage .region:nth-of-type(1) {
    padding-right: 5;
    padding-bottom: 19px;
  }
  #homepage .custom-mainbanner-two-onerow-twocol.homepage .region:nth-of-type(1) .col-12,
  #homepage .custom-mainbanner-two-onerow-twocol.homepage .region:nth-of-type(2) .col-12 {
    padding: 0;
  }
  #homepage .custom-mainbanner-two-onerow-twocol.homepage .region:nth-of-type(1) .col-12.text-sm-left,
  #homepage .custom-mainbanner-two-onerow-twocol.homepage .region:nth-of-type(2) .col-12.text-sm-left {
    text-align: left !important;
  }
  #homepage .custom-mainbanner-two-onerow-twocol.homepage .region:nth-of-type(1) .col-12.text-sm-left h2,
  #homepage .custom-mainbanner-two-onerow-twocol.homepage .region:nth-of-type(2) .col-12.text-sm-left h2 {
    font-size: 36px;
    line-height: 46px;
  }
  #homepage .custom-mainbanner-two-onerow-twocol.homepage .region:nth-of-type(1) .col-12.text-sm-left .link-large,
  #homepage .custom-mainbanner-two-onerow-twocol.homepage .region:nth-of-type(2) .col-12.text-sm-left .link-large {
    padding: 2px 13px;
  }
  #homepage .custom-mainbanner-two-onerow-twocol.homepage .image-heading-container {
    padding: 0 30px;
    bottom: 5.1vw;
  }
  #homepage .custom-mainbanner-two-onerow-twocol.homepage .mainbanner-image {
    max-height: 240px;
    min-height: auto;
  }
  #homepage .custom-mainbanner-three-onerow-twocol.homepage .region:nth-of-type(1),
  #homepage .custom-mainbanner-three-onerow-twocol.homepage .region:nth-of-type(2) {
    padding: 0 0 19px;
  }
  #homepage .custom-mainbanner-three-onerow-twocol.homepage .region:nth-of-type(1) .col-12,
  #homepage .custom-mainbanner-three-onerow-twocol.homepage .region:nth-of-type(2) .col-12 {
    padding: 0;
  }
  #homepage .custom-mainbanner-three-onerow-twocol.homepage .region:nth-of-type(1) .col-12.text-sm-left,
  #homepage .custom-mainbanner-three-onerow-twocol.homepage .region:nth-of-type(2) .col-12.text-sm-left {
    text-align: left !important;
  }
  #homepage .custom-mainbanner-three-onerow-twocol.homepage .region:nth-of-type(1) .col-12.text-sm-left h2,
  #homepage .custom-mainbanner-three-onerow-twocol.homepage .region:nth-of-type(2) .col-12.text-sm-left h2 {
    font-size: 36px;
    line-height: 46px;
  }
  #homepage .custom-mainbanner-three-onerow-twocol.homepage .region:nth-of-type(1) .col-12.text-sm-left .link-large,
  #homepage .custom-mainbanner-three-onerow-twocol.homepage .region:nth-of-type(2) .col-12.text-sm-left .link-large {
    padding: 2px 13px;
  }
  #homepage .custom-mainbanner-three-onerow-twocol.homepage .mainbanner-image {
    max-height: 185px;
    min-height: auto;
  }
  #homepage .custom-mainbanner-three-onerow-twocol.homepage .image-heading-container {
    padding: 0 30px;
    bottom: 5.1vw;
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage {
    padding: 28px 22px;
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage .region {
    padding: 22px 12px 28px;
    margin: 0;
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage .region .custom-text-title {
    margin-bottom: 0;
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage .region .custom-text-title h1 {
    text-align: left;
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage .region .custom-text-title.show-mobile .editorialRichText-component-container {
    margin-bottom: 0;
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage .region .region {
    border: none;
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage .region .col-12 {
    padding: 0;
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage .custom-text-paragraph.hide-mobile {
    display: none;
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage h4 {
    text-align: left;
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage .custom-text-title {
    position: relative;
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage .custom-text-title::after {
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 19px;
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage .custom-text-title.show-mobile::after {
    content: "\f067";
  }
  #homepage .custom-text-one-onerow-twocol.text-content.homepage .custom-text-paragraph p {
    text-align: justify;
  }
  .bradescard_container {
    padding-bottom: 20px;
  }
  .bradescard_container h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .bradescard_container p strong {
    font-size: 9px;
    line-height: 12px;
  }
  .bradescard_container .first_container .row.mx-n2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bradescard_container .first_container .form_register {
    background-color: #F4F4F4;
    padding: 25px;
  }
  .bradescard_container .first_container .form_register h1 {
    font-size: 19px;
    line-height: 25px;
  }
  .bradescard_container .first_container .form_register p {
    font-size: 11px;
    line-height: 14px;
  }
  .bradescard_container .first_container .form_register blockquote {
    font-size: 9px;
    line-height: 12px;
    text-align: left;
    width: 250px;
  }
  .bradescard_container .first_container .form_register a {
    font-size: 11px;
    line-height: 14px;
    width: 99%;
  }
  .bradescard_container .secundary_container {
    padding-bottom: 20px;
  }
  .bradescard_container .secundary_container p {
    font-size: 13px;
    line-height: 17px;
    margin-left: 0;
    padding-bottom: 15px;
  }
  .bradescard_container .secundary_container .card-info {
    height: 38px;
    margin-left: 0;
    max-width: 257px;
  }
  .bradescard_container .secundary_container .card-info .photo-tile-figure {
    position: absolute;
    width: 30px;
    left: 13px;
    top: -14px;
  }
  .bradescard_container .secundary_container .card-info p {
    padding: 7px 7px 7px 0;
    font-size: 15px;
    line-height: 20px;
  }
  .bradescard_container .secundary_container .title_bradescard .editorialRichText-component-container {
    padding: 10px 5px;
  }
  .bradescard_container .secundary_container .title_bradescard h1 {
    font-size: 22px;
    line-height: 29px;
    color: #000000;
    margin: 0;
    text-align: center;
    font-family: "Futura-pt";
    font-weight: 600;
  }
  .bradescard_container .secundary_container .title_bradescard a {
    visibility: hidden;
    height: 0;
  }
  .bradescard_container .secundary_container .title_bradescard a::before {
    content: "OBTÉNLA AQUÍ";
    visibility: visible;
    position: absolute;
    text-align: center;
    background-color: #4E8B9B;
    border-radius: 20px;
    padding: 5px 20px;
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    margin-top: -30;
  }
  .bradescard_container .secundary_container .cards_content .card {
    min-height: 420px;
    border: 2px solid #EFEFEF;
    margin-top: 70px;
    padding: 15px;
  }
  .bradescard_container .secundary_container .cards_content .card .photo-tile-image {
    width: 200px;
    margin-top: -40px;
  }
  .bradescard_container .secundary_container .cards_content .card .experience-component.experience-commerce_assets-editorialRichText {
    border: 1p solid;
    min-height: 233px;
    margin-top: 90px;
  }
  .bradescard_container .secundary_container .cards_content .card figure.photo-tile-figure {
    height: 10px;
  }
  .bradescard_container .secundary_container .cards_content .card a {
    font-size: 16px;
    line-height: 21px;
    max-width: 290px;
    min-width: 180px;
    left: 10px;
    padding: 10px;
    top: 240px;
  }
  .bradescard_container .third_container {
    margin: 10px -25px;
    padding: 20px 25px;
  }
  .bradescard_container .third_container .region.col-12.col-sm-8 {
    max-width: 800px;
    margin: auto;
  }
  .bradescard_container .third_container h1 {
    font-size: 24px;
    line-height: 31px;
  }
  .bradescard_container .third_container p {
    font-size: 16px;
    line-height: 20px;
    color: #6B6B6B;
  }
  .bradescard_container .third_container h2 {
    font-size: 24px;
    line-height: 21px;
    padding: 15px 0;
  }
  .bradescard_container .third_container h4 {
    font-size: 16px;
    line-height: 21px;
    font-family: "Futura-pt";
    font-weight: 600;
  }
  .bradescard_container .third_container .benefits_cards .card {
    border: none;
  }
  .bradescard_container .third_container .benefits_cards .card h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .bradescard_container .third_container .benefits_cards .card p {
    font-size: 13px;
    line-height: 17px;
  }
  .bradescard_container .third_container .benefits_cards .card .photo-tile-figure {
    width: 81px;
    position: absolute;
    top: 50px;
    display: initial;
    margin-top: -20px;
  }
  .bradescard_container .third_container .benefits_cards .card .text-center {
    margin-top: -20px;
  }
  .bradescard_container .third_container .benefits_cards .card .text-center li {
    text-align: left;
  }
  .bradescard_container .third_container .region.col-12.col-sm-4 {
    display: none;
  }
  .bradescard_container .third_container .photo-tile-figure {
    display: none;
  }
  .bradescard_container .fourth_container {
    padding-top: 0px;
    margin-top: -20px;
  }
  .bradescard_container .fourth_container h1 {
    font-size: 24px;
    line-height: 31px;
    padding-bottom: 15px;
  }
  .bradescard_container .fourth_container .method_cards h4 {
    font-size: 14px;
    line-height: 18px;
    font-family: "Futura-pt";
    font-weight: 600;
  }
  .bradescard_container .fourth_container .method_cards .card {
    min-height: 320px;
    background: #EDEDED;
    border: none;
    padding: 0 21px;
    margin-bottom: 30px;
  }
  .bradescard_container .fourth_container .method_cards .card h4 {
    font-size: 14px;
    line-height: 18px;
    font-family: "Futura-pt";
    font-weight: 600;
  }
  .bradescard_container .fourth_container .method_cards .card p {
    font-size: 9px;
    line-height: 12px;
  }
  .tarjetas_bradescard_container {
    padding-bottom: 60px;
  }
  .tarjetas_bradescard_container .banner {
    width: 100vw;
    margin-left: -25px;
  }
  .tarjetas_bradescard_container .banner div {
    margin: 0;
    padding: 0;
  }
  .tarjetas_bradescard_container .title .photo-tile-container {
    width: 298px;
    position: initial;
    margin: auto;
  }
  .tarjetas_bradescard_container .title .editorialRichText-component-container .row .col-12 {
    display: initial;
  }
  .tarjetas_bradescard_container .title .editorialRichText-component-container {
    margin-top: 0;
  }
  .tarjetas_bradescard_container .title h1 {
    text-align: center;
    font-size: 24px;
    line-height: 31px;
    width: 100%;
  }
  .tarjetas_bradescard_container .title p {
    text-align: center;
    padding: 25px 0 0;
  }
  .tarjetas_bradescard_container .first_container h4 {
    color: #4E8B9B;
    font-size: 24px;
    line-height: 31px;
    padding-bottom: 20px;
  }
  .tarjetas_bradescard_container .first_container h2 {
    font-size: 24px;
    line-height: 31px;
    text-align: left;
    padding-bottom: 10px;
  }
  .tarjetas_bradescard_container .first_container .photo-tile-container {
    width: 244px;
    margin: auto;
  }
  .tarjetas_bradescard_container .first_container .faq {
    margin: auto;
  }
  .tarjetas_bradescard_container .first_container .faq .editorialRichText-component-container {
    margin: 0;
    padding-top: 7px;
  }
  .tarjetas_bradescard_container .first_container .benefits_cards .card {
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .tarjetas_bradescard_container .first_container .benefits_cards .card p {
    font-size: 16px;
    line-height: 21px;
    color: #212121;
  }
  .tarjetas_bradescard_container .secundary_container {
    margin-left: -25px;
    padding: 20px 25px;
  }
  .tarjetas_bradescard_container .secundary_container h2 {
    text-align: center;
  }
  .tarjetas_bradescard_container .secundary_container p {
    font-size: 14px;
    line-height: 18px;
  }
  .tarjetas_bradescard_container .secundary_container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .tarjetas_bradescard_container .secundary_container .row .region.col-12.col-sm-4,
  .tarjetas_bradescard_container .secundary_container .row .editorialRichText-component-container {
    max-width: 260px;
  }
  .tarjetas_bradescard_container .third_container {
    padding-top: 90px;
  }
  .cya-abuot-us-crystal-logo {
    width: 100vw;
    margin: 0 -25px;
  }
  .title-history-section .common-image-filter {
    width: 100vw;
    margin: 0 -25px;
  }
  .mobile-1r-1c.title-history-section {
    width: 100%;
    text-align: center;
  }
  .mobile-1r-1c.title-history-section .col-12 {
    padding: 0px;
  }
  .about-us-first-second {
    margin-bottom: 30px;
    padding-bottom: 0;
    text-align: center;
  }
  .about-us-first-second .photo-tile-image {
    width: 259px;
    height: 240px;
    position: initial;
  }
  .about-us-secound-section {
    padding-bottom: 20px;
    text-align: center;
    width: 100vw;
    margin: 0 -25px;
    padding: 20px 25px;
  }
  .about-us-secound-section .common-image-component {
    width: 259px;
    height: 240px;
    position: initial;
    margin-left: 0;
  }
  .editorialRichText-component-container {
    margin-top: 20px;
    padding-bottom: 20px;
    padding: 0;
  }
  .editorialRichText-component-container h4 {
    font-size: 24px;
    font-family: "Futura-pt";
    font-weight: 500;
    text-align: left;
  }
  .editorialRichText-component-container strong {
    font-size: 15.5px;
    font-family: "Futura-pt";
    font-weight: 600;
    text-align: left;
    color: #000000;
  }
  .editorialRichText-component-container p {
    font-size: 16px;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 16px;
  }
  .values-section h4 {
    text-align: center;
  }
  .page-terms {
    padding: 0px;
  }
  .page-terms .editorialRichText-component-container {
    padding: 0;
  }
  .page-terms .editorialRichText-component-container h2 {
    text-align: left;
    font-size: 18px;
  }
  .page-terms .editorialRichText-component-container h4 strong {
    color: #4E8B9B !important;
    font-size: 18px;
  }
  .page-terms .editorialRichText-component-container p {
    color: #000000;
  }
  .page-policy {
    padding: 0px;
  }
  .page-policy .editorialRichText-component-container h2 {
    display: none;
  }
  .page-policy .editorialRichText-component-container h4 strong {
    color: #4E8B9B !important;
    font-size: 18px;
  }
  .page-policy .editorialRichText-component-container .link-format a strong {
    color: #4E8B9B !important;
    font-size: 24px;
  }
  .page-policy .editorialRichText-component-container p {
    word-wrap: break-word !important;
    margin-bottom: 24px;
  }
  .page-policy .editorialRichText-component-container p strong {
    color: #707070;
  }
  .page-policy .editorialRichText-component-container a strong {
    color: #4E8B9B !important;
  }
  .carousel .common-image-filter {
    max-height: initial;
    min-height: initial;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  .carousel .mainbanner-container .mainbanner-figure .text-center p a:nth-child(2) {
    margin-right: 0px;
  }
  .carousel .mainbanner-container .mainbanner-figure .image-heading-container {
    padding: 0 30px;
  }
  .carousel .mainbanner-container .mainbanner-figure .image-heading-container .mainbanner-sub-text .text-sm-left h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .carousel .mainbanner-container .mainbanner-figure .text-center {
    padding: 0 20px;
    text-align: right;
  }
  .carousel .mainbanner-container .mainbanner-figure .text-center h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .carousel .mainbanner-container .mainbanner-figure .text-center p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .carousel .mainbanner-container .mainbanner-figure .text-center p a {
    margin: 5px 0;
    line-height: 26px !important;
    font-size: 20px;
  }
  .mainbanner-figure .image-heading-container {
    padding: 0 10px;
  }
  .mainbanner-figure .image-heading-container .text-center h1,
  .mainbanner-figure .image-heading-container .text-center h2,
  .mainbanner-figure .image-heading-container .text-center h3,
  .mainbanner-figure .image-heading-container .text-center h4 {
    font-size: 35px;
    line-height: 30px;
  }
  .mainbanner-figure .image-heading-container .text-center h1,
  .mainbanner-figure .image-heading-container .text-center h2,
  .mainbanner-figure .image-heading-container .text-center h3,
  .mainbanner-figure .image-heading-container .text-center h4 {
    font-size: 35px;
    line-height: 30px;
  }
  .mainbanner-figure .image-heading-container .text-center p {
    font-size: 25px;
    line-height: 40px;
    padding: 0;
  }
  .mainbanner-figure .image-heading-container .text-center p a {
    width: 130px;
    padding: 0;
  }
  .discovery .experience-component .common-image-filter,
  .discovery .experience-component .ITC-image {
    max-height: 266px;
  }
  .banner-large .image-heading-text .text-center span {
    text-align: center;
  }
  .banner-large .image-heading-text .text-center span h1,
  .banner-large .image-heading-text .text-center span h2,
  .banner-large .image-heading-text .text-center span h3,
  .banner-large .image-heading-text .text-center span h4 {
    text-align: center;
    font-size: 36px;
    line-height: 30px;
  }
  .banner-large .image-heading-text .text-center span p,
  .banner-large .image-heading-text .text-center p {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1367px) {
  .custom-text-one-onerow-twocol.homepage {
    margin-left: calc(-63px + (1383px - 100vw) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
  }
  .custom-text-one-onerow-twocol.homepage .row.mx-n2 {
    max-width: 1311px;
  }
  .bradescard_container .third_container {
    margin-left: calc(-55px + (1366px - 100vw) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bradescard_container .third_container .row {
    max-width: 1366px;
  }
  .tarjetas_bradescard_container .banner {
    margin-left: calc(-55px + (1366px - 100vw) / 2);
  }
  .tarjetas_bradescard_container .secundary_container {
    margin-left: calc(-55px + (1366px - 100vw) / 2);
  }
  .tarjetas_bradescard_container .secundary_container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tarjetas_bradescard_container .secundary_container .row .region {
    max-width: 1300px;
  }
  .cya-abuot-us-crystal-logo {
    width: 100vw;
    margin-left: calc(-55px + (1366px - 100vw) / 2);
  }
  .title-history-section {
    width: 100vw;
    margin-left: calc(-55px + (1366px - 100vw) / 2);
  }
  .title-history-section .region.col-12 {
    padding: 0px;
  }
  .title-history-section .region.col-12 .col-12 {
    padding: 0px;
  }
  .title-history-section .common-image-filter {
    margin: 0;
    width: 100%;
  }
  .about-us-secound-section {
    width: 100vw;
    margin-left: calc(-55px + (1366px - 100vw) / 2);
  }
}
.container .breadcrumb {
  border-radius: 0;
  background-color: var(--background-primary);
  border-bottom: 1px solid var(--border-primary);
  padding-left: 0;
}

.product-breadcrumb .breadcrumb-link--last {
  font-weight: bold;
}

.page-breadcrumbs a {
  padding: 0;
}
.page-breadcrumbs .fa {
  padding: 0 10px 0 9px;
}

@media (min-width: 768px) {
  .menu-toggleable-left .close-menu, .menu-toggleable-right .close-menu {
    display: initial;
    padding-top: 5px;
  }
}
@media screen and (max-width: 991.98px) {
  .modal-background-headerMobile {
    background-color: var(--background-special);
    display: none;
    height: 100%;
    position: fixed;
    opacity: 0.5;
    width: 100%;
    top: 0;
    left: 0;
    border: 1px solid #FF0000;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .nav-link {
    font-size: 24px;
    color: #000000;
    text-align: left;
    padding: 0 15px;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .nav-link:focus, .main-menu .navbar.bg-inverse .navbar-nav .nav-link:active {
    outline: none;
  }
  .menu-toggleable-left, .menu-toggleable-right {
    width: 100%;
  }
  .menu-toggleable-left .close-menu, .menu-toggleable-right .close-menu {
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    border-bottom: none;
    margin: 0 0 0 auto;
    line-height: 30px;
    padding: 0 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .menu-toggleable-left .close-menu .pull-right, .menu-toggleable-right .close-menu .pull-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .menu-toggleable-left .close-menu button, .menu-toggleable-right .close-menu button {
    padding: 0;
  }
  .menu-toggleable-left .close-menu button span, .menu-toggleable-right .close-menu button span {
    color: #909193;
    font-family: "Futura-pt";
    font-weight: 400;
    font-size: 50px;
  }
  .menu-toggleable-left li > .close-menu, .menu-toggleable-right li > .close-menu {
    position: relative;
    top: 0;
    width: 100%;
  }
  .menu-toggleable-left.in .nav-item + .nav-item, .menu-toggleable-righ:target .nav-item + .nav-item {
    border-top: none;
  }
  .menu-toggleable-left.in .nav-item + .nav-item a, .menu-toggleable-righ:target .nav-item + .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu-toggleable-left.in .nav-item + .nav-item a i, .menu-toggleable-righ:target .nav-item + .nav-item a i {
    padding-right: 5px;
  }
  .main-menu .navbar.bg-inverse .navbar-nav .nav-link:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none !important;
  }
  .dropdown-item .dropdown:hover,
  .dropdown-item .dropdown:focus,
  .dropdown-item.show .dropdown {
    background: transparent !important;
  }
  .navbar .nav-item.dropdown a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    font-size: 24px;
    color: #000000;
    text-align: left;
    padding: 8px 10px 4px 12px;
  }
  .navbar .nav-item.dropdown a:hover {
    background: transparent;
  }
  .navbar .nav-item.dropdown a:focus {
    background: transparent;
  }
  .navbar .nav-item.dropdown i {
    font-size: 24px;
    color: #000000;
    padding-right: 5px;
  }
  .navbar .nav-item.dropdown .fa-arrow-left {
    -webkit-text-stroke: 2px #ffffff;
  }
  .multilevel-dropdown .dropdown-item {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .multilevel-dropdown .dropdown-item.father-category a {
    color: #4E8B9B !important;
    font-family: "Futura-pt";
    font-weight: 600;
  }
  .multilevel-dropdown .dropdown-item + .dropdown-item {
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-menu1 {
    margin-top: 1em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0.5em;
  }
  .footer-menu1 .options-menu-div {
    display: grid;
    width: 100%;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 0 15%;
    font-size: 16px;
  }
  .footer-menu1 .options-menu {
    text-align: left;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 1em 0 0.5em;
  }
  .footer-menu1 .options-menu a {
    width: 50%;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 400;
  }
  .footer-menu1 .options-menu a .label-logout-span {
    color: #4E8B9B;
  }
  .footer-menu1 .options-menu a img {
    margin-right: 18px;
    width: 16px;
    height: 18px;
  }
  .footer-menu1 .social-icons {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1em 0;
  }
  .footer-menu1 .social-icons a i {
    background: #000000;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    padding: 5px;
    margin: 5px;
  }
  .link--account {
    padding: 15px 25px;
    text-align: left;
    color: #909193;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 208px;
  }
  .account {
    width: 100%;
    margin-top: 30px;
    padding: 10px 25px 0;
  }
  .account .link-create-account {
    text-align: start;
  }
  .account .link-create-account a {
    font-size: 20px;
    text-align: start;
  }
  .account .user-data {
    text-align: left;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .account .user-data-menu {
    text-align: left;
  }
  .account .user-data-menu .user-icon-mobile, .account .user-data-menu .img-fav {
    width: 20px;
    color: #909193;
  }
  .account .user-data-menu .user-message {
    padding: 0 15px 0 0;
    font-size: 14px;
    vertical-align: bottom;
    color: #909193;
  }
  .account.hidden {
    display: none;
  }
  .dropdown-item.top-category .nav-link {
    font-weight: bold;
    color: #4E8B9B !important;
    font-family: "Futura-pt";
    font-weight: 500;
  }
  .dropdown-item.top-category .dropdown-link {
    font-weight: bold;
    color: #4E8B9B !important;
    font-family: "Futura-pt";
    font-weight: 500;
  }
  .dropdown-item:hover {
    background: transparent;
  }
  .dropdown-item:focus {
    background: transparent;
  }
}
.popular-search {
  display: none;
  width: 100%;
}
.popular-search--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  margin-top: 18px;
}
.popular-search__label {
  width: auto;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2em;
  min-width: 150px;
  padding: 0 5px;
  text-align: left;
  color: #000000;
}
.popular-search__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  list-style: none;
}
.popular-search__item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  color: #838181;
  font-size: 14px;
  line-height: 1.2em;
}
.popular-search__item a {
  color: inherit;
}

@media (min-width: 992px) {
  .popular-search--active {
    margin: 0;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .popular-search__label {
    margin: 0;
  }
}
.suggestions {
  border: none;
  width: 100%;
  padding: 40px 25px 38px 25px;
  position: relative;
  height: auto;
}
.suggestions__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1310px;
}
.suggestions__match {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  text-align: left;
}
.suggestions__products {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  max-height: 448px;
  overflow-y: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.suggestions__products--title {
  display: block;
}
.suggestions__product {
  width: 213px;
  margin: 0 14px 20px;
  text-align: left;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  min-height: 428px;
}
.suggestions__product a:hover {
  text-decoration: none;
}
.suggestions__product--image {
  width: 100%;
  height: 334px;
  -o-object-fit: cover;
     object-fit: cover;
}
.suggestions__product--name {
  display: block;
  margin: 5px 11px 5px 9px;
  font-size: 15px;
  line-height: 16px;
}

.suggestions-wrapper--layout {
  right: 0;
  width: 100vw;
  position: absolute;
  left: -25px;
}
.suggestions__layout {
  border: none;
  width: 100%;
  display: none;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  right: 0;
  z-index: 3;
}
.suggestions__layout--active {
  display: block;
}
.suggestions__layout__button {
  min-width: 160px;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 13px;
}
.suggestions__layout__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0 auto;
  max-width: 1366px;
  padding: 10px 25px;
}
.suggestions__layout__match {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  text-align: left;
  width: 100%;
  height: auto;
  padding: 0 15px;
}
.suggestions__layout__match__title {
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
  font-weight: 500;
}
.suggestions__layout__match__list {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1.2em;
}
.suggestions__layout__match__words {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.2em;
  color: #838181;
  padding: 0;
  margin-right: 0.5em;
}
.suggestions__layout__match__words a {
  color: #838181;
}
.suggestions__layout__products__title {
  display: none;
}
.suggestions__layout__products__list {
  padding: 15px 0 0 0;
  margin-bottom: 0;
}
.suggestions__layout__products__list .value {
  overflow: initial;
  max-width: 1250px;
  position: relative;
}
.suggestions__layout__products__list .value .product-grid-rec {
  position: relative;
  padding-bottom: 0px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  grid-template-columns: none !important;
  grid-gap: 0 !important;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item {
  display: block;
  position: relative;
  -webkit-transition: opacity 2s visibility 2s;
  transition: opacity 2s visibility 2s;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 295px;
  max-width: 295px;
  margin: 0 9px !important;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item:nth-child(1) {
  margin: 0px;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s visibility 2s;
  transition: opacity 2s visibility 2s;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .link-tags {
  bottom: 10px;
  width: 100%;
  display: block;
  mix-blend-mode: normal;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .link-tags .div__tags {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .link-tags .div__tags.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0 9px;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .link-tags .div__tags-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  line-height: 1em;
  text-transform: uppercase;
  min-width: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 1px 3px;
  padding: 3px;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .product-tile:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .product-tile .image-container {
  overflow: hidden;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .product-tile .image-container:hover {
  overflow: hidden;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .product-tile .image-container:hover .tile-image:nth-child(2) {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .product-tile .image-container:hover .quickview {
  opacity: 1;
  display: none;
  bottom: 0px;
  cursor: pointer;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .product-tile .tile_image_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .product-tile .link-tags {
  display: none !important;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .product-tile .pdp-link .link {
  font-size: 16px;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .product-tile .default-price__container del {
  text-decoration: unset;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .product-tile .default-price__container span {
  font-weight: 600 !important;
  font-size: 18px !important;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .product-tile .color-swatches .swatch-circle {
  border: none;
}
.suggestions__layout__products__list .value .product-grid-rec .carousel-product-item .product-tile .color-swatches .swatch-circle.BLANCO {
  border: 0.05px solid #BBBBBB;
}
.suggestions__layout__products__list .value .product-grid-rec .pdp-link a {
  font-size: 16px;
  font-family: "Futura-pt";
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.suggestions__layout__products__list .value .product-grid-rec .quickview {
  z-index: 2;
}
.suggestions__layout__product {
  text-align: left;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 100%;
}
.suggestions__layout__product a:hover {
  text-decoration: none;
}
.suggestions__layout__product__wrapper {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  height: 200px;
}
.suggestions__layout__product__wrapper:nth-child(4n) {
  display: none;
}
.suggestions__layout__product__coverimage {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #F3F3F3;
}
.suggestions__layout__product__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  mix-blend-mode: multiply;
}
.suggestions__layout__product__name {
  display: block;
  padding: 5px 5px 0;
  font-size: 10px;
  line-height: 1.2em;
  height: auto;
  margin: 0;
}
.suggestions__layout__product__price {
  margin: 0;
  padding: 0 5px 5px;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
}
.suggestions__layout__product__price del {
  display: inline-block;
  vertical-align: middle;
  color: #B9B9B9;
  font-size: 0.9em;
  margin-right: 5px;
}
.suggestions__layout__product__price span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
}

.search-mobile--layout {
  display: block;
  padding: 0 25px 10px;
  width: 100%;
}
.search-mobile--layout.menu-opend .site-search {
  opacity: 0.5;
}
.search-mobile--layout .search-field {
  display: block;
  border-bottom: solid 1px #000000;
  border-radius: 0;
  font-size: 34px;
  line-height: normal;
  font-weight: 500;
  padding: 0;
  background: transparent;
}
.search-mobile--layout .search-field::-webkit-input-placeholder {
  color: #909193;
}
.search-mobile--layout .search-field::-moz-placeholder {
  color: #909193;
}
.search-mobile--layout .search-field:-ms-input-placeholder {
  color: #909193;
}
.search-mobile--layout .search-field::-ms-input-placeholder {
  color: #909193;
}
.search-mobile--layout .search-field::placeholder {
  color: #909193;
}
.search-mobile--layout .site-search {
  height: auto;
  width: 100%;
}
.search-mobile--layout .site-search form {
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}
.search-mobile--layout .site-search button {
  color: #909193;
  font-size: 20px;
  top: 5px;
  right: 10px;
}
.search-mobile--layout .site-search .fa-search {
  color: #000000;
  -webkit-text-stroke: 1px #F5F5F5;
}
.search-mobile--layout .site-search .icon-close {
  display: none;
  width: 26px;
  height: 26px;
  z-index: 1;
  text-indent: -9999px;
  top: initial;
  bottom: 16px;
  right: 0;
}
.search-mobile--layout .site-search .icon-close::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../../images/backspace.svg");
  background-size: 26px;
  position: absolute;
}

.search-mobile--layout {
  display: block;
  padding: 0 25px 10px;
  width: 100%;
}
.search-mobile--layout.hide {
  display: none;
}
.search-mobile--layout.menu-opend .site-search {
  opacity: 0.5;
}
.search-mobile--layout .search-field {
  display: block;
  border: none;
  border-bottom: solid 1px #000000;
  border-radius: 0;
  font-size: 34px;
  line-height: normal;
  font-weight: 500;
  padding: 0;
  background: transparent;
  padding-bottom: 8px;
}
.search-mobile--layout .search-field::-webkit-input-placeholder {
  color: #D3D3D3;
}
.search-mobile--layout .search-field::-moz-placeholder {
  color: #D3D3D3;
}
.search-mobile--layout .search-field:-ms-input-placeholder {
  color: #D3D3D3;
}
.search-mobile--layout .search-field::-ms-input-placeholder {
  color: #D3D3D3;
}
.search-mobile--layout .search-field::placeholder {
  color: #D3D3D3;
}
.search-mobile--layout .site-search {
  height: auto;
  width: 100%;
}
.search-mobile--layout .site-search form {
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}
.search-mobile--layout .site-search button {
  color: #909193;
  font-size: 20px;
  top: 5px;
  right: 10px;
}
.search-mobile--layout .site-search .fa-search {
  color: #000000;
  -webkit-text-stroke: 1px #F5F5F5;
}

.suggestions-wrapper--layout {
  right: 0;
  width: 100vw;
  position: absolute;
  left: -25px;
}
.suggestions__layout {
  border: none;
  width: 100%;
  display: none;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  right: 0;
  z-index: 3;
}
.suggestions__layout--active {
  display: block;
}
.suggestions__layout--active.complete {
  position: fixed;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .suggestions__layout__button {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 16px;
  }
  .suggestions__layout__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 40px 60px;
  }
  .suggestions__layout__match {
    width: 300px;
    padding-right: 20px;
    height: 100%;
    padding: 0;
  }
  .suggestions__layout__match__title {
    font-weight: 400;
    margin-bottom: 1em;
  }
  .suggestions__layout__match__list {
    display: block;
  }
  .suggestions__layout__match__words {
    display: block;
    padding: 0.5em;
    margin-right: 0;
  }
  .suggestions__layout__product__name {
    padding: 15px 16px 0;
    font-size: 15px;
  }
  .suggestions__layout__product__wrapper {
    width: 25%;
    margin-bottom: 30px;
    height: 318px;
  }
  .suggestions__layout__product__wrapper:nth-child(4n) {
    display: initial;
  }
  .suggestions__layout__product__price {
    font-size: 18px;
    padding: 0 16px 15px;
  }
  .search-mobile--layout {
    display: none;
  }
}
.carousel-arrow {
  margin-bottom: 32px;
  font-size: 24px;
  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;
}
.carousel-arrow:hover {
  cursor: pointer;
}
.carousel-arrow:nth-child(1) {
  margin-right: 40px;
}
.carousel-arrow img {
  display: block;
  width: 17px;
  position: relative;
  top: -55px;
}
.carousel-arrow.disabled {
  opacity: 0.3;
}

@media (max-width: 991.98px) {
  .suggestions__layout__button {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    position: relative !important;
  }
  .carousel-arrow {
    display: none !important;
  }
  .search-products {
    padding: 30px 0 !important;
  }
}
@font-face {
  font-family: "fontello";
  src: url("../../fonts/fontello.eot?63309250");
  src: url("../../fonts/fontello.eot?63309250#iefix") format("embedded-opentype"), url("../../fonts/fontello.woff2?63309250") format("woff2"), url("../../fonts/fontello.woff?63309250") format("woff"), url("../../fonts/fontello.ttf?63309250") format("truetype"), url("../../fonts/fontello.svg?63309250#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=cyaicon-]:before,
[class*=" cyaicon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cyaicon-help:before {
  content: "\e800";
}

.cyaicon-locator:before {
  content: "\e801";
}

.cyaicon-search:before {
  content: "\e802";
}

@media (min-width: 768px) {
  .navbar,
  .navbar .nav-item,
  .navbar .nav-item a,
  .navbar .nav-item.dropdown,
  .navbar .nav-item.dropdown a,
  .dropdown-menu,
  .dropdown-menu a {
    color: var(--skin-menu-color-1-invert);
  }
}
header ~ #maincontent .container a:not(.btn-primary, .btn-outline-primary) {
  color: var(--skin-link-color-1);
}

body,
.card,
.card-header,
.hero {
  font-family: "Futura-pt";
  font-weight: 400;
}
body.no-scroll,
.card.no-scroll,
.card-header.no-scroll,
.hero.no-scroll {
  overflow: hidden;
}

.veil .underlay {
  background: transparent;
}

.card-header {
  font-size: 12px;
  background-color: #4E8B9B;
  color: #000000;
  border-radius: 4px 4px 0px 0px !important;
}

.add-to-cart-messages {
  z-index: 1030;
  top: 20%;
}

.navbar,
.navbar .nav-item,
.navbar .nav-item a,
.navbar .nav-item.dropdown,
.navbar .nav-item.dropdown a,
.dropdown-menu,
.dropdown-menu a {
  color: var(--skin-menu-color-1);
}

.navcontentasses {
  display: none;
}

.main-menu {
  background-color: transparent;
}

.header-banner {
  display: none;
}

.receipt.container {
  padding-top: 40px;
}

#maincontent {
  background-color: #ffffff;
  margin-top: 120px;
}
#maincontent.maincontent--layout .storepage.facelift {
  margin-top: -120px;
}
#maincontent #homepage {
  overflow-y: hidden;
  overflow-x: hidden;
}
#maincontent .tab-content {
  padding: 0;
}
#maincontent .contentfiltersgroup {
  position: fixed;
  min-height: 136px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
}
#maincontent .contentfiltersgroup.no-products {
  display: none !important;
}

#maincontent.blur {
  -webkit-filter: grayscale(30%) blur(5px);
          filter: grayscale(30%) blur(5px);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #BFBFBF !important;
  pointer-events: none;
}

.btn-primary:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn-primary,
.btn-outline-primary {
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #212121;
  border-radius: 25px;
  position: relative;
  z-index: 2;
  background-color: #212121 !important;
  color: #ffffff;
  font-family: "Futura-pt";
  font-weight: 600;
}
.btn-primary:before,
.btn-outline-primary:before {
  border-radius: 25px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  color: #ffffff;
  z-index: -1;
  border: none;
  background-color: #000000;
}
.btn-primary:hover,
.btn-outline-primary:hover {
  /**color: $white;
  &:before {
      background-color: $black;
      color: $white;
      border: none;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      left: 0;
      right: 0;
      opacity: 1;
  }**/
  background-color: #4E8B9B !important;
  color: #ffffff !important;
}
.btn-primary:focus,
.btn-outline-primary:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #BFBFBF !important;
  pointer-events: none;
}

button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-secundary,
.btn-outline-dark {
  text-transform: uppercase;
  text-align: center;
  border-radius: 25px;
  position: relative;
  z-index: 2;
  background-color: #ffffff !important;
  color: #000000;
  border-color: #000000;
}
.btn-secundary:before,
.btn-outline-dark:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  color: #000000;
  z-index: -1;
  border: none;
  border-radius: 25px;
  background-color: #EDEDED;
}
.btn-secundary:hover,
.btn-outline-dark:hover {
  color: #000000;
}
.btn-secundary:hover:before,
.btn-outline-dark:hover:before {
  background-color: #EDEDED;
  color: #000000;
  border-color: #000000;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.btn-secundary:focus,
.btn-outline-dark:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input {
  color: #909193;
}
input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #E1E1E1;
}

select:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #E1E1E1 !important;
}

.brand img {
  height: 50px;
  width: 70px;
}

body {
  background-color: #ffffff;
}

input[type=password] {
  font-family: monospace;
}
input[type=password]:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #E1E1E1 !important;
}

.category-title h1 {
  padding: 15px 0 0.5em 0;
  margin: 0;
}
.category-title h1 span {
  color: #909193;
  font-size: 0.6em;
}

h1.page-title::before {
  content: none;
}

.hero {
  max-height: 12em;
  background-size: contain;
  background-repeat: no-repeat;
}

.wishlistTile span.fa-stack {
  position: absolute;
  cursor: pointer;
  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;
  top: 0px;
  right: 0px;
}
.wishlistTile span.fa-stack i {
  position: relative;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}
.wishlistTile span.fa-stack i.fa-heart-o {
  background: url("../../images/favorite-o.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 8;
}
.wishlistTile span.fa-stack i.fa-heart-o::before {
  content: none !important;
}
.wishlistTile span.fa-stack i.fa-heart {
  background: url("../../images/favorite.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 8;
}
.wishlistTile span.fa-stack i.fa-heart::before {
  content: none !important;
}

.icon-heart.added {
  background-color: #4E8B9B;
}
.icon-heart .wishlistTile span.fa-stack i.fa-heart-o {
  background: url("../../images/favorite-white-o.svg");
}
.icon-heart .wishlistTile span.fa-stack i.fa-heart {
  background: url("../../images/favorite-white.svg");
}

.wishlistTile .fa-heart {
  color: #4E8B9B;
}
.wishlistTile .fa-heart .fa-heart:before {
  content: "\f004";
}

.bg-light {
  background-color: #ffffff;
  visibility: visible;
}
.bg-light.hidden {
  visibility: hidden;
}
.bg-light.normalHeader {
  background-color: #ffffff !important;
}
.bg-light.light .navbar .header.container {
  background-color: transparent !important;
  opacity: 1;
}
.bg-light.light.scrolling .navbar .header.container {
  background-color: #282828 !important;
  opacity: 0.8;
}
.bg-light.dark.scrolling .navbar .header.container, .bg-light.normal.scrolling .navbar .header.container, .bg-light.teal.scrolling .navbar .header.container {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.bg-light.light.opened-search .navbar .header.container, .bg-light.light.opened-menu .navbar .header.container, .bg-light.light.scrolling.opened-search .navbar .header.container, .bg-light.light.scrolling.opened-menu .navbar .header.container, .bg-light.dark.opened-search .navbar .header.container, .bg-light.dark.opened-menu .navbar .header.container, .bg-light.dark.scrolling.opened-search .navbar .header.container, .bg-light.dark.scrolling.opened-menu .navbar .header.container, .bg-light.normal.opened-search .navbar .header.container, .bg-light.normal.opened-menu .navbar .header.container, .bg-light.normal.scrolling.opened-search .navbar .header.container, .bg-light.normal.scrolling.opened-menu .navbar .header.container, .bg-light.teal.opened-search .navbar .header.container, .bg-light.teal.opened-menu .navbar .header.container, .bg-light.teal.scrolling.opened-search .navbar .header.container, .bg-light.teal.scrolling.opened-menu .navbar .header.container {
  background-color: #ffffff !important;
  opacity: 1 !important;
}
.bg-light.light .navbar .header.container, .bg-light.light.scrolling .navbar .header.container, .bg-light.dark .navbar .header.container, .bg-light.dark.scrolling .navbar .header.container, .bg-light.normal .navbar .header.container, .bg-light.normal.scrolling .navbar .header.container, .bg-light.teal .navbar .header.container, .bg-light.teal.scrolling .navbar .header.container {
  -webkit-transition: background-color ease-in 1ms;
  transition: background-color ease-in 1ms;
  -webkit-transition: opacity 1ms;
  transition: opacity 1ms;
}
.bg-light.light.opened-search .navbar .header.container, .bg-light.light.scrolling.opened-search .navbar .header.container, .bg-light.dark.opened-search .navbar .header.container, .bg-light.dark.scrolling.opened-search .navbar .header.container, .bg-light.normal.opened-search .navbar .header.container, .bg-light.normal.scrolling.opened-search .navbar .header.container, .bg-light.teal.opened-search .navbar .header.container, .bg-light.teal.scrolling.opened-search .navbar .header.container {
  -webkit-transition: background-color ease-in 500ms;
  transition: background-color ease-in 500ms;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

nav.navbar-light.menu-open {
  opacity: 1 !important;
}
nav.navbar-light.menu-open.dark .logo-brand .logo-home h1, nav.navbar-light.menu-open.light .logo-brand .logo-home h1 {
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(92%) saturate(302%) hue-rotate(142deg) brightness(91%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(44%) sepia(92%) saturate(302%) hue-rotate(142deg) brightness(91%) contrast(85%);
}
nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.light input.search-field, nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.teal input.search-field {
  border-color: #000000 !important;
}
nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.light input.search-field::-webkit-input-placeholder, nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.teal input.search-field::-webkit-input-placeholder {
  color: #000000 !important;
}
nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.light input.search-field::-moz-placeholder, nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.teal input.search-field::-moz-placeholder {
  color: #000000 !important;
}
nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.light input.search-field:-ms-input-placeholder, nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.teal input.search-field:-ms-input-placeholder {
  color: #000000 !important;
}
nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.light input.search-field::-ms-input-placeholder, nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.teal input.search-field::-ms-input-placeholder {
  color: #000000 !important;
}
nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.light input.search-field::placeholder, nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.teal input.search-field::placeholder {
  color: #000000 !important;
}
nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.light button[type=submit].header-search.fa-search, nav.navbar-light.menu-open .mobile-desk-elements .search-bar .search .site-search.teal button[type=submit].header-search.fa-search {
  background: transparent url(../../images/search-new.svg) center/24px 24px no-repeat !important;
}
nav.navbar-light.menu-open .mobile-desk-elements .container-links span {
  color: #000000 !important;
}
nav.navbar-light.menu-open .mobile-desk-elements .container-links .card-container-link {
  border-left: solid 1px #000000 !important;
}
nav.navbar-light.menu-open .icons-container .usericon img, nav.navbar-light.menu-open .icons-container .minicart-total .minicart-link div.show img, nav.navbar-light.menu-open .icons-container .wishlist.teal img, nav.navbar-light.menu-open .icons-container .wishlist.light img {
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
nav.navbar-light.menu-open .menu-group ul.navbar-nav.light li > a, nav.navbar-light.menu-open .menu-group ul.navbar-nav.teal li > a {
  color: #000000 !important;
}
nav.navbar-light.menu-open .menu-group ul.navbar-nav.light li > a img, nav.navbar-light.menu-open .menu-group ul.navbar-nav.teal li > a img {
  -webkit-filter: none;
          filter: none;
}

.removeCouponModal .modal-header {
  border: none;
}
.removeCouponModal .modal-header .logo-home {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.removeCouponModal .modal-header .logo-home h1 {
  width: 76px;
  height: auto;
}
.removeCouponModal .modal-body .modal-title {
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  padding: 10px 0;
}
.removeCouponModal .modal-body .modal-message {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  padding-top: 30px;
}
.removeCouponModal .modal-body .coupon-to-remove {
  background-color: #E1F2DC;
  border: 1px solid #00A30D;
  color: #225813;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
}
.removeCouponModal .modal-footer {
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.removeCouponModal .modal-footer .btn {
  min-width: 130px;
  font-size: 20px;
  line-height: 26px;
}

#removeProductModal .modal-body h2, #wishlistRemoveProductModal .modal-body h2, #removeCouponModal .modal-body h2 {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}
#removeProductModal .modal-dialog .modal-content, #wishlistRemoveProductModal .modal-dialog .modal-content, #removeCouponModal .modal-dialog .modal-content {
  margin-top: 50%;
  border-radius: 10px;
}

.delete-product .modal-dialog {
  max-width: 400px;
  border: none;
}
.delete-product .modal-header .close {
  background: none;
  position: absolute;
  right: 15px;
  top: 15px;
}
.delete-product .modal-header .close .img-close {
  width: 20px;
}
.delete-product__header {
  padding: 30px 20px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: none;
}
.delete-product__header .img-trash {
  width: 54px;
  height: 54px;
  background: #feecec;
  border-radius: 30px;
  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;
}
.delete-product__logo {
  margin-top: 16px;
  width: 76px;
  height: auto;
}
.delete-product__close.close {
  padding: 0;
  margin: 0;
}
.delete-product__body {
  padding: 0 32px;
}
.delete-product__body span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.delete-product__title {
  color: #4E8B9B;
  font-size: 18px;
  line-height: 23px;
  padding: 10px 11px 0px;
  text-align: center;
  font-family: "Futura-pt";
  font-weight: 600;
}
.delete-product__footer {
  border: none;
  padding: 0 20px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.delete-product__footer button {
  font-size: 20px;
  line-height: 26px;
  padding: 8px 24px;
  min-width: 130px;
}
.delete-product__footer > :not(:last-child) {
  margin-right: 5px;
}
.delete-product__no.btn {
  border: 1px solid #212121 !important;
  background: #ffffff !important;
  color: #212121 !important;
  border-radius: 8px;
}
.delete-product__no.btn:hover {
  background-color: #4E8B9B !important;
  color: #ffffff !important;
  border: none !important;
}
.delete-product__yes.btn {
  background: #F04444;
  color: #ffffff;
  border-radius: 8px;
}
.delete-product__yes.btn:hover {
  background-color: #4E8B9B !important;
}

.modal-backdrop {
  z-index: 1049;
}

.veil {
  z-index: 1050;
}

#fileUploadForm {
  margin-bottom: 0px;
}

.page {
  height: auto;
}
.page .my-account-items {
  display: none;
  width: auto;
  height: auto;
  position: absolute;
  text-align: left;
  padding: 12px;
  position: absolute;
  min-width: 160px;
  border: 1px solid #DBDBDB;
  top: 70px;
  background: #ffffff;
  z-index: 1;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.page .my-account-items a {
  display: block;
  color: #000000;
  font-size: 12px;
  line-height: 35px;
  margin-left: 15px;
}
.page .my-account-items.show {
  display: block;
}
.page .my-account-items .logout-event {
  color: #4E8B9B;
}
.page .return-to-log {
  display: none;
  position: absolute;
  right: 0;
  min-width: 208px;
  height: auto;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4039215686);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4039215686);
  padding: 5px 10px 9px;
  margin-top: 18px;
}
.page .return-to-log.desk .close-return-to-log-mobile {
  display: none !important;
}
.page .return-to-log.desk ::before {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #ffffff;
  top: -15px;
  content: "";
  height: 0;
  right: 7px;
  margin-left: -6px;
  position: absolute;
  width: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.062745098));
          filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.062745098));
}
.page .return-to-log.show {
  display: block;
}
.page .return-to-log--ups {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}
.page .return-to-log--msg {
  font-size: 13px;
  line-height: 14px;
  margin: 0;
  text-align: left;
}
.page .return-to-log.mobile {
  max-width: 208px;
  z-index: 10;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: none;
}
.page .return-to-log.mobile.show {
  display: block;
}
.page .return-to-log.mobile .close-return-to-log-mobile {
  margin: 0;
  padding: 0;
  background: #000000;
  border: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  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;
  opacity: 1;
  position: absolute;
  right: 7px;
  top: 7px;
}
.page .return-to-log.mobile .close-return-to-log-mobile span {
  color: #ffffff;
  font-size: 20px;
  font-family: auto;
  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;
  text-shadow: none;
  margin-top: -1px;
  opacity: 1;
}
.page .return-to-log.mobile .return-to-log--ups {
  margin-bottom: 10px;
  margin-top: 15px;
}
.page .return-to-log.mobile .return-to-log--msg {
  margin-bottom: 10px;
}
@-webkit-keyframes moveOpen {
  from {
    -webkit-transform: translate(0, -100px);
  }
}
.page .popover {
  display: none;
  width: 414px;
  max-width: 414px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: -100%;
  left: auto;
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  border: none;
}
.page .popover .minicart-back {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  z-index: -1;
}
.page .popover:after {
  content: "";
  width: 487px;
  max-width: 487px;
  right: 0;
  top: 0;
  left: auto;
  background: #ffffff;
  z-index: -1;
  position: fixed;
}
.page .popover.show {
  padding: 24px !important;
  display: block;
  right: 55px;
  top: 80px;
  border-radius: 0px 0px 12px 12px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-animation: fadeIn ease 1s;
}
.page .popover .container {
  max-width: none;
  padding: 0;
  margin: 0;
  display: block;
}
.page .popover .error-container-coupon {
  display: none;
}
.page .popover .error-container-coupon.is-invalid {
  display: initial;
}
.page .popover .error-container-coupon {
  background: #FFE3E3;
  border: none;
  color: #AD1414;
}
.page .popover .error-container-coupon .coupon-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px !important;
}
.page .popover .error-container-coupon .close-alert-coupon {
  border: none;
  width: 29px;
  height: 29px;
  background: #AD1414;
  border-radius: 50%;
  color: #ffffff;
}
.page .popover .error-container-coupon .close-alert-coupon span {
  font-size: 30px;
  line-height: 28px;
  color: #FFE3E3;
}
.page .popover .error-container-coupon i.fa.fa-frown-o {
  font-size: 30px;
  color: #AD1414;
}
.page .popover .progress {
  height: 0.6rem;
}
.page .popover .progress .progress-bar {
  background-color: #4E8B9B;
}
.page .popover .cart {
  background-color: #ffffff;
  z-index: 2;
}
.page .popover .cart .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .popover .cart .header .minicart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
.page .popover .cart .header h1 {
  font-family: "Futura-pt";
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  padding-top: 3px;
  color: #212121;
}
.page .popover .cart .header .img-cart {
  margin-right: 17px;
  width: 26px;
  height: 26px;
}
.page .popover .cart .header .bi-check-circle-fill {
  font-size: 16px;
  margin-bottom: 0.5rem;
  padding-top: 3px;
  margin-right: 8px;
  color: #11B980;
}
.page .popover .cart .header .fa-check {
  margin-right: 17px;
}
.page .popover .cart .header .fa-check:before {
  font-size: 12px;
  font-family: "FontAwesome";
  font-style: normal;
  border: 2px solid #12D640;
  color: #12D640;
  border-radius: 12px;
  padding: 4px;
}
.page .popover .cart .header .close-cart {
  padding: 0;
}
.page .popover .cart .header .close-minicart {
  margin: 0;
  padding: 0;
  background: #000000;
  border: none;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  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;
  opacity: 1;
  background: none;
}
.page .popover .cart .header .close-minicart span {
  color: #ffffff;
  font-size: 27px;
  font-family: auto;
  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;
  text-shadow: none;
  margin-top: -1px;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .page .popover .cart .header .close-minicart span {
    margin-top: 0;
  }
}
.page .popover .cart .card {
  border: none;
  border-radius: 0;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 5px;
}
.page .popover .cart .card .card-body {
  padding: 0;
}
.page .popover .cart .product-summary .row:nth-child(1) .card {
  margin-top: 0;
}
.page .popover .cart .coupons-and-promos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.page .popover .cart .coupon-price-adjustment {
  padding: 0;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10px;
}
.page .popover .cart .coupon-price-adjustment .coupon-code {
  background-color: #E1F2DC;
  border: 1px solid #00A30D;
  color: #225813;
  font-size: 12px;
  border-radius: 25px;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.page .popover .cart .coupon-price-adjustment .coupon-code .remove-coupon {
  background: #00A30D;
  color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: x-large;
  line-height: 0;
  margin-left: 5px;
  border: none;
}
.page .popover .cart .coupon-price-adjustment .coupon-code .coupon-not-applied {
  padding-left: 3px;
}
.page .popover .cart .item-image {
  margin: 0;
  padding: 0;
  text-align: center;
  width: auto;
  height: 140px;
  border-radius: 4px;
  margin-right: 16px;
}
.page .popover .cart .item-image .product-tile-image-link {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  mix-blend-mode: multiply;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .popover .cart .item__characteristics {
  padding-right: 0;
  width: 230px;
  padding: 0 !important;
}
.page .popover .cart .coupons-container-cart {
  display: none !important;
}
.page .popover .cart .space-box {
  max-width: 56px;
  display: none;
}
.page .popover .cart .minicart-error.cart-error .alert-danger {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .popover .cart .minicart-error.cart-error .alert-danger .close {
  border: none;
  width: 29px;
  height: 29px;
  background: #AD1414;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  padding: 0;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.page .popover .cart .minicart-error.cart-error .alert-danger .close span {
  font-size: 30px;
  line-height: 28px;
  color: #FFE3E3;
}
.page .popover .cart .minicart-error.cart-error .alert-danger::before {
  content: "\f119";
  font-family: "FontAwesome";
  font-size: 29px;
  padding-right: 20px;
}
.page .popover .cart .product-summary {
  max-height: 562px;
}
.page .popover .cart .product-summary .product-line-item {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.page .popover .cart .product__image {
  width: auto;
  mix-blend-mode: multiply;
  max-height: 100%;
  height: 140px;
}
.page .popover .cart .product__name {
  font-family: "Futura-pt";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.page .popover .cart .product__name span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-transform: capitalize;
  color: #2B2B2B;
}
.page .popover .cart .product__description {
  margin-top: 4px !important;
}
.page .popover .cart .product__attributes {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.page .popover .cart .product__attributes--name {
  font-family: "Futura-pt";
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  margin-top: 4px !important;
}
.page .popover .cart .product__attributes--name:first-child {
  text-align: left;
}
.page .popover .cart .product__attributes--name:last-child {
  text-align: left;
}
.page .popover .cart .product__attributes--name:last-child select {
  width: 50px;
  height: auto;
  padding: 0 5px;
  font-size: 14px;
}
.page .popover .cart .product__attributes--name span {
  color: #6B6B6B;
}
.page .popover .cart .product .coupons-container-cart {
  max-width: 300px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .popover .cart .product .coupons-container-cart .promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .popover .cart .product .coupons-container-cart .promotion .badge {
  background-color: #E1F2DC;
  border: 1px solid #00A30D;
  color: #225813;
  font-size: 10px;
  line-height: 11px;
  font-family: "Futura-pt";
  font-weight: 600;
  border-radius: 25px;
  padding: 5px;
  margin-right: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: normal;
  text-align: center;
  margin-bottom: 5px;
}
.page .popover .cart .product__totals {
  margin-top: 4px !important;
  font-size: 14px;
  font-family: "Futura-pt";
  font-weight: 400;
  padding: 0;
}
.page .popover .cart .product__totals .line-item-unit-price {
  display: none !important;
}
.page .popover .cart .product .line-item-total-price {
  text-align: right;
  height: 100%;
  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: start;
}
.page .popover .cart .product .line-item-total-price .strike-through {
  width: initial;
  margin: 0;
  text-align: left;
  color: #2B2B2B;
  font-size: 18px;
  text-decoration: line-through;
  line-height: normal;
  font-weight: 600;
  margin-right: 12px;
}
.page .popover .cart .product .line-item-total-price .strike-through.non-adjusted-price {
  display: block;
}
.page .popover .cart .product .line-item-total-price .pricing {
  width: 100%;
  margin: 0;
  text-align: left;
  color: #2B2B2B;
  font-size: 18px;
  line-height: normal;
}
.page .popover .cart .product .line-item-total-price .pricing.discount-price {
  color: #CF3644;
}
.page .popover .cart .product .line-item-total-price .normal {
  width: 63px;
  color: #000000;
  font-size: 16px;
}
.page .popover .cart .product .quantity-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page .popover .cart .product .quantity-form .quantity-label {
  padding-right: 6px;
}
.page .popover .cart .product .quantity-form .select {
  height: 20px;
}
.page .popover .cart .product .btn-delete {
  text-align: right;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6px;
}
.page .popover .cart .product .remove-product {
  font-size: 14px;
  position: initial;
  text-decoration: none;
  background: none;
  padding: 0;
  border: none;
}
.page .popover .cart .product .remove-product::after {
  content: "";
}
.page .popover .cart .product .remove-product::before {
  content: "\f014";
  font-family: "FontAwesome";
  color: #6B6B6B;
}
.page .popover .cart .product .remove-product p {
  margin: 0;
  line-height: 1;
  display: none;
}
.page .popover .cart .form-group {
  margin-bottom: 15px;
}
.page .promo-code-container {
  padding: 20px 14px 0;
  -webkit-box-shadow: 0px -6px 6px -6px rgba(0, 0, 0, 0.29);
          box-shadow: 0px -6px 6px -6px rgba(0, 0, 0, 0.29);
}
.page .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page .coupon .label-coupon {
  padding: 0;
}
.page .promo-code-submit {
  margin: 9px auto 0;
}
.page .promo-code-submit button {
  border-radius: 25px;
  border: 1px solid #212121;
  background: #ffffff;
  color: #212121;
  font-size: 20px;
  line-height: 26px;
}
.page .promo-code-submit button p {
  font-size: 1rem;
  line-height: 1.5;
}
.page .promo-code-submit .btn p {
  margin: 0;
}
.page .line-item-promo div, .page .line-item-promo .badge-success {
  background-color: #E1F2DC;
  border: 1px solid #00A30D;
  color: #225813;
  font-size: 10px;
  line-height: 11px;
  font-family: "Futura-pt";
  font-weight: 600;
  border-radius: 5px;
  padding: 5px;
  margin-right: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: normal;
  text-align: center;
}
.page .minicart-footer {
  font-family: "Futura-pt";
  font-weight: 400;
  font-size: 16px;
  border-top: none;
}
.page .minicart-footer p {
  margin: 0;
}
.page .minicart-footer .promotion {
  padding: 0 14px !important;
}
.page .minicart-footer .promotion h1 {
  font-size: 1rem;
}
.page .minicart-footer .badge-success-2 {
  background-color: #E1F2DC;
  border: 1px solid #00A30D;
  color: #225813;
  font-size: 12px !important;
  font-family: "Futura-pt";
  font-weight: 600;
  border-radius: 25px !important;
  padding: 10px !important;
  margin-left: 10px;
  margin-bottom: 10px;
}
.page .minicart-footer .badge-success-2:first-child {
  margin-left: 0;
}
.page .minicart-footer .badge-2 {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.page .minicart-footer .discount .total, .page .minicart-footer .discount .order-discount-total {
  color: #FF0000;
}
.page .minicart-footer .order-discount {
  color: #000000;
}
.page .minicart-footer .order-discount .order-discount-total {
  color: #FF0000;
}
.page .minicart-footer .total {
  border-top: 1px solid #BFBFBF;
  padding: 6px 0 15px !important;
}
.page .minicart-footer .total p {
  font-family: "Futura-pt";
  font-weight: 600;
  font-size: 16px;
  font-weight: bold;
}
.page .minicart-footer .continue-buttons {
  padding: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .minicart-footer .continue-buttons .col-6 {
  padding: 0px 3px 0px 0px !important;
}
.page .minicart-footer .continue-buttons .col-6.checkout-continue {
  padding: 0px 0px 0px 3px !important;
}
.page .minicart-footer .continue-buttons .btn:hover {
  background-color: #4E8B9B !important;
  opacity: 1 !important;
  border: none;
  color: #ffffff;
}
.page .minicart-footer .continue-buttons .btn:hover::before {
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
}
.page .minicart-footer .checkout-continue {
  margin-bottom: 0;
  padding: 0px 0px 0px 3px !important;
}
.page .minicart-footer .checkout-continue .mb-sm-3 {
  margin: 0 !important;
}
.page .minicart-footer .checkout-continue .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 180px;
  height: 54px;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7.154px;
  border: none;
  color: #F5F5F5;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  background-color: #4E8B9B !important;
  text-transform: none;
}
.page .minicart-footer .promo-code-btn {
  border-radius: 25px;
  border: 1px solid #212121;
  background: #ffffff;
  color: #212121;
  font-size: 1rem;
  line-height: 1.5;
}
.page .minicart-footer .promo-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 180px;
  height: 54px;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7.154px;
  border: 1.5px solid #2B2B2B;
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  background: none;
}

.category-slot {
  padding-top: 4em;
}

.noMovil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lastStock {
  display: none;
  color: var(--color-red);
}

.product-detail .detail, .product-quickview .detail, .recommendation-mobile_quickViewModal .detail {
  padding: 0;
}
.product-detail .attributes .attribute .size, .product-detail .attributes .attribute .width, .product-detail .attributes .attribute .color, .product-detail__attributes .attribute .size, .product-detail__attributes .attribute .width, .product-detail__attributes .attribute .color, .product-quickview .attributes .attribute .size, .product-quickview .attributes .attribute .width, .product-quickview .attributes .attribute .color, .product-quickview__attributes .attribute .size, .product-quickview__attributes .attribute .width, .product-quickview__attributes .attribute .color, .recommendation-mobile_quickViewModal .attributes .attribute .size, .recommendation-mobile_quickViewModal .attributes .attribute .width, .recommendation-mobile_quickViewModal .attributes .attribute .color, .recommendation-mobile_quickViewModal__attributes .attribute .size, .recommendation-mobile_quickViewModal__attributes .attribute .width, .recommendation-mobile_quickViewModal__attributes .attribute .color {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
  font-family: "Futura-pt";
  font-weight: 600;
}
.product-detail .attributes .attribute .color, .product-detail__attributes .attribute .color, .product-quickview .attributes .attribute .color, .product-quickview__attributes .attribute .color, .recommendation-mobile_quickViewModal .attributes .attribute .color, .recommendation-mobile_quickViewModal__attributes .attribute .color {
  margin-bottom: 0px;
}
.product-detail .attributes .attribute .content-inner-color, .product-detail__attributes .attribute .content-inner-color, .product-quickview .attributes .attribute .content-inner-color, .product-quickview__attributes .attribute .content-inner-color, .recommendation-mobile_quickViewModal .attributes .attribute .content-inner-color, .recommendation-mobile_quickViewModal__attributes .attribute .content-inner-color {
  margin-bottom: 15px;
  font-size: 14px;
}
.product-detail .attributes .attribute .size-chart, .product-detail__attributes .attribute .size-chart, .product-quickview .attributes .attribute .size-chart, .product-quickview__attributes .attribute .size-chart, .recommendation-mobile_quickViewModal .attributes .attribute .size-chart, .recommendation-mobile_quickViewModal__attributes .attribute .size-chart {
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  padding: 0;
}
.product-detail .attributes .values li, .product-detail__attributes .values li, .product-quickview .attributes .values li, .product-quickview__attributes .values li, .recommendation-mobile_quickViewModal .attributes .values li, .recommendation-mobile_quickViewModal__attributes .values li {
  border: 1px solid #E1E1E1;
  background: #F5F5F5;
  padding: 0;
  height: 36px;
  min-width: 36px;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  font-size: 14px;
  color: #6B6B6B;
  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;
  font-size: 14px;
  line-height: 16px;
}
.product-detail .attributes .values li button, .product-detail__attributes .values li button, .product-quickview .attributes .values li button, .product-quickview__attributes .values li button, .recommendation-mobile_quickViewModal .attributes .values li button, .recommendation-mobile_quickViewModal__attributes .values li button {
  border: none;
  background-color: transparent;
  font-family: "Futura-pt";
  font-weight: 400;
  position: relative;
  height: 100%;
}
.product-detail .attributes .values li button:disabled:after, .product-detail__attributes .values li button:disabled:after, .product-quickview .attributes .values li button:disabled:after, .product-quickview__attributes .values li button:disabled:after, .recommendation-mobile_quickViewModal .attributes .values li button:disabled:after, .recommendation-mobile_quickViewModal__attributes .values li button:disabled:after {
  content: "";
  width: 45px;
  height: 1px;
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background: #E1E1E1;
}
.product-detail .attributes .values li.selected, .product-detail__attributes .values li.selected, .product-quickview .attributes .values li.selected, .product-quickview__attributes .values li.selected, .recommendation-mobile_quickViewModal .attributes .values li.selected, .recommendation-mobile_quickViewModal__attributes .values li.selected {
  background: #4E8B9B;
  border-color: #4E8B9B;
}
.product-detail .attributes .values li.selected button, .product-detail__attributes .values li.selected button, .product-quickview .attributes .values li.selected button, .product-quickview__attributes .values li.selected button, .recommendation-mobile_quickViewModal .attributes .values li.selected button, .recommendation-mobile_quickViewModal__attributes .values li.selected button {
  color: #ffffff;
}
.product-detail .attributes .values.attr-list + select, .product-detail__attributes .values.attr-list + select, .product-quickview .attributes .values.attr-list + select, .product-quickview__attributes .values.attr-list + select, .recommendation-mobile_quickViewModal .attributes .values.attr-list + select, .recommendation-mobile_quickViewModal__attributes .values.attr-list + select {
  pointer-events: none;
  display: none;
}
.product-detail .attributes .values.width-list li, .product-detail__attributes .values.width-list li, .product-quickview .attributes .values.width-list li, .product-quickview__attributes .values.width-list li, .recommendation-mobile_quickViewModal .attributes .values.width-list li, .recommendation-mobile_quickViewModal__attributes .values.width-list li {
  font-size: 10px;
}
.product-detail .attributes .prices-add-to-cart-actions, .product-detail__attributes .prices-add-to-cart-actions, .product-quickview .attributes .prices-add-to-cart-actions, .product-quickview__attributes .prices-add-to-cart-actions, .recommendation-mobile_quickViewModal .attributes .prices-add-to-cart-actions, .recommendation-mobile_quickViewModal__attributes .prices-add-to-cart-actions {
  padding: 0;
}
.product-detail .attributes .prices-add-to-cart-actions .col-sm-12, .product-detail__attributes .prices-add-to-cart-actions .col-sm-12, .product-quickview .attributes .prices-add-to-cart-actions .col-sm-12, .product-quickview__attributes .prices-add-to-cart-actions .col-sm-12, .recommendation-mobile_quickViewModal .attributes .prices-add-to-cart-actions .col-sm-12, .recommendation-mobile_quickViewModal__attributes .prices-add-to-cart-actions .col-sm-12 {
  padding: 0;
  text-align: left;
}
.product-detail .attributes .prices-add-to-cart-actions .col-sm-12 button, .product-detail__attributes .prices-add-to-cart-actions .col-sm-12 button, .product-quickview .attributes .prices-add-to-cart-actions .col-sm-12 button, .product-quickview__attributes .prices-add-to-cart-actions .col-sm-12 button, .recommendation-mobile_quickViewModal .attributes .prices-add-to-cart-actions .col-sm-12 button, .recommendation-mobile_quickViewModal__attributes .prices-add-to-cart-actions .col-sm-12 button {
  width: 100%;
  margin: 10px auto;
  max-width: 302px;
  border-radius: 25px;
  font-size: 20px;
  line-height: 26px;
  padding: 7px 15px;
}
.product-detail .attributes .prices-add-to-cart-actions .col-sm-12 button.add-to-fav, .product-detail__attributes .prices-add-to-cart-actions .col-sm-12 button.add-to-fav, .product-quickview .attributes .prices-add-to-cart-actions .col-sm-12 button.add-to-fav, .product-quickview__attributes .prices-add-to-cart-actions .col-sm-12 button.add-to-fav, .recommendation-mobile_quickViewModal .attributes .prices-add-to-cart-actions .col-sm-12 button.add-to-fav, .recommendation-mobile_quickViewModal__attributes .prices-add-to-cart-actions .col-sm-12 button.add-to-fav {
  background: #ffffff;
  border: 1px solid #212121;
  color: #212121;
  padding: 6px 15px;
}
.product-detail .attributes .social-container .social-icons, .product-detail__attributes .social-container .social-icons, .product-quickview .attributes .social-container .social-icons, .product-quickview__attributes .social-container .social-icons, .recommendation-mobile_quickViewModal .attributes .social-container .social-icons, .recommendation-mobile_quickViewModal__attributes .social-container .social-icons {
  font-size: 16px;
  line-height: 21px;
}
.product-detail .attributes .social-container .social-icons p, .product-detail__attributes .social-container .social-icons p, .product-quickview .attributes .social-container .social-icons p, .product-quickview__attributes .social-container .social-icons p, .recommendation-mobile_quickViewModal .attributes .social-container .social-icons p, .recommendation-mobile_quickViewModal__attributes .social-container .social-icons p {
  margin: 0;
  margin-right: 20px;
  color: #000000;
}
.product-detail .attributes .social-container .social-icons li:nth-of-type(2) a, .product-detail__attributes .social-container .social-icons li:nth-of-type(2) a, .product-quickview .attributes .social-container .social-icons li:nth-of-type(2) a, .product-quickview__attributes .social-container .social-icons li:nth-of-type(2) a, .recommendation-mobile_quickViewModal .attributes .social-container .social-icons li:nth-of-type(2) a, .recommendation-mobile_quickViewModal__attributes .social-container .social-icons li:nth-of-type(2) a {
  margin: 0 20px;
}
.product-detail .attributes .social-container .social-icons a, .product-detail__attributes .social-container .social-icons a, .product-quickview .attributes .social-container .social-icons a, .product-quickview__attributes .social-container .social-icons a, .recommendation-mobile_quickViewModal .attributes .social-container .social-icons a, .recommendation-mobile_quickViewModal__attributes .social-container .social-icons a {
  padding: 0;
}
.product-detail .attributes .social-container .social-icons img, .product-detail__attributes .social-container .social-icons img, .product-quickview .attributes .social-container .social-icons img, .product-quickview__attributes .social-container .social-icons img, .recommendation-mobile_quickViewModal .attributes .social-container .social-icons img, .recommendation-mobile_quickViewModal__attributes .social-container .social-icons img {
  width: 20px;
  height: 20px;
}
.product-detail .attributes .main-attributes, .product-detail__attributes .main-attributes, .product-quickview .attributes .main-attributes, .product-quickview__attributes .main-attributes, .recommendation-mobile_quickViewModal .attributes .main-attributes, .recommendation-mobile_quickViewModal__attributes .main-attributes {
  margin: 0;
}
.product-detail .attributes .values, .product-quickview .attributes .values, .recommendation-mobile_quickViewModal .attributes .values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 10px 19px;
  padding: 0;
}
.product-detail__attributes .attr-content, .product-quickview__attributes .attr-content, .recommendation-mobile_quickViewModal__attributes .attr-content {
  max-width: 332px;
  overflow: hidden;
  position: relative;
}
.product-detail__attributes .size-chart, .product-quickview__attributes .size-chart, .recommendation-mobile_quickViewModal__attributes .size-chart {
  display: none;
}
.product-detail__attributes .width-list, .product-quickview__attributes .width-list, .recommendation-mobile_quickViewModal__attributes .width-list {
  margin: 0;
}
.product-detail__attributes .values, .product-quickview__attributes .values, .recommendation-mobile_quickViewModal__attributes .values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-width: 100%;
  margin-left: 0;
}
.product-detail__attributes .values li, .product-quickview__attributes .values li, .recommendation-mobile_quickViewModal__attributes .values li {
  margin: 0 5px;
}
.product-detail__attributes .arrow-attr-right, .product-detail__attributes .arrow-attr-left, .product-quickview__attributes .arrow-attr-right, .product-quickview__attributes .arrow-attr-left, .recommendation-mobile_quickViewModal__attributes .arrow-attr-right, .recommendation-mobile_quickViewModal__attributes .arrow-attr-left {
  position: absolute;
  width: 28px;
  height: 36px;
  cursor: pointer;
  top: 0;
  background: #ffffff;
  z-index: 2;
  text-align: center;
}
.product-detail__attributes .arrow-attr-right:before, .product-detail__attributes .arrow-attr-left:before, .product-quickview__attributes .arrow-attr-right:before, .product-quickview__attributes .arrow-attr-left:before, .recommendation-mobile_quickViewModal__attributes .arrow-attr-right:before, .recommendation-mobile_quickViewModal__attributes .arrow-attr-left:before {
  font-size: 21px;
  font-family: "FontAwesome";
  color: #EDEDED;
  line-height: 36px;
}
.product-detail__attributes .arrow-attr-right.disabled, .product-detail__attributes .arrow-attr-left.disabled, .product-quickview__attributes .arrow-attr-right.disabled, .product-quickview__attributes .arrow-attr-left.disabled, .recommendation-mobile_quickViewModal__attributes .arrow-attr-right.disabled, .recommendation-mobile_quickViewModal__attributes .arrow-attr-left.disabled {
  pointer-events: none;
  display: none;
}
.product-detail__attributes .arrow-attr-right.disabled:before, .product-detail__attributes .arrow-attr-left.disabled:before, .product-quickview__attributes .arrow-attr-right.disabled:before, .product-quickview__attributes .arrow-attr-left.disabled:before, .recommendation-mobile_quickViewModal__attributes .arrow-attr-right.disabled:before, .recommendation-mobile_quickViewModal__attributes .arrow-attr-left.disabled:before {
  font-size: 0px;
}
.product-detail__attributes .arrow-attr-left, .product-quickview__attributes .arrow-attr-left, .recommendation-mobile_quickViewModal__attributes .arrow-attr-left {
  left: 0;
}
.product-detail__attributes .arrow-attr-left:before, .product-quickview__attributes .arrow-attr-left:before, .recommendation-mobile_quickViewModal__attributes .arrow-attr-left:before {
  content: "\f053";
}
.product-detail__attributes .arrow-attr-right, .product-quickview__attributes .arrow-attr-right, .recommendation-mobile_quickViewModal__attributes .arrow-attr-right {
  right: 0;
}
.product-detail__attributes .arrow-attr-right:before, .product-quickview__attributes .arrow-attr-right:before, .recommendation-mobile_quickViewModal__attributes .arrow-attr-right:before {
  content: "\f054";
}
.product-detail__attributes .color-buttons, .product-quickview__attributes .color-buttons, .recommendation-mobile_quickViewModal__attributes .color-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 332px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-detail .btnCart, .product-quickview .btnCart, .recommendation-mobile_quickViewModal .btnCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 35px;
}
.product-detail .mostrarFlotante, .product-quickview .mostrarFlotante, .recommendation-mobile_quickViewModal .mostrarFlotante {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
}
.product-detail .selectMovil, .product-quickview .selectMovil, .recommendation-mobile_quickViewModal .selectMovil {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-detail .divClose, .product-quickview .divClose, .recommendation-mobile_quickViewModal .divClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: -3px 0px 10px 5px;
}
.product-detail .mostrarSizes, .product-quickview .mostrarSizes, .recommendation-mobile_quickViewModal .mostrarSizes {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  border: none;
  display: block !important;
}
.product-detail .btn-add-to-cart, .product-quickview .btn-add-to-cart, .recommendation-mobile_quickViewModal .btn-add-to-cart {
  border-radius: 3px;
  height: 35px;
  width: 90%;
  margin: 0% 5%;
  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;
}
.product-detail .fixed-mobile, .product-quickview .fixed-mobile, .recommendation-mobile_quickViewModal .fixed-mobile {
  background-color: #F5F5F5;
  -webkit-box-shadow: 0px 3px 10px #bdb3b3;
          box-shadow: 0px 3px 10px #bdb3b3;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  z-index: 20;
}
.product-detail .fixed-mobile__button, .product-quickview .fixed-mobile__button, .recommendation-mobile_quickViewModal .fixed-mobile__button {
  width: 100%;
  height: 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
}
.product-detail .fixed-mobile__button.mostrar, .product-quickview .fixed-mobile__button.mostrar, .recommendation-mobile_quickViewModal .fixed-mobile__button.mostrar {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  border: none;
}
.product-detail .fixed-mobile__button.mostrar span, .product-quickview .fixed-mobile__button.mostrar span, .recommendation-mobile_quickViewModal .fixed-mobile__button.mostrar span {
  background-color: #000000;
  color: #ffffff;
  font-family: "Futura-pt";
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-add-cart-pdp {
  border-radius: 5px !important;
  height: 45px !important;
  width: 100% !important;
  margin: 0 !important;
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
}

.product-detail .attributes .attribute .color-attribute.unselectable {
  display: none;
}

.quick-view-dialog .modal-header {
  background-color: #ffffff;
  border-bottom: none;
  border-top-left-radius: 0.1875 rem;
  border-top-right-radius: 0.1875 rem;
}

.product-quickview .product-name {
  font-family: "Futura-pt";
  font-weight: 400;
  font-size: 20px;
  text-align: left;
}
.product-quickview .prices {
  text-align: left;
}
.product-quickview .prices .ratings {
  float: none;
}
.product-quickview .prices .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 0.5em;
}
.product-quickview .prices .product-price .text-price {
  margin-right: 20px;
}
.product-quickview .prices .product-price .price {
  font-family: "Futura-pt";
  font-weight: 400;
  font-size: 18px;
}
.product-quickview .prices .product-price .price .strike-through {
  color: #000000;
}
.product-quickview .prices .product-price .price .sales {
  font-family: "Futura-pt";
  font-weight: 400;
  font-size: 18px;
  color: #CF3644;
}
.product-quickview .prices .product-number {
  font-size: 12px;
  font-family: "Futura-pt";
  font-weight: 400;
  color: #979797;
}
.product-quickview .attributes .color .attribute {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.product-quickview .attributes .color .attribute .color-attribute {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  outline: none;
}
.product-quickview .attributes .color .attribute .color-attribute span {
  border: none;
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  outline: none;
}
.product-quickview .attributes .color .attribute .color-attribute span::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 7px;
  left: 0;
  background: transparent;
  outline: none;
}
.product-quickview .attributes .color .values {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 0.6em;
  padding: 0 1em;
}
.product-quickview .attributes .color .values li {
  border: 1px solid #E1E1E1;
  background: #F5F5F5;
  padding: 0;
  height: 36px;
  max-width: 36px;
  text-align: center;
  font-size: 14px;
  color: #6B6B6B;
  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;
}
.product-quickview .attributes .color .values li button {
  border: none;
  background-color: transparent;
}
.product-quickview .attributes .color .values li.selected {
  background: #4E8B9B;
}
.product-quickview .attributes .color .values li.selected span {
  color: #ffffff;
  font-family: "Futura-pt";
  font-weight: 400;
}
.product-quickview .attributes .size label {
  font-size: 16px;
  font-family: "Futura-pt";
  font-weight: 600;
}
.product-quickview .attributes .size .values {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 0.6em;
  padding: 0 1em;
}
.product-quickview .attributes .size .values li {
  border: 1px solid #E1E1E1;
  background: #F5F5F5;
  padding: 0;
  height: 36px;
  max-width: 36px;
  text-align: center;
  font-size: 14px;
  color: #6B6B6B;
  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;
}
.product-quickview .attributes .size .values li.selected {
  background: #4E8B9B;
}
.product-quickview .attributes .size .values li.selected span {
  color: #ffffff;
  font-family: "Futura-pt";
  font-weight: 400;
}
.product-quickview .attributes .attribute .non-input-label {
  font-size: 16px;
  font-family: "Futura-pt";
  font-weight: 600;
}
.product-quickview .select-qty label {
  margin: 0;
  font-size: 16px;
  font-family: "Futura-pt";
  font-weight: 600;
}
.product-quickview .select-qty .quantity-select {
  border-radius: 5px;
  font-size: 16px;
  font-family: "Futura-pt";
  font-weight: 600;
}
.product-quickview .select-qty .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.fa-star::before, .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  color: #4E8B9B;
}

.fa-star-o::before {
  color: #BFBFBF;
  content: "\f005";
}

.data-checkout-stage option[value=new] {
  display: block;
}

div#product-search-results .breadcrumbs {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div#product-search-results .breadcrumbs {
  padding-top: 0;
}
div#product-search-results .productCount {
  font-size: 16px;
  color: #000000;
}
div#product-search-results .title-plp {
  font-size: 34px;
  color: #000000;
  font-weight: 500;
  font-family: "alternate-gothic-condensed-a";
  line-height: initial;
  margin: 0 8px 0 0;
  text-transform: uppercase;
}
div#product-search-results .header-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}

.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 0 0;
  margin-bottom: 100px;
}
.error-page__links {
  margin-top: 100px;
  padding: 0 0 0 200px;
}
.error-page__title, .error-page__title-bold {
  font-size: 32px;
  line-height: 40px;
  font-family: "Futura-pt";
  font-weight: 400;
  color: #4E8B9B;
  display: block;
  margin: 0;
}
.error-page__title-bold {
  font-weight: 600;
  margin-bottom: 30px;
}
.error-page__image {
  text-align: center;
}
.error-page__image img {
  width: 40%;
}
.error-page__new, .error-page__sales {
  width: 290px;
  display: block;
  margin-bottom: 13px;
}
.error-page__sales {
  margin-bottom: 34px;
}
.error-page__go-home {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.requestPasswordResetModal .modal-header {
  border: none;
  padding: 23px;
}
.requestPasswordResetModal .modal-header .logo-home {
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.requestPasswordResetModal .modal-header .logo-home h1 {
  width: 76px;
}
.requestPasswordResetModal .modal-body {
  padding: 0 30px 20px;
}
.requestPasswordResetModal .modal-body .modal-title {
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  padding: 10px;
}
.requestPasswordResetModal .modal-body .message {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
}
.requestPasswordResetModal .modal-body #reset-password-email, .requestPasswordResetModal .modal-body #submitEmailButton {
  width: 90%;
  margin: 0 auto;
}

.coupon-code-field {
  border-radius: 25px;
}

.lbl-toggle, .lbl-toggle2 {
  display: block;
  font-size: 1.1rem;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.lbl-toggle::before {
  font-family: "FontAwesome";
  float: right;
  content: "\f078";
  font-size: 15px;
  margin-right: 0.7rem;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.toggle2:checked + .lbl-toggle2::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  color: #6B6B6B;
}

.collapsible-content2 {
  max-height: 360px;
  overflow: hidden;
  color: #6B6B6B;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 360px;
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.toggle2:checked + .lbl-toggle2 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.complete_your_look {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.complete_your_look--display {
  -webkit-animation: openModal 1s;
  z-index: 1031;
  visibility: initial;
  top: 0;
}

.complete_your_look--close {
  -webkit-animation: closeModal 2s;
  top: 100vh;
  z-index: 1031;
}

@-webkit-keyframes openModal {
  from {
    -webkit-transform: translateY(100vh);
  }
}
@-webkit-keyframes closeModal {
  from {
    -webkit-transform: translateY(0vh);
  }
}
.img_close_modal {
  width: 30px;
  margin: 10px 15px 10px 0px !important;
  right: 0px;
  position: absolute;
}

.col-close_modal {
  height: 50px;
}

.complete_your_look-scroll {
  max-height: 60vh;
  overflow: auto;
  padding: 0rem 1rem;
}

.complete_your_look__modal {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 20px #bdb3b3;
          box-shadow: 0px 3px 20px #bdb3b3;
  position: fixed;
  bottom: 0;
  left: 0;
}

.modal__complete__exit {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vh;
}

.single-shipping .card {
  border: none;
}

.modal .modal-content {
  border: none;
}

.hide-modal-buttons {
  visibility: hidden;
}

.no-size {
  color: #FF0000;
  display: none;
}

.add-to-cart-buy {
  background-color: #ffffff !important;
  color: #000000;
  border: 1px solid;
  font-weight: 600;
}
.add-to-cart-buy:hover {
  background-color: #4E8B9B !important;
  color: #ffffff !important;
}

.add-to-cart-buy:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.fixed-mobile-buy {
  margin: 5px 0px 5px 0px;
  padding: 0px 10px;
}

.email-suggestions {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 30px;
}
.email-suggestions .suggestion {
  margin: 0px 5px !important;
  padding: 3px 0px;
  cursor: pointer;
}

.container-loader {
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.container-loader .loading-infinity {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: fadeIn 0.8s;
          animation: fadeIn 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 1, 2);
          animation-timing-function: cubic-bezier(0.7, 0, 1, 2);
}
.container-loader .loading-infinity .first-circle, .container-loader .loading-infinity .second-circle, .container-loader .loading-infinity .third-circle, .container-loader .loading-infinity .fourth-circle {
  position: absolute;
  background: #4E8B9B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-animation: horizontal 2s infinite, vertical 1s infinite;
          animation: horizontal 2s infinite, vertical 1s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0.7, 1), ease-in-out;
          animation-timing-function: cubic-bezier(0.3, 0, 0.7, 1), ease-in-out;
  -webkit-animation-delay: 0s, 0.25s;
          animation-delay: 0s, 0.25s;
  -webkit-box-shadow: 0 5px 10px skyblue;
          box-shadow: 0 5px 10px skyblue;
}
.container-loader .loading-infinity .second-circle {
  -webkit-animation-delay: 0.2s, 0.45s;
          animation-delay: 0.2s, 0.45s;
  opacity: 0.7;
}
.container-loader .loading-infinity .third-circle {
  -webkit-animation-delay: 0.4s, 0.65s;
          animation-delay: 0.4s, 0.65s;
  opacity: 0.5;
}
.container-loader .loading-infinity .fourth-circle {
  -webkit-animation-delay: 0.6s, 0.85s;
          animation-delay: 0.6s, 0.85s;
  opacity: 0.3;
}

@-webkit-keyframes horizontal {
  0% {
    left: -60px;
  }
  50% {
    left: 60px;
  }
  100% {
    left: -60px;
  }
}

@keyframes horizontal {
  0% {
    left: -60px;
  }
  50% {
    left: 60px;
  }
  100% {
    left: -60px;
  }
}
@-webkit-keyframes vertical {
  0% {
    top: -20px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: -20px;
  }
}
@keyframes vertical {
  0% {
    top: -20px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: -20px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 2;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 2;
  }
}
@media (min-width: 544px) {
  .slant-down::after {
    content: none !important;
  }
}
@media (max-width: 543.98px) {
  .page .popover {
    width: 100vw;
  }
  .page .popover.padding-ios {
    padding-bottom: 15px !important;
  }
  .page .popover .item__characteristics {
    max-width: calc(100vw - 149px);
    overflow: hidden;
  }
  .page .popover .container .cart {
    max-width: 95%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .navbar,
  .navbar .nav-item,
  .navbar .nav-item a,
  .navbar .nav-item.dropdown,
  .navbar .nav-item.dropdown a,
  .dropdown-menu,
  .dropdown-menu a {
    color: #000000;
  }
  .multilevel-dropdown .dropdown-menu {
    width: 100%;
    height: 100%;
  }
  .multilevel-dropdown .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1.page-title::before {
    width: calc((100vw - 720px) / 2);
    left: auto;
  }
  h1.page-title {
    left: auto;
  }
}
@media (min-width: 992px) {
  .page .return-to-log.mobile {
    display: none !important;
  }
  .product-detail .detail .fixedDetails, .product-quickview .detail .fixedDetails, .recommendation-mobile_quickViewModal .detail .fixedDetails {
    position: sticky;
    top: 150px;
    margin-right: 3rem;
  }
  .product-detail .detail .fixedDetails .id-product.product-desk > div, .product-quickview .detail .fixedDetails .id-product.product-desk > div, .recommendation-mobile_quickViewModal .detail .fixedDetails .id-product.product-desk > div {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-menu-mobile div.nav-item.dropdown-menu {
    display: none;
  }
  .modal-menu-mobile div.nav-item.dropdown-menu:first-child {
    display: contents;
  }
  .modal-menu-mobile div.nav-item.dropdown-menu .dropdown-item > ul {
    display: none;
  }
  .menu-group {
    border-bottom: solid 1px #000000;
  }
  .menu-group > ul {
    padding: 0 28px 19px 39px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu-group > ul > li {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .menu-group > ul > li > a {
    padding: 0 !important;
  }
  .navbar .modal-menu-mobile .dropdown-categories .dropdown-item.father-category a.father-category-link {
    font-size: 24px;
    font-weight: 400;
    padding: 1px 0 13px 0;
  }
  .navbar .modal-menu-mobile .dropdown-categories .dropdown-item.father-category a.father-category-link.first-level {
    padding-top: 13px;
  }
  .navbar .modal-menu-mobile .component-container {
    padding: 0 16px 38px;
    width: 100%;
  }
  .navbar .modal-menu-mobile .component-container .mobile-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .navbar .modal-menu-mobile .component-container .mobile-component.show {
    display: block;
  }
  .navbar .modal-menu-mobile .component-container .mobile-component .title-component {
    font-family: "alternate-gothic-condensed-a";
    font-size: 34px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    margin-left: 15px;
    margin-bottom: 34px;
  }
  .navbar .modal-menu-mobile .component-container .mobile-component--elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .navbar .modal-menu-mobile .component-container .mobile-component--elements::-webkit-scrollbar {
    display: none;
  }
  .navbar .modal-menu-mobile .component-container .mobile-component--elements .mobile-element {
    margin-right: 7px;
  }
  .navbar .modal-menu-mobile .component-container .mobile-component--elements .mobile-element--img {
    border-radius: 5px;
    height: 202px;
    width: 122px;
  }
  .navbar .modal-menu-mobile .component-container .mobile-component--elements .mobile-element--img img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
  }
  .navbar .modal-menu-mobile .component-container .mobile-component--elements .mobile-element--title {
    width: 100%;
    margin-top: 7px;
  }
  .navbar .modal-menu-mobile .component-container .mobile-component--elements .mobile-element--title span {
    text-transform: uppercase;
    font-weight: 400;
  }
  .login-page {
    padding: 0 15px;
  }
  .delete-product__footer > :not(:first-child) {
    margin-left: 0.25rem !important;
  }
  .delete-product__footer > :not(:last-child) {
    margin-right: 0.25rem !important;
  }
  .navbar .dropdown-menu[aria-hidden=true],
  .navbar .nav-item .dropdown-menu[aria-hidden=true],
  .navbar .nav-item a .dropdown-menu[aria-hidden=true],
  .navbar .nav-item.dropdown .dropdown-menu[aria-hidden=true],
  .navbar .nav-item.dropdown a .dropdown-menu[aria-hidden=true],
  .dropdown-menu .dropdown-menu[aria-hidden=true],
  .dropdown-menu a .dropdown-menu[aria-hidden=true] {
    -webkit-transition: none;
    transition: none;
  }
  .navbar.show .dropdown-menu[aria-hidden=false],
  .navbar .nav-item.show .dropdown-menu[aria-hidden=false],
  .navbar .nav-item a.show .dropdown-menu[aria-hidden=false],
  .navbar .nav-item.dropdown.show .dropdown-menu[aria-hidden=false],
  .navbar .nav-item.dropdown a.show .dropdown-menu[aria-hidden=false],
  .dropdown-menu.show .dropdown-menu[aria-hidden=false],
  .dropdown-menu a.show .dropdown-menu[aria-hidden=false] {
    -webkit-transition: none;
    transition: none;
  }
  .navcontentasses {
    display: block;
    width: 100%;
    padding: 10px 0 0 25px;
  }
  .navcontentasses-title {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 14px;
    font-size: 16px;
    color: #716F6F;
  }
  .navcontentasses-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    padding-left: 0;
    list-style: none;
    margin-bottom: -10px;
  }
  .navcontentasses-body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-right: 19px;
    margin-bottom: 5px;
  }
  .navcontentasses-body-content img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
  .navcontentasses-body-content span {
    font-size: 10px;
  }
  .navbar-nav {
    width: 100%;
    position: relative;
    top: 0;
    left: 0%;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .navbar-nav .nav-item {
    width: 100%;
    margin-left: 0%;
    /*&:nth-of-type(1){
        margin-top: 20px;
    }*/
    /*&:nth-last-of-type(1){
        display: none;
    }*/
  }
  .navbar-nav .nav-item.dropdown-categories > a.nav-link {
    font-weight: 400;
  }
  .navbar-nav .nav-item.dropdown-categories > a.nav-link.show {
    font-weight: 600;
    text-decoration: underline;
  }
  .navbar-nav .show.dropdown-categories {
    padding-bottom: 25px;
  }
  .navbar-nav .dropdown {
    width: 100%;
    max-width: 100vw;
    font-weight: 400;
    /*            & > div ~ .dropdown-menu >li > a.father-category-link{
        color: $blue3C !important;
        margin: 0;
    }*/
  }
  .navbar-nav .dropdown .dropdown-menu[aria-hidden=false] {
    display: block;
    top: 0 !important;
  }
  .navbar-nav .dropdown .dropdown-menu[aria-hidden=true] {
    display: none;
  }
  .navbar-nav .dropdown > div ~ .dropdown-menu > li > a, .navbar-nav .dropdown div ~ .dropdown-menu > li > div > a {
    font-size: 16px;
    font-weight: 100 !important;
    line-height: 35px;
    text-decoration: none;
    padding: 0 25px !important;
    border: solid red;
  }
  .navbar-nav .dropdown > a.father-category-link {
    color: pink !important;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
  }
  .navbar-nav .dropdown > div ~ .dropdown-menu > li > div > a {
    color: #6C6C6C !important;
    padding: 0 25px !important;
    margin-left: 20px;
  }
  .navbar-nav .dropdown > a.opened {
    color: #4E8B9B !important;
    font-weight: 700 !important;
    line-height: 32px;
    background-color: #ffffff !important;
    padding: 12px 25px !important;
  }
  .navbar-nav .dropdown > a.opened ~ .dropdown-menu > li > div > a, .navbar-nav .dropdown > a.opened ~ .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 500 !important;
    color: #000000 !important;
    line-height: 35px;
    padding: 0px 1.625em;
    text-decoration: none;
    padding: 0px 25px !important;
  }
  .navbar-nav .dropdown > a.opened ~ .dropdown-menu > li > div > a.father-category-link, .navbar-nav .dropdown > a.opened ~ .dropdown-menu > li > a.father-category-link {
    color: #4E8B9B !important;
    font-weight: 100 !important;
    padding-bottom: 10px !important;
    margin-top: -15px;
  }
  .navbar-nav .dropdown > a.opened ~ .dropdown-menu > li > div > a ~ ul a, .navbar-nav .dropdown > a.opened ~ .dropdown-menu > li > a ~ ul a {
    color: #6C6C6C !important;
    font-weight: 100 !important;
    padding: 0px 25px !important;
  }
  .navbar-nav .dropdown > a.opened ~ .dropdown-menu > li > div > a ~ ul a i, .navbar-nav .dropdown > a.opened ~ .dropdown-menu > li > a ~ ul a i {
    display: none;
  }
  .navbar-nav .dropdown > a.opened ~ .dropdown-menu > li > div > a ~ ul a.father-category-link, .navbar-nav .dropdown > a.opened ~ .dropdown-menu > li > a ~ ul a.father-category-link {
    color: #4E8B9B !important;
    font-weight: 100 !important;
    padding: 0px 25px !important;
    margin: 0;
  }
  .navbar-nav .dropdown > a.opened ~ .dropdown-menu > li > div > a ~ ul a.textD, .navbar-nav .dropdown > a.opened ~ .dropdown-menu > li > a ~ ul a.textD {
    text-decoration: underline;
  }
  .navbar-nav .dropdown > a.opened ~ ul {
    padding: 0px;
  }
  .menu-toggleable-left li > .close-menu, .menu-toggleable-right li > .close-menu {
    margin: 0 0 0 auto !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .in .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-bottom: solid 1px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 19px;
  }
  #maincontent {
    margin-top: 120px;
  }
  #maincontent.maincontent--layout .storepage {
    padding-top: 0px;
  }
  #maincontent.maincontent--layout .storepage.facelift {
    margin-top: -167px;
  }
  .btn-primary:hover #maincontent {
    margin-top: 115px;
  }
  .category-title h1 {
    font-size: 24px;
    line-height: 31px;
  }
  .category-title h1 span {
    font-size: 22px;
    line-height: 29px;
  }
  .menu-toggleable-left.in .dropdown, .menu-toggleable-right.in .dropdown {
    display: block;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  h1.page-title {
    left: auto;
  }
  .main-menu.menu-toggleable-left, .main-menu.menu-toggleable-right {
    z-index: 0;
  }
  .menu-toggleable-left li > .close-menu, .menu-toggleable-right li > .close-menu {
    margin: 120px 0 0 0;
    display: block;
  }
  .menu-toggleable-left .menu-group, .menu-toggleable-right .menu-group {
    width: 100%;
    z-index: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 60%;
  }
  .menu-toggleable-left .bg-inverse {
    width: 90vw;
  }
  .menu-toggleable-right .bg-inverse {
    width: 100vw;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
  }
  #removeProductModal .delete-product__footer, #wishlistRemoveProductModal .delete-product__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page .return-to-log.desk {
    display: none;
  }
  .page .popover {
    max-width: 380px;
  }
  .page .popover.show {
    -webkit-animation: moveOpen 0.3s;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
  }
  .noMovil {
    display: none;
  }
  .product-detail .fixed-mobile, .product-quickview .fixed-mobile, .recommendation-mobile_quickViewModal .fixed-mobile {
    display: block;
  }
  .product-detail .fixed-mobile .container-buttons-add-cart, .product-quickview .fixed-mobile .container-buttons-add-cart, .recommendation-mobile_quickViewModal .fixed-mobile .container-buttons-add-cart {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
  }
  .product-detail .fixed-mobile .container-buttons-add-cart .btnCart, .product-quickview .fixed-mobile .container-buttons-add-cart .btnCart, .recommendation-mobile_quickViewModal .fixed-mobile .container-buttons-add-cart .btnCart {
    margin-bottom: 10px;
  }
  div#product-search-results .header-mobile {
    margin: 0 0 16px 0 !important;
  }
  div#product-search-results .top-title {
    padding-left: 16px !important;
  }
  div#product-search-results .breadcrumbs {
    line-height: 20px;
  }
  div#product-search-results .breadcrumbs .breadcrumbs {
    padding-left: 0px;
  }
  div#product-search-results .breadcrumbs.col-md-12 {
    margin-top: 0;
  }
  div#product-search-results .breadcrumbs.col-md-12 a:nth-last-of-type(2) {
    line-height: 1;
    display: block;
  }
  div#product-search-results .breadcrumbs.col-md-12 a:nth-last-of-type(2)::before {
    width: 7px;
    height: 14px;
    background: url("../../images/arrow-left.svg") 100% no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-right: 13px;
    vertical-align: top;
  }
  .error-page {
    padding-top: 40px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .error-page__links {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 30px 0 0;
  }
  .error-page__title, .error-page__title-bold {
    font-size: 18px;
    line-height: 23px;
  }
  .error-page__title-bold {
    margin-bottom: 33px;
  }
  .error-page__new, .error-page__sales {
    width: 300px;
    display: block;
    margin: 0 auto 20px;
  }
  .error-page__sales {
    margin-bottom: 30px;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    overflow: auto !important;
    background-attachment: fixed;
    max-width: 90%;
    height: 100% !important;
    position: fixed;
    z-index: 10;
  }
  .menu-toggleable-right.navbar-toggleable-md.in {
    overflow: auto !important;
    background-attachment: fixed;
    max-width: 100%;
    height: 100% !important;
    position: fixed;
    z-index: 10;
    margin: 0;
  }
  .menu-toggleable-left.navbar-toggleable-md {
    max-width: 90%;
    -webkit-transition: right 0.5s cubic-bezier(0, 1, 0.5, 1) !important;
    transition: right 0.5s cubic-bezier(0, 1, 0.5, 1) !important;
    height: 100%;
  }
  .menu-toggleable-right.navbar-toggleable-md {
    max-width: 100%;
    -webkit-transition: right 0.5s cubic-bezier(0, 1, 0.5, 1) !important;
    transition: right 0.5s cubic-bezier(0, 1, 0.5, 1) !important;
    height: 100%;
  }
  .product-quickview__gallery {
    max-width: 100%;
  }
  .quick-view-dialog .modal-body {
    padding: 40px 30px 10px 30px !important;
  }
  .quick-view-dialog .modal-body .close {
    right: -20px !important;
    top: -26px !important;
  }
  .quick-view-dialog .modal-footer {
    padding: 5px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-shadow: 0px -5px 9px -1px rgba(0, 0, 0, 0.15);
            box-shadow: 0px -5px 9px -1px rgba(0, 0, 0, 0.15);
  }
  .quick-view-dialog .product-quickview .pull-right {
    width: 30px;
    height: 30px;
    background: #000000;
    border-radius: 50%;
    color: #ffffff;
  }
  .custom-product-quick-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-quickview__product-name {
    font-weight: 600 !important;
    padding-top: 5px !important;
  }
  .custom-attr-quantity .row .col-6 {
    padding-left: 0px;
  }
  .quickview__info-custom .ratings {
    display: none;
  }
  .quickview__info-custom .product-number {
    display: none;
  }
  .quickview__info-custom .product-quickview__prices .price {
    margin-left: 0px;
  }
  .quickview__info-custom .product-quickview__prices .quickview__prices-span {
    display: none;
  }
  .add-to-cart-buy {
    border-radius: 25px;
    width: 100%;
    display: none;
  }
  .fixed-mobile-buy {
    display: none !important;
  }
  /* -------------- CI-787 ----------------------------
  .subcategories_new_menu{
      .dropdown > a.opened{
          color: $black !important;
      }
      li.dropdown-item.dropdown{
          a{
              font-size: 16px;
              font-weight: 500 !important;
              padding: 0px 25px;
              line-height: 35px;
              text-decoration: none;
          }
          a.father-category-link{
              font-weight: 100 !important;
              padding-bottom: 10px;            
          }
      } 
      .dropdown > a.opened ~ .dropdown-menu > li{ 
          & > a{
              font-weight: 100 !important;
              margin-left: 20px;
              text-decoration: none;
              color: $gray6C!important;
          }
          & > a.father-category-link{
              margin-left: 0;
              color: $blue3C!important;
          }
      }
  }*/
}
@media (min-width: 544px) and (max-width: 991.98px) {
  .page .popover.padding-ios {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1.page-title::before {
    width: calc((100vw - 940px) / 2);
    left: auto;
  }
  h1.page-title {
    left: auto;
  }
}
@media (min-width: 1200px) {
  h1.page-title::before {
    width: calc((100vw - 1140px) / 2);
    left: auto;
  }
  h1.page-title {
    left: auto;
  }
}
@media (min-width: 1367px) {
  .page .popover.show {
    margin-right: calc(0px - (1366px - 100vw) / 2);
  }
}
.triangle_border_up {
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #6B6B6B;
  margin: 40px auto;
  position: absolute;
  margin-right: 25px;
  right: 0px;
  top: 0px;
  margin-top: -10px;
  z-index: 2;
}

.triangle_border_up span {
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent rgb(255, 255, 255);
  position: absolute;
  top: 2px;
  left: -10px;
}

.form-control-tooltip {
  background: #F5F5F5;
  padding: 8px 16px;
  margin: 0 15px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-control-tooltip label {
  width: 95%;
  margin-bottom: 0px;
}

.popover__wrapper {
  display: inline-block;
  width: 5%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.popover__wrapper svg {
  cursor: pointer;
  height: 18px;
}

.popover__content {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  color: #6B6B6B;
  border-radius: 10px;
  border: 1.5px solid #6B6B6B;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
  right: 0px;
}

.popover__wrapper:hover .popover__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
  text-align: center;
  margin-bottom: 0px;
}

.category-name-img {
  height: 11px;
  max-height: 11px;
}

@media (max-width: 543.98px) {
  .category-name-img {
    height: 15px;
    max-height: 15px;
  }
  .form-control-tooltip {
    margin-left: 0px;
    font-size: 12px;
  }
  .form-control-tooltip label {
    width: 90%;
  }
  .popover__wrapper {
    width: 10%;
  }
}
.imgs-horizontal-plp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}
.imgs-horizontal-plp .img-data {
  min-width: 100%;
  margin: 0 !important;
}

.img-zoom {
  width: 100%;
}

.product-mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .product-mobile {
    display: initial;
    margin-bottom: 15px;
  }
  .product-desk {
    display: none;
  }
  .carousel-product-item .product-tile .image-container .new-link-tag .div__tags .img-tag {
    display: none !important;
  }
}
.carousel-product-item .product-tile .image-container .new-link-tag .div__tags .img-tag {
  display: none !important;
}

@media (max-width: 767.98px) {
  .menu-toggleable-right.in .dropdown-menu {
    position: relative;
  }
}

@media (max-width: 991.98px) {
  .main-menu.menu-toggleable-right {
    background-color: #ffffff;
    z-index: 4;
  }
}

@media (max-width: 575.98px) {
  .menu-toggleable-right.navbar-toggleable-xs {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: right 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: right 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-right.navbar-toggleable-xs.in {
    min-width: 50%;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-right.navbar-toggleable-sm {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: right 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: right 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-right.navbar-toggleable-sm.in {
    min-width: 50%;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .menu-toggleable-right.navbar-toggleable-md {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: right 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: right 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-right.navbar-toggleable-md.in {
    min-width: 50%;
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .menu-toggleable-right.navbar-toggleable-lg {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: right 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: right 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-right.navbar-toggleable-lg.in {
    min-width: 50%;
    right: 0;
  }
}
.menu-toggleable-right.navbar-toggleable-xl {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  -webkit-transition: right 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: right 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 100%;
}
.menu-toggleable-right.navbar-toggleable-xl.in {
  min-width: 50%;
  right: 0;
}

.menu-toggleable-right {
  /* .menu-group {
       //flex: 0 0 100%;
       border:solid yellow;
   }*/
}
.menu-toggleable-right .close-menu {
  padding-right: 15px;
  margin-bottom: 16px;
  margin-top: 32px;
  margin-right: 9px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-height: 10%;
}
.menu-toggleable-right .menu-bar-group {
  display: none;
}
.menu-toggleable-right li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .menu-toggleable-right .bg-inverse {
    background-color: white !important;
    color: #222;
  }
}
@media (max-width: 575.98px) {
  .menu-toggleable-right.in {
    right: 0;
    margin-right: 1.25em; /* 20/16 */
  }
}
@media (max-width: 991.98px) {
  .menu-toggleable-right.in .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-right.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-right.in .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .menu-toggleable-right.in .nav-item .nav-link {
    padding-left: 1rem;
  }
  .menu-toggleable-right.in .show > .dropdown-menu {
    left: 0;
  }
  .menu-toggleable-right.in .dropdown-menu {
    position: relative;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    -webkit-transition: right 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: right 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
  }
}

@media (min-width: 992px) {
  .categorySelectClass a {
    text-decoration: underline;
    font-weight: 700 !important;
  }
}
