.header-search-btn {
    cursor: pointer !important;
}

.single_crm.stat2 {
    background-color: #FF8C00;
}

.single_crm.stat0 {
    background-color: #808080;
}

a {
    color: #FF8C00;
}

.bext_seller_text {
    font-size: 15px;
    line-height: 1.8;
}

.slick-slider .slick-slide>div>div{
    padding-bottom: 0px !important;
}

.testimonial-thumb img{
    width: 100% !important;
    height: auto !important;
    border-radius: 100%;
}
.reset_pass{
    width: 100%;
    height: 73vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* over story  */
section.about-us{
background-size: cover !important   ;
}

/* best Seller */

.section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container{
padding-left: 0px !important;
}
/* 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f7f7f7 inset !important;
    -webkit-text-fill-color: #555555;
}


select:active,
select:focus-visible,
select:focus-within,
select:focus {
    background-color: #f7f7f7 !important;
    color: #555555 !important;
    outline: none !important;
    box-shadow: none !important;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f7f7f7 inset !important;
    -webkit-text-fill-color: #555555;
}



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #555555;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #f7f7f7;
} */



/* For WebKit browsers (Chrome, Safari) */
.megamenu.dropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.megamenu.dropdown::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.megamenu.dropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FF8C00;
}

/* For WebKit browsers (Chrome, Safari) */
.dropdown-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.dropdown-list::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.dropdown-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FF8C00;
}