h1.product-title.product_title.entry-title {
    font-weight: 400;
}

.ux-swatches--large .ux-swatch--label {
    background: #f5f6f6;
    border-radius: 8px;
    color: #202020;
    padding: 0 16px !important;
    line-height: 40px;
    min-height: 40px;
}

.ux-swatch.selected {
    box-shadow: 0 0 !important;
    background: var(--blue);
    color: #fff;
}

.product-info .price bdi {
    font-weight: 500;
}

.product-info .price ins bdi {
    color: var(--pink);
}

.price.giabienthe {
    margin-top: 0;
}

.price-same {
    padding-bottom: 5px;
}

.giaban {
	margin-bottom: 0;
}

.giaban .giabanchinh bdi {
    font-size: 20px;
    color: var(--pink);
    font-weight: 700;
}

.giaban span.baogom-vat {
    font-size: 13px;
}

.thitruong-tietkiem span {
    font-weight: 600;
    font-size: 13px;
}

.thitruong-tietkiem span.phantram {
    color: var(--pink);
}

.thitruong-tietkiem {
    margin-bottom: 14px;
}

.product-short-description {
    padding: 10px 15px;
    border: 1px dashed var(--pink);
    background: rgb(242 56 98 / 2%);
    border-radius: 10px;
    margin-bottom: 15px;
}

.product-short-description p {
    margin-bottom: 6px;
    font-size: 14px;
}

.product-short-description p:last-child {
    margin-bottom: 0;
}

/* css form add to cart */
form.variations_form.cart {
    margin-bottom: 0;
}

.product-info .quantity .button.minus, .product-info .quantity .button.plus {
    width: 40px;
    height: 40px;
    border-radius: 8px !important;
    margin-right: 8px;
    border: 0px;
    font-weight: bold;
    text-shadow: 0px 0px #ff000000;
}

.product-info .quantity input[type="number"] {
    height: 40px;
    width: 44px;
    border-radius: 8px !important;
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    box-shadow: none !important;
    max-width: 48px;
    font-weight: bold;
    margin-right: 8px;
}

button.single_add_to_cart_button.button.alt {
    background-color: var(--pinkBtn);
    border-radius: 8px;
    font-weight: 400;
}



/* css cac nut mua hang */
.p-muahang {
    display: flex;
    width: 100%;
}

.box-muahang {
    width: 30%;
    border-radius: 4px;
    padding: 6px 6px 6px 15px;
    transition: .3s;
}

.box-muahang:nth-child(1) {
    background-color: #f1f1f1;
    margin-right: 10px
}

.box-muahang:nth-child(2) {
    background-color: #f1f1f1;
}

.box-muahang:hover {
    background-color: #fff;
    box-shadow: 0 0 4px #00000070;
    transition: .3s ease-in-out;
}

.box-muahang img {
    width: 30px;
}

p.p-tieu-de {
    font-family: "Guardian-EgypTT",Charter,"Charter Bitstream",Cambria,"Noto Serif Light","Droid Serif",Georgia,serif;
}

.box-muahang a {
    display: flex;
    align-items: center;
}

.box-muahang p {
    margin: 0;
    padding-left: 10px;
    color: #0f8bd6;
    font-weight: 700;
    font-size: 20px;
}


.tab-panels .entry-content {
    font-size: 14px;
}

.nav-line>li>a:before {
    background-color: unset !important;
}

.product-footer .woocommerce-tabs {
    border-top: 0 !important;
}

.description_tab a {
    color: #000;
    font-weight: 400 !important;
    font-size: 22px !important;
    font-family: "Guardian-EgypTT",Charter,"Charter Bitstream",Cambria,"Noto Serif Light","Droid Serif",Georgia,serif !important;
}

@media (max-width: 768px) {
	.product-main, .product-info {
		padding-bottom: 0 !important;
	}
	.box-muahang {
		width: 48%;
		padding: 6px 6px 6px 10px;
	}
	.product-footer {
		padding-top: 15px;
	}
}

@media (max-width: 480px) {
	.product-summary .quantity {
		margin-right: 0 !important;
	}

	button.single_add_to_cart_button.button.alt {
		padding: 0 14px;
	}
	
	button#buy_now_button {
		color: #fff;
		border-radius: 5px;
		width: 100% !important;
	}
}

@media (max-width: 320px) {
	.box-muahang {
		width: 50%;
		padding: 6pxx;
	}
	.box-muahang p {
		padding-left: 5px;
		font-size: 17px;
	}
}
