@charset "UTF-8";
/* https://behome.ae/wp-content/themes/darion-child/style.css?ver=6.9.1 */
.bwp-header .header-wrapper{padding:0px!important}add_action('after_setup_theme',function(){remove_action('woocommerce_single_product_summary','darion_shipping_delivers',0);add_action('woocommerce_single_product_summary',function(){echo '<ul class="product-shipping-delivers">';echo '<li class="product-shipping"><div class="content-info">';echo '<p>Free delivery on all over UAE.</p>';echo '<p>Delivery within 10 working days.</p>';echo '</div></li></ul>'},0)});