/**
 * Stylesheet for custom styling.
 */
:root {
	/* --meskr-primary: #ea862a; */
	--meskr-primary: #f46866;
}

h1, h2, h3, h4, h5, h6 {}

ul {
	padding-left: 20px;
}

li::marker {
	font-size: 24px;
	color: var(--meskr-primary);
}

/*
 * Menu toggle
 */
.menu-toggle {}

.menu-toggle span {
	display: block;
	width: 26px;
	height: 1px;
	margin-bottom: 6px;
	border-radius: 2px;
	background-color: #212121;
}

.menu-toggle span:nth-child(1) {}

.menu-toggle span:nth-child(2) {
	width: 21px;
}

.menu-toggle span:nth-child(3) {
	width: 16px;
	margin: 0;
}

.mobile-nav-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 80%;
	height: 100%;
	padding: 20px;
	padding-top: 0;
	background-color: #fff;
	transform: translateX(-100%);
	transition: all .4s ease-in-out;
	box-shadow: 0 0 12px rgba(105, 105, 105, 0.04);
	z-index: 9999;
}

.mobile-nav-menu.active {
	transform: translateX(0);
}

.mobile-nav-menu .mobile-nav-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 31px 0;
	border-bottom: 1px solid #eee;
}

.mobile-nav-menu .mobile-nav-head h4 {
	margin: 0;
}

.mobile-nav-menu .mobile-nav-head .menu-close {
	display: block;
	height: 19px;
}

.mobile-nav-menu .mobile-nav-head .menu-close span {
	display: block;
	position: relative;
	width: 26px;
	height: 1px;
	border-radius: 2px;
	background-color: #212121;
}

.mobile-nav-menu .mobile-nav-head .menu-close span:nth-child(1) {
	top: 9px;
	transform: rotate(45deg);
}

.mobile-nav-menu .mobile-nav-head .menu-close span:nth-child(2) {
	top: 8px;
	transform: rotate(-45deg);
}

.mobile-nav-menu .menu {
	padding: 0;
	list-style-type: none;
}

.mobile-nav-menu .menu .menu-item {
	padding: 6px 0;
	font-size: 18px;
}

.mobile-nav-menu .menu .menu-item a {
	color: #333;
}

.mobile-nav-menu .menu .sub-menu {
	list-style-type: none;
}

/*
 * WooCommerce Button
 */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    padding: 18px 30px 18px 30px !important;
    border-radius: 100px 100px 100px 100px;
    background-color: var(--e-global-color-primary);
	color: var(--e-global-color-ae92fe4);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
	background-color: #2f9d32;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
	background-color: #27822a;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #27822a;
}

/*
 * Add to Cart
 */
.woocommerce div.product form.cart .single_add_to_cart_button.button {
	/* margin-left: -20px !important; */
}
 
.woocommerce div.product form.cart div.quantity input {
	width: 100px;
	border: 0;
	border-radius: 100px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(105, 105, 105, 0.04);;
}

@media ( max-width: 767px ) {
	.woocommerce div.product form.cart div.quantity,
	.woocommerce div.product form.cart div.quantity input {
		width: 100%; 
	}

	.woocommerce div.product form.cart div.quantity input {
		height: 52px;
		margin-bottom: 6px;
	}

	.woocommerce div.product form.cart .single_add_to_cart_button.button {
		width: 100%;
		margin: 0;
	}
}

/*
 * WooCommerce Reviews
 */
#tab-reviews {
	padding-top: 30px;
}
 
.woocommerce #reviews #comments .woocommerce-Reviews-title {
	display: none;
}
 
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	display: flex;
	flex-direction: column;
	padding: 0;
	border: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    height: 32px;
    padding: 0;
	border: 0;
    border-radius: 50%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	margin-bottom: 16px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	order: 3;
	display: flex;
	flex-direction: column;
	margin: 0;
	color: #212121;
	font-size: 16px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
	display: none;
}

.woocommerce .star-rating {
	color: var(--meskr-primary);
}

#review_form_wrapper {
	padding: 30px;
	border-radius: 8px;
	background-color: #fff;
}

#review_form_wrapper #reply-title {
	display: block;
	margin-bottom: 16px;
}

#review_form_wrapper label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
}

#review_form_wrapper #rating,
#review_form_wrapper #comment {
	border: 0;
	background-color: #f9fafa;
}

#commentform .comment-form-rating {
	margin-bottom: 16px;
}

#commentform .stars:nth-of-type(2) {
	display: none;
}

/*
 * Variations
 */
.woocommerce div.product form.cart .variations {
	background-color: transparent;
}

.woocommerce div.product form.cart .variations select {
	border: 0;
	box-shadow: 0px 0px 20px 0px rgba(105, 105, 105, 0.04);
}

/*
 * Attributes
 */
.woocommerce table.shop_attributes th {
	padding: 10px 6px;
	background-color: #fff;
	text-align: left;
}

.woocommerce table.shop_attributes td {
	padding: 10px 6px;
	background-color: #fff;
	text-align: left;
}

.woocommerce table.shop_attributes td p {
	padding: 0;
}

