* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

:root {
	--text-font: "Barlow", sans-serif;
	--heading-font: "Alfa Slab One", serif;
	--main-orange-color: #FF7E00;
	--heading-color: #434343;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-color: #fff;
	font-family: var(--text-font);
	font-weight: 400;
}

h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	text-decoration: none;
	transition: all 0.5s ease;
}

.content-grid {
	max-width: 1450px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

#page-wrapper {
	max-width: 1450px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto 100px;
}

/* swiper styles - start */
.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.slider-navigation .swiper-button-prev,
.slider-navigation .swiper-button-next {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin: 0;
	width: auto;
}

.slider-navigation svg {
	color: #D8D8D8;
	transition: all 0.3s ease-in-out;
}

.slider-navigation .swiper-button-prev:hover svg,
.slider-navigation .swiper-button-next:hover svg {
	color: var(--heading-color);
}

.swiper-slide {
	user-select: none;
}

/* swiper styles - end */

/* header styles - start */

.header-top {
	background-color: var(--main-orange-color);
	padding: 10px 0;
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
}

.header-top:before {
	content: "";
	background-image: url(../../assets/img/header-top-decoration.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
}

.header-top:after {
	content: "";
	background-image: url(../../assets/img/header-top-decoration-two.png);
	background-size: unset;
	background-repeat: no-repeat;
	position: absolute;
	width: 700px;
	height: 20px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.header-top nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	column-gap: 28px;
}

.header-top nav ul li {
	font-size: 12px;
	line-height: normal;
}

.header-top nav ul li a {
	font-family: var(--text-font);
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
}

.header-content {
	background-color: #434343;
	position: relative;
}

.header-middle {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 16px 0;
}

.header-middle .search-form-holder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 598px;
	width: 100%;
}

.header-middle .search-form {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}

.header-middle .search-form > label {
	width: 100%;
	margin: 0;
	display: block;
}

.header-middle .search-form .search-field {
	font-family: var(--text-font);
	font-size: 16px;
	line-height: normal;
	font-weight: 500;
	color: #828282;
	display: block;
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 10px 20px;
	border: none;
	border-radius: 25px;
	transition: all 0.3s;
}

.header-middle .search-form .search-field:focus {
	outline: none;
	box-shadow: 0 0 3px 1px var(--main-orange-color);
}

.header-middle .search-form .search-submit {
	background-color: var(--main-orange-color);
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	border: none;
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
}

.header-middle .search-form .search-submit:not(:hover) {
	background-color: var(--main-orange-color);
}

.header-middle .search-form .search-submit:focus {
	outline: none;
}

.header-middle .contact-info {
	display: flex;
	flex-direction: column;
	margin-left: 80px;
}

.header-middle .contact-info p,
.header-middle .contact-info a {
	font-family: var(--text-font);
	color: #fff;
}

.header-middle .contact-info p {
	font-size: 12px;
	line-height: 1em;
	font-weight: 500;
}

.header-middle .contact-info a {
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.header-middle .widgets {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 32px;
}

.header-middle .widgets a {
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	display: inline-flex;
	align-items: center;
}

.header-middle .login a .user-login {
	margin-right: 9px;
}

.header-middle .login a .arrow-down {
	display: block;
	position: relative;
	top: 2px;
	margin-left: 6px;
}

.header-middle .additional-links {
	display: inline-flex;
	align-items: center;
	position: relative;
	top: -2px;
}

.header-middle .additional-links .icon-holder {
	display: inline-flex;
	align-items: center;
}

.header-middle .additional-links svg {
	position: relative;
	top: 2px;
	margin-left: 7px;
}

.header-middle .cart-icon {
	display: flex;
}

.header-content .header-nav-holder #mega-menu-opener {
	border: none;
	background-color: var(--main-orange-color);
	color: #fff;
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 7px 14px;
	transition: all 0.3s ease-in-out;
}

.header-content .header-nav-holder #mega-menu-opener:not(:hover) {
	background-color: var(--main-orange-color);
	color: #fff;
}

.header-content .header-nav-holder #mega-menu-opener:hover {
	filter: brightness(85%);
}

.header-nav-holder #mega-menu-opener:focus {
	outline: none;
}

.header-nav-holder {
	display: flex;
	align-items: center;
	padding: 12px 0 10px;
}

