@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('../css/variable.css');

body{
    font-family: "Poppins", sans-serif;
    margin: 0px;
    padding: 0px;
    min-height: 100vh;              /* Full viewport height */
  display: flex;
  flex-direction: column; 
}
.mid-content{
    flex: 1; /* this pushes the footer down */
}
.header-main{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 21;
}
h1{
    font-size: var(--heading1-font) !important;
    line-height: var(--heading1-font-height) !important;
    font-weight: var(--heading1-font-weight) !important;
}
h3{
    font-size: var(--heading3-font) !important;
    line-height: var(--heading3-font-height) !important;
    font-weight: var(--heading3-font-weight) !important;
}
h4{
    font-size: var(--heading4-font) !important;
    line-height: var(--heading4-font-height) !important;
    font-weight: var(--heading4-font-weight) !important;
}
h5{
    font-size: var(--heading5-font) !important;
    line-height: var(--heading5-font-height) !important;
    font-weight: var(--heading5-font-weight) !important;
}
h6{
    font-size: var(--heading6-font) !important;
    line-height: var(--heading6-font-height) !important;
    font-weight: var(--heading6-font-weight) !important;
}
p{
    font-size: var(--p-font-size) !important;
    line-height: var(--p-font-height) !important;
    font-weight: var(--p-font-weight) !important;
}
label{
    font-size: var(--nav-font-size) !important;
    line-height: var(--nav-font-height) !important;
    font-weight: var(--nav-font-weight) !important;
}

ul li a{
    font-size: var(--nav-font-size) !important;
    line-height: var(--nav-font-height) !important;
    font-weight: var(--nav-font-weight) !important;
    color: var(--third-color) !important;
}
.customContainer{
    max-width: 1443px;
    width: 100%;
    margin: 0 auto;
    overflow-y: auto; /* scrolls only when needed */
    overflow-x: hidden;
}
.customsmallContainer{
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    overflow-y: auto; /* scrolls only when needed */
    overflow-x: hidden;
}

section{
    padding: var(--section);
}