/*
 * WooCommerce Gallery
 */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
	display: flex;
	flex-direction: row-reverse;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-viewport {
	width: calc( 100% - 100px );
	margin-left: 15px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-nav {
	display: flex;
    flex-direction: column;
	width: 100px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-nav li {
	width: 100% !important;
	margin-bottom: 15px !important;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-nav li .flex-active {
	border: 1px solid var(--meskr-primary);
}

.woocommerce-product-gallery__wrapper {
	width: 100%;
}

@media ( max-width: 767px ) {
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
		flex-direction: column;
	}

	.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-viewport {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}

	.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-nav {
		flex-direction: row;
		width: calc(100% + 10px);
		margin-left: -5px !important;
		margin-right: -5px !important;
	}

	.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-nav li {
		padding: 5px;
	}

	.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-nav li img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}

	.woocommerce div.product div.images {
		margin-bottom: 0;
	}
}

/*
 * WooCommerce Tabs
 */
.woocommerce div.product.elementor ul.tabs {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: unset;
	background-color: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: unset;
	border-bottom: 2px solid #212121;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 16px 20px !important;
	font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #212121;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*
 * Product addons
 */
.wapf-field-label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}

.wapf-field-label .required {
	text-decoration: none;
	color: var(--meskr-primary); 
}

.wapf-field-input input[type=checkbox], 
.wapf-field-input input[type=radio] {
	margin-top: 2px;
}

.wapf-field-input textarea,
.wapf-field-input input[type="text"] {
	border-color: #dfdfdf;
	border-radius: 6px;
	background-color: #fff;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: var(--meskr-primary) !important;
}

/*
 * Cart page
 */
.woocommerce-page .elementor-widget-woocommerce-cart .e-cart-section,
.woocommerce-page .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1, 
.woocommerce-page .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review, 
.woocommerce-page .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box, 
.woocommerce-page .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section, 
.woocommerce-page .elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address, 
.woocommerce-page .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields, 
.woocommerce-page .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
	padding: 30px;
	border: 0;
	border-radius: 12px;
	background-color: #fffefd;
	box-shadow: 0px 0px 20px 0px rgba(105, 105, 105, 0.04);
} 

.elementor-widget-woocommerce-checkout-page .woocommerce .product-name .variation {
	font-weight: 400;
	font-size: 12px;
}

@media ( max-width: 767px ) {
	.elementor-widget-woocommerce-cart .woocommerce table.cart tr {
		padding: 0 !important; 
	}

	.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
		margin-bottom: 16px;
	}
} 

section.woocommerce-order-details.woocommerce-info.mollie-instructions::before {
	content: unset; 
}

/*
 * Facet WP
 */
.facetwp-facet .facetwp-checkbox {
	display: flex;
	align-items: center;
	padding: 0;
	margin-bottom: 10px;
	background-image: unset !important;
}

.facetwp-checkbox::before {
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-right: 12px;
	border: 1px solid #eee;
	border-radius: 3px;
	background-color: #fff;
}

.facetwp-checkbox.checked {}

.facetwp-checkbox.checked::before {
	content: url( '../media/check.svg' );
	background-color: var(--meskr-primary);
}

.facetwp-checkbox .facetwp-counter {
	display: none;
}

.facetwp-facet .facetwp-toggle {
	color: var(--meskr-primary) !important;
	text-decoration: underline !important;
	font-size: 14px;
}

.facetwp-facet .facetwp-slider-reset {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: unset !important;
	background: unset !important;
	color: var(--meskr-primary) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-family: 'Poppins', sans-serif !important;
	text-decoration: underline !important;
}

.facetwp-facet .noUi-target {
	height: 8px;
	border: 0;
	background: rgba(0,0,0,0.1);
}

.facetwp-facet .noUi-handle {
	right: -8px !important;
	width: 16px !important;
	height: 16px !important;
	border: 0;
	border-radius: 50%;
/* 	background: rgba(244, 104, 102, 0.5); */
	background: var(--meskr-primary);
}

.facetwp-facet .noUi-connect {
	background: #f6b0ab;
}

/*
 * WooCommerce Notices
 */
.woocommerce-notices-wrapper {
	width: 100%;
	max-width: 1140px;
	margin: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/*
 * Giftcards
 */

#pwgc-purchase-container .pwgc-field-container {
	margin-bottom: 18px;
}

#pwgc-purchase-container textarea,
#pwgc-purchase-container input {
	width: 100%;
	border: 0;
	background-color: #fff;
	font-size: 14px;
}

#pwgc-purchase-container .pwgc-label {
	margin-bottom: 8px;
	font-size: 14px;
}

#pwgc-redeem-gift-card-form {
	
}

#pwgc-redeem-gift-card-form label {
	margin-bottom: 12px;
	font-size: 14px;
    font-weight: 600;
}

#pwgc-redeem-gift-card-number {
	width: 100% !important;
	padding: 16px;
	border: 0;
	background-color: #F7F1EB;
	font-size: 14px;
}

#pwgc-redeem-button {
	padding: 0 !important;
	padding-top: 12px !important; 
	border: 0;
	border-radius: 0;
	background-color: unset;
	font-size: 12px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	text-decoration: underline;
	color: var(--meskr-primary);
}

/*
 * Filter toggle
 */
.filter-toggle span {
	display: block;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(244, 104, 102, 0.2); 
}

.filter-toggle span::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 0;
}

.filter-toggle.toggle-active span::after {
	content: '-';
}

@media ( max-width: 767px ) {
	.tax-product_cat .elementor-widget-facetwp-facet,
	.post-type-archive-product .elementor-widget-facetwp-facet {
		display: none;
	}

	.tax-product_cat .facetwp-facet,
	.post-type-archive-product .facetwp-facet {
		margin-bottom: 18px;
	}
}