@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
  font-family: Degular;
  src: url(Degular-Medium.otf);
}
:root {
  --main-color: #ffb700;
  
 --color-bg : #17248c;

  ---color-black: #000819;
  /*---color-black: #263143;*/
  --pra-color: #5e5e5e;
}

body {
  width: 100vw;
  font-family: Degular;
  overflow-x: hidden;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.btn-warning,.bg-warning{
  background: var(--color-bg);
  color:#fff !important;
  border: 1px solid var(--color-bg);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: var(--main-color) !important;
  box-shadow: 0 0px 0px var(--main-color) !important;
  outline: 0 none !important;
}
.top_nav {
  background-color: var(--color-bg);
}
.loginsection {
  display: flex;
  gap: 5px;
  align-items: center;
}
.loginsection a {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  margin: 0;
  padding: 0;
  height: auto;
  padding: 0 5px;
}
a {
  text-decoration: none;
}
.track a {
  font-size: 16px;
  color: var(---color-black);
}
.navbar {
  background-color: var(---color-black);
  padding: 4px 0;


}
.fontsize25{
  font-size: 25px !important;
}
.navbar .nav-item .nav-link {
  font-size: 18px;

  color: #fafbfb;
  padding: 0 15px;
  letter-spacing: 1px;
}
/*.navbar-brand {
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
}
.navbar-brand:hover {
  color: var(--main-color);
}*/

.navbar-brand,
.navbar-brand:hover{
  font-size: 35px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow:
    0 1px 1px rgba(255, 255, 255, 0.2),  /* subtle top light */
    0 2px 3px rgba(0, 0, 0, 0.4),        /* depth shadow */
    0 4px 6px rgba(0, 0, 0, 0.25),       /* soft outer depth */
    0 0 12px rgba(255, 255, 255, 0.3);   /* faint white glow */
}

.navbar .navbar-nav {
  margin-left: auto;
}
.search {
  width: 17vw;
}
.search .form-control {
  padding: 12px 10px;
  background: none !important;
  border: 0px solid var(--main-color);
  border-right: unset !important;
  font-size: 16px;
  border-radius: 30px;
  background: white !important;
  padding-left: 20px;
}
.search .form-control::placeholder {
  color: black;
  letter-spacing: 1px;
}
.search .input-group-text {
  background: white !important;

  border: 0px solid var(--main-color);
  border-left: unset !important;
  border-radius: 30px;
  padding-right: 20px;
}
.search i {
  color: var(---color-black);
  font-size: 20px;
}
.shopping_card {
  /* background-color: var(--main-color); */
  margin-left: 20px;
  width: 30px;
  position: relative;
}

.filter_on_product{
  font-size: 10px;
  position: absolute;
  left: 4px;
  top: 6px;
  color: #fff;
  background: linear-gradient(135deg, #4CAF50, #2E7D32);
  border-radius: 4px;
  padding: 1px 4px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  z-index: 1;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.rating_on_product{
  font-size: 12px;
  position: absolute;
  left: 4px;
  bottom: 30%;
  color: #000;
  background: linear-gradient(135deg, #fff, #ffffff);
  border-radius: 4px;
  padding: 1px 4px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  z-index: 1;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media(max-width: 746px){
  .rating_on_product{
    bottom: 66px !important;
  }
}

.star_icon_color{
  color: #ff6108;
  font-size: 10px;
  margin-top: 1px;
  margin-right: 2px;
}

marquee{
  color:#fff;
}

.carditem {
  position: absolute;
  width: 20px;
  height: 20px;
  display: grid;
  place-content: center;
  background-color: var(--color-bg);
  right: -5px;
  top: -5px;
  font-size: 13px;
  padding: 2px;
  border-radius: 50%;
  color: #fff;
}
.shopping_card .bi-cart3,.bi-search {
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}
.borderright{
  border-right: 1px solid rgb(0, 9, 8);
}
.sticky-top{
  /* transform: translateY(-2px); */
  top: -2px;

}
.buynow {
  color: white;
  background: #000819;
  padding: 4px 20px;
  border-radius: 50px;
  /*margin: 0px 0px 10px 0px;*/
  display: block;
  font-size: 12px;
  /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.24);*/
  box-shadow: none;
  width: 100% !important;
}
.buynow:hover {
  color: white;
  background: black;
}
.accordion-button::after {
  background-image: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
}
.accordion-button {
  font-size: 20px !important;
  color: rgb(11, 0, 0) !important;
  letter-spacing: 1px !important;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.444);
  /* border-top: 1px solid rgba(0, 0, 0, 0.444); */

}
.bi-plus {
  font-size: 30px !important;
  color: #0b0000 !important;
}
.filter {
  /* border: 1px solid rgba(0, 0, 0, 0.337); */
  /* padding: 10px; */
  /* border-radius: 10px; */
}
.filter h4 {
  background: var(--main-color);
  padding: 10px;
 
  color: white;
}
.accordion-button,.accordion-body{
  padding: 6px;
  border-radius: 0;
}
.accordion-item:first-of-type .accordion-button,.accordion-item:last-of-type .accordion-button.collapsed{
  border-radius: unset !important;
}
.accordion-item:last-of-type .accordion-button.collapsed{
  border-radius: unset !important;
  border-bottom: unset;
}
.checkbox-wrapper .cbx {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
 
  width: 100%;
  padding: 5px 0;
}
.checkbox-wrapper .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper .cbx span:first-child {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 25%;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #b9b8c3;
  transition: all 0.2s ease;
  
}
.checkbox-wrapper .color {
width: 15px;
height: 15px;
background-color: rgb(11, 0, 0);
margin-left: 10px;
border-radius: 50%;
  
}
.checkbox-wrapper .color2 {
width: 15px;
height: 15px;
background-color: rgb(225, 8, 8);
margin-left: 10px;
border-radius: 50%;
  
}
.checkbox-wrapper .cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 4.5px;
  left: 3.2px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--main-color);
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition-delay: 0.2s;
}
.checkbox-wrapper .cbx span:last-child {
  margin-left: 11px;
  color: black;
  font-weight: 600;
  
}
.checkbox-wrapper .cbx span:last-child:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #b9b8c3;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.checkbox-wrapper .cbx:hover span:first-child {
  border-color: var(--main-color);
}

