.gift{
    display:none;
}
.bg-trans{
    background-color: transparent;
}
.whats_app_bot_sec{
    position: fixed;
    bottom:20%;
    right: 15px;
    z-index: 10000;
    font-size: 20px;
    background: #209e48;
    color: #130958;
    text-align: center;
    box-shadow: 0 0 14px 0 #0000004d;
    transform: translate(0, 50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    outline: 2px solid #fff;
    outline-offset: -6px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    justify-content:center;
    animation: zoom-in-zoom-out 3s ease infinite;
}
.whats_app_bot_sec img{
    width: 28px;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.8, 0.8);
    }
    50% {
        transform: scale(1.0, 1.0);
    }
    100% {
        transform: scale(0.8, 0.8);
    }
}
/* .whats_app_bot_sec h3{
    margin: 0;
    line-height: 150%;
    font-size: 16px;
    color: var(--main-color);
    font-weight: bold;
    padding: 20px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.whats_app_bot_sec:hover h3{
    color: #fff;
}
.whats_app_bot_sec:hover{
    background-color: var(--main-color);
    outline: 2px solid #fff;
} */
.bot_app{
    line-height:24px;background-image: url(../images/whatsappbot.png);
    background-repeat: no-repeat;background-position: left 1px;background-size:18px;padding-left: 20px;
}
/* .welc_header
{
    padding : 0px 0px!important;
    
}
.welc_header{
    position:absolute;
    top:0px;
    width:100%;
} */

/* .welc_headers {
    background: #cbb596;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: normal;
    padding: 4px 0;
    overflow: hidden;
    position: relative;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee-wrapper {
    width: 35%;
    overflow: hidden;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
}

.marquee-content a {
    color: #83352b;
    font-weight: 600;
    text-decoration: none;
    text-decoration:underline;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
} 
.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
} */
 
 .text-sliders {
    background: #cbb596;
    width: 100%;      
    height: 28px;  
    overflow: hidden;
}

.slider-wrappers {
    animation: slide-updown 10s infinite;
}

.slides {
    height: 28px;
    display: flex; 
    align-items: center;
    font-size: 14px;
    padding-left: 10px;
    background: #cbb596;
    justify-content: center;
    font-weight:600;
}
@keyframes slide-updown {
    0%   { transform: translateY(0); }
    25%  { transform: translateY(-28px); }
    50%  { transform: translateY(-28px); }
    75%  { transform: translateY(0); }
    100% { transform: translateY(0); }
}

.serch_box{
    float: right;
    position: relative;
}

.logos img {
    width: 135px;
    position: relative;
    top: 3px;
    padding-bottom:0px;
}
/*  .serch_box:focus-within button{
    display:none;
} */

.serch_box input[type="search"]{
    width: 230px;
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
    -o-transition: .5s linear;
    -ms-transition: .5s linear;
    transition: .5s linear;
    margin-top:4px;
}
.serch_box input[type="search"]:focus,.serch_box input[type="search"]:hover{
    width: 300px;
    outline: none;
}

.style_29.search_box{
    border:none;
    /* background:#f0f0f0; */
}
.serch_box button{
    position: absolute;
    top: 7px;
    right: 10px;
    outline: none;
    border: none;
    background: transparent;
}
.serch_box img{
    width:14px;
}
/* md-autocomplete{
    height:32px;
}
md-autocomplete md-autocomplete-wrap{
    height:32px;
} */
md-autocomplete.search_box input
{
    padding: 0px 27px 0px 10px;
    width: 140px;
    background: #ebebeb;
    /*  border: 1px solid #212121; */
    border-radius:25px;
    height:32px;
    font-size:13px;
}
.md-autocomplete-suggestions-container{
    width:350px!important;
}
/*  .md-autocomplete-suggestions li{
    line-height:85px;
} */
.ml0{
    margin-left:0px!important;
}
/* .mt0{
    margin-top:0px!important;
} */
.right_img_sec{
    padding-left:15px;
}
.dropdown_sec {
    display: inline-block;
    position: relative;
}
.dropdown_sec a {
    color:#474747;
}
.dropdown_content {
    display: none;
    position: absolute;
    width: auto;
    /* overflow: auto; */
    box-shadow: 0px 0px 5px #ccc;
    background-color:#fff;
    padding:10px;
    z-index: 999;
}
.dropdown_sec:hover .dropdown_content {
    display: block;
}
.dropdown_content a {
    display: block;
    color: #000000;
    padding: 8px 12px;
    text-decoration: none;
    text-align:left;
    font-size:14px;
}
.dropdown_content a:hover {
    color: #FFFFFF;
    background-color: #8e6d3b;
}
/* @media(max-width:599px){
    .serch_box{
        display:none;
    }
} */

