:root {
	--theme-color: #1E80CB;
	--theme-color2: #1E82CF;
	--black: #414141;
	--fa6: 'Font Awesome 6 Pro';
	--regular: 'BeVietnamPro-Regular';
	--semi: 'BeVietnamPro-SemiBold';
	--light: 'BeVietnamPro-Light';
	--bold: 'BeVietnamPro-Bold';
	--medi: 'BeVietnamPro-Medium';
}

html {
	overflow-x: hidden;
}
.uxb-wrapper.uxb-wrapper--text {
	position: unset;
}
/* Add fonts */
@font-face {
  font-family: 'BeVietnamPro-Regular';
  src: url('./fonts/BeVietnamPro-Regular.woff2') format('woff2'),
    url('./fonts/BeVietnamPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url('./fonts/BeVietnamPro-Light.woff2') format('woff2'),
    url('./fonts/BeVietnamPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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


/* End add fonts */
/* Format theme */
pre {
	display: none !important;
}
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: var(--bold);
}

b {
	color: #000;
}

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: 22px;
	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;
}

#yith-wcwl-form .wishlist-title {
	margin-bottom: 0;
}
.shop_table.wishlist_table thead,
.shop_table.wishlist_table .product-remove {
	display: none;
}
.shop_table.wishlist_table .wishlist-items-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.shop_table.wishlist_table .wishlist-items-wrapper tr {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-bottom: 30px;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-thumbnail img,
.wishlist_table.mobile li .item-wrapper .product-thumbnail img {
	bottom: 0;
	font-family: 'object-fit: cover;';
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-thumbnail a,
.wishlist_table.mobile li .item-wrapper .product-thumbnail a {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-top: 125%;
	display: block;
	width: 100%;
	border-radius: 6px;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-thumbnail {
	width: 100%;
	max-width: 100%;
	padding: 0;
	order: 1;
}
.shop_table.wishlist_table .wishlist-items-wrapper td {
	border: 0;
	text-align: left;
	padding: 0;
	order: 4;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-name {
	text-align: left;
	order: 3;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-name a {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-weight: 600;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-price {
	margin-bottom: 10px;
	text-align: left;
	display: flex;
	order: 2;
	padding-top: 20px;
	margin-bottom: 0;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-price span.amount {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-price del {
	text-decoration: unset;
	order: 2;
}

.shop_table.wishlist_table .wishlist-items-wrapper .product-add-to-cart a,
.wishlist_table.mobile .additional-info-wrapper a {
	margin: 0px;
}
.shop_table.wishlist_table
.wishlist-items-wrapper
.product-add-to-cart
.add_to_cart_button,
.wishlist_table.mobile .additional-info-wrapper .add_to_cart_button {
	margin-right: 8px;
}
/* End Format theme */
/* Shop */
.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 .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.next {
	right: 0;
}
.slider-nav-circle .flickity-button.previous {
	left: 0;
}
.slider-nav-circle .flickity-button:hover {
	color: #fff;
	background: var(--theme-color);
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
	color: var(--theme-color2);
	font-weight: normal !important;
	font-size: 14px;
	opacity: 1 !important;
}
.rank-math-breadcrumb a {
	color: #000;
}
.shop-page-title .rank-math-breadcrumb {
	margin-bottom: 30px;
}
.woocommerce-ordering select {
	border-radius: 4px;
}
.shop-page-title .banner-shop {
	margin-bottom: 50px;
}
.shop-page-title .banner-shop img {
	border-radius: 12px;
	width: 100%;
	display: block;
}
.shop-page-title .title-shop h1 {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.category-shop .box-category .box-image {
	border-radius: 999px;
	background: #eceff0;
	height: 95px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.category-shop .box-category .box-image div {
	width: fit-content;
	display: flex;
}
.category-shop .box-category .box-image img {
	width: 60%;
	object-fit: contain;
	margin: 0 auto 10px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(-17deg);
	margin-bottom: 0;
}
.category-shop .product-category.col {
	padding-bottom: 0;
}
.category-shop .flickity-button.next,
.sec-home1 .flickity-button.next {
	right: 10px;
}
.category-shop .flickity-button.previous,
.sec-home1 .flickity-button.previous {
	left: unset;
	right: 45px;
}
.category-shop .header-title {
	text-transform: uppercase;
	font-size: 16px;
}
.category-page-row .woocommerce-result-count {
	display: none;
}
.category-page-row .col-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.category-page-row .col-header .shop-page-title {
	margin-bottom: 0;
}
.woocommerce-ordering select {
	font-size: 15px;
	width: 100%;
	display: block;
	height: 35px;
	padding: 0 20px 0 0;
	border-color: transparent;
	border-bottom: 1px solid #000;
	background-color: #fff;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	text-indent: 1px;
	box-shadow: none !important;
}
.woocommerce-ordering select option {
	border-radius: 0;
	font-size: 15px;
	padding: 0 10px;
}
#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: 15px;
	color: #727272;
	position: relative;
	padding: 5px 0 5px 30px;
}
#shop-sidebar .product-categories .cat-item a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li a:before {
	content: '';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	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 {
	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 {
	content: '\f00c';
	font-family: var(--fa6);
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
	font-size: 12px;
}
#shop-sidebar {
	display: flex;
	flex-wrap: wrap;
}
#shop-sidebar .widget {
	width: 100%;
}
#shop-sidebar .widget-title {
	color: #29353e;
	font-size: 18px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: normal;
	font-family: var(--semi);
}
#shop-sidebar .widget-title:after {
	content: '\f077';
	font-family: var(--fa6);
	position: absolute;
	right: 15px;
}
#shop-sidebar .widget.hiden .widget-title:after {
	content: '\f078';
}
#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 {
	content: '\f550';
	font-family: var(--fa6);
	display: inline-block;
	margin-right: 8px;
	width: 20px;
	font-weight: 700;
	color: var(--theme-color)
}
#shop-sidebar #woocommerce_layered_nav-2 .widget-title:before {
	content: '\f06b';
}
#shop-sidebar #woocommerce_layered_nav-2 .widget-title:before {
	content: '\f06b';
}
#shop-sidebar #woocommerce_layered_nav-3 .widget-title:before {
	content: '\e4c4';
}
#shop-sidebar .widget_price_filter .widget-title:before {
	content: '\f02b';
}
#shop-sidebar #woocommerce_layered_nav-4 .woocommerce-widget-layered-nav-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 5px;
}
#shop-sidebar .widget .is-divider,
.post-sidebar .widget .is-divider {
	display: none;
}
#shop-sidebar .widget:not(:last-of-type) {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
}
#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-color2);
}
#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_slider_amount .button {
	width: max-content;
	margin-top: 15px;
	order: 2;
	background-color: #000;
	font-size: 14px;
}
#shop-sidebar .widget_price_filter .price_slider_amount {
	display: flex;
	text-align: left;
	flex-wrap: wrap;
}
#shop-sidebar .widget_price_filter span {
	font-weight: normal;
}
#shop-sidebar .woocommerce-widget-layered-nav-list li {
	border: 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 {
	color: var(--theme-color2) !important;
}
#shop-sidebar .product-categories .cat-item:hover a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover .ux-swatch--color {
	border-color: var(--theme-color);
}
.product-small .box .box-image {
	border-radius: 10px;
	padding-top: 100%;
}
.product-small .box .box-image img {
	object-fit: contain;
}
.product-small.box .product-title {
}
.product-small.box .product-title a {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-family: var(--regular);
	text-align: center !important
}
.product-small.box .product-title a:hover {
	color: var(--theme-color3);
}
.product-small.box .product-title {

}
.product-small.box .price-wrapper .price {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.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,
.shop_table.wishlist_table
.wishlist-items-wrapper
.product-price
del
span.amount {
	font-size: 14px !important;
	line-height: 16px;
	color: #213333;
	margin-left: 10px;
	margin-right: 0;
	position: relative;
	opacity: 1;
	font-weight: normal;
	font-family: var(--regular);
	text-decoration: line-through;
}

.product-small.box .price-wrapper .amount {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-family: var(--bold);
}
.product-small.box .image-tools .wishlist-popup,
.product-small.box .added_to_cart {
	display: none !important;
}
.product-small.box .image-tools.bottom {
	transform: translateY(100%);
	filter: unset;
	pointer-events: all;
	opacity: 0;
	bottom: 20px;
	width: fit-content;
	left: 34%;
	transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out,
		visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out,
		transform 0.4s 0.1s ease-out;
}
.product-small.box .image-tools.top {
	transform: translateY(100%);
	filter: unset;
	pointer-events: all;
	opacity: 0;
	bottom: 20px;
	top: unset;
	right: 34%;
	transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out,
		visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out,
		transform 0.4s 0.15s ease-out;
}
.product-small.box .grid-tools .add-to-cart-grid {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0.125rem 0.25rem rgba(126, 126, 126, 0.075) !important;
	filter: unset;
	background-color: #fff !important;
	color: #000;
	font-size: 20px;
	transition: all 0.3s;
}
.product-small.box .image-tools.top {
	right: 33%;
}
.product-small.box .image-tools.bottom {
	left: 33%;
}

.archive .product-small.box .image-tools.top {
	right: 27%;
}
.archive .product-small.box .image-tools.bottom {
	left: 27%;
}
.product-small.box .grid-tools .add-to-cart-grid:hover {
	background-color: var(--theme-color) !important;
	color: #fff;
}
.product-small.box .grid-tools .add-to-cart-grid:before {
	content: '\f290';
	font-family: var(--fa6);
	font-weight: 300;
	opacity: 1;
}
.product-small.box .image-tools .cart-icon {
	display: none !important;
}
.product-small.box .image-tools {
	display: block !important;
	padding: 0;
}
.product-small.box:hover .image-tools {
	opacity: 1;
}
.product-small.col .badge-container {
	margin-top: 6.5px;
	margin-left: 6.5px;
}
.product-small.col .badge-container .badge-inner {
	background-color: var(--theme-color3);
	border-radius: 5px;
	height: 26px;
	max-height: 26px;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	width: 60px;
	font-family: var(--semi);
}
.product-small.box .box-text {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 15px 20px;
	justify-content: center
}
.product-small.box .title-wrapper {
	width: 100%;
}
.product-small.box .price-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.product-small.box .price-wrapper .product-sku span {
	font-family: var(--semi);
}

.product-small.box .price-wrapper .product-sku {
	line-height: 20px;
	margin-bottom: 2px;
	text-align: left;
}
.product-small.box .price-wrapper .product-star {
	line-height: 20px;
	margin-bottom: 2px;
	text-align: left;
	position: relative;
}
.product-small.box .price-wrapper .product-star:before {
	content: '\f005\f005\f005\f005\f005';
	font-family: var(--fa6);
	font-weight: 700;
	color: var(--theme-color3);
}
.product-small.box .add-to-cart-button a {
	height: 25px;
	width: 100%;
	background-color: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;;
	position: relative;
	z-index: 2;
	font-weight: normal;
	margin: 0;
	border: 0;
	border: 1px solid var(--theme-color2);
	color: var(--theme-color2);
	font-size: 12px;
}
.product-small.box .add-to-cart-button{
	width: 70%;
}

.product-small.box .add-to-cart-button a:hover {
	background-color: var(--theme-color2);
	color: white;
}
.woocommerce-pagination .page-numbers {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li .current {
	border-radius: 6px;
	border: 1.5px solid transparent;
	padding: 0;
	min-width: 30px;
	height: 32px;
	min-height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	font-family: 'Averta-Semibold';
}
.woocommerce-pagination .page-numbers li .current,
.woocommerce-pagination .page-numbers li a:hover {
	background-color: transparent;
	color: var(--theme-color);
	border-color: var(--theme-color);
}
/* End shop */
.woocommerce-pagination .page-numbers {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li .current {
	border-radius: 6px;
	border: 1.5px solid transparent;
	padding: 0;
	min-width: 30px;
	height: 32px;
	min-height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	font-family: 'Roboto-medium';
}
.woocommerce-pagination .page-numbers li .current,
.woocommerce-pagination .page-numbers li a:hover {
	background-color: transparent;
	color: var(--theme-color);
	border-color: var(--theme-color);
}
/* End shop */
.single .shop-page-title .rank-math-breadcrumb {
	margin-bottom: 11px;
}
.single .woocommerce-product-gallery .badge-container {
	margin-top: 14px;
	margin-left: 16px;
}
.single .woocommerce-product-gallery .badge-inner {
	background-color: #000;
	border-radius: 10px;
	width: 65px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}
.single .woocommerce-product-gallery img,
.single .product-thumbnails img {
	background-color: #eceff0;
	bottom: 0;
	font-family: 'object-fit: cover;';
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	transform: unset !important;
}
.single .woocommerce-product-gallery .slide a {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 100%;
	display: block;
	border-radius: 10px;
}
.single .woocommerce-product-gallery .image-tools.bottom {
	display: none;
}
.single .product-thumbnails a {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 100%;
	display: block;
	border-radius: 10px;
}
.single .product-gallery {
	padding-right: 30px;
	overflow: hidden;
}
.single .product-gallery .woo-variation-product-gallery {
	margin-bottom: 0;
}

.single .product-gallery .col {
	padding-bottom: 0;
}
.single .product-gallery .col.large-10 {
	padding-left: 24px;
}
.single .product-info {
	margin-left: 0;
	background-color: #F2FCFF;
	border-radius: 10px;
	padding: 33px 38px;
}
.single .product-info .variations label {
	font-size: 14px;
	font-weight: normal !important;
	line-height: 1.4;
	margin: 3px 0;
}
.single .product-info .variations .ux-swatch-selected-value {
	font-size: 15px;
	font-family: 'Roboto-medium';
}
.single .product-summary table tr + tr {
	margin-top: 15px;
	display: block;
	border: 0;
}
.single .product-info .ux-swatch--color,
.single .product-info .ux-swatch--label {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	color: #000;
	width: 65px;
	height: 40px;
}
.single .product-info .ux-swatch--label {
	background-color: #fafafa;
	font-family: var(--medi);
}
.single .product-info .ux-swatch--color .ux-swatch__color {
	border-radius: 15px;
}
.single .product-info .ux-swatch--image {
	border-radius: 6px;
	width: 65px;
	height: 65px;
}
.single .product-info .ux-swatch--image img {
	border-radius: 6px;
}
.single .vertical-thumbnails {
	padding-top: 25px;
}
.single .vertical-thumbnails::-webkit-scrollbar {
	display: none;
}
.single .vertical-thumbnails .product-thumbnails {
	height: 97%;
	overflow: hidden;
}
.qty-text {
	display: flex;
	height: 40px;
	align-items: center;
	margin-right: 5px;
}

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

.product-info .single_add_to_cart_button,
.product-info .single_buynow_button {
	background: #fff;
	color: #070707;
	border: 1px solid var(--theme-color);
	opacity: 1;
	box-shadow: unset;
	width: calc(50% - 10px);
	margin: 0;
	height: 50px;
	margin-right: 10px;
	margin-top: 18px;
	border-radius: 6px;
}
.product-info .single_buynow_button{
	color: var(--theme-color)
}
.product-info .single_add_to_cart_button {
	border-color: var(--theme-color);
	color: #fff;
	background-color: var(--theme-color);
}
.product-info .single_buynow_button {
	margin-left: 10px;
	margin-right: 0;
}
.product-info .yith-wcwl-add-to-wishlist {
	display: none;
}
.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: 8px;
	border: 1px solid #000;
	width: 100px;
	justify-content: space-between;
}
.quantity .button.minus {
	border-radius: 8px 0 0 8px;
	width: 25px;
	font-size: 16px;
}
.quantity .button.plus {
	border-radius: 0 8px 8px 0;
	width: 25px;
	font-size: 16px;
}
.product-info .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.product-info .quantity {
	margin-right: 30%;
	margin-bottom: 0;
}
.btn-xemthem {
	/* position: absolute; */
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	letter-spacing: 0.03em;
	width: 100%;
}
.btn-xemthem button {
	border: 0 !important;
	margin: 0;
	font-size: 16px;
	background-color: transparent !important;
	color: #000 !important;
	font-weight: 500;
	box-shadow: none !important;
}
.btn-rutgon {
	display: none;
}
.btn-rutgon.show {
	display: flex;
	justify-content: center;
	width: calc(100% - 30px);
}
.btn-rutgon button {
	background-color: transparent !important;
	border: 0 !important;
	color: #333 !important;
	font-weight: 500;
	margin: 0;
	box-shadow: none !important;
}
.btn-rutgon button:hover {
	color: var(--theme-color2) !important;
}
.single .woocommerce-Tabs-panel--description.active.show {
	height: inherit;
}
.woocommerce-tabs ul.tabs {
	background-color: #E0F7FF;
	border-radius: 10px;
	padding: 0 17px;
	margin-bottom: 20px;
}
.woocommerce-tabs ul.tabs a {
	padding: 10px;
	font-size: 20px;
}
.woocommerce-tabs ul.tabs li a:before {
	display: none;
}
.woocommerce-tabs ul.tabs li.active a:after,
.woocommerce-tabs ul.tabs li:hover a:after {
	content: '';
	width: 100%;
	display: block;
	height: 2px;
	top: unset;
	bottom: 0;
	position: absolute;
	background-color: var(--theme-color);
	left: 0;
}
.product-footer .woocommerce-tabs {
	border: 0;
}
.product-gallery .woo-variation-gallery-slider-wrapper .slick-list img {
	bottom: 0;
	font-family: 'object-fit: cover;';
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	background-image: url(/wp-content/uploads/2023/10/Rectangle-1690.webp);
	background-size: 100% 100%;
	border-radius: 10px
		/*   background-color: #eceff0; */
}
.product-gallery
.woo-variation-gallery-slider-wrapper
.wvg-single-gallery-image-container {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 100%;
	border-radius: 10px;
}
.woo-variation-gallery-thumbnail-position-left-bottom
.woo-variation-gallery-container
.woo-variation-gallery-slider-wrapper {
	margin-left: 30px;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
	bottom: 0;
	font-family: 'object-fit: cover;';
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	background-color: #eceff0;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image div {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 100%;
	border-radius: 10px;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
	margin: 7.5px 0;
}
.woo-variation-gallery-wrapper {
	min-height: unset !important;
	max-height: 540px;
	overflow: hidden;
}
.woo-variation-gallery-thumbnail-position-left-bottom
.woo-variation-gallery-container
.woo-variation-gallery-thumbnail-wrapper {
	max-width: 100px;
	padding-top: 30px;
}

.single
.product-gallery
.woo-variation-gallery-container
.woo-variation-gallery-thumbnail-wrapper
.slick-arrow {
	opacity: 1;
	visibility: visible;
	background: transparent;
	font-size: 30px;
}
.single
.product-gallery
.woo-variation-gallery-container
.woo-variation-gallery-thumbnail-wrapper
.slick-arrow:before {
	color: var(--theme-color2);
}
.single
.product-gallery
.woo-variation-gallery-container
.woo-variation-gallery-thumbnail-wrapper
.wvg-thumbnail-prev-arrow {
	top: -30px;
}
.single
.product-gallery
.woo-variation-gallery-container
.woo-variation-gallery-thumbnail-wrapper
.wvg-thumbnail-next-arrow {
	bottom: -30px;
}
.product-info h1.product-title {
	font-size: 24px;
}
.product-info .price-wrapper del {
	order: 2;
	text-decoration: unset;
	margin-left: 15px;
	line-height: 20px;
	position: relative;
}
.product-info .price-wrapper del:before {
	content: '';
	width: 100%;
	display: inline-block;
	position: absolute;
	border: 2.5px solid var(--theme-color);
	opacity: 1;
	border-radius: 25% 9% 0 0;
	height: 23px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	top: 12px;
	transform: rotate(-4deg);
}

.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-color);
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
.product-info .price-wrapper del .amount {
	color: #bcc5c0;
	font-size: 16px;
}
.product-info .price {
	margin: 0 0 15px !important;
	display: flex;
	align-items: flex-end;
}
#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;
}
.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;
}
.single .banner-shop img {
	border-radius: 12px;
}
.single .banner-shop {
	margin: 25px 0 70px;
}
/* End Single-product */
/* blog-archive */
.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 {
	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: 200px 15px 50px;
	z-index: 3;
}
.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 5.4px;
	margin-top: 0;
	color: #fff;
	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: transparent linear-gradient(270deg, var(--theme-color) 0%, var(--theme-color2) 100%) 0%
		0% no-repeat padding-box;
	opacity: 0.3;
}
.rank-math-breadcrumb p {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
	color: #fff;
	font-weight: normal;
}
.blog-archive .row-blog {
	margin-top: 80px;
}
.row-divided > .col + .col:not(.large-12) {
	border-left: 0 !important;
}
.blog-archive .col-main .box-blog-post,
.featured-posts .box-blog-post {
}

