/**
Theme Name: Realchems
Author: DevIT Team
Author URI: https://devit-team.com/
Description: This theme is achild of Astra theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: realchems
Template: astra
*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Common
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap");
.d-flex {
	display: flex;
}

.align-center {
	align-items: center;
}

.justify-space-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.flex-direction-column {
	flex-direction: column;
}

.flex-1 {
	flex: 1;
}

.flex-wrap {
	flex-wrap: wrap;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.section-text-black {
	color: #000;
}

.section-text-black * {
	color: #000;
}

.section-text-black svg, .section-text-black svg path {
	fill: #000;
}

.d-block-desktop {
	display: block !important;
}

@media (max-width: 992px) {
	.d-block-desktop {
		display: none !important;
	}
}

.d-block-mobile {
	display: none !important;
}

@media (max-width: 992px) {
	.d-block-mobile {
		display: block !important;
	}
}

.swiper-button-prev,
.swiper-button-next {
	width: 38px;
	height: 38px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-width: 1px;
	border-color: #d0d0d0;
	border-style: solid;
	border-radius: 50%;
	background: #fff;
	color: var(--ast-global-color-1);
	transition: all .15s ease;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 16px;
	font-weight: 700;
	transition: all .15s ease;
}

.swiper-button-prev:hover, .swiper-button-prev:active, .swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-next:active,
.swiper-button-next:focus {
	color: #fff;
	background: var(--ast-global-color-1);
}

.ast-button {
	text-transform: capitalize;
}

body.loader:after {
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	position: fixed;
	z-index: 10000;
}

body.loader .lds-default {
	visibility: visible;
	top: calc(50% - 40px);
}

body .lds-default {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: fixed;
	top: 150px;
	left: calc(50% - 40px);
	visibility: hidden;
	z-index: 10001;
}

body .lds-default div {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #046bd2;
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
}

body .lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 37px;
	left: 66px;
}

body .lds-default div:nth-child(2) {
	animation-delay: -.1s;
	top: 22px;
	left: 62px;
}

body .lds-default div:nth-child(3) {
	animation-delay: -.2s;
	top: 11px;
	left: 52px;
}

body .lds-default div:nth-child(4) {
	animation-delay: -.3s;
	top: 7px;
	left: 37px;
}

body .lds-default div:nth-child(5) {
	animation-delay: -.4s;
	top: 11px;
	left: 22px;
}

body .lds-default div:nth-child(6) {
	animation-delay: -.5s;
	top: 22px;
	left: 11px;
}

body .lds-default div:nth-child(7) {
	animation-delay: -.6s;
	top: 37px;
	left: 7px;
}

body .lds-default div:nth-child(8) {
	animation-delay: -.7s;
	top: 52px;
	left: 11px;
}

body .lds-default div:nth-child(9) {
	animation-delay: -.8s;
	top: 62px;
	left: 22px;
}

body .lds-default div:nth-child(10) {
	animation-delay: -.9s;
	top: 66px;
	left: 37px;
}

body .lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 62px;
	left: 52px;
}

body .lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 52px;
	left: 62px;
}

@keyframes lds-default {
	0%, 20%, 80%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
}

.read-more-wrap .content {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.read-more-wrap .read-more-toggle .hide-text {
	display: none;
}

.read-more-wrap.active .hide-text {
	display: block;
}

.read-more-wrap.active .read-more-text {
	display: none;
}

.read-more-wrap.active .content {
	display: block;
}

.entry-title a {
	text-decoration: underline 2px rgba(0, 0, 0, 0);
	transition: all .15s ease;
}

.entry-title a:hover {
	text-decoration-color: black;
}

.widget_block .wp-block-latest-posts__post-title {
	text-decoration: underline 2px rgba(0, 0, 0, 0);
	transition: all .15s ease;
}

.widget_block .wp-block-latest-posts__post-title:hover {
	text-decoration-color: #046bd2;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Woocommerce
--------------------------------------------- */
.ast-woo-sidebar-widget .wc-block-price-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ast-woo-sidebar-widget .wc-block-price-filter__range-input-wrapper {
	width: 100%;
}

.ast-woo-sidebar-widget .wc-block-price-filter__controls {
	width: 50%;
	justify-content: flex-start !important;
	margin: 0;
}

.ast-woo-sidebar-widget .wc-block-price-filter__controls input {
	max-width: 50% !important;
	height: 100%;
}

.ast-woo-sidebar-widget .show-less button, .ast-woo-sidebar-widget .show-more button {
	color: var(--ast-global-color-1);
}

.woocommerce.archive .content-area .breadcrumbs, .woocommerce.page-id-115371 .content-area .breadcrumbs, .page-id-115371.archive .content-area .breadcrumbs, .page-id-115371.page-id-115371 .content-area .breadcrumbs {
	display: none;
}

.woocommerce.archive ul.products, .woocommerce.page-id-115371 ul.products, .page-id-115371.archive ul.products, .page-id-115371.page-id-115371 ul.products {
	margin: 0;
}

.woocommerce.archive ul.products li.product, .woocommerce.page-id-115371 ul.products li.product, .page-id-115371.archive ul.products li.product, .page-id-115371.page-id-115371 ul.products li.product {
	overflow: hidden;
}

.woocommerce.archive ul.products li.product .astra-shop-thumbnail-wrap, .woocommerce.page-id-115371 ul.products li.product .astra-shop-thumbnail-wrap, .page-id-115371.archive ul.products li.product .astra-shop-thumbnail-wrap, .page-id-115371.page-id-115371 ul.products li.product .astra-shop-thumbnail-wrap {
	height: 200px;
	margin-bottom: 10px;
}

.woocommerce.archive ul.products li.product .astra-shop-thumbnail-wrap a, .woocommerce.page-id-115371 ul.products li.product .astra-shop-thumbnail-wrap a, .page-id-115371.archive ul.products li.product .astra-shop-thumbnail-wrap a, .page-id-115371.page-id-115371 ul.products li.product .astra-shop-thumbnail-wrap a {
	max-height: 100%;
}

.woocommerce.archive ul.products li.product .astra-shop-thumbnail-wrap a.woocommerce-loop-product__link, .woocommerce.page-id-115371 ul.products li.product .astra-shop-thumbnail-wrap a.woocommerce-loop-product__link, .page-id-115371.archive ul.products li.product .astra-shop-thumbnail-wrap a.woocommerce-loop-product__link, .page-id-115371.page-id-115371 ul.products li.product .astra-shop-thumbnail-wrap a.woocommerce-loop-product__link {
	height: 100%;
}

.woocommerce.archive ul.products li.product .astra-shop-thumbnail-wrap a img, .woocommerce.page-id-115371 ul.products li.product .astra-shop-thumbnail-wrap a img, .page-id-115371.archive ul.products li.product .astra-shop-thumbnail-wrap a img, .page-id-115371.page-id-115371 ul.products li.product .astra-shop-thumbnail-wrap a img {
	height: 100%;
	object-fit: cover;
}

.woocommerce.archive ul.products li.product .ast-loop-product__link, .woocommerce.page-id-115371 ul.products li.product .ast-loop-product__link, .page-id-115371.archive ul.products li.product .ast-loop-product__link, .page-id-115371.page-id-115371 ul.products li.product .ast-loop-product__link {
	display: block !important;
}

.woocommerce.archive ul.products li.product .ast-loop-product__link h2, .woocommerce.page-id-115371 ul.products li.product .ast-loop-product__link h2, .page-id-115371.archive ul.products li.product .ast-loop-product__link h2, .page-id-115371.page-id-115371 ul.products li.product .ast-loop-product__link h2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 40px;
}

.woocommerce.archive .term-description, .woocommerce.page-id-115371 .term-description, .page-id-115371.archive .term-description, .page-id-115371.page-id-115371 .term-description {
	margin-top: 50px;
}

.woocommerce.archive .term-description .faq-json-ld-schema .faq-item, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item {
	box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.2);
	border-radius: 0 20px 20px 20px;
	transition: all .15s ease;
	border: 3px solid transparent;
	margin-bottom: 30px;
}

.woocommerce.archive .term-description .faq-json-ld-schema .faq-item.active .panel, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item.active .panel, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item.active .panel, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item.active .panel {
	display: block;
}

.woocommerce.archive .term-description .faq-json-ld-schema .faq-item > p, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item > p, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item > p, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item > p {
	display: flex;
	font-size: 1.5rem;
	cursor: pointer;
	position: relative;
	padding: 25px 85px 25px 40px;
	font-weight: 700;
	color: var(--ast-global-color-2);
	text-decoration: unset !important;
	outline: unset;
	box-shadow: unset;
}

@media (max-width: 544px) {
	.woocommerce.archive .term-description .faq-json-ld-schema .faq-item > p, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item > p, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item > p, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item > p {
		padding: 25px 65px 25px 30px;
	}
}

.woocommerce.archive .term-description .faq-json-ld-schema .faq-item > p button, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item > p button, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item > p button, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item > p button {
	padding: 0;
	background: unset;
	color: #000;
	text-align: left;
	line-height: 1.5rem;
}

.woocommerce.archive .term-description .faq-json-ld-schema .faq-item .panel, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item .panel, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item .panel, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item .panel {
	padding: 0 85px 25px 40px;
	display: none;
}

@media (max-width: 544px) {
	.woocommerce.archive .term-description .faq-json-ld-schema .faq-item .panel, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item .panel, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item .panel, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item .panel {
		padding: 0 25px 25px;
	}
}

.woocommerce.archive .term-description .faq-json-ld-schema .faq-item p, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item p, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item p, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item p {
	margin: 0;
}

.woocommerce.archive .term-description .faq-json-ld-schema .faq-item .switch-icon, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item .switch-icon, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item .switch-icon, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item .switch-icon {
	position: absolute;
	right: 30px;
	background: #f1e9dc;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 15px;
	width: 2.5rem;
	height: 2.5rem;
}

@media (max-width: 544px) {
	.woocommerce.archive .term-description .faq-json-ld-schema .faq-item .switch-icon, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item .switch-icon, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item .switch-icon, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item .switch-icon {
		width: 1.75rem;
		height: 1.75rem;
		right: 30px;
		top: 27px;
	}
}

