.product-detail tbody, .product-detail td, .product-detail tfoot, .product-detail th, .product-detail thead, .product-detail tr{
	border-width: inherit;
}

.post-detail tbody, .post-detail td, .post-detail tfoot, .post-detail th, .post-detail thead, .post-detail tr{
	border-width: inherit;
}

._post_content tbody, ._post_content td, ._post_content tfoot, ._post_content th, ._post_content thead, ._post_content tr{
	border-width: inherit;
}
.popup_fixed{
	padding: 5px 10px;
    background: #E5322D;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 5px;
    position: fixed;
    right: -5px;
    bottom: 200px;
    z-index: 99;
}

.popup_fixed a{
	color: #FFFFFF !important;
}

.popup_fixed p{
	padding: 0px;
	margin: 0px;
}
.social-fixed{
	bottom: 50px !important;
}
.social-fixed .btn_hotline_popup{
	margin-right: 10px;
}
.back-to-top.active{
	bottom: 20px !important;
}

.popup_fixed_show{
	visibility: visible !important;
}
.popup_fixed_hide{
	visibility: hidden !important;
}
