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




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

li.additional_information_tab {
display: none !important;
}

}
li.additional_information_tab {
display: none !important;
}

.product-total {
	display:none;
}

.cart-subtotal {
	display:none;
}

.woocommerce-order-overview__total {
	display:none;
	
}

.order-total {
	display:none;
}

.cart-collaterals{float: right; width:40%;}



.product-name {
	width:100%;
}

.cart_totals{
	display:none;
}


.product-price {
	display:none;
}

.product-subtotal {
	display:none;
}

.woocommerce-additional-fields {
	display:none;
}


.price-wrapper {
	display:none;
}


.woocommerce-mini-cart__total {
	display:none;
}

.col-divided {
    padding-right: 30px;
    border-right: 0px solid #ececec;
}

.single_add_to_cart_button {
    background-color: #f48120;
}

.box-text-products {
    height: 90px;
}




