/*
Theme Name: Mie
Theme URI: http://jatrexweb.com
Description: Jatrexweb's Wordpress theme for mie.ng, eCommerce website
Version: 1.0.0
Author: Rex Quadry
Author URI: http://jatrexweb.com
Tags: eCommerce, HTML5, CSS3, CSS Grid

License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/
:root {
	--gutter: 15px;
	--light: #fff;
	--dark: #222;
	--grey: #555;
	--placeholdergrey: #999;
	--lightgrey: #efefef;
}

/*------------------------------------*\
MAIN
\*------------------------------------*/

/* global box-sizing */
html {
	font-size: 62.5%;
	margin-bottom: 0;
}
body {
	font: 'Gill Sans MT, My_Gillsans "Gill Sans MT Condensed" "Gill Sans" Helvetica Neue',
		Helvetica, Arial, sans-serif;
	color: #222;
	color: var(--dark);
}
body,
html {
	background-color: var(--light);
	color: var(--dark);
	text-align: left;
	margin-bottom: 1em;
}
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
/* clear */
.clear:before,
.clear:after {
	content: " ";
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: var(--dark);
	text-decoration: none;
}
p a.underline,
a.underline {
	text-decoration: underline !important;
}
a:focus,
select:focus,
select::selection,
select::moz-selection {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
p a,
p a:link {
	text-decoration: none;
	color: var(--grey);
}
input[type="number"],
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
select.variation-option-select,
select option,
select option:disabled,
select option:checked {
	color: #222222;
}
input[type="number"]:not(.browser-default) {
	padding: 0 0.5em;
}
/* [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: relative;
	opacity: 1;
	pointer-events: unset;
} */
/* Chrome, Firefox, Opera, Safari 10.1+ */
::placeholder {
	color: var(--placeholdergrey);
	opacity: 1;
}
/* Internet Explorer 10-11 */
:-ms-input-placeholder {
	color: var(--placeholdergrey);
}
/* Microsoft Edge */
::-ms-input-placeholder {
	color: var(--placeholdergrey);
}
select.variation-option-select option[value=""],
select.variation-option-select option[value="0"] {
	color: #999999;
}

.woocommerce-ordering .caret {
	display: none;
}

/* TYPOGRAPHY */
html,
body,
p,
span,
label,
div {
	font-family: "Gill Sans MT", My_Gillsans, "Gill Sans MT Condensed",
		"Gill Sans";
	font-size: 15px;
	font-weight: normal;
}
strong,
strong span {
	font-weight: 700;
}
h1,
h2,
h3 {
	font-weight: normal;
	margin: 0 0 0.5em;
}
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0 0 1em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
}
h3,
.shop-modify .woocommerce-ordering input[type="text"]:not(.browser-default) {
	font-size: 1.15em;
	line-height: 2rem;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.05em;
}
h6 {
	font-size: 1em;
}
th {
	font-weight: normal;
}
table td {
	border: 1px dashed var(--grey);
}
label {
	color: var(--dark);
}
.section-title {
	margin: 0 0 0.5em 0;
}
.page-header {
	text-align: center;
}
.disabled a {
	cursor: text;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--grey);
	color: var(--light);
}
.red,
header ul.main-nav li.red.menu-item a {
	color: red;
}
.green {
	color: green;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
/*------------------------------------*/

/* STRUCTURE */
.show-sm,
.show-md,
.show-lg {
	display: none;
}
body.page-template-template-location-select {
	height: 100vh;
	background-size: contain;
	margin-bottom: 0;
	background-position: center;
	background-color: #fff;
	background-repeat: no-repeat;
}
.page-template-template-location-select header,
.page-template-template-location-select footer,
body.page-template-template-location-select
	#wcpbc-widget-country-switcher-side-form {
	display: none;
}
div#locaton-selector-content-area {
	width: 25vw;
	min-width: 240px;
	max-width: 320px;
	position: fixed; /* background-color: rgba(255,255,255,0.5); */ /* bottom: 5vh; */
}
div#locaton-selector-content-area .wcpbc-widget-country-switcher {
	display: flex;
	flex-direction: column;
}
div#locaton-selector-content-area .wcpbc-widget-country-switcher .btn {
	text-transform: capitalize;
}
div#locaton-selector-content-area .select-dropdown.dropdown-trigger {
	background-color: var(--light);
	border-bottom: none;
}

