/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.color-yellow{
	color: #fdc300;
}

/*
* Cart variations 
*/
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th,
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
	background-color:transparent !important;
	text-align: left;
	padding:0;
}

.woocommerce div.product form.cart .variations td.value{
	margin-bottom:10px;
}

.woocommerce div.product form.cart .variations label {
	font-size: 15px;
	font-weight: 400;
	color:#8E9396;
	font-family:"Maven Pro", Sans-serif;	
}

.woocommerce div.product form.cart .variations select {
	background-color: #ffffff;
	border-color: #E0E0E0;
	border-width: 1px 1px 1px 1px;
	font-family:"Maven Pro", Sans-serif;
	font-weight: 400;
	font-size:15px;
	color:#1a1c1e;
}
.single-product .product .single_add_to_cart_button.button,
.woocommerce .product .add_to_cart_button.button{
	background-color: #3F4243;
	color: #ffffff;
	font-family: "Maven Pro", Sans-serif;
	font-weight: 500;
	text-transform: none;
	min-height: 40px;
	width: 100%;
	border-radius: 30px 0px 30px 0px;
}
.single-product .product .single_add_to_cart_button.button.disabled{
	background-color:#c9c9c9;
}
.single-product .product .single_add_to_cart_button.button:hover,
.woocommerce .product .add_to_cart_button.button:hover,
.single-product .product .single_add_to_cart_button.button.disabled:hover{
	background-color: #fdc300 !important;
}

.woocommerce .quantity .qty {
    width: 4em;
    background-color: #ffffff;
    border-color: #E0E0E0;
    border-width: 1px 1px 1px 1px;
    font-family: "Maven Pro", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #1a1c1e;
    text-align: center;
}
.pswp__bg{
	background-color: #fdc300;
}

/*
* JetFilter - Custom accordion
*/
.jet-filter-label:after,.jet-filter-label.noicon:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:#3F4243;
	float: right;
}

.jet-filter-label:after {
	content: "\f0da";
}

.jet-filter-label.noicon:after{
	content: "\f0d8";
}

.jet-filter-label {
	cursor: pointer;
	font-family: "Maven Pro", Sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	padding: 15px;
	border-bottom: 1px solid #d5d8dc;
}
.jet-filter-label.noicon {
	cursor: pointer;
	border-bottom: 0;
}
.jet-checkboxes-list-wrapper{
	padding:15px !important;
}
.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__label{
	font-family: "Maven Pro", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}