/**
Theme Name: Healy Shop
Author: Healy GmbH
Author URI: http://www.healy.eu
Description: Custom Healy Shop Theme based on Astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: healy-shop
Template: astra
*/

body {
	font-family: "Open Sans", Sans-serif;
}

button { text-transform: uppercase; }

.sidebar-main .count {
	float: right;
}
.sidebar-main ul li
{
	border-top: 1px dotted #ddd !important;
}
.wpcf7 table,
.wpcf7 table tr,
.wpcf7 table tr td
{
	border: 0
}
.wpcf7 table tr td input,
.wpcf7 table tr td textarea
{
	border-radius: 0;
}
.wpcf7 table tr td span
{
	color: red;
}
.footer-info
{
	display:none
}
.float-left
{
	float:left;
}
body, html
{
	overflow-x:hidden;
}

/* more general elements */
.general-announcement {
	background-color: #003365;
	color: #ffffff;
	padding: 0.5em;
	text-align: left;
	font-size:0.9rem;
	line-height: 1.5;
}
.general-announcement .title {
	text-align: center;
	font-weight: bold;
}
.general-announcement .content { }
.general-announcement .close-announcement,
.general-announcement .open-announcement { font-weight: bold; text-decoration: underline; }

.general-announcement a {
	color: #ffffff;
	text-decoration: underline;
}
.general-announcement p {
	margin-bottom: 0;
}
.formalization-announcement {
	background-color: #64A8D9;
	color: #ffffff;
	padding: 0.5em;
	text-align: left;
	font-size:0.9rem;
	line-height: 1.5;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: center;
	gap: 1em;
}
.formalization-announcement .fa-icon {
	order: 0;
	flex: 0 1 3%;
	align-self: center;
	text-align: center;
}
.formalization-announcement .fa-icon svg { max-height: 30px; }
.formalization-announcement .fa-title {
	font-weight: bold;
}
.formalization-announcement .fa-content-wrapper {
	order: 1;
	flex: 6 1 75%;
	align-self: center;
}
.formalization-announcement .fa-button-wrapper {
	order: 3;
	flex: 1 1 5%;
	align-self: center;
	text-align: right;
}
.formalization-announcement .fa-button {
	background-color:transparent;
	border-radius:28px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding: 3px 16px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
.formalization-announcement .fa-button:hover {
	background-color: #ffffff;
	border:1px solid #ffffff;
	color:#64A8D9;
}
.formalization-announcement .fa-close {
	order: 4;
	flex: 0 1 3%;
	align-self: center;
}

.formalization-announcement .fa-close svg {
	max-height: 30px;
	color: #5187AD;
	margin-top: 2px;
	cursor: pointer;
}

.formalization-announcement a {
	color: #ffffff;
	text-decoration: underline;
}
.formalization-announcement p {
	margin-bottom: 0;
}
@media (max-width: 943px) {
	.formalization-announcement .fa-close {
		order: 3;
		flex: 0 1 5%;
		text-align: center;
	}
	.formalization-announcement .fa-button-wrapper {
		order: 4;
		flex: 1 1 50%;
		text-align: center;
	}
	.formalization-announcement .fa-content-wrapper {
		flex: 6 1 85%;
	}
}
@media (max-width: 650px) {
	.formalization-announcement .fa-button-wrapper {
		order: 3;
		flex: 1 1 100%;
		text-align: center;
	}
	.formalization-announcement {
		text-align: center;
	}
	.formalization-announcement .fa-icon {
		flex: 0 1 100%;
		margin-top: 1em;
	}
	.formalization-announcement .fa-title {
		font-size: 1rem;

	}
	.formalization-announcement .fa-content-wrapper {
		flex: 6 1 100%;
		font-size: 1rem;
		margin: 0em 1em;
	}
	.formalization-announcement .fa-close {
		order: 4;
		flex: 0 1 100%;
	}
	.formalization-announcement .fa-close svg {
		max-height: 45px;
	}
}
@media (max-width: 768px) {
	.no-mobile { display: none; }
}

/* custom above header */
.ast-above-header {
	background: #EEEEEE;
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 10px 0px 10px;
}
.ast-above-header .widget_search .search-form { margin-right: 1em; }
.ast-above-header .widget_search .search-form .search-field { background: none; }
.ast-above-header .widget_search .search-form input:after,
.ast-above-header .widget_search .search-form input:hover { }
.ast-above-header .wpml-ls-legacy-dropdown { width: auto; }

@media (max-width: 921px) {

    .ast-above-header .ast-above-header-section-2 .above-header-widget {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ast-header-break-point .ast-above-header-section-2 {
        flex-grow: inherit;;
        width: 100%;
        justify-content: center;
    }
    .ast-header-break-point .ast-above-header-section-2 .widget {
        margin-right: 2em;
    }
    .ast-header-break-point .ast-above-header-section-2 .widget:last-child {
        margin-right: 0;
    }
}

@media (min-width: 544px) and (max-width: 921px) {

	.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product {
		width: calc(50% - 23px);
    }
	.woocommerce.tablet-columns-2 ul.products li.product:nth-child(2n), .woocommerce-page.tablet-columns-2 ul.products li.product:nth-child(2n), .woocommerce.tablet-columns-3 ul.products li.product:nth-child(3n), .woocommerce-page.tablet-columns-3 ul.products li.product:nth-child(3n), .woocommerce.tablet-columns-4 ul.products li.product:nth-child(4n), .woocommerce-page.tablet-columns-4 ul.products li.product:nth-child(4n), .woocommerce.tablet-columns-5 ul.products li.product:nth-child(5n), .woocommerce-page.tablet-columns-5 ul.products li.product:nth-child(5n), .woocommerce.tablet-columns-6 ul.products li.product:nth-child(6n), .woocommerce-page.tablet-columns-6 ul.products li.product:nth-child(6n) {
		margin-right: 0;
		clear: right;
	}
	.woocommerce.tablet-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce-page.tablet-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce.tablet-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce-page.tablet-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce.tablet-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce-page.tablet-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce.tablet-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce-page.tablet-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce.tablet-columns-6 ul.products li.product:nth-child(6n+1), .woocommerce-page.tablet-columns-6 ul.products li.product:nth-child(6n+1) {
		clear: left;
	}
	.woocommerce div.product .related.products ul.products li.product:nth-child(3n), .woocommerce-page.tablet-columns-1 .site-main ul.products li.product {
		margin-right: 0;
		clear: right;
	}
	.woocommerce div.product .related.products ul.products li.product:nth-child(3n+1) {
		clear: left;
	}
	.woocommerce[class*="columns-"] ul.products li.product:nth-child(n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(n) {
		margin-right: 20px;
		clear: none;
	}

}

@media (max-width: 768px) {

	.ast-above-header .ast-above-header-section-2 .above-header-widget {
		display: flex;
		justify-content: center;
		align-items: center;
	}
 	.ast-above-header .ast-above-header-section-2 .widget_text,
 	.ast-above-header .ast-above-header-section-2 .widget_search { display: none; }
 	.ast-above-header .ast-above-header-section-2 .widget_text:last-child { display: inherit; }
 	.ast-above-header .ast-above-header-section-2 .widget_icl_lang_sel_widget { margin-right: 1em; }

 	.ast-above-header .ast-above-header-section-2 .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a:hover,
 	.ast-above-header .ast-above-header-section-2 .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a:focus,
 	.ast-above-header .ast-above-header-section-2 .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	 	background-color: #003365;
 	}

 	.ast-above-header .ast-above-header-section-2 .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	 	background-color: #ffffff;
	 	color: #003365;
 	}

}

/* language switcher */
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu { background-color: #EEEEEE; border: 1px solid #000000; }
.wpml-ls-legacy-dropdown .wpml-ls-flag { margin-right: 0.5em; }

/* myhealy menu */
.login-above-header ul {
    list-style: none;
    position: relative;
}
.login-above-header ul ul {
	display: none;
}
.login-above-header #menu-login:hover ul {
	display: inline-block;
	text-align: left;
	border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    background-color: #ffffff;
	border-color: #eaeaea;
	line-height: 1.45;
	right: auto;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
    width: 240px;
    }
.login-above-header #menu-login:hover ul li a {
	border-bottom-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    vertical-align: middle;
    padding: .9em 1em;
    display: block;
	word-wrap: break-word;
}
.login-above-header #menu-item-login img {
    filter: invert(70%);
}
.login-above-header a { vertical-align: middle; }
.login-above-header ul:has(ul.sub-menu) a:after {
	margin-left: 5px;
	content: url("img/arrow-down.png"); /* replace svg */
}
.login-above-header ul:has(ul.sub-menu) ul a:after {
	content: none;
	margin: 0;
}
.login-above-header a span {
    display: inline-block;
    line-height: 18px;

}
.login-above-header a img {
	margin-right: 12px;
}
.login-above-header a .name {
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
}
.login-above-header #menu-login:hover ul li a:hover { color: #0274be; }
.login-above-header a .name:hover {
	color: #0274be;
}
.login-above-header #menu-item-login a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-above-header #menu-item-login a img {
    margin-right: 4px;
}

