.text-color-banner:nth-child(1){
  color: var(--orange);
  animation: glow-blink-orange 1.8s infinite ease-in-out;
}
.text-color-banner:nth-child(2){
  color: var(--green);
  animation: glow-blink-green 1.8s infinite ease-in-out;
}
.text-color-banner:nth-child(3){
  color: var(--yellow);
  animation: glow-blink-yellow 1.8s infinite ease-in-out;
}
@keyframes glow-blink-orange {
  0%, 100% {
    text-shadow: 0 0 3px #FF8A6E, 0 0 4px #FF8A6E;
    transform: scale(1);
    opacity: 1;
  }
  50% {
    text-shadow: none;
    transform: scale(1.1);
    opacity: 0.6;
  }
}
@keyframes glow-blink-green {
  0%, 100% {
    text-shadow: 0 0 3px #5DB7D0, 0 0 4px #5DB7D0;
    transform: scale(1);
    opacity: 1;
  }
  50% {
    text-shadow: none;
    transform: scale(1.1);
    opacity: 0.6;
  }
}

@keyframes glow-blink-yellow {
  0%, 100% {
    text-shadow: 0 0 3px #FFD571, 0 0 4px #FFD571;
    transform: scale(1);
    opacity: 1;
  }
  50% {
    text-shadow: none;
    transform: scale(1.1);
    opacity: 0.6;
  }
}
.modern-banner {
    background: linear-gradient(180deg, #D2DBDD 0%, #E9ECDB 100%);
    padding: 60px 40px;
}

.banner-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.offer-text {
    color: #00c4b4;
    font-weight: 600;
    font-size: 14px;
}

.banner-product-img {
    max-height: 450px;
}

.category-box {
    padding: 10px;
    transition: 0.3s;
}
.banner-right{
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  width: 90%;
}
.banner-right .cat-img {
  height: 90px;
  width: 130px;
  object-fit: contain;
  border-radius: 20px;
}
.see-all-category {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 20px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  margin-left: 12px;
  padding: 14px 27px;
}
.see-all-category:hover{
  background: #EA996B;
}
.extra-category{
    display:none;
}
.price {
    font-size: 18px;
    font-weight: 600;
}

.home-banner-section .banner-box {
    background: #f3f3ee;
    border-radius: 20px;
    transition: 0.3s ease;
}
.single-product .woocommerce-Price-amount bdi, .product-price ins span{
  color: #3D3D3D;
}


.product-title {
    font-weight: 600;
    font-size: 18px;
}
.banner-left .banner-btn{
  font-family: 'Inter';
  font-weight: 600;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  padding: 14px 27px;
  border: 1px solid #01346D;
  border-radius: 10px;
  color: #000;
  width: fit-content;
}
.banner-btn {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #000;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
  transition: 0.3s;
  color: #000;
  font-weight: 600;
}
.slider-counter {
  position: absolute;
  z-index: 9;
  left: 4%;
  bottom: 25%;
}
#current-slide{
  font-family: 'Syne';
  font-weight: 600;
  font-size: 82px;
  line-height: 100%;
  letter-spacing: 0%;
  color: transparent;                 
  -webkit-text-stroke: 2px #000;   
}
.banner-content{
  position: relative;
}
.banner-content::before {
  content: '';
  width: 100px;
  height: 1px;
  background: #6C6C6C;
  position: absolute;
  left: -95px;
  right: 0;
  top: 36px;
  bottom: 0;
}
.banner-btn:hover {
    background: #000;
    color: #fff;
}

.rating-clr {
    color: #f4b400;
}

.review-para-text {
    font-size: 14px;
    color: #666;
}
.banner-center .banner-box{
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  z-index: 0;
  position: relative;
  height: 225px ! IMPORTANT;
  width: 100%;
}

.review-card {
    max-width: 600px;
    background: #f5f5f5;
    padding: 25px;
    font-family: Arial, sans-serif;
}

.review-top {
    display: flex;
    margin-bottom: 20px;
}

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: -12px;
    object-fit: cover;
}

.review-content {
  display: flex;
  gap: 0px;
  align-items: flex-start;
  flex-direction: column;
  flex: 0 0 160px;
}
.review-box{
  display: flex;
}
.review-left h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.sub-text {
  margin: 5px 0 10px;
  color: #000;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}

.stars {
  color: #f5a623;
  font-size: 25px;
  letter-spacing: 0px;
  align-items: baseline;
  display: flex;
}
.review-content-para p{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  line-height: 164%;
  letter-spacing: 0%;
}
.review-right .heading {
  font-weight: 600;
  margin: 0 0 8px;
}
.review-overlay img{
  margin-right: -30px;
}
.review-right .description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    text-align: left;
}
#banner .banner-center del {
    display: none;
}
.product-slider .single-product {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
}
.modern-banner .product-price{
   flex-direction: unset
}

