/*
Theme Name: Cây xanh
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.category-filter-row{display: none;}

.term-description{margin-top: 20px;}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content{width: 320px !important;}

.product-small .price-wrapper .price{display: flex;flex-flow: row wrap;}
.product-small .price-wrapper .price ins,
.product-small .price-wrapper .price del{flex-basis: 100%;max-width: 100%;}
.product-small .price-wrapper .price span.amount{font-size: 17px;font-weight: bold;}
.product-small .price-wrapper .price del{order: 2; margin-top: 7px;}
.product-small .price-wrapper .price del span.amount{font-size: 15px; font-weight: normal;}

@media (max-width: 576px) {
	.term-description{text-align: justify;}
}

@media (max-width: 376px) {
	.button.primary:not(.is-outline){padding: 0 10px !important;}
}