/*
Theme Name: Elfrida Child
Theme URI: https://elfrida.qodeinteractive.com
Description: A child theme of Elfrida
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: elfrida
Template: elfrida
*/

#qodef-top-message-holder,
.qodef-price-filter.qodef-filter-item,
.qodef-taxonomy-filter {
    display: none;
}

#qodef-woo-page.qodef--cart .shop_table.woocommerce-cart-form__contents td.product-quantity {
    min-width: 190px;
}

@media screen and (max-width: 1024px) {
    #qodef-woo-page.qodef--cart .shop_table.woocommerce-cart-form__contents td.product-quantity {
        min-width: 100px;
    }
}