.scrollup {
    opacity: 1;
    position: fixed;
    bottom: 0;
    right: 10px;
    display: none;
    z-index: 1000;
}
.scrollup i{
    background: #c87f44;
    color: #fff;
    padding: 12px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 23px;
    text-align: center;
    box-shadow:0px 0px 6px #ccc;
}

.search_bar_icon_block{
    display:none!important;
}
.search_icon_desktop{
    display:none;
}
.close_btns_secs{
    color:#fff!important;
}
.close_box_shadow{
    box-shadow:none;
}
.mobile_search_bar{
    display: none;
}
.menu_row{
    padding:10px 0px 10px 0px;
    box-shadow:0 24px 36px -20px rgba(0,0,0,0.0784);
}
.sigin_login_btns{
    display:none;
}

/* popular searches css start */
.popular-searches {
background-color: #f9f5f0;
padding: 20px;
/*border-radius: 10px;*/
/*font-family: 'Segoe UI', sans-serif;*/
/*max-width: 1200px;*/
margin: auto;
margin-bottom: 10px;
}
.popular-searches hr
{
    background-color: #d3d3d3;
    margin-bottom: 0px;
    margin-top: 0px;
}
.popular-searches h3 
{
    font-size: 20px;
    margin-bottom: 0px;
    color: #5e3e01;
    font-family: 'Roboto';    
}

.search-category h4{
margin-bottom: 0px;
}

.search-category h4 a{
    font-size: 14px;
    color: #5f3f01;
    margin-bottom: 0px;
    font-family: 'Roboto';
    font-weight: 500;

}
.search-category p
{
    margin-bottom: 5px;
}
.search-category p a {
    font-size: 13px;
    color: black;
    margin: 0;
    line-height: 1.5;
    word-wrap: break-word;
    font-family: 'Roboto';
}
/* end */


/*legacy css start*/
.foot_legacy{
    width:100%;
    max-width:150px;
}
.foot_legacy img{
    width: 100%;
}
/* css end */

/* mobile accordion css start */
.mobile_accordion_wrap{
    width: 100%;
    background:#F0EEED;
}
.footer_mobile_header{
    background:#F0EEED;
}
button.footer_accor_mob{
    width: 100%;
    text-align: left;
    box-shadow: none;
    background:#F0EEED;
    position: relative;
    padding: 0;
    font-weight:600;
}
/* 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: "FontAwesome";
    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:10px 20px;
}
.footer_mobile_card{
    background:transparent;
    border-bottom:1px solid #ededed!important;
    margin-bottom:0px;
    border-radius:0px;
}
.footer_mobile_header h2{
    font-size:0;
}
.download_app_sect{
    width:100%;
    padding:20px;
    text-align:center;
    background:#f0eeed;
}
.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;
}

/* end */

/* bottom strpe css start */
.bottom_strip_sec{
    position:fixed;
    bottom:0;
    width: 100%;
    background-color:#212121;
    padding:6px 22px;
    z-index: 9999999999;
}
.bottom_strip_sec p{
    color:#fff;
    font-size:14px;
    text-align:center;
    margin-bottom:0px;
}
.bottom_strip_sec p span{
    color:red;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 0px 0px 2px #ff4e4e;
}
.bottom_strip_sec a{
    position: absolute;
    right: 9px;
    color: #fff;
    font-size: 22px;
    top: 0;
}
.bottom_strip_sec a:hover{
    text-decoration:none;
}
#chat-widget-container {
    bottom: 60px !important;
    width: 84px;
    height: 84px;
}
/* css end */


