/*
Theme Name: Woostroid2 Child
Theme URI: https://www.templatemonster.com/
Description: Child theme for the Woostroid2 theme.
Author: MOD Design Corp
Template: woostroid2
Version: 1.0.0
Text Domain: woostroid2-child
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");

/* =========================================
   WOOCOMMERCE PAGE TITLES
   Cart, My Account and Checkout
   ========================================= */

html body.woocommerce-cart #content .page-title,
html body.woocommerce-cart #content .entry-title,
html body.woocommerce-account #content .page-title,
html body.woocommerce-account #content .entry-title,
html body.woocommerce-checkout #content .page-title,
html body.woocommerce-checkout #content .entry-title,
html body.woocommerce-checkout #content .wp-block-post-title,
html body #post-10 .page-header .page-title,
html body #post-11 .page-header .page-title,
html body #post-12 .page-header .page-title {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 44px !important;
	font-weight: 400 !important;
	line-height: 1.2em !important;
	letter-spacing: 2px !important;
	color: #305893 !important;
	text-transform: uppercase !important;
	text-align: center !important;
}

/* =========================================
   MY ACCOUNT PAGE
   ========================================= */

/* Main account content */
html body #post-12 .page-content,
html body #post-12 .page-content .woocommerce,
html body #post-12 .woocommerce-MyAccount-content,
html body #post-12 .woocommerce-MyAccount-content p,
html body #post-12 .woocommerce-MyAccount-content li,
html body #post-12 .woocommerce-MyAccount-content label,
html body #post-12 .woocommerce-MyAccount-content address,
html body #post-12 .woocommerce-MyAccount-content td,
html body #post-12 .woocommerce-MyAccount-content th {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	color: #272525 !important;
}

html body #post-12 .woocommerce-MyAccount-content p {
	margin-bottom: 20px !important;
}

/* Account navigation */
html body #post-12 .woocommerce-MyAccount-navigation ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

html body #post-12 .woocommerce-MyAccount-navigation li {
	margin: 0 !important;
	border-bottom: 1px solid rgba(20, 37, 62, 0.18) !important;
}

html body #post-12 .woocommerce-MyAccount-navigation li a {
	display: block !important;
	padding: 14px 10px !important;
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #272525 !important;
	text-decoration: none !important;
	text-transform: none !important;
}

html body #post-12 .woocommerce-MyAccount-navigation li.is-active a,
html body #post-12 .woocommerce-MyAccount-navigation li a:hover,
html body #post-12 .woocommerce-MyAccount-navigation li a:focus {
	color: #305893 !important;
}

/* Account content links */
html body #post-12 .woocommerce-MyAccount-content a {
	color: #305893 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

html body #post-12 .woocommerce-MyAccount-content a:hover {
	color: #14253e !important;
}

/* Account section headings */
html body #post-12 .woocommerce h2,
html body #post-12 .woocommerce h3 {
	font-family: "Roboto", Arial, sans-serif !important;
	font-weight: 400 !important;
	line-height: 1.33em !important;
	letter-spacing: 1px !important;
	color: #848484 !important;
	text-transform: none !important;
}

html body #post-12 .woocommerce h2 {
	font-size: 34px !important;
}

html body #post-12 .woocommerce h3 {
	font-size: 27px !important;
}

/* Account form fields */
html body #post-12 .woocommerce input,
html body #post-12 .woocommerce select,
html body #post-12 .woocommerce textarea {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	color: #272525 !important;
}

/* Account login form */
html body.woocommerce-account:not(.logged-in) #post-12 .woocommerce > h2 {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #272525 !important;
	text-transform: none !important;
}

html body #post-12 form.woocommerce-form-login {
	width: 100% !important;
	max-width: 600px !important;
	margin: 0 0 30px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

html body #post-12 form.woocommerce-form-login .form-row {
	margin: 0 0 18px !important;
	padding: 0 !important;
}

html body #post-12 form.woocommerce-form-login .form-row > label:not(.woocommerce-form-login__rememberme) {
	display: block !important;
	margin: 0 0 7px !important;
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #272525 !important;
}

html body #post-12 form.woocommerce-form-login .required {
	color: #9a3939 !important;
}

html body #post-12 form.woocommerce-form-login input.woocommerce-Input.input-text {
	display: block !important;
	width: 100% !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 11px 14px !important;
	border: 1px solid #d5d5d5 !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	box-shadow: none !important;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #777777 !important;
	-webkit-text-fill-color: #777777 !important;
}

