// ------------------------------------
// DEFINE LOCAL VARIABLES
// ------------------------------------
$_body-page-selector:                  '.woocommerce-checkout' !default;
$_body-theme-selector:                 '.theme-woodmart' !default;





// ------------------------------------
// IMPORT STYLES
// ------------------------------------
@import
	"woodmart-checkout-steps-section",
	"checkout-content-area",
	"checkout-steps",
	"checkout-shipping",
	"checkout-coupon-code",
	"checkout-place-order",
	"checkout-header",
	"order-summary",
	"woocommerce-form-fields-select2",
	"free-shipping-bar";
