/** Shopify CDN: Minification failed

Line 25:16 Expected ":"
Line 25:21 Unterminated string token
Line 1542:6 Unexpected "}"

**/
.product-media-wrapper {
    display: flex;
}

.product-media-wrapper .product_single_thumbnail {
    width: 100%;
}

body .product-media-wrapper .thumbnail-slider {
    order: -1;
    display: block;
}

body .product-media-wrapper .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: block !important;
    height: 535px;
    overflow: auto;
    padding-left': 0;
}

.omg-option-label {
    gap: 0 !important;
}

body .product-media-wrapper .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 100% !important;
    display: flex;
}

body .product-media-wrapper .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide button[aria-current="true"] {
    opacity: 1;
    box-shadow: 0 0 0 .1rem #394b91;
}

body .product-media-wrapper .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide button {
    width: 93px;
    height: 93px;
    float: none;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    margin: 0 0 14px;
    background: #fff;
    opacity: .5;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
}

body .product-media-wrapper .thumbnail-slider button.slider-button {
    display: none;
}

.single-product-page .page-width {
    padding: 0;
    width: 1170px;
}

body .product-media-wrapper modal-opener.product__modal-opener {
    border-radius: 8px;
    max-width: 100%;
    margin: 3px 9px 0px 8px !important;
    background: #fff;
    position: relative;
    overflow: hidden;
}

body .product-media-wrapper .product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
    border: none;
}

.swatch-card {
    margin-bottom: 10px;
    transition: all .3s;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    border: 0px solid #172570;
    padding: 5px 20px;
    border-radius: 8px;
    cursor: pointer;
    min-height: 87px;
    margin-top: 15px;
    position: relative;
}

.swatch-card input[type='radio']+span {
    width: 21px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #172570;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.swatch-card input[type='radio']:checked+span {
    background: #2f4898;
    border: 1px solid #fff;
}

.swatch-card input[type='radio']:checked+span:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom-swatch-option {
    width: 100%;
    margin-left: 10px;
    cursor: pointer;
}

.custom-swatch-option .swatch-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.custom-swatch-option span.compare-price:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: calc(100% + 10px);
    margin-left: -5px;
    border-top: 1px solid #f00;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

.custom-swatch-option span.compare-price {
    position: relative;
}

.swatch-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* .swatch-image {
    height: auto;
    margin-right: 10px;
    width: 75px;
    max-width: 100%;
} */
 .custom-swatch-option .swatch-wrapper .swatch-image {
    height: auto;
    margin-right: 10px;
    width: 75px;
    max-width: 100%;
 }
 .product-boxed-section .custom_swatch .product-form__input_fields .swatch-card {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #172570;
    padding: 5px 12px;
    border-radius: 8px;
    cursor: pointer;
    min-height: 87px;
    margin-top: 15px;
    position: relative;
}
.product-boxed-section .custom_swatch.main-custom-img-variant .custom-check-variant .swatch-card {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 15px 5px;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    min-height: unset;
    border:none !important;
}
.product-form__input_fields.custom-check-variant .swatch-card.active-card {
    box-shadow: 0px 0px 0px 2px #0b207c !important;
    background: #fff !important;
    color: #0b207c !important;
}
.product-boxed-section .custom_swatch.main-custom-img-variant .custom-img-variant .swatch-image {
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
    border: none;
    margin: 0;
}
.swatch-info {
    flex: 1;
}

.swatch-card.active-card .custom-swatch-option .swatch-info {
    color: #fff;
}

.swatch-title {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
}

.swatch-discount {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    background: #00bd4c;
    padding: 3px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    width: 30%;
    text-align: center;
}

.swatch-pricing {
    display: grid;
    align-items: center;
    line-height:1.3;
}

.swatch-card.active-card .compare-price {
    color: #e2e2e2;
}

.compare-price {
    color: #515151;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.swatch-card.active-card {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
    background: #2f4898;
}

.swatch-card.active-card .current-price {
    color: #fff;
}