#wcpbc-widget-country-switcher-side-form {
	position: fixed;
	right: 0;
	top: 50%;
	width: 10vw;
	max-width: 40px;
	display: flex;
	flex-direction: column;
}
.wcpbc-widget-country-switcher input[type="radio"]:not(:checked) + span:before,
.wcpbc-widget-country-switcher input[type="radio"]:not(:checked) + span:after,
.wcpbc-widget-country-switcher input[type="radio"]:checked + span:before,
.wcpbc-widget-country-switcher input[type="radio"]:checked + span:after {
	display: none;
}
.wcpbc-widget-country-switcher input[type="radio"]:not(:checked),
.wcpbc-widget-country-switcher input[type="radio"]:checked {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.wcpbc-widget-country-switcher
	.side-currency[type="radio"]:not(:checked)
	+ span,
.wcpbc-widget-country-switcher .side-currency[type="radio"]:checked + span {
	background-color: var(--lightgrey);
	text-align: center;
	color: var(--dark);
	padding: 0 0 0 0;
	height: 28px;
	width: 100%;
	padding: 0.25rem;
	font-size: 0.75rem;
}
.wcpbc-widget-country-switcher .side-currency[type="radio"]:checked + span {
	background-color: var(--dark);
	color: var(--lightgrey);
	border: var(--dark) 2px solid;
}
/* Header */
li.menu-item-has-children > ul.sub-menu {
	display: none;
	position: absolute;
	background-color: var(--light);
}
li.menu-item-has-children:hover > ul.sub-menu {
	display: block;
}
.main-nav > li.menu-item-has-children > ul.sub-menu > li {
	padding: 1em 0em 0.5em 0;
}
/* .main-nav > li.menu-item-has-children > ul.sub-menu > ul.sub-menu{padding-top: 1em;} */

.menu-item a img {
	height: auto;
}
ul.main-nav > li.menu-item-has-children:hover > ul.sub-menu > li {
	width: 15%; /* padding: 0 0.5em; */
}
li.menu-item-has-children:hover > ul.sub-menu > li ul {
	display: block;
	padding-top: 0.5em;
}
li.menu-item-has-children:hover > ul.sub-menu > li ul li a span {
	font-size: 0.9em;
}

.nav,
nav {
	background-color: transparent;
	box-shadow: none;
}
.sticky-logo {
	display: none;
}
.pre-header {
	background-color: var(--dark);
	position: relative;
	color: var(--light);
	text-align: center;
	padding: 0.25em;
	z-index: 2;
}
.pre-header ul {
	margin: 0;
}
.pre-header .slick-track {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pre-header p {
	margin: 0.5em 0;
}
.pre-header a:link {
	color: var(--light);
	text-decoration: underline;
}
header {
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	top: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
header.container:hover {
	background-color: var(--light);
}
header.stick-header {
	background-color: rgba(255, 255, 255, 0.5);
}
header.stick-header .normal-logo {
	display: none;
}
header.stick-header .sticky-logo {
	display: inline;
}
.brand-name i {
	font-weight: bolder;
}
header #top-nav {
	order: -1;
}
header .brand .logo img {
	max-width: 80px;
}
.sticky-logo {
	font-size: 2rem;
	font-weight: bold;
}
.sticky-logo em {
	font-size: 1.2em;
	font-weight: 600;
}

.main-tools > .account {
	/* margin: 0 calc(var(--gutter)/2); */
}
.main-tools .bag-icon {
	width: 1.5rem;
}
header form.search-form > input[type="search"]:not(.browser-default) {
	display: none;
	width: 0;
}
header form.search-form > .search-btn {
	display: inline;
	background: transparent;
	border: none;
	display: flex;
	padding: 0;
}
.main-tools > form > * {
	float: left;
	width: auto;
}
.cart-notification {
	position: relative;
	float: right;
}
.woocommerce .cart-notification img,
.woocommerce-page img {
	margin-top: -6px;
}

.cart-total {
	color: var(--grey);
	padding: 0 5px;
	position: absolute;
	top: 3px;
	left: 0px;
	font-size: 0.7em;
	display: flex;
	width: 23px;
	height: 18px;
	align-items: center;
	justify-content: center;
}
/* Minicart */
.added_to_cart_mini_cart {
	position: absolute;
	right: 0;
	width: 300px;
	max-height: 50vh;
	background-color: var(--lightgrey);
	padding: var(--gutter);
	z-index: 99;
}
.main-tools div.added_to_cart_mini_cart {
	display: none;
	overflow: auto;
	z-index: 999;
}
.main-tools .search-btn .material-icons {
	font-size: 1.15rem;
}
li.woocommerce-mini-cart-item.mini-cart-item.mini_cart_item {
	margin-bottom: var(--gutter);
	border-bottom: var(--light) 1px solid;
	padding: 0 0 1em 0;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-weight: normal;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 80px;
}
.added_to_cart_mini_cart .woocommerce-mini-cart__buttons.buttons {
	display: flex;
	justify-content: space-between;
}
body.woocommerce-page span.cart-total {
	top: 4px;
}
.mobile-menu-trigger {
	display: none;
}
header ul.main-nav li a {
	color: var(--dark);
	font-weight: normal;
}
/* Body area */
.body-area {
	min-height: 80vh;
	margin-bottom: 5vmax;
}
body.home.page-template footer {
	/* margin-top: 100vh; */
}
.home-banner {
	position: relative;
	text-align: center;
}
.home-banner img {
	width: 100%;
}
.home-banner .banner-title {
	position: absolute;
	bottom: 10%;
	font-size: 2.5vh;
}
/* div.page-template-template-home-video {
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: end;
	position: absolute;
	top: 0;
	width: 100vw;
	min-height: -webkit-fill-available;
	height: 100vh;
} */
div.home-video-holder {
	position: relative;
	min-height: -webkit-fill-available;
	height: 100vh;
}
div.page-template-template-home-video video {
	position: absolute;
	top: 45px;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
div.page-template-template-home-video .shop {
	z-index: 2;
}
div.page-template-template-home .section-info p {
	margin: 0;
}
div.page-template-template-home-video .section-info a {
	/* background-color: rgba(255, 255, 255, 0.25); */
	display: block;
	color: var(--dark);
	font-size: 1.25em;
	padding: 0.5em;
	margin-top: 1rem;
}
.about-us-content {
	max-width: 600px;
}
.page-content {
	border-top: var(--lightgrey) 3px solid;
}
/* .page-template-template-campaign-gallery .wp-block-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5em;
	grid-auto-flow: dense;
}
.page-template-template-campaign-gallery
	.wp-block-gallery
	li.blocks-gallery-item {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.page-template-template-campaign-gallery
		.wp-block-gallery
		li.blocks-gallery-item:nth-child(4n + 1) {
		grid-column-end: span 3;
		grid-row-end: span 3;
	}
	.page-template-template-campaign-gallery
		.wp-block-gallery
		li.blocks-gallery-item:nth-child(4n + 2),
	.page-template-template-campaign-gallery
		.wp-block-gallery
		li.blocks-gallery-item:nth-child(7) {
		grid-column-end: span 2;
		grid-row-end: span 2;
	}
	.page-template-template-campaign-gallery
		.wp-block-gallery
		li.blocks-gallery-item:nth-child(6) {
		grid-column-end: unset;
		grid-row-end: unset;
	}
}
@media only screen and (min-width: 768px) {
	.page-template-template-campaign-gallery .wp-block-gallery {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
		gap: 1em;
	}
	.page-template-template-campaign-gallery
		.wp-block-gallery
		li.blocks-gallery-item:nth-child(3n + 2) {
		grid-column-end: span 2;
		grid-row-end: span 2;
	}
} */
.shop-nav {
	text-align: center;
	border-bottom: var(--lightgrey) 1px solid;
	margin-bottom: 1em;
}
.shop-nav > h3,
.section-title {
	font-size: 2em;
	color: var(--grey);
}
.shop-nav > ul.shop-nav-list > li {
	display: inline;
	margin-right: var(--gutter);
}
section.related.products {
	margin-top: 2em;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
	display: none;
}
.shop .shop-list li .title,
.shop .shop-list li .price {
	margin-bottom: 0.5em;
}
.shop-list li a .woocommerce-loop-product__title,
ul.related-products h2 {
	margin-top: 0.5em;
}
.woocommerce span.onsale {
	display: none;
}
.shop .shop-list li .price {
	color: green;
	font-size: 1.25em;
	font-weight: 600;
}
.shop-modify {
	color: var(--grey);
	border-bottom: var(--lightgrey) 2px solid;
}

#payment-methods-page {
	border: none;
	box-shadow: none;
}
#payment-methods-page.collapsible .collapsible-header,
#payment-methods-page.collapsible .collapsible-body {
	border-bottom: none;
	padding: 0.25rem 1rem;
}
.collapsible > li {
	/* padding-top: 1rem; */
	border-bottom: 1px solid var(--lightgrey);
}
#payment-methods-page.collapsible > li .collapsible-header {
	display: flex;
	justify-content: space-between;
	font-size: 1.15em;
}
#payment-methods-page.collapsible > li .collapsible-header i {
	font-size: 1rem;
}
#payment-methods-page.collapsible
	> li.active
	.collapsible-header
	.material-icons.more {
	display: none;
}
#payment-methods-page.collapsible
	> li:not(.active)
	.collapsible-header
	.material-icons.less {
	display: none;
}

