/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-products-per-page {
    display: none !important;
}

.products-view-grid .shop-view.per-row-list {
    display: none;
}
.products-view-grid a.shop-view.per-row-4 {
    display: none;
}
body.single-product .wd-products-nav {
    display: none;
}
.elementor-widget-wd_single_product_short_description {
    display: none;
}

.cart-table-section .wd-cart-action-row{
    display: none;
}

body. woocommerce-cart .coupon.wd-coupon-form {
    display: none;
}
 form.checkout_coupon.woocommerce-form-coupon {
    display: flex !important;
}

@media (min-width: 767px) {

    .wd-products  .product-element-top.wd-quick-shop {
        min-height: 587px;
        max-height: 587px;
    }

}


@media (max-width: 767px) {


    .wd-nav-mobile {
        display: block;
    }

}