.product-slider .owl-nav button {
    position: absolute;
    top: 40%;
    background: #000 !important;
    color: #fff !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.product-slider .owl-nav .owl-prev {
    left: 0px;
    right: 0px;
}

.product-slider .owl-nav .owl-next {
    right: 0;
    left: 15px;
}


.modern-banner {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}


.modern-banner .main-head {
    font-size: 14px;
    font-weight: 600;
    color: #1ccfc9;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.modern-banner .main-para {
    color: #000;
    margin-bottom: 40px;
    font-family: 'Syne';
    font-weight: 600;
    font-size: 51px;
    line-height: 120%;
    letter-spacing: 0%;
}
.modern-banner .product-category a{
  color: #0BCCCC;
}
.modern-banner .product-title a {
  font-family: 'Syne';
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  word-wrap: unset;
  overflow: unset;
}
.main-para span.text-orange {
    color: #f59e0b;
}
.review-content img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.main-para span.text-info {
    color: #06b6d4;
}
.product-slider .single-product {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  transition: 0.3s ease;
  padding: 60px 10px 60px 35px !IMPORTANT;
}
.banner-left .product-slider .owl-nav {
    position: relative;
}



.product-slider img {
    max-height: 180px;
    object-fit: contain;
}
.banner-left .product-slider .owl-nav {
  position: absolute;
  right: 22%;
  bottom: 15%;
  background: #EA996B;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.product-slider .owl-nav button {
  position: absolute;
  background: unset !important;
  color: #000 !important;
  width: 35px;
  height: 35px;
  border-radius: 0;
  right: 0;
  left: 6px;
  top: 7px;
}
.banner-cont{
  position: relative;
  margin: 0;
}
.banner-center .container{
  margin: 0;
}
.brand-box{
  position: relative;
}
.brand-box::before{
  content: '';
  position: absolute;
  border: 3px solid #fff;
  height: 17px;
  width: 17px;
  background: #EA996B;
  border-radius: 50%;
  right: -12px;
  top: 0px;
  transform: scale(0);
  transition: 0.3s;

}

.brand-box.choose-active .brand-box-inner{
  opacity: 1;
  transition: 0.3s;
}
.brand-box:hover::before{
  transform: scale(1);
}
.brand-box.choose-active::before{
  transform: scale(1);
}
.brand-box h6{
  color: #fff;
    font-size: 14px;
  font-weight: 600;
}
.banner-seven img{
  height: 211px;
  width: 178px;
  position: relative;
  top: 28px;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: pulse;
}
.banner-grid h3{
  color: var(--white);
      font-size: 22px;
}
.banner-nine h3 {
 color: var(--green);
}
.banner-nine .btn-wrap:hover:before{
  background: var(--green);
}
.banner-nine .btn-wrap:hover{
  border-color:var(--green);
}
.banner-eight img{
    width: 460px;
    height: 189px;
    margin: 0 auto;
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
}
.home-wrap{
  width: 60%;
    margin: 30px auto;
} 
.banner-fitness-wrap,.banner-nine-inner{
    grid-template-columns: 150px 210px 150px;
    justify-content: center;
    align-items: center;
}
.banner-img-wrap{
    width: 160px;
    height: 226px;
}
.banner-img-wrap img{
  height: 100%;
  width: 100%;
  position: relative;
  top: 38px;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: pulse;
}

.banner-right h6 {
  font-family: 'Syne';
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
  letter-spacing: 0%;
}
.banner-right span{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #686868;
}
.banner-main-row .small-text{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #EA996B !important;
}
.banner-main-row .woocommerce-Price-amount bdi{
  color: #EA996B;
}
/* .banner-wrap-one-img{
  left: 10px;
}
.banner-wrap-two-img{
  right: 10px;
} */
/* offer */
#offer-banner h3{
  color: var(--white);
}
.offer-banner-wrap{
  padding: 20px;
  border-radius: 20px;
}

