body
    { 
    margin:0px;
    padding:0px;
    font-size:14px;
    background:transparent;
    font-family: 'lato-regular';
    /* overflow: auto!important; */
}
p, h1, h2, h3,h4, h5, h6, ul, li, a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    
}
button:focus{
    outline: none;
}
.pl0{
    padding-left: 0px;
}
.pr0{
    padding-right: 0px;
}
.plr0{
    padding-left: 0px;
    padding-right: 0px;
}
.pad0{
    padding:0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@font-face {
  font-family: 'lato-regular';
  src: url(../fonts/lato-regular-webfont.eot);
  src: url(../fonts/lato-regular-webfont.eot?#iefix) format('embedded-opentype'),
       url(../fonts/lato-regular.otf) format('otf'),
       url(../fonts/lato-regular-webfont.ttf) format('truetype'),
       url(../fonts/lato-regular-webfont.woff) format('woff'),
       url(../fonts/lato-regular-webfont.woff2) format('woff2');
}

@font-face {
    font-family: 'Ivy Mode';
    src: url('../fonts/IvyMode-Regular.eot');
    src:url('../fonts/IvyMode-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-Regular.woff2') format('woff2'),
        url('../fonts/IvyMode-Regular.woff') format('woff'),
        url('../fonts/IvyMode-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
     font-family: 'lato-regular';
}
.container {
    max-width: 1320px;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.top_stripe_head {
    background: #9d8d7a;
    padding: 3px 0px;
}
.top_stripe_head ul {
    display: flex;
    margin-bottom: 0px;
    gap: 65px;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
}
.top_stripe_head ul li {
    font-size: 10px;
    color: #fff;
    position: relative;
    padding: 2px 3px;
    list-style: none;
    letter-spacing: 2px;
}
.top_stripe_head ul li:after {
    content: "";
    position: absolute;
    top: 9px;
    width: 50px;
    height: 2px;
    background: #b29f82;
    left: calc(100% - -6px);
}
.top_stripe_head ul li:nth-child(3):after{
    display: none;
}
.top_stripe_head p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    
}
.header {
    background: #fff;
    /*position: fixed;*/
    width: 100%;
    /* z-index: 9;
    top: auto; */
    -webkit-transition: top ease-in 0.3s;
    transition: top ease-in 0.3s;
    /*box-shadow: 0 24px 36px -20px rgba(0,0,0,0.0784);*/
    box-shadow: 0 24px 36px -20px #0000004a;
}
.header.sticky {
    background-color: rgba(0, 0, 0, 0.8);
}
.header.sticky {
    position: fixed;
    width: 100%;
    top:0;
    background:#fff;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
    z-index: 99;
}
.top_header{
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 12px 0;
}
.mobile_menubars{
    display: none;
}
.logo_sec {
    /* width: 90px; */
    width: 120px;
}
.logo_sec img {
    width: 100%;
    /* height: 100%; */
}

.top_header.scrolled .logo_sec img {
    width:90px;
    transition: width 0.3s;

}
.search_bar_sec{
    margin-left: 10vw;
    margin: 0 .625rem;
     width: 540px;
    height: 45px;
}
.search_bar_sec input[type="search"]{
    border-radius: 70px;
    border: 1px solid #e0e0e0;
    padding: 0;
    padding: 8px 40px 8px 35px;
    background:url(../images/glow_image/search.png) 3% 50% no-repeat #fff;
    font-size: 14px;
    
}
.search_bar_sec input[type="search"]:focus{
    outline: none;
    box-shadow: inherit;
}
.mobile_search_bar_sec{
    margin-left: 0;
    margin-bottom: 10px;
     width: 100%;
    height: 45px;
    display: none;
}
.mobile_search_bar_sec input[type="search"]{
    border-radius: 70px;
    border: 1px solid #e0e0e0;
    padding: 0;
    padding: 8px 40px 8px 35px;
    background:url(../images/search.png) 3% 50% no-repeat #fff;
    font-size: 14px;
}
.mobile_search_bar_sec input[type="search"]:focus{
    outline: none;
    box-shadow: inherit;
}

 .top_right_nav {
    display: flex;
    gap: 14px;
    align-items: center;
}
.quick_nav ul{
    display: flex;
    gap: 12px;
    align-items: center;
}
.quick_nav ul li{
    list-style: none;
}
.quick_nav ul li a{
    font-family:'lato-regular';
    font-size: 10px;
    font-weight: 400;
    color:#222;
}
.quick_nav ul li a:hover{
    text-decoration: none;
}
.right_side_icons ul{
    display: flex;
    gap: 10px;
    align-items: center;
}
.right_side_icons ul li{
    list-style: none;
    width: 25px;
}
.right_side_icons ul li a{
position: relative;
cursor: pointer;
}
.main_menu_nav{
    background: #9D8D7A;
    width: 100%;
    padding: 0px 0px;
}

.navbars {
  /*background-color: #a8005a;
  color: #fff;
  padding: 12px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;*/
}

.menu {
    display: flex;
    list-style: none;
    padding: 0 0px;
    position: relative;
}

.menu > li {
    /*position: relative;*/
}
.menu > li:hover{
    background: #67553f;
}

.menu > li > a {
    display: block;
    padding:12px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

/* Mega menu */
/*.has-mega {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: 
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;
}

.has-mega.active .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}*/

.mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #faf8f4;
    display: none;
    padding: 30px 60px;
    border-top: 1px solid #ddd;
    z-index: 99;
}

.mega-left {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 70%;
}

.mega-left.mega-left-five{
    grid-template-columns: repeat(5, 1fr);
}
.w_100{
    width: 100%;
}
a.colle_img {
    display: flex;
    align-items: center;
    gap: 20px;
}
.colle_img img{
    width: 100%;
    max-width: 50px;
}
.mega-col h4 {
    font-size:18px;
    color: #7a3a3a;
    margin-bottom: 10px;
    font-weight: 600;
}
.mega-col h4 a{
    color: #7a3a3a;
}

.mega-col ul {
    list-style: none;
    margin-bottom: 20px;
}

.mega-col ul li {
    font-size: 14px;
    color: #333;
    padding: 4px 0;
    cursor: pointer;
}
.mega-col ul li a{
    color: #333;
    font-size: 14px;
}

.mega-col ul li:hover {
    color: #7a3a3a;
}
.mega-col ul li a:hover {
    color: #7a3a3a;
    text-decoration: none;
}
.gift_img_items img{
    width: 100%;
    position: relative;
}
.gift_img_items::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
    border-radius: 15px;
}
/* Right image */
.mega-right {
    width: 30%;
    padding-left: 40px;
}

.mega-right img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}

/* Layout */
.has-mega .mega-menu {
    display: none;
}

.mega-menu {
    display: flex;
    justify-content: space-between;
}


/*mobile menu css start */
/* Sidebar */
  .sidebar {
    width: 100%;
    background: #fff;
    height: 100vh;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    position: fixed;
    left: 0;
    top: 0;
    transition: transform 0.3s ease;
    z-index: 1000;
  }

  /* Closed state */
  .sidebar.closed {
    transform: translateX(-100%);
  }
  .mob_header {
    text-align: center;
    padding: 10px;
    position: relative;
    /*border-bottom: 1px solid #e5c38b;*/
    box-shadow:0 20px 21px -28px #0000004a;
  }
  .mob_header h1 {
    margin: 5px 0 0;
    color: #c9a14a;
    font-weight: bold;
  }
  .mob_header p {
    margin: 0;
    font-size: 12px;
    color: #888;
  }
  .close {
    position: absolute;
    left: 15px;
    top: 20px;
    cursor: pointer;
    font-size: 20px;
  }
  .user {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 18px;
  }
  .menu_mob {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    height: 85vh;
  }
  .menu_mob > li {
    padding: 15px 20px;
    border-bottom: 1px solid #e5c38b;
    cursor: pointer;
    font-weight: 500;
  }
  .menu_mob > li a{
    color: #000;
    font-size: 12px;
  }
  .menu_mob > li > a:hover{
    text-decoration: none;
    color: #000;
  }
  .menu-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
  }
  .menu-title:focus{
    outline: none;
  }
  .submenu {
    list-style: none;
    padding-left:25px;
    display: none;
  }
  .submenu li {
    padding: 10px 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #efefef;
  }
  .submenu li a{
    color: #333;
  }
  .open-btn {
    margin: 0px;
    padding: 8px 6px;
    font-size: 16px;
    cursor: pointer;
  }
  .open-btn:focus{
    outline: none;
  }
  .mob_icon_menu{
    width: 100%;
    max-width:15px;
  }
  .close img{
    width: 25px;
  }
  .user img{
    width: 25px;
  }
  ul.quick_links_menu {
    width: 100%;
    padding: 10px 30px;
    text-align: center;
}
ul.quick_links_menu li{
    list-style: none;
    padding: 8px 6px;
}
ul.quick_links_menu li a{
    color: #000;
    font-size: 12px;
}
.copy_rights_sec{
    width: 100%;
    text-align: center;
}
.has-sub.active > .menu-title {
  font-weight: 600;
}
.pl10{
    padding-left: 10px!important;
}
/* css end */


