:root {
	--theme-color: #272463;
	--theme-color2: #DC0018;
	--black: #2d2d2d;
	--yellow: #EDCD5A;	
	--fa6: 'Font Awesome 6 Pro';
	--regular: 'SVN-Poppins';
	--medi: 'SVN-PoppinsMedium';
	--bold: 'SVN-PoppinsBold';
	--light: 'SVN-PoppinsLight';
	--semi: 'SVN-PoppinsSemiBold';
}
@font-face {
	font-family: 'SVN-PoppinsLight';
	src: url('./fonts/SVN-PoppinsLight.woff2') format('woff2'),
		url('./fonts/SVN-PoppinsLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SVN-PoppinsMedium';
	src: url('./fonts/SVN-PoppinsMedium.woff2') format('woff2'),
		url('./fonts/SVN-PoppinsMedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SVN-PoppinsSemiBold';
	src: url('./fonts/SVN-PoppinsSemiBold.woff2') format('woff2'),
		url('./fonts/SVN-PoppinsSemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SVN-PoppinsBold';
	src: url('./fonts/SVN-PoppinsBold.woff2') format('woff2'),
		url('./fonts/SVN-PoppinsBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SVN-Poppins';
	src: url('./fonts/SVN-Poppins.woff2') format('woff2'),
		url('./fonts/SVN-Poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body.home {
	overflow-x: hidden;
}
/* Format theme */
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
	font-weight: normal;
	font-family: var(--bold);
}

p {
	margin-bottom: 0.8em;
}
p,
a,
ul,
li,
div {
	font-family: var(--regular), sans-serif;
}
.uxb-wrapper.uxb-wrapper--text {
	position: unset;
}
.uxb-wrapper.uxb-wrapper--team_member {
	width: 25%;
}
body {
	font-size: 16px;
	color: var(--black);
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-family: var(--regular), sans-serif;
}

p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 1rem;
}

.section-title-container {
	margin-bottom: 0 !important;
}

.wpcf7-spinner,
.box-blog-post .is-divider {
	display: none;
}

.section-title-normal {
	border-bottom: 0;
}

.row-slider .flickity-page-dots {
	bottom: -10px;
}
.slider-nav-reveal {
	overflow: unset;
}
.row-slider .flickity-page-dots .dot.is-selected {
	width: 30px;
	border-radius: 10px;
}
.row-slider .flickity-page-dots .dot {
	background-color: var(--theme-color);
	opacity: 1 !important;
	transition: all 0.5s ease-in;
}
/* Header */
#search-lightbox #woocommerce-product-search-field-0 {
	background-color: #fff !important;
	color: #292929 !important;
	height: 50px;
	font-size: 16px;
	padding: 0 30px;
}
#search-lightbox .searchform .button.icon {
	min-height: 50px;
	min-width: 50px;
	width: 50px;
	height: 50px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#search-lightbox #woocommerce-product-search-field-0::placeholder {
	color: #292929;
}

#search-lightbox .searchform .icon-search {
	font-size: 20px;
	color: #292929;
	transform: translateY(4px);
}
#search-lightbox .searchform .icon-search:before {
	content: '\f002';
	font-family: var(--fa6);
}
#wrapper #logo img {
	max-height: 60px !important;
}

#header .icon-menu:before {
	content: '\f0c9';
	font-family: var(--fa6);
	font-weight: 300;
}
#header .search-form {
	max-width: 530px;
	flex: 1;
	margin-right: 20px !important;
}
#masthead .image-icon:after {
	top: -8px;
	right: -8px;
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-family: var(--medi);
}
.search-hidden,
.menu-hidden {
	position: fixed;
	width: 100vw;
	height: 100vh;
	inset: 0;
	cursor: pointer;
	left: 0;
	top: 0;
	z-index: 9;
	display: none;
	background: rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.search-hidden.show,
.menu-hidden.show {
	display: block;
}
#header .btn-info {
	font-size: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	color: var(--theme-color);
	display: block;
	cursor: pointer;
	z-index: 999;
}
#header .header-nav-main {
	justify-content: center;
}
.header-nav-main > .menu-item {
	margin: 0px 25px;
}

.header-nav-main .menu-item a {
	font-weight: normal;
	font-size: 16px;
	position: relative;
	padding: 3px 0px;
}
.header-nav-main > .menu-item > a {
	color: #292929;
	padding: 19px 0;
	text-transform: uppercase;
	font-size: 16px;
	font-family: var(--semi);
	border-radius: 10px 10px 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-nav-main > .menu-item > a:hover {
	color: var(--theme-color) !important;
}
.header-nav-main > .menu-item > a .box-menu {
	display: none;
}
.header-nav-main > .menu-item.active > a {
	color: var(--theme-color);
}

.header-nav-main .header-cart-icon {
	background: #004935;
	width: 39px;
	height: 39px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-nav-main .header-cart-icon img {
	width: 18px;
	min-width: auto;
}
.header-nav-main .cart-item {
	margin: 0 !important;
}
.header-nav-main .icon-search:before {
	content: '\f002';
	font-family: var(--fa6);
	font-weight: 300;
	color: inherit;
}

#header .menu-item .icon-angle-down {
	opacity: 1;
	transform: translateY(-2px);
	height: 22px;
	display: none;
}
#header .close-menu {
	width: 40px;
	height: 40px;
	background-color: #fafafa;
	border-radius: 50%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
	cursor: pointer;
}
.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu {
	min-width: 250px;
	background: #27252580;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 0;
	border: 0;
	padding: 0;
	overflow: hidden;
	top: 70px;
}
.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a {
	color: #fff;
	font-weight: 500;
	margin: 0;
	padding: 9px 15px;
	display: block;
	border-bottom: 0;
	line-height: 22px;
}
.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a:hover {
	color: #fff;
	background: var(--theme-color);
	border-color: var(--theme-color);
}
.header-nav-main.menu-item:not(.menu-item-has-block)
.sub-menu
.menu-item:last-of-type
a {
	border-bottom: 0;
}
.header-nav-main .menu-item:after,
.header-nav-main .menu-item:before {
	display: none;
}
.header-nav-main .menu-item.menu-item-has-block > .sub-menu {
	box-shadow: none;
	border-top: 1px solid #ddd;
}

#header .searchform .button.icon {
	background-color: #fff;
	border: 0;
	color: var(--theme-color);
	font-size: 16px;
	box-shadow: none;
	width: 50px;
	height: 50px;
	border-radius: 0 12px 12px 0;
}
#header .searchform input[type='search'] {
	border: 0;
	box-shadow: none;
	height: 50px;
	color: #333;
	border-radius: 12px 0 0 12px;
	font-size: 14px;
}
#header .searchform input[type='search']:placeholder {
	color: #333;
	opacity: 1;
}
#header .header-cart-link {
	font-size: 14px;
	margin-left: 10px;
}
#header .header-cart-link .icon-shopping-basket,
#header .icon-search {
	color: #292929;
	font-size: 18px;
}
#header .header-cart-link .icon-shopping-basket:before {
	content: '\f290';
	font-family: var(--fa6);
	color: inherit;
	font-weight: 300;
}

#header .header-cart-link .image-icon {
	margin-left: 0;
	height: 30px;
}
#header .header-cart-link .image-icon img {
	filter: brightness(0) invert(1);
}

#header .header-cart-link:hover img {
	filter: unset;
}
.home .header.transparent .header-wrapper {
	background-color: rgba(255, 255, 255, 0.8);
}
.home .transparent .header-main {
	height: 84px;
}
/* End header */
#wrapper .button.btn-viewall {
	background: var(--theme-color);
	color: #fff;
	padding: 0px 30px;
	border: 0;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 100;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
	transition: .5s all;
/* 	background-image: url(./images/background_module.webp); */
	box-shadow: none;
	margin-right: 0;
	font-family: var(--medi);
}
/* #wrapper .button.btn-viewall:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 30px;
	background-image: linear-gradient(to left, transparent, 80%, #ca6f04);
	z-index: 1;
	transition: 500ms all;
} */
#wrapper .button.btn-viewall:hover{
	background-color: var(--theme-color2)
}
#wrapper .button.btn-viewall:hover:before {
	width: 60%;
	transition: 500ms all;
}
#wrapper .button.btn-viewall:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slider-nav-circle .flickity-button {
	width: 45px !important;
	height: 45px;
	box-shadow: 0px 3px 6px #00000029 !important;
	top: 45% !important;
	margin-top: 0 !important;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;

	transform: unset !important;
	color: var(--theme-color);
}
.slider-nav-circle:hover .flickity-button {
	opacity: 1 !important;
}
.slider-nav-circle .flickity-button svg {
	display: none;
}

.slider-nav-circle .flickity-button:before {
	font-family: var(--fa6);
	content: '\f178';
	color: inherit;
	font-weight: 300;
	font-size: 20.5px;
	width: 100%;
}

.slider-nav-circle .flickity-button.previous:before {
	content: '\f177';
}