.wp-block-gallery .blocks-gallery-item{
	flex-grow: 0;
}

/* Footer */
footer {
	border-top: var(--lightgrey) 1px solid;
	padding-top: var(--gutter);
	font-size: 0.8rem;
}
/* footer .footer-menu.fitted {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-menu.fitted li {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33%;
} */
footer .footer-menu.fitted.collapsible {
	border: none;
	box-shadow: none;
}
footer .footer-menu.fitted.collapsible .collapsible-header,
footer .footer-menu.fitted.collapsible .collapsible-body {
	border-bottom: none;
	padding: 0.25rem 1rem;
}
footer .footer-menu.fitted.collapsible .collapsible-header,
footer .footer-menu.fitted.collapsible .collapsible-body .footer-links {
	font-size: 0.85rem;
}
@media only screen and (max-width: 479px) {
	footer .footer-menu.fitted.collapsible > li {
		padding-top: 1rem;
		border-bottom: 1px solid var(--lightgrey);
	}
	footer .footer-menu.fitted.collapsible > li .collapsible-header {
		display: flex;
		justify-content: space-between;
	}
	footer .footer-menu.fitted.collapsible > li .collapsible-header i {
		font-size: 1rem;
	}
	footer
		.footer-menu.fitted.collapsible
		> li.active
		.collapsible-header
		.material-icons.more {
		display: none;
	}
	footer
		.footer-menu.fitted.collapsible
		> li:not(.active)
		.collapsible-header
		.material-icons.less {
		display: none;
	}
	/* footer .footer-menu.fitted.collapsible > li .collapsible-header::after {
		content: "v";
		display: block;
	} */
}
@media only screen and (min-width: 480px) {
	footer .footer-menu.fitted.collapsible .collapsible-body {
		display: block;
	}
	footer
		.footer-menu.fitted.collapsible
		> li
		.collapsible-header
		.material-icons {
		display: none;
	}
}
footer .footer-menu.fitted.collapsible .collapsible-body ul.footer-links li a {
	display: block;
	line-height: 2rem;
}
/* footer .footer-menu.fitted li {
	float: left;
	width: 33.3%;
	margin-bottom: 0.5em;
} */
#sizeguide-measurement .holder {
	display: flex;
}
/* .terms-co, .terms-co  span{font-size: 0.75em;} */

