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

/*************** ADD CUSTOM CSS HERE.   ***************/
* {
	font-size: 14px;
}
.e-con-full {
	padding: 0px;
}
.red {
	color: red;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
#dashboard {
	padding: 0px !important;
}
#dashboard .e-con-inner {
	max-width: 100% !important;
}
#dashboard .uwp-sidebar h3 {
	height: unset !important;
	padding: 15px 0px !important;
	width: 100%;
    text-align: center;
}
#dashboard .hidden-title-form {
	display: none !important;
}
#dashboard .wishlist-title {
	display: block !important;
}
.uwp-registration-form input[type="file"] {
	width: 500px !important;
}
.p-0 {
	padding: 0px !important;
}
.m-0 {
	margin: 0px !important;
}
.mt-10 {
	margin-top: 10px;
}
.container {
	padding: 0px !important;
}
.section-title-container {
	margin-bottom: 20px;
}
/* Style the entire container */
.container {
  width: 100%;
  padding: 20px;
}
.position-relative {
	position: relative;
}
.product-sale {
	position: absolute;
    top: 0px;
    z-index: 2;
    color: white;
    background: #EA4B48;
    display: inherit;
    top: 6px;
    left: 7px;
    font-size: 14px;
    padding: 0px 6px;
    border-radius: 4px;
}
.product-card {
	border-top: solid 1px #E6E6E6;
	border-left: solid 1px #E6E6E6;
	border-right: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	padding: 2px;
	background-color: white;
}
.product-card:hover {
	border-top: solid 1px #2C742F;
	border-left: solid 1px #2C742F;
	border-right: solid 1px #2C742F;
	border-bottom: solid 1px #2C742F;
	padding: 2px;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
.product-card:hover .wishlist-btn {
	background-color: #5B802C;
}
.product-card:hover .wishlist-btn i {
	color: white;
}
.product-card:hover .product-info a {
	color: #3d5d30;
}
.product-info:hover a {
	color: #3d5d30;
}
.product-img {
	height: auto;
	min-height: 186px;
}
.product-info {
	padding: 20px 10px;
	position: relative;
}
.product-title {
	font-size: 13px;
}
.product-title a {
	font-size: 13px;
}
.product-info .price {
	font-size: 14px;
	font-weight: 400;
	color: #424242;
}
.product-info .price span {
	margin-left: 10px;
	font-weight: 400;
	color: #424242;
}
.item-large {
	height: 654px;
	width: 40%;
}
.wishlist-icon {
    position: relative;
    display: inline-block;
    margin: 10px;
}
.product-date {
	font-size: 12px;
    text-align: right;
}
.wishlist-btn {
    font-size: 14px;
    border: solid 1px #F2F2F2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 12%;
    right: 10px;
}
.wishlist-btn a, .wishlist-btn i {
	color: black;
}
.wishlist-btn:hover {
	background-color: #F2F2F2:
}
.badge.post-date {
    left: 20px;
	top: unset;
    background-color: white;
}
.custom-news .post-item .badge.post-date {
	top: 42%;
    opacity: 0.9;
}
.post-item .badge.post-date {
	top: 52%;
	opacity: 0.9;
}
.blog-single .post-date {
	display: none !important;
}
.blog-archive .post-item .badge.post-date {
	top: 37%;
	bottom: unset;
	opacity: 0.9;
}
.badge.post-date .post-date-day {
	color: #1A1A1A;
	font-size: 18px;
	font-weight: 500;
}
.badge.post-date .post-date-month {
	font-size: 12px;
	color: #808080;
	font-weight: 300;
	text-transform: uppercase;
}
.badge.post-date:hover .badge-inner, .badge-outline .badge-inner:hover {
	background-color: white;
}
.badge-frame .badge-inner, .badge-outline .badge-inner {
	border: none;
}
.has-hover:hover .badge-outline .badge-inner {
	background-color: white !important;
}
.blog-post-inner .is-divider {
	display: none;
}
.post-title {
	font-size: 18px;
	font-weight: 500;
	color: #002603;
}
.author-name {
	color: #4D4D4D;
	font-size: 14px;
	padding-bottom: 8px;
}
.absolute-footer {
	display: none;
}
.title-sp h3 {
	border-bottom: unset;
}
.title-sp .section-title-normal span {
	border-bottom: unset;
	color: #1A1A1A;
	font-size: 28px;
	text-transform: none !important;
	font-weight: 500;
}
.title-sp a {
	color: #5B802C;
	font-weight: 300;
}
.submit .btn-submit {
	background-color: #5B802C;
	color: white;
	font-size: 14px;
	text-transform: capitalize !important;
	border-radius: 18px;
	font-weight: 300;
}
.submit .btn-submit-green {
	background: #2C742F33 !important;
	color: #2C742F;
	font-size: 14px;
	text-transform: capitalize !important;
	border-radius: 18px;
	font-weight: 300;
}
.submit .btn-submit-green:hover {
	background: #2C742F33 !important;
	color: #2C742F !important;
}
.btn-link {
	background-color: #5B802C;
	color: white;
	font-size: 14px;
	text-transform: capitalize !important;
	border-radius: 18px;
	font-weight: 300;
	padding: 10px 20px;
	text-decoration: none;
	margin-top: 20px;
}
.btn-link:hover {
	color: white !important;
}
h3.title {
	font-weight: 600;
}
h3.title-2 {
	font-weight: 300;
}
.info-1 {
	color: #5B802C;
	font-size: 18px;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
	font-weight: 500 !important;
	font-size: 15px;
}
.acc-custom .accordion-item span {
	font-weight: 300;
}
.badge-container {
	margin-top: 10px;
}
.badge-circle-inside .badge-inner, .badge-circle .badge-inner {
	border-radius: 3px;
	background-color: #EA4B48;
	padding: 2px 6px;
}
.onsale {
	font-size: 14px;
	font-weight: 300;
}
.tinvwl_add_to_wishlist_button {
	background-color: #2C742F;
}
.yith-wcqv-button {
	display: none;
}
.image-tools .wishlist-icon {
	display: none;
}
.about-title {
	color: #3F6735;
	font-size: 40px;
	font-weight: 400;
	width: fit-content;
	font-size: 40px;
	font-weight: 700;
}
.about-title b {
	height: 2px;
    display: block;
    background-color: #51AB3B;
    width: 100px;
}
.about-video {
	height: 725px;
}
.about-num {
	font-size: 40px;
}
.esubSubmit {
	width: unset !important;
	border-radius: 30px !important;
}
.css-x22glq:is(.esubSubmit) {
	width: unset !important;
}
.password-container {
    position: relative;
}
.eye-icon {
    position: absolute;
    right: 10px;
    top: 38%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
}
.frm-login {
	padding: 40px 20px;
	background-color: white;
	box-shadow: 0px 0px 56px 0px #00260314;
}
.frm-login .title {
	font-size: 32px;
	font-weight: 300;
}
.frm-login input {
	border: solid 1px #E6E6E6;
	border-radius: 4px;
	box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
}
.frm-login .rememberme {
	width: 100%;
	text-align: left;
	font-size: 14px;
    font-weight: 300;
    color: #666666;
}
.btn-login {
	background-color: #5B802C !important;
	color: white !important;
	width: 100% !important;
	border-radius: 20px !important;
	font-weight: 300 !important;
	font-size: 14px !important;
	text-transform: none !important;
}
.uwp-login-class {
	margin: 40px 0px;
	padding: 20px;
	box-shadow: 0px 0px 56px 0px #00260314;
}
.uwp-login-class .card-title {
	color: #1A1A1A;
	font-size: 32px;
}
.uwp-remember-me label {
	font-weight: 300;
}
.bsui .btn-primary {
	background-color: #5B802C !important;
	color: white;
	border-radius: 20px !important;
	border: solid 1px #5B802C !important;
	
	font-size: 14px;
}
.uwp_login_submit,.uwp_login_submit .bsui .btn-primary {
	width: 100% !important;
}
.uwp-registration-form .uwp_register_submit {
	width: fit-content !important;
}
.uwp_login_submit:hover, .uwp_login_submit:active, .uwp_login_submit:focus,
.bsui .btn-primary:hover, .bsui .btn-primary:active, .bsui .btn-primary:focus{
	box-shadow: unset !important;
}
.uwp_widget_account .uwp_page .navbar-light ul.nav li {
	width: 100% !important;
}
.uwp_widget_account .uwp_page .navbar-light ul.nav li a i {
	font-size: 14px;
}
.uwp_widget_account .uwp_page .navbar-light .nav li:first-child {
	margin-left: .5rem !important;
}
.uwp-account-privacy, .uwp-account-notifications {
	display: none !important;
}
.bsui .pt-5 {
	padding-bottom: 3rem !important;
}
.header-button .button span {
	font-weight: 500 !important;
    font-size: 15px;
}
.uwp-register-class .card-title {
	display: none;
}
.bsui small, .bsui .small {
	font-size: 100%;
}
.blog-single .entry-header .entry-category, .blog-single .entry-header .entry-title .author-name {
	display: none;
}
.blog-single #comments {
	display: none;
}
.blog-single .uwp_widgets {
	display: none;
}
.row-dashed .col:before, .row-solid .col:before {
	border-left: unset;
}
.row-dashed .col:after, .row-solid .col:after {
	border-bottom: unset;
}
.custom-sp .entry-title {
	font-size: 32px;
	color: #1A1A1A;
	font-weight: 500;
}
.custom-sp .price del bdi, 
.custom-sp .price del bdi span {
	font-size: 24px;
	color: #4D4D4D;
	font-weight: 400;
}
.custom-sp .price ins bdi, 
.custom-sp .price ins bdi span {
	font-size: 24px;
	color: #2C742F;
	font-weight: 400;
}
.home-sp {
	background: white;
	padding: 5px 3px !important;
}
.home-sp .product-small.product-type-simple {
	padding: 3px !important;
	border: solid 1px #E6E6E6;
	border-right: unset;
}
.home-sp .product-small.product-type-simple:hover {
	border: 1px solid #5B802C;
	border-right: solid 1px #5B802C !important;
	box-shadow: 0px 0px 12px 0px #20B52652;
}
.home-sp .product-small.product-type-simple:last-child {
	border-right: solid 1px #E6E6E6;
}
.yith-add-to-wishlist-button-block {
	margin: unset;
	float: right;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
	border: solid 1px #F2F2F2 !important;
    border-radius: 50%;
	background-color: #F2F2F2;
	gap: unset;
	width: 35px;
    height: 35px;
	margin: unset;
	margin-top: -60px;
    margin-right: 5px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:hover {
	background-color: #2C742F !important;
	border: solid 1px #2C742F !important;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:hover .yith-wcwl-icon {
	color: white !important;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added {
	background-color: #2C742F !important;
	border: solid 1px #2C742F !important;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-icon {
	color: white !important;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
	width: 24px;
}
.wishlist_table thead, .wishlist_table th {
	border: 0;
}
.wishlist_table thead {
	border-bottom: solid 1px rgb(91, 128, 44);
}
.wishlist-in-stock {
	background: #20B52633;
	color: #2C742F;
	padding: 3px 6px;
	border-radius: 4px;
}
.btn-contact {
	background: #5B802C !important;
	height: 56px;
	padding: 0px 30px;
}
.btn-contact span {
	color: white;
	line-height: 56px;
	font-size: 16px;
	font-weight: 400;
}
.btn-long-contact {
	background: #5B802C !important;
	height: 45px;
	padding: 0px 60px;
}
.btn-long-contact span {
	color: white;
	line-height: 45px;
	font-size: 14px;
	font-weight: 400;
}
.contact-sp .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
	margin-top: unset;
	justify-content: unset !important;
	gap: 0px !important;
	flex-direction: column;
	width: 52px;
    height: 52px;
	background: #20B5261A;
	padding: 10px;
}
.contact-sp .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor .yith-wcwl-icon {
	color: #2C742F;
}
.is-divider {
	margin-top: 5px;
	margin-bottom: 5px;
}
.image-icon {
	margin-left: 10px;
    margin-right: 2px;
}
.pt-half {
	text-align: center;
}
.in-stock {
	background: #20B52633;
	color: #2C742F;
	padding: 2px 6px;
	border-radius: 3px;
	margin-left: 10px;
}
.out-stock {
	background: #20B52633;
	color: #2C742F;
	padding: 2px 6px;
	border-radius: 3px;
	margin-left: 10px;
}
.related-products-wrapper .in-stock,
.related-products-wrapper .out-stock {
	display: none;
}
.custom-sp .related-products-wrapper .price ins bdi, 
.custom-sp .related-products-wrapper .price ins bdi span {
	font-size: unset !important;
	color: unset;
}
.custom-sp .related-products-wrapper .price del bdi, 
.custom-sp .related-products-wrapper .price del bdi span {
	font-size: unset !important;\
	color: unset;
}
.cus-radio .wpcf7-list-item-label {
	font-weight: normal !important;
}
#secondary .gallery .gallery-item {
	padding: 5px !important;
}
#secondary .gallery .gallery-item img {
	min-height: 88px;
	border-radius: 6px;
}
#footer h4 {
	font-size: 16px;
	font-weight: 300;
}
#footer .ux-menu a {
	color: #7A997C;
}
#footer .ux-menu a:hover {
	color: white;
}
#footer .slogan {
	font-size: 14px;
	color: #7A997C;
}
#footer .contact {
	font-size: 14px;
}
#footer .gallery-item {
	padding: 3px;
}
#footer .gallery-item img {
	border-radius: 3px;
}
#footer {
	border-top: 1px solid #B4CCB4;
}
.quick-view {
	width: 100% !important;
}
.quick-view:hover {
	cursor: pointer;
}
.quick-view img {
	width: 20px !important;
	height: 20px !important;
	top: 13px;
	left: 13px;
}
.quick-view .img-inner {
	height: 46px;
	width: 46px;
	border-radius: 23px;
	background-color: white;
}
.quick-view:hover .img-inner {
	background-color: #2C742F;
}
.big-sp .yith-add-to-wishlist-button-block {
	display: none;
}
.home-sp .quick-view {
	display: none;
}
.custom-yith .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
	margin-top: 0px;
	width: 45px;
    height: 45px;
}
.c-relative .col-inner {
	position: relative;
}
.c-relative .section{
	position: absolute;
	bottom: 120px;
}
.big-sp .box-text-products {
	margin-top: 30px;
}
.big-sp .box-text-products .title-wrapper .product-title a {
	font-size: 20px;
}
.big-sp .product-small .box-image .image-fade_in_back a>img {
	height: 400px;
}
.big-sp .price-wrapper {
	text-align: center;
	margin-top: 20px;
}
.big-sp .price-wrapper bdi {
	font-size: 20px;
}
/*************** Đăng ký doanh nghiệp  ***************/
.uwp-registration-form.uwp_form {
    display: flex !important;
    flex-wrap: wrap !important;
}
.button-upload  span.text-danger {
	display:none !important;
}
.button-upload label {
	display: inline-block ; 
	border: 2px solid #5a752d ;
	border-radius: 43px;
	padding: 10px 24px;
	cursor: pointer;
	width: auto;
    height: auto;
	position: relative;
}
.button-upload-second {
	margin-left: 2rem;
}
.button-upload > input {
	display: none!important;
}
.input-form-check {
	font-weight: 200; 
	line-height: 150%; 
	display: flex; 
	align-items: center; 
	font-size: 15px;
}
.input-form-check > .form-check-label, .input-form-check > .form-label{
	font-weight: 400 !important;
}
.input-form-check label {
	font-weight: 400 !important;
  
}
.form-check-inline{
	margin-left: 1rem;
}