.blog-archive .box-image img {
	transition: all 0.4s ease;
}
.blog-archive .box-blog-post:hover img {
	transform: scale(1.1);
}
.blog-archive .box-text {
	padding: 25px 0 0;
	position: unset;
}
.blog-archive .box-blog-post {
	padding-bottom: 30px;
}
.blog-archive .box-blog-post .post-title {
	font-size: 20px;
	font-family: var(--semi);
	font-weight: normal;
	margin: 10px 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #12022f;
	height: 52px;
}
.blog-archive .box-blog-post .from_the_blog_excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 25px;
}
.blog-archive .box-blog-post .post-title:hover,
.featured-posts .box-blog-post .post-title:hover {
	color: var(--theme-color2);
}


.post-sidebar .block_widget .col-item {
	border: 1px solid #f3f3f3;
	border-radius: 6px;
	padding: 30px !important;
}
.post-sidebar .block_widget .col-item + .col-item {
	margin-top: 40px;
}
.post-sidebar .box-blog-post {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 20px;
}
.post-sidebar .box-blog-post .box-image {
	width: 120px !important;
	flex-shrink: 0;
	border-radius: 6px;
}
.post-sidebar .box-blog-post .box-text {
	padding: 0 0 0 15px;
}
.post-sidebar .box-blog-post .post-title {
	font-size: 17px;
	margin-bottom: 10px;
	font-family: 'Averta-Semibold';
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.post-sidebar .col.post-item:last-of-type,
.post-sidebar .product-small.col:last-of-type {
	padding-bottom: 5px;
}
.post-sidebar .col.post-item:last-of-type .box-blog-post,
.post-sidebar .product-small.col:last-of-type .product-small.box {
	padding-bottom: 0;
	border: 0;
}
.post-sidebar .section-title {
	margin-bottom: 0;
}
.post-sidebar .section-title-main,
.post-sidebar .widget-title {
	margin: 0;
	border-bottom: 0;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: 'Averta-Semibold';
	padding-bottom: 0;
	font-size: 20px;
	display: block;
}
.post-sidebar .product-small.box .box-image {
	padding-top: 56.25%;
}
.post-sidebar .product-small.box img {
	bottom: 0;
	font-family: 'object-fit: cover;';
	height: 100%;
	left: 0;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.post-sidebar .product-small.box {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
}
.post-sidebar .product-small.box .box-image {
	width: 120px !important;
	flex-shrink: 0;
	padding-top: 90px;
}
.post-sidebar .product-small.box .box-text {
	padding: 0 0 0 15px;
}
.post-sidebar .product-small.box .title-wrapper {
	order: 1;
}
.post-sidebar .product-small.box .title-wrapper a {
	margin: 0 0 13px;
}
.post-sidebar .widget_tag_cloud {
	border: 1px solid #f3f3f3;
	border-radius: 6px;
	padding: 30px !important;
}
.post-sidebar .tagcloud {
	padding-bottom: 0;
}
.post-sidebar .tagcloud a {
	height: 40px;
	padding: 0 20px;
	display: inline-block;
	line-height: 35px;
	border-radius: 50px;
	border-color: #e3e6e9;
	font-size: 14px !important;
}
.nav-pagination li a,
.nav-pagination li span {
	font-size: 18px;
	width: 42px;
	height: 42px;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e3e6e9;
	font-weight: normal;
}
.nav-pagination li i {
	transform: translateY(1px);
}
/* End blog-archive */
/* blog-single */
/* .blog-single .large-12.col {
	max-width: 900px;
} */
.single .blog-featured-title {
	margin-bottom: 40px;
}
.blog-single h1.entry-title {
	font-size: 36px;
}
.blog-single .entry-content {
	padding-bottom: 0;
}
.blog-single .box-image-detail {
	margin-bottom: 36px;
}

.blog-share .social-icons {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
}
.blog-share {
	border-top: 1px solid #c9c9c9;
	padding-top: 20px;
	margin-top: 40px;
}
.blog-share .social-icons span {
	font-size: 16px;
	color: #777;
	font-weight: normal;
	padding-right: 0;
	margin-bottom: 10px;
}
.featured-posts {
	margin-top: 50px;
}
.blog-share a.icon {
	color: var(--theme-color3);
	font-size: 18px;
	margin: 5px 10px;
}
.box-postdate span {
	background: #919191;
	color: #fff;
	padding: 3px 10px;
	font-size: 14px;
	border-radius: 50px;
	z-index: 2;
	position: relative;
}
.box-postdate {
	position: relative;
}
.box-postdate:before {
	content: '';
	width: 100%;
	display: block;
	border-bottom: 1px solid #9191912e;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.post {
	margin-bottom: 0;
}
.featured-posts .title-post {
	font-size: 28px;
	margin-bottom: 30px;
}
.featured-posts .box-blog-post .image-cover {
	border-radius: 6px;
}

.featured-posts .box-blog-post .box-text {
	padding: 20px 0 0;
	display: flex;
	flex-direction: column-reverse;
}
.featured-posts .box-blog-post .box-text h3 {
	font-size: 16px;
	font-family: var(--semi);
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 7px;
	height: 40px;
	line-height: 20px

}
.featured-posts .box-blog-post .box-text .button:after {
	margin-left: 4px;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button {
	border-radius: 6px;
	background: #f6f7fb;
	opacity: 1;
	width: 50px;
	height: 50px;
	top: -80px;
	transform: unset !important;
	margin: 0;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button.next {
	right: 15px;
	left: unset;
}
.featured-posts
.slider-nav-outside.slider-nav-circle
.flickity-button.previous {
	left: unset;
	right: 75px;
}
.featured-posts .flickity-button svg {
	border-radius: 6px;
	border: 0;
	padding: 16px;
	fill: #777777;
	transition: unset;
}
.featured-posts .list-post {
	position: relative;
}
/* End blog-single */
/* Page abountus */

/* End page abountus */
/* page-contact */
.section.page-contact {
	margin-top: -300px;
}
.section.page-contact .row:first-of-type {
	margin-bottom: 30px;
}

.img-contact .overlay {
	background-color: transparent;
	background-image: linear-gradient(180deg, #00000000 4%, #000000 100%);
	opacity: 0.8;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.page-contact form {
	margin-bottom: 0;
}
.page-contact .col-info .stack {
	flex-direction: column;
}
.page-contact .col-info {
	padding-right: 45px;
}
.page-contact .col-info .icon-box {
	border: 1px solid #dddddd8c;
	padding: 15px;
	align-items: center;
	border-radius: 5px;
}
.page-contact .col-info .icon-box + .icon-box {
	margin-top: 20px !important;
}
.page-contact .col-info .icon-box img {
	padding: 0;
}
.page-contact .icon-box h3 {
	margin-bottom: 2px;
}
.page-contact .col-info .col-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-contact .col-info h2 {
	font-family: var(--bold);
	margin-bottom: 30px;
	color: #fff;
	font-size: 36px;
	padding-top: 30px;
}
.page-contact .col-info .title p {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}
.page-contact .col-info ul {
	list-style: none;
}
.page-contact .col-info li {
	margin-left: 0;
	padding-left: 24px;
	position: relative;
}

.page-contact .col-info li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: var(--theme-color);
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 9px;
}
.page-contact .form-contact__submit .button {
	margin-top: 0;
	font-size: 18px;
	min-width: 180px;
	border-radius: 50px;
	color: white
}

/* End page-contact */
/* header */


#header .searchform {
	max-width: 500px;
}
#header .searchform .flex-col {
	padding: 0;
}
#header .searchform input[type='search'] {
	height: 34px;
	background-color: #71B565;
	border-radius: 50px;
	box-shadow: none;
	padding: 0 35px 0 15px;
	font-size: 14px;
	border: 0;
	color: white !important
}
#header .searchform input[type='search']::placeholder{
	color: white !important
}
#header .searchform .button.icon {
	height: 40px;
	border-radius: 0 6px 6px 0;
	top: 0;
	right: 0;
	color: white !important
}
#header .icon-search {
	font-size: 20px;
}
#header .icon-search:before {
	content: '\f002';
	font-family: var(--fa6);
	font-weight: 300;
}

