
/*footer newslated filled hide*/
#mc4wp-form-1 { 
    display: none;
}
/* Hide product quantity field only in the YITH request a quote form */
#yith-ywraq-form .product-quantity {
    display: none;
}
#yith-ywraq-form th {
    display: none;
}
/*quote list update list btn*/
#yith-ywraq-form .actions .button {
 margin-bottom: 30px;
}
#yith-ywraq-form .shop_table td {
    padding: 25px;
}

@media only screen and (max-width: 480px) {
.woocommerce .products:not(:is(.cross-sells, .up-sells, .related)) {
    grid-template-columns: repeat(2, 1fr) !important;
}
}

#payment .wc_payment_methods{
    display: none;
}

.cart-dropdown-form .dropdown-footer .total{
	display: none !important;
}

 #order_review .shop_table td:last-child {
     text-align: unset; 
    padding-right: 26px;
}

.woocommerce-cart-form .empty-cart-button {
    display: none !important;
}

/*cart page make in center*/
.woocommerce-cart-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center; 
}

.shop_table {
    width: 100%;
    max-width: 800px; 
}

.actions {
    text-align: center;
}


/* mini item cart start! */
.dropdown-footer .buttons {
    display: flex;
    justify-content: space-between; 
    gap: 10px; 
    flex-wrap: wrap; 
}

.dropdown-footer .buttons a {
    white-space: nowrap;
    flex: 1 1 auto;
}


@media (max-width: 767px) {
    .dropdown-footer .buttons {
        flex-direction: column; 
        align-items: center; 
    }
    
    .dropdown-footer .buttons a {
        width: 100%;
        margin-bottom: 10px; 
    }
    
    .dropdown-footer .buttons a:last-child {
        margin-bottom: 0; 
    }
}

/* mini item cart end! */