.header-nav-holder .header-main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.header-nav-holder .header-main-nav ul li {
	padding-right: 16px;
	border-right: 1px solid #5e5e5e;
	padding-left: 16px;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.header-nav-holder .header-main-nav ul li:first-child {
	border-right: 0;
	padding-right: 0;
}

.header-nav-holder .header-main-nav ul li:first-child a {
	padding: 7px 16px;
	border-radius: 6px;
	background: #EE0000;
	line-height: normal;
}

.header-nav-holder .header-main-nav ul li a {
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
}

.header-content .show-more {
	display: inline-flex;
	align-items: center;
	margin-left: 15px;
}

.header-content .content-right {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.header-content .content-right a {
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: #5C5C5C;
	padding: 7px 14px;
	border-radius: 6px;
}

/* categories side menu styles - start */

.categories-holder {
	position: relative;
	display: inline-flex;
}

.mega-menu {
	position: absolute;
	top: 41px;
	left: 0;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}

.mega-menu.opened,
.mega-menu.opened + .mega-menu-overlay {
	opacity: 1;
	visibility: visible;
}

.mega-menu-overlay {
	content: '';
	display: block;
	width: 100vw;
	height: 100vh;
	background-color: rgba(51, 58, 64, 0.2);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease-in-out;
}

.mega-menu .header-categories {
	width: 355px;
	background: #333;
	max-height: 36vw;
	overflow-y: auto;
	scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
	scrollbar-width: thin;
}

.mega-menu .header-categories > ul {
	list-style: none;
	margin: 0;
	padding: 0 0 7px;
}

.mega-menu .header-categories > ul > li {
	padding: 10px 20px;
}

.mega-menu .header-categories > ul > li.menu-item-has-children > a {
	position: relative;
}

.mega-menu .header-categories > ul > li.menu-item-has-children > a:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDExIDIwIiBmaWxsPSIjZmZmZmZmIj4NCiAgICA8cGF0aCBkPSJNMC40NTQ1OSAxMC4xMjMzTDguODAxMDUgMTkuMDkwOEwxMC4yNTc3IDE3LjY1MTFMMy4yNDk4NyAxMC4xMjMzTDEwLjQ1NDYgMi4zNDg3NEw5LjAzNzI3IDAuOTA5MDAyTDAuOTI3MDMxIDkuNTg4NTZMMC40NTQ1OSAxMC4xMjMzWiI+PC9wYXRoPg0KPC9zdmc+);
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDExIDIwIiBmaWxsPSIjZmZmZmZmIj4NCiAgICA8cGF0aCBkPSJNMC40NTQ1OSAxMC4xMjMzTDguODAxMDUgMTkuMDkwOEwxMC4yNTc3IDE3LjY1MTFMMy4yNDk4NyAxMC4xMjMzTDEwLjQ1NDYgMi4zNDg3NEw5LjAzNzI3IDAuOTA5MDAyTDAuOTI3MDMxIDkuNTg4NTZMMC40NTQ1OSAxMC4xMjMzWiI+PC9wYXRoPg0KPC9zdmc+);
	mask-size: cover;
	-webkit-mask-size: cover;
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%) scaleX(-1);
}

.mega-menu .header-categories > ul > li > a {
	display: flex;
	color: #fff;
}

.mega-menu .header-categories > ul > li > .sub-menu {
	position: absolute;
	left: 355px;
	top: 0;
	min-width: 56vw;
	max-width: 56vw;
	background-color: #f9f9f9;
	height: 36vw;
	border-radius: 0;
	overflow-y: auto;
	scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
	scrollbar-width: thin;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	cursor: auto;
	font-weight: 400;
	padding: 32px 35px 15px 35px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}

.mega-menu .header-categories > ul > li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.mega-menu .header-categories > ul > li > .sub-menu > li {
	width: calc((100% - 90px) / 4);
}

.mega-menu .header-categories > ul > li > .sub-menu li {
	line-height: normal;
}

.mega-menu .header-categories > ul > li > .sub-menu > li > a {
	font-family: var(--text-font);
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--main-orange-color);
	display: inline-flex;
	margin: 0 0 15px;
}

.mega-menu .header-categories ul {
	list-style: none;
}