.slider-nav-circle .flickity-button:hover {
	color: #fff;
	background: var(--theme-color2);
}

.slider-nav-circle .flickity-button:hover:before {
	color: #fff;
}

.product-small.box .box-text {
	padding: 10px 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.product-small.box:hover .box-image img {
	transform: scale(1.02);
}
.product-small.box .box-image img {
/* 	width: auto !important; */
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	will-change: opacify;
	transform: scale(1);
	transition: all 0.5s ease;
	aspect-ratio: auto 234 / 234;
	transition: all 0.4s;
/* 	object-fit: cover */
	object-fit: contain;
}
.product-small.box .box-image .image-zoom {
	border-radius: 6px;
	padding-top: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
/* 	background-color: #F9FCF4; */
	background-color: #E1EDF8
}

.product-small.box {
	border-radius: 5px;
}
.product-small.box .box-image .image-zoom{
	
}
.slider .product-small.box {
	margin-top: 5px;
}
.product-small.box .product-title a {
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	font-weight: normal;
	color: #231f20;
	margin: 0px 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	font-family: var(--semi);
	text-align: left;
}
.product-small.box .product-title a:hover {
	color: var(--theme-color);
}
.product-small.box .price-wrapper {
	flex: 1;
	text-align: left;
}
.product-small.box .title-wrapper {
	width: 100%;
}
.product-small.box .product-title {
	margin: 0;
}
.product-small.box .price-wrapper .price {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	min-height: 51px;
}
.product-small.box .price-wrapper ins {
	display: flex;
	align-items: center;
	order: 1;
}
.product-small.box .price-wrapper del {
	order: 2;
	text-decoration: none;
}
.product-small.box .price-wrapper del .amount {
	font-size: 14px !important;
	line-height: 23px;
	color: #666;
	margin-right: 0;
	position: relative;
	opacity: 1;
	font-weight: normal;
	text-decoration: line-through;
	font-family: var(--medi);
}

.product-small.box .price-wrapper .amount {
	color: var(--theme-color2);
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	font-family: var(--semi);
}
.product-small.col .badge-container {
	margin-top: 6.5px;
	left: 6.5px;
}
.product-small.col .badge-container .badge-inner {
	background-color: var(--theme-color2);
	border-radius: 5px;
	height: 26px;
	max-height: 26px;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	font-family: var(--medi);
	font-weight: normal;
}
.product-small.col .add-to-cart-button {
	flex-shrink: 0;
}
.product-small.col .add-to-cart-button a {
	margin: 0;
	background-color: var(--theme-color);
	border: 0;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 0;
	transition: all 0.5s;
}
.product-small.col .add-to-cart-button a:hover {
	background-color: var(--theme-color2);
}
.product-small.col .add-to-cart-button a:before {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-flex;
	background: url(./images/add-cart.svg) no-repeat center;
	background-size: 20px 20px;
}

.product-small.col .add-to-cart-button a .slider .flickity-page-dots li.dot {
	width: 6px;
	height: 6px;
	opacity: 1;
	background-color: #363636;
	margin: 0 10px;
	position: relative;
	border: 0;
	opacity: 0.5;
}

.slider .flickity-page-dots li.dot.is-selected {
	opacity: 1;
	width: 10px;
	height: 10px;
}
.slider .flickity-page-dots {
	bottom: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* sec-home1 */
.sec-home1 {
	max-width: 100%;
	overflow: hidden;
}
.sec-home1 .banner h2 {
	color: #fff;
	font-size: 70px;
	position: relative;
	top: 150px;
	opacity: 0;
	transition: 2s all;
	margin: 0 0 8px;
	line-height: 1.4;
}
.sec-home1 .banner.is-selected h2 {
	top: 0px;
	opacity: 1;
	transition: 2s all;
}

.sec-home1 .banner .text-inner p {
	font-size: 120px;
	font-family: var(--all), cursive;
	line-height: 20px;
	position: relative;
	top: 200px;
	opacity: 0;
	transition: 2.2s all;
	text-shadow: 2px 2px 6px #878787;
	margin: 0;
}
.sec-home1 .banner.is-selected .text-inner p {
	top: 0px;
	opacity: 1;
	transition: 2.2s all;
}
.sec-home1 .banner .bg {
	transition: transform 8s ease-in-out, -webkit-transform 8s ease-in-out;
}
.sec-home1 .banner.is-selected .bg {
	transform: scale(1.15);
}
#wrapper .sec-home1 .banner .button.btn-viewall {
	margin-top: 90px;
	top: 250px;
	opacity: 0;
}
#wrapper .sec-home1 .banner.is-selected .button.btn-viewall {
	top: 0px;
	opacity: 1;
	transition: 2.4s all;
}
#wrapper .sec-home1:before {
	content: '';
	position: absolute;
	width: 5000px;
	height: 50px;
	animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	transform: translateZ(0);
	bottom: -1px;
	background-image: url(/wp-content/uploads/2023/09/wave-pattern.webp);
	background-repeat: repeat-x;
	z-index: 9;
}

/* End sec-home1 */
/* sec-home2 */


#main .sec-home2 .row-pro {
	padding-bottom: 30px;
}
.sec-home2 .product-category .box-text {
	padding: 15px 0 10px;
}
.sec-home2 .product-category .box-text-inner h3 {
	font-size: 16px;
	font-family: var(--semi);
	text-transform: none;
	margin: 0;
}
.sec-home2 .product-category:hover h3 {
	color: var(--theme-color);
}
.sec-home2 .product-category .image-shadow {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	overflow: hidden;
	opacity: 0;
	transition: 400ms all;
	display: none;
}
.sec-home2 .product-category .image-shadow:before {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	width: 100%;
	height: 30px;
	background-image: linear-gradient(transparent, 80%, #e8d1b6);
}
.sec-home2 .product-category .box-image {
	overflow: unset;
}
.sec-home2 .product-category .image-cover {
	transition: all 0.4s;
}

.sec-home2 .product-category:hover .image-cover {
	transform: translateY(-5px);
	transition: all 0.5s;
}
.sec-home2 .product-category:hover .image-shadow {
	opacity: 1;
	transition: 500ms all;
}

#main .sec-home2 {
	padding-top: 50px;
}
.title h2 {
	font-size: 32px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--semi);
}
.title h2 .dot {
	width: 15px;
	height: 15px;
	background: var(--theme-color2);
	border-radius: 50%;
	position: relative;
	display: inline-block;
	margin-right: 20px;
}
.title h2 .dot:before {
	content: '';
	border-radius: 100%;
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	background-color: transparent;
	animation: pulseSmall2 1.25s linear infinite;
}
#main .sec-home2 .img .image-cover {
	border-radius: 10px;
}
#main .sec-home2 .img .image-cover img {
	opacity: 1;
	transform: scale(1) rotate(0deg);
	transition: all 0.5s ease;
}
#main .sec-home2 .img:hover .image-cover img {
	opacity: 0.9;
	transform: scale(1.1) rotate(5deg);
	transition: all 0.5s ease;
}
/* End sec-home2 */
/* sec-home3 */
#main .sec-home3 {
	padding-top: 0;
	padding-bottom: 30px;
}
#main .sec-home3.sec-bg,
#main .sec-home-5.sec-bg {
	padding-top: 40px;
	background-color: #f3eee4;
	background-image: url(./images/background_module.webp);
}

#main .sec-home3.sec-bg .product-small.box .image-zoom {
	background-color: #fff;
}
#main .banner-full {
	padding-top: 0;
}

/* End sec-home3 */
/* sec-home-4 */
.sec-home-4 .tabbed-content {
	max-width: 1250px;
	margin: 0 auto;
	align-items: center;
}
.sec-home-4 .tabbed-content > h4 {
	padding: 0 15px;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	margin-bottom: 0;
	font-size: 32px;
	font-family: var(--semi);
	text-transform: none;
}
.sec-home-4 .tabbed-content > .nav {
	padding: 0 15px;
	flex: 1;
	justify-content: flex-end;
}
.sec-home-4 .tabbed-content > .nav a {
	font-size: 16px;
	color: var(--black);
	font-weight: normal;
	font-family: var(--semi);
}
.sec-home-4 .tabbed-content > .nav .active a,
.sec-home-4 .tabbed-content > .nav a:hover {
	color: var(--theme-color);
}
.sec-home-4 .tabbed-content .nav a:before {
	display: none;
}
.sec-home-4 .tabbed-content > .tab-panels {
	padding-top: 40px;
	text-align: center;
}
.sec-home-4 .tabbed-content > .nav > li {
	margin: 0 12.5px;
}
/* End sec-home-4 */
/* sec-home-5 */
.sec-home-5 a.hotspot {
	background-color: transparent !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	opacity: 1;
}

