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

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

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


}
#order_review tr td:nth-child(2){
    text-align:right;
}
#order_review tr td:firstchild{
        width:80%;
}
#order_review .product-quantity ~ table,
#order_review .product-quantity ~ table tr{
    margin:0;
    border:none !important;
}
.order-again {
	display:none !important;
}
#order_review tr td,
#order_review tr th{
    padding:5px 0 !important;
}

body.single-product a.customaddtocart{
	display:none;
}
