@media screen and (max-width: 575px) {
    a.header-auth-link, header .label-small, nav .label-small {
        font-size: 15px !important;
    }
}

.aside-shop .card-aside .btn-delete {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
    border-radius: var(--radius-pill);
    font-size: 0.8rem;
    width: 20px;
    height: 23px;
    top: 1px;
    right: 3px;
}

.header .header-center .logo .img-logo {
    min-width: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    max-height: 65px !important;
}
.navbar .container .logo .img-logo {
    min-width: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    max-height: 55px !important;
}


