body {
	margin: 0;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	line-height: 1.5;
}

input,
textarea {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;

}

* {
	outline: none !important;
}

a {
	color: var(--e-global-color-accent);
}

p:last-child {
	margin-bottom: 0;
}

ul {
	padding-left: 15px;
}

.header.elementor-sticky--effects {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

p:empty,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	line-height: 1.2;
}

a {
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	outline: none !important;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:last-child a {
	padding-right: 0 !important;
}

img {
	display: block;
}

img.size-full {
	width: 100%;
}

.open-menu .elementor-icon-wrapper {
	display: flex;
}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: 0;
	transition: all 0.4s;
	cursor: pointer;
}

.back-to-top.show {
	opacity: 1;
}

.header .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 200px;
	transition: all 0.4s ease-out 0s;
}

.header.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 170px;
}

p.gform_required_legend {
	display: none;
}

.wp-caption-text {
	font-size: small;
}

.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	margin-bottom: 1em;
}

/* kleverfruits */
button.toggle-description {
	display: flex;
	align-items: center;
	border: 1px solid var(--e-global-color-primary);
	padding: 7px 15px;
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	position: relative;
	border-radius: 4px;
	text-align: center;
	background: #fff;
	z-index: 99;
	font-weight: bold;
	outline: none;
	width: 100%;
	text-align: center;
	justify-content: center;
}

.toggle-description-wrap {
	position: relative;
	display: none;
}

.toggle-description-wrap.active {
	display: block;
}

.toggle-description-wrap:before {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff);
}

div#tab-description>h2:first-child {
	display: none;
}

.product-images-gallery {
	display: flex;
}

.thumb-images {
	width: 80px;
	padding-right: 15px;
	display: flex;
	flex-flow: column;
	gap: 15px;
}

.big-images {
	width: calc(100% - 80px);
	display: flex;
	flex-flow: column;
	gap: 15px;
}

.product-sku-stock {
	display: flex;
	gap: 20px;
	font-size: 14px;
}

.product-sku-stock strong {
	color: var(--e-global-color-primary);
}

body.woocommerce .elementor-widget-woocommerce-product-price .price {
	background: #fafafa;
	padding: 15px;
	border-radius: 4px;

}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	font-size: 28px;
	font-weight: 600;
	color: red;
	padding-right: 10px;
}

body.woocommerce .elementor-widget-woocommerce-product-price p.price:before {
	content: 'Giá: ';
	width: 20%;
	font-size: 14px;
	color: var(--e-global-color-text);
	display: inline-block;
}

.quantity-wrapper input.qty-input,
.quantity-wrapper .qty-minus,
.quantity-wrapper .qty-plus {
	border: 1px solid #f3f4f4;
	cursor: pointer;
	font-weight: 600;
	font-size: 15px;
	outline: none;
	background: #f9f9f9;
	height: 40px;
	line-height: 40px;
	width: 40px;
	color: gray;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	appearance: none;
	text-align: center;
}

.quantity-wrapper .qty-plus {
	background: url(../images/plus.svg) center no-repeat;
	background-size: 10px;
	width: 30px;
	height: 30px;
}

.quantity-wrapper .qty-minus {
	background: url(../images/mins.svg) center no-repeat;
	background-size: 10px;
	width: 30px;
	height: 30px;
}

.quantity-wrapper input.qty-input {
	color: var(--e-global-color-text);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity-wrapper .qty-minus svg,
.quantity-wrapper .qty-plus svg {
	fill: #a4aaaf;
	width: 12px;
}

.quantity-wrapper .qty-minus:hover svg,
.quantity-wrapper .qty-plus:hover svg {
	fill: var(--e-global-color-text);
	width: 12px;
}

.quantity-wrapper span {
	font-size: 14px;
	color: var(--e-global-color-text);
	display: inline-block;
	width: 20%;
	font-weight: 600;
	padding-left: 15px;
}

.quantity-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.custom_add_to_cart_action {
	display: flex;
	gap: 15px;
}

.custom_add_to_cart_action button {
	width: 50% !important;
	text-align: center;
}

button.button.alt.addify_checkout_place_quote,
.elementor-widget-button .elementor-button,
.elementor-element.elementor-button-info .elementor-button,
button#load-more,
.custom_add_to_cart_action button,
.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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	all: unset;
	padding: 12px 20px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	color: var(--e-global-color-accent);
	border: 1px solid var(--e-global-color-primary);
	background: var(--e-global-color-primary);
	border: 1px solid var(--e-global-color-primary);
	color: var(--e-global-color-primary);
	cursor: pointer;
	position: relative;
}