/* minicart css start */
.cart_counts{
    border-radius: 25px;
    background: rgb(211 173 103);
    color: black;
    position: absolute;
    z-index: 10;
    top: 11px;
    height: 12px;
    margin: 0px;
    width: 12px;
    font-size: 11px;
    line-height: 12px;
    font-weight: bolder;
    left: 3px;
    text-align: center;
    letter-spacing: 1px;
    margin-left: 7px;
    margin-top: -8px;
}
.mini_cart_wrap{
    width:100%;
    max-width:420px;
    position: absolute;
    top:95px;
    z-index: 991;
    background: #fff;
    box-shadow: 0 4px 10px 0 #00000040;
    border-radius:3px;
    right:0px;
}
.loader_wrap {
    position: absolute;
    z-index: 100;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.loader_wrap .overlay_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #fff;
}
.spinner {
    width: 120px;
    height: 120px;
    background-image: url(../images/glow_image/gold_element_loader.gif);
    background-size: contain;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mini_cart_title{
    text-align:center;
    width: 100%;
    padding-top:10px;
}
.mini_cart_title h2{
    font-size:18px;
    display: inline-block;
    color: #000;
    margin-bottom:0px;
    text-transform: initial;
}
.mini_cart_title span{
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.pro_summary_minicart{
    max-height: 29vh;
    padding: 12px 20px 4px;
    margin: 0;
    width: 100%;
    min-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.inline_item_container {
    border: 1px solid #d9d2d3;
    border-radius: 10px;
    padding: 8px;
    width: 100%;
    height:90px;
    margin-bottom: 10px;
}
.product_inline_item{
    display:flex;
    border: none;
    column-gap:10px;
}
.product_inline_itm_img {
    width:20%;
    min-width:70px;
    height:70px;
}
.itm_img{
    height: 100%;
    width: 100%;
    margin-right: 0;
}
.itm_img .pro_img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    padding-bottom:0px;
}
.inline_items_details {
    width: 80%;
}
.d_flex_wraps{
    display:flex;
}
.inline_item_name span {
    font-size: 13px ;
    font-weight:400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
    text-align:left;
    line-height:normal;
    padding-right: 20px;
    text-transform: initial;
}
.minicart_quantity span {
    font-size: 12px;
    color: #413f3a;
    padding: 0px 4px 0px 3px;
    line-height:normal;
    text-transform: initial;
}
.items_details span{
    font-size: 12px;
    color: #413f3a;
    padding-left:5px;
}
.inline_item_price{
    text-align:left;
}
.inline_item_price_info{
    font-size:13px ;
    font-weight:600;
    color: #413f3a;
    text-transform: initial;
}
#closeBox{
    float: right;
    background: #f7f7f7;
    border: none;
    padding: 3px;
    border-radius: 28px;
    width: 30px;
    color: #422e0f;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    top:5px;
    right:5px;
}
#closeBox:focus{
    outline:none;
}
.minicart_footer {
    border: none;
    margin-top: 0;
    position: relative;
    height: fit-content;
    background: linear-gradient(135deg, #fff8ec, #fff0f6);
}
.estimated_price{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 10px 20px;
    color: #000;
    /* height: 44px; */
    background: transparent;
    margin: 0;
}
.price_text {
    font-size: 12px;
    font-weight:600;
    color: #000;
    text-transform: initial;
}
.price_amount {
    font-size:12px; 
    font-weight:700;
    color: #000;
}
.mini_cart_btn_group{
    display: flex;
    column-gap: 6px;
    background: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 3px;
    padding-left: 16px;
    padding-right:16px;
    align-items: center;
    justify-content: center;
}
.mini_view_cart_btn {
    width: 145px;
    height:35px;
    background: #9D8D7A;
    border-radius: 3px;
    text-transform: initial;
}
.mini_view_cart_btn:focus-visible{
    outline: none;
}
.mini_view_cart_btn a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:  14px;
    font-weight:400;
    color: #fff;
}
.mini_quick_check_btn{
    width: 187px;
    height: 35px;
    border-radius: 3px;
    background:#000;
}
.mini_quick_check_btn a{
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:  14px;
    font-weight:400;
    background:#1b2a4a;
    border: none !important;
    color: #fff !important;
    border-radius: 3px;
    outline: none;
}
.mini_quick_check_btn a:focus{
    outline: none;
}
.min_del_pro {
    position: relative;
}
.min_del_pro button{
    position: absolute;
    right: 0px;
    bottom: 20px;
    background: transparent;
    border: none;
    padding: 2px;
    border-radius: 5px;
    color: #9D8D7A;
}
.min_del_pro button:focus{
    outline:none;
}
.empty_cart_content{
    padding: 20px;
    text-align: center;
}
.empty_cart_content h2{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.empty_cart_content p{
    font-size: 14px;
    text-transform: capitalize;
}
/*minicart css end*/

/*profile css start */

.profile-menu{
    position:relative;
    display:flex;
    align-items:center;
}

/* Hover Area */
.profile-menu:hover .profile-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.profile-dropdown{
    position:absolute;
    top:42px;
    right:0;
    background:#fff;
    border-radius:6px;
    box-shadow:0 6px 18px rgba(0,0,0,.15);
    padding:14px;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.25s;
    z-index:999;
}

/* Arrow */
.profile-dropdown::before{
    content:"";
    position:absolute;
    top:-8px;
    right:18px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:8px solid #fff;
}

.profile-card{
    display:flex;
    align-items:center;
    gap:12px;
    background:#b57a3a;
    color:#fff;
    padding:12px 16px;
    border-radius:4px;
    min-width:170px;
}

.profile-icon{
    width:32px;
    height:32px;
    border-radius:50%;
    background:#fff;
    color:#b57a3a;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
}

.profile-info h4{
    margin:0;
    font-size:12px;
    font-weight:600;
}

.profile-info p{
    margin:3px 0 0;
    font-size:13px;
}
/*profile css end */


/*searchbar css start */
.header-search {
    position: relative;
    /*max-width: 610px; */
    max-width: 68%;
    width: 100%;
    justify-self: center;
}
.header-search,
.mobile-search {
    position: relative;
    z-index: 8;
}
.mobile-search {
    display: none;
}
.header-search input,
.mobile-search input {
    padding-right: 54px;
}
.header-search input {
    height: 48px;
    width: 100%;
    border: 1px solid #eee1d7!important;
    border-radius: 999px;
    background: #fffdfd;
    padding: 0 35px 0 44px!important;
    outline: none;
    box-shadow: 0 8px 20px rgba(95, 58, 32, 0.045);
    background: url(../images/glow_image/search.png) 2% 50% no-repeat #fff!important;
}
.header-search button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(105deg, #8a652d 0%, #c59a5b 38%, #f0d28a 72%, #b88236 100%);
    color: #fff;
    font-size: 20px;
}
.header-search md-autocomplete-wrap{ 
    box-shadow: inherit;
     /* border: 1px solid #eee1d7; */
     box-shadow: 0 8px 20px rgba(95, 58, 32, 0.045);
     border-radius: 999px;
     height:40px;
    width: 100%;
}
md-autocomplete input:not(.md-input){
    height: 40px;
}
md-progress-linear.md-default-theme .md-bar, md-progress-linear .md-bar{
    background-color: rgba(197, 154, 91, 0.75);
}
.header-search md-autocomplete-wrap input:focus {
    border-color: rgba(197, 154, 91, 0.75);
    box-shadow: 0 0 0 4px rgba(197, 154, 91, 0.12);
    box-shadow: initial;
}
.search-helper {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #eee1d7;
    border-radius: 22px;
    box-shadow: 0 16px 48px rgba(95,58,32,.10);;
    padding: 14px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.2s ease;
    z-index: 120;
    pointer-events: none;
    max-height: 420px;
    overflow-y: auto;
}
.header-search:focus-within .search-helper,
.mobile-search:focus-within .search-helper {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
}
.helper-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 900;
    color: #7b5731;
    margin-top: 9px;
    margin-bottom: 9px;
}
.helper-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.helper-chips a {
    font-size: 12px;
    font-weight: 900;
    color: #513f38;
    background: linear-gradient(135deg, #fff8ec, #fff);
    border: 1px solid rgba(197, 154, 91, 0.22);
    border-radius: 999px;
    padding: 8px 10px;
}
.helper-chips a:hover {
    background: #fff0f6;
    color: #743551;
    text-decoration: none;
}
.helper-chips li{
    list-style: none;
        display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.suggest-section {
    margin-bottom: 14px;
}
.suggest-title {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
}
.suggest-item {
    /* display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s; */
    font-size: 13px;
    font-weight: 900;
    color: #513f38;
    background: linear-gradient(135deg, #fff8ec, #fff);
    border: 1px solid rgba(197, 154, 91, 0.22);
    border-radius:10px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}
.suggest-item .thumb-mini {
    width: 50px;
    height: 50px;
    background: #F7F0E4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    pointer-events:none;
}
.thumb-mini img {
    width: 100%;
    padding-bottom: 0;
     pointer-events:none;
}
.suggest-item a {
    color: #3a3a3c;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
     position: relative;
    z-index: 9999;
    pointer-events: auto;
}
.suggest-item a:hover{
    text-decoration: none;
}
.suggestions_sec {
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 0px 3px #ccc;
   display: none; 
   height: 55vh;
   overflow: auto;
}


.suggestions_sec.active {
    display: block;
}
/* cssend */


/* justin css start */
.cards {
    border: 1px solid #eee1d7;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(95, 58, 32, 0.08);
    transition: 0.25s ease;
    position: relative;
}
.cards:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(95, 58, 32, 0.13);
}
.visuals {
    min-height: 178px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}
/* .visual:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border: 18px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    right: -30px;
    top: -30px;
} */
.visuals.blush {
    background: linear-gradient(135deg, #fff0f6, #fff);
}
.visuals.sky {
    background: linear-gradient(135deg, #e9f8ff, #fff);
}
.visuals.sage {
    background: linear-gradient(135deg, #eef8e9, #fff);
}
.visuals.lav {
    background: linear-gradient(135deg, #f3eeff, #fff);
}
.visuals.peach {
    background: linear-gradient(135deg, #fff0e2, #fff);
}
.card-bodys {
    padding: 20px;
}
.cards h3 {
    margin: 0 0 8px;
    font-size: 20px;
}
.card-bodys a{
    color:#212529;
}
.card-bodys a:hover{
    text-decoration: none;
}
.cards p {
    margin: 0 0 14px;
    color: #736a70;
    line-height: 1.6;
}
.card-links {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color:#7b5731;
    font-weight: 900;
}
.card-links:after {
    content: "→";
}
.card-links a{
    color:#7b5731;
}
.cus_card{
    /* margin-right: 15px; */
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 9px #5f3a2014;
    margin-left: 8px;
    margin-right: 8px;
}
.cus_card:hover{
    box-shadow: 0px 3px 9px #5f3a2014;
}
.new_card_bdy h3{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.text_overflow h3{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.visuals img{
    width: 100%;
}
/* justin css end */


/* shop by cate css start */
.shop_by_cate{
    width:100%;
    padding: 30px 0px;
}
h2.common_title{
    font-size: 36px;
    font-weight: 400;
    font-family: 'Ivy Mode';
    color: #774e4f;
    text-align: center;
    padding-bottom: 16px;
}
h2.common_title.white_clr{
    color: #fff;
}
.grid-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: repeat(3, 160px);
  gap: 20px;
  max-width: 1400px;
  margin: auto;
}

.box {
  background: #e0e0e0;
  border-radius: 20px;
}
.box-left {
  grid-row: 1 / span 3;
}
.box-mid-1 { grid-column: 2; grid-row: 1; }
.box-mid-2 { grid-column: 2; grid-row: 2; }
.box-mid-3 { grid-column: 2; grid-row: 3; }
.box-right-1 {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.box-right-2 {
  grid-column: 3;
  grid-row: 3;
}
.box-left img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 20px;
}
.box-mid-1 img,.box-mid-2 img,.box-mid-3 img{
    width: 100%;
    height: 100%;
   object-fit: cover;
   border-radius: 20px;
}
.box-right-1 img,.box-right-2 img{
    width: 100%;
    height: 100%;
   object-fit: cover;
   border-radius: 20px;
}
.box {
    position: relative;
    overflow: hidden;
}
.box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease;
}

.box.box-left img:first-child {
    opacity: 1;
    z-index: 1;
}
.box.box-left img:last-child {
    opacity: 0;
    z-index: 2;
}
.box.box-left:hover img:first-child {
    opacity: 0;
}
.box.box-left:hover img:last-child {
    opacity: 1;
}
.box.box-left p{
    z-index: 1;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.box.box-mid-1 img:first-child {
    opacity: 1;
    z-index: 1;
}
.box.box-mid-1 img:last-child {
    opacity: 0;
    z-index: 2;
}
.box.box-mid-1:hover img:first-child {
    opacity: 0;
}
.box.box-mid-1:hover img:last-child {
    opacity: 1;
}
.box.box-mid-1 p{
    z-index: 1;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.box.box-mid-2 img:first-child {
    opacity: 1;
    z-index: 1;
}
.box.box-mid-2 img:last-child {
    opacity: 0;
    z-index: 2;
}
.box.box-mid-2:hover img:first-child {
    opacity: 0;
}
.box.box-mid-2:hover img:last-child {
    opacity: 1;
}
.box.box-mid-2 p{
    z-index: 1;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.box.box-mid-3 img:first-child {
    opacity: 1;
    z-index: 1;
}
.box.box-mid-3 img:last-child {
    opacity: 0;
    z-index: 2;
}
.box.box-mid-3:hover img:first-child {
    opacity: 0;
}
.box.box-mid-3:hover img:last-child {
    opacity: 1;
}
.box.box-mid-3 p{
    z-index: 1;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.box.box-right-1 img:first-child {
    opacity: 1;
    z-index: 1;
}
.box.box-right-1 img:last-child {
    opacity: 0;
    z-index: 2;
}
.box.box-right-1:hover img:first-child {
    opacity: 0;
}
.box.box-right-1:hover img:last-child {
    opacity: 1;
}
.box.box-right-1 p{
    z-index: 1;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.box.box-right-2 img:first-child {
    opacity: 1;
    z-index: 1;
}
.box.box-right-2 img:last-child {
    opacity: 0;
    z-index: 2;
}
.box.box-right-2:hover img:first-child {
    opacity: 0;
}
.box.box-right-2:hover img:last-child {
    opacity: 1;
}
.box.box-right-2 p{
    z-index: 1;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mob_grid_container{
    display: none;
}
/*.box img {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.box:hover img {
    transform: scale(1.05);
}*/
/* shop by cate css end */


/* spotlight css start */
.spot_light_sec{
width: 100%;
padding: 30px 0px;
}
.spotlight_slider{
    width:100%;
}
.spot_item {
    margin: 10px;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 2px #f2f2f2;
    background: #fff;
    overflow: hidden;
}
.spot_item img{
    width: 100%;
    padding-bottom: 0;
    transition: 0.5s;
}
.spot_item img:hover {
    transform: scale(1.05);
}
.spot_item .slick-next {
    right: -20px;
    width: 50px;
}

.spot_item .slick-prev {
    left: -20px;
    width: 50px;
}
.spotlight_slider .slick-next {
    /*background: url('/images/slider-arrow-next.svg') no-repeat center center #fff;*/
    background: url('../images/right_arrow-2nA.svg') no-repeat center center #ffffffd1; 
     /*border: 1px solid #e0e0e0;
   width: 40px;
    height: 40px;
    right: 0;
    border-radius: 50px;
    background-size: 18px;*/
    width: 30px;
    height: 30px;
    right: 0;
    border-radius: 50px;
    background-size: 30px;
}
.spotlight_slider .slick-prev {
    /*background: url('/images/slider-arrow-prev.svg') no-repeat center center #fff;*/
    background: url('../images/left_arrow-eF3.svg') no-repeat center center #ffffffd1; 
   /* border: 1px solid #e0e0e0;
    width: 40px;
    height: 40px;
    left: 0;
    border-radius: 50px;
    background-size: 18px;*/
    width: 30px;
    height: 30px;
    left: 0;
    border-radius: 50px;
    background-size: 30px;
    z-index:5;
}
.spotlight_slider .slick-prev:before, .spotlight_slider .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.spotlight_slider .slick-prev.slick-disabled,
.spotlight_slider .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}


/* spotlight css end */


/* shop by collection css start */
.shop_by_collection{
    width: 100%;
    padding: 30px 0px;
    background: #9D8D7A;
}
.shop_col_slider{
   /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:14px;*/
}
.shop_col_item {
    padding-right: 15px;
}
.shop_col_img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.shop_col_img img{
    width: 100%;
}
.shop_col_cnt{
    background: #fff;
    padding: 15px;
    border-radius: 0 0 20px 20px;
}
.shop_col_cnt a:hover{
    text-decoration: none;
}
.shop_col_cnt p{
    color: #000;
    font-size: 17px;
}
.shop_col_cnt p span.float_right{
    float: right;
}
.shop_col_item .slick-next {
    right: -20px;
    width: 50px;
}

.shop_col_item .slick-prev {
    left: -20px;
    width: 50px;
}
.shop_col_slider .slick-next {
    /*background: url('/images/slider-arrow-next.svg') no-repeat center center #fff;*/
    background: url('../images/right_arrow-2nA.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    right: 0;
    border-radius: 50px;
    background-size: 30px;
}

.shop_col_slider .slick-prev {
    /*background: url('/images/slider-arrow-prev.svg') no-repeat center center #fff;*/
    background: url('../images/left_arrow-eF3.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    left: 0;
    border-radius: 50px;
    background-size: 30px;
    z-index:5;
}
.shop_col_slider .slick-prev:before, .shop_col_slider .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.shop_col_slider .slick-prev.slick-disabled,
.shop_col_slider .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}
.shop_all_col{
    width: 100%;
    text-align:center;
    padding: 20px 0px;
}
.shop_all_col a{
    background: #EDE2D6;
    color: #000000;
    font-size: 16px;
    padding: 10px 14px;
    border-radius: 10px;
    display: inline-block;
}
.shop_all_col a:hover{
    text-decoration: none;
}
.just_in_col {
    width: 100%;
    text-align:center;
    padding: 20px 0px;
}
.just_in_col a{
    background: #774e4f;
    color: #fff;
    font-size: 16px;
    padding: 10px 14px;
    border-radius: 10px;
    display: inline-block;
}
/*.shop_col_slider .slick-track {
    display: flex;
    align-items: flex-end;
}
.shop_col_slider .slick-slide {
    transition: transform 0.45s ease, opacity 0.45s ease;
    box-sizing: border-box;
}
.shop_col_slider .slick-slide img {
    display: block;
    width: 100%;
}
.shop_col_slider .slick-slide {
    transform: translateY(0);
    opacity: 0.7;
}
.shop_col_slider .slick-slide.slick-current {
    transform: translateY(-35px);
    opacity: 1;
    z-index: 2;
}*/


/* shop by collection css end */


/* forhim/her css start */
.forhim_her{
    width: 100%;
    padding: 30px 0px;
}
.look-board {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.look-card {
    border-radius: 26px;
    border: 1px solid #eee1d7;
    background: #fff;
    padding: 0;
    box-shadow: 0 10px 28px rgba(95, 58, 32, 0.08);
}
.look-card img{
    width: 100%;
    border-radius: 26px;
}
/* for him/her css end */



/* scheme css start */
.scheme-wrapper{
     width: 100%;
    padding: 30px 0px;
}
.scheme-grid{
    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:18px;
}
.scheme-cards{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    background:
    radial-gradient(circle at top right, rgba(115,54,186,.35), transparent 40%),
    linear-gradient(135deg,#12061f 0%,#251246 60%,#301a56 100%);
    color:#fff;
}
.main-card{
    min-height:520px;
    padding:0px;
}
.jewel-image img{
    max-height:95%;
    width:auto;
    object-fit:contain;
}
.right-column{
    display:flex;
    flex-direction:column;
    gap:38px;
}

.small-card{
    min-height:250px;
    padding:0px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.icon-badge img{
    width:100%;
}
/* scheme css end */


/* shop by price css start */
.shopbyprice_wrapper{
      width: 100%;
    padding: 30px 0px;
}
.budget_item {
    margin: 0px 15px;
}
.budget_item img{
    width: 100%;
}
/* shop by price css end */

/* nat dia img css start */
.nat_dia_img{
    width: 100%;
    padding:30px 0px;
}
.nat_dia_img img{
    width: 100%;
}
/* css end */
/* recommended css start */
.recomm_wrap{
    width: 100%;
    background: #fff;
    padding: 30px 0px;
}
.pro_list_wrap{
/*    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:15px;*/
}
.pro_list_box{
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 12px;
}
.pro_list_img_wrap{
    border:1px solid #efe6db;
    padding: 5px;
    border-radius: 15px;
    position: relative;
}
.pro_list_img_wrap img{
    width: 100%;
}
.pro_list_cnt{
    padding: 10px;
}
.pro_list_cnt a:hover{
    text-decoration: none;
}
.pro_list_cnt h2{
    color: #484848;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
}
.pro_list_cnt h2 span{
    font-size: 12px;
    color: #9b8f95;
    text-decoration: line-through;
    padding-left:5px;
}
.pro_list_cnt h3{
    font-size: 15px;
    color: #484848;
    padding-bottom: 8px;
    padding-top: 5px;
     text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pro_list_cnt h3 a{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    cursor: pointer;
    color: #484848;
}
.btn_wraps{
    display: flex;
    align-items: center;
    gap: 10px;
}
button.try_on_btn{
    background: #774e4f;
    color:#fff;
    padding: 6px 12px;
    border-radius: 6px;
    border:1px solid #774e4f;
    width: 50%;
    font-weight: 500;
    cursor: pointer;
}
button.try_on_btn:hover{
    background:#c77f4499;
    color: #774e4f;
}
a.try_on_btn{
     background: #774e4f;
    color:#fff;
    padding: 6px 12px;
    border-radius: 6px;
    border:1px solid #774e4f;
    width: 100%;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
}
a.try_on_btn:hover{
    background:#c77f4499;
    color: #774e4f;
    text-decoration: none;
}
.bg_white{
    background: #fff;
    padding: 15px;
}
button.enquiry_now_btn{
    background: #ede2d6;
    color: #222;
    padding: 6px 12px;
    border-radius: 6px;
    border:1px solid #ede2d6;
    width: 50%;
    font-weight: 600;
    cursor: pointer;
}
button.enquiry_now_btn:hover{
    background:#c77f4499;
    color: #774e4f;
}
.ribbon_texts{
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    font-size: 10px;
    background: #378088;
    font-weight: 600;
    text-align: center;
    padding: 4px 25px 4px 15px;
    border-radius: 5px 0px 0px 5px;
}
.ribbon_texts:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 2px;
    right: 0;
}
.wishlist_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}
.wishlist_icon img{
    width: 26px;
}
.pro_list_slider .slick-next {
    /*background: url('/images/slider-arrow-next.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/right_arrow-2nA.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    right: -5px;
    border-radius: 50px;
    background-size: 30px;
}

.pro_list_slider .slick-prev {
    /*background: url('/images/slider-arrow-prev.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/left_arrow-eF3.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    left: -5px;
    border-radius: 50px;
    background-size: 30px;
    z-index:5;
}
.pro_list_slider .slick-prev:before, .pro_list_slider .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.pro_list_slider .slick-prev.slick-disabled,
.pro_list_slider .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}


.brow_cat_grid .slick-next {
    /*background: url('/images/slider-arrow-next.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/right_arrow-2nA.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    right: 0;
    border-radius: 50px;
    background-size: 30px;
}

.brow_cat_grid .slick-prev {
    /*background: url('/images/slider-arrow-prev.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/left_arrow-eF3.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    left: 0;
    border-radius: 50px;
    background-size: 30px;
    z-index:5;
}
.brow_cat_grid .slick-prev:before, .pro_list_slider .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.brow_cat_grid .slick-prev.slick-disabled,
.brow_cat_grid .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}
/* css end */

/* customer fav css start */
.cus_fav_wrap{
    width: 100%;
    background: #fff;
    padding: 30px 0px;
}
.trend_you_wrap{
     width: 100%;
    background: #fff;
    padding: 30px 0px;
}
/* css end */


/* blogs start */
.blog-wrapper{
    max-width:1400px;
    margin:auto;
    padding:20px 0px;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.blog-card{
    background:#f8f6f5;
    border-radius:12px;
    overflow:hidden;
    transition:.3s ease;
    margin:0px 10px;
}

.blog-card:hover{
    transform:translateY(-5px);
}

.blog-image{
    padding:0px;
}

.blog-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
}

.blog-content{
    padding:10px 15px 25px;
}

.blog-meta{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
    margin-bottom:12px;
    font-size:12px;
    color:#866b67;
    line-height:1.5;
}

.blog-meta span:first-child{
    flex:1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-meta span:last-child{
    white-space:nowrap;
}

.blog-title{
    margin-bottom: 18px;
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-title a{
    text-decoration:none;
    color:#7d5b57;
    font-size:20px;
    line-height:normal;
    font-weight:400;
    transition:.3s;
}

.blog-title a:hover{
    color:#5f3e3a;
}

.blog-desc{
    color:#4f5560;
    font-size:14px;
    line-height:1.5;
    /* min-height: 180px; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.read_more_blog{
    color:#774e4f;
    font-weight: 500;
    font-size:14px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.blog_slider .slick-next {
    /*background: url('/images/slider-arrow-next.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/right_arrow-2nA.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    right: -7PX;
    border-radius: 50px;
    background-size: 30px;
}

.blog_slider .slick-prev {
    /*background: url('/images/slider-arrow-prev.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/left_arrow-eF3.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    left: -7PX;
    border-radius: 50px;
    background-size: 30px;
    z-index:5; 
}
.blog_slider .slick-prev:before, .blog_slider .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.blog_slider .slick-prev.slick-disabled,
.blog_slider .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}
/* blogs end */


/* glow_choose_jewels start*/
.glow_choose_jewels{
    width: 100%;
    background: #fff;
    padding: 30px 0px;
}
.why_glow p{
    font-size: 16px;
    color: #111827;
    width: 100%;
    text-align: center;
    padding: 20px 50px;
}

/* glow_choose_jewels end */

/* insta sec css start */
.stay_updated_sec{
    width: 100%;
    padding: 30px 0px;
    background: #fff;
}
.insta_slides{
    margin: 0px 12px;
}
.insta_slides img{
    width: 100%;
    border-radius: 10px;
}
.insta_slider_sec .slick-next {
    /*background: url('/images/slider-arrow-next.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/right_arrow-2nA.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    right: 0;
    border-radius: 50px;
    background-size: 30px;
}

.insta_slider_sec .slick-prev {
    /*background: url('/images/slider-arrow-prev.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/left_arrow-eF3.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    left: 0;
    border-radius: 50px;
    background-size: 30px;
    z-index:5;
}
.insta_slider_sec .slick-prev:before, .insta_slider_sec .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.insta_slider_sec .slick-prev.slick-disabled,
.insta_slider_sec .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}
/* insta sec css  end */



/* our popular search css start */
.our_popular_searches{
    /* background: #fff1e8; */
    background: #f9f6f4;
    padding: 20px 0px;
}
.our_popular_searches h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 3px;
    color: #886632;
}
.our_popular_searches p{
    /* font-size: 14px;
    line-height: 180%;
    margin-bottom: 16px; */
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 5px;
    border-bottom: 1px solid #ededed;
    padding: 6px 0px;
   
}
.our_popular_searches p span{
    color:#774e4f;
}
.our_popular_searches p:nth-child(11){
    border-bottom: none;
}
.our_popular_searches p a{
    color:#666;
    padding: 5px 6px;
}
.our_popular_searches p a:hover{
    color:#613f01;
}
/* our popular css end */

/* footer sec start css start */
.footer_sec_wrap{
    background: #FAF7F3;
    width: 100%;
    padding: 30px 0px;
}
.dflex_foot_wrap{
    display: flex;
    align-items: flex-start;
}
.footer_widget_sec{
    display: flex;
    align-items: center;
    gap:15px;
    width: 20%;
}
.footer_widget_wraper {
    /*width: 33.333%;
    float: left;*/
    padding: 0px 15px;
}
.footer_widget_wraper h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #000000;
    padding: 1px 2px 7px 0;
    line-height: 23px;
    letter-spacing: 1px;
}
.footer_widget_wraper p{
    color: #000000;
    display: flex;
    align-items: center;
    padding: 0px 0px 15px 0px;

}
.footer_widget_wraper i{
    font-size: 18px;
}
.footer_widget_wraper span{
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
}
.footer_widget_wraper span a{
    color: #fff;
}
ul.footer_link {
    padding: 0px;
}
.footer_link li {
    list-style: none;
    display: block;
    padding: 0px 0px;
    border-left: none;
    font-size: 16px;
    padding-bottom:10px;
}
.footer_link li a {
    color: #000000;
    display: block;
    font-size: 14px;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
    transition: all 0.5s ease
}
.footer_link li a img{
    width: 15px;
}
.footer_link li a:hover{
    text-decoration: none;
}
.footer_link h5 {
    font-size: 13px;
    padding-bottom:10px;
    font-weight: 600;
}
.footer_widget_wraper h5{
    font-size: 13px;
    padding-bottom:10px;
    font-weight: 600;
}
.pb15{
    padding-bottom: 15px!important;
}
.pb0{
    padding-bottom: 0px;
}
.social_media_link{
    display: flex;
    align-items: center;
    gap: 10px;
}
.social_media_link li a img{
    width: 20px;
}
.gift_img_items img{
    width: 100%;
}
.mega-left.w_100{
    width: 100%;
    padding: 10px 0px;
    grid-template-columns:repeat(5, 1fr);
    gap:30px;
}
.count_badge{
        border-radius: 25px;
    background: rgb(211 173 103);
    color: black;
    position: absolute;
    z-index: 10;
    top: 11px;
    height: 12px;
    margin: 0px;
    width: 12px;
    font-size: 11px;
    line-height: 12px;
    font-weight: bolder;
    left: 3px;
    text-align: center;
    letter-spacing: 1px;
    margin-left: 7px;
    margin-top: -8px;
}

/* mobile accordion css start */
.mobile_accordion_wrap{
    width: 100%;
    background:#fcfcfc;
}
.footer_mobile_header{
    background:#fcfcfc;
}
button.footer_accor_mob{
    width: 100%;
    text-align: left;
    box-shadow: none;
    background:#fcfcfc;
    position: relative;
    padding: 0;
    font-weight:500;
    font-size: 14px;
    letter-spacing: 2px;
    color:#212121;
}
/* Add symbols to the button */
/* .collapsible-link[aria-expanded="true"]::after 
{
content: "\f068";
font-family: 'FontAwesome'; 
font-weight: 500; 
margin-right: 10px; 
position:absolute;
right: 0;
}
.collapsible-link[aria-expanded="true"]::after {
content: '\f067'; 
font-family: 'FontAwesome'; 
position:absolute;
right: 0;
}  */
/* .collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
} */
.collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.1rem;
}
.collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
}
.foot_mob_row_one h4{
    font-size:14px;
    font-weight:500;
}
.foot_mob_row_one {
    padding:15px 20px;
}
.footer_mobile_header{
    padding:6px 15px;
}
.footer_mobile_card{
    background:transparent;
    border-bottom:1px solid #ededed!important;
    margin-bottom:0px;
    border-radius:0px;
}
.footer_mobile_header h2{
    font-size:0;
}
button.footer_accor_mob:focus{
    box-shadow: inherit;
}
.download_app_sect{
    width:100%;
    padding:20px;
    text-align:center;
    background:#faf7f5;
}
.inner_download_set{
    display:table;
    margin:0 auto;
    background:linear-gradient(90deg, rgba(255,238,215,0) 0%, #ffeed7 100%);
    box-shadow: 0px 0px 5px #ddd;
    padding: 12px;
}
.inner_download_set h3{
    font-size:15px;
    font-weight:600;
}
.inner_download_set p{
    font-size:13px;
    font-weight:600;
}
.download_app_flex_sec{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.app_icon{
    width: 100%;
    max-width: 100px;
}
.app_icon img{
    width: 100%;
}
.mobile_accordion_wrap{
    display: none;
}

.link_quick li {
    margin-bottom: 4px;
    list-style: none;
}
.link_quick li a {
    font-size: 12px;
    color: #4B5563;
    font-weight: 500;
    line-height: 24px;
}
.text-align-left{
    text-align: left;
}
/* css end */






/* hero banner css start */
.home_banner_slider{
    margin-bottom: 0;
}
.home_banner_list .slick-prev:before,
.home_banner_list .slick-next:before {
color: black;
}

.home_banner_list .slick-dots {
text-align: center;
margin: 0px 0px;
bottom:-35px;
}

.home_banner_list .slick-dots li {
display: inline-block;
padding: 1px;
background: #ccc;
margin: 10px 5px;
width: 8px;
height: 5px;
transition: 0.5s;
}
/*.blog_slider .slick-dots li button*/
.home_banner_sec{
    width: 100%;
    /*padding-top: 112px;*/
}
.home_banner_list .slick-dots li.slick-active {
background: #613f50;
width:20px;
}

.home_banner_list .slick-dots button {
display: none;
}
.home_banner_list .slick-next.slick-arrow{
display: block!important;
}
.home_banner_list .slick-prev.slick-arrow{
display: block!important;
}
.home_banner_list .slick-next {
    right: 7px !important;
    top: 50%;
    padding: 12px;
    width: 40px;
    height: 40px;
    background-color: #40404080;
    border-radius: 50%;
}
.home_banner_list .slick-prev {
    left: 7px !important;
    /* right: 55px !important; */
    top: 50%;
    bottom: auto;
    padding: 12px;
    width: 40px;
    height: 40px;
    background-color: #40404080;
    border-radius: 50%;
}
.home_banner_list .slick-prev:before{
    content: "\f104";
    font-family: FontAwesome;
    font-size:30px;
    position: absolute;
    top: 3px;
    left: 13px;
    color: #fff;
    height: 22px;
}
.home_banner_list .slick-next:before{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    top:3px;
    right: 13px;
    color: #fff;
    height: 22px;
}
.home_banner_list{
    position: relative;
}
.home_banner_list_img img{
    width: 100%;
}
.home_banner_slider {
    margin-bottom: 0!important;
    background: #fff;
}
.home_banner_slider .slider-dots {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.home_banner_slider .slider-dots li {
    display: inline-block;
    /*width: calc(25% - 8px);*/
    width: calc(4% - 25px);
    margin: 0 2px;
}
.home_banner_slider .slider-dots button {
    position: relative;
    width: 100%;
    height:8px;
    border: 0;
    background-color: #7b573140;
    font-size: 0;
    outline: none;
    border-radius: 50px;
}
.home_banner_slider .slider-dots button:focus{
    outline: none;
}
.home_banner_slider .slider-dots button:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 0%;
    height: 100%;
}
.home_banner_slider .slick-active button:after{
    background: linear-gradient(105deg, #8a652d 0%, #c59a5b 38%, #f0d28a 72%, #b88236 100%);
    animation: progressbar_slider 5.5s linear forwards;
    border-radius: 50px;
}
@keyframes progressbar_slider {
  from {
  width: 0%;
  }
  to {
  width: 100%;
  }
}
.mobile_home_banner_sec{
    display: none;
}



.home_page_carousel .slick-prev:before, .slick-next:before{font-size: 0px;opacity: 1;color: #c4a881;}
.home_page_carousel .slick-prev {left: 15px!important;right: auto!important;top: 50%;bottom: auto;background-image: url(../images/homepage/slick_left_arr_white.png);background-repeat: no-repeat;background-position: 8px 6px;border: 2px solid #fff;background-size: 9px;
padding: 14px;border-radius: 50px;}
.home_page_carousel .slick-next { right: 15px!important;bottom: auto;top: 50%;background-image: url(../images/homepage/slick_right_arr_white.png);
background-repeat: no-repeat;background-position: 10px 6px;border: 2px solid #fff;background-size: 9px;padding: 14px;
border-radius: 50px;left: auto!important;}

/* new bannner css start*/
#ss_home_banner{
    /* min-height: 420px; 
    position: relative; */
        padding-top: 31.5%;
    position: relative;
}
.home_page_carousel{
    /* margin: 0px 0px 0px;
    height: 100%;
    min-height: auto; */
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    padding-bottom: 20px;
    padding-bottom: 0px !important;
}
.banner_slider.slick-dotted.slick-slider{
    /* height: 100%;
    min-height: auto;
    padding-bottom: 20px; */
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 100%;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.banner_slider.slick-dotted.slick-slider img{
    max-width:100%;
    height: 100%;
    border-radius: 12px;
    padding-bottom: 0;
}
.banner_slider .slick-slide{
    margin-left: 30px;
    margin-top: 10px;
}
.banner_slider .slick-dots {
    /* bottom:-24px; */
    bottom:-5px;
} 

.banner_slider.slick-dotted.slick-slider {
    margin-bottom: 0px;   
}

.banner_slider .slick-dots li {
    margin: 0 0;
    width: 30px;
}

.banner_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #D3AD67;
}

.banner_slider .slick-dots li button:before {
    opacity: 1;
    color: #F0EEED;
    font-size: 15px;
}

.banner_slider .slick-dots button{
    display: none;
}
.banner_slider .slick-dots li{
    border-radius: 0;
    height: 8px;
    width: 8px;
    background-color:transparent;
    opacity: 1;
    transition: width 0.8s ease-in-out, 0.4s ease-in-out;
    margin: 0 7px !important;
    transform: rotate(45deg) !important;
    border:2px solid #fae6cc;
}
.banner_slider .slick-dots li.slick-active{
    background-color: transparent;
    border:2px solid #845d29;
}
/*new banner css end*/

/* hero bananer css end */


/*shop by category css */
.shop_col_slider{
   /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:14px;*/
}
.shop_col_item {
    padding-right: 15px;
}
.shop_col_img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.shop_col_img img{
    width: 100%;
}
.shop_col_cnt{
    background: #fff;
    padding: 15px;
    border-radius: 0 0 20px 20px;
}
.shop_col_cnt a:hover{
    text-decoration: none;
}
.shop_col_cnt p{
    color: #000;
    font-size: 17px;
}
.shop_col_cnt p span.float_right{
    float: right;
}
.shop_col_item .slick-next {
    right: -20px;
    width: 50px;
}

.shop_col_item .slick-prev {
    left: -20px;
    width: 50px;
}
.shop_col_slider .slick-next {
    /*background: url('/images/slider-arrow-next.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/right_arrow-2nA.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    right: 0;
    border-radius: 50px;
    background-size: 30px;
}

.shop_col_slider .slick-prev {
    /*background: url('/images/slider-arrow-prev.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/left_arrow-eF3.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    left: -15px;
    border-radius: 50px;
    background-size: 30px;
    z-index:5;
}
.shop_col_slider .slick-prev:before, .shop_col_slider .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.shop_col_slider .slick-prev.slick-disabled,
.shop_col_slider .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}
.shop_all_col{
    width: 100%;
    text-align:center;
    padding: 20px 0px;
}
.shop_all_col a{
    background: #EDE2D6;
    color: #000000;
    font-size: 16px;
    padding: 10px 14px;
    border-radius: 10px;
    display: inline-block;
}
.shop_all_col a:hover{
    text-decoration: none;
}
/* .cus_card{
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 9px #5f3a2014;
}
.cus_card:hover{
    box-shadow: 0px 3px 9px #5f3a2014;
} */
.new_card_bdy h3{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.text_overflow h3{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* css end */


/* new arrival css start */
.new_arrival_slider .slick-next {
    /*background: url('/images/slider-arrow-next.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/right_arrow-2nA.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    right:-5px;
    border-radius: 50px;
    background-size: 30px;
}

.new_arrival_slider .slick-prev {
    /*background: url('/images/slider-arrow-prev.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/left_arrow-eF3.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    left:-5px;
    border-radius: 50px;
    background-size: 30px;
    z-index:5;
}
.new_arrival_slider .slick-prev:before, .new_arrival_slider .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.new_arrival_slider .slick-prev.slick-disabled,
.new_arrival_slider .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}
/* css end */


/* spotlight css start */
.spot_item .slick-next {
    right: -20px;
    width: 50px;
}

.spot_item .slick-prev {
    left: -20px;
    width: 50px;
}
.spotlight_slider .slick-next {
    /*background: url('/images/slider-arrow-next.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/right_arrow-2nA.svg') no-repeat center center #ffffffd1; 
     /*border: 1px solid #e0e0e0;
   width: 40px;
    height: 40px;
    right: 0;
    border-radius: 50px;
    background-size: 18px;*/
    width: 30px;
    height: 30px;
    right: 0;
    border-radius: 50px;
    background-size: 30px;
}
.spotlight_slider .slick-prev {
    /*background: url('/images/slider-arrow-prev.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/left_arrow-eF3.svg') no-repeat center center #ffffffd1; 
   /* border: 1px solid #e0e0e0;
    width: 40px;
    height: 40px;
    left: 0;
    border-radius: 50px;
    background-size: 18px;*/
    width: 30px;
    height: 30px;
    left: 0;
    border-radius: 50px;
    background-size: 30px;
    z-index:5;
}
.spotlight_slider .slick-prev:before, .spotlight_slider .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.spotlight_slider .slick-prev.slick-disabled,
.spotlight_slider .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}

/* css end */

/* budget slider start */
.budget_slider .slick-next {
    /*background: url('/images/slider-arrow-next.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/right_arrow-2nA.svg') no-repeat center center #ffffffd1; 
     /*border: 1px solid #e0e0e0;
   width: 40px;
    height: 40px;
    right: 0;
    border-radius: 50px;
    background-size: 18px;*/
    width: 30px;
    height: 30px;
    right: 0;
    border-radius: 50px;
    background-size: 30px;
}
.budget_slider .slick-prev {
    /*background: url('/images/slider-arrow-prev.svg') no-repeat center center #fff;*/
    background: url('../images//glow_image/left_arrow-eF3.svg') no-repeat center center #ffffffd1; 
   /* border: 1px solid #e0e0e0;
    width: 40px;
    height: 40px;
    left: 0;
    border-radius: 50px;
    background-size: 18px;*/
    width: 30px;
    height: 30px;
    left: 0;
    border-radius: 50px;
    background-size: 30px;
    z-index:5;
}
.budget_slider .slick-prev:before, .budget_slider .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.budget_slider .slick-prev.slick-disabled,
.budget_slider .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}
/* css end */

/* custom fav slider */
.cus_fav_slider .slick-next {
    background: url('../images/glow_image/right_arrow-2nA.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    right: 0;
    border-radius: 50px;
    background-size: 30px;
}
.cus_fav_slider .slick-prev {
    background: url('../images/glow_image/left_arrow-eF3.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    left: 0;
    border-radius: 50px;
    background-size: 30px;
    z-index:5;
}
.cus_fav_slider .slick-prev:before, .cus_fav_slider .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.cus_fav_slider .slick-prev.slick-disabled,
.cus_fav_slider .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}
.bug_car_bdy p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.video_dflex_wrap{
    display:flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.everydays img{
    width: 100%;
}
/* css end */








/*plp css start */
.breadcrumb_pdp {
    padding: 0px 0 10px;
    color: #736a70;
    font-size: 13px;
}
.breadcrumb_pdp a {
    font-weight: 900;
    color:#a27b40;
}
.plp_hero {
    padding:10px 0px;
    background: #fff;
    /* background: radial-gradient(circle at 10% 10%, rgba(255, 224, 237, 0.75), transparent 26%),
    radial-gradient(circle at 90% 10%, rgba(233, 248, 255, 0.85), transparent 24%),
    linear-gradient(135deg, #fff 0%, #fff8ec 55%, #fff0f6 100%);
    border-bottom: 1px solid rgba(238, 225, 215, 0.9); */
}
.plp_hero_grid {
    display: grid;
    /* grid-template-columns: 1fr 320px; */
    grid-template-columns:1fr;
    gap: 20px;
    align-items: end;
}
.plp_title h1 {
    font-size:14px;
    line-height:normal;
    margin: 0 0 0px;
}
.plp_title p {
    max-width: 760px;
    color: #4f464b;
    line-height: 1.75;
    margin: 0;
    font-size: 16px;
}
.plp_bnr_sec{
    width: 100%;
    padding: 0px 0px;
}
.plp_bnr_sec img{
    width: 100%;
}
/*.pro_list_flex_wrap{
    display: flex;
    justify-content: flex-start;
    gap:20px;
    padding-top: 20px;
}
.pro_list_filter{
    flex: 0 0 auto;
    width: 227px;
}
.pro_list_box_wrap {
    min-height: 500px;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: calc(100% - 294px);
}
*/
.pro_list_flex_wrap {
  display: flex;
  gap: 12px;
  padding-top: 20px;
  background: #fff;
}

.pro_list_filter {
  width: 227px;
  flex-shrink: 0;
  padding-bottom: 30px;
}

.pro_list_box_wrap {
  flex: 1;
  min-height: 500px;
}
.fil_title {
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.fil_title h3 {
    font-size: 16px;
    line-height: 14px;
    display: flex;
    color: #5E4629;
    border-bottom: 1px solid #EDE2D6;
    padding-bottom: 15px;
}
.price_fil_sec{
    width: 100%;
    padding-top: 10px;
}
.price_fil_sec h4{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
}
.custom-checkbox {
  display: inline-block;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  gap: 10px;
  margin-bottom: 0;
}

/* Hide default checkbox */
.custom-checkbox input {
  display: none;
}

/* Custom box */
.checkmark {
  width:17px;
  height:17px;
  border:1px solid #555;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  top:3px;
}

/* Checked state */
.custom-checkbox input:checked + .checkmark {
  background-color: #5E4629;
  border-color: #5E4629;
}

/* Check icon */
.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.price_check_sec {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom:1px solid #C8C8C8;
  padding-bottom: 5px;
}

.more-item {
  display: none;
}

.toggle-price {
  margin-bottom:10px;
  color: #007bff;
  cursor: pointer;
  font-size: 14px;
  color: #5E4629;
}
.toggle-price:hover{
    color: #5E4629;
}

.cat_fil_sec{
    width: 100%;
    padding-top: 10px;
    display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom:1px solid #C8C8C8;
}
.cat_fil_sec h4{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
}

.pro_list_flex{
   padding: 0px 0px 12px;
   display: flex;
   flex-wrap: wrap;
}
.pro_list_width{
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    padding: 8px;
}

.pro_img_slider .slick-next {
    /*background: url('/images/slider-arrow-next.svg') no-repeat center center #fff;*/
    background: url('../images/pro_img_right.png') no-repeat center center; 
    right: 0;
    background-size:6px;
}

.pro_img_slider .slick-prev {
    /*background: url('/images/slider-arrow-prev.svg') no-repeat center center #fff;*/
    background: url('../images/pro_img_left.png') no-repeat center center; 
    left: 0;
    background-size:6px;
    z-index:5;
}
.pro_img_slider .slick-prev:before, .pro_img_slider .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.pro_img_slider .slick-prev.slick-disabled,
.pro_img_slider .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}
.pro_img_slider .item img{
    width: 100%;
    border-radius: 10px;
}
.pro_img_slider {
    padding: 30px 16px 0px 16px;
}
/*.pro_list_img{
    padding: 35px 15px 20px 15px;
}*/
.pro_list_img{
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.pro_list_img img{
    width: 100%;
    display: block;
    transition: opacity 0.4s ease;
}

/* second image on top */
.pro_list_img img.hover{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* hover effect */
.pro_list_img:hover img.hover{
    opacity: 1;
}

.pro_list_img:hover img.main{
    opacity: 0;
}
.sticky_left{
    position: sticky;
    top: 12%;
}
.pro_list_filter.sticky_left {
    position: sticky;
    top: 20px;              /* distance from top while scrolling */
    align-self: flex-start; /* important when inside flex */
    width: 260px;           /* adjust as needed */
    height: max-content;
}
.blinking-logo 
{   
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}
    .lazy_hidden {
        display: none;
    }
/* ═══ FILTERS SIDEBAR ═══ */
.filters-sidebar {
  background: #fff;
  border-radius: 9px;
  border: 1px solid rgba(0,0,0,0.04);
  padding: 20px;
  height: fit-content;
  position: sticky;
  top: 140px;
  /* max-height: calc(100vh - 160px); */
  height: 100vh;
  overflow-y: auto;
}


.filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F2F2F7;
}
.filters-title {
  font-size: 13px;
  font-weight: 700;
  color: #1D1D1F;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.filters-clear {
  font-size: 11.5px;
  color:#736a70;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.filters-close-m {
  display: none;
  background: none; border: none;
  font-size: 20px; cursor: pointer;
  color: #222;
}


/* Active filter chips */
.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
  min-height: 0;
  transition: min-height 0.2s;
}
.active-filters:not(:empty) { min-height: auto; padding-bottom: 12px; border-bottom: 1px solid #F2F2F7; }
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: #f1cf8c;
  color: #a6864e;
  border-radius:6px;
  font-size: 11px;
  font-weight: 500;
}
.filter-chip button {
  background: none; border: none; cursor: pointer;
  color: #a6864e; font-size: 13px; line-height: 1;
  padding: 0 0 0 2px;
}

/* Filter group */
.filter-group {
  border-bottom: 1px solid #F2F2F7;
  padding: 14px 0;
}
.filter-group:last-child { border-bottom: none; }
.filter-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.filter-group-title {
  font-size: 12.5px;
  font-weight: 600;
  color: #1D1D1F;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.filter-group-count {
  font-size: 10.5px;
  color: #8E8E93;
  font-weight: 500;
  background: #F2F2F7;
  padding: 1px 7px;
  border-radius: 998px;
  margin-left: 6px;
}
.filter-group-arrow {
  color: #222;
  font-size: 14px;
  transition: transform 0.3s;
}
.filter-group.closed .filter-group-arrow { transform: rotate(-90deg); }
.filter-group-body {
  padding-top: 12px;
  max-height: 320px;
  overflow: auto;
  transition: max-height 0.3s, padding 0.3s;
}
.filter-group.closed .filter-group-body {
  max-height: 0;
  padding-top: 0;
}
.filter-group-body.sub_catg_height{
     max-height: 350px;
}
.input_price_box {
    width: 48%;
    border: 1px solid #DBD6D2;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
        display: flex;
}
.price_field{
   padding-top: 0!important;
   display:flex;
   gap:10px;
}
.price_field input{
    font-size: 14px!important;
        width: 100%;
    border: none;
    outline: none;
}

/* Filter option list */
.filter-options { display: flex; flex-direction: column; gap: 8px; }
.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #3A3A3C;
  cursor: pointer;
  padding: 3px 0;
  transition: color 0.15s;
}
.filter-option:hover { color: #636366; }
.filter-option input {
  width: 15px; height: 15px;
  accent-color: #636366;
  cursor: pointer;
  flex-shrink: 0;
}
.filter-option input[type="radio"] { border-radius: 50%; }
.filter-option-count {
  margin-left: auto;
  font-size: 11px;
  color:#8E8E93;
}

/* Filter chips (for metal purity, shape, etc.) */
.filter-chips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.filter-chip-btn {
  padding: 6px 12px;
  background: #fff;
  border: 1.5px solid #D1D1D6;
  border-radius: 4px;
  font-size: 11.5px;
  font-weight: 500;
  color: #636366;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-chip-btn:hover { border-color: #A6864E; color:#A6864E; }
/* .filter-chip-btn.on { background: #a6864e; color: white; border-color: #a6864e; } */
.btns_secs_wrap{
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.btns_secs_wrap{
    display: flex;
    align-items: center;
    gap:10px;
}
button.apply_bts{
    background: #a6864e;
    color: #fff;
    padding: 10px 8px;
    border: 1px solid #ccc;
    border-radius:4px;
    font-size: 11px;
    width: 50%;
}
button.apply_bts:hover{
    background: #c9a96e;
    box-shadow: 0 4px 12px #a6864e4d;
}
button.reset_bts{
    background: #fff;
    padding:10px 10px;
    border:1px solid #d1d1d6;
    color: #636366;
    border-radius: 4px;
    font-size: 11px;
    width: 50%;
}
button.reset_bts:hover{
    border-color:#a6864e;
    color:#a6864e;
}
/* ═══ MOBILE FILTER DRAWER ═══ */
.filter-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1050;
}
.filter-backdrop.show { display: block; }

.toolbar {
  display:flex;justify-content:space-between;align-items:center;
  padding:6px 0 14px;flex-wrap:wrap;gap:10px;
  border-top:none;border-bottom: none;float: inherit;

}
.tb-left { font-size:13.5px;color:#8E8E93; }
.tb-left strong { color:#1D1D1F;font-weight:600; }
.tb-right { display:flex;align-items:center;gap:10px; }
.tb-btn {
  display:inline-flex;align-items:center;gap:6px;
  padding:8px 16px;border:1px solid #D1D1D6;border-radius:4px;
  font-size:12.5px;font-weight:500;background:#fff;
  color:#636366;cursor:pointer;transition:all 0.2s;
}
.tb-btn:hover { border-color:#A6864E;color:#A6864E; }
.tb-select {
  padding:8px 32px 8px 12px;border:1px solid #D1D1D6;border-radius:4px;
  font-size:12.5px;color:#636366;background:#fff;cursor:pointer;
  appearance:none;min-width:170px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%238E8E93'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 12px center;
}
.tb-select:focus-visible{
    outline:none;
}
.mobile-filter-trigger {
  display: none;
  gap: 6px;
}
.price-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}
.price-preset {
    padding: 5px 11px;
    background: #9d8d7a;
    border: 1px solid #d1d1d6;
    border-radius: 999px;
    font-size: 11px;
    color: #fff!important;
    cursor: pointer;
    transition: all 0.15s;
}
.price-preset:hover {
    border-color: #A6864E;
    color: #A6864E;
}

.discount {
    font-size: 12px;
    font-weight: 600;
    color: #14905f;
    display: block;
    width: 100%;
}
.ribbon-h-offer {
    background: linear-gradient(350deg, #705229, #c9b395);
    display: inline-block;
    position: relative;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 20px 0 8px;
    box-sizing: border-box;
    color:#fff;
    font-size: 12px;
}
.ribbon-h-offer::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
    top: 0;
    right: 0;
    border-width: 10px 5px 10px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
.discounts{
    display: table;
    width: 100%;
    position: relative;;
}
.discount.width_auto{
    width: auto;
}
.share-links{
    position: absolute;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgb(193 168 126);
    /* padding:4px 8px; */
    border-radius: 6px;
    right:40px;
}
button.icon_soci{
    background: transparent;
    border:none;
}
.icon_soci{
    padding: 3px;
    border-bottom:1px solid rgb(193 168 126) ;
    display: flex;
    align-items: center;
    padding:8px 12px;
    color: #000000de;
}
.icon_soci:hover{
    text-decoration: none;
}
.icon_soci:nth-child(3){
    border-bottom: none;
}
.badge-flip {
   position: relative;
    min-width: max-content;
    height: 20px;
    transform-style: preserve-3d;
    animation: flipVertical 5s infinite;
}

.badge-front, .badge-back {
 position: absolute;
top: 0;
left: 0;
white-space: nowrap;
padding: 0 10px 0px 4px;
height: 18px;
line-height: 18px;
border-radius:0px;
font-size: 11px;
font-weight:600;
color: #fff;
backface-visibility: hidden;
box-sizing: border-box;
}

.express { 
  color: #14905f;
 }

.best-seller { 
  color: #14905f;
  transform: rotateX(180deg);  
}


@keyframes flipVertical {
  0%, 40% { transform: rotateX(0deg); }   
  50%, 90% { transform: rotateX(180deg); }
  100% { transform: rotateX(360deg); }    
}
.load_row{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0px;
    justify-content: center;
}
.load_more{
    background: #774e4f;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #774e4f;
    width:auto;
    font-weight: 500;
    cursor: pointer;
}
.meta-row {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin: 0px 0 3px;
}
.meta-row span {
    font-size: 11px;
    font-weight: 900;
    color: rgb(93, 80, 86);
    border: 1px solid #eee1d7;
    border-radius: 999px;
    padding: 6px 8px;
    background: rgb(255, 250, 252);
}
.toolbar-actions select {
    height: 44px;
    border: 1px solid #eee1d7;
    border-radius: 999px;
    background: #fff;
    padding: 0 34px 0 14px;
    outline: none;
    font-weight: 900;
    color: #4d4146;
}
.store-badge {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: #6b5d3d;
    font-size: 12px;
    font-weight: 900;
}
.badge-row {
    position: absolute;
    left: 12px;
    top: 12px;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    z-index: 2;
}
.badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 10px;
    background: #fff;
    border: 1px solid rgba(197, 154, 91, .24);
    font-size: 11px;
    font-weight: 900;
    color: #7b5731;
    box-shadow: 0 8px 18px rgba(95, 58, 32, .06);
}
.angle-chips {
    position: absolute;
    left: 14px;
    bottom: 170px;
    z-index: 2;
    background: rgba(255, 255, 255, .88);
    border: 1px solid #eee1d7;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 900;
    color: #5a4d53;
}
.desktop_ads_banner_sec{
    display: block;
    padding-bottom: 10px;
}
.desktop_ads_banner_sec img{
    width: 100%;
    padding-bottom: 0;
}
.mobile_ads_banner_sec{
    display: none;
}
.mobile_ads_banner_sec img{
    width: 100%;
}
.mob_plp_bnr{
    display: none;
}
#pro_enq_moda_center .modal-dialog{
    max-width: 550px;
}
.checkmarks_tick {
  width: 80px;
  height: 80px;
  background: #28a745;
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.tick_bg{
    background: #7d876e;
}
.enq_inp_wrap p{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
 .error-icon {
    font-size: 60px;
    color: #d04747;
    margin-bottom: 15px;
    text-align: center;
}
.mobile-bottom-nav{display:none}
.mobile-bottom-nav button{
    background: #fff;
    padding: 18px;
    border: 1px solid #aaa;
    /* border-right: 1px solid #aaa; */
    width: 100%;
}
.modal.modal-slide-up .modal-dialog {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    transform: translateY(100%);
    transition: transform 0.4s ease-out;
    max-width: 100%;
}

.modal.modal-slide-up.show .modal-dialog {
    transform: translateY(0);
    left: 0;
    bottom: 0;
}

.modal.modal-slide-up .modal-content {
    border-radius: 25px 25px 0px 0px;
}
.modal_fil_dialog{
    height: 100%;
}
.modal_fil_cnt{
    height: 100%;
}
.modal_bdy_cnt{
    text-align: center;
    background:#fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.modal-header.modal_hder_cnt{
    padding: 15px;
    background: #fff;
    border-radius: 3px 3px 0px 0px;
}
.modal_fil_hder_cnt{
    padding: 15px;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
}
.modal_hder_cnt h5{
    font-size: 18px;
    font-weight: 600;
    color: #575e70;
    text-align: center;
    width: 100%;
}
.modal_fil_hder_cnt h5{
    font-size: 18px;
    font-weight: 600;
    color: #575e70;
    text-align: left;
    width: 100%;
}
.hidden_sort {
    display: flex ;
    align-items: flex-start ;
    justify-content: flex-start ;
    padding-bottom: 10px;
    margin-top: 0;
    flex-direction: column;
    gap: 15px;
}
.flex_ends{
    justify-content: flex-end;
    display: flex;
    padding-top: 5px;
}
.wishlist_toast_width md-toast{
    min-width: 275px;
    z-index: 10;
}
.wishlist_toast_width md-toast .md-toast-content{
    padding: 0px 4px;
}


.fixed_wishlist {
    position: fixed;
    width: 100%;
    max-width: 490px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 10;
}
.availability-alert {
    /* display: flex;
    align-items: center;
    gap: 14px;
    max-width: 520px;
    padding: 18px 20px;
    background: #ede2d6;
    border-radius: 22px; */
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff8ec;
    border: 1px solid #c59a5b38;
    border-radius: 8px;
    padding: 10px 14px;
    width: fit-content;
    box-shadow: 0 2px 6px #0000009e;
}

.alert-icon {
    width: 28px;
    height: 28px;
    /* border: 2px solid #774e4f; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.alert-icon span {
    color: #774e4f;
    font-size: 20px;
    font-weight: 700;
    line-height: 8px;
    display: inline-block;
}

.alert-content p {
    margin: 0;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

/* .availability-alert{
    max-width:650px;
    width:100%;
    background:#c88c93;
    border-radius:20px;
    padding:18px 20px;
    display:flex;
    align-items:center;
    gap:18px;
    box-sizing:border-box;
}

.alert-icon{
    width:32px;
    height:32px;
    min-width:32px;
    border:2px solid #35205d;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.alert-icon span{
    color:#35205d;
    font-size:18px;
    font-weight:bold;
}

.alert-content{
    flex:1;
}

.alert-content p{
    margin:0;
    color:#35205d;
    font-size:15px;
    line-height:1.5;
    font-weight:600;
} */
.login-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:5px 18px;
    background:#774e4f;
    color:#fff;
    text-decoration:none;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
    white-space:nowrap;
    border:1px solid #774e4f;
}

.login-btn:hover{
    background:#241244;
    color: #fff;
}
/* Wishlist Toast */
.fixed_saved_wishlist{
    position: fixed;
    width: 100%;
    max-width: 490px;
    left: 63%;
    transform: translateX(-63%);
    bottom: 60px;
    z-index: 10;
}
.wishlist-toast{
    /* width:100%;
    max-width:360px;
    min-height:58px;
    background:#eef8f4;
    border:1px solid #6fd0b9;
    border-radius:12px;
    display:flex;
    align-items:center;
    padding:12px 14px;
    position:relative;
    gap:14px; */

  display: flex;
  align-items: center;
  gap: 12px;
  background: #eef8f4;
  border: 1px solid #6fd0b9;
  border-radius: 8px;
  padding: 10px 14px;
  width: fit-content;
  box-shadow: 0 2px 6px #0000009e;
}

.wishlist-icon{
    /* width:30px;
    height:30px;
    min-width:30px;
    border-radius:50%;
    background:#56c6ad;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
    line-height:1; */

    background: #56c6ad;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.wishlist-text{
    /* flex:1;
    color:#222;
    font-size:16px;
    font-weight:500; */
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    flex-grow: 1;
}

.wishlist-close{
    /* border:none;
    background:none;
    color:#7f8c8d;
    font-size:18px;
    cursor:pointer;
    line-height:1;
    padding:0; */
        background: none;
    border: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    line-height: 1;
    padding: 0 4px;
}

.wishlist-close:hover{
    color:#333;
}

.fixed_removed_wishlist{
    position: fixed;
    width: 100%;
    max-width: 490px;
    left: 63%;
    transform: translateX(-63%);
    bottom: 60px;
    z-index: 10;
}

.remove-toast {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff5f2;
  border: 1px solid #f5c6b8;
  border-radius: 8px;
  padding: 10px 14px;
  width: fit-content;
  box-shadow:0 2px 6px #0000009e;
}

.remove-toast-icon {
  background: #e2543f;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

.remove-toast-message {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  flex-grow: 1;
}

.remove-toast-close {
  background: none;
  border: none;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 0 4px;
}

.remove-toast-close:hover {
  color: #333;
}
/*plp css end */


/* PDP css start*/
.d_flex_breadcum {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumbs {
    padding: 0px 0px 0px 0px;
    color: #736a70;
    font-size: 13px;
}
.breadcrumbs a {
    font-weight: 900;
    color:#7b5731;
}
.pdp-main {
    padding: 24px 0 0 10px;
    background: #fff;
}
.pdp-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
    gap: 34px;
    align-items: start;
}
.media-gallery {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 16px;
    position: sticky;
    top: 18px;
}
.thumbs {
    display: grid;
    gap: 10px;
    align-content: start;
}
.thumb-btn {
    height: 86px;
    border: 1px solid #eee1d7;
    border-radius: 10px;
    background: #fff;
    display: grid;
    place-items: center;
    color: #b88236;
    position: relative;
    overflow: hidden;
    transition: 0.2s ease;
    padding: 0;
    outline: none!important;
}
.thumb-btn.active,
.thumb-btn:hover {
    border-color: rgba(197, 154, 91, 0.46);
    box-shadow: 0 10px 28px rgba(95, 58, 32, 0.08);
    transform: translateY(-2px);
}
.thumb-btn small {
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    font-size: 9px;
    font-weight: 900;
    color: #6f5130;
    padding: 3px 2px;
    text-align: center;
}
.media-stage {
    /* border: 1px solid #eee1d7; */
    /* border-radius: 38px; */
    background: #fff;
    /* box-shadow: 0 16px 48px rgba(95, 58, 32, 0.1); */
    min-height:520px;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    padding-bottom:0px;
}
/* .media-stage:before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 28px solid rgba(197, 154, 91, 0.14);
    border-radius: 50%;
    right: -90px;
    top: -70px;
} */
/* .media-stage:after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    left: -70px;
    bottom: -70px;
    background: radial-gradient(circle, rgba(255, 240, 246, 0.95), transparent 70%);
} */
.media-label {
    position: absolute;
    left: 50%;
    top: auto;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eee1d7;
    padding: 9px 12px;
    font-size: 12px;
    font-weight: 900;
    color: #7b5731;
    z-index: 2;
    bottom:10px;
    transform: translateX(-50%);
}
.zoom-btn {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #eee1d7;
    background: #fff;
    z-index: 2;
    color:#7b5731;
    font-weight: 900;
}
.stage-svg {
    position: relative;
    z-index: 1;
    width: min(520px, 80%);
    color: #b88236;
    transition: 0.25s ease;
}
.media-stage.zoomed .stage-svg {
    transform: scale(1.2);
}
.media-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(238, 225, 215, 0.88);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
    z-index: 3;
}
.media-caption b {
    font-size: 13px;
}
.media-caption span {
    font-size: 12px;
    color: #736a70;
}
.product-panel {
    /* border: 1px solid #eee1d7;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 48px rgba(95, 58, 32, 0.1); */
    padding:0px 26px;
}
.sku-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: #736a70;
    font-size: 13px;
}
 .rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7b5731;
    font-weight: 900;
    background: transparent;
    border:none;
}
.rating:focus{
    outline:none;
}
.tab_res_slider_wrapper {
    display: none;
}
/*
.stars {
    color: #d9a64d;
    letter-spacing: 1px;
} */
.product-panel h1 {
    font-size: 22px;
    line-height:normal;
    margin: 0 0 12px;
}
.product-sub {
    margin: 0 0 18px;
    color: #4f464b;
    line-height: 1.7;
}
.price-box {
    /* padding: 16px;
    border: 1px solid rgba(197, 154, 91, 0.24);
    border-radius: 22px;
    background: linear-gradient(135deg, #fff8ec, #fff); */
    /* margin-top:20px; */
}
.price-main {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    padding: 4px 0px 3px 0px;
}
.price {
    font-size: 22px;
    font-weight: 900;
    color: #2e282b;
}
.mrp {
    font-size: 12px;
    color: #9b8f95;
    text-decoration: line-through;
}
.discount {
    font-weight: 600;
    color: #14905f;
}
.offer-note {
    margin: 9px 0 0;
    color: #5a4d53;
    font-size: 13px;
    line-height: 1.55;
}
.option-block {
    margin: 4px 0;
}
.option-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:5px;
}
.option-head b {
    font-size: 14px;
}
.option-head a,
.mini-link {
    font-size: 12px;
    font-weight: 900;
    color:#7b5731;
    text-decoration: underline;
}
.size_guides{
    background: transparent;
    border:none;
}
.size_guides:focus{
    outline:none;
}
.chip-row {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}
.choice-chip {
    border: 1px solid #eee1d7;
    background: #fff;
    border-radius: 5px;
    padding: 10px 14px;
    font-weight: 900;
    color: #51464c;
    transition: 0.2s ease;
}
.choice-chip:focus{
    outline:none;
}
.choice-chip.active,
.choice-chip:hover {
    border-color: rgba(197, 154, 91, 0.48);
    background: #fff8ec;
    color: #7b5731;
}
.metal-chip {
    display: flex;
    align-items: center;
    gap: 8px;
}
.metal-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.rose {
    background: #e8a6a0;
}
.yellow {
    background: #e8c36d;
}
.whiteg {
    background: #e8edf1;
}
.btns.primarys{
    background: #774e4f;
    width: 100%;
    height: 40px;
    color: #fff;
    border:none;
    font-size: 15px;
    border-radius: 5px;
}
.btns.primarys:focus{
    outline: none;
}
.btns.primarys.w_auto{
    width: auto;
}
.btns.editaddr{
    background: #774e4f;
    width: 100%;
    height: 30px;
    color: #fff;
    border: none;
    font-size: 13px;
    border-radius: 5px;
    min-height: 30px;
}
.btns.editaddr.w_auto{
    width: auto;
}
.btns.themess{
    background: linear-gradient(90deg, rgb(199, 164, 111) 0%, rgb(136, 108, 68) 100%);
    width: 100%;
    height: 40px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    border:none;
    font-size: 15px;
}
.btns.ghost {
    background: #fff;
    border: 1px solid #eee1d7;
    color: #282326;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    font-size: 16px;
    min-height: 35px;
}
.btns.ghost:hover{
    text-decoration: none;
}
.btns.ghosts1 {
    background: #1b2a4a;
    border: 1px solid #eee1d7;
    color: #282326;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
}
.btns.ghosts1:hover{
    text-decoration: none;
}
.btns.ghosts2 {
    background: #c9a84c;
    border: 1px solid #eee1d7;
    color: #282326;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
}
.btns.ghosts2:hover{
    text-decoration: none;
}

.btns.ghosts3 {
    background: #c77f44;
    border: 1px solid #c77f44;
    color: #282326;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
}
.btns.ghosts3:hover{
    text-decoration: none;
}
.btns.wishlists {
    background: #9d8d7a;
    border: 1px solid #9d8d7a;
    color: #fff;
     width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
}
.btns.checkpin{
    background: #774e4f;
    width: 100%;
    height: 40px;
    color: #fff;
    border:none;
    font-size: 15px;
    border-radius: 5px;
    min-height: 40px;
}


.btns.dark {
    background: #262326;
    color: #fff;
    border:none;
     width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
}
.btns.dark{
    outline: none;
}
.cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 18px 0 12px;
}
.cta-grid-full{
     display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin:5px 0 4px;
}
.assist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
}
.assist-grid .btnss {
    min-height: 44px;
    font-size: 13px;
}
.btns {
    border: 0;
    border-radius: 999px;
    min-height: 48px;
    padding: 13px 20px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    white-space: nowrap;
    transition: .22s ease;
}
.wish-share {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.wish-share button {
    border: 1px solid #eee1d7;
    background: #fff;
    border-radius: 999px;
    padding: 10px 13px;
    font-weight: 900;
    color: #51464c;
}
.delivery-box {
    border: 1px solid #eee1d7;
    border-radius: 5px;
    background: #fff;
    padding: 12px;
    margin: 8px 0;
}
.delivery-box h3 {
    margin: 0 0 8px;
    font-size: 16px;
}
.pin-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding-bottom: 10px;
}
.pin-row input {
    height: 40px;
    border: 1px solid #eee1d7;
    border-radius: 5px;
    padding: 0 10px;
    outline: none;
}
.pin-result {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px;
}
.pin-result.show {
    display: grid;
}
.pin-result div {
    border: 1px solid rgba(238, 225, 215, 0.9);
    border-radius: 16px;
    padding: 11px;
    background: #fffafc;
}
.pin-result b {
    display: block;
    color: #7b5731;
    font-size: 12px;
    margin-bottom: 3px;
}
.pin-result span {
    font-size: 12px;
    color: #4f464b;
    line-height: 1.35;
}


.section {
    padding: 58px 0;
}
.price_ptb{
    padding: 10px 0 30px 0;
}
.section.alt {
    background: linear-gradient(180deg, #fff, #fff8ec);
}
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 26px;
    margin-bottom: 22px;
}
.section-head h2 {
    font-family: 'lato-regular';
    font-size:32px;
    margin: 0;
    line-height: 1.02;
    letter-spacing: -0.035em;
}
.section-head p {
    max-width: 620px;
    margin: 0;
    color: #736a70;
    line-height: 1.7;
}
.price-breakup {
    border: 1px solid #eee1d7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(95,58,32,.10);;
    padding: 26px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;
}
.breakup-table {
    display: grid;
    gap: 9px;
}
.breakup-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px dashed #e8d8cd;
    padding-bottom: 9px;
    color: #51464c;
}
.breakup-row.total {
    border-bottom: 0;
    font-size: 20px;
    font-weight: 900;
    color: #2e282b;
    padding-top: 8px;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #7b5731;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.eyebrow:before {
    content: "";
    width: 32px;
    height: 1px;
    background: linear-gradient(105deg, #8a652d 0%, #c59a5b 38%, #f0d28a 72%, #b88236 100%);
}

.breakup-note {
    border-radius: 15px;
    /* background: linear-gradient(135deg, #fff8ec, #fff0f6); */
    background-color: #fff8ec;
    padding: 20px;
    border: 1px solid rgba(197, 154, 91, 0.22);
}
.breakup-note h3 {
    font-family: 'lato-regular';
    font-size: 28px;
    margin: 0 0 10px;
}
.breakup-note p {
    margin: 0;
    color: #4f464b;
    line-height: 1.7;
}
.info-tabs {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 22px;
}
.tab-nav {
    border: 1px solid #eee1d7;
    border-radius:18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(95,58,32,.08);
    padding: 10px;
    display: grid;
    gap: 8px;
    align-self: start;
    position: sticky;
    top: 16px;
}
.tab-btn {
    border: 0;
    background: #fff;
    border-radius: 6px;
    padding: 14px 15px;
    text-align: left;
    font-weight: 900;
    color: #51464c;
    transition: 0.2s ease;
}
.tab-btn.active,
.tab-btn:hover {
    background:#ede2d6;
    color: #7b5731;
}
.tab-btn:focus{
    outline:none;
}
.tab-panel {
    display: none;
    border: 1px solid #eee1d7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(95,58,32,.08);
    padding: 26px;
}
.tab-panel.active {
    display: block;
}
.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding-bottom: 15px;
}
.spec {
    border: 1px solid rgba(238, 225, 215, 0.9);
    border-radius:6px;
    padding: 14px;
    background: #fff8ec;
}
.spec b {
    display: block;
    font-size: 12px;
    color: #7b5731;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
}
.spec span {
    color: #4f464b;
    line-height: 1.45;
}
.tab-panel h3 {
    font-family: 'lato-regular';
    font-size: 23px;
    margin: 0 0 0px;
    padding-bottom: 5px;
}
.tab-panel p {
    color: #4f464b;
    line-height: 1.7;
}
.diamond-table{
    border:1px solid #eee;
    border-radius:8px;
    overflow:hidden;
}

.table-head,
.table-row{
    display:grid;
    grid-template-columns:70px 1fr 1fr 1fr 1fr;
    align-items:center;
}

.table-head{
    background:#ede2d6;
    font-weight:600;
    color:#333;
}

.table-head div,
.table-row div{
    padding:12px 15px;
    border-right:1px solid #eee1d7e6;
}

.table-head div:last-child,
.table-row div:last-child{
    border-right:none;
}

.table-row{
    border-top:1px solid #eee1d7e6;
}

.table-row:nth-child(even){
    background:#fff8ed59;
}


.conversion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.conversion-card {
    border: 1px solid #eee1d7;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(95,58,32,.08);
    padding: 24px;
    position: relative;
    overflow: hidden;
}
.conversion-card:after {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    width: 150px;
    height: 150px;
    border: 18px solid rgba(197, 154, 91, 0.12);
    border-radius: 50%;
}
.conversion-card h3 {
    font-family: 'lato-regular';
    font-size: 30px;
    margin: 0 0 8px;
}
.conversion-card p {
    margin: 0 0 16px;
    color: #736a70;
    line-height: 1.65;
}
.conversion-cards{
    text-align: center;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.input,
textarea,
select {
    width: 100%;
    border: 1px solid #efe6db;
    border-radius:5px;
    background: #fff;
    padding: 13px 14px;
    outline: none;
    color: #282326;
}
textarea {
    resize: vertical;
    min-height: 86px;
}
.full {
    grid-column: 1/-1;
}
.product-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.mini-card {
    border: 1px solid #eee1d7;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(95,58,32,.08);
    overflow: hidden;
    transition: 0.22s ease;
}
.mini-card:hover {
    transform: translateY(-4px);
}
.mini-media {
    height: 178px;
    background: linear-gradient(135deg, #fff8ec, #fff0f6);
    display: grid;
    place-items: center;
    color: #b88236;
    position: relative;
    overflow: hidden;
}
.mini-media:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border: 14px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    right: -22px;
    top: -20px;
}
.mini-card svg {
    position: relative;
    z-index: 1;
    width: 92px;
}
.mini-body {
    padding: 15px;
}
.mini-body h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.25;
}
.mini-price {
    font-weight: 900;
    color: #2e282b;
}
.mini-body p {
    margin: 6px 0 12px;
    color:#736a70;
    font-size: 13px;
    line-height: 1.45;
}
.review-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
}
.review-summary,
.review-card {
    border: 1px solid #eee1d7;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(95,58,32,.08);
    padding: 24px;
}
.review-summary h3 {
    font-family: 'lato-regular';
    font-size: 44px;
    margin: 0;
}
.rating-bars {
    display: grid;
    gap: 9px;
    margin-top: 16px;
}
.bar {
    display: grid;
    grid-template-columns: 46px 1fr 40px;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    color: #736a70;
}
.bar-track {
    height: 8px;
    border-radius: 999px;
    background: #eee1d7;
    overflow: hidden;
}
.bar-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(105deg,#8a652d 0%,#c59a5b 38%,#f0d28a 72%,#b88236 100%);
}
.review-list {
    display: grid;
    gap: 14px;
}
.review-card p {
    color: #4f464b;
    line-height: 1.65;
}
.avatar {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 12px;
}
.avatar span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(105deg,#8a652d 0%,#c59a5b 38%,#f0d28a 72%,#b88236 100%);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
}
.customer-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 18px;
}
.customer-photo {
    min-height: 132px;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff0f6, #e9f8ff);
    border: 1px solid #fff;
    box-shadow: 0 10px 28px rgba(95,58,32,.08);
    display: grid;
    place-items: center;
    color: #b88236;
    font-weight: 900;
}
.faq-list {
    display: grid;
    gap: 10px;
}
.faq-item {
    border: 1px solid #eee1d7;
    background: #fff;
    border-radius: 20px;
    padding: 18px;
}
.faq-item h3 {
    margin: 0 0 8px;
    font-size: 18px;
}
.faq-item p {
    margin: 0;
    color: #736a70;
    line-height: 1.65;
    font-size: 16px;
}
.link-cloud {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-top: 18px;
}
.link-cloud a {
    border: 1px solid #eee1d7;
    background: #fff;
    border-radius: 999px;
    padding: 10px 13px;
    font-size: 13px;
    font-weight: 900;
    color: #5b4c52;
}
.footer {
    background: #262326;
    color: #fff;
    padding: 54px 0 34px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(4, 1fr);
    gap: 28px;
}
.footer img {
    width: 130px;
    background: #fff;
    border-radius: 14px;
    padding: 8px;
}
.footer h4 {
    margin: 0 0 12px;
    color: #f1cf8c;
}
.footer a,
.footer p {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 8px;
}
.footer-bottom {
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
}
.sticky-mobile-cta {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid #eee1d7;
    z-index: 230;
    padding: 8px 10px;
    gap: 8px;
    box-shadow: 0 -10px 30px rgba(95, 58, 32, 0.08);
}
.sticky-mobile-cta .btn {
    flex: 1;
    min-height: 44px;
    padding: 10px;
    font-size: 13px;
}
.float-actions {
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 240;
    display: grid;
    gap: 10px;
}
.float-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #eee1d7;
    background: #fff;
    box-shadow: 0 10px 28px rgba(95,58,32,.08);
    font-weight: 900;
    color: #7b5731;
    display: grid;
    place-items: center;
}
.float-btn.top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.2s ease;
}
.float-btn.top.show {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.modal {
    /* position: fixed;
    inset: 0;
    background: rgba(33, 31, 32, 0.48);
    z-index: 330;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px; */
}
.modal.active {
    display: flex;
}
.modal-card {
    width: min(720px, 100%);
    max-height: 88vh;
    overflow: auto;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
    position: relative;
    padding: 28px;
}
.modal-close {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #eee1d7;
    background: #fff;
}
.modal-card h2 {
    font-family: 'lato-regular';
    font-size: 38px;
    line-height: 1.05;
    margin: 0 0 10px;
}
.modal-card p {
    color: #736a70;
    line-height: 1.6;
}


/* PDP conversion convenience additions */
.micro-trust-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0px 0 0px;
}
.micro-trust-row span {
    border: 1px solid rgba(197, 154, 91, 0.22);
    background: #fff8ec;
    border-radius: 18px;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 900;
    color: #5b4634;
}
.gold-rate-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    border-radius: 16px;
    background: #fff;
    border: 1px dashed rgba(197, 154, 91, 0.35);
    color: #5d5056;
    font-size: 12.5px;
    line-height: 1.55;
}
.gold-rate-note b {
    color: #7b5731;
}
.social-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0 0 16px;
}
.social-proof div {
    border: 1px solid #eee1d7;
    border-radius: 16px;
    background: #fff;
    padding: 10px;
    text-align: center;
}
.social-proof b {
    display: block;
    color: #7b5731;
    font-size: 15px;
}
.social-proof span {
    display: block;
    color: #736a70;
    font-size: 11px;
    margin-top: 3px;
    line-height: 1.35;
}
.size-helper-card {
    margin-top: 12px;
    border: 1px solid rgba(238, 225, 215, 0.95);
    border-radius: 20px;
    background: linear-gradient(135deg, #fff, #fffaf6);
    padding: 14px;
}
.size-helper-card h3 {
    font-size: 16px;
    margin: 0 0 9px;
}
.size-paths {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.size-paths button {
    border: 1px solid #eee1d7;
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    text-align: left;
    font-weight: 900;
    color: #51464c;
}
.size-paths small {
    display: block;
    color: #736a70;
    font-weight: 700;
    margin-top: 3px;
    line-height: 1.35;
}
.size-availability {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}
.size-stock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid #eee1d7;
    background: #fff;
    border-radius: 16px;
    padding: 10px 12px;
    font-size: 13px;
}
.size-stock b {
    color: #7b5731;
}
.stock-green {
    color: #188457;
    font-weight: 900;
}
.stock-amber {
    color: #b46a16;
    font-weight: 900;
}

.reserve-card {
    border: 1px solid rgba(197, 154, 91, 0.25);
    border-radius: 22px;
    background: linear-gradient(135deg, #fff8ec, #fff0f6);
    padding: 16px;
    margin: 16px 0;
}
.reserve-card h3 {
    font-family: 'lato-regular';
    font-size: 24px;
    margin: 0 0 6px;
}
.reserve-card p {
    margin: 0 0 12px;
    color: #736a70;
    line-height: 1.55;
    font-size: 14px;
}
.reserve-actions {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}


.eligibility-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}
.eligibility-grid div {
    border: 1px solid rgba(238, 225, 215, 0.9);
    border-radius: 16px;
    background: #fffafc;
    padding: 11px;
}
.eligibility-grid b {
    display: block;
    color: #7b5731;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.eligibility-grid span {
    display: block;
    color: #4f464b;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 4px;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 12px;
}
.timeline-step {
    border: 1px solid rgba(238, 225, 215, 0.9);
    border-radius: 6px;
    background: #fff8ec;
    padding: 11px;
}
.timeline-step b {
    display: block;
    color: #7b5731;
    font-size: 12px;
    margin-bottom: 4px;
}
.timeline-step span {
    display: block;
    color:#736a70;
    font-size: 12px;
    line-height: 1.35;
}
.desktop-sticky-summary {
    position: fixed;
    right: 18px;
    top: 130px;
    width: 270px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #eee1d7;
    border-radius: 26px;
    box-shadow: 0 16px 48px rgba(95,58,32,.10);;
    z-index: 120;
    padding: 16px;
    transform: translateX(120%);
    transition: 0.25s ease;
    backdrop-filter: blur(14px);
}
.desktop-sticky-summary.show {
    transform: none;
}
.desktop-sticky-summary h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.25;
}
.desktop-sticky-summary .summary-price {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}
.summary-meta {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
    color: #736a70;
    font-size: 12px;
}
.summary-actions {
    display: grid;
    gap: 8px;
}
.summary-actions .btn {
    min-height: 42px;
    padding: 10px;
}
.compare-table-wrap {
    overflow: auto;
}
.compare-table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0 10px;
}
.compare-table th,
.compare-table td {
    text-align: left;
    padding: 14px;
    border-top: 1px solid #eee1d7;
    border-bottom: 1px solid #eee1d7;
    background: #fffafc;
    font-size: 13px;
}
.compare-table th:first-child,
.compare-table td:first-child {
    border-left: 1px solid #eee1d7;
    border-radius: 16px 0 0 16px;
    font-weight: 900;
    color: #7b5731;
}
.compare-table th:last-child,
.compare-table td:last-child {
    border-right: 1px solid #eee1d7;
    border-radius: 0 16px 16px 0;
}
.buyback-explain {
    border: 1px solid #eee1d7;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(95,58,32,.08);
    padding: 24px;
}
.buyback-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 16px;
}
.buyback-grid div {
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(238, 225, 215, 0.9);
    background: linear-gradient(135deg, #fff, #fff8ec);
}
.buyback-grid b {
    display: block;
    color: #7b5731;
    margin-bottom: 6px;
}
.buyback-grid span {
    color: #4f464b;
    font-size: 13px;
    line-height: 1.55;
}
.style-video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.video-shine-cards img{
    width: 100%;
    padding-bottom: 0px;
    border-radius: 15px;
        height: 100%;
    object-fit: cover;
}
.bnr_static_img{
    width: 100%;
}
.shopy_category{
    width: 100%;
    background: #fff;
    padding: 30px 0px;
}
.bnr_static_img img{
    width: 100%;
    padding-bottom: 0;
}
.brow_cat_grid{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap:10px;
    /* overflow-x: hidden; */
}
.brow_cate_one {
    /* border: 1px solid #dfdfdf; */
}
.brow_cate_one {
    margin: 0px 10px;
}

.brow_cat_img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    min-height: 270px;
}
.brow_cat_img img {
    width: 100%;
    padding-bottom: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #ddd;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
.explore_btns {
    width: 100%;
    text-align: center;
}
.btn_design {
    padding: 12px 18px;
    background-color: #fff;
    border: 1px solid #5f3f01;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.4s ease;
    position: relative;
    z-index: 99;
    letter-spacing: 0.5px;
    color: #333;
    line-height: 1.2;
    text-decoration: none;
    font-size: 14px;
    top: -20px;
    height: 43px;
}
.btn_design:hover{
    text-decoration: none;
    color: #774e4f;
}
.style-card,
.video-shine-card,
.ar-card,
.emi-card {
    border: 1px solid #eee1d7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(95,58,32,.08);
    padding: 24px;
    position: relative;
    overflow: hidden;
}
.style-card h3,
.video-shine-card h3,
.ar-card h3,
.emi-card h3 {
    font-size: 28px;
    margin: 0 0 8px;
}
.style-card p,
.video-shine-card p,
.ar-card p,
.emi-card p {
    color: #736a70;
    line-height: 1.65;
    margin: 0 0 14px;
}
.style-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.style-tags span {
    border-radius: 4px;
    background: #4b0082;
    padding: 3px 6px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
}
.video-frame {
    height: 220px;
    border-radius: 24px;
    background: radial-gradient(circle at 30% 30%, #fff, transparent 28%),
        linear-gradient(135deg, #262326, #7b5731, #fff0f6);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 56px;
    margin-top: 12px;
}
.video-frame span {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}
.ar-emi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.emi-calc {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-top: 12px;
}
.emi-calc input {
    height: 46px;
    border: 1px solid #eee1d7;
    border-radius: 999px;
    padding: 0 14px;
}
.emi-result {
    margin-top: 10px;
    padding: 12px;
    border-radius: 16px;
    background: #fff8ec;
    border: 1px solid rgba(197, 154, 91, 0.22);
    font-weight: 900;
    color: #7b5731;
}
.store-availability-table {
    border: 1px solid #eee1d7;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(95,58,32,.08);
    padding: 24px;
}
.store-rows {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}
.store-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(238, 225, 215, 0.9);
    border-radius: 6px;
    background: #fffafc;
    padding: 12px;
}
.store-row b {
    color: #2e282b;
}
.store-row span {
    color:#736a70;
    font-size: 13px;
}
.store-row em {
    font-style: normal;
    font-weight: 900;
    color: #188457;
    font-size: 12px;
}
.qa-list {
    display: grid;
    gap: 12px;
}
.qa-item {
    border: 1px solid #eee1d7;
    border-radius: 22px;
    background: #fff;
    padding: 18px;
}
.qa-item h3 {
    margin: 0 0 8px;
    font-size: 18px;
}
.qa-item p {
    margin: 0;
    color: #736a70;
    line-height: 1.65;
}
.compared-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.compared-card {
    border: 1px solid #eee1d7;
    border-radius: 24px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 10px 28px rgba(95,58,32,.08);
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    align-items: center;
}
.compared-art {
    height: 72px;
    border-radius: 6px;
    background: linear-gradient(135deg, #fff8ec, #fff0f6);
    display: grid;
    place-items: center;
    color: #b88236;
}
.compared-card b {
    font-size: 14px;
}
.compared-card span {
    display: block;
    color: #736a70;
    font-size: 12px;
    margin-top: 4px;
}
.notify-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 12px;
}
.notify-options label {
    border: 1px solid #eee1d7;
    border-radius: 16px;
    background: #fff;
    padding: 12px;
    font-weight: 900;
    color: #51464c;
}
.notify-options small {
    display: block;
    color:#736a70;
    font-weight: 700;
    margin-top: 3px;
}
.gift-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 14px;
}
.gift-options label {
    border: 1px solid #eee1d7;
    border-radius: 16px;
    background: #fff;
    padding: 12px;
    color: #51464c;
    font-weight: 900;
}
.gift-options label a{
    color: #51464c;
}
.gift-options label a:hover{
    text-decoration: none;
}
.gift-options small {
    display: block;
    color: #736a70;
    font-weight: 700;
    margin-top: 3px;
}
.gift-options input[type="checkbox"]{
    accent-color: #774e4f;
}
.date-list,
.time-list{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin:8px 0;
}
input[type="radio"]{
    display:none;
}
.date-card{
    width:100px;
    text-align:center;
    border:2px solid #ddd;
    border-radius:8px;
    padding:8px 10px;
    cursor:pointer;
    transition:.3s;
    background:#fff;
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 0;
    justify-content: center;
}
.date-card h3{
    margin:0px 0;
    font-size:14px;
}
input[type="radio"]:checked + .date-card{
    background:#9d8d7a;
    color:#fff;
    border-color:#9d8d7a;
}
.time-list label{
    padding:8px 12px;
    border:2px solid #ddd;
    border-radius:10px;
    cursor:pointer;
    transition:.3s;
    width: 100px;
    margin-bottom: 0;
}
.time-list input:checked + label{
    background:#9d8d7a;
    color:#fff;
    border-color:#9d8d7a;
}
.date-card:hover,
.time-list label:hover{
    border-color:#9d8d7a;
}
.date-card small{
   font-size:14px;
}
h3.time_size{
    font-size: 14px;
    font-weight: 600;
}
.d_grids{
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 10px;
}
.otp-container{
    display:flex;
    gap:12px;
}

.otp-input{
    width:55px;
    height:55px;
    border:2px solid #dcdcdc;
    border-radius:8px;
    text-align:center;
    font-size:20px;
    font-weight:normal;
    outline:none;
    transition:.3s;
}

.otp-input:focus{
    border-color:#774e4f;
    box-shadow:0 0 5px rgba(0,123,255,.3);
}

.otp-input::-webkit-inner-spin-button,
.otp-input::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0;
}
.suces_otp_msg{
 font-size: 12px;
 color: #2e7d32;
  margin: 0px 0px 8px; 
  text-align: center;
  padding-top: 5px;
}
.resend_opts{
text-align: center;
font-size: 12px;
color: #c77f44;
cursor: pointer;
display: table;
margin: 0 auto;
padding: 10px 0px;
font-weight: 600;
}
.resend_opts:hover{
    text-decoration: none;
    color: #c77f44;
}
.size-chart-table {
    width: 100%;
    border-collapse: collapse;
    height: 300px;
    overflow: auto;
}
.size-chart-table table{
    width: 100%;
}
.size-chart-table th,
.size-chart-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
}
.size-chart-table th {
    background: #f5f5f5;
    font-weight: 600;
    color: #333;
    position: sticky;
    top: -10px;
    z-index:10;
}
.size-chart-table tbody tr:nth-child(even) {
    background: #fafafa;
}
.size-chart-table tbody tr:hover {
    background: #f1f1f1;
}

.image-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.85); */
    background: #f0f0f0;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
}

.popup-content img {
    max-width: 100vw;
    max-height: 100vh;
    display: block;
    border-radius: 2px;
}

.close-btn {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}

.nav-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 2px;
}

.nav-btn:hover {
    background: transparent;
}

.nav-btn.next-btn {
    position: absolute;
    right: 0;
    /* box-shadow: 0px 3px 4px #ccc; */
    border-radius: 100%;
}

.nav-btn.next-btn:focus {
    outline: none;
}

.nav-btn.prev-btn {
    position: absolute;
    left: 0;
    z-index: 9;
    /* box-shadow: 0px 3px 4px #ccc; */
    border-radius: 100%;
}

.nav-btn.prev-btn:focus {
    outline: none;
}

#popupImage {
    transform-origin: center;
    cursor: zoom-in;
}


/* cart css start */
.row_cart{
    padding: 0px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 435px;
    gap: 26px;
    align-items: start;
}
.steps {
    display: flex;
    gap: 8px;
    min-width: 420px;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
}
.step {
    /* border: 1px solid #eee1d7;
    background: #fff;
    border-radius: 999px;
    padding: 10px 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    color: #736a70;
    cursor: pointer; */
}
.step.active {
    /* background: #9d8d7a;
    color: #fff;
    border-color: transparent; */
}

/* ═══ PROGRESS BAR ═══ */
.progress-bar {
    padding: 20px 0 8px;
    background: transparent;
}
.progress-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
}
.progress-step {
    display: flex;
    align-items: center;
    gap: 0;
}
.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #d1d1d6;
    color: #8e8e93;
    background: #fff;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}
.step-circle.active {
    border-color: #a6864e;
    background: #a6864e;
    color: #fff;
}
.step-circle.done {
    border-color: #1b7a3d;
    background: #1b7a3d;
    color: #fff;
}
.step-label {
    font-size: 11px;
    font-weight: 600;
    color: #8e8e93;
    text-align: center;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.step-label.active {
    color: #a6864e;
}
.step-label.done {
    color: #1b7a3d;
}
.step-line {
    width: 200px;
    height: 2px;
    background: #d1d1d6;
    margin: 0 -1px;
    margin-bottom: 18px;
    position: absolute;
    top:17px;
}
.step-line.done {
    background: #1b7a3d;
}
.step-line.active {
    background: linear-gradient(90deg, #1b7a3d, #a6864e);
}
.step-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.step-wrap.step{
    width: 200px;
}
.layouts {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 435px;
    gap: 26px;
    align-items: start;
}
.stack {
    display: grid;
    gap: 18px;
}
.cart_card {
    border: 1px solid #eee1d7;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(95, 58, 32, 0.08);
    padding: 22px;
}
.cart_card h2 {
    margin: 0;
    font-size: 20px;
    padding-bottom: 10px;
}
.cart_card p {
    color: #736a70;
    line-height: 1.65;
    margin: 8px 0 0;
}
.coupons_wrapers_avail p{
    margin:3px 0px 0px;
    font-size: 13px;
}
.cart_card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.cart_card-head span {
    font-size: 13px;
    color: #736a70;
    font-weight: 900;
}
.cart_items {
    display: grid;
    grid-template-columns: 132px 1fr auto;
    gap: 18px;
    padding: 18px 0;
    border-top: 1px solid #eee1d7;
}
.cart_items:first-of-type {
    border-top: 0;
    padding-top: 0;
}
.cart_media {
    height: 132px;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff8ec, #fff0f6);
    display: grid;
    place-items: center;
    color: #b88236;
    position: relative;
    overflow: hidden;
    border:1px solid #eee1d7;
}
.cart_media img{
    width: 100%;
    padding-bottom: 0px;
}
/* .cart_media:after {
    content: "";
    position: absolute;
    right: -24px;
    top: -24px;
    width: 94px;
    height: 94px;
    border: 14px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
} */
.cart_media svg {
    width: 82px;
    position: relative;
    z-index: 1;
}
.info h3 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.25;
}
.sku {
    font-size: 12px;
    color: #736a70;
    font-weight: 900;
    margin-bottom: 10px;
}
.chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.chips span {
    border: 1px solid #eee1d7;
    border-radius: 999px;
    padding: 7px 9px;
    background: #fffafc;
    font-size: 12px;
    font-weight: 900;
    color: #5d5056;
}
.breakup {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 12px 0;
}
.breakup div {
    border: 1px dashed rgba(197, 154, 91, 0.28);
    border-radius: 14px;
    background: #fffaf3;
    padding: 8px;
}
.breakup b {
    display: block;
    color: #7b5731;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 3px;
}
.breakup span {
    font-size: 12px;
    color: #4f464b;
}
.alert {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    padding: 10px;
    border-radius: 16px;
    background: #eef8e9;
    border: 1px solid rgba(95, 130, 61, 0.16);
    color: #4d6435;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
}
.item-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.item-actions button {
    border: 1px solid #eee1d7;
    background: #fff;
    border-radius: 999px;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 900;
    color: #5d5056;
}
.item-price {
    text-align: right;
    min-width: 150px;
}
.price {
    font-size: 18px;
    font-weight: 900;
}
.mrp {
    color: #9b8f95;
    text-decoration: line-through;
    font-size: 12px;
}
.discount {
    color: #14905f;
    font-size: 12px;
    font-weight: 600;
    margin-top: 4px;
}

.cart_qty {
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    border: 1px solid #eee1d7;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}
.cart_qty button {
    width: 34px;
    height: 34px;
    border: 0;
    background: #fff;
    font-weight: 900;
    color: #736a70;
}
.cart_qty button:focus{
    outline:none;
}
.cart_qty span {
    width: 34px;
    text-align: center;
    font-weight: 900;
}
 .summary {
position: sticky;
top: 18px;
}
.lines {
display: grid;
gap: 12px;
margin: 8px 0;
/* border-top: 1px solid #eee1d7; */
border-bottom: 1px solid #eee1d7;
padding: 8px 0;
}
.line {
display: flex;
justify-content: space-between;
gap: 16px;
color: #51464c;
}
.line.save {
color: #14905f;
font-weight: 900;
}
.total {
display: flex;
justify-content: space-between;
align-items: baseline;
margin: 16px 0;
}
.total b {
font-size: 17px;
}
.total span {
font-size: 17px;
font-weight: 900;
}
.secure {
display: grid;
gap: 4px;
margin: 14px 0;
color: #5d5056;
font-size: 12px;
font-weight: 900;
grid-template-columns: repeat(3,1fr);
}
.summary .btn {
width: 100%;
margin-top: 10px;
}
.payments {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin-top: 14px;
}
.payments span {
border: 1px solid #eee1d7;
border-radius: 999px;
padding: 8px 10px;
background: #fff;
font-size: 12px;
font-weight: 900;
color: #5d5056;
}
.support {
background: linear-gradient(135deg, #fff8ec, #fff0f6);
}
.support-actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 9px;
margin-top: 14px;
}
.support-actions .btn {
min-height: 42px;
padding: 10px;
font-size: 13px;
}
.mini-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
margin-top: 16px;
}
.mini {
border: 1px solid #eee1d7;
border-radius: 24px;
background: #fff;
box-shadow: 0 16px 48px rgba(95, 58, 32, 0.1);
overflow: hidden;
}
.mini-media {
height: 150px;
background: linear-gradient(135deg, #fff8ec, #fff0f6);
display: grid;
place-items: center;
color: #b88236;
}
.mini-media svg {
width: 78px;
}
.mini-body {
padding: 14px;
}
.mini-body h3 {
font-size: 15px;
line-height: 1.25;
margin: 0 0 6px;
}
.mini-body p {
font-size: 12px;
margin: 0 0 8px;
color:#736a70;
line-height: 1.45;
}
.mini-price {
font-weight: 900;
margin-bottom: 10px;
}
.mini .btn {
min-height: 38px;
padding: 8px 11px;
font-size: 12px;
width: 100%;
}
.empty {
display: none;
text-align: center;
border: 1px solid #eee1d7;
border-radius: 34px;
background: #fff;
box-shadow: 0 16px 48px rgba(95, 58, 32, 0.1);
padding: 44px;
margin: 30px 0;
}
.empty.show {
display: block;
}
.empty h2 {
font-size: 42px;
margin: 0 0 10px;
}
.overflow_secs{
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow-x: hidden; 
    transition: overflow 0.3s;
}
.overflow_secs:hover,.overflow_secs:focus{
    overflow-x: auto;
}
.overflow_secs ul{
    display: flex;
    align-items: center;
    gap:0px;
    background-color:transparent;
    margin-bottom: 0px;
    width: 100%;
    margin:3px auto 3px auto;
    flex-wrap: nowrap;
}
.overflow_secs::-webkit-scrollbar{
    height: 4px;
    background: #434852;
}

.overflow_secs::-webkit-scrollbar-thumb{
    background: #888;
    border-radius: 4px;
}
.overflow_secs::-webkit-scrollbar-thumb:hover{
    background: #555;
}
.nav-tabs {
    border-bottom: none;
}
.nav-link{
    color: #b3b3b3!important;
    cursor: pointer;
    padding: 2px 0px;
}
.tab-content>.tab-pane{
    padding:10px 0px!important;
}
.tab-content.coupons-content{
    display:block !important;
}
.nav-tabs .nav-link{
    border-radius: 0px;
    transition: 0.5s;
    font-size: 14px;
    border-bottom: 2px solid #b3b3b3;
}
.nav-tabs .nav-link i{
    font-size: 18px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 2px solid #808080;
    color: #808080 !important;
}
.nav-tabs .nav-link.active{
    color: #774e4f !important;
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #774e4f;
    font-weight: 600;
}
.nav-tabs .nav-item{
    margin-right:0px;
    /* width: 33.333%; */
    text-align: center;
    flex: 1;
}
.nav-tabs{
    border-bottom: none;
}
.gift_code_sec_wrap{
    width: 100%;
    border: 1px dashed #808080;
    border-radius: 15px;
    padding: 15px 15px 0px 15px;
    margin-bottom:5px;
    
}
.ener_giftcode_input{
    width: 100%;
}
.ener_giftcode_input input{
    background: #fff;
    color: #333;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    width: 100%;
    font-size: 13px;
    outline: none;
    margin-bottom: 15px;
    height: 42px;
}
.apply_btns{
    width: 100%;
    position: relative;
}
.apply_btns button{
    background-color: #774e4f;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #774e4f;
    border-radius: 6px;
    position: absolute;
    top: -51px;
    right: 9px;
    font-size: 14px;
    outline: none;
    font-weight: 600;
    height: 30px;
    line-height: 60%;
}
.apply_btns button.removes{
    background-color: #fff;
    border: 1px solid #774e4f;
    color: #774e4f;
}
.check_btn,.check_btn_apply,.validate_btn{
    /* background: #c41c19; */
    background: #774e4f;
    padding: 4px;
    width: 100%;
    border: 1px solid #774e4f;
    color: #fff;
    height: 41px;
    margin: 0px 0px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    outline: none;
    transition: 0.5s;
}
.check_btn:hover,.check_btn_apply:hover,.validate_btn:hover{
    background: #f8f8f8;
    padding: 4px;
    width: 100%;
    border: 1px solid #774e4f;
    color: #774e4f;
    height: 41px;
    margin: 0px 0px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    outline: none;
}
.check_btn:focus,.check_btn_apply:focus,.remove_btns:focus,.validate_btn:focus{
    outline: none;
}
.remove_btns{
     background: #f8f8f8;
    padding: 4px;
    width: 100%;
    border: 1px solid #774e4f;
    color: #774e4f;
    height: 42px;
    margin: 0px 0px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    outline: none;
}
.card_bal{
    color:#209e64;
    font-size: 13px!important;
    margin-bottom: 0;
}
/* .promo_code_sec_wrap{
    width: 100%;
    margin: 0px 0px;
    border: 1px dashed #808080;
    border-radius: 15px;
    padding: 10px;
} */

.ener_coupomcode_input{
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
}
.ener_coupomcode_input input{
    background: #fff;
    color: #212121;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    width: 100%;
    font-size: 13px;
    outline: none;
}
.available-coupons{
    padding-top: 10px;
}
.coupon_wrap_list {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
    /* box-shadow: 0px 0px 4px #d5d5d5; */
}
.inactives{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(229, 231, 235);
    margin-bottom: 10px;
    opacity: 0.5;
}
.coupon_wrap_list .apply-btn {
    font-size: 11px !important;
    padding: 4px 10px !important;
    min-width: unset;
    /* background: #e6e6e6; */
    color: #fff;
}
.coupon_wrap_list .apply-btn:focus{
    outline: none;
}

li.coupon_wrap_list:hover {
    background: linear-gradient(90deg, #774e4f 0%, #c29798 100%);
    color: #fff;
}
li.coupon_wrap_list:hover p {
    color: #fff;
}
.actives{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(229, 231, 235);
    margin-bottom: 10px;
    opacity: 1;
}
.coupon_wrap_list .apply-btn {
    font-size: 11px ;
    padding: 4px 10px ;
    min-width: unset;
}
.apply-btn {
    width: 80px;
    height: 35px;
    background: #690114;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.remove-btn{
    width: 80px;
    height: 35px;
    background: #fff;
    color: #690114 ;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #690114;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-top: 14px;
}
.form-row input, .gift input, .gift textarea {
       background: #fff;
    color: #212121;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    width: 100%;
    font-size: 13px;
    outline: none;
}
h2.avail_points_redem{
    font-size: 14px;
}
.scheme-box{
    width:100%;
    background:#fff;
    /* border:1px solid #ddd; */
}

.scheme-header{
    padding:6px 12px;
    font-size:14px;
    color:#444;
    border-bottom:1px dashed #d9d9d9;
}

.scheme-options{
    display:flex;
    gap:30px;
    padding:8px 10px;
    border-bottom:1px dashed #d9d9d9;
}

.radio-box{
    display:flex;
    align-items:center;
    cursor:pointer;
    font-size:14px;
    color:#222;
    margin-bottom: 0;
}

.radio-box input{
    display:none;
}

.custom-radio{
    width:18px;
    height:18px;
    border:2px solid #9a9a9a;
    border-radius:50%;
    margin-right:8px;
    position:relative;
}

.radio-box input:checked + .custom-radio::after{
    content:"";
    width:8px;
    height:8px;
    background:#774e4f;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.scheme-message{
       padding: 10px 0px;
    /* background: #f3f3f3; */
    color: #666;
    font-size: 14px;
}

/* {
    background:linear-gradient(90deg, #241810, #5d3c20 28%, #8a652d 50%, #5d3c20 72%, #241810);
} */
.display_table{
    display: flex;
    align-items: center;
    justify-content: end;
    gap:10px;
}
.just-cnt-center{
    justify-content: center;
}
.btns.ghost.w_auto{
    width: auto;
}
.btns.ghosts1.w_auto{
    width: auto;
}
.btns.ghosts2.w_auto{
    width: auto;
}
.btns.ghosts3.w_auto{
    width: auto;
}
.paid_suces.w_auto{
    width: auto;
}


.mb18{
    margin-bottom: 18px!important;
}
.mb0{
    margin-bottom: 0;
}
.card h2 {
    margin: 0;
    font-size: 26px;
}
.mobile-checkout {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #eee1d7;
    z-index: 80;
    padding: 9px 12px;
    box-shadow: 0 -10px 30px rgba(95, 58, 32, 0.08);
    align-items: center;
    gap: 12px;
}
.mobile-checkout .mob-total {
    flex: 1;
}
.mobile-checkout b {
    display: block;
    font-size: 11px;
    color:#736a70;
    text-transform: uppercase;
}
.mobile-checkout span {
    font-size: 20px;
    font-weight: 900;
}
.btns.checkouts{
    background: #774e4f;
    height: 40px;
    color: #fff;
    border:none;
    font-size: 16px;
    border-radius: 5px;
}
.mobile-pay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #eee1d7;
    z-index: 80;
    padding: 9px 12px;
    box-shadow: 0 -10px 30px rgba(95, 58, 32, 0.08);
    align-items: center;
    gap: 12px;
}
.mobile-pay .mob-total {
    flex: 1;
}
.mobile-pay b {
    display: block;
    font-size: 11px;
    color: #736a70;
    text-transform: uppercase;
}
.mobile-pay span {
    font-size: 20px;
    font-weight: 900;
}
.available-schemes ul li{
    list-style: none;
}
.available-schemes ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    background: #fffaf2;
    padding: 6px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #e1c8c6;
}
.available-schemes ul li p{
    margin-top: 0;
}
/* cart css end */


/* checkout css start */
.field {
    display: grid;
    gap: 2px;
    position: relative;
}
.field.full {
    grid-column: 1/-1;
}
.field label {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: #7b5731;
    margin-bottom: 0;
}
.otp-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-top: 5px;
}
.h44{
    height: 44px!important;
}
.width_100{
    width: 100%;
}
.min_height_99{
    min-height: 90px;
}
.field input,
.field select,
.field textarea,
.otp-row input {
    width: 100%;
    border: 1px solid #eee1d7;
    border-radius: 10px;
    background: #fff;
    padding: 13px 14px;
    outline: none;
    margin-bottom: 2px;
}
.field textarea {
    min-height: 86px;
    resize: vertical;
}
.field.invalid input,
.field.invalid textarea {
    border-color: #d04747;
    background: #fff8f8;
}
.error {
    display: none;
    color: #d04747;
    font-size: 12px;
    font-weight: 900;
}
.gap20{
    gap:20px;
}
.pos-rel{
    position: relative;
}
span.pos_center{
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-family: 'Ivy Mode';
    color: #fff;
    text-shadow: 0px 0px 3px #212121;
        z-index: 9;
}
.errors{
    color:#d04747; font-size: 12px; float: left;    position: absolute;
    bottom: -15px;
}
.req_err{
    color: #d04747!important;
    position: absolute;
    bottom: -15px;
}
.field.invalid .error {
    display: block;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt0{
    margin-top: 0;
}
.order_box{
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee1d7;
    margin-bottom: 5px;
}
.order_img{
     width: 50px;
    height: 50px;
    background: linear-gradient(150deg, #f5f2ec, #ede7db);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}
.order_img img{
    width: 100%;
}
.order_title{
    font-size: 13px;
     font-weight: 500;
      color:#1d1d1f

}
.order_subtitle{
    font-size: 11px;
     color: #636366
}
.order_price{
    font-size: 12px;
    font-weight: 600
}
.cart_list {
    position: relative;
    width: 100%;
    padding: 10px 0px;
}

.cart_list .shipping-box {
    width: 100%;
    margin-bottom: 0px;
}

.cart_list .shipping-box .control {
    font-size: 15px;
    color: #000;
}

.cart_list .shipping-box .control__indicator {
    top: 0px;
}

.shipping-box .control {
    margin-bottom: 0px;
}

.shipping-box {
    padding: 15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 6px;
}

.shipping-box h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.cart_li .shipping-box {
    width: 100%;
    margin-bottom: 5px;
}

.cart_li .shipping-box .control {
    font-size: 15px;
    color: #000;
    line-height: 180%;
}

.shipping-box .control {
    margin-bottom: 0px;
}

.control {
    font-size: 13px;
    font-weight: 400;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #808080;
}

.shipping-box p {
    margin-bottom: 0px;
    font-size: 15px;
}

.shipping-box h3 {
    font-size: 15px;
    font-weight: 600;
}

.control input {
    /* position: absolute;
    z-index: -1;
    opacity: 0; */
    opacity: 0;
    position: absolute;
    width: 90%;
    top: 0;
    height: 100%;
    left: 0;
    cursor: pointer;
}

.cart_li .shipping-box .control__indicator {
    top: 0px;
    left: -2px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #e6e6e6;
}

/* .shipping-box .control:after {
    position: absolute;
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    right: 10px;
    top: 15px;
    font-weight: bold;
    font-size: 22px;
    color: #000;
} */
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator {
    background: #690114;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--radio .control__indicator:after {
    left:4px;
    top: 4px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
}
.billing_add_wraper h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 2px;
}
 /* Saved addresses */
.addr-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 14px;
}
@media (max-width: 600px) {
    .addr-cards {
        grid-template-columns: 1fr;
    }
}
.addr-card {
    padding: 14px;
    border: 1.5px solid #d1d1d6;;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}
.addr-card:hover {
    border-color:#a6864e;
}
.addr-card.on {
    border-color:#a6864e;
    background: #f7f0e4;
}
.addr-card-type {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background:#a6864e;
    padding: 2px 7px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 6px;
}
.addr-card-name {
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 3px;
}
.addr-card-detail {
    font-size: 12.5px;
    color: #636366;
    line-height: 1.5;
}
.addr-card-phone {
    font-size: 12px;
    color: #3a3a3c;
    margin-top: 4px;
    font-weight: 500;
}
.addr-card-check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #d1d1d6;;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
    transition: all 0.2s;
}
.addr-card.on .addr-card-check {
    background:#a6864e;
    border-color:#a6864e;
}
.addr-new-btn {
    padding: 9px;
    border: 1.5px dashed #d1d1d6;;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    color: #636366;
    font-weight: 500;
    transition: all 0.2s;
}
.addr-new-btn:hover {
    border-color:#a6864e;
    color:#a6864e;
}
.update_title{
    font-size: 18px;
    text-align: left;
    color: #a6864e;
    /* border-bottom: 1px solid #a6864e; */
    background: #f7f0e4;
    padding: 10px 14px;
}
.edit_popup_wrap {
    max-width: 55%;
    width: 100%;
    padding: 12px;
}
.pt0{
    padding-top: 0!important;
}
.pt15{
    padding-top: 15px;
}
.pt5{
   padding-top: 5px; 
}
.pt10{
    padding-top: 10px;
}
.pt20{
    padding-top: 20px;
}
.btns.submits{
    background:#a6864e;
    color:#fff;
    border-radius: 10px;
    outline: none;
}
.d_flexs{
    display: flex;
    gap:20px;
}
.payment-box{
    width:100%;
    background:#fff;
    border:1px solid #ddd;
}

.payment-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding:20px 30px;
}

.payment-title{
    display:flex;
    flex-direction:column;
}

.payment-title a{
    color:#17375e;
    font-size:16px;
    font-weight:700;
    text-decoration:underline;
    text-transform:uppercase;
}

.payment-title span{
    margin-top:4px;
    color:#8b8b8b;
    font-size:13px;
    text-transform:uppercase;
}

.payment-arrow i{
    font-size:22px;
    color:#17375e;
    cursor:pointer;
}

.payment-body{
    border-top:1px solid #e5e5e5;
    padding:24px 30px;
    display:flex;
    justify-content:flex-end;
}

.pay-btn{
    background: #774e4f;
    color: #fff;
    border: none;
    padding: 7px 37px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
}

.pay-btn:hover{
    background:#5c3d3e;
}
/* checkout css end */



/* glow chit css start */
.default_head{
    width: 100%;
    padding: 12px 0px;
}
.default_head h2{
    font-size: 42px;
    color: #774e4f;
     font-family: 'Ivy Mode';
    text-align: center;
    font-weight: 500;
}
 .gold_scheme_bnr{
    width: 100%;
    position: relative;
}
.gold_scheme_bnr img{
    width: 100%;
}
.gold_scheme_bnr img.mob_banner{
    display:none;
}
.monthlyScheme-banner_buttons {
    position: absolute;
    top: 82%;
    left: 26%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    background: #F2B5C2;
    padding: 0.5rem 2rem;
    border-radius: 0.3rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.monthlyScheme-payment_button {
    background: #982638;
    color: white;
    border: none;
    padding: 0.1rem 1rem;
    border-radius: 2px;
    font-size: 0.9rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    /* transition: background 0.3s; */
    font-weight: bold;
    border-radius: 0.3rem;
    border:none;
}
.monthlyScheme-payment_button:focus{
    outline:none;
}
.monthlyScheme-enroll_button {
    background: white;
    color: black;
    padding: 0.5rem 1.5rem;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
    cursor: pointer;
    /* transition: background 0.3s; */
    font-weight: bold;
    border-radius: 0.3rem;
    border:none;
}
.monthlyScheme-enroll_button:focus{
    outline:none;
}
.steps-section{
    padding:20px 0 30px 0px;
    /* background:linear-gradient(90deg,#f6efe2 0%,#fff 100%); */
    overflow:hidden;
    background: url(../images/glow_image/background_pattern2.jpg) top center;
    background-size: cover;
    border-bottom: none;
}
.steps-section h2{
     text-align:center;
    font-size:28px;
    color:#886c44;
    padding-bottom: 20px;
     font-family: 'Ivy Mode';
}
.section-title{
    text-align:center;
    font-size:28px;
    color:#886c44;
    padding-bottom: 20px;
     font-family: 'Ivy Mode';
}
.steps-wrapper{
    position:relative;
    height:280px;
}
.wave-line{
    position:absolute;
    left:0;
    top:25px;
    width:100%;
    height:140px;
}
.step_svg{
    position:absolute;
    width:220px;
    text-align:center;
}
.step1{
    left:20px;
    top:20px;
}
.step2{
    left:330px;
    top:95px;
}
.step3{
    left:650px;
    top:20px;
}
.step4{
    right:10px;
    top:95px;
}
.icon-circle{
    width:75px;
    height:75px; 
    border:4px solid #a67c3d;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto 0 20px;
    margin-left:auto;
    margin-right:auto;
}
.icon-circle img{
    width:42px;
}
.step_svg h4{
    font-size:16px;
    color:#3d2b16;
    margin-bottom:10px;
    font-weight: 600;
}
.step_svg p{
    font-size:14px;
    line-height: 1.4;
    color:#666;
}
.perfection_sec_wrap{
width: 100%;
display: block;
padding: 40px 0px;
background-image: url(../images/glow_image/diagonal-line-bg-light.png);
background-repeat: repeat;
background-position: 0 0;
/* border-bottom: 1px solid #e8e8e8; */
}
.perfection_inner_title{
width: 100%;
display: table;
}
.perfection_inner_title h2{
text-align: center;
font-size: 28px;
color: #886c44;
padding-bottom:30px;
/* font-weight: 600;
line-height: 150%; */
margin-bottom: 0;
 font-family: 'Ivy Mode';
}
.perfection_inner_title h2 span{
color:#774e4f;
}
.grid_column_four{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap:20px;
}
.best_cat{
/* display: table; */
margin: 0 auto;
padding: 30px;
transition: 0.5s;
background: #fff;
text-align: center;
/* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
border-radius: 20px;
margin: 10px 8px;
}
.monthlyScheme-iconBox-8vg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(to right, #f3e4cd, #d3bfa4);
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.best_cat img{
width:80px;
padding-bottom: 0px;
}
.monthlyScheme-iconBox-8vg img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}
.best_cat h2{
font-size: 18px;
color: #000;
padding-top: 15px;
padding-bottom: 10px;
margin-bottom: 0;
}
.best_cat p{
font-size:14px;
color: #575656;
}
.best_cat:hover{
transform: translateY(-10px);
}



.plan-section{
padding:20px 0 30px 0;
background: #f9f7f3;
}
.plan-section h2{
        text-align: center;
    font-size: 28px;
    color: #886c44;
    padding-bottom: 30px;
    margin-bottom: 0;
    font-family: 'Ivy Mode';
}
.plan-tabs{
    display:flex;
    gap:40px;
    justify-content:center;
    margin-bottom:50px;
}
.plan-card{
    width:520px;
    padding:45px;
    border-radius:18px;
    cursor:pointer;
    transition:.35s;
    position:relative;
    text-align:center;
    background:linear-gradient(135deg,#e9cfb1,#d8b186);
    color:#fff;
    opacity: 0.6;
}
.plan-card:hover{
    transform:translateY(-8px);
}
.plan-card.active{
    background:linear-gradient(135deg,#b56d2d,#e6ad54);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
    opacity: 1;
}
.plan-icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#b37a2f;
    font-size:36px;
    margin-bottom:25px;
    box-shadow: 3px 3px 5px 0 #c5c !important;
}
.plan-icon img{
    width: 100%;
    max-width: 64px;
}
.plan-card h3{
    font-size:26px;
    margin-bottom:18px;
}
.plan-card p{
    line-height:28px;
    margin-bottom:30px;
}
.plan-card button{
    border:none;
    padding:14px 28px;
    border-radius:8px;
    background:#fff;
    color:#b56d2d;
    font-weight:600;
    cursor:pointer;
}
.tab-content-sec{
    display:none;
    background:#fff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}
.tab-content-sec.active{
    display:block;
}
.tab-content-sec h2{
    text-align:center;
    margin-bottom:25px;
    color:#000000;
    font-size: 20px;
    font-family: 'Ivy Mode';
}
.tab-content-sec p{
    line-height:30px;
    margin-bottom:0;
    font-size: 16px;
}
.eligibilty_table table{
    width:100%;
    border-collapse:collapse;
}
.eligibilty_table table th{
    background:linear-gradient(0deg, rgba(198, 147, 77, 1) 0%, #896732 100%);
    color:#fff;
    padding:15px;
    font-size: 14px;
}
.eligibilty_table table td{
    padding:15px;
    border:1px solid #ddd;
    font-size: 16px;
}
.note_sec{
    width: 100%;
    display: table;
}
.note_sec{
    margin-top: 15px;
    font-weight: bold;
    color: #b00;
}
.payment-calculator{
    padding:40px 0;
    background:#fff;
}

.calculator-wrapper{
    width:500px;
    margin:auto;
}
.calculator-title{
    text-align:center;
    font-size:40px;
    color:#8b6a2e;
    margin-bottom:35px;
}

.calculator-box{
    background:linear-gradient(180deg,#d8ab5b,#c58b33);
    border-radius:22px;
    padding:45px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}
.amount-selector{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}
.amount-btn{
    width:140px;
    height:52px;
    border:none;
    border-radius:10px;
    background:linear-gradient(0deg, rgb(198, 147, 77) 0%, rgb(137, 103, 50) 100%);
    color:#fff;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}
.amount-btn:hover{
    background:#f5f5f5;
    color:#000;
}
.amount-btn:focus{
    outline:none;
}
.amount-value{
    width:120px;
    height:60px;
    background:#fff;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
    color:#7a5521;
}
.clear-btn{
    text-align:center;
    margin-bottom:25px;
}
.clear-btn a{
   color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
}
.summary-card{
   background:#fff;
    border-radius:18px;
    padding:25px;
}
.summary-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.summary-text h4{
    margin:0;
    color:#333;
    font-size:18px;
}
.summary-text p{
    margin:5px 0 0;
    color:#888;
    font-size:14px;
}
.summary-price{
    font-size:22px;
    font-weight:700;
    color:#b77b2c;
}
.divider{
    height:1px;
    background:#ececec;
    margin:8px 0;
}
.grand-total{
    margin-top:30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#fff;
}
.grand-total span{
  font-size:20px;
  font-weight:500;
}
.grand-total h3{
    margin:0;
    font-size:22px;
    font-weight:700;
}
.gold-table{
    width: 100%;
    padding: 20px 0px;
}
.gold-table h2{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Ivy Mode';
}
.gold-table table{
    width:100%;
    border-collapse:collapse;
}
.gold-table table th{
    background:linear-gradient(0deg, rgba(198, 147, 77, 1) 0%, #896732 100%);
    color:#fff;
    padding:15px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}
.gold-table table td{
    padding:15px;
    border:1px solid #000;
    font-size: 15px;
    background: #f9f3e9;
    color: #66471c;
    font-weight: 500;
}
.payinstal-backdrop {
    z-index: 199!important;
}
.payinstal-content{
    background:url(../images/glow_image/chit_banner/brownback-36R.jpg) 0 0 no-repeat;
    background-size:cover;
    background-position: top center;
}
.payinstal-title {
    font-size: 32px;
    font-family: 'Ivy Mode';
    width: 100%;
    text-align: center;
}
.close.right-btn{
    right:20px;
    left: auto;
}
.border-none{
    border:none;
}
.close.right-btn:focus{
    outline: none;
}
.payinstal-header{
    flex-direction: column;
    border-bottom:none;
}
.payinstal-header p{
    font-size: 16px;
    color:#3B444D;
    text-align: center;
    width: 100%;
}
#payinstalModal{
    background: 00000080!important;
}
.phone_wrapers h2{
    font-size: 25px;
    text-align: center;
    padding-bottom: 10px;
    font-family: 'Ivy Mode';
}
.enroll-option input[type="radio"]{
    display: block!important;
}
.d_flex_enroll{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-bottom: 15px;
}
.enroll-option{
    display: flex;
    gap:5px;
}
label.enroll-option{
    color: #000;
    accent-color: #774e4f;
}
.mobile-steps-wrapper{
    display:none;
}
.monthlyScheme-scard {
    background: #ffe6bf;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 3px solid black;
    height: 275px;
    margin: 0px 8px;
}
.monthlyScheme-scard p.comn-step{
    font-size: 20px;
     margin-bottom: 1rem; 
     color: black;
}
.monthlyScheme-circle {
    width: 80px;
    height: 80px;
    border-width: 3px;
    background: #fff;
    border: 5px solid #A08050;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}
.monthlyScheme-scard h3 {
    font-family: 'Ivy Mode';
    font-size: 16px;
    margin: 15px 0 10px;
    color: #333;
}
.monthlyScheme-scard p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}
.monthlyScheme-circle img {
    width: 75px;
    height: 75px;
    -o-object-fit: contain;
    object-fit: contain;
}

.scheme_card_slider .slick-next {
    /*background: url('/images/slider-arrow-next.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/right_arrow-2nA.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    right: 0;
    border-radius: 50px;
    background-size: 30px;
}

.scheme_card_slider .slick-prev {
    /*background: url('/images/slider-arrow-prev.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/left_arrow-eF3.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    left: 0;
    border-radius: 50px;
    background-size: 30px;
    z-index:5;
}
.scheme_card_slider .slick-prev:before, .scheme_card_slider .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.scheme_card_slider .slick-prev.slick-disabled,
.scheme_card_slider .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}

.saveplan_slider_sec .slick-next {
    /*background: url('/images/slider-arrow-next.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/right_arrow-2nA.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    right: 0;
    border-radius: 50px;
    background-size: 30px;
}

.saveplan_slider_sec .slick-prev {
    /*background: url('/images/slider-arrow-prev.svg') no-repeat center center #fff;*/
    background: url('../images/glow_image/left_arrow-eF3.svg') no-repeat center center #ffffffd1; 
    width: 30px;
    height: 30px;
    left: 0;
    border-radius: 50px;
    background-size: 30px;
    z-index:5;
}
.saveplan_slider_sec .slick-prev:before, .saveplan_slider_sec .slick-next:before {
    color: #3a3a3a6b;
    font-size: 28px;
    display: none;
}
.saveplan_slider_sec .slick-prev.slick-disabled,
.saveplan_slider_sec .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}
.common_cont_sec{
    width: 100%;
    display: block;
    padding: 20px 0px;
    /* background-image: url(https://www.kirtilals.com/images/diagonal-line-bg-light.png);
    background-repeat: repeat;
    background-position: 0 0; */
    border-bottom: 1px solid #e8e8e8;
}
/* css end */

/* enrollnow css start */
.form_person_details_wrap{
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 2px #dfd7d7;
}
.form_person_details_wrap h2{
    font-size: 17px;
    text-align: center;
    color: #111827;
    padding-bottom: 15px;
}
.form_person_details_wrap a{
    text-align: right;
    display: inline-block;
    width: 100%;
    color:#7b5731;
    font-size: 14px;
}
.form_person_details_wrap p{
    font-size: 15.2px;
    color: #888;
    margin-bottom: 16px;
    text-align: center;
}
.view_pan_card{
font-size: 14px;
display: inline-block;
padding-top: 5px;
color: #774e4f;
text-align: left;
width: 100%;
font-weight: 600;
}
.view_pan_card:hover{
color: #774e4f;
text-decoration: none;
}
.align-left{
    text-align: left!important;
}
.checkbox-inline{
    text-align: center;
    padding: 10px 20px;
    position: relative;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.checkbox-label{
    font-size: 13px;
    text-align: left;
    white-space:normal;
    word-break:break-all;
    word-break:break-word;
    color: #fff;
}
.checkbox-label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    color:#212121;

}

.checkbox-label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

.checkmarks {
position: absolute;
left: 0;
top: 0px;
height: 16px;
width: 16px;
background-color: #eee;
border: 2px solid #ccc;
border-radius: 4px;
}

.checkbox-label:hover input ~ .checkmarks {
background-color: #ddd;
}

.checkbox-label input:checked ~ .checkmarks {
background-color: #957c57;
border-color: #957c57;
}

.checkmarks:after {
content: "";
position: absolute;
display: none;
}

.checkbox-label input:checked ~ .checkmarks:after {
display: block;
}

.checkbox-label .checkmarks:after {
left: 5px;
top: 1px;
width: 4px;
height: 9px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.pay_btn{
display: flex;
align-items: center;
padding-top: 15px;
width: 100%;
padding-left: 0;
justify-content: center;
}
.pay_btn button{
background: linear-gradient(90deg, #c7a46f 0%, #886c44 100%);
border: none;
padding: 10px 12px;
border-radius: 5px;
font-size: 14px;
color: #fff;
outline: none;
transition: 0.5s;
width: 100%;
max-width: 140px;
}
.user_details_bg_sec{
    width: 100%;
    background: url(../images/glow_image/LX-wpi.png) 0 0 no-repeat;
    padding: 20px;
    background-size: cover;
    border-radius: 10px;
}
.user_details_card{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 24px 32px;
    margin-bottom: 32px;
}
.user_details_card h2{
    color: #cc6600;
    font-size: 20px;
    font-weight: 600;
}
.form-grids-user{
    display: grid;
    grid-template-columns:repeat(5,1fr);
    gap: 12px;
    margin-top: 16px;
}
.field-user{
    display: grid;
}
.field-user label {
    font-size: 15px;
    font-weight: 500;
    color: #7b5731;
    color: #000;
}
.user_label_form{
    margin-left: 0px;
    margin-right: 0px;
    /* margin-bottom: 15px; */
    background: #ffffff;
    display: flex;
    padding: 15px;
    border-radius: 0px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 2px 8px 8px; */
}
.user_label_form h3{
    width: 100%;
    font-size:18px;
    font-family: 'Ivy Mode';
    font-weight: 600;
    text-align: center;
}

.table_former {
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background: #ffffff;
padding: 0;
border-radius:15px;
overflow: auto;
border: 1px solid #eee;
margin-top: 10px;
}
.table_wraper_sec{
padding:0px;
}
.table_wraper_sec h2{
font-size: 17px;
font-weight: 600;
padding-bottom: 10px;
text-align: left;
margin-bottom: 0;
}
.table_former table {
/* border:1px solid #d1d5db; */
overflow: auto;
}
.table_former table thead tr th{
background: #f5e4cf;
text-align:center;
padding:8px;
color:#5a3e1b;
/* border-right:1px solid #eee; */
border-bottom:1px solid #eee;
font-weight: 600;
font-size: 16px;
}
.table_former table tbody tr{
    border-bottom:1px solid #eee;
}
.table_former table tbody tr:last-child{
    border-bottom: none;
}
.table_former table tbody tr td{
background-color:#fff;
text-align:center;
padding:8px;
color:#000;
/* border-right:1px solid #eee; */
/* border-bottom:1px solid #eee; */
font-size: 16px;
}
.pay_now_sub{
border: 1px solid #845f60; 
color: white;
background-color: #845f60; 
border-radius: 6px;
padding: 6px 15px;
font-size: 14px;
}
.pay_now_sub:focus{
    outline:none;
}
.radio_flex{
display: flex;
align-items: center;
column-gap: 20px;
}
label.containerone {
display: block;
position: relative;
padding-left:24px;
margin-top:0px;
margin-bottom: 0px;
cursor: pointer;
font-size:15px;
font-weight: 500;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
label.containerone input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.checkmark {
position: absolute;
top: 3px;
left: 0;
height: 20px;
width: 20px;
background-color: #eee;
border-radius: 50%;
border:1px solid #aaa;
}
label.containerone:hover input ~ .checkmark {
background-color: #ccc;
}
label.containerone input:checked ~ .checkmark {
background-color: #866639;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
label.containerone input:checked ~ .checkmark:after {
display: block;
}
label.containerone .checkmark:after {
top: 5px;
left: 5px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}
.paid_suces{
border:1px solid #d0f0d2;
background-color: #d0f0d2;
color: #2e7d32;
padding: 6px 25px;
font-size: 14px;
border-radius: 6px;
outline: none;
font-weight: 600;
width: 100%;
}
.paid_suces:hover,.paid_suces:focus{
outline: none;
}
.bg_sec_white{
    width: 100%;
    border: 1px solid #eee1d7;
    border-radius: 10px;
    background: #fff;
    padding: 13px 14px;
}
.add_new{
float: right;
font-size: 14px;
display: inline-block;
padding-top: 5px;
color: #774e4f;
background: transparent;
border:none;
}
.add_new:hover,.add_new:focus{
color: #774e4f;
}
.new_chitview {
float: right;
font-size: 14px;
display: inline-block;
padding-top: 5px;
color: #774e4f;
}
.plan_title{
font-size: 18px;
text-align: left;
color: #774e4f;
font-weight: 500;
padding-top:12px;
}
.bold{
    font-weight: bold;
}
.paynow_btns{
background:#774e4f;
color: #fff;
width: 100%;
border: 1px solid #774e4f;
border-radius: 5px;
padding:6px 30px;
outline: none;
height: 35px;
line-height: normal;
}
.paynow_btns:focus,.paynow_btns:hover{
outline: none;
background: #774e4f;
}
.paynow_btns.w_auto{
    width: auto;
}
.badge-verify{
        color: #212529;
    background-color: #ffc107;
    display: inline-block;
    padding: 6px 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
}
/* enrollnow css end */


/*login css start */
.login_container{
    background: #e2e6dc;
    width: 100%;
    padding: 25px;
}
.login_container h2{
    font-size: 32px;
    color: #774E4F;
    font-weight: 500;
    font-family: 'Ivy Mode';
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.login_container p{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding-top:5px;
    padding-bottom: 10px;
}
.close_btns_sec{
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: none;
}
.login_field {
    display: grid;
    gap: 6px;
    padding: 0px 0px;
}
.login_field label {
    font-size: 14px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #3B444D;
    margin-bottom: 0;
}
.login_field input{
    width: 100%;
    border: 1px solid #eee1d7;
    border-radius: 10px;
    background: #fff;
    padding: 13px 14px;
    outline: none;
}
.login-checkbox-inline{
    width: 100%;
    text-align: left;
    padding: 20px 0px;
}
.login_buttons{
    padding-bottom: 40px;
}
.login_buttons button{
    background-color: #181a1d;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    width: 100%;
    border:none;
    letter-spacing: 2px;
}
.login_buttons button:focus{
    outline:none;
}
.login_otp_container{
    background: #e2e6dc;
    width: 100%;
    padding: 25px;
}
.login_otp_container h2{
    font-size: 32px;
    color: #774E4F;
    font-weight: 500;
    font-family: 'Ivy Mode';
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.login_otp_container p{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding-top:5px;
    padding-bottom: 10px;
}
.userInput{
    text-align: center;
}
.inputs{
    margin: 10px;
    height: 50px;
    width: 48px;
    border: 1px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    border-radius: 4px;

}
.inputs:focus{
    outline:none;
}
.resend_otp_buttons{
    display: table;
    margin:10px auto 0px auto;
}
.resend_otp_buttons button{
    color:#c77f44;
    background: transparent;
    border:none;
}
.continue_buttons{
    padding-top: 20px;
    padding-bottom: 40px;
}
.continue_buttons button{
    background-color: #181a1d;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    width: 100%;
    border:none;
    letter-spacing: 2px;
}
md-dialog{
    border-radius: 15px;
}
/* login css end */


/* signup css start */
.signup_container_sec{
    background: #e2e6dc;
    width: 100%;
    padding: 20px;
}
.signup_container_sec h2{
   font-size: 32px;
    color: #774E4F;
    font-weight: 500;
    font-family: 'Ivy Mode';
    text-align: center;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
}
.signup_container_sec p{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding-top:0px;
    padding-bottom: 10px;
}
.signup-form-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 16px;
}
.signup-field{
    display: grid;
    gap: 2px;
    position: relative;
}
.signup-field .errors{
    position: absolute;
    bottom: -15px;
}
.signup-field label {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: #111827;
    margin-bottom: 0;
}
.signup-field input, .signup-field select, .signup-field textarea {
    width: 100%;
    border: 1px solid #eee1d7;
    border-radius: 6px;
    background: #fff;
    padding: 13px 14px;
    outline: none;
}
.signup-field.full {
    grid-column: 1 / -1;
}
.mandtry{
    color:#a44d0e;
}
.life_points_sec p{
    color: #111827;
    text-align: left;
    font-size: 13px;
    padding-bottom: 7px;
}
.register_buttons{
    width: 100%;
    padding: 10px 0px;
}
.register_buttons button{
    background-color: #181a1d;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    width: 100%;
    border:none;
    letter-spacing: 2px;
}
/* signup css end */


/* store list css start */
.welcome_title{
    width: 100%;
    padding: 10px 0px;
}
.welcome_title h2{
    font-size: 42px;
    color:#774E4F;
    font-family: 'Ivy Mode';
    text-align: center;
    padding-bottom: 10px;
    font-weight:200;
}
.store-search-section{
    background:#fdfbfa;
    padding: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

h2.section-title{
    font-size:20px;
    font-weight:500;
    color:#000;
    margin-bottom:0;
    font-family: 'lato-regular';
}

.section-subtitle{
    color:#374151;
    font-size:16px;
    line-height:28px;
    text-align: left;
    padding-bottom: 15px;
}
h2.section-main-title{
    font-size: 34px;
    font-family: 'Ivy Mode';
    color: #000;
    padding-bottom: 20px;
}
.showing_list{
    width: 100%;
}
.showing_list p{
    font-size: 12px;
    color:#868686;
    padding: 10px 0px;
}
.store-card{
    border:1px solid #fdf0dd;
    border-radius:12px;
    padding:22px;
    background:#fdfbfa;
    height:100%;
    transition:.3s;
}
.store-card:hover{
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}
.store-card h3{
    font-size:20px;
    color:#111827;
    margin-bottom:10px;
    font-weight:500;
}

.store-address{
    font-size:14px;
    color:#111827;
    line-height:1.8;
    margin-bottom:15px;
}

.store-info{
    display:flex;
    align-items:center;
    margin-bottom:15px;
}

.store-info i{
    width:28px;
    font-size:14px;
    color:#111827;
}
.store-info span{
    font-size:14px;
    color:#111827;
}

.store-btn-group{
    display:flex;
    gap:12px;
    margin:25px 0 12px;
}

.btn-call,
.btn-direction{
    flex:1;
    text-align:center;
    padding:13px 10px;
    border-radius:4px;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    text-decoration:none;
    transition:.3s;
}

.btn-call{
    background:#1f2023;
    color:#fff;
}

.btn-call:hover{
    background:#000;
    color:#fff;
    text-decoration:none;
}

.btn-direction{
    background:#f8f3eb;
    color:#000;
}

.btn-direction:hover{
    background:#efe6da;
    color:#000;
    text-decoration:none;
}

.btn-store-page{
    display:block;
    width:100%;
    background:#f8f3eb;
    text-align:center;
    padding:13px;
    color:#000;
    text-transform:uppercase;
    text-decoration:none;
    font-size:16px;
    border-radius:4px;
    letter-spacing:.5px;
}

.btn-store-page:hover{
    background:#efe6da;
    color:#000;
    text-decoration:none;
}
.faq-section{
    background:#fff;
}

.faq-title{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:35px;
}

.faq-card{
    border:1px solid #ddd;
    border-radius:16px;
    margin-bottom:18px;
    overflow:hidden;
    background:#f8f4ed;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.faq-header{
    display:flex;
    align-items:center;
    padding:22px 28px;
    cursor:pointer;
    position:relative;
}

.faq-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1F2937;
    line-height: 1.4;
}

.faq-header .icon{
    width: 24px;
    height: 24px;
    min-width: 24px;
    border:2px solid #111;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:20px;
    font-size:14px;
}

.faq-body{
    padding:0 28px 25px 82px;
    font-size:16px;
    color:#374151;
    line-height:1.8;
}
/* 
.faq-header.collapsed .fa-chevron-up{
    display:none;
}

.faq-header:not(.collapsed) .fa-chevron-down{
    display:none;
} */

.faq-header.collapsed .fa-chevron-down{
    display:block;
}

.faq-header:not(.collapsed) .fa-chevron-up{
    display: block;
    transform: rotate(180deg);
}
.title_heads h2{
    font-size: 42px;
    color:#774E4F;
    text-align: center;
    font-family: 'Ivy Mode';
    font-weight: 400;
    padding-bottom: 30px;
    padding-top: 20px;

}
.store-location-sec{
    background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 8px;
    height: 320px;
}
.store-location-sec h2{
    font-size:24px;
    font-weight: 600;
    color:#1F2937;
    text-align: left;
    padding-bottom: 20px;
}
.store-location-sec p{
    font-size:20px;
    font-weight: 400;
    padding-bottom: 15px;
}
.store-location-sec-img{
     background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: 320px;
    overflow: hidden;
}
.store-location-sec-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.enq_btn_wraer{
    width: 100%;
    max-width: 200px;
    margin:30px auto;
}
.google-map {
display: flex;
justify-content: center;
background-color: #f1eceb;
width: 100%;
padding: 20px;
box-sizing: border-box;
}

.map {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
}

iframe {
width: 100%;
height: 300px; /* Adjust the height as needed */
border: 0;
}
.helper-chips .thumb-mini {
    width: 34px;
    height: 34px;
    background: #F7F0E4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.thumb-mini img{
    width: 100%;
}
#show_try_in_message md-toast{
    min-width: 585px!important;
    background: #fff!important;
    bottom: -45px;
}
#show_try_in_message .md-toast-content{
    background-color: #fff!important;
    color: #000;
}
#show_try_in_message md-toast.md-default-theme .md-toast-content .md-button, md-toast .md-toast-content .md-button{
    background: #b88a44;
    color: #fff;
}
.text-danger{
    font-size:12px;
}
.tryinstores_wrapper{
    background: #fff;
}
/* store list css end */


/*offline css start */
.offlineplan_wrap{
    width: 100%;
    display: block;
    padding: 20px 0px;
    /* border-bottom: 1px solid #e8e8e8; */
}
.form-control-static {
    padding-top: 7px;
    text-align: left;
    font-weight: 600;
    background: #ebeef1;
    height: 40px;
    padding-left: 10px;
    border-radius: 1px solid #ededed;
  }
  .title_barsec{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 20px;
  }
  .title_barsec h2{
    font-size: 30px;
    margin: 0;
    font-family:'Ivy Mode';
    color: #774e4f;
  }
  .logout_btns{
    background: #fff;
    border: 1px solid #eee1d7;
    color: #d04747;
    width: auto;
    height: 35px;
    border-radius: 5px;
    font-size: 16px;
    min-height: 35px;
     position: absolute;
    right: 0;
  }
  #dueModal .modal-dialog{
    max-width:540px;
  }
/*offline css end */


/* terms and conditions css start */
.terms-section{
    padding:30px 0;
    background: #fff;
}

.page-titles{
    text-align:center;
    font-size:40px;
    font-family:'Ivy Mode';
    font-weight:400;
    margin-bottom:45px;
    color:#111;
}

.terms-section h2{
    font-size:36px;
    font-weight:400;
    color:#111827;
    margin-top:12px;
    margin-bottom:16px;
}

.terms-section p{
    font-size:16px;
    line-height:150%;
    color:#111827;
    margin-bottom:18px;
}

.terms-section ul{
    padding-left:22px;
    margin-bottom:20px;
}

.terms-section li{
    font-size:16px;
    line-height:150%;
    color:#111827;
}

.text-uppercase{
    letter-spacing:1px;
}
/* css end*/


/* scheme terms condition css start */
.scheme_terms_condi{
    padding: 30px 0;
    background: #fff;
}
.deafault_title{
color: #774e4f;
/*font-size: 46px;*/
font-size:30px;
font-family: 'Ivy Mode';
text-align:center;
width: auto;
display: table;
margin: 15px auto 15px auto;
font-weight: 600;
position:relative;
}
.deafault_title span{
color:#774e4f;
}
.title_center {
font-size: 25px;
text-align: center;
color: #666;
padding-bottom:12px;
}

.terms_nd_condi{
margin-bottom: 25px;
}
.terms_nd_condi p{
color: #666;
font-size: 16px;
line-height: 160%;
padding-bottom:13px;
margin-bottom: 0;
}
.terms_nd_condi p a{
color: #774e4f;
}
.terms_con_inner_wrap {
margin-bottom: 10px;
}
.terms_con_inner_wrap h3 {
margin-bottom: 15px;
padding-left: 50px;
position: relative;
margin-top: 15px;
}

.terms_con_inner_wrap h3::before {
position: absolute;
content:"\f128";
top: 50%;
left: 0px;
width: 35px;
height: 35px;
font-size: 16px;
font-family: "Font Awesome 5 Pro";
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
line-height: 35px;
border-radius: 50%;
text-align: center;
color: #fff;
background: #774e4f;
}
ul.list_aboutus{
width:100%;
}
ul.list_aboutus li{
width:100%;
font-size:15px;
line-height:180%;
padding-bottom:10px;
color: #848484;
}
ul.list_aboutus li i{
color:#774e4f;
font-size:17px;
padding-right:3px;
}
ul.list_scheme{
width:100%;
margin-bottom: 0;
}
ul.list_scheme li{
width: 100%;
font-size: 15px;
line-height: 180%;
padding-bottom: 10px;
color: #8d8d8d;
font-weight: 600;
list-style: none;
}
ul.list_scheme li i{
color:#774e4f;
font-size:17px;
padding-right:3px;
}
.terms_con_inner_wrap h5 {
font-size: 15px;
margin-bottom: 0;
font-weight: 600;
padding-bottom:5px;
color: #8d8d8d;
}
.terms_con_inner_wrap p{
font-size: 15px;
}
.terms_title{
color: #666;
/* font-size: 46px; */
font-size: 22px;
font-family: 'Poppins';
text-align: center;
width: auto;
display: table;
margin:10px 0 20px 0;
font-weight: 600;
position: relative;
}
.terms_title:before {
content: "";
height: 2px;
width: 100%;
position: absolute;
background-color: rgba(24, 24, 24, .1);
bottom: 0;
left: 0;
}
.terms_title:after {
content: "";
width: 120px;
height: 2px;
display: table;
background-color: #774e4f;
margin: auto;
margin-top: 3px;
margin-left: 0;
}
.terms_title span {
color: #774e4f;
}

.table-data-investors{
padding:0px;
}
.table-data-investors table {border:1px solid #ccc;}
.table-data-investors table thead tr th{
background-color: #774e4f;
text-align: left;
padding: 20px 10px;
color: #111827;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table-data-investors table tbody tr td{
background-color:#fff;
text-align:left;
padding:10px 10px;
color:#111827;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
font-size: 15px;

}
.table-data-investors table tbody tr td a{
color: #774e4f;
font-weight: 600;
}

/* scheme terms condition css end */


/* privacy policy css start */
.privacy-policy{
    padding:30px 0;
    background: #fff;
}

.policy-title{
    font-size:36px;
    font-weight:400;
    color:#111;
    margin-bottom:25px;
}

.privacy-policy h2{
    font-size:20px;
    font-weight:600;
    color:#222;
    margin-top:40px;
    margin-bottom:18px;
}

.privacy-policy p{
    font-size:15px;
    line-height:1.9;
    margin-bottom:5px;
}

.privacy-policy ul{
    margin-bottom:25px;
    padding-left:22px;
}

.privacy-policy li{
    font-size:15px;
    line-height:1.9;
    margin-bottom:8px;
}

.privacy-policy strong{
    font-weight:600;
}
/* css end */


/* shipping policy css strat */

.shipping-page {
    padding: 30px 0;
    background: #fff;
  }

  .shipping-page h2 {
    color: #111111;
    font-size:40px;
    font-weight: 400;
    margin: 0 0 20px 0;
  }

  .shipping-page p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }

  .id-list {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    font-size: 0.95rem;
  }

  .id-list li {
    margin-bottom: 2px;
  }
  .shipping-page h3{
    font-size: 34px;
    padding-bottom: 15px;
  }
/* css end */


/* faq css start */
    .faq_wrapers{
        padding: 30px 0;
        background: #fff;
    }
  .wrap{
    max-width:1120px;
    margin:0 auto;
    padding:24px 20px 80px;
  }
  .breadcrumb{
    font-size:13px;
    color:#3a5fcd;
    margin-bottom:40px;
  }
  .breadcrumb span{color:#1b1b2f;font-weight:600;}
  .faq_wrapers h2{
    text-align:center;
    font-size:44px;
    font-weight:800;
    margin:0 0 40px;
    color:#1b1b2f;
  }
  .faq-items{
    border:1px solid #e2e2e2;
    border-radius:10px;
    margin-bottom:16px;
    overflow:hidden;
    background:#fff;
  }
  .faq-question{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px 24px;
    cursor:pointer;
    user-select:none;
    font-size:18px;
    color:#1b1b2f;
  }
  .faq-question:hover{
    background:#fff;
  }
  .faq-icon{
    font-size:20px;
    font-weight:400;
    color:#1b1b2f;
    line-height:1;
    flex-shrink:0;
    margin-left:16px;
    transition:transform .2s ease;
  }
  .faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .25s ease, padding .25s ease;
    padding:0 24px;
    font-size:16px;
    line-height:1.6;
    color:#4a4a5a;
    margin-bottom: 10px;
  }
  .faq-item.active .faq-answer{
    padding:0 24px 20px;
  }


  @media (max-width:600px){
    h1{font-size:30px;}
    .faq-question{padding:16px 18px;font-size:14px;}
  }

/* faq css end */


/* scheme faq css start */
.scheme_faq{
    width: 100%;
    padding: 30px 0px;
    background: #fff;
}
.scheme_faq h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 12px;
    font-family: 'Ivy Mode';
    padding-top: 10px;
    color: #774e4f;
}
.set{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 5px 1px #e1e1e1;
    border-radius: 8px;
    margin: 15px 0px;
    border-radius: 8px;
    margin-bottom:15px;
    background: #fff;
    border-left: 3px solid #774e4f;
    border-right: 3px solid #774e4f;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);

}
.set > a{
display: block;
padding:12px;
text-decoration: none;
color: #555;
font-weight: 600;
/*border-bottom: 1px solid #ddd;*/
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;
font-size: 16px;

}
.set > a i{
    float: right;
    margin-top: 2px;
    font-weight: normal;
    color: #858585;
}
.set > a.active{
    background-color: #fff;
    color: #555;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #eee;
}
.content{
    background-color: #fff;
    /*border-bottom: 1px solid #ddd;*/
    display:none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding:12px;
}
.content p{
    padding:3px;
    margin: 0;
    color: #333;
    font-size: 15px;
}
ul.list_aboutus{
    width:100%;
    margin-bottom: 0;
}
ul.list_aboutus li{
    width:100%;
    font-size:15px;
    line-height:180%;
    padding-bottom:5px;
    color: #848484;
}
ul.list_aboutus li i{
    color:#774e4f;
    font-size:17px;
    padding-right:3px;
}

/* scheme faq css end */


/* about us css strat */
  .about_us_wrappers{
        width: 100%;
        padding: 20px 0px;
        background: #fff;
   }
  .aboutbnr{
    position:relative;
    background:linear-gradient(180deg,#e8697d 0%, #d9536a 100%);
    /* height:420px;
    overflow:hidden; */
  }
  .aboutbnr img{
    width:100%;
    height:100%;
    object-fit:cover;
    /* object-position:center 20%;
    mix-blend-mode:luminosity;
    opacity:0.85; */
  }
  /* .aboutbnr-overlay{
    position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(232,105,125,0.15) 0%, rgba(217,83,106,0.55) 100%);
  } */
.intro-wrap{
    position:relative;
    margin-top:-90px;
  }
  .intro-card{
    max-width:100%;
    margin:0 auto;
    background:#f7efe2;
    border-radius:300px 300px 0px 0px;
    padding:64px 116px 4px;
    text-align:center;
    position:relative;
    z-index:2;
  }
  .intro-card h2{
    font-size:32px;
    color:#774e4f;
    letter-spacing:0.5px;
    margin-bottom:26px;
    font-family: 'Ivy Mode';
    font-weight: 600;
  }
  .intro-card p{
    font-size:20px;
    color:#774e4f;
    max-width:100%;
    margin:0 auto 18px;
  }

  .brand-statement{
    background:#f7efe2;
    text-align:center;
    padding:10px 60px 70px;
    max-width:100%;
    margin:0 auto;
  }
  .brand-statement h3{
    font-size:32px;
    color:#774e4f;
    margin-bottom:20px;
    font-family: 'Ivy Mode';
    font-weight: 600;
  }
  .brand-statement p{
    font-size:20px;
    color:#774e4f;
    max-width:100%;
    margin:0 auto;
  }
  .vm-section{
    background:#9d8d7a;
    color:#fff;
    padding:70px 8vw 90px;
    position:relative;
  }
  .vm-topline{
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    height:70px;
    width:55%;
    margin-left:auto;
    margin-bottom:0px;
  }
  .vm-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px 60px;
    align-items:center;
  }
  .vm-image{
    border-radius:0 0 0 0;
    overflow:hidden;
    /* aspect-ratio:4/5; */
    max-width:410px;
  }
  .vm-image.arch{
    border-radius:0px 0px 0 0;
  }
  .vm-image img{
    width:100%;height:100%;object-fit:cover;display:block;
  }
  .vm-text{position:relative;}
  .vm-text .quote-mark{
    font-size:64px;
    color:rgba(255,255,255,0.25);
    position:absolute;
    top:-30px; left:-10px;
    line-height:1;
  }
  .vm-text h3{
    font-size:42px;
    margin-bottom:16px;
    position:relative;
    font-family: 'Ivy Mode';

  }
  .vm-text p{
    font-size:20px;
    max-width:480px;
    color:rgba(255,255,255,0.9);
  }
  .vm-bottomline{
    border-bottom:2px solid #fff;
    border-left:2px solid #fff;
    height:70px;
    width:35%;
    margin-top:0px;
  }
  .values-section{
    padding:90px 4vw 100px;
    text-align:center;
  }
  .values-section h2{
    font-size:42px;
    color:#774e4f;
    margin-bottom:18px;
  }
  .values-section h2 b{color:#774e4f;}
  .values-sub{
    font-size:20px;
    color:#774e4f;
    max-width:100%;
    margin:0 auto 60px;
  }
  .values-grid{
    display:grid;
    grid-template-columns:0.8fr 1fr;
    gap:60px;
    align-items:center;
    text-align:left;
    max-width:100%;
    margin:0 auto;
  }
  .values-photo{
    border-radius:4px;
    overflow:hidden;
    aspect-ratio:4/5;
  }
  .values-photo img{width:100%;height:100%;object-fit:cover;display:block;}
  .value-item{margin-bottom:34px;}
  .value-item:last-child{margin-bottom:0;}
  .value-icon{
    width:34px; height:34px;
    margin-bottom:10px;
    color:#786a57;
  }
  .value-item img{
    width: 50px;
    padding-bottom: 15px;
  }
  .value-item h4{
    font-size:24px;
    color:#774e4f;
    font-weight:600;
    margin-bottom:12px;
  }
  .value-item p{
    font-size:16px;
    color:#774e4f;
    max-width:480px;
  }
  .cta-banner{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:320px;
  }
  .cta-image{
    background:linear-gradient(120deg,#d9536a,#e8697d);
    position:relative;
    overflow:hidden;
  }
  .cta-image img{width:100%;height:100%;object-fit:cover;opacity:0.9;}
  .cta-copy{
    background:#f4eef1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:50px 8vw;
  }
  .cta-copy h3{
    font-size:42px;
    color:#9C6A8C;
    line-height:1.25;
    margin-bottom:16px;
    font-family: 'Ivy Mode';
  }
  .cta-copy p{
    font-size:16px;
    color:#9C6A8C;
    max-width:360px;
    margin-bottom:26px;
  }
  .cta-btn{
    display:inline-block;
    border:1px solid #9c6a8c;
    color:#9c6a8c;
    background:transparent;
    padding:14px 34px;
    font-size:12px;
    letter-spacing:1.5px;
    text-transform:uppercase;
    width:fit-content;
    cursor:pointer;
    transition:0.25s;
    border-radius: 5px;
  }
  .cta-btn:hover{
    background:#8f3b45;
    color:#fff;
    text-decoration: none;
  }
 .cta-btn:focus{
    outline: none;
 }
  .text-section{
    max-width:100%;
    margin:0 auto;
    padding:70px 8vw 5px 8vw;
    text-align:center;
  }
  .text-section h2{
    font-size:42px;
    color:#774E4F;
    margin-bottom:26px;
    font-family: 'Ivy Mode';
  }
  .text-section p{
    font-size:16px;
    color:#111827;
    margin-bottom:20px;
    text-align:left;
  }
  .text-section.centered p{
    text-align:center;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  .insta_link_sec{
    width: 100%;
    text-align: center;
    padding: 10px 0px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .insta_link_sec a{
    color:#C77F44;
    font-size: 16px;
  }
  .mobilebnr{
    display: none;
  }
/*about us css end*/


/* contact us css start */
.contact_form_wrapper{
    width: 100%;
    padding: 20px 0px;
        background: #fff;
}
.contactus_grid {
    display: grid;
    /* grid-template-columns: 1fr 430px; */
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    /* align-items: center; */
    align-items: flex-start;
}
.send_msge_sec{
    border: 1px solid #f5e7ee;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}
.send_msge_sec h2{
    font-size: 42px;
    font-family: 'Ivy Mode';
    color: #774E4F;
    padding-bottom: 10px;
    text-align: center;
}
.send_msge_sec p{
    font-size: 14px;
    color: #3B444D;
    padding-bottom: 10px;
    text-align: center;
}
.contact_us_secs{
    border: 1px solid #f5e7ee;
    border-radius: 10px;
    padding: 20px;
    background: #fcfafb;
}
.contact_us_secs h2{
    font-size: 42px;
    font-family: 'Ivy Mode';
    color: #774E4F;
    padding-bottom: 10px;
    text-align: center;
}
.contact_us_secs p{
    font-size: 14px;
    color: #3B444D;
    padding-bottom: 10px;
    text-align: center;
}
.contact-list {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}
.contact-chip {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 12px;
    align-items: center;
    border: 1px solid #eee1d7;
    border-radius: 20px;
    background:transparent;
    padding: 12px;
}
/* .contact-chip .ico {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: var(--grad);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
} */
.ico{
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    border: 1px solid #f5e9ef;
    padding: 12px;
    border-radius: 20px;
    margin-right: 15px;
    background-color: #f5e9ef;
    width: 70px;
    height: 70px;
}
.ico img{
    width: 30px;
}
.contact-chip a {
    font-weight: 400;
    color: #181A1D;
    font-size: 16px;
}
.contact-chip a:hover{
    text-decoration: none;
}
.contact-chip p{
    text-align: left;
    font-size: 16px;
}
.social_icons_wrap{
    width: 100%;
    padding-top: 10px;
}
.social_icons_wrap p{
    font-size: 16px;
    /* text-align: left; */
}
.flex_social_icons{
    display: flex;
    align-items: center;
    grid-gap: 20px;
    justify-content: center;
}
/* contact us css end */

/* francies enquiry css start */
.franchies_enquiry_wraper{
    width: 100%;
    padding: 15px 0px;
    background: #fff;
}
.franchis-bnr-sec{
    width: 100%;
    padding: 0px 15px;
}
.franchis-bnr-sec img{
    width: 100%!important;
}
.franchis-bnr-sec img.mob_bnr_franchies{
    display: none;
}
.franchis-bnr-sec p{
    text-align: center;
    color: #111827;
    font-size: 16px;
    padding: 20px 0px;     
}
.franchies_owner_form{
    max-width: 920px;
    margin: 30px auto;
}
.franchies_owner_form h2{
    font-size: 42px;
    font-family: 'Ivy Mode';
    color:#774E4F;
    text-align: center;
    font-weight: 900;
    padding-bottom: 10px;
    line-height: 140%;
}
.franchies_owner_form p{
    font-size: 17px;
    color:#111827;
    text-align: center;
    padding-bottom: 20px;
}
/* francies enquiry css end */

/* feedback css start */
.feedback_wrapper{
    width: 100%;
    padding:15px 0px;
    background: #fff;
}
.feedback_form_secs{
    max-width: 900px;
    margin: 20px auto;
    background: #f9f4ef;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.glow_logo_center{
    display: table;
    margin: 20px auto;
}
.glow_logo_center img{
    max-width: 120px;
    width: 100%;
}
.flex_wrapper_radio {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 10px;
}
.display_flex_radio{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.rate_radio{
    margin-bottom: 0;
    text-align: center;
}
.rate_radio input[type="radio"]{
    display: block;
    accent-color: #774e4f;
}
.flex_input_checkbox{
    gap: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
label.checkbox_inlines {
    display: flex;
    align-items: center;
    gap: 10px;
    accent-color: #b88236;
    /* margin-right: 16px; */
    text-transform: inherit;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.checkbox_inlines input[type="checkbox"]{
    width: auto;
}

.zoom-container{
    /* position:relative; */
    display:block;
    width:100%;
    overflow:hidden;
    /* border:1px solid #eee; */
}

/* .zoom-img{
    display:block;
    width:100%;
    height:auto;
    cursor:crosshair;
    transform:scale(1);
    transform-origin:center center;
    transition:transform .15s linear;
}

.zoom-container:hover .zoom-img{
    transform:scale(2);
} */

.zoom-img{
    display:block;
    width:100%;
    height:auto;
    cursor:crosshair;
    transform:scale(1);
    transform-origin:center center;
}

.zoom-container:hover .zoom-img{
    transition:transform .15s linear;
}
/* .zoom-container {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 30px;
    border:1px solid #f1f1f1;
}

.zoom-img {
width: 100%;
height: 100%;
object-fit: cover;
cursor: crosshair;
transition: 0.2s;
transform: scale(1);
transform-origin: 0% 0%;
}

.zoom-img:hover {
    transform: scale(2);
    transition: none;
} */

/* feedback css end */

/* pdp enquiry submit css start */

.form_submit_wraper {
    display: table;
    margin: 39px auto;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
    border-radius: 10px;
    padding: 70px;
}
.form_submit_wraper h2{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0px 10px 0px;
    color:#008000;
    margin-bottom: 0;
    font-family: 'Ivy Mode';
}
.form_submit_wraper p{
    font-size: 16px;
    font-weight: 500;
    color: #72706f;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-family: 'lato-regular';
}
.form_submit_wraper a{
    display:inline-block;
    background-color:#8e6d3b;
    padding:10px 18px;
    border-radius:15px;
    color:#fff;
    text-decoration:none;
}
.button_submit{
    color: #fff;
    background-color: #85372b;
    width: 100%;
    border: 1px solid #85372b;
    /* height: 43px; */
    border-radius: 20px;
    max-width: 200px;
    padding: 12px 10px;
    font-size: 14px;
}
/* pdp enquiry submit css end */

/*order confirm message css start*/
.order_div {
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
    margin: 20px auto;
}
.thank_title{
    font-family: 'Ivy Mode';
    font-size: 35px;
    font-weight: 600;
    color:#774e4f;
}
.order_div p{
    font-size: 20px;
    text-align: center;
    padding: 10px 0px;
}
.order_div_value p{
    font-size: 18px;
    padding-bottom: 10px;
}
/* order confirm message css end*/

/* chitresponse css start */
.chit_scheme_msg_wrap{
    width: 600px;
    margin: 10px auto;
    padding: 60px 0px;
  }
  .chit_inner_wrap{
    width: 100%;
    padding: 10px;
    text-align:center;
  }
  .success_msg_chit h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 15px 0px;
    font-family: 'Ivy Mode';
  }
  .success_msg_chit p{
    font-size: 16px;
    color: #999999;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .success_msg_chit a{
    padding: 10px 15px;
    background: #774e4f;
    border:1px solid #774e4f;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    outline: none;
    transition: 0.5s;
  }
  .success_msg_chit a:hover{
      text-decoration: none;
      background: #855c5d;
  }
  .success_msg_chit img{
    width: 100%;
    animation: zoominoutsinglefeatured 3s infinite ;
    height: 145px;
    object-fit: contain;
  }
  .mlr0{
    margin-left: 0px;
    margin-right: 0px;
  }
  @keyframes zoominoutsinglefeatured {
      0% {
          transform: scale(1,1);
      }
      50% {
          transform: scale(1.2,1.2);
      }
      100% {
          transform: scale(1,1);
      }
  }
/* chitresponse css end */


/*angular popup customize start*/
.md-dialog-container{
z-index: 99;
}

/* angular pop cusomize end */


/*storefront css start */

.gold_offline_login {
    background: url(../images/glow_image/chit_banner/brownback-36R.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: top center;
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 2px #dfd7d7;
  }

  .gold_offline_login h2 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 0;
    padding-left: 0px;
    font-family: 'Ivy Mode';
  }
  .pa0{
    padding: 0;
   }
   .m130auto{
    margin: 10px auto 30px auto;
   }
   p.loy_pts{
    font-size: 15.2px;
    color: #774e4f;
    font-weight: 600;
    text-align: left;
 }
 #customer_modal .modal-dialog{
    max-width: 600px;
 }
 .cus_otp_send{
    position: absolute;
    right: 6px;
    top: 25px;
    background: #d8a44d;
    border: 1px solid #eee1d7;
    color: #282326;
    width: auto;
    height: 37px;
    border-radius: 5px;
    font-size: 14px;
    min-height: 35px;
 }
 .store_front_breakup {
    border: 1px solid #eee1d7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(95, 58, 32, .10);
    padding: 26px;
 }
 .store_front_wrapper{
    background: #fff;
    padding-bottom: 20px;
    width: 100%;
 }
 .storefnt_login_wrapper{
    background: #fff;
    width: 100%;
    padding: 10px;
 }
/* storefront css end */


/* account page css start */
.account_my_wraper{
    background: #fff;
}
.mobilediv {
    display: none
}
.desktopdiv {
    display: block;
}
.account__head li a {
    color: #191E1F;
    padding: 12px;
    display: block;
    font-family: 'Roboto';
    text-transform: capitalize;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.account__head li a:hover {
    text-decoration: none;
    background-color: #e2e6dc;
    /* border-left: 3px solid #7d876e; */
    margin-right: 0;
}
.account__head li {
    width: 100%;
    display: block;
    border-bottom: 0;
    margin-bottom: 5px;
    /* box-shadow: 0 1px 4px 0 #00000026; */
}
.myprofile-active {
    padding-bottom: 0;
    background-color: #e2e6dc;
    border-left: 3px solid #7d876e;
}

.myprofile-active:hover {
    border-right: 0;
}
label.checkbox-inlines{
    margin-top: 10px;
    font-family: "Roboto",sans-serif!important;
}
.checkbox-inlines input[type=checkbox] {
    position: relative;
    border: 2px solid #c77f44;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}

.checkbox-inlines input[type=checkbox]:hover {
    opacity: 1;
}

.checkbox-inlines input[type=checkbox]:checked {
    background-color:#c77f44;
    opacity: 1;
}

.checkbox-inlines input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
.account_right_col {
}

.box_shadow_right {
    border: 1px solid #ededed;
    padding: 15px;
}

.account_left_col {
}

.logout_link {
    color: #fff;
    letter-spacing: 2.2px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto';
    background-color: #000;
    padding: 7px 22px;
    line-height: 22px;
    display: inline-block;
    margin-top: 40px;
}

.logout_link:hover {
    background-color: #896733;
    color: #fff;
    text-decoration: none;
}

.account_heading {
    font-size: 23px;
    font-family: 'Ivy Mode';
    color: #191E1F;
    line-height: 30px;
    padding: 15px 10px 0px 10px;
}

    .add_book_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.add_book_title h2 {
    font-size: 17px;
    text-align: left;
    color:#c77f44;
    padding: 10px 8px;
    margin-bottom: 0;
    font-weight: 500;
}

.add_book_title button {
    float: right;
    font-size: 13px;
    color: #fff;
    border: 1px solid #c77f44;
    border-radius: 4px;
    padding: 5px 12px;
    background: #c77f44;
    font-weight: 500;
    outline: none;
}

.address_book_wrap {
    border-radius: 6px;
    border: 1px solid #e2e6dc;
    text-align: left;
    letter-spacing: 0;
    width: 100%;
}

.address_book_title {
    width: 100%;
    /* background-color: #ffe0e0; */
    background-color: #e2e6dc;
    padding: 10px 12px;
    border-radius: 6px 6px 0px 0px;
    /* border-bottom: 1px solid #ffbbbb; */
    border: 1px solid #e2e6dc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .address_book_title h2 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .address_book_details {
        background-color: #fff;
        padding: 16px;
        border-radius: 0px 0px 6px 6px;
        min-height: 210px;
    }

    .address_book_form {
        width: 100%;
    }

    .flex_dir {
        flex-direction: row;
        column-gap: 10px;
    }

    .address_book_details p {
        font-size: 14px;
        margin-bottom: 0;
        padding-bottom: 7px;
        font-weight: 500;
    }

    .btn_edit_del button {
        font-size: 14px;
        color: #fff;
        border: 1px solid #c77f44;
        border-radius: 4px;
        padding: 3px 6px;
        background: #c77f44;
        font-weight: 600;
        outline: none;
    }

    .address_book_details p span {
        padding-right: 5px;
    }

    .address_book_details p span i {
        color: #c77f44;
    }

    label.label_title {
        font-size: 14px !important;
        margin-bottom: 0;
        font-weight: 400;
        font-family: 'Roboto', sans-serif !important;
    }

    h2.prof_value {
        font-size: 14px;
        font-weight:500;
        margin-bottom: 0;
        line-height: 180%;
    }

   p.full_addresses {
        /* min-height: 50px; */
        position: relative;
        padding-left: 22px;
    }
     p.full_addresses:before{
        content: "\f041";
        position: absolute;
        font-family:'FontAwesome';
        color: #c77f44;
        left: 3px;
        font-size: 15px;
     }

    
    .gender_select {
        border: 1px solid #ccc;
        height: 46px;
        border-radius: 5px;
        outline: none;
        font-size: 16px;
        background: #fff;
    }
   

    .upcomingsection {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .upcoming-order {
        width: 100%;
        display: block;
        border: 1px solid #f1f1f1;
    }

    .upcoming-order img {
        width: 100%;
        height: 100%;
        padding-bottom: 0;
    }

    .upcoming-info {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .productprice {
        font-size: 20px;
    }

    .upcoming-info h3 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .productprice {
        font-size: 18px;
        font-weight: 700;
    }

    .qty {
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 5px;
    }

    .delivery-status {
        padding-right: 0;
        padding-bottom: 0;
    }

    .delivery-date {
        font-size:14px;
        padding-bottom: 5px;
        font-weight: 500;
    }

.delivery-date span {
    display: block;
    width: 100%;
    text-align: center;
}
.delivery-status .pending {
    border-radius: 15px;
    background: #fff2e6;
    color: #dc8233;
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 0;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: center;
}
.delivery-status .cancelled {
    border-radius: 15px;
    background: #eac2bc;
    color: #dc3b21;
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 0;
    font-weight: 600;
}
.delivery-status .Delivered {
    border-radius: 15px;
    color: #789824;
    font-size:12px;
    padding: 5px 10px;
    margin-left: 0;
    background: #e9f4d9;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
}
.d_flex {
    padding-left: 10px;
    display: flex;
    /* align-items: center; */
    padding-bottom: 10px;
    gap: 15px;

}
.my_order_flex {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 10px;
    border: 1px solid #e9e9e9;
    padding-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    align-items: center;
}
.orderid {
    color: #c77f44;
    font-weight:500;
    font-size: 15px;
    padding-bottom: 5px;
}
.profile_named {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    /* box-shadow: 0 1px 4px 0 #00000026; */
    padding: 10px 12px;
    margin-bottom: 10px;
}
.profile_login_icon {
    background: #c77f44;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.profile_login_user h2 span {
    color: #818181;
    font-size: 13px;
    display: inline-block;
    padding-bottom: 5px;
}

.profile_login_user h2 {
    font-size: 14px;
    color: #212121;
    margin-bottom: 0;
}
.glow-user{
    color: #71717b;
    background: #f0f0f1;
    padding: 4px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
}
.glow-shopping-bag{
    color: #00bc7d;
    background:#e3f4ed;
    padding: 4px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
}
.glow-heart{
    color: #ff2056;
    background: #ffe9ef;
    padding: 4px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
}
.glow-map-pin{
    color: #ff6900;
    background: #fff0e6;
    padding: 4px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
}
.glow-log-out{
    color: #e7000b;
    background: #fef2f2;
    padding: 4px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
}
/* account page css end */


/* wishlist page css start */
.wishlist_wrapper{
    width: 100%;
    padding: 20px 0px;
    background: #fff;
}
h3.product-count {
    margin-top: 0;
    font-size: 16px;
    padding-bottom: 20px;
}
.empty_wishlist_sec{
    text-align: center;
    max-width: 600px;
    padding: 50px 30px;
    margin: 0 auto;
}
.cart-icon { 
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #fafafa;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}
.empty_wishlist_sec h2 {
    font-size: 34px;
    color: #2d1d1d;
    margin-bottom: 14px;
    font-weight: 600;
}
.empty_wishlist_sec p{
    color: #7c7c7c;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 34px;
}
.wishlists_icon{
    background: #fff1f2;
    color: #ff2056;
    width: 80px;
    height: 70px;
    margin: 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
/* wishlist page css end */

/* 404 css start */

.not_found{
    background:url(../images/glow_image/errorViewBackground-1400x600-iNM.png)top center no-repeat;
    background-size:cover;
    padding:55px 0px 50px 0px;
    width: 100%;
    margin-top: 15px;
    height: 540px;
}
.not_found_images{
    width: 100%;
    margin:35px auto;
    text-align: center;
}
.error-content{
    max-width: 500px;
    padding: 130px 60px;
}

.error-content h2{
    font-size:35px;
    color:#fff;
    margin-bottom:10px;
    font-weight:700;
}

.error-content p{
    font-size:16px;
    color:#FFFFFF;
    margin-bottom:18px;
    line-height:1.3;
}
.btngoback{
    display:inline-block;
    padding:14px 28px;
    background:#181A1D;
    color:#fff;
    text-decoration:none;
    border-radius:30px;
    transition:.3s;
}

.btngoback:hover{
    background:#000;
    color: #fff;
    text-decoration: none;
}
/* css end */



/*toast css start */
.wish_toast md-toast.md-bottom {
        bottom: -84px;
    }
/*toast css end */


/* empty cart css start */
.empty-cart{
    text-align:center;
    max-width:600px;
    padding:50px 30px;
    margin: 0 auto;
}

.cart-icon{
    width:72px;
    height:72px;
    margin:0 auto 22px;
    border-radius:50%;
    background:#fafafa;
    border:1px solid #ececec;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.cart-icon i{
    font-size:28px;
    color:#c8c8c8;
}

.empty-cart h2{
    font-size:34px;
    color:#2d1d1d;
    margin-bottom:14px;
    font-weight:600;
}

.empty-cart p{
    color:#7c7c7c;
    font-size:18px;
    line-height:28px;
    margin-bottom:34px;
}

.shop-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    background:#624744;
    color:#fff;
    padding:14px 26px;
    border-radius:5px;
    font-size:15px;
    font-weight:700;
    letter-spacing:.8px;
    transition:.3s;
}

.shop-btn:hover{
    background:#4e3734;
    color: #fff;
    text-decoration: none;
}

.shop-btn i{
    font-size:14px;
    transition:.3s;
}

.shop-btn:hover i{
    transform:translateX(4px);
}
.mandat{
    /* color:#d04747; */
    color: red;
}
/* empty cart css end */


.indicator-indicator-4ge {
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: indicator-pulse-PNk;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes indicator-pulse-PNk{
    0% {
        filter: grayscale(1);
        transform: scale(0.75) rotate(-540deg);
    }
    100% {
        filter: grayscale(0);
        transform: scale(1) rotate(0deg);
    }
}













