.custom-sidebar-logo{
    height: auto !important;
    width: 145px !important;
    margin-top: 20px;
}
.custom-cart-icon.dropdown{
    position: relative;
}
.custom-cart-icon.dropdown .alert-badge{
    position: absolute;
    top: -5px;
    right: 5px;
    background: #4e6bd5;
    color: #fff;
    border-radius: 50%;
    padding: 0px 5px;
    font-size: 12px;
}
.text-color-black button {
    color: #222121 !important;
}
.text-primary.cart-btn{
    padding: 10px 15px;
    background-color: #0b51b7;
    border-radius: 5px;
    color: #ffffff !important;
}
.text-primary.continue-shopping{
    padding: 10px 15px;
    background-color: #1d9c6f;
    border-radius: 5px;
    color: #ffffff !important;
}
.text-red-600 {
    color: #f90f0f;
    font-weight: 600;
}