/* Bottoni Quick View Cross Sell */
.item-box button.product-box-add-to-cart-button {
    background-repeat: no-repeat;
    background-position: center;
}

.item-box button{
background-color: #f5f5f5 ;
}

/* Tabella Carrello */
.cart th, .data-table th, .forums-table-section th {
background: transparent !important;
}

.table-wrapper {
    box-shadow: none !important;
}

.table-wrapper .cart td, .table-wrapper .cart th {
    border: 1px solid #ddd !important;
}

.table-wrapper .cart  img {
	height: 100%;
}

td.product-picture, td.quantity {
    text-align: center;
}

.table-wrapper .cart tbody {

}

/* Bottoni Carrello */
.common-buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 0 0 !important;
	border: 1px solid #ddd;
	border-top: none;
	padding: 5px;
	flex-wrap: wrap;
    width: 100% !important;
    gap: 0.1em;
	max-width: none !important;
}

.common-buttons > * {
    background-color: #f4a336 !important;
    color: white !important;
	margin: 5px 0 !important;
    font-family: 'Montserrat', sans-serif, normal !important;
    font-weight: bold;
}

/* Box totale - codice sconto - cross sell */
.cart-footer {
    display: flex;
    gap: 0.4em;
    margin-top: 1em;
}

/* Box Totale */
.cart-footer .totals{
	box-shadow: none !important;
	padding: 10px;
    border: 1px solid #ddd;
    height: fit-content;	
}

.cart-footer .totals label {
    font-family: 'Montserrat', sans-serif, normal;
}

/* Box Codice Sconto */
.cart-collaterals .deals{
	box-shadow: none !important;
}

.cart-collaterals .deals .coupon-box > * {
    padding: 0 !important;
}

.cart-collaterals .deals .coupon-box {
    padding: 20px;
    border: 1px solid #ddd;
}

/* Box Carosello*/
.product-grid.cross-sells {
    padding: 20px;
    border: 1px solid #ddd;
}


.product-grid.cross-sells .item-grid .item-box {
    width: calc(95%/2);
    margin: 0 !important;
}

.product-grid.cross-sells .item-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4em;
    justify-content: center;
}

/* Responsive Media Box totale - codice sconto - cross sell */

@media(max-width:1200px){
	.cart-footer {
        flex-direction: column-reverse;
    }

    .cart-collaterals {
        margin: 0 !important;
    }

    .cart .product-picture {
        object-fit: contain;
        padding: 0 !important;
    }
}

@media screen and (max-width: 769px) {
    .table-wrapper {
        width: 100% !important;
    }
}

@media screen and (max-width: 644px) {
    .cart tr {
        width: 100%;
        padding: 0px;
    }

    .cart .product-picture {
        padding: 10px !important;
        border-radius: 15px !important;
    }
}