@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  --primary-color: #181b52;
  --secondary-color: #8341b1;
  --dark-color: #000000;
  --light-color: #e5e5e5;
  --gray-color: #898989;
  --gray-color2: #898989;
  --white-color: #ffffff;
  --shadowShift: 6px;
  --shadowBlur: 15px;
  --circleColor: rgb(241, 243, 246);
}
ul.wp-block-list{
	display:revert !important;
}
body{
	font-family: "Poppins", sans-serif!important;
}
/* Default: Show desktop version and hide mobile version */
.before-hair-inner-strength {
    display: block;
}

.before-hair-inner-strength-mobile {
    display: none;
}

/* Media Query: For mobile devices, show mobile version and hide desktop version */
@media only screen and (max-width: 767px) {
    .before-hair-inner-strength {
        display: none;
    }

    .before-hair-inner-strength-mobile {
        display: block;
    }
}
 /* Hide the default controls on iOS Safari */
  video::-webkit-media-controls {
    display: none !important;
  }

  /* Optionally, hide full-screen button */
  video::-webkit-media-controls-fullscreen-button {
    display: none !important;
  }
/* Hide video controls for all browsers */
video::-internal-media-controls,
video::-webkit-media-controls,
video::-moz-media-controls {
  display: none !important;
  appearance: none;
}

.inner-banner{
	background-size: cover!important;
  max-width: 100%;
}
.accordion-header button{
	font-size: 20px!important;
    line-height: 30px!important;
/*     font-weight: 600!important; */
    font-family: 'Poppins';
}
a {
  text-decoration: none;
}
.h-46 {
  height: clamp(36px, 4vw, 46px);
}

.form-check-input:checked {
  background-color: #1d3c6a;
  border-color: #1d3c6a;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

ul {
  margin-bottom: 0;
  padding: 0;
}

li {
  list-style: none;
}
.sammi-satti-blog-post-detail li{
  list-style: revert;
	
}
.blog-listing li{
	list-style: inherit!important;
}

p {
  font-weight: 400;
	    font-size: 15px;
    line-height: 24px;
  color: var(--dark-color);
}

.container-fluid {
  max-width: 1920px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 125%;
  color: var(--dark-color);
}

h3,
h2 {
  margin-bottom: clamp(12px, 1vw, 12px);
}

.button {
  outline: none;
  border: none!important;
  background-color: transparent!important;
  display: inline-flex!important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: clamp(13px, 1vw, 14px) clamp(18px, 2vw, 24px)!important;
  font-weight: 500!important;
  overflow: hidden!important;
  font-size: clamp(14px, 1vw, 14px)!important;
  line-height: normal!important;
  max-width: 100%;
  transition: all 0.3s ease-in-out;

}

.bg-gray {
  background-color: #64696F;
}

.bg-green {
  background-color: #357546;
}
.video-popup p{
	font-size: 26px;
	text-align:center!important;
    line-height: 36px ! Important;
}

.btn {
  box-shadow: none;
  padding: clamp(13px, 1vw, 14px) clamp(18px, 2vw, 24px);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-weight: 500;
  overflow: hidden;
  font-size: clamp(14px, 1vw, 14px);
  line-height: normal;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  display: inline-flex!important;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 1vw, 10px);
}

.btn:hover {
  opacity: 0.95;
}

.btn-outline-light,
.btn-outline-light:hover,
.btn-outlie-light:focus,
.btn-outline-light:active {
  background-color: transparent;
  border-color: var(--white-color);
  color: var(--white-color)!important;
}

.btn-light,
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background-color: var(--white-color);
  border-color: var(--white-color);
  color: #000000!important;
  outline: 1px solid transparent;
  outline-offset: 2px;
}

.btn-light:hover {
  outline: 1px solid var(--white-color);
}
.list-items li:first-child::before{
    content: none;
}
.btn-dark,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active
.product-card-btn a.button:hover,
.product-card-btn a.button:focus,
.product-card-btn a.button:active,
.product-card-btn a.button{
  background-color: #000000!important;
  border-color: #000000!important;
  color: #ffffff!important;
  outline: 1px solid transparent;
  outline-offset: 2px;
  gap: clamp(4px, .8vw, 5px);
}
.product-card-img img{
	height: 360px;
	object-fit: cover;
}
.quick-view-data .product-image img{
	width:100%;
}
.btn-dark:hover,
.product-card-btn a.button:hover{
  outline: 1px solid var(--dark-color);
}

.text_dark {
  color: var(--dark-color);
}

.bg-light-gray {
  background-color: #f6f5f5;
}

/* colors */

.h-54 {
  height: clamp(50px, 3.8vw, 54px);
}

/* fonts */

.f-50 {
  font-size: clamp(22px, 3vw, 35px);
}

.f-42 {
  font-size: clamp(21px, 2.5vw, 32px);
}

.f-40 {
  font-size: clamp(20px, 2.5vw, 30px);
}

.f-35 {
  font-size: clamp(19px, 2.1vw, 26px);
}

.f-30 {
  font-size: clamp(18px, 2vw, 24px);
}

.f-26 {
  font-size: clamp(17px, 3vw, 20px);
}

.f-24 {
  font-size: clamp(17px, 1.8vw, 19px);
}

.f-22 {
  font-size: clamp(16px, 1.5vw, 18px);
}

.f-20 {
  font-size: clamp(16px, 1.5vw, 17px);
}

.f-18 {
  font-size: clamp(15px, 1.2vw, 16px);
}

.f-16 {
  font-size: clamp(14.5px, 1.1vw, 15px);
}

.f-14 {
  font-size: clamp(13px, 1vw, 14px);
}

.f-12 {
  font-size: clamp(12px, 1vw, 12px);
}

.f-13 {
  font-size: clamp(12px, 1vw, 13px);
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.py-100 {
  padding-block: clamp(30px, 8vw, 100px);
}

.py-60 {
  padding-block: clamp(30px, 5vw, 60px);
}
section{
  overflow: hidden;
}
section,
footer {
  padding-block: clamp(35px, 6vw, 80px);
}

.py-80 {
  padding-block: clamp(35px, 8vw, 50px);
}
.py-80 h3{
	font-size: 30px!important;
}
#review_form h3{
	    font-size: 23px;
    line-height: 33px;
}
.heading-border {
  display: inline-block;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: var(--dark-color);
  margin-block: clamp(12px, 1vw, 12px);
}

.section-title-border,
.section-title-border-black {
  display: inline-block;
  position: relative;
  padding-inline: 6%;
  padding-bottom: 2%;
}

.section-title-border::after,
.section-title-border-black::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.884) 50%,
      rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  position: absolute;
  margin-block: auto;
  bottom: 0;
  right: 0;
  opacity: 0.7;
}

.section-title-border-black::after {
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9164040616246498) 50%,
      rgba(0, 0, 0, 0) 100%);
}
.divider {
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.28895308123249297) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.3029586834733894) 100%);
  height: 0.5px;
  opacity: 0.6;
}

.section-title {
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 600;

}
.ripples:before,
.ripples:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.ripples:before {
  animation: ripple 2.99s linear infinite;
}

.ripples:after {
  animation: ripple 3s linear 1s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0.02;
  }
}

.border-radius260 {
  border-radius: 260px;
}

.gray-color {
  color: var(--gray-color);
}

.gray-color2 {
  color: var(--gray-color);
}

.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.video-container  {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-popup video {
  height: 100%;
  width: 100%;
  object-fit: cover;

}


.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.banner .video-popup {
  min-height: 360px;
  max-height: 360px;
  height:100vh
}

video::-webkit-media-controls {
  display: none;
}
.video-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
  background-position: center;
  position: relative;
  z-index: 1;
}
.play-button-wrapper {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    pointer-events: none;

}
.arrow-cirlce {
  width: clamp(5rem, 9vw, 9.5rem);
  height: clamp(5rem, 9vw, 9.5rem);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-spacing: 0.3em;
  text-decoration: none;
  transform: rotate(45deg);
  z-index: 1;
  position: relative;
}

.arrow-cirlce:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 60%;
  height: 60%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  margin: auto;
  border-radius: 100px;
}

.link__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: #fff;
  stroke: #000;
  stroke-width: 0.05em;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.link__cloud {
  transform-origin: 50% 50%;
  -webkit-animation: rotate normal infinite 60s linear;
  animation: rotate normal infinite 60s linear;
  fill: rgba(255, 255, 255, 0.15);
}

.link__arrow,
.link__face {
  transform-origin: 50% 50%;
  transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}

