:root {
	--theme-color: #77bd40 !important;
	--theme-color3: #d11e46 !important;
	--theme-color2: #f89425 !important;
	--text-color: #25274d !important;
	--black: #2e2e2e;
	--grey: #e8e8e8;
	--fa6: "Font Awesome 6 Pro";
	--fw-600: 600;

	--regular: "Montserrat";
	--medi: "Montserrat-medi", sans-serif;
	--semi: "Montserrat-semi", sans-serif;
	--bold: "Montserrat-bold", sans-serif;

	--size-14: 0.875rem;
	--size-20: 1.25rem;
	--size-24: 1.5rem;
	--size-28: 1.75rem;
	--size-30: 1.875rem;
	--size-36: 2.25rem;
	--size-40: 2.5rem;
}

.txt-white,
.txt-white * {
	color: white !important;
}

@font-face {
	font-family: "Montserrat-bold";
	src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"),
		url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-bold";
	src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
		url("../fonts/Montserrat-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-semi";
	src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
		url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-semi";
	src: url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"),
		url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
		url("../fonts/Montserrat-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-medi";
	src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"),
		url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-medi";
	src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
		url("../fonts/Montserrat-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Great Vibes";
	src: url("../fonts/GreatVibes-Regular.woff2") format("woff2"),
		url("../fonts/GreatVibes-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.font-2 {
	font-family: "Great Vibes";
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
	font-weight: normal !important;
	font-family: var(--bold) !important;
}

p {
	margin-bottom: 0.8em;
}

p,
a,
ul,
li,
div {
	font-family: var(--regular) !important;
	font-weight: normal !important;
}

.uxb-wrapper.uxb-wrapper--text {
	position: unset;
}

.uxb-wrapper.uxb-wrapper--team_member {
	width: 25%;
}

body {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-family: var(--regular);
}

p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 1rem;
}

input:autofill {
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
}

input:-webkit-autofill {
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
}

.wpcf7 form .wpcf7-response-output {
	display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
	position: absolute;
	background: 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	left: 18px;
	bottom: 18px;
}

.wpcf7 .wpcf7-not-valid-tip:after {
	display: none;
}

.p-mb-10 p {
	margin-bottom: 10px !important;
}

#logo a img {
	padding: 10px;
}

li.html.header-button-1 a.button,
.header-button-custom a.button {
	padding-left: 50px;
	background-image: url("../images/phone-white.webp");
	background-repeat: no-repeat;
	background-position: 13px;
	height: 40px;
	min-width: 176px;
	display: flex;
	align-items: center;
	animation: glowing-btn 2s infinite;
}

.slider-product-cat .product-category {
	padding-bottom: 40px !important;
}

.slider-product-cat .product-category .col-inner {
	padding: 20px 10px 20px 10px;
	position: relative;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
	transition: 0.3s;
}
.slider-product-cat .product-category .col-inner:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
		rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.slider-product-cat .product-category .box-image img {
	width: 150px;
	height: 150px;
	object-fit: contain;
	transition: 0.4s;
}

.slider-product-cat .product-category:hover .box-image img {
	transform: scale(1.1);
}

.slider-product-cat .flickity-prev-next-button {
	opacity: 1;
	visibility: visible;
	margin-top: -10px !important;
}

.slider-product-cat .flickity-prev-next-button:hover svg {
	background-color: #3cb814 !important;
	border-color: #3cb814 !important;
}

.slider-product-cat .product-category:hover .header-title,
.slider-product-cat .product-category:hover .count {
	color: var(--theme-color);
}

.slider-product-cat .product-category .header-title {
	font-size: 18px;
	font-weight: var(--bold);
	text-transform: capitalize;
	margin-bottom: 10px;
}

.slider-product-cat .product-category .count {
	display: none;
}

.slider-product-cat .product-category.col {
	animation: fillHeight 0s 0.2s linear forwards;
}

.product-small.box {
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	transition: 0.3s;
}
.product-small.box:hover {
	border-color: var(--theme-color);
}
.product-small.box .box-text {
	padding-left: 15px;
	padding-right: 15px;
}

.product-small.box .box-text .price-wrapper .price .amount {
	color: var(--theme-color3);
}
.product-small.box .box-text .price-wrapper .price {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 20px;
	font-size: 16px;
}
.badge-container.absolute.top {
	margin: 0;
	top: 10px;
	left: 15px;
}

.slide-doitac .gallery-col .box-image img {
	height: 130px;
	object-fit: contain;
	width: auto;
}

.row-wcu {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
		0px 0px 20px rgba(0, 0, 0, 0.1) inset;
}

.row-wcu::before {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 14px;
	left: 15px;
	width: 400px;
	height: 20px;
	box-shadow: 0 20px 10px rgba(0, 0, 0, 0.5);
	transform: rotate(-3deg);
}
.row-wcu::after {
	right: 15px;
	left: auto;
	transform: rotate(3deg);
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 14px;
	width: 400px;
	height: 20px;
	box-shadow: 0 20px 10px rgba(0, 0, 0, 0.7);
}
.row-wcu .col {
	z-index: 1;
}

.row-wcu .icon-box-text h3 {
	position: relative;
	margin-bottom: 40px;
}
.row-wcu .icon-box-text h3:before {
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	width: 60px;
	height: 2px;
	background: #e0e0df;
	position: absolute;
	transition: all 0.6s;
}
.row-wcu .col:hover .icon-box-text h3:before {
	width: 100%;
}

.menu-footer .menu-item:hover a {
	padding-left: 5px;
}
.social-footer .button i {
	top: 0;
}

.wrap-breadcrumb {
	background-color: #efefef;
	padding: 14px 0px;
}

.wrap-breadcrumb p {
	margin-bottom: 0;
}

.wrap-form-contact input {
	height: 45px !important;
	box-shadow: none !important;
	border-radius: 4px !important;
}

.wrap-form-contact textarea {
	box-shadow: none !important;
	border-radius: 4px !important;
}

.wpcf7-spinner {
	display: none !important;
}

.wrap-form-contact .wpcf7-submit {
	margin-right: 0;
	margin-left: auto;
	display: block;
	font-weight: var(--bold);
}
.map-contact p {
	margin-bottom: 0;
	line-height: 0;
}

.blog-archive {
	padding-top: 0;
}
.archive-page-header {
	margin-top: 30px;
}
.archive-page-header .page-title {
	font-size: 26px;
	font-family: var(--bold);
	color: var(--black);
}
.blog-archive .post-item .box-text .post-title {
	font-size: 18px;
	font-family: var(--bold);
}

.blog-archive .post-item .box-text {
	transition: 0.3s;
}
.blog-archive .post-item:hover .box-text {
	background-color: #f9f9f9;
}

.post-meta-single {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 1em;
}

.post-meta-single .post-date {
	padding-left: 20px;
	position: relative;
}

.post-meta-single img {
	border-radius: 50%;
	margin-right: 12px;
}

.blog-single .entry-content {
	padding-top: 0;
}

.blog-single.page-wrapper {
	padding-top: 0;
}
.blog-single.page-wrapper .wrap-breadcrumb {
	margin-bottom: 40px;
}
.meta-bottom-single .list-tags {
	display: flex;
	gap: 16px;
	align-items: center;
}
.meta-bottom-single .list-tags span {
	font-family: var(--bold);
	color: #000;
}
.meta-bottom-single .list-tags a {
	background-color: #e1e1e1;
	padding: 5px 10px;
	border-radius: 6px;
}

.title-related-post {
	font-size: 28px;
	font-family: var(--bold);
	color: #000;
	margin-bottom: 20px;
}

.wrap-post-relate .box-text .post-title {
	font-size: 18px;
	font-family: var(--bold);
}

.header-nav.header-nav-main {
	justify-content: center;
}

.widget_product_categories {
	border: 1px solid #eee;
}
.widget_product_categories .is-divider {
	display: none;
}
.widget_product_categories .widget-title {
	display: block;
	width: 100%;
	background: #24264d;
	text-align: center;
	color: #fff;
	padding: 15px 0px;
}
.widget_product_categories .product-categories li {
	padding: 5px 10px;
}

.widget_product_categories .product-categories .children {
	border: none;
}
.widget_product_categories .product-categories .children li {
	list-style: disc;
	padding-left: 0;
}
.title-product-cat {
	font-family: var(--bold);
}

.product-main .product-images {
	border: 1px solid #ccc;
}

.single-product .product-main {
	padding-top: 0 !important;
}

.single-product .shop-container {
	margin-top: 40px;
}

.single-product .product-page-price {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 20px;
	margin-bottom: 30px;
}
.product-page-price span.amount {
	color: var(--theme-color3);
}
a.btn-hotline-single:after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	scale: 0 1;
	transform-origin: right;
	transition: scale 450ms;
	border-radius: 8px;
	background: #a3181d;
}
a.btn-hotline-single {
	background: var(--theme-color3);
	color: #fff;
	border-radius: 8px;
	padding: 4px 40px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	cursor: pointer;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	margin-bottom: 30px;
}

a.btn-hotline-single:hover {
	color: #fff;
}

a.btn-hotline-single span {
	display: block;
}

a.btn-hotline-single:hover:after,
a.btn-hotline-single:focus-visible:after {
	border-radius: 8px;
	transform-origin: left;
	scale: 1 1;
	box-shadow: none;
}

.single_add_to_cart_button {
	font-weight: 500;
	border-radius: 8px;
}

.woocommerce-billing-fields__field-wrapper input {
	height: 45px !important;
	border-radius: 4px !important;
	box-shadow: none !important;
}

.woocommerce-billing-fields__field-wrapper .select2,
.woocommerce-billing-fields__field-wrapper
	.select2
	.selection
	.select2-selection {
	height: 45px !important;
	border-radius: 4px !important;
	box-shadow: none !important;
}
.woocommerce-billing-fields__field-wrapper
	.select2
	.select2-selection__rendered,
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 45px !important;
	line-height: 45px !important;
}
.comment-form-rating .stars a {
	font-family: "fl-icons" !important;
}