.mega-menu .header-categories ul li a {
	font-family: var(--text-font);
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.mega-menu .header-categories > ul > li > .sub-menu li .sub-menu {
	padding: 0;
	margin: 0;
}

/* categories side menu styles - end */

/* header styles - end */

.section-title {
	font-family: var(--heading-font);
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: var(--heading-color);
	margin: 0;
}

.section-title + .product-categories {
	margin-top: -40px;
}

.section-title + .product-slider {
	margin-top: -40px;
}

.section-link {
	display: inline-flex;
	align-items: center;
	column-gap: 5px;
}

.section-link {
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
	text-underline-offset: 1px;
	position: relative;
	top: 1px;
	color: var(--main-orange-color);
}

.section-link:hover,
.section-link:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: unset;
}

.section-link svg {
	position: relative;
	top: 2px;
}

.product-slider {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.product-slider .image-holder img {
	display: block;
	margin: 0 auto;
	mix-blend-mode: multiply;
}

.product-slider .swiper-wrapper {
	cursor: grab;
}

.product-slider .slider-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	margin: 0 0 20px;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

.product-item {
	position: relative;
}

.product-content-holder {
	padding: 18px 20px 20px;
	border: 1px solid transparent;
	background: #f9f9f9;
	border-radius: 20px;
	transition: all 0.5s;
	position: relative;
}

.product-item:hover .product-content-holder {
	border: 1px solid #A0A0A0;
	background: #fff;
}

.stock-status {
	display: flex;
	align-items: center;
	font-family: var(--text-font);
	font-weight: 500;
	font-size: 12px;
	line-height: normal;
	color: var(--heading-color);
	margin: 0 0 15px;
}

.stock-status:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: block;
	margin-right: 5px;
}

.stock-status.in-stock:before {
	background-color: #52D423;
}

.stock-status.out-of-stock:before {
	background-color: #e00;
}

.product-item .product-title {
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	color: var(--heading-color);
	margin: 10px 0 0;
	min-height: 55px;
}

.saving {
	display: flex;
	align-items: center;
	margin: 20px 0 0;
}

.saving-percent {
	background: #e00;
	border-radius: 4px;
	color: #fff;
	font-family: var(--text-font);
	font-size: 16px;
	font-weight: 700;
	min-width: 46px;
	height: 23px;
	line-height: 23px;
	display: inline-block;
	text-align: center;
	padding: 0 4px;
}

.saving-amount {
	font-family: var(--text-font);
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	color: #EE0000;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 7px;
}

.saving-amount .saving-label {
	margin: 0;
}