html body #post-12 form.woocommerce-form-login input.woocommerce-Input.input-text:focus {
	border-color: #305893 !important;
	outline: 0 !important;
	box-shadow: 0 0 0 1px #305893 !important;
}

html body #post-12 form.woocommerce-form-login .password-input {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

html body #post-12 form.woocommerce-form-login .password-input input {
	padding-right: 48px !important;
}

html body #post-12 form.woocommerce-form-login button.show-password-input {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	width: 48px !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #777777 !important;
}

html body #post-12 form.woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #272525 !important;
}

html body #post-12 form.woocommerce-form-login input[type="checkbox"] {
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	accent-color: #305893;
}

html body #post-12 form.woocommerce-form-login .woocommerce-form-login__submit {
	margin: 0 0 0 12px !important;
}

html body #post-12 .woocommerce-LostPassword {
	margin: 4px 0 0 !important;
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
}

html body #post-12 .woocommerce-LostPassword a {
	color: #305893 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

html body #post-12 .woocommerce-LostPassword a:hover,
html body #post-12 .woocommerce-LostPassword a:focus {
	color: #14253e !important;
}

/* Account buttons */
html body #post-12 .woocommerce button.button,
html body #post-12 .woocommerce a.button,
html body #post-12 .woocommerce input.button {
	padding: 13px 22px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #305893 !important;
	color: #ffffff !important;
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
}

html body #post-12 .woocommerce button.button:hover,
html body #post-12 .woocommerce a.button:hover,
html body #post-12 .woocommerce input.button:hover {
	background: #14253e !important;
	color: #ffffff !important;
}

/* =========================================
   SHOPPING CART PAGE
   ========================================= */

/* Classic Cart content */
html body.woocommerce-cart .woocommerce,
html body.woocommerce-cart .woocommerce-cart-form,
html body.woocommerce-cart .woocommerce-cart-form p,
html body.woocommerce-cart .woocommerce-cart-form td,
html body.woocommerce-cart .woocommerce-cart-form th,
html body.woocommerce-cart .woocommerce-cart-form label,
html body.woocommerce-cart .cart_totals,
html body.woocommerce-cart .cart_totals td,
html body.woocommerce-cart .cart_totals th,
html body.woocommerce-cart .woocommerce-shipping-calculator {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	color: #272525 !important;
}

/* Cart Block content */
html body.woocommerce-cart .wc-block-cart,
html body.woocommerce-cart .wc-block-cart p,
html body.woocommerce-cart .wc-block-cart label,
html body.woocommerce-cart .wc-block-cart td,
html body.woocommerce-cart .wc-block-cart th,
html body.woocommerce-cart .wc-block-components-product-name,
html body.woocommerce-cart .wc-block-components-product-metadata,
html body.woocommerce-cart .wc-block-components-totals-item {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	color: #272525 !important;
}

/* Cart product links */
html body.woocommerce-cart .woocommerce-cart-form .product-name a,
html body.woocommerce-cart .wc-block-components-product-name,
html body.woocommerce-cart .wc-block-cart a:not(.wc-block-components-button) {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	color: #305893 !important;
	text-decoration: none !important;
}

