@media (max-width: 767px){
    .submenu { display: none !important;}
}
.cart-mobile{
    line-height: 57px;
    font-size: 20px;
    margin-left: 18px;
}

.cart-item-image {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.dropdown-menu.cart{
    width: 400px;
}

.cart-close-btn {
    position: absolute;
    top: 10px;
    transition: all .3s ease-out;
    right: 20px;
    z-index: 100;
}

.btn-outline {
    background-color: unset;
}

.btn-danger {
    border-color: white;
    color: red;
}

.btn-danger:hover {
    background-color: unset;
    border-color: white;
    color: #f44336;
}