.button-holder {
	position: absolute;
	bottom: 19px;
	right: 19px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.product-item:hover .button-holder {
	opacity: 1;
	visibility: visible;
}

.product-item .button,
.product-item .added_to_cart {
	font-size: 0;
	line-height: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #3DB114;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}

.product-item .button:hover,
.product-item .added_to_cart:hover {
	background-color: #333;
}

.product-item .button:after,
.product-item .added_to_cart:after {
	content: '';
	display: block;
	width: 26px;
	height: 24px;
	background-color: currentColor;
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQzMV83MzM3KSI+CjxwYXRoIGQ9Ik0yMS44MzMyIDIuODAzMjVDMjEuNjY2MyAyLjU3MTY4IDIxLjQwNDEgMi40Mzc2MSAyMS4xMyAyLjQzNzYxSDQuMTIzNTFWMC44ODk3MjdDNC4xMjM1MSAwLjQwMjIwNiAzLjczMDIzIDAgMy4yNTM1MiAwSDAuODY5OTg5QzAuMzkzMjgzIDAgMCAwLjQwMjIwNiAwIDAuODg5NzI3QzAgMS4zNzcyNSAwLjM5MzI4MyAxLjc3OTQ1IDAuODY5OTg5IDEuNzc5NDVIMi4zODM1M1YzLjMyNzM0QzIuMzgzNTMgMy4zMjczNCAyLjQwNzM3IDMuNDI0ODQgMi40MDczNyAzLjQ3MzU5QzIuNDA3MzcgMy41MTAxNiAyLjQwNzM3IDMuNTM0NTMgMi40MDczNyAzLjU3MTFMNC43OTA5IDEyLjEwMjdDNC43OTA5IDEyLjEwMjcgNC43OTA5IDEyLjEwMjcgNC43OTA5IDEyLjExNDlDNC43OTA5IDEyLjEyNzEgNC43OTA5IDEyLjEyNzEgNC43OTA5IDEyLjEzOTNMNS45ODI2NyAxNS43OTU3QzYuMTAxODQgMTYuMTYxMyA2LjQzNTU0IDE2LjQwNTEgNi44MDQ5OCAxNi40MDUxSDE4LjcyMjZDMTkuMTk5NCAxNi40MDUxIDE5LjU5MjYgMTYuMDAyOSAxOS41OTI2IDE1LjUxNTRDMTkuNTkyNiAxNS4wMjc5IDE5LjE5OTQgMTQuNjI1NyAxOC43MjI2IDE0LjYyNTdINy40NDg1NEw2LjgwNDk4IDEyLjYzOUwxOC44MTggMTEuNTE3N0MxOS4xNjM2IDExLjQ4MTEgMTkuNDQ5NiAxMS4yNDk2IDE5LjU1NjkgMTAuOTA4M0wyMS45NDA0IDMuNTk1NDdDMjIuMDIzOCAzLjMyNzM0IDIxLjk4ODEgMy4wMjI2NCAyMS44MjEyIDIuNzkxMDZMMjEuODMzMiAyLjgwMzI1Wk0xOC4xMDI5IDkuNzk5MTlMNi4yODA2MSAxMC44OTYxTDQuNDA5NTMgNC4yMDQ4OEgxOS45MjYzTDE4LjEwMjkgOS43OTkxOVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02LjUzMDkgMjEuMDAwNkM3LjY4Mjc0IDIxLjAwMDYgOC42MTY0OSAyMC4wNDU2IDguNjE2NDkgMTguODY3NkM4LjYxNjQ5IDE3LjY4OTcgNy42ODI3NCAxNi43MzQ3IDYuNTMwOSAxNi43MzQ3QzUuMzc5MDYgMTYuNzM0NyA0LjQ0NTMxIDE3LjY4OTcgNC40NDUzMSAxOC44Njc2QzQuNDQ1MzEgMjAuMDQ1NiA1LjM3OTA2IDIxLjAwMDYgNi41MzA5IDIxLjAwMDZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTguNDQ4OSAyMS4wMDA2QzE5LjYwMDcgMjEuMDAwNiAyMC41MzQ1IDIwLjA0NTYgMjAuNTM0NSAxOC44Njc2QzIwLjUzNDUgMTcuNjg5NyAxOS42MDA3IDE2LjczNDcgMTguNDQ4OSAxNi43MzQ3QzE3LjI5NyAxNi43MzQ3IDE2LjM2MzMgMTcuNjg5NyAxNi4zNjMzIDE4Ljg2NzZDMTYuMzYzMyAyMC4wNDU2IDE3LjI5NyAyMS4wMDA2IDE4LjQ0ODkgMjEuMDAwNloiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDMxXzczMzciPgo8cmVjdCB3aWR0aD0iMjIiIGhlaWdodD0iMjEiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQzMV83MzM3KSI+CjxwYXRoIGQ9Ik0yMS44MzMyIDIuODAzMjVDMjEuNjY2MyAyLjU3MTY4IDIxLjQwNDEgMi40Mzc2MSAyMS4xMyAyLjQzNzYxSDQuMTIzNTFWMC44ODk3MjdDNC4xMjM1MSAwLjQwMjIwNiAzLjczMDIzIDAgMy4yNTM1MiAwSDAuODY5OTg5QzAuMzkzMjgzIDAgMCAwLjQwMjIwNiAwIDAuODg5NzI3QzAgMS4zNzcyNSAwLjM5MzI4MyAxLjc3OTQ1IDAuODY5OTg5IDEuNzc5NDVIMi4zODM1M1YzLjMyNzM0QzIuMzgzNTMgMy4zMjczNCAyLjQwNzM3IDMuNDI0ODQgMi40MDczNyAzLjQ3MzU5QzIuNDA3MzcgMy41MTAxNiAyLjQwNzM3IDMuNTM0NTMgMi40MDczNyAzLjU3MTFMNC43OTA5IDEyLjEwMjdDNC43OTA5IDEyLjEwMjcgNC43OTA5IDEyLjEwMjcgNC43OTA5IDEyLjExNDlDNC43OTA5IDEyLjEyNzEgNC43OTA5IDEyLjEyNzEgNC43OTA5IDEyLjEzOTNMNS45ODI2NyAxNS43OTU3QzYuMTAxODQgMTYuMTYxMyA2LjQzNTU0IDE2LjQwNTEgNi44MDQ5OCAxNi40MDUxSDE4LjcyMjZDMTkuMTk5NCAxNi40MDUxIDE5LjU5MjYgMTYuMDAyOSAxOS41OTI2IDE1LjUxNTRDMTkuNTkyNiAxNS4wMjc5IDE5LjE5OTQgMTQuNjI1NyAxOC43MjI2IDE0LjYyNTdINy40NDg1NEw2LjgwNDk4IDEyLjYzOUwxOC44MTggMTEuNTE3N0MxOS4xNjM2IDExLjQ4MTEgMTkuNDQ5NiAxMS4yNDk2IDE5LjU1NjkgMTAuOTA4M0wyMS45NDA0IDMuNTk1NDdDMjIuMDIzOCAzLjMyNzM0IDIxLjk4ODEgMy4wMjI2NCAyMS44MjEyIDIuNzkxMDZMMjEuODMzMiAyLjgwMzI1Wk0xOC4xMDI5IDkuNzk5MTlMNi4yODA2MSAxMC44OTYxTDQuNDA5NTMgNC4yMDQ4OEgxOS45MjYzTDE4LjEwMjkgOS43OTkxOVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02LjUzMDkgMjEuMDAwNkM3LjY4Mjc0IDIxLjAwMDYgOC42MTY0OSAyMC4wNDU2IDguNjE2NDkgMTguODY3NkM4LjYxNjQ5IDE3LjY4OTcgNy42ODI3NCAxNi43MzQ3IDYuNTMwOSAxNi43MzQ3QzUuMzc5MDYgMTYuNzM0NyA0LjQ0NTMxIDE3LjY4OTcgNC40NDUzMSAxOC44Njc2QzQuNDQ1MzEgMjAuMDQ1NiA1LjM3OTA2IDIxLjAwMDYgNi41MzA5IDIxLjAwMDZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTguNDQ4OSAyMS4wMDA2QzE5LjYwMDcgMjEuMDAwNiAyMC41MzQ1IDIwLjA0NTYgMjAuNTM0NSAxOC44Njc2QzIwLjUzNDUgMTcuNjg5NyAxOS42MDA3IDE2LjczNDcgMTguNDQ4OSAxNi43MzQ3QzE3LjI5NyAxNi43MzQ3IDE2LjM2MzMgMTcuNjg5NyAxNi4zNjMzIDE4Ljg2NzZDMTYuMzYzMyAyMC4wNDU2IDE3LjI5NyAyMS4wMDA2IDE4LjQ0ODkgMjEuMDAwNloiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDMxXzczMzciPgo8cmVjdCB3aWR0aD0iMjIiIGhlaWdodD0iMjEiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
	mask-size: cover;
	-webkit-mask-size: cover;
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-font-smoothing: subpixel-antialiased;
}

.product-item .button.added {
	display: none;
}

.woo-product-price.price {
	display: flex;
	flex-direction: column;
	font-family: var(--text-font);
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 0;
}

.woo-product-price.price > span.woocommerce-Price-amount.amount {
	min-height: 88px;
	display: flex;
	align-items: flex-end;
	line-height: normal;
}

.woo-product-price del {
	font-weight: 500;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	opacity: 1;
	color: #A0A0A0;
}

.woo-product-price ins {
	font-weight: 700;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: var(--heading-color);
	transition: color 0.3s ease-in-out;
}

.product-item:hover .woo-product-price ins {
	color: var(--main-orange-color);
}

.product-item-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	top: 19px;
	right: 19px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.product-item:hover .product-item-actions {
	opacity: 1;
	visibility: visible;
}

.product-slider-holder.four-items .product-slider .slider-navigation {
	margin: 0 0 12px;
}

@media screen and (min-width: 1025px) {

	.product-slider-holder.four-items .product-slider .product-content-holder {
		padding-bottom: 24px;
	}

	.product-slider-holder.four-items .product-slider .product-item .product-title {
		font-size: 16px;
	}

	.product-slider-holder.four-items .product-slider .woo-product-price del {
		font-size: 16px;
	}

	.product-slider-holder.four-items .product-slider .woo-product-price ins {
		font-size: 24px;
	}

	.product-slider-holder.four-items .product-slider .product-item .button,
	.product-slider-holder.four-items .product-slider .product-item .added_to_cart {
		width: 70px;
		height: 70px;
	}

	.product-slider-holder.four-items .product-slider .button-holder {
		bottom: 29px;
	}

	.product-slider-holder.four-items .product-slider .saving-amount {
		flex-direction: row;
		column-gap: 5px;
		font-size: 14px;
	}

	.product-slider-holder.four-items .product-slider .saving-percent {
		height: 27px;
		padding: 2px 4px;
	}
}

/*product categories*/
.product-category-holder {
	margin: 0 0 60px;
}

.product-categories {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.product-categories .swiper-wrapper {
	cursor: grab;
}

.product-categories .category-item {
	position: relative;
	height: 150px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	background: #f0f0f0;
	border-radius: 20px;
	margin-top: 30px;
}

.product-categories img {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	min-height: 125px;
	height: 125px;
	width: auto;
	overflow: hidden;
	object-fit: cover;
}

.product-categories .category-title {
	font-family: var(--text-font);
	font-weight: 700;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--heading-color);
	padding-bottom: 20px;
	margin-top: 10px;
}

.product-categories .slider-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	margin: 0 0 13px;
}

/*simple image slider*/
.simple-image-slider-holder {
	position: relative;
}

.simple-image-slider {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.simple-image-slider .swiper-wrapper {
	cursor: grab;
}

.simple-image-slider .swiper-slide img {
	display: inline-block;
	vertical-align: top;
}

.simple-image-slider-holder .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: absolute;
	bottom: -36px;
}

.simple-image-slider-holder .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 10px;
	background: #333;
	opacity: 1;
}