html body.woocommerce-cart .woocommerce-cart-form .product-name a:hover,
html body.woocommerce-cart .wc-block-components-product-name:hover,
html body.woocommerce-cart .wc-block-cart a:not(.wc-block-components-button):hover {
	color: #14253e !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

/* Cart table headers */
html body.woocommerce-cart .shop_table thead th,
html body.woocommerce-cart .wc-block-cart-items thead th {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	color: #14253e !important;
	letter-spacing: 1px !important;
}

/* Cart prices and totals */
html body.woocommerce-cart .woocommerce-Price-amount,
html body.woocommerce-cart .cart_totals .order-total,
html body.woocommerce-cart .wc-block-components-product-price,
html body.woocommerce-cart .wc-block-components-totals-item__value {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	color: #272525 !important;
}

/* Cart form fields */
html body.woocommerce-cart .woocommerce input:not([type="checkbox"]):not([type="radio"]),
html body.woocommerce-cart .woocommerce select,
html body.woocommerce-cart .woocommerce textarea,
html body.woocommerce-cart .wc-block-cart input:not([type="checkbox"]):not([type="radio"]),
html body.woocommerce-cart .wc-block-cart select,
html body.woocommerce-cart .wc-block-cart textarea {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	color: #272525 !important;
}

html body.woocommerce-cart input::placeholder,
html body.woocommerce-cart textarea::placeholder {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	color: #272525 !important;
	opacity: 0.65 !important;
}

/* Cart buttons */
html body.woocommerce-cart .woocommerce .button,
html body.woocommerce-cart .woocommerce button.button,
html body.woocommerce-cart .woocommerce input.button,
html body.woocommerce-cart .checkout-button,
html body.woocommerce-cart .wc-block-cart__submit-button,
html body.woocommerce-cart .wc-block-components-totals-coupon__button {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	letter-spacing: 2px !important;
	color: #ffffff !important;
	background-color: #305893 !important;
	border: 1px solid #305893 !important;
	border-radius: 0 !important;
	text-decoration: none !important;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

html body.woocommerce-cart .woocommerce .button:hover,
html body.woocommerce-cart .woocommerce button.button:hover,
html body.woocommerce-cart .woocommerce input.button:hover,
html body.woocommerce-cart .checkout-button:hover,
html body.woocommerce-cart .wc-block-cart__submit-button:hover,
html body.woocommerce-cart .wc-block-components-totals-coupon__button:hover {
	color: #ffffff !important;
	background-color: #14253e !important;
	border-color: #14253e !important;
}

/* Empty Cart message */
html body.woocommerce-cart .cart-empty,
html body.woocommerce-cart .wc-block-cart__empty-cart__title {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	color: #272525 !important;
}

/* Cart Totals title */
html body.woocommerce-cart #content .wc-block-cart__totals-title,
html body.woocommerce-cart #content .wc-block-cart__totals-title *,
html body.woocommerce-cart #content .cart_totals h2,
html body.woocommerce-cart #content .cart_totals h2 * {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 1px !important;
	color: #272525 !important;
}

/* =========================================
   CHECKOUT PAGE
   ========================================= */

/* Checkout step titles */
html body.woocommerce-checkout #content .wc-block-components-checkout-step__title,
html body.woocommerce-checkout #content .wc-block-components-checkout-step__title *,
html body.woocommerce-checkout #content .wc-block-components-checkout-step__heading .wc-block-components-title,
html body.woocommerce-checkout #content .wc-block-components-checkout-step__heading .wc-block-components-title *,
html body.woocommerce-checkout #content .wc-block-checkout h2.wc-block-components-title,
html body.woocommerce-checkout #content .wc-block-checkout h2.wc-block-components-title * {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #272525 !important;
	text-transform: none !important;
}

/* Checkout product name */
html body.woocommerce-checkout #content h3.wc-block-components-product-name,
html body.woocommerce-checkout #content h3.wc-block-components-product-name * {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #272525 !important;
	text-transform: none !important;
}

/* Classic Checkout content */
html body.woocommerce-checkout #content .woocommerce,
html body.woocommerce-checkout #content form.checkout,
html body.woocommerce-checkout #content form.checkout p,
html body.woocommerce-checkout #content form.checkout li,
html body.woocommerce-checkout #content form.checkout label,
html body.woocommerce-checkout #content form.checkout address,
html body.woocommerce-checkout #content form.checkout table,
html body.woocommerce-checkout #content form.checkout th,
html body.woocommerce-checkout #content form.checkout td,
html body.woocommerce-checkout #content .woocommerce-checkout-review-order {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	color: #272525 !important;
}

/* Checkout Block content */
html body.woocommerce-checkout #content .wp-block-woocommerce-checkout,
html body.woocommerce-checkout #content .wc-block-checkout,
html body.woocommerce-checkout #content .wc-block-checkout p,
html body.woocommerce-checkout #content .wc-block-checkout li,
html body.woocommerce-checkout #content .wc-block-checkout address,
html body.woocommerce-checkout #content .wc-block-checkout table,
html body.woocommerce-checkout #content .wc-block-checkout th,
html body.woocommerce-checkout #content .wc-block-checkout td,
html body.woocommerce-checkout #content .wc-block-components-checkout-step__description,
html body.woocommerce-checkout #content .wc-block-components-product-metadata,
html body.woocommerce-checkout #content .wc-block-components-product-price,
html body.woocommerce-checkout #content .wc-block-components-order-summary-item,
html body.woocommerce-checkout #content .wc-block-components-order-summary-item span,
html body.woocommerce-checkout #content .wc-block-components-totals-item,
html body.woocommerce-checkout #content .wc-block-components-totals-item span,
html body.woocommerce-checkout #content .wc-block-formatted-money-amount,
html body.woocommerce-checkout #content .wc-block-components-address-card {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	color: #272525 !important;
}