.customBtn2{
    border-radius: 8px;
    font-size: var(--heading5-font);
    line-height: var(--heading5-font-height);
    font-weight: var(--heading5-font-weight);
    color: var(--secondry2-color);
    border: 1px solid transparent;
    border-radius: 5px;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to bottom left, #DFBF8F, #6E4527) border-box;
    padding: 10px 20px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

/* header */


.customBtn{
    background: var(--gradient-color3) !important;
    box-shadow: none;
    border: none;
    padding: 10px;
    border-radius: 4px;
    color: var(--primary2-color);
    font-size: var(--heading5-font);
    font-weight: var(--heading5-font-weight);
    line-height: var(--heading5-font-height);
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.customBtn1{
    background-color: transparent !important;
    box-shadow: none;
    border: 1px solid var(--third-color);
    padding: 10px;
    border-radius: 12px;
    color: var(--third-color);
    font-size: var(--nav-font-size);
    font-weight: 500;
    line-height: var(--nav-font-height);
    width: fit-content;
    text-align: center;
    text-decoration: none;
}
.custom-btn3{
    background: #fff;
    border: 1px solid var(--secondry2-color);
    color: var(--third-color);
    width: 100%;
    border-radius: 8px;
    padding: 8px 0;
    font-size: var(--p-font-size);
    line-height: var(--p-font-height);
    font-weight: var(--p-font-weight);
}
.custom-btn6{
    background: var(--gradient-color6);
    border: none;
    color: var(--third-color);
    width: 100%;
    border-radius: 8px;
    padding: 8px 0;
    font-size: var(--p-font-size);
    line-height: var(--p-font-height);
    font-weight: var(--p-font-weight);
}
.customBtn5{
    background: var(--gradient-color6) !important;
}
.inner-header{
    background: var(--gradient-color5);
    padding: .5% 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-header a img{
    width: 55%;
}
.header-main{
    padding: 0 2%;
}
.header-main .navbar-brand{
    width: 13%;
    height: 100%;
}
h3.mid-headng{
    font-weight: 500 !important;
}

.header-main .navbar-brand img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-header .dropdown button{
    background: transparent;
    border: 1px solid #000000;
    color: var(--third-color);
}
.userDropdown .dropdown-menu li a{
    margin: 0px !important;
}
.userDropdown button.btn{
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 50%;
        width: 50px;
    height: 50px;
    display: flex;
        overflow: hidden;
}
.userDropdown button img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-header .dropdown .dropdown-menu li a.dropdown-item span{
    background: #FFF7EA;
    color: #6E4527;
    padding: 3px;
    border-radius: 4px;
}
.inner-header .dropdown .dropdown-menu li a.dropdown-item{
    color: var(--third-color) !important;
    font-size: 16px !important;
    line-height: 18px !important;
    text-transform: inherit;
    padding: 10px 0;
}
.login_contenar .inner-header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.login_contenar{
    display: flex;
    align-items: center;
    height: 100vh;
}
.login_content{
    width: calc(100% / 2);
    height: 100%;
}
.login_content_left{
    background: var(--gradient-color);
    position: relative;
}
.login_content_left .left-imgone{
    position: absolute;
    top: 8.7%;
    left: 0;
    width: 20%;
}
.login_content_left .left-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.login_content_left .left-imgtwo{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
}
.login_content{
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 0 auto;
}
.mb-45{
    margin-bottom: 10% !important;
}
.becomSeller{
    max-width: 600px;
    width: 100%;
    justify-content: space-between;
}
.becomSeller a{
    color: var(--third-color);
    font-size: var(--heading5-font);
    line-height: var(--p-font-height);
    font-weight: 400;
    text-decoration: none;
    
}
.login_content_right{
    /* max-height: 620px; */
    padding: 0% 9%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;
}
.login_content_content{
    width: 100%;
    margin: 18% 0;
}
.login_content_content h3{
    color: var(--secondry2-color);
}

.login_content_content .form-group label{
    color: var(--third-color);
}
.login_content_content .form-group input,
.login_content_content .dropdown button{
    padding: 10px;
    color: #00000080;
    font-size: 16px;
}
.country{
    border:1px solid #eee;
}
.password_icon span, .verify span{
    position: absolute;
    top: 50%;
    right: 10px;
}
.toggle-passwordone, .toggle-password, .toggle-passwordtwo{
    position: absolute; right: 10px; top: 38px; cursor: pointer;
}
 .mobile .change{
    position: absolute; right: 10px; top: 70%; cursor: pointer; transform: translate(0, -60%);text-decoration: none;
 }
.login_content_content p{
    font-size: var(--nav-font-size) !important;
    line-height: var(--nav-font-height) !important;
    font-weight: var(--nav-font-weight) !important;
    text-align: center;
}
.login_content_content p a{
    color: var(--secondry3-color);
    text-decoration: none;

}
.accounts {
    padding: 9px 0;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}
.signUp {
    text-align: center;
}
.signUp a {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400 !important;
    z-index: 1;
    padding: 0 15px;
    background: #fff;
    color: #00000099 !important;
    position: relative;
    text-decoration: none;
}
.signUp::after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 0.6px;
    z-index: 0;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
}
.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}
.social-icon a {
    padding: 8px;
    border: 2px solid transparent;
    border-radius: 12px;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to bottom left, #DFBF8F, #6E4527) border-box;
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondry2-color);
    text-decoration: none;
    font-size: 24px;
    position: relative;
}
.social-icon a i{
    background: #fff; /* inner background */
  border-radius: 10px;
}
.social-icon a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.login_content_content p.dontAccount a{
    font-weight: 500;
}
.login_content_content p.guest{
    font-weight: 500 !important;
    color: var(--secondry2-color);
}
.login_content_content .h3-heading a{
    color: var(--third-color);
}
.login_content_content .h3-heading span{
    margin-right: 10px;
    font-size: 26px;
}
.h3-heading{
    color: var(--third-color) !important;
    font-weight: 500 !important;
}
.radio-group {
  display: flex;
  gap: 20px;
}

.custom-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  user-select: none;
}

