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

/*MENU*/
.e-n-menu-content .tag{
    background:var(--e-global-color-fc7d953);
    color:var(--e-global-color-bb890b8);
    font-size:.7em;
    font-weight: 600;
    padding:2px 5px;
}

/*WOOCOMMERCE*/
.devnet_fsl-free-shipping{
	background:#fff;
}
/*FILTERS*/
.wpc-filter-title{
	font-family: var( --e-global-typography-83682a1-font-family ), Sans-serif;
	font-size: var( --e-global-typography-b2ce6af-font-size );
	font-weight: var( --e-global-typography-83682a1-font-weight );
	text-transform: var( --e-global-typography-83682a1-text-transform );
	font-style: var( --e-global-typography-83682a1-font-style );
	line-height: var( --e-global-typography-83682a1-line-height );
	color: var( --e-global-color-d49ac81 );
}
.wpc-term-count{
	opacity: 1 !important;
	width: auto !important;
	background: var(--e-global-color-fc7d953);
	color: var(--e-global-color-secondary);
	padding: 2px 5px;
	font-size: 11px;
	line-height: 1.5;
}
/*PRODUCT GRID*/
body:not(.single-product) .in-stock,body:not(.single-product) .in-backorder {
	position: absolute;
	top: 0;
	left: 0;
}
.in-stock,.in-backorder {
	padding: 0px 5px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color:var(--e-global-color-secondary) !important;
	border-top-left-radius:10px;
	border-bottom-right-radius: 10px;
}
.in-stock {
	background: var(--e-global-color-cfa1f76);
}
.in-backorder {
	background: var(--e-global-color-f481b52);
}
.in-stock:before,.in-backorder:before {
	font-family: "Phosphor-Light" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-variant-ligatures: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	font-feature-settings: "liga";
	font-variant-ligatures: discretionary-ligatures;
	font-size: 17px;
	margin-right: 2px;
	vertical-align: sub;
}
.in-stock:before {
	content: "\e606";
}
.in-backorder:before {
	content: "\e19e";
}
.woocommerce span.onsale{
	color: var( --e-global-color-secondary );
	background-color: var( --e-global-color-fc7d953 );
}
.devnet_fsl-label::before {
	font-family: "Phosphor-Light" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-variant-ligatures: normal;
	text-transform: none;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	font-feature-settings: "liga";
	font-variant-ligatures: discretionary-ligatures;
	margin-right: 5px;
	vertical-align: sub;
	content: "\e4b4";
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link{
	text-decoration:underline;
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link:hover,
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link:hover .woocommerce-loop-product__title{
	text-decoration:none;
	color:var(--e-global-color-d49ac81);
}

/*WHOLESALER*/
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--upgrade-account a::before{
	content:"\e01d" !important;
	font-family: "WooCommerce";
}
.wwp-wholesale-pricing-details p{
	font-size:18px !important;
}

/*RESPONSIVE*/
@media (max-width: 1024px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1, 1fr);
    }
}