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

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

.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); }

.alert-danger.validate-select-variant {
  margin: 0;
  float: right;
  padding: 5px 20px 5px 10px;
  border-radius: 25px;
  width: fit-content;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -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; }

@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%;
  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: 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 {
      -ms-flex-pack: normal;
          justify-content: normal;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (100px)[2];
          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: -ms-flexbox;
      display: flex;
      -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: -ms-flexbox;
        display: flex;
        -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: -ms-flexbox;
          display: flex;
          -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;
          -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: fit-content; }
  .product-detail .pdp-left-col .add-to-wish-list {
    padding: 6px 9px;
    border: none;
    width: fit-content;
    position: absolute;
    bottom: 0;
    right: 50px; }
    .product-detail .pdp-left-col .add-to-wish-list:hover {
      background: transparent;
      color: black; }
    .product-detail .pdp-left-col .add-to-wish-list .fa-heart::before {
      content: url("../../images/wheart-full.svg"); }
    .product-detail .pdp-left-col .add-to-wish-list .fa-heart-o::before {
      content: url("../../images/wheart-empty.svg"); }

.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;
    padding-top: 26px;
    border-top: 1px solid #D8DFE8;
    margin-top: 26px; }
    @media (max-width: 768.98px) {
      .product-detail .pdp-right-col .variation-attributes {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .product-detail .pdp-right-col .variation-attributes .variatons {
      margin-right: 20px;
      width: 180px; }
      @media (max-width: 768.98px) {
        .product-detail .pdp-right-col .variation-attributes .variatons {
          width: 43%;
          margin-right: 0; } }
      @media (max-width: 543.98px) {
        .product-detail .pdp-right-col .variation-attributes .variatons {
          width: 55%; } }
      .product-detail .pdp-right-col .variation-attributes .variatons .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;
  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 {
  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: 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;
  margin-bottom: 18px; }
  .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: 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: flex;
      -ms-flex-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; } }

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

#quantity-selector {
  margin-bottom: 30px;
  border: 1px solid #E1E6ED;
  width: fit-content;
  padding: 0 15px;
  border-radius: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: 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: 30px;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .container.product-detail.product-wrapper h1.product-name {
      font-size: 25px; } }
  @media (max-width: 768.98px) {
    .container.product-detail.product-wrapper h1.product-name {
      font-size: 22px;
      border-bottom: none; } }

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

.primary-images:hover {
  cursor: pointer; }

.primary-images .wishlist-image-heart {
  bottom: 2px;
  right: -35px;
  position: absolute;
  z-index: 2; }

