/* 
Theme Name: G'day Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: G'day theme is a child theme of Hello Elementor, created by the Excitemedia team
Author: Excitemedia
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: gday-theme
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
*/

.product-sub-categories {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    list-style: none;
    margin: -10px -20px;
    padding: 0;
}
.product-sub-categories li {
    padding: 10px 15px;
}
.product-sub-categories li a {
	color: #FFF;
}
.product-category-list {
	list-style: none;
}
.product-category-list li {
	font-size: 22px;
}
.product-category-list li a {
	color: #093D37;
	display: block;
	padding: 7px 40px 7px 0;
}
.product-category-list li.active > a {
	font-weight: 700;
}
.product-category-list ul {
	list-style: none;
	padding-left: 10px;
}
.product-category-list li li {
	font-size: 18px;
	padding-left: 15px;
	position: relative;
}
.product-category-list li ul li:before {
	bottom: 0;
	content: '-';
	left: 0;
	position: absolute;
	top: 6px;
}
.product-category-list > li > a,
.product-category-list > li > .category-toggle-wrapper > a {
	padding-bottom: 10px;
	padding-top: 10px;
}
.category-toggle-wrapper {
	position: relative;
}
.toggle-arrow::before {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
}
.toggle-arrow.open::before {
	content: "\f106";
}
.toggle-arrow {
	cursor: pointer;
    height: 40px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 40px;
}
.product-category-list li li .toggle-arrow {
	padding-top: 7px;
}
.elementor-products-grid ul.products li.product-category {
	position: relative;
}
.elementor-products-grid ul.products li.product-category .woocommerce-loop-category__title {
	bottom: 20px;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	position: absolute;
	width: 100%;
}
.woocommerce ul.products li.product img {
	margin-bottom: 0 !important;
}
.elementor-products-grid ul.products li.product-category .woocommerce-loop-category__title .count {
	display: none;
}
.elementor-products-grid ul.products li.product-category .woocommerce-loop-category__title:after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #7FBE86;
	content: '\f061'
}
.woocommerce div.product form.cart .variations label {
	background-color: #FFF;
	border: 1px solid #7FBE86;
	border-radius: 8px;
	color: #093D37;
	display: block;
	font-size: 18px;
	padding: 16px;
}
.variations, .variations th, .variations td {
    border:none;
}
.variationButtons {
	background: none !important;
    display: flex;
}
.radioButton input[type="radio"], .radioButton span, .variations th {
	display: none;
}
.radioButton {
    background-color: aliceblue;
    margin-right: 5px;
}
.reset_variations {
    display: none!important;
}

.radioButton label.active {
    background-color: #7FBE86 !important; 
    color: #FFF !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
	padding: 30px 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2 {
	display: none;
}
.woocommerce-tabs ul.wc-tabs li.active {
	background-color: #7FBE86 !important;
	color: #FFF !important;
}
.woocommerce-tabs ul.wc-tabs li.active a {
	color: #FFF !important;
}
@media (max-width: 1025px) {
	.product-category-list li {
		font-size: 20px;
	}
}