::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

::-webkit-scrollbar {
	width: 5px;
	background-color: #f5f5f5;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #555555;
	border: 2px solid #555555;
}
#footer {
	overflow: hidden;
}
.d-none,
label[for='t-payment_method_momo'] img,
.t-checkout #payment ul,
.woocommerce-privacy-policy-text,
.t-cart-empty > div.col.large-5 .cart_totals > table,
.woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-NoticeGroup {
	display: none !important;
}
.single .isures-sdc--wrap {
	visibility: hidden;
}
.isures-sdc--label {
	width: 100%;
	margin: 0 !important;
	font-size: 14px !important;
}

/* Checkout */
#payment-fake li {
	list-style: none;
	margin-left: 0 !important;
}
.t-checkout .woocommerce-cart-form__cart-item,
.t-checkout .woocommerce-cart-form__cart-item .col-right-bottom {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.t-checkout .woocommerce-cart-form__cart-item .product-thumbnail {
	flex: 1;
}
.t-checkout .woocommerce-cart-form__cart-item .col-right {
	margin-left: 1.5rem;
	flex: 3;
}
.t-checkout .woocommerce-cart-form__cart-item .col-right .product-name a {
	font-size: 16px;
	font-weight: normal;
	color: #2d2d2d;
	font-family: var(--medi);
}
.t-checkout .quantity {
	height: 30px;
	margin-top: 5px;
}
.t-checkout .woocommerce-cart-form__cart-item .col-right .variation dt {
	display: none !important;
}
.t-checkout .woocommerce-cart-form__cart-item .col-right .variation {
	display: flex;
	margin-bottom: 5px !important;
}
.t-checkout .woocommerce-cart-form__cart-item .col-right .variation dd {
	height: 30px;
	min-width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px !important;
	border: 1px solid #000 !important;
	padding: 5px 6px 3px !important;
	text-transform: capitalize !important;
}
.t-checkout .quantity {
	border-radius: 8px !important;
}
.t-checkout .quantity input {
	height: 30px;
	min-height: 30px;
	line-height: 30px;
}
.t-checkout .quantity .button.minus {
	border-radius: 8px 0 0 8px;
}
.t-checkout .quantity .button.plus {
	border-radius: 0 8px 8px 0;
}
.t-checkout .woocommerce-cart-form__cart-item .col-right-bottom {
	align-items: center;
}
.t-checkout
.woocommerce-cart-form__cart-item
.col-right-bottom
.woocommerce-Price-amount {
	font-size: 14px;
	font-weight: 400 !important;
}
.t-checkout .woocommerce-cart-form__cart-item .col-right-bottom .product-price {
	line-height: 1;
}
.t-checkout .woocommerce-cart-form__cart-item .col-right .product-name {
	padding-right: 50px;
}
.t-checkout .woocommerce-cart-form__cart-item .product-remove {
	position: absolute;
	top: 5px;
	right: 3px;
}
.t-checkout .woocommerce-cart-form__cart-item .remove,
#masthead .cart-item .remove {
	border: none;
	color: #2d2d2d;
	opacity: 1 !important;
}
.t-checkout .woocommerce-cart-form__cart-item .remove:hover,
#masthead .cart-item .remove:hover {
	color: red;
}
.t-checkout .woocommerce-checkout th,
.t-checkout .woocommerce-checkout td bdi,
.t-checkout .shipping__list_label {
	font-size: 15px !important;
	color: #4e4e4e !important;
	opacity: 1;
	font-weight: normal !important;
}
.t-checkout .woocommerce-checkout .order-total td bdi {
	font-size: 20px !important;
	font-family: var(--bold);
}
.t-checkout .woocommerce-checkout th,
.t-checkout .woocommerce-checkout td {
	border: none;
}
.t-checkout .woocommerce-checkout .order-total th,
.t-checkout .woocommerce-checkout .order-total td {
	border-top: 1px solid #d9d9d9;
	padding-top: 14px;
}
.t-checkout .woocommerce-checkout .shipping__table th,
.t-checkout .woocommerce-checkout .shipping__table td {
	padding-bottom: 14px;
}
.thong-tin-vc input,
.thong-tin-vc select {
	box-shadow: none !important;
	background: #fff;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	border-radius: 4px;
	height: 40px;
	width: 100%;
	padding: 5px 20px;
	transition: all 0.2s;
	margin-bottom: 0;
	font-size: 13.5px;
}
.thong-tin-vc .input-box {
	margin-bottom: 1em;
}
.error-inp {
	color: red;
	font-size: 12px;
	padding-left: 10px;
	display: none;
}
.thong-tin-vc .d-flex {
	display: flex;
	justify-content: space-between;
}
.thong-tin-vc .two-col > * {
	width: 49%;
}
.thong-tin-vc .three-col > * {
	width: 32%;
}
.thong-tin-vc .one-col > * {
	width: 100%;
}
.thong-tin-vc .three-col > .input-box {
	position: relative;
}
.thong-tin-vc .three-col > .input-box:before {
	content: '\f078';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translatey(-50%);
}
.checkout-title {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 1rem;
	font-family: var(--semi);
}
.col-hinh-thuc-thanh-toan {
	margin-top: 2rem;
}
.t-wc_payment_method {
	display: flex;
	align-items: center;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	padding: 15px 20px !important;
	transition: 0.2s all;
	flex-wrap: wrap;
	justify-content: space-between;
}
.t-wc_payment_method input,
.t-wc_payment_method label {
	margin-bottom: 0;
	margin-top: 0;
	cursor: pointer;
}
.t-wc_payment_method label {
	width: 95%;
	padding-left: 50px;
	position: relative;
	min-height: 40px;
	display: inline-flex !important;
	align-items: center;
	font-weight: normal;
	font-family: var(--medi);
}
.t-wc_payment_method label:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.t-wc_payment_method.payment_method_cod label:before {
	background-image: url(./images/COD.svg);
}
.t-wc_payment_method.payment_method_bacs label:before {
	background-image: url(./images/60378.png);
}
.t-wc_payment_method.payment_method_momo label:before {
	background-image: url(./images/momo-icon.webp);
}
.t-wc_payment_method.payment_method_vnpay label:before {
	background-image: url(./images/vnpay.webp);
}
.t-payment_box {
	width: 100%;
}
.t-payment_box p {
	margin-bottom: 0;
}
.t-wc_payment_method.active {
	border: 1px solid var(--theme-color);
}
.t-checkout .isures-sdc--code_item,
.t-checkout .isures-sdc--dropdown_list::after,
.t-checkout .isures-sdc--dropdown_list::before,
.t-checkout .isures-sdc--dropdown_list .isures-sdc-list_header,
.t-checkout
.isures-sdc--dropdown_list
.isures-sdc--dropdown_inner
.isures-sdc--logo_left,
.isures-view--details_conditions,
#payment .place-order,
.woocommerce-message {
	display: none !important;
}
.t-checkout .isures-sdc--dropdown_list {
	display: block !important;
	position: static;
	width: 100%;
	overflow: auto;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	overflow-y: visible !important;
	overflow-x: auto !important;
	flex-wrap: nowrap;
	max-width: 100% !important;
}
.t-checkout .isures-sdc--dropdown_list .isures-sdc--dropdown_inner {
	overflow-y: visible !important;
	overflow-x: auto !important;
	flex-wrap: nowrap;
	max-width: inherit !important;
	display: flex !important;
	min-height: inherit !important;
	padding-bottom: 10px;
}
.t-checkout .isures-sdc--dropdown_list .isures-sdc--item {
	flex-shrink: 0;
	margin-right: 15px;
	min-width: 250px;
	width: 60%;
	padding: 0 !important;
	height: 125px !important;
}
.t-checkout
.isures-sdc--dropdown_list
.isures-sdc--item
.isures-sdc--content_wrap,
.t-checkout
.isures-sdc--dropdown_list
.isures-sdc--item
.isures-sdc--info_wrap {
	width: 100%;
}
.t-checkout
.isures-sdc--dropdown_list
.isures-sdc--item
.isures-sdc--content_right {
	flex-wrap: wrap;
	margin-top: 5px;
}
.t-checkout .isures-sdc--dropdown_list .isures-sdc--content_excpt {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 15px;
	-webkit-line-clamp: 3;
	max-height: 45px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 3px 0;
}
.t-checkout
.isures-sdc--dropdown_list
.isures-sdc--item
.isures-sdc--info_wrap {
	position: static !important;
	border-color: #2d2d2d !important;
}
.t-checkout
.isures-sdc--dropdown_list
.isures-sdc--item
.isures-sdc--info_wrap:after,
.t-checkout
.isures-sdc--dropdown_list
.isures-sdc--item
.isures-sdc--info_wrap:before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: transparent #2d2d2d #2d2d2d transparent;
	border-image: initial;
	position: absolute;
	border-radius: 50%;
	left: calc(100% - 15px / 2);
	transform: rotate(135deg);
}
.t-checkout
.isures-sdc--dropdown_list
.isures-sdc--item
.isures-sdc--info_wrap:before {
	left: -7px;
	transform: rotate(-45deg);
}
.t-checkout
.isures-sdc--dropdown_list
.isures-sdc--item
.isures-sdc--content_wrap {
	min-height: 100%;
	justify-content: space-between;
	padding-left: 40px;
	position: relative;
}
.t-checkout
.isures-sdc--dropdown_list
.isures-sdc--item
.isures-sdc--content_wrap:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 1px dashed;
	border-color: #2d2d2d;
}
.t-checkout .large-7 {
	padding-right: 30px;
	border-right: 1px solid #ddd;
}
#payment-fake .place-order.disable {
	cursor: not-allowed;
}
#payment-fake .place-order.disable .button.thanh-toan {
	pointer-events: none;
	background-color: #d9d9d9;
}
#payment-fake .button.thanh-toan {
	display: block;
	margin-right: 0;
	width: 100%;
	border-radius: 4px;
	background-color: var(--theme-color2);
	font-size: 15px;
	text-transform: none !important;
}
.single #tab-description {
	overflow: hidden;
}
.btn-xemthem-mota button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 250px;
	border: 1px solid #d9d9d9 !important;
	border-radius: 100px;
	background-color: #fff;
	font-size: 14px;
	color: #000;
	text-transform: none;
	font-weight: 500;
}
.btn-xemthem-mota {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	letter-spacing: 0.03em;
	padding-top: 20px;
	color: #000;
	width: 100%;
	margin-top: 20px;
}
.btn-xemthem-mota button:hover {
	background-color: #d9d9d9;
	color: #000;
}
.tbl-total-box {
	border-top: 1px solid #d9d9d9;
	margin-top: 1rem;
	padding-top: 1rem;
}
.tbl-total-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.tbl-total-item * {
	font-size: 14px;
}
.tbl-total-money {
	text-align: right;
}
.tbl-total-result {
	border-top: 1px solid #d9d9d9;
	padding-top: 1rem;
}
.tbl-total-result .tbl-total-money {
	font-size: 20px;
}
.t-cart-empty
.isures-sdc--dropdown_list
.isures-sdc--item
.isures-sdc--content_right {
	pointer-events: none;
}
.t-cart-empty .isures-sdc--dropdown_list .isures-sdc--item {
	cursor: not-allowed;
}
.t-checkout > .col,
.single .product-main {
	padding-top: 30px;
}
.single .product-main {
	padding-top: 30px !important;
}
.t-cart-empty .isures-sdc--label,
#masthead .cart-item .button.checkout,
#masthead .cart-item:before,
#masthead .cart-item:after,
#masthead .cart-item .woocommerce-mini-cart__total,
.cart-mini-product-info .variation dt {
	display: none;
}
.t-cart-empty .isures-sdc--list:before {
	content: 'BÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡n khÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ng thÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ sÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ng mÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£m giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ vÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ng trÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œng!';
	font-size: 14px;
}
#masthead .cart-item .nav-dropdown {
	min-width: 400px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06666666666666667);
	border: 1px solid #d9d9d9;
}
#masthead .cart-item ul.product_list_widget li .cart-mini-product-img img {
	height: auto !important;
	max-width: 100px;
	width: 100% !important;
	position: static !important;
	border-radius: 10px;
}
#masthead .cart-item .cart_list.product_list_widget > li {
	padding: 5px 0;
	display: flex;
}
.cart-mini-product-info {
	padding: 0 25px 0 15px;
}
.cart-mini-product-info .quantity {
	border: none !important;
	display: flex !important;
	flex-direction: column;
	font-size: 12px !important;
	opacity: 1 !important;
	text-align: left !important;
	align-items: flex-start !important
}
.cart-mini-product-info .quantity .woocommerce-Price-amount {
	margin-top: 15px;
}
.cart-mini-product-info .quantity bdi {
	font-size: 17px !important;
	font-weight: 100 !important;
}
#masthead .cart-item .cart-mini-product-info .variation {
	display: flex;
	color: #2d2d2d;
	opacity: 1;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 100;
}
#masthead .cart-item .cart-mini-product-img {
	width: 35%;
}
#masthead .cart-item .cart-mini-product-name a {
	font-weight: 700;
	font-size: 13px;
	color: #2d2d2d;
}
#masthead
.cart-item
.woocommerce-mini-cart__buttons
.button.wc-forward:first-child {
	display: block;
	width: max-content;
	padding: 0;
	line-height: 1;
	height: max-content;
	min-height: max-content;
	text-transform: none;
	font-weight: 100;
	background-color: white;
	border: none;
	color: var(--theme-color);
	font-size: 15px;
	margin-left: auto;
}
#masthead
.cart-item
.woocommerce-mini-cart__buttons
.button.wc-forward:first-child:hover {
	background-color: white;
	text-decoration: underline;
	box-shadow: none;
}
#masthead .image-icon img {
	max-width: 30px;
}
#masthead .image-icon:after {
	background-color: var(--theme-color);
	border-radius: 99px;
	box-shadow: none;
	font-size: 10px;
	font-weight: 100;
	height: 14px;
	line-height: 14px;
	min-width: 14px;
	opacity: 1;
	position: absolute;
	right: 8px;
	top: 10px;
}
/* thanks page */
#momo-status-name {
	color: #231f20;
	font-weight: 400;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 28px;
}
.thanks-des {
	font-size: 14px;
	max-width: 70%;
	margin: auto;
}
.order-heading {
	font-size: 24px;
	margin: 2rem 0 1rem;
	text-align: center;
	color: var(--theme-color);
	font-weight: normal;
	font-family: 'Inter-medium';
}
.thank-box-order {
	border: 1px solid #000;
	border-radius: 16px;
	padding: 2rem 3rem;
}
.order-title {
	border: 1px solid #000;
	border-radius: 16px;
	padding: 0.7rem 1rem;
	font-weight: normal;
	font-size: 1rem;
	width: max-content;
	margin: 0 auto 1rem;
	font-family: 'Inter-medium';
}
.thank-box-order table.order-item,
.thank-box-order .order-item td,
.thank-box-order .order-item th {
	border: 0.5px solid;
	border-color: #d9d9d9 !important;
	text-transform: none;
}
.thank-box-order table.order-item {
	border-radius: 16px;
	padding-bottom: 0;
}
.thank-box-order table.order-item thead th:first-child {
	border-radius: 16px 0 0 0;
}
.thank-box-order table.order-item thead th:last-child {
	border-radius: 0 16px 0 0;
	text-align: right;
}
.thank-box-order .order-item td,
.thank-box-order .order-item th {
	padding: 10px 20px;
	line-height: normal;
}
.thank-box-order .order-item th {
	font-weight: normal !important;
	font-family: 'Inter' !important;
}
.thank-box-order .order-item td span.amount {
	font-weight: normal;
	font-family: 'Inter';
}
.thank-box-order .order-item thead th {
	color: #fff !important;
	background-color: var(--theme-color);
}
.thank-box-order .wc-item-meta {
	list-style: none;
	font-size: 14px;
}
.thank-box-order .wc-item-meta .wc-item-meta-label {
	font-weight: 100;
}
.thank-box-order #addresses {
	margin: 0 !important;
}
.thank-box-order.payment-method h2 {
	font-size: 20px;
}
.thank-box-order.payment-method h3 {
	font-size: 16px;
}
.thank-box-order.payment-method li {
	font-size: 14px;
	margin-left: 20px;
}
.thank-box-order.payment-method ul {
	margin-bottom: 0;
}
/* end thanks page */

