ul.products-1 li.product .product_item h1,ul.woocommerce li.product .product_item h1, ul.rt__wc li.product .product_item h1{
    margin-bottom: 5px;
}
ul.products-1 li.product .product_item .rt_woocommerce_title,ul.woocommerce li.product .product_item .rt_woocommerce_title, ul.rt__wc li.product .product_item .rt_woocommerce_title{
    font-size: 15px !important;
    line-height: 22px;
    height: 44px;
    font-weight: 500;
    color: #2e2e2e;
    overflow: hidden;
    margin: 0;

}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	/*display: none;*/
}

/*
product
*/
ul.woocommerce  {
	margin: 0 -10px;
}
ul.woocommerce li.product, ul.rt__wc li.product {
	padding-left: 10px;
	padding-right: 10px;
}
ul.products-1 li.product{
    padding: 0 !important;
}
ul.products-1 li.product .product_item .content,ul.woocommerce li.product .product_item .content,ul.rt__wc li.product .product_item .content{
    padding: 15px 20px 15px 20px;
    overflow: hidden;
}
ul.products-1 li.product .product_item .rt-thumb, ul.woocommerce li.product .product_item .rt-thumb, ul.rt__wc li.product .product_item .rt-thumb {
	display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-bottom:1px solid #e9e9e9;
}
ul.products-1 li.product .product_item .rt-thumb a,ul.woocommerce li.product .product_item .rt-thumb a , ul.rt__wc li.product .product_item .rt-thumb a {
	    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;	
}
ul.products-1 li.product .product_item .rt-thumb a img,ul.woocommerce li.product .product_item .rt-thumb a img, ul.rt__wc li.product .product_item .rt-thumb a img {
	 width: 100%;
    height: auto;
    max-height: 240px;
    margin: 0 auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
}
ul.products-1 li.product .product_item .price,ul.woocommerce li.product .product_item .price, ul.rt__wc li.product .product_item .price {
	overflow: hidden;
    width: 55%;
    float: left;
}