.woocommerce.archive .term-description .faq-json-ld-schema .faq-item .switch-icon svg, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item .switch-icon svg, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item .switch-icon svg, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item .switch-icon svg {
	width: 18px;
}

@media (max-width: 544px) {
	.woocommerce.archive .term-description .faq-json-ld-schema .faq-item .switch-icon svg, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item .switch-icon svg, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item .switch-icon svg, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item .switch-icon svg {
		width: 12px;
	}
}

.woocommerce.archive .term-description .faq-json-ld-schema .faq-item.active .switch-icon .plus,
.woocommerce.archive .term-description .faq-json-ld-schema .faq-item .switch-icon .minus, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item.active .switch-icon .plus,
.woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item .switch-icon .minus, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item.active .switch-icon .plus,
.page-id-115371.archive .term-description .faq-json-ld-schema .faq-item .switch-icon .minus, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item.active .switch-icon .plus,
.page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item .switch-icon .minus {
	display: none;
}

.woocommerce.archive .term-description .faq-json-ld-schema .faq-item .switch-icon .plus,
.woocommerce.archive .term-description .faq-json-ld-schema .faq-item.active .switch-icon .minus, .woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item .switch-icon .plus,
.woocommerce.page-id-115371 .term-description .faq-json-ld-schema .faq-item.active .switch-icon .minus, .page-id-115371.archive .term-description .faq-json-ld-schema .faq-item .switch-icon .plus,
.page-id-115371.archive .term-description .faq-json-ld-schema .faq-item.active .switch-icon .minus, .page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item .switch-icon .plus,
.page-id-115371.page-id-115371 .term-description .faq-json-ld-schema .faq-item.active .switch-icon .minus {
	display: flex;
	align-items: center;
}

.woocommerce.archive .ast-container, .woocommerce.page-id-115371 .ast-container, .page-id-115371.archive .ast-container, .page-id-115371.page-id-115371 .ast-container {
	flex-wrap: wrap;
}

@media (max-width: 992px) {
	.woocommerce.archive .ast-container, .woocommerce.page-id-115371 .ast-container, .page-id-115371.archive .ast-container, .page-id-115371.page-id-115371 .ast-container {
		flex-direction: column !important;
	}
	.woocommerce.archive .ast-container .widget-area, .woocommerce.page-id-115371 .ast-container .widget-area, .page-id-115371.archive .ast-container .widget-area, .page-id-115371.page-id-115371 .ast-container .widget-area {
		order: 2;
	}
	.woocommerce.archive .ast-container #primary, .woocommerce.page-id-115371 .ast-container #primary, .page-id-115371.archive .ast-container #primary, .page-id-115371.page-id-115371 .ast-container #primary {
		order: 1;
	}
}

.woocommerce.archive .realchems-archive-sections, .woocommerce.page-id-115371 .realchems-archive-sections, .page-id-115371.archive .realchems-archive-sections, .page-id-115371.page-id-115371 .realchems-archive-sections {
	min-width: 0;
}

@media (max-width: 992px) {
	.woocommerce.archive .realchems-archive-sections, .woocommerce.page-id-115371 .realchems-archive-sections, .page-id-115371.archive .realchems-archive-sections, .page-id-115371.page-id-115371 .realchems-archive-sections {
		display: grid;
		order: 3;
	}
}

.woocommerce.archive .realchems-archive-sections .section-top-categories, .woocommerce.page-id-115371 .realchems-archive-sections .section-top-categories, .page-id-115371.archive .realchems-archive-sections .section-top-categories, .page-id-115371.page-id-115371 .realchems-archive-sections .section-top-categories {
	min-width: 0;
}

@media (max-width: 544px) {
	.woocommerce.archive .realchems-archive-sections .section-subscribe-form .section-subscribe-form-wrap, .woocommerce.page-id-115371 .realchems-archive-sections .section-subscribe-form .section-subscribe-form-wrap, .page-id-115371.archive .realchems-archive-sections .section-subscribe-form .section-subscribe-form-wrap, .page-id-115371.page-id-115371 .realchems-archive-sections .section-subscribe-form .section-subscribe-form-wrap {
		flex: unset;
	}
}

.woocommerce.archive ul.products li.product.product-category > a, .woocommerce.page-id-115371 ul.products li.product.product-category > a, .page-id-115371.archive ul.products li.product.product-category > a, .page-id-115371.page-id-115371 ul.products li.product.product-category > a {
	height: 100%;
}

.woocommerce.archive ul.products li.product.product-category > a img, .woocommerce.page-id-115371 ul.products li.product.product-category > a img, .page-id-115371.archive ul.products li.product.product-category > a img, .page-id-115371.page-id-115371 ul.products li.product.product-category > a img {
	height: 100%;
}

.woocommerce.archive ul.products li.product.product-category > a .woocommerce-loop-category__title, .woocommerce.page-id-115371 ul.products li.product.product-category > a .woocommerce-loop-category__title, .page-id-115371.archive ul.products li.product.product-category > a .woocommerce-loop-category__title, .page-id-115371.page-id-115371 ul.products li.product.product-category > a .woocommerce-loop-category__title {
	padding: 7.2px;
	word-wrap: break-word;
}

.woocommerce ul.products li.product.desktop-align-left .button, .page-id-115371 ul.products li.product.desktop-align-left .button {
	display: inline-block;
	background-color: var(--c-green);
	border: none;
	outline: none;
	border-radius: 50px;
	font-size: 20px;
	font-family: var(--osans);
	font-weight: 700;
	color: #000000;
	padding: 15px 20px 15px 20px;
	position: relative;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: right 20px center;
	transition: all .2s linear;
}

@media screen and (max-width: 680px) {
	.woocommerce ul.products li.product.desktop-align-left .button, .page-id-115371 ul.products li.product.desktop-align-left .button {
		font-size: 12px;
	}
}

.woocommerce nav.woocommerce-pagination ul li, .page-id-115371 nav.woocommerce-pagination ul li {
	border-color: var(--c-green);
}

.woocommerce nav.woocommerce-pagination ul li a, .page-id-115371 nav.woocommerce-pagination ul li a {
	color: #000;
	border: unset !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .page-id-115371 nav.woocommerce-pagination ul li a:hover, .page-id-115371 nav.woocommerce-pagination ul li a:focus {
	background: var(--c-green);
	color: #000;
	font-weight: bold;
	border: unset !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current, .page-id-115371 nav.woocommerce-pagination ul li span.current {
	background: var(--c-green);
	color: #000;
	font-weight: bold;
}

.woocommerce-js ul.products li.product .ast-woo-product-category {
	display: none;
}

.single-product .summary .product_title {
	font-size: 2.5rem;
}

.single-product .summary .product_meta {
	display: none;
}

.single-product #tab-additional_information .woocommerce-product-attributes:first-child {
	margin: 0;
}

.single-product #tab-additional_information .woocommerce-product-attributes:not(:first-child) {
	border-top: unset;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
	outline: unset;
}

.single-product .variations_form[current-image=""] .first-need-choose-var {
	display: block;
}

.single-product .variations_form .first-need-choose-var {
	color: #dc3232;
	display: none;
}

.single-product #homepage-products {
	margin-bottom: 50px;
}

.single-product #primary {
	margin-top: -91px !important;
}

.woocommerce-cart .cart-custom-links {
	float: left;
	display: flex;
	flex-direction: column;
}

.woocommerce-cart #content {
	padding-bottom: 30px;
}

.woocommerce-cart #content a.button {
	font-weight: 600 !important;
	background: #7df0a3 !important;
	padding: 14px 30px !important;
	border-radius: 20px;
	color: #000 !important;
	min-height: 46px;
	text-align: center;
	line-height: 1;
}

.woocommerce-cart #content a.button:hover {
	color: var(--ast-global-color-1) !important;
}

.woocommerce-cart .woocommerce-message, .woocommerce-cart .woocommerce-info {
	border-top-color: #7df0a3;
}

.woocommerce-cart .woocommerce-message::before, .woocommerce-cart .woocommerce-info::before {
	color: #7df0a3;
}

.woocommerce-cart .woocommerce-notices-wrapper {
	color: #000;
}

.woocommerce-cart .woocommerce-notices-wrapper > div {
	color: #000;
}

.woocommerce-cart .woocommerce-notices-wrapper > div:not(:first-child) {
	margin-top: 15px;
}

.woocommerce-cart .fs-free-shipping-notice-progress-bar > span {
	background-color: #7df0a3;
}

.woocommerce-cart .fs-free-shipping-notice-progress-bar {
	border-color: #7df0a3;
}

.woocommerce-checkout #content {
	padding-bottom: 30px;
}

.woocommerce-checkout #content a.button {
	font-weight: 600 !important;
	background: #7df0a3 !important;
	padding: 14px 30px !important;
	border-radius: 20px;
	color: #000 !important;
	min-height: 46px;
	text-align: center;
	line-height: 1;
}

.woocommerce-checkout #content a.button:hover {
	color: var(--ast-global-color-1) !important;
}

.woocommerce-checkout .woocommerce-message, .woocommerce-checkout .woocommerce-info {
	border-top-color: #7df0a3;
}

.woocommerce-checkout .woocommerce-message::before, .woocommerce-checkout .woocommerce-info::before {
	color: #7df0a3;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
	color: #000;
}

.woocommerce-checkout .woocommerce-notices-wrapper > div {
	color: #000;
}

.woocommerce-checkout .woocommerce-notices-wrapper > div:not(:first-child) {
	margin-top: 15px;
}

.woocommerce-checkout .fs-free-shipping-notice-progress-bar > span {
	background-color: #7df0a3;
}

.woocommerce-checkout .fs-free-shipping-notice-progress-bar {
	border-color: #7df0a3;
}

.woocommerce-order .thankyou-after-order__buttons-wrap {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px;
}

.woocommerce-order .thankyou-after-order__buttons-wrap a {
	display: inline-block;
}

