/*
Theme Name: HungVu
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.hv-radius img{
	border-radius:15px;
}

.simple-sale-banner {
	margin: 0;
	text-align: center;
	border: 0;
}

.simple-sale-banner a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	color: #4b2a17;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	border: 0;
}

.simple-sale-banner .sale-arrow {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1;
}

.text-primary {
	color: var(--fs-color-primary) !important;
}

.bg-primary {
	background-color: var(--fs-color-primary) !important;
}

.border-primary {
	border-color: var(--fs-color-primary) !important;
}

.searchform-wrapper.ux-search-box .searchform .flex-row {
	align-items: stretch;
	border: 1px solid var(--fs-color-primary);
	background-color: #fff;
	overflow: hidden;
}

.searchform-wrapper.ux-search-box .searchform .flex-col.flex-grow {
	padding: 0;
}

.searchform-wrapper.ux-search-box .searchform .search-field {
	height: 46px;
	margin: 0;
	padding: 0 14px;
	border: 0;
	box-shadow: none;
	background-color: transparent;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.searchform-wrapper.ux-search-box .searchform .search-field:focus {
	box-shadow: none;
	outline: 0;
}

.searchform-wrapper.ux-search-box .searchform .search-field::placeholder {
	color: #000;
	opacity: 1;
	font-weight: 600;
}

.searchform-wrapper.ux-search-box .searchform .submit-button {
	min-width: 56px;
	height: 46px;
	margin: 0;
	padding: 0 14px;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
	background-color: var(--fs-color-primary) !important;
	color: #fff !important;
}

.searchform-wrapper.ux-search-box .searchform .submit-button:hover,
.searchform-wrapper.ux-search-box .searchform .submit-button:focus {
	background-color: var(--fs-color-primary) !important;
	color: #fff !important;
	box-shadow: none;
}

.searchform-wrapper.ux-search-box .searchform .submit-button i {
	color: #fff !important;
	font-size: 18px;
}

.header .account-item .icon-user,
.header .cart-item .icon-shopping-bag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	line-height: 1;
	vertical-align: middle;
}

.header .account-item .icon-user:before,
.header .cart-item .icon-shopping-bag:before {
	content: "" !important;
	display: block;
	width: 24px;
	height: 24px;
	background-color: currentColor;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.header .account-item .icon-user:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7.25' r='3.75'/%3E%3Cpath d='M4.5 19.25c0-3.25 3.36-5.75 7.5-5.75s7.5 2.5 7.5 5.75'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7.25' r='3.75'/%3E%3Cpath d='M4.5 19.25c0-3.25 3.36-5.75 7.5-5.75s7.5 2.5 7.5 5.75'/%3E%3C/svg%3E");
}

.header .cart-item .icon-shopping-bag:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7.5h12l1.2 11.2a2 2 0 0 1-2 2.3H6.8a2 2 0 0 1-2-2.3L6 7.5Z'/%3E%3Cpath d='M9 9V6.75A3 3 0 0 1 12 3.75a3 3 0 0 1 3 3V9'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7.5h12l1.2 11.2a2 2 0 0 1-2 2.3H6.8a2 2 0 0 1-2-2.3L6 7.5Z'/%3E%3Cpath d='M9 9V6.75A3 3 0 0 1 12 3.75a3 3 0 0 1 3 3V9'/%3E%3C/svg%3E");
}

.header .account-item .nav-top-not-logged-in span {
	display: none;
}

.header .account-item .nav-top-not-logged-in {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	line-height: 1;
	vertical-align: middle;
}

.header .account-item > a,
.header .cart-item > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1;
	vertical-align: middle;
}


.header .account-item .nav-top-not-logged-in:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: currentColor;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7.25' r='3.75'/%3E%3Cpath d='M4.5 19.25c0-3.25 3.36-5.75 7.5-5.75s7.5 2.5 7.5 5.75'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7.25' r='3.75'/%3E%3Cpath d='M4.5 19.25c0-3.25 3.36-5.75 7.5-5.75s7.5 2.5 7.5 5.75'/%3E%3C/svg%3E");
}

.nail-content-carousel-wrapper {
	--nail-content-carousel-gap: 16px;
}

.nail-content-carousel {
	margin-left: calc(var(--nail-content-carousel-gap) / -2);
	margin-right: calc(var(--nail-content-carousel-gap) / -2);
}

.nail-content-carousel > .col,
.nail-content-carousel > .flickity-viewport > .flickity-slider > .col {
	padding-left: calc(var(--nail-content-carousel-gap) / 2) !important;
	padding-right: calc(var(--nail-content-carousel-gap) / 2) !important;
	padding-bottom: 0 !important;
}

.nail-content-carousel__item {
	min-width: 0;
}

.nail-content-carousel__item > .row {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.nail-content-carousel__item > .row > .col {
	padding-bottom: 0;
}

.nail-content-carousel-wrapper.nail-content-carousel--static .flickity-button,
.nail-content-carousel-wrapper.nail-content-carousel--static .flickity-page-dots,
.nail-content-carousel-wrapper.nail-content-carousel--static .loading-spin {
	display: none !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.simple-sale-banner {
		padding: 8px 12px;
	}

	.simple-sale-banner a,
	.simple-sale-banner .sale-arrow {
		font-size: 16px;
	}

	.searchform-wrapper.ux-search-box .searchform .search-field,
	.searchform-wrapper.ux-search-box .searchform .submit-button {
		height: 42px;
	}

	.searchform-wrapper.ux-search-box .searchform .search-field {
		padding: 0 12px;
	}

	.searchform-wrapper.ux-search-box .searchform .submit-button {
		min-width: 50px;
		padding: 0 12px;
	}

	.header .account-item .icon-user,
	.header .cart-item .icon-shopping-bag,
	.header .account-item .icon-user:before,
	.header .cart-item .icon-shopping-bag:before,
	.header .account-item .nav-top-not-logged-in,
	.header .account-item .nav-top-not-logged-in:before {
		width: 22px;
		height: 22px;
	}


	}

.single-product {
	--hv-product-dark: #111111;
	--hv-product-border: #d7d2cb;
	--hv-product-muted: #666666;
	--hv-product-cart-bg: #07c441;
	--hv-product-cart-text: #ffffff;
}

.single-product .product-info .quantity,
.single-product .product-info .ux-quantity {
	display: none !important;
}

.single-product .product-info .single_variation_wrap,
.single-product .product-info .variations_button {
	display: block;
	width: 100%;
}

.single-product .product-info .single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin: 0;
	padding: 9px 16px;
	border: 0 !important;
	border-radius: 999px;
	background: var(--hv-product-cart-bg) !important;
	color: var(--hv-product-cart-text) !important;
	box-shadow: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.single-product .product-info .single_add_to_cart_button:hover,
.single-product .product-info .single_add_to_cart_button:focus,
.single-product .product-info .single_add_to_cart_button.disabled,
.single-product .product-info .single_add_to_cart_button.wc-variation-selection-needed,
.single-product .product-info .single_add_to_cart_button.wc-variation-is-unavailable {
	background: var(--hv-product-cart-bg) !important;
	color: var(--hv-product-cart-text) !important;
	box-shadow: none;
}

.single-product .product-info .single_add_to_cart_button.disabled,
.single-product .product-info .single_add_to_cart_button.wc-variation-selection-needed,
.single-product .product-info .single_add_to_cart_button.wc-variation-is-unavailable {
	opacity: 0.45;
}

.single-product .product-info .variations {
	margin-bottom: 8px;
}

.single-product .product-info .variations td,
.single-product .product-info .variations th {
	padding-bottom: 8px;
}

.single-product .product-info .reset_variations {
	font-size: 12px;
}

.single-product .hv-product-personalize {
	margin: 10px 0 12px;
}

.single-product .hv-product-personalize__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 116px;
	min-height: 38px;
	margin: 0;
	padding: 8px 16px;
	border: 0 !important;
	border-radius: 999px;
	background: var(--hv-product-dark) !important;
	color: #ffffff !important;
	box-shadow: none;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.single-product .hv-product-personalize__toggle:hover,
.single-product .hv-product-personalize__toggle:focus {
	background: var(--hv-product-dark) !important;
	color: #ffffff !important;
	box-shadow: none;
}

.single-product .hv-product-personalize__panel {
	margin-top: 10px;
}

.single-product .hv-product-personalize__label {
	display: block;
	margin-bottom: 6px;
	color: #000000;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.single-product .hv-product-personalize__input {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid var(--hv-product-border);
	border-radius: 0;
	box-shadow: none;
	font-size: 13px;
	font-weight: 600;
}

.single-product .hv-product-personalize__input:focus {
	border-color: var(--hv-product-dark);
	box-shadow: none;
}

.single-product .hv-product-personalize__fee {
	margin: 8px 0 0;
	color: var(--hv-product-muted);
	font-size: 12px;
	line-height: 1.45;
}

.single-product .hv-product-extra-summary {
	margin-top: 12px;
}

.single-product .hv-product-extra-summary__icons {
	margin-bottom: 12px;
}

.single-product .hv-product-extra-summary__icons img {
	display: block;
	width: 100%;
	height: auto;
}

.single-product .hv-product-extra-summary__description {
	margin-bottom: 12px;
	color: #000000;
	font-size: 13px;
	line-height: 1.55;
}

.single-product .hv-product-extra-summary__description > *:last-child {
	margin-bottom: 0;
}

.single-product .hv-product-extra-summary__description p,
.single-product .hv-product-extra-summary__description li {
	font-size: inherit;
	line-height: inherit;
}

.single-product .hv-product-extra-summary__description ul,
.single-product .hv-product-extra-summary__description ol {
	margin-bottom: 0;
}

.single-product .hv-product-demo-accordion {
	border-top: 1px solid var(--hv-product-border);
}

.single-product .hv-product-demo-accordion .accordion-item {
	margin: 0;
	border-bottom: 1px solid var(--hv-product-border);
}

.single-product .hv-product-demo-accordion .accordion-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 12px 0;
	border: 0;
	color: #000000;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-transform: uppercase;
	gap: 12px;
}

.single-product .hv-product-demo-accordion .accordion-title span {
	order: 1;
	flex: 1 1 auto;
	text-align: left;
}

.single-product .hv-product-demo-accordion .accordion-title .toggle {
	order: 2;
	position: relative;
	right: auto;
	top: auto;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	min-height: 18px;
	margin: 0 0 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
	transform: none;
}

.single-product .hv-product-demo-accordion .accordion-title .toggle i,
.single-product .hv-product-demo-accordion .accordion-title .toggle svg {
	display: none;
}

.single-product .hv-product-demo-accordion .accordion-title .toggle::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9 1.5V16.5' stroke='%23000' stroke-width='1.8' stroke-linecap='square'/%3E%3Cpath d='M1.5 9H16.5' stroke='%23000' stroke-width='1.8' stroke-linecap='square'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
}

.single-product .hv-product-demo-accordion .accordion-title.active .toggle::before,
.single-product .hv-product-demo-accordion .accordion-title[aria-expanded="true"] .toggle::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1.5 9H16.5' stroke='%23000' stroke-width='1.8' stroke-linecap='square'/%3E%3C/svg%3E");
}

.single-product .hv-product-demo-accordion .accordion-inner {
	padding: 0 0 12px;
	color: var(--hv-product-muted);
	font-size: 13px;
	line-height: 1.55;
}

.single-product .hv-product-demo-accordion .accordion-inner > *:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 48em) {
	.single-product .product-info .single_add_to_cart_button {
		min-height: 40px;
		font-size: 13px;
		letter-spacing: 0.05em;
	}

	.single-product .hv-product-personalize__toggle {
		min-height: 36px;
		padding: 8px 14px;
		font-size: 12px;
	}

	.single-product .hv-product-personalize__input,
	.single-product .hv-product-extra-summary__description,
	.single-product .hv-product-demo-accordion .accordion-title,
	.single-product .hv-product-demo-accordion .accordion-inner {
		font-size: 12px;
	}
}

.single-product .product-images {
	overflow: hidden;
}

.single-product .hv-product-engraving-preview {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f5f1;
	pointer-events: none;
}

.single-product .hv-product-engraving-preview[hidden] {
	display: none !important;
}

.single-product .hv-product-engraving-preview__image {
	display: block;
	width: 100%;
	height: auto;
}

.single-product .hv-product-engraving-preview__text {
	position: absolute;
	right: var(--hv-preview-right);
	bottom: var(--hv-preview-bottom);
	color: var(--hv-preview-text-color);
	font-family: inherit;
	font-size: var(--hv-preview-font-size);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
}

@media only screen and (max-width: 48em) {
	.single-product .hv-product-engraving-preview__text {
		font-size: calc(var(--hv-preview-font-size) * 0.62);
	}
}

/* HV Review Card */
.hv-review-card{position:relative;width:100%;margin:0;padding:18px 0}
.hv-review-card,
.hv-review-card *{box-sizing:border-box}
.hv-review-card__panel{position:relative;display:flex;align-items:center;justify-content:flex-end;width:calc(100% - 132px);margin-left:132px;min-height:332px;padding:34px 34px 32px 236px;border-radius:18px;background:var(--hv-review-card-bg,#000000);overflow:visible}
.hv-review-card__media{position:absolute;left:-132px;top:50%;z-index:2;width:270px;max-width:270px;transform:translateY(-50%);border:4px solid var(--hv-review-card-bg,#000000);border-radius:16px;overflow:hidden;background:#ffffff;line-height:0;box-shadow:none}
.hv-review-card__image{display:block;width:100%;height:auto;max-height:none;aspect-ratio:1 / 1;object-fit:cover;object-position:center center}
.hv-review-card__body{display:flex;flex-direction:column;justify-content:center;width:100%;max-width:none;min-height:0;color:#ffffff}
.hv-review-card__eyebrow{margin-bottom:10px;font-size:12px;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase;color:rgba(255,255,255,.78)}
.hv-review-card__stars{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#f1c93a}
.hv-review-card__star{display:inline-flex;align-items:center;justify-content:center}
.hv-review-card__star svg{display:block;width:22px;height:22px}
.hv-review-card__meta{margin-bottom:10px;font-size:15px;font-weight:700;line-height:1.35;color:#ffffff}
.hv-review-card__text{font-size:14px;line-height:1.5;color:#ffffff}
.hv-review-card__text p{margin:0 0 10px}
.hv-review-card__text > *:last-child{margin-bottom:0}
.hv-review-card__author{margin-top:18px;font-size:14px;font-weight:700;line-height:1.35;color:#ffffff;text-align:center}
.hv-review-card--no-image .hv-review-card__panel{display:block;width:100%;margin-left:0;padding:34px;overflow:hidden}
.hv-review-card--no-image .hv-review-card__body{min-height:0}

@media only screen and (max-width: 64em) {
	.hv-review-card__panel{width:calc(100% - 96px);margin-left:96px;min-height:280px;padding:24px 22px 24px 190px}
	.hv-review-card__media{left:-96px;top:50%;width:220px;max-width:220px}
	.hv-review-card__star svg{width:24px;height:24px}
	.hv-review-card__text{font-size:13px}
	.hv-review-card__author{margin-top:16px;font-size:13px}
}

@media only screen and (max-width: 48em) {
	.hv-review-card{padding:14px 0}
	.hv-review-card__panel{display:block;width:calc(100% - 56px);margin-left:56px;min-height:0;padding:18px 18px 18px 110px;border-radius:14px}
	.hv-review-card__media{left:-56px;top:50%;width:166px;max-width:166px;border-width:3px;border-radius:12px}
	.hv-review-card__body{min-height:0}
	.hv-review-card__stars{gap:5px;margin-bottom:12px}
	.hv-review-card__star svg{width:18px;height:18px}
	.hv-review-card__meta{font-size:15px}
	.hv-review-card__text{font-size:13px;line-height:1.5}
	.hv-review-card__author{margin-top:16px;font-size:14px}
	.hv-review-card--no-image .hv-review-card__panel{width:100%;margin-left:0;padding:18px}
}

/* RM Reviews QA */
.rm-rqa-wrap{color:#111;max-width:100%;margin:24px 0;padding:0 10px;font-size:14px;line-height:1.45}
.rm-rqa-wrap *{box-sizing:border-box}
.rm-rqa-hidden{display:none !important}
 
/* SVG icon base */
.rm-rqa-icon{width:14px;height:14px;display:inline-block;vertical-align:middle;flex-shrink:0}
.rm-rqa-wrap svg,
.rm-rqa-wrap svg.rm-rqa-icon{width:14px !important;height:14px !important;min-width:14px;min-height:14px;max-width:14px !important;max-height:14px !important;display:inline-block !important;vertical-align:middle;flex:0 0 14px;overflow:visible}
.rm-rqa-wrap .rm-rqa-stars{display:inline-flex;align-items:center;flex-wrap:nowrap}
.rm-rqa-wrap .rm-rqa-stars svg.rm-rqa-icon{width:14px !important;height:14px !important;min-width:14px;min-height:14px;max-width:14px !important;max-height:14px !important;flex-basis:14px}
.rm-rqa-wrap .rm-rqa-filter-list li svg.rm-rqa-icon,
.rm-rqa-wrap .rm-rqa-search svg.rm-rqa-icon,
.rm-rqa-wrap .rm-rqa-answered svg.rm-rqa-icon{width:14px !important;height:14px !important;min-width:14px;min-height:14px;max-width:14px !important;max-height:14px !important;flex-basis:14px}
.rm-rqa-wrap .rm-rqa-verified svg.rm-rqa-icon{width:12px !important;height:12px !important;min-width:12px;min-height:12px;max-width:12px !important;max-height:12px !important;flex-basis:12px}
.rm-rqa-wrap .rm-rqa-filter-breakdown li .rm-rqa-breakdown-stars svg.rm-rqa-icon{width:11px !important;height:11px !important;min-width:11px;min-height:11px;max-width:11px !important;max-height:11px !important;flex-basis:11px}
.rm-rqa-wrap .rm-rqa-qicon svg.rm-rqa-icon,
.rm-rqa-wrap .rm-rqa-thankyou svg.rm-rqa-icon,
.rm-rqa-wrap .rm-rqa-thankyou-svg{width:28px !important;height:28px !important;min-width:28px;min-height:28px;max-width:28px !important;max-height:28px !important;flex-basis:28px}
.rm-rqa-wrap .rm-rqa-star-pick svg.rm-rqa-icon{width:20px !important;height:20px !important;min-width:20px;min-height:20px;max-width:20px !important;max-height:20px !important;flex-basis:20px}
.rm-rqa-wrap .rm-rqa-brand svg.rm-rqa-icon{width:10px !important;height:10px !important;min-width:10px;min-height:10px;max-width:10px !important;max-height:10px !important;flex-basis:10px}
 
/* Header */
.rm-rqa-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #e5e5e5;margin-bottom:12px;gap:12px;flex-wrap:wrap}
.rm-rqa-rating-summary{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.rm-rqa-rating-number{font-size:20px;font-weight:700;line-height:1}
.rm-rqa-rating-count{width:100%;font-size:13px;color:#555;margin-top:2px}
.rm-rqa-header-actions .rm-rqa-btn{min-width:112px}
 
/* Stars */
.rm-rqa-stars{display:inline-flex;gap:2px;color:#000;align-items:center}
.rm-rqa-stars .rm-rqa-icon{width:14px;height:14px}
.rm-star-full{color:#000}
.rm-star-empty{color:#ccc}
 
/* Buttons */
.rm-rqa-btn{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid #111;border-radius:0;text-align:center;transition:.2s;line-height:1}
.rm-rqa-btn-dark{background:#111;color:#fff}
.rm-rqa-btn-dark:hover{background:#333}
.rm-rqa-btn-outline{background:#fff;color:#111}
.rm-rqa-btn-outline:hover{background:#f5f5f5}
 
/* Gallery */
.rm-rqa-gallery{display:grid;grid-template-columns:repeat(9,1fr);gap:4px;margin-bottom:16px}
.rm-rqa-gallery-item{aspect-ratio:1/1;overflow:hidden;cursor:pointer}
.rm-rqa-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}
 
/* Toolbar */
.rm-rqa-toolbar{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e5e5e5;margin-bottom:12px;flex-wrap:wrap;gap:12px}
.rm-rqa-toolbar-left{display:flex;gap:16px;align-items:center;position:relative}
.rm-rqa-tabs{display:flex;gap:16px}
.rm-rqa-tab{background:none;border:none;padding:6px 0;font-size:13px;cursor:pointer;color:#555;font-weight:600}
.rm-rqa-tab-active{color:#111;border-bottom:2px solid #111}
 
/* Filter dropdown */
.rm-rqa-filter{position:relative}
.rm-rqa-filter-trigger{background:none;border:none;min-height:24px;padding:0;font-size:13px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:5px;color:#111;line-height:1}
.rm-rqa-filter-panel{position:absolute;top:calc(100% + 6px);left:0;width:200px;max-height:380px;overflow-x:hidden;overflow-y:auto;background:#fff;border:1px solid #e5e5e5;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:0 0 12px;z-index:1000;overscroll-behavior:contain}
.rm-rqa-filter-panel::-webkit-scrollbar{width:8px}
.rm-rqa-filter-panel::-webkit-scrollbar-track{background:transparent}
.rm-rqa-filter-panel::-webkit-scrollbar-thumb{background:#8b8b8b;border-radius:999px}
.rm-rqa-filter-header{position:sticky;top:0;display:flex;justify-content:flex-end;padding:12px 14px 10px;border-bottom:1px solid #eee;margin-bottom:10px;background:#fff;z-index:2}
.rm-rqa-filter-clear{color:#111;text-decoration:underline;font-size:13px}
.rm-rqa-filter-section{margin-bottom:14px;padding:0 14px}
.rm-rqa-filter-section:last-child{margin-bottom:0}
.rm-rqa-filter-title{font-weight:700;font-size:14px;margin-bottom:8px}
.rm-rqa-filter-list{list-style:none;padding:0;margin:0}
.rm-rqa-filter-list li{padding:5px 0;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:space-between;user-select:none}
.rm-rqa-filter-list li:hover{color:#666}
.rm-rqa-filter-list li .rm-rqa-icon{display:none !important;width:14px;height:14px}
.rm-rqa-filter-list li.rm-rqa-filter-active .rm-rqa-icon{display:inline-block !important}
.rm-rqa-filter-list li.rm-rqa-filter-active{font-weight:500}
 
.rm-rqa-filter-breakdown{list-style:none;padding:0;margin:0}
.rm-rqa-filter-breakdown li{padding:4px 0;cursor:pointer;display:flex;align-items:center;gap:8px;user-select:none}
.rm-rqa-filter-breakdown li .rm-rqa-breakdown-stars{display:inline-flex;gap:2px}
.rm-rqa-filter-breakdown li .rm-rqa-breakdown-stars .rm-rqa-icon{width:11px;height:11px}
.rm-rqa-filter-breakdown li .rm-rqa-breakdown-count{font-size:13px;color:#111}
.rm-rqa-filter-breakdown li.rm-rqa-breakdown-dim .rm-rqa-breakdown-stars{color:#ddd}
.rm-rqa-filter-breakdown li.rm-rqa-breakdown-dim .rm-rqa-breakdown-count{color:#bbb}
.rm-rqa-filter-breakdown li > .rm-rqa-icon:last-child{display:none !important;margin-left:auto}
.rm-rqa-filter-breakdown li.rm-rqa-filter-active > .rm-rqa-icon:last-child{display:inline-block !important}
 
/* Search */
.rm-rqa-search{display:flex;align-items:center;align-self:center;min-height:24px;gap:8px;line-height:1;position:relative;top:-2px}
.rm-rqa-search .rm-rqa-icon{width:16px;height:16px;color:#111;display:block;stroke-width:2.2;flex:0 0 16px}
.rm-rqa-search input,
.rm-rqa-search input[type="text"]{width:108px;min-height:auto;height:auto;display:block;margin:0;padding:0;border:0 !important;border-bottom:0 !important;background:transparent !important;box-shadow:none !important;font-size:13px;line-height:1;outline:none;transform:translateY(0)}
.rm-rqa-search input::placeholder{color:#444;opacity:1}
 
/* List Items */
.rm-rqa-list{display:flex;flex-direction:column}
.rm-rqa-item{display:grid;grid-template-columns:120px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid #e5e5e5}
.rm-rqa-item:last-child{border-bottom:none}
.rm-rqa-item-author{display:flex;flex-direction:column;align-items:center;text-align:center}
.rm-rqa-avatar{width:38px;height:38px;border-radius:50%;background:#e5e5e5;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;color:#555;margin-bottom:8px}
.rm-rqa-verified{font-size:10px;color:#555;margin-bottom:4px;display:flex;align-items:center;gap:4px;justify-content:center}
.rm-rqa-verified .rm-rqa-icon{width:12px;height:12px;color:#111}
.rm-rqa-author-name{font-weight:600;font-size:13px}
.rm-rqa-author-location{font-size:10px;color:#777;margin-top:2px}
.rm-rqa-item-stars{margin-bottom:5px}
.rm-rqa-item-title{font-weight:700;font-size:14px;margin-bottom:5px}
.rm-rqa-item-content{font-size:13px;color:#333;line-height:1.55}
.rm-rqa-item-content p{margin:0 0 6px}
.rm-rqa-item-images{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}
.rm-rqa-item-images img{width:56px;height:56px;object-fit:cover;border:1px solid #eee;cursor:pointer}
.rm-rqa-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px;font-size:12px;color:#666;flex-wrap:wrap;gap:8px}
.rm-rqa-helpful a{color:#111;text-decoration:underline;margin:0 2px}
.rm-rqa-helpful a:hover{color:#555}
 
/* Question */
.rm-rqa-qicon{width:28px;height:28px;margin-bottom:6px}
.rm-rqa-qicon .rm-rqa-icon{width:28px;height:28px}
.rm-rqa-qlabel{font-size:10px;color:#666;margin-bottom:3px}
.rm-rqa-answered{margin-top:10px;padding-top:8px;border-top:1px dashed #ddd;font-size:10px;color:#555;display:flex;align-items:center;gap:5px}
.rm-rqa-answered .rm-rqa-icon{width:14px;height:14px}
 
/* Pagination */
.rm-rqa-pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:16px 0 6px;flex-wrap:wrap}
.rm-rqa-page{display:inline-block;padding:3px 7px;font-size:13px;color:#111;text-decoration:none;font-weight:500;transition:.2s}
.rm-rqa-page:hover{color:#666}
.rm-rqa-page-active{font-weight:700;border-bottom:2px solid #111}
.rm-rqa-page-dots{padding:3px;color:#111}
 
/* Form */
.rm-rqa-form-wrap{padding:14px;background:#fafafa;margin-bottom:14px;border:1px solid #e5e5e5}
.rm-rqa-form .rm-rqa-field{margin-bottom:12px}
.rm-rqa-form label{display:block;font-weight:600;font-size:13px;margin-bottom:5px}
.rm-rqa-form input[type=text],
.rm-rqa-form input[type=email],
.rm-rqa-form textarea{width:100%;padding:9px 10px;border:1px solid #ccc;background:#fff;font-size:13px;font-family:inherit;border-radius:0}
.rm-rqa-form textarea{resize:vertical;min-height:84px}
.rm-rqa-form input:focus,.rm-rqa-form textarea:focus{outline:none;border-color:#111}
.rm-rqa-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.rm-rqa-star-input{display:flex;gap:3px;cursor:pointer;user-select:none}
.rm-rqa-star-pick{color:#ccc;transition:color .1s}
.rm-rqa-star-pick .rm-rqa-icon{width:20px;height:20px}
.rm-rqa-star-pick.active,.rm-rqa-star-pick.hover{color:#000}
.rm-rqa-form-actions{display:flex;justify-content:flex-end;gap:8px}
.rm-rqa-message{margin-top:10px;padding:8px 10px;border-radius:4px;display:none;font-size:13px}
.rm-rqa-message.success{display:block;background:#e8f5e9;color:#2e7d32;border:1px solid #81c784}
.rm-rqa-message.error{display:block;background:#ffebee;color:#c62828;border:1px solid #e57373}
 
/* Thank You */
.rm-rqa-thankyou{padding:16px;border:1px solid #e5e5e5;background:#fff;text-align:left;display:flex;gap:12px;align-items:center;max-width:460px;margin:16px auto}
.rm-rqa-thankyou-svg{width:28px;height:28px;color:#111}
.rm-rqa-thankyou-title{font-weight:700;font-size:14px;margin-bottom:3px}
.rm-rqa-thankyou-text{color:#555;font-size:13px}
 
/* Loading */
.rm-rqa-loading{text-align:center;padding:20px;color:#666;font-size:13px}
.rm-rqa-loading::before{content:"";display:inline-block;width:14px;height:14px;border:2px solid #ddd;border-top-color:#111;border-radius:50%;animation:rm-rqa-spin 0.8s linear infinite;margin-right:6px;vertical-align:middle}
@keyframes rm-rqa-spin{to{transform:rotate(360deg)}}
 
/* Empty */
.rm-rqa-empty{padding:20px;text-align:center;color:#777;font-size:13px}
 
/* Footer brand */
.rm-rqa-footer{text-align:right;padding:10px 0;color:#999;font-size:10px}
.rm-rqa-brand{display:inline-flex;align-items:center;gap:4px}
.rm-rqa-brand .rm-rqa-icon{width:10px;height:10px}
 
/* Responsive */
@media(max-width:768px){
    .rm-rqa-wrap{margin:18px 0;padding:0 8px}
    .rm-rqa-header{flex-direction:column;gap:10px}
    .rm-rqa-gallery{grid-template-columns:repeat(4,1fr);gap:4px}
    .rm-rqa-item{grid-template-columns:64px 1fr;gap:10px;padding:12px 0}
    .rm-rqa-avatar{width:32px;height:32px;font-size:11px}
    .rm-rqa-field-row{grid-template-columns:1fr;gap:10px}
    .rm-rqa-toolbar{flex-direction:column;align-items:flex-start;gap:10px}
    .rm-rqa-toolbar-left{width:100%;justify-content:space-between;gap:10px}
    .rm-rqa-tabs{gap:14px}
    .rm-rqa-filter-panel{width:min(200px,calc(100vw - 32px));max-width:min(200px,calc(100vw - 32px));max-height:380px}
    .rm-rqa-search input,
    .rm-rqa-search input[type="text"]{width:88px}
}

/* Shop Sidebar Widgets */
body.post-type-archive-product .category-page-title,
body.tax-product_cat .category-page-title,
body.tax-product_tag .category-page-title {
	padding-bottom: 18px;
}

body.post-type-archive-product .category-page-title .page-title-inner,
body.tax-product_cat .category-page-title .page-title-inner,
body.tax-product_tag .category-page-title .page-title-inner {
	align-items: flex-start;
}

body.post-type-archive-product #shop-sidebar,
body.tax-product_cat #shop-sidebar,
body.tax-product_tag #shop-sidebar {
	padding-top: 6px;
}

body.post-type-archive-product #shop-sidebar .widget,
body.tax-product_cat #shop-sidebar .widget,
body.tax-product_tag #shop-sidebar .widget {
	margin: 0 0 26px;
}

body.post-type-archive-product #shop-sidebar .widget:last-child,
body.tax-product_cat #shop-sidebar .widget:last-child,
body.tax-product_tag #shop-sidebar .widget:last-child {
	margin-bottom: 0;
}

body.post-type-archive-product #shop-sidebar .widget-title.shop-sidebar,
body.tax-product_cat #shop-sidebar .widget-title.shop-sidebar,
body.tax-product_tag #shop-sidebar .widget-title.shop-sidebar {
	display: block;
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #171717;
}

body.post-type-archive-product #shop-sidebar .is-divider.small,
body.tax-product_cat #shop-sidebar .is-divider.small,
body.tax-product_tag #shop-sidebar .is-divider.small {
	display: none;
}

body.post-type-archive-product #shop-sidebar ul,
body.tax-product_cat #shop-sidebar ul,
body.tax-product_tag #shop-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.post-type-archive-product #shop-sidebar .product-categories li,
body.post-type-archive-product #shop-sidebar .woocommerce-widget-layered-nav-list__item,
body.tax-product_cat #shop-sidebar .product-categories li,
body.tax-product_cat #shop-sidebar .woocommerce-widget-layered-nav-list__item,
body.tax-product_tag #shop-sidebar .product-categories li,
body.tax-product_tag #shop-sidebar .woocommerce-widget-layered-nav-list__item {
	margin: 0;
	padding: 0;
	border: 0;
}

body.post-type-archive-product #shop-sidebar .product-categories a,
body.post-type-archive-product #shop-sidebar .woocommerce-widget-layered-nav-list__item > a,
body.tax-product_cat #shop-sidebar .product-categories a,
body.tax-product_cat #shop-sidebar .woocommerce-widget-layered-nav-list__item > a,
body.tax-product_tag #shop-sidebar .product-categories a,
body.tax-product_tag #shop-sidebar .woocommerce-widget-layered-nav-list__item > a {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 6px 0 6px 22px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	color: #3c3c3c;
}

body.post-type-archive-product #shop-sidebar .product-categories a::before,
body.post-type-archive-product #shop-sidebar .woocommerce-widget-layered-nav-list__item > a::before,
body.tax-product_cat #shop-sidebar .product-categories a::before,
body.tax-product_cat #shop-sidebar .woocommerce-widget-layered-nav-list__item > a::before,
body.tax-product_tag #shop-sidebar .product-categories a::before,
body.tax-product_tag #shop-sidebar .woocommerce-widget-layered-nav-list__item > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 12px;
	height: 12px;
	border: 1px solid #c8c1bb;
	background: #ffffff;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body.post-type-archive-product #shop-sidebar .product-categories .current-cat > a,
body.post-type-archive-product #shop-sidebar .woocommerce-widget-layered-nav-list__item.chosen > a,
body.tax-product_cat #shop-sidebar .product-categories .current-cat > a,
body.tax-product_cat #shop-sidebar .woocommerce-widget-layered-nav-list__item.chosen > a,
body.tax-product_tag #shop-sidebar .product-categories .current-cat > a,
body.tax-product_tag #shop-sidebar .woocommerce-widget-layered-nav-list__item.chosen > a {
	font-weight: 700;
	color: #161616;
}

body.post-type-archive-product #shop-sidebar .product-categories .current-cat > a::before,
body.post-type-archive-product #shop-sidebar .woocommerce-widget-layered-nav-list__item.chosen > a::before,
body.tax-product_cat #shop-sidebar .product-categories .current-cat > a::before,
body.tax-product_cat #shop-sidebar .woocommerce-widget-layered-nav-list__item.chosen > a::before,
body.tax-product_tag #shop-sidebar .product-categories .current-cat > a::before,
body.tax-product_tag #shop-sidebar .woocommerce-widget-layered-nav-list__item.chosen > a::before {
	border-color: #171717;
	background: #171717;
	box-shadow: inset 0 0 0 2px #ffffff;
}

body.post-type-archive-product #shop-sidebar .ux-swatch-widget-layered-nav-list__graphic,
body.tax-product_cat #shop-sidebar .ux-swatch-widget-layered-nav-list__graphic,
body.tax-product_tag #shop-sidebar .ux-swatch-widget-layered-nav-list__graphic,
body.post-type-archive-product #shop-sidebar .woocommerce-widget-layered-nav-list__item .count,
body.tax-product_cat #shop-sidebar .woocommerce-widget-layered-nav-list__item .count,
body.tax-product_tag #shop-sidebar .woocommerce-widget-layered-nav-list__item .count {
	display: none !important;
}

body.post-type-archive-product #shop-sidebar .widget_price_filter .price_slider_wrapper,
body.tax-product_cat #shop-sidebar .widget_price_filter .price_slider_wrapper,
body.tax-product_tag #shop-sidebar .widget_price_filter .price_slider_wrapper {
	padding-top: 4px;
}

body.post-type-archive-product #shop-sidebar .widget_price_filter .ui-widget-content,
body.tax-product_cat #shop-sidebar .widget_price_filter .ui-widget-content,
body.tax-product_tag #shop-sidebar .widget_price_filter .ui-widget-content {
	height: 3px;
	border: 0;
	border-radius: 999px;
	background: #dad4ce;
	box-shadow: none;
}

body.post-type-archive-product #shop-sidebar .widget_price_filter .ui-slider .ui-slider-range,
body.tax-product_cat #shop-sidebar .widget_price_filter .ui-slider .ui-slider-range,
body.tax-product_tag #shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
	background: #161616;
}

body.post-type-archive-product #shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle,
body.tax-product_cat #shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle,
body.tax-product_tag #shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
	top: -5px;
	width: 13px;
	height: 13px;
	border: 2px solid #161616;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: none;
}

body.post-type-archive-product #shop-sidebar .widget_price_filter .price_slider_amount,
body.tax-product_cat #shop-sidebar .widget_price_filter .price_slider_amount,
body.tax-product_tag #shop-sidebar .widget_price_filter .price_slider_amount {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 16px;
}

body.post-type-archive-product #shop-sidebar .widget_price_filter .price_slider_amount .button,
body.tax-product_cat #shop-sidebar .widget_price_filter .price_slider_amount .button,
body.tax-product_tag #shop-sidebar .widget_price_filter .price_slider_amount .button {
	grid-column: 1 / -1;
	min-height: 28px;
	margin: 0;
	border: 1px solid #d8d2cc;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #171717;
}

body.post-type-archive-product #shop-sidebar .widget_price_filter .price_slider_amount .button:hover,
body.tax-product_cat #shop-sidebar .widget_price_filter .price_slider_amount .button:hover,
body.tax-product_tag #shop-sidebar .widget_price_filter .price_slider_amount .button:hover {
	background: #171717;
	border-color: #171717;
	color: #ffffff;
}

body.post-type-archive-product #shop-sidebar .widget_price_filter .price_slider_amount input,
body.tax-product_cat #shop-sidebar .widget_price_filter .price_slider_amount input,
body.tax-product_tag #shop-sidebar .widget_price_filter .price_slider_amount input {
	height: 28px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #d8d2cc;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
	color: #2f2f2f;
}

body.post-type-archive-product #shop-sidebar .widget_price_filter .price_label,
body.tax-product_cat #shop-sidebar .widget_price_filter .price_label,
body.tax-product_tag #shop-sidebar .widget_price_filter .price_label {
	display: none !important;
}

@media only screen and (max-width: 849px) {
	body.post-type-archive-product .category-page-title,
	body.tax-product_cat .category-page-title,
	body.tax-product_tag .category-page-title {
		padding-bottom: 10px;
	}
}

body.post-type-archive-product #shop-sidebar.hv-shop-sidebar,
body.tax-product_cat #shop-sidebar.hv-shop-sidebar,
body.tax-product_tag #shop-sidebar.hv-shop-sidebar {
	padding-top: 0;
}

body.post-type-archive-product #shop-sidebar .hv-shop-sidebar__heading,
body.tax-product_cat #shop-sidebar .hv-shop-sidebar__heading,
body.tax-product_tag #shop-sidebar .hv-shop-sidebar__heading {
	margin: 0 0 18px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	color: #222222;
}

body.post-type-archive-product #shop-sidebar .hv-shop-sidebar__summary,
body.tax-product_cat #shop-sidebar .hv-shop-sidebar__summary,
body.tax-product_tag #shop-sidebar .hv-shop-sidebar__summary {
	margin: 0 0 20px;
}

body.post-type-archive-product #shop-sidebar .hv-shop-sidebar__summary-head,
body.tax-product_cat #shop-sidebar .hv-shop-sidebar__summary-head,
body.tax-product_tag #shop-sidebar .hv-shop-sidebar__summary-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

body.post-type-archive-product #shop-sidebar .hv-shop-sidebar__summary .hv-shop-sidebar__heading,
body.tax-product_cat #shop-sidebar .hv-shop-sidebar__summary .hv-shop-sidebar__heading,
body.tax-product_tag #shop-sidebar .hv-shop-sidebar__summary .hv-shop-sidebar__heading {
	margin: 0;
}

body.post-type-archive-product #shop-sidebar .hv-shop-sidebar__clear,
body.tax-product_cat #shop-sidebar .hv-shop-sidebar__clear,
body.tax-product_tag #shop-sidebar .hv-shop-sidebar__clear {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	color: #222222;
	text-decoration: underline;
	text-underline-offset: 5px;
}

body.post-type-archive-product #shop-sidebar .hv-shop-sidebar__clear:hover,
body.tax-product_cat #shop-sidebar .hv-shop-sidebar__clear:hover,
body.tax-product_tag #shop-sidebar .hv-shop-sidebar__clear:hover {
	color: #000000;
}

body.post-type-archive-product #shop-sidebar .hv-shop-sidebar__chips,
body.tax-product_cat #shop-sidebar .hv-shop-sidebar__chips,
body.tax-product_tag #shop-sidebar .hv-shop-sidebar__chips {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body.post-type-archive-product #shop-sidebar .hv-shop-sidebar__chip,
body.tax-product_cat #shop-sidebar .hv-shop-sidebar__chip,
body.tax-product_tag #shop-sidebar .hv-shop-sidebar__chip {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	align-self: flex-start;
	padding: 11px 18px;
	border: 1px solid #cdcdcd;
	border-radius: 999px;
	background: #ffffff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	color: #222222;
	text-decoration: none;
}

body.post-type-archive-product #shop-sidebar .hv-shop-sidebar__chip:hover,
body.tax-product_cat #shop-sidebar .hv-shop-sidebar__chip:hover,
body.tax-product_tag #shop-sidebar .hv-shop-sidebar__chip:hover {
	border-color: #b5b5b5;
	color: #111111;
}

body.post-type-archive-product #shop-sidebar .hv-shop-sidebar__chip-remove,
body.tax-product_cat #shop-sidebar .hv-shop-sidebar__chip-remove,
body.tax-product_tag #shop-sidebar .hv-shop-sidebar__chip-remove {
	font-size: 20px;
	line-height: 1;
}

body.post-type-archive-product #shop-sidebar .hv-shop-widget-ready,
body.tax-product_cat #shop-sidebar .hv-shop-widget-ready,
body.tax-product_tag #shop-sidebar .hv-shop-widget-ready {
	margin: 0;
	padding: 14px 0 18px;
	border-top: 1px solid #e4ddd7;
}

body.post-type-archive-product #shop-sidebar .hv-shop-widget-ready:last-child,
body.tax-product_cat #shop-sidebar .hv-shop-widget-ready:last-child,
body.tax-product_tag #shop-sidebar .hv-shop-widget-ready:last-child {
	border-bottom: 1px solid #e4ddd7;
}

body.post-type-archive-product #shop-sidebar .hv-shop-widget__toggle,
body.tax-product_cat #shop-sidebar .hv-shop-widget__toggle,
body.tax-product_tag #shop-sidebar .hv-shop-widget__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	text-align: left;
	cursor: pointer;
}

body.post-type-archive-product #shop-sidebar .hv-shop-widget__label,
body.tax-product_cat #shop-sidebar .hv-shop-widget__label,
body.tax-product_tag #shop-sidebar .hv-shop-widget__label {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	color: #2b2b2b;
}

body.post-type-archive-product #shop-sidebar .hv-shop-widget__icon,
body.tax-product_cat #shop-sidebar .hv-shop-widget__icon,
body.tax-product_tag #shop-sidebar .hv-shop-widget__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: #2b2b2b;
	transition: transform .2s ease;
}

body.post-type-archive-product #shop-sidebar .hv-shop-widget__icon svg,
body.tax-product_cat #shop-sidebar .hv-shop-widget__icon svg,
body.tax-product_tag #shop-sidebar .hv-shop-widget__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

body.post-type-archive-product #shop-sidebar .widget.is-open .hv-shop-widget__icon,
body.tax-product_cat #shop-sidebar .widget.is-open .hv-shop-widget__icon,
body.tax-product_tag #shop-sidebar .widget.is-open .hv-shop-widget__icon {
	transform: rotate(180deg);
}

body.post-type-archive-product #shop-sidebar .hv-shop-widget__content,
body.tax-product_cat #shop-sidebar .hv-shop-widget__content,
body.tax-product_tag #shop-sidebar .hv-shop-widget__content {
	padding-top: 16px;
}

body.post-type-archive-product #shop-sidebar .hv-shop-widget__content[hidden],
body.tax-product_cat #shop-sidebar .hv-shop-widget__content[hidden],
body.tax-product_tag #shop-sidebar .hv-shop-widget__content[hidden] {
	display: none !important;
}

body.post-type-archive-product #shop-sidebar .hv-shop-widget__content .is-divider.small,
body.tax-product_cat #shop-sidebar .hv-shop-widget__content .is-divider.small,
body.tax-product_tag #shop-sidebar .hv-shop-widget__content .is-divider.small {
	display: none !important;
}

body.post-type-archive-product #shop-sidebar .widget-title.shop-sidebar,
body.tax-product_cat #shop-sidebar .widget-title.shop-sidebar,
body.tax-product_tag #shop-sidebar .widget-title.shop-sidebar {
	margin-bottom: 0;
}

@media only screen and (max-width: 849px) {
	body.post-type-archive-product #shop-sidebar .hv-shop-sidebar__heading,
	body.tax-product_cat #shop-sidebar .hv-shop-sidebar__heading,
	body.tax-product_tag #shop-sidebar .hv-shop-sidebar__heading {
		margin-bottom: 14px;
	}

	body.post-type-archive-product #shop-sidebar .hv-shop-widget-ready,
	body.tax-product_cat #shop-sidebar .hv-shop-widget-ready,
	body.tax-product_tag #shop-sidebar .hv-shop-widget-ready {
		padding: 12px 0 14px;
	}

	body.post-type-archive-product #shop-sidebar .hv-shop-widget__content,
	body.tax-product_cat #shop-sidebar .hv-shop-widget__content,
	body.tax-product_tag #shop-sidebar .hv-shop-widget__content {
		padding-top: 12px;
	}
}

body.post-type-archive-product #shop-sidebar .hv-shop-checkbox-filter,
body.tax-product_cat #shop-sidebar .hv-shop-checkbox-filter,
body.tax-product_tag #shop-sidebar .hv-shop-checkbox-filter,
body.post-type-archive-product #shop-sidebar .hv-shop-price-filter,
body.tax-product_cat #shop-sidebar .hv-shop-price-filter,
body.tax-product_tag #shop-sidebar .hv-shop-price-filter {
	margin: 0;
}

body.post-type-archive-product #shop-sidebar .hv-shop-checkbox-filter__row,
body.tax-product_cat #shop-sidebar .hv-shop-checkbox-filter__row,
body.tax-product_tag #shop-sidebar .hv-shop-checkbox-filter__row {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0;
	padding: 8px 0;
	cursor: pointer;
}

body.post-type-archive-product #shop-sidebar .hv-shop-checkbox-filter__input,
body.tax-product_cat #shop-sidebar .hv-shop-checkbox-filter__input,
body.tax-product_tag #shop-sidebar .hv-shop-checkbox-filter__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

body.post-type-archive-product #shop-sidebar .hv-shop-checkbox-filter__box,
body.tax-product_cat #shop-sidebar .hv-shop-checkbox-filter__box,
body.tax-product_tag #shop-sidebar .hv-shop-checkbox-filter__box {
	position: relative;
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
	border: 1px solid #2a2a2a;
	background: #ffffff;
}

body.post-type-archive-product #shop-sidebar .hv-shop-checkbox-filter__input:checked + .hv-shop-checkbox-filter__box,
body.tax-product_cat #shop-sidebar .hv-shop-checkbox-filter__input:checked + .hv-shop-checkbox-filter__box,
body.tax-product_tag #shop-sidebar .hv-shop-checkbox-filter__input:checked + .hv-shop-checkbox-filter__box {
	background: #171717;
	box-shadow: inset 0 0 0 2px #ffffff;
}

body.post-type-archive-product #shop-sidebar .hv-shop-checkbox-filter__text,
body.tax-product_cat #shop-sidebar .hv-shop-checkbox-filter__text,
body.tax-product_tag #shop-sidebar .hv-shop-checkbox-filter__text {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #3c3c3c;
}

body.post-type-archive-product #shop-sidebar .hv-shop-checkbox-filter__box,
body.tax-product_cat #shop-sidebar .hv-shop-checkbox-filter__box,
body.tax-product_tag #shop-sidebar .hv-shop-checkbox-filter__box {
	border-radius: 0;
}

body.post-type-archive-product #shop-sidebar .hv-shop-checkbox-filter__box::after,
body.tax-product_cat #shop-sidebar .hv-shop-checkbox-filter__box::after,
body.tax-product_tag #shop-sidebar .hv-shop-checkbox-filter__box::after {
	content: "";
	position: absolute;
	inset: 0;
	background: center / 8px 8px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M1.25 4.25L3.1 6.1L6.75 1.9' stroke='white' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	opacity: 0;
}

body.post-type-archive-product #shop-sidebar .hv-shop-checkbox-filter__input:checked + .hv-shop-checkbox-filter__box,
body.tax-product_cat #shop-sidebar .hv-shop-checkbox-filter__input:checked + .hv-shop-checkbox-filter__box,
body.tax-product_tag #shop-sidebar .hv-shop-checkbox-filter__input:checked + .hv-shop-checkbox-filter__box {
	border-color: #171717;
	background: #171717;
	box-shadow: none;
}

body.post-type-archive-product #shop-sidebar .hv-shop-checkbox-filter__input:checked + .hv-shop-checkbox-filter__box::after,
body.tax-product_cat #shop-sidebar .hv-shop-checkbox-filter__input:checked + .hv-shop-checkbox-filter__box::after,
body.tax-product_tag #shop-sidebar .hv-shop-checkbox-filter__input:checked + .hv-shop-checkbox-filter__box::after {
	opacity: 1;
}

body.post-type-archive-product #shop-sidebar .widget_product_categories .product-categories,
body.tax-product_cat #shop-sidebar .widget_product_categories .product-categories,
body.tax-product_tag #shop-sidebar .widget_product_categories .product-categories,
body.post-type-archive-product #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list,
body.tax-product_cat #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list,
body.tax-product_tag #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.post-type-archive-product #shop-sidebar .widget_product_categories .product-categories li,
body.tax-product_cat #shop-sidebar .widget_product_categories .product-categories li,
body.tax-product_tag #shop-sidebar .widget_product_categories .product-categories li,
body.post-type-archive-product #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item,
body.tax-product_cat #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item,
body.tax-product_tag #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0 !important;
	padding: 8px 0;
	border: 0 !important;
	list-style: none;
}

body.post-type-archive-product #shop-sidebar .widget_layered_nav .ux-swatch-widget-layered-nav-list__graphic,
body.tax-product_cat #shop-sidebar .widget_layered_nav .ux-swatch-widget-layered-nav-list__graphic,
body.tax-product_tag #shop-sidebar .widget_layered_nav .ux-swatch-widget-layered-nav-list__graphic {
	display: none !important;
}

body.post-type-archive-product #shop-sidebar .widget_product_categories .product-categories li > a,
body.tax-product_cat #shop-sidebar .widget_product_categories .product-categories li > a,
body.tax-product_tag #shop-sidebar .widget_product_categories .product-categories li > a,
body.post-type-archive-product #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item > a,
body.tax-product_cat #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item > a,
body.tax-product_tag #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item > a {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 0;
	color: #3c3c3c;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
}

body.post-type-archive-product #shop-sidebar .widget_product_categories .product-categories li > a::before,
body.tax-product_cat #shop-sidebar .widget_product_categories .product-categories li > a::before,
body.tax-product_tag #shop-sidebar .widget_product_categories .product-categories li > a::before,
body.post-type-archive-product #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item > a::before,
body.tax-product_cat #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item > a::before,
body.tax-product_tag #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item > a::before {
	content: "" !important;
	position: static !important;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 !important;
	border: 1px solid #2a2a2a !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	box-shadow: none !important;
	line-height: 1;
	opacity: 1;
	transform: none;
}

body.post-type-archive-product #shop-sidebar .widget_product_categories .product-categories li.current-cat > a::before,
body.tax-product_cat #shop-sidebar .widget_product_categories .product-categories li.current-cat > a::before,
body.tax-product_tag #shop-sidebar .widget_product_categories .product-categories li.current-cat > a::before,
body.post-type-archive-product #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item.chosen > a::before,
body.tax-product_cat #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item.chosen > a::before,
body.tax-product_tag #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item.chosen > a::before {
	border-color: #171717 !important;
	background: #171717 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M1.25 4.25L3.1 6.1L6.75 1.9' stroke='white' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 8px 8px no-repeat !important;
}

body.post-type-archive-product #shop-sidebar .widget_product_categories .product-categories li.current-cat > a,
body.tax-product_cat #shop-sidebar .widget_product_categories .product-categories li.current-cat > a,
body.tax-product_tag #shop-sidebar .widget_product_categories .product-categories li.current-cat > a,
body.post-type-archive-product #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item.chosen > a,
body.tax-product_cat #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item.chosen > a,
body.tax-product_tag #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item.chosen > a {
	color: #111111;
}

body.post-type-archive-product #shop-sidebar .widget_product_categories .product-categories li > .count,
body.tax-product_cat #shop-sidebar .widget_product_categories .product-categories li > .count,
body.tax-product_tag #shop-sidebar .widget_product_categories .product-categories li > .count,
body.post-type-archive-product #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item > .count,
body.tax-product_cat #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item > .count,
body.tax-product_tag #shop-sidebar .widget_layered_nav .woocommerce-widget-layered-nav-list__item > .count {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #8a8a8a;
}

body.post-type-archive-product #shop-sidebar .hv-shop-price-filter__note,
body.tax-product_cat #shop-sidebar .hv-shop-price-filter__note,
body.tax-product_tag #shop-sidebar .hv-shop-price-filter__note {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.55;
	color: #444444;
}

body.post-type-archive-product #shop-sidebar .hv-shop-price-filter__controls,
body.tax-product_cat #shop-sidebar .hv-shop-price-filter__controls,
body.tax-product_tag #shop-sidebar .hv-shop-price-filter__controls {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr) minmax(0, 1fr);
	gap: 10px;
	align-items: stretch;
}

body.post-type-archive-product #shop-sidebar .hv-shop-price-filter__currency,
body.tax-product_cat #shop-sidebar .hv-shop-price-filter__currency,
body.tax-product_tag #shop-sidebar .hv-shop-price-filter__currency {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #3a3a3a;
}