.offer-banner-wrap-1{
  background: #EA996B;
}
.offer-banner-wrap-2{
  background: #50DC67;
}
.offer-banner-wrap-3{
  background: #3F84EF;
}
.offer-banner-wrap-4{
  background: #FF860D;
}

.offer-banner-wrap h2{
  color:var(--white);
}
.offer-banner-wrap  i{
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  background: #fff;
  transform: rotate(-50deg);
}
.offer-banner-wrap i:hover{
  background: #000;
  color: #fff;
}
.offer-banner-wrap img{
    animation: move 6s infinite linear;
}
@keyframes move {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
  }

/* brands */
.our-partner-img img{
      width: auto !important;
      margin: 0 auto;
}
.our-partner-img{
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: all 1s;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.our-partner-img::before,.our-partner-img::after{
      border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 3;
}
.our-partner-img::before {
    border-bottom: 6px double var(--green);
    border-left: 6px double var(--green);
    transform-origin: 0 100% 0;
}
.our-partner-img::after {
    border-right: 6px double var(--green);
    border-top: 6px double var(--green);
    transform-origin: 100% 0 0;
} 
.our-partner-img:hover::before,.our-partner-img:hover::after{
    transform: scale(1);
}
/* why choose */
#why-choose {
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #D2DBDD 0%, #E9ECDB 100%);
}
.lines {
    width: 0;
    height: 21px;
    border-radius: 20px;
    transition: width 1s ease;
}
.line-1.active {
    background-color: #EA996B;
    width: 465px;
}
.line-2.active {
    background-color: #2366CE;
    width: 675px;
}
.line-3.active {
    background-color: #FF860D;
    width: 890px;
}
.line-4.active {
    background-color: #50DC67;
    width: 1105px;
}
.choose-img-box img{
  box-shadow: 4px 0px 4px 0px #00000040;
  padding: 13px;
  background: #fff;
  border-radius: 50%;
  height:55px;
  width:55px;
  z-index: 1;
    position: absolute;
    top: 35%;
        object-fit: contain;
}
.choose-img-box::after{
  content: '';
  position: absolute;
  inset: 0;
  height: 90px;
  width: 90px;
  border-radius: 50%;
    top: 45px;
}
.choose-img-box::before{
   content: '';
  position: absolute;
  inset: 0;
  height: 120px;
  width: 120px;
  border-radius: 50%;
    top: 30px;

}
.choose-box-1 .choose-img-box::after{
  background-color: #D78150;
}
.choose-box-2 .choose-img-box::after{
  background-color: #3F84EF;
}
.choose-box-3 .choose-img-box::after{
    background-color: #E0760B;
}
.choose-box-4 .choose-img-box::after{
    background-color: #34C24B;
}
.choose-box-1 .choose-img-box::before{
  background-color: #EA996B;
}
.choose-box-2 .choose-img-box::before{
  background-color: #2366CE;
}
.choose-box-3 .choose-img-box::before{
  background-color: #FF860D;
}
.choose-box-4 .choose-img-box::before{
    background-color: #50DC67;
}
.choose-img-box  svg{
  width: 140px;
  position: relative;
  margin-top: -5px;
  -webkit-animation: spins 20s linear infinite;
  animation: spins 20s linear infinite;
}
@-webkit-keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.choose-img-box {
  margin-left: -10px;
}
.choose-count{
  height: 37px;
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--font-two);
  position: absolute;
  left: -16px;
  top: 20px;
}
.choose-box-1  .choose-count{
  background-color: #2366CE;
}
.choose-box-2  .choose-count{
  background-color: #FF860D;
}
.choose-box-3 .choose-count{
  background-color: #50DC67;
}
.choose-box-4  .choose-count{
  background-color: #EA996B;
}
.choose-inner-content-wrap{
  padding-left: 35px;
  max-width: 450px;
}


