/* THIS IS FOR THE ACCOUNT PAGE | WHEN TRYING TO LOG OUT A POPUP WILL APPEAR ON THE MY ACCOUNT DASHBOARD TEMPLATE */
.woocommerce-message, .woocommerce-info {
    border-top-color: #F4A61D !important;
}
/* This is the font styles for the above */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-family: "Raleway" !important;
}
/* This is for the tick icon color */
.woocommerce-message::before, .woocommerce-info::before {
    color: #0E6B7B;
}


/* THIS IS THE CART POPUP STYLES */
/* View cart btn */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--view-cart {
	color: white;
	background-color: #0E6B7B;
	font-family: var(--e-global-typography-e711763-font-family), Sans-serif;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--view-cart:hover {
	color: white;
	background-color: #004C5A;
	font-family: var(--e-global-typography-e711763-font-family), Sans-serif;
}
/* Checkout btn */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--checkout {
	color: white;
	background-color:#004C5A;
;
	font-family: var(--e-global-typography-e711763-font-family), Sans-serif;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--checkout:hover {
	color: white;
	background-color: #0E6B7B;
	font-family: var(--e-global-typography-e711763-font-family), Sans-serif;
}
/* Total Text */
.elementor-menu-cart__subtotal {
	font-family: var(--e-global-typography-e711763-font-family), Sans-serif;
}
/* top text */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {
	font-family: var(--e-global-typography-e711763-font-family), Sans-serif;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price {
	font-family: var(--e-global-typography-e711763-font-family), Sans-serif;
}


