/* cart */
.woocommerce-cart button{

    background:#b88b63 !important;

    border-radius:999px;

    color:white !important;

    border:none;

    padding:16px 28px;

    transition:0.3s ease;
}
.woocommerce-cart .button:hover,
.woocommerce-cart button:hover{

    opacity:0.85;
}
.woocommerce-cart table.shop_table{
    border:none;
    border-collapse:collapse;
}
.woocommerce-cart table.shop_table{
    display:table;
    margin-top :10%;
}

.woocommerce-cart table.shop_table tr .actions{
    padding-top :40px !important;
    padding-bottom :40px !important;
}

.woocommerce-cart table.shop_table tr{
    display:table-row;
}

.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th{
    display:table-cell;
}

.woocommerce-cart .entry-title{
    display:none;
}
.woocommerce-cart .site-content{
    max-width:1200px;
    margin:10px auto;
    padding:70px 0;
}
.cart_totals{

    background:#f5f1eb;

    padding:40px;

    border-radius:24px;

    border:none !important;
}
.checkout-button{

    background:#b88b63 !important;

    border-radius:999px !important;

    border:none !important;

    padding:18px 28px !important;

    transition:0.3s ease;
}
.checkout-button:hover{
    opacity:0.85;
}
.shop_table,
.shop_table td,
.shop_table th{

    border-color:#e6ddd2 !important;
}
.woocommerce-cart table.cart img{

    border-radius:16px;
}
.woocommerce-cart .product-name a{

    color:#222;

    text-decoration:none;

    font-weight:500;
}
.quantity input{

    border-radius:12px;

    border:1px solid #ddd;

    padding:10px;
}
.woocommerce-cart #masthead .menu-toggle{
    background-color:#FFFFFF !important;
} 


.woocommerce-cart .woocommerce{

    display:flex;

    gap:60px;

    align-items:flex-start;

    flex-wrap:wrap;
}
.woocommerce-cart .woocommerce-cart-form{

    flex:1 1 700px;
}
.cart-collaterals{

    display:flex;

    justify-content:flex-end;

    width:100%;
}
.cart_totals{

    width:420px;
}
.cart_totals table{
    width:100%;
}
.cart_totals td,
.cart_totals th{

    white-space:nowrap;
}
.woocommerce-cart table.cart img{

    width:90px;

    border-radius:16px;
}
.product-remove{

    width:40px;
}
.actions{

    display:flex;

    justify-content:space-between;

    align-items:center;
}
.woocommerce{

    overflow:hidden;
}

.woocommerce table{

    width:100%;
}
@media (max-width: 1024px){
   .woocommerce-cart table.shop_table{
        display:table;
        width:100%;
    }
   .woocommerce-cart table.shop_table tr img{
        min-width:40% !important;
        margin-bottom: 40px;
        margin-top: 40px;
    }
     .woocommerce table.shop_table_responsive td.product-remove{

        border-top:none !important;
    }
    .woocommerce table.cart td.actions > .button {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width:768px){
    .woocommerce-cart table.shop_table{
    display:table;
    margin-top :0 !important;
    }
   .woocommerce-cart table.shop_table tr img{
        min-width:50% !important;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .woocommerce-cart .site-content {
        margin: 0 auto;
        padding: 60px 0;
    }
    .wp-singular .ast-container,
    .woocommerce-cart .site-content {
        padding: 60px 0;
    
        display:flex;
        justify-content: center;
    }

    .woocommerce table.shop_table_responsive tr td{

        display:flex;

        align-items:center;

        justify-content: center;
        gap:12px;

        overflow:hidden;
    }
    
    .woocommerce table.shop_table_responsive .product-remove{
        display:block;
    }

    .woocommerce table.shop_table_responsive .actions{

        display:flex;
        flex-direction:column;
        justify-content: center;
    }

    .woocommerce table.shop_table_responsive tr td[data-title="Quantity"]{

        flex-wrap:nowrap;
    }

    .woocommerce .quantity{

        display:flex;

        justify-content:flex-end;

        min-width:auto;
    }

    .woocommerce .quantity input.qty{

        width:52px !important;

        min-width:52px !important;

        max-width:52px !important;

        padding:4px !important;

        margin:0;
    }
    .woocommerce table.cart td.actions > .button {
        margin-top: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .woocommerce #content table.cart td.actions .coupon{
        display: flex;
        align-items: center;
    }
    .woocommerce table.shop_table_responsive td.product-remove{

        border-top:none !important;
    }
    .woocommerce-cart .cart-collaterals .cart_totals{
        text-align: center;
    }
}