ul.products-1 li.product .product_item .price ins,ul.woocommerce li.product .product_item .price ins, ul.rt__wc li.product .product_item .price ins ,
ul.products-1 li.product .product_item .price del,ul.woocommerce li.product .product_item .price del, ul.rt__wc li.product .product_item .price del{
	float: left;
	width: 100%;
	text-align: left;
	text-decoration: none;
}
ul.products-1 li.product .product_item .price del,ul.woocommerce li.product .product_item .price del, ul.rt__wc li.product .product_item .price del {
	text-decoration: line-through;
	color: #989898;
    font-weight: 400;
    font-size: 13px;
    opacity: 1;
}
ul.woocommerce li.product .product_item .rt_add_to_cart a.view_product, ul.rt__wc li.product .product_item .rt_add_to_cart a.view_product {
	width: 100%;
    font-weight: 700;
}
ul.products-1 li.product .product_item .price ins span{
    color: #e13737;
    font-weight: 700;
}
ul.products-1 li.product .product_item .rt_add_to_cart{
    width: 40%;
    clear: right;
    float: right;
}
ul.products-1 li.product .product_item .rt_add_to_cart a{
    padding: 0 10px;
    line-height: 30px;
    background: #33aafe;
    color: #fff;
}
ul.products-1 li.product .product_item .rt_add_to_cart .added{
    display: none !important;
}
ul.products-1 li.product .product_item .rt_add_to_cart .added_to_cart{
    font-size: 12px;
    padding: 0 5px;
}
ul.woocommerce li.product .product_item .rt_add_to_cart a.add_to_cart_button {
	width: 100%;
    text-align: center;
}
.rt_msp{
    font-size: 14px;
    line-height: 21px;
    display: block;
    height: 21px;
    overflow: hidden;
    color: #4a4949;
    margin-bottom: 5px;
}
.product__home .product_list{
    position: relative;
}
.product__home .product_list .list-term{
    position: absolute;
    top: 12px;
    right: 3px;
    max-width: 70%;
    overflow: hidden;
    max-height: 22px;
}
.product__home .product_list .list-term a{
    font-size: 14px;
    color: #3a3a3a;
    border-right: 1px solid #535353;
    padding: 0 10px;
    font-weight: 700;
}
.product__home .product_list .list-term a:hover{
    color: red !important;
}
.product__home .product_list .list-term a:last-child{
    border: none;
    padding-right: 0;
}
.view_all_pro{
    text-align: center;
    margin-bottom: 20px;
}
.view_all_pro a{
    display: inline-block;
    line-height: 38px;
    border-radius: 6px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 20px;
    background: #5CBE81;
}
ul.woocommerce li.product .product_item .rt_add_to_cart a:hover ,
.view_all_pro a:hover{
    background: #E13737;
}
.view_all_pro a i{
    padding-left: 10px;
}
.woocommerce-tabs .rt_woocommerce_tabs{
    border-bottom: 1px solid #5CBE81;
    margin-bottom: 10px;
}
.related{
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 10px;
}
.sidebar_product{
    float: left;
    width: 22%;  
    display: none;
}
.ma_san_pham{
    border:1px solid #e9e9e9;
    padding: 10px 20px;
    overflow: hidden;
}
.ma_san_pham_1 p{
    background: url(images/checksp.png) 0px 2px no-repeat;
    line-height: 20px;
    font-size: 15px;
    color: #494848;
    padding-left: 25px;
    margin-bottom: 8px;
}
.ma_san_pham_1 p span{
    font-weight: 700;
}
.ma_san_pham_2 > div img{
    height: auto;
    max-width: 100%;
    clear: both;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-height: 26px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.ma_san_pham_2 > div{
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #585858;
}
.chat_truc_tuyen{
    overflow: hidden;
    line-height: 30px;
    margin:10px 0;
}
.chat_truc_tuyen p{
    float: left;
    margin-bottom: 0;
}
.chat_truc_tuyen a{
    float: left;
    padding: 0 5px;
}
.price_ph .rt_price_text{
    font-size: 15px !important;
    color: #585858 !important;
}
.price_ph .rt_single_sale_price{
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #ed1c24 !important;
}
.price_ph .rt_single_regular_price{
    font-size: 15px !important;
    color: #9d9d9d !important;
    padding-left: 20px;
}
.price_ph .no_sale{
    padding-left: 0;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #ed1c24 !important;
}
.price_ph{
    margin-bottom: 0;
}
.gia_chi_tiet .slogan{
    font-size: 14px;
    font-style: italic;
    color: #f40e0e;
    line-height: 31px;
}
a.devvn_buy_now_style{
    display: none !important;
}
.rt_woocommerce_single_product_summary a.devvn_buy_now_style{
    display: block !important;
}
a.devvn_buy_now_style,.devvn-popup-title,.popup-customer-info-group .devvn-order-btn{
    background: #5CBE81;
}
.ph_cart{
    overflow: hidden;
    line-height: 36px;
    margin-bottom: 20px;
}
.ph_cart > p{
    float: left;
    padding-right: 10px;
    margin-bottom: 0;
}
.ph_cart > form{
    margin-bottom: 0 !important;
    float: left;
}
.thong_tin_ph{
    text-align: center;
}
.thong_tin_ph p{
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
    padding-bottom: 5px;
}
.thong_tin_ph p a{
    color: #e01120;
}
.thong_tin_ph span{
    font-size: 14px;
    color: #3a3a3a;
}
.cot_phai_san_pham{
    margin-bottom: 30px;
}
.cot_phai_san_pham:nth-child(2){
    display: none;
}
.cot_phai_san_pham h2{
    text-align: center;
    background: #4b9d6a;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 42px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 2px;
}
.cot_phai_san_pham > div{
    border:1px solid #e9e9e9;
    padding: 10px 15px 5px 15px;
}
.cot_phai_san_pham > div.cam_ket p{
    background: url(images/checksp.png) 0px 2px no-repeat;
    font-size: 14px;
    line-height: 20px;
    color: #6e6e6e;
    padding-left: 22px;
    margin-bottom: 8px;
}
.thong_tin_chia_se{
    clear: both;
    margin-bottom: 40px;
    position: relative;
}
.thong_tin_lien_he h4{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #5c5c5c;
}
.thong_tin_lien_he p{
    font-size: 14px;
    line-height: 23px;
    color: #5c5c5c;
    margin-bottom: 8px;
}
.thong_tin_lien_he p a{
    color: #ed1c24;
    font-weight: 700;
}
.thong_tin_chia_se div{
    position: absolute;
    z-index: 9;
    top: 40px;
    right: 0;
}
.thong_tin_chia_se div img{
    margin-right: 10px;
}
.box_product_ph{
    overflow: hidden;
    clear: both;
    position: relative;
}
.box_product_ph .list-term{
    /* position: absolute; */
    /* top: 12px; */
    /* right: 3px; */
    max-width: 100%;
    overflow: hidden;
    /*max-height: 22px;*/
    margin: 0 0 20px 0;

}
.box_product_ph .list-term a{
    font-size: 14px;
    color: #3a3a3a;
    border-right: 1px solid #535353;
    padding: 0 6px;
    font-weight: 700;
    line-height: 30px;
    white-space: normal;
}
.box_product_ph .list-term a:hover{
    color: red !important;
}
.box_product_ph .list-term a:last-child{
    border: none;
    padding-right: 0;
}
.box_product_ph ul.woocommerce li.product{
    width: 33.33%;
}
.cate-heading{
    color: #333;
}
.term-description p{
    font-size: 16px;
}
.woocommerce-billing-fields__field-wrapper .optional{
    display: none;
}
.woocommerce-bacs-bank-details .sort_code{
    font-size: 0 !important;
}
.woocommerce-bacs-bank-details .sort_code > strong{
    font-size: 14px !important;
}
.woocommerce-thankyou-order-received{
    position: relative;
}
.woocommerce-thankyou-order-received:after{
    content: " Chúng tôi sẽ sớm liên hệ với bạn để giao hàng.";
}