.woocommerce-order .thankyou-after-order__social-wrap {
	margin-top: 2em;
	margin-bottom: 2em;
}

.woocommerce-account .realchems-subscribe-block {
	margin-top: 50px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
	background: #046bd2;
	color: #fff;
}

.woocommerce-account .general-subscription label {
	cursor: pointer;
}

.woocommerce-account .general-subscription input {
	cursor: pointer;
}

.woocommerce-account .dashboard-wrap .column-wrap {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.woocommerce-account .dashboard-wrap .column-wrap .column-item {
	margin: 0 0 20px 0;
}

.woocommerce-account .dashboard-wrap .column-wrap .column-item h3 {
	margin: 0 0 10px 0;
}

.woocommerce-account .dashboard-wrap .column-wrap .address-column {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-bottom: 20px;
}

.woocommerce-account .dashboard-wrap .column-wrap .address-column .column-item {
	margin: 0;
}

.woocommerce-account .dashboard-wrap .column-wrap .address-column .column-item address {
	margin: 0;
}

@media (max-width: 544px) {
	.woocommerce-account .dashboard-wrap .column-wrap .address-column {
		grid-template-columns: repeat(1, 1fr);
	}
}

.woocommerce-account .reviews-wrap {
	display: grid;
	grid-gap: 30px;
	margin-bottom: 30px;
}

.woocommerce-account .reviews-wrap .review-item {
	box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.2);
	border-radius: 0 20px 20px 20px;
	transition: all .15s ease;
	border: 3px solid transparent;
	padding: 30px;
	text-align: left;
}

.woocommerce-account .reviews-wrap .review-item .star-rating {
	float: unset;
}

.woocommerce-account .reviews-wrap .review-item .product-name {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.woocommerce-account .reviews-wrap .review-item .review-date {
	margin-bottom: 5px;
	font-weight: 600;
}

.woocommerce-account .reviews-wrap .review-item .review-rating {
	margin-bottom: 5px;
}

.woocommerce-account .recent-reviews {
	margin-bottom: 50px;
}

.woocommerce-account .recent-reviews .top-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.woocommerce-account .recent-reviews .top-title h3 {
	margin: 0;
}

.woocommerce-account .nsl-container {
	margin-bottom: 2em;
}

.woocommerce-account #content {
	padding-bottom: 30px;
}

.woocommerce-account #content a.button, .woocommerce-account #content a.ast-button {
	font-weight: 600 !important;
	background: #7df0a3 !important;
	padding: 14px 30px !important;
	border-radius: 20px;
	color: #000 !important;
	min-height: 46px;
	text-align: center;
	line-height: 1;
}

.woocommerce-account #content a.button:hover, .woocommerce-account #content a.ast-button:hover {
	color: var(--ast-global-color-1) !important;
}

.woocommerce-account .woocommerce-message, .woocommerce-account .woocommerce-info {
	border-top-color: #7df0a3;
}

.woocommerce-account .woocommerce-message::before, .woocommerce-account .woocommerce-info::before {
	color: #7df0a3;
}

.woocommerce-account .woocommerce-notices-wrapper {
	color: #000;
}

.woocommerce-account .woocommerce-notices-wrapper > div {
	color: #000;
}

.woocommerce-account .woocommerce-notices-wrapper > div:not(:first-child) {
	margin-top: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link {
	border-color: #7df0a3;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a {
	color: #000;
	font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
	background: #7df0a3;
	color: #000;
	font-weight: bold;
}

/* Sections
--------------------------------------------- */
/*main title of pages*/
header.entry-header h1.entry-title {
	font-size: 2.5rem;
}

/*site header*/
header.site-header .ast-addon-cart-wrap {
	border: unset;
}

.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field {
	border: unset;
}

#header {
	position: sticky !important;
}

#header .menu-item {
	position: relative;
}

@media screen and (min-width: 768px) {
	#header .menu-item:hover .sub-menu {
		display: block;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	#header .menu-item.active .sub-menu {
		display: block;
		position: relative;
		top: unset;
		left: unset;
		background: unset;
		border: unset;
	}
}

#header .menu-item .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	margin: 0;
	list-style: unset;
	min-width: 240px;
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
	border-top: 2px solid #7DF0A3;
	display: none;
	z-index: 1;
}

#header .menu-item .sub-menu a {
	padding: 14px 16px;
	display: block;
	cursor: pointer;
	color: #000 !important;
}

#header .menu-item .sub-menu a:hover {
	color: #7DF0A3 !important;
}

@media screen and (max-width: 768px) {
	#header .menu-item .sub-menu a {
		color: #fff !important;
	}
}

#header .wpml-ls-item .sub-menu {
	min-width: 40px;
}

#header .wpml-ls-item .sub-menu > li > a {
	padding: 0;
	text-align: center;
}

#header .cart a {
	display: block;
	position: relative;
}

#header .cart a .cart-count {
	font-size: 10px;
	background: var(--c-green);
	padding: 5px;
	border-radius: 50px;
	width: 16px;
	height: 16px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-weight: 700;
	top: -10px;
	right: -10px;
}

.site-footer > div {
	padding-right: 20px;
	padding-left: 20px;
}

.site-footer .logo-footer {
	max-width: 150px;
}

@media (max-width: 992px) {
	.site-footer .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
	}
	.site-footer [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap,
	.site-footer .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
		text-align: left;
	}
}

@media (max-width: 544px) {
	.site-footer .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 20px;
	}
	.site-footer [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap,
	.site-footer .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
		text-align: left;
	}
	.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-primary-section-1 {
		display: flex;
		align-items: center;
	}
}

.subscribe-form {
	display: flex;
	align-items: stretch;
	position: relative;
	padding-bottom: 10px;
}

@media (max-width: 544px) {
	.subscribe-form {
		flex-wrap: wrap;
		grid-row-gap: 15px;
	}
	.subscribe-form input {
		width: 100%;
	}
}

.subscribe-form .mage-error {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	color: #e02b27;
}

.subscribe-form .mage-error.active {
	display: block;
}

.subscribe-form .mage-error.success {
	color: var(--ast-global-color-1);
}

/*Section Subscribe*/
.section-subscribe-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 25px;
	padding: 40px 0;
}

.section-subscribe-form-icon {
	max-width: 123px;
	width: 100%;
}

.section-subscribe-form-desc {
	font-size: 2.5rem;
	color: #000;
	text-align: center;
	font-weight: 400;
	line-height: 1;
	max-width: 550px;
}

.section-subscribe-form-desc p {
	margin: 0;
}

.section-subscribe-form-desc strong {
	color: var(--ast-global-color-1);
}

.section-subscribe-form input[name=EMAIL] {
	flex: 1;
}

@media (max-width: 992px) {
	.section-subscribe-form {
		flex-wrap: wrap;
	}
	.section-subscribe-form-wrap {
		flex: 1;
		flex-basis: 100%;
	}
	.section-subscribe-form-wrap input[name=email] {
		flex: 1;
	}
	.section-subscribe-form-desc {
		flex: 1;
	}
}

@media (max-width: 544px) {
	.section-subscribe-form {
		flex-direction: column;
	}
	.section-subscribe-form-wrap input[type=submit] {
		width: auto;
	}
	.section-subscribe-form-desc {
		font-size: 1.75rem;
	}
}

.section-top-categories {
	padding: 40px 0;
}

.section-top-categories-title {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	position: relative;
}

.section-top-categories .swiper {
	margin-top: -55px;
	padding-top: 55px;
}

.section-top-categories .swiper .swiper-slide a {
	text-decoration: unset;
	border-width: 2px;
	border-color: #f3f3f3;
	border-style: solid;
	background-color: #fff;
	box-shadow: 0 5px 30px 0 rgba(164, 164, 164, 0.1);
	display: block;
	outline: unset;
}