/* login popup */
.modal_show_cv {
	position: fixed;
	width: 100%;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99999999;
	top: 0;
	left: 0;
}

.bg_overlay_cv {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000040;
	width: 100%;
	height: 100vh;
	z-index: 999999999;
	cursor: pointer;
}

.modal_cv_inner {
	position: absolute;
	width: 40%;
	height: auto;
	z-index: 9999999999;
	background-color: #fff;
	border-radius: 0.4rem;
	padding: 2rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.close_cv {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 25px;
	height: 25px;
	z-index: 9999999999;
	cursor: pointer;
}
.gallery_cv {
	overflow: auto !important;
	height: 100%;
}
.btn-chon-form-item {
	display: flex;
	justify-content: space-between;
}
.gallery_cv * {
	font-size: 14px;
}
.btn-chon-form-item span {
	color: var(--theme-color);
	cursor: pointer;
	transition: 0.2s all;
}
.btn-chon-form-item span:hover {
	color: black;
}
.login-title {
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 1rem;
	font-family: 'Inter-semibold';
}
.gallery_cv input {
	box-shadow: none !important;
	height: 3em;
	padding: 0 0.75em;
	border-radius: 8px;
	text-transform: none !important;
}
.gallery_cv input[type='submit'],
.gallery_cv .woocommerce-form-register__submit {
	display: block;
	background-color: black;
	transition: 0.2s all;
	width: 100%;
	border-radius: 8px !important;
	text-transform: none !important;
	font-weight: normal;
	font-family: 'Inter-semibold';
}
.gallery_cv input:focus {
	border-color: var(--theme-color);
}
.gallery_cv input[type='submit']:hover,
.gallery_cv .woocommerce-form-register__submit:hover {
	background-color: #d9d9d9 !important;
}
.login-social-box {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.login-social-box > div {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 48%;
	cursor: pointer;
}
.login-social-box > div.lg-gg img {
	margin-right: 5px;
}
.login-social-box > div:hover {
	border-color: var(--theme-color);
}
.login-social-box {
	margin-bottom: 15px;
}
.account-item a {
	cursor: pointer;
}
.section-title b {
	height: 0.5px;
}
/* end login popup */
/* tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â i khoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n */
.doi-mk,
.sua-hs {
	font-size: 14px;
	color: #6abd45;
	text-decoration: underline;
	margin-bottom: 15px;
	cursor: pointer;
	width: max-content;
}
.data-user,
.box-tp,
.change-pass-box form > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.data-user label,
.change-pass-box form > div label {
	width: 30%;
}
.data-user input,
.box-tp,
.change-pass-box form > div input {
	width: 70%;
	border-radius: 5px;
}
.box-tp select {
	box-shadow: none !important;
	border-radius: 5px;
}
.box-tp .input-box {
	width: 31%;
}
.star-rating span:before,
.star-rating:before,
.woocommerce-page .star-rating:before {
	color: #ffb600 !important;
}
.t-review_container,
.review-author {
	display: flex;
	justify-content: space-between;
}
.t-review_container .review-avatar {
	width: 55px;
	margin-right: 20px;
	border-radius: 5px;
}
.t-review_container .review-avatar img {
	border-radius: 5px;
}
.t-review-content-box {
	width: calc(100% - 75px);
}
.t-review_container {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.t-review_container:last-child {
	border: none;
	margin-bottom: 0;
}
.review-author-name {
	font-family: var(--semibold) !important;
}
.review-date time {
	font-size: 14px;
}
.t-review_container .button {
	border-radius: 5px;
	text-transform: none;
	margin-left: auto;
	display: block;
	width: max-content;
	margin-right: 0;
}
.t-wc-reviews-images-wrap-wrap {
	display: flex;
}
.t-wc-reviews-images-wrap-wrap .reviews-images-item {
	width: 50px;
	height: 50px;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.t-wc-reviews-images-wrap-wrap .reviews-images-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.t-rv-box {
	margin-top: 20px;
}
.account-item ul,
.account-item:before,
.account-item:after,
.myaccount-menu:before,
.myaccount-menu:after {
	display: none !important;
}
.myaccount-menu li {
	border: none !important;
	margin-left: 0 !important;
}
.myaccount-menu li a {
	border: 1px solid #2d2d2d !important;
	padding: 10px 25px !important;
	border-radius: 5px;
}
.myaccount-menu li.active a {
	background-color: #6abd45;
	color: white !important;
	border-color: #6abd45 !important;
}
.myaccount-menu li:hover a {
	border-color: #6abd45 !important;
}
#my-account-menu .user-avatar img {
	border-radius: 5px;
}
#my-account-menu ~ .woocommerce-MyAccount-content {
	padding: 2%;
	width: 72%;
	background-color: white;
	border-radius: 5px;
}
#my-account-menu.position-vertical-left {
	margin-right: 2% !important;
	width: 26%;
}
#my-account-menu ~ .woocommerce-MyAccount-content h3 {
	margin-bottom: 20px;
	color: #6abd45;
}
.yith-wcmap .user-profile .user-info .logout a {
	padding: 5px 10px;
	border-radius: 5px;
}
.woocommerce-MyAccount-content
.woocommerce-orders-table
tbody
tr:nth-child(odd) {
	background-color: #f8fafc;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody .button {
	text-transform: none;
	border-radius: 5px;
	margin-bottom: 0;
	margin-right: 0;
}
.woocommerce-MyAccount-content .woocommerce-orders-table td:first-child,
.woocommerce-MyAccount-content .woocommerce-orders-table td:last-child {
	padding: 0.5em;
}
th {
	font-weight: normal !important;
}
.woocommerce-MyAccount-content span.amount {
	font-weight: 100 !important;
	font-family: var(--semibold) !important;
}
.woocommerce-MyAccount-content .woocommerce-table__line-item span.amount {
	font-family: var(--regular) !important;
}
.woocommerce-order-details .order-info > div {
	display: flex;
}
.woocommerce-order-details .order-info strong {
	width: 16%;
}
.woocommerce-order-details .order-info {
	margin-bottom: 15px;
}
.woocommerce-MyAccount-content .product-name a {
	font-size: 16px;
	color: #2d2d2d !important;
	font-family: var(--semibold) !important;
}
.woocommerce-MyAccount-content .wc-item-meta {
	margin: 5px 0 0;
}
.woocommerce-MyAccount-content .wc-item-meta li {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.woocommerce-MyAccount-content .wc-item-meta li p {
	margin: 0;
}
.woocommerce-MyAccount-content .woocommerce-order-details {
	margin-bottom: 30px;
}

.woocommerce-MyAccount-content .wc-item-meta li strong {
	margin-right: 5px;
	font-family: var(--regular) !important;
}
.woocommerce-MyAccount-content .woocommerce-table--order-details td,
.woocommerce-MyAccount-content .woocommerce-table--order-details th {
	font-size: 16px;
}
.woocommerce-MyAccount-content .woocommerce-table--order-details .shipping,
.woocommerce-MyAccount-content
.woocommerce-table--order-details
.payment_method {
	font-family: var(--regular) !important;
}
.woocommerce-MyAccount-content td.product-name {
	display: flex;
	align-items: center;
}
.woocommerce-MyAccount-content td.product-name .pro-iamge {
	width: 80px;
	height: 80px;
	margin-right: 15px;
	background-color: #f5f5f5;
	border-radius: 5px;
}
.woocommerce-MyAccount-content td.product-name .pro-iamge img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.woocommerce-MyAccount-content td.product-name .pro-info {
	width: calc(100% - 95px);
}
.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th {
	border-width: 1px !important;
}
td,
th {
	color: #2d2d2d !important;
}
.sec-acc {
	padding-bottom: 20px !important;
	padding-top: 50px !important;
}
.shipping-box > div,
.note-box > div {
	display: flex;
}
.shipping-box > div > span:first-child,
.note-box > div strong {
	width: 16%;
}

/* end tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â i khoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n */

@media (min-width: 900px) {
	#my-account-menu ~ .woocommerce-MyAccount-content {
		min-height: 312px;
	}
}