/* feature */
#feature {
  border: 1px solid #DEDEDE;
  margin: 80px 1%  0;
  border-radius: 20px;
  padding: 20px 0;
}
.feature-overlay{
  height: 80px;
  width: 80px;
}
.feature-overlay img{
  height: 100%;
  width: 100%;
}
.feature-inner-content:hover .feature-overlay img{
  filter: brightness(0) saturate(100%) invert(45%) sepia(57%) saturate(713%) hue-rotate(178deg) brightness(96%) contrast(95%);
}
.feature-inner-content:hover img{
    transition: 1s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
/* Video */

.video-btn{
  position: absolute;
    inset: 0;
    width: min-content;
    height: min-content;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: auto;
}
.video-btn i{
    height: 77px;
    width: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 50%);
  backdrop-filter: blur(2px);
  font-size: 25px;
  color: var(--dark-blue);
  border-radius: 50%;
  position: relative;
}
.video-btn::after{
  content: '';
  display: block;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  border-radius: 50%;
  border: 15px solid rgb(255 255 255 / 50%);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.video-btn::after{
  animation: ripple 2s linear 1s infinite;
}
@keyframes ripple{
  0% { transform: scale(1); }
  50% { transform: scale(1.3); opacity:1; }
  100% { transform: scale(1.6); opacity:0; }
}
.modal-new {
  display: none; 
  position: fixed;
  z-index: 999999999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-contents {
  background-color: #fff;
    margin: auto;
    padding: 10px;
    transition: 2s;
    border-radius: 10px;
}
.close-one,.close {
  color: #000;
  float: right;
  font-size: 25px;
  font-weight: bold;
  padding: 0px 10px;
  cursor: pointer;
  margin-bottom: 7px;
  background: #fff;
  border: unset;
  height: 38px;
  width: 38px;
  position: absolute;
  right: 0;
  margin: 15px 2% 0px 0px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.video-wrap  img{
  border-radius: 20px;
}
.new-arrival-row,.category-listing-row,#new-arrival .row,#category .row{
      padding: 0 10px;
}
/* Best seller */
.seller-img{
  border-radius: 20px;
}
#best-seller .containers{
  padding: 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, #D2DBDD 0%, #E9ECDB 100%) !important;
}

.seller-img-wrap::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #C57E59 68.75%);
  height: 100%;
  width: 100%;
  border-radius: 20px;
    z-index: 0;
}
.seller-content-wrap{
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.seller-img-heading{
  color: #fff;
  margin-bottom: 10px;
      animation: waviy 8s infinite;
    animation-delay: calc(.1s * var(--i));
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-20px)
  }
}
.seller-content-wrap i{
    background: #EA996B;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-50deg);
    color: #fff;
}
.seller-content-wrap i:hover{
  background: #000;
}
#best-seller .product-box-main{
  padding: 10px;
}

/* category */
.select-drp{
  background: #017595;  
  border-radius: 10px;
  position: relative;
  width: max-content;
      margin-left: auto;
}
#category-dropdown option:hover {
  background-color:var(--orange);
}

.hed-col-four .gtranslate_wrapper select {
    border-radius: 10px;
    font: 600 15px / 22px var(--font-two);
    color: #6C6C6C;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block !important;
    background: transparent;
    width: 75%;
    padding: 5px 5px 5px 5px;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}
.hed-col-four .woocommerce-currency-switcher-form .wSelect-selected {
    background-image: unset !important;
}
.woocommerce-currency-switcher-form .wSelect-option-icon{
  padding-left: 0 !important;
}

.woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect {
  border: unset !important;
  color: #555;
  background-color: transparent !important;
  font-size: 18px !important;
  font-family: verdana;
  line-height: 20px;
  min-width: 100px;
  max-width: 300px;
  margin-bottom: 7px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}


 select{
  border-radius: 10px;
  font: 600 15px / 22px var(--font-two); 
  color: #fff;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block !important;
   background: #017595;
  width: 100%;
    padding:15px 40px 15px 20px;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}
.select-drp:after {
  content: '\f078';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--white);
  right: 12px;
  top: 12px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