.simple-image-slider-holder .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #f67e04;
}

/*content top*/
.content-top {
	display: flex;
	align-items: flex-end;
	column-gap: 20px;
	margin: 20px 0 60px;
}

.content-top .section-left {
	width: 66%;
}

.content-top .section-right {
	width: 34%;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

/* banners */

.banners-holder {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	padding: 60px 0;
}

/* three products section styles - start */
.three-products-section {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	border-radius: 40px;
	margin-bottom: 40px;
}

.three-products-section.beige {
	background-color: #C4A27D;
	margin-top: 80px;
}

.three-products-section.green {
	background-color: #3DB114;
}

.three-products-section > div {
	width: 50%;
}

.three-products-section .content-right {
	padding: 0 20px;
}

.three-products-section .content-right .slider-navigation {
	display: none;
}

.three-products-section .content-right .section-title {
	font-size: 32px;
	color: #fff;
}

.three-products-section .content-right .section-link {
	color: #fff;
}

.three-products-section .content-right .section-link svg path {
	fill: #fff;
}

.three-products-section .content-right .title-holder {
	display: flex;
	flex-direction: column;
	margin-bottom: 37px;
}

/* three products section styles - end */

/* services styles - start */
.services-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	background-color: #F47721;
	border-radius: 40px;
	min-height: 560px;
	padding: 54px 40px 64px 120px;
	margin-bottom: 100px;
}