/* End header */

/* ===Home=== */

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

#main .slider .flickity-page-dots li.is-selected {
	opacity: 1;
	width: 10px;
	height: 10px;
}
#main .slider .flickity-page-dots {
	bottom: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* sec-banner-home */
.sec-banner-home .box {
	display: flex;
	max-width: 1200px;
}
.sec-banner-home .box .box-image {
	flex-basis: 66.6666666667%;
	max-width: 66.6666666667%;
	padding-right: 80px;
	padding-top: 10px;
	overflow: unset;
}
.sec-banner-home .box .box-image:before {
	content: '';
	position: absolute;
	width: 70vw;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: transparent
		linear-gradient(49deg, #fef4f3 0%, #ffffff 50%, #fef4f3 100%);
}
.sec-banner-home .box .image-cover {
	border-radius: 800px 800px 0 0;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
		#dfc3bf 0px 50px 100px -20px, #dfc3bf 0px 30px 60px -30px;
	box-shadow: #dfc3bf 0px 30px 60px -12px, #dfc3bf 0px 18px 36px -18px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(-100px);
	transform: translateY(100px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.sec-banner-home .is-selected .box .image-cover {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}
.sec-banner-home .box .box-text {
	flex: 1;
	background-color: var(--theme-color2);
	padding-top: 80px;
	padding-left: 80px;
	position: relative;
}
.sec-banner-home .slider .col {
	padding-bottom: 0;
	background-color: var(--theme-color2);
}

.sec-banner-home .box .box-text p {
	font-size: 18px;
	line-height: 1.5;
}
.sec-banner-home .is-selected .box .box-text p {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	opacity: 1;
}
.sec-banner-home .button.btn-view {
	transition: all 1300ms ease;
	margin-top: 20px;
}
.sec-banner-home .is-selected .button.btn-view {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
	opacity: 1;
}

.button.btn-view {
	font-size: 16px;
	font-weight: normal;
	color: var(--theme-color3) !important;
	font-family: var(--semi);
	position: relative;
	min-width: 150px;
	text-align: left;
	margin: 15px 0 0;
	padding-bottom: 14px;
}
.button.btn-view:before {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid var(--theme-color3);
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.button.btn-view:after {
	content: '';
	width: 105px;
	height: 10px;
	display: block;
	position: absolute;
	background: url(./images/thin-next.webp) no-repeat center;
	background-size: contain;
	right: 15px;
	bottom: 12px;
}
.button.btn-view.btn-black {
	color: var(--black) !important;
}
.button.btn-view.btn-black:after {
	background: url(./images/black-next.webp) no-repeat center;
	background-size: contain;
}
.button.btn-view.btn-black:before {
	border-color: var(--black);
}
.row.slider-review {
	max-width: 640px;
	position: absolute;
	right: 0;
	bottom: 40px;
	z-index: 99;
}
.row.slider-review > .col {
	padding: 0;
}
.slider-review .box {
	display: flex;
}
.slider-review .box .box-image {
	max-width: 180px !important;
	flex-shrink: 0;
	order: 1;
	width: 180px !important;
}

.row.slider-review > .col.col-left {
	flex-basis: 85px;
	max-width: 85px;
	background-color: #ec8585;
	flex-shrink: 0;
	border-radius: 12px 0 0 12px;
}
.row.slider-review > .col.col-left .col-inner {
	height: 100%;
}
.row.slider-review > .col.col-right {
	flex: 1;
	max-width: 100%;
}

.slider-review .col-inner .title {
	width: 85px;
	background-color: #ec8585;
	flex-shrink: 0;
	border-radius: 12px 0 0 12px;
	position: relative;
}

.slider-review .col-inner h3 {
	color: #fff;
	margin: 0;
	text-align: center;
	position: absolute;
	left: 11px;
	background: none;
	transform-origin: 0 0;
	transform: rotate(270deg);
	width: 162px;
	bottom: -10%;
	height: fit-content;
	text-transform: uppercase;
	font-size: 20px;
	font-family: var(--semi);
}
.slider-review .slider-wrapper {
	flex: 1;
	padding: 20px 15px 20px 25px;
	background-color: #fff;
}
.slider-review .slider-wrapper .box-text {
	padding: 0 35px 0 0;
}
.slider-review .slider-wrapper .box-text h4 {
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 0;
}
.slider-review .slider-wrapper .box-text p {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.slider-review .slider-wrapper .col {
	padding-bottom: 0;
}
.slider-review .slider-wrapper .image-cover {
	border-radius: 5px;
}
.sec-banner .flickity-page-dots {
	bottom: 15px;
}
/* End sec-banner-home */

.title-home .section-title-main {
	border-bottom: 0;
	font-size: 36px;
	text-transform: unset;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.product-small .box .box-image img {
	bottom: 0;
	font-family: 'object-fit: cover;';
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/* sec-home1 */
.sec-home1 .button.btn-view {
	margin-top: 0;
}
.sec-home1 .flickity-viewport .flickity-slider {
	padding: 0px calc((100% - 1440px) / 2);
}
.sec-home1 .title-home .section-title-main {
	text-align: left;
}
.sec-home1 .slick-arrow {
	top: -125px;
	transform: translateY(0);
	bottom: auto;
	left: auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(
		222.81deg,
		#ffffff 8.16%,
		rgba(255, 255, 255, 0) 108.59%
	),
		linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
}
.sec-home1 .slick-arrow:hover {
	background-color: var(--theme-color);
}

.sec-home1 .slick-arrow.slick-prev:before,
.sec-home1 .slick-arrow.slick-next:before {
	width: 40px;
	height: 10px;
	content: '';
	display: inline-block;
	background-image: url(./images/Vector-6.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	right: 17px;
}
.sec-home1 .slick-arrow.slick-prev:before {
	transform: rotate(180deg);
	position: relative;
	left: 17px;
	top: -1px;
}
.sec-home1 .slick-arrow.slick-prev {
	right: calc(10% + 185px);
}
.sec-home1 .slick-arrow.slick-next {
	right: 10%;
}
.sec-home1 .slick-arrow:hover:before {
	color: #fff;
}
.sec-home1 .slick-dots {
	font-size: 18px;
	color: #ababab;
	position: absolute;
	top: -118px;
	right: calc(10% + 70px);
	bottom: unset;
	left: unset;
	width: 100px;
}
.slick-dots li {
	width: 100%;
	color: #000;
	height: auto;
}
.sec-home1 .slick-dots li:not(.slick-active) {
	display: none;
}
.sec-home1 .title {
	margin-bottom: 60px;
}
.title .section-title {
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 60px;
}
.title .section-title .number-title {
	font-family: var(--semi);
	margin: 0 25px 0 0;
	font-size: 100px;
	line-height: 75px;
	color: #e5c7ce;
}
.title .section-title span {
	border-bottom: 0;
	padding: 0;
	margin-right: 0;
}
.title .section-title .section-title-main {
	font-size: 36px;
	line-height: 1;
	position: relative;
}
.title .section-title .section-title-main:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 2px;
	background-color: var(--theme-color4);
	position: absolute;
	top: -20px;
}
.sec-home1 {
	text-align: center;
}
.sec-home1 .slider-nav-circle .flickity-button {
	top: -80px;
}

.sec-home1 .slider-nav-circle .flickity-button.previous {
	right: 100px;
	left: unset;
}
.sec-home1 .slider-nav-circle .flickity-button:hover {
	background-color: #fff;
	border-color: var(--theme-color3);
}
/* End sec-home1 */
/* sec-home2 */
.sec-home2 .row-top .box {
	display: flex;
	align-items: center;
}
.sec-home2 .row-top .box-image {
	width: 50% !important;
	flex-shrink: 0;
}
.sec-home2 .row-top .box-text {
	padding: 0 0 0 140px;
}
.sec-home2 .row-top .box-text h3 {
	font-size: 34px;
	margin-bottom: 30px;
}
.sec-home2 .row-top .box-text p {
	margin-bottom: 20px;
	margin-top: 0;
}
.sec-home2 .slider-nav-circle .flickity-button.next {
	right: unset;
	left: 110px;
}
.sec-home2 .slider-nav-circle .flickity-button {
	top: unset;
	bottom: 0;
}
.slider-nav-circle .flickity-button.previous {
	left: 15px;
}
.sec-home2 .row-bottom {
	margin-top: 100px;
	background: #fff;
	max-width: 1170px;
	padding: 100px 85px;
}
.sec-home2 .row-bottom .title .section-title {
	justify-content: center;
}
.sec-home2 .row-bottom .content p {
	text-align: center;
}
.sec-home2 .row-bottom .col-title {
	text-align: center;
	padding-bottom: 0;
}
.sec-home2 .row-bottom .col-img .col-inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0 44px;
	align-items: flex-end;
	margin-top: -35px;
}
.sec-home2 .row-bottom .col-img .img {
	margin-bottom: 0;
}
.sec-home2 .row-bottom .img:first-of-type .image-cover {
	border-radius: 0 150px 150px 150px;
}
.sec-home2 .row-bottom .img:nth-of-type(2) .image-cover {
	border-radius: 0 0 150px 150px;
	padding-top: calc(150% - 50px) !important;
}
.sec-home2 .row-bottom .img:nth-of-type(3) .image-cover {
	border-radius: 150px 150px 0 150px;
}
/* End sec-home2 */
/* sec-home3 */
.sec-home3 .box {
	display: flex;
	padding: 20px 20px 20px 85px;
	background: #fff;
	align-items: center;
	margin-top: 18px;
	border-radius: 0 0 0 16px;
}
.sec-home3 .box:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: calc(100% + 18px);
	background-color: var(--theme-color3);
	border-radius: 16px 0 0 16px;
}
.sec-home3 .box-text h4 {
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 0;
}
.sec-home3 .box-text p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.sec-home3 .box-text {
	padding: 15px 35px 15px 0;
}
.sec-home3 .box-image {
	max-width: 180px !important;
	flex-shrink: 0;
	order: 1;
	width: 180px !important;
}
.sec-home3 .box-image .image-cover {
	border-radius: 6px;
}
.sec-home3 .slider-nav-circle .flickity-button.next {
}
.sec-home3 .slider-nav-circle .flickity-button {
	top: -95px;
}
.sec-home3 .slider-nav-circle .flickity-button.next {
	right: 15px;
}
.sec-home3 .slider-nav-circle .flickity-button.previous {
	right: 105px;
	left: unset;
}
/* End sec-home3 */
/* sec-home4 */
.sec-home4 .title .section-title {
	justify-content: center;
}
.sec-home4 .box-image img {
	object-fit: contain;
}
.sec-home4 .slider-nav-circle .flickity-button.next,
.sec-home4 .slider-nav-circle .flickity-button.previous {
	bottom: -14px;
	top: unset;
}
.sec-home4 .slider-nav-circle .flickity-button.next {
	right: 40%;
}
.sec-home4 .slider-nav-circle .flickity-button.previous {
	left: 40%;
}
/* End sec-home4 */
/* sec-home5 */
.sec-home5 {
	text-align: center;
	background: transparent
		linear-gradient(49deg, #fef4f3 0%, #ffffff 50%, #fef4f3 100%);
}
.sec-home5 .blog-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.sec-home5 .blog-grid .post-item:first-of-type {
	grid-row: span 3;
	padding-bottom: 0;
	padding-right: 10px;
}
.sec-home5 .blog-grid .post-item:first-of-type .image-cover {
	padding-top: 65%;
}
.sec-home5 .post-item:nth-of-type(n + 2) .box {
	display: flex;
	flex-wrap: wrap;
}
.sec-home5 .post-item .box-image .image-cover {
	border-radius: 5px;
	border-radius: 10px;
}
.sec-home5 .post-item:nth-of-type(n + 2) .box-image {
	width: 47.6%;
	max-width: 212px;
	flex-shrink: 0;
	margin-right: 25px;
}
.sec-home5 .post-item:nth-of-type(n + 2) .box-text {
	flex: 1;
	padding: 0;
}
.sec-home5 .post-item:nth-of-type(n + 2) {
	padding-bottom: 20px;
}
.sec-home5 .post-item .box-text-inner {
	display: flex;
	flex-wrap: wrap;
}
.sec-home5 .post-title {
	font-size: 18px;
	line-height: 25px;
	font-family: var(--semi);
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	margin-top: 0;
}
.sec-home5 .post-meta {
	order: 1;
	display: block;
	width: 100%;
	font-size: 14px;
	opacity: 1;

	position: relative;
}
.sec-home5 .post-meta:before {
	content: '\f073';
	font-family: var(--fa6);
	font-weight: 300;
	margin-right: 6px;
}

.sec-home5 .from_the_blog_excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
#main .section.sec-home5 {
	padding-bottom: 180px !important;
}
/* End sec-home5 */
/* ===End home=== */
/* Footer */
.back-to-top.button.icon {
	background-color: var(--theme-color);
	color: #fff;
	width: 30px;
	height: 30px;
}
#footer .section-footer {
	background-color: #f9e2dc;
}
#footer .row-top {
	max-width: 1200px;
	background-color: #fff;
	border-radius: 12px;
	margin-top: -135px;
	position: relative;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
	padding: 15px 60px;
	margin-bottom: 48px;
}
#footer .row-top .col-left .title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 25px;
}
#footer .row-top .col-left .title p {
	margin-bottom: 0;
}
#footer .row-top .col-left .title p:first-of-type {
	font-size: 24px;
	line-height: 30px;
	font-family: var(--bold);
	font-style: italic;
	color: #292929;
}
#footer .row-top .col-left {
	border-right: 1px solid #99abab;
	padding-right: 60px;
	padding-top: 35px;
}
#footer .row-top .stack {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0 15px;
}
#footer .row-top .stack .image-cover {
	border-radius: 6px;
}
#footer .row-top .col-right {
	padding-left: 60px;
	padding-top: 35px;
}
#footer .row-bottom {
	padding: 0 0 40px;
}
#footer .row-bottom .col {
	padding-bottom: 0;
	text-align: center;
}
#footer .row-bottom .col-1 {
	padding-right: 70px;
	border-right: 1px solid #c7bab4;
	display: flex;
	align-items: center;
}
#footer .row-bottom .col-2 {
	padding: 0 70px;
	border-right: 1px solid #c7bab4;
}
#footer .row-bottom .col-3 {
	padding-left: 70px;
}
#footer .ux-menu .ux-menu-link,
#footer .ux-menu .ux-menu-title {
	justify-content: center;
}
#footer .ux-menu .ux-menu-link {
	min-height: unset;
}
#footer .ux-menu .ux-menu-link__link {
	justify-content: center;
	min-height: 30px;
	color: #292929;
}
#footer .ux-menu .ux-menu-title {
	font-weight: normal;
	font-family: var(--bold);
	font-size: 18px;
	min-height: unset;
}
.form-home {
	text-align: center;
}
.form-home .title h3 {
	text-transform: uppercase;
	font-size: 23px;
	margin-bottom: 0;
}
.form-home .title p {
	margin-bottom: 20px;
}
.form-home input[type='email'] {
	text-align: center;
	background-color: #fe7c7c;
	border: 0;
	box-shadow: none;
	border-radius: 50px;
	height: 48px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}
