@tailwind base;
@tailwind components;
@tailwind utilities;
/* @import 'icomoon/style.css' */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.header-menu.fixed {
  position: fixed;
  /* background: #524f4f; */
  /* box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12); */
  top: 0;
  animation: animateHeader ease 0.3s;
  background: #ffffff40 !important;
  backdrop-filter: blur(48px);
  -webkit-backdrop-filter: blur(2px);
  /* border-radius: 10px; */
  /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}

/* code for language convertor  */
a.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none !important;
}

@media (min-width:767px) {
  .modal-cart-block .modal-cart-main {
    width: 580px;
  }
}


.language-dropdown {
  position: relative;
  display: inline-block;
  /* margin-bottom: 20px; */
}

span.selected-lang {
  margin-right: 8px;
  font-size: 12px;
}


.dropdown-toggle {
  /* background: #f9f9f9;
  border: 1px solid #ddd; */
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.dropdown-toggle img {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

.footer-bottom .dropdown-menu {
  bottom: 30px !important;
  top: auto !important;
}

/* @media (max-width:766px) {
.footer-bottom{
  margin-bottom: 5rem;
} 
} */

.homePrdCount {
  text-align: center;
  transition: .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  /* transform: translateY(100px); */
}

.collection-item:hover .homePrdCount {
  opacity: 1;
  visibility: visible;
  display: block;
  /* transform: translateY(-80px); */
  color: #fff;
}

.innerShadow {
  background: #0004;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: .3s ease-in-out;
}

.collection-item:hover .innerShadow {
  opacity: 1;
}


.cateTitCont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .3s ease-in-out;
  transform: translate(-50%, 70%);
  z-index: 100;
}

.collection-item:hover .cateTitCont {
  transition: .3s ease-in-out;
  transform: translate(-50%, -20%);
}

.collection-name {
  position: unset !important;
  transform: unset !important;

}

@media (max-width: 768px) {
  .mblmenu {
    display: block !important;
  }

  .item.w-full.py-6.px-8.border.border-line.rounded-lg.mb-6.bg-white {
    padding: 1rem;
  }

  .flex.items-center.gap-2.border.p-2.rounded-xl {
    margin-left: 0;
  }

  .user.flex.items-center.gap-4.mt-3.pb-4 {
    flex-wrap: wrap;
  }

  .flex.items-center.justify-end.gap-4.border-b.border-t.border-line.py-4 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  div#reviewsRow {
    padding: 1rem;
  }

  .p-10.bg-surface.rounded-lg.border.border-line.mb-6 {
    padding: 1rem;
  }

  .text-18 {
    font-size: 14px !important;
    line-height: 16px;
  }

  .list-product .animated-background,
  .trending-sections .animated-background {
    height: 200px;
  }
}
.swiper.swiper-trending-products .swiper-slide .product-item .product-thumb .list-action .text-button-uppercase {
    font-size: 12px !important;
}

.dropdown-menu {
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 150px;
  display: none;
  list-style: none;
  padding: 5px;
  margin: 0;
  z-index: 111111111110;
}

.dropdown-menu li {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}

.dropdown-menu li:hover {
  background: black;
  color: #fff;
  transition: 0.3s;
}

.dropdown-menu img {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}




div#\:0\.targetLanguage {
  margin-bottom: 43px !important;
  position: relative !important;
  top: 32px !important;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  /* border: 1px solid; */
  width: 7rem !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: var(--green) !important;
  color: #000 !important;
  font-size: 1em;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.placeholder {
  margin: 0 auto;
  max-width: 300px;
  min-height: 100px;
  background-color: #eee;
  border-radius: 20px;
  overflow: hidden !important;
}

.blog-thumb .placeholder {
  max-width: 100% !important;
}

.blog-title .placeholder {
  max-height: 20px !important;
  min-height: 2rem !important;
  width: 20rem !important;
  border-radius: 4px !important;
}


.authDop .placeholder {
  width: 10rem !important;
  max-height: 20px !important;
  min-height: 2rem !important;
  border-radius: 4px !important;
}


.blog-item .recImg .placeholder {
  width: 6rem !important;
  max-height: 20px !important;
  min-height: 5rem !important;
  border-radius: 4px !important;
}



.blog-item .blog-tag .placeholder {
  width: 10rem !important;
  max-height: 20px !important;
  min-height: 2rem !important;
  border-radius: 4px !important;
}



.blog-item .recTtl .placeholder {
  width: 10rem !important;
  max-height: 20px !important;
  min-height: 2rem !important;
  border-radius: 4px !important;
}