.custom-radio input {
  display: none;
}

.radio-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #6E4527; /* Outer ring */
  background: white;
  position: relative;
  transition: all 0.2s ease;
}

.custom-radio input:checked + .radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #DFBF8F, #6E4527);
}
.otp-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.otp-container input {
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #C0BBBB;
  border-radius: 8px;
  outline: none;
  transition: all 0.2s ease;
}

.otp-container input:focus {
  border-color: #DFBF8F;
  box-shadow: 0 0 5px rgba(223, 191, 143, 0.6);
}
.otp-page h5{
    font-weight: 400 !important;
    color: #222222;
}
.otp-page h5 span, .otp_sent span{
    color: var(--secondry2-color);
    font-weight: 600;
}
.otp-page .otp_sent{
    margin: 36px 0;
    font-size: 15px !important;
    line-height: 21px !important;
}
.term_policy label a{
    color: var(--secondry2-color);
}

/* // header-main */

.header-main{
    background: var(--gradient-color5);
}
.header_nav_button_dropdown{
    display: flex;
    align-items: center;
    gap: 12px;
}
.header_nav_button_dropdown .dropdown{
    width: auto;
}
.header_nav_button_dropdown .dropdown:hover, .header_nav_button_dropdown .customBtn1:hover,
.header_nav_button_dropdown .customBtn1:active{
    background: transparent;
    border-color: var(--third-color);
}
.topDropdonw{
    background: #FFF7EA;
}
.topDropdonw p{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    color: var(--third-color);
}
.topDropdonw i{
    color: #6E4527;
}
.header_nav_button_dropdown .dropdown-menu.show{
    padding: 10px;
    max-height: 600px;
    height: fit-content;
    width: 300px;
}
.header_nav_button_dropdown .profileDropdown.show{
    min-height: 100%;
    width: 400px;
    overflow-y: scroll;
}
.header_nav_button_dropdown .dropdown-menu .dropdown-item{
    margin: 10px 0;
    border: 1px solid var(--toxic-color);
    border-radius: 6px;
    padding: 10px
}
.header_nav_button_dropdown li.dropdown-item{
    width: auto;
}
.header_nav_button_dropdown li.dropdown-item:hover{
    border: 1px solid var(--secondry2-color);
}
.desynat_navigation_bar_header{
    margin-top: 18px;
}
.user_nav_inner_profile{
    display: flex;
    gap: 30px;
    margin-right: 10px;
}
/* .desynat_navigation_bar_header .track_location{
    display: flex;
    align-items: center;
} */
.desynat_navigation_bar_header .track_location button{
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: var(--nav-font-size);
    line-height: var(--nav-font-height);
    font-weight: 400 !important;
    padding: 0;
    color: var(--third-color);
}
.desynat_navigation_bar_header .track_location h6{
    font-weight: 400 !important;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 220px;
    width: 100%;
    overflow: hidden;
}
.search {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.location .search{
    max-width: 100% !important;
    width: 100% !important;
}
.track_location{
        width: 80%;
}
.search .form-control {
  width: 100%;
  transition: all 0.3s ease;
  padding-left: 35px;
  background: rgb(255 255 255 / 50%);
  height: 46px;
}
.search .form-control::placeholder{
    color: var(--third-color) !important;
}
.customBtnLocation{
    min-width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.customBtnLocation span{
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: calc(auto - 0px);
}

/* Search icon styling */
.search i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: var(--third-color);
}
.customNavbar .dropdown-menu.sell_clothes.show {
    position: absolute;
    left: 0;
    right: 0 !important;
    min-width: 600px;
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
    background-color: #fff;
    transform: translate(-50%, 0%);
}
.sell_clothes { position: relative; overflow: hidden; padding: 10px; }
.scroll-wrapper { position: relative; display: flex; align-items: center; }
.scroll-content {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 5px;
  padding: 10px 20px; /* leave space for arrows */
  scrollbar-width: none;
}
.scroll-content::-webkit-scrollbar { display: none; }

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: var(--third-color);
  font-size: 12px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border: none;
}
.scroll-left { left: 0px; background: transparent; color: var(--secondry2-color);}
.scroll-right { right: 5px; background: transparent; color: var(--secondry2-color);}

