/* .know-your-skin {
  background: url(../img/product-detail/girl-with-product-image.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 650px;
  position: relative;
  width: 100%;
} */
.know-your-skin-txt {
  position: absolute;
  right: 2%;
  top: 50%;
  z-index: 9999;
  transform: translate(0%, -50%);
}
.know-your-skin-txt h3 {
  color: #000;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}
.post-txt {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin: -90px 30px 30px;
  z-index: 999;
  position: relative;
  padding: 30px;
}
.post-txt h3 {
  font-size: 25px;
}
.post-txt p {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.reviews {
  color: #f9d71c;
}
.testi-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  min-height: 340px;
  display: grid !important;
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-direction: column; */
  place-content: center;
}
img.profile {
  margin: 0 auto;
  width: 60px;
}
.buy-img img {
  opacity: 0.5;
}
.buy-img:hover img {
  opacity: 1;
}
/* Custom style */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.accordion-button {
  border: none;
  background-color: transparent !important;
  border-radius: 0;
  box-shadow: none !important;
  padding: 15px 0;
}
.accordion-item {
  border: none;
  background-color: transparent !important;
  border-radius: 0;
  border-bottom: 1px solid #707070;
}
.accordion-item:last-of-type {
  border-bottom: 1px solid #707070;
  border-radius: 0;
}
.accordion-button span {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
.card-body ul {
  margin-left: 20px;
}
.card-body ul li::marker {
  color: #ea1824;
  font-size: 18px;
}
.card-body ul li {
  text-align: left;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
/* .buy-now-btn{
    padding: 12px 40px;
    font-size: 13px;
    border: 1px solid #004A76;
    border-radius: 61px;
    background: #004A76;
    color: #fff;
    font-weight: 800;
    display: inline-block;
    float: left;
    margin-top: 30px;
} */
.net-volume {
  display: flex;
  align-items: center;
  gap: 20px;
}
.net-volume span {
  color: #000000;
  font-weight: 800;
  font-size: 20px;
}
.radio-inputs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0.25rem;
  /* width: 300px; */
  gap: 10px;
}

.radio-inputs .radio {
  flex: 1 1 auto;
  text-align: center;
}

.radio-inputs .radio input {
  display: none;
}

.radio-inputs .radio .name {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  border: none;
  padding: 5px 20px;
  color: #fff;
  transition: all 0.15s ease-in-out;
  background-color: #ea182487;
  font-size: 15px;
  font-weight: 600;
}

.radio-inputs .radio input:checked + .name {
  background-color: #ea1824;
  font-weight: 800;
  width: max-content;
  padding: 5px 20px;
}
.product-desc .start-price {
  justify-content: flex-start;
}
.product-heading p {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  text-shadow: none;
}
.thumb-wrapper {
  /* width: auto; */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-left: 0px;
  margin-right: 0;
  display: block;
}

.main-img-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 75%;
  max-width: 75%;
}
.product-img-slider .product-nav .slick-slide {
  margin: 5px 0px 5px 0;
}
.product-heading h3 {
  font-weight: 600;
  /* font: normal normal 900 35px/45px Lato; */
  color: #ea1824;
  position: relative;
  margin-bottom: 30px;
}
.product-heading h3::after {
  position: absolute;
  content: "";
  bottom: -10px;
  width: 50px;
  height: 1px;
  background: #000;
  left: 0;
}
.product-img-main {
  background: #fff;
  margin: 0 30px;
  /* box-shadow: 0px 6px 10px 3px rgba(0,0,0,0.3); */
  border: 1px solid #ea1824;
}
/* .slick-slide.slick-current.slick-active{
    top: 0 !important;
    opacity: 1 !important;
}
.slick-vertical .slick-slide{
    left: 0 !important;
    opacity: 1 !important;
} */
.product-desc .product-rating,
.product-desc .product-price {
  font-size: 20px;
  font: normal normal bold 18px/30px Lato;
}
figcaption h4 {
  font-size: 15px;
  color: #000000;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 0;
}
.right-content h3 {
  font: normal normal bold 50px/60px Lato;
}

.right-content p {
  font: normal normal normal 20px/24px Lato;
}
.product-wrapper {
  background: #fde6e7 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 9px #00000029;
  border-radius: 10px;
  position: relative;
  padding: 20px 30px;
  min-height: 505px;
}
.product-slider .slick-track {
  padding-bottom: 100px;
}
.product-desc {
  width: 100%;
}
.product-img {
  position: absolute;
  bottom: -15%;
  right: -62px;
  width: 87%;
}
.product-name h2 {
  text-align: left;
  font: normal normal bold 30px/40px Lato;
  letter-spacing: 0px;
  color: #ea1824;
  text-transform: capitalize;
  position: relative;
  min-height: 82px;
}

.product-name h2::after {
  position: absolute;
  content: "";
  background: #dbcacb;
  width: 50px;
  height: 2px;
  bottom: -10px;
  left: 0;
}

.product-name {
  margin-bottom: 30px;
}
.product-desc ul {
  padding-left: 15px;
}
.product-size {
  display: flex;
  gap: 5px;
  align-items: center;
}

.product-size p span {
  font-size: 14px;
  font-weight: 700;
  font: normal normal bold 14px/22px Lato;
  color: #000;
}

.product-size span {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

.product-size p {
  margin-bottom: 0;
}
/* .product-desc p {
  color: #232323;
  font-size: 16px;
} */

/* .product-desc ul li {
  color: #423f3f;
  font-size: 14px;
  font: normal normal normal 16px/25px Lato;
  letter-spacing: 0px;
  color: #232323;
} */
.buy-now-btn {
  color: #fff;
  background: #ea1824;
  border: 2px solid #ea1824;
  border-radius: 61px;
  padding: 8px 16px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.buy-now-btn:hover {
  color: #fff;
}
.product-list .section-title h2 {
  color: #fff;
}
.product-list .section-title p {
  color: #fff;
}
.product-list .section-title p::after {
  background: #fff;
}
.product-list {
  /* padding-bottom: 0; */
  background: #ea1824;
}
.product-img img {
  width: 100%;
  height: auto;
}
span.doc-recommend {
  display: flex;
  align-items: center;
  gap: 10px;
  font: normal normal bold 14px/15px Lato;
  justify-content: center;
  margin-bottom: 20px;
  color: #ad1b1e;
}
.where-to-buy {
  background: #f5f7f7;
}
.testimonial {
  position: relative;
}
.testimonial .element-img {
  position: absolute;
  right: 0%;
  top: -15%;
  /* width: 400px; */
}
.testimonial .element-img img {
  width: auto;
  height: 300px;
}
.product-img-thumb {
  border: 1px solid #ccc;
}
.product-nav .slick-slide.slick-current.slick-active {
  border: 1px solid #ea1824;
}
.main-img-wrapper .slick-slide {
  margin: 0 10px;
}
/* .related-product .product-desc{
    width: 70%;
} */

.moretext {
  display: none;
}

.moreless-button {
  color: #ea1824;
}

.product-for .slick-slide.slick-current.slick-active {
  border: 1px solid red;
}

.no-scroll {
  overflow-y: hidden;
  max-height: 100vh;
}

.know-your-skin-slider .item img {
  width: 100%;
}

.product-nav .slick-list {
  margin: 0;
}