/*màu chữ gửi mail thành công*/
.wpcf7-mail-sent-ok {
    color: inherit;
}
/*Màu chữ gửi mail thất bại*/
.wpcf7-mail-sent-ng {
    color: initial;
}
/*Màu chữ warning form*/
.wpcf7-validation-errors {
    color: initial;
}
/*Màu nền, màu chữ modul tab*/
.wpb-js-composer .vc_tta-style-classic .vc_tta-tab>a {
    border-color: #222 !important;
    background-color: #2a2a2a !important;
    color: #fff !important;
}
/*Màu nền, màu chữ modul tab đang active*/
.wpb-js-composer .vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f0f0f0 !important;
    background-color: #820a0a !important;
    color: #666 !important;
}
/*Màu giá postgird*/
.main-product-regular-price{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	font-family:'Roboto' !important;
}
ins{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #d01c1c
}
/*Màu chữ menu header mẫu 1*/
.list-meu-pro ul li a {
    color: #ffffff;
}
.mtop-menu {
    margin-top: -60px;
}
@media(max-width: 767px){
    .mtop-menu {
        margin-top: -46px;
    }
    
    /*Cho phép bảng trên điện thoại trược ngang*/
    .entry-content table {
        display: block;
        width: 100% !important;
        overflow-x: auto;
        padding: 0;
        border: none !important;
    }
}