/* Misc */
ul.fitted,
ul.media-list,
.product-info > ul,
.product-images {
	margin: 0;
}
ul.product-other-types {
	margin-top: 0;
}
.product-info .price {
	margin: 1rem 0;
}
.product-info #product-details-tab {
	padding: 2rem 0;
}
.product-info #product-details-tab h3 {
	margin-top: 1.5rem;
}
.product-info #product-details-tab p {
	margin-top: 0;
}
ul.shop_attributes.browser-default {
	list-style: none;
	padding-left: 0;
}
.media-list > li > * {
	display: block;
}
.media-list > li > img {
	margin-bottom: 0.5em;
}
.search-form button {
	display: none;
}
.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--grey);
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: red;
	text-decoration-color: var(--dark);
}
.btn,
.btn-large,
.btn-small {
	color: var(--dark);
	background-color: transparent;
	box-shadow: none;
}
/* .price::before{content: "Ã¢â€šÂ¦";margin-right: 5px;} */
.pagination {
	text-align: right;
}
/* Modal */
.modal-overlay {
	background-color: var(--light);
}
div#newsletter-modal {
	text-align: center;
	width: 360px; /* height: 360px; */
}
div#newsletter-modal .modal-hearder {
	text-align: right;
}
div#newsletter-modal .modal-content {
	padding: 0 2em;
}
div#newsletter-modal h3 {
	font-size: 5vh;
}
div#newsletter-modal ::-webkit-input-placeholder {
	text-align: center;
}
div#newsletter-modal :-moz-placeholder {
	text-align: center;
}
div#newsletter-modal ::-moz-placeholder {
	text-align: center;
}
div#newsletter-modal :-ms-input-placeholder {
	text-align: center;
}
div#size-guide-modal {
	width: 80%;
}
.size-chart-display .tabs .tab a {
	display: flex;
}
/* Tabs */
.tabs {
	background-color: transparent;
}
.tabs .tab {
	text-transform: capitalize;
}
.tabs .tab.uncap {
	text-transform: none;
}
.tabs .tab a,
.tabs .tab a:hover,
.tabs .tab a.active {
	color: var(--dark);
	text-decoration-color: var(--dark);
	border-bottom: none;
}
.tabs .tab a:hover,
.tabs .tab a.active {
	border-bottom: var(--dark) 1px solid;
}
.tabs .tab a:focus,
.tabs .tab a:focus.active {
	background-color: transparent;
}

/* Form */
/* Select */
/* #wcpbc-country-switcher,  */
#billing_country,
#shipping_country,
#shipping_state {
	display: initial;
}
/* End select */
option[value=""][disabled] {
	display: none;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	cursor: pointer;
}
input:not([type]),
input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="url"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="date"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="search"]:not(.browser-default),
textarea.materialize-textarea,
.select2-container--default .select2-selection--single,
input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	/* background-color: none; */
	height: 2em;
	color: var(--grey);
	border: none;
	border-bottom: var(--grey) 1px solid;
}
.dropdown-content li {
	min-height: calc(2 * var(--gutter));
}
.dropdown-content li > a,
.dropdown-content li > span {
	font-size: 1em;
	color: var(--dark);
	padding: 0.25em 0.5em;
}
input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input.not-fullwidth:not([type]),
input.not-fullwidth[type="text"]:not(.browser-default),
input.not-fullwidth[type="password"]:not(.browser-default),
input.not-fullwidth[type="email"]:not(.browser-default),
input.not-fullwidth[type="url"]:not(.browser-default),
input.not-fullwidth[type="time"]:not(.browser-default),
input.not-fullwidth[type="date"]:not(.browser-default),
input.not-fullwidth[type="datetime"]:not(.browser-default),
input.not-fullwidth[type="datetime-local"]:not(.browser-default),
input.not-fullwidth[type="tel"]:not(.browser-default),
input.not-fullwidth[type="number"]:not(.browser-default),
input.not-fullwidth[type="search"]:not(.browser-default),
textarea.fullwidth.materialize-textarea {
	width: 80%;
}
/* input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) */
#newsletter-modal .newsletter-widget input[type="email"]:not(.browser-default),
#newsletter-modal
	.newsletter-widget
	input[type="email"]:not(.browser-default):focus:not([readonly]),
footer .newsletter-widget input[type="email"]:not(.browser-default),
footer
	.newsletter-widget
	input[type="email"]:not(.browser-default):focus:not([readonly]) {
	border-bottom: var(--dark) 1px solid;
	box-shadow: none;
	background-color: transparent;
}
.product-variations li .select-dropdown,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled
	.quantity
	.input-text,