.link:hover .link__arrow,
.link:hover .link__face {
  transform: scale(1.1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.link__arrow {
  stroke-width: 0.2em;
}

.link__text {
  /* -webkit-animation: rotate normal infinite 20s linear;
  animation: rotate normal infinite 20s linear; */
  /* transform-origin: 50% 50%; */
  /* font-size: 15px; */
  /* text-anchor: middle; */
  /* font-size: 15px;
  dominant-baseline: central;
  -webkit-animation: rotate normal infinite 20s linear;
  animation: rotate normal infinite 20s linear;
   */
   -webkit-animation: rotate normal infinite 20s linear;
  animation: rotate normal infinite 20s linear;
  transform-origin: 50% 50%;
  font-size: 15px;
}

.arrow-cirlce:hover .link__text {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.link--alt {
  font-size: 15px;
  letter-spacing: 0;
  word-spacing: 0;
}

@-webkit-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.video-popup-text p {
  bottom: 70px;
  letter-spacing: 3.4px;
  padding: 0 3%;
}

.r-20 {
  z-index: 2;
  right: -20px;
}

.l-20 {
  z-index: 0;
  left: -20px;
}

/* owl nav */
.nav-center .owl-nav button.owl-next,
.nav-center .owl-nav button.owl-prev {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
}

.nav-center .owl-nav button span {
  font-size: 40px;
  height: 100%;
  display: block;
  width: 100%;
}

.nav-center .owl-nav button.owl-prev {
  left: 0;
  margin: 0;
}

.nav-center .owl-nav button.owl-next {
  right: 0;
  margin: 0;
}
.nav-outside .owl-nav button.owl-prev {
  left: -10px;
  background: #000 !important;

}

.nav-outside .owl-nav button.owl-next {
  right: -10px;
  background: #000 !important;

}
.nav-outside  .owl-nav img{
  filter: brightness(0) invert(1);

}

.nav-center .owl-nav {
  margin: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
}

.owl-dots {
  margin-top: 30px;
}
/* ///////////////////////////////////////// */

/* .banner-content */

.banner-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.banner-left {
  flex: 1 0 192px;
}

.banner-content {
  flex: 0 0 calc(100% / 2 - -62px);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}



button.owl-next.disabled,
button.owl-prev.disabled {
  opacity: 0.5;
}

.feature-title {
  font-size: clamp(18px, 1.5vw, 20px);
  color: var(--dark-color);
}

.feature-dsc {
      font-size: 14px;
    line-height: 23px;
}

.feature-content {
  padding: clamp(16px, 3vw, 40px);
  text-align: center;
}

.feature-img {
  position: relative;
  padding-bottom: 84.2%;
  border-radius: clamp(40px, 6vw, 6rem);
  overflow: hidden;
  aspect-ratio: 1/1;
}

.feature-img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-cols-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: clamp(24px, 8vw, 9rem);
  grid-row-gap: 10px;
}

.best-seller .feature-card:nth-child(3n + 2) {
  margin-top: 100px;
}

.what-we-offer .feature-card {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.best-seller .feature-card:hover img {
transform: scale(1.1);
}
.best-seller .feature-card img {
transition: .3s ease-in-out;
cursor: pointer;
}

.feature-icon {
  min-height: clamp(60px, 6vw, 90px);
  max-width: clamp(60px, 6vw, 90px);
}

/* product category */

.call-line{
    top: -158px;
    left: -63px;
}
.product-cateogry-content {
  position: relative;
  overflow: hidden;
  /* transition: all  .3s ease-in-out; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(40px, 7vw, 6rem);
}

.product-cateogry-img {
  position: relative;
  display: block;
}

.product-cateogry-text {
  position: absolute;
  z-index: 10;
  margin: auto;
  color: rgb(255, 255, 255)!important;
  display: flex;
  gap: 14px;
  align-items: center;
  font-weight: 400;
  opacity: 0.3;
  padding: 5px;
}

.product-cateogry-text img {
  display: none;
}

.product-cateogry-content.active .product-cateogry-text img {
  display: inline-block;
}

.overlay {
  text-align: center;
  background: rgba(0, 0, 0, 0.61);
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.product-cateogry-content:hover {
  cursor: pointer;
  z-index: 20;
}

.product-cateogry-content:hover .overlay {
  opacity: 0.9;
}

.product-cateogry-content.active .overlay {
  opacity: 0;
}

.product-cateogry-content:hover .product-cateogry-text,
.product-cateogry-content:hover .product-cateogry-text img,
.product-cateogry-content.active .product-cateogry-text {
  opacity: 1;
}

.product-cateogry-content img {
  transition: 0.3s ease-in-out;
}

.product-cateogry-content:hover>img {
  transform: scale(1.1);
}

.product-cateogry-img {
  position: relative;
  padding-bottom: 56.2%;
}

.product-cateogry-img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* arrow circle */
.arrow-cirlce-black .link__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: #000;
  stroke: #ffffff;
  stroke-width: 0.05em;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.arrow-cirlce-black .arrow-cirlce:after {
  background: #000;
}

 .product-category {
  background: url(../images/home/product-cat-bg.png) no-repeat;
  background-position: center;
  padding-top:0!important;
     
 } 

.accordion-button:focus {
  box-shadow: none;
}

/* faq */
.faq-sec .accordion-button {
  padding-block: clamp(18px, 2vw, 30px);
  padding-inline: 0;
  border-radius: 0px;
  color: var(--dark-color);
  font-size: clamp(15px, 1.7vw, 20px);
  font-weight: 500;
  background: transparent;
}

.faq-sec .accordion-body {
  padding-inline: 0;
  padding-block: 0 2.5%;
  color: #898989;
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 400;
}

.faq-sec .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  color: var(--dark-color);
}

.faq-sec .accordion-item {
  border-inline: 0;
  border-radius: 0;
}

.faq-sec .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.faq-sec .accordion-button::after {
  filter: brightness(0.5);
}

/* .call-to-action */
.call-to-action .form-control,
.call-to-action .form-control:focus {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #242222;
  font-size: 16px;
  font-weight: 500;
  padding-inline: 6%;
}

.h-70 {
  height: clamp(54px, 3.8vw, 70px);
}

.follow-us-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(16px, 2vw, 35px);
  justify-content: center;
  margin-top: clamp(16px, 1.8vw, 25px);
}

.follow-us-link a {
  font-size: clamp(14px, 1vw, 1rem);
  color: var(--white-color)!important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.follow-us-link img {
  height: 18px;
}

.follow-us-link-black a {
  color: var(--dark-color)!important;
}

.follow-us-link-black img {
  filter: invert(1) brightness(1);
}

/* contct us */

.inner-banner {
  height: 100vh;
}
.technologies-sec {
	margin-bottom:72px;
  background-color: #141414;
  border-radius: 0 0 clamp(40px, 15vw, 20rem) clamp(40px, 15vw, 20rem);
}

.technologies-sec .video-popup {
  background: linear-gradient(rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.47) 100%),
    url("../images/about/technologies.png") no-repeat;
  min-height: clamp(5rem, 35vw, 25rem);
  max-height: clamp(5rem, 35vw, 25rem);
  border-radius: 20rem;
  overflow: hidden;
}

.text-bg {
  margin-bottom: -50px;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.pb-20 {
  padding-bottom: clamp(5px, 1vw, 10px);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #2c2742;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #2c2742 inset;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: #fff;
}

.form-card .form-select {
  background-image: url(../images/select-arrow.svg);
}

.call-to-action-btn {
  background: url(../images/about/call-to-action-about.png) no-repeat center/cover;
}
.about-arrow-position {
  margin-top: 0px;
}

.about-arrow-position img {
  max-width: 30%;
}

.about-us-img img {
  max-width: 60%;
  margin: auto;
}

/* product css */

.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

#products-tab {
  background: #f6f5f5;
  border-top: 1px solid var(--dark-color);
  margin-bottom: 0;
}

.products-tabs .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
  padding-block: clamp(15px, 1.8vw,18px);
  padding-inline: 4%;
  color: #000;
  border-radius: 0;
  font-size: clamp(14px, 1.7vw, 1rem);
  font-weight: 500;
  width: 100%;
  text-align: center;
}

.products-tabs .nav-pills .nav-link.active,
.products-tabs .nav-pills .show>.nav-link {
  color: #000;
  background-color: #d6d6d6;
  border-radius: 0;
}

.how-to-use-content {
  display: flex;
  align-items: center;
  gap: clamp(14px, 5vw, 60px);
  justify-content: center;
}

.how-to-use-tab {
  padding-block: 6%;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 5vw, 60px);
}

.how-to-use-img {
  flex: 0 1 80px;
}

.how-to-use-items {
  flex: 0 1 570px;
}
.how-to-use-items p{
  margin-bottom: 0;
}
.hair-secret-unravle-ul li {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  padding-block: clamp(20px, 3vw, 30px);
  padding-inline: 0;
}

