* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "DM Sans", serif;
  background-color: #FFFFFF;
}

a img {
  border: none;
  text-decoration: none;
  outline: none;
}

a {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}

/*
a:hover{color:var(--secondary-color)}
*/
a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  font-size: 16px;
  color: #252525;
  font-weight: 400;
  font-family: "DM Sans", serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ol,
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

input:focus {
  outline: none;
}

textarea {
  outline: none;
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.p0 {
  padding: 0px;
}

:root {
  --primary-color: #9F86D9;
  --secondary-color: #f7f8fa;
}

::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.7);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.7);
}

::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.btn-theme{background-color:#9F86D9;border:1px solid #9F86D9;}
.w100 {
  width: 100%;
}

.container {
  max-width: 1500px;
  width: 96%;
}

.text-center {
  text-align: center;
}

.navbar {
  padding-top: 5px;
  padding-bottom: 0px;
  margin-left: 35px;
}

.radius-10 {
  border-radius: 10px;
}

/*header .left-blk{padding-top:20px;padding-bottom:20px;}*/
header {
  width: 100%;
  background-color: #fff;
}
.affix{position: fixed;z-index:99;top:0px;}

header .left-blk {
  display: flex;
  align-items: center;
  height: 100%;
}

header .right-blk ul li {
  display: inline-block;
}

header .inner-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.66);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.top-bar .container,
.banner-sec .container,
header .container {
  max-width: 1500px;
}

.down_arrow {
  font-size: 12px;
  margin-left: 5px;
}

.menu-ul li a {
  padding: 10px 15px;
}