.primary-images .carousel .carousel-control-prev {
  left: 6px;
  opacity: 1; }
  @media (max-width: 768.98px) {
    .primary-images .carousel .carousel-control-prev {
      left: 16px; } }
  .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%;
  object-fit: contain;
  transition: transform 0.5s ease; }
  @media (min-width: 544px) {
    .primary-images img:hover {
      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: 18px 0 20px; }
  .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.collapsible-details {
      font-size: 16px; }
  .collapsible-xl .collapsible-details {
    padding: 30px 0; }
  .collapsible-xl:hover {
    cursor: pointer; }
  .collapsible-xl .title {
    margin-bottom: 0; }

.prices-add-to-cart-actions {
  border-top: 1px solid #D8DFE8;
  border-bottom: 1px solid #D8DFE8;
  padding: 0; }
  .prices-add-to-cart-actions .row {
    padding: 17px 0px;
    -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,
  .prices-add-to-cart-actions .add-to-cart-container {
    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: #ED68613B;
    color: #ED6861;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 5px; }
  @media (max-width: 768.98px) {
    .prices-add-to-cart-actions {
      position: static;
      box-shadow: none; } }

.price-col {
  padding: 0; }

.offer-add-to-cart.btn.btn-primary {
  border-radius: 60px;
  font-weight: bold;
  color: #fff;
  border: none; }
  @media (max-width: 768.98px) {
    .offer-add-to-cart.btn.btn-primary {
      padding-top: 12px;
      padding-bottom: 12px; } }

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

.attributes .c-offer-buy-block__offer-details.offer-details .c-shop-offers__qty {
  padding: 0 5px;
  font-size: 14px;
  position: absolute;
  background-color: white;
  z-index: 0;
  left: 21px;
  top: -10px; }

.attributes .c-offer-buy-block__offer-details.offer-details .simple-quantity {
  margin-top: 0;
  margin-bottom: 20px; }

.attributes .c-offer-buy-block__offer-details.offer-details .add-to-cart {
  margin: 17px 0px; }

.attributes .main-attributes {
  margin-top: 0; }

@media (min-width: 769px) {
  .attributes {
    padding-right: 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 {
  -ms-flex-pack: end;
      justify-content: end; }

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

.seller-info {
  padding-bottom: 25px;
  padding-top: 7px;
  border-top: 1px solid #D8DFE8;
  width: 100%; }
  .seller-info .col-6 {
    padding: 0; }
  .seller-info .c-offer-buy-block__price--extra-shipping {
    position: static;
    font-size: 16px;
    padding-top: 10px; }

.seller-delivery {
  display: -ms-flexbox;
  display: flex;
  -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: 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;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.swatch-circle-silver {
  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;
  transform: rotate(0deg);
  width: 2.5em; }
  .swatch-circle-silver.disabled {
    opacity: 0.2; }
  .swatch-circle-silver.selected::after {
    transform: rotate(0deg); }

.swatch-circle-gold {
  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;
  transform: rotate(0deg);
  width: 2.5em; }
  .swatch-circle-gold.disabled {
    opacity: 0.2; }
  .swatch-circle-gold.selected::after {
    transform: rotate(0deg); }

.swatch-circle-rosegold {
  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;
  transform: rotate(0deg);
  width: 2.5em; }
  .swatch-circle-rosegold.disabled {
    opacity: 0.2; }
  .swatch-circle-rosegold.selected::after {
    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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-top: 1px solid #D8DFE8;
  gap: 10px;
  padding: 32px 0px !important;
  position: relative;
  background: white;
  height: fit-content; }
  .points-promo .points-antam {
    display: -ms-flexbox;
    display: flex;
    padding: 10px !important;
    -ms-flex-direction: column;
        flex-direction: column;
    background-color: #F7F8FA;
    border-radius: 14px; }
    .points-promo .points-antam .points-antam-element {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      gap: 15px; }
      .points-promo .points-antam .points-antam-element .image-antam {
        width: 90px;
        height: 25px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url("../../images/antam-logo.png"); }
      .points-promo .points-antam .points-antam-element .points-content {
        -ms-flex-align: end;
            align-items: flex-end;
        display: -ms-flexbox;
        display: flex;
        gap: 10px; }
        .points-promo .points-antam .points-antam-element .points-content .title {
          color: #8590A0;
          font-size: 14px;
          white-space: nowrap;
          -ms-flex-item-align: baseline;
              align-self: baseline; }
        .points-promo .points-antam .points-antam-element .points-content .points-value {
          font-size: 16px;
          font-family: "ubuntuBold";
          -ms-flex-item-align: baseline;
              align-self: baseline; }
        .points-promo .points-antam .points-antam-element .points-content .points-tooltip {
          height: 19px;
          width: 18px;
          background-repeat: no-repeat;
          display: block;
          background-position: center;
          background-image: url("../../images/tooltip.svg");
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center;
          position: relative; }
          .points-promo .points-antam .points-antam-element .points-content .points-tooltip:hover .tooltip-modal {
            display: block; }
          .points-promo .points-antam .points-antam-element .points-content .points-tooltip .tooltip-modal {
            position: absolute;
            top: 34px;
            right: -16px;
            padding: 16px;
            background-color: white;
            border-radius: 20px;
            border: 1px solid #E1E6ED;
            display: none;
            z-index: 1070;
            width: 346px;
            font-size: 16px; }
            @media (max-width: 543.98px) {
              .points-promo .points-antam .points-antam-element .points-content .points-tooltip .tooltip-modal ul {
                max-height: 250px;
                overflow-y: scroll; } }
            .points-promo .points-antam .points-antam-element .points-content .points-tooltip .tooltip-modal:hover {
              display: block; }
            .points-promo .points-antam .points-antam-element .points-content .points-tooltip .tooltip-modal::before {
              content: "";
              margin: auto;
              position: absolute;
              display: block;
              top: -7px;
              right: 22px;
              bottom: calc(100% - 6px);
              width: 12px;
              height: 12px;
              transform: rotate(45deg);
              border: 1px solid;
              border-color: #E1E6ED transparent transparent #E1E6ED;
              background-color: white; }
            @media (max-width: 543.98px) {
              .points-promo .points-antam .points-antam-element .points-content .points-tooltip .tooltip-modal {
                width: 283px; } }
        @media (max-width: 543.98px) {
          .points-promo .points-antam .points-antam-element .points-content {
            gap: 5px; } }
    .points-promo .points-antam .points-antam-title {
      background-color: #1ba2af;
      color: white;
      font-size: 16px;
      font-family: ubuntuBold;
      text-align: left;
      padding: 2px 8px;
      border-radius: 4px; }
    .points-promo .points-antam .content {
      font-size: 16px;
      padding: 5px 10px;
      color: #1ba2af;
      text-align: left; }
  .points-promo.master-container {
    border-bottom: 1px solid #D8DFE8;
    border-top: unset; }
  .points-promo .promos {
    margin-top: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px; }
    .points-promo .promos .promo-container {
      width: 100%; }
      .points-promo .promos .promo-container .promotions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        gap: 8px;
        height: 100%; }
        .points-promo .promos .promo-container .promotions .promo-element {
          display: -ms-flexbox;
          display: flex;
          padding: 10px 15px !important;
          border-radius: 14px;
          background-color: #F7F8FA; }
        .points-promo .promos .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;
              -ms-grid-row-align: center;
              align-self: center; }
        .points-promo .promos .promo-container .promotions .content {
          font-size: 16px;
          padding: 2px 10px;
          color: #1ba2af;
          text-align: left;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
      .points-promo .promos .promo-container .points-antam-element {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        gap: 15px; }
        .points-promo .promos .promo-container .points-antam-element .image-antam {
          width: 90px;
          height: 25px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          background-image: url("../../images/antam-logo.png"); }
        .points-promo .promos .promo-container .points-antam-element .points-content {
          -ms-flex-align: end;
              align-items: flex-end;
          display: -ms-flexbox;
          display: flex;
          gap: 10px; }
          .points-promo .promos .promo-container .points-antam-element .points-content .title {
            color: #8590A0;
            font-size: 14px;
            white-space: nowrap;
            -ms-flex-item-align: baseline;
                align-self: baseline; }
          .points-promo .promos .promo-container .points-antam-element .points-content .points-value {
            font-size: 16px;
            font-family: "ubuntuBold";
            -ms-flex-item-align: baseline;
                align-self: baseline; }
          .points-promo .promos .promo-container .points-antam-element .points-content .points-tooltip {
            height: 19px;
            width: 18px;
            background-repeat: no-repeat;
            display: block;
            background-position: center;
            background-image: url("../../images/tooltip.svg");
            -ms-flex-item-align: center;
                -ms-grid-row-align: center;
                align-self: center; }
            .points-promo .promos .promo-container .points-antam-element .points-content .points-tooltip:hover .tooltip-modal {
              display: block; }
            .points-promo .promos .promo-container .points-antam-element .points-content .points-tooltip .tooltip-modal {
              position: absolute;
              top: 49px;
              right: -10px;
              padding: 20px;
              background-color: white;
              border-radius: 20px;
              border: 1px solid #E1E6ED;
              display: none;
              z-index: 1070;
              width: 346px;
              font-size: 16px; }
              @media (max-width: 543.98px) {
                .points-promo .promos .promo-container .points-antam-element .points-content .points-tooltip .tooltip-modal ul {
                  max-height: 250px;
                  overflow-y: scroll; } }
              .points-promo .promos .promo-container .points-antam-element .points-content .points-tooltip .tooltip-modal:hover {
                display: block; }
              .points-promo .promos .promo-container .points-antam-element .points-content .points-tooltip .tooltip-modal::before {
                content: "";
                margin: auto;
                position: absolute;
                display: block;
                top: -7px;
                right: 22px;
                bottom: calc(100% - 6px);
                width: 12px;
                height: 12px;
                transform: rotate(45deg);
                border: 1px solid;
                border-color: #E1E6ED transparent transparent #E1E6ED;
                background-color: white; }
              @media (max-width: 543.98px) {
                .points-promo .promos .promo-container .points-antam-element .points-content .points-tooltip .tooltip-modal {
                  width: 283px; } }
          @media (max-width: 543.98px) {
            .points-promo .promos .promo-container .points-antam-element .points-content {
              gap: 5px; } }
      .points-promo .promos .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;
            -ms-grid-row-align: center;
            align-self: center; }
      .points-promo .promos .promo-container .points-antam-title {
        background-color: #1ba2af;
        color: white;
        font-size: 16px;
        font-family: ubuntuBold;
        text-align: left;
        padding: 2px 8px;
        border-radius: 4px; }
      .points-promo .promos .promo-container .content {
        font-size: 16px;
        padding: 5px 10px;
        color: #1ba2af;
        text-align: left; }
    .points-promo .promos.master-container {
      border-bottom: 1px solid #D8DFE8;
      border-top: unset; }

@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: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
  .gallery-show .image-gallery .col-6 {
    width: 100%;
    max-width: 100%;
    -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 {
    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 {
    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;
      -ms-grid-row-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: -ms-flexbox;
  display: flex;
  -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;
      -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: fit-content; }
      .size-chart-modal .size-chart-elements.size-chart-details .table-contents .sizes {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        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: 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; }