.sec-home-5 a.hotspot .product-dot:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 12px;
}
.sec-home-5 a.hotspot .product-dot:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	content: '';
	position: absolute;
	top: 100%;
}
.sec-home-5 a.hotspot.trai .product-dot {
	left: -32px;
}
.sec-home-5 a.hotspot.trai .product-dot:after {
	left: 32px;
}
.sec-home-5 a.hotspot.giua .product-dot {
	left: -107px;
}
.sec-home-5 a.hotspot.giua .product-dot:after {
	left: 107px;
}
.sec-home-5 a.hotspot.phai .product-dot {
	right: -32px;
}
.sec-home-5 a.hotspot.phai .product-dot:after {
	right: 32px;
}
.sec-home-5 a.hotspot .product-dot {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	bottom: calc(100% + 12px);
	background: #fff;
	width: 250px;
	padding: 5px;
	border-radius: 4px;
	display: flex;
	align-items: center;
}
.sec-home-5 a.hotspot .product-dot .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.sec-home-5 a.hotspot .product-dot .image {
	width: 80px;
	height: 75px;
	flex-shrink: 0;
	margin-right: 10px;
}
.sec-home-5 a.hotspot .icon-dot {
	width: 20px;
	display: block;
	height: 20px;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	border-style: double;
	position: relative;
	animation: pulseSmall 1.25s linear infinite;
}
.sec-home-5 a.hotspot .icon-dot:before {
	content: '';
	width: 14px;
	display: block;
	height: 14px;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0px;
	right: 0;
}
.sec-home-5 .hotspot-wrapper:hover {
	z-index: 99;
}
.sec-home-5 .hotspot-wrapper:hover .product-dot {
	visibility: visible;
	opacity: 1;
}
.sec-home-5 .hotspot-wrapper .line-clamp {
	font-size: 16px;
	line-height: 20px;
	color: var(--black);
	font-family: var(--medi);
	text-align: left;
	margin: 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.sec-home-5 .hotspot-wrapper .info span {
	display: block;
	text-align: left;
	color: var(--theme-color2);
	font-family: var(--semi);
}
#main .sec-home-5 .title h2 {
	justify-content: flex-start;
}
.sec-home-5 .banner .banner-bg {
	border-radius: 10px;
	overflow: hidden;
}
.sec-home-5 .text-setpro {
	text-align: center;
}
.sec-home-5 .text-setpro h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
	font-family: var(--semi);
}
.sec-home-5 .text-setpro p {
	display: inline-block;
	font-size: 16px;
	padding: 7px 15px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 0;
}
.sec-home-5 .text-setpro p strong {
	font-size: 22px;
	color: var(--theme-color2);
}
#main .sec-home-5 {
	padding-bottom: 10px;
}
/* End sec-home-5 */
/* sec-home-6 */
.sec-home-6 {
	text-align: center;
}
.sec-home-6 .title h2 {
	justify-content: flex-start;
}
/* sec-home-6 */
/* sec-news */
.sec-news {
	text-align: center;
}
.sec-news .title {
	margin-bottom: 30px;
}
.sec-news .title p {
	font-size: 18px;
	text-align: center;
}
.sec-news .title h2 {
	margin-bottom: 0;
}
/* End sec-news */
.box-blog-post .box-text .cat-label {
	margin-bottom: 14px;
	margin-top: 0;
}
.box-blog-post .box-text .cat-label span {
	display: inline-block;
	z-index: 3;
	position: relative;
	color: #3dac22;
	background: #e9ffbb;
	border-radius: 2px;
	padding: 0px 15px;
	line-height: 20px;
	font-size: 12px;
}
.box-blog-post .box-text .post-title a {
	color: #292929;
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	font-family: var(--semi);
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 12px;
	margin-top: 0;
}

.box-blog-post:hover .box-text .post-title a {
	color: var(--theme-color);
}
.box-blog-post .from_the_blog_excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #787878;
	margin: 0;
}
/* End sec-newhome */

#main .slider .flickity-page-dots li.dot {
	width: 6px;
	height: 6px;
	opacity: 1;
	background-color: #fff;
	margin: 0 10px;
	position: relative;
	border: 0;
	opacity: 0.5;
}

#main .slider .flickity-page-dots li.is-selected {
	opacity: 1;
	width: 10px;
	height: 10px;
	background-color: var(--theme-color);
}
#main .slider .flickity-page-dots {
	bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Footer */
#footer {
	background-color: #303030;
}

.back-to-top.button {
	border: 0;
	font-weight: normal;
	text-align: center;
	position: fixed;
	bottom: 90px;
	right: -50px;
	cursor: pointer;
	color: black;
	font-size: 14px;
	transform: rotate(-90deg);
	z-index: 99;
	background-color: transparent !important;
}
.absolute-footer {
	background-color: var(--theme-color2);
	border-top: 1px solid #e1e1e187;
}
.absolute-footer .copyright-footer {
	color: #fff;
	width: 100%;
	text-align: center;
}

#footer .form-contact {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 50px;
}
#footer .form-contact input {
	box-shadow: none;
	border-radius: 5px;
	height: 40px;
	font-size: 15px;
}
#footer .form-contact label {
	font-size: 15px;
	font-weight: normal;
}
#footer .form-contact textarea {
	box-shadow: none;
	border-radius: 5px;
	min-height: 80px;
	margin-bottom: 8px;
}
#footer .form-contact .form-submit button {
	margin: 0;
	width: 100%;
	border-radius: 5px;
	font-weight: normal;
	font-family: var(--semi);
}
#footer .form-contact .col-left input {
	margin-bottom: 20px;
}
#footer .sec-menu .col-4 .social-footer a {
	color: white;
	margin: 5px 0 5px 0;
}
#footer .sec-menu .col-4 .social-footer a:hover {
	color: var(--theme-color2);
}
#footer .sec-menu .col-4 .social-footer i {
	margin-right: 10px;
	font-size: 20px;
}
#footer .sec-menu .col-4 .social-footer .list-social {
	display: flex;
    flex-direction: column;
}
#footer .sec-menu {
	padding-bottom: 0px;
	background-color: transparent;
	padding-top: 50px;
}
#footer .sec-form .title {
	text-align: center;
}
#footer .sec-form .title h5 {
	display: inline-block;
	color: var(--theme-color);
	font-size: 18px;
	font-family: var(--bold);
	width: fit-content;
	position: relative;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#footer .sec-form .title h3 {
	line-height: 1;
	color: #fff;
	font-size: 66px;
	font-family: var(--garamond);
	text-transform: uppercase;
}
#footer .sec-form form {
	margin-bottom: 0;
}
#footer .sec-menu .sec-menu {
}

#footer .col-1 .img {
	max-width: 170px;
}

#footer .menu strong,
#footer .col-4 p:first-of-type {
	min-height: unset;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 22px !important;
	padding: 0;
	text-transform: uppercase;
	font-family: var(--semi);
	position: relative;
	display: block;
}
#footer .menu strong:before {
	position: absolute;
	content: '';
	height: 2px;
	background-color: var(--theme-color2);
	bottom: -5px;
	width: 40px;
}
#footer .menu ul {
	list-style: none;
	margin-bottom: 0;
}
#footer .menu ul li {
	margin-left: 0;
}
#footer .menu a {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	min-height: unset;
	padding: 7.5px 0px;
	position: relative;
	padding-left: 20px;
}
#footer .col-1 .text p {
	color: #fff;
	font-size: 15px;
}
#footer .menu a:before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	left: 0;
	top: 12px;
}
#footer .menu a:hover {
	text-decoration: UNDERLINE;
}
/* End Footer */
/* Page aboutus */
.blog-wrapper.page-wrapper {
	padding: 0;
}
.blog-wrapper .archive-page-header {
	position: relative;
}
.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg,
.shop-page-title.category-page-title .banner-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
	padding: 280px 15px 180px;
	z-index: 3;
}

.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.shop-page-title.category-page-title .banner-bg:before,
.page-banner .banner-bg:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	opacity: 0.4;
	background: #000000;
}

/* blog-archive */
.blog-main {
	padding-top: 60px;
}
.blog-wrapper.blog-archive {
	padding-top: 0;
	background: rgb(246, 245, 242);
}
.blog-wrapper .archive-page-header {
	position: relative;
}
.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
	padding: 226px 15px 40px;
	z-index: 3;
}
.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top: 0;
	color: #fff;
	text-align: left;
	text-transform: none;
}
.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.page-banner .banner-bg:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background: #000;
	opacity: 0.5;
}
.blog-single .rank-math-breadcrumb span:last-of-type,
.blog-single .rank-math-breadcrumb span:nth-last-of-type(2) {
	display: none;
}
.rank-math-breadcrumb p {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	font-family: var(--medi);
}
.blog-archive .rank-math-breadcrumb span:nth-of-type(n + 3) {
	display: none;
}
.rank-math-breadcrumb .separator {
	position: relative;
	margin: 0 12px;
	width: 10px;
	display: inline-block;
}