.current-price {
    font-size: 16px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.custom-badge {
    display: flex;
    align-items: center;
    /* gap: 6px; */
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

/* .custom-badge .badge-icon {
    width: auto;
    height: 20px;
    display: inline-block;
    object-fit: contain;
} */
 .custom-badge .badge-icon {
    height: 20px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    margin: 0 5px 0 0;
}

.custom-badge span.badge-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.product__title h1 {
    font-size: 45px;
    line-height: 48px;
    font-weight: bold;
    color: #0f247a;
    margin-bottom: 8px;
}

.product-review-block {
    display: flex;
    align-items: center;
    gap: 1px;
    margin: 0px 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}

.product-review-block .review-stars {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin: 0px 4px 0 0;
}

.product-review-block .review-count {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

ul.prod-det-sec1_lst li {
    font-size: 18px;
    line-height: 25px;
    background: url("/cdn/shop/files/prod-det-sec1_tick.png") left 2px no-repeat;
    background-size: 20px;
    font-weight: 500;
    padding-left: 30px;
    list-style: none !important;
    margin: 10px 0;
}

ul.prod-det-sec1_lst li span {
    font-weight: 500;
}

ul.prod-det-sec1_ben-lst {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

ul.prod-det-sec1_ben-lst li {
    list-style: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

ul.prod-det-sec1_ben-lst li:nth-child(2) {
    justify-content: flex-start;
}

ul.prod-det-sec1_ben-lst li img {
    border: none;
    width: 40px;
    margin-bottom: 0 !important;
}

ul.prod-det-sec1_ben-lst li p {
    margin: 0;
    line-height: 1.3;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.product__description {
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px !important;
    color: #000;
}

.product__description p {
    margin-bottom: 18px;
}

ul.prod-det-sec1_lst {
    padding: 0;
    margin-top: 25px;
}

ul.prod-det-sec1_ben-lst li p span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    font-size-adjust: none !important;
    width: calc(100% - 45px);
    display: block;
}

.complementary-products__container .accordion__title {
    background: #fff;
    padding: 0 12px;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #0f247a;
    margin: auto;
    display: block;
    width: fit-content;
}

.complementary-products__container .summary__title {
    position: relative;
    z-index: 1;
    order:0;
}

.complementary-products__container .summary__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    border-top: 2px solid #b1b8df;
    z-index: -1;
}

/* End custom styles for Swatch display type */

.form__label.titleofvariant {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #0f247a;
}

.form__label.titleofvariant del {
    color: red;
}

.price-section {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.product-card__price {
    flex-direction: column;
    align-items: baseline;
}

.custom-product-card .product-info h3.product-card__title {
    margin: 0;
}

.price-section .increase-btn {
    background: #00bd4c;
    border: 1px solid #404b89;
    width: 95px;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.price-section .increase-btn {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.swatch-container {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.swatch-container .swatch.selected {
    border: 2px solid #0f247a;
    background-origin: border-box;
    box-shadow: inset 0 0 0 3px #fff;
}
.product-boxed-section .main-custom-img-variant .form__label.titleofvariant span {
    color: #000;
    margin-left: 10px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
span.size-guide {
    cursor: pointer;
}
span.size-guide + span {
    display: none;
}

.variant-selector-group {
    padding-top: 25px;
}

.variant-selector-group .default-cs-options {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.variant-selector-group .default-cs-options .default-cs-btn {
    background: #f5f5f5;
    box-shadow: 0px 0px 0px 1px #c0c0c0;
    border-radius: 5px;
    padding: 15px 5px;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    border: none;
    text-align: center;
    display: block !important;
    width: 33.33%;
}

.variant-selector-group .default-cs-options .default-cs-btn.selected {
    box-shadow: 0px 0px 0px 2px #0b207c;
    background: #fff;
    color: #0b207c;
}

.delete-btn,
#add-variant-option-btn {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #212428;
    margin: 0 auto 0;
    cursor: pointer;
    display: inline-block;
    border: 0;
    border-radius: 5px;
    padding: 6px 12px;
    background: none;
}
#add-variant-option-btn  {
    margin-top:20px;
}

.delete-btn {
    margin: 5px 0 0 auto;
    display: block !important;
    font-size: 14px;
    line-height: 16px;
}

.complementary-slide.complementary-slide--standard ul {
    margin-top: 45px;
    gap: 45px !important;
}

.complementary-slide.complementary-slide--standard ul li {
    width: 100%;
    border: 2px solid #dbdbdb;
    border-radius: 8px;
    padding: 15px;
    position: relative;
}


.complementary-slide.complementary-slide--standard ul li .custom-product-card {
    margin: 0;
    padding: 0;
    border: none;
}

.custom-product-card .save-label {
    position: absolute;
    right: 5px;
    top: -28px;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    background: #ffd8a6;
    padding: 5px 12px;
    border-radius: 8px 8px 0 0;
}

.product__info-container .product-form__submit {
    width: 100%;
    height: 70px;
    background: #00bd4c;
    border-radius: 8px;
    color: #fff;
    font-size: 23px;
    line-height: 70px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}
.product__info-container .product-form__submit span {
    font-weight: 700;
}

.product__info-container .product-form__buttons {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.product__info-container .product-form__submit {
    position: relative;
}

.product__info-container .product-form__submit:not([disabled]):hover::after,
.product__info-container .product-form__submit:after {
    box-shadow: none;
}

.product__info-container .product-form__submit::after {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/btn-arw.webp) center center no-repeat;
    background-size: 16px;
    left: 310px;
    width: 30px;
    height: 30px;
    top: 20px;
}

/* ----- COLOR and SIZE GRID CSS ----- */

.main-custom-img-variant .product-form__input_fields.custom-img-variant {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.product-boxed-section .js.product-form__input.custom_swatch.product-form__input--pill {
    margin: 0;
    max-width: 100%;
    /* margin-bottom: 40px; */
    margin-bottom: 0px;
}

/* .main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat !important;
        background-size: cover !important;
    background-position: center center !important;
} */

.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image .swatch-title {
    position: relative;
    z-index: 999;
    display: none;
}

.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image:hover .swatch-title {
    display: block;
}

.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(11, 32, 124, .7);
    transition: all ease .3s;
}

.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image.active-card:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url("/cdn/shop/files/active-tick.webp?v=1755848382") left top no-repeat;
    background-size: 100%;
    border-radius: 0px 0px 5px 0px;
}

.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image:hover .swatch-title {
    color: #fff;
}

.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image.active-card {
    box-shadow: 0px 0px 0px 2px #0b207c;
}

.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image input {
    display: none;
}

.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image input[type=radio]+span {
    display: none;
}

.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image .custom-swatch-option {
    width: auto;
    margin-left: 0;
    cursor: pointer;
}

.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image.disabled-card {
    opacity: 0.5;
    box-shadow: none;
    pointer-events:none;
}

.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image.disabled-card:hover .swatch-title,
.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.disabled-card .swatch-title {
    display: none;
}

.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image.disabled-card::before,
.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image.disabled-card::after {
    content: "";
    display: block;
    width: 135%;
    height: 2px;
    background: red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(44deg);
    opacity: 1;
}

.main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image.disabled-card::before {
    transform: translate(-50%, -50%) rotate(-44deg);
}

.product-boxed-section .main-custom-img-variant .form__label.titleofvariant {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #0f247a;
    text-align: left;
    margin-bottom: 15px;
}

.product-form__input_fields.custom-check-variant {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 400px;
}

.product-form__input_fields.custom-check-variant .swatch-card span,
.product-form__input_fields.custom-check-variant .swatch-card input[type=radio]:checked+span,
.product-form__input_fields.custom-check-variant .swatch-card input {
    display: none;
}

.product-form__input_fields.custom-check-variant .swatch-card {
    min-height: auto;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 5px;
    background: #f5f5f5;
    box-shadow: 0px 0px 0px 1px #c0c0c0 !important;
    border-radius: 5px;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    border: none;
    margin: 0;
}

.custom-product-card {
    border-bottom: 1px solid #ddd;
    padding: 12px 10px;
    gap: 12px;
    background: #fff;
    margin-bottom: 15px;
  }
  .top_varient_info {
    display: flex;
    align-items: center;
  }
  .product-variation-section {
      width: 100%;
      padding: 20px 25px 30px;
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .2);
      -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .2);
      border-radius: 8px;
      margin-top: 15px;
      text-align: center;
  }

  .product-card__image img {
      max-width: 100%;
      width: 100%;
      margin: 0 auto;
      height:100%;
  }
  .product-card__image {
        height: 100%;
        width: 105px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        background: #e8f3ff;
        border-radius: 8px;
        min-height: 105px;
        min-width: 105px;
        margin-right: 15px;
}

  .custom-product-card .product-info {
      justify-content: start;
      text-align: left;
  }

  .custom-product-card .product-info h3.product-card__title {
      font-size: 20px;
      line-height: 24px;
      font-weight: bold;
      color: #0f247a;
  }

  .custom-product-card .product-info p.product-card__description {
      font-size: 17px;
      line-height: 21px;
      color: #4e4e4e;
      padding: 0;
      margin: 8px 0 0;
  }

  .custom-product-card .product-info span.old-price:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: calc(100% + 10px);
      margin-left: -5px;
      border: 1px solid #f00;
      transform: rotate(-10deg);
      -webkit-transform: rotate(-10deg);
  }
  .custom-product-card .product-info span.old-price {
      font-size: 19px;
      line-height: 22px;
      font-weight: 500;
      color: #777;
      position: relative;
      text-decoration:none;
  }

  .custom-product-card .product-info span.current-price {
      font-size: 22px;
      line-height: 26px;
      font-weight: 500;
      color: #000;
  }
/* .product-form__input_fields.custom-check-variant .swatch-card.active-card {
    box-shadow: 0px 0px 0px 2px #0b207c;
    background: #fff;
} */
.product-form__input_fields.custom-check-variant .swatch-card.active-card {
    border-color: #0b207c !important;
}
.product-form__input_fields.custom-check-variant .swatch-card.active-card .swatch-title {
    color: #0b207c !important;
}

.product-form__input_fields.custom-check-variant .swatch-card .custom-swatch-option {
    width: auto;
    margin-left: 0;
    cursor: pointer;
}

.product-form__input_fields.custom-check-variant .swatch-card.disabled-card,
.variant-selector-group .default-cs-options button.default-cs-btn.disabled {
    position: relative;
    pointer-events: none;
    opacity: .5;
}

.product-form__input_fields.custom-check-variant .swatch-card.disabled-card::before,
.product-form__input_fields.custom-check-variant .swatch-card.disabled-card::after,

.variant-selector-group .default-cs-options button.default-cs-btn.disabled::before,
.variant-selector-group .default-cs-options button.default-cs-btn.disabled::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(19deg);
}

.product-form__input_fields.custom-check-variant .swatch-card.disabled-card::before,
.variant-selector-group .default-cs-options button.default-cs-btn.disabled::before {
    transform: translate(-50%,-50%) rotate(-19deg);
}

.product-form__input_fields.custom-check-variant .swatch-card.disabled-card {
    box-shadow: none;
}
/* .viewing_txt,.viewing_txt-warning {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 10px;
} */

.viewing_txt, .viewing_txt-warning {
    display: flex;
    /* align-items: start; */
    width: 100%;
     margin-top: 10px;
}

.viewing_txt {
    align-items: center;
    justify-content: center;
}

.viewing_txt-warning {
    margin-top: 25px;
    align-items: start;
}
.viewing_txt img,.viewing_txt-warning img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-right: 5px;
    height: auto;
    max-width: 100%;
}
.viewing_txt p,.viewing_txt-warning p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    margin:0;
}
.viewing_txt-warning p {
    color: #f00 !important;
    font-size: 16px !important;
    transition: none !important;
}

/**Strip bar css**/
.features-bar {
  width: 100%;
  background: #f8f8f8;
  height: 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 10px;
}

.features-bar__item {
  display: flex !important; /* force flex layout inside slick */
  align-items: center;
  gap: 15px;
  white-space: nowrap;
}

.features-bar__item img {
  width: 40px;
  height: 40px;
}

.features-bar__item p {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  letter-spacing: .5px;
  font-family: 'FC Iconic', sans-serif;
  margin: 0;
}
.features-bar .slick-slide {
    margin: 0 15px;
}

/* .features-bar {
    width: 100%;
    background: #f8f8f8;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 60px;
}

.features-bar__track {
  display: flex;
  gap: 40px;
  animation: scroll-left 15s linear infinite;
  width: max-content;
}

.features-bar__item {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  font-size: 14px;
}
.features-bar__item p {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    letter-spacing: .5px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'FC Iconic', sans-serif;
}

.features-bar__item img {
  width: 40px;
  height: 40px;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
} */

/**End Strip bar css**/
.mob_img_slider .slick-slide {
    margin: 0 5px;
    width: 90px !important;
    height: 92px !important;
}
.prod-det-sec1_acdn-sec {
    display: inline-block;
    width: 100%;
    margin-top:15px;
}
.whatyouwillget {
    margin-top: 30px;
}
.mob_img_slider .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.product-qty-section {
    margin-top: 30px;
}
.variant-selector-title {
    text-align: left;
}
.variant-selector-title .opt-name{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #0f247a;
    text-align: left;
    margin-bottom: 15px;
}
.prod-sec2_rev-fc {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.custom-product-card .wrap-variants-options .swatch-container span.swatch {
    position: relative;
    width: 52px;
    height: 52px;
    padding: 3px;
    margin-top: 12px;
    cursor:pointer;
    border: none;
}
.custom-product-card .wrap-variants-options .swatch-container span.swatch.selected {
     box-shadow: inset 0 0 0 2px #fff;
     border: 2px solid #0f247a;
}
   
.custom-product-card .wrap-variants-options .swatch-container span.swatch.disabled {
    border: 2px solid red;
    transform: rotate(45deg);
    cursor:default;
    pointer-events:none;
}
.custom-product-card .wrap-variants-options .swatch-container span.swatch.disabled:before, .custom-product-card .wrap-variants-options .swatch-container span.swatch.disabled:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: red;
    transform: translate(-50%, -50%);
}
.custom-product-card .wrap-variants-options .swatch-container span.swatch.disabled:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.rev_mobile_section .prod-det_sec2-rev_content img {
    height: auto;
    max-width: 100%;
    width: 105px;
    display: inline-block;
    vertical-align: top;
}
.rev_mobile_section .prod-det_sec2-rev_content span img {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 6px 0 0;
}
.rev_mobile_section .prod-det_sec2-rev_nm div {
    font-size: 14px;
    line-height: 18px;
    color: #0eca5a;
    font-weight: 500;
}
.rev_mobile_section .prod-det_sec2-rev_content {
    display: grid;
}
.rev_mobile_section .prod-det_sec2-rev_content p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    color: #212428;
    /* font-weight: 500; */
}
.custom-product-card .variant-selector-group span.color-label {
    color: #000;
    margin-left: 10px;
    margin-left: 7px;
    position: relative;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
}
.rev_mobile_section {
    display: none !important;
}
.swatch-card.active-card .custom-swatch-option .swatch-info .swatch-title {
    color: #fff;
}