.section-top-categories .swiper .swiper-slide a .category-img {
	object-fit: cover;
	height: 140px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.section-top-categories .swiper .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-top-categories .swiper .swiper-slide a h3 {
	padding: 18px 9px 20px 5px;
	font-size: 1rem;
	color: #000;
	border: none;
	margin: 0;
}

@media (max-width: 768px) {
	.section-top-categories .swiper .swiper-slide {
		width: 300px;
	}
}

@media (max-width: 544px) {
	.section-top-categories .swiper .swiper-slide {
		width: 260px;
	}
}

.section-top-categories .swiper .swiper-button-prev {
	right: 60px;
	left: auto;
	top: 22px;
}

.section-top-categories .swiper .swiper-button-next {
	right: 0;
	left: auto;
	top: 22px;
}

.section-main-banner .swiper-slide {
	min-height: 485px;
	display: flex;
	align-items: center;
}

.section-main-banner .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-main-banner .content-wrap {
	position: relative;
	z-index: 1;
	padding: 56px 0 56px 74px;
	max-width: 500px;
}

.section-main-banner .content-wrap a {
	display: inline-block;
	margin-top: 20px;
}

.section-main-banner .content-wrap .title {
	color: #fff;
}

.section-main-banner .content-wrap .subtitle {
	margin-top: 20px;
	color: #fff;
	max-width: 400px;
	line-height: 2rem;
}

@media (max-width: 544px) {
	.section-main-banner .content-wrap .subtitle {
		max-width: 100%;
	}
}

@media (max-width: 544px) {
	.section-main-banner .content-wrap {
		padding: 90px 30px;
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 544px) {
	.section-main-banner .swiper-button-prev, .section-main-banner .swiper-button-next {
		top: 70px;
	}
}

.section-advantages {
	margin-top: 80px;
}

@media (max-width: 544px) {
	.section-advantages {
		margin-top: 40px;
	}
}

.section-advantages .items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
}

@media (max-width: 992px) {
	.section-advantages .items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 544px) {
	.section-advantages .items {
		grid-template-columns: repeat(1, 1fr);
	}
}

.section-advantages .items a {
	display: flex;
	transition: all .3s;
	height: 100%;
	border-width: 2px;
	border-color: #f4f4f4;
	border-style: solid;
	background-color: #fff;
	text-align: center;
	padding: 26px 10px 20px;
	flex-direction: column;
	align-items: center;
	color: var(--ast-global-color-2);
}

.section-advantages .items a .thumb-wrap {
	min-height: 74px;
}

.section-advantages .items a:hover {
	border-color: var(--ast-global-color-1);
}

.section-advantages .items a h5 {
	position: relative;
	margin-bottom: 10px;
}

.section-advantages .items a h5:before {
	content: "";
	position: absolute;
	display: inline-block;
	background-color: var(--ast-global-color-1);
	width: 20px;
	height: 3px;
	top: -8px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.section-advantages .items a p {
	margin: 0;
}

.products-slider .swiper-wrapper {
	display: flex !important;
	margin: 0 !important;
	column-gap: 0 !important;
}

.products-slider .swiper-wrapper .ast-loop-product__link {
	display: block !important;
}

.products-slider .swiper-wrapper .ast-loop-product__link h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.products-slider .swiper-wrapper .wp-post-image {
	height: 162px !important;
	object-fit: cover !important;
}

@media (max-width: 544px) {
	.products-slider .swiper-wrapper .wp-post-image {
		height: auto !important;
	}
}

.products-all-search-widget {
	width: 100%;
	box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.2);
	border-radius: 0 20px 20px 20px;
	transition: all .15s ease;
	border: 0px solid transparent;
	overflow: hidden;
}

@media (max-width: 992px) {
	.products-all-search-widget {
		width: 100%;
	}
}

.products-all-search-widget .left-title {
	background: var(--ast-global-color-1);
	color: #fff;
	text-align: center;
	padding: 15px 10px;
	font-weight: 700;
}

.products-all-search-widget .products-search-wrap {
	display: flex;
	flex-direction: column;
	height: 300px;
	overflow: auto;
}

.products-all-search-widget .products-search-wrap::-webkit-scrollbar {
	width: 0.7rem;
	background: #ededed;
}

.products-all-search-widget .products-search-wrap::-webkit-scrollbar-thumb {
	background: var(--ast-global-color-1);
}

.products-all-search-widget .products-search-wrap a {
	padding: 7px 10px;
	border-bottom: 1px solid #ddd;
	display: none;
}

.products-all-search-widget .products-search-wrap a:last-child {
	border-bottom: 0;
}

.products-all-search-widget .products-search-wrap a.active {
	display: block;
}

.products-all-search-widget input {
	width: 100%;
}

/* Layouts
--------------------------------------------- */
.blog .ast-container {
	flex-wrap: wrap;
}

.blog .section-top-categories {
	min-width: 0;
}

.single-post .entry-content h1 {
	display: none;
}

.page-template-home-template #primary {
	margin-top: 0 !important;
}

.page-template-home-template .section-subscribe-form {
	padding-top: 80px;
}

.page-template-home-template #content {
	overflow: hidden;
	margin-top: -91px;
}

.page-template-home-template .section-reviews-wrap {
	margin-left: calc(-100vw / 2 + 1200px / 2);
	margin-right: calc(-100vw / 2 + 1200px / 2);
	margin-top: 80px;
}

@media (max-width: 1200px) {
	.page-template-home-template .section-reviews-wrap {
		margin: 80px 0 0 0;
	}
}

@media (max-width: 544px) {
	.page-template-home-template .section-reviews-wrap {
		margin: 40px 0 0 0;
	}
}

@media (max-width: 544px) {
	.page-template-home-template .section-subscribe-form {
		padding-top: 40px;
	}
}

.page-template-home-template .section-products {
	display: flex;
	margin-top: 40px;
	align-items: flex-start;
}

@media (max-width: 992px) {
	.page-template-home-template .section-products {
		display: grid;
	}
}

.page-template-home-template .section-products .left-wrap {
	width: 280px;
}

@media (max-width: 992px) {
	.page-template-home-template .section-products .left-wrap {
		width: 100%;
	}
}

.page-template-home-template .section-products .right-wrap {
	flex: 1;
	margin-left: 40px;
	min-width: 0;
}

@media (max-width: 992px) {
	.page-template-home-template .section-products .right-wrap {
		margin: 40px 0 0 0;
	}
}

.page-template-home-template .section-products .right-wrap .products-slider .swiper {
	margin-top: -55px;
	padding-top: 55px;
}

.page-template-home-template .section-products .right-wrap .products-slider .swiper .swiper-button-next {
	right: 0;
	left: auto;
	top: 22px;
}

.page-template-home-template .section-products .right-wrap .products-slider .swiper .swiper-button-prev {
	right: 60px;
	left: auto;
	top: 22px;
}

.page-template-home-template .section-products .title {
	text-align: center;
	font-size: 1.25rem;
	line-height: 2rem;
	max-width: 650px;
	margin: 0 auto 30px;
}

.page-template-home-template .section-products .subtitle p {
	margin: 0 0 20px 0;
}

.page-template-home-template .section-products .subtitle p:last-child {
	margin: 0;
}

.page-template-home-template .section-products .top-products, .page-template-home-template .section-products .our-products {
	margin-top: 30px;
}

.page-template-home-template .section-products .top-products > h2, .page-template-home-template .section-products .our-products > h2 {
	margin-bottom: 20px;
}

:root {
	--c-pink: #FEBAEC;
	--c-blue: #1C1468;
	--c-green: #7DF0A3;
	--osans:  'Open Sans', sans-serif;
	--kanit: 'Kanit', sans-serif;
}

.home {
	background-color: #F7F7F7;
}

.rc-container {
	width: 1460px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--c-green);
	padding: 20px 5%;
}

#header .logo img {
	height: 65px;
}

#header .header-block {
	display: flex;
	align-items: center;
	column-gap: 50px;
}

#header .menu {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
	column-gap: 30px;
}

#header .menu .show-xs {
	display: none;
}

#header .menu .menu-item a {
	font-family: var(--osans);
	font-weight: 600;
	font-size: 21px;
	text-decoration: none;
	color: #ffffff;
}

#header .login-area {
	font-family: var(--osans);
	font-weight: 800;
	font-size: 20px;
	text-decoration: none;
	color: #ffffff;
}

#header .login-area a {
	color: #ffffff;
	text-decoration: none;
}

#header .cart svg {
	width: 32px;
}

#header #main .close-menu {
	display: none;
}

#searchform .search-field {
	border-radius: 50px 0 0 50px;
	border: none;
	outline: none;
	padding-left: 30px;
	font-size: 18px;
	font-family: var(--osans);
	font-weight: 400;
	color: #000000;
}

#searchform .search-field::placeholder {
	font-size: 18px;
	font-family: var(--osans);
	font-weight: 400;
	color: #000000;
}

#searchform {
	display: flex;
}

#searchform #searchsubmit {
	background-color: #fff;
	font-size: 0;
	text-indent: -9999px;
	border-radius: 0 50px 50px 0;
	border: none;
	outline: none;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.19171 31.47786'%3E%3Ccircle cx='11.8938' cy='11.8938' r='10.8938' style='fill: none;stroke: %2316161b;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px'/%3E%3Cline x1='19.52776' y1='19.66408' x2='30.19171' y2='30.47786' style='fill: none;stroke: %2316161b;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px'/%3E%3C/svg%3E");
}

#homepage-hero {
	padding: 200px 0 80px;
}

#homepage-hero .hero-inner {
	display: grid;
	grid-template-columns: 3fr 2fr;
	column-gap: 80px;
	position: relative;
}

#homepage-hero .subtitle {
	font-family: var(--osans);
	font-weight: 800;
	color: var(--c-pink);
	text-transform: uppercase;
}

#homepage-hero .title {
	font-family: var(--kanit);
	font-weight: 700;
	font-size: 110px;
	color: #ffffff;
	line-height: 1;
	margin: 20px 0 30px;
}

.btn-filed, input.btn-filed {
	display: inline-block;
	background-color: var(--c-green);
	border: none;
	outline: none;
	border-radius: 50px;
	font-size: 20px;
	font-family: var(--osans);
	font-weight: 700;
	color: #000000;
	padding: 15px 45px 15px 30px;
	position: relative;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: right 20px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.2978 15.32214'%3E%3Cpath d='M1.84756,14.61683.70839,13.47766,11.79524,2.471,9.43668,2.21433,7.8643.658l6.129.68992.65783,6.097-1.4761-1.444L12.93441,3.6423Z' style='fill: %2316161b;stroke: %2316161b;stroke-miterlimit: 10'/%3E%3C/svg%3E");
	transition: all .2s linear;
}

input.btn-filed:hover, input.btn-filed:focus {
	background-color: #7DF0A3;
	color: #045cb4;
}

#homepage-hero .description {
	font-family: var(--osans);
	font-weight: 700;
	font-size: 19px;
	color: #ffffff;
	margin: 30px 0 0;
}

#homepage-hero .stars-right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center top;
	width: 120px;
	transform: translateX(140%);
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 153.05393 188.13214'%3E%3Cpolygon points='89.692 27.416 62.275 45.39 89.692 63.363 107.665 90.779 125.638 63.363 153.054 45.39 125.638 27.416 107.665 0 89.692 27.416' style='fill: %2368f4a3'/%3E%3Cpolygon points='112.221 152.17 100.555 159.818 112.221 167.466 119.869 179.132 127.517 167.466 139.182 159.818 127.517 152.17 119.869 140.505 112.221 152.17' style='fill: %2368f4a3'/%3E%3Cpolygon points='11.666 161.171 0 168.819 11.666 176.466 19.314 188.132 26.961 176.466 38.627 168.819 26.961 161.171 19.314 149.505 11.666 161.171' style='fill: %2368f4a3'/%3E%3C/svg%3E");
}

