.archive.woocommerce .products > .product-small > .col-inner {
	background: #fff;
}
.archive.woocommerce .product-small .price-wrapper {
	margin-top: 10px;
}
.archive.woocommerce .product-small .price del bdi {
	color: #666;
}
.archive.woocommerce .product-small .price bdi {
	color: var(--primary-color);
}
.archive.woocommerce .product-small img {
	aspect-ratio: 5 / 6;~
}
#shop-sidebar .product_list_widget .amount {
	font-size: 14px;
}
.border-pd .product-small, .woocommerce-page .products > .product-small > .col-inner  {
	border: 1px solid var(--primary-color);
	padding: 10px;
	border-radius: 4px;
}
.product-small .box-text {
	padding-bottom: 0;
}
.product-button {
	display: flex; 
	justify-content: space-between;
	margin-top:20px;
	align-items:center;
}

.product-button .custom-add-to-cart {
	border: 1px solid var(--primary-color) !important;
	border-radius: 4px;
	color: var(--primary-color) !important;
	font-weight:500;
	transition:.5s all;
	margin:0 !important;
	padding: 4px 12px;
}
.product-button .custom-add-to-cart:first-child:hover{
	background:unset;
	transform: scale(1.05);
}
.product-button .added_to_cart:after {
	content:none !important;
}
.product-button .added_to_cart {
	color:var(--primary-color);
	padding: 5px;
	border-radius: 4px;
	border: 1px solid var(--primary-color);
	text-transform: unset !important;
	font-weight: 400;
}
.product-button .custom-zalo {
	color: var(--primary-color);
	padding: 4px 4px 4px 24px;
	border-radius:4px;
	background:#eee;
	position:relative;
	font-size: 13px;
}
.product-button .custom-zalo:before {
	content:"";
	background:url(/wp-content/uploads/2025/02/icon-zalo-circle2.png) center/contain no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	left:4px;
	top:50%;
	transform: translatey(-50%);
}
.product-button .custom-zalo:hover{
	color:var(--primary-color);
}
.product-small .product-title a{
	font-size: 16px;
	font-weight: 600;
}
.product-small .price {
	display: flex !important;
    justify-content: space-between;
	font-size: 1.1rem;
}
.product-small .price .amount{
	color:var(--primary-color);
}
.product-small .price del .amount{
	color: #777;
}
.product-short-description {
    margin: 20px 0;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    font-size: 16px;
    color: #656565;
}
.product-short-description p {
	margin-bottom:0;
}
.product-summary .price *{
	color: var(--primary-color);
}
@media(max-width:549px) {
	.product-small .price {
		font-size: .9rem;
	}
	.product-button {
		flex-direction: column;
		align-items: stretch;
		gap:10px;
		text-align:center;
	}
}