.elementor-widget-button .elementor-button {
	display: inline-block;
}

button.button.alt.addify_checkout_place_quote::before,
.elementor-widget-button .elementor-button::before,
.elementor-element.elementor-button-info .elementor-button::before,
button#load-more::before,
.custom_add_to_cart_action button:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt::before {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	left: -2px;
	top: -2px;
	right: -2px;
	bottom: -2px;
	border: 1px solid var(--e-global-color-primary);
	z-index: -1;
	-webkit-transform: scale(1, 1);
	border-radius: 4px;
	cursor: pointer;
	transform: scale(1, 1);
	overflow: hidden;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

button.button.alt.addify_checkout_place_quote:hover::before,
.elementor-widget-button .elementor-button:hover::before,
.elementor-element.elementor-button-info .elementor-button:hover::before,
button#load-more:hover::before,
.custom_add_to_cart_action button:hover:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover:before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	border-radius: 4px;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}


:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover {
	color: #fff !important;
}

.custom_add_to_cart_action button.buy-now-button {
	color: #fff;
	border-radius: 4px;
	background: #e70505;
	border-color: #e70505;
}


.custom_add_to_cart_action button:before {
	background-color: #ff0000;
	border-color: #ff0000;
}

.custom_add_to_cart_action button:hover {
	border-radius: 4px;
	color: #fff;
}

.product-list .product-item .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
	color: var(--e-global-color-text);
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .product-list .product-item p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .product-list .product-item span.price {
	color: var(--e-global-color-secondary);
	font-size: 14px;
	background: none;
	padding: 0;
	text-align: center;
}

body.woocommerce .product-list .elementor-widget-woocommerce-product-price .price:before {
	display: none;
}

.product-list .product-item .e-con-inner {
	gap: 0;
}

.product-list .product-item .elementor-widget-woocommerce-product-add-to-cart {
	margin-top: auto;
}

.product-list {
	margin-left: -10px;
	margin-right: -10px;
}

.product-list.elementor-widget-loop-grid {
	margin: 0;
}

.product-list.elementor-widget-loop-grid .elementor-loop-container.elementor-grid {
	margin: 0 -10px;
}

.woocommerce-Tabs-panel--description h2 {
	font-size: 20px;
}

.custom-arrows {
	position: absolute;
	top: -40px;
	right: 0;
	display: flex;
	gap: 10px;
}

.slick-arrow {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
	padding: 0 !important;
	border: 1px solid #eae4e8;
	outline: none;
	background: #fff;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	transition: all 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.slick-arrow img {
	width: 20px;
	height: 20px;
	display: block;
}

button.slick-arrow.slick-disabled {
	opacity: 0.5;
}

.product-sku-stock p {
	margin-bottom: 0;
}

.footer-support {
	background: #e63331;
	color: #fff;
	line-height: 32px;
	padding: 3px 10px;
	position: relative;
	margin-right: 30px;
	border-left: 10px solid #c50c0a;
}

.footer-support:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 19px solid transparent;
	border-left: 18px solid #e63331;
	transform: translateX(100%);
}

.list-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 0;
}

/* .product-list .product {
	width: calc((100% - calc(30px * 2)) /3);
} */

#product-filter-wrap {
	display: flex;
	gap: 30px;
}

#product-filter-wrap .product-filter-sidebar {
	width: 25%;

}

#product-filter-form {
	position: sticky;
	top: 0;
}

#product-filter-wrap .product-filter-content {
	width: 75%;
}

.head-info {
	padding: 20px 0;
	display: flex;
	align-items: center;
}

.head-info h2 {
	margin-bottom: 0;
}

.head-info .product-count {
	padding-left: 30px;
}

.head-info .product-sort {
	margin-left: auto;
}

.head-info .product-sort select {
	border: 1px solid #eae4e8;
	padding: 10px 15px;
}

