:root {
	--color-primary: #f0531c;
	--color-secondary: #005f55;
	--color-tertiary: #f8f8f8;
	--color-valid: #46b450;
	--color-invalid: #e2401c;
	--color-gray-f1: #f1f1f1;
	--color-gray-e5: #e5e5e5;
}

.woocommerce-account {
	background-color: var(--color-tertiary);
}

.custom_registration_form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.4rem;
}

main .section-checkout .wc_payment_methods .payment_box {
	display: block !important;
}

.section-checkout .wc_payment_methods .wc_payment_method>label .payment_box br {}

.section-checkout .wc_payment_methods .wc_payment_method>label .payment_box p {
	line-height: 1.4;
}

.section-checkout .wc_payment_methods .wc_payment_method>label {
	border-color: #f1f1f1;
}

.section-checkout .wc_payment_methods .wc_payment_method>label:hover {
	border-color: var(--color-secondary) !important;
}

.section-checkout .wc_payment_methods .wc_payment_method>label .payment_box {
	font-size: 16px;
	background-color: #f0f0f0;
	padding: 10px;
	font-weight: normal;
}

.section-checkout .wc_payment_methods .wc_payment_method>label {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
	font-weight: bold;
	font-size: 18px;
}

.custom_registration_form .form-row:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6)) {
	grid-column: span 2 / span 2;
}

/* @note Woo - Global */
/* .single-product .woocommerce-notices-wrapper,
.tax-product_cat .woocommerce-notices-wrapper {
	display: none;
} */
.section-padding {
	padding: 2.0833333333rem 0;
}

.section-wrap-box-white {
	background-color: #fff;
	padding: 1.5rem;
}

.woocommerce-page .title-line.mb-0 {
	margin-bottom: 0;
}

.woocommerce-page .title-line {
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: bold;
}

/* @note Woo - Account Dashboard */
.woocommerce-account .bold-color {
	color: var(--color-primary);
}

.woocommerce-account main .woocommerce form {
	max-width: 33rem;
	margin: 0 auto;
	background-color: #fff;
	padding: 2.0833333333rem;
	gap: 1.0416666667rem;
}

.woocommerce-account main .woocommerce form label {
	display: block;
	margin-bottom: 0.5208333333rem;
}

.woocommerce-account .clear {
	display: none;
}

.woocommerce-account main .woocommerce form .woocommerce-Button.button:hover,
.woocommerce-account .woocommerce button[type="submit"]:hover {
	background-color: var(--color-primary);
	color: white;
}

