.not-available-color {
  fill: #ED6861;
}

.available-color {
  fill: #18A277;
}

.low-stock-color {
  fill: #ED6861;
}

.container .row.pdp-info {
  margin-bottom: 50px;
}
@media (max-width: 543.98px) {
  .container .row.pdp-info {
    margin-bottom: 0;
  }
}

.image-gallery-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

.add-to-cart-alert-col {
  display: none;
}
.add-to-cart-alert-col:has(.alert-danger.validate-select-variant.show) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.alert-danger.validate-select-variant {
  margin: 0;
  float: right;
  padding: 5px 20px 5px 10px;
  border-radius: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alert-danger.validate-select-variant .validate-select-variant-text {
  font-size: 13px;
  padding-left: 5px;
}
.alert-danger.validate-select-variant:not(.show) {
  padding: 0;
  height: 0;
}

.attributes {
  width: 100%;
}
.attributes .attributes-container {
  width: 100%;
}
@media (max-width: 768.98px) {
  .attributes.odd-color-attributes #quantity-selector {
    float: right;
  }
}
@media (min-width: 544px) {
  .attributes.odd-color-attributes .mirakl-quantity, .attributes.odd-color-attributes .quantity {
    padding-left: 20px;
  }
}
@media (max-width: 768.98px) {
  .attributes.odd-color-attributes .mirakl-quantity label, .attributes.odd-color-attributes .quantity label {
    left: 48%;
  }
}
@media (min-width: 544px) {
  .attributes.odd-color-attributes .mirakl-quantity label, .attributes.odd-color-attributes .quantity label {
    left: 40px;
  }
}