/*mobilapp type menu css start */
.mobile-main-navigation{
    display:none;
    background:#fffefc;
    width:100%;
    float:left;
    position:fixed;
    bottom:0;
    z-index: 9;
    padding: 0px;
    box-shadow:0 5px 15px #00000059; 
}
.mobile-main-navigation ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom:0px;
}
.mobile-main-navigation ul li{
    list-style: none;
    width: 25%;
    padding: 4px;
    /* border-right: 1px solid #eee; */
}
.mobile-main-navigation ul li a{
    display: flex;
    align-items:center;
    justify-content:center;
    color: #3b3b3b;
    flex-direction:column;
    font-size:12px;
    text-decoration:none;
}
.mobile-main-navigation ul li a:hover{
    text-decoration:none;
    color:#900c0a;
}
.mobile-main-navigation ul li a:focus-visible{
    outline:none;
}
.mobile-main-navigation ul li a.active{
    text-decoration:none;
    color:#900c0a;
}
.material-icons{
    font-size:19px;
}
.ripple {
background-position: center;
transition: background 0.8s;
}
.ripple:hover {
background: #e9e9e9 radial-gradient(circle, transparent 1%, #ededed 1%) center/15000%;
}
.ripple:active {
background-color: #ddd;
background-size: 100%;
transition: background 0s;
}
.modal.modal-slide-ups .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-ups.show .modal-dialog {
    transform: translateY(0);
    left: 0;
    bottom:47px;
}
/* #shop_sec.modal-backdrop{
    bottom:55px;
} */
/* body.modal-open.mobile_modal_app .modal-backdrop.show {
bottom: 55px;
} */
.modal.modal-slide-ups .modal-content {
    border-radius: 0px 0px 0px 0px;
}
.modal-body.modal_slide_ups_bdy_cnt{
    padding:10px;
}
.modal_slide_ups_bdy_cnt mat-icon{
    width: 100%;
    text-align:center;
    padding:0px 0px;
}
.main_navi_menu ul{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content:center;
    flex-wrap: wrap;
    margin-bottom:0px;
}
.main_navi_menu ul li{
    width: 31%;
}
.main_navi_menu ul li a{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 11px;
    color: #212121;
    gap:5px;
}
.main_navi_menu ul li a span{
    font-size:12px;
}
.shop_icons{
    width: 22px;
    padding-bottom:0px;
}
    
/* css end */


/* cookies css section start */
.notification-top-bar {
    position: fixed;
    bottom: 0;
    width: auto;
    height:40px;
    background-color: #85372b;
    text-align: left;
    color: #fff;
    z-index:11;
    padding:8px;
    animation: fadeOut 2s forwards;
    animation-delay: 5s;
}
.notification-top-bar p{
    margin-bottom:0px;
    font-size:14px;
    padding-right:20px;
}
.cross-sticky {
    background: none;
    color: #333;
    border: none;
    position: absolute;
    right: 8px;
    top: 0px;
    font-size: 25px;
    font-weight: 600;
}
.cross-sticky:hover{
    color:#fff;
    text-decoration:none;
}
.cross-sticky img{
    width: 10px;
    padding-bottom:0px;
}
@keyframes fadeOut {
    from {opacity:1;display:block;}
    to {opacity:0;display:none;}
}

/* css end */


/* minicart css start */
.mini_cart_wrap{
    width:100%;
    max-width:420px;
    position: absolute;
    top:50px;
    z-index: 99;
    background: #efeaea;
    box-shadow: 0 4px 10px 0 #00000040;
    border-radius: 16px;
    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/loading_mer.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: #900c0a;
    margin-bottom:0px;
}
.mini_cart_title span{
    font-size: 15px;
    color: #900c0a;
    font-weight: 600;
}
.pro_summary_minicart{
    max-height: 50vh;
    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: 110px;
    margin-bottom: 16px;
}
.product_inline_item{
    display:flex;
    border: none;
    column-gap:10px;
}
.product_inline_itm_img {
    width:20%;
    min-width:90px;
    height:90px;
}
.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;
}
.minicart_quantity span {
    font-size: 12px;
    color: #413f3a;
    padding: 0px 4px 0px 3px;
    line-height:normal;
}
.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;
}
#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;
}
.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: 0 22px;
    color: #000;
    height: 44px;
    background: #f7f7f7;
    margin: 0;
}
.price_text {
    font-size: 16px;
    font-weight:600;
    color: #900c0a;
}
.price_amount {
    font-size:16px; 
    font-weight:700;
    color: #900c0a;
}
.mini_cart_btn_group{
    display: flex;
    column-gap: 6px;
    background: #efeaea;
    padding-top: 8px;
    padding-bottom: 16px;
    border-radius: 16px;
    padding-left: 16px;
    padding-right:16px;
    align-items: center;
    justify-content: center;
}
.mini_view_cart_btn {
    width: 145px;
    height:42px;
    background: #f7f7f7;
    border-radius: 80px;
}
.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: #900c0a;
    font-weight:600;
}
.mini_quick_check_btn{
    width: 187px;
    height: 42px;
    border-radius: 80px;
    background:#900c0a;
}
.mini_quick_check_btn button{
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:  14px;
    font-weight:400;
    background:#900c0a;
    border: none !important;
    color: #fff !important;
    font-weight:600;
    border-radius: 80px;
    outline: none;
}
.mini_quick_check_btn button:focus{
    outline: none;
}
.min_del_pro {
    position: relative;
}
.min_del_pro button{
    position: absolute;
    right: 0px;
    bottom: 30px;
    background: transparent;
    border: none;
    padding: 2px;
    border-radius: 5px;
    color: #900c0a;
}