button#load-more {
	text-transform: unset;
	padding: 12px 25px !important;
	line-height: 1;
	color: var(--e-global-color-text);
	font-size: 14px;
	font-weight: 500;
	margin: 20px auto 0;
	display: block;
}

button#load-more:hover {
	color: #fff;
}

.filter-box h4 {
	padding: 10px 13px;
	background: #ffffff;
	font-size: 16px;
	color: var(--e-global-color-secondary);
	cursor: pointer;
	position: relative;
	margin: 0;
}

.filter-box {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}

.filter-box+.filter-box {
	margin-top: 20px;
}

.filter-box ul {
	border-top: 1px solid #eae4e8;
	margin: 0;
	padding: 0;
	padding: 10px;
}

.filter-box ul li {
	list-style: none;
}

.filter-box ul li label {
	font-weight: 400;
	font-size: 14px;
}

.filter-box ul li input {
	margin: 0;
}

.filter-box ul li+li {
	margin-top: 10px;
}

/* The container */
.label-container {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.label-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #cedadd;
	cursor: pointer;
	border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.label-container:hover input~.checkmark {
	border-color: var(--e-global-color-primary);
}

/* When the checkbox is checked, add a blue background */
.label-container input:checked~.checkmark {
	background-color: var(--e-global-color-primary);
	border-color: #cedadd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.label-container input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.label-container .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.filter-box ul li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	color: var(--e-global-color-text);
}

.selected-filters {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.selected-filters .selected-group {
	border-radius: 12px;
	margin: 10px;
	color: #5d5d5d;
	background: #fff;
	border: 1px solid #dadada;
	font-size: 13px;
	padding: 2px 32px 2px 10px;
	background: url(../images/close.svg) right 10px center no-repeat;
	background-size: 15px;
	cursor: pointer;
}

.filter-box h4::after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto;
	height: 8px;
	width: 8px;
	border-color: #666;
	border-style: solid;
	border-width: 0 1px 1px 0;
	transform: translateY(-50%) rotate(45deg);
	transition: transform .2s ease;
}

.post-type-archive-product .woocommerce-breadcrumb {
	margin-bottom: 0;
}

.filter-box h4.up:after {
	transform: translateY(-50%) rotate(225deg);
	bottom: -10px;
}

:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart .button {
	text-align: center;
	background: #fff;
	color: #5A397A;
	border-radius: 5px;
	position: relative;
	padding: 0 15px 0 15px;
	height: 32px;
	line-height: 30px;
	outline: none;
	border: 1px solid #5A397A;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart .button:hover {
	background-color: var(--e-global-color-primary);
	color: #fff;
}

.list-filter form.cart.e-loop-add-to-cart-form {
	width: 100%;
}

.product-item {
	height: 100%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .product-list .product-item p.price {
	margin-bottom: 10px;
}

.elementor-element .swiper .elementor-swiper-button {
	position: absolute;
	top: calc(50% - 20px);
	padding: 0;
	opacity: 0;
	height: 40px;
	width: 40px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: var(--e-global-color-primary);
	outline: none;
	transition: all 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--e-global-color-primary);
}

.home-banner:hover .elementor-element .swiper .elementor-swiper-button {
	opacity: 1;
}

.home-banner .elementor-element .swiper .elementor-swiper-button:hover {
	background: #fff;
}

.home-banner .elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev {
	left: 30px;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}

.home-banner .elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next {
	right: 30px;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.home-banner .elementor-element .swiper-container .elementor-swiper-button:hover svg,
.home-banner .elementor-element .swiper-container~.elementor-swiper-button:hover svg,
.home-banner .elementor-element .swiper .elementor-swiper-button:hover svg,
.home-banner .elementor-element .swiper~.elementor-swiper-button:hover svg,
.home-banner .elementor-lightbox .swiper-container .elementor-swiper-button:hover svg,
.home-banner .elementor-lightbox .swiper-container~.elementor-swiper-button:hover svg,
.home-banner .elementor-lightbox .swiper .elementor-swiper-button:hover svg,
.home-banner .elementor-lightbox .swiper~.elementor-swiper-button:hover svg {
	fill: var(--e-global-color-primary);
}



.product-list .product-item p.price {
	margin-bottom: 30px;
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.product-list .product-item p.price ins {
	color: #ff2c26;
	font-weight: 14px;
	text-decoration: none;
	font-weight: 600;
}

del {
	color: #878c8f;
	text-decoration: line-through;
	font-weight: 300;
	font-size: 13px;
}

.products-slider .slick-track {
	display: flex;
}

.products-slider .slick-track .slick-slide {
	height: auto;
}

.elementor-element.elementor-button-info .elementor-button {
	background-color: transparent;
	color: var(--e-global-color-text);
	min-width: 320px;
	text-decoration: none;
	display: inline-block;
	border: none;
	background: var(--e-global-color-primary);
}

.elementor-element.elementor-button-info .elementor-button .elementor-button-icon .e-font-icon-svg {
	height: 0.5em;
}

.elementor-element.elementor-button-info span.elementor-button-icon {
	border: 1px solid var(--e-global-color-text);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-self: center;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.elementor-element.elementor-button-info .elementor-button:hover span.elementor-button-icon {
	border-color: #dadada;
}

.elementor-button-content-wrapper {
	align-items: center;
}

.elementor-widget-n-tabs .e-n-tab-title {
	flex-flow: column;
	flex-direction: column;
	cursor: pointer;
}

.title-s h2 {
	padding: 8px 20px;
	min-width: 500px;
}

form#commentform {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

form#commentform textarea,
form#commentform input[type="email"],
form#commentform input[type="text"] {
	color: #5c5c5c;
	height: 45px;
	width: 100%;
	font-weight: 500;
	padding: 8px 20px;
	background: #fff;
	border: 1px solid #eae4e8;
	border-radius: 4px;
	box-shadow: none;
	appearance: none;
}

form#commentform textarea {
	min-height: 130px;
}

form#commentform>p {
	width: calc((100% - 30px)/2);
	margin: 0;
}

p.comment-form-url,
form#commentform label {
	display: none;
}