.list-cate .tags .placeholder {
  width: 10rem !important;
  max-height: 20px !important;
  min-height: 2rem !important;
  border-radius: 4px !important;
}

.list-cate .tags .count .placeholder {
  width: 4rem !important;
  max-height: 20px !important;
  min-height: 2rem !important;
  border-radius: 4px !important;
}

.list-recent .blog-item:hover {
  scale: 1.05;
  transition: .3s ease;
}

/* placeholder customization for product page */

.flex.items-center.gap-2.border.p-2.rounded-xl {
  border: 1px solid #1DD882;
  padding: 4px 13px;
  border-radius: 25px;
  background: #1dd8821f;
  margin-left: 49px;
}

.body1.mt-3.rvmsg {
  position: relative;
  margin: 2rem 10px;
  padding: 16px 10px;
}

.body1.mt-3.rvmsg:before {
  content: "❛❛";
  color: #000000;
  font-size: 10rem;
  /* opacity: 0.2; */
  position: absolute !important;
  top: -8px;
  left: -20px;
  font-size: 26px;
}

.body1.mt-3.rvmsg:after {
  content: "❛❛";
  color: #000000;
  font-size: 10rem;
  /* opacity: 0.2; */
  position: absolute !important;
  top: 50px;
  right: 12px;
  rotate: 180deg;
  font-size: 26px;
}

.reply-item.relative.mb-6.bg-surface.p-4.rounded-lg.border.border-line.pt-8 {
  max-width: 95%;
  margin-left: auto;
  margin-bottom: 26px !important;
}


/* i.fa-solid.fa-flag {
  margin-left: auto;
} */



.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  max-width: 200px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 6px 10px;
  position: absolute;
  z-index: 999;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

i.fa-solid.fa-hands-clapping {
  color: #19bda0;
}

.scale-hover.like-btn.flex.items-center.justify-between.cursor-pointer.border.px-6.py-2.rounded.shadow-md:hover {
  background: #d3fff76b;
}

i.fa-solid.fa-reply-all {
  color: #225aff;
}

button.scale-hover.reply-btn.text-button.flex.items-center.cursor-pointer.text-black.border.px-6.py-2.rounded.shadow-md:hover {
  background: #e0efffba;
}

i.fa-solid.fa-flag {
  color: red;
}

.scale-hover.cursor-pointer.border.px-8.py-2.rounded.shadow-md.font-semibold:hover {
  background: #ffdede96;
}

.list-img .placeholder {
  max-width: 600px !important;
  max-height: 800px !important;
  min-height: 2rem !important;
  border-radius: 20px !important;
}

.list-img .animated-background {
  height: 800px;
}

.product-category .placeholder {
  width: 100%;
  min-height: 10px !important;
  height: 100%;
  margin: 0;
  border-radius: 4px !important;

}

.product-category .animated-background {
  height: 20px;
}

.product-name .placeholder {
  max-width: 100%;
  width: 100%;
  min-height: 10px !important;
  height: 100%;
  margin: 0;
  border-radius: 4px !important;
}

.product-name .animated-background {
  height: 100px;
}

.prd-max-price .placeholder,
.prd-min-price .placeholder {
  max-width: 300px;
  width: 60px;
  min-height: 10px !important;
  height: 20px;
  margin: 0;
  border-radius: 2px !important;
}

.color-item .placeholder,
.size-item .placeholder {
  min-height: 60px;
  height: 60px;
  width: 60px;
}


/* single blog placeholder */
.singleBlgTitle .placeholder {
  max-width: 100%;
  height: 60px;
  min-height: 50px;
  border-radius: 6px;
}

.singleBlgAuthor .placeholder {
  min-height: 20px;
  height: 40px;
  border-radius: 6px;

}

.singleBlgAuthor .content-wrapper:nth-child(1) .placeholder {
  margin-left: 0;
}

.singleBlgAuthor .content-wrapper:nth-child(2) .placeholder {
  margin-right: 0 !important;
}

.singleBlgAuthor .placeholder:nth-child(2) {
  margin-right: 0;
}

.singleBlgAuthor .content-wrapper {
  flex: 1;

}

.singleBlgImg .placeholder {
  max-width: 100%;
  margin-top: 1rem;
  height: 600px;
}

.singleBlgDesc .placeholder {
  max-width: 100%;
  margin-top: 1rem;
  height: 30px;
  min-height: 10px;
  border-radius: 4px;
}