.woocommerce div.product form.cart div.quantity .input-text,
.woocommerce .select-wrapper input.select-dropdown:focus {
	border-bottom: none; /* text-align: right; */
}
select.variation-option-select {
	display: block;
}
ul.product-variations {
	margin-bottom: 0;
}
.woocommerce div.product form.cart .single_variation_wrap div.quantity {
	display: none !important;
}
.woocommerce div.product form.cart .button {
	display: block;
	width: 100%;
	float: none;
}
.cwginstock-subscribe-form .panel-primary,
.cwginstock-subscribe-form .panel-primary > .panel-heading {
	border: none;
}
.cwginstock-subscribe-form .panel-primary > .panel-heading {
	background-color: var(--lightgrey);
}
.cwginstock-subscribe-form .panel-primary > .panel-heading > h4 {
	color: var(--dark);
	margin: 0;
}
.shipping-class-description,
.pay-later-info {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
p.shipping-class-description a:link,
p.pay-later-info a:link,
.product-variations a {
	text-decoration: underline;
	color: var(--grey);
}
.pay-later-info p {
	text-align: center;
}
.pay-later-info img {
	max-width: 60px;
}
.page-content a:link,
.page-content p a:link,
.page-content li a:link {
	text-decoration: underline;
}
footer .newsletter-widget h3 {
	font-size: 1em;
}
.body-area.page-template-template-contact-php > div {
	padding: var(--gutter);
}
.body-area .contact-us-content {
	background-color: var(--lightgrey);
	padding: var(--gutter);
}
.body-area .contact-us-form form {
	max-width: 400px;
}
.body-area div.wpforms-container-full .wpforms-form input[type="submit"],
.body-area div.wpforms-container-full .wpforms-form button[type="submit"],
.body-area div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: var(--dark);
	color: var(--light);
	padding: 10px 15px;
	padding: 1em;
	width: 100%;
}
.btn,
.woocommerce button.single_add_to_cart_button.button,
.woocommerce .cwgstock_button,
footer .newsletter-widget .tnp-widget-minimal input.tnp-submit,
.mailpoet_submit,
.body-area.woocommerce #respond input#submit,
.body-area.woocommerce a.button,
.body-area.woocommerce button.button,
.body-area.woocommerce input.button,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.button.product_type_simple.add_to_cart_button,
.button.product_type_simple.add_to_cart_button:hover,
.button.product_type_simple.add_to_cart_button:active,
.woocommerce a.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: var(--dark);
	color: var(--lightgrey);
	font-weight: normal;
	padding: 0.5em;
	border: none;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: var(--lightgrey);
	color: var(--dark);
	font-weight: normal;
}
.btn:hover,
.body-area.woocommerce button.single_add_to_cart_button.button:hover,
footer .newsletter-widget .tnp-widget-minimal input.tnp-submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.button.product_type_simple.add_to_cart_button:hover,
.button.product_type_simple.add_to_cart_button:active,
.woocommerce a.button.alt:hover {
	background-color: var(--dark);
}
select[name="billing_state"] {
	display: inline-block;
}

/*------------------------------------*/
/* wrapper */

/*------------------------------------*\
PAGES
\*------------------------------------*/

/*------------------------------------*\
IMAGES
\*------------------------------------*/