/* .min_del_pro {
position: relative;
display: inline-block;
}

.min_del_pro .custom-tooltip {
visibility: hidden;
width: 65px;
background-color: #333;
color: #fff;
text-align: center;
padding: 6px 8px;
border-radius: 5px;
position: absolute;
z-index: 100;
bottom: 125%;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity 0.3s;
font-size: 13px;
}

.min_del_pro:hover .custom-tooltip {
visibility: visible;
opacity: 1;
} */


/* css end */


/* top_head_search css start */
.top_stripe_head{
    background: #9d8d7a;
}
.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: 13px;
    color: #fff;
    position: relative;
    padding: 2px 3px;
}
.top_stripe_head ul li:after{
    content:"";
    position: absolute;
    top: 12px;
    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;
    
}
.top_header {
    background-color: #fff;
    transition: background-color 0.3s ease;
}
.top_header.sticky {
    background-color: rgba(0, 0, 0, 0.8);
}
.top_header.sticky {
    position: fixed;
    width: 100%;
    top:0;
    background:#fff;
    box-shadow: 0px 0px 4px #ccc;
    z-index: 99;
}
.search_input_sec {
    padding: 10px 10px 0px 10px;
    position: relative;
}
.arrow_pos{
    position: absolute;
    z-index: 9;
    left: 25px;
    top: 30px;
    color: #83362a;
}
.serch_box2 input[type="submit"]{
    padding: 0px 27px 0px 10px;
    width: 140px;
    background: #ebebeb;
    border: 1px solid #ededed;
    border-radius: 25px;
    height: 32px;
    font-size: 13px;
    outline:none;
    background:url(https://staging-3.kirtilals.com/images/search.svg) 90% 48% no-repeat #ebebeb;
    color: #757575;
}
.btn_srch{
    background:transparent;
    outline:none;
    border:none;
    display:none;
}
.btn_srch:focus{
    outline:none;
}
.search_input_sec input[type="search"] {
    width: 100%;
    max-width: 100%;
    border: 1px solid #cfcec8;
    border-radius: 8px;
    height: 36px;
    padding: 8px 35px 8px 30px;
    background: url(https://staging-3.kirtilals.com/images/search.svg) 95% 48% no-repeat #efefef;
    font-size: 14px;
    margin-top: 0px;
}
.btn_srch img{
    padding-bottom:0px;
    width: 16px;
}

.search-div {
    display: none;
    margin-top:0px;
}
.search_wrapper_outer{
    background: #fff;
    width: 100%;
    float: right;
    height: 100%;
    max-width:600px;
    box-shadow: 0px 0px 4px #ccc;
    margin-bottom: 50px;
    overflow:auto;
}
.search-div.active {
    display: block;
    position: fixed;
    /* background: #fff; */
    /* background:rgba(255,255,255,0.8); */
    background: #ffffffb2;
    backdrop-filter: blur(10px);
    padding:0px;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: auto;
    right: 0px;
    z-index: 99;
    min-height:100vh;
}
.suggestion-type-container {
    position: relative;
    padding: 12px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}
.headings {
    font-size:12px;
    font-weight: 400;
    color: #56544e;
    margin: 0;
    text-transform: capitalize;
    padding-bottom:15px;
}
.suggestions_sec {
    padding: 12px;
}
.suggestion-type-container ul{
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.suggestion-type-container ul li {
    width: fit-content;
    min-width: fit-content;
    height: 36px;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #f2e7e9;
    border-radius: 8px;
}
.suggestion-type-container ul li a {
    width: 100%;
    height: 100%;
    font-size: 9px;
    font-weight:600;
    color: #676767;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 3px;
    text-decoration: none;
    text-transform: uppercase;
}
.popular-products-list{
    display: flex;
    gap: 10px;
    width: 100%;
    height:auto;
    overflow-x: scroll;
    padding-bottom:8px;
}
.popular-products-item{
    width: 120px;
    min-width: 120px;
    height: fit-content;
    background: #fff;
    padding: 0px;
    cursor: pointer;
    border: 1px solid #ededed;
    border-radius: 6px;
}
.popular-products-item a{
    color:#222;
    display: block;
}
.popular-products-item a:hover{
    border:1px solid #c09293;
    padding:0px;
    box-shadow:0 20px 26px -15px #490a0c45;
    border-radius:4px;
    text-decoration:none;
    color:#85372b;
}
.popular-products-img{
    width: 100%;
    height: 85px;
    border-radius: 4px;
    background: none;
}
.popular-products-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    padding-bottom:0px;
}
.popular-products-name{
    height:32px;
    font-size:11px;
    font-weight:500;
    text-align: center;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 4px;

}
.popular-products-list::-webkit-scrollbar {
    height:4px;
    border-radius: 5px;
}
.popular-products-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#e5e5e5;
}
.popular-products-list::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 5px;
}
.search_baner_img{
    width: 100%;
    padding:10px 0px;
    margin-bottom:20px;
}
.search_baner_img img{
    width: 100%;
}
.search-div::-webkit-scrollbar {
    height:4px;
    border-radius: 5px;
}
.search-div::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#e5e5e5;
}
.search-div::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 5px;
}