@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0
  }

  100% {
    background-position: 468px 0
  }
}

.animated-background {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 400px;
  position: relative;
  border-radius: 20px;
}




/* Toggle Switch Styles */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: white;
  top: 2px;
  left: 2px;
  transition: 0.4s;
}

.toggle-switch input:checked+.slider {
  background-color: var(--black);
  /* Active state color */
}

.toggle-switch input:checked+.slider:before {
  transform: translateX(26px);
}

/* Disabled State */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.checkoutPageCoupanSection {
  position: relative;
  /* margin: 2rem 0; */
}

/* .checkoutCoupanblock{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    transform: translateY(100%);
    box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.15);
} */

.user-terms-block,
.checkoutCoupanblock {
  width: 100%;
  max-height: 0;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.4s;
  /* transform: translateY(100%); */
  /* box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.15); */
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}

.user-terms-block.active,
.checkoutCoupanblock.active {
  opacity: 1;
  visibility: visible;
  max-height: 270px;
  /* transform: translateY(0); */
  margin-bottom: 12px;
}

.tab-item.user-terms-block.mt-3.active {
  overflow-y: scroll;
  padding: 10px 20px;
}

:root {
  --pause-on-hover: running;
  --pause-on-click: running;
  --width: 100%;
  --transform: none;
  --play: running;
  --direction: normal;
  --duration: 14.7265625s;
  --delay: 0s;
  --iteration-count: infinite;
  --min-width: 100%;
}

.product-main:hover .banner-sale-auto {
  display: none;
}

.rfm-marquee-container.banner-sale-auto {
  display: flex;
  background: black;
  z-index: 1;
}