@font-face {
	font-family: "Font-Name";
	src: url("fonts/font-name.eot");
	src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
		url("fonts/font-name.woff") format("woff"),
		url("fonts/font-name.ttf") format("truetype"),
		url("fonts/font-name.svg#font-name") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 319px) {
}
/* Smartphone and down */
@media only screen and (max-width: 479px) {
	div#newsletter-modal {
		text-align: center;
		width: 90%;
	}
	div#size-guide-modal {
		width: 100%;
		font-size: 12px;
	}
	div#size-guide-modal .modal-content {
		padding: 0;
	}
}
/* Tablet and down */
@media only screen and (max-width: 767px) {
	.show-sm {
		display: block;
	}

	body {
		font-size: 1.75vh;
	}
	.container,
	.header-container {
		width: 100%;
		padding: 0 var(--gutter);
	}
	body .page-template-template-location-select {
		justify-content: flex-end;
		height: 100vh;
		padding-bottom: 1rem;
	}
	div#locaton-selector-content-area {
		bottom: 1rem;
	}
	/* header .brand .logo img{max-width: 80px;} */
	/* body.woocommerce span.cart-total{top: 0px;} */
	.mobile-menu-trigger {
		display: block;
		font-size: 32px;
		padding-top: 7px;
	}
	/* .mobile-menu-trigger .material-icons{font-size: 1em;} */
	header .search-form {
		display: none;
	}
	header.mobile-menu {
		/* text-align: center; */
		background-color: var(--light);
		opacity: 1;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		font-size: 1.25em;
		color: var(--dark);
		border-right: var(--lightgrey) 1px solid;
		z-index: 99;
	}
	header.mobile-menu > ul.main-nav > li {
		margin: 0 0 0.5em 0;
	}
	header.mobile-menu > ul > li > a {
		color: var(--dark);
	}
	header.mobile-menu #top-nav ul > li.menu-item-has-children {
		font-family: "Font Awesome 5 Free";
	}
	header.mobile-menu #top-nav ul > li.menu-item-has-children::before {
		font-family: "Font Awesome 5 Free";
		content: "+";
		display: inline-block;
		position: absolute;
		right: 1.75em;
	}
	header.mobile-menu #top-nav ul > li.menu-item-has-children:hover::before,
	header.mobile-menu #top-nav ul > li.menu-item-has-children.open::before {
		content: "-";
	}
	header.mobile-menu #top-nav ul > li.menu-item-has-children.close::before {
		content: "+";
	}
	/* #top-nav .mobile-menu-trigger{position: absolute;top: 1em;right: 1em;} */
	#top-nav {
		padding: 1em 0;
	}
	header.mobile-menu > form {
		order: 1;
		width: 90%;
	}
	header.mobile-menu > form > input[type="search"]:not(.browser-default) {
		display: block;
		height: 2em;
		font-size: 1em;
		color: var(--dark);
	}
	header.mobile-menu form.search-form > .search-btn {
		display: none;
	}
	.main-nav > li.menu-item-has-children:hover > ul.sub-menu {
		display: none;
	}
	.main-nav li.menu-item-has-children.close ul.sub-menu {
		display: none !important;
	}
	.main-nav li.menu-item {
		padding: 0.5em 0;
	}
	header.mobile-menu > ul.main-nav > li.menu-item.menu-spacer {
		visibility: hidden;
		padding: 0;
	}
	.main-nav > li.menu-item-has-children:hover > ul.sub-menu,
	li.menu-item-has-children > ul.sub-menu {
		/* min-height: 50vh; */
		position: relative;
	}
	.main-nav > li.menu-item-has-children:hover > ul.sub-menu,
	.main-nav > li.menu-item-has-children.open > ul.sub-menu {
		display: block;
		width: 90vw;
	}
	ul.main-nav > li.menu-item-has-children:hover > ul.sub-menu li,
	ul.main-nav > li.menu-item-has-children.open > ul.sub-menu li {
		width: 100%;
	}
	ul.main-nav > li.menu-item-has-children:hover > ul.sub-menu li .menu-image {
		display: none;
	}
	ul.main-nav > li.menu-item-has-children:hover > ul.sub-menu li ul {
		display: none;
		width: 80%; /* padding-left: 2em; */
		position: relative;
	}
	ul.main-nav > li.menu-item-has-children:hover > ul.sub-menu li:hover ul {
		display: block;
	}
	ul.main-nav > li.menu-item-has-children:hover > ul.sub-menu li ul li a {
		display: block;
	}
	.home .shop-list > li,
	.home .stories-list > li {
		padding: 0 calc(var(--gutter) / 2);
	}

	header.mobile-menu .brand,
	header.mobile-menu .main-tools .cart-notification,
	header.mobile-menu .main-tools .account {
		display: none;
	}
	.cart-notification {
		position: relative;
		width: 100%;
	}
	.cart-notification .bag-count {
		position: relative;
		float: right;
	}
	#top-nav .mobile-menu-trigger {
		/* position: absolute;top:0; */ /* right: 0.25em; */
		color: var(--dark);
		line-height: 0.5em;
	}
	header.mobile-menu .main-tools,
	header.mobile-menu .main-tools form {
		order: -2;
		width: 100%;
	}
	header.mobile-menu form.search-form {
		display: flex;
	}
	header.mobile-menu
		form.search-form
		> input[type="search"]:not(.browser-default) {
		display: inline-block;
		width: 100%;
		height: 50px;
		color: var(--dark);
		border-bottom-color: var(--lightgrey);
		padding-left: 1em;
	}
	header.mobile-menu .main-tools form .search-btn,
	header.mobile-menu .mobile-menu-trigger {
		height: 50px;
		padding-top: 20px;
	}
	header.mobile-menu .mobile-menu-trigger {
		font-size: 1.5em;
		position: absolute;
		top: 1em;
		right: 1em;
		padding-top: 0;
	}
	.home-banner {
		background: transparent !important;
	}
	ul.shop-modify > li .refine-trigger,
	.shop-modify
		.woocommerce-widget-layered-nav
		> h3[type="text"]:not(.browser-default) {
		text-align: left;
	}
	.woocommerce-ordering .select-wrapper input,
	.woocommerce-ordering .select-wrapper .dropdown-content.select-dropdown li,
	.shop-modify .woocommerce-ordering input {
		text-align: right;
	}
	/* .woocommerce-ordering .select-wrapper .dropdown-content.select-dropdown{text-align: center;}
	.woocommerce-ordering .select-wrapper .dropdown-content.select-dropdown li, .woocommerce-ordering .select-wrapper .dropdown-content.select-dropdown li span{display: inline-block;width: auto;}
	.woocommerce-ordering .select-wrapper .dropdown-content.select-dropdown li{border-right: var(--lightgrey) 1px solid;}
	.woocommerce-ordering .select-wrapper .dropdown-content.select-dropdown li:first-child{display: none;}
	.woocommerce-ordering .select-wrapper .dropdown-content.select-dropdown li:last-child{border-right: none;} */
	.woocommerce .shop-modify > li.opened > .refine-tools {
		display: flex;
		flex-direction: row; /* position: absolute; */
		width: calc(100vw - calc(2 * var(--gutter)));
	}
	.shop-modify
		.woocommerce-widget-layered-nav.opened
		> ul.woocommerce-widget-layered-nav-list {
		width: 100%;
		top: 2em;
		left: 0;
	}
	form.woocommerce-ordering .dropdown-content.select-dropdown {
		position: absolute;
		width: 200% !important;
		left: -100% !important;
	}
	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		width: auto;
		margin-bottom: 0;
	}
	footer .newsletter-widget {
		margin-bottom: 5vh;
	}
}
/* Laptop and down */
@media only screen and (max-width: 1199px) {
}

