/* Minh Hoang - 25/08 */
.section-introduce .bg-left {
	z-index: -1;
}

.woocommerce .woocommerce-shipping-methods li label::before,
.woocommerce .woocommerce-checkout-payment li label::before,
.woocommerce .woocommerce-shipping-methods li label::after,
.woocommerce .woocommerce-checkout-payment li label::after {
	width: 1.5rem;
	height: 1.5rem;
}

.woocommerce .woocommerce-shipping-methods li label::before,
.woocommerce .woocommerce-checkout-payment li label::before {
	border-width: 2px;
}

/* End Minh Hoang - 25/08 */

/* Hoang Long  - 30/08 */

.rs_giftvoucher_field{
	margin-top:1rem;
	margin-bottom:1rem;
}
.rs_giftvoucher_field h3{
	margin-bottom:1rem;
}
.rs_giftvoucher_field input{
	margin-bottom : 0;
	padding:2rem 1rem !important;
	line-height:1.2 !important; 
}
.rs_giftvoucher_field .button{
	background-color:#C8A05E !important;
	display:inline-flex !important;
	flex-direction:column ;
	justify-content:center;
	border:1px solid #C8A05E !important;
	height:100%;
	padding:2rem 1rem !important;
	line-height:1.2 !important;
	color:#FFFFFF !important;
}
.mc4wp-response{
	display:none
}
.woocommerce form .woocommerce-input-wrapper input:checked:after{
	    content: "\f00c";
    font-size: 1.5rem;
    line-height: 1.2;
    position: absolute;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    background: #302D2F;
    text-align: center;
    inset: 0;
	border:0;
	box-shadow:none;
	border-radius:unset;
}
.woocommerce-account form .woocommerce-input-wrapper span, .woocommerce form .woocommerce-input-wrapper span, .page-template-default form .woocommerce-input-wrapper span{
	margin-left:0;
}

.section-home-product .swiper-slide,
.section-may-also .swiper-slide {
	height: auto;
}

.section-home-product .swiper-slide .product,
.section-may-also .swiper-slide .product {
	height: 100%;
}

.product .add_to_cart_button {
	margin-top: 3rem !important;
}
.section-my-account .woocommerce-error li, .section-my-account .woocommerce-info li, .section-my-account .woocommerce-message li{
	padding-left: 5rem !important;
}
.section-faq .content-faq .inner.not-content-more{ display: block; }
.section-faq .btn-show-more{cursor: pointer;}