@media (max-width: 921px) {
	.login-above-header { text-align: right; }
}

@media (max-width: 767px) {
	.healy-above-header { text-align: inherit; }
    .login-above-header #menu-item-login img { display: none; }
}

@media (max-width: 528px) {
	.login-above-header { text-align: center; }
	.elementor-widget-slides .elementor-slides-wrapper .swiper-slide .swiper-slide-inner .swiper-slide-contents { display: none; }
}

/* main navigation */
.header-main-layout-1 .ast-main-header-bar-alignment {
	margin-right: auto;
}
.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a:hover {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-right: 20px;
}
.elementor-nav-menu--main .elementor-nav-menu li a:hover:after, .elementor-nav-menu--main .elementor-nav-menu li a:focus:after {
	height: 0 !important;
	opacity: 0;
}

@media (max-width: 1330px) {
	.main-header-container .ast-masthead-custom-menu-items { text-align: right; width: 100%; }
}

/* header cart flyout */
#headercart {
	background-image: linear-gradient(136deg, #D95BB7 3%, #E864C4 100%);
	border-radius: 0px 0px 8px 8px;
	position: absolute;
	right: 52px;
	top: 1px;
	width: auto;
}
#headercart .elementor-menu-cart__toggle .elementor-button {
	font-size: 16px;
	color: #FFFFFF;
	border: none;
	font-weight: 700;
}
#headercart .elementor-menu-cart__toggle .elementor-button-text .amount:before {
	content: "\e1011";
	font-family: eicons;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
	margin-right: 10px;
}
#headercart .elementor-menu-cart__toggle .elementor-button-icon {
	border: 1px solid #ffffff;
	border-radius: 100%;
	padding: 2px 5px 2px 5px;
	margin-left: 10px;
}
#headercart .elementor-menu-cart__toggle .elementor-button-icon:before { font-weight: 700; }
#headercart .elementor-menu-cart__toggle .elementor-button-icon i { display: none; }
.elementor-menu-cart__footer-buttons .elementor-button { border-radius: 22px; }
.ast-shrink-custom-header .ast-sticky-shrunk #headercart {
	top: -21px;
}