@media only screen and (min-width: 320px) {
}
/* Smartphone and up */
@media only screen and (min-width: 480px) {
	footer .newsletter-widget form.tnp-form,
	footer .newsletter-widget .widget_mailpoet_form {
		width: 80%;
	}
}
/* Tablet and up */
@media only screen and (min-width: 768px) {
	.show-lg {
		display: block;
	}
	.container {
		width: 90%;
	}
	body .page-template-template-location-select {
		justify-content: center;
	}
	body.page-template-template-location-select .container {
		margin-left: 5em;
	}
	/* .brand {
		width: 260px;
	} */ /* This was done strictly for positioning, pushing the menu to make it centered. There should be  bette way. */
	.main-tools {
		margin-top: -7px;
	}
	.main-tools > * {
		float: left;
		margin: 0 1em;
	}
	a.bag-count:after {
		content: "Bag";
	}
	header
		form.search-form.opened
		> input[type="search"]:not(.browser-default) {
		display: inline-block;
		width: 400px;
		-webkit-transition: width 2s;
		transition: width 2s;
	}

	header form.search-form.opened .search-btn {
		display: none;
	}
	.main-nav > li.menu-item-has-children:hover > ul.sub-menu {
		display: block;
		background-color: var(--light);
		border-bottom: var(--lightgrey) 2px solid;
		left: 0;
		display: flex;
		justify-content: space-around;
		width: 100%;
		padding: 2em 4em 1em;
		z-index: 99;
	}
	.home-banner {
		/* min-height:90vh; */
	}
	.home-banner .banner-image {
		display: block;
	}
	div#newsletter-modal {
		text-align: center; /* width: 40%; */
		margin-top: 3vh;
	}
}
/* Laptop and up */
@media only screen and (min-width: 1200px) {
}
/* Smartphone */
@media only screen and (min-width: 320px) and (max-width: 479px) {
}
/* Tablet */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 144dpi) {
}

/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	background: unset;
}
.page-template.page-template-template-campaign-gallery
	.wp-block-gallery
	.blocks-gallery-image
	figure,
.page-template.page-template-template-campaign-gallery
	.wp-block-gallery
	.blocks-gallery-item
	figure {
	flex-direction: column;
}
.page-template.page-template-template-campaign-gallery
	.wp-block-gallery
	.blocks-gallery-image
	figcaption,
.page-template.page-template-template-campaign-gallery
	.wp-block-gallery
	.blocks-gallery-item
	figcaption {
	position: unset;
	bottom: unset;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: left;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
POSTS
\*------------------------------------*/
.page-template.page-template-template_archive {
	padding: 0;
}
.journal-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-top: var(--lightgrey) 3px solid;
	margin: 2rem auto;
	padding: 2rem 0;
}
.journal-list li .post-title {
	font-size: 2rem;
	text-align: center;
}
.journal-list li .post-image {
	margin: 2em auto;
}
.journal-list li .post-intro {
	font-size: 1.25rem;
}
/* .body-area.single.single-post{display: block;} */
div.post-template-default.single.single-post {
	max-width: 1000px;
	padding: 1em;
}
.single.single-post
	.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	text-align: center;
	margin: 0 auto;
}
div.post-template-default.single.single-post h1 {
	text-transform: uppercase;
	margin-bottom: 2em;
}
div.post-template-default.single.single-post h3 {
	margin: 0 0 1em;
}
div.post-template-default.single.single-post p {
	margin: 0 0 1em;
}
div.post-template-default.single.single-post .wp-block-image {
	margin-bottom: 3em;
}
h1.title,
h2.title {
	margin-top: 2em;
	margin-bottom: 2em;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	width: unset;
}
@media only screen and (max-width: 767px) {
	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		flex-direction: column-reverse;
	}
}
@media only screen and (min-width: 768px) {
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .cross-sells {
		flex-grow: 1;
		flex-basis: 0;
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		padding-left: 1rem;
	}
}
.woocommerce .cross-sells .shop-list {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
}
.woocommerce .cross-sells .shop-list li {
	margin-right: 1em;
	display: inline-block;
	width: 35%;
}
.woocommerce .cross-sells .shop-list li:nth-child(3n) {
	margin-right: unset;
}
@media only screen and (max-width: 480px) {
	body:not(.page-template-template-campaign-gallery) .wc-block-grid__products,
	ul.related-products {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	body:not(.page-template-template-campaign-gallery)
		ul.wc-block-grid__products
		li,
	ul.related-products li,
	.woocommerce .cross-sells .shop-list li {
		margin-right: 1em;
		display: inline-block;
		width: 66vw;
	}
	.wc-block-grid__product .wc-block-grid__product-title {
		font-weight: normal;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 481px) {
	.wc-block-grid__products,
	ul.related-products {
		display: grid;
		grid-gap: 1em;
		grid-template-columns: repeat(4, 1fr);
	}
}
.wc-block-grid__products li .wc-block-grid__product-add-to-cart {
	display: none;
}
/*------------------------------------*\
WOOCOMMERCE
\*------------------------------------*/
.body-area.shop .woocommerce {
	display: flex;
	flex-direction: column;
}
nav.woocommerce-pagination {
	margin-top: 3em;
}
.body-area .woocommerce-error,
.woocommerce-info,
.body-area .woocommerce-message {
	border-top-color: var(--lightgrey);
	padding-left: 1em;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	position: relative;
}
.screen-reader-text {
	clip: unset;
	height: auto;
	position: relative !important;
	width: auto;
}
.colour-attr-display {
	display: flex;
	align-items: center;
}
.colour-attr-display .colour-display {
	width: 30px;
	height: 30px;
	margin: 0.5em;
	display: block;
}
.attribute-variation[type="radio"]:not(:checked) + span,
.attribute-variation[type="radio"]:checked + span {
	background-color: var(--lightgrey);
	text-align: center;
	color: var(--dark);
	padding: 0 0 0 0;
	height: 40px;
}
.variation-pa_size .attribute-variation[type="radio"] + span,
.variation-pa_colour .attribute-variation[type="radio"] + span,
ul.product-other-types li {
	width: 40px;
}
.product-description .up-sells {
	display: none;
}
.product-description ol {
	list-style: none;
}
ul.product-other-types li {
	height: 40px;
	margin-right: 1em;
}
ul.product-other-types li:hover,
ul.product-other-types li:focus,
ul.product-other-types li.selected {
	border: var(--dark) 2px solid; /* padding:1px; */
}
ul.product-other-types li a {
	display: block;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.variation-pa_colour .attribute-variation[type="radio"] + span,
ul.product-other-types li {
	border: var(--grey) 1px solid;
}
.attribute-variation[type="radio"] + img {
	width: calc(2 * var(--gutter));
	height: calc(2 * var(--gutter));
}
.attribute-variation[type="radio"]:checked + span,
.attribute-variation[type="radio"]:hover:enabled + span {
	background-color: var(--dark);
	color: var(--lightgrey);
	border: var(--dark) 2px solid;
}
.attribute-variation[type="radio"]:disabled + span {
	color: var(--light);
	cursor: text;
}
.attribute-variation[type="radio"]:not(:checked) + span:before,
.attribute-variation[type="radio"]:not(:checked) + span:after {
	display: none;
}
.attribute-variation[type="radio"]:not(:checked) + span:before,
.attribute-variation[type="radio"]:not(:checked) + span:after,
.attribute-variation[type="radio"]:checked + span:before,
.attribute-variation[type="radio"]:checked + span:after,
.attribute-variation[type="radio"].with-gap:checked + span:before,
.attribute-variation[type="radio"].with-gap:checked + span:after {
	display: none;
}
/* .attribute-variation[type="radio"]:not(:checked)+img{opacity: 0.5;} */
.attribute-variation[type="radio"]:checked + img {
	opacity: 1;
	border: var(--dark) 2px solid;
	padding: 2px;
}
.woocommerce input[type="number"]:not(.browser-default) {
	border-bottom: none;
}
.single_add_to_cart_button.button {
	height: 40px;
}
.woocommerce-message::before {
	color: var(--grey);
}

.woocommerce-cart table.cart .qty-update {
	display: flex;
}
.woocommerce-cart table.cart .qty-update > input,
.woocommerce-cart table.cart .qty-update:before,
.woocommerce-cart table.cart .qty-update:after {
	text-align: center;
}
.woocommerce-cart
	table.cart
	.qty-update
	input[type="number"]:not(.browser-default) {
	width: auto;
}
.woocommerce-cart table.cart .qty-update .qty-update-down,
.woocommerce-cart table.cart .qty-update .qty-update-up {
	cursor: pointer;
	padding: 0.25em 1em;
	border: var(--lightgrey) 1px solid;
	font-weight: bold;
}
.woocommerce td.product-name dl.variation p {
	margin-top: 0;
}

.woocommerce-cart table.cart input.qty-update:before,
.woocommerce-cart table.cart input.qty-update:after {
	display: inline-block;
}
.woocommerce-cart table.cart input.qty-update:before {
	content: "-";
}
.woocommerce-cart table.cart input.qty-update:after {
	content: "+";
}

/* Psuedo Checkout Page */
#x-customer_details-page button.button.checkout-pages {
	margin-top: 3rem !important;
}
#add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
	max-width: 40px;
	padding-left: 3px;
	margin: 0;
}
form.checkout.woocommerce-checkout {
}
form.checkout.woocommerce-checkout #x-pay-page {
	display: none;
}
form.checkout.woocommerce-checkout.pay-page-active #x-customer_details-page {
	display: none;
}
form.checkout.woocommerce-checkout.pay-page-active #x-pay-page {
	display: block;
}
form.checkout.woocommerce-checkout.pay-page-active .form-row.place-order {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: flex-start;
}
form.checkout.woocommerce-checkout.pay-page-active
	.form-row.place-order
	.woocommerce-terms-and-conditions-wrapper,