.services-section .content-right {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 20px;
	row-gap: 27px;
	text-align: center;
}

.services-section .image-holder {
	display: flex;
	align-items: center;
}

.services-section .title {
	font-family: var(--heading-font);
	font-size: 48px;
	line-height: 58px;
	font-weight: 400;
	color: var(--heading-color);
	margin-top: 56px;
}

.services-section .text {
	font-family: var(--text-font);
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	color: #fff;
	margin-top: 18px;
	max-width: 400px;
}

.services-section .button {
	padding: 10px 21px;
	border-radius: 21px;
	border: 2px solid #fff;
	color: #fff;
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 64px;
}

.service h5 {
	font-family: var(--text-font);
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	color: #fff;
	margin: 10px 0 0;
}

/* services styles - end */

/* brands styles - start */
.brands-section-holder {
	margin-bottom: 100px;
}

.brands-section-holder .title-holder {
	display: flex;
	align-items: center;
	margin: 0 0 16px;
}

.brands-section-holder .section-title {
	margin-right: 20px;
}

.brand-images {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}

.brand-images .brand {
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border-radius: 20px;
	background: #f9f9f9;
}

.brand-images .brand img {
	width: 100%;
	height: auto;
}

/* brands styles - end */

/* blog list styles - start */
.blog-list-holder .title-holder {
	display: flex;
	align-items: center;
	margin: 0 0 36px;
}