.hair-secret-unravle-ul .grid-items {
  grid-area: 1 / 2 / 2 / 4;
}

/* hair-inner-strength */
.hair-inner-strength {
  min-height: clamp(10px, 10vw, 510px);
	padding: 35px 0;
	width:auto;
	height:550px;
	background-repeat: no-repeat; 
/* 	background-position: center; */
	background-size: cover;
}

.hair-inner-strength img {
  margin-top: -185px;
}

.section-title-border-black p {
  margin-bottom: 0;
}

.unleash-you-hair {
  /* background: url(../images/product/unleash-inner.png); */
  background: url("../images/product/unleash-inner.svg") no-repeat,
    linear-gradient(#64696f 0%, #64696f 100%);
  background-size: 80%;
  background-position: bottom!important;
  height: 528px;
  /* overflow: hidden; */
}

.triangle-shape {
  clip-path: polygon(62.4% 1%, 0% 100%, 100% 100%);
  position: relative;
  background: rgb(255, 255, 255);
  bottom: 0px;
  overflow: hidden;
  height: fit-content;
  width: 100%;
  /* height: 170px; */
  position: absolute;
  z-index: 1;
  bottom: -2px;
}

.unleash-you-hair-serums {}

.unleash-you-hair-serums img {
  position: absolute;
  left: 57%;
  margin: auto;
  z-index: 2;
  bottom: 0;
  width: 100%;
  max-width: 10%!important;
}

/* icon box */
.feature-icon-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.feature-card-items {
  display: flex;
  /* flex-wrap: wrap; */
  /* margin-bottom: 2%; */
  align-items: center;
  gap: 20px;
  width: 70%;
}

.feature-icon {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
}

.feature-ul {
  flex: auto;
  padding-left: 0;
  padding-top: 1%;
}

.feature-ul p {
  color: var(--dark-color);
  margin-bottom: 0;
}

.w-50 {
  width: 100% !important;
  max-width: 650px;
}

.feature-card-box .feature-card .feature-img {
  margin-bottom: 6%;
}

.feature-card-box .feature-card p {
  margin-bottom: 0;
}

.healthy-happy {
  background: linear-gradient(#00000060 0%, #00000060 100%),
    url("../images/product/healthy-happy.png") no-repeat center/ cover;
  height: clamp(280px, 50vw, 748px);
}

.perfect-for-anyone {
  margin-top: clamp(-150px, 10vw, -200px);
}

.overview-tab-content .card {
  border: none;
}

.overview-tab-content .card {
  margin-bottom: 0;
}

.overview-tab-content .card img {
  height: 100%;
  object-fit: cover;
}

.start-now-hair-grow .right-side .section-title-border-black::after {
  background: linear-gradient(90deg,
      rgb(0 0 0) 0%,
      rgba(0, 0, 0, 0.9164040616246498) 50%,
      rgb(0 0 0 / 0%) 100%);
}

.start-now-hair-grow .right-side .section-title-border-black {
  padding: 20px 0;
  display: block;
}

.right-side .section-title-border-black p {
  margin-bottom: 0.5rem;
}

.grid-col-2 {
  display: grid;
  grid-template-columns: minmax(min-content, 80px) minmax(100px, 1fr);
}

.start-now-hair-grow {
  display: grid;
  grid-template-columns: minmax(min-content, 390px) 100px minmax(600px, 1fr);
}

.list-items li {
  position: relative;
}

.list-items li::before {
  content: "";
  background: #d9d9d9;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 6px;
}

.heading-border.middle {
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9164040616246498) 50%,
      rgba(0, 0, 0, 0) 100%);
}

.product-detail-banner, .product-banner {
  /* background: url(../images/product/product-detail-banner.png) no-repeat center / cover; */
  height: 100vh;
  max-height: 563px;
  background-repeat: no-repeat;
  background-size: cover;
  background: #000;
  max-width:100%
}


.product-banner {
  background: url(../images/product/product-banner.png) no-repeat center top / cover;
  height: 76vh;
}

/* shop by category */
.shop-by-category-img {
  max-width: clamp(150px, 15vw, 220px);
  max-height: clamp(150px, 15vw, 220px);
  display: block;
  overflow: hidden;
  border-radius: 100%;
  margin-inline: auto;
  margin-bottom: 10px;
  object-fit: cover;
}

.shop-by-category-slider .item p{
  margin-bottom: 0;
}
.shop-by-category-img img {
  transition: .2s ease-in-out;
}

.shop-by-category-slider a:hover .shop-by-category-img>img {
  transform: scale(1.2);
}
.product-title-on-shop-page{
	/*  height:25px;
margin-bottom: 10px; */
}

/*  */
.best-seller-product {
  background: url(../images/product/best-seller-bg.png) no-repeat center/ cover;
}

/* .best-seller-product-slider {
  width: calc(100% + 30vw);
} */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}
.product-card {
  background: #ffffff;
  overflow: hidden;

}
.af-sammi-satti-best-seller li.product{
	padding:7px!Important;
}
.af-sammi-satti-best-seller li.product .src-product-card{
	position: relative!important;
}
.af-sammi-satti-best-seller li:hover .quick-view-button{
	opacity:1!important;
	visibility: visible;
}
.product-card-btn {
  width: 100%;
}
/* .onst-listing-section .products li:hover,
.af-sammi-satti-best-seller li.product:hover .src-product-card{
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%);
    padding: 17px 17px 11px!important;
	transition: 0.5s ease-in-out;
} */
.product-card-btn .btn,
.product-card-btn a.button{
  width: 100%!important;
  border-radius: 0px!important;
}
.mail-field p {
    margin-bottom: 0 !important;
}
.product-card img {
  max-width: 100%;
  width: 100%;
  height: auto;
  text-align: center;

}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
    position: absolute;
    bottom: 15px;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
}
.owl-theme .owl-nav.disabled+.owl-dots button{
    width: 45px;
    height: 2px;
    margin-right: 10px;
    padding: 0;
    background:#fff;
        border-radius: 0;
    opacity: .4;
}
.owl-theme .owl-nav.disabled+.owl-dots button.active{
    opacity:1;
    height:4px;
}
.product-card-img {
	position: relative;
	overflow: hidden;
	/* height: 352px; */
	max-height: 352px;
  }

.product-card-img .second-img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: z-index .5s ease,transform .6s ease;
}

.product-card:hover .second-img,
.src-product-card:hover .second-img{
  z-index: 0;
  transform: scale(1.05);
}
.product-card-content {
  padding: clamp(14px, 1.8vw, 20px);
  text-align: center;
}

.product-card-content p, .product-card-content a {
  margin-bottom: 8px;
  display: block;
}

.add-items-btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  /* max-width: 134px; */
  align-items: center;
  border: 1px solid #000;
  border-radius: 100px;
  overflow: hidden;
}

.add-items-btn input {
  width: 100%;
  outline: none;
  border: none;
  text-align: center;
  /* min-width: 50px; */
}

.input-number {
  font-size: clamp(16px, 1.5vw, 18px);
}

.btn.btn-number {
  font-size: clamp(21px, 1.8vw, 22px);
  ;
  padding: 10px;
  outline: none;
  border: none;
}

.btn-number:active {
  outline: none;
  border: none;
}

.product-card-btn .btn-dark, .btn.btn-number, .add-items-btn,
.product-card-btn a.button{
  min-height: clamp(40px, 5vw, 50px);
  max-height: clamp(40px, 5vw, 50px)!important;

}