.form-home input[type='email']::placeholder {
	color: #fff;
	opacity: 1;
}

.form-home input[type='email']:-ms-input-placeholder {
	color: #fff;
}
.form-home .wpcf7-submit {
	color: #333333;
	width: 100%;
	height: 52px;
	border-radius: 52px;
	background-color: #fff;
	border: 1px solid #333333;
	margin: 20px 0 0;
	font-weight: normal;
	font-family: var(--semi);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none !important;
	font-size: 16px;
}
.form-home .wpcf7-submit span {
	display: block;
	line-height: 1;
}
#footer .form-home .wpcf7-submit i {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #333;
	border-radius: 50%;
	bottom: 0;
	right: 0;
	margin-left: 35px;
	transform: translateY(4px);
}
#footer .form-home .wpcf7-submit i:after {
	content: '';
	width: 45px;
	height: 10px;
	display: block;
	position: absolute;
	background: url(./images/black-next.webp) no-repeat;
	background-size: cover;
	background-position: center right;
	right: 14px;
	bottom: 12px;
}
#footer .social-icons {
	margin-top: 25px;
}
#footer .social-icons span {
	font-weight: normal;
	font-family: var(--bold);
	font-size: 18px;
	min-height: unset;
	padding: 0;
	display: block;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#footer .social-icons a.icon {
	font-size: 18px;
	color: #292929;
	margin: 0 9px;
}
#footer .social-icons a.icon:first-of-type {
	margin-left: 0;
}

