/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#owp-qv-content { font-family: 'Open Sans Hebrew Condensed', oswald; }
#owp-qv-content table.variations td.label { display: none; }
.woocommerce #owp-qv-content div.product div.summary button.single_add_to_cart_button, .woocommerce #owp-qv-content div.product div.summary button.single_add_to_cart_button:hover { color: #fff; }
/* #order_review #payment .wc_payment_methods { display: none; } */

@media only screen and (max-width: 767px){
.rtl.woocommerce-cart .woocommerce table.shop_table tr td:before {
	float: right; padding-left: 5px;
}
}