/*
Theme Name: Merto Child
Theme URI: https://demo.theme-sky.com/merto/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: merto
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: merto-child
*/

/*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; /* Adjust this value to your preferred width */
}

.actions {
    text-align: center;
}