#footer .copyright-footer {
	font-size: 13px;
	line-height: 22px;
	padding: 6px 0;
}

#footer .footer-nav {
	display: none;
}


/* End Footer */
/* page-abount */
.page-about-2 .section-content:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: url(/wp-content/uploads/2023/10/Frame.jpeg);
	width: 1057px;
	aspect-ratio: auto 1057 / 1214;
	height: 1214px;
	z-index: 0;
}
.page-about-1 h5 {
	font-size: 16px;
	color: var(--theme-color);
	margin-bottom: 12px;
}
.page-about-1 h2,
.page-about-2 .text-top h2 {
	font-size: 36px;
	font-family: var(--regular);
	text-transform: uppercase;
}
.page-about-1 h2 strong,
.page-about-2 .text-top h2 strong {
	font-family: var(--extra);
}
.page-about-1 .col-left {
	padding-right: 30px;
}
.page-about-1 .col-right {
	padding-left: 30px;
}
.page-about-1 .col-left p {
	text-align: justify;
}
.page-about-1 .col-right .image-cover {
	border-radius: 10px;
}
#main .page-about-1 {
	padding-bottom: 30px;
}
.page-about-2 .text-top {
	margin-bottom: 60px;
}
.page-about-2 .stack {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0 54px;
	counter-reset: my-counter2;
}
.page-about-2 .stack .box {
	counter-increment: my-counter2;
}
.page-about-2 .stack .box:nth-of-type(2n) {
	margin-top: 60px !important;
}
.page-about-2 .stack .box-image {
	margin-bottom: -40px;
}
.page-about-2 .stack .box-image:before {
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.666599) 37.5%,
		rgba(255, 255, 255, 0.840413) 64.06%,
		#ffffff 100%
	);
	width: 100%;
	content: '';
	position: absolute;
	height: 120px;
	bottom: 0;
	z-index: 1;
}
.page-about-2 .stack .box-text {
	position: relative;
	margin-left: 40px;
	border-left: 1px solid var(--theme-color);
	padding-left: 35px;
	padding-top: 60px;
	width: calc(100% - 40px);
	padding-bottom: 0;
	z-index: 2;
}
.page-about-2 .stack .box-text:before {
	content: '0' counter(my-counter2);
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -100%);
	color: var(--theme-color);
	font-size: 40px;
	font-family: var(--bold);
}

