/*
Theme Name: Ensemble Offspring

WooCommerce styles override
*/
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@font-face {
	font-family: 'MarkPro-Book';
	src: url("css/fonts/MarkPro-Book.woff2") format("woff2"), url("css/fonts/MarkPro-Book.woff") format("woff"), url("css/fonts/MarkPro-Book.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MarkPro';
	src: url("css/fonts/MarkPro-Medium.woff2") format("woff2"), url("css/fonts/MarkPro-Medium.woff") format("woff"), url("css/fonts/MarkPro-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MarkPro';
	src: url("css/fonts/MarkPro-Bold.woff2") format("woff2"), url("css/fonts/MarkPro-Bold.woff") format("woff"), url("css/fonts/MarkPro-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MarkPro';
	src: url("css/fonts/MarkPro.woff2") format("woff2"), url("css/fonts/MarkPro.woff") format("woff"), url("css/fonts/MarkPro.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order button[type="submit"], .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button, .woocommerce-cart-form button[type="submit"] {
	border-radius: 10px 0px;
	font-family: "Questrial", BlinkMacSystemFont, sans-serif;
	transition: all 0.3s ease-in-out;
	padding: 0.75rem;
	min-width: 6rem;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
.products {
	padding-top: 1rem;
}

.products .product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

.products .product .woocommerce-loop-product__link {
	display: block;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.products .product .woocommerce-loop-product__link .onsale {
	position: absolute;
	display: block;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 1;
	background-color: #FBB317;
	color: #02022B;
	padding: 0.5rem;
	border-radius: 0 10px;
}

.products .product .woocommerce-loop-product__link:hover {
	color: #FBB317;
}

.products .product img {
	display: block;
}

.products .product h2 {
	color: white;
}

.products .product .price {
	margin-bottom: 1rem;
	display: block;
	color: #FBB317;
}

.products .product .price del {
	color: #006EB2;
}

.products .product .price ins {
	color: #FBB317;
}

.products .product .add_to_cart_button {
	border-radius: 10px 0px 10px 0px;
	font-family: "Questrial", BlinkMacSystemFont, sans-serif;
	transition: all 0.3s ease-in-out;
	padding: 0.375rem 0.75rem;
	min-width: 6rem;
	background-color: #006EB2;
	color: white;
	text-decoration: none;
	display: block;
	width: fit-content;
}

.products .product .categories-link a {
	color: white;
	text-decoration: none;
}

@media screen and (min-width: 48em) {
	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}
	ul.products li.product.first {
		clear: both;
	}
	ul.products li.product.last {
		margin-right: 0;
	}
	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}
	ul.products.columns-2 li.product {
		width: 48.1%;
	}
	ul.products.columns-3 li.product {
		width: 30.79667%;
	}
	ul.products.columns-4 li.product {
		width: 22.15%;
	}
	ul.products.columns-5 li.product {
		width: 16.96%;
	}
	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .onsale {
	position: absolute;
	display: block;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 1;
	background-color: #006EB2;
	color: white;
	padding: 0.5rem;
	border-radius: 0 10px;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
}

.single-product div.product .woocommerce-product-gallery figure {
	margin-top: 0;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery figure .woocommerce-product-gallery__image {
	width: 100%;
	height: 100%;
}

.single-product div.product .woocommerce-product-gallery figure .woocommerce-product-gallery__image a {
	display: block;
}

.single-product div.product .woocommerce-product-gallery figure .woocommerce-product-gallery__image a .wp-post-image {
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery figure .woocommerce-product-gallery__image a img {
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 0.5rem;
	right: 1em;
	display: block;
	z-index: 2;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
	flex-grow: 2;
	height: 50vh;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0 1rem;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	width: 5rem;
	margin-bottom: 1rem;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n + 1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n + 1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n + 1) {
	clear: both;
}

.single-product .summary .price {
	color: #006EB2;
	font-weight: 500;
	font-size: 1.2rem;
}

.single-product .summary .price del {
	opacity: 0.5;
}

.single-product .woocommerce-tabs ul.tabs {
	display: none;
}

.single-product .related {
	background-color: #EBEBEB;
	padding: 1rem;
}

.single-product .related .row {
	justify-content: center;
}

.single-product .related h2 {
	color: #02022B;
}

.single-product .related .categories-link a {
	color: #02022B;
}

.single-product form.cart {
	display: flex;
}

.single-product form.cart button {
	border-radius: 10px 0px 10px 0px;
	font-family: "Questrial", BlinkMacSystemFont, sans-serif;
	transition: all 0.3s ease-in-out;
	padding: 0.5rem 0.75rem;
	min-width: 6rem;
	background-color: #FBB317;
	color: #02022B;
	margin-left: 1rem;
	display: block;
	border: none;
}

.single-product form.cart button:disabled {
	opacity: 0.5;
}

.single-product .product_meta {
	margin: 1rem 0;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #FBB317;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
.woocommerce-checkout h3 {
	color: #02022B;
	font-size: 1.4rem;
}

.woocommerce-checkout .woocommerce-billing-fields input {
	width: 100%;
	padding: 0.5rem;
	border-radius: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
	font-family: "Questrial", BlinkMacSystemFont, sans-serif;
	color: #02022B;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr td {
	padding: 1rem 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr .product-name {
	width: 40%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal {
	border-top: 1px solid #006EB2;
	border-bottom: 1px solid #006EB2;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
	padding: 1rem 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total {
	color: #006EB2;
	font-size: 1.2rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
	padding: 1rem 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods {
	list-style: none;
	padding: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li {
	display: flex;
	align-items: center;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label {
	padding: 1rem;
}

.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
	margin: 0;
	list-style: none;
	padding: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order button[type="submit"] {
	color: #02022B;
	background-color: #FBB317;
	display: block;
	margin: 0 auto;
	border: none;
}

@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #006EB2;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #454545;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #454545;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #006EB2;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #006EB2;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #454545;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #006EB2;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0.8rem;
	display: block;
	width: fit-content;
	background-color: #EBEBEB;
	color: #02022B;
	text-decoration: none;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Cart Page
 */
.woocommerce-cart .cart-collaterals .shop_table .cart-subtotal {
	border-bottom: 1px solid #006EB2;
}

.woocommerce-cart .cart-collaterals .shop_table .cart-subtotal td {
	text-align: right;
}

.woocommerce-cart .cart-collaterals .shop_table .order-total td {
	text-align: right;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
	background-color: #FBB317;
	color: #02022B;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button::disabled {
	opacity: 0.5;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-methods {
	list-style: none;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-methods li {
	display: flex;
	align-items: center;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-methods li label {
	padding: 1rem;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #FBB317;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #006EB2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #FBB317;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.woocommerce-cart-form thead {
	font-family: "Questrial", BlinkMacSystemFont, sans-serif;
	color: #02022B;
}

.woocommerce-cart-form .cart_item {
	border-bottom: 1px solid #EBEBEB;
}

.woocommerce-cart-form .coupon {
	display: inline-block;
	margin-top: 1rem;
}

.woocommerce-cart-form .coupon label {
	display: none;
}

.woocommerce-cart-form button[type="submit"] {
	border: 1px solid #006EB2;
	color: #006EB2;
	background-color: white;
	display: inline-block;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #FBB317;
	clear: both;
	padding: 1rem;
	margin: 1rem 0;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: white;
	border: 1px solid #006EB2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #006EB2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

.woocommerce-page .container-products-loop .woocommerce-result-count {
	color: white;
	margin-bottom: 0;
	text-align: right;
}

.woocommerce-page .container-products-loop .woocommerce-ordering {
	text-align: right;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.woocommerce-page .container-products-loop .woocommerce-ordering select.orderby {
	padding: 0.5rem 0.2rem;
	background: transparent;
	color: white;
}

.bg__navy-pat .woocommerce-breadcrumb {
	color: white;
}

.woocommerce-pagination .page-numbers {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.woocommerce-pagination .page-numbers .page-numbers {
	display: block;
	text-decoration: none;
	padding: 0.2rem 1rem;
	font-size: 1.3rem;
	transition: all 0.3s ease-in-out;
	color: #A8A8A8;
}

.woocommerce-pagination .page-numbers .page-numbers.current {
	color: #006EB2;
	border-bottom: 1.5px solid #006EB2;
}

.woocommerce-pagination .page-numbers .page-numbers:hover {
	color: #FBB317;
}

.woocommerce-pagination .page-numbers .page-numbers.next, .woocommerce-pagination .page-numbers .page-numbers.prev {
	color: #006EB2;
}

.woocommerce-account .woocommerce {
	display: flex;
	flex-direction: column;
}

@media (min-width: 1023px) {
	.woocommerce-account .woocommerce {
		flex-direction: row;
	}
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	width: 100%;
	margin-bottom: 1rem;
	order: 1;
}

@media (min-width: 1023px) {
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		width: 20%;
		order: 0;
	}
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #ccc;
	transition: all 0.3s ease-in-out;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	padding: 1rem;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #02022B;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover {
	background-color: #006EB2;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
	color: white;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
	background-color: #FBB317;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	margin-bottom: 1rem;
	width: 100%;
	order: 0;
}

@media (min-width: 1023px) {
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		width: 80%;
		order: 1;
		padding: 0 2rem;
	}
}

.woocommerce-account .woocommerce .woocommerce-address-fields .form-row label {
	display: block;
}

.woocommerce-account .woocommerce .woocommerce-address-fields .form-row .input-text {
	width: 100%;
}

@media (min-width: 1200px) {
	.woocommerce-account .woocommerce .woocommerce-address-fields {
		width: 50%;
	}
}

.woocommerce-form-login .form-row label {
	display: block;
}

.woocommerce-form-login .form-row .input-text {
	width: 100%;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #006EB2;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #006EB2;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/*# sourceMappingURL=woocommerce.css.map */