#homepage-hero .stars-left {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	background-position: center bottom;
	width: 90px;
	transform: translateX(-200%);
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 153.05393 188.13214'%3E%3Cpolygon points='89.692 27.416 62.275 45.39 89.692 63.363 107.665 90.779 125.638 63.363 153.054 45.39 125.638 27.416 107.665 0 89.692 27.416' style='fill: %2368f4a3'/%3E%3Cpolygon points='112.221 152.17 100.555 159.818 112.221 167.466 119.869 179.132 127.517 167.466 139.182 159.818 127.517 152.17 119.869 140.505 112.221 152.17' style='fill: %2368f4a3'/%3E%3Cpolygon points='11.666 161.171 0 168.819 11.666 176.466 19.314 188.132 26.961 176.466 38.627 168.819 26.961 161.171 19.314 149.505 11.666 161.171' style='fill: %2368f4a3'/%3E%3C/svg%3E");
}

#homepage-expert {
	padding: 80px 0;
}

#homepage-expert .expert-inner {
	display: grid;
	grid-template-columns: 2fr 3fr;
	column-gap: 80px;
	align-items: center;
}

h2.title {
	font-family: var(--kanit);
	font-size: 56px;
	font-weight: 700;
	color: #000000;
}

#homepage-expert .content {
	font-family: var(--osans);
	font-size: 20px;
}

#homepage-products {
	padding: 50px 0;
}

#homepage-products .top-block {
	display: flex;
	justify-content: space-between;
}

#homepage-products .button-block {
	display: flex;
	justify-content: center;
}

#homepage-products .products-block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
	padding: 20px 0 65px;
}

#homepage-products .product-item {
	text-decoration: none;
	color: #000000;
}

#homepage-products .product-item .product-image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#homepage-products .product-title,
#homepage-products .product-price {
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
	font-family: var(--osans);
	padding: 20px 10% 0;
}

#homepage-products .search-field,
#homepage-products #searchsubmit {
	background-color: var(--c-pink);
}

#homepage-products .stars-right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center top;
	width: 120px;
	transform: translateX(140%);
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 153.05393 188.13214'%3E%3Cpolygon points='89.692 27.416 62.275 45.39 89.692 63.363 107.665 90.779 125.638 63.363 153.054 45.39 125.638 27.416 107.665 0 89.692 27.416' style='fill: %2368f4a3'/%3E%3Cpolygon points='112.221 152.17 100.555 159.818 112.221 167.466 119.869 179.132 127.517 167.466 139.182 159.818 127.517 152.17 119.869 140.505 112.221 152.17' style='fill: %2368f4a3'/%3E%3Cpolygon points='11.666 161.171 0 168.819 11.666 176.466 19.314 188.132 26.961 176.466 38.627 168.819 26.961 161.171 19.314 149.505 11.666 161.171' style='fill: %2368f4a3'/%3E%3C/svg%3E");
}

#homepage-benefits {
	padding: 80px 0;
}

#homepage-benefits .benefits-block {
	display: flex;
	justify-content: space-between;
}

#homepage-benefits .benefit-description {
	font-family: var(--osans);
	font-size: 17px;
	text-align: center;
	font-weight: 600;
}

#homepage-benefits .benefit-image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0 0 20px;
}

#homepage-benefits .benefit-item {
	width: 15%;
}

#homepage-benefits .stars-left {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	background-position: center bottom;
	width: 120px;
	transform: translateX(-150%);
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 188.13214 153.05393'%3E%3Cpolygon points='160.716 89.692 142.743 62.275 124.77 89.692 97.353 107.665 124.77 125.638 142.743 153.054 160.716 125.638 188.132 107.665 160.716 89.692' style='fill: %23febaec'/%3E%3Cpolygon points='35.962 112.221 28.314 100.555 20.666 112.221 9 119.869 20.666 127.517 28.314 139.182 35.962 127.517 47.627 119.869 35.962 112.221' style='fill: %23febaec'/%3E%3Cpolygon points='26.962 11.666 19.314 0 11.666 11.666 0 19.314 11.666 26.961 19.314 38.627 26.962 26.961 38.627 19.314 26.962 11.666' style='fill: %23febaec'/%3E%3C/svg%3E");
}

#homepage-reviews {
	padding: 50px 0 80px;
}

#homepage-reviews .homepage-reviews-io .CarouselWidget__header, #homepage-reviews .homepage-reviews-io .CarouselWidget__footer {
	display: none;
}

#homepage-reviews .homepage-reviews-io .item__inner > div:first-child > div:first-child {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

#homepage-reviews .homepage-reviews-io .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner {
	text-align: center;
	align-items: center;
}

#homepage-reviews .homepage-reviews-io .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner .R-RatingStars__stars {
	margin: 0;
}

#homepage-reviews .homepage-reviews-io .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner .R-RatingStars__stars .stars__icon {
	font-size: 34px;
}

#homepage-reviews .homepage-reviews-io .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner .R-TextHeading--inline {
	margin: 5px 0 2px 0 !important;
}

#homepage-reviews .homepage-reviews-io .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner .R-TextHeading--inline .cssVar-authorName {
	font-size: 19px;
	text-align: center;
}

#homepage-reviews .homepage-reviews-io .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner .R-ReviewsList__item--body {
	margin: 0 0 10px 0;
	font-size: 17px;
	line-height: 25px;
	text-align: center !important;
}

#homepage-reviews .homepage-reviews-io .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner em.R-TextBody {
	display: none;
}

#homepage-reviews .homepage-reviews-io .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner .R-TextBody--xxxxs {
	margin: 0 !important;
	font-size: 13px;
	font-style: italic;
	font-weight: 600;
	font-family: var(--osans);
}

#homepage-reviews .review-item {
	padding: 0 50px;
}

#homepage-reviews .title {
	text-align: center;
	font-size: 58px;
	color: var(--c-blue);
}

#homepage-reviews .reviews-slider {
	padding-top: 50px;
}

#homepage-reviews .review-name {
	font-family: var(--osans);
	font-weight: 600;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
}

#homepage-reviews .review-text {
	font-family: var(--osans);
	font-weight: 600;
	font-size: 17px;
	text-align: center;
	margin: 0 0 10px;
}

#homepage-reviews .review-date {
	font-family: var(--osans);
	font-weight: 600;
	font-size: 13px;
	font-style: italic;
	text-align: center;
}

#homepage-reviews .stars {
	display: flex;
	justify-content: center;
	margin: 0 0 10px;
}

#homepage-reviews .stars svg {
	width: 70%;
}

#homepage-reviews .slick-prev {
	background-color: transparent;
	font-size: 0;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-100%, -50%);
	cursor: pointer;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.84999 33.69999'%3E%3Cpolyline points='16.85 2 2 16.854 16.842 31.7' style='fill: none;stroke: %231c1468;stroke-linecap: round;stroke-linejoin: round;stroke-width: 4px'/%3E%3C/svg%3E");
}

#homepage-reviews .slick-next {
	background-color: transparent;
	font-size: 0;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(100%, -50%);
	cursor: pointer;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.84999 33.69999'%3E%3Cpolyline points='2 31.7 16.85 16.846 2.008 2' style='fill: none;stroke: %231c1468;stroke-linecap: round;stroke-linejoin: round;stroke-width: 4px'/%3E%3C/svg%3E");
}

#homepage-community {
	padding: 80px 0;
}

#homepage-community .title-big {
	text-align: center;
	font-family: var(--kanit);
	color: var(--c-blue);
	font-size: 98px;
	font-weight: 700;
	margin-bottom: 0.2em;
}

#homepage-community .sub-title {
	text-align: center;
	font-family: var(--osans);
	font-size: 49px;
	font-weight: 700;
	color: #000000;
	line-height: 1;
}

#homepage-community .buttons {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	column-gap: 15px;
}

#homepage-community .btn-black {
	background-color: #000000;
	color: var(--c-green);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.2978 15.32214'%3E%3Cpath d='M1.84756,14.61683.70839,13.47766,11.79524,2.471,9.43668,2.21433,7.8643.658l6.129.68992.65783,6.097-1.4761-1.444L12.93441,3.6423Z' style='fill: %237DF0A3;stroke: %237DF0A3;stroke-miterlimit: 10'/%3E%3C/svg%3E");
}

#homepage-community .btn-white {
	background-image: none;
	background-color: #ffffff;
	color: #000000;
	border: 2px solid #000000;
	padding: 15px 30px;
}

#homepage-community .stars-right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center top;
	width: 120px;
	transform: translateX(100%);
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 153.05393 188.13214'%3E%3Cpolygon points='89.692 27.416 62.275 45.39 89.692 63.363 107.665 90.779 125.638 63.363 153.054 45.39 125.638 27.416 107.665 0 89.692 27.416' style='fill: %23ffffff'/%3E%3Cpolygon points='112.221 152.17 100.555 159.818 112.221 167.466 119.869 179.132 127.517 167.466 139.182 159.818 127.517 152.17 119.869 140.505 112.221 152.17' style='fill: %23ffffff'/%3E%3Cpolygon points='11.666 161.171 0 168.819 11.666 176.466 19.314 188.132 26.961 176.466 38.627 168.819 26.961 161.171 19.314 149.505 11.666 161.171' style='fill: %23ffffff'/%3E%3C/svg%3E");
}

#homepage-community .stars-left {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	background-position: center bottom;
	width: 90px;
	transform: translateX(-100%);
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 153.05393 188.13214'%3E%3Cpolygon points='89.692 27.416 62.275 45.39 89.692 63.363 107.665 90.779 125.638 63.363 153.054 45.39 125.638 27.416 107.665 0 89.692 27.416' style='fill: %23ffffff'/%3E%3Cpolygon points='112.221 152.17 100.555 159.818 112.221 167.466 119.869 179.132 127.517 167.466 139.182 159.818 127.517 152.17 119.869 140.505 112.221 152.17' style='fill: %23ffffff'/%3E%3Cpolygon points='11.666 161.171 0 168.819 11.666 176.466 19.314 188.132 26.961 176.466 38.627 168.819 26.961 161.171 19.314 149.505 11.666 161.171' style='fill: %23ffffff'/%3E%3C/svg%3E");
}

#homepage-categories {
	padding: 80px 0;
}

#homepage-categories .categories {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
}

#homepage-categories .category {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#homepage-categories .category {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 35px;
	background-color: #000000;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	text-decoration: none;
}