.product-card-btn .btn-dark,
.product-card-btn a.button {
  /* font-size: clamp(16px, 1.5vw, 18px); */
  font-size: clamp(0.875rem, 0.7rem + 0.3vw, 1.125rem);
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.call-act1 {
  top: 0;
  bottom: 0;
  left: 0;
}

.call-act2 {
  top: -100px;
  right: 0px;
}
.call-act3{
  right: 13vw;
  bottom: -60px;
}

.rotate-center {
	-webkit-animation: rotate-center 7000ms linear infinite both;
	        animation: rotate-center 7000ms linear infinite both;
}


/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
 @-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.exporemore-rotated-img  .rotate-center{
  max-width: 100px;
}

/* arrow animation */
.c-dashed-line__path {
	animation: c-dashed-line-path 2s ease-in-out infinite alternate;
	fill: none;
	stroke: #1C1C1C;
	stroke-dasharray: 940; /* this is the entire length of the line */
	stroke-dashoffset: 940; /* this is the entire length of the line */
	stroke-width: 4;
}

.c-dashed-line__dash {
	fill: none;
	stroke: #FFFFFF; /* this must match the background color */
	stroke-dasharray: 0; /* draws a 10px dash line with a 16px gap between */
	stroke-width: 0; /* make the dashed line slightly bigger than the one it's covering */
}

@keyframes c-dashed-line-path {
	from {
		stroke-dashoffset: 980;
	}
	to {
		stroke-dashoffset: -1;
	}
}

/* pie chart animation */

@-webkit-keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

.pieID--micro-skills .pie-chart__pie .slice.s0-0 span {
  background-color: #fff !important;
}
.pie-chart {
  display: flex;
    align-items: center;
    justify-content: center;
}
.pie-chart h2{
  position: absolute;
  /* left: 0;
  right: 0; */
  margin: auto;
  z-index: 5;
}
.pie-chart--wrapper {
  width: 200px;
  margin: 0px auto;
  text-align: center;
}
.pie-chart__pie, .pie-chart__legend {
  display: inline-block;
  vertical-align: top;
}
.pie-chart__pie {
  position: relative;
  height: 160px;
  width: 160px;
  margin: 10px auto 15px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.pie-chart__pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
 inset: 0;
 margin: auto;
}


.slice {
  position: absolute;
  width: 160px; /* Adjusted width */
  height: 160px; /* Adjusted height */
  clip: rect(0px, 160px, 160px, 81px); /* Adjusted clip */
  -webkit-animation: bake-pie 1s;
  animation: bake-pie 1s;
}
.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  clip: rect(0px, 160px, 160px, 81px); /* Adjusted clip */
}
.pie-charts {
  display: flex;
  flex-direction: row;
}

@media (max-width: 500px) {
 
	
	/* .product-title-on-shop-page{
		height:25px;
	} */
  .pie-chart__pie {
    height: 100px;
    width: 100px;
    margin: 5px auto 10px;
  }
  .pie-chart__pie::before {
    width: 40px;
    height: 40px
    ;}
    .slice {
      width: 100px; /* Adjusted width */
      height: 100px; /* Adjusted height */
      clip: rect(0px, 100px, 100px, 51px); /* Adjusted clip */
    }
    .slice span {
    
      width: 100px;
      height: 100px;
      clip: rect(0px, 100px, 100px, 51px); /* Adjusted clip */
    }
    .pie-chart h2{
      font-size: 12px;
    }
    .pie-chart + h2{
      font-size: 14px;
    }
    .src-product-card-content a.title {
      font-size: 13px;
      line-height: 110%;
}

.onst-listing-section ul.products[class*=columns-] li.product, .onst-listing-section .woocommerce-page ul.products[class*=columns-] li.product {
 
  margin: 0 0 .992em !important;
}

}
@media (min-width: 768px) {
  .about-us-img img {
    max-width: 100%;
  }

  .h-265 {
    height: 265px;
    max-height: 265px;
  }

  .h-392 {
    height: 394px;
    max-height: 394px;
  }

  .h-564 {
    max-height: 566px;
    height: 566px;
  }

  .h-622 {
    max-height: 622px;
    height: 622px;
  }

  .h-615 {
    height: 615px;
    max-height: 615px;
  }

  .h-652 {
    height: 652px;
    max-height: 652px;
  }

  .h-700 {
    height: 700px;
    max-height: 700px;
  }

  .product-details {
    margin-top: -150px;
    margin-bottom: -20px;
  }

  .margin-top-150 {
    margin-top: -150px;
  }

  .mh-296 {
    min-height: 296.31px;
  }

  .mh-123 {
    min-height: 123px;
  }

  .flex-custom {
    display: flex;
    flex-direction: column;
    /* gap: 40px; */
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-text-position {
    margin-top: -150px;
  }

  .pt-70 {
    padding-top: 70px;
  }
  .text-sm-white {
    color: #ffffff;
  }
 
}

@media (min-width: 830px) {
  
.call-act1, .call-act2,.call-act3{
  max-width: 100%;
}
  .about-text-position {
    margin-top: -250px;
  }

  .about-arrow-position {
    margin-top: -60px;
  }

  .healthy-happy {
    background: url(../images/product/healthy-happy.png) no-repeat center/ cover;
  }

  .margin-top-150 {
    margin-top: -150px;
  }

  .banner-slider .owl-nav button.owl-next,
  .banner-slider .owl-nav button.owl-prev {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 38%) !important;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: 99;
    border-radius: 0;
  }

  .banner-slider .owl-nav button.owl-prev {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 0) 100%) !important;
  }

  .banner-items {
    position: relative;
  }

  .banner-items::after {
    content: "";
    border-right: 1px solid #000;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: -22px;
  }

}
.af-sammi-satti-best-seller{
	margin:0!important;
}
@media (min-width: 700px) and (max-width:980px) {
	.header-menu ul li a{
		padding: 15px 10px !important;
	}
	.product-banner, .inner-banner {
		width:100%!important;
	}
	.product-card-img img, .src-product-card .product-card-img{
		height:200px!important;
	}
	.about-text-position {
    margin-top: -150px;
}
	.r-20 {
    z-index: 2;
    right: 14px;
}
	/* .product-title-on-shop-page {
		height: 50px;
	} */
	.container, .container-sm {
    max-width: 677px;
}
	.prodcut-detail-banner-slider{
		padding-top:0!important;
		padding-bottom:20px!important;
	}
	.stock.instock {
    margin-left: 17px!important;
	}
	.quick-view-conten-maint{
		    max-width: 42.125rem!important;
	}
	.quick-view-content{
		    display: flex;
    align-items: center;
	}
	.popup-product-detail h1 {
    font-size: 24px!important;
		line-height: 38px!important;
	}
	.onst-listing-section .ul.products.columns-3 li.product{
		width:45.75%;
	}.onst-shop-sidebar h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 11px;
}
}
@media (min-width: 1280px) {
  .exporemore-rotated-img{

    left: -200px;
    top: 30px;
  }
  .exporemore-rotated-img  .rotate-center{
    max-width: 170px;
  }
}
@media (min-width: 1440px) {
  .banner .video-popup {
    height: calc(100vh - 200px);
    max-height: 100%;
    min-height: 100%;
}
.bannervh  {
  height: calc(100vh - 160px);
}
}
@media (min-width: 1450px) {
  .btn {
    padding: 18.5px 35px;
    border-radius: 100px;
    font-size: 16px;
  }

  .banner .video-popup {
    /* min-height: 629px;
    max-height: 629px; */
  }
  .section-title {
    font-size: 28px;
	line-height:48px;
    /* margin-bottom: 5%; */
  }

  .f-50 {
    font-size: 50px;
	  line-height: normal;
  }

  .f-42 {
    font-size: 42px;
	  line-height: normal;
  }

  .f-40 {
          font-size: 18px;
	  line-height: normal;
  }

  .f-35 {
        font-size: 33px;
    line-height: 55px;
  }

  .f-30 {
    font-size: 30px;
	  line-height: normal;
  }

  .f-26 {
    font-size: 26px;
	  line-height: normal;
  }

  .f-24 {
    font-size: 24px;
	  line-height: normal;
  }

  .f-22 {
    font-size: 22px;
	  line-height: normal;
  }

  .f-20 {
    font-size: 20px;
	  line-height: normal;
  }

  .f-18 {
    font-size: 18px;
	  line-height: normal;
  }

  .f-16 {
    font-size: 16px;
    line-height: 29px;
  }

  .feature-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
  }
	.about-us p, .what-we-offer .feature-dsc, .best-seller .feature-dsc{
		text-align: justify;
	}
	.related.products, .wc-tabs-wrapper ul{
		display: none!Important;
	}
  .faq-sec .accordion-button {
    padding-block: clamp(18px, 2.6vw, 22px);
    font-size: clamp(15px, 1.7vw, 25px);
  }

  .faq-sec .accordion-body {
    font-size: clamp(12px, 1.2vw, 16px);
  }

  .technologies-sec .video-popup {
    min-height: clamp(5rem, 35vw, 33.3rem);
    max-height: clamp(5rem, 35vw, 33.3rem);
  }
  .technologies-sec  .video-popup video {
    max-width: 100%;
    height: auto;
  }

  .unleash-you-hair {
    height: 628px;
  }

  .about-text-position {
    margin-top: -200px;
  }

  .call-to-action-btn {
    height: 578px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.related.products, .wc-tabs-wrapper ul{
		display: none!Important;
	}
.commentlist{
	padding-left:0!important;
}
.woocommerce-Reviews h2{
	    font-size: 24px;
    line-height: 34px;
    margin-bottom: 29px;
}
.woocommerce-Reviews ol li p.meta{
	color:#000!important;
}
.woocommerce-Reviews .comment-text{
padding:1rem!important;
}

@media (max-width: 1366px) {
  .how-to-use-img {
    flex: 0 1 102px;
  }

  .how-to-use-img {
    flex: 0 1 92px;
  }

  .how-to-use-items {
    flex: 0 1 570px;
  }

  .how-to-use-tab {
    padding-block: 4%;
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 4vw, 40px);
  }

  .how-to-use-items>p {
    margin-bottom: 5px;
  }
  .banner-content {
    flex: 0 0 calc(100% / 2 - -44px);
}
.banner-left {
    flex: 1 0 108px;
}
}