a.wc-block-cart__submit-button {
	background: #d11c45;
	color: #fff;
}

.wc-block-components-order-summary
	.wc-block-components-order-summary-item__total-price {
	display: none;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
	font-size: 16px;
	color: #000 !important;
}
.wp-block-woocommerce-checkout-order-summary-block
	.wc-block-components-formatted-money-amount {
	color: var(--theme-color3);
}
.wc-block-components-product-price {
	color: var(--theme-color3);
	font-size: 16px;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background: #d11c45;
	color: #fff;
	min-height: unset;
	padding: 10px;
	transition: 0.3s;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
	background: #ec1648;
}
.btn-readmore i {
	transition: 0.3s;
}
.btn-readmore:hover {
	color: var(--theme-color) !important;
}
.btn-readmore:hover i {
	transform: translateX(5px) !important;
}

.service-row-slider .flickity-prev-next-button.previous {
	left: 0px;
}
.service-row-slider .flickity-prev-next-button.previous {
	left: -50px;
	color: #ffffff;
	opacity: 1 !important;
	background: #77bd40 !important;
	border-radius: 99px;
	width: 38px;
	height: 38px;
}
.service-row-slider .flickity-prev-next-button.next {
	right: -50px;
	color: #ffffff;
	opacity: 1 !important;
	background: #77bd40 !important;
	border-radius: 99px;
	width: 38px;
	height: 38px;
}