.rfm-marquee {
  flex: 0 0 auto;
  min-width: var(--min-width);
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
  /* animation-play-state: var(--play);
    animation-delay: var(--delay);
    animation-direction: var(--direction); */
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.review-container {
  display: flex;
  align-items: center;
}

.review-section h3 {
  font-size: 30px;
  font-weight: 600;
}

.review-container .reviews-avarage {
  display: flex;
  /* flex-direction: column;
                    align-items: center; */
  /* justify-content: space-between; */
  margin-right: 20px;
  gap: 2rem;
  margin-bottom: 4rem;
}

.review-container .reviews-avarage .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.review-container .reviews-avarage .left h1 {
  font-size: 80px;
  font-weight: 500;
  margin: 0;
  line-height: 70px;
  text-align: center;
}

.rating-overview {
  text-align: center;
}

.rating-overview h1 {
  font-size: 48px;
  margin: 0;
}

.stars {
  color: #000000;
  /* yellow for stars */
  font-size: 20px;
}

.bar-container {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 10px 0; */
}

.bar {
  flex-grow: 1;
  height: 8px;
  background: #ddd;
  margin: 0 10px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: #000000;
  width: 100%;
}

.reviews {
  margin: 20px 0;
}

.review {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

.review:first-child {
  border-top: none;
}

.review-header {
  display: flex;
  align-items: center;
}

.review-header img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.review-content {
  margin-left: 50px;
}

.review-stars {
  color: #000000;
}

/* cart timer countdown  */
.countdown-cart div {
  display: inline-flex;
}
p.close-btn {
    background: transparent;
    color: black;
    /* text-decoration: underline; */
}
/*home page blog section  */
.testimonial-item {
  transition: all 0.3s ease-in-out;
}

.testimonial-main img {
  transform: scale(1);
  /* Default scale */
  transition: all 0.3s ease-in-out;
}

.testimonial-item:hover .testimonial-main img {
  transform: scale(1.1);
}

.testimonial-item:hover .testimonial-main .blog-infor .blog-title {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.testimonial-main .blog-infor a:hover .text-button {
  /* background: red; */
  /* text-decoration: underline; */
}

.blog-con .body1.text-secondary.mt-4 {
  display: none !important;
}

/*home page testimonials section  */
.list-testi .swiper-button-prev {
  left: 60px !important;
  top: 24% !important;
}

.list-testi .swiper-button-next {
  right: 60px !important;
  top: 24% !important;
}

.testi-item .desc:after {
  /* content: "❛❛"; */
  color: gray;
  font-size: 4rem;
  /* opacity: 0.2; */
  position: absolute !important;
  bottom: 0;
  right: -50px;
  rotate: 180deg;
}

.testi-item .desc:before {
  /* content: "❛❛"; */
  color: gray;
  font-size: 4rem;
  /* opacity: 0.2; */
  position: absolute !important;
  top: 0px;
  left: -50px;
}

.swiper-testimonial-four .swiper-pagination {
  bottom: 25px !important;
}

div#swiper-wrapper-f38df9d60a10ca747 {
  padding-bottom: 5rem !important;
}

@keyframes scaleUpDown {

  0%,
  100% {
    transform: scale(1);
    /* Default scale */
  }

  50% {
    transform: scale(1.1);
    /* Scaled up */
  }
}

.avatar img {
  animation: scaleUpDown 3s ease-in-out infinite;
  /* Infinite scale animation */
}
.avatar-container img {
  animation: scaleUpDown 3s ease-in-out infinite;
  /* Infinite scale animation */
}

.verified-review-icon-parant {
  position: relative !important;
  margin-left: 185px;

}


@media (max-width: 786px) {
  .verified-review-icon-parant {
    margin-left: 0px !important;
    flex-direction: column;
    gap: 1rem;
  }

}

.verified-review-icon {
  position: absolute;
  top: 50%;
  width: 22px;
  transform: translateY(-50%);
  right: -36px;
}

.testi-item .infor .country {
  margin: 4px 0 !important;
}

/* 
.custom-rating-container {
    display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-color: #1F1F1F;
      padding: 8px 20px;
      border-radius: 30px;
      width: fit-content;
      position: relative;
      margin: 4rem 0 1rem;
}

.custom-rating-circle {
  background-color: var(--orange);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
  position: absolute;
  top: -37px;
  border-bottom: inset;
}

.custom-rating-number {
  font-size: 18px;
  font-weight: bold;
  color: #1F1F1F;
}

.custom-rating-stars {
  font-size: 20px;
  color: #f9a825;
  letter-spacing: 5px;
}
.cust-rating-container {
  display: flex;
  align-items: center;
  background-color: #1F1F1F;
  border-radius: 8px;
  padding: 0px;
  color: #fff;
  width: fit-content;
  margin: 2rem 0 1rem;
}

.cust-rating-score {
  background-color:var(--orange);
  color: #000;
  padding: 5px 10px;
  border-radius: 4px 0 0 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.cust-rating-score .score {
  font-size: 18px;
}

.cust-rating-score .label {
  font-size: 12px;
  margin-top: 2px;
}

.cust-rating-stars {
  padding: 5px 10px 0;
  font-size: 18px;
  color: #f9a825;
  letter-spacing: 2px;
} */

/* .blog-infor > .body1.text-secondary {
  display: none;
} */

.blog-infor a .text-button {
  display: none;
}

.blg-details .list a:hover {
  scale: 1.05;
}

.product-detail .list a:hover {
  scale: 1.05;
}

.testimonial-block .blog-con .swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 2px !important;
  display: inline-block !important;
  border-radius: 0px !important;
  background: #e0e0e0 !important;
  border: none !important;
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 3px !important;
  background: transparent;
  border: 1px solid var(--black);
  opacity: 1 !important;
  transition: all ease 0.3s;
}

.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0px !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  border: 1px solid transparent !important;
  transition: all ease 0.3s !important;
  border-radius: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: var(--black);
}

.swiper-slide {
  transition: transform 1s ease-in-out !important;
  will-change: transform !important;
}

@media (min-width: 1280px) {
  .testi-item {
    padding: 0 121px 1rem !important;
  }
}

@media (max-width: 1024px) {
  .testi-item {
    padding: 0 200px 4rem !important;
  }
}

@media (max-width: 786px) {
  .author {
    display: none;
  }

  .testi-item {
    padding: 0 50px 4rem !important;
  }

  .list-testi .swiper-button-prev {
    left: 20px !important;
  }

  .list-testi .swiper-button-next {
    right: 20px !important;
  }

  .testi-item .desc:before {
    /* content: "❛❛"; */
    color: gray;
    font-size: 4rem;
    /* opacity: 0.2; */
    position: absolute !important;
    top: 0px !important;
    left: -33px !important;
  }

  .testi-item .desc:after {
    /* content: "❛❛"; */
    color: gray;
    font-size: 4rem;
    /* opacity: 0.2; */
    position: absolute !important;
    top: 54px !important;
    right: -29px !important;
    rotate: 180deg;
  }
}

/* 
@media (max-width: 786px) {

.testi-item .desc:before {
  content: "❛❛";
  color: gray;
  font-size: 10rem;
  opacity: .2;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
}
} */