.ast-site-header-cart-data .widget_shopping_cart_content li .quantity { display: none; }

@media (max-width: 1024px) {
	#headercart { top: 1px; }
	.ast-shrink-custom-header .ast-sticky-shrunk #headercart {
		top: 0px;
	}
}
@media (max-width: 768px) {
	#headercart { top: 0px; right: 0px; position: relative; width: 100%; border-radius: 0; }
}

/* woocommerce cart overrides */
.woocommerce-page.woocommerce-checkout form #order_review td.product-name {
	display: inline-block;
}

/* content */
.single-product .entry-summary .bundle_wrap .price {
	display: none;
}

.woocommerce ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
	background-color: inherit;
	color: #D95BB7;
}

.woocommerce div.product .out-of-stock {
	color: #D95BB7;
}

.standard-editions .ast-woocommerce-container .products li .astra-shop-summary-wrap { text-align: center; padding: 0; }
.archive .ast-woocommerce-container .products li.product .astra-shop-summary-wrap { padding: 0; }

.archive .ast-woocommerce-container .products li a .woocommerce-loop-product__title {
	font-size: 25px;
	font-weight: 300;
	color: #000000;
	margin-top: 1em;
}
.archive .ast-woocommerce-container .products li .woocommerce-Price-amount { color: #000000; font-size: 32px; font-weight: 300; }
.standard-editions .ast-woocommerce-container .products li  .woocommerce-price-suffix { color: #000000; display: block; width: 100%; }
.archive ul.products li.product, .woocommerce-page ul.products li.product { padding: 2em; }

.archive .ast-woocommerce-container .price small { display: block; width: 100%; margin-bottom: 1em;}
.archive .ast-woocommerce-container ul.products li.product .astra-shop-summary-wrap .price .bundled_subscriptions_price_html .bundled_sub_price_html .woocommerce-Price-amount { font-size: 14px; }
.archive .ast-woocommerce-container ul.products li.product .astra-shop-summary-wrap .price .bundled_subscriptions_price_html br {
	content: "";
    margin-top: 1em;
    display: block;
}

.archive .site-content #primary { margin: 1em 0 4em; }
.archive .woocommerce-breadcrumb { margin-bottom: 2em; }
.woocommerce .woocommerce-breadcrumb { font-size: 15px; }

/* healy product category navigation */
#healy-product-categories {
	margin-top: 40px;
	margin-bottom: 0;
}
#healy-product-categories h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
}
#healy-product-categories a img {
	width: 188px;
}

