/* 
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 */
#custom-variation-display {
	font-size: 18px;
	font-weight: 500;
	font-family: "Work Sans", Sans-serif;
	color: #000000;
}
.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed, 
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
	display: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	height: 60px;
	margin: 5px;
	padding: 0px;
	width: 60px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item img, 
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 4px;
}
/* breadcrumb */
/* span.breadcrumb-separator::after {
    content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px;
} */
.breadcrumb-separator svg {
    width: 0.7em;
    height: 0.7em;
}

.elementor-410 .elementor-element.elementor-element-0e04904 .woocommerce-breadcrumb a {
	color: #FFFFFF;
	color: #FFFFFF;
	font-family: "Work Sans", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 10px;
	text-align: left;
}
.elementor-410 .elementor-element.elementor-element-0e04904 .woocommerce-breadcrumb {
	color: #FFFFFF;
	font-family: "Work Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 10px;
	text-align: left;
}
/* category page filter */
.custom-product-filter-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-count {
	font-size: 18px;
	font-weight: 400;
	font-family: "Work Sans", Sans-serif;
}
.filter-section-category {
	width: 35%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: end;
}
.sort-section {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 65%;
}
.sort-section span {
	width: 25%;
	font-size: 18px;
	font-weight: 400;
	font-family: "Work Sans", Sans-serif;
}
#toggle-filters {
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	border: none;
	font-family: "Work Sans", Sans-serif;
}
#toggle-filters:hover, #toggle-filters:focus {
	background-color: transparent;
}
.sort-section #custom-sort-order {
	width: 80%;
	font-size: 16px;
	font-weight: 300;
	font-family: "Work Sans", Sans-serif;
	background-color: #F2F3F5;
	padding: 10px 15px;
	border: none;
	border-radius: 4px;
}

/*single product variation value*/
.woo-selected-variation-item-name {
	display: none !important;
}
.filter-section h4, #product-filter-form h4 {
	font-family: "Work Sans", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0%;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.category-filters, #product-filter-form {
	padding-top: 10px;
}
.filter-section label input, #product-filter-form label input {
	margin-right: 5px;
	height: 20px;
	width: 20px;
}
.filter-section input[type="radio"], #product-filter-form input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	outline: none;
	margin-right: 5px;
	background: #fff;
}
.filter-section input[type="radio"]:checked, #product-filter-form input[type="radio"]:checked {
	background-color: #fff;
}

.filter-section input[type="radio"]:checked::before, #product-filter-form input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 12%;
    left: 13%;
    width: 12px;
    height: 12px;
    background: #90C649;
    border-radius: 50%;
}

.filter-section label, #product-filter-form label {
	display: block;
	margin-bottom: 15px;
	color: #000;
	font-family: "Work Sans", Sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: flex;
	gap: 5px;
	align-items: center;
	text-transform: capitalize;
}
/* Blog posts layout */
.three-posts-wrapper {
	display: flex;
	gap: 60px;
	flex-wrap: wrap;
}
.container-right {
	width: 47%;
	display: flex;
	flex-direction: column;
	gap: 40px;
	height: auto;
}

.post-text {
	width: 70%;
}
.container-one {
	height: 347px;
}
.container-left .single-post {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
/* 	align-items: flex-start; */
	padding: 10px;
	color: white;
}
.container-left .post-date, .container-left h3 {
    margin-top: 10px;
}
.container-one {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*/ Same height as left /*/
.stacked {
	background: white;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.stacked .post-content-wrapper {
	display: flex;
	gap: 15px;
}
.stacked .post-image {
	width: 45%;
}
.stacked .post-image img {
	height: 135px;
	width: 100%;
}
.stacked .post-text h3 {
	font-size: 24px;
	margin: 0 0 5px;
	font-family: "Work Sans", Sans-serif;
	line-height: 32px;
	font-weight: 400;
	color: #363635;
}
.stacked .post-text .post-date {
	font-size: 13px;
	font-family: "Work Sans", Sans-serif;
	font-weight: 300;
	line-height: 100%;
	color: #000;
}
.post-container.container-left {
    overflow: hidden;
    width: 47%;
}
.post-text-overlay {
	color: #000000;
}
.container-left .post-date, .container-left h3 {
	margin-top: 10px;
	font-family: "Work Sans", Sans-serif;
	font-size: 13px;
	font-weight: 300;
}
h3.post-title {
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	margin-top: 10px;
	line-height: 32px;
	font-family: "Work Sans", Sans-serif;
}
.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 5px 0;
  font-family: sans-serif;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: #90C649;
  border-color: #90C649;
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  display: block;
}


@media (max-width: 868px) {
	.post-container.container-left {
	  width: 100%;
    }
	.container-right {
	  width: 100%;
    }
}
@media (max-width: 768px) {
	.container-one {
	  height: 250px;
    }
    .post-container.container-left {
        width: 100%;
    }
    .container-left .single-post {
        padding: 10px;
    }
	.three-posts-wrapper {
	   gap: 20px;
    }
    .container-right {
	    padding: 0 10px;
		gap: 20px;
    }
	.post-text {
	   width: 100%;
    }
	.stacked .post-text h3 {
	font-size: 20px;
	line-height: 26px;
    }
	.stacked .post-text .post-date {
	   margin-bottom: 5px;
    }
    .stacked .post-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .stacked .post-image, .stacked .post-image img {
        width: 100%;
        height: auto;
    }
}