.blog-list-holder .section-title {
	margin-right: 20px;
}

.custom-blog-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 70px;
}

.custom-blog-list .post-image img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.custom-blog-list .post-date {
	display: block;
	margin: 10px 0 0;
	font-family: var(--text-font);
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	color: #AAAAAA;
}

.custom-blog-list .post-title {
	font-size: 20px;
	line-height: normal;
	margin: 6px 0 0;
}

.custom-blog-list .post-title a {
	font-family: var(--text-font);
	font-size: inherit;
	font-weight: 700;
	line-height: inherit;
	color: var(--heading-color);
}

.custom-blog-list .post-excerpt {
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: var(--heading-color);
	margin: 10px 0 0;
}

.custom-blog-list .read-more {
	display: inline-flex;
	margin: 36px 0 0;
}

.custom-blog-list .read-more a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 31px;
	border-radius: 21px;
	border: 2px solid var(--heading-color);
	font-family: var(--text-font);
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--heading-color);
	cursor: pointer;
	transition: all 0.5s ease;
}

.custom-blog-list .read-more a:hover {
	border: 2px solid transparent;
	color: #fff;
	background-color: var(--heading-color);
}

/* blog list styles - end */

/* icons with text section styles - start */
.icons-with-text-section {
	border-radius: 20px;
	background: #f9f9f9;
	padding: 55px 120px 51px;
	margin-top: 100px;
}

.icons-with-text-section .content-inner {
	display: flex;
	justify-content: center;
	column-gap: 50px;
	text-align: center;
}

.icons-with-text-section .content-inner p {
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	color: var(--heading-color);
	margin: 13px 0 0;
}

/* icons with text section styles - end */