#homepage-categories .category-name {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	text-align: center;
	color: #ffffff;
	font-family: var(--osans);
	font-size: 25px;
	font-weight: 900;
}

#homepage-categories .buttons {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}

#footer {
	background-color: #ffffff;
	padding: 50px 0;
	border-top: 1px solid var(--c-green);
}

#footer .footer-inner {
	width: 90%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 4fr 1fr 1fr 2fr;
	column-gap: 50px;
	align-items: flex-start;
}

#footer .title {
	font-family: var(--osans);
	font-size: 19px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 15px;
}

#footer .title-big {
	font-family: var(--osans);
	font-size: 26px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 15px;
}

#footer .category {
	text-decoration: none;
	font-family: var(--osans);
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	display: block;
}

#footer .categories {
	columns: 5 auto;
	column-gap: 20px;
}

#footer .footer-menu .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 2;
}

#footer .menu .menu-link {
	text-decoration: none;
	font-family: var(--osans);
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	display: block;
}

#footer .cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
	row-gap: 10px;
}

#footer .cards .card-inner {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

#footer .subscribe-form #newsletter {
	border: none;
	border-bottom: 1px solid #000000;
	outline: none;
	padding-left: 0;
	font-family: var(--osans);
	font-weight: 600;
	font-size: 17px;
	color: #000000;
}

#footer .subscribe-form #newsletter::placeholder {
	font-family: var(--osans);
	font-weight: 600;
	font-size: 17px;
	color: #000000;
}

#footer .subscribe-form .submit {
	font-size: 0;
	text-indent: -9999px;
	background-color: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid #000000;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 26px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.83146 23.85888'%3E%3Cpath d='M1.9471,23.85888,0,21.91178,18.95,3.09891l-4.03133-.43878L12.23111,0l10.476,1.17923,1.12438,10.42112-2.523-2.46816-.41136-4.03133Z'/%3E%3C/svg%3E");
}

#burger {
	display: none;
}

#homepage-hero .column-right .stars-left,
#homepage-hero .column-right .stars-right {
	display: none;
}

#homepage-expert .column-right .stars-left,
#homepage-expert .column-right .stars-right {
	display: none;
}

.community-block .subscribe-form {
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 60px;
}

.community-block .mage-error {
	position: relative;
	width: 100%;
	text-align: center;
	font-weight: 500;
}

.community-block input[type=email] {
	background-image: none;
	background-color: #ffffff;
	color: #000000;
	border: 2px solid #000000;
	padding: 15px 30px;
	outline: none;
	border-radius: 50px;
	font-size: 20px;
	font-family: var(--osans);
	font-weight: 700;
	line-height: 1.2;
	max-width: 303px;
	width: 100%;
}

.community-block input[type=email]:focus {
	border-color: #000;
}

.community-block input[type=submit] {
	background-color: #000000;
	color: var(--c-green);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.2978 15.32214'%3E%3Cpath d='M1.84756,14.61683.70839,13.47766,11.79524,2.471,9.43668,2.21433,7.8643.658l6.129.68992.65783,6.097-1.4761-1.444L12.93441,3.6423Z' style='fill: %237DF0A3;stroke: %237DF0A3;stroke-miterlimit: 10'/%3E%3C/svg%3E");
	padding: 15px 45px 15px 30px;
	position: relative;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: right 20px center;
	border: none;
	outline: none;
	border-radius: 50px;
	font-size: 20px;
	font-family: var(--osans);
	font-weight: 700;
}

.community-block [data-lastpass-icon-root] {
	display: none;
}

@media screen and (max-width: 680px) {
	.community-block input[type=submit], .community-block input[type=email] {
		max-width: 250px;
		width: 100%;
		height: 44px;
		font-size: 12px;
		background-size: 12px;
		background-position: right 14px center;
		text-align: center;
	}
}

@media screen and (max-width: 1660px) {
	#header {
		padding: 20px 50px;
	}
	#header .menu .menu-item a {
		font-size: 19px;
	}
	#footer .footer-inner {
		width: calc(100% - 100px);
	}
	#footer .category,
	#footer .menu .menu-link {
		font-size: 14px;
	}
	#footer .title-big {
		font-size: 24px;
	}
	#footer .categories {
		column-gap: 15px;
	}
}

@media screen and (max-width: 1560px) {
	.rc-container {
		width: 1260px;
	}
	#header .logo img {
		height: 50px;
	}
	#searchform .search-field {
		padding: 10px 10px 10px 25px;
	}
	#homepage-hero .title {
		font-size: 96px;
	}
	#homepage-community .title-big {
		font-size: 86px;
	}
	#header .login-area {
		font-size: 18px;
	}
}

@media screen and (max-width: 1500px) {
	#header .menu {
		column-gap: 20px;
	}
	#header .header-block {
		column-gap: 40px;
	}
	#homepage-benefits .benefit-item {
		width: 20%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#homepage-benefits .benefit-image {
		width: 150px;
		height: 150px;
		padding-bottom: unset;
	}
	#footer .categories {
		columns: 4 auto;
	}
}

@media screen and (max-width: 1390px) {
	.rc-container {
		width: calc(100% - 100px);
	}
	#searchform .search-field,
	#searchform .search-field::placeholder {
		font-size: 16px;
	}
	#searchform #searchsubmit {
		padding-left: 20px;
		padding-right: 20px;
		background-size: 22px;
	}
	#searchform .search-field {
		width: 200px;
	}
	#header .menu .menu-item a {
		font-size: 17px;
	}
	#footer .categories {
		columns: 3 auto;
	}
	#footer .footer-inner {
		width: calc(100% - 100px);
		grid-template-columns: 3fr 1fr 1fr 2fr;
	}
	#homepage-reviews .stars svg {
		width: 150px;
	}
}

@media screen and (max-width: 1300px) {
	#homepage-hero .title {
		font-size: 78px;
	}
	h2.title {
		font-size: 48px;
	}
	#homepage-community .title-big {
		font-size: 72px;
	}
	#homepage-community .sub-title {
		font-size: 42px;
	}
	#burger {
		width: 44px;
		height: 44px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 8px;
		cursor: pointer;
	}
	#burger span {
		display: inline-block;
		width: 30px;
		height: 1px;
		background-color: var(--c-green);
	}
	#header #main {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999;
		justify-content: center;
		align-items: center;
		background-color: #000000;
		transition: transform 400ms ease;
		transform: translateY(-120%);
		will-change: transform;
	}
	#header #main.active {
		transform: translateY(0);
		overflow: auto;
		align-items: flex-start;
		padding: 40px 0;
	}
	#header .menu {
		flex-direction: column;
		row-gap: 15px;
		text-align: center;
	}
	#header .menu .menu-item a {
		font-size: 21px;
	}
	#header #main .close-menu {
		position: absolute;
		right: 50px;
		top: 23px;
		width: 44px;
		height: 44px;
		cursor: pointer;
		display: block;
	}
	#header #main .close-menu:before {
		content: '';
		width: 36px;
		height: 1px;
		background-color: var(--c-green);
		position: absolute;
		left: 50%;
		top: 50%;
		transform-origin: center center;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	#header #main .close-menu:after {
		content: '';
		width: 36px;
		height: 1px;
		background-color: var(--c-green);
		position: absolute;
		left: 50%;
		top: 50%;
		transform-origin: center center;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	#header .menu .show-xs {
		display: list-item;
	}
	body.logged-in #header .menu .for-unlogged-in {
		display: none;
	}
	body.logged-in #header .menu .for-logged-in {
		display: list-item;
	}
	body:not(.logged-in) #header .menu .for-unlogged-in {
		display: list-item;
	}
	body:not(.logged-in) #header .menu .for-logged-in {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	#footer .footer-inner {
		grid-template-areas: 'cat cat cat' 'info cards newsletter';
		grid-template-columns: 1fr 1fr 2fr;
		row-gap: 50px;
	}
	#footer .block-cat {
		grid-area: cat;
	}
	#footer .block-info {
		grid-area: info;
	}
	#footer .block-cards {
		grid-area: cards;
	}
	#footer .block-newsletter {
		grid-area: newsletter;
	}
	#footer .categories {
		columns: 5 auto;
	}
}

@media screen and (max-width: 960px) {
	#header .login-area {
		display: none;
	}
	#header .cart {
		order: -1;
	}
	#searchform #searchsubmit {
		background-color: transparent;
		border-radius: 0;
		padding-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0);
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.19171 31.47786'%3E%3Ccircle cx='11.8938' cy='11.8938' r='10.8938' style='fill: none;stroke: %23FEBAEC;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px'/%3E%3Cline x1='19.52776' y1='19.66408' x2='30.19171' y2='30.47786' style='fill: none;stroke: %23FEBAEC;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px'/%3E%3C/svg%3E");
	}
	#searchform .search-field {
		background-color: transparent;
		border-radius: 0;
		color: #ffffff;
		padding-left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0);
		width: 0;
	}
	#searchform .search-field.full-width {
		width: 200px;
	}
	#searchform .search-field::placeholder {
		color: #ffffff;
	}
	#header .header-block {
		column-gap: 30px;
	}
	#homepage-products .products-block {
		display: block;
		padding: 20px 0 0;
		margin-bottom: 65px;
	}
	#homepage-products .product-title, #homepage-products .product-price {
		font-size: 18px;
	}
	#homepage-products .slick-prev {
		background-color: transparent;
		font-size: 0;
		text-indent: -9999px;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(-100%, -50%);
		cursor: pointer;
		background-size: 18px;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.84999 33.69999'%3E%3Cpolyline points='16.85 2 2 16.854 16.842 31.7' style='fill: none;stroke: %231c1468;stroke-linecap: round;stroke-linejoin: round;stroke-width: 4px'/%3E%3C/svg%3E");
	}
	#homepage-products .slick-next {
		background-color: transparent;
		font-size: 0;
		text-indent: -9999px;
		width: 50px;
		height: 50px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(100%, -50%);
		cursor: pointer;
		background-size: 18px;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.84999 33.69999'%3E%3Cpolyline points='2 31.7 16.85 16.846 2.008 2' style='fill: none;stroke: %231c1468;stroke-linecap: round;stroke-linejoin: round;stroke-width: 4px'/%3E%3C/svg%3E");
	}
	#homepage-products .products-block .slick-slide {
		margin: 0 10px;
	}
	#homepage-products .products-block .slick-list {
		margin: 0 -10px;
	}
	#footer .categories {
		columns: 4 auto;
	}
	#homepage-products #searchform .search-field {
		width: 200px;
		border: 1px solid #000000;
		border-right: none;
		border-radius: 50px 0 0 50px;
		padding-left: 15px;
		color: #000000;
	}
	#homepage-products #searchform .search-field::placeholder {
		color: #000000;
	}
	#homepage-products #searchform #searchsubmit {
		padding-right: 20px;
		border: 1px solid #000000;
		border-left: none;
		border-radius: 0 50px 50px 0;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.19171 31.47786'%3E%3Ccircle cx='11.8938' cy='11.8938' r='10.8938' style='fill: none;stroke: %23000000;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px'/%3E%3Cline x1='19.52776' y1='19.66408' x2='30.19171' y2='30.47786' style='fill: none;stroke: %23000000;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px'/%3E%3C/svg%3E");
	}
}