.blog-archive .blog-main {
	padding-top: 50px;
	position: relative;
}
.blog-wrapper.blog-archive {
	padding-top: 0;
	background: #f4f4f4;
}
.box-blog-post {
}

.box-blog-post .box-image .image-cover {
	border-radius: 6px;
}
.box-blog-post .box-text {
	background: #fff;
	padding: 25px;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	border-radius: 0 0 6px 6px;
}
.box-blog-post .badge.post-date {
	right: 30px;
	left: unset;
	top: -37px;
}
.box-blog-post .badge .badge-inner {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	border: 6px solid #fff;
	background-color: var(--theme-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.box-blog-post .badge .post-date-day {
	font-size: 24px;
	margin-bottom: 4px;
	display: block;
	font-family: var(--semi);
	font-weight: normal;
}
.box-blog-post .badge .post-date-month {
	font-size: 12px;
	font-family: var(--medi);
	font-weight: normal;
	margin-top: 2px;
}
.nav-pagination > li > a,
.nav-pagination > li > span {
	border: 1px solid;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: normal;
	font-family: var(--medi);
	color: var(--theme-color) !important;
}
.nav-pagination > li > span.current {
	color: #fff !important;
}
.nav-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px !important;
}
.nav-pagination > li > a:hover {
	color: #fff !important;
}
.nav-pagination .icon-angle-right:before {
	content: '\f061';
	font-family: var(--fa6);
	font-weight: 300;
}
.nav-pagination .icon-angle-left:before {
	content: '\f060';
	font-family: var(--fa6);
	font-weight: 300;
}
/* End blog-archive */
/* blog-single */

.blog-share {
	padding-bottom: 30px;
	display: flex;
	justify-content: flex-end;
	border-top: 2px dotted rgba(0, 0, 0, 0.1);
	padding-top: 30px;
	margin-top: 50px;
}
.blog-share .social-icons {
}
.blog-share .social-icons span {
	font-size: 16px;
	font-weight: normal;
	padding-right: 0;
	margin-bottom: 10px;
	color: #515151;
	font-family: var(--semi);
}
.blog-share a.icon {
	color: var(--theme-color);
	font-size: 18px;
	margin: 5px 10px;
}
.single .featured-title .page-title-inner {
	min-height: unset !important;
	padding: 280px 15px 180px;
}
.single .featured-title .entry-title {
	font-size: 50px;
	font-family: var(--garamond);
	margin-bottom: 0;
}
.header-single {
	margin-bottom: 60px;
}
.single .blog-single .entry-content {
	padding: 0;
}
.blog-single h1.entry-title {
	font-size: 28px;
}
.box-postdate span {
	color: #fff;
	padding: 3px 10px;
	font-size: 14px;
	border-radius: 50px;
	z-index: 2;
	position: relative;
	background-color: var(--theme-color);
}
.box-postdate span:before {
	content: '\f017';
	font-family: var(--fa6);
	font-weight: bold;
	margin-right: 5px;
}
.box-postdate {
	position: relative;
}
.box-postdate:before {
	content: '';
	width: 100%;
	display: block;
	border-bottom: 1px solid #51515121;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.blog-featured-title + #main .post-sidebar {
	padding: 0 15px 0 0px;
}
.post {
	margin-bottom: 0;
}
.row-divided > .col + .col:not(.large-12) {
	border: 0;
}
.post {
	margin-bottom: 0;
}
.row-divided > .col + .col:not(.large-12) {
	border: 0;
}
.post-sidebar .featured-posts .title-post {
	font-size: 26px;
	margin-bottom: 19px;
	line-height: 1.5;
}
.post-sidebar .featured-posts .box-blog a {
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.post-sidebar .featured-posts .box-blog .box-image {
	width: 35%;
	flex-shrink: 0;
}
.post-sidebar .featured-posts h3 {
	color: #070707;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-family: var(--semi);
}
.post-sidebar .featured-posts .box:hover h3 {
	color: var(--theme-color);
}
.post-sidebar .featured-posts .box img {
	transition: all 0.3s ease;
}
.post-sidebar .featured-posts .box:hover img {
	transform: scale(1.1);
}
.post-sidebar .featured-posts .box-blog .image-cover {
	border-radius: 10px;
}
.post-sidebar .featured-posts .box-blog .box-text {
	padding: 10px 10px 10px 15px;
}
.post-sidebar .featured-posts .box-blog:last-of-type a {
	border: 0;
}
/* End blog-single */
/* End blog-single */

/* Product */
.shop-page-title.category-page-title {
/* 	background: #f4f4f4; */
}
.shop-page-title .page-title-inner {
	padding-top: 0;
	min-height: 50px;
	margin-bottom: 0;
	justify-content: center;
}
.single .page-title {
	background-color: #f4f4f4;
}
.shop-page-title .rank-math-breadcrumb a,
.shop-page-title .rank-math-breadcrumb span {
	color: #515151;
	font-family: var(--regular);
	opacity: 1;
	font-weight: normal;
}
.shop-page-title .rank-math-breadcrumb .last {
	color: var(--theme-color);
}
.single .page-title .page-title-inner h2 {
	font-size: 70px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
	font-family: var(--garamond);
	text-align: center;
}

#shop-sidebar .product-categories .cat-item,
#shop-sidebar .filter-price li {
	border: 0 !important;
}

#shop-sidebar .product-categories .cat-item a, #shop-sidebar .woocommerce-widget-layered-nav-list li a {
	font-size: 14px;
	color: #212529;
	position: relative;
	padding: 5px 0 5px 25px;
}

#shop-sidebar .product-categories .cat-item a:before,
#shop-sidebar .filter-price a:before, #shop-sidebar .woocommerce-widget-layered-nav-list li a:before {
	content: '';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border: 1px solid #c3c3c3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1 !important;
	margin-right: 0 !important;
	color: #fff;
	border-radius: 5px;
}

#shop-sidebar .product-categories .cat-item.active > a,
#shop-sidebar .filter-price .active a, #shop-sidebar .woocommerce-widget-layered-nav-list li.active a:before {
	color: var(--theme-color);
	font-weight: 500;
}

#shop-sidebar .product-categories .cat-item.active > a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li.chosen a:before,
#shop-sidebar .filter-price .active a:before, #shop-sidebar .woocommerce-widget-layered-nav-list li.active a:before {
	content: '\f00c';
	font-family: var(--fa6);
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
	font-size: 10px;
}

#shop-sidebar {
	display: flex;
	flex-wrap: wrap;
}

#shop-sidebar .widget {
	width: 100%;
}

#shop-sidebar .widget-title {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	background-color: var(--theme-color);
	color: #fff;
	font-weight: var(--semi);
}
#shop-sidebar .product-categories,
#shop-sidebar .order-list, #shop-sidebar .woocommerce-widget-layered-nav-list {
	padding: 10px;
    overflow: auto;
}

#shop-sidebar ul::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    border: 2px solid var(--theme-color);
}

#shop-sidebar .widget_product_categories .widget-title:before,
#shop-sidebar .woocommerce-widget-layered-nav .widget-title:before,
#shop-sidebar .widget_price_filter .widget-title:before,
#shop-sidebar .widget-title:before {
	content: '\e17c';
	font-family: var(--fa6);
	display: inline-block;
	margin-right: 8px;
	width: 20px;
	font-weight: 300;
}
.wg-attr-title{
	font-family: var(--medi);
	color: var(--theme-color);
}
#shop-sidebar #woocommerce_layered_nav-2 .widget-title:before {
	content: '\f576';
}
#shop-sidebar #woocommerce_layered_nav-3 .widget-title:before{
	content: '\f2d0';
}
#shop-sidebar #woocommerce_layered_nav-4 .widget-title:before {	
	content: '\f53f';
}

#shop-sidebar .widget_price_filter .widget-title:before {
	content: '\f88f';
}
#shop-sidebar .widget-title:before {
	content: '\f02b';
}
#shop-sidebar .filter-attr .widget-title:before{
	content: '\e489';
}
/* #shop-sidebar #woocommerce_layered_nav-4 .woocommerce-widget-layered-nav-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 5px;
} */
#shop-sidebar #woocommerce_price_filter-2{
	order: 1
}
#shop-sidebar #woocommerce_price_filter-2 .widget-title:before{
	content: '\f02b';
}
#shop-sidebar #woocommerce_price_filter-2 .price_slider_wrapper{
	padding: 20px 10px 10px;
}
#shop-sidebar .widget .is-divider,
.post-sidebar .widget .is-divider {
	display: none;
}

#shop-sidebar .widget:not(:last-of-type) {
	margin-bottom: 25px;
}

#shop-sidebar .price_slider_wrapper {
	padding: 10px 0;
}

#shop-sidebar .woocommerce-widget-layered-nav-list .count {
	display: none;
}

#shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 0.25px solid #6d6d6d;
	top: -4px;
}

#shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--theme-color);
}

