/*
Theme Name:     TheButcher Child
Theme URI:      http://thebutcher.adeconcept-wp.com
Description:  	Child Theme for The Butcher
Author:         Ade Concept
Author URI:     https://themeforest.net/user/ade-concept
Template:       thebutcher
Version:        1.0.0
*/
@media (max-width: 992px) {
    
    #woocommerce_product_categories-3 h4 {
        position: relative;
        display: block;
    }

    #woocommerce_product_categories-3 h4:before {
        position: absolute;
        content: "\e871";
        right: 0;
        top: 0;
        font-size: 22px;
        font-weight: 500;
        font-family: 'Linearicons-Free';
    }

    #woocommerce_product_categories-3 h4:hover {
        cursor: pointer;
    }


    #woocommerce_product_categories-3 .product-categories {
        max-height: 0px;
        overflow: hidden;
        transition: all ease-in-out 0.3s;
        height: auto;
    }

    #woocommerce_product_categories-3 .product-categories.open {
        max-height: 800px;
    }


        .sidebar-left {
            margin-bottom: 20px;
        }
    
}

.product-item-container a.link-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40% 44%;
}

.woocommerce a.button {
	font-size: 13px!important;
}

.woocommerce a.button:hover {
	font-size: 13px!important;
}

.woocommerce-additional-fields .form-row.delivery-time-field {
	display: block!important;
}