form.checkout.woocommerce-checkout.pay-page-active
	.form-row.place-order
	.x-pay-buttons {
	order: 1;
}
.x-pay-buttons {
	display: flex;
	justify-content: space-between;
}

form.checkout.woocommerce-checkout.pay-page-active
	.form-row.place-order
	.woocommerce-terms-and-conditions-wrapper
	span.required {
	display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background-color: var(--light);
}
#add_payment_method #payment label,
.woocommerce-cart #payment label,
.woocommerce-checkout #payment label {
	font-size: 1.15em;
	cursor: pointer;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	border: var(--dark) 2px dashed;
}
.custumer-account-tools a i.small {
	font-size: 0.8em;
	columns: var(--grey);
}
/* Account */
.my-account .woocommerce {
	display: flex;
	gap: 2rem;
	margin-top: 3rem;
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: auto;
}
.woocommerce-account .woocommerce-MyAccount-content {
	flex-grow: 1;
}
.woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: column;
}
.woocommerce-MyAccount-navigation ul li {
	text-align: right;
}
.woocommerce-MyAccount-navigation ul li a {
	color: var(--dark);
	line-height: 3rem;
}
/* .woocommerce-MyAccount-navigation ul li.is-active {
	background-color: var(--dark);
} */
.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: var(--dark);
	color: var(--light);
	line-height: 3.5rem;
}
.woocommerce table.my_account_orders .button {
	margin-right: 1rem;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
	th {
	background-color: var(--dark);
	color: var(--light);
	font-size: 1.5rem;
	padding: 1rem;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
	td {
	padding: 0.5rem;
}
.wcrw-new-request-wrapper [type="checkbox"]:not(:checked),
.wcrw-new-request-wrapper [type="checkbox"]:checked {
	position: relative;
	opacity: 1;
	pointer-events: unset;
}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