#shop-sidebar .widget_price_filter .price_label {
	display: flex;
	gap: 5px;
	width: 100%;
	float: left;
	order: 1;
	font-size: 16px;
}
#shop-sidebar .widget_price_filter .price_label span {
	font-weight: normal;
	font-family: var(--bold);
}
#shop-sidebar .widget_price_filter .price_slider_amount .button {
	width: max-content;
	margin-top: 15px;
	order: 2;
	background-color: var(--theme-color);
	width: 60px;
	margin-bottom: 0
}

#shop-sidebar .widget_price_filter .price_slider_amount {
	display: flex;
	text-align: left;
	flex-wrap: wrap;
}

#shop-sidebar .woocommerce-widget-layered-nav-list li {
	border: 0;
}

/* #shop-sidebar .woocommerce-widget-layered-nav-list li a {
	padding: 5px 0;
} */

#shop-sidebar .woocommerce-widget-layered-nav-list .ux-swatch--color {
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #e7e7e7;
}

/* #shop-sidebar #woocommerce_layered_nav-4 a {
	border: 1px solid #e7e7e7;
	text-align: center;
	border-radius: 5px;
}

#shop-sidebar #woocommerce_layered_nav-4 li:hover a {
	border-color: var(--theme-color);
} */

#shop-sidebar .product-categories .cat-item:hover a,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover a,
#shop-sidebar .filter-price a:hover {
	color: var(--theme-color);
}

#shop-sidebar .product-categories .cat-item:hover a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover .ux-swatch--color,
#shop-sidebar .filter-price a:hover:before {
	border-color: var(--theme-color);
}
#shop-sidebar .filter-price a {
	font-size: 14px;
	color: #212529;
	position: relative;
	padding: 5px 0 5px 25px;
	display: block;
}
#shop-sidebar .widget {
	border: 1px solid var(--theme-color);
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.sortbycate {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.sortbycate .titlesort {
	color: #000;
	font-size: 14px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}
.sortbycate .titlesort svg {
	width: 20px;
	height: 20px;
}
.sortbycate .order-list {
	display: flex;
	list-style: none;
	margin: 0;
}
.sortbycate .order-list li + li {
	margin-left: 10px;
}
.sortbycate .order-list li {
	margin-bottom: 0;
}
.sortbycate .order-list a:hover {
	background-color: var(--theme-color);
	color: #fff;
}
.sortbycate .order-list a {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 6px;
	min-width: 63px;
	background: #fff;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	border: 1px solid var(--theme-color);
	color: var(--theme-color);
}
.bg-shop {
	background-color: #fff;
}
.bg-shop .col-product {
	background-color: #fff;
	padding: 0 0 20px 15px;
	border-radius: 5px;
}
.title-shop h1.shop-page-title {
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
}
.product-main .product-gallery .zoom-button {
	display: none;
}
.product-main .product-gallery .product-images {
	box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1),
		0 0px 6px 0px rgba(60, 64, 67, 0.25);
	border-radius: 5px;
	overflow: hidden;
}
#main .product-main .product-thumbnails .col {
	padding: 0 5px;
}
.product-main .product-thumbnails a {
	border: 2px solid #ebebeb;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.product-main .product-thumbnails .is-nav-selected a,
.product-main .product-thumbnails a:hover {
	border-color: var(--theme-color);
}
.product-main .product-thumbnails .is-nav-selected a img {
	border: 0;
}
.product-main .product-gallery .badge {
	margin-left: 0;
}
.product-main .badge-container {
	margin-top: 0;
	left: 10px;
}
.product-main .product-gallery .badge-inner {
	background-color: var(--theme-color);
	border-radius: 5px;
	height: 26px;
	max-height: 26px;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	font-family: var(--medi);
	font-weight: normal;
}
.product-main .product-info {
	padding-top: 0;
}
.product-info h1.product-title {
	font-size: 24px;
	margin-bottom: 15px;
	font-family: var(--semi);
}
.product-info .price-wrapper del {
	order: 2;
	text-decoration: unset;
	margin-left: 15px;
	line-height: 20px;
	position: relative;
}

.product-info .price-wrapper ins {
	display: flex;
	align-items: center;
}

.product-info .price-wrapper ins .amount,
.product-info .price-wrapper span.amount {
	color: var(--theme-color3);
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-family: var(--semi);
}
.product-info .price-wrapper del .amount {
	color: #666;
	font-size: 16px;
	opacity: 1;
	font-family: var(--medi);
	text-decoration: line-through;
}
.product-info .price {
	margin: 0 0 15px !important;
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 5px;
/* 	background: rgb(251 171 23 / 20%); */
	background-color: #E1EDF8;
}
.product-info .product-short-description li {
	font-size: 14px;
}
.product-main .product-sidebar {
	padding: 0 15px 0;
}
.product-main .product-sidebar .col-top .col-inner {
	box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1),
		0 0px 6px 0px rgba(60, 64, 67, 0.25);
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
}
.product-main .product-sidebar .icon-box {
	box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1),
		0 0px 6px 0px rgba(60, 64, 67, 0.25);
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
	margin-top: 10px;
	align-items: center;
}
.product-main .product-sidebar .icon-box-text p:first-of-type {
	margin-bottom: 4px;
	font-size: 16px;
	font-family: var(--medi);
}
.product-main .product-sidebar .icon-box-text p:nth-of-type(2) {
	font-size: 14px;
	line-height: 20px;
}
.product-main .product-sidebar .title p {
	font-size: 14px;
	text-align: center;
	line-height: 21px;
	font-family: var(--semi);
	margin-bottom: 0px;
}
.product-main .product-sidebar .img {
	max-width: 150px;
	margin: 0 auto;
}
.product-main .product-sidebar .text-bottom p {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #212529;
	margin-bottom: 5px;
}
.product-main .product-sidebar .text-bottom a {
	font-size: 29px;
	color: var(--theme-color);
	display: block;
	margin-top: 10px;
	line-height: 1.1;
	font-family: var(--semi);
}

#comments .commentlist,
#reviews {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0;
}
#reviews > #comments {
	flex-basis: 65%;
	max-width: 65%;
}
#reviews > #review_form_wrapper {
	flex-basis: 33%;
	max-width: 33%;
}
#reviews > * {
	height: 100%;
	padding: 1rem 1.5rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
}
#reviews .comment-form-rating label,
#reviews .stars {
	text-align: center;
}
#reviews .comment-form-rating label {
	font-size: 20px;
}

#reviews .review-form-inner {
	height: 100%;
	padding: 0;
	border: 0;
}
#reviews .stars a:after {
	color: #ddd;
	content: '\f005' !important;
	font-size: 20px;
	font-family: var(--fa6);
	font-weight: 700;
}

#reviews .stars a.ok:after,
.single .comment-form-rating .stars a:hover:after,
.single .comment-form-rating .stars a.active:after {
	color: #ffd980;
}
#reviews .stars a + a {
	border: none;
	margin: 0;
}
#reviews #reply-title,
#reviews .wcpr-form-description,
#reviews .woocommerce-Reviews-title {
	display: none;
}
#reviews input,
#reviews textarea {
	border-radius: 5px;
	box-shadow: none;
}
#review_form label {
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
}
#review_form .wcpr-comment-form-images label {
	margin: 0;
}
#review_form .btn_image_upload {
	width: max-content;
	padding: 5px 20px;
	color: #6abd45;
	border: 1px solid #6abd45;
	border-radius: 5px;
}
#review_form .note-file {
	font-size: 12px;
	font-style: italic;
}
#review_form input[type='submit'] {
	margin: 0;
	font-weight: 500;
	text-transform: none;
	width: 100%;
	height: 45px;
	font-size: 18px;
}
#reviews
.wcpr-input-file-container
.wcpr-input-file-wrap
.wcpr-selected-image-container {
	justify-content: flex-start;

	gap: 10px;
}

#review_form input[type='submit']:hover {
	border: 1px dashed var(--theme-color);
	color: var(--theme-color);
	background-color: #fff;
}
#reviews .comment-form {
	margin: 0;
}
#comments .wcpr-filter-container,
#comments .kt-wc-reviews-images-wrap-wrap {
	justify-content: flex-start;
}
#comments .wcpr-filter-button-wrap {
	width: max-content !important;
}
#comments .wcpr-overall-rating-and-rating-count {
	padding-bottom: 0;
}
#comments .commentlist,
#reviews {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0;
}
#reviews {
	margin: 0;
}
.comment-form > div,
.comment-form > p {
	padding: 0;
}
#comments .commentlist > li {
	width: 100%;
	margin-left: 0 !important;
	border: none;
}
#comments .commentlist li .comment-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#comments .commentlist li .star-rating {
	order: 2;
}
#comments .commentlist li .meta {
	order: 1;
	width: max-content;
	display: flex;
	flex-direction: column;
}
#comments .commentlist li .description {
	order: 3;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal !important;
}
#comments .commentlist li .kt-reviews-image-container {
	order: 4;
	width: 100%;
	max-width: inherit !important;
}
#comments .commentlist li .meta .woocommerce-review__dash,
#reviews:after {
	display: none;
}
#comments .commentlist li .meta .woocommerce-review__published-date {
	font-size: 14px;
	opacity: 0.8;
}
#comments .commentlist li .description p {
	margin-bottom: 0;
}
.related-products-wrapper {
	border: 0;
	padding-top: 50px;
	margin-bottom: 40px;
}
.related-products-wrapper .row {
	overflow: unset;
}
.related-products-wrapper .product-section-title {
	text-transform: unset;
	font-size: 27px;
}