/* Checkout product quantity badge */
html body.woocommerce-checkout #content .wc-block-components-order-summary-item__quantity {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 28px !important;
	height: 28px !important;
	padding: 0 7px !important;
	border: 2px solid #ffffff !important;
	border-radius: 999px !important;
	background: #305893 !important;
	box-shadow: 0 0 0 1px rgba(48, 88, 147, 0.2) !important;
	color: #ffffff !important;
	box-sizing: border-box !important;
}

html body.woocommerce-checkout #content .wc-block-components-order-summary-item__quantity > span[aria-hidden="true"] {
	display: block !important;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

/* General Checkout labels */
html body.woocommerce-checkout #content .woocommerce label,
html body.woocommerce-checkout #content .wc-block-components-form label,
html body.woocommerce-checkout #content .wc-block-components-checkbox label,
html body.woocommerce-checkout #content .wc-block-components-radio-control label {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #272525 !important;
}

/* Checkout text inputs and dropdown text */
html body.woocommerce-checkout #content .woocommerce input:not([type="checkbox"]):not([type="radio"]),
html body.woocommerce-checkout #content .woocommerce select,
html body.woocommerce-checkout #content .woocommerce textarea,
html body.woocommerce-checkout #content .wc-block-components-form input:not([type="checkbox"]):not([type="radio"]),
html body.woocommerce-checkout #content .wc-block-components-form select,
html body.woocommerce-checkout #content .wc-block-components-form textarea,
html body.woocommerce-checkout #content .wc-blocks-components-select__select,
html body.woocommerce-checkout #content .wc-block-components-combobox-control input,
html body.woocommerce-checkout #content .wc-block-components-text-input input {
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #777777 !important;
	-webkit-text-fill-color: #777777 !important;
}

html body.woocommerce-checkout #content select option,
html body.woocommerce-checkout [role="listbox"] [role="option"] {
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #777777 !important;
}

html body.woocommerce-checkout #content input::placeholder,
html body.woocommerce-checkout #content textarea::placeholder {
	font-family: "Roboto", Arial, sans-serif !important;
	color: #777777 !important;
	-webkit-text-fill-color: #777777 !important;
	opacity: 1 !important;
}

/* Labels above Checkout text fields */
html body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	grid-template-rows: auto auto !important;
	grid-template-areas:
		"field-label"
		"field-input" !important;
	row-gap: 7px !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

html body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input > label,
html body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input.is-active > label,
html body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input > input:focus + label,
html body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input > input:not(:placeholder-shown) + label {
	grid-area: field-label !important;
	display: block !important;
	position: static !important;
	inset: auto !important;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	transform: none !important;
	transform-origin: initial !important;
	transition: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #272525 !important;
	text-align: left !important;
}

html body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input > input {
	grid-area: field-input !important;
	position: static !important;
	width: 100% !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 11px 14px !important;
	box-sizing: border-box !important;
}

/* Labels above Checkout dropdown fields */
html body.woocommerce-checkout #content .wc-block-components-form .wc-blocks-components-select__container,
html body.woocommerce-checkout #content .wc-block-components-form .wc-block-components-combobox-control {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	grid-template-rows: auto 48px !important;
	grid-template-areas:
		"dropdown-label"
		"dropdown-field" !important;
	row-gap: 7px !important;
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

html body.woocommerce-checkout #content .wc-block-components-form .wc-blocks-components-select__label,
html body.woocommerce-checkout #content .wc-block-components-form .wc-block-components-combobox-control > label,
html body.woocommerce-checkout #content .wc-block-components-form .wc-block-components-combobox-control.is-active > label,
html body.woocommerce-checkout #content .wc-block-components-form .wc-block-components-combobox-control > input:focus + label {
	grid-area: dropdown-label !important;
	display: block !important;
	position: static !important;
	inset: auto !important;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	transform: none !important;
	transition: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #272525 !important;
	text-align: left !important;
}