.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child {
  border-color: var(--main-color);
  background: var(--main-color);
  animation: check-15 0.6s ease;
 
}
.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

@keyframes check-15 {
  50% {
    transform: scale(1.2);
  }
}

.accordion-button:focus{
  padding: 10px;
  border-radius: 0;
  background-color: rgb(6, 6, 6);
  
  box-shadow: none;
  color: white !important;
}
.accordion-button:not(.collapsed) {
    color:red;
    background-color: none !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-item {
    /* color: var(--bs-accordion-color); */
    background-color: rgb(254, 251, 239);
    border:unset;
}
.accordion-button:focus .bi-plus {

  color: white !important;
}

/* -======================= */
/* -======================= */
/* -==========herobanner============= */
/* -==========herobanner============= */
.swiper-slide {
  width: 100%;
}
.swiper-slide img {
  width: 100%;
}
.swiper-pagination{
  margin-bottom: 10px;
}
.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background-color: var(--color-bg) !important;

  border-radius: 50%;
  border: 1px solid var(--color-bg);

  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.swiper-pagination-bullet-active {
  background-color: var(--color-bg) !important;
  border: 0px solid var(--color-bg);
  width: 18px !important;
  height: 18px !important;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
/* -==========add_section============= */
/* -==========add_section============= */
/* -==========add_section============= */

.discount_zone .discount_card {
  background-color: yellow;
  padding: 40px 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.discount_zone .discount_card::after {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #0e0e0e3f;
  content: "";
  right: -30px;
  bottom: -30px;
}
.discount_zone .discount_card::before {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000000a0;
  content: "";
  right: -30px;
  bottom: -30px;
}
.discount_zone .discount_card h3 {
  color: black;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: bold;
}
.discount_zone .discount_card p {
  color: #000000b2;
  font-size: 30px;
}
/* ===========product_section=========== */
/* ===========product_section=========== */
/* ===========product_section=========== */
.product_section .product_card {
  background-color: rgba(255, 255, 0, 0.121);
  margin-bottom: 5px;
}
.product_section .product_card h3 {
  font-size: 16px;
 
  padding-top: 10px;
  color: #212121;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 

  
  
}
.product_section .product_card p {
  font-size: 25px;
  font-weight: bold;
  color: rgb(56, 56, 56);
}
.product_section .product_card p del {
  color: gray;
  font-size: 15px;
  font-weight: normal;
}
.product_section .product_card p span {
  color:rgb(32, 172, 81);
  font-size: 13px;
  letter-spacing: 1px;
}
.filter-section {

  transition: position 0.3s ease;
  z-index: 88;
  background-color: rgba(250, 248, 229, 0.736);
  width: 100%;

 
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  
    --bs-offcanvas-width: 100% !important;
  
}
.brandingname{
  font-size: 17px;
  color: var(--main-color);
  transition: .2s

}
.brandingname:hover{
  font-size: 17px;
  color: rgb(255, 128, 0);

}
.fixed {
  width: 16%;
  position: fixed;
  top: 0;
}

.select-menu {
 width: 100%;
  
}
.select-menu .select-btn {
  display: flex;
  height: 55px;
  background: #fdf3c4;
  padding: 20px;
  font-size: 24px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
}
.select-menu .options {
  display: none;
  position: absolute;
  width: 25%;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 50px -5px rgba(34, 24, 0, 0.272);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
.select-menu .options .option {
  display: flex;
  height: 55px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}
.select-menu .options .option:hover {
  background: #FFFFE0;
}
.select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}
.select-menu .options .option .option-text {
  font-size: 18px;
  color: #333;
}

.select-btn i {
  font-size: 25px;
  transition: 0.3s;
}

.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}
.select-menu.active .options {
  display: block;
  visibility: visible;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
  visibility: visible;
  }
  to {
    transform: translate3d(0, 20px, 0);
   visibility: hidden;
  }
}


/* ============productpage=========== */
/* ============productpage=========== */
.icon-hover:hover {
  border-color: #3b71ca !important;
  background-color: white !important;
  color: #3b71ca !important;
}

.icon-hover:hover i {
  color: #3b71ca !important;
}
.productImage {
  img#largeImage {
    height: 500px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5), 0px -2px 5px rgba(0, 0, 0, 0.5);
  }
}
#description {
  padding: 5px;
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.5);
}

.productSwiper2  {
    
    cursor: pointer;
    /* background-color: red; */
     width: 100%;
                  height: 650px;
                  object-fit: cover;
                  background-position: center;
                  
  }
