/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wcfm_vacation_msg {
    background-color: #ff6f09;
}
									
/* Per product shipping - Hide Country Code */
._per_product_shipping_rules_country_0,
#_per_product_shipping_rules_country_0,
label[for="_per_product_shipping_rules_country_0"] {
    display: none !important;
}

/* Per product shipping - Hide State/County Code */
._per_product_shipping_rules_state_0,
#_per_product_shipping_rules_state_0,
label[for="_per_product_shipping_rules_state_0"] {
    display: none !important;
}

/* Per product shipping - Hide Zip/Postal Code */
._per_product_shipping_rules_postcode_0,
#_per_product_shipping_rules_postcode_0,
label[for="_per_product_shipping_rules_postcode_0"] {
    display: none !important;
}		
									
.wcfm-dashboard-page .products_manage_yoast {
display: none !important;
}

.seller-of-month .wd-product :is(.wd-product-cats,.wd-product-brands-links) {
    display: none;
}