.page-about-2 .stack .box-text p {
	font-size: 15px;
	color: #333333;
	line-height: 1.6;
	margin-bottom: 0;
	text-align: justify;
}
.page-about-3 .col-img {
	padding-left: 0;
}
.page-about-3 .col-text > .col-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 70px 130px;
}
.page-about-3 .col-text:before {
	position: absolute;
	background: #F2FCFF;
	content: '';
	width: calc(100% + 335px);
	height: calc(100% + 120px);
	left: -335px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 6px 0 0 6px;
}
.page-about-3 .col-img {
	z-index: 2;
}

.page-about-3 .text-top {
	position: relative;
	z-index: 2;
	margin-bottom: 70px;
}
.page-about-3 .col-text {
	padding: 0 calc(calc(100vw - 1200px) / 2) 0 50px;
	position: relative;
}

.page-about-3 .col-text .text {
	position: relative;
}
.page-about-3 .col-text p:first-of-type {
	display: flex;
	position: absolute;
	top: -3px;
	left: 0;
	text-shadow: 1px 0 0 #999999, -1px 0 0 #999999, 0 1px 0 #999999,
		0 -2px 0 #999999, 1px 1px #999999, -1px -1px 0 #999999, 1px -1px 0 #999999,
		-1px 1px 0 #999999;
	color: white;
	font-size: 89px;
	z-index: 0;
	opacity: 0.2;
	font-weight: normal;
	font-family: var(--bold);
}
.page-about-3 .col-text p:nth-of-type(2) {
	display: flex;
	position: relative;
	font-family: var(--bold);
	color: var(--theme-color);
	font-size: 40px;
	z-index: 2;
	margin-bottom: 25px;
}
.page-about-3 .col-text p:nth-of-type(3) {
	font-size: 18px;
	line-height: 1.6;
	padding-top: 15px;
}
.page-about-2 .text-top h5, .page-about-3 .text-top h5 {
	font-size: 16px;
	color: var(--theme-color);
	margin-bottom: 12px;
}
.page-about-3 .text-top h2 {
	font-size: 36px;
	font-family: var(--bold);
	margin-bottom: 15px;
}
/* End page-abount*/
@media screen and (max-width: 1439.98px) {
	.sec-home1 .slick-arrow.slick-next {
		right: 5%;
	}
	.sec-home1 .slick-dots {
		right: calc(5% + 75px);
	}
	.sec-home1 .slick-arrow.slick-prev {
		right: calc(5% + 190px);
	}
}

@media screen and (min-width: 850px) and (max-width: 1199.98px) {
	.row.slider-review {
		transform: scale(0.8) translateX(80px);
		bottom: 20px;
	}
	.sec-banner-home .box .box-text {
		padding-left: 40px;
	}
	.sec-home2 .row-top .box-text {
		padding-left: 50px;
	}
}
@media screen and (min-width: 1200px) {
	body .container-width,
	body .full-width .ubermenu-nav,
	body .container,
	body .row,
	body .row.row-small,
	body .row.row-collapse {
		max-width: 1230px;
	}
}