.productSwiper2 .swiper-slide {
    
    
              
                  /* background-color: red; */
                  
  }
 .productSwiper2  img {
    width:100%;
    height: 100%;
    cursor: pointer;
      object-fit: cover;
                  background-position: center;

  }
  /* =========== */
  .productSwiper .swiper-wrapper{
    /* background-color: red; */
   
    height: 644px;
  

  }
  .productSwiper .swiper-wrapper  {
    width: 100%;
 
    

  }

  .productSwiper .swiper-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  
    border-radius: 5px;
    cursor: pointer;
    

  }

/*@media(max-width: 746px){
   .productSwiper2 {
    width: 100% !important;
    height: 500px !important;         
    overflow: hidden !important;       
  }

  .productSwiper2 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;      
    object-position: center !important; 
  }
}*/
@media (max-width: 746px) {
  .productSwiper2 {
    width: 100%;
    aspect-ratio: 2 / 3; 
    height: auto;     
    overflow: hidden;
    background: #f5f5f5; 
    height: 500px !important;
  }

  .productSwiper2 img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 3;
    /*object-fit: contain;  
    object-position: center;*/
    object-fit: cover !important;      
    object-position: center !important;
  }


}

/* =============== */

#plus,#minus{

  color: rgb(3, 2, 0);
  opacity: 1 !important;
}

#plus,#minus,#quantity,.selectbox{
  font-size: 20px;
  border: 1px solid var(--main-color) !important;
  z-index: 0;
  /* color: var(--main-color); */
}
.mobilefix{
  z-index: 77;
}
.buybutton{
  background: var(--color-bg);
 color:white !important;
 
 font-size: 20px;
}
.cardbutton{
  background: rgb(2, 148, 222);
 color:white;
 
 font-size: 20px;
 
}
.savebutton{
  background: var(--main-color);
 color:white;
 
 font-size: 20px;
}
.buybutton:hover{
 background-color: var(--color-bg);
 color:white !important;

}
.savebutton:hover{
 background-color: rgb(62, 211, 3);
 color:white;

}

.card{
 /* box-shadow: 0 0 30px rgb(227, 227, 227); */

 border:1px solid #d9d9d9 !important;
}
.card .card-header{
background: linear-gradient(to right,#f4ebda,#f7f7f7);
 border:unset;

}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: var(--main-color);
  padding: 10px;
  
}
.nav-pills .nav-link{
 color: black;
 background-color: #d6d6d654;
 margin: 0 5px
 ;
  
}
.tab-pane{
  background-color: rgb(252, 239, 217);
  padding: 10px;
  border-radius: 10px;
}
.incresdress{

}
.code-in{

  border: 1px solid rgba(0, 0, 0, 0.358);
  display: flex;
  margin: 5px 0;
  
  
}

.code-in input{
 background-color: none;
 padding: 10px;
 border: none;
 width: 80%;
 border-radius: 4px;
  
}
.code-in .apply-button{
 background-color: var(--main-color);
 padding: 10px;
 border: none;
 width: 20%;
 color: white;
  
}

.conditionsection p{

font-size: 20px;
}
.conditionsection ul li{
padding: 10px 0;
font-size: 19px;
}
.conditionsection  b{
letter-spacing: 1px;
font-size: 18px !important;
}
.conditionsection  span{

font-size: 18px !important;
padding: 20px 0 !important;
}
.conditionsection  p{
font-size: 20px !important;

font-weight: 500 !important;
}

/* ==========step progress bar=========== */
/* ==========step progress bar=========== */
/* ==========step progress bar=========== */


.step-container {
  position: relative;
  text-align: center;
  
  
}

.step-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px dashed var(--main-color);
  
  
  display: flex;
  align-items: center;
  justify-content: center;
 
  cursor: pointer; 
}
.step-circle img{
  width: 25px;
  height: 25px;
 
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: var(--main-color);
  z-index: -1;
}

#multi-step-form{
  overflow-x: hidden;
}
.pro{
  background-color: rgb(252, 252, 252);
  padding: 20px;
  border-radius: 10px;
 border:1px solid #fdc20070;
  box-shadow: 0 5px 30px -5px #90909027;
}
.sc{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}
.sc p{
 font-size: 14px;
 padding-top: 5px;
 font-weight: bold;
 color: rgb(117, 100, 23);
 letter-spacing: 1px;
}
.progress{
  background:#ebebeb;
  

  --bs-progress-bar-bg:var(--main-color);
  height: 2px !important;
  top: 0;
 
  transform: translateY(25px) !important;
  margin:0 10px;
  
} 
/* .animate__animated{
  background-color: red;
  padding: 109px;
} */

/* ==== */





.field {
  width: 100%;
 
  border: 1px solid rgb(150, 150, 150);
  
  border-radius: 5px;
  padding: 7px !important;
  width: 100%;
}




.button {
  background-color: var(--main-color);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  display: block;
  color: #fff;
  width: 100%;
  padding:10px;
  border-radius: 0.25rem;
  border: 0;
  cursor: pointer;
  outline: 0;
  letter-spacing: 1px;
}

/* ============== */
/* ============== */
/* ============== */
/* ============== */

.form {

  background: white;

 
  color: var(--text);
  position: relative;
  box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
  padding:  20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(220, 219, 219);
 
 
}
.input-container {
  position: relative;
/* border: 2px solid red; */
  width: 100%;
}

