.montonio-payments-country-dropdown{display:none!important}.gmnoprint{display:none!important}.mfp-title{display:none!important}img.mfp-img{max-height:600px}.cart .single_add_to_cart_button,.cart .nasa-buy-now{border-radius:6px}.product-info .cart .single_add_to_cart_button{border-radius:6px}.nasa-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons a{border-radius:6px}img{border-radius:6px}.margin-bottom-30{margin-bottom:5px!important}.margin-top-30{margin-top:5px!important}.margin-bottom-50{margin-bottom:2px!important}.margin-bottom-40{margin-bottom:10px!important}.woocommerce-MyAccount-content .woocommerce-message a.button{display:none}div.nasa-banner-image{border-radius:5px}.nasa-item-img .nasa-widget-img img{border-radius:5px}a.product-img{border-radius:5px}.nasa-banner h1,.nasa-banner h2{display:none}body #submit,body button,body .button:not(.add-to-cart-grid),body input[type="submit"],html body input[type="submit"].dokan-btn,html body a.dokan-btn,html body .dokan-btn,html body #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn,body input[type="submit"].dokan-btn-theme,body a.dokan-btn-theme,body .dokan-btn-theme{border-radius:5px}add_filter('woocommerce_checkout_fields','custom_override_checkout_fields');function custom_override_checkout_fields($fields){// Keep only these fields $fields['billing']=['billing_email'=>$fields['billing']['billing_email'],'billing_first_name'=>$fields['billing']['billing_first_name'],'billing_last_name'=>$fields['billing']['billing_last_name'],'billing_phone'=>$fields['billing']['billing_phone'],];// Make the telephone field not mandatory $fields['billing']['billing_phone']['required']=false;// Remove all shipping fields unset($fields['shipping']);// Remove order notes field unset($fields['order']);return $fields}