/* code for header search bar dropdown  */
/* .name.text-button:hover {
  scale: 1.02;
  transition: .1s ease;
} */
.form-search-dropdown {
  position: absolute;
  background: #fff;
  width: 100%;
  max-height: 200px;
  /* Set max height for overflow handling */
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  /* Scrollable if results exceed max height */
  z-index: 10;
  display: none;
  /* Initially hidden */
}

.mbl-form-search-dropdown {
  /* position: absolute; */
  background: #fff;
  width: 100%;
  max-height: 200px;
  /* Set max height for overflow handling */
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  /* Scrollable if results exceed max height */
  z-index: 10;
  display: none;
  /* Initially hidden */
  margin-top: 10px;
}

.form-search-dropdown ul,
.mbl-form-search-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-search-dropdown ul li,
.mbl-form-search-dropdown ul li {
  border-bottom: 1px solid var(--surface);
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}

.form-search-dropdown ul li:hover,
.mbl-form-search-dropdown ul li:hover {
  background-color: #f7f7f7;
}

/* cookie consent */
/* General Styling */
.hidden {
  display: none;
}


/* Cookie Notice */
.cookie-notice {
  position: fixed;
  bottom: -100%;
  right: 10px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 20px;
  z-index: 1000;
  width: 450px;
  /* transform: translateX(-50%); */
  transition: transform 0.3s ease, bottom 0.3s ease;
}

#cookie-notice.show {
  bottom: 20px;
  /* Slide into view */
}

.cookie-notice .cookie-buttons {
  display: flex;
  gap: 6px;
  /* justify-content: space-between; */
  margin-top: 10px;
  flex-wrap: wrap;
}

/* Cookie Popup */
/* .cookie-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 8px;
  z-index: 2000;
  width: 500px;
} */
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 1rem;
  padding-bottom: 10px;
}

.popup-header h2 {
  font-size: 1.2rem;
  text-align: center !important;
  margin: auto;
  font-weight: 600;
}

.popup-header .close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.popup-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.popup-buttons button {
  flex: 1;
}

.popup-content {
  margin-top: 10px;
}

.cookie-categories {
  margin-top: 15px;
}

/* Buttons */
.btn {
  padding: 8px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: var(--black);
  color: #fff;
  padding: 8px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.reject {
  background: var(--black);
  color: #fff;
}

.accept {
  background: var(--black);
  color: #fff;
}

button#customize-btn {
  background: var(--black);
  color: #fff;
}

div#cookie-notice span img {
  display: inline;
  width: 29px;
}

.cookie-popup {
  position: fixed;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -0%);
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 8px;
  z-index: 2000;
  width: 730px;
  height: 610px;
  transition: transform 0.3s ease, bottom 0.3s ease;
}

.popupShow {
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 6px 100rem rgba(0, 0, 0, 0.2);
}

.tabs-container {
  display: flex;
  height: calc(100% - 120px);
}

.tab-head {
  list-style-type: none;
  padding: 0;
  width: 30%;
}

.tab-head li {
  border-bottom: 1px solid #ddd;
}

.tab-head a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  background: #f9f9f9;
}

.tab-head a.active {
  background: var(--black);
  color: #fff;
}

.tabs-content {
  width: 70%;
  padding: 15px;
  border-left: 1px solid #ddd;
}

.tab-body {
  display: none;
}

.tab-body h3 {
  font-weight: 600;
  font-size: 1rem;
}

.tab-body.active {
  display: block;
}

/* 
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.toggle-switch input {
  display: none;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 20px;
  background-color: #ddd;
  border-radius: 20px;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #007bff;
}

input:checked + .slider:before {
  transform: translateX(20px);
} */

/*  */

/* Slide 5 */
.slider-checkbox {
  width: 3em;
  height: 1.5em;
  margin: 20px auto;
}

.slider-checkbox * {
  transition: 250ms;
  box-sizing: border-box;
}

.slider-checkbox input[type="checkbox"] {
  display: none;
}

.slider-checkbox label {
  display: inline-block;
  width: 100%;
  height: 98%;
  background: #d0d5d2;
  border-radius: 0.7em;
  padding-top: 0.2em;
  padding-left: 0.2em;
}

.slider-checkbox span {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #fff;
  border: none;
  border-radius: 2em;
}

.slider-checkbox input[type="checkbox"]:checked~label {
  background: var(--black);
  padding-left: 1.7em;
}

.tab-body-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button#close-cookie-notice {
  position: absolute;
  top: 20px;
  right: 25px;
}