.input-container input{
  font-size: 17px;
  width: 100%;
  border: none;
  border: 1px solid #8c8d8c;
  padding: 10px ;
  border-radius: 5px;
  background-color: transparent;
  outline: none;
  padding-left: 5px;
}

.input-container #input:focus  {
 border: 1px solid rgb(255, 149, 0) !important;

}
.input-container #input:valid  {
 border: 1px solid green  !important;

}

.input-container .label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
    color: rgb(55, 55, 55);
  font-size:13px;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: bold;
  letter-spacing: 1px;
  transition: .2s cubic-bezier(0.215, 0.610, 0.355, 1);
  padding: 2px;
}

.input-container .label{
  top: 0%;
  font-size: 15px;
  letter-spacing: 1px;
  background: white;

}

/* ========checkbox============= */
/* ========checkbox============= */
.check {
  cursor: pointer;
 
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.check span{
  margin-left: 15px;
  
 
}

.check:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -9px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
 
 
  transition: opacity 0.2s ease;
}

.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #474746;
  stroke-width: 2;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}

.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}

.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}



.check:hover svg {
  stroke: #efa401;
}

.cbx:checked + .check svg {
  stroke: #00bd2c;
}

.cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}

.cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}
/* =================== */
/* =================== */
/* =================== */
.my-account-profile {
display: flex;
flex-direction: column;
align-items: center;
background:linear-gradient(to right,#fcf8ebc6,#dedede26);
padding: 10px;
/* box-shadow: 0 10px 10px rgba(233, 232, 232, 0.299); */
}
.shopingbtn{
  font-size: 20px !important;
  font-weight: bold;
  letter-spacing: 1px;
}
.my-account-profile img{
width: 100px;height: 100px;
border-radius: 50%;
object-fit: cover;
}
.myaccount-navigation ul{
list-style: none;
padding: 0 !important;
}
.myaccount-navigation ul li{
  cursor: pointer;
  
  border-bottom: 1px solid rgb(229, 229, 229);
}
.myaccount-navigation ul li.active{
background-color: rgb(248, 234, 212);
}
.myaccount-navigation ul li:hover{
  background-color: #edecec6c;
}
hr{
  margin-top: 0;
}
.myaccount-navigation ul li a{
  padding: 10px;
color: black;

display: block;
}
.myaccout-logout{

  text-align: center;

}
.logout-button{
  background-color: var(--main-color);
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  transform: translateY(-7px);
  color: white;
  cursor: pointer;
  transition: .2s;
  
}
.logout-button:hover{
  background-color: rgb(254, 136, 2);
  transform: scale(1.01);
 
  color: white;
  transform: translateY(-10px);
  box-shadow: 0 5px 10px rgba(220, 110, 0, 0.256);

  
}
.address_section{
  padding: 10px;
padding-top: 0; 
}
.addresscard{
  padding: 10px;
  background:white;

  color: black;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(126, 125, 125, 0.173);
}

.editdelet a{
  flex: 1;
  text-align: center;
  padding:7px 10px;
  color: white;
}
.editdelet a:nth-child(1){
  border-radius: 5px 0 0 5px;
  border-right: 1px solid white;
  background-color: var(--main-color);
  
}
.editdelet a:nth-child(2){
  background-color: rgb(236, 74, 25);
 border-right: 1px solid white;
  border-radius: 0 5px 5px 0;

}
.addaddress{
  background-color: rgb(1, 214, 90) !important;
   border-radius: 5px ;
   
   text-align: center;
  padding:8px 10px;
  color: white;
  transition: .2s;
}
.addaddress:hover{
   box-shadow: 0 4px 10px rgba(134, 248, 100, 0.663);
  transform:translateY(-5px) scale(1.01);
 
  color: white;
}
.profilesection{
  background: #FDFAF0;
  border-radius: 10px;
}
.profilesection .form-box{
display: flex;
flex-direction: column;

margin: 10px 0;
}
.profilesection .form-box label,small{
font-size: 12px;
/* font-weight: bold; */
color: rgb(111, 111, 111);
letter-spacing: 1px;

}
.profilesection .form-box sup{
color: red;

}
.profilesection .form-box input{
  border: none;
  outline: none;
  background: none;
border-bottom: 1px solid rgb(214, 214, 214);
padding: 5px;
width: 100%;
}
.profilesection .form-box input:focus{

border-bottom: 1px solid rgb(45, 45, 45) !important;

}
.in-box {
  /* background-color: red; */
}
.in-box label{
margin-right: 15px;
}
.in-box label input{
margin-right: 10px;
accent-color: var(--main-color);
}
.what-check{
  margin: 10px 0;
}
.what-check input{
 accent-color: var(--main-color);

}
/* =============== */

.coupon-section {
 
  border: 1px solid #fdf3e4;
    display: flex;
    background: #fdfbf6;
    border-right: unset;
    border-radius: 10px;
    box-shadow: 0px 5px #f4ebd6;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
}
 .offer-percent {
    padding: 20px 20px;
}
 p.precent {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 77px;
    color: #000000;
}
span.offer-special {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #070707;
    margin-bottom: 6px;
        display: block;
}
 .copy-coupon {
    padding: 20px 20px;
}
.offer-percent {
    border-right: 1px dashed #d5d5d5;
}
.circule {
    background: #ffffff;
    display: inline-block;
    height: 55px;
    width: 35px;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    position: absolute;
    right: 0px;
    top: 28px;
    box-shadow: -3px -2px #cbcbcb;
        border-left: 0px solid #d5d5d5;
        top: 51px;
       
}
 .couponlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.couponlist li {
    position: relative;
    margin-bottom: 25px !important;
}
.copy-coupon-txt {
    width: 100%;
    background: #D9D9D900;
        margin-top: 10px;
    background: #D9D9D9;
    border: 1px dashed #746F6F;
    padding: 5px 4px;
    display: flex;
    justify-content: space-between;
    /* width: 80%; */
    border-radius: 30px;
}
 .copy-coupon-txt input {
    border: none;
    background: #F9F9F9;
}
 .copy-coupon-txt {
    background: #D9D9D900;
}
.copy-coupon-txt button {
    text-transform: capitalize;
    background: var(--main-color);
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 30px;
    border: none;
}
 span.offer-special {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #070707;
}
 span.min-cart {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 12px;
    color: #757575;
}
.form {
  --background: #ffffff;
  --text: #414856;
  --radio: #7C96B2;
  --radio-checked: #FFB700;
  --radio-size: 20px;
  --width: 100%;
  
  --border-radius: 10px;
  background: var(--background);
  width: var(--width);
  height: var(--height);
  border-radius: var(--border-radius);
  color: var(--text);
  position: relative;
  box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
  padding: 30px 20px;
  display: grid;
  grid-template-columns: auto var(--radio-size);
  align-items: center;
  padding:0 30px !important;
}
.checkout-section {
  position: relative;
  padding: 20px;
}


.fixed-button {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;

 
  font-size: 16px;
  display: block;
  text-align: center;
}
.form label {
  cursor: pointer;
  padding: 10px 0;
}

.form input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  height: var(--radio-size);
  width: var(--radio-size);
  outline: none;
  margin: 0;
  cursor: pointer;
  border: 2px solid var(--radio);
  background: transparent;
  border-radius: 50%;
  display: grid;
  justify-self: end;
  justify-items: center;
  align-items: center;
  overflow: hidden;
  transition: border .5s ease;
}