/* top chart */
#top-chart .variations_form{
  display: flex;
  flex-direction: column;
}
.woocommerce-variation-price ins .woocommerce-Price-amount bdi{
    font: 600 22px / 22px var(--font-two);
    color: var(--green);
}
.woocommerce-variation-price .price{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
      gap: 10px;
}
.woocommerce-variation-price{

  position: relative;
      margin-bottom: 30px;
}
.woocommerce-variation-price::after{
    content: '';
    position: absolute;
    inset: 40px 0 0 0;
    border-bottom: 1px solid #6C6C6C;
}
.top-label{
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-two);
  text-transform: capitalize;
}
.variations{
  order: 2;
}
.woocommerce-variation.single_variation{
  order: 1;
}
.single_variation_wrap{
  order: 3;
}
.single_variation_wrap .product-desc{
      -webkit-line-clamp: 8;
}
#top-chart{
  background: linear-gradient(180deg, #D2DBDD 0%, #E9ECDB 100%);
  border-radius: 20px;
  padding: 50px 30px;
}
.top-feature-wrap{
padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}
.top-feature-wrap img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.top-feature-wrap-1,.top-feature-wrap-4{
  background: #0BCCCC;
}
.top-feature-wrap-2,.top-feature-wrap-5{
  background: #FF860D;
}
.top-feature-wrap-3{
  background: #3F84EF;
}
.top-svg{        grid-row-start: 1;
    grid-row-end: 12;
    grid-column-start: 1;
    grid-column-end: 6;
    position: relative;
    left: -14rem;
}
.top-svg svg{
  height: 100%;
}  
.feature-top-wrap{
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(10, 45px);
  gap: 10px;
}
.feature-top-wrap{
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(11, 45px);
  gap: 10px;
  /* margin-left: 4%; */
}
.feature-top-1{
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 9;
  position: relative;
  left: -84px;
}
.feature-top-2{
  grid-row-start: 3;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 9;
  position: relative;
  left: 6px;
  /* top: -10px; */
  align-items: center;
}
.feature-top-3{
  grid-row-start: 5;
  grid-row-end: 7;
  grid-column-start: 1;
  grid-column-end: 10;
  position: relative;
  left: 45px;
  top: 15px;
  align-items: center;
}
.feature-top-4{
  grid-row-start: 8;
  grid-row-end: 9;
  grid-column-start: 1;
  grid-column-end: 9;
  position: relative;
  left: 23px;
  /* top: 10px; */
  align-items: center;
}
.feature-top-5{
  grid-row-start: 10;
  grid-row-end: 11;
  grid-column-start: 1;
  grid-column-end: 9;
  position: relative;
  left: -60px;
}
.top-product-desc {
    position: relative;
    margin-bottom: 30px;
}
.top-product-desc{
  background: #FFFFFF;
  border: 1px solid #017595;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 95%;
}
.top-product-desc .product-price ins bdi,.top-product-desc .product-price ins span{
  font-size: 25px;
  color: var(--green);
}
.top-product-desc .product-price del {
    text-decoration-color: #6C6C6C;
}
.top-product-desc .woocommerce-Price-amount bdi{
    color: #6C6C6C;
       font-size: 16px;
}
.top-product-desc .product-title a{
      font-size: 20px;
}
.top-product-desc hr{
  background-color:#6C6C6C;
}

.feature-top:hover .top-feature-img{
    animation: bouncing 0.5s .3s;
}
.feature-top .top-feature-img{
   transition: all 0.3s ease-in-out 0.1s;
}
@keyframes bouncing {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}
 .variations tbody{
      display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
 }
.custom-attribute-options{
  margin-top: 5px;
}
.top-product-desc .single_add_to_cart_button{
  font: 600 14px / 14px var(--font-two) !important;
  color: #000 !important;
  background: white !important;
}
.top-product-desc .single_add_to_cart_button:hover{
  color: var(--white) !important;
}
/* new add */

/* .custom-option .option-text {
  border: 1px solid #ddd;
  padding: 4px 20px;
  border-radius: 4px;
} */

.custom-option input:checked + .option-text,
.custom-option input:checked ~ .option-text {
  background-color: #EA996B;
  color: #fff;
  border-color: #EA996B;
}

/* end */

/* Default option style */
 .option-text {
    padding: 4px 20px;
    border: 1px solid var(--green);
    border-radius: 5px;
    text-transform: capitalize;
    font-family: var(--font-two);
    font-weight: 600;
    color: #EA996B;
} 

/* For color attribute */
.color-label .option-text {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -9999px; /* hide label text */
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Highlight selected color */
.color-label input:checked + .option-text {
  box-shadow: 0 0 0 2px #000;
}

/* Example color mappings */
.color-cream { background-color: #f3e5ab; }
.color-dark-golden { background-color: #c2881e; }
.color-black { background-color: #000; }
.color-white { background-color: #fff; border: 1px solid #ccc; }
.color-red { background-color: #f00; }
/* Add more as needed */


.color-swatch {
display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #E3E3E3;
    vertical-align: middle;
}
.custom-option input:checked + .color-swatch {
    box-shadow: 0px 0px 5px 2px #00000040;
}
.variations td:last-child{
  display: flex !important;
  align-items: center;
}
.top-chart-size{
  background: #231F20;
    padding: 1px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
     visibility: hidden;
}

.top-chart-size:hover{
  background: var(--yellow)
}
td:has(> [data-attribute="size"]) .top-chart-size {
  visibility: visible;
}