.single-product-section {
  background: #f6f3e3;
  position: relative;
}

.product-gallery-horizontal {
  display: flex;
  gap: 10px;
  max-width: 900px;
  margin: 40px auto;
  padding: 0 10px;
  height: 650px;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 1020;
}

.thumb-slider {
   width: 80px;
}

.thumb-slider .swiper-slide {
  height: 100px;
  opacity: 1;
  cursor: pointer;
}

.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #292929;
  border-radius: 6px;
}
/* .thumb-slider .swiper-slide-thumb-active::after{
  content: "";
  position:absolute;
  top:0;
  left:0;
  width:20px;
  height:20px;
  background-color: #3f51b5;
  z-index: 999;
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  border-radius: 0px;
} */
.thumb-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.single-product-section .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #000000;
}
.main-slider {
  flex: 1;
}

.main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.product-details-container {
  margin-top: 40px;
}

.product-details-container .product-title .product-name {
  font-size: 20px;
  font-family: 'amour-medium', serif;
  text-transform: capitalize;
}

.product-ul-list {
  margin-top: 1rem;
}

.product-ul-list ul li {
  font-size: 16px;
  margin-bottom: 8px;
}

.product-description-container .nav-pills {
  justify-content: space-between;
  gap: 15px;

}

.product-description-container .nav-pills li a {
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  font-family: 'amour-medium', serif;
}

.product-description-container .nav-pills li a::after {
  transition: all 0.5s ease;
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0%;
  background-color: #1a1a1a;
}

.product-description-container .nav-pills li a:hover::after {
  width: 100%;
}

.product-description-container .nav-pills li a.active::after {
  width: 100%;
}

.tab-questionanswer h4 {
  font-size: 16px;
  font-family: 'amour-medium', serif;
}

.tab-questionanswer p {
  font-size: 14px;
  text-align: justify;
  text-transform: capitalize;
}

.product-li-section ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0rem;
}

.product-li-section ul li {
  font-family: 'amour-medium', serif;
  position: relative;
  text-transform: capitalize;
  width: 33.3%;
  text-align: center;
}

.product-li-section ul li:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0%;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}

.product-li-section ul li:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 35%;
  left: 0%;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}

.about-product-section,
.howuse-product-section, .howuse-product-section-below {
  background-color: #f6f3e3;
}

.pdp-heading-text {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'amour-medium', serif;
}

.pdp-sub-text {
  font-size: 16px;
  font-family: 'amour-medium', serif;
  font-weight: 600;
}

.pdp-para-text {
  font-size: 14px;
  text-align: justify;
  margin-top: 20px;
  text-transform: capitalize;
}

.use-ques-anw-box {
  margin-top: 1.1rem;
}

.use-quest-text {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: 'amour-medium', serif;
}

.use-answer-text {
  text-align: justify;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 14px;
}

.pdp-images {
  overflow: hidden;
}
.about-product-section .pdp-images img{
    transition: all 1s ease;
}
.about-product-section .pdp-images:hover img {
  transform: scale(1.1);
}
.howuse-product-section .pdp-images {
  margin-right: 15px;
}

.howuse-product-section .pdp-images img, .howuse-product-section-below .pdp-images img {
  transition: all 1s ease;
  width:100%;
}