.form input[type="radio"]::before, .form input[type="radio"]::after {
  content: "";
  display: flex;
  justify-self: center;
  border-radius: 50%;
}

.form input[type="radio"]::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  z-index: 1;
  opacity: var(--opacity, 1);
}

.form input[type="radio"]::after {
  position: relative;
  width: calc(100% /2);
  height: calc(100% /2);
  background: var(--radio-checked);
  top: var(--y, 100%);
  transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
}

.form input[type="radio"]:checked {
  --radio: var(--radio-checked);
}

.form input[type="radio"]:checked::after {
  --y: 0%;
  animation: stretch-animate .3s ease-out .17s;
}

.form input[type="radio"]:checked::before {
  --opacity: 0;
}

.form input[type="radio"]:checked ~ input[type="radio"]::after {
  --y: -100%;
}

.form input[type="radio"]:not(:checked)::before {
  --opacity: 1;
  transition: opacity 0s linear .5s;
}

@keyframes stretch-animate {
  0% {
    transform: scale(1, 1);
  }

  28% {
    transform: scale(1.15, 0.85);
  }

  50% {
    transform: scale(0.9, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.socials {
  position: fixed;
  display: block;
  left: 20px;
  bottom: 20px;
}

.socials > a {
  display: block;
  width: 30px;
  opacity: .2;
  transform: scale(var(--scale, 0.8));
  transition: transform 0.3s cubic-bezier(0.38, -0.12, 0.24, 1.91);
}

.socials > a:hover {
  --scale: 1;
}

/* ============productpage=========== */
/* ============productpage=========== */
/* ===========media=========== */
/* ===========media=========== */
/* ===========media=========== */
/* ===========media=========== */
/* ===========media=========== */
/* ===========media=========== */
/* ===========media=========== */
/* ===========media=========== */
/* ===========media=========== */

.product_section .product_card img{
  /*width: 100%;
  height: 300px;            
  object-fit: cover;        
  object-position: center;  
  display: block;*/

  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  max-height: clamp(280px, 40vw, 360px);
  object-fit: cover;
  display: block;

}


@media (max-width: 768px) {
  .offer-percent{
    padding: 5px;
  }
  .copy-coupon {
    padding: 20px ;
}

  .form {


  box-shadow: 0 10px 30px rgba(94, 131, 205, 0.05);
  padding:  0px;
 
 
 
}
  .mobilesearch{
    display: none ;
  }

  .seacrhshowhide{
    display: block !important;
  }
  
.select-menu .options {
  position: absolute;
  width: 45%;

}
  .fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.navbar {

  padding: 0px 0;


}

  /* =================== */
  /* ========toggel=========== */
  .logosection {
    width: 100%;
  }
   .demo-trigger  {
    
    cursor: pointer;
    /* background-color: red; */
     width: 100%;
                  height: 450px;
                  object-fit: cover;
                  background-position: top;
  }
  #checkbox {
    display: none;
  }

  .toggle {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    transition-duration: 0.5s;
  }

  .bars {
    width: 100%;
    height: 2.5px;
    background-color: rgb(157 168 255);
    border-radius: 4px;
  }

  #bar2 {
    transition-duration: 0.8s;
  }

  #bar1 {
    width: 50%;
  }

  #bar2 {
    width: 75%;
  }

  /* =================== */
  /* =================== */
  .mobilenav .mainmenu {
    position: fixed !important;
    background:linear-gradient(#000000f9,#000000bd), url(../asscets/img/menubg.jpg);
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh !important;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    transform: translateX(-100%);
    transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  .search {
    width: 90vw !important;
  }
  .nav-link.navbar-brand {
    font-size: 30px !important;
  }
  .productSwiper img{
/* height: 100px !important; */
  }
    .productSwiper .swiper-wrapper{
 
    height: 100px;
    margin: 10px 0;
  

  }
  .productSwiper2  {
    
    cursor: pointer;
    /* background-color: red; */
     width: 100%;
                  height: 450px;
                  object-fit: cover;
                  background-position: center;
                  
  }
  .mobilenav ul li {
    padding: 10px;
    color: white;
    padding-left: 20px;
    border-bottom: 1px solid #ffffff20 !important;
    width: 100%;
  }
  .mobilenav ul li:last-child {

    /* border-bottom: 0px solid white !important; */
  
  }
  .mobilenav ul li:first-child {

    border-bottom: 0px solid white !important;
  
  }
  .dropdown-menu {
    background-color: var(--main-color);
    left: 15% !important;
    width: 100% !important;
  }
  .dropdown-menu li a {
    color: black !important;
  }
  .mobilenav ul li a {
    color: white;
  }
  .brandclose {
    display: flex;
    width: 100%;
    background-color: rgba(42, 42, 42, 0.775);
    justify-content: space-between;
  }
  .brandclose .navbar-brand {
    color: var(--main-color);
  }
  .brandclose .bi-x-lg {
    color: var(--main-color);
    font-size: 30px;
  }
  .activemenu {
    transform: translateX(0) !important;
  }

  .discount_zone .discount_card {
    margin-bottom: 20px;
    padding: 20px 10px !important;
  }
  .navbar-toggler {
    background: rgb(254, 254, 254) !important;
  }
  .buynow {
 
  padding: 6px 20px;
 
  margin: 7px 0;
 
  font-size: 15px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.24);
}
.nav-pills .nav-link{
  font-size: 14px;
}

  .rightnav .search {
    width: 100%;
  }
  .discountsection > *{
    padding-left: 2px;
    padding-right: 2px;
  }
.product_section .product_card h3 {
  font-size: 12px;
 


  
}
.product_section .product_card p {
  font-size: 22px;
  /*margin-left: -17px;*/
  text-align: left;
}

.user_default{
  /*margin-left: -35px !important;*/
}

.product_section .product_card img{
  /*width: 100%;
  height: 300px;            
  object-fit: cover;        
  object-position: center;  
  display: block;*/

  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  max-height: clamp(280px, 40vw, 360px);
  object-fit: cover;
  display: block;

}

  .product_section .product_card {
    /*background-color: rgba(255, 255, 0, 0.121);*/
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
  }
  .discount_zone .discount_card {
    padding: 5px 10px;
    border-radius: 10px;
  }
  .discount_zone .discount_card::after {
    width: 50px;
    height: 50px;

    content: "";
    right: -15px;
    bottom: -15px;
  }
  .discount_zone .discount_card::before {
    width: 30px;
    height: 30px;

    right: -10px;
    bottom: -10px;
  }
  .discount_zone .discount_card h3 {
    font-size: 25px;
    
  }
  .discount_zone .discount_card p {
    color: #000000b2;
    font-size: 20px;
  }

}