.input-form-second ~ .uwp_input_fieldset{
	margin-top: 2rem; 
	color: black;
	font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}
/*************** Đăng ký cá nhân  ***************/
label.sr-only.form-label {
    height: auto;
    width: auto;
    position: relative;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1A1A1A;
}
.class-may-xay-xat {
    display: flex
;
    justify-content: space-between;
    font-weight: 400;
    align-items: center;
}
#nh_i_din_row label{
    height: auto;
    width: auto;
    position: relative;
}
.form-check-label .form-label{
	font-weight:400
}

#content1 .row, #content2 .row{
	margin:0;
}
.elementor-element.elementor-element-e30f5d6.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner{
	margin-top:1rem !important;
	margin-bottom:1rem !important;
	border-style: solid;
  border-color: #E6E6E6;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.stuck h2 {
	display: none;
}
#logo {
	display: none;
}
#header .menu-item .nav-top-link .icon-angle-down {
	display: none;
}
#easy-subscribe form.MuiBox-root .MuiGrid-root .MuiGrid-item button:is(.esubSubmit) {
	width: 100px !important;
}
.sfba_subscribe_form__fields_wrap {
	position: relative !important;
}
.sfba_subscribe_form .sfba-main-form-container {
	background-color: unset !important;
	border: unset !important;
	padding: 0px !important;
}
.sfba_subscribe_form .sfba-main-form-container .sfba-form-email {
	border: 1px solid #DAE5DA !important;
	border-radius: 20px !important;
	font-size: 14px !important;
	height: 40px !important;
}
.sfba_subscribe_form .sfba-main-form-container .sfba-form-submit-button {
	position: absolute;
    background-color: #5B802C !important;
    top: -2px;
    right: -12px;
    width: 30% !important;
    height: 40px;
    border-radius: 20px !important;
	min-width: 78px;
}
.cus-slogan {
	top: unset !important;
	bottom: 0px !important;
}
.cus-slogan h3.ket-noi strong {
	font-size: 36px !important;
	color: #DAE5DA;
}
.cus-slogan h3.ket-noi-en strong {
	font-size: 56px !important;
	color: white;
}
.languages {
	position: relative;
}
.polylang_langswitcher li {
	list-style: none;
	width: 100%;
    padding-left: 5px;
	margin-left: unset !important;
}
.polylang_langswitcher li:last-child {
	margin-bottom: unset !important;
}
.polylang_langswitcher {
	border: solid 1px #E6E6E6;
    position: absolute;
    width: 105px;
    top: 28px;
    right: -30px;
    background: white;
    z-index: 99999;
	display: none;
}
.languages:hover {
	cursor: pointer;
}
.languages:hover .polylang_langswitcher {
	display: block;
	cursor: pointer;
}