body.post-type-archive-product #shop-sidebar .hv-shop-price-filter__input,
body.tax-product_cat #shop-sidebar .hv-shop-price-filter__input,
body.tax-product_tag #shop-sidebar .hv-shop-price-filter__input {
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid #8f8f8f;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 40px;
	color: #3b3b3b;
	appearance: textfield;
	-moz-appearance: textfield;
}

body.post-type-archive-product #shop-sidebar .hv-shop-price-filter__input::placeholder,
body.tax-product_cat #shop-sidebar .hv-shop-price-filter__input::placeholder,
body.tax-product_tag #shop-sidebar .hv-shop-price-filter__input::placeholder {
	color: #6b6b6b;
	opacity: 1;
}

body.post-type-archive-product #shop-sidebar .hv-shop-price-filter__input::-webkit-outer-spin-button,
body.post-type-archive-product #shop-sidebar .hv-shop-price-filter__input::-webkit-inner-spin-button,
body.tax-product_cat #shop-sidebar .hv-shop-price-filter__input::-webkit-outer-spin-button,
body.tax-product_cat #shop-sidebar .hv-shop-price-filter__input::-webkit-inner-spin-button,
body.tax-product_tag #shop-sidebar .hv-shop-price-filter__input::-webkit-outer-spin-button,
body.tax-product_tag #shop-sidebar .hv-shop-price-filter__input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