.image-gallery {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 3;
}
.image-gallery .gallery-inner {
  height: 100%;
  position: relative;
  padding: 39px 82px 153px 43px;
}
@media (min-width: 769px) {
  .image-gallery .gallery-inner {
    height: 73vh;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 105vh;
    min-width: 820px;
  }
}
.image-gallery .gallery-inner .close-icon {
  font-size: 40px;
  position: absolute;
  right: 44px;
  top: 20px;
  z-index: 5;
}
.image-gallery .gallery-inner .close-icon:hover {
  cursor: pointer;
}
.image-gallery .gallery-inner .carousel-indicators {
  bottom: -44px;
}
.image-gallery .gallery-inner .carousel-thumbnails-inner {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  display: grid;
  grid-template-columns: repeat(2, 100px);
  grid-gap: 15px;
}
.image-gallery .gallery-inner .carousel-thumbnails-inner .gallery-thumbnail .gallery-image {
  height: 100px;
  width: 100px;
}
.image-gallery .gallery-inner .carousel-thumbnails-inner .gallery-thumbnail .gallery-image img {
  max-height: 95px;
  max-width: 95px;
  margin: auto;
}
.image-gallery .gallery-inner .carousel-thumbnails-inner .gallery-thumbnail .gallery-image img:hover {
  cursor: pointer;
}
.image-gallery .gallery-inner .gallery-pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  gap: 20px;
}
.image-gallery .gallery-inner .gallery-pop .gallery-left {
  width: 500px;
  height: 500px;
}
@media (min-width: 769px) {
  .image-gallery .gallery-inner .gallery-pop .gallery-left {
    width: 60vh;
    max-height: 60vh;
  }
}
@media (max-width: 543.98px) {
  .image-gallery .gallery-inner .gallery-pop .gallery-left {
    max-height: 440px;
  }
}
.image-gallery .gallery-inner .gallery-pop .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-gallery .gallery-inner .gallery-pop .carousel .carousel-control-prev, .image-gallery .gallery-inner .gallery-pop .carousel .carousel-control-next {
  display: none;
}
.image-gallery .gallery-inner .gallery-pop .carousel .carousel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100%;
  margin-top: 5px;
}
.image-gallery .gallery-inner .gallery-pop .carousel .carousel-inner .carousel-item {
  height: 500px;
  text-align: center;
}
@media (min-width: 769px) {
  .image-gallery .gallery-inner .gallery-pop .carousel .carousel-inner .carousel-item {
    height: 60vh;
  }
}
@media (max-width: 543.98px) {
  .image-gallery .gallery-inner .gallery-pop .carousel .carousel-inner .carousel-item {
    max-height: 440px;
  }
}
.image-gallery .gallery-inner .gallery-pop .carousel .carousel-inner .carousel-item img {
  margin: 0 auto;
  max-width: 500px;
  max-height: 500px;
}
@media (min-width: 769px) {
  .image-gallery .gallery-inner .gallery-pop .carousel .carousel-inner .carousel-item img {
    max-width: 60vh;
    max-height: 60vh;
  }
}
@media (max-width: 543.98px) {
  .image-gallery .gallery-inner .gallery-pop .carousel .carousel-inner .carousel-item img {
    max-height: 440px;
  }
}
@media (max-width: 768.98px) {
  .image-gallery .gallery-inner .gallery-pop {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 65px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-breadcrumb .breadcrumb {
  border-top: none;
}

.product-detail .col-12,
.product-detail .col,
.product-detail .col-6 {
  padding: 0;
}
.product-detail .pdp-left-col {
  position: relative;
  padding-left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.product-detail .pdp-right-col {
  padding: 0 0 0 30px;
}
@media (max-width: 768.98px) {
  .product-detail .pdp-right-col {
    padding: 50px 25px 0;
  }
}
.product-detail .pdp-right-col .variation-attributes {
  position: relative;
}
@media (max-width: 768.98px) {
  .product-detail .pdp-right-col .variation-attributes {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product-detail .pdp-right-col .variation-attributes .variations {
  width: 180px;
}
@media (max-width: 768.98px) {
  .product-detail .pdp-right-col .variation-attributes .variations {
    width: 43%;
    margin-right: 0;
  }
}
@media (max-width: 543.98px) {
  .product-detail .pdp-right-col .variation-attributes .variations {
    width: 55%;
  }
}
.product-detail .pdp-right-col .variation-attributes .variations .attribute {
  position: relative;
}
.product-detail .pdp-right-col .attributes {
  padding: 0;
}
.product-detail .pdp-right-col .product-number {
  width: 100%;
  font-size: 12px;
  padding-bottom: 2px;
}
.product-detail .attributes .col,
.product-detail .attributes .col-12,
.product-detail .attributes .col-4,
.product-detail .attributes .col-8 {
  padding: 0;
}
.product-detail .attributes .col.c-offer-buy-block__price--additional-info,
.product-detail .attributes .col-12.c-offer-buy-block__price--additional-info,
.product-detail .attributes .col-4.c-offer-buy-block__price--additional-info,
.product-detail .attributes .col-8.c-offer-buy-block__price--additional-info {
  padding: 5px;
}
.product-detail .attributes .swatch-circle {
  width: 40px;
  height: 40px;
}
.product-detail .carousel-indicators {
  z-index: 1;
  bottom: -50px;
}
@media (max-width: 768.98px) {
  .product-detail .carousel-indicators {
    bottom: -45px;
  }
}

.product-detail .attributes .swatch-circle.color-value.selected:after {
  font-size: 35px;
  background-repeat: no-repeat;
  content: "";
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background-image: url("../../images/Check.svg");
  filter: brightness(0) invert(1);
}

.product-detail .attributes .swatch-circle.swatch-circle-white.color-value.selected:after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.product-detail .attributes .swatch-circle.color-value.swatch-circle-miscellaneous.selected:after {
  top: 8px;
  left: 13px;
}

.swatch-circle-miscellaneous.selected {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3d2b23), color-stop(22%, #3d2b23), color-stop(22%, #a38f7c), color-stop(40%, #a38f7c), color-stop(40%, #9d8c32), color-stop(60%, #9d8c32), color-stop(60%, #4d1e3d), color-stop(85%, #4d1e3d), color-stop(85%, #01484f), to(#01484f)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #8b5b7a), color-stop(50%, #8b5b7a), color-stop(50%, #1d1f27), to(#1d1f27)) !important;
  background: linear-gradient(0deg, #3d2b23 0, #3d2b23 22%, #a38f7c 22%, #a38f7c 40%, #9d8c32 40%, #9d8c32 60%, #4d1e3d 60%, #4d1e3d 85%, #01484f 85%, #01484f 100%), linear-gradient(0deg, #8b5b7a 0, #8b5b7a 50%, #1d1f27 50%, #1d1f27 100%) !important;
  background-repeat: repeat-y, repeat !important;
  background-size: 50% 100%, 100% 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.product-detail .carousel .icon-next,
.product-detail .carousel .icon-prev,
.image-gallery .carousel .icon-next,
.image-gallery .carousel .icon-prev {
  background-color: transparent;
}
.product-detail .carousel-indicators li,
.image-gallery .carousel-indicators li {
  background-color: #363E54;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.mirakl-quantity {
  position: relative;
}
.mirakl-quantity label {
  padding: 0 5px;
  font-size: 14px;
  position: absolute;
  background-color: white;
  z-index: 1;
  top: -11px;
  left: 20px;
}

.selected-color-name {
  font-family: ubuntuBold;
}

.attribute {
  margin-top: 0;
}
.attribute.quantity {
  margin-bottom: 0px;
  position: relative;
}
.attribute.quantity label {
  top: -11px;
  left: 20px;
}
@media (max-width: 768.98px) {
  .attribute {
    margin-bottom: 26px;
  }
}
.attribute .custom-select {
  width: 100%;
  color: #333333;
  font-size: 16px;
}
.attribute label {
  padding: 0 5px;
  font-size: 14px;
  position: absolute;
  background-color: white;
  z-index: 1;
  left: 20px;
  top: -8px;
  white-space: nowrap;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-and-ipay {
  text-align: right;
}
.cart-and-ipay .col-sm-12 {
  height: 44px;
}
@media (max-width: 543.98px) {
  .cart-and-ipay .col-sm-12 {
    height: 42px;
  }
}
@media (max-width: 543.98px) {
  .cart-and-ipay {
    padding: 0;
  }
}
.cart-and-ipay .btn {
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  border-radius: 60px;
}

.detail-attributes {
  padding: 0;
}

.description-section {
  margin-top: 0;
}
.description-section .title {
  font-size: 24px;
}
@media (max-width: 543.98px) {
  .description-section .title {
    font-size: 16px;
    margin: 0;
  }
}
.description-section .description {
  border-bottom: 1px solid #D8DFE8;
}
.description-section .description .details-not-returnable {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 7px;
}
.description-section .description .details-not-returnable .non-returnable-label {
  font-size: 14px;
  line-height: 18px;
}
.description-section .description .details-not-returnable img {
  width: 13px;
  height: 13px;
}

.description-and-detail .collapsible-details video,
.description-and-detail .collapsible-details img {
  width: 100%;
}

.description-and-detail {
  margin-top: 0;
}
@media (max-width: 543.98px) {
  .description-and-detail > div:last-child {
    margin-bottom: 4px;
  }
}
.description-and-detail .details {
  border-bottom: 1px solid #D8DFE8;
}
.description-and-detail .title {
  font-family: ubuntuBold;
}
.description-and-detail .product-attributes {
  border-bottom: 1px solid #D8DFE8;
}
.description-and-detail .product-attributes .content ul {
  padding-left: 16px;
  margin-bottom: 0;
}
@media (max-width: 543.98px) {
  .description-and-detail .product-attributes .content {
    margin-top: 0;
  }
}
@media (max-width: 768.98px) {
  .description-and-detail .product-attributes .content {
    margin-top: 0;
  }
}
.description-and-detail .product-attributes .title {
  font-size: 24px;
}
@media (max-width: 543.98px) {
  .description-and-detail .product-attributes .title {
    font-size: 16px;
  }
}
.description-and-detail .product-attributes .attribute-name {
  font-size: 22px;
  font-family: ubuntu;
  margin-bottom: 11px;
}
@media (max-width: 768.98px) {
  .description-and-detail .product-attributes .attribute-name {
    font-size: 16px;
  }
}
.description-and-detail .product-attributes .attribute-values {
  font-size: 16px;
}
.description-and-detail .product-attributes .attribute-values:not(:last-child) {
  margin-bottom: 2px;
}
.description-and-detail .description .collapsible-description,
.description-and-detail .description .collapsible-details,
.description-and-detail .details .collapsible-description,
.description-and-detail .details .collapsible-details {
  padding: 18px 0 0;
}
@media (max-width: 543.98px) {
  .description-and-detail .description .collapsible-description,
  .description-and-detail .description .collapsible-details,
  .description-and-detail .details .collapsible-description,
  .description-and-detail .details .collapsible-details {
    font-size: 14px;
  }
}
@media (max-width: 543.98px) {
  .description-and-detail .description .collapsible-details,
  .description-and-detail .details .collapsible-details {
    margin: 0;
    padding: 10px 0;
  }
}
@media (min-width: 544px) {
  .description-and-detail .description,
  .description-and-detail .details {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.description-and-detail .description .title,
.description-and-detail .details .title {
  font-size: 24px;
}
@media (max-width: 543.98px) {
  .description-and-detail .description .title,
  .description-and-detail .details .title {
    font-size: 16px;
  }
}
.description-and-detail .aemContainer [type=h2], .description-and-detail .aemContainer [type=h3], .description-and-detail .aemContainer [type=h4] {
  font-size: 20px;
  font-weight: bold;
}
.description-and-detail .aemContainer img {
  width: auto !important;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768.98px) {
  .description-and-detail {
    margin: 0 25px;
  }
}

.product-detail .related-products .custom-slick .container .header .title, .product-detail .recently-viewed .custom-slick .container .header .title {
  font-size: 24px;
}
@media (max-width: 768.98px) {
  .product-detail .related-products .custom-slick, .product-detail .recently-viewed .custom-slick {
    margin: 0 25px;
  }
  .product-detail .related-products .custom-slick .container .header .title, .product-detail .recently-viewed .custom-slick .container .header .title {
    font-size: 16px;
  }
}

.container.product-detail {
  padding: 0 16px;
}

.collapsible-xl .title::after {
  font-size: 18px;
}
@media (max-width: 543.98px) {
  .collapsible-xl .title::after {
    font-size: 14px;
  }
}

@media only screen and (max-width: 620px) and (min-width: 544px) {
  .add-to-cart.btn.btn-primary {
    padding: 12px 15px;
  }
  .price .sales {
    font-size: 23px;
  }
}
.product-detail .offer-quantity-select.custom-select,
.product-detail .quantity-select {
  padding: 0 25px;
  font-weight: bold;
  border-radius: 30px;
  width: 100px;
}

.product-detail .icon-actions {
  position: absolute;
  top: 0;
  bottom: auto;
  right: 54px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  z-index: 2;
}
@media (max-width: 768.98px) {
  .product-detail .icon-actions {
    right: 3rem;
  }
}
.product-detail .icon-actions .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
.product-detail .icon-actions .container button {
  padding: 0;
  border: none;
  width: 34px;
  height: 34px;
}
.product-detail .icon-actions .container button:hover {
  background: transparent;
  color: black;
}
.product-detail .icon-actions .container button .fa {
  width: inherit;
  height: inherit;
  z-index: 3;
}
.product-detail .icon-actions .container button .fa::before {
  display: block;
  height: inherit;
}
.product-detail .icon-actions .container button .fa-share::before {
  content: url("../../images/share-bg.svg");
}
.product-detail .icon-actions .container button .fa-heart::before {
  content: url("../../images/wishlist-heart-filled.svg");
}
.product-detail .icon-actions .container button .fa-heart-o::before {
  content: url("../../images/wishlist-heart-empty.svg");
}

#quantity-selector {
  border: 1px solid #E1E6ED;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  border-radius: 28px;
  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;
}
@media (max-width: 768.98px) {
  #quantity-selector {
    padding: 2px 15px;
  }
}
#quantity-selector .input-number-decrement {
  color: #8590A0;
  font-size: 16px;
}
#quantity-selector .input-number-decrement:hover {
  cursor: pointer;
}
#quantity-selector .input-number-decrement.cursor-not-allowed:hover {
  cursor: not-allowed;
}
#quantity-selector .input-number-increment {
  font-size: 16px;
}
#quantity-selector .input-number-increment:hover {
  cursor: pointer;
}
#quantity-selector .input-number-increment.cursor-not-allowed:hover {
  cursor: not-allowed;
}
#quantity-selector .input-number {
  color: #333333;
  font-size: 16px;
  border: none;
  padding: 10px 10px 7.5px;
  text-align: center;
  width: 57px;
  pointer-events: none;
}
#quantity-selector .input-number:focus {
  outline: none;
}