/*====section13====*/
    section#faq .page-width.container h2.common_heading {
        color: #1a256c;
        font-size: 56px;
        line-height: 46px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px;
        font-size-adjust: none !important;
    }
    .acdn-heading {
        margin: 0 !important;
        border: none !important;
    }
    .section13{
        float:left;
        width:100%;
        padding:60px 0;
        }
    .faq-container {
        display: block;
        vertical-align: top;
        width: 100%;
        max-width: 800px;
        margin: 0px auto;
    }
    .up-slide-dwn{
        float: left;
        width: 100%;
        background: #fff;
        margin-top: 20px;
        position: relative;
        border:1px solid #acd5ff;
        }
    .accordion{
        float:left;
        width:100%;
        text-align:left;
        background:url(/cdn/shop/files/close-btn.png) no-repeat right 22px center;
        padding:15px 30px 15px 90px;
        cursor:pointer;
        position:relative;
        background-size:17px;
        }
    .acdn-heading.accordion-open{
        background:url(/cdn/shop/files/open-btn.png) no-repeat right 22px center;
        background-size:17px;
        }	
    .acdn_pics{
        position:absolute;
        left:20px;
        top:50%;
        border-radius:50%;
        width:54px;
        margin-top:-27px;
        }
    .acdn_name {
        font-size: 18px;
        line-height: 24px;
        color: #000;
        margin: 0 0 5px;
        padding: 0;
        /* font-size-adjust: none !important; */
    }
    .acdn_heading {
        font-size: 31px;
        line-height: 26px;
        color: #000;
        font-weight: bold;
        font-size-adjust: none;
        margin: 0;
    }		
    .acdn-content{
        float:left;
        width:100%;
        text-align:left;
        padding:20px 20px 0 90px;
        position:relative;
        text-align:left;
        }
    .acdn-content:before{
        content:"";
        position:absolute;
        border-top:1px solid #c6c6c6;
        left:20px;
        right:20px;
        top:0;
        }
    .acdn-para {
        font-size:18px;
        line-height: 25px;
        color: #000;
        /* font-size-adjust: none !important; */
        margin: 0 0 20px;
    }
    .acdn-para a.link{
        text-decoration:underline;
        color:#00F;
        } 