/* Home Categories Section */
.hungvu-danhmuc {
	overflow: hidden;
}

.hungvu-danhmuc .section-content {
	position: relative;
}

.hungvu-danhmuc .section-content::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: calc(50% - 50vw);
	background: #ECE8E8;
	z-index: 0;
}

.hungvu-danhmuc .row.align-middle {
	position: relative;
	z-index: 1;
	align-items: stretch;
}

.hungvu-danhmuc .col1,
.hungvu-danhmuc .col2 {
	display: flex;
	margin-bottom: 0;
}

.hungvu-danhmuc .col1 > .col-inner,
.hungvu-danhmuc .col2 > .col-inner {
	width: 100%;
	height: 100%;
}

.hungvu-danhmuc .col1 > .col-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 56px 44px;
	text-align: center;
}

.hungvu-danhmuc .col1 .img {
	margin-bottom: 18px;
}

.hungvu-danhmuc .col1 .text {
	max-width: 660px;
	margin: 0 auto;
}

.hungvu-danhmuc .col1 .text p:last-child {
	margin-bottom: 0;
}

.hungvu-danhmuc .col1 .icon-box.featured-box {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: fit-content;
	max-width: max-content;
	gap: 10px;
	margin: 10px auto 0 !important;
	text-align: left;
}