form#commentform label[for="wp-comment-cookies-consent"] {
	display: unset;
}

.prdocut_cat-blog ul li+li {
	margin: 0;
	border-top: 1px dashed #eae4e8;
}

.prdocut_cat-blog ul li a {
	padding: 12px 0;
	text-decoration: none;
	display: block;
	font-weight: 500;
}

.prdocut_cat-blog ul li a:hover {
	color: var(--e-global-color-primary);
}

.prdocut_cat-blog ul {
	padding: 15px 20px;
}

.single-tag .elementor-icon-list-text {
	font-weight: bold;
}

.single-tag .elementor-icon-list-text a {
	color: red;
	font-weight: 500;
}

.elementor-post-navigation {
	padding-top: 30px;
	margin-top: 10px;
	border-top: 1px solid #eae4e8;
}


form#commentform>p.comment-form-author {
	order: 1;
}

form#commentform>p.comment-form-email {
	order: 2;
}



form#commentform>p.comment-form-comment {
	order: 3;
	width: 100%;
}

form#commentform>p.comment-notes {
	order: 4;
}

form#commentform>p.comment-form-cookies-consent {
	order: 5;
	width: 100%;
}

form#commentform>p.form-submit {
	order: 6;
}

form#commentform>p.form-submit input#submit {
	background-color: var(--e-global-color-primary);
	border-radius: 50px;
	color: #fff;
	text-transform: uppercase;
}

.related-posts {
	margin-left: -15px;
	margin-right: -15px;
	width: unset;
}

.related-posts .related-post-item {
	padding: 10px 15px;
}

.related-posts .related-post-item .post-inner {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);

}

.related-posts .related-post-item .content {
	padding: 15px 20px;
	display: flex;
	flex-flow: column;
	gap: 8px;
}

.related-posts .related-post-item .content h3 {
	font-size: 16px;
	margin: 0;
	color: var(--e-global-color-secondary);
}


.elementor-posts .elementor-post__excerpt p,
.related-posts .related-post-item .content .excerpt {
	font-size: 14px;
	white-space: initial;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-decoration: none;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin: 0;
	color: var(--e-global-color-text);
}

.elementor-widget-archive-posts .elementor-post__meta-data,
.related-posts .related-post-item .content p.meta {
	font-size: 13px;
	text-decoration: none;
	color: #74839f;
}

