/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.section-title-main {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    font-weight: bold;
    color: #007251;
    text-transform: uppercase;
    border-bottom: 1px solid #ccd5cf !important;
    margin-bottom: 20px;
}
li.hdevvn_cats {
    float: left;
    width: 50%;
    cursor: pointer;
    padding: 1px 0 0;
    list-style: none;
    margin-bottom: 1px;
}
	
.section-title-normal span {
    margin-right: 0;
}
span.hdevvn-show-cats {
    width: 100%;
}
.sidebar1pro li.hdevvn_cats a {
    display: inline-block;
    width: calc(100% - 2px);
    float: left;
    line-height: 30px;
    background: #4ea32a;
    color: #fff;
    margin: 0 1px;
    text-align: center;
    border-radius: 2px;
	text-transform: initial;
}
.sidebar2pro li.hdevvn_cats a {
    display: inline-block;
	text-transform: initial;
    width: calc(100% - 2px);
    float: left;
    line-height: 30px;
    background: #ececec;
	padding: 15px 0;
    color: #404040;
    margin: 0 1px;
    text-align: center;
    border-radius: 2px;
}
.product-small.box {
    border: 1px solid #ebebeb;
    padding: 10px;
}
.woocommerce-loop-product__link {
    color: #fa6121;
    font-size: 16px;
}
.product-small.box span.amount {
    font-size: 18px;
    font-weight: bold;
    color: #007a3c;
}
label.prdctfltr_ft_none {
    display: none !important;
}
.section-title b {
    display: none !important;
}
	
/*************** ADD CUSTOM CSS label.   ***************/
	
	/**tuy bien trang thanh toán**/
.tp-cart .cart-collaterals{
	display:none;
	
}
.tp-cart .large-7{
	min-width:100%;
}
.tp-cart p.form-row-first{
	width: 100%!important;
}
/***************bình luận ***************/
	.text-comment-pt{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:15px;
}
.text-comment-pt>*{
    margin-right: 10px;
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    cursor:pointer;
    margin-bottom:5px;
}
.text-comment-pt>*:hover{
    color: #fff;
    background: #fe2c6d;
    border-color: #fe2c6d;
}
/* css của khung đếm ngược khuyến mãi*/
	.single-product .chowordpress-flashsale{
    background-image: url(https://chowordpress.com/img/bg-flashsale.jpeg);
}
.single-product .chowordpress-flashsale{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}
.single-product .chowordpress-flashsale span.title {
    margin-top: 10px;
    margin-right: 25px;
}
 
.single-product .chowordpress-flashsale .ux-timer {
    margin: 0;
 
}
.single-product .chowordpress-flashsale .ux-timer span {
    font-size: 20px;
}
.single-product .chowordpress-flashsale .ux-timer span strong{
    font-size: 10px;
    text-transform: none
}
 
.single-product .chowordpress--flashsale .ux-timer span {
    color: var(--chowordpress-secondary-color)!important;
}
.single-product .chowordpress--flashsale .ux-timer span  strong{color: #222}