.hungvu-danhmuc .col1 .icon-box .icon-box-img {
	flex: 0 0 auto;
	margin: 0;
}

.hungvu-danhmuc .col1 .icon-box .icon-box-text {
	flex: 0 0 auto;
	padding-top: 0;
}

.hungvu-danhmuc .col1 .icon-box p {
	margin: 0;
}

.hungvu-danhmuc .col2 > .col-inner {
	display: flex;
	align-items: center;
	padding: 34px;
	background: transparent;
}

.hungvu-danhmuc .col2 .hv-radius {
	margin-bottom: 0;
}

.hungvu-danhmuc .col2 .product-category {
	margin-bottom: 0;
}

.hungvu-danhmuc .col2 .product-category > .col-inner,
.hungvu-danhmuc .col2 .product-category > .col-inner > a,
.hungvu-danhmuc .col2 .box-category,
.hungvu-danhmuc .col2 .box-category .box-image,
.hungvu-danhmuc .col2 .box-category .box-image > div,
.hungvu-danhmuc .col2 .box-category .overlay,
.hungvu-danhmuc .col2 .box-category img {
	border-radius: 20px;
}

.hungvu-danhmuc .col2 .product-category > .col-inner > a,
.hungvu-danhmuc .col2 .box-category,
.hungvu-danhmuc .col2 .box-category .box-image,
.hungvu-danhmuc .col2 .box-category .box-image > div {
	display: block;
	overflow: hidden;
}

