/* .table.cart */

.cart-product-mobile-label { display: none }

@media (max-width: 575.98px) {

    .table.cart thead { display: none }
    .table.cart tbody tr, .table.cart tbody td { display: block }

    .table.cart tbody td {
        border-top: 0;
        padding: 0 !important;
        margin-top: 13px;
        text-align: left !important;
    }

    .table.cart tbody td .cart-product-mobile-label {
        display: block;
        margin-bottom: 5px;

    }

    .table.cart tbody td.cart-product-remove,
    .table.cart tbody td.cart-product-thumbnail {
        display: inline-block;
        margin-top: 0;
    }

    .table.cart tbody td.cart-product-thumbnail {
        margin-left: 10px;
    }

    .table.cart tbody tr:not(:last-of-type) {
        border-top: 1px solid #ddd;
        padding: 20px 0;
    }

    .table.cart tbody td.cart-product-remove .button {
        margin: 0;
        height: auto;
        padding: 1em;
        line-height: 0;
    }

    .table.cart tbody td.cart-product-thumbnail img {
        height: 90px;
        max-width: none;
    }
}

/* product */

.product {
    width: 100% !important;
}

/* button */

@media screen and (max-width: 320px) {
    .button.numero-order, .button.numero-subscribe {
        font-size: 16px;
    }
}

/* header */

.header-search.cart {
    right: 40px;
}

.header-search.cart i {
    right: 15px;
}

@media (max-width:991px) {
    .header-logo {
        width: 88%;
        margin-top: 2px;
    }
}