.sell_clothes .scroll-arrow { opacity: 0.9; }
.customNavbar .dropdown-menu.sell_clothes{
    padding: 10px 0;
}
.sell_clothes:hover .scroll-btn {
  opacity: 1;
  pointer-events: auto;
  display: block !important;
}
/* .clothes_content{
    height: auto;
} */
.customNavbar .sell_clothes .clothes_content p{
    font-weight: 500 !important;
    color: var(--secondry2-color);
    margin-bottom: 5px;
}
.customNavbar ul li.nav-item{
    margin: 0 10px;
}
.customNavbar ul li.nav-item a.nav-link{
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: var(--p-font-size) !important;
    line-height: var(--p-font-height) !important;
    font-weight: var(--p-font-weight) !important;
}
.customNavbar ul li.nav-item a.nav-link:active, .customNavbar ul li.nav-item a.nav-link:hover{
    border-bottom: 2px solid var(--secondry2-color);
    color: var(--secondry2-color) !important;
}
.customNavbar ul li.nav-item .sell_clothes ul li a{
    font-size: var(--nav-font-size) !important;
    line-height: var(--nav-font-height) !important;
    font-weight: 400 !important;
    text-decoration: none;
}

/* // header-main end */

/* header end */


/* index */

.categorie_contenar h3{
    font-weight: 500 !important;
}
.suggestStore_contenar{
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    cursor:grab;
}
.suggestStore_contenar::-webkit-scrollbar {
  display: none;
}
.suggestStore_content{
    padding: 0 5px;
    text-align: center;
}
.suggestStore_contenar {
  scroll-behavior: smooth;
}
.suggestedStore_img{
    width: 160px;
    height: 160px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to bottom left, #DFBF8F, #6E4527) border-box;
    overflow: hidden;
    /* margin-left: 20px; */
    
}


/* best Selling */