.cc_card{
  background-color:#fff;
  padding: 11px;
  border-radius:12px;
}

.cc_card p{
  font-weight: bold;
    border-left: 3px solid #aa5f27;
    padding-left: 7px;
    letter-spacing:1px;
}

.cc_code{
  border: 1px solid #e1e1e1;
    font-weight: bold;
    margin: 10px 0px 10px 12px;
    padding: 1px 6px;
    letter-spacing: 2px;
    border-radius: 9px;
    color: #aa5f27;
}

.apl_btn{
  outline: none;
    border: 2px solid green;
    background: #c6e9c685;
    padding: 0px 13px;
    border-radius: 15px;
    letter-spacing: 0px;
    font-weight: bold;
    color: green;
}

.cc_card small{
  font-size:12px;
  color:#000;
}

.hrstyle{
  border: 1px dashed #8d8787 !important;
  background-color:unset !important;
}

.cc_code_inp{
  outline: none;
    border: none;
    float: left;
    width:80%;
}
.apbtn{
  width:20%;
  font-weight:bold;
  color:#fff;
}

.sidebar {
    font-size: 12px;
}
.filter_box_order {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    padding-bottom: 8px;
    line-height: 24px;
    transition: 0.4s ease;
}
.wrapper {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}
.StepProgress::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 0px;
  height: 100%;
  border-left: 2px solid #CCC;
}
.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.StepProgress-item {
    min-height: 60px;
}
.StepProgress-item {
    position: relative;
    counter-increment: list;
}
.StepProgress-item.is-done::before {
    border-left: 2px solid #26a541;
}
.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}
.StepProgress-item.is-done strong {
    color: #212121;
}