.howuse-product-section .pdp-images:hover img, .howuse-product-section-below .pdp-images:hover img {
  transform: scale(1.1);
}
.tab-content p, .pdp-details p, .howuse-product-section p, .howuse-product-section-below p{
  margin-bottom: 0rem;
  font-size: 15px;
}
.tab-content h2, .pdp-details h2, .howuse-product-section h2, .howuse-product-section-below h2{
   font-family: 'amour-medium', serif;
   text-transform: capitalize;
   font-size: 22px;
}
.tab-content h2 strong, .pdp-details h2 strong, .howuse-product-section h2 strong, .howuse-product-section-below h2 strong{
  font-weight: 500;
}
.pdpabout-bg{
  padding: 1.3rem;
  background-color: #fff;
}
.pdp-howtouse-contain{
  background-color: #c5e6f8;
  padding: 10px;
}
@media only screen and (max-width: 1400px) {
  .product-gallery-horizontal {
    height: 550px;
  }
   .thumb-slider {
      width: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .product-gallery-horizontal {
      height: 450px;
    }
  .thumb-slider {
    width: 60px;
  }

  .thumb-slider .swiper-slide {
    height: auto;
    width: 60px;
  }

  .main-slider {
    flex: 1;
  }
}

@media only screen and (max-width: 991px) {
    .product-gallery-horizontal {
      height: 580px;
    }
  .thumb-slider {
    width: 60px;
  }

  .main-slider {
    flex: 1;
  }

  .product-li-section ul {
    font-size: 16px;
  }

  .product-li-section ul li:nth-child(2)::after {
    top: 30%;
    right: -15%;
  }

  .product-li-section ul li:nth-child(2)::before {
    top: 30%;
    left: -15%;
  }
  .product-details-container{
        margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-content h2, .pdp-details h2, .howuse-product-section h2 {
    font-size: 20px;
  }
  .product-details-container .product-title .product-name {
    font-size: 18px;
  }
  .tab-content p ,.pdp-details p,.howuse-product-section p{
    font-size: 14px;
  }
  .product-gallery-horizontal {
    padding: 0px 0px;
    margin: 20px auto;
  }
  .product-li-section ul li:nth-child(2)::after {
    display: none;
  }

  .product-li-section ul li:nth-child(2)::before {
    display: none;
  }
  .product-li-section ul {
      font-size: 15px;
  }
  .product-li-section ul {
    flex-direction: column;
    gap: 5px;
    padding-left: 10%;
  }

  .product-li-section ul li {
    list-style: disc;
    width: 100%;
    text-align: left;
  }
 .product-gallery-horizontal {
      height: 100%;
    }
  .thumb-slider {
    width: 40px;
  }
  .main-slider .swiper-slide img {
      object-fit: unset;
  }
  .thumb-slider .swiper-slide {
    height: auto;
    width: 40px;
  }

  .main-slider {
    height: max-content;
    order: 1;
  }
  .product-details-container {
    margin-top: 0px;
  }
  .howuse-product-section .pdp-images {
      margin-right: 0px;
  }
   .howuse-product-section-below .tab-margin-top{
    margin-top: 1rem;
  }
}
/*------------ how to use section css start -----------------*/
    .how-to-use-section {
     background-color: #f6f3e3;
    }

    .faq-title {
      text-align: left;
      margin-bottom: 5px;
      font-family: 'amour-medium', serif;
      text-transform: capitalize;
      font-size: 22px;
    }
    .faq-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.4s ease;
      padding: 0px;
      background: #f6f3e3;

    }

    .faq-item input:checked ~ .faq-content {
      max-height: 500px;
      padding: 0px 0px 10px 0px;
    }
    .faq-content p{
      margin-bottom: 0rem;
    }
    .faq-item {
        background: #f6f3e3;
        border-bottom: 1px solid #000000;
        margin-bottom: 0px;
        border-radius: 0;
        overflow: hidden;
    }

    .faq-item input {
      display: none;
    }

    .faq-item label {
      display: block;
      padding: 10px 0px;
      font-family: 'amour-medium', serif;
      cursor: pointer;
      position: relative;
    }

    .faq-item label::after {
      content: "+";
      position: absolute;
      right: 20px;
      font-size: 20px;
      transition: transform 0.3s ease;
    }

    .faq-item input:checked + label::after {
      content: "−";
      transform: rotate(180deg);
    }

@media only screen and (max-width: 767px) {
      .faq-title {
        font-size: 20px;
      }
      .faq-item label::after {
        right: 0px;
    }
    .faq-item label {
        padding: 10px 15px 10px 0px;
    }
}
    /*------------ how to use section css end -----------------*/
 
  /*-------------------------- shop now container css start  ---------------------*/
.onlineshop-container {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.onlineshop-heading {
    font-size: 1.2rem;
    line-height: 100%;
    font-family: 'amour-medium', serif;
    text-transform: uppercase;
    font-weight: 600;
}

.onlineshop-btn-box {
  display: table;
  width: 100%;
}

.onlineshop-list-row {
  display: table-row;
}

.onlineshop-list {
    display: table;
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    table-layout: fixed;
    background: #f5f5f59c;
    border-radius: 10px;
}

.onlineshop-list-logo,
.onlineshop-list-mrp,
.onlineshop-list-btn {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}

.onlineshop-list-logo img {
  max-width: 100px;
  height: auto;
}

.onlineshop-list-mrp label {
  font-family: 'amour-medium', serif;
}
.salon-exclusive-para-text {
    margin-bottom: 0px;
    line-height: 1.2;
}
 .onlineshop-list-btn .btn-outline-dark {
      padding: 5px 15px;
  }
@media only screen and (max-width: 340px) {
  .onlineshop-list-logo img {
      max-width: 80px;
  }
  .onlineshop-list-btn .btn-outline-dark {
      padding: 5px 5px;
  }
}
@media only screen and (max-width: 310px) {
   .onlineshop-list-logo img {
      max-width: 65px;
   }
    .onlineshop-list-btn .btn-outline-dark {
        padding: 5px 3px;
    }
}
@media only screen and (max-width: 300px) {
  .onlineshop-btn-box {
    display: block;
  }
  .onlineshop-list-row {
    display: block;
  }
  .onlineshop-list-logo, .onlineshop-list-mrp, .onlineshop-list-btn {
      display: flow;
  }
  .onlineshop-list-btn .btn-outline-dark {
      padding: 5px 15px;
  }
  .onlineshop-list-logo img {
        max-width: 100px;
    }
}

  /*-------------------------- shop now container css end  ---------------------*/