.category-product-div {
    padding: 5px !important;
}

.promotion-category-quantity{
    color: #717171;
    font-size: 10px;
}
header.main-header .bottom-header {
    background-color: #6c6c6c !important;
    padding: 15px 15px 8px 15px;
    border-radius: 0 0 50px 50px;
    box-shadow: var(--shadow-md);
    z-index: 2222222;
    color: white;
}
.nav-link{
    color: white;
}
header.main-header .bottom-header {
    margin-bottom: unset!important;
}
header.main-header {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .03);
    position: relative;
    border-radius: 0 0 50px 50px;
}
header.main-header .main-menu .list>.list-item>a, header.main-header .main-menu .list>.list-item>span{
    color:white;
}
header.main-header .main-menu .list>.list-item>a::before {
    background-color: #e0e0e0 !important;
}

header.main-header .main-menu .list>.list-item:hover>a {
    color: #e0e0e0 !important;
}
.font-size-x-large{
    font-size:x-large;
}
#cart-list-item>.nav-link{
    color:white;
}
    
header.main-header .main-menu{
        /*display: flex;*/
    justify-content: space-between;
}
.nav-link-contact{
    color:white!important;
}

header.main-header .nav-link span.count {
    background-color: white!important;
    color: black;
}



button.btn-menu .align span {
    background: white!important;
}