:root {
	--wd-title-font: "Spinnaker", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(0,20,39);
	--wd-primary-color: #001427;
	--wd-alternative-color: rgb(0,20,39);
	--btn-default-bgcolor: rgb(0,37,68);
	--btn-default-bgcolor-hover: rgb(0,53,96);
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
.wd-btn-text {
	text-transform: none;
}
html table th {
	color: rgb(51,51,51);
}
.billing_first_name_field {
	color: rgb(51,51,51);
}
html .wd-nav.wd-nav-main > li > a {
	color: rgb(255,255,255);
}
html .wd-nav.wd-nav-main > li:hover > a, html .wd-nav.wd-nav-main > li.current-menu-item > a {
	color: rgb(214,214,214);
}
html .page-title > .container > .title {
	color: rgb(0,20,39);
}
.wd-tools-text {
	color: rgb(255,255,255);
}
.wd-tools-text:hover {
	color: rgb(214,214,214);
}
.wd-tools-element .wd-tools-icon {
	color: rgb(255,255,255);
}
.wd-tools-element .wd-tools-icon:hover {
	color: rgb(214,214,214);
}
.wd-checkout-steps li a {
	color: rgb(0,20,39);
}
.wd-checkout-steps li  {
	color: rgb(0,20,39);
}
wd-cart-number.wd-tools-count {
	color: #001427;
}



/** HIDE Coupon from check-out **/

.woocommerce-form-coupon-toggle {
		display: none;
}

/** Omniva shipment options container adjustments checkout/cart **/

.omniva-terminals-list .inner-container {
    position: relative;
}

/** Disable login toggle in the checkout **/

.woocommerce-form-login-toggle {
		display:none;
}

/** Disable URL field from comment form **/

.comment-form-url {
		display:none;
}


/*** ADJUSTING CAMELCASE BUTTONS ***/

	.button.btn-cart.wc-forward, --comment here
	.cart-actions .button[name="update_cart"],
	.wd-coupon-form .button[name="apply_coupon"],
	.cart-totals-inner .checkout-button,
	.wd-empty-mini-cart .btn,
	#place_order.button.alt
		{
		text-transform: none;
		}

/* checkout table label colors override */
		.woocommerce-billing-fields__field-wrapper p label[for="billing_first_name"], 
		.woocommerce-billing-fields__field-wrapper p label[for="billing_last_name"],
		.woocommerce-billing-fields__field-wrapper p label[for="billing_company"],
		.woocommerce-billing-fields__field-wrapper p label[for="billing_email"],
		.woocommerce-billing-fields__field-wrapper p label[for="billing_phone"] {
		color: rgb(51,51,51);
		}

/** HIDE SIZEGUIDE TITLES **/
		.wd-sizeguide-title {
			font-size: 0px;
    	visibility: hidden;
			line-height: 0;
		}

/** PAGE TITLE CONFIG **/
/*
page-title  page-title-default title-size-large title-design-centered color-scheme-light {
height: 420px;
}
*/

/*
.title-size-large {
		height: 300px;
		display: grid;
		align-items: end;

}
*/

/*
.page-title {
		padding: 0px;
}
*/

/*
.wd-header-overlap .page-title {
		padding-top: 0px;
}
*/

/*
.page-title {
		padding-top: 0px;
}
*/


/*
.wd-header-overlap .title-size-large {
		padding: 0px;
}
*/

/*
h1.entry-title.title {
    color: #89023E;
}
*/


/** sticky header background **/
body .whb-sticked .whb-general-header {
background-color: #001427; 
}