@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.loader_wrap_new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 4px solid #ccc;
    border-top: 4px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* css end */


/* menu css start 11nov25*/
.menu_row{
    padding:12px 0px 0px 0px;
    background:#fdfdfd;
}
.menu_main{
    gap:0;
    align-items: center;
    justify-content: center;
    position: relative;
}

.menu_main > li{
    /* padding:8px 10px 8px 10px; */
}
li.medium_width {
    position: relative;
}
li.medium_width .megamenu__box {
    max-width: 400px;
    width: 400px;
    left: 0px;
}
.logos img{
    padding-bottom:0px;
}
.menu_main > li > a{
    cursor: pointer;
    position: relative;
    z-index: 8;
    /* padding:0px 0px; */
    padding:14px 10px 14px 10px;
    letter-spacing:1px;
    font-size:13px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-weight:500; */
    color:#000;

    
}
.menu_main > li > a > img{
    width: 22px;
    height: 22px;
    margin-right: 6px !important;
    padding-bottom: 0px;
}
.menu_main > li.active {
    color: #896732;
}
.menu_main > li.active > a{
    color: #896732;
    font-weight:500;
}
.menu_main > li.active a::before {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}
/* .menu_main > li > a.active::before{
    background-color: #896732;
    border-radius: 0.313rem;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    z-index: 21;
} */
.menu_main > li > a:hover {
    font-weight: bold;
    color: #896732;
}
.menu_main > li > a::before {
    background-color: #896732;
    border-radius: 0.313rem;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    z-index: 21;
}
.menu_main > li > a:hover::before {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}
.megamenu__box{
    transition: all .3s ease;
    transform: translateY(35px);
    width:100%;
    left:0px;
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.2);
    /* border-top: 1px solid #ececea; */
}
.menu_main >li{
    padding: 0 4px;
}
.menu_main >li:hover .megamenu__box{
    transform: translateY(0);
    top:50px !important;
}
.menu_main >li.less_width:hover .megamenu__box.style_10 {
    top:50px !important;
}
.left_menu >li {
    margin-bottom: 0px;
    background: #fcfcfc;
    border-bottom: 1px solid #eae8e8;
}
.left_menu > li > a:hover{
    background-color: #F4F1E6 ;
    color: #876532 ;
}
.left_menu{
    padding-top:0px;
    background-color:#fcfcfc;
}
.left_menu > li > a{
    position: relative;
    color: #6B6B6B;
    padding: 13px 20px;
    letter-spacing:1px;
    font-size:13px;
    }