.product-card {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
}
.product-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.product-img {
  position: relative;
  overflow: hidden;
}
.product-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to bottom left, #DFBF8F, #6E4527) border-box;
    width: 32px;
    color: var(--secondry2-color);
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
      z-index: 15;
}
.share-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to bottom left, #DFBF8F, #6E4527) border-box;
    color: var(--secondry2-color);
    width: 32px;
    height: 32px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
}
.customProduct_Carousel .share-btn{
    right: 50px;
    left: auto;
}
.share-btn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category_detail{
    text-decoration: none;
}
.category_detail h3{
    color: #0E1C21;
}
.categorie_cotent-img{
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: 10px;
}
.categorie_cotent-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.suggestedStore_img{
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.product-content {
  padding: 15px;
  text-align: start;
}


.rating {
  color: #FFA534;
  font-size: 14px;
}
.rating span {
  color: var(--third-color);
  margin-left: 5px;
}

.price {
  margin-top: 8px;
}
.price strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.old-price {
  text-decoration: line-through;
  color: #999;
  margin: 0 5px;
}
.discount {
  color: #E63946;
  font-weight: 500;
}
.premiumImg{
    width: 100%;
    height: 470px;
    border-radius: 12px;
    overflow: hidden;
}
.premiumImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*--------------------------------------------------------------
# image upload
--------------------------------------------------------------*/
.upload-image {
  border: 1px dashed #cca97e;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  height: 130px;
}
.imgshow img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
 
.imgshow {
  height: 110px;
  margin: auto;
  position: absolute;
  width: 150px;
  left: 50%;
  transform: translate(-50%);
  top: -3px;
}
.text-color-upload{
  color: var(--title-dark);
}
.cmn-header .bi-chevron-left {
  color: #000;
}
.upload-image .uploadLabel{
        z-index: 99;
}
.uploadLabel-summary img {
  height: 100%;
  width: 100%;
  aspect-ratio: 2;
  object-fit: fill;
}
.removeIcon {
  position: absolute;
}
.customBtnresend{
    border: 1px solid var(--third-color);
    font-size: 14px;
    background: transparent;
    border-radius: 5px;
    display: flex;
}
.LoginCountryCode{
    font-size: 14px;
}

.text-danger{
    display: block !important;
    text-align: start !important;
}

.profileDropdown{
    width: 380px;
}
.profileContenar{
    background: #FFF7EA;
    padding: 30px 30px;
}
.profileContenar_img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.profileContenar_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile_detail p{
    color: #000000;
    font-weight: 600 !important;
    margin-bottom: 0;
}
.profile_detail p{
    color: #000000;
    font-weight: 400 !important;
    margin-bottom: 0;
    font-size: 12px;
}
.profileContenar span{
    color: #6E4527;
        font-size: 18px;
}
.profile_buttons{
    margin: 15px;
    background: var(--border-gradient-color4);
    padding: 10px;
    border-radius: 8px;
}
.profile_links li{
    padding: 15px;
}
.profile_links li a{
    position: relative;
    font-size: var(--nav-font-size);
    line-height: var(--nav-font-height);
    font-weight: 500 !important;
    text-decoration: none;
    width: 100%;
    display: block;
}
.profile_links li a:hover, .profile_links li a:active{
    background: transparent !important;
}
.profile_links li a img{
    margin-right: 8px;
}
.profile_links li a i.i_icon{
    position: absolute;
    right: 0;
    top: 5px;
}

.my-profile a.customBtn2{
    font-size: var(--p-font-size);
    line-height: var(--p-font-height);
    font-weight: 500 !important;
    color: var(--secondry3-color);
    text-decoration: none;
}
.my-profie-nav{
    color: var(--third-color);
    font-size: var(--heading3-font);
    line-height: var(--heading3-font-height);
    font-weight: 500 !important;
    text-decoration: none;
}
.my-profile button{
    width: fit-content;
    margin: 0;
}
.my-profile .customBtn2{
    border-radius: 12px;
}
.my-profile .profile .profileContainer_img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.my-profile .profile .profileContainer_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.my-profile .form-group label{
    color: var(--third-color);
}
.changeImageText {
  color: var(--secondry2-color);
  cursor: pointer;
  font-weight: 500;
  transition: color 0.2s ease;
}

.changeImageText:hover {
  color: var(--secondry2-color);
}
.my-profile .form-group input.form-control{
    padding: 12px;
}
.mobile input{
    background: #C0BBBB3D;
}
.mobile .change{
    border: 1px solid #8D6744;
    background: #fff;
    border-radius: 10px;
    color: #9E7853;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    padding: 5px;
}
.mobile .tag{
    position: absolute;
    top: 66%;
    transform: translateY(-50%);
    width: 50px;
    padding: 9px 0 9px 8px;
    left: 0px;
    border: none;
    background: transparent;
    border-radius: 5px 0 0 5px;
}
.mobile .number{
    padding-left: 100px !important;
}
.mobile .tag input{
    width: 60px;
    background: transparent;
        border: none;
}

/* category-details page css */

.categoryDetail .category_filter{
    padding: 6% 4%;
    background: #DFBF8F1A;
}
.category_filter a{
    color: var(--secondry2-color);
    text-decoration: none;
}

.form-check-input {
  appearance: none; /* Remove default browser style */
  -webkit-appearance: none;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: all 0.2s ease-in-out;
}

/* When checked */
.form-check-input:checked {
  background: var(--gradient-color) !important;
  border-color: var(--secondry2-color) !important;
  margin-top: 0px;
}

/* Optional: add custom checkmark */
.form-check-input:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8em;
  color: white;
}
.category_filter .form-check label{
    font-size: var(--heading6-font) !important;
    line-height: var(--heading6-font) !important;
    font-weight: 400 !important;
}
.category_filter .delivery .form-check label{
    font-weight: 500 !important;
}