@media (max-width: 480px) {
	/* 	thanks page */
	.thank-box-order .order-item td,
	.thank-box-order .order-item th {
		padding: 10px;
	}
	.thank-box-order table.order-item thead th:first-child {
		width: 50%;
	}
	.thank-box-order {
		padding: 1rem;
	}
	.thank-box-order .order-item thead th:nth-child(2) {
		text-align: center;
		width: 10%;
	}
	.thank-box-order .order-item {
		font-size: 14px;
	}
	#momo-status-name {
		font-size: 24px;
	}
	.thanks-des {
		max-width: 90%;
	}
	.product-main .woo-variation-product-gallery {
		width: 100%;
		margin-bottom: 15px;
	}
	.product-main
	.woo-variation-gallery-thumbnail-position-left-bottom
	.woo-variation-gallery-container
	.woo-variation-gallery-thumbnail-slider:not(.slick-initialized) {
		display: flex;
		flex-direction: column;
	}
	.woo-variation-gallery-thumbnail-position-left-bottom
	.woo-variation-gallery-container
	.woo-variation-gallery-thumbnail-wrapper {
		width: 30px !important;
	}
	.product-main
	.woo-variation-gallery-thumbnail-position-left-bottom
	.woo-variation-gallery-container
	.woo-variation-gallery-thumbnail-slider:not(.slick-initialized)
	> div {
		width: 100%;
	}
	.woo-variation-gallery-thumbnail-position-left-bottom
	.woo-variation-gallery-container
	.woo-variation-gallery-thumbnail-wrapper
	.wvg-gallery-thumbnail-image
	img {
		height: 30px;
		object-fit: contain;
	}
	.product-info ul[data-attribute_name='attribute_pa_kich-thuoc'] li span {
		font-size: 14px;
	}
	.product-info ul[data-attribute_name='attribute_pa_kich-thuoc'] li,
	.product-info ul[data-attribute_name='attribute_pa_mau-sac'] li {
		height: 30px;
	}
	.product-info .quantity input {
		height: 30px !important;
		min-height: 30px !important;
		line-height: 30px !important;
	}
	.product-info .woocommerce-variation-add-to-cart {
		display: flex;
		align-items: center;
	}
	.product-info .woocommerce-variation-add-to-cart .single_add_to_cart_button {
		flex: 1;
	}
	.row-policy p {
		font-size: 10px;
	}
	.row-policy p br {
		display: none;
	}
	.goi-y-sp .row {
		overflow: auto;
		flex-wrap: nowrap;
	}
	.goi-y-sp .row .col {
		width: 40%;
		flex-shrink: 0;
		padding-bottom: 0;
	}
	.isures-sdc--code_item span {
		font-size: 12px !important;
		padding: 0 !important;
	}
	.product-info > .product-title {
		font-size: 21px;
	}
	.t-checkout .isures-sdc--close_popup {
		display: none !important;
	}
	.t-checkout .isures-sdc--dropdown_list .isures-sdc--item {
		height: 128px !important;
	}
	.woocommerce > .isures-sdc--wrap {
		display: none !important;
	}
	.t-checkout .woocommerce-cart-form__cart-item .remove {
		position: static !important;
	}
	.t-checkout .woocommerce-cart-form__cart-item .product-remove {
		right: auto;
		left: 90%;
	}
	.t-checkout .large-7 {
		padding-right: 15px;
	}
	.t-wc_payment_method label {
		width: max-content;
		margin-left: 5px;
	}
	.t-wc_payment_method {
		justify-content: flex-start;
	}
	.t-checkout {
		flex-direction: column-reverse;
	}
	.modal_cv_inner {
		width: 95%;
		top: 45%;
	}
	.off-canvas-left .mfp-content {
		max-width: 70% !important;
	}
	.t-wc_payment_method label {
		padding-left: 40px;
		min-height: 30px;
	}
	.t-wc_payment_method label:before {
		width: 30px;
		height: 30px;
	}
	.t-checkout .isures-sdc--dropdown_list .isures-sdc--content_excpt {
		line-height: 13px;
		-webkit-line-clamp: 3;
		max-height: 39px !important;
		font-size: 12px;
	}
	.isures-sdc--content_name {
		font-size: 14px;
	}
	.t-checkout > .large-5 {
		padding-bottom: 0;
	}
	.checkout-title {
		font-size: 22px;
	}
	/* end thanks page */
}