.form-suachua {
	border: 1px solid #ccc;
	padding: 30px;
	border-radius: 10px;
	max-width: 500px;
	margin: 0 auto;
}
.form-suachua input {
	border-radius: 5px;
	box-shadow: none;
	height: 45px;
}
.form-suachua textarea {
	border-radius: 5px;
	box-shadow: none;
}
.form-suachua .wpcf7-spinner {
	display: none;
}
.form-suachua .wpcf7-submit {
	display: block;
	margin: 0;
	width: 100%;
}
.form-suachua .title p {
	font-size: 26px;
	font-family: var(--bold) !important;
	text-align: center;
	margin-bottom: 20px;
	line-height: 32px;
}
@keyframes glowing-btn {
	0% {
		box-shadow: 0 0 0 0 #3cb814;
	}

	100% {
		box-shadow: 0 0 0 8px rgba(255, 188, 0, 0);
	}
}

@keyframes fillHeight {
	0% {
		height: auto;
	}
	100% {
		height: 100%;
	}
}

@media screen and (max-width: 767.98px) {
	body .progress-wrap {
		right: 15px;
		width: 32px;
		height: 32px;
	}

	body .progress-wrap::before {
		width: 32px;
		height: 32px;
	}

	body .progress-wrap::after {
		font-size: 14px;
	}
}

@media only screen and (max-width: 48em) {
	.product-small.box .box-text .price-wrapper .price {
		flex-direction: column-reverse;
		gap: 5px;
		margin-top: 13px;
	}
	a.btn-hotline-single {
		font-size: 16px;
	}
}

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	content: "\f106";
	font-family: "fl-icons" !important;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	font-size: 26px;
	color: var(--theme-color);
}

.progress-wrap::before {
	position: absolute;
	content: "";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background-image: linear-gradient(298deg, #47be7a, #0084b5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: var(--theme-color);
	stroke-width: 4px;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