.categoryDetail_content .seArch{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.categoryDetail_content .seArch input.form-control{
    padding: 10px 15px 10px 40px;
    border-radius: 8px 0 0 8px;
    border: 1px solid #C0BBBB;
    border-right: none;
    height: 56px;
}
.categoryDetail_content .seArch button{
    width: auto;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}
.category-store{
    border: 1px solid #0000001A;
    border-radius: 8px;
    overflow: hidden;
}
.category_store_img{
    height: 300px;
    overflow: hidden;
}
.category_store_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.category-store .category-store-content .user{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    border: .5px solid var(--secondry2-color);
}
.category-store .category-store-content .user img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-store .category-store-content .user-infoCat_detail p{
    font-weight: 500 !important;
    margin-bottom: 0;
    color: var(--third-color);
}
.category-store-content{
    padding: 15px;
}
.category-store-content .rate-content{
    margin-top: 5%;
}
.category-store-content .rate span{
    color: #FFA41B;
    font-size: 19px;
}
.rate-content p{
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 0;
    margin-left: 5px;
    color: var(--third-color);
}
.categoryDetail{
    margin-top: 30px;
}
.storeClient_profile{
    border: .5px solid #D9D9D9;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}
.storeClient_profile_img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to bottom left, #DFBF8F, #6E4527) border-box;
}
.storeClient_profile_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.storeClient_profile_content h3{
    font-weight: 500 !important;
}
.storeClient_profile_content span.status_on_off{
    font-size: var(--p-font-size);
    line-height: var(--p-font-height);
    font-weight: 400 !important;
    background: #D53B361F;
    color: #D53B36;
    padding: 0 5px;
    border-radius: 4px;
}
.product-content h5{
    color: var(--third-color);
}
.storeClient_profile_content .product-content .rating span{
    font-size: 18px;
    color: #FFA41B;
}
.storeClient_profile_content .product-content .rating span.totalstart{
    font-size: 14px;
    color: #000000;
}
.profile_main p{
    font-size: var(--nav-font-size) !important;
    line-height: var(--nav-font-height) !important;
    font-weight: var(--nav-font-weight) !important;
    margin-bottom: 0;
}
.qr-section {
    position: relative;
    display: inline-block;
    padding: 15px;
    text-align: center;
}

#qrCodeBox {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.copy-link-box {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.copy-icon {
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

.copy-link-box:hover .copy-icon {
    opacity: 1;
}
.reels{
    border: .5px solid #D9D9D9;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin: 20px auto;
}
.reels .suggestStore_contenar .storeCarousel p{
    margin-bottom: 0;
}

#copiedMsg {
    display: none;
    font-size: 13px;
    margin-top: 4px;
    color: green;
}

.reels .suggestStore_content .suggestedStore_img{
    width: 80px;
    height: 80px;
}
.product_reels .customNavTabs{
     border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to bottom left, #DFBF8F, #6E4527) border-box;
}
.product_reels .customNavTabs .nav-item{
    width: calc(100% / 2);
    border: none;
}
.product_reels .customNavTabs .nav-item .nav-link{
    width: 100%;
     border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to bottom left, #DFBF8F, #6E4527) border-box;
    color: var(--third-color);
    font-size: var(--heading3-font);
    line-height: var(--heading3-font-height);
    font-weight: 500;
}
.product_reels .customNavTabs .nav-item .nav-link.active{
    background: var(--gradient-color);
    color: #fff;
}
.reels_content .product-img{
    height: 500px !important;
    border-radius: 15px;
}
.reels_content .product-img img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.reels_content .product-img .wishlist-btn img{
    height: auto !important;
}