@media (max-width: 768px) {
	#healy-product-categories { margin-top: 0; margin-bottom: 0; }
	#healy-product-categories h2 { font-size: 16px; }
	#healy-product-categories ul.products { grid: none; margin-bottom: 0; }
	#healy-product-categories ul.products li { text-align: left; border-bottom: 1px #f5f5f5 solid; }
	#healy-product-categories ul.products li:last-child { }
	#healy-product-categories ul.products li a { display: flex; align-items: center; margin-left: 15px; margin-right: 15px; }
	#healy-product-categories ul.products li a img {  width: 40px; margin: 0; }
	#healy-product-categories ul.products li a h2 {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		padding: 0;
		margin-left: 2em;
		line-height: 60px;
		text-align: left;
		width: 100%;
		}
}

/* hero image category */
#category-hero {
	width: 100%;
	min-height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#category-hero h2 {
	font-size: 60px;
	color: #ffffff;
	font-weight: 600;
}
#category-hero h3 {
	font-size: 30px;
	color: #ffffff;
	margin: 0 10% 0 10%;
}

@media (max-width: 768px) {
	#category-hero { min-height:360px; }
	#category-hero h2 { font-size: 30px; }
	#category-hero h3 { font-size: 20px; }
}

/* product pages */
.woocommerce-tabs .elementor-widget-text-editor {
	color: #000000;
}

.woocommerce-js div.product .product_meta {
    border-top: none;
}

/* product archives */
.healy-subscription-bundle-notice {
	color: rgba(51,51,51,0.5);
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 1em;
	display:block;
}

/* Disclaimer  */
#disclaimer section .disclaimer{
	max-width: 1000px;
	border-radius: 4px;
	margin: 70px auto 120px auto;
	font-size: 16px;
	color: #3A3D3A;
	letter-spacing: 0;
	line-height: 22px;
	text-align: left;
}

@media only screen and (max-width : 767px) {
	.disclaimer
	{
	    padding: 10px;
	    font-size: 1.0rem;
	}
}


.elementor-element-12dbf77c p {
	margin-bottom: 0;
}
.elementor-element .elementor-wc-products .woocommerce-message { display: none; }

#box-home-headlines .elementor-element-populated { border: none; }
#box-home-headlines .elementor-container { max-width: 665px; }
#box-home-headlines .elementor-row { width: 665px; }
#box-home-headlines .elementor-element,
#box-home-headlines .elementor-element .elementor-text-editor { text-align: left; }


/*
 * Language switch dialog box
 */
 #wcml-cart-dialog-wrapper .wcml-cart-dialog-buttons {text-align: center;}
 #wcml-cart-dialog-wrapper .wcml-cart-dialog-buttons button.button { padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; border-radius: 22px; background-color: #003365; color: #ffffff; border-color: #d95bb7; font-weight: 700; font-size: 100%; line-height: 1; text-decoration: none; overflow: visible; border: 0;margin-bottom: 1em;}
 #wcml-cart-dialog-wrapper .wcml-cart-dialog-buttons button.button:hover {background-color: #D95BB7; text-decoration:none; color:#ffffff; border-color:#d95bb7;}