@media (max-width: 1024px) {
  .inner-banner {
    height: 100%;
    padding-block: 120px 60px;
    background-position: right !important;
  }

  /* .product-detail-banner */
   .product-banner
    {
    height: clamp(300px, 40vw, 400px);
    padding-top: 80px;

  }
  .product-detail-banner{
    height: 410px;
    padding-top: 80px;
  }

  .unleash-you-hair {
    height: clamp(370px, 65vh, 468px);
    background-size: cover;
  }

  .unleash-you-hair-serums img {
    max-width: 12%;
    left: 59%;
  }

  .unleash-you-hair-serums {
    bottom: 0;
    right: -13vw;
  }

  .feature-card-items {
    gap: 15px;
    width: 90%;
  }

  .best-seller-product-slider {
    width: auto
  }

  /* .product-card-btn {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;

  } */

  .video-popup-text p {
    bottom: 30px;
    letter-spacing: 3px;
    padding: 0 2%;
  }

  .banner-content {
    flex: auto;
  }

  .banner-items::after {
    right: 0px;
  }
  .banner-items::after {
    right: -11px;
}
  .call-act1, .call-act2,.call-act3{
    max-width: 90px;
  }
  .call-act1 {
  bottom: -50px;
  left: 0px;
  top: unset;
}

.call-act2 {
  top: -50px;
  right: 20px;

}
.call-act3{
  right: 0px;
  bottom: -50px;
}

}

@media (max-width: 991px) {
  /* .banner .video-popup {
    min-height: 410px;
    max-height: 410px;
    margin-bottom: 0;
  } */

  .video-popup-text p {
    bottom: 30px;
    letter-spacing: 2px;
    font-size: 11px;
  }

  .hair-inner-strength {
    padding-top: 50px;
  }

  .hair-inner-strength img {
    margin-top: 0px;
  }

  .grid-cols-3 {
    grid-column-gap: 25px;
    grid-row-gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .feature-icon-card {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 10px;
  }

  .start-now-hair-grow {
    display: grid;
    grid-template-columns: auto;
  }

  .start-now-hair-grow .left-side img {
    max-width: 40%;
  }
  .margin-top-150 {
    margin-top: 0;
}
.product-banner-logo img{
  max-width: 90%;
}
.product-image{
  max-width: 70%;
}
}
@media (max-width: 820px) {

.call-act1 {
  top: 0;
  bottom: 0;
  left: 10vw;
}

.call-act2 {
  top: -70px;
  right: 10vw;
  max-width: 120px;
}
.call-act3{
  right: 27vw;
  bottom: -60px;
}
 .home-banner-slider .r-20{
    right:6px;
  }
  .home-banner-slider .l-20{
    left: -10px;
  }
   .home-banner-slider  .l--10{left:10px}
}
@media (max-width: 767px) {
  .best-seller .feature-card:nth-child(3n + 2) {
    margin-top: 0px;
  }
/* 	.unleash-you-hair{
		display: none!important;
	} */
  .feature-img {
    padding-bottom: 64.2%;
  }
	.onst-listing-section .products li:hover,
	.af-sammi-satti-best-seller li.product:hover .src-product-card{
		box-shadow: none!important;
		padding: 0!important;
		}
  .section-title {
    text-align: center;
  }

  .heading-border {
    max-width: 30%;
    margin: auto;
    display: block;
    margin-top: -4px;
  }

  .text_center {
    text-align: center;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: normal;
  }

  /* .banner .video-popup {
    min-height: 320px;
    max-height: 320px;
  } */

  .l-20 img,
  .w-70 img {
    max-width: 80px;
  }

  .hair-inner-strength img {
    margin: auto;
    max-width: 80%;
  }

  .unleash-you-hair {
    padding-top: 30px;
  }

  .feature-card-items {
    width: 100%;
    max-height: auto!important;
  }
  .product-banner-logo img{
    max-width: 120px;
    margin-bottom: 40px;
  }
  .product-details {
    margin-top: 0;
}
.product-image{
  max-width: 30%;
}

    .video-popup p {
    font-size: 20px;
    line-height: normal ! Important;
}
.product-detail-banner{
  height: clamp(300px, 40vw, 400px);

}
}

@media (max-width: 676px) {
	.newsletter .submit-btn .wpcf7-submit {
		padding: 18.5px 26px!important;
	}
  .banner-content {
    flex: 100%;
  }
	.product-details.order-sm-last{
		    margin-top: 25px;
    margin-bottom: 20px;
	}
.product-image{
  width: auto!important;
  max-width: auto!important;
}
  .banner-items:after {
    display: none;
  }

  .banner-items {
    text-align: center;
    gap: 10px;
  }

  .r-20 {
    right: inherit;
    z-index: 1;
  }

  .r-20 p {
    font-size: 14px;
  }

  .l-20 {
    left: inherit;
    z-index: 1;
  }

  .l-20 p {
    font-size: 9px;
    bottom: 33px;
    z-index: 0;
    letter-spacing: normal;
  }

  .video-popup-btn {
    position: relative;
    z-index: 1;
  }

  .l-20 img,
  .w-70 img {
    max-width: 70px!important;
  }

  .order_4 {
    order: 4;
  }

  .order_5 {
    order: 5;
  }

  .btn img {
    max-width: 16px!important;
  }

  .grid-cols-3 {
    grid-column-gap: 20px;
    grid-row-gap: 18px;
  }

  .banner .video-popup {
    min-height: 600px;
    max-height: 600px;
  }

  .video-popup .btn {
    font-size: 12px;
  }

  .inner-banner {
    padding-block: 90px 40px;
    height: 351px;
  }

  p {
    margin-bottom: 10px!important;
  }

  /* .heading-border {
    padding-bottom: 20px;
    display: inline-block
  }

  .heading-border:after, .section-tilte:after {
    display: inline-block;
    position: absolute;
    top: inherit;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%
  } */
  .text-bg {
    margin-bottom: -20px;
  }

  .about-last-img {
    padding-top: 8%;
    flex-direction: column-reverse;
  }

  .about-last-img img {
    text-align: center;
    width: 60%;
  }
  .video-popup-btn {
    max-width: 100px;
  }
  .call-act1 {
    top: unset;
  bottom: -50px;
  left: 0px;
}

.call-act2 {
  top: -50px;
  right: 0px;

}
.call-act3{
  right: 0px;
  bottom: -50px;
} 
.home-banner-slider .border-radius260{
  border-radius: 0;
  }
 
  .home-banner-slider .video-popup video{
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1/1;

  }
  .home-banner-slider .video-container{
  max-width: 100%;
  width: 100%;
  }
  .home-banner-slider .l--10{left: unset;}
  .home-banner-slider .r-20{right: unset;}
  p.fw-semibold.f-30.mb-2.text-sm-start.text-center {
    text-align: center !important;
}
}

@media (max-width: 576px) {
  .hair-secret-unravle-ul li {
    grid-column-gap: 5px;
  }

  .unleash-you-hair {
    background-size: contain!important;
    background-size: 117px!important;
  }
  .triangle-shape {
    clip-path: polygon(63.4% 27%, 0% 100%, 100% 100%);
  }
  .feature-icon-card {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .feature-icon {
    flex: 0 0 25px;
  }

  .overview-tab-content .card img {
    max-height: 100%;
  }

  .margin-top-250 {
    margin-top: -250px;
  }
  .shop-by-category-slider .f-24{
    font-size: 14px;
    word-wrap: break-word;
   }
}

/*bLOG PAGE CSS*/
	.sn-blog-banner{
		background: #f9f3f2;
    padding: 86px 0;
    width: calc(100% - 194px);
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
	}
	.main-blog-banner{
		width: 100%;
		max-width: 70%;
		margin: 0 auto;
	}
	.sn-blog-listing{
		    padding: 80px 0;
	}
	.sn-blog-post ul.post-meta{
		    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    display: flex;
    line-height: 23px;
    font-weight: 500;
	}
	.sn-blog-post ul li{
		margin-right: 10px;
	}
	.sn-blog-post h2{
		    margin: 10px 0;
    font-size: 27px;
    line-height: 42px;
    font-weight: 600;
	}
	.sn-blog-post p{
		font-size: 14px;
		line-height: 25px;
	}
	.sn-sidebar-widget h4{
		font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #dee2e6db;
	}
	.sn-blog-post img{
		margin-bottom: 18px;
	    width: 100%;
	    object-fit: cover;
	}
	.blog-listing{
		padding-left: 40px;
	}
	.sn-blog-post a.adn-btn{
	     font-size: 14px;
    line-height: 27px;
    border: 1px solid #d7d2d2ab;
    color: #000;
    display: block;
    text-align: center;
    max-width: 128px;
    transition:0.5s ease-in-out;
    padding: 8px 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
	}
	.sn-blog-post a.adn-btn:hover{
	     border: 1px solid #000;
	     background-color:#000;
	     color:#fff;
	}
	.sn-blog-listing{
		font-family: "Poppins", sans-serif!Important;
	}
	.sn-sidebar-widget ul{
		list-style: none;
		padding: 0;
		margin: 0;
		margin-bottom: 30px;
	}
	.sn-sidebar-widget ul li a{
		display: flex;
	}
	.sn-sidebar-widget ul li a img{
		width: 65px;
	    /* height: auto; */
	    flex: 0 0 65px;
	    margin-right: 16px;
	}
	.sn-sidebar-widget ul li a span{
		       font-size: 12px;
    line-height: 18px;
    color: black;
    font-weight: 500;
	}
	.sn-socail-media li a span {
	     font-size: 11px!important;
    line-height: 18px;
    color: black;
    text-transform: uppercase;
    font-family: 'Poppins';
    letter-spacing: 0.5px;
     font-weight: normal!important;
	}
	.sn-blog-post h2 a{
	    color:#000;
	}
	.sn-blog-post h2 a:hover{
	    text-decoration:underline;
	}
	.sn-sidebar-widget ul li{
		margin-bottom: 20px;
	}
	.facebook{
        background-color: rgba(59, 89, 152, 0.1);
	}
	.facebook span{
		color: #3b5998!important;
	}
	.sn-socail-media li{
		margin-bottom: 6px!important;
	}
	.instagram, .pinterest{
        background-color: rgba(253, 29, 29, 0.1);
	}
	.instagram span, .pinterest span,
	.category{
		color: #fd1d1d!important;
	}
	.twitter{
        background-color: rgba(29, 161, 242, 0.1);
	}
	.twitter span{
		color: #1da1f2!important;
	}
	.sn-socail-media li a{
        padding: 12px 12px;
        border-radius: 2px;
	}
	.sn-socail-media li a .social-icon{
		width: 22px;
        font-size: 12px;
        margin-right: 7px;
	}
	.sn-socail-media li a .social-label{
		text-align: right;
		margin-left: auto;
	}
	.sidebar-tag a{
		color: #000!important;
	    background-color: transparent;
	    border: 1px solid #d3d3d366;
	    height: 2rem;
	    padding-left: 1rem;
	    padding-right: 1rem;
	    align-items: center;
	    display: inline-flex;
	    font-size: 12px !important;
	    font-weight: 500;
	    margin-bottom: 5px;
	}
	.blog-search .search-submit{
		position: relative;
	}
	.blog-search .search-submit:before{
		content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: white;
	}
	.main-blog-banner h1{
		     font-size: 54px;
    line-height: 64px;
    font-weight: 600;
    color: red;
    margin-top: 0;
    margin-bottom: 30px;
	}
	.main-blog-banner p{
		    font-size: 14px;
    line-height: 27px;
    margin: 0;
	}
	.sidebar-about .wp-block-search__inside-wrapper {
		border: 1px solid #9494943b;
		padding: 0;
	}
	.sidebar-about{
	    margin-bottom:30px;
	}
	.sidebar-about .wp-block-search__input{
		      box-shadow: none;
    background: none;
    font-size: 14px;
    border: 0;
    padding: 7px 10px;
    line-height: 26px;
	}
	.sidebar-about .wp-block-search__button{
		border: 0;
		background: none;
		padding: 5px;
	}
	.sn-blog-post{
		margin-bottom: 35px;
	}
	.adn-image{
	        margin: 7px 0 30px;
	        width:100%;
	}
	@media screen and (max-width:600px){
		.hair-inner-strength {
			min-height: clamp(10px, 10vw, 510px);
			padding: 35px 0;
			width:auto;
			height:550px;
			background-repeat: no-repeat; 
			background-position: revert;
			background-size: cover;
		}
		.main-blog-banner{
			max-width: 90%!important;
		}
		.sn-blog-banner {
		    padding: 44px 0;
		    width:100%!important;
		}
		.main-blog-banner h1 {
		    font-size: 35px;
		    line-height: 41px;
		}
		.col-full{
			width: 100%;
			margin: 0;
		}
		.sn-blog-post img{
			height: auto;
		}
		.sn-blog-post h2 {
		    font-size: 21px;
		    line-height: 32px;
		}
		.sn-blog-listing .row{
			flex-direction: column-reverse;
		}
		.blog-listing{
			padding: 0;
			margin-bottom: 30px;
		}
		header{
		    position:relative;
		}
		header nav.navbar{
		    background:#fff;
		        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
		}
    .product-card-img{
      height: auto!important;
    }
    #customer_login .col-1{
      margin-bottom: 30px!important;
    }
    .entry-header h1, .entry-header .default-page-heading{
      text-align: center;
      font-size: 28px;
    line-height: 36px;
    }
    #customer_login form .form-row-first,
    #customer_login form .form-row-last {
      width: 100%!important;
    }
    .technologies-sec .video-container video{
       min-height: 100%!important;
       max-height: 100%!important;
    }
    .contact-form-heading {
    margin-bottom: 16px;
}
	}
  .Reviews-form{
        margin-bottom: 30px;
  }
  #review_form_wrapper label{
        font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
    color: #000;
    font-weight: 600;
  }