.hungvu-danhmuc .col2 .box-category {
	position: relative;
	background: #000;
	isolation: isolate;
}

.hungvu-danhmuc .col2 .box-category img {
	display: block;
	width: 100%;
	object-fit: cover;
	clip-path: inset(0 round 20px);
}

.hungvu-danhmuc .col2 .box-category .overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.5) 100%) !important;
	opacity: 1;
	clip-path: inset(0 round 20px);
}

.hungvu-danhmuc .col2 .box-category .box-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 20px 20px;
	pointer-events: none;
}

.hungvu-danhmuc .col2 .box-category .box-text-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: 100%;
	margin: 0 auto;
}

.hungvu-danhmuc .col2 .box-category .box-text-inner::after {
	content: "";
	width: 30px;
	height: 10px;
	flex: 0 0 30px;
	background: center / 30px 10px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='10' viewBox='0 0 30 10' fill='none'%3E%3Cpath d='M1 5H28' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M24 1L28 5L24 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	transition: transform 0.24s ease;
	will-change: transform;
}

.hungvu-danhmuc .col2 .box-category:hover .box-text-inner::after {
	transform: translateX(5px);
}

.hungvu-danhmuc .col2 .box-category .header-title {
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: none !important;
}

@media only screen and (max-width: 849px) {
	.hungvu-danhmuc .section-content::after {
		left: 0;
		right: 0;
		top: auto;
		height: 50%;
	}

	.hungvu-danhmuc .col1,
	.hungvu-danhmuc .col2 {
		display: block;
	}

	.hungvu-danhmuc .col1 > .col-inner,
	.hungvu-danhmuc .col2 > .col-inner {
		height: auto;
	}

	.hungvu-danhmuc .col1 > .col-inner {
		padding: 32px 22px;
	}

	.hungvu-danhmuc .col2 > .col-inner {
		padding: 22px;
	}
}


