.footer-logo a img{
    max-width:200px;
} 
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #e8e8e8; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
#myaccountlink .onhover-div {
    width: 100px !important;
}
.searchItemPanel {
    position: absolute;
    top: 45px;
    width: 100%;
    min-height: 0px;
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
    display: none;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 8px 11px 12px rgba(0,0,0,0.2);
    z-index: 2;
}
.product-link {
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #253237;
    font-size: 14px;
    text-transform: capitalize;
}
.inner-link {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}
.product-box-4 h5 {
    display: block !important;
}
.counter input {
    width: 40px !important;
}
#custommenuMain {
    background: #f5f5f5 !important;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link {
    font-size: 14px !important;   
}
header .main-nav {
    padding: 5px !important;
}
.badge-number {
    background: #FF0000 !important;
    padding: 5px !important;
    border-radius: 10px !important;
    width: 20px !important;
    top: 5px !important
}

.footer-section-2 .main-footer .footer-list li a {
    display: inline !important;
}