.status-viewer {
    position: fixed;
    inset: 0;
    background: black;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* Progress bars row */
.progress-container {
    position: absolute;
    top: 15px;
    left: 10px;
    right: 10px;
    display: flex;
    gap: 5px;
}

.progress-bar {
    flex: 1;
    height: 4px;
    background: rgba(255,255,255,0.3);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: var(--gradient-color6);
    transition: width linear;
}

/* Close button */
.status-close {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

/* Image */
.status-img {
    max-height: 90%;
    max-width: 90%;
    object-fit: contain;
}

/* Tap left/right */
.status-left span,
.status-right span{
        position: absolute;
    top: 50%;
    transform: translate(50%, 00%);
    height: 100%;
    width: 10%;
    cursor: pointer;
    color: #fff;
}

.status-left span { left: 0; }
.status-right span{ right: 0;
    left: auto; }

/* category-details page css end */
.customProduct_Carousel{
    border-radius: 12px;
    overflow: hidden;
    height: calc(100vh - 27%);
}
.customProduct_Carousel .carousel-indicators{
    justify-content: start;
    margin-left: 4%;
}
.carousel-indicators button{
    height: 80px !important;
    width: 80px !important;
    background-color: transparent !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
    border-radius: 10px;
    overflow: hidden;
}
.carousel-indicators button.active{
    border: 1px solid var(--secondry2-color) !important;
}
.product_slide_img{
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: flex;
}
.product_slide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.customProduct_Carousel .carousel-inner .carousel-item{
    position: relative;
}
.customProduct_Carousel .carousel-inner .carousel-item .carousel_item_img{
    height: 730px;
}
.customProduct_Carousel .carousel-inner .carousel-item  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.customProduct_Carousel .carousel-inner .carousel-item .share-btn{
    right: 55px;
    left: auto;
}

.slider-wrap{
    position:relative;
    padding:22px 0 0px 0;
  }

  /* Price track area */
  .track {
    /* position:relative; */
    height:28px;
    display:flex;
    align-items:center;
  }

  /* Visual track line (background) */
  .track-line{
    position:absolute;
    left:28px;
    right:28px;
    height:8px;
    border-radius:6px;
    background: linear-gradient(90deg, var(--track-start), var(--track-end));
    opacity:0.95;
  }

  /* left decorative circle */
  .left-dot{
        /* position: absolute; */
    width:47.4px;
    height:42px;
    border-radius:50%;
    background: var(--gradient-color6);
    box-shadow: 0 4px 0 rgba(0,0,0,0.06) inset;
    z-index:10;
    /* transform:translateX(-8px); */
    display:flex;
    align-items:center;
    justify-content:center;
  }

  /* the visible big thumb */
  input[type="range"]{
    -webkit-appearance:none;
    appearance:none;
    width:100%;
    margin:0; /* to avoid overlapping edge dots */
    background:transparent;
    position:relative;
    z-index:3;
    height:3px;
    outline:none;
    /* place it over the track */
  }

  /* Track (invisible because we draw a custom track) */
  input[type="range"]::-webkit-slider-runnable-track{
    background:transparent;
    height:8px;
  }
  input[type="range"]::-moz-range-track{
    background:transparent;
    height:8px;
  }

  /* Thumb */
  input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance:none;
    appearance:none;
    width:42px;
    height:42px;
    border-radius:50%;
    background: var(--gradient-color6);
    border:0;
    box-shadow: 0 6px 10px rgba(0,0,0,0.12);
    margin-top:-20px; /* align vertically with track */
    cursor:grab;
    transition: transform .12s ease;
  }
  input[type="range"]:active::-webkit-slider-thumb{ cursor:grabbing; transform:scale(1.02); }

  /* Firefox thumb */
  input[type="range"]::-moz-range-thumb{
    width:48px;
    height:48px;
    border-radius:50%;
    border:0;
    background: radial-gradient(circle at 35% 30%, #f0d7bf 0 12%, var(--thumb) 30%, #6b3e1a 100%);
    /* box-shadow: 0 6px 10px rgba(0,0,0,0.12); */
    cursor:grab;
  }

  /* tick marks & labels */
  .ticks{
    display:flex;
    gap:0;
    margin-top:5%;
    align-items:center;
    justify-content: space-between;
  }
  .ticks .tick{
    text-align:center;
    font-size:14px;
    font-weight:400;
  }
  .value-bubble{
    position:absolute;
    z-index:4;
    left: 50%;
    transform: translate(-50%, 0%);
    top: -18px;
    font-weight: 400;
    background: transparent;
    pointer-events: none;
    font-size: 14px;
    width: 50px;
  }
  /* make it responsive */
  @media (max-width:620px){
    .container{ padding:20px 20px;}
    .ticks .tick{ font-size:16px; }
  }
/* index end */


/* productdetail page */
.productList_content{
    position: relative;
    height: 80vh;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;
}
.productList_content h6{
    font-weight: 500;
}
.productList_content p{
    font-weight: 500;
}
.bought{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 13px;
    background: #F6ECDE;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
}
.main-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.thumb-img {
    width: 65px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}
.thumb-img:hover {
    border-color: #7c7c7c;
}
.color-box {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

.color-box.active {
    border: 2px solid orange;
    transform: scale(1.1);
}

.preview-box {
    width: 100%;
    height: 200px;
    background: #efe3c4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.size-btn {
    padding: 6px 16px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
}
.size-btn:hover {
    border-color: #000;
}
.size-btn.disabled {
    opacity: 0.4;
    pointer-events: none;
}
.text-brown {
    color: #8a4f2d;
}
.desc-box {
    border: 1px solid #e5e5e5;
    background: #fff;
}
.spec-list li {
    margin-bottom: 10px;
    font-size: 15px;
}

/* productdetail page end */


.profile_buttons a.custom-btn3{
    display: block;
    text-align: center;
    text-decoration: none;
}

/* saved address */

.saved_address_content{
    border: 1px solid #0000001A;
    border-radius: 6px;
    padding: 15px;
    margin-top: 10px;
}
.setAsdefault{
    padding: 3px;
    color: var(--secondry2-color);
}
.saved_address_content h6{
    font-weight: 500 !important;
}
.saved_address_content p{
    margin-bottom: 0;
}
.saved-address-contenar a.add_new_address{
    border: 1px solid #0000001A;
    margin-top: 10px;
    display: block;
    color: var(--secondry2-color);
    text-decoration: none;
    padding: 8px;
}
.saved_track_address{
    position: absolute;
    top: 7%;
    right: 10px;
    transform: translate(0, 50%);
    color: var(--secondry2-color);
    margin-top: 20px;
}
.address-tab span.selectAddress_{
    position: absolute;
    top: 0%;
    left: 10px;
    transform: translate(0, 50%);
}
.address-tab input{
    border: none;
    height: 50px;
}
.address-tab input:focus{
    box-shadow: none;
}
.address-tab {
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.address-tab:hover {
    border-color: var(--secondry2-color);
}

.address-tab.active {
    border-color: #0000001A;
    background: #FFF7EA;
}
.address-tab.active span{
    color: var(--secondry2-color);
}

/* saved address end */
.modal-body .customBtn{
    color: var(--third-color) !important;
}
.category_filter h3{
    font-weight: 500 !important;
}


.check-delivery-box {
    background: #fdf3e0;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
}

.cd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cd-header h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.cd-change-btn {
    background: #fff;
    border: 1px solid #d2b48c;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 14px;
    color: #8a6a43;
    cursor: pointer;
}

.cd-input input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.cd-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cd-info li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #6b5b48;
}

.cd-info li i {
    font-size: 18px;
    margin-right: 10px;
    color: #d19b56;
}


/* footer */

footer{
    background: var(--gradient-color);
    padding: 3% 2% 0;
    /* position: fixed;
    width: 100%;
    bottom: 0;    
    z-index: 1; */
}

footer span{
    font-size: var(--nav-font-size);
    line-height: var(--nav-font-height);
    font-weight: 400;
    color: var(--third-color);
    padding: 2% 0;
}
.footerNavLink{
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.footerNavLink_content{
    margin: 0 10px;
}
.footerNavLink h6{
    font-weight: 500 !important;
    color: var(--third-color);
    border-bottom: 2px solid var(--third-color);
    width: fit-content;
    padding-bottom: 10px;
}
.footerNavLink_content ul.navs li{
    padding: 7% 0;
}
.footerNavLink_content ul li a{
    font-size: var(--heading6-font) !important;
    line-height: var(--heading6-font-height) !important;
    font-weight: 500 !important;
    text-decoration: none;
}
.social_icon{
    display: inline-flex;
        margin-top: 40%;
}
.social_icon li{
    padding-right: 7%;
}
.ms-20percenter{
        margin-left: 20%;

}

/* footer end */