/***End ***/
.custom-product-card .product-info {
    width: 100% !important;
}
    .main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image .swatch-wrapper img.swatch-bg-image {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
    }
    .main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image .swatch-wrapper .swatch-info {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
    }
    .main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image .swatch-wrapper .swatch-info .swatch-title {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        padding: 2px;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transition: all ease 0.3s;
        font-weight: 400;
    }
    h2#category-title-desktop {
        font-size: 30px;
        line-height: 36px;
        font-weight: bold;
        color: #172570;
        margin:20px 0;
    }
  
    
    .wrap-variants-options .quantity-container {
        margin-top: 25px;
    }
    /* .price-section .increase-btn.active svg path {
        stroke: #00bd4c;
        background: #fff;
        border-radius: 100px;
        height: 18px;
        width: 18px;
       
    } */
    .price-section .increase-btn.active  {
        background: rgb(0, 189, 76);
        border-width: 1px;
        border-style: solid;
        border-color: rgb(64, 75, 137);
        border-image: initial;
        color: #fff !important;
    }
    .price-section .increase-btn.active svg path {
        fill: #fff;
    }

    
    .icon-with-text img {
        width: 23px;
        height: 23px;
        object-fit: contain;
        margin: 0 0 5px 0;
    }
    .icon-with-text-section {
        width: 100%;
        background: #ebf2fa;
    }
    .icon-with-text-section ul.icon-with-text {
        width: 100%;
        padding: 0 15px;
        max-width: 600px;
        box-sizing: border-box;
        column-gap: 0rem;
    }
    .icon-with-text-section ul.icon-with-text li.icon-with-text__item {
        padding: 10px 3px;
    }
    .icon-with-text-section .inline-richtext {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
        text-align: center;
        white-space:nowrap;
    }
    .icon-with-text-section.mob-only .icon-with-text--horizontal {
        display: flex;
        justify-content: space-between;
        column-gap: 3rem;
        flex-direction: row;
        column-gap: 0rem;
    }
    .icon-with-text-section.mob-only .icon-with-text--horizontal .icon-with-text__item {
        flex-direction: column;
        width:auto !important;
        display: flex;
        align-items: center;
    }
    .facets-vertical .card__information .top_content .card_top__header {
        gap: 0;
        display: flex;
        align-items: start;
    }
    .facets-vertical .card__information .top_content .card_top__header span.badge.badge--sale {
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
        background: #9ff1ff;
        float: right;
        width: 100px;
        padding: 3px 10px;
        border-radius: 100px;
        text-align: center;
        height: 22px;
        letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
    }
    span.hash-count {
        font-weight: 700;
    }
    .sizeguide .size-guide-title {
        color: #fff;
        text-align: center;
        font-size: 42px;
        font-weight: 600;
        line-height: normal;
        padding: 8px 20px;
        border-radius: 5px 5px 0px 0px;
        border: 2px solid #2e338b;
        background: #2e338b;
        font-family: var(--font-iconic);
    }
    .sizeguide .size-guide-title p {
        margin:0;
        padding:0;
        color: #fff;
    }

    .upgrade_strip {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        background: #fff8dd;
        padding: 10px;
        border-radius: 4px;
        margin-top: 0;
    }
    .upgrade_prod {
        width: 12%;
        margin-right: 10px;
    }
    .upgrade_prod img {
        width: 50px;
        display: inline-block;
        vertical-align: top;
        height: auto;
    }
    .upgrade_prod_txt {
        font-size: 17px;
        line-height: 21px;
        width: 76%;
        text-align: left;
        margin: 0;
        color:#000;
    }
    img.wp-smiley, img.emoji {
        display: inline !important;
        border: none !important;
        box-shadow: none !important;
        height: 1em !important;
        width: 1em !important;
        margin: 0 0.07em !important;
        vertical-align: -0.1em !important;
        background: none !important;
        padding: 0 !important;
        max-width: 100%;
    }
    .upgrade_prod_seal {
        font-size: 12px;
        line-height: 15px;
        font-weight: bold;
        color: #fff;
        background: #2f9e11;
        padding: 5px 8px;
        position: relative;
        float: right;
        border-radius: 3px;
        width: 12%;
        margin:0;
    }

    .upgrade_prod_seal:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        border-top: 12px solid #fff8dd;
        border-right: 6px solid #2f9e11;
        border-bottom: 13px solid #fff8dd;
    }
    label.facets__label.facet-checkbox.active span.facet-checkbox__text span.facet-checkbox__text-label {
        font-weight: 600;
    }
    label.facets__label.facet-checkbox span.facet-checkbox__text span.facet-checkbox__text-label,
    label.facets__label.facet-checkbox span.facet-checkbox__text{
        color:#000;
    }