@media (max-width: 766px) {
  .cookie-notice {
    width: 80vw !important;
  }

  .cookie-notice .cookie-buttons button {
    flex: 0 0 100%;
  }
}

@media (max-width: 440px) {
  .cookie-notice {
    width: 100vw !important;
    right: 0;
  }

  .cookie-popup {
    width: 100% !important;
    height: auto;
  }

  .tabs-container {
    flex-wrap: wrap;
  }

  .tab-head {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
  }

  .popup-buttons {
    flex-wrap: wrap;
  }

  .popup-buttons button {
    flex: 0 0 100%;
  }
}

/* klaro cookie */
h2#id-cookie-title {
  font-size: 20px !important;
  font-weight: 600 !important;
}

div#klaro-cookie-notice {
  background: var(--surface) !important;
  padding: 1rem !important;
  border-radius: 20px;
  max-width: 450px !important;
  border: none !important;
  animation: slideIn 0.3s ease-out;
  outline: none !important;
}

p#id-cookie-notice {
  color: #000 !important;
  margin-top: 1rem !important;
}

.klaro .cookie-notice strong {
  color: #000 !important;
  font-weight: 400;
}

a.cm-link.cn-learn-more {
  background: var(--black) !important;
  padding: 8px !important;
  text-align: center !important;
  border-radius: 8px !important;
  color: #fff !important;
}

.cn-buttons button {
  padding: 8px 20px !important;
  border-radius: 8px !important;
  background: var(--black) !important;
}

.cn-ok {
  margin-top: 1rem !important;
}

/* change buttons order */
.cn-buttons {
  display: flex !important;
  flex-direction: row-reverse !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  flex-direction: row-reverse !important;
}

/* Floating Cookie Button (Bottom-Left) */
.cookie-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  /* background-color: var(--black); */
  color: white;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
  transition: all 0.3s ease-in-out;
  z-index: 11;
}

div#cookie-settings-btn {
  width: 70px !important;
  animation: slideIn 0.3s ease-out !important;
}

/* Hover Effect */
/* .cookie-button:hover {
  background-color: #2E2B2E;
} */

/* Hide Button Initially */
.hidden {
  display: none;
}

.trending-sections .swiper-button-next,
.trending-sections .swiper-button-prev {
  top: 39% !important;
}

/* .trendingProductSlider .product-price.text-title.text-blue {
  font-size: 16px !important;
} */
.cm-modal .cm-header .title:before,
h2#id-cookie-title:before {
  content: '';
  background-image: url('/assets/images/cookie notice icon.png');
  width: 50px;
  height: 50px;
  /* border: 1px solid red; */
  padding: 15px 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding: 6px !important;
  text-align: center !important;
}

/* cookie consent modal popup */
.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0 !important;
  font-size: 20px !important;
  display: block !important;
  font-weight: 600 !important;
}

.cm-modal.cm-klaro {
  background: #fff !important;
}

ul.cm-purposes {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

.cm-footer-buttons button {
  flex: 1 !important;
}

@media (max-width:440px) {
  .klaro .cookie-modal .cm-modal .cm-footer-buttons {
    flex-wrap: wrap !important;
    gap: 1rem !important;
  }

  .cm-footer-buttons button {
    flex: 0 0 100% !important;
  }

  .cookie-button {
    position: fixed;
    bottom: 20px;
    left: 0px;
  }
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice strong,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  color: var(--black) !important;
  line-height: 22px;
}

.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider,
.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider {
  background-color: var(--black) !important;
  opacity: 1 !important;
}

.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .context-notice .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
  background-color: #fff !important;
}

.klaro .cookie-modal .cm-list-label .slider,
.klaro .context-notice .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  background-color: #ddd !important;
  box-shadow: none !important;
}

p.cm-powered-by {
  display: none !important;
}

.cm-footer-buttons button {
  background: var(--black) !important;
  padding: 8px 20px !important;
  border-radius: 8px !important;
}

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: black !important;
}

li.cm-purpose.cm-toggle-all {
  margin-top: 10rem !important;
}

.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-family: inherit !important;
  color: var(--black) !important;
}

div#cookieScreen {
  animation: slideIn 0.3s ease-out !important;
}

.klaro .cookie-modal .cm-modal .hide {
  border: 0px !important;
  outline: none !important;
}

@media (min-width: 660px) {

  .klaro .cookie-modal .cm-modal.cm-klaro {
    max-width: 800px !important;
  }
}

/* Slide In & Out Animation */
@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