.left_menu >li:hover{
background-color: #F4F1E6 ;
}
/* .left_menu >li:hover a:hover::after{
content: '';
width: 0;
height: 0;
border-top: 10px solid transparent;
border-right: 10px solid #fff;
border-bottom: 10px solid transparent;
position: absolute;
right: 0;
top: 14px;
} */
.left_menu > li::after{
content: '';
width: 0;
height: 0;
border-top: 10px solid transparent;
border-right: 10px solid #fff;
border-bottom: 10px solid transparent;
position: absolute;
right: 0;
top: 14px;
}
.left_menu > li > a:hover::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 0;
    top: 14px;
}
h3.menu-title{
    color:#424242;
    font-size:13px;
    padding-left:5px;
}
.shop_flex{
    display: flex;
    align-items: center;
    color:#876532;
    margin-bottom: 0 !important;
    padding:9px 0px;
    transition:0.3s;
}
.shop_flex:hover{
    padding-left:5px;
}
.shop_flex img{
    padding-bottom:0px;
    width:40px;
}
.shop_flex a{
    color:#876532!important;
}
.nav_bar_secs{
    background:#fdfdfd;
    padding-left:0px;
    padding-right:0px;
    /* border-bottom:2px solid #ccc; */
    /* padding-bottom:8px;
    padding-top:10px; */
}
.megamenu__box.style_10.gold_price_rate{
    background: #f9f2e7;
    box-shadow: 0px 0px 1px 2px #bcaa;
    max-width: 400px;
    width: 200px;
}
.shop_flex_gold{
    padding: 5px 0px;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center;
    color: #876532;
    margin-bottom: 0 !important;
    border-bottom:1px solid #aaa;
}
.shop_flex_gold_title{
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 0!important;
    font-weight:600;
    color:#222;
}
.last_upadte{
    font-size: 13px;
    color: #000;
    margin-bottom:0px!important;
    padding-top:5px;
}
.mr-2{
    margin-right: .5rem !important;
}
li.less_width .megamenu__box{
    max-width: 400px;
    width: 200px;
    left:0px;
}
.megamenu__box {
position: absolute;
left: 0;
top: 100%;
width: 100%;
background: #fff;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
    /* transition: opacity 0.3s ease, transform 0.3s ease;  */
transition:transform 0.3s ease;
z-index: 99;
pointer-events: none; 
}

.menu_main > li:hover .megamenu__box {
opacity: 1;
visibility: visible;
transform: translateY(0);
pointer-events: auto;
}
.logo_center_pos{
    width:100%;
    text-align:center;
    margin-left:0px;
}
.top_head_right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.plr0{
    padding-left:0px;
    padding-right:0px;
}
.head_first_col{
    display:flex;
    align-items: center;
    justify-content: center;
}
.head_third_col{
    display:flex;
    align-items: center;
    justify-content: flex-end;
}
.top-menu .md-select-value{
    min-width: 40px;
}
.top-menu .md-select-value .md-select-icon{
    width: 15px;
}
.top_header .logos img {
    /* height: 60px;
    width: auto; */
    width: auto;
    height:38px;
    flex-shrink: 0; 
    transition: height .3s ease;
}
.top_header.scrolled {
    height:85px;
}
.top_header.scrolled .logos img {
    width:auto;
    height:32px;
}
::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
}

/* menu ccs end*/



/*mobile menu css start*/
.new_mobile_menu {
    width: 100%;
    background: #fff;
    overflow: auto;
    height: 90vh;
    overflow-y: auto;
}

