@media only screen and (max-width: 1650px) {
    .box-miei-prodotti .hstack {
        flex-direction: column;
    }

    .box-miei-prodotti .hstack .btn {
        width: 100%!important;
    }

    .box-miei-prodotti-img {
        padding: 15px 20px;
    }

    .box-supporto b {
        font-size: 20px;
    }

    .content-allegati > div {
        padding: 18px 20px;
    }

    .tag-kitricambi.position-top {
        left: 15%;
    }
}

@media only screen and (max-width: 1400px) {
    .tag-kitricambi.position-top {
        left: 10%;
    }
}

@media only screen and (max-width: 1200px) {
    .sidebar {
        width: 300px;
        padding: 20px;
    }

    .content {
        margin-left: 300px;
    }

    .content .container-fluid {
        padding: 0 50px;
    }

    .sidebar-v2-left {
        width: 77px;
        padding: 34px 10px;
    }

    .sidebar-v2-right {
        padding: 34px 10px;
    }

}

@media only screen and (max-width : 991px) {
    .content .container-fluid {
        padding: 0 25px;
    }

    .btn-inline {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        width: 32px;
        height: 32px;
        border: 1px solid #01953566;
        border-radius: 5px;
        background-color: #0195351A;
    }

    .btn-inline i {
        font-size: 14px;
    }

    .cart-offcanvas.offcanvas.offcanvas-end {
        width: 100%;
        padding: 20px 30px;
    }

    .offcanvas-title {
        font-size: 24px;
    }

    .cart-product-image {
        width: 80px;
        height: 80px;
    }

    .cart-product-content {
        gap: 5px;
    }

    .cart-product-list {
        gap: 40px;
    }

    .cart-product-title {
        font-size: 12px;
    }

    .cart-product-counter {
        padding: 5px;
        gap: 5px;
    }

    .cart-product-category-text {
        font-size: 11px;
    }

    .btn-menu-icon {
        padding: 0;
    }

    .btn-menu-icon i {
        font-size: 20px;
        color: var(--colore-testi-primario)
    }

    .menu-offcanvas-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 30px;
    }

    .menu-offcanvas-body {
        flex-grow: 1;
        overflow-y: auto;
    }

    .menu-offcanvas-footer {
        margin-top: 20px;
    }

    .menu-offcanvas.offcanvas.offcanvas-start {
        padding: 30px 25px 40px;
        background-color: var(--colore-primario-bg);
    }

    .user-name {
        font-size: 14px;
    }

    .user {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .menu-user {
        border: 1px solid var(--colore-bordi);
        background-color: var(--white);
        padding: 24px;
        border-radius: 10px;
    }

    .menu-user-top {
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid var(--colore-bordi);
    }

    .btn-logout {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid var(--colore-bordi);
        background-color: var(--colore-primario-bg);
        border-radius: 5px;
    }

    .menu-mobile {
        padding: 30px 0 20px;
    }

    .header {
        border-bottom: none;
    }

    .content {
        margin-left: 0;
    }

    .box-ultime-richieste-item {
        padding: 18px 20px;
    }

    .tag {
        font-size: 10px;
        padding: 6px 8px;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 17px;
    }

    .box-ultime-richieste-item > div {
        width: 100%;
    }
}

@media only screen and (max-width: 540px) {
    .cart-product-image {
        display: none;
    }

    .logo {
        width: 200px;
        height: auto;
    }

    .menu-offcanvas.offcanvas.offcanvas-start {
        width: 100%;
    }

    .content-no-sidebar {
        min-height: calc(100dvh - 98px);
    }

    h4 {
        font-size: 16px;
    }
}