.new-Arrivals .quick-view-btn {
  border: 1px solid var(--black);
}

.new-Arrivals .quick-view-btn:hover {
  background: transparent !important;
  color: var(--black) !important;
  border: 1px solid var(--black);
}


.my-account-block .list-filter>.filter-item {
  display: none;
}

.my-account-block .list-filter>.filter-item.active {
  display: block;
}


/* custom style for blog detail page */
.blog-description>h1,
.blog-description>h2,
.blog-description>h3,
.blog-description>h4,
.blog-description>h5 {
  margin: 20px 0 !important;
}

.blog-description strong {
  font-weight: 600 !important;
}

.blog-infor {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}

.blog-thumb {
  aspect-ratio: 3/2 !important;
}

/* cart page */
.new-Arrivals .product-main:hover {
  scale: 1.05;
  transition: .3s ease;
}

.cart-page-empty,
.cart-empty {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  height: calc(100% - 20%);
  min-height: 60vh;
}

.cart-page-empty img,
.cart-empty img {
  width: 100px;
  height: auto;
  margin-left: -30px;
}



/* modal search  */

/* .modal-search-block .modal-search-main{
  height: min-content !important;
} */


/* product detail page */
/* .singSwiper .swiper-button-prev {
  background: #0005;
  height: 100%;
  top: 37%;
  left: 0;
}

.singSwiper .swiper-button-next {
  background: #0005;
  height: 100%;
  top: 37%;
  right: 0;
} */


/* .swiper-img-review .swiper-button-prev {
  background: #0005;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translate(0px, -31%);
}
.swiper-img-review .swiper-button-next {
  background: #0005;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translate(0px, -31%);
} */






.list-review .singSwiper .swiper-button-next::after,
.list-review .singSwiper .swiper-button-prev::after {
  font-size: 14px;
}

.swiper-img-review .swiper-button-prev {
  background: #b3b0b0;
  height: 30px;
  width: 20px;
  left: 0;
  top: 55% !important;
  /* transform: translate(0px, -31%); */
}

.swiper-img-review .swiper-button-next::after,
.swiper-img-review .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.swiper-img-review .swiper-button-next {
  background: #0005;
  height: 30px;
  width: 20px;
  top: 55% !important;
  right: 0;
  /* transform: translate(0px, -31%); */
}


/* /// */
.list-review .singSwiper .swiper-button-prev {
  background: #b3b0b0;
  height: 30px;
  width: 20px;
  left: 0;
  top: 60% !important;
  /* transform: translate(0px, -31%); */
}

.list-review .singSwiper .swiper-button-next::after,
.list-review .singSwiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.list-review .singSwiper .swiper-button-next {
  background: #0005;
  height: 30px;
  width: 20px;
  top: 60% !important;
  right: 0;
  /* transform: translate(0px, -31%); */
}

/* for product feature image */
.mySwiper2 .swiper-button-prev {
  background: #b3b0b0;
  height: 30px;
  width: 20px;
  left: 0;
  top: 60% !important;
  /* transform: translate(0px, -31%); */
}

.mySwiper2 .swiper-button-next::after,
.mySwiper2 .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.mySwiper2 .swiper-button-next {
  background: #0005;
  height: 30px;
  width: 20px;
  top: 60% !important;
  right: 0;
  /* transform: translate(0px, -31%); */
}


.mySwiperr .swiper-wrapper .swiper-slide {
  width: 100px !important;
  border: 1px solid #A0A0A0;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0.5;
}

.mySwiperr .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--black);
}


.swiper.mySwiperr {
  position: unset !important;
}

.swiper.mySwiperr .swiper-wrapper {
  /* background: red; */
  /* position: absolute !important;
  top: 0 !important;
  width: fit-content !important; */
}

.product-detail .swiper-button-disabled {
  visibility: hidden !important;
}

/* login */
#usernumber:focus {
  outline: none !important;
  border: 0px !important;
}

#usernumber {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  /* Agar koi shadow ho toh use bhi hata de */
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.benefit-item .heading6 {
  position: relative;
}

.benefit-item .heading6:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 60%;
  height: 1px;
  background-color: var(--black);
  transition: all ease 0.3s;
}

.banner-item .shopBtn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  transition: all ease 0.3s;
}

.banner-item:hover .shopBtn:before {
  width: 0;
}


.product-detail .product-price {
  font-size: 21px !important;
}

.product-detail .text-right .currencySymbol {
  font-size: 21px !important;
}