.polylang_langswitcher li:hover {
	background-color: #E6E6E6;
}
.polylang_langswitcher li a {
	padding-right: 5px;
}
.current-flag {
	height: 32px;
	width: 50px;
}
.top-contact {
	padding-left: 12px;
}
.big-sp {
	height: 563px !important;
}
.top-sp>.col {
	padding-right: 5px !important;
}
.big-sp .product-title {
	text-align: center;
}
.big-sp .product-title a {
	color: #2C742F;
}
.big-sp .category {
	display: none;
}
.box-image .out-of-stock-label {
	color: white;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 32%;
    left: 32%;
    right: 0;
    background: #fff;
    padding: 16px 0;
    background: rgb(0 0 0 / 90%);
    text-align: center;
    opacity: .9;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 18px;
}
.big-sp .box-image .out-of-stock-label {
	top: 42%;
    left: 43%;
}
.product-small.out-of-stock .image-fade_in_back a img {
	background-color: black;
	opacity: .5;
}
.product-small.out-of-stock .image-fade_in_back a, 
.product-small.out-of-stock .image-fade_in_back {
	background-color: black;
}
.wpcf7-form label {
	font-weight: 400;
	color: #1A1A1A;
	font-size: 14px;
}
#sgpb-popup-dialog-main-div>div {
	overflow-x: hidden !important;
}
.sg-popup-builder-content {
	padding: 20px;
}
/*****************************************************/
@media only screen and (max-width: 48em) {
	#logo {
		width: unset !important;
		display: block !important;
	}
	.footer-03 .gallery .gallery-item {
		width: 20%;
	}
	.title-sp h3 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ft-top {
		text-align: center;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    #logo {
		width: unset !important;
	}
	.title-sp h3 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #logo {
		width: unset !important;
	}
	.title-sp h3 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
    #logo {
		width: unset !important;
		display: block !important;
	}
	.gallery-columns-4 .gallery-item, .large-columns-4>.col, .large-columns-4 .flickity-slider>.col {
        max-width: 50%;
        flex-basis: 50%;
    }
}

