/*!
Theme Name: Kadence
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.2.24
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.8.1
Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

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.
*/

.shop_filters{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.shop_filters .widget{
    margin: 0;
}

.shop_filters .wpfMainWrapper{
    width: initial !important;
}

.shop_filters .wpfMainWrapper .wpfLoaderLayout,.shop_filters .wpfMainWrapper .wpfPreview {
    display: none !important;
}

.shop_filters .wpfMainWrapper .wpfFilterWrapper {
    margin: 0;
    padding: 0px;
}

.shop_filters .wpfMainWrapper .wpfFilterTitle .wfpTitle{
	height: initial;
	color: black;
	line-height: 20px;
    display: flex;
    gap: 10px;
    border: 1px solid black;
    padding: 5px 10px;
	z-index: 9999;
	position: relative;
	background: white;
    padding-right: 30px;
}

.shop_filters .wpfMainWrapper .wpfFilterTitle .wfpTitle .svg{
	position: absolute;
	top: 8px;
	right: 5px;
}

.shop_filters .wpfMainWrapper .wpfFilterTitle .wfpTitle .svg svg{
    width: 15px;
}

.shop_filters .wpfMainWrapper .wpfFilterTitle .wfpTitle .svg svg path{
    fill: black;
}

.shop_filters .wpfMainWrapper .wpfFilterTitle .wfpTitle .count{
	background: black;
	color: white;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 15px;
}

.shop_filters .wpfMainWrapper .wpfFilterContent,.shop_filters .wpfMainWrapper .wpfFilterButtons{
    display: none;
}

.shop_filters .wpfMainWrapper.active .wfpTitle{
    border-bottom: none;
}

.shop_filters .wpfMainWrapper.active .wfpTitle .svg{
    transform: rotate(180deg);
}

.shop_filters .wpfMainWrapper.active .wpfFilterContent{
    display: block;
    overflow: initial;
}

.shop_filters .wpfMainWrapper.active .ms-options-wrap button{
    display: none !important;
}

.shop_filters .wpfMainWrapper.active .wfpTitle{
    z-index: 999999;
}

.shop_filters .wpfMainWrapper.active .ms-options{
    display: block !important;
    top: -2px;
	min-height: 250px !important;
	min-width: 200px;
	border-top: 1px solid black;
    z-index: 99999;
    height: 250px;
}

.shop_filters .wpfMainWrapper.active .wpfFilterButtons{
    position: absolute;
	top: 279px;
	z-index: 99999;
	min-width: 200px;
	display: flex;
	border: 1px solid black;
	background: white;
	padding: 0;
    width: 100%;
}

.shop_filters .wpfMainWrapper.active .wpfFilterButtons button{
    margin: 0;
	height: 20px;
	font-size: 14px;
    width: 50%;
	border-radius: 0;
	min-height: 40px;
}

.shop_filters .wpfMainWrapper.active .wpfFilterButtons button:first-child{
    border-right: 1px solid black;
}

.wp-block-kadence-navigation.navigation-desktop-orientation-horizontal .menu-item:not(.kb-nav-link-sub-click):hover>.sub-menu{
    z-index: 999999;
}

.mobile_shop_filters{
    display: none;
    position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
	left: 0;
	z-index: 99999;
}

.mobile_shop_filters .top{
    display: flex;
	border-bottom: 1px solid #d7d4d4;
	align-items: center;
}

.mobile_shop_filters .top .close{
	display: flex;
	align-items: center;
	border-right: 1px solid #d7d4d4;
	margin-right: 10px;
	padding: 6px;
}

.mobile_shop_filters .top .close svg{
    width: 25px;
}

.mobile_shop_filters .top ,title{
    color: black;
	font-weight: 600;
	font-size: 16px;
}

.mobile_shop_filters .content ul{
	list-style-type: none;
	padding: 0;
	margin: 0;   
	height: calc(100vh - 70px);
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.mobile_shop_filters .content ul li{
	border-bottom: 1px solid #d7d4d4;
}

.mobile_shop_filters .content ul label{
    padding: 10px !important;
	display: block;
}

.mobile_shop_filters .content ul label input{
    margin-right: 10px;
}

.mobile_shop_filters .content .buttons{
	display: flex;
	border-top: 1px solid black;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.mobile_shop_filters .content .buttons button{
    height: 40px;
    width: 100%;
    min-height: initial;
    border-radius: 0;
    padding: 10px;
    box-shadow: none;
}

.mobile_shop_filters .content .buttons button:first-child{
	border-right: 1px solid black;
}

@media(max-width:600px){
	.shop_filters .wpfMainWrapper .wpfFilterTitle .wfpTitle{
		font-size: 14px;
    	white-space: nowrap;
	}

	.shop_filters{
		flex-wrap: nowrap;
    	overflow: auto;
	}
}

.wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link,.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button), .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button), .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link{
    background: transparent;
    opacity: 1;
    padding: 0;
	border: none;
    border-radius: 0;
	height: initial;
}

.wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link svg{
	width: 35px;
    height: 35px;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button){
	bottom: 20px !important;
	margin: 0 10px 0 0;
    padding: 0;
	border: none;
    border-radius: 0;
}

.wc-block-grid__product:not(.woo-archive-image-hover-none) a.wc-block-grid__product-link,.woocommerce ul.products li.product .entry-content-wrap,.woocommerce ul.products li.product a.woocommerce-loop-image-link{
	position: initial !important;
}

.wc-block-grid .wc-block-grid__product .product-details .wp-block-button,.woocommerce ul.products li.product .product-action-wrap{
	position: absolute;
    bottom: 22px;
    right: 50px;
	margin: 0;
}

#wrapper .wc-block-grid .wc-block-grid__products .product-loop-boxed .entry-content-wrap{
	position: initial;
}

.woocommerce ul.products li.product .star-rating{
	position: absolute;
	bottom: 15px;
}

.shop_filters .more{
	display:none;
}

#short_more_filters{
    margin: 0;
    font-size: 14px;
    color: black;
    font-weight: 500;
    line-height: 14px;
    padding: 8px 0;
    cursor: pointer;	
}

.woocommerce div.product div.images img{
	display:block;
	margin: 0 auto;
	max-width:300px;
}

.woocommerce ul.products li.product a img {
	max-width:200px;
	margin:auto;
}