/*
	woocommerce
*/
.woocommerce-js div.product form.cart .button.single_add_to_cart_button, .woocommerce-page.woocommerce-checkout #payment #place_order, .woocommerce button.button, .woocommerce button.button.alt { border-radius: 22px; background-color: #d95bb7; }
.woocommerce-js div.product form.cart .button.single_add_to_cart_button:hover, .woocommerce div.product form.cart button.button.alt:hover { border-radius: 22px; background-color: #003365; }
.woocommerce-js div.product form.cart .button.disabled.single_add_to_cart_button:hover { background-color: #D95BB7; }
.ast-site-header-cart .widget_shopping_cart .buttons .button.checkout, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout.wc-forward,
.site-header .ast-site-header-cart-data .button.wc-forward, .woocommerce table.cart td.actions .button, .woocommerce-page.woocommerce-checkout #payment #place_order:hover,
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a {
    background-color: #003365 !important;
    color: white !important;
    border-color: #003365 !important;
}
.site-header .ast-site-header-cart-data .button.wc-forward:hover, .woocommerce table.cart td.actions .coupon .button:hover, .woocommerce-page.woocommerce-checkout #payment #place_order,
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a:hover {
    background-color: #D95BB7 !important;
    color: white !important;
    border-color: #D95BB7 !important;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] { color: #ffffff; }
.elementor-element.elementor-products-grid ul.products { grid-template-columns: repeat(3,1fr); }

@media (max-width: 908px) {
	.elementor-element.elementor-products-grid ul.products { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 767px) {
	.elementor-element.elementor-products-grid ul.products { grid-template-columns: auto; }
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    background: none;
    position: relative;
	left: 0;
	right: 0;
    padding: 2.0em 0 .7em;
}

.woocommerce ul.products li.product.product-category>a:hover .woocommerce-loop-category__title {
    background: none;
}

/* footer */
#footer-white { background-color: #ffffff; padding-top: 70px; padding-bottom: 70px; }
#footer-black { background-color: #171817;; padding-top: 70px; padding-bottom: 55px; }
#footer-appstore { background-color: #EEEEEE;; padding-top: 70px; padding-bottom: 55px; }

#footer-black .elementor-widget-container .elementor-nav-menu--dropdown { background: none; }
#footer-black .elementor-widget-container .elementor-nav-menu--dropdown a { color: #ffffff; }
#footer-appstore .elementor-widget-container { color: #000; }

#subfooter { padding-top: 28px; padding-bottom: 35px;     max-width: 1200px; margin: 0 auto; }

#subfooter .menu-subfooter-container { width: 100%; text-align: right; }
#subfooter .menu { width: 100%; text-align: right; }
/* #subfooter .elementor-element-populated { line-height: 15px;} */
#subfooter .menu li { display: inline-block; margin-right: 20px; }
#subfooter .menu li:last-child { margin-right: 0; }
#subfooter .menu li a { color: #000000; font-weight: 500; }

@media (max-width: 767px) {
	#subfooter .menu { text-align: left; margin-top: 20px;}
}


/* Sponsor Popup */
.c-sponsor-popup,
.c-login-popup {
	font-family: "Open Sans",Sans-serif;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 9999;
	font-size: 24px;
	transition: opacity 0.3s ease-in-out;
	will-change: opacity;
	opacity: 1;
}

@media screen and (min-width: 720px) {
	.c-sponsor-popup,
	.c-login-popup {
		font-size: 30px;
	}
}

.c-sponsor-popup.is-hidden,
.c-login-popup.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.c-sponsor-popup__wrapper,
.c-sponsor-popup__wrapper-notice,
.c-login-popup__wrapper {
	position: absolute;
	background: #EAEAEA;
	padding: 2.625em 1em;
	width: calc(100% - 20px);
	transform: translateY(0);
	transition: transform 0.3s ease-in-out;
	will-change: transform;
}

.c-sponsor-popup.is-hidden .c-sponsor-popup__wrapper,
.c-sponsor-popup.is-hidden .c-sponsor-popup__wrapper-notice,
.c-login-popup.is-hidden .c-login-popup__wrapper {
	transform: translateY(-100vh);
}

@media screen and (min-width: 720px) {
	.c-sponsor-popup__wrapper,
	.c-sponsor-popup__wrapper-notice,
	.c-login-popup__wrapper {
		padding: 2.625em 3.25em;
		width: auto;
		max-width: 700px;
	}
}

.c-sponsor-popup__wrapper-notice {
	display: none;
}

.c-sponsor-popup__sponsor {
	text-align: center;
	color: #d95bb7;
	font-size: 0.7em;
	font-weight: 600;
}

.c-sponsor-popup__btn {
	display: block;
	font-size: 0.6em;
	font-weight: 600;
	color: #fff;
	background-color: #56BF99;
	border-radius: 2rem;
	padding: 0.625rem 3rem;
	transition: background-color .3s;
	margin: 0 auto;
	border: none;
}

.c-sponsor-popup__wrapper > * + *,
.c-sponsor-popup__wrapper-notice > * + * {
	margin-top: 22px;
}

.c-sponsor-popup__title,
.c-login-popup__title {
	display: block;
	color: #333;
	font-size: 1em;
	font-weight: 600;
	margin-top: 0;
}

.c-sponsor-popup__btn:hover,
.c-sponsor-popup__btn:active,
.c-sponsor-popup__btn:focus {
	background-color: #53CEA2;
	color: #fff;
}

.c-sponsor-popup__btn--subtle,
.c-sponsor-popup__btn--text {
	font-size: 0.533em;
	font-weight: 400;
	font-style: normal;
	text-decoration: underline;
	color: #d95bb7;
	background-color: transparent;
	border-radius: 0;
	text-transform: none;
	padding: 0;
	display: flex;
	align-items: center;
}

.c-sponsor-popup__btn--text {
	text-decoration: none;
}

.c-sponsor-popup__btn--text i {
	margin-right: 0.75em;
	font-size: 0.875em;
	line-height: 0;
}

.c-sponsor-popup__btn--subtle:hover,
.c-sponsor-popup__btn--subtle:active,
.c-sponsor-popup__btn--subtle:focus,
.c-sponsor-popup__btn--text:hover,
.c-sponsor-popup__btn--text:active,
.c-sponsor-popup__btn--text:focus {
	color: #d95bb7;
	background-color: transparent;
}

.c-sponsor-popup__note-title {
	margin-top: 0;
	text-align: center;
	color: #d95bb7;
	font-size: 0.6em;
	font-weight: 600;
}

.c-sponsor-popup__note {
	font-size: 0.5em;
}

.c-sponsor-popup__note a{
    text-decoration: underline;
    font-weight: bold;
}


.c-sponsor-popup__close,
.c-login-popup__close {
	display: none;
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
}

.c-sponsor-popup.has-notice .c-sponsor-popup__close {
	display: block;
}

.c-sponsor-popup__btn-group {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 720px) {
	.c-sponsor-popup__btn-group {
		margin-left: -1em;
		margin-right: -1em;
	}
}

.c-sponsor-popup__btn-group:first-child {
	text-decoration: none;
}

.c-sponsor-popup__btn-group > * {
	margin: 0;
	display: flex;
}

.c-sponsor-popup.has-notice .c-sponsor-popup__wrapper {
	display: none;
}

.c-sponsor-popup.has-notice .c-sponsor-popup__wrapper-notice {
	display: block;
}

.c-login-popup {
	text-align: left;
	font-size: initial;
}

.c-login-popup__wrapper {
	background: #fff;
}

.c-login-popup__title {
	font-size: 1.5em;
	margin-bottom: 1em;
}

.c-login-popup__close {
	display: block;
	font-size: 1.5em;
}

.c-login-popup form.login {
	border: none;
	padding: 0;
	margin: 0;
}

.c-login-popup form p:last-of-type {
	margin-bottom: 0;
}

.c-login-popup form .form-row {
	float: none;
	width: 100%;
}

@media screen and (min-width: 720px) {
	.c-login-popup form .form-row {
		width: 350px;
	}
}

.c-login-popup button.woocommerce-form-login__submit {
	background-color: #53CEA2;
	color: #fff;
}

.c-login-popup form .form-row label {
	font-weight: normal;
}

.c-login-popup .lost_password {
	font-size: 0.825em;
	margin-top: 0.25em;
}

.c-login-popup__toggle {
	font-weight: bold;
	cursor: pointer;
}

@media (max-width: 720px) {
    .c-login-popup {
        overflow: scroll;
        height: auto;
        align-items: normal;
    }
    .c-login-popup__wrapper {
        margin-top: 1em;
    }
}

@media (max-width: 922px) {
	.main-header-container .ast-masthead-custom-menu-items {
		width: auto;
	}
}

/* inline error message display design */
.healy-error-message {
	font-size: 0.875em;
	color: #d65d67;
	font-style: italic;
	display: block;
	margin: 4px 0 3px;
	width: 100%;
}

.form-row:not(.woocommerce-invalid) .healy-error-message {
	display: none;
}

.healy-registration-form .woocommerce-notices-wrapper li[data-error-for]:not([data-error-for*="--always-show"]) {
	position: absolute;
	left: -9999px;
}

.healy-no-sponsor-note, #noSponsorCondition {
	background: #ffffff;
	display: inline-block;
	border: 2px solid #d554b1;
	padding: 1em;
	margin-bottom: 2em;
	width: 100%;
	font-size:14px;
}

.healy-no-sponsor-note a, #noSponsorCondition a{
    text-decoration: underline;
    font-weight: bold;
}


tr.has-tooltip th .fee--flex {
	display: flex;
	align-items: center;
}

.healy-custom-coupon .woocommerce-remove-coupon {
	display: none !important;
}

.recurring-total__fee-title {
	white-space: nowrap;
}

.c-healy-discount-tooltip {
	line-height: 1;
	position: relative;
}

.c-healy-discount-tooltip__icon {
	line-height: 1;
	opacity: 0.75;
	margin-left: .25em;
	position: relative;
	top: 2px;
	padding-right: 10px;
	cursor: pointer;
}

.c-healy-discount-tooltip__icon svg {
	width: 22px;
	height: auto;
}

.c-healy-discount-tooltip__content {
	opacity: 0;
	position: absolute;
	pointer-events: none;
	transform: translateX(10%);
	transition: all 0.3s ease-in-out;
	font-size: 0.9em;
	font-weight: 400;
	background: #fff;
	left: 32px;
	top: 0;
	z-index: 100;
	box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
	padding: 15px;
	line-height: 1.55em;
	width: 300px;
}

.c-healy-discount-tooltip__content p {
	margin-bottom: 0;
}

.c-healy-discount-tooltip__content p + p {
	margin-top: 1.6em;
}

.fee__info-text {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5em;
	margin-top: 0.25em;
	opacity: 0.8;
}

.c-healy-discount-tooltip:hover .c-healy-discount-tooltip__content {
	opacity: 1;
	transform: translateX(0);
	pointer-events: initial;
}

.c-healy-discount-tooltip:hover .c-healy-discount-tooltip__icon svg circle,
.c-healy-discount-tooltip:hover .c-healy-discount-tooltip__icon svg path {
	stroke: #d554b1;
}

.center-wrapper {
	max-width: 450px;
}

.primary-link {
	color: #D95BB7;
}

.flex-between {
	display: flex;
	justify-content: space-between;
}

tr.recurring-totals,
tr.recurring-total {
	font-size: 0.9em;
}

.woocommerce-cart .cart-collaterals .cart_totals .recurring-totals th,
.woocommerce-checkout table.shop_table .recurring-totals th {
	border-top: 2px solid #003365 !important;
	padding-top: 20px;
	position: relative;
	top: 10px;
}

.woocommerce-checkout table.shop_table .order-total > * {
	border: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal > *,
.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal .woocommerce-Price-amount,
.woocommerce-checkout table.shop_table .cart-subtotal > *,
.woocommerce-checkout table.shop_table .cart-subtotal .woocommerce-Price-amount {
	font-weight: normal;
}

.woocommerce-cart #ast-site-header-cart {
    display: none;
}

/* woocommerce account */
.woocommerce a.button.remove.cancel {
	width: auto;
	height: auto;;
}
.woocommerce a.button.remove.cancel:hover {
	color: white;
}

a.button.order_now_button {
	background-color: #56BF99;
	text-transform: uppercase !important;
	font-size: 18px;
	padding: 12px 60px;
}

.c-no-js-notice {
	padding: 30px;
	background-color: #FCB002;
	color: #473200;
	font-size: 18px;
	line-height: 1.350em
}

@media screen and (min-width: 720px) {
	.c-no-js-notice {
		display: flex;
		align-items: center;
		font-size: 22px;
	}
}

.c-no-js-notice__icon {
	margin-right: 25px;
}

.c-no-js-notice__title {
	font-weight: 600;
	font-size: 1em;
}

.c-no-js-notice__message {
	font-size: 0.909em;
}

.tax-product_cat ul.products li.product {
    box-shadow: 0 3px 6px -5px rgb(0 0 0 / 10%), 0 4px 8px rgb(0 0 0 / 10%);
    transition: all .3s ease-in-out;
}

.tax-product_cat ul.products li.product:hover {
    box-shadow: 0 3px 6px -5px rgb(0 0 0 / 10%), 0 4px 8px rgb(0 0 0 / 10%);
}

.woocommerce-page footer .widget .widget-title {
    color: #eaeaea;
}
.cart_totals p.woocommerce-shipping-destination {
	margin-bottom: 0;
}

.form-row.hidden .woocommerce-input-wrapper, .form-row.hidden input, .healy-sponsor-field-hidden {
	display: none;
}

.healy-referral-label {
	padding-left: 5px;
	margin-top: -10px;
	display: block;
}

/* fallback if shop page template is removed */
.woocommerce-shop .site-content .content-area .ast-woocommerce-container {
    max-width: 1140px;
    margin: 0 auto;
}
.woocommerce-shop .site-content .content-area .products li, .woocommerce-shop .site-content .content-area .products li:hover  {
    box-shadow: 0 3px 6px -5px rgb(0 0 0 / 10%), 0 4px 8px rgb(0 0 0 / 10%);
    transition: all .3s ease-in-out;
}

/* Clean Menu */
#primary-menu .ast-menu-toggle{
	border:none;
}

#primary-menu .ast-menu-toggle:focus {
    outline: none;
}

