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

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

/*** Webantam.com  *****/

.single-product form.cart {
    width: 60%;
}

.single-product .ux-quantity.quantity.buttons_added {
    display: none !important;
}

.single-product button.single_add_to_cart_button.button.alt {
    
  display: block;
  
    box-shadow: none !important;
    border-radius: 50px !important;
    padding: 0px 35px !important;
}

.single-product .ux-buy-now-button {
    border-radius: 50px;
    color: white;
    text-transform: none;
}



/* Nút Mua ngay chiếm phần còn lại */
.ux-buy-now-button.cs-sp-wat-has-price {
    flex: 1 !important;
  
   
    line-height: 1.3 !important;
    min-height: 22px !important;
    padding: 5px 10px !important;
   
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.single-product .woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt {
    padding: 15px 35px !important;
}


.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled button.ux-buy-now-button.disabled {
    flex: 1 !important;
    line-height: 1.3 !important;
    min-height: 22px !important;
    padding: 5px 10px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

/*** Webantam.com  end*****/

.product-views{
	display:block;
	font-size:12px;
	margin-top: 10px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}