.cr-single-product-review #reply-title{
	font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
   #review_form_wrapper textarea{
        border-radius: 0;
	   height:150px!important;
    border: 1px solid #d3d3d3bd;
  }
   #review_form_wrapper input#submit{
          background-color: #000000 !important;
    border-color: #000000;
    color: #ffffff !important;
    outline: 1px solid transparent;
    outline-offset: 2px;
    font-size: 14px !important;
    padding: 10px 20px !important;
    line-height: 16px !important;
    margin-top: 10px !important;
  }
   #review_form_wrapper input#submit:hover{
    outline: 1px solid #000000;
   }
   #review_form_wrapper .stars a{
    color: #000!important;
   }
  .product_meta span a{
    display: inline!important;
  }
  .product-slider button:before{
    content: none!important;
  }
  .entry-header{
        background: black;
  }
  .entry-header h1,
  .entry-header .default-page-heading{
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
  }
  #customer_login .col-1,
  #customer_login .col-2{
        border: 1px solid;
    padding: 40px;
  }
  #customer_login .col-1 h2,
  #customer_login .col-2 h2{
    font-size: 32px;
    line-height: 43px;
    font-weight: 600;
    color: black;
  }
#customer_login .col-1 p,
#customer_login .col-2 p{
        color: #8A8A8A;
    font-size: 16px;
    line-height: 28px;
  }
  #customer_login .col-1 form,
  #customer_login .col-2 form{
    margin: 15px 0 0;
    padding: 0;
    border: 0;
  }
  #customer_login .col-1 form input,
  #customer_login .col-2 form input{
        background: #F2F2F2;
    border: 0;
    padding: 15px 20px 15px 20px;
    height: 54px;
    font-size: 16px;
    line-height: 26px;
  }
   #customer_login .col-1 form input::placeholder,
   #customer_login .col-2 form input::placeholder{
    color: #525050;
  }
  #customer_login .col-1 form .show-password-input,
  #customer_login .col-2 form .show-password-input{
        top: 0.9em!important;
  }
  #customer_login .col-1 form  .form-row,
  #customer_login .col-2 form .form-row{
        margin: 0 0 13px!important;
  }
  #customer_login .col-1 form button,
  #customer_login .col-2 form button{
    background: #000!important;
    text-align: center;
    width: 100%;
    font-size: 16px ! Important;
    line-height: 20px ! Important;
    /* font-weight: 600 !important; */
    color: #fff;
  }
  #customer_login .col-1 form .woocommerce-LostPassword{
        display: flex;
    justify-content: space-between;
    margin: 24px 0 0;
  }
  #customer_login .col-1 form .woocommerce-LostPassword label{
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    align-items: center;
    color: #000000;
  }
  .already-form{
    margin: 24px 0 0;
    font-weight: 400;
    color: #000000!important;
  }
  #customer_login .col-1 form .woocommerce-LostPassword input,
  #customer_login .col-1 form .woocommerce-LostPassword a{
    height: 16px;
    width: 16px;
    color: #000!important;
    margin-right: 9px;
  }
  #customer_login .col-1 form .woocommerce-LostPassword a{
        width: max-content;
  }
  .newsletter .submit-btn .wpcf7-submit{
    padding: 18.5px 42px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    outline: 1px solid transparent;
    outline-offset: 2px;
  }
  .newsletter form,
  .footer-newsletter form{
    display: flex!important;
    flex-wrap: wrap;
  }
  .newsletter .mail-field input{
    font-family: 'Poppins';
    font-weight: 500;
        background-color: #ebebeb;
    border-color: #ebebeb;
    color: #242222;
    font-size: 16px;
    font-weight: 500;
    height: 64px;
    width: 100%;
    padding-inline: 6%;
  }

