/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

p {
	margin-top: 0;
}

/*- WooCommerce -*/
.woocommerce .woocommerce-info .wc-forward.button, .woocommerce-MyAccount-content-wrapper a.button, #base-sticky-add-to-cart .single_add_to_cart_button, .return-to-shop .wc-backward {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 1px;
    color: var( --e-global-color-secondary ) !important;
    border-radius: 30px !important;
    padding: 16px 36px 16px 36px !important;
    border-color: var( --e-global-color-primary ) !important;
    background-color: var( --e-global-color-primary ) !important;
    height: inherit;
}
.woocommerce .woocommerce-info .wc-forward.button:hover, .woocommerce-MyAccount-content-wrapper a.button:hover, #base-sticky-add-to-cart .single_add_to_cart_button:hover, .return-to-shop .wc-backward:hover {
    background-color: var( --e-global-color-30b394e ) !important;
    border-color: var( --e-global-color-30b394e ) !important;
}
.woocommerce .woocommerce-info {
    background-color: var( --e-global-color-d161de0 ) !important;
    border-top-color: var( --e-global-color-secondary ) !important;
}

/*- Shop Filter -*/
.wpc-filters-section {
    border: 1px solid var(--e-global-color-a8827ee);
    border-radius: 10px;
    background-color: var(--e-global-color-d161de0);
    padding: 20px;
    margin-bottom: 15px !important;
}
.wpc-filters-section ul.wpc-filters-ul-list,
.wpc-custom-selected-terms ul.wpc-filter-chips-list {
    margin-block: 0;
}
.wpc-filters-section .wpc-filter-title {
    font-weight: 600;
}
.wpc-filters-section .wpc-filters-ul-list a {
    color: var(--e-global-color-text);
}
.wpc-filters-section .wpc-term-count-value {
    background:  var( --e-global-color-primary );
    padding: 2px 8px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: var( --e-global-color-secondary );
}
.wpc-filters-section input[type="checkbox"] {
    transform: scale(1.5);
    margin-left: 3px !important;
}
.wpc-posts-found[data-found=""] {
  display: none;
}
.wpc-posts-found:not([data-found=""]) {
  display: block;
  margin-bottom: 10px;
}
.wpc-orderby-select {
    padding: 10px;
}
@media only screen and (max-width: 768px) {
body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    	margin-block-end: 0;
	}
	.elementor-widget-wp-widget-wpc_filters_widget, .wpc-filters-main-wrap, .wpc-filters-widget-content {
		position: unset !important;
	}	
.wpc-filters-widget-containers-wrapper {
    position: absolute;
    width: 100%;
    z-index: 3;
    background-color: var( --e-global-color-30b394e );
    padding: 10px 10px 0;
    border: 1px solid var( --e-global-color-a8827ee );
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
	}
}
