/**
Theme Name: MyWebsite - AMP Ready
Author: MyWebsite.co.za
Author URI: https://mywebsite.co.za
Description: Drawing from the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, AMP-Ready comes with schema.org code integrated so search engines will love your site. The AMP-Ready theme offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugins to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported to make your site run like a breeze. Looking for a perfect base theme? Look no further. Our AMP-Ready theme is fast, fully customizable and a beautiful theme all round!
Version: 2.3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mywebsite-amp-ready
Template: astra
*/

/* START CUSTOMIZING */

/* START DKN */
/* figuring out the element for "Allow back orders but notify customer" 
- to hide that option (option 2)
- to only allow option 1 & 3 (Allow / Don't Allow)

class="content-half-part last-child"
<label for="_backorders" class="form-label">Allow Backorders</label>
class="show_if_stock dokan-stock-management-wrapper dokan-form-group dokan-clearfix"
<option value="notify" selected="selected" hidden>Allow but notify customer</option>

//ANOTHER TRY 
#_backorders .dokan-form-control {
	<option value="notify" selected="selected" hidden>Allow but notify customer</option>;
}
*/

/* SUCCESS Backorders select dropdown hide only (not label)

#_backorders.dokan-form-control {
	visibility: hidden !important;
}
 END SUCCESS */ 

/*
 * SUCCESS hiding entire Backorder option + label */
.content-half-part.last-child {
	visibility: hidden !important;
}
/* End hiding backorder */

*/

/* END DKN */