.newsletter .wpcf7-response-output,
.footer-newsletter .wpcf7-response-output{
      width: 100%!important;
    margin-top: 0!important;
}
.footer-newsletter .wpcf7-response-output{
  color: #fff!important;
}
.footer-newsletter .submit-btn .wpcf7-submit{
      padding: 18.5px 36px;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    background-color: var(--white-color);
    border-color: var(--white-color);
    color: #000000 !important;
    outline: 1px solid transparent;
    outline-offset: 2px;
    max-width: 100%;
    height: 56px;
    text-align: center;
}
.footer-newsletter .mail-field input{
  background-color: #1a1717;
    border-color: #1a1717;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
    height: 56px;
    color: #fff !important;
    padding-left: 10px !important;
}
.contact-form-wrap p input,
.contact-form-wrap p textarea{
      width: 100%;
    height: 45px;
    flex-shrink: 40px;
    border: 1px solid #d3d3d399;
    border-radius: 0;
    padding-left: 12px;
    /* padding: revert-layer; */
    font-size: 14px;
    line-height: 24px;
}
.contact-form-wrap p textarea{
  height: 100px;
}
.contact-form-wrap .submit-btn input{
      width: fit-content;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding: 10px 30px;
    line-height: 22px;
    background: black;
    text-transform: uppercase;
    color: #fff;
    border: 0;
}
.contact-form-heading{
      margin-bottom: 30px;
}

.shop-category-filter {
    list-style-type: none;
    padding: 0;
    margin:0;
}

.shop-category-filter li {
    margin-bottom: 13px;
}

.shop-category-filter label {
    cursor: pointer;
}

.category-filter-checkbox {
        position: absolute;
    opacity: 0;
    width: 15px;
    height: 15px;
    z-index: 99999;
    cursor: pointer;
}

/* Create a custom checkbox */
.category-filter-checkbox + label {
       position: relative;
    padding-left: 28px;
    cursor: pointer;
        font-size: 14px;
    line-height: 21px;
}

/* Create the box for the custom checkbox */
.category-filter-checkbox + label:before {
       content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #818181a6;
    border-radius: 2px;
    background-color: #fff;
}
.cat_filter_item{
      display: flex;
    align-items: center;
}

/* Style the dot inside the checkbox when checked */
.category-filter-checkbox:checked + label:after {
       content: "";
    position: absolute;
    left: 3.8px;
    top: 7px;
    width: 7px;
    height: 7px;
    background-color: #000;
}

/* Optional: Add hover effect */
.category-filter-checkbox + label:hover:before {
    background-color: #f0f0f0;
}
#woocommerce-login-form{
      margin: 15px auto!important;
    /* text-align: center; */
    float: none!important;
}
.onst-shop-sidebar h3{
  font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.src-product-card .product-card-img{
    	/* height: 360px; */
     max-height: 360px;
/*     background: #d3d3d35e; */
}
.woocommerce .star-rating{
width: 6.3em !important;
letter-spacing: 3px !important;

}
.onst-listing-section  .src-product-card-content {
    min-height: 198px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.src-product-card img{
  margin-bottom: 0!important;
}
.onst-listing-section .product-card-btn .qib-button-wrapper,
.onst-listing-section .product-card-btn .single_add_to_cart_button{
  display: none!important;
}
.onst-listing-section .woocommerce-result-count{
      font-size: 14px;
    line-height: 24px;
    margin-bottom: 0!important;
    margin-top: 8px!important;
}
.onst-listing-section .woocommerce-ordering select,
.adf-woocommerce-ordering select{
      font-size: 13px;
    line-height: 24px;
    padding: 9px 10px;
    font-family: 'Poppins';
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #d3d3d373;
}
.onst-listing-section ul liproduct{
	transition:0.5s ease-in-out;
}
.src-product-card-content .product-cat{
      font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
    display: block;
}
.onst-listing-section .src-product-card-content .product-cat{
margin-top: 0px;
}
.src-product-card-content a.title{
      font-size: 14px;
    line-height: normal;
    font-weight: 600;
    display: block;
    color: #000;
    margin: 2px 0 5px;
}
.src-product-card-content .price{
  font-size: 14px;
  margin-bottom: 0!important;
    line-height: 24px;
    color: #000!important;
}

.search-item{
      display: flex;
    justify-content: space-between;
    padding: 22px;
    border: 1px solid #d3d3d378;
}
.search-item .search-img{
  width: 25%;
}
.search-item .content{
  width: 72%;
}
.entry-heading h2{
      font-size: 20px;
    line-height: 30px;
}
.entry-title a{
  color: #000!important;
}
.search-item .entry-summary{
  margin-top: 0;
}
.search-item .entry-summary p{
  font-size: 14px;
  line-height: 25px!important;
}
.woocommerce .star-rating {
    color: #f0be0c !important;
    font-size: 13px !important;
}
.product-card-btn a.cr-product-btn {
	    font-size: 14px ! Important;
    line-height: 24px ! Important;
    padding: 6px 10px ! Important;
    min-height: 48px !important;
        margin-bottom: 0 !important;
}
.exporemore-rotated-img .second-image{
      margin-left: 0;
    text-align: left;
    margin-top: -160px;
        position: relative;
    background: #ffff;
    z-index: 1;
}
.exporemore-rotated-img{
  display: flex;
    flex-wrap: wrap;
    height: auto;
}
.exporemore-rotated-img .ml-auto{
  margin-left: auto;
}
.exporemore-rotated-img .ml-auto,
.exporemore-rotated-img .second-image{
        border: 2px solid;
    width: 52%;
    border-top-left-radius: 154px;
    padding: 18px;
    box-sizing: border-box;
    border-top-right-radius: 154px;
}
.adf-woocommerce-ordering{
  float: right;
      margin: 0 0 1em;
}
.onst-listing-section .woocommerce-ordering{
  display: none!important;
}
.shop-category-filter .category-reset{
      font-size: 13px;
    line-height: 21px;
    color: #000;
    margin-bottom: 18px ! Important;
    display: block;
    border-bottom: 1px solid;
    width: fit-content;
}

.woocommerce .star-rating span::before {
    color: #000;
}
.ady-pro-rating{
  margin: 7px 0 10px;
}
.woocommerce .star-rating::before{
  color: #000!important;
}
.star-rating{
  margin-bottom: 0!important;
}
.prodcut-detail-banner-img{
  position: relative;
}
.prodcut-detail-banner-img h3{
  color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 34px;
    font-weight: 700;
}
.related-products div li{
    margin-bottom: 21px;
}
.overview-tab-content .card{
  background: #000;
}
ins{
  background: none!important;
}
#woocommerce-signup-form{
  float: none!important;
  margin: 0 auto;
}
.mobile-views-filter-wrap{
  display: none;
}
.cr-product-btn{
	border-radius: 34px!important;
    background: black !important;
    color: white!important;
    margin: 12px 0!important;
}
@media screen and ( max-width:600px){
	.inner-banner{
		width:100%!important;
		height:auto!Important;
		background-position: right!important;
	}
  .exporemore-rotated-img .second-image {
    margin-top: -111px!important;
  }
  /* .src-product-card-content .title{
    height: 46px;
  } */
  .price, .search-item,
  #customer_login .col-1 form .woocommerce-LostPassword,
  .af-signup-and-signin-button-div .af-signin-button span{
    display: block!important;
  }
  #customer_login .col-1 form .woocommerce-LostPassword label,
  .af-signup-and-signin-button-div .af-signin-button button{
        margin-bottom: 10px!important;
  }
  .search-item .search-img{
    width: 100%!important;
    margin-bottom: 20px!important;
  }

  .search-item .content{
  width: 100%!important;
}
.mobile-views-filter-wrap{
  display: block;
}
.mobile-views-filter, .onst-shop-sidebar, .adf-woocommerce-ordering, .woocommerce-result-count{
  display: none;
}
  .product-card-btn{
    padding-top: 10px;
  }
  
  .src-product-card-content .product-card-btn{
    padding-top: 0px;
  }

  .prodcut-detail-banner-img h3{
    font-size: 14px;
    line-height:19px;
  }
  .filter-btn-main{
        width: 100%;
    border: 0;
    background: black;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 9px;
    margin-bottom: 19px;
  }
  .mobile-views-filter.show .woocommerce-result-count, .mobile-views-filter.show .onst-shop-sidebar, .mobile-views-filter.show .adf-woocommerce-ordering,
  .mobile-views-filter.show{
     display: block!important;
  }
  .mobile-views-filter.show{
          position: fixed;
    background: #fff;
    z-index: 999;
    height: 100%;
    width: 100%;
    display: flex !important;
    top: 0;
    left: 0;
    flex-direction: column;
    box-sizing: border-box;
  }
  .filter-header{
        display: flex;
    padding: 15px;
    align-items: top;
    justify-content: space-between;
    border-bottom: 1px solid #d3d3d382;
  }
  .filter-cross-btn{
        order: 2;
    font-size: 25px;
    line-height: 35px;
  }
  .filter-title h3{
        font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
  }
  .filter-title .woocommerce-result-count{
    font-size: 13px;
    line-height: 23px;
    margin-top: 2px !important
  }
  .filter-body{
    padding: 20px;
        display: flex;
    flex: 1 1 auto;
    flex-direction: column;
  }
  .filter-body .onst-shop-sidebar h4{
        font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 11px;
  }
  .filter-body .adf-woocommerce-ordering{
        float: none;
    width: 100%;
  }
  .filter-body .adf-woocommerce-ordering select{
        width: 100%;
    border: none;
    padding: 10px 0;
  }
  .filter-btn-apply{
    width: 70%;
    border: none;
    background: black;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 8px 15px;
  }
  .filter-popup-btn{
       display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    border-top: 1px solid #d3d3d382;
    padding-top: 17px;
  }
  .filter-clear{
        font-size: 14px;
    line-height: 24px;
    color: #000!important;
    font-weight: 500;
	  margin-right:10px;
    border-bottom: 1px solid;
  }
  .fw-semibold.price{
    display: block!important;
  }
	.product-banner {
		width:100%!important;
		    height: clamp(215px, 50vw, 400px)!important;
	}
  .product-card-btn a.cr-product-btn {
    min-height: 44px !important;
  }
  .onst-listing-section .src-product-card-content a.title {
    font-size: 13px;
    line-height: 110%;
}
.onst-listing-section .src-product-card-content {
  min-height: 178px;
}
.product-cateogry-content {
  border-radius: clamp(30px, 7vw, 6rem);
  max-height: 140px;
}
}

@media screen and (min-device-width: 320px) and (max-device-width: 440px) and (-webkit-min-device-pixel-ratio: 2) {
    .arrow-cirlce .link__text {
        -webkit-animation: none;
        animation: none;
    }
}

.perfect-for-anyone img {
    width: 100%;
    max-height: 250px;
}
.af-sammi-satti-best-seller .src-product-card-content {
    min-height: 201px;
    display: flex;
    /* height: 190px; */
    flex-direction: column;
    justify-content: end;
}
/* checkout css start */
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked 
.wc-block-components-radio-control-accordion-option--checked-option-highlighted, 
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1px currentColor ;
  background: #f4f4f4 ;
}
.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
  max-width: calc(100% - 83px);
  margin: auto;
  font-size: clamp(13px, 1vw, 14px);
}
@media(max-width:567px){
  .woocommerce-checkout .wc-block-components-radio-control-accordion-content {
    max-width: calc(100% - 0px);
    padding-top: 0;
  }
  .woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
    justify-content: flex-start;
    font-size: 14px;
}
.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input {
  margin: inherit;
  min-height: 20px;
  min-width: 20px;
}
}
/* checkout css end */