/* location info section styles - start */
.location-info-section {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.location-info-section > div {
	width: 33.3333%
}

.location-info-section .column:last-child {
	background: #F9F9F9;
	border-radius: 20px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	row-gap: 33px;
}

.location-info-section .column p {
	font-family: var(--text-font);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5em;
	color: var(--heading-color);
}

/* location info section styles - end */

/* newsletter section styles - start */
.newsletter-section {
	border-radius: 20px;
	background: #f9f9f9;
	padding: 51px 120px 56px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 45px;
	align-items: center;
	margin-top: 20px;
}

.newsletter-section .newsletter-title-holder {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 0 0 16px;
}

.newsletter-section .newsletter-title-holder svg {
	position: relative;
	top: -5px;
}

.newsletter-section .newsletter-title {
	font-family: var(--heading-font);
	color: var(--main-orange-color);
	font-size: 39px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: normal;
}

.newsletter-section .newsletter-text,
.newsletter-section .newsletter-privacy {
	color: var(--heading-color);
	font-family: var(--text-font);
	font-weight: 500;
	font-style: normal;
	line-height: normal;
}

.newsletter-section .newsletter-text {
	font-size: 18px;
	margin-bottom: 31px;
}

.newsletter-section .newsletter-privacy {
	font-size: 14px;
}

.newsletter-section .newsletter-privacy a {
	text-decoration: underline;
	text-underline-offset: 1px;
}

.newsletter-section .newsletter-input {
	height: 42px;
	width: 100%;
	padding: 0 20px;
	margin: 0;
	background: #fff;
	border: 1px solid #a0a0a0;
	border-radius: 21px;
	color: #828282;
}

.newsletter-section .newsletter-input::placeholder {
	color: #828282;
}

.newsletter-section .newsletter-input:focus {
	outline: none;
	color: #828282;
}

.newsletter-section .custom-btn {
	height: 42px;
	width: 164px;
	padding: 7px 15px;
	text-align: left;
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: var(--main-orange-color);
	border: none;
	border-radius: 21px;
	flex-shrink: 0;
}

.newsletter-section .newsletter-form .custom-btn:not(:hover) {
	color: #fff;
	background: var(--main-orange-color);
}

.newsletter-section .newsletter-form .custom-btn:focus {
	outline: none;
}

.newsletter-form br {
	display: none;
}

.newsletter-form label {
	margin: 0;
}

.newsletter-form p {
	display: flex;
	align-items: center;
	column-gap: 4px;
}

.newsletter-section .wpcf7-not-valid-tip {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
}
/* newsletter section styles - end */

/* footer styles - start */
.footer-top {
	padding: 72px 0 51px;
	background-color: var(--main-orange-color);
	position: relative;
	color: #fff;
}

.footer-top:before {
	content: "";
	background-image: url(../../assets/img/footer-decoration.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	width: 100%;
	height: 20px;
	left: 0;
	z-index: 1;
}

.footer-top .footer-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 0 15px;
	max-width: 1450px;
	margin: 0 auto;
}

.footer-column h3 {
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 6px;
}

.footer-column ul {
	list-style: none;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.footer-column ul li {
	line-height: normal;
	margin: 0 0 4px;
}

.footer-column li a {
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	color: #fff;
}

.footer-column li a:hover {
	color: var(--heading-color);
}

.footer-bottom {
	padding: 46px 0 45px;
	background: var(--heading-color);
}

.footer-bottom .content-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1450px;
	padding: 0 15px;
	margin: 0 auto;
}

.footer-bottom .content-left {
	grid-template-columns: repeat(4, 1fr);
	display: grid;
	column-gap: 40px;
}

.footer-bottom .content-right {
	display: flex;
	justify-content: flex-end;
	column-gap: 15px;
	text-align: right;
}

.footer-bottom h3,
.footer-bottom h4 {
	color: var(--main-orange-color);
	font-family: var(--text-font);
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
}

.footer-bottom h3 {
	font-size: 24px;
}

.footer-bottom h4 {
	font-size: 14px;
}

.footer-bottom .info {
	display: flex;
	align-items: flex-start;
	column-gap: 7px;
	margin-top: 14px;
}

.footer-bottom .info p {
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	color: #fff;
}

.footer-bottom .info p a {
	font-weight: 500;
	color: #fff;
}

.footer-bottom .info p a:hover {
	color: var(--main-orange-color);
}

.footer-bottom .content-right ul {
	list-style: none;
	padding: 0;
	margin: 13px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	row-gap: 12px;
}

.footer-bottom .content-right ul li a {
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 6px;
	text-align: right;
}

.footer-bottom .content-right ul li a span {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-bottom .content-right ul li a:hover span {
	color: var(--main-orange-color);
}

.footer-copyright {
	padding: 16px 0;
	background-color: #D8D8D8;
}

.footer-copyright .content-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-copyright .center {
	display: flex;
	line-height: normal;
}

.footer-copyright .center ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.footer-copyright .center ul li {
	padding: 0 18px;
	display: inline-flex;
	position: relative;
	line-height: normal;
}

.footer-copyright .center ul li:first-child:after {
	content: '';
	width: 1px;
	height: 12px;
	background-color: var(--heading-color);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer-copyright .center ul li a {
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	color: var(--heading-color);
}

.footer-copyright .center p {
	font-family: var(--text-font);
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	color: var(--heading-color);
	margin-left: 59px;
}

.footer-copyright .center p a {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 1px;
}

.footer-copyright .left,
.footer-copyright .right {
	display: inline-flex;
	align-items: center;
	line-height: normal;
}

.footer-copyright .left span,
.footer-copyright .right span {
	font-family: var(--text-font);
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	color: var(--heading-color);
}

.footer-copyright .left img {
	margin-right: 9px;
}

.footer-copyright .right img {
	margin-left: 7px;
	position: relative;
	top: 2px;
}

.footer-payment-methods {
	background-color: #F0F0F0;
	padding: 23px 0;
}

.footer-payment-methods .content-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.footer-payment-methods .card-images {
	display: flex;
	align-items: center;
	column-gap: 20px;
	flex-wrap: wrap;
}

.footer-payment-methods p {
	font-family: var(--text-font);
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: #A0A0A0;
}

.footer-payment-methods .card-images img {
	max-height: 30px;
	height: 100% !important;
	width: auto !important;
	object-fit: cover;
}

/* footer styles - end */