.StepProgress strong {
    display: block;
    line-height: 15px;
    font-size: 16px;
    color: #888;
    font-weight: normal;
    font-weight: bold;
}
.StepProgress-item small {
    color: #888;
    font-size: 13px;
}
.StepProgress-item.is-done::after {
    content: "";
    font-size: 10px;
    color: #FFF;
    text-align: center;
    /* border: 2px solid #26a541; */
    background-color: #26a541;
    border: 2px solid #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%) !important;
}

.StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -37px;
    width: 16px;
    height: 16px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}
.StepProgress-item.current::after {
}

.StepProgress-item.is-done::after {
    content: "";
    font-size: 10px;
    color: #FFF;
    text-align: center;
    /* border: 2px solid #26a541; */
    background-color: #26a541;
    border: 2px solid #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%) !important;
}
.StepProgress-item-cancelled::after {
    background-color: #ff0000 !important;
}
.StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -37px;
    width: 16px;
    height: 16px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}

.mobo_text_a_action {
  font-size: 14px;
  color: #212121;
}



.order-tracking{
  text-align: center;
  width: 25%;
  position: relative;
  display: block;
}
.order-tracking .is-complete{
  display: block;
  position: relative;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 0px solid #e0e0e0;
  background-color: #e0e0e0;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}
.order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #e0e0e0;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.order-tracking.completed .is-complete{
  border-color: #28a745;
  border-width: 0px;
  background-color: #28a745;
}
.order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 6px;
    left: 7px;
    opacity: 1;
}
.order-tracking p {
  color: #A4A4A4;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}
.order-tracking p span{font-size: 14px;}
.order-tracking.completed p{color: #000;}
.order-tracking::before {
  content: '';
  display: block;
  height: 3px;
  width: calc(100% - 20px);
  background-color: #e0e0e0;
  top: 8px;
  position: absolute;
  left: calc(-50% + 10px);
  z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #28a745;}

.first_badge{
    display: block;
    /* background-color: #29a73b; */
    width: 50px;
    height: 25px;
    position: absolute;
    top: 0px;
    color: #fff;
    background: linear-gradient(to right, #348dd4, #30D827);
    border-radius: 0px 0px 16px 0px;
    font-size: 11px;
    padding-top: 3px;
}
.cancelled-tracking.completed:before {
    background-color: #ff0000 !important;
}
.cancelled-tracking .is-complete {
    border-color: #ff0000 !important;
    background-color: #ff0000 !important;
}



@media(max-width:746px){
  .best_seller_icon{
    position: absolute;
    top: 134px;
    left: 29px;
    z-index: 9;
  }
}

.ratingsection .starticon{
  font-size: 15px;
  margin-right: 2px;
}
.bought_last_month{
  color: #212121;
  font-weight: bold;
}
.pricing_tag{
  font-size: 32px;
  color: #212121;
  font-weight: bold;
}
.mrp_tag{
  font-size: 18px;
  color: #6c757d;
}
.discount_tag{
  color: green;
}

.alternative_div img{
  height: 30px;
}

.alternative_div small{
  color: #212121;
  font-size: 9px;
  display: block;
}

.high_div b{
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  font-weight: bold;
}

.high_div p{
  color: #6c757d;
}

.iconstyle_main{
  color: #ff6108;
  font-size: 20px;
}

.my_rating_star{
  color: #ff6108;
  margin-right: 2px;
}
.verify_tag{
  background: rgb(232 244 228);
    border-radius: 4px;
    padding: 0px 5px;
    display: inline-flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.review_text{
  font-size: 15px;
  padding: 10px 0px;
}


@media(max-width: 746px){
  .product_x_title {
      font-size: 18px;
      color: #6c757d;
      margin-top: 16px;
  }

  .style_border_mobile{
    border: 0px !important;
  }

}



footer{
  padding: 40px 0px;
}





/*MODERN SECTION*/
/* SECTION */
.category-band-section {
  background: #ffffff;
  padding: 20px 0 24px;
}

/* HEADER */
.category-band-header {
  margin-bottom: 14px;
}

.category-band-header h2 {
  font-size: 17px;
  margin-bottom: 2px;
  font-family: "Poppins", sans-serif;
}

.category-band-header p {
  font-size: 0.9rem;
  color: #6b7280;
}

/* GRID */
.category-band-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px; /* dense & premium */
}

/* BAND */
.category-band {
  text-decoration: none;
  color: #111;
  display: flex;
  flex-direction: column;
  border: 1px solid #f3f1eac7;
}

/* IMAGE AREA */
.band-image {
  height: 307px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMAGE FULLY VISIBLE */
.band-image img {
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* LOADED */
.band-image.loaded-cat_sk img {
  opacity: 1;
}

/* LABEL BAR */
.band-label {
  background: var(--color-bg);
  color: #ffffff;
  padding: 10px 12px;
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0.3px;
}

/* WIDE */
.category-band.wide {
  grid-column: span 2;
}

/* HOVER */
.category-band:hover .band-label {
  background: #000000;
}

/* TABLET */
@media (max-width: 992px) {
  .category-band-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* MOBILE — 2 PER ROW */
@media (max-width: 576px) {
  .category-band-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .band-image {
    height: 160px;
  }

  .category-band.wide {
    grid-column: span 2;
  }
}







.category-section{
background:#ffffff;
padding:40px 0;
}

.category-title{
font-size:34px;
font-weight:700;
text-align:center;
margin-bottom:30px;
letter-spacing:1px;
}

.category-card{
border-radius:16px;
overflow:hidden;
background:#fff;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:all .4s ease;
}

.category-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 40px rgba(0,0,0,0.15);
}

.category-img{
position:relative;
overflow:hidden;
}

.category-img img{
width:100%;
height:280px;
object-fit:cover;
transition:transform .5s ease;
}

.category-card:hover img{
transform:scale(1.08);
}

.category-overlay{
position:absolute;
bottom:0;
left:0;
right:0;
padding:20px;
background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);
color:#fff;
}

.category-overlay h3{
font-size:24px;
font-weight:600;
margin:0;
}

.category-body{
padding:20px;
}

.subcategory-list{
margin-bottom:20px;
}

.subcategory-pill{
display:inline-block;
padding:6px 14px;
border-radius:20px;
background:#f2f2f2;
font-size:13px;
margin:4px;
text-decoration:none;
color:#333;
transition:.3s;
}

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

.view-btn{
display:block;
text-align:center;
padding:10px;
background:#000;
color:#fff;
border-radius:8px;
text-decoration:none;
font-weight:500;
transition:.3s;
}

.view-btn:hover{
background:#444;
}

.custom_modal_wallet .modal-header,
.custom_modal_earning .modal-header,
.custom_modal_referral .modal-header,
.delivery_address_modal .modal-header{
  background: var(--color-bg) !important;
  color: #fff !important;
}


.filter_btn_now{
  background: var(--color-bg) !important;
  color: #fff !important;
}
.sort_btn_now{
  background: var(--color-bg) !important;
  color: #fff !important;
}


.return-policy-box{
    display:flex;
    gap:14px;
    padding:16px;
    border-radius:10px;
    border:1px solid #ffe3e3;
    background:#fff7f7;
}

.return-icon{
    width:40px;
    height:40px;
    min-width:40px;
    border-radius:50%;
    background:#ffebeb;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e03131;
    font-size:18px;
}

.return-content h6{
    margin:0 0 5px 0;
    font-weight:600;
    font-size:15px;
}

.return-content p{
    margin:0;
    font-size:14px;
    color:#444;
}

.return-content small{
    display:block;
    margin-top:6px;
    color:#777;
    font-size:12px;
}


.moq-box{
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px;
    border-radius:10px;
    border:1px solid #e7f5ff;
    background:#f8fbff;
    margin-bottom:10px;
}

.moq-icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    background:#e7f5ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:#1c7ed6;
}

.moq-content h6{
    margin:0 0 4px 0;
    font-size:15px;
    font-weight:600;
}

.moq-content p{
    margin:0;
    font-size:12px;
    color:#777;
}

.moq-qty{
    color:var(--color-bg);
    font-weight:600;
    font-size:13px;
}




/*CARD PRODUCT DETAILS*/
.offer-card {
    width: 100%;
    /*max-width: 420px;*/
    border-radius: 18px;
    background: linear-gradient(135deg, #1f4ed8, #1e3a8a);
    color: #fff;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Header */
.offer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    font-weight: 500;
}

.offer-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wow-badge {
    background: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 6px;
    color: #fff7cc;
}

.offer-title {
    font-size: 14px;
}

.toggle-icon {
    font-size: 16px;
    opacity: 0.8;
}

/* Body */
.offer-body {
    background: #eaf2ff;
    color: #111;
    border-radius: 16px 16px 18px 18px;
    padding: 16px;
}

.offer-body .price {
    margin: 0 0 12px;
    font-weight: 600;
}

/* Offer Item */
.offer-item {
    display: flex;
    gap: 12px;
    background: #fff;
    padding: 14px;
    border-radius: 14px;
    align-items: flex-start;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.offer-icon {
    background: #fff7cc;
    color: #facc15;
    font-size: 18px;
    padding: 8px;
    border-radius: 50%;
}

.offer-content {
    flex: 1;
}

/* Top row */
.offer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer-name {
    font-weight: 600;
    color: #555;
}

.apply-btn {
    background: none;
    border: none;
    color: #2563eb;
    font-weight: 600;
    cursor: pointer;
}

/* Text */
.offer-discount {
    font-weight: bold;
    margin-top: 4px;
}

.offer-desc {
    font-size: 13px;
    color: #555;
}




.supercoin-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 11px 14px;
    border: 1px solid #dbeafe;
}

/* Top row */
.supercoin-card .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.supercoin-card .title {
    font-weight: 600;
    color: #9f9f9f;
    font-size: 11px;
}

.supercoin-card .apply-btn {
    color: #2563eb;
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
    background: #e6ecffc9;
    padding: 2px 7px;
    border-radius: 10px;
}

/* Bottom */
.supercoin-card .bottom-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.supercoin-card .icon {
    background: #fff7cc;
    color: #facc15;
    border-radius: 50%;
    /* padding: 8px; */
    font-size: 16px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.supercoin-card .content {
    display: flex;
    flex-direction: column;
}

.supercoin-card .discount {
    font-weight: bold;
    font-size: 16px;
}

.supercoin-card .desc {
    font-size: 13px;
    color: #555;
}





.icon2 {
    background: #e0f2fe;
    color: #0284c7;
    border-radius: 50%;
    /* padding: 8px; */
    font-size: 16px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}




/**
 *
 * REVIEW IMAGE BOX
 *
 */

.review-img-wrap {
    gap: 8px;
}

.review-img-item {
    display: block;
}

.review-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.2s;
}

.review-img:hover {
    transform: scale(1.05);
}