html body.woocommerce-checkout #content .wc-block-components-form .wc-blocks-components-select__select,
html body.woocommerce-checkout #content .wc-block-components-form .wc-block-components-combobox-control > input {
	grid-area: dropdown-field !important;
	position: static !important;
	width: 100% !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 11px 44px 11px 14px !important;
	box-sizing: border-box !important;
}

html body.woocommerce-checkout #content .wc-block-components-form .wc-blocks-components-select__container > svg,
html body.woocommerce-checkout #content .wc-block-components-form .wc-blocks-components-select__expand {
	position: absolute !important;
	top: auto !important;
	right: 14px !important;
	bottom: 15px !important;
	margin: 0 !important;
	transform: none !important;
	pointer-events: none !important;
}

/* Checkout links */
html body.woocommerce-checkout #content .woocommerce a:not(.button),
html body.woocommerce-checkout #content .wc-block-checkout a:not(.wc-block-components-button) {
	color: #305893 !important;
	text-underline-offset: 3px;
}

html body.woocommerce-checkout #content .woocommerce a:not(.button):hover,
html body.woocommerce-checkout #content .wc-block-checkout a:not(.wc-block-components-button):hover {
	color: #14253e !important;
}

/* Checkout buttons */
html body.woocommerce-checkout #content .woocommerce button.button,
html body.woocommerce-checkout #content .woocommerce a.button,
html body.woocommerce-checkout #content .woocommerce input.button,
html body.woocommerce-checkout #content #place_order,
html body.woocommerce-checkout #content .wc-block-checkout .wc-block-components-button,
html body.woocommerce-checkout #content .wc-block-components-checkout-place-order-button {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	background-color: #305893 !important;
	border: 1px solid #305893 !important;
	border-radius: 0 !important;
	text-decoration: none !important;
}

html body.woocommerce-checkout #content .woocommerce button.button:hover,
html body.woocommerce-checkout #content .woocommerce a.button:hover,
html body.woocommerce-checkout #content .woocommerce input.button:hover,
html body.woocommerce-checkout #content #place_order:hover,
html body.woocommerce-checkout #content .wc-block-checkout .wc-block-components-button:hover,
html body.woocommerce-checkout #content .wc-block-components-checkout-place-order-button:hover {
	color: #ffffff !important;
	background-color: #14253e !important;
	border-color: #14253e !important;
}

/* =========================================
   WOOCOMMERCE NOTICES
   ========================================= */

/* Standard success and information notices */
html body .woocommerce-message,
html body .woocommerce-info {
	position: relative !important;
	width: 100% !important;
	margin: 0 0 28px !important;
	padding: 18px 20px !important;
	border: 1px solid rgba(48, 88, 147, 0.2) !important;
	border-left: 4px solid #305893 !important;
	border-radius: 0 !important;
	background: #f4f6f9 !important;
	box-shadow: none !important;
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #272525 !important;
	list-style: none !important;
	box-sizing: border-box !important;
}

html body .woocommerce-message::before,
html body .woocommerce-info::before,
html body .woocommerce-error::before {
	display: none !important;
	content: none !important;
}