.adf-indegredient-item{
  width: 47%;
text-align: center;
}
.adf-indegredient-item .adf-content-rooter{
  margin-top: 18px;
}
.adf-indegredient-item .adf-content-rooter h3{
  font-size: 24px !important;
line-height: 34px !important;
margin-bottom: 9px !important;
}
.adf-heading-wrap{
text-align: center;
position: relative;
}
.adf-heading-wrap:before,
.adf-heading-wrap:after{
  content: "";
position: absolute;
top: 50%;
width: 100px;
height: 2px;
border-radius: 5px;
}
.ady-section-heading h2:after{
right: 0;
background: linear-gradient(45deg, #c4c4c4 16%, #7b787800 115%);
content: "";
position: absolute;
top: 50%;
width: calc(100% - 146px);
height: 2px;
border-radius: 5px;
}
.adf-heading-wrap:before{
left: 0;
background: linear-gradient(45deg, #7b787800 -28%, #c4c4c4 100%);
}
.adf-heading-wrap:after{
right: 0;
background: linear-gradient(45deg, #c4c4c4 16%, #7b787800 115%);
}
.adf-indegredient-wrap{
width: 100%;
max-width: 500px;
margin: 0 auto;
}
.adf-heading-wrap h2{
  font-size: 29px;
line-height: 40px;
margin-bottom: 2px;
}
.adf-product-reviews-info{
  padding: 40px 45px;
background: #d3d3d340;
border-radius: 4px;
display: flex;
align-items: center;
gap: 5%;
}
.adf-overall-rating, .adf-rating-summary, .ady-review-modal-btn{
width: 30%;
}
.review-avatar{
display: none;
}
.adf-product-summay-item{
  display: flex;
width: 100%;
gap: 7px;
align-items: center;
font-size: 15px;
line-height: 25px;
}
.adf-item-filter span svg{
  width: 17px;
}
.adf-progress-bar{
  flex-grow: 1;
}
.adf-overall-rating-wrap .star-rating span::before,
.adf-overall-rating-wrap .star-rating::before,
.star-rating-container .star-rating::before,
.star-rating-container .star-rating span::before{
color: #f0c930!important;
}
.progress-bar{
background-color: #000!important;
}
.ady-review-modal-btn{
font-size: 14px;
line-height: 24px;
padding: 13px 40px;
background: #000;
color: #fff!important;
display: inline-block;
max-width: 202px;
text-align: center;
font-weight: 500;
margin-left: auto;
}
.progress{
height: 11px;
  background-color: #d3d3d39c;
}
.adf-item-filter{
display: flex;
gap: 5px;
}
.adf-overall-rating-wrap .star-rating{
  float: none;
font-size: 22px !important;
/* display: flex; */
/* gap: 24px; */
margin-top: 16px;
margin-bottom: 16px ! Important;
}
.number-rating{
  font-size: 38px;
line-height: 48px;
color: #000;
}
.number-rating{
  font-size: 36px;
line-height: 46px;
color: #000;
}
.adf-rating-count{
  font-size: 14px;
line-height: 24px;
}
.ady-customer-reviews ol li {
padding: 30px 0;
border-bottom: 1px solid lightgray;
}
ol.review-and-comment{
margin-left: 0;
padding-left: 0;
margin-top: 1px;
}

.review-author {
width: 32%;
}
.ady-customer-reviews .review-author-name {
font-size: 14px;
line-height: 24px;
font-weight: 600;
text-transform: capitalize;
}
.ady-customer-reviews .review-date {
font-size: 12px;
line-height: 22px;
}
.review-text {
width: 68%;
}
.ady-customer-reviews ol li .description {
font-size: 14px;
line-height: 24px;
padding-top: 15px;
}
.ady-section-heading h2{
text-align: left;
position: relative;
}
.star-rating-container .star-rating {
float: none !important;
margin-bottom: 9px !important;
}   
.review-text .star-rating-container .star-rating {
font-size: 14px !important;
color: #f0c930 !important;
}
.adf-indegredient-items{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 28px;
}
@media screen and (max-width:800px){
.adf-heading-wrap:before, .adf-heading-wrap:after{
content: none;
}
.adf-indegredient-item{
width: 44%;
}
.adf-heading-wrap{
margin-bottom: 30px;
}
.adf-overall-rating, .adf-rating-summary{
width: 100%;
margin-bottom: 20px;
}
.adf-product-reviews-info{
padding: 34px 29px;
flex-wrap: wrap;
}
.ady-review-modal-btn {
margin-bottom: 7px;
margin-left: 0;
width: 100%;
}
}
.adf-review-listing center{
margin-top: 36px;
}
.comment-reply-title{
margin-bottom: 13px;
display: block;
font-size: 17px;
line-height: 27px;
font-weight: 600;
color: #000;
}
#comments{
display: none!important;
}