.healy-cancellation-actions a.button {
    display: inline-block;
    margin: 5px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
}

.astra-shop-summary-wrap .healy-subscription-bundle-notice {
    flex-grow: 1;
}

.astra-shop-bottom-wrap {
    margin-top: auto;
}

@media screen and (max-width:720px) {
    .astra-shop-summary-wrap,
    .astra-shop-bottom-wrap {
        text-align:center;
    }
}

/* promotion boxes product single */
.promotion-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #777777 solid;
    border-radius: 6px;
    overflow: auto;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}

.promotion-boxes .promotion-hero {
    background: #b756a0 url("img/700x-pink-precent.jpg") center/cover;
    padding: 0.4em;
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    align-self: stretch;
    text-align: center;
}

.promotion-boxes .promotion-hero div {
    margin: 0;
    margin-bottom: 0 !important;
    line-height: 45px;
}
.promotion-boxes .promotion-hero div span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 0 !important;
    line-height: normal;
    padding: 0;
}

.promotion-boxes .promotion-content {
    flex: 2 1 auto;
    padding: 1em;
    margin-bottom: 0 !important;
    font-size: 15px;
    line-height: normal;
}

.promotion-boxes .promotion-content p:last-child {
    margin-bottom: 0 !important;
}

.promotion-boxes .promotion-content span {
    color: #b756a0;
    font-weight: 600;
}

