body {
	background: white;
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #1B64A5;
}

/* Wrapper */

#wrapper {
	background: white;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1em;
	min-height: 100vh;
}

/* Header */

header.main {
	background: #1B64A5;
	padding: calc(32px + 1em) 0 1em 0;
	margin: 0 0 2em;
	position: relative;
}

header.main::before {
	background: #1B64A5;
	content: "";
	position: absolute;
	top:0;
	width: 100vw;
	height: 100%;
	left:50%;
	transform:translateX(-50%);
}

header.main .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}

header.main a.logo { max-width: 150px; display: block; }
header.main a.logo img { width: 100%; }

/* Nav */

header.main .primary-menu {
	display: flex;
	gap: 0 1em;
	list-style-type: none;
	margin: 1em 0 0;
	padding: 0 0 1em;
}

.primary-menu a {
	color: #ffffff;
	text-decoration: none;
}

.primary-menu .current-menu-item a { font-weight: bold; color: #ffffff; }

.primary-menu a:hover {
	text-decoration: underline;
}

/* Headings */

h1 {
	color: #1B64A5;
	margin: 0 0 1.5em;
	text-transform: uppercase;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

/* Products */

.wc-block-grid__product-image {
	max-width: 120px !important;
	margin: 0 auto 1em auto !important;
}

.wc-block-grid__products {
	justify-content: center;
	gap: 3em 0;
}

.wp-block-query {
	padding: 1em 3em 0;
}


/* Buttons */
.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt, .add_to_cart_button {
	background: #1B64A5;
	border: 1px solid #1B64A5;
	border-radius: 20px;
	display: inline-block;
	color: white;
	font-weight: bold;
	padding: .5em 1.25em;
	transition: all .1s ease;
}

.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
	background: white;
	color: #1B64A5;
}

.button.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover
{
	background: #1B64A5;
	border: 1px solid #1B64A5;
}

.button.single_add_to_cart_button:hover {
	background: white;
	color: #1B64A5;
	text-decoration: underline;
}

.button.wc-variation-selection-needed {
	background: #be8b8b;
	border-color: #be8b8b;
	cursor: not-allowed;
}
.button.wc-variation-selection-needed:hover {
	background: #be8b8b;
	border-color: #be8b8b;
	color: white;
	text-decoration: none;
}

.variations_button {
	display: flex;
	justify-content: flex-end;
}

.variations td {
	display: block;
	padding-bottom: .5em;
}

.woocommerce-variation-price .price {
	font-size: 26px;
	font-weight: bold;
}

.woocommerce-variation-description p {
	font-size: 14px;
	font-style: italic;
}

/* Forms */

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea, select {
	display: block;
	width: 100%;
	background: white;
	border: 1px solid #4a4a4a;
	border-radius: 20px;
	font: inherit;
	color: #444444;
	padding: .5em 1em;
	line-height: 1;
	height: 3em;
}

textarea {
	height: 8em;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: 0;
}

/* Hide QTY */
/*div.quantity, .woocommerce .button[name=add-to-cart] {
	display: none;
}*/
div.quantity input.qty {
	min-height: 2em;
}

a.button {
	text-decoration: none;
}

.addToCartButton {
	display: inline-block;
	margin: 0 auto;
	align-self: center;
}

/* Product Fields Sectioning */

.listButtons {
	width: 100% !important;
	display: flex;
	justify-content: center;
}

.wapf-wrapper {
	padding: 15px 0;
	margin-bottom:20px;
}

.wapf-field-container.half-field { width: 50%; }
.wapf-field-container.small-field { width: 25%; }

.wapf-field-group .step {
	display:none;
}

.wapf-field-group .step:first-child{
	display:flex;
}

.wapf_step_buttons {
	margin-bottom:20px;
	overflow:hidden;
}

.wapf_btn_next {
	float:right !important;
}

.wapf-progress {
	position:relative;
	max-width:450px;
	width:100%;
	margin: 2em 0 0;
}

.wapf-progress:before, .wapf-progress-bar {
	content:'';
	position:absolute;
	height:3px;
	width:100%;
	background:#4f4f4f;
	top:14px;
	left:0;
}

.wapf-progress-steps {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
	display: flex;
	justify-content: space-between;
}

.wapf-progress-steps div {
	position:relative;
}

.wapf-progress-steps div:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	height:30px;
	font-size:16px;
	line-height:30px;
	border-radius:50%;
	text-align:center;
	display: block;
	background: #4a4a4a;
	font-weight: bold;
	color: white;
}

.wapf-progress-steps div.active:before {
	background:#1B64A5; /*The finished step color. Feel free to change*/
	color:white;
}

.wapf-progress-bar {
	background:#1B64A5; /*The finished step color. Feel free to change*/
	width:0%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100% !important;
}

.wapf-section h5 {
	margin-top: 0;
	margin-bottom: .5em;
}

.woocommerce div.product p.price, .woocommerce div.product span.price,
.wc-block-grid__product-price {
	color: #1B64A5;
}

.woocommerce-notices-wrapper {
	margin: 0 auto 2em 0;
}

.woocommerce-error { list-style-type: none; margin-left: 0; padding-left: 0; }

.woocommerce-error a.button { display: inline-block; margin-right: 1em; }

/* my account */
/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	display: inline-block;
	float: left;
	margin-left: 5%;
	width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
	opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
	text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
	margin-top: 50px;
	float: right;
}


/*.single_add_to_cart_button {
	opacity: 0;
}

.single_add_to_cart_button.show {
	opacity: 1;
}*/

.product-type-variable-subscription p.price {
	display: none;
}

.woocommerce table.cart td:nth-of-type(5), .woocommerce table.cart th:nth-of-type(5) {
	display: none;
}

.force_full { width: 100% !important; }

.wapf-field-label label { color: #1B64A5; }

.wp-block-post-template {
	justify-content: center;
}

.variations_form > p.error {
	color: red;
}

.wc-block-components-product-price del,
.wc-block-grid__product-price del {
	color: #444444;
	opacity: .3;
}

.wc-block-components-product-price ins,
.wc-block-grid__product-price ins {
	text-decoration: none;
}

.product-name dl.variation dt {
	font-weight: bold;
	float: none;
}
.product-name dl.variation dd p {
	margin: 0; padding: 0;
}

@media all and (max-width: 599px) {
	.has-width,
	.has-repeat {
		width: 100% !important;
	}
}

.wp-block-table { font-size: 12px; }

@media all and (min-width: 960px) {
	.wp-block-table { font-size: 1em; }
}


.wp-block-homepage-products__list {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 0;
	margin: 0 0 3rem;
	gap: 2rem;
}

.wp-block-homepage-products__product .wp-block-button {
	max-width: 200px;
	margin: 0 auto;
}


.wp-block-homepage-products__product a {
	display: block;
	width: 100%;
}

.wp-block-homepage-products__image {
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
	height: auto;
}

.wp-block-homepage-products__image img { width: 100%; height: 100%; object-fit: cover; }

.wp-block-homepage-products__title {margin: 1rem 0 0; font-weight: 500; font-size: 1.25em; }

.wp-block-homepage-products__price {
	margin: 1rem 0;
}

@media all and (min-width: 768px) {
	.wp-block-homepage-products__list {
		flex-direction: row;
		justify-content: center;
		gap: 3rem;
	}
}

.entry-summary #wc-square-digital-wallet { display: none !important; }
body.woocommerce-cart #wc-square-digital-wallet { display: none !important; }

body.woocommerce-cart .wc-proceed-to-checkout { margin-bottom: 6rem; }