#main {
  margin: 15px 0 50px 0;
}
.order-amount-label{
  color: rgba(3, 3, 3, 0.65) !important;
  font-feature-settings: 'liga' off !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  min-height: 50px;
  display: flex;
  align-items: center;
}
#main #faq .card {

  border: 0;
}

div#faq {
  background: #FFFFFF;
  /* gray/200 */

  border: 1px solid #EBEBEB;
  /* Shadow */

  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);

  padding: 0;
  border-bottom: 1px solid #E1E1E1;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  color: #131212;
  padding: 10px 15px;
  margin-bottom: 0;
  font-size: 16px;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #E1E1E1;
}
#main #faq .card .card-body {
  padding: 10px 15px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 600;
  float: right;
  font-size: 16px;
  color: #999999;
}



#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .card-body .cust-checkbox label {
  color: #131212;
  font-size: 12px;
}

#main #faq .cust-checkbox input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#main #faq .card .collapsing {

  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {

  line-height: 30px;
  color: #222;
}

#main #faq .card .cust-checkbox label:before {

  border: 2px solid #D4D4D4;
}

#main #faq .card .card-body .cust-checkbox input:checked+label:before {
  background-color: #000;
  border: 2px solid #000;

}

.mutiple-product,
.product-details-page {
  position: relative;
}

.mutiple-product:after,
.product-details-page:after {
  position: absolute;
  background: none;
}

.porduct-area.mutiple-product .single-product-wrap:before {
  background-image: none;
  display: none;
}

.porduct-area.mutiple-product .single-product-wrap .stock-sts {
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  top: 10px;
  line-height: 15px;
  text-transform: capitalize;
  border-radius: 4px;
}

.porduct-area.mutiple-product .single-product-wrap.good-value .stock-sts {
  background-color: #6392D8;
}
.porduct-area.mutiple-product .single-product-wrap.selling .stock-sts {
  background-color: #FF6F00;
}
.porduct-area.mutiple-product .single-product-wrap.limited .stock-sts {
  background-color: #1D1D1D;
}
.porduct-area.mutiple-product .single-product-wrap.hot .stock-sts {
  background-color: #C83626;
}
.porduct-area.mutiple-product .single-product-wrap.on-sale .stock-sts {
  background-color: #F4B721;
}
.porduct-area.mutiple-product .single-product-wrap.recommended .stock-sts {
  background-color: #2DBBA3;
}
.porduct-area.mutiple-product .single-product-wrap.low-premium .stock-sts {
  background-color: #8A74FB;
}
.porduct-area.mutiple-product .single-product-wrap.special-offer .stock-sts {
  background-color: #1006A7;
}
.porduct-area.mutiple-product .single-product-wrap.tax .stock-sts {
  background-color: #2BA732;
}
.porduct-area.mutiple-product .single-product-wrap.new .stock-sts {
  background-color: #ee00ff;
}
.porduct-area.mutiple-product .single-product-wrap.completed .stock-sts {
  background-color: #26aac8;
}

/* .cust-checkbox input:checked+label:after {
  border: solid #ffffff;
} */

.sort a {
  color: #2B2A2A;
}

.sort p {
  color: #6A6A6A;
  letter-spacing: 0.4px;
}


.sort span {
  color: #999999;
}

.search-box .form-control {
  height: 44px;
}

.all-product-cat-banner button.slick-prev.pull-left.slick-arrow {
  position: absolute;
  top: 45%;
  left: 20px;
  z-index: 9;
  border: none;
  width: 40px;
  height: 40px;

}

.all-product-cat-banner button.slick-next.pull-right.slick-arrow {
  position: absolute;
  top: 45%;
  right: 20px;
  z-index: 9;
  border: none;
  width: 40px;
  height: 40px;
}

.all-product-cat-banner .slick-arrow i {
  font-size: 22px;
}



.fs-16 {
  font-size: 16px;
}

.nav-link {
  display: block;
  padding: 0.7rem 0rem;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  font-size: 16px;
}

.nav-pills .nav-link.active {
  color: #000;
  background-color: unset;
  font-size: 16px;
  FONT-WEIGHT: 600;
}