.selection-attributes {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #D8DFE8;
}

.container.product-detail.product-wrapper h1.product-name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .container.product-detail.product-wrapper h1.product-name {
    font-size: 18px;
    border-bottom: none;
  }
}

.product-number {
  color: #5B6A7E;
  padding-top: 0;
}

.primary-images {
  position: relative;
}
.primary-images:hover {
  cursor: pointer;
}
.primary-images .carousel .carousel-control-prev {
  opacity: 1;
}
.primary-images .carousel .carousel-control-prev .icon-prev {
  left: 45px;
  background-image: url("../../images/arrow-left-pdp.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.primary-images .carousel .carousel-control-prev .icon-prev::before {
  content: "";
}
.primary-images .carousel .carousel-control-prev:focus {
  outline: none;
}
.primary-images .carousel .carousel-control-prev:focus-visible {
  outline: none;
}
.primary-images .carousel .img_producto_container img {
  padding: 0;
}
@media (max-width: 991.98px) {
  .primary-images .carousel .img_producto_container img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 543.98px) {
  .primary-images .carousel .img_producto_container img {
    height: 345px;
    width: 290px;
  }
}
.primary-images .carousel .carousel-control-next {
  opacity: 1;
}
.primary-images .carousel .carousel-control-next .icon-next {
  background-image: url("../../images/arrow-right-pdp.svg");
  background-repeat: no-repeat;
  background-size: cover;
  right: -3px;
}
.primary-images .carousel .carousel-control-next .icon-next::before {
  content: "";
}
.primary-images .carousel .carousel-control-next:focus {
  outline: none;
}
.primary-images .carousel .carousel-control-next:focus-visible {
  outline: none;
}
.primary-images img {
  padding: 0 45px;
  height: 500px;
  margin: 0 auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 544px) {
  .primary-images img:hover {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.size-chart {
  position: absolute;
  bottom: 30px;
  right: 0;
  padding-right: 0;
  text-align: right;
  text-decoration: underline;
}
.size-chart a {
  color: #1ba2af !important;
  font-size: 0.875em;
}

.collapsible-xl {
  padding: 16px 0;
}
.collapsible-xl.active .content {
  margin: 5px 0;
}
.collapsible-xl.active .content .general-attributes {
  margin-bottom: 20px;
}
.collapsible-xl.active .content .description-text {
  font-size: 16px;
  word-break: break-word;
}
.collapsible-xl.active .content .description-text img {
  max-width: 100%;
}
.collapsible-xl.active .content .description-text .tab-pane.fade {
  opacity: 1;
}
.collapsible-xl.active .content.collapsible-details {
  font-size: 16px;
}
.collapsible-xl .collapsible-details {
  padding: 32px 0;
}
.collapsible-xl:hover {
  cursor: pointer;
}
.collapsible-xl .title {
  margin-bottom: 0;
}

.prices-add-to-cart-actions {
  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: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid #D8DFE8;
  z-index: 0;
  gap: 16px;
}
.prices-add-to-cart-actions .row {
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prices-add-to-cart-actions .row.seller-stock {
  padding-bottom: 0;
  font-size: 16px;
}
.prices-add-to-cart-actions .row.seller-stock .seller {
  font-size: 18px;
}
.prices-add-to-cart-actions p {
  margin-bottom: 0;
}
.prices-add-to-cart-actions .col-6 {
  padding: 0;
}
.prices-add-to-cart-actions .prices-general {
  max-width: calc(100% - 150px);
}
.prices-add-to-cart-actions .prices {
  padding: 0;
}
.prices-add-to-cart-actions .prices .price {
  text-align: left;
}
.prices-add-to-cart-actions .prices .price .sales {
  font-family: ubuntuBold;
}
.prices-add-to-cart-actions .c-offer-buy-block__price--additional-info {
  background-color: rgba(237, 104, 97, 0.231372549);
  color: #ED6861;
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 5px;
}
@media (max-width: 768.98px) {
  .prices-add-to-cart-actions {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.price-col {
  padding: 0;
}

.offer-add-to-cart.btn.btn-primary {
  border-radius: 60px;
  font-weight: bold;
  color: #fff;
  border: none;
  width: 100%;
}
@media (min-width: 769px) {
  .offer-add-to-cart.btn.btn-primary {
    width: auto;
  }
}

.pdp-buybox {
  padding-top: 16px;
}
.pdp-buybox .product-availability {
  padding-top: 20px;
}
.pdp-buybox .product-availability .availability-msg {
  font-size: 14px;
  margin-bottom: 0;
  text-align: right;
}
.pdp-buybox .row.points-promo {
  border-top: unset;
  border-bottom: 1px solid #D8DFE8;
}

.select-label {
  color: #333333;
}

.available-color {
  text-align: right;
}

.stock-availability {
  text-align: right;
}

.add-to-cart-col {
  padding: 0;
  text-align: right;
}

.non-input-label {
  font-size: 0.88em;
}
.non-input-label.color {
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
}

.pdp-attributesBox {
  width: 100%;
}

.attributes .attributes-container {
  border-top: 1px solid #D8DFE8;
  padding: 16px 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 16px;
}
.attributes .main-attributes, .attributes .variation-attributes {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.c-offer-buy-block__offer-details.offer-details {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.mirakl-quantity, .attribute-quantity {
  position: relative;
}
.mirakl-quantity .c-shop-offers__qty, .attribute-quantity .c-shop-offers__qty {
  font-size: 14px;
  position: absolute;
  background-color: white;
  z-index: 0;
  left: 21px;
  top: -10px;
}

.add-to-cart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.add-to-cart {
  background-color: #1ba2af;
  border-radius: 60px;
  font-weight: bold;
  color: #fff;
}
.add-to-cart:disabled {
  background-color: #E0E5EC !important;
  border-radius: 20px;
  font-weight: bold;
  color: #58595B !important;
  border: none;
  opacity: 1 !important;
}

.c-shop-offers__add-to-cart-column {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
}
@media (min-width: 769px) {
  .c-shop-offers__add-to-cart-column {
    width: auto;
  }
}

.c-offer-buy-block__prices {
  padding: 30px 0;
}

.seller-info {
  border-top: 1px solid #D8DFE8;
  padding: 16px 0;
  width: 100%;
}
.seller-info .seller-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seller-info .col-6 {
  padding: 0;
}
.seller-info .shipping-details {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seller-info .c-offer-buy-block__price--extra-shipping {
  position: static;
  font-size: 16px;
}

.seller-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-top: 5px;
}
.seller-delivery .non-returnable-label {
  font-size: 14px;
  line-height: 18px;
}
.seller-delivery img {
  width: 13px;
  height: 13px;
}

.swatch-circle-beige {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #F4E7CD !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #030303 !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1BA2AF !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #7B6554 !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #018179 !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #6A728B !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #363E54 !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ED6861 !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #F0A6C8 !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #7E3363 !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #C55A68 !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #FFFFFF !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ECD765 !important;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7b6554), color-stop(22%, #7b6554), color-stop(22%, #f4e7cd), color-stop(40%, #f4e7cd), color-stop(40%, #ecd765), color-stop(60%, #ecd765), color-stop(60%, #7e3363), color-stop(85%, #7e3363), color-stop(85%, #018179), to(#018179)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #f0a6c8), color-stop(50%, #f0a6c8), color-stop(50%, #363e54), to(#363e54)) !important;
  background: linear-gradient(0deg, #7b6554 0, #7b6554 22%, #f4e7cd 22%, #f4e7cd 40%, #ecd765 40%, #ecd765 60%, #7e3363 60%, #7e3363 85%, #018179 85%, #018179 100%), linear-gradient(0deg, #f0a6c8 0, #f0a6c8 50%, #363e54 50%, #363e54 100%) !important;
  background-repeat: repeat-y, repeat !important;
  background-size: 50% 100%, 100% 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.swatch-circle-silver {
  background: -webkit-gradient(linear, left bottom, left top, from(#bebfc4), to(#f4f4f4)) !important;
  background: linear-gradient(0deg, #bebfc4, #f4f4f4) !important;
  background-repeat: repeat-y, repeat !important;
  background-size: 100% 100% !important;
  border: 0px solid transparent !important;
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 2.5em;
}
.swatch-circle-silver.disabled {
  opacity: 0.2;
}
.swatch-circle-silver.selected::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.swatch-circle-gold {
  background: -webkit-gradient(linear, left bottom, left top, from(#C4A645), to(#FDE388)) !important;
  background: linear-gradient(0deg, #C4A645, #FDE388) !important;
  background-repeat: repeat-y, repeat !important;
  background-size: 100% 100% !important;
  border: 0px solid transparent !important;
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 2.5em;
}
.swatch-circle-gold.disabled {
  opacity: 0.2;
}
.swatch-circle-gold.selected::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.swatch-circle-rosegold {
  background: -webkit-gradient(linear, left bottom, left top, from(#C99D90), to(#F0D4CB)) !important;
  background: linear-gradient(0deg, #C99D90, #F0D4CB) !important;
  background-repeat: repeat-y, repeat !important;
  background-size: 100% 100% !important;
  border: 0px solid transparent !important;
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 2.5em;
}
.swatch-circle-rosegold.disabled {
  opacity: 0.2;
}
.swatch-circle-rosegold.selected::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.gallery-show .image-gallery h1 {
  max-width: 320px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
  font-size: 22px;
  margin-bottom: 20px;
}

.points-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #D8DFE8;
  gap: 10px;
  padding: 16px 0px !important;
  position: relative;
  background: white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.points-promo.master-container {
  border-bottom: 1px solid #D8DFE8;
  border-top: unset;
}

.points-promo .promos, .seller-offer-details .seller-promotions {
  margin-top: 0;
  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;
  gap: 8px;
}
.points-promo .promos .promo-container, .seller-offer-details .seller-promotions .promo-container {
  width: 100%;
}
.points-promo .promos .promo-container .promotions, .seller-offer-details .seller-promotions .promo-container .promotions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  height: 100%;
}
.points-promo .promos .promo-container .promotions .promo-element, .seller-offer-details .seller-promotions .promo-container .promotions .promo-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  border-radius: 14px;
  background-color: #F7F8FA;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768.98px) {
  .points-promo .promos .promo-container .promotions .promo-element, .seller-offer-details .seller-promotions .promo-container .promotions .promo-element {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.points-promo .promos .promo-container .promotions .promo-title, .seller-offer-details .seller-promotions .promo-container .promotions .promo-title {
  background-color: #1ba2af;
  color: white;
  font-size: 16px;
  font-family: ubuntuBold;
  text-align: left;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
  max-height: 28px;
  -ms-flex-item-align: center;
      align-self: center;
}
.points-promo .promos .promo-container .promotions .content, .seller-offer-details .seller-promotions .promo-container .promotions .content {
  font-size: 16px;
  padding: 2px 10px;
  color: #1ba2af;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
}
.points-promo .promos .promo-container .promo-title, .seller-offer-details .seller-promotions .promo-container .promo-title {
  background-color: #1ba2af;
  color: white;
  font-size: 16px;
  font-family: ubuntuBold;
  text-align: left;
  padding: 2px 8px;
  border-radius: 4px;
  -ms-flex-item-align: center;
      align-self: center;
}
.points-promo .promos .promo-container .content, .seller-offer-details .seller-promotions .promo-container .content {
  font-size: 16px;
  padding: 5px 10px;
  color: #1ba2af;
  text-align: left;
}
.points-promo .promos.master-container, .seller-offer-details .seller-promotions.master-container {
  border-bottom: 1px solid #D8DFE8;
  border-top: unset;
}

.seller-offer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.seller-offer-details .seller-offer-details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.seller-offer-details .seller-offer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.seller-offer-details .seller-offer-delivery-pricing-promotions {
  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;
  gap: 16px;
}
.seller-offer-details .seller-offer-delivery-pricing-promotions .seller-offer-pricing-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.seller-offer-details .seller-offer-delivery-pricing-promotions .seller-offer-delivery-promotions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}
.seller-offer-details .seller-offer-delivery-pricing-promotions .seller-offer-delivery-promotions-container .seller-offer-delivery-info {
  width: 100%;
}
.seller-offer-details .seller-offer-delivery-pricing-promotions .seller-offer-pricing-and-actions {
  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;
  gap: 16px;
  width: 100%;
}
.seller-offer-details .seller-offer-delivery-pricing-promotions .seller-offer-pricing-and-actions .seller-offer-pricing {
  display: none;
}
@media (min-width: 769px) {
  .seller-offer-details .seller-offer-delivery-pricing-promotions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 32px;
  }
  .seller-offer-details .seller-offer-delivery-pricing-promotions .seller-offer-pricing-mobile {
    display: none;
  }
  .seller-offer-details .seller-offer-delivery-pricing-promotions .seller-offer-delivery-promotions-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 50%;
  }
  .seller-offer-details .seller-offer-delivery-pricing-promotions .seller-offer-pricing-and-actions {
    width: 50%;
  }
  .seller-offer-details .seller-offer-delivery-pricing-promotions .seller-offer-pricing-and-actions .seller-offer-pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 992px) {
  .seller-offer-details .seller-offer-delivery-pricing-promotions {
    gap: 64px;
  }
  .seller-offer-details .seller-offer-delivery-pricing-promotions .seller-offer-delivery-promotions-container {
    width: 60%;
  }
  .seller-offer-details .seller-offer-delivery-pricing-promotions .seller-offer-pricing-and-actions {
    width: 40%;
  }
}
.seller-offer-details .seller-promotions .promo-element {
  padding: 0 !important;
  background-color: transparent !important;
}

@media (max-width: 768px) {
  .gallery-show .image-gallery {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .gallery-show .gallery-inner {
    padding: 20% 5% 5%;
    overflow-y: scroll;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .gallery-show .gallery-inner::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 768.98px) {
  .gallery-show .gallery-inner {
    padding: 12% 5% 5%;
  }
}
@media (max-width: 768px) and (max-width: 543.98px) {
  .gallery-show .gallery-inner {
    padding: 22% 5% 5%;
  }
}
@media (max-width: 768px) {
  .gallery-show .image-gallery h1,
  .gallery-show .image-gallery .gallery-product-number {
    display: none;
  }
  .gallery-show .image-gallery .gallery-inner .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .gallery-show .image-gallery .col-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .gallery-show .image-gallery .gallery-inner .row .col-6 .carousel .carousel-inner .carousel-item {
    padding-top: 10px;
  }
  .gallery-show .image-gallery .gallery-inner .row .col-6 .carousel .carousel-inner .carousel-item img {
    height: auto;
    max-height: 55vh;
  }
  .gallery-show .image-gallery .gallery-inner .row .col-6 {
    height: auto;
  }
  .gallery-show .carousel-indicators {
    bottom: -8vh;
  }
}
.product-detail .attribute .color-attribute .color-value.swatch-circle.swatch-value {
  border: 1px solid transparent;
  border-radius: 50%;
}
.product-detail .attribute .color-attribute .color-value.swatch-circle.swatch-value.swatch-circle-white {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3) inset;
}

.product-detail .attribute .color-attribute {
  position: relative;
}

.product-detail .attribute .color-attribute.unselectable {
  pointer-events: none;
}

.product-detail .attribute .color-attribute.unselectable span.color-value.unselectable {
  border: 5px solid #fff !important;
  opacity: 0.75 !important;
}
.product-detail .attribute .color-attribute.unselectable span.color-value.unselectable.selected::after {
  top: 13px;
  left: 10px;
}

.add-to-cart-messages {
  z-index: 3;
}

.add-to-basket-alert {
  background-color: #DCEDED;
  color: #1ba2af;
  z-index: 2;
  position: relative;
}

.product-brand-name {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.attribute .color-attribute.unselectable:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../../images/unavailable_color.svg);
  z-index: 1;
}

.attribute .color-value.unselectable {
  position: static;
  border: 5px solid #fff !important;
  opacity: 0.75 !important;
}
.attribute .color-value.unselectable:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../../images/unavailable_color.svg);
  z-index: 1;
}
.attribute .color-value.unselectable.swatch-circle-miscellaneous, .attribute .color-value.unselectable.swatch-circle-silver, .attribute .color-value.unselectable.swatch-circle-gold, .attribute .color-value.unselectable.swatch-circle-rosegold {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.attribute .color-value.unselectable.swatch-circle-miscellaneous::after, .attribute .color-value.unselectable.swatch-circle-silver::after, .attribute .color-value.unselectable.swatch-circle-gold::after, .attribute .color-value.unselectable.swatch-circle-rosegold::after {
  top: -5px;
  left: -5px;
  width: 40px;
  height: 40px;
}

.select2-results__option.select2-results__option--disabled {
  text-decoration: line-through;
}

.color-attribute:has(.selected) {
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .pinch-zoom.img_producto_container {
    max-height: 50vh !important;
    overflow: scroll;
  }
  .image-gallery .gallery-inner .carousel .carousel-inner .carousel-item.pinch-zoom img {
    height: 70vh;
    margin: 0 auto;
    max-width: 130%;
  }
  .image-gallery .gallery-inner .carousel .carousel-inner .carousel-item.pinch-zoom img {
    max-height: 70vh;
  }
  .pinch-zoom.img_producto_container::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .pinch-zoom.img_producto_container {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 470px;
}

/* size-chart */
.size-chart-button {
  margin-left: auto;
  font-size: 14px;
  font-family: ubuntuBold;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 991.98px) {
  .size-chart-button {
    padding-right: 16px;
    position: static;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
  }
}
.size-chart-button:hover {
  cursor: pointer;
}

.size-chart-modal .modal {
  padding: 0 !important;
}
@media (max-width: 768.98px) {
  .size-chart-modal .modal .modal-dialog {
    margin: 0;
  }
}
.size-chart-modal .extra-info {
  font-size: 15px;
  margin-top: 15px;
}
.size-chart-modal .modal-content.size-chart-content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.size-chart-modal .modal-content.size-chart-content .close {
  position: absolute;
  right: 20px;
  top: 7px;
  color: #333333;
  font-family: ubuntu;
  font-weight: normal;
  opacity: 1;
  font-size: 36px;
}
@media (max-width: 768.98px) {
  .size-chart-modal .modal-content.size-chart-content {
    height: 100vh;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
    top: 0;
    position: fixed;
  }
}
.size-chart-modal .modal-dialog {
  max-width: 850px;
}
@media (max-width: 1199.98px) {
  .size-chart-modal .modal-dialog {
    max-width: 700px;
  }
}
@media (max-width: 768.98px) {
  .size-chart-modal .modal-dialog {
    max-width: 100%;
    height: 100vh;
  }
}
.size-chart-modal .size-chart-elements {
  width: 50%;
}
.size-chart-modal .size-chart-elements img {
  width: 100%;
}
.size-chart-modal .size-chart-elements.size-chart-details {
  padding: 30px 40px;
}
@media (max-width: 768.98px) {
  .size-chart-modal .size-chart-elements.size-chart-details {
    padding: 27px 30px;
  }
}
.size-chart-modal .size-chart-elements.size-chart-details .size-chart-title {
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  .size-chart-modal .size-chart-elements.size-chart-details .size-chart-title {
    margin-bottom: 10px;
  }
}
.size-chart-modal .size-chart-elements.size-chart-details .size-chart-title strong {
  font-family: ubuntuBold;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents {
  overflow: auto;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents .size-title {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents .size-title .table-element {
  min-width: 65px;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents .size-title .table-element:not(:first-child) {
  padding: 0 10px;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents .size-title .table-element:last-child {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents .sizes {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents .sizes .table-element {
  min-width: 65px;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents .sizes .table-element:not(:first-child) {
  padding: 0 10px;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents .sizes .table-element:last-child {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents .sizes:last-child {
  margin-bottom: 10px;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents::-webkit-scrollbar {
  width: auto;
  height: 7px;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents::-webkit-scrollbar-thumb {
  background: #1ba2af;
  border-radius: 60px;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents::-webkit-scrollbar-track {
  background: #EAEFF5;
}
.size-chart-modal .size-chart-elements.size-chart-details .table-contents::-webkit-scrollbar-thumb:hover {
  background: #0D8B9A;
}
@media (max-width: 768.98px) {
  .size-chart-modal .size-chart-elements {
    width: 100%;
  }
}

.size-title {
  font-family: ubuntuBold;
  padding-bottom: 7px;
}

.sizes {
  border-bottom: 0.5px solid #CCCCCC;
  padding: 4px 0;
}

/* recommendations */
.recommended-products script {
  display: none;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y pinch-zoom;
      touch-action: pan-y pinch-zoom;
}

.seller-promo-title {
  background-color: #1ba2af;
  border-radius: 4px;
  padding: 4px 8px;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-family: "ubuntuBold";
  white-space: nowrap;
  font-size: 15px;
}

.share-product-alert-message {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.share-product-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.share-product-alert.show {
  display: block;
}

.selling-fast-label {
  background-color: #FFDCCC;
  font-family: ubuntuBold;
  font-size: 14px;
  padding: 4px;
  padding-right: 8px;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