/* Standard error notices */
html body .woocommerce-error {
	position: relative !important;
	width: 100% !important;
	margin: 0 0 28px !important;
	padding: 18px 20px !important;
	border: 1px solid rgba(154, 57, 57, 0.2) !important;
	border-left: 4px solid #9a3939 !important;
	border-radius: 0 !important;
	background: #fff6f6 !important;
	box-shadow: none !important;
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #272525 !important;
	list-style: none !important;
	box-sizing: border-box !important;
}
/* Notice links */
html body .woocommerce-message a:not(.button),
html body .woocommerce-info a:not(.button),
html body .woocommerce-error a:not(.button) {
	color: #305893 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

html body .woocommerce-message a:not(.button):hover,
html body .woocommerce-info a:not(.button):hover,
html body .woocommerce-error a:not(.button):hover {
	color: #14253e !important;
}

/* Notice buttons */
html body .woocommerce-message .button.wc-forward,
html body .woocommerce-info .button.wc-forward,
html body .woocommerce-error .button.wc-forward {
	float: right !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 42px !important;
	margin: -8px 0 -8px 20px !important;
	padding: 10px 18px !important;
	border: 1px solid #305893 !important;
	border-radius: 0 !important;
	background: #305893 !important;
	color: #ffffff !important;
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

html body .woocommerce-message .button.wc-forward:hover,
html body .woocommerce-info .button.wc-forward:hover,
html body .woocommerce-error .button.wc-forward:hover {
	border-color: #14253e !important;
	background: #14253e !important;
	color: #ffffff !important;
}

/* WooCommerce Block notices */
html body .wc-block-components-notice-banner {
	position: relative !important;
	width: 100% !important;
	margin: 0 0 28px !important;
	padding: 18px 20px !important;
	border: 1px solid rgba(48, 88, 147, 0.2) !important;
	border-left: 4px solid #305893 !important;
	border-radius: 0 !important;
	background: #f4f6f9 !important;
	box-shadow: none !important;
	color: #272525 !important;
	box-sizing: border-box !important;
}

html body .wc-block-components-notice-banner__content,
html body .wc-block-components-notice-banner__content p,
html body .wc-block-components-notice-banner__content span {
	font-family: "Baskerville", Garamond, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.36em !important;
	letter-spacing: 0 !important;
	color: #272525 !important;
}

html body .wc-block-components-notice-banner > svg {
	display: none !important;
}

html body .wc-block-components-notice-banner.is-error {
	border-color: rgba(154, 57, 57, 0.2) !important;
	border-left-color: #9a3939 !important;
	background: #fff6f6 !important;
}

html body .wc-block-components-notice-banner.is-warning {
	border-color: rgba(165, 116, 36, 0.25) !important;
	border-left-color: #a57424 !important;
	background: #fffaf0 !important;
}

html body .wc-block-components-notice-banner__content a {
	color: #305893 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

html body .wc-block-components-notice-banner__content a:hover {
	color: #14253e !important;
}

/* =========================================
   RESPONSIVE STYLES
   ========================================= */

@media screen and (max-width: 767px) {
	/* Page titles */
	html body.woocommerce-cart #content .page-title,
	html body.woocommerce-cart #content .entry-title,
	html body.woocommerce-account #content .page-title,
	html body.woocommerce-account #content .entry-title,
	html body.woocommerce-checkout #content .page-title,
	html body.woocommerce-checkout #content .entry-title,
	html body.woocommerce-checkout #content .wp-block-post-title,
	html body #post-10 .page-header .page-title,
	html body #post-11 .page-header .page-title,
	html body #post-12 .page-header .page-title {
		font-size: 34px !important;
		letter-spacing: 1.5px !important;
	}

	/* My Account columns */
	html body #post-12 .woocommerce-MyAccount-navigation,
	html body #post-12 .woocommerce-MyAccount-content {
		float: none !important;
		width: 100% !important;
	}

	html body #post-12 .woocommerce-MyAccount-navigation {
		margin-bottom: 35px !important;
	}

	/* Account login form */
	html body #post-12 form.woocommerce-form-login {
		max-width: none !important;
	}

	html body #post-12 form.woocommerce-form-login .woocommerce-form-login__rememberme {
		display: flex !important;
		width: 100% !important;
	}

	html body #post-12 form.woocommerce-form-login .woocommerce-form-login__submit {
		float: none !important;
		display: flex !important;
		width: 100% !important;
		margin: 14px 0 0 !important;
		justify-content: center !important;
	}

	/* Standard notices */
	html body .woocommerce-message,
	html body .woocommerce-info {
		padding: 17px !important;
	}

	html body .woocommerce-error {
		padding: 17px !important;
	}

	html body .woocommerce-message .button.wc-forward,
	html body .woocommerce-info .button.wc-forward,
	html body .woocommerce-error .button.wc-forward {
		float: none !important;
		display: flex !important;
		width: 100% !important;
		margin: 15px 0 0 !important;
		text-align: center !important;
	}

	html body .wc-block-components-notice-banner {
		padding: 17px !important;
	}
}

@media screen and (max-width: 390px) {
	html body.woocommerce-cart #content .page-title,
	html body.woocommerce-cart #content .entry-title,
	html body.woocommerce-account #content .page-title,
	html body.woocommerce-account #content .entry-title,
	html body.woocommerce-checkout #content .page-title,
	html body.woocommerce-checkout #content .entry-title,
	html body.woocommerce-checkout #content .wp-block-post-title,
	html body #post-10 .page-header .page-title,
	html body #post-11 .page-header .page-title,
	html body #post-12 .page-header .page-title {
		font-size: 30px !important;
		letter-spacing: 1px !important;
	}
}