.cart-dropdown
{
    
}
.cart-dropdown .dropdown-menu
{
    top:114%!important;
    background-color: #fff!important;
    border-radius: 0 0 1rem 1rem!important;
    color:#000!important;
    
}
.cart-dropdown .dropdown-item
{
    color:#000!important;
}
.cart-dropdown .dropdown-item:hover
{
    color:#fff!important;
    background-color: rgb(36, 36, 36)!important;
}

.cart-droupdown-item
{   
    width: 180px;
    max-width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    
    display: flex;
    font-size:.9rem;
    border-bottom: 1px solid #f2f2f2;

}
.cart-droupdown-item:first-child
{
    border-top: 1px solid #f2f2f2;

}

.middle th,.middle td
{
    vertical-align: middle;
}
.table-sum tfoot td
{  
    padding:.4rem .75rem;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.badge-semi-success
{
    background-color: #28a74594;
}
.bg-semi-success
{
    background-color: #28a74594;
}