.related-posts .slick-slide .img {
	overflow: hidden;
}

.related-posts .slick-slide img {
	width: 100%;
	-webkit-transition: .4s linear;
	-ms-transition: .4s linear;
	transition: .4s linear;
	-webkit-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.related-posts .slick-slide:hover img {
	-webkit-transform: rotate(-3deg) scale(1.1);
	-ms-transform: rotate(-3deg) scale(1.1);
	transform: rotate(-3deg) scale(1.1);
}

.related-posts a:hover {
	color: var(--e-global-color-primary);
	text-decoration: none;
}

.related-posts .related-post-item a:hover .content h3 {
	color: var(--e-global-color-primary);
}

.woocommerce-breadcrumb a {
	font-weight: 500;
}

.elementor-posts--thumbnail-top .elementor-post__text {
	padding: 15px 20px;
	display: flex;
	flex-flow: column;
}

.elementor-posts .elementor-post {
	display: flex;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
}

.elementor-widget-archive-posts .elementor-post__title {
	margin-bottom: 20px;
	order: 1;
}

.elementor-posts .elementor-post__excerpt {
	order: 2;
}

.elementor-widget-archive-posts .elementor-post__meta-data {
	order: 3;
}

.elementor-widget-archive-posts .elementor-pagination {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.elementor-pagination .page-numbers {
	position: relative;
	float: left;
	line-height: 33px;
	text-decoration: none;
	color: #333e48;
	background-color: #fff;
	border: 1px solid #dee2e6;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 0 !important;
	font-weight: 600;
	padding: 0;
	cursor: pointer;
}

.elementor-pagination .page-numbers:hover,
.elementor-pagination span.page-numbers.current {
	background-color: var(--e-global-color-primary);
	color: #fff;
}

.ml-auto {
	margin-left: auto;
}

.icon-account .elementor-icon-list-item {
	flex-flow: row-reverse;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
	width: 100%;
}

.icon-account .elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text {
	padding-left: 0;
}

.woocommerce a.added_to_cart {
	margin-left: 10px;
}

.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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	color: #fff;
}

form.woocommerce-cart-form.addify-quote-form {
	display: flex;
	flex-flow: row-reverse;
	gap: 30px;
	align-items: self-start;
}

.cart-data {
	box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	overflow: hidden;
	padding: 20px;
	width: 40%;
}

table.quote-fields tbody {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

table.quote-fields tr,
table.quote-fields th,
table.quote-fields td {
	border: none !important;
	display: flex;
	width: 100%;
}


table.quote-fields th {
	display: none;
}

div.af_quote_fields input[type="text"],
div.af_quote_fields input[type="email"],
div.af_quote_fields input[type="time"],
div.af_quote_fields input[type="date"],
div.af_quote_fields input[type="datetime-local"],
div.af_quote_fields select,
div.af_quote_fields textarea {
	width: 100%;
	border: 1px solid #17171724;
	height: 48px;
	border-radius: 10px;
	padding-left: 15px;
}

div.af_quote_fields {
	width: 60%;
	box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	overflow: hidden;
	padding: 20px;
	position: sticky;
	top: 50px;
}

.addify-quote-form__contents .cart_item {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.product-right {
	width: calc(100% - 100px);
}

.addify-quote-form__contents .cart_item+.cart_item {
	margin-top: 20px;
}

.addify-quote-form__contents .cart_item .product-thumbnail {
	width: 80px;
	border-radius: 4px;
	overflow: hidden;
}

.addify-quote-form__contents .cart_item .product-name a {
	color: var(--e-global-color-secondary);
}

.addify-quote-form__contents .cart_item .product-name a:hover {
	color: var(--e-global-color-primary);
}

.addify-quote-form__contents .cart_item .product-cart-bottom {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	margin-top: 20px;
}

.product-name {
	display: flex;
}

.product-remove {
	margin-left: auto;
}

.woocommerce .quantity .qty {
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	width: 30px;
	height: 30px;
	padding: 0;
	text-align: center;
	outline: none;
	border: none;
	border-bottom: 1px solid #f3f4f4;
	border-top: 1px solid #f3f4f4;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-cart-bottom {
	margin-top: 20px;
	font-weight: 600;
	color: #8f9bb3;
}

.actions {
	margin-top: 20px;
}

.woocommerce div.product.elementor form.cart table.variations tr.vi-wpvs-variation-style th {
	text-align: left;
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity input {
	height: 100%;
	height: 30px;
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart .button:where(:not(:first-child)),
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child)) {
	margin: 0;
}

.single_variation_wrap .quantity-wrapper {
	margin-bottom: 0 !important;
}

.woocommerce div.product form.cart div.quantity {
	align-items: center;
	display: flex;
	margin-right: 15px;
}

.woocommerce div.product form.cart .button {
	color: var(--e-global-color-primary);
}

.quantity-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.woocommerce div.product.elementor form.cart table.variations tr.vi-wpvs-variation-style {
	display: flex !important;
}

.woocommerce div.product.elementor form.cart table.variations tr.vi-wpvs-variation-style th {
	min-width: 105px;
}

.woocommerce-variation-price {
	display: none;
}

.button-contact .elementor-widget-button .elementor-button {
	display: block;
}

.elementor-menu-cart__footer-buttons {
	display: none;
}

.elementor-widget-shortcode .product-list div.product {
	width: calc((100% - calc(30px * 2)) /3);
}

.product-list .product-item {
	padding: 0;
}

.product-list .product-item .e-con-inner {
	padding: 0;
}

.elementor-heading-title {
	line-height: 1.3;
}

.products-slider.product-list .slick-slide {
	padding: 10px;
}

.woocommerce div.product form.cart .reset_variations {
	display: none;
}

.vi-wpvs-variation-wrap .vi-wpvs-option-wrap {
	margin: 0 10px 0 0;
}

.vi-wpvs-variation-style {
	margin-bottom: 0;
}

.woocommerce div.product.elementor form.cart table.variations tr.vi-wpvs-variation-style+tr.vi-wpvs-variation-style {
	margin-top: 10px;
}

@media (max-width:1024px) {
	.product-sku-stock {
		flex-flow: column;
		gap: 10px;
	}

	.elementor-widget-shortcode .product-list div.product {
		width: calc((100% - calc(30px * 1)) / 2);
	}
}

@media (max-width:767px) {
	.header-mb .elementor-widget-icon .elementor-widget-container .elementor-icon-wrapper {
		display: flex;
		align-items: center;
	}

	.pop-mb .dialog-widget-content {
		width: 100%;
		height: 100%;
	}

	body .pop-mb.elementor-popup-modal .dialog-message {
		width: 100% !important;
	}

	.title-s h2 {
		padding: 8px 20px;
		min-width: unset;
		font-size: 18px;
		line-height: 1.5;
	}

	.related-posts {
		margin-left: -10px;
		margin-right: -10px;
		width: unset;
	}

	.related-posts .related-post-item {
		padding: 10px;
	}

	.elementor-widget-klever_related_posts {
		padding-top: 30px;
		position: relative;
	}

	.custom-arrows {
		top: 20px
	}

	#product-filter-wrap .product-filter-content,
	#product-filter-wrap .product-filter-sidebar {
		width: 100%;
	}

	#product-filter-wrap {
		flex-wrap: wrap;
	}

	.elementor-widget-shortcode .product-list div.product {
		width: calc((100% - calc(30px * 1)) / 2);
	}

	:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart .button {
		font-size: 10px;
	}

	.product-list .product-item .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
		font-size: 16px;
	}

	.filter-box ul {
		display: none;
	}

	.elementor-373 .elementor-element.elementor-element-77ef324 {
		box-shadow: none;
	}

	.thumb-images {
		display: none;
	}

	.big-images {
		width: calc(100% + 40px);
		margin-left: -20px;
	}

	.big-images+.custom-arrows {
		top: 50%;
		transform: translateY(-50%);
		width: calc(100% + 40px);
		display: flex;
		left: -20px;
		justify-content: space-between;
	}

	.big-images+.custom-arrows .slick-arrow {
		background-color: transparent;
		box-shadow: none;
		border: none;
		width: unset;
		height: unset;
	}

	.slick-arrow img {
		width: 40px;
		height: 40px;
	}

	.big-images .slick-dots {
		display: none !important;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}