/* Header Dropdown Menu */
@media only screen and (min-width: 850px) {
	.header-bottom {
		border-bottom: 0;
		box-shadow: none;
	}

	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown {
		position: relative;
	}

	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown::before,
	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown::after {
		content: none !important;
		display: none !important;
	}

	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > a.nav-top-link {
		position: relative;
		display: inline-flex;
		align-items: center;
		gap: 8px;
	}

	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > a.nav-top-link::after {
		content: "";
		position: absolute;
		left: 0;
		right: 22px;
		bottom: -7px;
		height: 2px;
		background: currentColor;
		transform: scaleX(0);
		transform-origin: left center;
		transition: transform 0.22s ease;
	}

	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown:hover > a.nav-top-link::after,
	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown:focus-within > a.nav-top-link::after,
	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown.current-menu-item > a.nav-top-link::after,
	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown.current-menu-ancestor > a.nav-top-link::after {
		transform: scaleX(1);
	}

	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > a.nav-top-link > i {
		margin-left: 0;
		font-size: 14px;
		opacity: 0.75;
		transition: transform 0.22s ease;
	}

	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown:hover > a.nav-top-link > i,
	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown:focus-within > a.nav-top-link > i {
		transform: rotate(180deg);
	}

	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > .sub-menu.nav-dropdown {
		left: -18px;
		right: auto;
		top: calc(100% + 2px);
		width: 286px;
		min-width: 286px;
		padding: 14px 0;
		border: 1px solid #e6e6e6;
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > .sub-menu.nav-dropdown::before,
	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > .sub-menu.nav-dropdown::after,
	body.nav-dropdown-has-arrow .header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > .sub-menu.nav-dropdown::before,
	body.nav-dropdown-has-arrow .header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > .sub-menu.nav-dropdown::after {
		content: none !important;
		display: none !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > .sub-menu.nav-dropdown > li,
	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > .sub-menu.nav-dropdown > li::before,
	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > .sub-menu.nav-dropdown > li::after {
		margin: 0;
		border: 0 !important;
		box-shadow: none !important;
	}

	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > .sub-menu.nav-dropdown > li + li {
		border-top: 0 !important;
	}

	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > .sub-menu.nav-dropdown > li > a {
		display: inline-block;
		padding: 10px 24px;
		width: auto;
		border: 0 !important;
		box-shadow: none !important;
		background: transparent !important;
		color: #616161;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.42;
		text-decoration: none;
		transition: color 0.2s ease, text-decoration-color 0.2s ease;
	}

	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > .sub-menu.nav-dropdown > li > a:hover,
	.header-bottom .header-bottom-nav > li.menu-item-has-children.has-dropdown > .sub-menu.nav-dropdown > li > a:focus {
		background: transparent !important;
		color: #111;
		text-decoration: underline;
		text-decoration-thickness: 1.5px;
		text-underline-offset: 6px;
	}
}

.product-small.has-hover.box-normal.box-text-bottom {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	border-radius: 15px;
	background: #F0F0F0;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	overflow: hidden;
}

.product-small.has-hover.box-normal.box-text-bottom .box-text {
	padding: 0 20px 20px;
}

body.post-type-archive-product .category-filter-row .widget_layered_nav_filters,
body.tax-product_cat .category-filter-row .widget_layered_nav_filters,
body.tax-product_tag .category-filter-row .widget_layered_nav_filters {
	display: none !important;
}

/* About Accordion */
.hv-about {
	border-top: 1px solid #e3e3e3;
}

.hv-about .accordion-item {
	margin: 0;
	border-bottom: 1px solid #e3e3e3;
}

.hv-about .accordion-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #1f1f1f;
	text-decoration: none;
}

.hv-about .accordion-title span {
	order: 1;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
	text-align: left;
}

.hv-about .accordion-title span::before {
	content: "";
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	background: center / 20px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Ccircle cx='19' cy='19' r='17' stroke='%231f1f1f' stroke-width='1.8'/%3E%3Cpath d='M15.6 14.4C15.6 12.07 17.57 10.4 19.98 10.4C22.14 10.4 24.2 11.64 24.2 14.02C24.2 15.72 23.25 16.8 21.96 17.71C20.69 18.61 19.65 19.27 19.65 20.88V21.48' stroke='%231f1f1f' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='19.65' cy='26.18' r='1.2' fill='%231f1f1f'/%3E%3C/svg%3E");
}

.hv-about .accordion-title .toggle {
	order: 2;
	position: relative;
	right: auto;
	top: auto;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	min-height: 20px;
	margin: 0 0 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
	transform: none;
}

.hv-about .accordion-title .toggle i,
.hv-about .accordion-title .toggle svg {
	display: none;
}

.hv-about .accordion-title .toggle::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: center / 20px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M5.5 8.5L11 14L16.5 8.5' stroke='%23595959' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	transition: transform 0.22s ease;
}