.promotion-boxes.promotion-maghealy-apps {
    border-radius: 10px;
    border: none;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.promotion-boxes.promotion-maghealy-apps .promotion-hero {
    background: #ffffff url("img/maghealy-application-pack.png") center/contain;
    width: 200px;
    min-height: 100px;
    background-repeat: no-repeat;
    margin: 0.5em;
    margin-right: 0;
}

/* sales iq */
@media screen and (max-width: 1930px) {
    .site-footer-content .row .wp-block-stackable-columns:nth-child(3) {
        padding-bottom: 100px;
    }
}

/* MagHealy Upgrade */
.is-mag-healy-bundle .bundle_error_wrapper,
.is-mag-healy-upgrade .bundle_error_wrapper{
	display:none;
}

.is-mag-healy-bundle .bundle_form table.variations .required,
.is-mag-healy-upgrade .bundle_form table.variations .required{
	color:black;
}

/* search page */
@media (min-width: 769px) {
    .ast-page-builder-template .ast-grid-2 .ast-article-post {
        width: calc(33.33% - 14px);
		box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		float: left;
    	margin: 0 20px 2em 0;
    	padding: 0;
    	position: relative;
    }

	.ast-page-builder-template .ast-grid-2 .ast-article-post:nth-child(3n+1) {
		clear: left;
	}

	.ast-page-builder-template .ast-grid-2 .ast-article-post:nth-child(3n) {
		margin-right: 0;
		clear: right;
	}

	.ast-page-builder-template .ast-grid-2 .ast-article-post:last-child {
		margin-bottom: 2em;
	}


	.ast-page-builder-template .ast-grid-2 > .site-main > .ast-row {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 1em;
		padding: 0;
		clear: both;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.ast-page-builder-template .ast-grid-2 .ast-article-post {
        width: calc(48% - 6px);
	}
	.ast-page-builder-template .ast-grid-2 .ast-article-post:nth-child(2n+1) {
		clear: left;
	}

	.ast-page-builder-template .ast-grid-2 .ast-article-post:nth-child(2n) {
		margin-right: 0;
		clear: right;
	}
	.ast-page-builder-template .ast-grid-2 .ast-article-post:nth-child(3n+1) {
		clear: none;
	}

	.ast-page-builder-template .ast-grid-2 .ast-article-post:nth-child(3n) {
		margin: 0 20px 2em 0;
		clear: none;
	}

}

@media (min-width: 395px) and (max-width: 769px) {
	.ast-row {
		margin-left: 0;
		margin-right: -32px;
	}
}


.ast-page-builder-template .ast-grid-2 .ast-article-post {
	box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.search.search-results .entry-title a, .search.search-results .entry-title {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3em;
	font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-top: 0em;
	letter-spacing: 0;
}

.search.search-results .blog-layout-1 .post-content , .search.search-results .blog-layout-4 .post-content{
    padding: 2rem;
	height: 100%;
    display: flex;
	flex-direction: column;
	text-align: center;
}

.search.search-results .blog-layout-1, .search.search-results .blog-layout-4 {
	border-bottom: none;
	height: 100%;
	box-shadow: none;
}

.search.search-results .post-content>.read-more {
	margin-top: auto;
}

.search.search-results .healy-search-price-wrap {
	margin-top: auto;
	margin-bottom: 2rem;
}

.search.search-results .ast-archive-description {
    border-bottom: 0;
}

a.button.order_now_button:hover {
	background-color: #D95BB7;
}

/* single product page (EMEA) */
div.bundled_product_summary, .woocommerce div.product.bundled_product_summary.sku_02_006_153_01,
div.bundled_product_summary, .woocommerce div.product.bundled_product_summary.sku_02_006_154_01{
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

/* DDW-1653: Hide subscription bundle notice in upselling section */
.upsells .healy-subscription-bundle-notice {
    display:none;
}

/* DDW-1685: product single carousel */
.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev .flex-prev,
.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next .flex-next {
    background: #BD4E97;
    /* display: inherit; */
    opacity: 1;
    width: 34px;
    height: 34px;
    box-shadow: none;
}
.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev:after,
.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next:after {
    border-color: #ffffff;
    width: 10px;
    height: 10px;
}
.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev:after {
    left: 14px;
    top: 12px;
}
.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next:after {
    left: 10px;
    top: 12px;
}