/************************ New Layout App *************************/
.swatch {
    --swatch--size: var(--swatch-input--size, 4.4rem);
    --swatch--border-radius: var(--swatch-input--border-radius, 50%);
    display: block;
    width: var(--swatch--size);
    max-width: 100%;
    aspect-ratio: 1 / 1;
    background: var(--swatch--background);
    background-position: var(--swatch-focal-point, initial);
    background-size: cover;
    background-origin: border-box;
    border: .1rem solid rgba(var(--color-foreground), .15);
    border-radius: var(--swatch--border-radius);
}

    body .omg-option-img {
        height: 60px;
        margin-right: 0;
        border: none !important;
        width: 89px;
        max-width: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
    }

      body .omg-option-label .omg-option-input  {
          padding: 10px 10px 10px;
          display: flex;
         align-items: center;
        width: 35px;
}
      }

    body .omg-option-label input {
        width: 20px;
        height: 20px;
        margin: 0;
    }

    body .omg-option-img.omg-offer-img img {
        width: 75px;
        height: auto;
    }

    body .omg-option-title {
        width: 100%;
    }

    body .omg-option-title div {
    flex-wrap: nowrap !important;
     justify-content: start;
     gap: 0 !important;
    }


    body .omg-option-title div p:first-of-type {
        padding: 10px;
        width: 97px;
    }
    body .omg-option-total-price p {
        line-height: 13px;
    }

   body .omg-badge {
    font-size: 17px;
    line-height: 15px;
    font-weight: 500 !important;
    background: #00bd4c;
    border-radius: 100px !important;
    text-transform: uppercase;
    width: 97px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
}

    body .omg-option-total-price .omg-money-origin {
        position: relative;
        text-decoration: none !important;   
        color: #515151;
        font-weight: 500;
    }
    body .omg-option-total-price p span {
        font-weight: 500;
        color: #000;
    }
    body .omg-option-total-price .omg-money-origin:after {
        content: "";
        position: absolute;
        left: 0;
        top: 16px;
        width: calc(100% + 10px);
        margin-left: -5px;
        border-top: 1px solid #f00;
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
    }
    .product-review-block {
        margin: 10px 0 0 !important;
    }
    body .omg-option-item:has(.omg-option-label input:checked) .omg-option-title p {
        color: #fff !important;
    }
    body .omg-option-item {
        cursor: pointer;
        border-radius: 8px !important;
        border-color: rgba(23, 37, 112, 0.8) !important;
        border-width: 1px !important;
        box-shadow: unset !important;
        padding: 5px;
        margin-bottom: 15px !important;
        min-height: 87px;
        display: flex;
       align-items: center;
       width: 100% !important;
    }
    body h3.omg-heading {
        font-size: 30px !important;
        line-height: 36px;
        font-weight: bold;
        color: #0f247a !important;
    }
    .omg-option-item:has(.omg-option-label input:checked) .omg-option-total-price span {
        color: #fff;
    }
    body .omg-offer {
        margin-top: 0;
    }
    body .omg-option-item:has(.omg-option-label input:checked) input[type="radio"]:after {
        width: 12px;
        height: 12px;
        background: #fff;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    body .omg-option-item input[type="radio"] {
        width: 20px;
        height: 20px;
    }

    body .omg-option-item:has(.omg-option-label input:checked) input[type="radio"] {
        border: 1px solid #fff !important;
    }

    body .omg-option-item .omg-option-container {
        padding: 0 0 !important;
        width: 100% !important;
    }

    body .omg-option-item:has(.omg-option-label input:checked) {
        border: 1px solid !important;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1) !important;
        -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1) !important;
    }

    body .omg-option-item .omg-option-total-price {
       margin-top: -12px;
    gap: 0 !important;
    width: 123px;
    padding: 10px;
    }

    h3.omg-heading del {
        color: red;
    }

    .ship_strip {
        width: 100%;
        background: #BBF3E8;
        border-radius: 8px;
        padding: 8px;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ship_strip p {
        margin: 0;
        font-size: 15px;
        line-height: 20px;
        color: #0f247a;
        background-size: 14px;
        display: inline-block;
        vertical-align: top;
        padding-left: 22px;
        background-repeat: no-repeat;
        background-position: 0px 7px;
    }
    .ship_strip p strong {
        font-weight: bold;
    }
    .free-gift-item {
        /* display: none; */
        opacity:0;
        visibility:hidden;
    }
    .prod-det-sec1_acdn-para {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
        color: inherit;
        text-decoration: underline;
        cursor:pointer;
    }
    .product-boxed-section .price-per-item__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 5px;
    }
    .product-boxed-section price-per-item span.price-per-item--current {
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        color: #000;
        position: relative;
        margin-right: 0;
        text-decoration: none;
    }
    .upgrade_prod {
        order: 0 !important;
    }
    .prod-det-review_text.prod-det-text-main {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .product-qty-section .price-per-item__container {
        justify-content: flex-start;
    }
/*********************** End Layout app *********************/

/************************ Price and Quantity Css Start *************************/

.omg-option-container .omg-option-wrapper {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 10px; */
  padding: 12px 10px 0 10px;
}

.size_guide_non_variant {
    text-align: end;
}

.omg-option-container .omg-option-wrapper .omg-option-variant .omg-option-select:focus-visible {
    outline: none;
    outline-offset: none;
    box-shadow: none;
}

.omg-option-container .omg-option-wrapper .omg-option-variant .omg-option-number,
.omg-option-container .omg-option-wrapper .omg-option-variant .omg-option-price .omg-option-discount {
    color: #fff !important;
}

/************************ Price and Quantity Css End *************************/

@media screen and (max-width: 1024px){
    body .omg-badge {
        padding: 2px 21px !important;
        font-size: 14px !important;
    }

    .page-width {
        padding: 0 15px !important;
    }

    body .omg-badge {
    width: 80px;
    }

    body .omg-option-img {
        height: 55px !important;
        width: 55px !important;
    }
    body .single-product-metafields .heading {
        font-size:38px;
    }
    body .single-product-metafields .prod-det-sec6_img-left {
        height: auto;
        max-width: 100%;
    }
    .upgrade_prod_txt {
        font-size: 16px;
    }
    body .video_slide .slick-prev {
        left: 10px;
    }
    body .video_slide .slick-next {
        right: 10px;
    }
     body .video_slide .slick-arrow {
        width: 40px;
        height: 40px;
        background-color: #fff;
        margin-top: -20px;
     }

   /* body .page-width, .product-details_sec3 .container {
        padding: 0 1rem;
        width: 100% !important;
    } */
    .product-boxed-section .custom_swatch.main-custom-img-variant .custom-img-variant .swatch-image {
        min-height: auto;
    }
    .price-section .increase-btn {
        width: 75px !important;
    }
    .custom-product-card .product-info p.product-card__description {
        font-size: 15px !important;
    }
    .custom-product-card .product-info h3.product-card__title {
        font-size: 18px !important;
    }
    .swatch-card {
        margin-bottom: 10px;
        transition: all .3s;
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        border: 1px solid #172570;
        padding: 5px 10px;
        border-radius: 8px;
        cursor: pointer;
        min-height: 87px;
        margin-top: 15px;
        position: relative;
    }
    .swatch-discount {
        font-size: 14px !important;
        padding: 0 !important;
    }
    /* .swatch-image {
        height: auto;
        margin-right: 10px;
        width: 60px !important;
        max-width: 100%;
    } */
    .quantity .quantity__input[type=number] {
        font-size: 20px;
        color: #000;
        font-size-adjust: none !important;
        font-weight: 400;
    }
    body .price-per-item__container .price-per-item .price-per-item--current {
        gap: 0 15px;
        /* flex-wrap: wrap; */
        line-height: 1.6;
    }
    .swatch-title {
        font-size: 14px !important;
        line-height: 18px !important;
        text-align: left;
        /* width: 20%; */
    }
   
    .swatch-pricing {
        line-height: 1.3;
    }
    .product__info-wrapper {
        padding: 0 0 0 .5rem !important;
    }
    .product-form__input_fields.custom-check-variant {
    grid-template-columns: 1fr 1fr 1fr;
   }
   .product-boxed-section {
        padding: 20px 15px 30px !important;
    }

   
    .complementary-products__container .accordion__title {
        font-size: 16px !important;
    }
    .custom-product-card .product-info p.product-card__description {
        color: #4e4e4e;
        padding: 0;
        margin: 8px 0 0;
        font-size: 12px;
        line-height: 16px;
        margin-top: 4px;
    }
    .custom-product-card .product-info span.old-price ,
    .custom-product-card .product-info span.current-price {
        font-size: 14px !important;
    }
    .product__info-wrapper {
        padding: 0 0 0 0.3rem;
    }

    body .quantity .quantity__input[type=number] {
        font-size: 18px;
        color: #000;
    }

    body .product-media-wrapper .thumbnail-slider {
        width: 97px;
    }

    body .omg-option-img.omg-offer-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    body .omg-option-title div p:first-of-type {
    width: 72px;
}
}

@media screen and (max-width: 991px) {
    body .facets-vertical .facets-wrapper {
        margin-right: 2rem;
    }
    body .facets-vertical ul#product-grid {
        gap: 4% !important;
    }
}