#main .related-products-wrapper .flickity-button {
	background: 0 0;
	box-shadow: none;
	top: -59px;
	transform: unset !important;
	opacity: 1;
	width: 35px !important;
	height: 30px;
	min-height: 30px;
	padding: 0;
}

#main .related-products-wrapper .flickity-button.previous {
	left: unset !important;
	right: 45px !important;
	border: 1px solid #c3c3c3;
	border-radius: 5px 0 0 5px;
	border-right: 0;
}

#main .related-products-wrapper .flickity-button.next {
	right: 10px !important;
	border: 1px solid #c3c3c3;
	border-radius: 0 5px 5px 0;
	border-left: 0;
}

#main .related-products-wrapper .flickity-button svg {
	margin: 0;
}

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

.qty-text {
	display: flex;
	height: 40px;
	align-items: center;
	margin-right: 5px;
/* 	width: 100%; */
}

.product-info .single_add_to_cart_button,
.product-info .single_buynow_button {
	width: 100%;
	display: block;
}

#main .product-info .single_add_to_cart_button {
	background: #222;
	color: #fff;
	border: 2px solid var(--theme-color2);
	opacity: 1;
	box-shadow: unset;
	height: 50px;
	border-radius: 6px;
	font-size: 12px;
	padding: 0;
	border-color: var(--theme-color2);
	background-color: var(--theme-color2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
/* 	padding-left: 60px; */
	font-weight: normal;
	margin-right: 3%
}
#main .product-info .single_add_to_cart_button .text-main {
	font-size: 14px;
	font-weight: normal;
	font-family: var(--medi);
	text-transform: uppercase;
}

/* .product-info .single_add_to_cart_button:before {
	content: '\f07a';
	font-family: var(--fa6);
	position: absolute;
	left: 0;
	width: 60px;
	height: 100%;
	top: 0;
	border-radius: 4px 0 0 4px;
	background: #fff;
	color: var(--theme-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 300;
} */
#main .product-info .single_add_to_cart_button:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
.product-info form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
}
.product-info form.cart .woocommerce-variation {
	display: none;
}
.product-info .single_variation_wrap {
	width: 100%;
}
.quantity .button {
	background-color: transparent !important;
	border: none !important;
}
.quantity input {
	box-shadow: none;
	border: none !important;
	background: transparent;
}
.quantity {
	border-radius: 4px;
	border: 1px solid var(--theme-color);
	width: 100px;
	justify-content: space-between;
	height: 40px;
	align-items: center;
}
.quantity .button.minus {
	border-radius: 4px 0 0 4px;
	width: 25px;
	font-size: 16px;
	box-shadow: none;
}
.quantity .button.plus {
	border-radius: 0 4px 4px 0;
	width: 25px;
	font-size: 16px;
	box-shadow: none;
}
.product-info .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-top: 10px;
}
.product-info .woocommerce-variation-add-to-cart > .buy_now_button{
	margin-bottom: 0;
	margin-right: 0;
	border-radius: 6px;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--medi);
	border: 2px solid var(--theme-color2);
	background-color: var(--theme-color2);
}
.product-info .woocommerce-variation-add-to-cart > .button{
	margin-top: 15px;
	width: 48%;
	margin-bottom: 0;	
}
.product-info .woocommerce-variation-add-to-cart > .buy_now_button:hover{
	box-shadow: none;
	background-color: var(--theme-color);
	border: 2px solid var(--theme-color);
}
.product-info .quantity {
	margin-bottom: 0;
	margin-right: 30%;
}
.quantity input[type='number'] {
	height: 100%;
}
.woocommerce-tabs .nav > li > a {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	font-family: var(--semni);
	border: 1px solid var(--theme-color);
	border-radius: 6px;
	padding: 7px 15px;
}
.woocommerce-tabs .nav > li.active > a {
	background-color: var(--theme-color);
	color: #fff;
}
.woocommerce-tabs .nav > li.active > a:before {
	display: none;
}
.product-footer .woocommerce-tabs {
	border-top: 0;
	padding-bottom: 0;
}
/* .product-footer .woocommerce-tabs .tab-panels {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid var(--theme-color);
	margin-top: 20px;
} */
.woocommerce-Tabs-panel--description .content {
	max-height: 500px;
	overflow: hidden;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}
.woocommerce-Tabs-panel--description .content.show {
	max-height: 100%;
}
.product-footer .row-product-tab {
}
.product-footer .show-more {
	position: relative;
}
.product-footer .show-more .btn--view-more .less-text {
	display: none;
}
.product-footer .show-more:before {
	content: '';
	height: 100px;
	margin-top: -60px;
	content: '';
	display: block;
	background: transparent;
	background: -moz-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0,
		rgba(255, 255, 255, 0.91) 50%,
		#fff 55%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0, rgba(255, 255, 255, 0)),
		color-stop(50%, rgba(255, 255, 255, 0.91)),
		color-stop(55%, #fff)
	);
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0,
		rgba(255, 255, 255, 0.91) 50%,
		#fff 55%
	);
	background: -o-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0,
		rgba(255, 255, 255, 0.91) 50%,
		#fff 55%
	);
	background: -ms-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0,
		rgba(255, 255, 255, 0.91) 50%,
		#fff 55%
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0,
		rgba(255, 255, 255, 0.91) 50%,
		#fff 55%
	);
}
.product-footer .show-more.none:before{
	display: none;
}
.product-footer .show-more .btn--view-more {
	text-align: center;
}
.product-footer .show-more .btn--view-more a {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	padding: 5px 15px;
	font-size: 16px;
	border: 1px solid var(--theme-color);
	border-radius: 5px;
	color: var(--theme-color);
	margin-top: 20px;
}
.product-footer .show-more.none .btn--view-more a.more-text {
	display: none;
}
.product-footer .show-more.none .btn--view-more a.less-text {
	display: inline-flex;
}
.product-footer .box-noibat {
/* 	border: 1px solid var(--theme-color); */
	border-radius: 5px;
	background-color: #F7F8FA;
}
.product-footer .box-noibat .title p {
	background-color: var(--theme-color);
	color: #fff;
	margin-bottom: 10px;
	position: relative;
	font-size: 18px;
	padding: 8px 10px;
	font-family: var(--medi);
	border-radius: 5px 5px 0 0
}
.product-footer .box-noibat .product-small.box {
	box-shadow: none !important;
	display: flex;
	align-items: center;
	padding: 0 10px 10px;
}
.product-footer .box-noibat .box-image {
	width: 32%;
	flex-shrink: 0;
}
.product-footer .box-noibat .badge-container {
	display: none;
}
.product-footer .box-noibat .product-small.box .box-text {
	padding: 0 0 0 10px;
}
.product-footer .box-noibat .product-small.box .price-wrapper .price {
	min-height: unset;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
}
.product-footer .box-noibat .product-title a {
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	margin-bottom: 5px;
}
.product-footer .box-noibat .price-wrapper .amount {
	font-size: 15px;
	line-height: 22px;
}
.product-footer .box-noibat .price-wrapper del .amount {
	margin-left: 6px;
	line-height: 22px;
	font-family: var(--regular);
}
.product-gallery .woocommerce-product-gallery__image img,
.product-thumbnails img {
	bottom: 0;
	font-family: 'object-fit: cover;';
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	transition: all 0.4s ease-in-out;
	display: block;
}
.product-gallery .woocommerce-product-gallery__image a,
.product-thumbnails a {
	padding-top: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	display: block;
}