.product-detail .ttlPrice2 {
  font-size: 21px !important;
}


.mblIcons {
  position: absolute;
  bottom: 127px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mblCopy {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}




/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

/* faqs */
.faqs-block .menu-tab .tab-item:after {
  content: "\f0da";
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  left: -20px;
  top: 1;
}

.has-line-before::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: var(--black);
  transition: all ease 0.3s;
}

.heading6.underline {
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

.close-btn {
  background: #000;
  color: #fff;
}

.faqs-block .tab-item {
  margin-left: 21px;
}

form#place-order-form input,
form#place-order-form textarea,
form#place-order-form select {
  background: var(--surface) !important;
}

/* register page form  */
form#registerForm input,form#registerForm select,form#registerForm textarea {
    background: var(--surface) !important;
}
/* login */
form#loginPageLoginForm input,form#loginPageLoginForm select,form#loginPageLoginForm textarea {
    background: var(--surface) !important;
}
/* forgot passwrod */
form#forgotPasswordForm input,form#forgotPasswordForm select,form#forgotPasswordForm textarea {
    background: var(--surface) !important;
}
/* reset passwrod */
form#resetPasswordForm input,form#resetPasswordForm select,form#resetPasswordForm textarea {
    background: var(--surface) !important;
}
/* checkout login form */
form.checkoutLoginForm input,form.checkoutLoginForm select,form.checkoutLoginForm textarea {
    background: var(--surface) !important;
}
/* profile form */
form#profileForm input,form#profileForm select,form#profileForm textarea {
    background: var(--surface) !important;
}
/* coupon form */
#select-discountt {
    background: var(--surface) !important;
}

select:disabled {
    cursor: default;
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
}


.blog-description2 a:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #f79028fc;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: .5s ease;
  /* transform: translateY(100%); */
  overflow: hidden !important;
  z-index: -1;
}

.blog-description2.body1 a:hover:before {
  height: 100%;
  transition: .3s ease;
  transform: translateY(0);
}

.blog-description2 a {
  /* background: red; */
  position: relative;
  /* text-decoration: underline; */
}


/* social icon in single product page  */
.list-action .share a {
    width: 34px !important;
    height: 34px!important;
}

@media (max-width:786px) {
  .list-action .share a {
    width: 30px !important;
    height: 30px!important;
}
}


/* sweet alert pop up */
button.swal2-styled {
    background: #000 !important;
    color: #ffff !important;
    border-radius: 10px !important;
    border: 1px solid #000 !important;
}
button.swal2-styled:hover {
    background: transparent !important;
    color: #000 !important;
}

.login-popup a  {
    width: 100%;
}

.login-popup.open .before-login {
   display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.before-login.hidden{
  display: none !important;
}

.after-login.hidden{
  display: none !important;
}



/* new login pop up */

.login-popup { 
      width: 250px !important;
    background: #F7F7F7 !important;
    /* box-shadow: none; */
    padding-top: 50px;
}
.after-login.open { 
   align-items: flex-start !important; 
}


.after-login ul.menu-links li {
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #d7d7d7;
    width: 100% !important;
    padding: 10px 0;
    transition: .3s ease;
}

ul.menu-links li:hover {
    scale: 1.04;
}


.after-login ul.menu-links {
    width: 100%;
}
.after-login ul.menu-links li a i {
    margin-right: 10px;
}
.login-popup .close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  background: black;
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  /* display: none; */
}

.login-popup .login-btn {
  background-color: #002f6c;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 6px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  transition: .3s ease;
}


.login-popup button.login-btn:hover {
    background: #00285c;
    /* border: 2px solid #ccc; */
    scale: 1.02;
}

.login-popup .login-btn i {
  margin-right: 8px;
}

.login-popup .divider {
  display: flex;
  align-items: center;
  color: #000;
  width: 100%;
}

.login-popup .divider hr {
  flex: 1;
  border: none;
  border-top: 1px solid #000;
}

.login-popup .divider span {
  margin: 0 10px;
  font-size: 14px;
}

.login-popup .register-text {
  font-size: 14px;
  color: #000;
}

.login-popup .register-btn {
  border: 2px solid #000;
  background: white;
  color: black;
  font-weight: bold;
  padding: 2px;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
      display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    transition: .3s ease;
}


.login-popup button.register-btn:hover {
    background: #f5f5f5;
    scale: 1.02;
}

.login-popup .register-btn i {
  margin-right: 8px;
}

.login-popup button.register-btn img {
    width: 30px;
    height: 30px;
}