@media screen and (max-width: 768px) {
	#homepage-hero .hero-inner {
		grid-template-columns: 1fr;
		row-gap: 50px;
	}
	#homepage-hero .column-right {
		display: flex;
		justify-content: center;
		position: relative;
		width: calc(100% - 200px);
		margin: 0 auto;
	}
	#homepage-expert .expert-inner {
		display: flex;
		flex-direction: column-reverse;
	}
	#homepage-benefits .benefits-block {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#homepage-benefits .benefits-block {
		display: grid;
		grid-template-columns: 1fr 1fr;
		row-gap: 50px;
		column-gap: 50px;
	}
	#homepage-categories .categories {
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
		row-gap: 20px;
	}
	#header .logo img {
		height: 40px;
	}
	#homepage-hero .column-right .stars-left,
	#homepage-hero .column-right .stars-right {
		display: block;
	}
	#homepage-hero .hero-inner > .stars-left,
	#homepage-hero .hero-inner > .stars-right {
		display: none;
	}
	#homepage-hero .column-right .stars-left, #homepage-hero .column-right .stars-right {
		width: 90px;
	}
	#homepage-hero .stars-right {
		transform: translateX(100%);
	}
	#homepage-hero .stars-left {
		transform: translateX(-100%);
	}
	#homepage-expert .column-left {
		width: calc(100% - 200px);
		margin: 0 auto;
		position: relative;
	}
	#homepage-expert .column-right .stars-left,
	#homepage-expert .column-right .stars-right {
		display: block;
		width: 90px;
	}
	#homepage-expert .stars-right {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		background-position: center bottom;
		transform: translateX(100%);
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 153.05393 188.13214'%3E%3Cpolygon points='89.692 27.416 62.275 45.39 89.692 63.363 107.665 90.779 125.638 63.363 153.054 45.39 125.638 27.416 107.665 0 89.692 27.416' style='fill: %2368f4a3'/%3E%3Cpolygon points='112.221 152.17 100.555 159.818 112.221 167.466 119.869 179.132 127.517 167.466 139.182 159.818 127.517 152.17 119.869 140.505 112.221 152.17' style='fill: %2368f4a3'/%3E%3Cpolygon points='11.666 161.171 0 168.819 11.666 176.466 19.314 188.132 26.961 176.466 38.627 168.819 26.961 161.171 19.314 149.505 11.666 161.171' style='fill: %2368f4a3'/%3E%3C/svg%3E");
	}
	#homepage-expert .stars-left {
		position: absolute;
		left: 0;
		bottom: 0;
		top: 0;
		background-position: center top;
		transform: translateX(-100%);
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 153.05393 188.13214'%3E%3Cpolygon points='89.692 27.416 62.275 45.39 89.692 63.363 107.665 90.779 125.638 63.363 153.054 45.39 125.638 27.416 107.665 0 89.692 27.416' style='fill: %2368f4a3'/%3E%3Cpolygon points='112.221 152.17 100.555 159.818 112.221 167.466 119.869 179.132 127.517 167.466 139.182 159.818 127.517 152.17 119.869 140.505 112.221 152.17' style='fill: %2368f4a3'/%3E%3Cpolygon points='11.666 161.171 0 168.819 11.666 176.466 19.314 188.132 26.961 176.466 38.627 168.819 26.961 161.171 19.314 149.505 11.666 161.171' style='fill: %2368f4a3'/%3E%3C/svg%3E");
	}
	#homepage-expert .column-left .stars-left,
	#homepage-expert .column-left .stars-right {
		width: 90px;
	}
	#homepage-expert .stars-right {
		transform: translateX(100%);
	}
	#homepage-expert .stars-left {
		transform: translateX(-100%);
	}
	#homepage-benefits .benefit-item {
		width: 100%;
	}
}

@media screen and (max-width: 680px) {
	#header {
		padding: 10px 20px;
	}
	#header .logo img {
		height: 24px;
	}
	#homepage-hero .subtitle {
		font-size: 13px;
	}
	#footer .footer-inner {
		width: calc(100% - 40px);
	}
	.rc-container {
		width: calc(100% - 40px);
		max-width: 100%;
	}
	#homepage-hero .title {
		font-size: 50px;
	}
	#homepage-hero {
		padding: 115px 0 50px;
	}
	.btn-filed, input.btn-filed {
		font-size: 12px;
		padding: 10px 40px 10px 20px;
		background-size: 12px;
		background-position: right 14px center;
	}
	#homepage-hero .description {
		font-size: 15px;
	}
	#homepage-hero .column-right {
		width: calc(100% - 160px);
	}
	#homepage-hero .column-right .stars-left,
	#homepage-hero .column-right .stars-right {
		width: 80px;
	}
	h2.title {
		font-size: 35px;
	}
	#homepage-expert {
		padding: 50px 0;
	}
	#homepage-expert .column-left {
		width: calc(100% - 160px);
	}
	#homepage-expert .column-left .stars-left,
	#homepage-expert .column-left .stars-right {
		width: 80px;
	}
	#homepage-expert .content {
		font-size: 16px;
	}
	#homepage-products .products-block {
		width: calc(100% - 80px);
		margin: 0 auto 35px;
	}
	#homepage-products .product-title, #homepage-products .product-price {
		font-size: 16px;
		padding: 15px 10% 0;
	}
	#homepage-benefits .benefit-image {
		width: 80px;
		height: 80px;
	}
	#homepage-benefits {
		padding: 50px 0;
	}
	#homepage-reviews {
		padding: 50px 0;
	}
	#homepage-reviews .reviews-slider {
		width: calc(100% - 80px);
		margin: 0 auto;
	}
	#homepage-reviews .review-item {
		padding: 0 10px;
	}
	#homepage-benefits .benefit-description {
		font-size: 14px;
	}
	#homepage-reviews .title {
		font-size: 35px;
		line-height: 1;
	}
	#homepage-reviews .reviews-slider {
		padding-top: 30px;
	}
	#homepage-community {
		padding: 50px 0;
	}
	#homepage-community .title-big {
		font-size: 49px;
	}
	#homepage-community .sub-title {
		font-size: 24px;
	}
	#homepage-community .btn-white {
		padding: 10px 25px;
	}
	#homepage-community .buttons {
		flex-direction: column;
		align-items: center;
		row-gap: 10px;
	}
	.community-block .subscribe-form {
		flex-direction: column;
		align-items: center;
		row-gap: 10px;
	}
	#homepage-community .buttons .btn-filed {
		width: 250px;
		text-align: center;
	}
	#footer .categories {
		columns: 2 auto;
	}
	#homepage-categories .category-name {
		font-size: 14px;
	}
	#footer .category, #footer .menu .menu-link {
		font-size: 15px;
	}
	#footer .footer-inner {
		grid-template-areas: 'cat' 'info' 'cards' 'newsletter';
		grid-template-columns: 1fr;
	}
	#footer .cards .card-inner {
		padding-bottom: 65%;
	}
	#footer .cards {
		width: 180px;
	}
	#footer .title-big {
		font-size: 19px;
	}
	#footer .subscribe-form {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
	}
	#homepage-community .stars-left {
		position: relative;
		left: auto;
		bottom: auto;
		top: auto;
		background-position: left center;
		width: 100%;
		height: 80px;
		transform: none;
	}
	#homepage-community .stars-right {
		position: relative;
		right: auto;
		top: auto;
		bottom: auto;
		background-position: right center;
		width: 100%;
		height: 80px;
		transform: none;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 153.05393 188.13214'%3E%3Cpolygon points='89.692 27.416 62.275 45.39 89.692 63.363 107.665 90.779 125.638 63.363 153.054 45.39 125.638 27.416 107.665 0 89.692 27.416' style='fill: %23ffffff'/%3E%3Cpolygon points='112.221 152.17 100.555 159.818 112.221 167.466 119.869 179.132 127.517 167.466 139.182 159.818 127.517 152.17 119.869 140.505 112.221 152.17' style='fill: %23ffffff'/%3E%3Cpolygon points='11.666 161.171 0 168.819 11.666 176.466 19.314 188.132 26.961 176.466 38.627 168.819 26.961 161.171 19.314 149.505 11.666 161.171' style='fill: %23ffffff'/%3E%3C/svg%3E");
	}
	#homepage-community {
		padding: 15px 0;
	}
	#homepage-reviews .stars {
		margin: 0 0 30px;
	}
	#homepage-products #searchform .search-field {
		width: 140px;
		font-size: 10px;
	}
	#homepage-products #searchform .search-field::placeholder {
		font-size: 10px;
	}
	#homepage-products #searchform #searchsubmit {
		background-size: 16px;
		padding-right: 10px;
	}
	#homepage-categories {
		padding: 50px 0;
	}
	#header #main .close-menu {
		right: 20px;
		top: 11px;
	}
}