#product_grid + .pagination .prev {
  margin-right: auto;
  background: transparent;
  color: #030303; font-size: 15px;
}

#product_grid + .pagination .next {
  margin-left: auto;
}

.product-title {
  display: none;
}

@media (min-width: 992px) {
  #product_grid {
    row-gap: 30px;
  }
}

@media only screen and (min-width: 1600px) {

  #main #faq .cust-checkbox input:checked+label:after {

    top: 6px;

  }


}


  .mutiple-product .col-lg-3.col-md-6.col-sm-6.col-6 {
    padding-right: 5px;
    padding-left: 5px;
  }

  @media only screen and (max-width: 1199px) {
    .product-image img {
        height: 110px;
    }

}

@media only screen and (max-width: 991px) {
  ul.pro_dtl_prize{
    justify-content: end;
  }
  .pdp_info_desc{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .description-container-product-details{
    order: 1;
    margin-bottom: 16px;
  }
  .plp-products .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .plp-products .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .availability-like-icons{
    position: absolute;
    top: 36px;
  }
  .pdp-page .pdp_top .details-account-and-cart {
    order: 3;
    position: unset;
    padding: 30px 0 0 !important;
  }
  .pdp-page .pdp_top .image-and-slider {
    order: 2;
}
  .pdp-page .pdp_top .details-account-and-cart {
    .pdp_info_top {
        padding-top: 0;
    }
  }
  .pdp_slider_for .slick-slide img{
    max-width: 550px;
    margin: auto;
  }
  .pdp-page .pdp_top .pdp_slider .pdp_slider_nav {
    margin: 20px 0 0;
    /* max-width: calc(100vw - (16px * 2)); */

    .slick-track {
      gap: 14px;
      flex-wrap: nowrap;

      .slick-slide {
        padding: 0;
        width: 74px;
        aspect-ratio: 1;
        /* width: calc(((100vw - (16px * 2)) - (16px * 3)) / 4) !important; */
      }
    }
  }

  .pdp-page .pdp_top .product-title {
    order: 1;
    margin-top: 70px;
    margin-bottom: 10px;
    font-style: normal;
    display: block;
    color: #030303;
    font-family: var(--font-heading);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.31px;
}
.pdp-page .pdp_sku_btn {
  position: absolute;
  top: calc(24px + 19px + 20px);
  left: 30px;
  width: calc(100% - 45px);

}
.pdp-page .pdp_top .availability-and-icons {
  top: 10px;
  .pdp_top_btn {
      position: absolute;
      right: 16px;
      top: calc(14px + 19px + 20px + 10px);
      gap: 20px;
  }
}
  .product-title-desktop {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .availability-like-icons{
    position: absolute;
    top: 45px;
  }
  .plp-products .col-md-4, .plp-products .col-md-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .subscribe-container {
    padding: 40px 10px;

    .intro {
      max-width: 279px;
      width: 100%;
      margin-inline: auto;
    }

    .home_slider_btn {
      max-width: unset;
      width: 100%;

      a {
        text-align: center;
      }
    }
  }

  .product-footer.britannia {
    padding: 45px 16px 85px;

    .container {
      padding: 0;
      margin: 0;

      .details {
        display: flex;
        flex-direction: column;
        gap: 30px;

        h3 {
          margin: 0;
          padding: 0;
          color: #2E2D31;
          text-align: center;
          font-family: "Playfair Display";
          font-size: 48px;
          font-style: normal;
          font-weight: 600;
          line-height: 70px; /* 145.833% */
        }

        p {
          margin: 0 auto;
          padding: 0;
          color: rgba(46, 45, 49, 0.75);
          text-align: center;
          font-feature-settings: 'dlig' on;
          font-family: "Nunito Sans";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          max-width: 285px;
          width: 100%;
        }

        a {
          margin: 0;
          color: #FFF;
          font-family: "Nunito Sans";
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          letter-spacing: 0.72px;
          text-transform: uppercase;

          &:hover {
             span {
               margin-right: 24px;
             }

             i {
               padding-left: 10px;
               margin: 0;
               position: absolute;
               top: 50%;
               transform: translateY(-50%);
               margin-top: 1px;
               margin-left: -25px;
               opacity: 1;
             }
          }

          i {
            margin: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-top: 1px;
            width: 24px;
            height: 24px;
            margin-left: -35px;
            opacity: 0;
          }
        }
      }
    }
  }

  .product-footer-container .container,
  .product-footer-container .row,
  .product-footer-container .row > div {
    padding: 0;
    margin: 0;
  }

  .pdp-more .best-seller .container {
    padding-inline: 0;
    margin: 0;
  }

  .pdp-more .best-seller .container:not(.best-seller-slider) {
    padding-inline: 16px;
  }

  .pdp-more .best-seller .container .row,
  .pdp-more .best-seller .container .row > div {
    margin: 0;
    padding: 0;
  }

  .pdp-more .best-seller h3 {
    color: #2E2D31;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.69px;
  }

  .pdp-more .best-seller .best-seller-slider button {
    opacity: 1;
    width: 34px;
    height: 34px;
    top: -43px;

    i::before {
      width: 7px;
      height: 7px;
    }

    &.slick-next {
      right: 16px;
    }

    &.slick-prev {
      right: calc(16px + 7px + 34px);
    }
  }

  .pdp-more .best-seller .product-tile {
    width: 164px;
    height: 321px;
    padding: 16px;

    h5 {
      color: rgba(46, 45, 49, 0.75);
      text-align: center;
      font-family: "Nunito Sans";
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    .product_link {
      margin-bottom: 16px;
    }

    .product-img {
      /* height: 100px;
      width: 100px; */
      padding: 0;
      margin-top: 34px;
      margin-inline: auto;

      img {
        display: block;
        object-fit: contain;
        max-height: unset;
      }
    }

    .product-action {
      gap: 16px;

      h6 {
        color: rgba(46, 45, 49, 0.75);
        text-align: center;
        font-family: "Nunito Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }

      .price-box {
        span {
          color: #2E2D31;
          text-align: center;
          font-family: "Nunito Sans";
          font-size: 24px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;

          &.pence {
             color: rgba(46, 45, 49, 0.75);
             font-family: "Nunito Sans";
             font-size: 14px;
             font-style: normal;
             font-weight: 600;
             line-height: normal;
          }
        }
      }

      .add-to-cart {
        display: none;
      }
    }
  }

  .pdp-more .slick-slide {
    padding: 0 7.5px;

    &:first-of-type {
      padding-left: 0;
    }

    &:last-of-type {
      padding-right: 0;
    }
  }

  .pdp-more .best-seller-slider.slick-slider .slick-track {
    flex-wrap: nowrap;
  }

  .pdp-page .pdp_top .details-account-and-cart {


    .pdp_info_top {
      padding-top: 0;

      .membership-levels-container {
        padding-inline: 0;
      }

      .pdp_qty_price {
        margin-top: 20px;

        h5 {
           margin-bottom: 16px;
           color: rgba(3, 3, 3, 0.65);
          font-feature-settings: 'liga' off;
          font-family: Montserrat;
          font-size: 13px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          text-transform: capitalize;
        }

        .pdp_qty_price_container {
          margin-bottom: 16px;

          .qty-inc-dec {
            padding-bottom: 20px !important;
          }

          .pro_dtl_prize,
          .pro_dtl_prize > div {
            color: rgba(46, 45, 49, 0.75);
            font-family: "Nunito Sans";
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;

            span {
              font-family: "Nunito Sans";
              font-size: 16px;
              font-style: normal;
              font-weight: 600;
              line-height: normal;
            }

            #ProductPriceView {
              color: #030303;
              text-align: right;
              font-family: "Nunito Sans";
              font-size: 36px;
              font-style: normal;
              font-weight: 500;
              line-height: 42px; /* 116.667% */

              .pence {
                color: #030303;
                font-family: "Nunito Sans";
                font-size: 26px;
                font-style: normal;
                font-weight: 600;
                line-height: 42px;
              }
            }
          }
        }
      }
    }
  }

  .pdp-page .pdp_top .availability-and-icons {
    /* order: 4;
    margin-top: -159px;
    padding-top: 25px !important;
    position: unset; */

    .pdp_top_btn {
      position: absolute;
      right: 16px;
      top: calc(14px + 19px + 20px + 10px);
      gap: 20px;

      & > div {
        margin: 0;
        padding: 0;
      }
    }
  }

  .pdp-page .pdp_top .selling-points-container {
    order: 5;
    margin-bottom: 20px;

    .selling-points {
      margin: 0 !important;
      padding: 20px 0 !important;
      display: block;

      .slick-slide {
        padding: 0 15px;
      }

      .selling-points-details {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2px;

        .selling-icon {
          margin-bottom: 9px;

          img {
            width: 44px;
            height: 44px;
          }
        }

        .selling-paragraph {
          min-height: unset;

          .selling-title {
            color: #2E2D31;
            text-align: center;
            font-family: "Nunito Sans";
            font-size: 15.273px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
          }

          .selling-text {
            color: #2E2D31;
            text-align: center;
            font-feature-settings: 'dlig' on;
            font-family: "Nunito Sans";
            font-size: 13.091px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            opacity: .6;
            max-width: 289px;
          }
        }
      }

      & > .row {
        display: block;
      }

      .selling-paragraph {
        padding: 0;
        margin: 0;
      }

      .slick-dots {
        display: flex;
        flex-direction: row;
        gap: 14px;
        margin: 10px auto 0;
        width: 100%;
        justify-content: center;
        align-items: center;
        list-style: none;

        li {
          max-height: 6px;
          max-width: 6px;
          position: relative;

          button {
            display: none;
          }

          &::after {
             content: "";
             position: absolute;
             height: 6px;
             width: 6px;
             background: #2E2D31;
             top: 0;
             opacity: .2;
             border-radius: 50%;
             left: -4px;
          }

          &.slick-active {
            &::after {
               opacity: 1;
            }
          }
        }
      }
    }

    .selling-points .row .col-md-3:not(:last-child) .selling-paragraph {
      border-right: none;
      margin-right: 0;
    }
  }

  .pdp-page .pdp_top .image-and-slider {
    order: 2;
  }
  .pdp-page .pdp_sku_btn {
    position: absolute;
    top: calc(24px + 19px + 20px);
    left: 16px;
    width: calc(100% - 32px);
  }

  .wrapper-inner .pdp-page .container-fluid.breadcrumbs {
    padding: 14px 16px 25px;

    li {
      color: rgba(46, 45, 49, 0.75);
      font-feature-settings: 'liga' off;
      font-family: "Nunito Sans";
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
  }

  .pdp-page .pdp_top .pdp_slider .pdp_slider_nav {
    margin: 20px 0 0;
    /* max-width: calc(100vw - (16px * 2)); */

    .slick-track {
      gap: 14px;
      flex-wrap: nowrap;

      .slick-slide {
        padding: 0;
        width: 74px;
        aspect-ratio: 1;
        /* width: calc(((100vw - (16px * 2)) - (16px * 3)) / 4) !important; */
      }
    }
  }

  .pdp-page .rating-insurance {
    margin-top: 86px !important;
  }

  .pdp-page .pdp_desc_tab {
    margin-top: 40px;
    padding: 50px 0;

    .tab-content {
      padding-bottom: 0;
      border-bottom: 1px solid rgba(46, 45, 49, 0.20);
      margin-bottom: 20px;
    }
    .tab-header {
      padding-top: 20px;
      border-top: 1px solid rgba(46, 45, 49, 0.20);
      padding-bottom: 0;
      margin-bottom: 18px;
      color: #2E2D31;
      font-feature-settings: 'liga' off;
      font-family: "Nunito Sans";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px; /* 160% */
      border-bottom: none;
      margin-bottom: 18px !important;

      & + .collapse {
        padding-bottom: 30px;
        color: rgba(46, 45, 49, 0.75);
        font-family: "Nunito Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
      }
    }
  }

  .main-wrapper:has(.pdp-page) {
    overflow: hidden;
  }
}
.search-clear-icon{
  display: none; 
  cursor: pointer; 
  color: #666; 
  font-size: 18px; 
  margin-right: 15px; 
  align-self: center;
}
