/*====================================================

                Global Styling
blue = #0052A5
orange = #FF7800

====================================================*/
.bbwdHideMe{
	display: none;
}


/*********
Flexbox styling
*********/
.bbwdFlex{
    display: flex;
}

.bbwdFullCent{
    justify-content: center;
    align-items: center;
}

/*====  End Global Styles ====*/

/*********
Woocommerce styling
*********/
#place_order, a.checkout-button.button.alt.wc-forward{
	background-color: #0052A5 !important;
	border-radius: 0px !important;
}
#place_order:hover, a.checkout-button.button.alt.wc-forward:hover{
	background-color: #FF7800 !important;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a.remove{
	color: #0052A5 !important;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a.remove:hover{
	color: #FF7800 !important;
}
.elementor-menu-cart__product-remove.product-remove{
	border-color: #0052A5 !important;
	border-width: 2px;
}
.elementor-menu-cart__product-remove.product-remove:hover{
	border-color: #FF7800 !important;
	border-width: 2px;
}
.elementor-menu-cart__product-remove.product-remove:before, .elementor-menu-cart__product-remove.product-remove:after{
	background: #0052A5 !important;
	height: 2px;
}

.elementor-menu-cart__product-remove.product-remove:hover:before, .elementor-menu-cart__product-remove.product-remove:hover:after{
	background: #FF7800 !important;
}
/*====  End Woocommerce styling ====*/