/* MAIN MENU */
.main-menu li {
    list-style: none;
    padding: 9px 15px;
    /* border-bottom: 1px solid #eee; */
    cursor: pointer;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-menu li a img{
    padding-bottom: 0;
}
.arrow {
    font-size: 20px;
    color: #666;
    transition: 0.3s;
}
.submenu {
    display: none;
}
.submenu-header {
    padding: 4px 12px;;
    font-size:15px;
    border-bottom: 1px solid #ccc;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    gap: 12px;
}
.submenu-header .back {
    cursor: pointer;
    font-size: 24px;
}
.accordion-title {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.accordion-title a{
    color: #20232A;
}
.accordion-title a:hover{
    text-decoration: none;
}
.accordion-title a:focus-visible{
    outline:none;
}
.accordion-content {
    display: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.accordion-content li {
    list-style: none;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #eee;
}
.accordion-content li a{
    color:#000;
    font-size: 14px;
    width:100%;
    display:inline-block;
}
.accordion-content li a:focus-visible{
    outline: none;
}

.accordion.open .accordion-title {
    background: #f8f8f8;
}

.accordion.open .arrow {
    transform: rotate(180deg);
}

.accordion-content img {
    width: 33px;
    padding-bottom: 0;
    /* height: 26px; */
}
p.acc_cnt_title{
    font-size: 13px;
    padding: 8px 8px 8px 15px;
    margin-bottom: 0px;
    font-weight: 600;
}
.main-menu li a{
    color:#000;
}
.main-menu li a:hover{
    text-decoration: none;
}
.main-menu li a:focus-visible{
    outline: none;
}
.mobile_menu_logo{
    padding: 10px 0 10px;
}
.mobile_menu_logo img{
    padding-bottom: 0;
}
.mob_content_wrap{
    /* overflow-y: auto;
    height: 100%;
    position: fixed;
    width: 100%; */
}
.md-sidenav-left{
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    max-width: 100%;
    width: 100%;
}
.login_signup_con{
    background: #F4F1E6;
    padding: 10px;
    width: 100%;
    height: auto;
}
.login_signup_inr{
    display: flex;
}
.login_btn a{
    background: linear-gradient(267deg, #845d29, #6e3a46);
    color: #ffffff;
    padding: 6px 16px;
    margin-left: 20px;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
}
.login_btn a:focus{
    outline: none;
}
.login_btn {
    padding-top: 13px;
    padding-bottom: 12px;
}
.need_help_call{
    width: 100%;
}
.need_help_call p{
    font-size: 14px;
    padding-left: 20px;
}
.need_help_call p a{
    color:#000;
    font-size: 14px;
}
/* css end */



@media(max-width:1350px){
    .serch_box input[type="search"]:focus, .serch_box input[type="search"]:hover {
        width: 270px;
        outline: none;
    }
}
@media(max-width:1290px){
    .menu_main > li > a{
        padding: 14px 4px 14px 4px;
    }
}
@media(max-width:1250px){
    .serch_box input[type="search"]{
        width: 200px;
        outline: none;
    }
    .serch_box input[type="search"]:focus, .serch_box input[type="search"]:hover {
        width:250px;
        outline: none;
    }
}
@media(max-width:1199px){
    .search-div.active{
        top: 60px!important;
    }
    .head_first_col{
        justify-content: flex-start;
    }
}

@media(max-width:1150px){
    .serch_box input[type="search"]{
        width: 180px;
        outline: none;
    }
    .serch_box input[type="search"]:focus, .serch_box input[type="search"]:hover {
        width:210px;
        outline: none;
    }
    
}
@media(max-width:1080px){
    md-autocomplete.search_box {
        min-width: 140px!important;
    }
    .serch_box input[type="search"]{
        width:130px;
    }
    .serch_box input[type="search"]:focus, .serch_box input[type="search"]:hover {
        width:160px;
        outline: none;
    }
}
@media(max-width:991px){
    /* .serch_box input[type="search"]{
        width:100px;
    }
    .serch_box input[type="search"]:focus, .serch_box input[type="search"]:hover {
        width:150px;
        outline: none;
    } */
    .search_bar_icon_block{
        display:none!important;
    }
    .serch_box{
        display:block;
    }
    .search_icon_desktop{
        display:none;
    }
    /* mobile input search start */
    .search_input_sec input[type="search"]{
        width: 100%;
        max-width: 100%;
        border: 1px solid #cfcec8;
        border-radius: 8px;
        height: 36px;
        padding: 8px 35px 8px 30px;
        background: url(https://staging-3.kirtilals.com/images/search.svg) 95% 48% no-repeat #efefef;
        font-size: 14px;
        margin-top:0px;
        
    }
    .arrow_pos{
        position: absolute;
        z-index: 9;
        left: 27px;
        top: 27px;
        color: #900c0a;
    }
    /* search end */
    .mobile_search_bar{
        display: none;
    }

    .mini_cart_wrap{
        max-width:fit-content;
        min-width:420px;
    }
    
    
}

@media(max-width:767px){
    md-autocomplete.search_box {
        min-width: 110px!important;
    }
    md-autocomplete.search_box input{
        width:95px;
    }
    .search_bar_icon_block{
        display:none!important;
    }
    .serch_box{
        display:none;
    }
    .search_icon_desktop{
        display:block;
    }
    .sigin_login_btns{
        display:block;
    }
    .mobile_menu_wraper{
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        background: #F4F1E6;
        justify-content: center
    }
    .sigin_login_btns{
        padding-right:45px;
    }
    .sigin_login_btns a{
        color:#474747;
    }
    .style_12{
        top:14px;
    }
    .mobile_accordion_wrap{
        display:block;
    }
    .footer_btm_sec{
        display:none;
    }
    .mobile-main-navigation{
        display:block; 
    }
    .notification-top-bar{
        bottom: 45px;
        height: 55px;
    }
    .search_icon_desktop{
        display:none;
    }
    .btn_srch{
        display: block;
        padding-bottom:5px;
        padding-right:5px;
    }
    .show-cart-button{
        display:none;
    }
    .after_login_signinmob{
        display:none;
    }
    .search-div.active {
    display: block;
    position: fixed;
    background: #fff;
    /* box-shadow: 0px 0px 4px #ccc; */
    padding: 10px;
    width: 100%;
    height: 100%;
    top: 0!important;
    overflow:auto;
}
.suggestion-type-container {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}
.headings {
    font-size:12px;
    font-weight: 400;
    color: #56544e;
    margin: 0;
    text-transform: capitalize;
    padding-bottom:15px;
}
.suggestions_sec {
    padding: 12px;
}
.suggestion-type-container ul{
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.suggestion-type-container ul li {
    width: fit-content;
    min-width: fit-content;
    height: 36px;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #f2e7e9;
    border-radius: 8px;
}
.suggestion-type-container ul li a {
    width: 100%;
    height: 100%;
    font-size: 9px;
    font-weight:600;
    color: #676767;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 3px;
    text-decoration: none;
    text-transform: uppercase;
}
.popular-products-list{
    display: flex;
    column-gap: 6px;
    width: 100%;
    height:auto;
    overflow-x: scroll;
}
.popular-products-item{
    width: 120px;
    min-width: 120px;
    height: fit-content;
    background: #fff;
    padding: 2px;
    cursor: pointer;
    transition:0.5s;
}

.popular-products-img{
    width: 100%;
    height: 85px;
    border-radius: 8px;
    background: none;
}
.popular-products-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}
.popular-products-name{
    height:32px;
    font-size:11px;
    font-weight:500;
    text-align: center;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 4px;

}
.popular-products-list::-webkit-scrollbar {
    height:4px;
    border-radius: 5px;
}
.popular-products-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#e5e5e5;
}
.popular-products-list::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 5px;
}
.search_baner_img{
    width: 100%;
    padding:10px 0px;
    margin-bottom:20px;
}
.search_baner_img img{
    width: 100%;
}
.search-div::-webkit-scrollbar {
    height:4px;
    border-radius: 5px;
}
.search-div::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#e5e5e5;
}
.search-div::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 5px;
}
.search_wrapper_outer{
    max-width:100%;
    background:transparent!important;
    box-shadow:inherit!important;
}
.serch_box2{
    display:none;
}
.mini_cart_wrap{
    min-width: 330px;
    top: 43px;
}
.price_text{
    font-size:14px;
}
.mini_view_cart_btn a{
    font-size: 13px;
}
.mini_quick_check_btn a{
    font-size:13px;
}
.inline_item_container{
    margin-bottom: 5px;
}
.mini_cart_btn_group{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
.sku_code{
    display:none;
}

    
}
@media (max-width: 768px) {
    .popular-searches {
        padding: 15px;
        font-size: 17px;
    }

    .search-category h4 a {
        font-size: 13px;
    }

    .search-category p a {
        font-size: 12px;
    }
}
@media(max-width:599px){
    .search_bar_icon_block{
        display:none!important;
    }
    .show_user_icon_mobile{
        display: block!important;
        padding-top: 10px;
    }
    .dropdown_sec:hover .dropdown_content{
        display:none;
    }
    .search_btns_mobile{
        display:none;
    }
    .md-virtual-repeat-container.md-autocomplete-suggestions-container{
        top:93px!important
    }
    .notification-top-bar{
        bottom: 45px;
        padding: 6px;
        height:75px;
        font-size:13px;
    }
    .top_stripe_head ul{
        gap: 50px;
    }
    .top_stripe_head ul li{
        font-size: 11px;
    }
    .top_stripe_head ul li:after{
        width: 30px;
        top:8px;
        left:calc(100% - -12px);
    }
    .top_header.scrolled{
        height:60px;
    }
    .top_header.scrolled .menu_row{
        padding: 0px 0px 0px 0px;
    }
}
@media(max-width:480px){
    .slider_wrapper {
        max-width: 295px;
        display:flex;
        align-items:center;
    }
    .diya-img{
        width: 14px;
    }
    .text-slide{
        font-size:9px;
    }
    .times_icon{
        right: 5px;
        top: -2px;
        font-size: 14px;
    }
    .flex_wrapper{
        height: 17px;
    }
    .mini_cart_title h2{
        font-size:14px;
    }
    .pro_summary_minicart{
        max-height:30vh;
        padding: 4px 4px 4px;
    }
    .sku_code{
        display:none;
    }
    
}
@media(max-width:460px){
    .download_app_sect{
        padding:5px 20px 60px 20px;
    }
}


@media(max-width:420px){
    .mini_cart_wrap {
        max-width: none;
        min-width:330px;
    }
    .price_amount{
        font-size:14px;
    }
    .price_text{
        font-size:13px;
    }
    .slides{
        font-size:12px;
        height: 22px;
    }
    .text-sliders{
        height:22px;
    }
    @keyframes slide-updown {
    0%   { transform: translateY(0); }
    25%  { transform: translateY(-22px); }
    50%  { transform: translateY(-22px); }
    75%  { transform: translateY(0); }
    100% { transform: translateY(0); }
}
}