@media screen and (min-width: 850px) {
	.archive .shop-page-title.category-page-title {
		display: none;
	}
	.sec-home2 .flickity-page-dots {
		display: none;
	}
	.sec-banner-home .box .box-text .img {
		margin-bottom: 30px;
		opacity: 0;
		-webkit-transform: translateY(-100px);
		-moz-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
		-webkit-transition: all 700ms ease;
		-moz-transition: all 700ms ease;
		-ms-transition: all 700ms ease;
		-o-transition: all 700ms ease;
		transition: all 700ms ease;
	}
	.sec-banner-home .is-selected .box .box-text .img {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 400ms;
		-moz-transition-delay: 400ms;
		-ms-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		transition-delay: 400ms;
	}
	.sec-banner-home .box .box-text p {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
		-webkit-transition: all 1300ms ease;
		-moz-transition: all 1300ms ease;
		-ms-transition: all 1300ms ease;
		-o-transition: all 1300ms ease;
		transition: all 1300ms ease;
	}
	.sec-banner-home .button.btn-view {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
		-webkit-transition: all 1300ms ease;
		-moz-transition: all 1300ms ease;
		-ms-transition: all 1300ms ease;
		-o-transition: all 1300ms ease;
		transition: all 1300ms ease;
		margin-top: 20px;
	}
	.sec-home3 .flickity-page-dots {
		display: none;
	}
}
@media screen and (max-width: 849.98px) {	

	.section-form form {
		padding: 0px;
	}
	.form-home .title h3 {
		font-size: 24px;
	}


	.page-contact .col-info {
		padding-left: 15px;
		padding-right: 15px;
	}

	.category-filtering {
		width: 40px;
		height: 40px;
		background: var(--theme-color);
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0 6px 6px 0;
		color: #fff;
		font-size: 16px;
		position: fixed;
		left: 0;
		top: 35%;
		z-index: 99;
		border: 1px solid #fff;
		border-left: 0;
	}
	.category-filtering strong {
		display: none;
	}
	.category-filtering a {
		margin: 0;
	}
	.category-filtering i {
		color: #fff;
	}
	.category-filtering .icon-equalizer:before {
		content: '\e17c';
		font-family: var(--fa6);
		font-weight: 300;
		font-size: 24px;
	}
	#shop-sidebar {
		background-color: #fff;
		padding: 20px 15px;
		height: 100%;
	}
	#shop-sidebar .widget:not(:last-of-type) {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	#shop-sidebar .widget-title,
	.post-sidebar .widget-title {
		font-size: 17px;
	}
	.shop-page-title .page-title-inner {
		padding: 0;
		height: 0;
		min-height: 50px;
	}
	.single .product-info {
		margin: 0 15px 0;
	}
	.widget_product_categories .product-categories > li > .children {
		flex-direction: column;
		margin-bottom: 0;
	}
	.widget_product_categories .product-categories > li > .children > li {
		margin-right: 0;
		margin-bottom: 1em;
	}
	.widget_product_categories
	.product-categories
	> li
	> .children
	> li
	> .toggle,
	#shop-sidebar .filter-price .filter-price__title i {
		display: none !important;
	}
	.widget_product_categories .product-categories > li > .children > li > a,
	#shop-sidebar .filter-price .filter-price__title {
		text-transform: none;
		padding-right: 0;
	}
	.widget_product_categories
	.product-categories
	> li
	> .children
	> li
	> a:before,
	#shop-sidebar .filter-price .filter-price__title:before {
		content: '\E900';
		font-family: 'icons';
		position: absolute;
		right: 15px;
	}
	.widget_product_categories
	.product-categories
	> li
	> .children
	> li.show
	> a:before,
	#shop-sidebar .filter-price.show .filter-price__title:before {
		content: '\E909';
	}
	#shop-sidebar .filter-price .order-list {
		background: #f4f4f4;
		width: 220px;
		background-color: white;
		list-style: none;
		border-left: 1px solid #ddd;
		margin: 0 0 10px 3px;
		padding-left: 15px;
		display: none;
	}
	.wishlist_table.mobile {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.wishlist_table.mobile li {
		margin: 0;
		border: 0;
	}
	.wishlist_table.mobile li .item-wrapper {
		display: flex;
		flex-direction: column;
		margin-right: 0 !important;
		width: 100%;
	}
	.wishlist_table.mobile .additional-info-wrapper {
		margin-right: 0 !important;
		width: 100% !important;
		display: flex;
		border-bottom: 0 !important;
	}
	.wishlist_table.mobile li .item-wrapper .product-thumbnail {
		max-width: 100%;
		margin: 0;
	}
	.wishlist_table.mobile .item-wrapper .product-name h3 {
		margin-bottom: 0 !important;
	}
	.wishlist_table.mobile .item-wrapper .product-name a {
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
		color: #000;
		margin: 5px 0 5px;
		height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		font-family: 'Averta-Semibold';
	}
	.wishlist_table.mobile li .item-wrapper .item-details {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
	.wishlist_table.mobile
	.item-wrapper
	.item-details
	.item-details-table
	.label {
		display: none;
	}
	.wishlist_table.mobile .item-wrapper .item-details .item-details-table {
		margin-bottom: 0;
	}
	.wishlist_table.mobile
	.item-wrapper
	.item-details
	.item-details-table
	.value {
		text-align: left;
		padding-top: 15px;
		padding-bottom: 0;
		display: flex;
	}
	.wishlist_table.mobile .item-wrapper .item-details span.amount {
		font-size: 16px;
		color: #000;
		font-size: 16px;
		line-height: 18px;
		font-family: 'Averta-Semibold' !important;
	}
	.wishlist_table.mobile .additional-info-wrapper .product-remove {
		display: block;
		position: unset;
		width: unset;
		height: auto;
		border: unset;
	}
	.wishlist_table.mobile .item-wrapper .item-details del {
		text-decoration: unset;
		order: 2;
	}
	.wishlist_table.mobile .item-wrapper .item-details del span.amount {
		font-size: 13px !important;
		line-height: 23px;
		color: #bcc5c0;
		margin-left: 15px;
		margin-right: 0;
		position: relative;
		opacity: 1;
		font-weight: normal;
		font-family: 'Averta-Semibold';
	}
	.wishlist_table.mobile .item-wrapper .item-details del span.amount:before {
		content: '';
		width: 100%;
		display: inline-block;
		position: absolute;
		border: 2.5px solid var(--theme-color);
		opacity: 1;
		border-radius: 25% 15% 0 0;
		height: 23px;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		top: 6px;
		transform: rotate(-4deg);
	}
	.wishlist_table.mobile .additional-info-wrapper a:after {
		display: none;
	}
	.wishlist_table.mobile .additional-info-wrapper .product-remove a {
		background: var(--theme-color);
		color: #fff;
		top: 0;
		opacity: 1;
		visibility: visible;
		width: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wishlist_table.mobile .additional-info-wrapper .product-remove a:before {
		content: '\f1f8';
		font-family: var(--fa6);
		font-weight: 300;
	}
	.wishlist_table.mobile .additional-info-wrapper .product-add-to-cart {
		margin-bottom: 0 !important;
	}
	.blog-share {
		display: none;
	}
	.blog-single h1.entry-title {
		font-size: 24px;
	}
	.sec-home1 .title p {
		max-width: 60%;
	}
	.product-small.box .image-tools {
		transform: translateY(0px) !important;
	}
	.title-home .section-title-main {
		text-align: left;
	}
	.sec-banner-home .box .box-image {
		flex-basis: calc(66.6666666667% - 15px);
		max-width: calc(66.6666666667% - 15px);
		padding-right: 30px;
	}
	.sec-banner-home .box .box-text {
		padding-left: 30px;
		padding-top: 30px;
	}
	.sec-banner-home .box .box-text p {
		font-size: 16px;
	}
	.sec-home2 .row-top .box {
		flex-direction: column;
	}
	.sec-home2 .row-top .box-text {
		padding-left: 0;
	}
	.sec-home2 .row-top .box-image {
		width: 70% !important;
		margin-bottom: 15px;
	}
	.sec-home2 .slider-nav-circle .flickity-button {
		display: none;
	}
	.sec-home2 .row-bottom {
		padding: 50px 40px;
	}
	.sec-home2 .row-bottom .col-img .col-inner {
		grid-gap: 30px;
	}
	.sec-home3 .box-image {
		width: 30% !important;
	}
	.sec-home3 .slider .col {
		flex-basis: 70vw !important;
		max-width: 70vw !important;
	}
	.sec-banner-home .box {
		align-items: flex-end;
	}
	.sec-home5 .blog-grid {
		display: flex;
	}
	.sec-home5 .blog-grid .post-item:first-of-type {
		margin-bottom: 30px;
	}
	
}

@media screen and (min-width: 768) {
	.sec-home1 .flickity-page-dots {
		display: none;
	}
}
@media screen and (max-width: 767.98px) {
	#header .searchform .button.icon {
		width: 40px;
	}
	.title-home .section-title-main {
		font-size: 20px;
		margin-bottom: 0;
	}

	.category-shop .flickity-button,
	.sec-home1 .flickity-button {
		top: -45px !important;
	}
	.row-slider .flickity-prev-next-button svg {
		padding: 5px !important;
	}

	.section-form form {
		width: 100%;
		padding: 20px;
		margin-top: 150px;
		background: transparent
			linear-gradient(125deg, #f3f3f3b3 0%, #f3f3f329 100%) 0% 0% no-repeat
			padding-box;
		-webkit-box-shadow: 0 10px 20px #0000000f;
		box-shadow: 0 10px 20px #0000000f;
		border: 1px solid #fff9;
		opacity: 1;
		backdrop-filter: blur(34px);
		-webkit-backdrop-filter: blur(34px);
	}
	.section-form .box-text {
		padding: 15px;
	}
	.form-home .title h3 {
		font-size: 18px;
		text-shadow: unset;
	}
	.form-home .title p {
		text-shadow: unset;
	}
	.form-home .content input[type='email'] {
		padding-left: 15px;
	}
	#footer .col-link .menu {
		grid-template-columns: 100%;
	}

	.form-contact .form-contact__info {
		grid-template-columns: 100%;
	}
	.form-contact .form-item:last-of-type {
		grid-column: unset;
	}
	.shop-page-title .title-shop h1 {
		font-size: 20px;
		margin-bottom: 17px;
	}
	.category-page-row {
		padding-top: 0;
	}
	.product-small.col .badge-container .badge-inner {
		width: 40px;
		font-size: 11px;
	}
	.woo-variation-gallery-thumbnail-position-left-bottom
	.woo-variation-gallery-container
	.woo-variation-gallery-slider-wrapper {
		margin-left: 0px;
	}
	.woo-variation-gallery-thumbnail-position-left-bottom
	.woo-variation-gallery-container
	.woo-variation-gallery-thumbnail-wrapper {
		display: none;
	}
	.single .product-info {
		padding: 20px 15px;
	}

	.related-products-wrapper .product-section-title {
		font-size: 18px;
	}

	#main .related-products-wrapper .flickity-button {
		top: -54px;
	}
	.single .product-gallery {
		padding-right: 15px;
		margin-bottom: 20px;
	}
	.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
		right: 0;
	}
	.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
		left: 0;
	}
	.product-info .single_add_to_cart_button,
	.product-info .single_buynow_button {
		font-size: 14px;
		padding: 0 10px;
	}
	#my-account-menu.position-vertical-left,
	#my-account-menu ~ .woocommerce-MyAccount-content {
		width: 100%;
	}
	#my-account-menu .myaccount-menu li + li {
		margin-top: 10px !important;
	}
	.shop_table.wishlist_table
	.wishlist-items-wrapper
	.product-add-to-cart
	.add_to_cart_button,
	.wishlist_table.mobile .additional-info-wrapper .add_to_cart_button {
		font-size: 11px;
	}
	.wishlist_table.mobile .additional-info-wrapper .product-remove a {
		font-size: 13px !important;
	}
	.blog-wrapper .archive-page-header .col,
	.blog-wrapper .header-single .col,
	.page-banner .col {
		padding: 115px 15px 25px;
	}

	.sec-home1 .title h2 .sec-video .col-text h2 {
		font-size: 24px;
	}

	.sec-home1 .title p {
		max-width: 100%;
		font-size: 16px;
	}
	.sec-home1 .title {
		margin-bottom: 30px;
	}
	.sec-home1 .product-small.col {
		padding: 0 10px 15px;
	}
	.product-small.box .grid-tools .add-to-cart-grid,
	.product-small.box .image-tools .wishlist-button {
		width: 30px;
		height: 30px;
		font-size: 15px;
		min-width: 30px;
		min-height: 30px;
	}
	.product-small.box .image-tools.top {
		right: 31%;
	}
	.product-small.box .image-tools.bottom {
		left: 31%;
	}
	.product-small.box .image-tools {
		bottom: 8px !important;
	}
	.sec-home-banner .flickity-page-dots {
		bottom: -30px;
	}
	.header-main .header-inner > .flex-col.flex-right {
		padding-left: 20px;
	}
	.sec-banner-home .box {
		flex-wrap: wrap;
	}
	.sec-banner-home .box .box-image {
		flex-basis: 100%;
		max-width: 100%;
		display: block;
		padding-right: 0;
	}
	.sec-banner-home .box .box-image:before {
		width: 75vw;
		right: -5vw;
	}
	.sec-banner-home .box .box-text {
		padding-left: 0;
		padding-bottom: 30px;
	}
	.sec-banner-home .is-selected .box .box-text .img {
		max-width: 250px;
		margin-bottom: 30px;
	}
	.title .section-title .number-title {
		font-size: 60px;
		line-height: 60px;
		margin-right: 10px;
	}
	.title .section-title .section-title-main {
		font-size: 21px;
		line-height: 1.6;
		text-align: left;
	}
	.title .section-title .section-title-main:before {
		top: -10px;
	}
	.title .section-title {
		margin-bottom: 30px;
		flex-wrap: nowrap;
	}
	.sec-home1 .slider-nav-circle .flickity-button {
		display: none;
	}
	.product-slick {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.sec-home1 .button.btn-view {
		margin-top: 30px;
	}
	.sec-home2 .row-top .box-image {
		width: 100% !important;
	}
	.sec-home2 .row-top .box-text h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.sec-home2 .row-bottom {
		margin-top: 40px;
		padding: 40px 0px;
	}
	.sec-home2 .row-bottom .col-img .col-inner {
		grid-template-columns: 100%;
		margin-top: 15px;
	}
	.sec-home3 .slider .col {
		flex-basis: 100% !important;
		max-width: 100% !important;
	}
	.sec-home3 .slider-nav-circle .flickity-button {
		display: none;
	}
	.sec-home3 .box {
		flex-wrap: wrap;
		padding-left: 60px;
	}
	.sec-home3 .box-image {
		order: -1;
		width: 100% !important;
	}
	.sec-home3 .box-text {
		padding: 15px;
	}
	.sec-home4 .slider-nav-circle .flickity-button {
		display: none;
	}
	.sec-home5 .post-item:nth-of-type(n + 2) .box-image {
		width: 40%;
		margin-right: 14px;
	}
	.sec-home5 .post-meta {
		display: none;
	}
	.sec-home5 .post-title {
		font-size: 16px;
	}
	.sec-home5 .from_the_blog_excerpt {
		-webkit-line-clamp: 2;
	}
	#footer .row-top {
		padding: 0;
	}
	#footer .row-top .col-left .title {
		flex-direction: column;
		gap: 10px;
	}
	#footer .row-top .col-right {
		padding-top: 0;
	}
	.form-home .wpcf7-submit {
		margin-top: 10px;
	}
	#footer .row-bottom .col-2 {
		padding: 0 16px;
	}
	#footer .row-bottom .col-3 {
		padding: 0 15px;
	}
	#footer .row-bottom .col-1 {
		max-width: 90%;
	}
	.container.title-shop {
		display: none;
	}
	.category-page-row .col-header {
		flex-wrap: wrap;
		justify-content: center;
	}
	.product-main .product-thumbnails {
		margin-top: 10px;
	}
	.single .product-container .product-main {
		margin-bottom: 0;
	}
	.single .blog-featured-title {
		margin-bottom: 15px;
	}
	.page-about1 .col-text {
		padding-right: 15px;
	}
	.page-about1 {
		padding-bottom: 10px !important;
	}
	.page-about2 .col-left .icon-box {
		margin-left: 30px;
		width: calc(100% - 30px);
	}
	.page-about2 .col-right {
		padding: 30px 15px 0;
	}
	.page-about3 .title h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.page-about3 .accordion-item.active {
		padding: 25px;
	}
	.page-about3 .accordion-item {
		padding: 10px 25px;
	}
	.form-contact {
		padding: 30px;
	}
	.form-contact .form-item {
		margin-bottom: 15px;
	}
	.form-contact .form-item input {
		height: 40px;
	}
	.section.page-contact {
		margin-top: 0;
	}
	.page-contact .col-info h2 {
		color: #222;
		font-size: 24px;
	}
	.page-contact .col-info .title p {
		color: #555;
		font-size: 16px;
	}
	.sec-home2 .flickity-page-dots {
		bottom: 0;
	}
	#footer .row-bottom {
		padding-bottom: 10px;
	}
	.sec-home3 .flickity-page-dots {
		bottom: 0;
	}
}
@-webkit-keyframes mkdf-animate-burger-line {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}

	33% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}

	40% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@keyframes mkdf-animate-burger-line {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}

	33% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}

	40% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@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);
	}
}