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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* yael código de prueba remove header cart */
.tript-remove-cart {
    display: none;
}

/* product-page price */
p.product-page-price span.woocommerce-Price-amount.amount {
    font-size: 25px;
}
.price.product-page-price .woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    font-size: 25px;
    vertical-align: initial;
}

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


}