@media screen and (max-width: 768px) {
    body .omg-option-title div p:first-of-type {
      width: 70px;
   }

   body .omg-badge {
    width: 76px;
 }

 .ship_strip p {
    text-align: left;
  }
}

@media screen and (max-width: 767px){ 
    body .omg-option-total-price .omg-money-origin:after {
        top: 8px;
    }
    body .footer-info.secur-card img {
        width: 100px;
        max-height: unset !important;
    } 
    .footer-info:nth-child(1) img {
        max-height: fit-content !important;
        width: 62px;
    }
    .brand__review__box img {
        margin: 0 auto 5px !important;
        width: 70px;
    }
    .brand__review {
        margin: 10px auto 0 !important;
    }
    
    body .brand__review__box {
        padding: 10px;
        margin-top: 10px;
        border-radius: 5px;
    }
    .brand__review__box .review-img:nth-child(2) {
        width: 51px !important;
        object-fit: contain;
    }
    .slider.slider--mobile {
        scroll-padding-left: 0 !important;
    } 
    .features-bar__item img {
        width: 30px;
        height: 30px;
    }
    .omg-order-discount-name {
        padding-top:2px !important;
    } 
    body .omg-option-item {
        margin-bottom: 12px !important;
    }
    body .omg-option-title {
        padding: 10px 4px;
    }
    .omg-offer>div {
        margin-bottom: 14px !important;
    }
    body .omg-option-item .omg-option-total-price {
        margin-top: -1px !important;
    }
    body .product-page-bar {
        height: auto;
        padding: 7px 20px;
        font-size: 21px !important;
        line-height: 1.2;
        text-align: center;
        gap: 0;
        display: block;
    }

    .product-page-bar img {
        width: 18px;
        object-fit: contain;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 5px 0 5px;
    }
    
    body .icon-with-text img {
        width: 23px;
        margin-bottom: 0;
    }
    body .icon-with-text-section .inline-richtext {
        line-height: 13px !important;
    }
    body .omg-option-total-price p span {
        font-size: 14px !important;
    }
    body .omg-option-total-price .omg-money-origin {
        font-size: 14px !important;
        line-height: 1.2;
    }
    .product-details_sec3 .product-details-sec3_inner div {
        margin: 0px auto 0;
        max-width: 368px;
        width: 100%;
    }
    
    .overflow-hidden-mobile {
        pointer-events:none;
    }
    .upgrade_prod_seal {
        padding: 3px 5px;
    }
    .upgrade_prod_seal:before {
        border-top: 10px solid #fff8dd;
        border-right: 6px solid #2f9e11;
        border-bottom: 11px solid #fff8dd;
    }
    .upgrade_prod_txt {
        font-size: 13px;
    }
    .upgrade_prod img {
        width: 40px;
    }
    .upgrade_prod_txt {
        font-size: 13px;
    }
    .product-boxed-section .upgrade_strip {
        padding: 6px;
    }
    .upgrade_prod_seal {
        margin:0 !important;
    }
    span.close-mobile-filter {
        font-size: 18px;
        line-height: 18px;
        position: absolute;
        right: 15px;
        top: 42px;
        color: #000;
    }
    .ergo-facebook a {
        position: relative;
        padding-left: 50px;
    }
    .ergo-facebook a img.fb-icon {
        width: 40px;
        top: 6px;
        position: absolute;
        left: 0;
    }
    .custom-badge {
        margin-bottom: 8px;
    }
    aside#main-collection-filters {
        float: right;
        /* z-index: 99; */
        position: relative;
        margin-top: -10px;
        margin-right: 0;
    }
    aside#main-collection-filters span.mobile-facets__open-label {
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        color: #0f247a;
        float: right;
    }

    summary.mobile-facets__open-wrapper{
        z-index: 99;
    }
    .facets-vertical .card__information .top_content .card_top__header span.badge.badge--sale {
        display:none !important;
    }
    .facets-vertical.page-width {
        margin-top: -27px;
    }
    ul.prod-det-sec1_ben-lst,ul.prod-det-sec1_ben-lst li p span {
        width: 100%;
    }
    /* .product-details_sec2 br {
        display: none;
    } */
    .product-details_sec4 .prod-det-sec4_info_hdg p {
        font-size: 18px;
    }
    ul.prod-det-sec1_ben-lst li p span {
        text-align:center;
        width: 100% !important;
    }
    .variant-selector-title .opt-name {
        font-size: 16px;
    }
    .default-cs-options {
        justify-content: flex-start;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        max-width: 270px;
    }
    .features-bar {
        margin-top: 15px;
    }
    body .prod-det-sec1_acdn-hdg {
        font-size: 18px;
        line-height: 22px;
        padding: 15px 0;
    }
    .variant-selector-group .default-cs-options .default-cs-btn {
        padding: 10px 5px;
        font-size: 14px;
        line-height: 18px;
    }
    body span.size-guide {
        font-size: 12px;
    }
    ul.prod-det-sec1_lst li span {
        font-weight: 500;
    }
    ul.prod-det-sec1_ben-lst {
        gap: 10px;
        padding: 0 5px !important;
        justify-content: center;
        margin: auto;
        width: 100%;
    }
    .acdn-content {
        padding: 15px 15px 5px;
    }
    body ul.prod-det-sec1_ben-lst li img {
        display: block;
        width: 40px;
        margin: 0px auto 8px;
    }
    .acdn_name {
        font-size: 19px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .acdn_heading {
        font-size: 24px;
        line-height: 23px;
    }
    .acdn-para {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .rev_mobile_section {
        display: block !important;
        margin-top: 25px;
    }
    .rev_mobile_section .prod-det_sec2-rev_nm span {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        color: #212428;
        display: flex;
        align-items: center;
        /* gap: 6px; */
    }
    .custom-product-card .variant-selector-group span.color-label {
        font-size: 15px;
        line-height: 20px;
    }
    .product-boxed-section {
        padding: 12px 8px 12px !important;
    }
    .upgrade_strip {
        margin-top: 0;     
    }
    .omg-option-item {        
        margin-bottom: 12px !important;        
    }
    .product-boxed-section  .product-card__image {
        min-height: 75px !important;
        min-width: 75px !important;
    }
    .custom-product-card .product-info h3.product-card__title {
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: bold;
        color: #0f247a;
        letter-spacing: 0;
    }
    .complementary-products__container .accordion__title {
        font-size: 16px !important;
    }
    body .custom-product-card .product-info p.product-card__description {
        color: #4e4e4e;
        padding: 0;
        margin: 8px 0 0;
        font-size: 12px;
        line-height: 16px;
        margin-top: 4px;
    }
    .custom-product-card .save-label {
        font-size:12px !important;
    }
    .custom-product-card .product-info span.old-price ,
    .custom-product-card .product-info span.current-price {
        font-size: 14px !important;
    }

    .product-form__input_fields.custom-check-variant {
        max-width: 270px;
    }
    .main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image:hover .swatch-title {
        display: none;
    }
    .price-per-item__container .price-per-item .price-per-item--current {
        flex-direction: row;
    }
    /* .viewing_txt img, .viewing_txt-warning img {
        margin: auto;
    } */
    /* .viewing_txt, .viewing_txt-warning {
        display: grid;
    } */
    ul.cards-list.prod-det_card-list img {
        object-fit: contain;
    }
    ul.cards-list.prod-det_card-list {
        margin: 0;
        padding: 0;
        margin: auto;
    }
    ul.prod-det-sec1_ben-lst li {
        flex-direction: column;
        /* width: 25%; */
        text-align: center;
        line-height: 15px;
    }
    ul.prod-det-sec1_ben-lst {
        flex-direction: row !important;
        margin-top: 00px;
    }
    ul.prod-det-sec1_ben-lst li div span {
        font-size: 14px;
        letter-spacing: 0;
    }
    .main-custom-img-variant .product-form__input_fields.custom-img-variant .swatch-card.swatch-image {
        background-size: contain !important;
        width: unset;
        height: unset;
        min-height: auto !important;
    }
    .price-per-item__container .price-per-item .price-per-item--current {
        flex-direction: row;
    }

    .product__info-container .product-form__submit {
    height: 52px;
    font-size: 22px;
    line-height: 52px;
    border-radius: 8px;
    letter-spacing: .3px;
   }
  .product__info-container .product-form__submit::after {
    left: 260px;
    top: 12px;
  }
    
    .price-per-item__container .price-per-item .price-per-item--current {
        flex-direction: row !important;
    } 
    .product-boxed-section .main-custom-img-variant .form__label.titleofvariant,
    .product-form__quantity .form__label {
        font-size: 16px !important;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .product-boxed-section .main-custom-img-variant .form__label.titleofvariant span {
         font-size: 15px;
        line-height: 20px;
    }
    .product-form__quantity .form__label {
        margin-bottom:5px !important;
    }
    .product-form__input_fields.custom-check-variant .swatch-card .swatch-title {
        font-size: 14px;
    }
    .product-form__input_fields.custom-check-variant .swatch-card {
        padding: 8px 5px;
    }
    .product-qty-section .incl-hdg {
        font-size: 16px !important;
        line-height: 24px;
        margin:0 0 5px !important;
    }
    .product-qty-section .incl-text {
        font-size: 15px !important;
        margin: 0 0 5px !important;
    }
    .prod-det_sec2-rev_content {
        width: 100% !important;
    }
    .prod-sec2_rev-fc {
        width: 43px !important;
        height: 43px !important;
    }
    .prod-sec2_rev-fc img {
        height: 43px;
        object-fit: contain;
    }
    .rev_mobile_section .prod-det_sec2-rev_content p {
        font-size: 16px !important;
        color: #000 !important;
        /* font-size-adjust: .48 !important; */
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .prod-det_sec2-rev_nm {
        display: flex;
        justify-content: start;
        max-width: 280px;
        /* gap:15px; */
        gap: 6px;
    }
    .rev_mobile_section .prod-det_sec2-rev_nm span {
        font-size: 14px;
        margin-left:0 !important;
    }
    .prod-det-sec1_acdn-hdg {
        font-size: 18px !important;
    }
    .prod-det-sec1_acdn-content p, .prod-det-sec1_acdn-content ul li {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    body .single-product-page {
        padding-bottom: 20px !important;
    }
    .product__description {
        font-size: 17px !important;
        /* margin-top: 20px !important; */
    }
    /* ul.prod-det-sec1_ben-lst li p,
    ul.prod-det-sec1_lst li {
        line-height: 18px;
        font-size: 16px;
    } */
    .product-review-block .review-stars {
        width: 80px !important;
    }
    ul.prod-det-sec1_ben-lst li p span {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    /* ul.prod-det-sec1_ben-lst li {
        gap: 0px !important;
    } */
    ul.prod-det-sec1_lst li,ul.prod-det-sec1_lst li span {
        font-size: 16px;
        line-height: 20px;
        background-size: 15px;
        padding-left: 25px;
        letter-spacing: -0.3px;
    }
    .form__label.titleofvariant {
        font-size: 24px;
        line-height: 34px;
    }
    .swatch-title {
        font-size: 16px !important;
        font-size-adjust: .45 !important;
    }
    .swatch-discount {
        font-size: 12px !important;
        line-height: 20px;
        padding: 0 !important;
    }
    .as_seen_on-clone .as_seen_text {
        font-size: 16px;
    }

    body .omg-option-label .omg-option-input {
    padding: 10px 0px 10px 0 !important;	
	}



    body .omg-option-img img {
        height: 100% !important;
        width: 75px !important;
    }

    body .omg-option-title div p:first-of-type {
        width: 75px !important;
        font-size: 16px !important;
   }

   body .omg-badge {
       height: 20px !important;
        font-size: 12px !important;
    }

	body .omg-option-title div p:first-of-type {
		padding: 4px;
	}

	body h3.omg-heading {
		font-size: 24px !important;
		line-height: 34px;
	}

	.prod-det-sec2_left {
		margin: 25px 0 15px 0 !important;
		padding-top: 25px;
	}

	.product-details_sec3 .product-details-sec3_inner {
		padding: 0 !important;
	}

	.prod-det-sec3-box_content {
		padding: 20px !important;
	}
}

@media screen and (max-width: 410px) {
    body .omg-option-container .omg-option-title div .omg-badge {
        width: 66px;
    }
   body .omg-option-container .omg-option-title div p:first-of-type {
        width: 60px !important;
        font-size: 16px !important;
    }
}