.hv-about .accordion-title.active .toggle::before,
.hv-about .accordion-title[aria-expanded="true"] .toggle::before {
	transform: rotate(180deg);
}

.hv-about .accordion-inner {
	padding: 0 34px 10px;
	color: #4f4f4f;
	font-size: 14px;
	line-height: 1.7;
}

.hv-about .accordion-inner > *:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 849px) {
	.hv-about .accordion-title {
		padding: 10px 0;
	}

	.hv-about .accordion-title span {
		gap: 12px;
		font-size: 18px;
	}

	.hv-about .accordion-title span::before {
		flex-basis: 20px;
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}

	.hv-about .accordion-inner {
		padding: 0 0 10px 32px;
		font-size: 14px;
	}
}

.custom-cf7-form .row-fields {
	display: flex;
	gap: 20px;
	margin-bottom: 0;
}

.custom-cf7-form .row-fields .half-field {
	flex: 1;
	margin-bottom: 15px;
}

.custom-cf7-form input[type="text"],
.custom-cf7-form input[type="email"],
.custom-cf7-form input[type="tel"],
.custom-cf7-form textarea {
	width: 100%;
	background: transparent;
	border: 1px solid #555;
	border-radius: 0;
	box-shadow: none;
	padding: 18px 20px;
	font-size: 15px;
	color: #333;
	font-weight: 400;
}

.custom-cf7-form input::placeholder,
.custom-cf7-form textarea::placeholder {
	color: #555;
	opacity: 1;
	font-weight: 400;
}

.custom-cf7-form textarea {
	min-height: 130px;
	resize: vertical;
}

.custom-cf7-form input:focus,
.custom-cf7-form textarea:focus {
	border-color: #000;
	outline: none;
	box-shadow: none;
}

.custom-cf7-form input[type="submit"] {
	background: #000;
	color: #fff;
	border: none;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 160px;
	margin-top: 10px;
}

.custom-cf7-form input[type="submit"]:hover {
	background: #333;
	transform: translateY(-2px);
}

@media (max-width: 600px) {
	.custom-cf7-form .row-fields {
		flex-direction: column;
		gap: 0;
	}
}

.custom-cf7-form .wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 5px;
}

.hv-promise .icon-box {
	background: rgb(241, 241, 241);
	padding: 20px;
}