@media screen and (max-width: 480px) {
	#homepage-hero .column-right .stars-left,
	#homepage-hero .column-right .stars-right {
		width: 45px;
	}
	#homepage-hero .column-right {
		width: calc(100% - 90px);
	}
	#homepage-expert .column-left .stars-left,
	#homepage-expert .column-left .stars-right {
		width: 45px;
	}
	#homepage-expert .column-left {
		width: calc(100% - 90px);
	}
}

/*digger */
.single-product .woocommerce-tabs.wc-tabs-wrapper {
	background: #fff !important;
}

.single-product div.product.ast-article-single {
	background: #faf1e5 !important;
	padding-top: 5rem;
}

header#header {
	background: #000;
}

.single-product section#homepage-categories {
	background: #68f4a3 !important;
}

.single-product section#homepage-categories h2.title {
	color: #1c1468 !important;
}

.single-product section#homepage-categories a.btn-filed {
	background-color: #fff !important;
}

.single-product section#homepage-products {
	background-color: #fff !important;
	padding-bottom: 0 !important;
}

.swiper-button-prev, .swiper-button-next {
	display: none;
}

div#accordion-container {
	margin: 0 !important;
}

.single-product .summary.entry-summary .woocommerce-product-details__short-description {
	margin-top: 30px;
	padding: 20px 0;
	border-top: 2px solid;
	color: #000 !important;
	font-weight: 500;
}

.summary.entry-summary p.price {
	color: #000 !important;
}

.single-product nav.woocommerce-breadcrumb {
	display: none !important;
}

.single-product .single-product-category {
	display: none !important;
}

.single-product h1.product_title.entry-title {
	font-family: var(--kanit);
	font-size: 45px;
	font-weight: 700;
	color: #000000;
	letter-spacing: 1px;
	word-spacing: 2px;
	margin: 0 !important;
	line-height: 60px;
}

.single-product .single-product .summary.entry-summary p.price {
	color: #000 !important;
}

div.product form.cart .variations label {
	font-weight: 700;
	color: #000;
}

.single-product li.variable-item.button-variable-item {
	border-radius: 20px !important;
	padding: 17px 15px !important;
	color: #000 !important;
	font-weight: 600;
	font-family: var(--kanit);
	border: 2px solid;
	box-shadow: unset !important;
}

.single-product li.variable-item.button-variable-item:hover, .single-product li.variable-item.button-variable-item.selected {
	background: var(--c-green) !important;
}

.single-product table.variations {
	background-color: #febaec;
	padding: 25px 20px 5px;
	margin-bottom: 25px !important;
	border-radius: 20px;
	border-collapse: unset;
}

.single-product .summary.entry-summary p.price:before {
	content: "A partire da" !important;
	margin-right: 10px;
	color: #000;
	font-weight: 400;
	font-family: var(--kanit);
	font-size: 30px;
}

.image__summary .woocommerce-product-gallery__wrapper img {
	border-radius: 50px !important;
}

.quantity button {
	background: transparent !important;
	color: #000;
	padding: 8px 18px;
	font-size: 25px;
}

.quantity button:hover {
	background: transparent !important;
}

.quantity {
	background: #fff;
	border-radius: 50px;
	width: 100%;
	max-width: 175px;
	margin: 0 !important;
	margin-right: 10px !important;
	height: 46px;
	border: 2px solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.quantity button {
	flex: 1;
}

.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.quantity .input-text.qty.text {
	border: none;
}

.single-product .cart .button {
	font-weight: 600 !important;
	background: #7df0a3 !important;
	padding: 14px 30px !important;
	border-radius: 20px;
	color: #000 !important;
	height: 46px;
	width: 100% !important;
	max-width: 168px;
}

i.yith-wcwl-icon.fa.fa-heart-o {
	margin: 0;
}

@media screen and (max-width: 767px) {
	div#block-23, div#block-24 {
		display: none;
	}
	div#woocommerce_product_categories-2 {
		margin-top: 25px;
	}
	div#secondary {
		padding-bottom: 0px;
	}
	.single-product li.variable-item.button-variable-item {
		border-radius: 20px !important;
		padding: 17px 15px !important;
		color: #000 !important;
		font-weight: 600;
		font-family: var(--kanit);
		border: 2px solid;
		box-shadow: unset !important;
		width: 100% !important;
		max-width: 170px;
		margin: 0 auto !important;
		margin-bottom: 10px !important;
	}
	.single-product h1.product_title.entry-title {
		line-height: 40px !important;
	}
	.summary.entry-summary p.price {
		color: #000 !important;
		margin-top: 10px !important;
		line-height: 30px;
	}
	.single-product .cart .woocommerce-variation-add-to-cart {
		display: block !important;
		text-align: center;
	}
	.yith-wcwl-add-to-wishlist.wishlist-fragment {
		width: 100%;
		max-width: 168px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.quantity {
		float: none !important;
		margin: 0 auto !important;
	}
	.single-product .variations_button .yith-wcwl-add-button a {
		margin: 0 !important;
	}
	.single-product .variations_button .button {
		float: none !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	form.variations_form.cart th.label {
		text-align: center !important;
		font-weight: 700 !important;
		margin-bottom: 15px !important;
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) {
	div#woocommerce_product_categories-2 {
		display: none;
	}
	.single-product .yith-wcwl-add-to-wishlist a {
		font-weight: 600 !important;
		padding: 9px 13px !important;
		border-radius: 20px;
		color: #000 !important;
		margin-left: 10px;
		height: 46px;
		border: 2px solid #7df0a3 !important;
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%;
		max-width: 175px;
	}
	.archive #homepage-hero h1.title {
		font-size: 75px !important;
	}
	.single-product .yith-wcwl-wishlistexistsbrowse span.feedback {
		display: none;
	}
	.yith-wcwl-wishlistexistsbrowse a:after {
		content: "\f004";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	}
}

.woocommerce.archive h1.woocommerce-products-header__title.page-title {
	font-family: 'Kanit';
	font-weight: 500;
}

.single-product .cart .yith-wcwl-add-button a {
	font-weight: 600 !important;
	padding: 9px 13px !important;
	border-radius: 20px;
	color: #000 !important;
	margin-left: 10px;
	height: 46px;
	border: 2px solid #7df0a3 !important;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 10px;
	width: 100%;
	max-width: 168px;
}

@media screen and (min-width: 992px) {
	.ast-article-single .woocommerce-product-gallery {
		width: 40% !important;
	}
	.ast-article-single .summary.entry-summary {
		width: 54% !important;
	}
}

.single-product .cart .yith-wcwl-add-to-wishlist {
	margin-top: 0 !important;
}

.single-product .cart .woocommerce-variation-add-to-cart {
	display: flex;
}

#accordion-container .drawer {
	border-top: none !important;
}

#accordion-container .drawer .accordion-header {
	border: none;
	min-height: 65px;
}

#accordion-container .accordion-header h1 {
	font-family: var(--kanit);
	font-size: 25px;
	font-weight: 500;
	margin-top: -5px;
}

.accordion-header-icon.accordion-header-icon-active {
	color: #0000;
}

#accordion-container .accordion-item {
	border-bottom: 2px solid #000 !important;
}

.accordion-header-icon-active:after {
	color: #fff !important;
	position: relative;
	left: -15px;
}

#accordion-container .drawer .accordion-header {
	border: none;
	min-height: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#accordion-container .drawer .accordion-header-icon:after {
	content: "\2b";
	font-family: 'Font Awesome\ 5 Free';
	color: #000;
	font-size: 38px;
}

div#accordion-container {
	padding-top: 50px;
}

div#accordion-container .drawer {
	width: 1460px;
	max-width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 1560px) {
	div#accordion-container .drawer {
		width: 100%;
		max-width: 1260px;
		margin: 0 auto;
	}
}

h2.woocommerce-loop-product__title {
	font-family: var(--kanit);
	font-weight: 700;
	color: #000;
	font-size: 18px !important;
	text-align: left;
	line-height: 25px;
}

.archive .breadcrumb-trail {
	font-family: var(--osans) !important;
	font-weight: 600;
	color: #000;
}

.archive #homepage-hero h1.title a.btn-filed {
	margin-top: 20px;
}

.archive #homepage-hero h1.title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.archive #homepage-hero .hero-inner {
	display: grid;
	grid-template-columns: unset !important;
}

.archive .breadcrumb-trail span a {
	color: #000 !important;
}

.archive .ast-woocommerce-container form.woocommerce-ordering,
.archive .ast-woocommerce-container p.woocommerce-result-count,
.archive .ast-grid-common-col span.ast-woo-product-category {
	display: none !important;
}

.ast-filter-wrap h3.wp-block-heading:after {
	content: "\2b";
}

.ast-filter-wrap h3.wp-block-heading {
	display: flex;
	justify-content: space-between;
}

.archive #homepage-hero {
	margin-top: -91px;
}

/*# sourceMappingURL=style.css.map */

:lang(fr-FR) .single-product  .summary.entry-summary p.price:before { 
  content: "A partir de" !important;
    margin-right: 10px;
    color: #000;
    font-weight: 400;
    font-family: var(--kanit);
    font-size: 30px;
}



:lang(nl-NL) .single-product  .summary.entry-summary p.price:before { 
  content: "Prijs vanaf" !important;
    margin-right: 10px;
    color: #000;
    font-weight: 400;
    font-family: var(--kanit);
    font-size: 30px;
}

:lang(de-DE) .single-product  .summary.entry-summary p.price:before { 
  content: "Ab" !important;
    margin-right: 10px;
    color: #000;
    font-weight: 400;
    font-family: var(--kanit);
    font-size: 30px;
}

.custom-product-banner {
    text-align: center;
    margin-bottom: 20px;
	margin-top: 90px;
}

.custom-product-banner img.product-banner-image {
    width: 100%; /* Ensures the image fills the container width */
    /*max-width: 1200px; /* Adjust max width as needed */
    height: auto; /* Maintain aspect ratio */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .custom-product-banner img.product-banner-image {
        width: 100%; /* Set exact width */
        height: 300px; /* Set exact height */
        object-fit: cover; /* Ensures the image covers the area without stretching */
    }
}