/*************** Trang thông tin cá nhân  ***************/
.uwp-container {
    display: flex;
}

.uwp-sidebar {
    width: 310px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.uwp-sidebar ul {
    list-style-type: none;
    padding: 0;
}

.uwp-sidebar ul li {
	height:56px !important;
    cursor: pointer;
	margin:0 0 5px !important;
	display: flex;
    align-items: center;
    padding-left: 10px;
}

.uwp-sidebar ul li:hover, .uwp-sidebar ul li.active {
    background: #EDF2EE;
    color: rgba(26, 26, 26, 1);
	box-shadow: 3px 0px 0px 0px rgba(32, 181, 38, 1) inset;

}

.uwp-content {
    flex-grow: 1;
    padding: 20px;
	padding-top:0;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
/*************** Tab sản phẩm  ***************/
.sanpham-container {
	width: auto;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.sanpham-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sanpham-header a {
	color: green;
	text-decoration: none;
	font-size: 14px;
}
.sanpham-table-container {
	width: 100%;
	border-collapse: collapse;
}
.sanpham-table-container th, .sanpham-table-container td {
	padding: 10px;
	text-align: left;
	font-weight:400;
	font-size:14px;

}
.sanpham-table-container th {
	background-color: #f8f8f8;
	font-weight: bold;
}
.sanpham-table-container tr {
	border-bottom: 1px solid #ddd;
}
.sanpham-table-container tr:last-child {
	border-bottom: none;
}
.sanpham-status {
	color: rgba(91, 128, 44, 1);
	text-decoration: none;
}
.sanpham-table-container td {
    padding: 10px;
    text-align: left;
    vertical-align: middle; /* Đảm bảo chữ nằm giữa ô */
}

.sanpham-status-container {
    display: flex;
    align-items: center;  /* Căn giữa theo chiều dọc */
    justify-content: space-between;
}
