.basket-title-menu
{
    align-items: baseline; 
}

.total-basket-tag
{
    padding: 5px;
    background-color: #06971a;
    border-radius: 9px;
    position: absolute;
    left: -0.3rem;
    color: white !important;
    font-size: 13px !important;
}

.buy-btn
{
    background-color: #07bc20 !important;
    color: white !important;
    font-size: 19px !important;
}
.basket-product-img img
{
    width: 70px !important;
    height: 70px !important;
}

.discount-tag
{
    
    padding: 5px;
    font-size: 17px;
    background-color: rgb(250, 15, 27);
    color: white;
    border-radius: 8px;
}

.old-price
{
    font-size: 14px;
    color: rgba(48, 53, 75, 0.4);
    text-decoration: line-through;
}
.align-items-baseline
{
    align-items: baseline;
}

.price
{
    font-size: 17px;
    font-weight: bold;
}

.final-buy-menu-div
{
    position: fixed;
    bottom: 0;
}

.empty-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.menu-hover:hover{
    background-color: #f4f4f4;
}