.block-scroll::-webkit-scrollbar {
    width: 5px;
}
.block-scroll::-webkit-scrollbar-thumb {
    background: #757575;
}
.block-scroll::-webkit-scrollbar-track {
    background: #ebebeb;
}
.detail-sidebar {
    position: sticky;
    top: calc(10px + 20px); /* adds 20px to 80px */
    left: 0;
}

.social-share {
    display: flex;
    grid-gap: 10px;
    align-items: normal;
  border-bottom: 1px solid #ddd;
}.share-article svg {
    height: 16px;
    width: auto;
}.share-article {
    font-size: .8125rem;
    line-height: 1;
    margin-bottom: 25px;
}

.form__label {
    display: flex
;
    width: 100%;
    align-items: center;
    font-weight: 600;
    font-size: .8125rem;
    letter-spacing: .02em;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.product-information--inner p.product--text.style_body {
    margin-bottom: 0;
    font-size: 12px;
}
/*--Discount--value--*/
.discount-container {
    /*margin: 40px 0px;*/
    margin-bottom: 10px;
}
.discount-item {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 15px;
}
.text-container p {
    margin-bottom: 0;
    font-size: 13px;
}
.product-price-container p {
      font-size: .75rem;
    color: #03a685;
    font-weight: 700;
    /* font-size: 14px; */
    display: block;
    /*margin: 5px 10px 0 0;*/
}
 .product-price-container .price {
  font-size: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 11px; }
   .product-price-container .price .unit-price {
    margin-left: 5px; }

.option-btn {
      border: 1px solid #ccc;
      padding: 6px 12px;
      margin-right: 5px;
      margin-bottom: 5px;
      cursor: pointer;
      background: #fff;
      border-radius: 3px;
      transition: all 0.2s;
    }
    .option-btn:hover, .option-btn.active {
      background: #000;
      color: #fff;
      border-color: #000;
    }

    /* Quantity buttons */
    .quantity-input {
      width: 60px;
      text-align: center;
      border: 1px solid #ccc;
      border-radius: 3px 0 0 3px;
      height: 38px;
    }
    .quantity-btn {
      border: 1px solid #ccc;
      border-left: none;
      background: #f8f9fa;
      height: 38px;
      width: 38px;
      cursor: pointer;
    }
    .quantity-btn:hover {
      background: #e9ecef;
    }

    /* Add to Cart/Wishlist */
    .btn-cart {
      background: #000;
      color: #fff;
      border-radius: 0;
      border: none;
    }
    .btn-cart:hover {
      background: #333;
    }
    .btn-wishlist {
      border: 1px solid #000;
      color: #000;
      background: #fff;
      border-radius: 0;
    }
    .btn-wishlist:hover {
      background: #000;
      color: #fff;
    }

    /* Shipping & Care */
    .info-links a {
      text-decoration: none;
      color: #000;
      margin-right: 20px;
    }
    .info-links a:hover {
      text-decoration: underline;
    }

    /* Customer reviews */
    .review-stars {
      color: #ffc107;
    }

    /* Accordion overrides */
    .accordion-button:not(.collapsed) {
      color: #000;
      background-color: #f8f9fa;
      border-color: none !important;
    outline: 0px;
    }
    .accordion-button:focus {
    z-index: 3;
    /* border-color: #fff; */
    outline: 0;
    box-shadow: none;
}
    .accordion-button::after {
      filter: invert(1);
    }
  .sizing-chart-modal{
    position: absolute;
    right: 0;
    left: auto;
    margin: 0;
}
.size-options {
  display: flex;
      gap: 5px;
}

.size-options input[type="radio"] {
  display: none; /* hide default radio */
}

.size-options label {
    display: flex;
    align-items: center;
    justify-content: center;
       width: 48px;
    height: 48px;
    /*border: 1px solid #dedede;*/
    border-radius: 0;
    cursor: pointer;
        padding: 5px 15px;
    font-size: .8125rem;
    font-weight: 700;
    transition: all 0.2s;
    margin: 0;
    border-right: 0;
        border-radius: 50%;
    margin-right: 10px;
        box-shadow: 0 0 0 1px #dedede inset !important;
}


.size-options input[type="radio"]:checked + label {
 /*box-shadow: 0 0 0 1px #000 inset !important;*/
 box-shadow: 0 0 0 1px #2a90c7 inset !important;
 border-color:0px solid #2a90c7 !important;
}
.size-options label:hover,.size-options label.active {
  box-shadow: 0 0 0 2px #2a90c7 inset !important;
  border-color:1px solid #2a90c7 !important;
  /*cursor: pointer;*/
}
.strike label:hover {
    box-shadow: 0 0 0 0px #2a90c7 inset !important;
    border-color: 1px solid #2a90c7 !important;
    /* cursor: pointer; */
}
.size-options label:last-child {
    border-right: 0px solid #dedede !important;
    color: #000;
}
.share-article a {
    display: inline-flex
;
    align-items: center;
    margin-right: 14px;
    width: 24px;
    height: 24px;
    white-space: nowrap;

}
.social-share p {
padding-top: 3px;
    font-size: 14px;

}
.social-share {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    align-items: normal;
    border-bottom: 1px solid #ddd;
}

.material-options {
  display: flex;
}

.material-options input[type="radio"] {
  display: none; /* hide default radio */
}

.material-options label {
    display: flex;
    align-items: center;
    justify-content: center;
       width: 48px;
    height: 48px;
    border: 1px solid #dedede;
    border-radius: 0;
    cursor: pointer;
        padding: 5px 45px;
    font-size: .8125rem;
    font-weight: 400;
    transition: all 0.2s;
    margin: 0;
    border-right: 0;
}

.material-options input[type="radio"]:checked + label {
 box-shadow: 0 0 0 1px #000 inset !important;
}
.material-options label:last-child {
    border-right: 1px solid #dedede !important;
}
/* Quantity buttons */
    .quantity-input {
      width: 25px;
    height: 46px;
      text-align: center;
      border: 1px solid #ccc;
      border-radius: 3px 0 0 3px;
      /*height: 38px;*/
          /*border-left: none;*/
    /*border-right: none;*/
    }
    .quantity-btn {
      border: 1px solid #ccc;
      /*border-left: none;*/
      background: #f8f9fa;
      height: 48px;
      width: 30px;
      cursor: pointer;
    }
    .quantity-btn:hover {
      background: #e9ecef;
    }

    /* Add to Cart/Wishlist */
    .btn-cart {
         background: #000 !important;
    color: #fff !important;
    border-radius: 0;
    border: none;
    }
    .btn-cart:hover {
      background: #2a90c7 !important;
          color: #fff;
    }
    .btn-wishlist {
      border: 1px solid #000;
      color: #000;
      background: #fff;
      border-radius: 0;
    }
    .btn-wishlist:hover {
      background: #000;
      color: #fff;
    }
    .btn-wishlist:hover svg{
fill: #fff;
    }
.add_to_cart_holder {
    display: flex
;
    flex-wrap: wrap;
    margin-bottom: 25px;
    justify-content: space-between;
}
.action-btns{
    height: 48px;
    width: 100%;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.action-inner1{
        height: 48px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    /*justify-content: center;*/
    /*text-align: center;*/
}
.btn-wishlist{
        height: 48px;
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
        text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 500;
}
.btn-cart{
        height: 48px;
    /*width: 40%;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
        text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 38px;
}
    /* .product-grid-container {
        display: grid
;
        grid-gap: clamp(30px, 5%, 60px);
        grid-template-columns: 1fr clamp(360px, 45%, 480px);
    } */
         .product-grid-container {
     display: flex;
     gap: 50px;
    }
    .add_to_cart_holder .quantity {
    margin-right: 10px;
    max-height: 48px;
    border-color: #151515;

}

.quantity {
 display: inline-flex
;
    position: relative;
    border: 1px solid #dedede;
    padding: 0 30px;
    border-radius: 3px; }
  .quantity .qty {
    display: inline-flex;
    padding: 0;
    width: 25px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 0;
    justify-content: center;
    background: transparent;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0;
    outline: 0; }
    .no-js .quantity .qty {
      width: 50px; }
  .quantity.buttons_added .qty {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .quantity.buttons_added .qty::-webkit-inner-spin-button, .quantity.buttons_added .qty::-webkit-outer-spin-button {
      margin: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .quantity.small-qty {
    padding: 0 25px; }
    .quantity.small-qty .qty {
      height: 34px;
      line-height: 1; }
    .quantity.small-qty .minus,
    .quantity.small-qty .plus {
      width: 25px;
      height: 34px; }
  .quantity .minus,
  .quantity .plus {
    display: flex;
    padding: 0;
    margin: 0;
    border: 0;
    height: 46px;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 30px;
    cursor: pointer;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .quantity .minus svg,
    .quantity .plus svg {
      opacity: 0.6; }
    .quantity .minus:hover svg,
    .quantity .plus:hover svg {
      opacity: 1; }
    .no-js .quantity .minus, .no-js
    .quantity .plus {
      display: none; }
  .quantity .plus {
    top: 0;
    left: auto;
    right: 0; }
  .quantity + .remove {
    margin-left: 13px; }

.remove svg {
  pointer-events: none; }
.quantity .minus svg, .quantity .plus svg {
    opacity: .6;
}
.add_to_cart_holder .quantity {
    margin-right: 10px;
    max-height: 48px;
    border-color: #151515;
}
.cat-title{
  /*  font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;*/
        color: #535665;
    /* padding: 5px 20px 14px 0; */
    font-size: 17px;
    opacity: .8;
    font-weight: 400;
    margin-bottom: 10px;
}
.product-title{
      font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    color: #000;
    letter-spacing: 0;
}

/* Override Bootstrap arrow */
/*.accordion-button::after {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  margin-left: auto;
  transition: all 0.2s;
      background-image: none;
}*/

/* Change to – when expanded */
/*.accordion-button:not(.collapsed)::after {
  content: "–";
}*/

.accordion-item {
  border-left: none !important;
  border-right: none !important;
}
.product-sku{
    text-transform: uppercase;
    font-size: .6875rem;
    letter-spacing: .1em;
    opacity: .6;
    margin-bottom: 10px;
}

.side-panel-links {
  display: block;
  margin-bottom: 20px; }
  .side-panel-links--link {
    display: inline-flex;
    align-items: center;
    margin-right: 12px;  padding: 0;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
    text-decoration:underline; }
    @media only screen and (min-width: 768px) {
      .side-panel-links--link {
        margin-right: 22px; } }
    .side-panel-links--link svg {
      margin-right: 5px;
      fill: var(--color-accent); }
      @media only screen and (min-width: 768px) {
        .side-panel-links--link svg {
          margin-right: 10px; } }
    .side-panel-links--link .text-button {
      margin-right: 0; }
    .side-panel-links--link.no-js {
      display: none; }
      .no-js .side-panel-links--link.no-js {
        display: flex; }

 .text-button {
    display: inline-flex
;
    font-size: .9375rem;
    height: 1.0625rem;
    line-height: 1.0625rem;
    margin-right: 15px;
    font-weight: 400;
    letter-spacing: 0.01em .02em;
    cursor: pointer;
    position: relative;
}
.cust-reviews h2{
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
    letter-spacing: normal;
}


.star-rating {
  display: flex;

  justify-content: flex-start;
}

/* hide radios */
.star-rating input {
  display: none;
}

/* base star style */
.star-rating label {
  font-family: "Font Awesome 6 Free";
  font-weight: 400; /* regular (outline) */
  font-size: 16px;
  color: #F3BB2E;
  cursor: pointer;
  margin: 0 3px;
}

/* outline star */
.star-rating label::before {
  content: "\f006"; /* regular star outline */
}

/* when checked → filled star */
.star-rating input:checked ~ label::before {
  content: "\f005"; /* solid star */
  font-weight: 900;
  color: gold;
}

/* hover effect → fill stars */
.star-rating label:hover::before,
.star-rating label:hover ~ label::before {
  content: "\f005"; /* solid star */
  font-weight: 900;
  color: gold;
}
.cust-reviews p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}
.write-review{
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 16px;
  background: #000;
  color: #fff;
  margin-top: 30px;
}


.product-slider {
  max-width: 450px;
  margin: auto;
}

.product-slider img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.product-images-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  gap: 15px;
}

.slider-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.slider-counter {
  font-size: 14px;
  font-weight: 500;
  min-width: 50px;
  text-align: center;
}

.single-zoom{
        /*position: absolute;*/
    top: 23px;
    right: 23px;
    z-index: 40;
    background: var(--bg-body, #fff);
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px #00000026;
}

.single-zoom {
    position: absolute;
    top: 15px;   /* adjust as needed */
    right: 15px; /* adjust as needed */
    z-index: 40;
    background: var(--bg-body, #fff);
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px #00000026;
    cursor: pointer;
}

.single-zoom svg {
    width: 20px;
    height: 20px;
}
.ws-selling-price {
    position: relative
}

.ws-discount-container {
    color: #696e79;
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 5px;
    display: inline-block
}

.ws-discount {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #2a90c7
}

.ws-selling-price {
    font-size: 16px;
    margin: 0 0 10px
}

.ws-price {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer
}

.ws-mrp,.ws-price {
    color: #282c3f;
    margin-right: 12px
}

.ws-mrp {
    height: 22px;
    opacity: .8;
    font-size: 18px;
    line-height: 1.2
}

.ws-mrp-verbiage {
    min-width: 270px;
    position: absolute;
    border: 1px solid #e3e3e3;
    z-index: 1;
    background: #fff;
    padding: 8px;
    -webkit-box-shadow: 0 0 12px #d3d3d3;
    box-shadow: 0 0 12px #d3d3d3;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    -webkit-transform: scale(.001);
    transform: scale(.001);
    color: #282c3f;
    font-size: 14px
}

.ws-mrp-verbiage div:first-child,.ws-mrp-verbiage div:nth-child(5),.ws-mrp-verbiage div:nth-child(7) {
    margin: 8px 0
}

.ws-mrp-verbiage .ws-mrp-verbiage-amt {
    float: right;
    font-weight: 700;
    margin-left: 20px
}

.ws-mrp-verbiage .ws-mrp-verbiage-per-unit {
    position: absolute;
    right: 8px;
    margin-left: 20px
}

.ws-mrp-verbiage hr {
    border: 1px solid #e3e3e3
}

.ws-mrp-verbiage:before {
    position: absolute;
    top: 1%;
    left: 20%;
    margin: -.25em;
    width: .5em;
    height: .5em;
    -webkit-box-shadow: 10px 10px 12px #d3d3d3;
    box-shadow: 10px 10px 12px #d3d3d3;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: linear-gradient(-45deg,#fff 50%,transparent 0);
    content: ""
}

.ws-mrp-verbiage:hover,.ws-price:hover+.ws-mrp-verbiage {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.ws-offer {
    text-transform: capitalize;
    outline: 0;
    background-color: transparent;
    border: 0;
    padding-left: 0;
    color: #526cd0;
    font-weight: 700;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 13px;
    border-top: 1px dotted #d5d6d9;
    width: 98%;
    text-align: left;
    padding-top: 22px
}
.index-overallRatingContainer {
    width: auto;
    border-bottom: 1px solid #d4d5d9;
}
.product-price-container{
        border-top: 1px solid #d4d5d9;
}

.size-chart-table {
      /*max-width: 700px;*/
      margin: 20px auto;
      border-collapse: collapse;
      width: 100%;
    }
    .size-chart-table th, .size-chart td {
      text-align: center;
      padding: 12px;
      border-bottom: 1px solid #ddd;
    }
    .size-chart-table th {
      font-weight: bold;
      font-size: 14px;
      color: #555;
    }
    .size-chart-table td {
      font-size: 14px;
          text-align: center;
    }
    .size-chart-table input[type="radio"] {
      transform: scale(1.2);
      cursor: pointer;
    }
    .strikethrough {
      text-decoration: line-through;
      color: #aaa;
    }
    .top-filters {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 15px;
      margin-bottom: 10px;
    }
    .top-filters label {
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
    }
    /*.unit-switch {
      float: right;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .unit-switch span {
      background: #000;
      color: #fff;
      padding: 5px 10px;
      border-radius: 20px;
      font-size: 13px;
      text-transform: lowercase;
    }*/

     .unit-switch {
      margin-left: auto;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .unit-switch button {
      background: #000;
      color: #fff;
      border: none;
      padding: 5px 12px;
      border-radius: 20px;
      font-size: 13px;
      text-transform: lowercase;
      cursor: pointer;
      transition: 0.3s;
    }
    .unit-switch button:hover {
      background: #444;
    }

     .unit-toggle {
      margin-left: auto;
      position: relative;
      width: 70px;
      height: 30px;
      background: #eee;
      border-radius: 30px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 8px;
      font-size: 13px;
      font-weight: 600;
      color: #666;
      cursor: pointer;
    }
    .unit-toggle span {
      z-index: 2;
    }
    .unit-toggle .slider {
      position: absolute;
      top: 2px;
      bottom: 2px;
      width: 34px;
      background: #1f2532;
      border-radius: 30px;
      transition: 0.3s;
      z-index: 1;
    }
    .unit-toggle.cm .slider {
      right: 2px;
    }
    .unit-toggle.in .slider {
      left: 2px;
    }
    .unit-toggle.cm span.cm-label {
      color: #fff;
    }
    .unit-toggle.in span.in-label {
      color: #fff;
    }
    .sizeChartWeb-tabContainer {
   border: 1px solid #eaeaec;
    text-align: center;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 4;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}.sizeChartWeb-tabSelected {
    border-bottom: 2px solid #1691ca;
    font-weight: 600;
    color: #1691ca;
}
.sizeChartWeb-measureTab, .sizeChartWeb-sizeChartTab {
    display: inline-block;
    font-size: 18px;
    width: 50%;
    padding: 14px;
    cursor: pointer;
}
.sizeChartWeb-measure-title {
    font-size: 16px;
    color: #282c3f;
    font-weight: 600;
    text-align: left;
    margin: 20px 0 18px 18px;
}
.addtocart{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: flex
;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    /* margin: 10px auto; */
    background-color: #fff;
    padding: 15px 6px;
    justify-content: space-around;
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}
 .visible {
    visibility: visible;
    /* -webkit-transform: translateY(0); */
    transform: translateY(0);
}
#reviewForm .form-label {
    margin-bottom: .5rem;
    font-size: 14px;
}

.product-slider img {

      max-height: 100% !important;

}
@media(max-width: 991px)
.btn-wishlist {

    font-size: 13px !important;
    font-weight: 500;
}
.btn-cart {

    font-size: 13px !important;
    font-weight: 500;
}
}


/* Selected */
.size-options input[type="radio"]:checked + label {
  border-color: #2a90c7;
  box-shadow: 0 0 0 1px #2a90c7 inset;
  color: #2a90c7;
}
.size-options .strike {
  color: #aaa;
  cursor: not-allowed;
  border-color: #ddd;
  position: relative;
}

.size-options .strike::after {
        content: "";
    position: absolute;
    width: 0.5px;
    height: 100%;
    background: #ccc;
    transform: rotate(45deg);
    top: 0;
    left: 40%;
    transform-origin: center;
}

/* Prevent clicking the strike ones */
.size-options input[type="radio"] + .strike {
  pointer-events: none;
}
.colors-container {
    margin-bottom: 10px;
}
.colors-heading {
    color: #282c3f;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 15px;
    letter-spacing: .4px;
}
.colors-image {
    width: 55px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 12px;
}
.gal-item img{
    width: 100%;
    /* height:460px;
    object-fit: cover;
    object-position: top; */
}
.gal-item {
    border: 1px solid #efefef;
}
/*
@media(min-width: 1399px){
.gal-item img{
    width: 100%;
    height:760px;
    object-fit: cover;
    object-position: top;
}
}*/


@media (max-width: 1199px) {
    .gal-item  img {
        max-height: 370px;
        min-height: 370px;
    }
}

@media (max-width: 1399px) {
    .gal-item  img {
        max-height: 400px;
        min-height: 400px;
    }
}

.prd-r, .prd-l {
    width: 100%;
}
.prd-r{
    max-width: 40%;
}
.action-btns {
    display: flex;
    gap: 6px;
    align-items: center;
}

.action-btns quantity-selector {
    flex: 0 0 120px; /* small width for qty box */
}

.action-btns button,
.action-btns a {
    flex: 1;
    /*width: 100%;*/
    text-align: center;
}
@media(max-width: 991px){
.prd-r{
    max-width: 100%;
}
}