/* End product */
/* page-about */
.page-about1 .col-left h2,
.page-about2 .row-bottom h2 {
	font-size: 36px;
	margin-bottom: 24px;
}
.page-about1 .col-left ul {
	display: flex;
	list-style: none;
	gap: 50px;
	margin-bottom: 0;
	margin-top: 20px;
}
.page-about1 .col-left ul li {
	margin-left: 0;
	font-size: 18px;
	color: #000;
	font-family: var(--medi);
}
.page-about1 .col-left li i {
	margin-right: 7px;
}
.page-about1 .col-left {
	padding-right: 80px;
}
.page-about2 .title h2 {
	font-size: 36px;
	margin-bottom: 24px;
	text-align: center;
}
.page-about2 .stack {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
}
.page-about2 .stack .icon-box {
	padding: 50px 18px 18px 18px;
	box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.058823529411764705);
	text-align: center;
}
.page-about2 .icon-box-img {
	max-width: 48px;
	margin: 0 auto 26px;
}
.page-about2 .icon-box-text h3 {
	font-family: var(--medi);
	font-size: 22px;
}
.page-about2 .icon-box-text p {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.page-about2 .row-top {
	margin-bottom: 80px;
}
.page-about2 .row-bottom .col-left .col-inner {
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10196078431372549);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 64px 46px 90px 40px;
	width: 120%;
	z-index: 9;
	background-color: #fff;
	border-radius: 10px;
}
.page-about2 .row-bottom .col-left ul {
	list-style: none;
}
.page-about2 .row-bottom .col-left li {
	margin-left: 0;
	padding-left: 40px;
	position: relative;
	margin-bottom: 20px;
}
.page-about2 .row-bottom .col-left li:last-of-type,
.page-about2 .row-bottom .col-left ul {
	margin-bottom: 0;
}
.page-about2 .row-bottom .col-left li:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	left: 0;
	position: absolute;
	background: url(/wp-content/uploads/2023/09/icon.webp) no-repeat center;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
}
.page-about2 .image-cover {
	border-radius: 10px;
}
/* End page-about */
/* page-contact */
.page-contact iframe {
	border-radius: 10px;
}
.page-contact .img {
	max-width: 500px;
	margin-left: auto;
}
#main .page-contact {
	padding-bottom: 0;
}
.page-contact .info-contact h2 {
	font-size: 36px;
}
.page-contact .info-contact ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 50px;
}
.page-contact .info-contact ul li {
	margin-left: 0;
}
.page-contact .info-contact li i {
	background-color: #ebeef1;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 12px;
}
.page-contact .form-contact .col-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 25px;
}
.page-contact .form-contact .wpcf7-form-control-wrap:nth-of-type(n + 3) {
	grid-column: span 2;
}
.page-contact .form-contact .col-content input {
	margin-bottom: 0;
	height: 50px;
	box-shadow: none;
	border: 1px solid #e6eaf3;
}
.page-contact .form-contact .col-content textarea {
	box-shadow: none;
	border: 1px solid #e6eaf3;
}

/* End page-contact */
@media screen and (min-width: 1024px) and (max-width: 1366px) {
	#header .header-inner {
		padding: 0 70px;
	}
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1199.98px) {
	#header .header-nav-main.nav-right li {
		margin: 0 10px;
	}
}
@media screen and (min-width: 850px) {
	#footer .col-1 {
		flex-basis: 40%;
		max-width: 40%;
	}
	#footer .col-2,
	#footer .col-3 {
		flex-basis: 18.667%;
		max-width: 18.667%;
	}
	#footer .col-4 {
		flex: 1;
		max-width: unset;
	}
	.product-gallery .col.large-10{
		padding-bottom: 0;
	}
}

@media screen and (max-width: 849.98px) {
	.blog-wrapper .archive-page-header .col,
	.blog-wrapper .header-single .col,
	.page-banner .col {
		padding-top: 150px;
		padding-bottom: 80px;
	}
	.blog-wrapper .archive-page-header h1.page-title,
	.blog-wrapper .header-single h2,
	.page-banner h1.entry-title,
	.category-page-title h1.shop-page-title,
	.single .featured-title .entry-title {
		font-size: 40px;
	}
	.row.blog-top {
		background-color: transparent;
	}
	.blog-archive .blog-main:before,
	.blog-archive .project-main:before {
		opacity: 0.5;
	}
	.row.blog-top .col-left .button.btn-viewall {
		margin: 5px 0 30px;
	}
	.row.blog-top .col-right .img {
		margin-bottom: 0;
	}
	.row.blog-top {
		margin-bottom: 40px;
	}
	.row.blog-top .col-left {
		padding: 15px;
	}
	.blog-share {
		order: 1;
		padding: 0 15px 30px;
	}
	.blog-share .social-icons {
		flex-direction: row;
		justify-content: flex-end;
	}
	.blog-share .social-icons {
		margin-top: 15px;
	}
	.blog-share .social-icons span {
		margin-bottom: 0;
	}
	.single .post-sidebar {
		order: 2;
	}
	.single .large-7.col {
		padding-bottom: 10px;
	}
	.entry-content {
		padding-bottom: 0;
	}
	.blog-single h1.entry-title {
		font-size: 24px;
	}

	#header .btn-menumobi {
		font-size: 22px;
		color: #292929;
	}
	#header .btn-menumobi {
		width: 22px;
		height: 16px;
		position: relative;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		cursor: pointer;
	}
	#header .btn-menumobi span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: var(--theme-color2);
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	#header .btn-menumobi span:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}

	#header .btn-menumobi span:nth-child(2) {
		top: 8px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
		width: 80%;
		left: 20%;
	}

	#header .btn-menumobi span:nth-child(3) {
		top: 16px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}

	#header .btn-menumobi.active span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: -3px;
		left: 2px;
	}

	#header .btn-menumobi.active span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}

	#header .btn-menumobi.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 12px;
		left: 2px;
	}
	.header-main li.html.custom {
		display: block;
		margin-right: 12px;
	}
	#main-menu.mobile-sidebar .menu-item {
		border: 0;
	}
	#main-menu.mobile-sidebar .menu-item a {
		color: #212121;
		padding: 14px 30px 14px 30px;
		font-size: 16px;
		font-weight: 500;
	}
	#main-menu.mobile-sidebar .menu-cate {
		order: -3;
		background-color: #fff;
		padding: 15px;
	}
	#main-menu.mobile-sidebar .menu-cate > a {
		background: linear-gradient(
			290.37deg,
			rgba(138, 189, 164, 0.5) 9.78%,
			rgba(218, 240, 180, 0.5) 109.56%
		);
		border-radius: 8px;
		border-top: 0;
	}
	#main-menu.mobile-sidebar .menu-cate > a:before {
		content: '\f550';
		font-family: var(--fa6);
		margin-right: 6px;
		opacity: 1 !important;
		visibility: visible !important;
	}
	.nav:not(.nav-slide) .active > .children {
		padding-bottom: 0;
	}
	#main-menu.mobile-sidebar .menu-cate .toggle {
		position: absolute;
		z-index: 2;
		right: 15px;
		width: 40px;
		height: 40px;
		margin: 0;
		top: 20px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
	#main-menu.mobile-sidebar .menu-cate .toggle i:before {
		content: '\f0d7';
		font-family: var(--fa6);
		font-weight: 700;
		color: var(--theme-color);
		font-size: 20px;
	}

	#main-menu.mobile-sidebar .menu-topmobi {
		order: -2;
		background-color: #fff;
		padding: 0 15px;
	}
	#main-menu.mobile-sidebar .menu-topmobi:nth-of-type(1) {
		border-top: 0;
	}
	#main-menu.mobile-sidebar .menu-topmobi .toggle {
		position: absolute;
		z-index: 2;
		right: 15px;
		width: 40px;
		height: 40px;
		margin: 0;
		top: 10px;
	}
	#main-menu.mobile-sidebar .menu-topmobi .toggle i {
		font-size: 20px;
	}
	#header .cart-item .header-cart-link {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		margin-right: 8px;
	}
	#header .header-cart-link .icon-shopping-basket {
		font-size: 22px;
	}
	#masthead .image-icon img {
		max-width: 18px;
	}

	#masthead .image-icon:after {
		top: -14px;
		right: -14px;
		width: 16px;
		height: 16px;
		font-size: 10px;
	}
	.mobile-nav .icon-menu {
		color: #292929;
		margin-right: 15px;
	}
	.mobile-nav .icon-menu:before {
		content: '\f0c9';
		font-family: var(--fa6);
	}

	.off-canvas-right .mfp-content {
		padding: 0;
		margin: 0;
		background-color: #fafafa;
		width: 375px;
	}
	.mobile-sidebar .logo-mobile {
		padding: 22px 30px;
		border-bottom: 1px solid #ddd;
	}
	.mobile-sidebar .logo-mobile img {
		height: 80px;
		object-fit: contain;
	}
	.mfp-close {
		opacity: 1 !important;
		top: 25px;
		right: 30px;
	}
	.mobile-sidebar .info_menu {
		margin-top: auto;
		display: block;
		padding: 0 30px 30px;
	}
	.mobile-sidebar .info_menu ul {
		list-style: none;
	}
	.mobile-sidebar .info_menu ul li {
		color: #777;
		font-size: 14px;
		padding-left: 25px;
		position: relative;
	}
	.mobile-sidebar .info_menu ul li i {
		position: absolute;
		left: 0;
		top: 5px;
	}
	#main-menu.mobile-sidebar {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.category-filtering {
		width: 42px;
		height: 42px;
		background: var(--theme-color);
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 6px 0 0 6px;
		color: #fff;
		font-size: 18px;
		position: fixed;
		right: 0;
		top: 35%;
		z-index: 2;
		border: 1px solid #fff;
		border-left: 0;
	}
	.category-filtering strong {
		display: none;
	}
	.category-filtering .filter-button {
		margin: 0;
	}
	.blog-featured-title + #main .post-sidebar {
		padding-left: 15px;
	}
	.sec-news .blog-grid .image-cover {
		padding-top: 190px !important;
	}
	.sec-news .blog-grid .post-item:first-of-type .image-cover {
		padding-top: 500px !important;
	}
	.sec-news .blog-grid .post-item:first-of-type .box-text {
		padding: 15px;
	}
	#footer .form-contact {
		gap: 20px;
	}
	.page-about1 .col-left {
		padding-right: 15px;
	}
	#wrapper .page-about1 {
		min-height: unset;
	}
	.page-about1 .col-left h2,
	.page-about2 .row-bottom h2,
	.page-about2 .title h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.page-about2 .stack {
		grid-template-columns: repeat(2, 1fr);
	}
	.page-about2 .row-bottom .col-left .col-inner {
		width: 150%;
	}
	.sec-home1 .banner h2 {
		font-size: 50px;
	}
	.sec-home1 .banner .text-inner p {
		font-size: 80px;
	}
	#wrapper .sec-home1 .banner .button.btn-viewall {
		margin-top: 60px;
	}
	.sec-home-5 .row-grid {
		display: grid;
		grid-template-rows: 1fr;
		overflow: auto;
		justify-content: start;
		grid-template-columns: repeat(3, 57%);
	}
	.sec-home-5 .row-grid > .col {
		float: unset;
		flex-basis: 100%;
		max-width: 100%;
	}
	.sec-home-4 .row .product-small.col:nth-of-type(n + 7),
	.sec-home-6 .row .product-small.col:nth-of-type(n + 7) {
		display: none;
	}
	.sec-home-4 .tabbed-content > h4 {
		flex: 100%;
		max-width: 100%;
		text-align: center;
	}
	.sec-home-4 .tabbed-content > .nav {
		justify-content: center;
	}
	
}

