/*
 Theme Name: Th Almaira Shop
 Theme URI: https://themehunk.com/product/almaira-shop-multipurpose-responsive-ecommerce-theme/
 Author: ThemeHunk
 Author URI: https://www.themehunk.com
 Template: almaira-shop
 Description: Th Almaira Shop is an eCommerce WordPress theme specially made for shopping websites. Theme is best suited for Fashion & Clothing store, furniture, grocery, clothing, electronic, gadget store and decorative gifts stores.
 Version: 1.0.0
 Requires at least: 4.5
 Tested up to: 5.8.2
 Requires PHP: 5.6

 License:      GNU General Public License v3 or later
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  th-almaira-shop
 Tags: e-commerce, blog, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-image-header, featured-images, custom-header, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
*/

.woocommerce-tabs .wc-tab#tab-additional_information,
.woocommerce-tabs li.additional_information_tab {
    display: none !important;
}

.shop-page-wrapper {
    display: flex;
    gap: 20px;
}
.shop-sidebar {
    width: 25%;
    display: block !important;
}
.shop-products {
    width: 75%;
}

#primary{
	width:100% !important;
}

.wpfMainWrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.wpfMainWrapper .wpfFilterWrapper {
    width: auto !important;
    margin: 0;
    margin-right: 20px;
}
.wpfMainWrapper .wpfFilterButtons button.wpfFilterButton.wpfButton {
    display: block;
    width: 100%;
    padding: 8px 20px;
    min-height: 42px;
}

.wpfMainWrapper .wpfFilterButtons.wpfFilterButtonsBottom {
    min-width: auto;
}

.wpfMainWrapper .wpfFilterWrapper ul.wpfFilterVerScroll {
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
    row-gap: 5px;
    align-items: center;
}
@media (max-width: 767px) {
    .wpfMainWrapper {
        display: block;
    }

    .wpfMainWrapper .wpfFilterWrapper ul.wpfFilterVerScroll {
        column-gap: 10px;
    }

    .wpfMainWrapper .wpfFilterWrapper ul.wpfFilterVerScroll span.wpfFilterTaxNameWrapper {
        padding-left: 0;
    }
}