.right-blk {
  text-align: right;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

.right-blk li a {
  display: block;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
}

.custom_ic {
  position: relative;
}

.cart_cout {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  background-color: var(--primary-color);
  display: block;
  position: absolute;
  top: -10px;
  right: -5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "DM Sans", serif;
  font-weight: bold;
}
.wish_cout {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  background-color: var(--primary-color);
  display: block;
  position: absolute;
  top: -10px;
  right: -5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "DM Sans", serif;
  font-weight: bold;
}

.cart-amount {
  color: #fff;
  text-decoration: none;
  font-family: "DM Sans", serif;
  font-size: 13px;
  margin-right: 7px;
  top: 3px;
  position: relative;
}

header .inner-wrap .left-blk {
  width: 70%;
  float: left;
  justify-content: center;
}

header .inner-wrap .logo {
  width: 15%;
  float: left;
}

header .inner-wrap .right-blk {
  width: 15%;
  float: left;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bottom-fixed {
  display: none;
}

.bottom-fixed ul {
  display: flex;
  justify-content: space-between;
}

.bottom-fixed ul li {
  width: 25%;
  text-align: center;
}

.side-menu {
  position: absolute;
  left: 0px;
  width: 35px;
  padding-left: 0px;
  padding-right: 0px;
}

.side-menu i {
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
  display: inline-block;
  margin-left: -2px;
}

.sidebar-navigation {
  width: 400px;
  height: auto;
  background-color: #fff;
  margin: 50px auto;
  -webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.sidebar-navigation .title {
  display: block;
  font-size: 1.2em;
  background-color: #1e1e1e;
  padding: 20px 25px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sidebar-navigation>ul>li>a {
  text-transform: uppercase;
}

.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}

.sidebar-navigation ul li {
  display: block;
}

.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 1em;
  font-weight: 600;
  padding: 20px 25px;
  text-decoration: none;
  color: #2e2e2e;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-navigation ul li a em {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}

.sidebar-navigation ul li:hover>a,
.sidebar-navigation ul li.selected>a {
  background-color: #ecf0f1;
  color: #495d62;
  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul {
  display: none;
}

.sidebar-navigation ul li ul.open {
  display: block;
}

.sidebar-navigation ul li ul li a {
  color: #495d62;
  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul li a:before {
  content: "";
  width: 10px;
  height: 1px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #495d62;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sidebar-navigation ul li ul li:hover>a,
.sidebar-navigation ul li ul li.selected>a {
  background-color: #e6ebed;
}

.sidebar-navigation ul li ul li:hover>a:before,
.sidebar-navigation ul li ul li.selected>a:before {
  margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last>a {
  background-color: #94aab0;
  color: #fff;
}

.sidebar-navigation ul li ul li.selected.selected--last>a:before {
  background-color: #fff;
}

.subMenuColor1 {
  background-color: #fbfcfc;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.close-ic img {
  width: 35px;
}

.right-blk .dropdown-menu {
  width: 200px;
  border-top: 5px solid var(--primary-color);
  padding-top: 5px;
  padding-top: 5px;
}

.right-blk .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
}

.right-blk .dropdown-menu li {
  display: block;
}

.right-blk .dropdown-toggle::after {
  display: none;
}

.right-blk .dropdown-menu li a {
  color: #000;
  padding: 5px 15px;
}

.right-blk .dropdown-menu li a:hover {
  background-color: #555555;
  color: #fff;
}

@keyframes slideup {
  from {
    transform: translateY(-20%);
  }

  to {
    transform: translateY(0);
  }
}

.title {
  font-weight: 700;
  font-family: "DM Sans", serif;
  color:var(--primary-color);
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}

.custompad {
  padding-top: 90px;
  padding-bottom: 90px;
}

.custompad-2 {
  padding-top: 90px;
  padding-bottom: 50px;
}

footer .links li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  font-weight: 400;
}

footer .section-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

ul.social-share li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

ul.social-share li a {
  color: #1C1D1D;
  font-size: 16px;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #8f8f8f;
  width: 48px;
  height: 48px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 555;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 15px;
  top: 10px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgb(33 37 41 / 70%);
  z-index: 555555;
  display: flex;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%,
      rgba(255, 255, 255, 0) 0deg,
      #e8d1bb  360deg);
  animation: spin 2s infinite linear;
  margin: auto;
}

.spinner::before {
  content: "";
  border-radius: 50%;
  width: 80%;
  height: 80%;
  background-color: #000;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.top-bar {
  background-color: #F3EEE8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-bar p a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.top-bar p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 0px;
}

body.search-open {
  overflow: hidden;
}

.close-me-search {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: black;
  padding: 10px 10px;
  background: white;
  border-radius: 0%;
  outline: none;
}

.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.search-box.search-elem .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 10px;
  height: 60px;
  padding: 14px 50px;
  background: #000000;
  font-size: 16px;
  color: #fff;
  border: none;
}

.search-box.search-elem button.submit[disabled] {
  background: #ccc;
  color: #32213A;
}

.search-box.search-elem input[type=text] {
  padding: 20px;
  height: 60px;
  font-size: 32px;
  font-weight: 300;
  border: none;
  border-bottom: solid 2px #999;
  transition: border 0.3s;
  border-radius: 0;
  width: 100%;
}

.search-box.search-elem input[type=text]:focus {
  border-bottom: solid 2px #FFFFFF;
  box-shadow: none;
}

.search-box.search-elem label.placeholder {
  position: absolute;
  top: 10px;
  left: 2rem;
  font-size: 32px;
  font-weight: 300;
  color: #999;
  transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: white;
  font-size: 1rem;
}

.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-btn {
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
}

.learnmore {
  background-color: var(--primary-color);
  border-radius: 25px;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-top: 5px;
}

.dropdown-container select {
  background: transparent;
  border: none;
  padding: 0px;
}

.dropdown-container .flag {
  width: 30px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  border: 1px solid #ccc;
}

.swiper-pagination-bullet {
  background-color:transparent;border:1px solid var(--primary-color);
}

.swiper-pagination-bullet-active {
  background-color:var(--primary-color);
  border:none;
}
.mySwiperBanner .swiper-pagination{text-align:left;left:50px;bottom:50px;width:auto;}
.social-share {
  margin-top: 6px;
}

.cate-link {
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: block;
  text-align: center;
  color: #000000;
  margin-top: 20px;
}
/*
.category-slider,
.brand-slider,
.trending-category-slider,
.the-artof-gifting-banner,
.exclusive-slider,
.news-sec,.testimonial-slider,.ig-slider {
  margin-top: 40px;
}
*/
/*
.category-slider .img-box img {
  border-radius: 10px;
}
*/

.adv_slider .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.4);
}

.adv_slider .swiper-pagination-bullet-active {
  background-color: #000000;
}

/* .custom-navigation {
  position: absolute;
  top: 80px;
  right: 15px;
} */

.swiper-pagination.c-bullet {
  bottom: 0px;
}

.c-bullet .swiper-pagination-bullet {
  background-color:transparent;border:1px solid var(--primary-color);
}

.c-bullet .swiper-pagination-bullet-active {
  background-color:var(--primary-color);
  border:none;
}


.customspacer {
  margin-bottom: 30px;
}

.c-nav .nav-link {
  margin: 0px 15px;
  padding: 0px 0px;
  border: none;
  font-size: 22px;
  font-family: "Lobster Two", serif;
  font-weight: 700;
  color: rgb(0, 0, 0, 1);
}

.c-nav .nav-link.active {
  background-color: transparent;
  border-bottom: 1px solid var(--primary-color);
  color:var(--primary-color);
}

.product-wrap {
  margin-bottom: 30px;
}
/*
.product-box-img {
  border: 1px solid #ccc;
  height: 400px;
  position: relative;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.product-box-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: auto;
  padding: 30px;
  transform: scale(1.1);
  transition: transform 0.4s ease-in-out;
}
  */

.product-box-img a{display:block;margin-bottom:15px;}
/*.product-box-img:hover img{transform: scale(1.2);}*/
.brand-name-label {
  font-size: 16px;
  color: #000;
}

.product-wrap h4 {
  font-size: 18px;
  color: #000;
  font-family: "DM Sans", serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 5px;
}

.price_rate {
  text-align: left;
}

.price_rate .price_box {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 500;
}

.price_rate .price_box .no-offer {
  font-size: 15px;
  color: #7E7E7E;
  font-weight: 500;
}

.trending-products .tab-content {
  margin-top: 40px;
}

.gifting-wrap .row {
  margin-top: 80px;
}

.view-all {
  font-size: 16px;
  font-weight:500;
  color: #1C1D1D;
  display: inline-block;
}
.view-all:hover{color:var(--primary-color);}
.gifting-wrap p {
  font-size: 20px;
}

.gifting-box .con-box {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center;
  padding: 10px
}

.gifting-box .con-box h4 {
  color: #FFFFFF;
  font-size: 22px;
  font-family: "DM Sans", serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.gifting-box .con-box h3 {
  color: #FFFFFF;
  font-size: 28px;
  font-family: "DM Sans", serif;
  font-weight: 400;
}

.view_prdt {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 190px;
  display: inline-block;
  margin-top: 20px;
}

.view_prdt:hover {
  background-color: #000;
  color: #fff;
}

.gifting-box .img-box {
  overflow: hidden;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.gifting-box .img-box:hover img {
  transform: scale(1.1);
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.gifting-box .img-box img {
  height: 460px;
  object-fit: cover;
  width: 100%;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.date-now {
  font-size: 16px;
  color: #000;
}

.news-details h4 {
  font-size: 22px;
  line-height:normal;
  color: #000;
  font-family: "DM Sans", serif;
  font-weight: 500;
}
.testimonial-box{padding:30px 30px;background-color:#EEF2F3;border-top-left-radius:50px;border-bottom-right-radius:50px;}
.testi-details{position: relative;padding-left:90px;margin-bottom:20px;}
.testimonial-box .testi-details p{color:#9F86D9;font-size:14px;font-family: "DM Sans", serif;font-weight:400;margin-bottom:0px;}
.testi-details > img{position: absolute;left:0;width:60px;}
.testimonial-box p{font-family: "DM Sans", serif;font-size:16px;color:#868686;margin-bottom:0px;}
.testimonial-box h4{font-family: "DM Sans", serif;font-size:20px;color:#000;font-weight:500;margin-bottom:5px;}
.bg-icon{background-image:url(../images/testi_ic.png);background-repeat: no-repeat;background-position: right 30px top 30px;}

.footer {
  font-size: 14px;
}
.footer .icon-box {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}
.footer .icon-box i {
  width:80px;
  flex-shrink: 0;
}
.footer .icon-box h6 {
  font-weight: 700;
  text-align:left;
  font-family: "DM Sans", serif;
  font-size:20px;
  color: #1C1D1D;
  margin-bottom:5px;
}
.footer .icon-box span{
  color: #1C1D1D;
  font-size: 16px;
  font-family: "DM Sans", serif;
  font-weight: 400;
  display:inline-block;
}
.footer h5{
  font-size: 25px;
  font-family: "DM Sans", serif;
  font-weight: 400;
  color: black;
  margin-bottom:1rem;
}
.footer a {
  text-decoration: none;
  color: #1C1D1D;
}
.footer a:hover {
  margin-left:5px;
}
.payment-icons img {
  width: 40px;
  margin-right: 10px;
}
.email-input {
  position: relative;
}
.email-input input {
  width: 100%;
  padding-right: 40px;
  background-color:transparent;
  height:45px;
  border:1px solid #C2B5AD;
}
.email-input button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
}
.bottom-bar {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-size: 12px;
}
.footer h6{
  font-size: 20px;
  text-transform:uppercase;
  font-family: "DM Sans", serif;
  font-weight: 700;
  color: #1C1D1D;
  margin-bottom:1rem;
}
.footer-col{width:20%;}
/*
.footer-col-1{width:30%;padding-right:5%;}
.footer-col-2{width:19%;}
.footer-col-3{width:17%;}
.footer-col-4{width:17%;}
.footer-col-5{width:17%;}
*/
.footer-col ul li a{font-size:16px;display:block;padding-top:4px;padding-bottom:4px;}
.footer .top-col{padding: 40px 0;background-color:#fff;}
.footer .main-area{padding: 50px 0;background-color:#FAFAFA;}
.payment-icons ul li{display:block;font-size:16px;padding-top:2px;padding-bottom:2px;}
.footer .copy-rite{background-color:#EAE1D0;}
.copy-rite a,.copy-rite p{font-size:16px;}
.copy-rite a{margin:0px 5px;}

.dropdown-menu {
  min-width: 280px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-dropdown {
  position: fixed;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 300px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none; /* Initially hidden */
  z-index:888;
}
.custom-place-holder{position: absolute;right:50px;bottom:50px;z-index:55;width:100px;}

@keyframes floatUpDown {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); } /* Moves up */
  100% { transform: translateY(0px); } /* Moves back to original position */
}

.leaf {
  display: inline-block; /* Ensures it behaves properly */
  animation: floatUpDown 3s infinite ease-in-out; /* Adjust duration as needed */
}
.category-slider .swiper-slide{border-radius:10px;padding-bottom:20px;}
.category-slider .swiper-slide:nth-child(4n + 1) {
  background-color: #F5D280;
}
.category-slider .swiper-slide:nth-child(4n + 2) {
  background-color: #F7B0C0;
}
.category-slider .swiper-slide:nth-child(4n + 3) {
  background-color: #82DAEE;
}
.category-slider .swiper-slide:nth-child(4n + 4) {
  background-color: #A6E570;
}
.category-slider .img-wrap{margin-top:-40px;}


.img-wrap .img-box img{border-radius:10px;width:calc(100% - 40px);display:block;margin-left:auto;margin-right:auto;margin-top: -40px}
.img-box {
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
.img-wrap:hover .img-box {
  transform: rotateY(180deg);
}


.category-slider .swiper-wrapper{padding-top:40px;}
.cate-label{font-family: "DM Sans", serif;font-size:20px;font-weight:400;background-color:#9F86D9;color:#fff;padding:5px 17px;border-radius:39px;display:inline-block;}
.viewalllinks{font-family: "DM Sans", serif;font-size:18px;font-weight:500;color:#1C1D1D;position: relative;}
.viewalllinks:hover{color:var(--primary-color);}
.title-wrap{margin-bottom:40px;}
.sidebar-nav{padding:40px 30px;background-color:#EEF2F3;border-radius:10px;}
.sidebar-nav.nav-pills .nav-link{padding:10px 20px;font-family: "DM Sans", serif;font-size:18px;font-weight:400;text-align:left;border-radius:50px;color:#1C1D1D;display:block;width:100%;}
.sidebar-nav.nav-pills .nav-link.active{background-color:var(--primary-color);color:#fff;}
.icon-holder{margin-right: 10px;}
.icon-holder img{width:25px;filter: invert(0);}
.sidebar-nav.nav-pills .nav-link.active img{filter: invert(1);}

.custom-navigation {
  display: flex;
  gap:15px;
}

.custom-prev,.custom-prev-2,.custom-next-3,.custom-next-4 {
  background-color: #EFF0F2;
  color: #1C1D1D;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}
.custom-next,.custom-next-2,.custom-prev-3,.custom-prev-4 {
  background-color: #EFF0F2;
  color: #1C1D1D;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

.custom-prev.swiper-button-disabled,.custom-prev-2.swiper-button-disabled,.custom-next-3.swiper-button-disabled,.custom-next-4.swiper-button-disabled{opacity:0.5;}
.custom-next.swiper-button-disabled,.custom-next-2.swiper-button-disabled,.custom-prev-3.swiper-button-disabled,.custom-prev-4.swiper-button-disabled{opacity:0.5;}

.custom-prev:hover,
.custom-next:hover {
  background-color: #7a5dc7;
}
.two-item-grid{padding:60px 60px}
.bg-1{background:url(../images/bg_01.jpg) no-repeat;background-size: cover;}

.product-image {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 5px;
  border:1px solid #efefef;
}
.product-details {
  padding-left: 30px;
  width:calc(100% - 160px);
  margin-bottom:0px;
}
.star-rating {
  color: #ffcc00;
}
.best-selling-slider,.flash-selling-slider {
  width: 100%;
  max-width: 100%;
  height: 525px; /* Adjust height based on item size */
  position: relative;
}
.best-selling-slider .swiper-slide,.flash-selling-slider .swiper-slide  {
  display: flex;
  align-items: center;
  border-radius: 10px;
  transition: 0.3s;
}
.rating {
  color: #ddd;
  cursor: pointer;
}
.rating.selected, .rating:hover, .rating:hover ~ .rating {
  color: #F5B633;
}
.img-bind{margin-top:80px;}

.two-item-grid-2 .item-left-box{width:63%;}
.two-item-grid-2 .item-right-box{width:37%;}
.two-item-grid-2 .item-box-2 a{display:block;}
.popular-brands img{max-width:180px;background: transparent;mix-blend-mode: multiply;}
.popular-brands .img-wrap-3{gap:30px}
.date{width:60px;height:60px;background-color:#fff;display:inline-block;position:absolute;text-align:center;padding-top:10px;border-radius:4px;left:35px;top:20px;}
.date .day{font-size:18px;line-height:normal;font-weight:700;color:var(--primary-color);display:block;}
.date .month{font-size:16px;line-height:normal;font-family: "DM Sans", serif;font-weight:400;color:#000;display:block;}
.ig-slider{margin-left:-10%;margin-right:-10%;}
.fa-chevron-right{font-size:9px;}
.copy-rite{padding-top:20px;padding-bottom:20px;}
.copy-rite ul li{display:inline-block;}