@media screen and (min-width: 768px) {
	#main .sec-home1 .slider .flickity-page-dots {
		display: none;
	}
}
@media screen and (max-width: 767.98px) {
	#header .header-main,
	#header .stuck .header-main {
		height: 70px !important;
	}
	.row.blog-top .col-left h2 {
		font-size: 27px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.blog-wrapper .archive-page-header h2.page-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 0;
	}

	.box-blog-post .box-text .cat-label {
		margin-bottom: 10px;
	}
	#main .slider-nav-circle .flickity-button {
		width: 38px !important;
		height: 38px !important;
		min-height: 38px;
		background-color: #fff !important;
	}
	#main .slider-nav-circle .flickity-button.next {
		right: -30px;
		left: unset;
	}
	#main .slider-nav-circle .flickity-button.previous {
		left: -30px;
	}
	#main .slider-nav-circle .flickity-button:before {
		height: 100%;
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--theme-color2) !important;
	}

	.button.btn-viewall:before {
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}

	.blog-wrapper .archive-page-header .col,
	.blog-wrapper .header-single .col,
	.page-banner .col {
		padding: 130px 15px 40px;
	}
	.blog-wrapper .archive-page-header h1.page-title,
	.blog-wrapper .header-single h2,
	.page-banner h1.entry-title {
		font-size: 24px;
		margin-bottom: 0;
	}

	.row.blog-top {
		padding-top: 0;
	}
	.post-sidebar .block_widget .col-item {
		padding: 20px 15px !important;
	}
	.featured-posts .title-post {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.off-canvas-right .mfp-content {
		width: 100%;
	}

	.product-small.col {
		padding: 0 7.5px 20px;
	}

	.slider .flickity-page-dots {
		bottom: 0;
	}
	.blog-wrapper .archive-page-header h1.page-title,
	.blog-wrapper .header-single h2,
	.page-banner h1.entry-title,
	.category-page-title h1.shop-page-title {
		font-size: 26px;
	}
	.archive .category-page-row,
	.product-main,
	.blog-archive .blog-main {
		padding-top: 20px;
	}
	.product-main {
		padding-bottom: 0;
	}
	.product-info {
		padding-top: 20px;
	}
	.related-products-wrapper .product-section-title {
		font-size: 22px;
	}
	.blog-archive .box-text .button {
		display: none;
	}
	.blog-archive .box-text .post-meta {
		margin-bottom: 5px;
	}
	.blog-wrapper .archive-page-header h1.page-title,
	.blog-wrapper .header-single h2,
	.page-banner h1.entry-title,
	.category-page-title h1.shop-page-title,
	.single .featured-title .entry-title {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.blog-wrapper .archive-page-header .col,
	.blog-wrapper .header-single .col,
	.page-banner .col {
		padding-bottom: 40px;
		padding-top: 130px;
	}
	.single .blog-single {
		padding-top: 0;
	}
	#header .header-wrapper:after {
		display: none;
	}
	#header .header-wrapper:before {
		height: 70px;
		right: 70px;
	}
	.mobile-nav .icon-menu {
		margin-right: 5px;
	}
	#header #logo img {
		margin: 0;
	}

	#wrapper .button.btn-viewall {
		height: 40px;
		padding: 0 18px;
	}
	#wrapper .product-small.box .product-title a {
		font-size: 14px;
	}

	.product-small.box .box-text {
		padding: 10px;
	}
	.product-small.box .price-wrapper .amount {
		font-size: 16px;
	}

	#main .sec-news .blog-grid {
		display: block;
	}
	.sec-news .blog-grid .box-blog-post {
		margin-bottom: 25px;
	}
	.sec-news .blog-grid .post-item:first-of-type .image-cover {
		padding-top: 100% !important;
	}
	.box-blog-post .from_the_blog_excerpt {
		font-size: 14px;
	}
	#footer .form-contact {
		display: block;
	}
	.bg-shop {
		background-color: #fff;
	}
	.bg-shop .col-product {
		padding: 0;
	}
	.title-shop h1.shop-page-title {
		font-size: 24px;
	}
	.sortbycate .order-list {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
	}
	.sortbycate .order-list::-webkit-scrollbar {
		display: none;
	}
	.sortbycate .order-list li {
		flex: 0 0 auto;
		white-space: nowrap;
		scroll-snap-align: start;
	}
	body .off-canvas-left .mfp-content {
		max-width: 85% !important;
		width: 310px;
	}
	.single .shop-page-title .rank-math-breadcrumb .last,
	.single .shop-page-title .rank-math-breadcrumb span:nth-last-of-type(2) {
		display: none;
	}
	#main .product-info .single_add_to_cart_button {
		flex: unset;
	}
	.product-info .quantity {
		margin-bottom: 10px;
	}
	.product-main .product-sidebar {
		margin-bottom: 25px;
	}
	.page-about2 .row-bottom .col-left .col-inner {
		width: 100%;
		padding: 25px;
	}
	.page-about2 .stack {
		grid-template-columns: repeat(1, 1fr);
	}
	.page-about1 .col-left h2,
	.page-about2 .row-bottom h2,
	.page-about2 .title h2 {
		font-size: 24px;
	}
	#wrapper .page-about2 {
		padding-bottom: 20px;
	}
	.page-about1 .col-left ul {
		gap: 0 20px;
		flex-direction: column;
	}
	.page-contact .info-contact h2 {
		font-size: 24px;
	}
	.page-contact .form-contact .col-content {
		display: flex;
		flex-direction: column;
		grid-gap: 15px;
	}
	#main .sec-home1 .banner {
		padding-top: 85vh;
	}
	.sec-home1 .banner h2 {
		font-size: 30px;
	}
	.sec-home1 .banner .text-inner p {
		font-size: 55px;
		line-height: 1.2;
	}
	.title h2 {
		font-size: 24px;
	}
	.sec-home-5 .row-grid {
		grid-template-columns: repeat(3, 80%);
	}
	.sec-home-5 .row-grid .banner-layers {
		overflow: hidden;
	}
	#main .sec-news {
		padding: 0;
	}
	.sec-news .title p {
		font-size: 16px;
	}
	#main .sec-home1 .slider-nav-circle .flickity-button {
		display: none;
	}
}
@keyframes ripple_video2 {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		opacity: 0.8;
		transform: translate(-50%, -50%) scale(1.5);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}
@keyframes ripple_video {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		opacity: 0.8;
		transform: translate(-50%, -50%) scale(1.3);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}
@-webkit-keyframes shake_ani {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform: rotate(-30deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform: rotate(30deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform: rotate(-30deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform: rotate(30deg) scale(1) skew(1deg);
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}

@keyframes wave {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: -1600px;
	}
}

@-webkit-keyframes pulseSmall2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(247,128,94, 0.3);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(247,128,94, 0.3);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(247,128,94, 0.3);
	}
}
@-webkit-keyframes pulseSmall {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.44);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	}
}

@-webkit-keyframes pulseSmall2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0.3);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
	}
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}