.form-primary input:not([type=checkbox]),
.form-primary textarea,
.form-primary select,
.form-row input:not([type=checkbox]),
.form-row textarea,
.form-row select {
	height: -webkit-calc(44/1920*100rem)
		/* 44px */
	;
	height: calc(44/1920*100rem)
		/* 44px */
	;
	width: 100%;
	border-radius: 0.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(221 221 221 / var(--tw-border-opacity));
	padding-left: -webkit-calc(20/1920*100rem)
		/* 20px */
	;
	padding-left: calc(20/1920*100rem)
		/* 20px */
	;
	padding-right: -webkit-calc(20/1920*100rem)
		/* 20px */
	;
	padding-right: calc(20/1920*100rem)
		/* 20px */
	;
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

@media (min-width: 768px) {
	.wrap-box-account-column {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.0416666667rem;
	}
}

.wrap-box-account-column .wrap-box-info {
	display: flex;
	flex-direction: column;
}

.box-info-dashboard {
	padding: 0.52rem;
	border: 1px solid var(--color-gray-e5);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.box-info-dashboard__item {
	font-size: clamp(14px, 0.72rem, 0.72rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box-info-dashboard__item__content {
	text-align: right;
}

.box-info-dashboard__item__title {
	font-weight: 600;
	white-space: nowrap;
}

.woocommerce-account .woocommerce button[type="submit"],
.woocommerce-account main .woocommerce form .woocommerce-Button.button {
	width: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	border: 1px solid var(--color-primary);
	border-radius: 44px;
	font-size: 0.8333rem;
	height: 2.2916666667rem;
	transition: 0.3s all ease-in-out;
	color: var(--color-primary);
}

.woocommerce::after {
	content: "";
	clear: both;
	display: table;
}

.woocommerce-account .wrap-grid-account fieldset .form-row label {
	margin-bottom: auto;
	padding-bottom: 15px;
}

.woocommerce-account .wrap-grid-account .form-row {
	display: flex;
	flex-direction: column;
}

.woocommerce-account .wrap-grid-account {
	display: flex;
	flex-direction: column;
	gap: 15px;
	/* padding: 0; */
}

@media (min-width: 768px) {
	.woocommerce-account .wrap-grid-account {
		display: grid;
		grid-template-columns: 16.425rem 1fr;
		gap: 1.5625rem;
	}
}

/* @note Woo - Box navigation */
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
	color: red !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	background-color: #fff;
	height: fit-content;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: column;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: var(--color-primary);
	background-color: #f4f4f4;
	font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: block;
	font-size: clamp(12px, 0.8333333333rem, 0.8333333333rem);
	padding: 0.5rem 1.0416666667rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--color-primary);
	text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-navigation .block-info-profile {
	padding: 1.0416666667rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--color-gray-f1);
}

.woocommerce-account .woocommerce-MyAccount-navigation .block-info-profile .info-profile {
	padding-left: 1.0416666667rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation .block-info-profile .name-profile {
	font-size: 0.7291666667rem;
	font-weight: 500;
	line-height: 1;
	color: var(--color-primary);
}

.woocommerce-account .woocommerce-MyAccount-navigation .block-info-profile .email-profile {
	font-size: 0.625rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation .block-info-profile img {
	max-width: 100%;
	height: 100%;
	width: 100%;
	max-height: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation .block-info-profile .avatar-profile {
	width: 2.6041666667rem;
	height: 2.6041666667rem;
}

/* @note Woo - Global My Account */
@media (min-width: 1200px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		font-size: 0.8333333333rem;
	}
}

@media (min-width: 1600px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		font-size: 0.8333333333rem;
	}
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 0.9375rem;
}

.woocommerce-account .woocommerce-MyAccount-content .link-account {
	font-size: 0.6770833333rem;
	text-decoration: none;
	cursor: pointer;
}

.woocommerce-account .woocommerce-MyAccount-content .box-title {
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info {
	padding: 10px 20px;
	font-weight: 500;
	background-color: #f1f1f1;
}

.woocommerce-account .woocommerce-MyAccount-content a {
	color: var(--color-primary);
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding: 1.0416666667rem;
	background-color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content form {
	padding: 0 !important;
	max-width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content em {
	font-size: 0.725rem;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper,
.woocommerce-account .woocommerce-MyAccount-content fieldset {
	display: flex;
	flex-direction: column;
	gap: 1.0416666667rem;
}

.woocommerce-account .woocommerce-MyAccount-content legend {
	background-color: #f1f1f1;
	display: block;
	font-weight: 700;
	width: 100%;
	padding: 10px 1.0416666667rem;
	margin-bottom: 1.0416666667rem;
}

/* @note Woo - Address */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
	border: 1px solid #f1f1f1;
	padding: 1.0416666667rem;
}

.form-primary input:not([type="checkbox"]),
.form-primary select,
.form-primary textarea,
.form-row input:not([type="checkbox"]),
.form-row select,
.form-row textarea {
	height: 2.6rem;
	border-radius: 5px;
}

.form-primary input:not([type=checkbox]),
.form-primary textarea,
.form-primary select,
.form-row input:not([type=checkbox]),
.form-row textarea,
.form-row select {
	height: -webkit-calc(44/1920*100rem)
		/* 44px */
	;
	height: calc(44/1920*100rem)
		/* 44px */
	;
	width: 100%;
	border-radius: 0.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(221 221 221 / var(--tw-border-opacity));
	padding-left: -webkit-calc(20/1920*100rem)
		/* 20px */
	;
	padding-left: calc(20/1920*100rem)
		/* 20px */
	;
	padding-right: -webkit-calc(20/1920*100rem)
		/* 20px */
	;
	padding-right: calc(20/1920*100rem)
		/* 20px */
	;
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}


/* @note Woo - Edit Payment */

@media (min-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
		display: grid;
		margin-top: 1.0416666667rem;
		grid-template-columns: 1fr 1fr;
		gap: 1.0416666667rem;
	}
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
	display: grid;
	margin-top: 1.0416666667rem;
	gap: 1.0416666667rem;
}

/* @note Woo - Edit Account */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
	display: flex;
	flex-direction: column;
	gap: 1.0416666667rem;
}

@media (min-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm>p:last-child {
	grid-column: span 2 / span 2;
}

@media (min-width: 1024px) {
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 1.0416666667rem;
	}
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
	grid-column: span 2 / span 2;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
	max-width: 100%;
}

.woocommerce-account .save_address {
	display: flex;
	justify-content: flex-end;
}

.woocommerce-account .woocommerce-Addresses {
	display: grid;
	margin-top: 1.0416666667rem;
	grid-template-columns: 1fr 1fr;
	gap: 1.0416666667rem;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper {
	margin-bottom: 1.0416666667rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0 !important;
	line-height: 2.29167rem;
}

.form-row,
.select2-container {
	width: 100% !important;
}

body.show-cart .mini-cart-wrapper {
	transform: translateX(0);
}

.mini-cart-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	height: 100dvh;
	background-color: #fff;
	width: 350px;
	z-index: 100;
	transition: 0.3s all ease-in-out;
	transform: translateX(100%);
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.mini-cart-wrapper {
		width: 23.9583333333rem;
	}
}

.mini-cart-wrapper .widget_shopping_cart_content {
	flex: 1;
	overflow: auto;
	display: flex;
	flex-direction: column;
}

.mini-cart-wrapper .top-mini-cart {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.0416666667rem;
	border-bottom: 1px solid #f3f3f3;
}

.mini-cart-wrapper .top-mini-cart p {
	font-size: 0.9375rem;
	font-weight: medium;
}

.mini-cart-wrapper .top-mini-cart .close {
	font-size: 1.5rem;
	font-weight: #000;
	display: flex;
}

.mini-cart-wrapper .woocommerce-mini-cart__empty-message {
	padding: 1.0416666667rem;
	text-align: center;
}

.mini-cart-wrapper .woocommerce-mini-cart-item.mini_cart_item .product-quantity {
	align-items: flex-start;
}

.mini-cart-wrapper .woocommerce-mini-cart-item.mini_cart_item {
	position: relative;
}

.mini-cart-wrapper .remove_from_cart_button {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	display: flex;
	cursor: pointer;
	font-size: 28px;
	color: red;
}

.mini-cart-wrapper .woocommerce-mini-cart .wrap-price del .woocommerce-Price-amount.amount {
	font-weight: normal;
}

.mini-cart-wrapper .woocommerce-mini-cart .wrap-price .woocommerce-Price-amount.amount {
	font-weight: bold;
}

.mini-cart-wrapper .woocommerce-mini-cart .wrap-price {
	text-align: right;
	flex: 1;
}

.mini-cart-wrapper .woocommerce-mini-cart .wrap {
	flex: 1;
}

.mini-cart-wrapper .woocommerce-mini-cart {
	padding: 0 1.0416666667rem;
}

.mini-cart-wrapper .mini_cart_item .title-product {
	font-size: clamp(16px, 0.7291666667rem, 0.7291666667rem);
}

.mini-cart-wrapper .mini_cart_item {
	display: flex;
}

.mini-cart-wrapper .mini_cart_item .title-product {
	font-size: clamp(16px, 0.7291666667rem, 0.7291666667rem);
	margin-bottom: 0.5208333333rem;
}

.mini-cart-wrapper .mini_cart_item .wrap {
	padding-left: 20px;
}

.mini-cart-wrapper .mini_cart_item .img-product a img {
	width: 100%;
	height: 100%;
}

.mini-cart-wrapper .mini_cart_item .img-product {
	display: flex;
}

.mini-cart-wrapper .mini_cart_item .img-product a {
	display: block;
	width: 75px;
	height: 75px;
	border: 1px solid #f0f0f0;
}

.product-quantity,
.product-quantity .quantity {
	display: flex;
	align-items: center;
}

.product-quantity input[type="number"] {
	width: 1.9791666667rem;
	height: 1.4583333333rem;
	border: 1px solid var(--color-gray-f1);
	appearance: none;
	border-width: 1px 0 1px 0;
	text-align: center;
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance: textfield;
	-webkit-appearance: none !important;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.product-quantity button:hover {
	background-color: #e8e8e8;
}

.product-quantity button {
	width: 1.4583333333rem;
	height: 1.4583333333rem;
	transition: 0.3s all ease-in-out;
	background-color: var(--color-gray-f1);
	border: 1px solid var(--color-gray-f1);
	cursor: pointer;
}

.mini-cart-wrapper .woocommerce-mini-cart .wrap-price .quantity {
	display: none;
}

.mini-cart-wrapper .woocommerce-mini-cart .wrap-price {
	text-align: right;
	flex: 1;
}

.mini-cart-wrapper .woocommerce-mini-cart .wrap-price ins bdi {
	font-weight: bold;
}

.mini-cart-wrapper .woocommerce-mini-cart .wrap-price .woocommerce-Price-amount {
	font-size: clamp(16px, 0.7291666667rem, 0.7291666667rem);
}

.price-format ins {
	text-decoration: none;
}

.price-format {
	display: flex;
	flex-direction: column;
}

.mini-cart-wrapper .woocommerce-mini-cart.cart_list li:not(:last-child) {
	border-bottom: 1px solid var(--color-gray-f1);
}

.mini-cart-wrapper .woocommerce-mini-cart.cart_list li {
	padding: 1.0416666667rem 0;
}

.mini-cart-wrapper .woocommerce-mini-cart.cart_list {
	flex: 1;
	overflow: auto;
	flex-direction: column;
	min-height: min-content;
	display: flex;
}

.mini-cart-wrapper .wrap-button-cart {
	padding: 1.0416666667rem;
	border-top: 1px solid var(--color-gray-f1);
}

.mini-cart-wrapper .wrap-button-cart .total strong {
	font-size: 0.833rem;
}

.mini-cart-wrapper .wrap-button-cart .total .amount {
	color: red;
	font-weight: 700;
	font-size: clamp(18px, 0.9375rem, 0.9375rem);
}

.mini-cart-wrapper .wrap-button-cart .total {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mini-cart-wrapper .wrap-button-cart .buttons a {
	flex: 1;
}

.mini-cart-wrapper .wrap-button-cart .buttons {
	display: flex;
	gap: 0.2604166667rem;
	margin-top: 1.0416666667rem;
}

.mini-cart-wrapper .wrap-button-cart .buttons a:hover {
	background-color: var(--color-primary);
	color: white;
}

.mini-cart-wrapper .wrap-button-cart .buttons a {
	height: 2.2rem;
	color: #fff;
	transition: 0.3s all ease-in-out;
	font-size: 0.83rem;
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}

.mini-cart-wrapper.loading .cart_list {
	position: relative;
}

.mini-cart-wrapper.loading .cart_list::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	animation: fadeIn 0.15s ease-in-out both;
}

.mini-cart-wrapper.loading::before {
	content: "";
	position: absolute;
	top: 40%;
	z-index: 10;
	border-radius: 50%;
	left: 50%;
	transform: translate(-30%, -50%);
	width: 2.6041666667rem;
	height: 2.6041666667rem;
	border: 3px solid var(--color-gray-e5);
	border-top-color: var(--color-primary);
	animation: spinCustom 0.4s linear infinite;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes spinCustom {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* @note Woo - Cart Overview */
.fbtpfw_parent_name {
	color: var(--color-primary);
}

.item-cart-quantity .product-quantity {
	margin-left: auto;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart .combo-products-container h4 {
	margin-bottom: 0.78125rem;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart .discount {
	background-color: var(--color-primary);
	padding: 2px 0.5729166667rem;
	font-weight: 500;
	border-radius: 0.2604166667rem;
	font-size: 0.625rem;
	width: fit-content;
	color: var(--color-secondary);
	margin-left: auto;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart .product-image {
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
	position: relative;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart .product-image a {
	display: inline-block;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart .product-image a img {
	width: 100%;
	height: 100%;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart .item-cart-price ins {
	font-weight: bold;
	text-decoration: none;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart .item-cart-price del {
	font-size: 0.7291666667rem;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart .item-cart-price ins {
	font-weight: bold;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart .item-cart-price {
	display: flex;
	align-items: baseline;
	flex-direction: row-reverse;
	gap: 0.41667rem;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart .product-image .product-remove {
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	transform: translate(-50%, -50%);
	background-color: var(--color-primary);
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart .item-cart-content {
	flex: 1;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart {
	gap: 1.0416666667rem;
	padding: 1.0416666667rem 0;
	border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 767.98px) {
	.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart {
		gap: 10px;
	}
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart .item-cart-variable {
	font-size: 12px;
	color: #777;
	margin-bottom: 0.5208333333rem;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-right .shipping .woocommerce-shipping-destination {
	display: none;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-right .shipping .woocommerce-shipping-methods .amount {
	color: var(--color-primary);
}

.woocommerce-cart-form__contents .wrap-box .box-cart-right .shipping .woocommerce-shipping-methods {
	width: 65%;
	text-align: right;
	padding-right: 0;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-right .shipping .text {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.woocommerce-cart-form__contents .cart-title {
	font-size: 1.25rem;
	font-weight: 700;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid var(--color-gray-f1);
}

@media (max-width: 767.98px) {
	.woocommerce-cart-form__contents .cart-title {
		text-align: left;
	}
}

.woocommerce-cart-form__contents .box-cart-right .total-cart .text {
	font-size: 0.7291666667rem;
}

.woocommerce-cart-form__contents .box-cart-right .total-cart .value {
	color: var(--color-primary);
}

.woocommerce-cart-form__contents .box-cart-right .total-cart.shipping {
	display: none;
}

.woocommerce-cart-form__contents .box-cart-right .total-cart {
	border-bottom: 1px solid var(--color-gray-f1);
}

.woocommerce-cart-form__contents .box-cart-right .checkout-button:hover {
	background-color: var(--color-primary);
	color: white;
}

.woocommerce-cart-form__contents .box-cart-right .checkout-button {
	border: 1px solid var(--color-primary);
	border-radius: 44px;
	font-size: 0.8333rem;
	color: var(--color-primary);
	height: 2.2916666667rem;
	transition: 0.3s all ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 1.0416666667rem;
}

.woocommerce-cart-form__contents .wrap-box {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.woocommerce-checkout-payment {
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width: 768px) {
	.woocommerce-cart-form__contents .wrap-box {
		display: grid;
		grid-template-columns: 1fr 200px;
		gap: 2.0833333333rem;
	}
}

@media (min-width: 1024px) {
	.woocommerce-cart-form__contents .wrap-box .box-cart-left .item-cart .product-image {
		width: 100px;
		height: 100px;
	}

	.woocommerce-cart-form__contents .wrap-box {
		grid-template-columns: 1fr 350px;
		gap: 2.0833333333rem;
	}
}

/* @note Woo - Cart Overview - Combo  */
.woocommerce-cart-form__contents .wrap-box .box-cart-left .combo-products-container ul li {
	gap: 0.52rem;
}

.woocommerce-cart-form__contents .wrap-box .box-cart-left .combo-products-container ul li .combo-product-right .combo-product-quantity {
	white-space: nowrap;
}

/* @note Woo - Cart Overview - Upsell */
.section-cart-overview .wrap-upsell .item-product-main {
	max-width: 100%;
	width: 100%;
}

.section-cart-overview .aitfs-upsell-main {
	margin-top: 1.0416666667rem;
}

.section-cart-overview .wrap-upsell {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.0416666667rem;
	margin: 0;
	margin-top: 1.0416666667rem;
}

@media (min-width: 768px) {
	.section-cart-overview .wrap-upsell {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media (min-width: 1024px) {
	.section-cart-overview .wrap-upsell {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}

.wc-empty-cart-message {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

.return-to-shop {
	width: fit-content;
	display: flex;
	margin: 10px auto;
}

.section-cart-overview .cart-collaterals .text {
	font-weight: 500;
	text-align: left;
}

.section-cart-overview .cart-collaterals {
	text-align: right;
}

.section-cart-overview .woocommerce-notices-wrapper {
	display: none;
}

/* @note Woo - Checkout */
#place_order {
	display: none;
}

.woocommerce-checkout {
	background-color: var(--color-tertiary);
}

.section-checkout .woocommerce-checkout-review-order-table .wrap-img .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.woocommerce-shipping-methods li input[checked="checked"]~label::after {
	background-image: url(../img/circle-check.svg);
}

/* .woocommerce-shipping-methods li input {
	display: none;
} */
.woocommerce-shipping-methods {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.25rem 0px;
}

.woocommerce-shipping-methods li label {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 12px;
	gap: 0.5208333333rem;
}

@media (min-width: 1024px) {
	.woocommerce-shipping-methods li label {
		font-size: 0.625rem;
	}
}

/* .woocommerce-shipping-methods li label::after {
	display: inline-block;
	flex-shrink: 0;
	background-image: url(../img/circle.svg);
	background-size: 100% 100%;
	width: 0.83333rem;
	height: 0.83333rem;
	content: "";
} */
.woocommerce-shipping-methods li {
	display: flex;
	flex-direction: row-reverse;
	gap: 0.5208333333rem;
}

.section-checkout .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
	top: 1px;
}

#payment button[type="submit"] {
	display: none;
}

#payment .group-input-discount {
	margin-bottom: 1.0416666667rem;
}

.woocommerce-checkout p.woocommerce-invalid-required-field .select2-container .select2-selection.select2-selection--single {
	border: 1px solid var(--color-invalid);
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
	color: #e2401c;
	display: block !important;
	font-size: 0.625rem;
	margin-top: 0.2604166667rem;
}

.devvn_loading:after {
	left: auto;
	right: 0.625rem;
	background-color: #fff;
	margin-top: 0.3945833333rem;
}

.section-checkout .woocommerce-billing-fields {
	margin-bottom: 1.0416666667rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 0;
	background-color: #f6f6f6;
	padding: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
	width: 4px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
	background-color: var(--color-gray-e5);
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
	background-color: var(--color-primary);
}

.section-checkout .woocommerce-billing-fields input[type="text"],
.section-checkout .woocommerce-billing-fields input[type="email"],
.section-checkout .woocommerce-billing-fields input[type="tel"],
.section-checkout .woocommerce-billing-fields select {
	height: 2.6rem;
	padding: 0px 0.5208333333rem;
	width: 100%;
	border-radius: 5px;
	border: 1px solid var(--color-gray-e5);
}

.woocommerce-page .select2-container {
	width: 100% !important;
}

.woocommerce-page .select2-container .select2-selection.select2-selection--single {
	width: 100% !important;
	height: 2.6rem;
	padding: 0px 0.5208333333rem;
	font-size: 0.7291666667rem;
	border: 1px solid var(--color-gray-e5);
}

.woocommerce-page .select2-container .select2-selection__rendered {
	line-height: 2.5rem;
}

.woocommerce-page .select2-container .select2-selection__clear {
	color: var(--color-invalid);
	font-size: 0.9375rem;
}

.woocommerce-page .select2-container .select2-selection__arrow {
	height: 2.6rem;
	right: 0.5208333333rem;
}

.section-checkout .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid input {
	border-color: var(--color-invalid);
}

.section-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-invalid .select2-container .select2-selection.select2-selection--single {
	border-color: var(--color-invalid);
}

.section-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-validated .select2-container .select2-selection.select2-selection--single {
	border-color: var(--color-valid);
}

.section-checkout .woocommerce-billing-fields__field-wrapper .form-row.validate-email.woocommerce-validated input {
	border-color: var(--color-valid);
}

.section-checkout .woocommerce-billing-fields__field-wrapper .form-row.validate-required.woocommerce-validated input {
	border-color: var(--color-valid);
}

.section-checkout .woocommerce-billing-fields__field-wrapper .form-row label {
	font-size: 0.8333333333rem;
	margin-bottom: 0.2604166667rem;
	display: block;
}

.section-checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.52rem;
}

.section-checkout .woocommerce-billing-fields__field-wrapper .form-row {
	grid-column: span 2 / span 2;
}

.section-checkout .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.52rem;
}

.section-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
	grid-column: span 2 / span 2;
}

.section-checkout .woocommerce-shipping-fields h3 {
	margin-bottom: 0.52rem;
}

.single-product .woocommerce-error {
	background-color: white;
	padding: 20px;
	border: 1px solid #f0531d;
	border-radius: 8px;
	color: red;
}

@media (min-width: 768px) {

	.section-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
	.section-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
	.section-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
	.section-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field,
	.section-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field,
	.section-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,
	.section-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
	.section-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field,
	.section-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
		grid-column: span 1 / span 1;
	}

	.section-checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
	.section-checkout .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
	.section-checkout .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field,
	.section-checkout .woocommerce-shipping-fields__field-wrapper #shipping_phone_field,
	.section-checkout .woocommerce-shipping-fields__field-wrapper #shipping_email_field,
	.section-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
	.section-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field,
	.section-checkout .woocommerce-shipping-fields__field-wrapper #shipping_state_field,
	.section-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field {
		grid-column: span 1 / span 1;
	}
}

/* @note Woo - Checkout - Book address */
.section-checkout .wrapper-cart-user {
	border: 1px solid var(--color-primary);
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
}

.section-checkout .wrapper-cart-user .top-cart-user span {
	color: var(--color-primary);
	font-weight: bold;
}

.section-checkout .wrapper-cart-user .top-cart-user a {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	color: var(--color-primary);
}

.section-checkout .content-cart-user {
	border-top: 1px solid var(--color-gray-f1);
	padding-top: 10px;
	font-size: 0.72rem;
	line-height: 1.5;
}

/* @note Woo - Form coupon */
#popup-form-coupon {
	max-width: 700px;
}

@media (max-width: 767.98px) {
	#popup-form-coupon {
		padding: 15px;
	}
}

/* @note Woo - Cart Order Table */
.section-checkout .item-review-order .wrap .title {
	width: 80%;
}

.section-checkout .item-review-order .wrap {
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
}

.woocommerce-table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid var(--color-gray-e5);
}

.woocommerce-table thead th {
	white-space: nowrap;
}

.woocommerce-table thead th.text-right {
	text-align: right;
}

.woocommerce-table thead th.text-center {
	text-align: center;
}

/* .woocommerce-table tbody tr:hover {
	background-color: #f1f1f1;
} */
.woocommerce-table tbody td.woocommerce-orders-table__cell-order-status,
.woocommerce-table thead th.woocommerce-orders-table__header-order-status {
	text-align: center;
}

.woocommerce-orders-table__cell-order-status span {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 0.625rem;
	width: 110px;
	text-align: center;
	background-color: #aeaeae;
}

@media (max-width: 767.98px) {

	.box-account-orders .woocommerce-table th:nth-child(5),
	.box-account-orders .woocommerce-table td:nth-child(5) {
		display: none;
	}

	.box-account-orders .woocommerce-orders-table__cell-order-status span {
		width: 60px;
		font-size: 9px;
	}

	.woocommerce-orders-table__cell-order-status span {
		width: 90px;
		font-size: 10px;
	}
}

.woocommerce-table tbody td {
	padding: 0.36rem 0.52rem;
	border-bottom: 1px solid var(--color-gray-e5);
}

.woocommerce-table thead th {
	background-color: #f7f7f7;
	font-weight: 700;
	border-bottom: 1px solid var(--color-gray-e5);
	padding: 0.36rem 0.52rem;
	text-align: left;
}

.woocommerce-table tfoot tr th,
.woocommerce-table tfoot tr td {
	border-bottom: 1px solid #d1d1d1;
}

.woocommerce-table .woocommerce-orders-table__cell-order-actions a {
	display: inline-block;
	margin-left: 5px;
}

.woocommerce-table tr .woocommerce-orders-table__cell-order-total,
.woocommerce-table tr .woocommerce-orders-table__header-order-total {
	text-align: right;
}

.woocommerce-orders-table__cell-order-status span.on-hold,
.woocommerce-orders-table__cell-order-status span.pending {
	background-color: #fcb60e;
}

.woocommerce-orders-table__cell-order-status span.completed {
	background-color: #046a39;
}

.woocommerce-orders-table__cell-order-status span.processing {
	background-color: #2e77ff;
}

.woocommerce-orders-table__cell-order-status span.cancelled {
	background-color: #f20707;
}

.woocommerce-table tr td a:hover {
	text-decoration: underline !important;
}

.woocommerce-MyAccount-content .woocommerce-pagination {
	display: flex;
	gap: 0.52rem;
	justify-content: flex-end;
	margin-top: 1.0416666667rem;
}

.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button.woocommerce-Button--previous {
	background-color: #f2f1f6;
	color: #333;
	border: 1px solid #f2f1f6;
}

.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-primary);
	font-weight: 500;
	border-radius: 5px;
	color: white;
	padding: 7px 30px;
	text-decoration: none !important;
}

.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:not(.woocommerce-Button--previous):hover {
	color: #ffc845;
}

/* @note Woo - Order Detail */
@media (max-width: 767.98px) {

	.woocommerce-table--order-details thead th:nth-child(2),
	.woocommerce-table--order-details thead th:nth-child(3),
	.woocommerce-table--order-details tbody td:nth-child(2),
	.woocommerce-table--order-details tbody td:nth-child(3) {
		/* display: none; */
	}
}

.woocommerce-order-details .product-quantity {
	display: table-cell;
}

.woocommerce-order-details .woocommerce-table .woocommerce-table__product-name .wc-item-meta li {
	display: flex;
	align-items: baseline;
	gap: 0.25rem;
}

.woocommerce-order-details .woocommerce-table .woocommerce-table__product-name a {
	text-decoration: none !important;
}

.woocommerce-order-details .woocommerce-table .woocommerce-table__product-name img {
	float: left;
	margin-right: 0.52rem;
}

.woocommerce-order-details .order-detail-information .number-order {
	color: var(--color-primary);
}

.woocommerce-order-details .order-detail-information .title,
.woocommerce-order-details .order-detail-information .woocommerce-column__title {
	margin-bottom: 0.25rem;
	font-size: inherit;
}

.woocommerce-order-details .order-again a:hover {
	background-color: #ffc845;
	color: var(--color-primary);
}

.woocommerce-order-details .order-again a {
	background-color: var(--color-primary);
	color: var(--color-secondary);
	border-radius: 5px;
	font-size: 0.833rem;
	text-decoration: none !important;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	padding: 10px 40px;
}

.woocommerce-order-details .order-detail-information {
	gap: 1.0416666667rem;
	display: grid;
	border: 1px solid var(--color-gray-e5);
	padding: 0.5208333333rem;
}

@media (min-width: 768px) {
	.woocommerce-order-details .order-detail-information {
		display: grid;
		grid-template-columns: 0.6fr 1fr 0.8fr;
	}
}

.woocommerce-order-details .woocommerce-order-details__title {
	margin: 0.52rem 0;
}

.woocommerce-order-details .woocommerce-table--order-details {
	border: 1px solid var(--color-gray-e5);
	width: 100%;
	text-align: left;
}

.woocommerce-order-details .woocommerce-table tfoot {
	background-color: #f7f7f7;
}

.woocommerce-order-details .woocommerce-table tfoot th {
	text-align: left;
}

.woocommerce-order-details .woocommerce-table tfoot td {
	text-align: right;
}

.woocommerce-order-details .woocommerce-table tfoot tr:last-child td {
	font-size: 1rem;
	color: var(--color-primary);
	font-weight: bold;
}

.woocommerce-order-details .woocommerce-table tfoot th,
.woocommerce-order-details .woocommerce-table tfoot td {
	padding: 7px 0.52rem;
	border: 0px;
}

.woocommerce-order-details .woocommerce-table tfoot td .space_bottom_10 {
	margin-bottom: 0.52rem;
}

.woocommerce-customer-details .woocommerce-columns {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
}

/* @note Woo - Form search result */
.wrap-form-search-result {
	position: relative;
}

.wrap-form-search-result .header-search-suggest {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 90;
	margin-top: 0.25rem;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.wrap-form-search-result.loading .searchform button em::before {
	content: "\f3f4";
}

.wrap-form-search-result.loading .searchform button em {
	font-size: 0.8333rem;
	animation: spin 0.5s linear infinite;
}

.wrap-form-search-result .header-search-suggest .item-search-suggest:last-child {
	border-bottom: none;
}

.wrap-form-search-result .header-search-suggest {
	max-height: 40vh;
	overflow: auto;
}

.wrap-form-search-result .header-search-suggest::-webkit-scrollbar {
	width: 4px;
}

.wrap-form-search-result .header-search-suggest::-webkit-scrollbar-track {
	background-color: var(--color-gray-e5);
}

.wrap-form-search-result .header-search-suggest::-webkit-scrollbar-thumb {
	background-color: var(--color-primary);
}

.wrap-form-search-result .header-search-suggest .item-search-suggest {
	padding: 0.52rem 1rem;
	display: flex;
	gap: 0.78125rem;
	border-bottom: 1px solid #f1f1f1;
}

.wrap-form-search-result .header-search-suggest .item-search-suggest .img a,
.wrap-form-search-result .header-search-suggest .item-search-suggest .img a img {
	width: 3.6458333333rem;
	height: 3.6458333333rem;
	border-radius: 0.4166666667rem;
}

.wrap-form-search-result .header-search-suggest .item-search-suggest .product-title h3 {
	font-size: 0.7291666667rem;
	font-weight: 400;
}

.wrap-form-search-result .header-search-suggest .item-search-suggest .product-price>span {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.wrap-form-search-result .header-search-suggest .item-search-suggest:hover a {
	color: #046a39;
}

.wrap-form-search-result .header-search-suggest .item-search-suggest .product-price ins {
	text-decoration: none;
}

.wrap-form-search-result .header-search-suggest .item-search-suggest .product-price {
	font-weight: 700;
	font-size: 0.8333333333rem;
}

.wrap-form-search-result .header-search-suggest .item-search-suggest .product-price del {
	font-size: 0.625rem;
	color: #989898;
	font-weight: normal;
}

@media (max-width: 1023.98px) {
	.wrap-form-search-result {
		width: 100%;
	}

	.wrap-form-search-result .header-search-suggest {
		margin-top: 0;
		max-height: 70vh;
		overflow: auto;
	}
}

body div.jGrowl {
	z-index: 99 !important;
}

/* @note Woo - Page Orders */
.woocommerce-orders-table__header-order-actions,
.woocommerce-orders-table__cell-order-actions {
	text-align: right !important;
}

.woocommerce-orders-table__cell-order-actions a.view:hover {
	background-color: var(--color-primary);
	color: white;
}

.woocommerce-orders-table__cell-order-actions a.cancel:hover {
	background-color: red;
	color: white;
}

.woocommerce-orders-table__cell-order-actions a.cancel {
	border-color: red;
	color: red;
}

table tr td.woocommerce-orders-table__cell-order-actions a:hover {
	text-decoration: none !important;
}

.woocommerce-orders-table__cell-order-actions a {
	padding: 5px 15px;
	border: 1px solid var(--color-primary);
	font-size: 0.67rem;
	text-decoration: none !important;
}

@media (max-width: 767.98px) {
	.woocommerce-orders-table {
		border: 0px;
	}

	.woocommerce-orders-table thead {
		display: none;
	}

	.woocommerce-orders-table tbody tr {
		display: flex;
		width: 100%;
		margin-bottom: 14px;
		border: 1px solid #e5e5e5;
		border-bottom: 0;
		flex-wrap: wrap;
	}

	.woocommerce-orders-table tbody td {
		width: auto;
		padding: 5px;
		display: flex;
		align-items: center;
	}

	.woocommerce-orders-table tbody td:nth-child(1) {
		order: 1;
	}

	.woocommerce-orders-table tbody td:nth-child(2) {
		order: 2;
	}

	.woocommerce-orders-table tbody td:nth-child(3) {
		flex: 1;
		order: 4;
		justify-content: flex-end;
	}

	.woocommerce-orders-table tbody td:nth-child(4) {
		order: 3;
	}

	.woocommerce-orders-table tbody td:nth-child(5) {
		order: 5;
		flex: 1;
		display: flex;
		gap: 5px;
	}

	.woocommerce-orders-table tbody td:nth-child(5) a {
		flex: 1;
		text-align: center;
		margin-left: 0;
	}
}

/* @note Woo - Order Again */
.page-order-review,
.woocommerce-order-received {
	background-color: var(--color-tertiary);
}

.page-order-review #order-review {
	background-color: white;
	padding: 1.0416666667rem;
}

.page-order-review #payment button[type="submit"] {
	display: flex;
	margin: 0 auto;
}

.woocommerce-order-received .woocommerce-info {
	padding-bottom: 1.0416666667rem;
	text-align: center;
	display: none;
}

@media (min-width: 1024px) {
	.page-order-review #payment .title-line {
		margin-bottom: 1.0416666667rem;
	}
}

/* @note Woo - Order Detail */
.woocommerce-table--order-details tr th,
.woocommerce-table--order-details tr td {
	border: 1px solid var(--color-gray-e5);
}

.woocommerce-table--order-details .woocommerce-table__product-name .wc-item-meta {
	margin-top: 0.3208333333rem;
}

.woocommerce-table--order-details .woocommerce-table__product-name .product-quantity {
	display: inline;
	/* display: flex; */
	/* align-items: base; */
}

.woocommerce-table--order-details .box-promotion-account-meta img {
	padding-right: 0;
	width: 60px;
	flex: 0 0 60px;
	border-radius: 0.2604166667rem;
	padding: 0.2604166667rem !important;
	border: 1px solid #efefef;
}

.woocommerce-table--order-details .box-promotion-account-meta {
	clear: both;
	display: flex;
	gap: 0.5208333333rem;
	padding-top: 0.5208333333rem;
	flex-direction: column;
}

/* @note Woo - Form Member Point */
#main-point h2 {
	margin-bottom: 1.0416666667rem;
}

.wrap-box-point {
	background-color: #fff;
	padding: 1.0416666667rem;
}

@media (max-width: 1023.98px) {
	#main-point .wrap-total-point .point-item {
		max-width: 100%;
		flex: 0 0 100%;
	}

	#main-point .woocommerce-table thead th:nth-child(1),
	#main-point .woocommerce-table tbody td:nth-child(1) {
		display: none;
	}
}

.discount-input-wrapper .text-error {
	color: red;
	font-size: 0.8333333333rem;
	margin-top: 0.2604166667rem;
}

.discount-input-wrapper label {
	display: block;
	margin: 0.52rem 0px;
}

.woocommerce-privacy-policy-text {
	display: none;
}

.wrap-box-point .woocommerce-error {
	display: none !important;
}

/* Woo - Product promotion */
.box-promotion-online img,
.box-promotion-off img,
.gift-item-cart .gift-image img {
	/* aspect-ratio: 1.2; */
	max-width: 100%;
	height: 100% !important;
	object-fit: cover;
	border-radius: 0.2604166667rem;
	width: 100%;
	padding: 0.2604166667rem !important;
	border: 1px solid #efefef;
}

.box-promotion-online p,
.box-promotion-off p,
.gift-item-cart p {
	font-size: 0.72rem;
}

.box-promotion-online .gift-image,
.box-promotion-off .thumbnail-off,
.gift-item-cart .gift-image {
	padding-right: 0px;
	max-width: 100% !important;
	overflow: hidden;
	flex: 0 0 3.8rem;
	height: 3.8rem;
	background: transparent;
	margin-right: 0.5208333333rem;
	border: 0;
}

dl.variation {
	flex: 0 0 100%;
	width: 100%;
	padding: 0.5208333333rem;
	border: 1px dashed #056a39;
	border-radius: 0.2604166667rem;
	margin-top: 0.78125rem;
}

dl.variation .variation-Qutng,
dl.variation .variation-uithm,
dt.variation-Qutngdanhmc {
	font-size: 0.7291666667rem;
	font-weight: 500;
	margin-bottom: 0.5208333333rem;
}

dl.variation dd:last-child {
	margin-bottom: 0;
}

dl.variation .variation-Qutng {
	display: flex;
	flex-direction: column;
	gap: 0.2604166667rem;
}

.gift-item-cart .gift-image {
	flex: 0 0 3rem;
	height: 3rem;
}

.box-promotion-account-meta p {
	display: flex !important;
	font-size: 14px;
	color: #333333;
}

.box-promotion-account-meta p a {
	font-size: 14px;
	color: #333333 !important;
}

.box-promotion-account-meta p img {
	max-width: 100px;
	flex: 0 0 100px;
	padding-right: 10px;
}

/* @note Woo - Account Lost Password */
.woocommerce-account .woocommerce-form-row {}

.woocommerce-lost-password main::before,
.woocommerce-lost-password main::after {
	content: "";
	flex: 1;
}

.woocommerce-lost-password .woocommerce-ResetPassword {
	display: flex;
	flex-direction: column;
	gap: 1.0416666667rem;
	padding: 0 !important;
}

.woocommerce-lost-password main {
	display: flex;
	flex-direction: column;
	min-height: 40vh;
}

.woocommerce-lost-password .woocommerce {
	background-color: #fff;
	padding: 2.08333rem;
	max-width: 33rem;
	margin: 0 auto;
}

/* @note Woo - BlockUi Loading */
.blockUI.blockOverlay {
	display: flex;
	align-items: center;
	justify-content: center;
}

.blockUI.blockOverlay::before {
	content: "";
	position: absolute;
	width: 2.0833333333rem;
	height: 2.0833333333rem;
	border: 4px solid var(--color-gray-f1);
	border-top: 4px solid var(--color-primary);
	animation: spinCustom 0.4s linear infinite;
	border-radius: 50%;
	margin-bottom: 0;
}

/* @note Woo - Book Address */
.woocommerce-edit-address .address_book {
	display: flex;
	flex-direction: column-reverse;
}

.woocommerce-edit-address .address_book .add-new-address {
	padding-left: 0;
	display: flex;
}

/* .woocommerce-edit-address #billing_country_field { */
/* display: none; */
/* } */
.woocommerce-edit-address .address_book .wc-address-book-add-billing-button:hover {
	color: var(--color-secondary) !important;
}

.woocommerce-edit-address .address_book .wc-address-book-add-billing-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-primary);
	color: white !important;
	padding: 7px 30px;
	font-weight: 600;
	/* margin-top: 1.0416666667rem; */
	border-radius: 5px;
	margin-left: auto;
}

.woocommerce-edit-address .address_book .addresses {
	display: grid;
	gap: 0.52rem;
	margin-top: 0.52rem;
}

@media (min-width: 768px) {
	.woocommerce-edit-address .address_book .addresses {
		grid-template-columns: 1fr 1fr;
	}
}

.woocommerce-edit-address .address_book .addresses .wc-address-book-address.default {
	border: 1px solid var(--color-primary);
}

.woocommerce-edit-address .address_book .addresses .wc-address-book-address {
	padding: 0.5208333333rem;
	border: 1px solid var(--color-gray-f1);
	display: flex;
	flex-direction: column-reverse;
}

.woocommerce-edit-address .address_book .addresses .wc-address-book-address .name-address-book span::before {
	content: "- ";
}

.woocommerce-edit-address .address_book .addresses .wc-address-book-address .wc-address-book-meta .wc-address-book-delete {
	color: var(--color-invalid);
}

.woocommerce-edit-address .address_book .addresses .wc-address-book-address .wc-address-book-meta {
	float: none;
	display: flex;
	align-items: center;
	gap: 0.52rem;
	font-size: 0.72rem;
	margin-top: 0.52rem;
}

.woocommerce-edit-address .address_book .addresses .wc-address-book-address .name-address-book span {
	font-weight: 700;
	display: inline-block;
	color: var(--color-primary);
}

.woocommerce-customer-details {
	padding: 15px 0px;
}

.woocommerce-edit-address .woocommerce-Address {
	padding: 15px 0px;
}

/* @note Woo - Product Combo */
.section-product-combo .wrap-combo .inner-combo .product {
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 0;
}

.section-product-combo .wrap-combo .inner-combo {
	margin: 0;
}

.section-product-combo .wrap-combo .ait-btn-add-to-cart {
	flex: 1;
}

.ait-btn-add-to-cart button {
	padding: 0.5208333333rem 1.3020833333rem;
}

.section-product-combo .wrap-combo .ait-btn-add-to-cart .ait-total--wrap .save-price--wrap {
	text-align: center;
}

.section-product-combo .wrap-combo .ait-btn-add-to-cart .ait-total--wrap {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.section-product-combo .wrap-combo .ait-btn-add-to-cart .ait-total--wrap ins {
	font-size: 1.0416666667rem;
	text-decoration: none;
	font-weight: bold;
	color: var(--color-primary);
}

.section-product-combo .wrap-combo .ait-btn-add-to-cart .ait-total--wrap>p:not(.save-price--wrap) span {
	width: 100%;
}

.section-product-combo .wrap-combo .ait-btn-add-to-cart .ait-total--wrap>p:not(.save-price--wrap) {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	column-gap: 10px;
	row-gap: 5px;
	align-items: baseline;
}

.section-product-combo .wrap-combo .ait-btn-add-to-cart .ait-total--wrap p .ait-price-discount-save {
	font-weight: 500;
}

.section-product-combo .wrap-combo .ait-btn-add-to-cart .ait-total--wrap p .ait-label__bold {
	font-weight: bold;
	color: var(--color-primary);
}

.ait-btn-add-to-cart button {
	transition: 0.3s all ease-in-out;
}

.ait-btn-add-to-cart button:hover {
	background-color: var(--color-secondary);
	color: var(--color-primary);
}

.section-product-combo .wrap-combo {
	flex-wrap: wrap;
}

.section-product-combo .wrap-combo .inner-combo {
	flex: 0 0 100%;
	max-width: 100%;
	padding-bottom: 10px;
	overflow: auto;
	gap: 1.0416666667rem;
}

@media (max-width: 1023.98px) {
	.section-product-combo .wrap-combo .ait-btn-add-to-cart {
		max-width: 300px;
		margin: 0 auto;
		margin-top: 20px;
	}
}

@media (max-width: 767.98px) {
	.section-product-combo {
		padding: 0px 15px;
		margin-top: 20px;
	}

	.section-product-combo .container {
		background-color: #fff;
		padding: 15px;
	}

	.section-product-combo .wrap-combo .ait-btn-add-to-cart {
		margin-top: 10px;
	}

	.section-product-combo .wrap-combo .inner-combo {
		padding-bottom: 10px;
	}

	.section-product-combo .wrap-combo .inner-combo>.product {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.section-product-combo {
		background-color: #fff;
		padding: 2.0833333333rem;
	}
}

@media (min-width: 1024px) {
	.section-product-combo {
		margin-top: 2.0833333333rem;
	}

	.section-product-combo .wrap-combo .inner-combo {
		display: grid;
		flex: 0 0 75%;
		max-width: 75%;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 1.0416666667rem;
	}

	.section-product-combo .wrap-combo {
		gap: 1.0416666667rem;
	}
}

@media (min-width: 1280px) {
	.section-product-combo .wrap-combo .inner-combo {
		flex: 0 0 80%;
		max-width: 80%;
	}
}

/* @note - Woo Product gift */
.box-product-promotion hr {
	display: none;
}

.gift-selection [class*="box-promotion"] {
	display: flex;
	flex-direction: column;
}

.gift-selection [class*="box-promotion"] .gift-option {
	padding: 0.5208333333rem 0;
	border-bottom: 1px solid var(--color-gray-f1);
}

.gift-selection [class*="box-promotion"] .gift-option label,
.gift-selection [class*="box-promotion"] .gift-option {
	display: flex;
}

.gift-selection [class*="box-promotion"] .gift-option img {
	width: 3.6458333333rem;
	margin-left: 0.5208333333rem;
	display: inline-block;
	margin-right: 0.5208333333rem;
	height: 3.6458333333rem;
}

.gift-selection [class*="box-promotion"] .gift-option input:checked~label::before {
	background-image: url(../img/circle-check.svg);
}

.gift-selection [class*="box-promotion"] .gift-option input {
	display: none;
}

.gift-selection [class*="box-promotion"] .gift-option {
	font-size: 0.7291666667rem;
}

.gift-selection [class*="box-promotion"] .gift-option label::before {
	display: inline-block;
	flex-shrink: 0;
	background-image: url(../img/circle.svg);
	margin: auto 0;
	background-size: 100% 100%;
	width: 0.83333rem;
	height: 0.83333rem;
	content: "";
}

.gift-selection [class*="box-promotion"] .gift-option label {
	font-size: 0.7291666667rem;
}

.wrap-total-point .point-item {
	max-width: 33.33333%;
	flex: 0 0 33.33333%;
	background: #f9f9f9;
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	min-height: 100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.wrap-total-point {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.wrap-total-point .point-item p.point {
	color: green;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0;
}

.overlay {
	pointer-events: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
	--tw-bg-opacity: 0.4;
	opacity: 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
	transition-timing-function: linear;
}

.overlay.active {
	pointer-events: auto;
	opacity: 1;
}

.woocommerce {
	color: #292929;
}