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

/*************** ADD CUSTOM CSS HERE.   ***************/
#billing_first_name_field{
	display:none;
}
.product-main .cart{
    margin-right: 10px;
}
.single-product .single_add_to_cart_button {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: none;
    background: #4CAF50 !important;
    border-radius: 4px;
}
.product-main a.devvn_buy_now {
    margin-bottom: 0;
    display: inline-block !important;
    max-width: 140px;
    border-radius: 0;
    background: #fb7716;
    font-weight: normal;
      padding: 9px;
    text-transform: none;
    font-size: 15px;
    border-radius: 4px;
}
.shop-container .row-small .product-small{
        padding: 0 5.8px 5.8px;
}
.row-divided.row-reverse>.col+.col:not(.large-12) {
    border-left: 0;
    border-right: none;
}
.form-dien-thoai {
    margin-bottom: 15px;
    margin-top: 12px;
    background: #75c321;
    padding: 15px;
    border-radius: 5px;
}
.form-dien-thoai label {
    background: url(images/icon-phone.png) left top no-repeat;
    padding: 0 5px 0 52px;
    margin: 0px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: white;
    margin-bottom: 11px;
}
.star-rating span:before {
    color: #FFC107 !important;
  
}
.thong-bao ul {
    margin-bottom: 0px !important
}
.thong-bao ,.product-short-description{
    background: #DCEDC8;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #2E7D32;
    margin-top: 8px;
}
.category-page-row .product-small .product-small{
    border: 1px solid #e2e2e2;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}
.section-sp .large-columns-4 .col{
    padding-left: 4px;
    padding-right: 4px;
}
.section-sp .product-small{
     border: 1px solid #e2e2e2;
    padding: 10px;
    background: #fff;
}
.product-small .product-title{
    height: 41px;
    overflow: hidden;
}
.showinfo {
    position: absolute;
    top: 0px;
    width:100%;
    height:100%;
    z-index:22;
    display:block;
    background: #fff; 
}
.product-small:hover .showinfo{
    display:block;
    cursor:pointer;
    opaticy: 0.5;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}