/*
 Theme Name:   Storefront Child
 Description:  Storefront Child Theme
 Template:     storefront
 Version:      1.0.0
 Text Domain:  storefront-child
*/
.mobile-only {
	display: none !important;
}
html {
	background: #fff;
}
body {
	font-family: 'Open Sans', sans-serif;
}
body.woocommerce-page:not(.tax-product_cat) .header-widget-region {
	display: none;
}
body.custom-background {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover !important;
}
.site-footer {
	background: rgba(32,32,32,0.9);
}
.widget .widget-title, .widget .widgettitle {
	margin-bottom: 0;
	padding-bottom: 4px;
	border: none;
}
a:focus, .button:focus, .button.alt:focus, .button.added_to_cart:focus, .button.wc-forward:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	outline: none;
}
ul.menu li.current-menu-item>a {
	color: #fff;
}
.widget_nav_menu ul li {
	padding-left: 0;
	margin-bottom: 4px;
}
.widget_nav_menu ul li:before {
	display: none;
}
.widget.widget_text p {
	margin-bottom: 4px;
}
.woocommerce-breadcrumb {
	margin-bottom: 2em;
	background: rgba(0,0,0,0.1);
}
.woocommerce-breadcrumb a, a.woocommerce-review-link, .product_meta a {
	color: #333;
}
#content {
	min-height: 700px;
	background: rgba(255,255,255,0.9);
}
.scrolled .storefront-breadcrumb,
.home.scrolled .site-main {
	margin-top: 83px;
}
.storefront-breadcrumb {
	background: rgba(32,32,32,0.9);
	margin-bottom: 0;
}
#content img {
	border: 1px solid #000;
}
.woocommerce-product-gallery__image--placeholder {
	-webkit-box-shadow: 0px 20px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 20px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
	border: none;
	margin: 10px;
}
#content .woocommerce-product-gallery__image--placeholder img {
	border: none;
}
.header-widget-region {
	background: rgba(255,255,255,0.85);
}
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title,
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content,
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb .breadcrumb-separator::after {
	color: #fff;
}
.woocommerce-breadcrumb .breadcrumb-separator::after {
	opacity: 1;
}
.woocommerce-breadcrumb {
	margin-bottom: 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments,
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background: rgba(135, 42, 42, 0.8);
}
.site-main,
.right-sidebar .widget-area {
	margin-top: 2em;
}
.home .site-main {
	margin-top: 0;
}
table tbody tr:nth-child(2n) td, fieldset, fieldset legend {
	background: transparent;
}
fieldset {
	border: 1px solid rgba(135, 42, 42, 0.8);
}
.input-text, input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea {
	padding: 0.3em 0.6em;
	border: 1px solid #aaaaaa;
}
.input-text:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
	background: #f2f2f2;
}
table th, table tbody td {
	background: transparent;
}
table.cart td.product-remove, table.cart td.actions {
	border: none;
}
#order_review {
	background: #f2f2f2;
	border: 1px solid rgba(135, 42, 42, 0.8);
}
#payment .payment_methods > li:not(.woocommerce-notice),
#payment .payment_methods > li:not(.woocommerce-notice):hover,
#payment .payment_methods > li .payment_box, #payment .place-order {
	background: #f2f2f2;
}
#payment .payment_methods li .payment_box {
	padding-top: 0;
}
.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 rgba(135, 42, 42, 0.8);
}
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #f2f2f2;
}
.required {
	text-decoration: none;
}
.bowlers .bowler {
}
.bowlers .bowler .image {
	width: 33%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.bowlers .bowler .tabs_container {
	width: 65%;
	float: left;
}
.bowlers .bowler .tabs_container .tabs > div {
	float: left;
	cursor: pointer;
	padding: 10px 20px;
	text-align: center;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	width: 34%;
	font-weight: bold;
}
.bowlers .bowler .tabs_container .tabs > div:first-child,
.bowlers .bowler .tabs_container .tabs > div:last-child {
	width: 33%;
	border-radius: 5px 0 0 0;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
.bowlers .bowler .tabs_container .tabs > div:last-child {
	border-radius: 0 5px 0 0;
}
.bowlers .bowler .tabs_container .tabs > div.active {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.1);
}
.bowlers .bowler .tabs_container .tab_content {
	clear: both;
	border: 1px solid #333333;
	border-top: none;
	padding: 20px;
	background: rgba(0, 0, 0, 0.1);
}
.bowlers .bowler .tabs_container .tab_content > div {
	display: none;
	padding-bottom: 20px;
}
.bowlers .bowler .tabs_container .tab_content > div.active {
	display: block;
}
.bowlers .bowler .tabs_container .tab_content > div h4.title {
	display: none;
}
.bowlers .bowler img {
	width: 100%;
}
.bowlers .bowler span {
	font-weight: bold;
}
.bowlers .bowler p {
	margin-bottom: 4px;
}
.testimonial {
	border: 1px solid #333333;
	padding: 20px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.testimonial h3 span {
	font-size: 0.75em;
}
.testimonial .content p {
	margin-bottom: 4px;
}
.honours {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-top: 50px;
}
.honours:last-child {
	margin-right: 0;
}
.honour {
	margin-bottom: 20px;
	border: 1px solid #333333;
	padding: 20px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.honour h3 {
	margin-bottom: 0;
}
.honour .content {
	margin-bottom: 10px;
}
.honour .content p {
	margin-bottom: 4px;
}
.header-widget-region .widget {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}

#secondary.widget-area .widget {
	margin-bottom: 1.5em;
}

.header-widget-region .widget .widget-title,
#secondary.widget-area .widget .widget-title {
	cursor: pointer;
}
.header-widget-region .widget .widget-title:after,
#secondary.widget-area .widget .widget-title:after {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	position: relative;
	top: 2px;
	left: 6px;
}
.header-widget-region .widget.open .widget-title:after,
#secondary.widget-area .widget.open .widget-title:after {
	content: '\f106';
}
.header-widget-region li {
	display: inline-block;
	margin-right: 40px;
}
.header-widget-region .widget.woocommerce li .count {
	float: none;
	padding-left: 4px;
}
.header-widget-region .widget_layered_nav > ul,
#secondary.widget-area .widget_layered_nav > ul {
	display: none;
}
.header-widget-region .widget_layered_nav.open > ul,
#secondary.widget-area .widget_layered_nav.open > ul {
	display: block;
}
.header-widget-region .widget_layered_nav > ul > li
#secondary.widget-area .widget_layered_nav > ul > li {
	background: #333;
	color: #fff;
	padding: 0;
	margin-right: -6px;
	display: block;
	text-align: center;
}
.header-widget-region .widget_layered_nav > ul > li a {
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
}
.header-widget-region .widget_layered_nav > ul > li:hover,
.header-widget-region .widget_layered_nav > ul > li.chosen {
	background: rgba(135, 42, 42, 0.8);
}
.header-widget-region .widget_layered_nav > ul > li.chosen:before {
	display: none;
}
.header-widget-region .widget_layered_nav > ul > li:before {
	display: none;
}
.header-widget-region .widget_layered_nav > ul > li.chosen {
	padding-left: 0;
}
.header-widget-region .widget_layered_nav > ul > li.chosen:before {
	display: none;
}
.woocommerce-page:not(.tax-product_cat) .widget-area {
	display: none;
}
.woocommerce-page:not(.tax-product_cat) .content-area {
	width: 100%;
}


.half-width {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 4.235801032em;
}
.half-width-right {
	margin-right: 0;
}
.homepage-about-text, .homepage-about-video {
	width: 33%;
	float: left;
	margin-right: 2%;
	margin-bottom: 4.235801032em;
}
.homepage-about-video {
	width: 65%;
	margin-right: 0;
}
.wpcf7-form p {
	margin-bottom: 4px;
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=password],
.wpcf7-form input[type=search],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url],
.wpcf7-form textarea {
	width: 100%;
}
.wpcf7-form input[type="submit"] {
	margin-top: 12px;
}
.calendar.tabs_container {
}
.calendar.tabs_container .tabs > div {
	float: left;
	cursor: pointer;
	padding: 10px 20px;
	text-align: center;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	width: 50%;
	font-weight: bold;
}
.calendar.tabs_container .tabs > div:first-child,
.calendar.tabs_container .tabs > div:last-child {
	border-radius: 5px 0 0 0;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
.calendar.tabs_container .tabs > div:last-child {
	border-radius: 0 5px 0 0;
}
.calendar.tabs_container .tabs > div.active {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.1);
}
.calendar.tabs_container .tab_content {
	clear: both;
	border: 1px solid #333333;
	border-top: none;
	padding: 20px;
	background: rgba(0, 0, 0, 0.1);
}
.calendar.tabs_container .tab_content > div {
	display: none;
	padding-bottom: 20px;
}
.calendar.tabs_container .tab_content > div.active {
	display: block;
}
.calendar.tabs_container .tab_content > div h4.title {
	display: none;
}
.storefront-primary-navigation {
	text-align: center;
	background: #fff;
}
.scrolled .site-header {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

@media (min-width: 1025px) {
	.site-header .site-branding {
		transition: height 10s ease-out;
	}

	.scrolled .site-header .site-branding {
		height: 0;
		overflow: hidden;
	}

	.scrolled.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
		transition: margin 0.1s ease-out;
	}

	.scrolled.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
		margin-bottom: 0;
	}
}

.site-header {
	padding-top: 0;
}
.woocommerce-active .site-header .site-header-cart {
	z-index: 1;
	text-align: right;
	width: auto;
}
.woocommerce-active .site-header .site-header-cart li:first-child {
	margin-bottom: 9px;
}
.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
	float: right;
	width: auto;
	margin-right: 0.875em;
	z-index: 1;
}
.secondary-navigation ul.menu a,
.site-header-cart .cart-contents {
	color: #fff !important;
}
.secondary-navigation ul.menu a:hover,
.site-header-cart .cart-contents:hover {
	color: #fff !important;
}
.woocommerce-active .site-header:before {
	background: #202020;
	z-index: 0;
	position: absolute;
	content: '';
	display: block;
	height: 42px;
	width: 100%;
	left: 0;
	right: 0;
}
.woocommerce-active .site-header .small-logo {
	display: none;
	position: fixed;
	top: 6px;
	left: -200px;
	content: '';
	padding: 0;
	background: transparent;
	width: 183px;
	height: 70px;
	display: block;
	-webkit-transition: left 0.1s linear;
	transition: left 0.1s linear;
}
.woocommerce-active .site-header .small-logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.woocommerce-active.scrolled .site-header .small-logo {
	left: 20px;
	top: 3em;
}
.site-header-cart .cart-contents:after {
	float: none;
	margin-left: 0.875em;
}
.site-header-cart .widget_shopping_cart {
	text-align: left;
	margin-left: -100%;
	width: 200%;
}
.secondary-navigation .menu {
	float: left;
}
.secondary-navigation ul.menu li.search a {
	font: normal normal normal 14px/1 FontAwesome;
}
.secondary-navigation ul.menu li.search a i {
	font-style: normal;
}
.woocommerce-active .site-header .site-search {
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
}
.site-header .site-search form {
	width: 50%;
	display: none;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
}
.site-header .site-search .widget_product_search form:before {
	display: none;
}
.site-header .site-search .widget_product_search form input[type=search],
.site-header .site-search .widget_product_search form input[type=text] {
	padding-left: 1.41575em;
	background: #fff;
	border: none;
	border-bottom: 1px solid #aaaaaa;
	box-shadow: none;
	margin-bottom: 20px;
}
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail {
	background-attachment: fixed;
}
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
	float: none;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
.site-header .custom-logo-link {
	display: inline-block;
}
.product_list_widget li img {
	max-width: 100px;
}
.woocommerce-active .site-header .main-navigation {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 0;
}
table.shop_table_responsive tbody tr th {
	padding-left: 0;
}
.wc-proceed-to-checkout .button.checkout-button {
	margin-bottom: 0;
}
.wc-proceed-to-checkout .button {
	display: inline-block;
}
.wc-proceed-to-checkout-clone {
	width: 52.9411764706%;
	float: right;
}
.wcppec-checkout-buttons__separator {
	display: none;
}
.wcppec-checkout-buttons {
	display: inline-block;
	float: right;
	margin: 0;
}
.wcppec-checkout-buttons__button {
	padding-top: 0;
	margin-top: 9px;
}
table.cart td.actions input[type=text] {
	padding-top: 9px;
	padding-bottom: 9px;
}
table.cart .product-thumbnail img {
	max-width: 100%;
}
table.cart td,
table.cart th,
table.cart td.product-remove {
	padding: 1em;
}
table.cart td.product-remove a.remove {
	top: -5px;
}
.storefront-product-pagination a {
	color: #fff;
}
table.variations select {
	border: 1px solid #aaaaaa;
	padding: 5px 15px;
}
.order_details > li {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
table.order_details {
	color: #fff;
}
button.menu-toggle span::before, button.menu-toggle::after, button.menu-toggle::before {
	display: none;
}
button.menu-toggle,
button.menu-toggle:hover {
	padding: 0;
	background: transparent url(images/menu.png) no-repeat center center / contain;
	border: none;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.handheld-navigation,
.main-navigation div.menu>ul:not(.nav-menu),
.nav-menu {
	-webkit-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
	max-width: 100%;
}
.main-navigation ul li.focus>ul:before,
.main-navigation ul li:hover>ul:before,
.secondary-navigation ul li.focus>ul:before,
.secondary-navigation ul li:hover>ul:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
}
ul.products li.product {
	background: #fff;
}
ul.products li.product.product-category,
ul.products li.product.product-category .woocommerce-loop-category__title,
ul.products li.product .woocommerce-LoopProduct-link {
	-webkit-box-shadow: 0px 20px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 20px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
}
#content ul.products li.product.product-category img,
#content ul.products li.product .woocommerce-LoopProduct-link img {
	border: none;
	margin: 0;
	border-radius: 0;
}

ul.products li.product.product-category .woocommerce-loop-category__title {
	background: rgba(135, 42, 42, 0.8);
	color: #fff;
	padding: 26px 20px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 24px;
	font-family: arial;
	font-style: italic;
	position: relative;
}
ul.products li.product img {
	margin-bottom: 0;
}
ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2 {
	background: rgba(135, 42, 42, 0.8);
	color: #fff;
	padding: 15px 8px;
	margin: 0;
}
ul.products li.product h2 mark {
	display: none;
}
ul.products li.product .button {
	margin-top: 20px;
}
ul.products li.product .price, .onsale {
	background: rgba(135, 42, 42, 0.8);
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.onsale {
	padding-bottom: 0;
}

.storefront-product-pagination {
	display: none;
}
.quantity input.qty {
	padding-top: 0.55em;
	padding-bottom: 0.55em;
}
.stock.in-stock::before {
	display: none;
}
.related.products {
	padding-left: 10px;
	padding-right: 10px;
}
.backorder_notification {
	display: none;
}
.woocommerce-variation-availability p {
	display: none !important;
}
.woocommerce-variation-availability.show p {
	display: block !important;
}
#shipping_method label {
	font-weight: bold;
}
.shipping-method-description {
	display: none;
}
.shipping-method-description-custom {
	margin-left: 30px;
	margin-bottom: 10px !important;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
	background: rgba(135, 42, 42, 0.8);
	color: #fff;
}
#content ul.products li.product .woocommerce-LoopProduct-link img {
	width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.woocommerce-active .site-header .small-logo {
		display: none;
	}
	button.menu-toggle {
		display: block;
	}
	.primary-navigation {
		display: none;
	}
	.small-logo {
		display: none !important;
	}
	.storefront-primary-navigation > .col-full {
		margin: 0;
	}
	.scrolled .storefront-breadcrumb,
	.home.scrolled .site-main {
		margin-top: 165px;
	}
	.scrolled .site-header {
		/*position: fixed;
		top: -42px;*/
		width: 100%;
	}
	.handheld-navigation {
		display: block;
		background: #fff;
	}
	.scrolled .handheld-navigation {
		position: relative;
	}

	.main-navigation.toggled .handheld-navigation {
		display: block;
	}
	.handheld-navigation ul.menu li {
		display: block;
		text-align: center;
	}
	.handheld-navigation ul.menu > li > a {
		font-weight: bold;
	}
	.handheld-navigation ul.menu li a:after {
		display: none !important;
	}
	.handheld-navigation ul.menu li button {
		color: #333;
	}
	.main-navigation ul.menu {
		background: #fff;
		overflow: auto;
		margin-left: 0;
		padding-top: 2em
	}
	.main-navigation ul.menu ul.sub-menu {
		background: #fff;
		position: relative;
		display: block;
		width: 100%;
	}
	.main-navigation ul ul li a {
		width: 100%;
	}
	.woocommerce-active .site-header .site-branding img {
		z-index: 9999;
		position: relative;
	}

	.storefront-primary-navigation {
		background: transparent;
		margin-top: -50px;
		margin-left: -1.41575em;
		margin-right: -1.41575em;
	}
	.woocommerce-active .site-header .main-navigation {
		position: relative;
		top: -42px;
	}
	.main-navigation .menu {
		position: relative;
		margin-top: 35px;
	}

	.main-navigation ul li.focus>ul:before,
	.main-navigation ul li:hover>ul:before,
	.secondary-navigation ul li.focus>ul:before,
	.secondary-navigation ul li:hover>ul:before {
		display: none;
	}
}

@media (min-width: 1025px) {
	body.scrolled .main-navigation ul.menu {
		padding: 1.2em 0;
	}
}

@media (min-width: 768px) {
	.site-header-cart .cart-contents {
		padding-top: 0.5em;
		padding-bottom: 0;
	}
	.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
}
@media (max-width: 767px) {
	.desktop-only {
		display: none !important;
	}
	.mobile-only {
		display: initial !important;
	}
	.site-main {
		margin-top: 2em;
	}
	.storefront-breadcrumb,
	.home .site-main {
		margin-top: 101px;
	}
	.woocommerce-active .site-header .small-logo {
		display: none;
	}
	.site-header .custom-logo-link img {
		max-width: 185px;
	}
	.storefront-primary-navigation {
		background: transparent;
		margin-top: -50px;
		margin-left: -1.41575em;
		margin-right: -1.41575em;
	}
	.storefront-primary-navigation > .col-full {
		margin-left: 0;
		margin-right: 0;
	}
	button.menu-toggle,
	button.menu-toggle:hover {
		margin-right: 10px;
	}
	.woocommerce-active .site-header .main-navigation {
		position: relative;
		top: -28px;
	}
	.main-navigation .menu {
		position: relative;
		margin-top: 35px;
	}
	.site-header {
		padding-top: 10px;
		padding-bottom: 0;
		position: fixed;
		width: 100%;
	}
	.woocommerce-active .site-header:before {
		display: none;
	}
	.woocommerce-active .site-branding {
		width: auto;
		float: left;
	}
	.woocommerce-active .site-branding a {
		position: relative;
		z-index: 9999;
	}
	.handheld-navigation > ul > li > a {
		font-weight: bold;
	}
	.main-navigation ul ul {
		margin-left: 0;
	}
	.honours {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.bowlers .bowler .image,
	.bowlers .bowler .tabs_container {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.bowlers .bowler .tabs_container .tabs > div {
		display: none;
	}
	.bowlers .bowler .tabs_container .tab_content {
		border: 1px solid #333333;
	}
	.bowlers .bowler .tabs_container .tab_content > div,
	.bowlers .bowler .tabs_container .tab_content > div h4.title {
		display: block;
	}
	.half-width,
	.homepage-about-text, .homepage-about-video {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.wc-proceed-to-checkout {
		text-align: center;
	}
	table.cart td.product-remove a.remove {
		top: 32px;
	}
	.wcppec-checkout-buttons {
		float: none;
	}
	.site-search .widget_product_search form::before {
		display: none;
	}
	.site-search .widget_product_search form input[type=search] {
		text-align: center;
		padding-left: 1.41575em;
		background: #fff;
		border: none;
		border-bottom: 1px solid #aaaaaa;
		box-shadow: none;
	}
	.handheld-navigation ul.menu li button {
		color: #333;
	}
	.main-navigation ul li.focus>ul:before,
	.main-navigation ul li:hover>ul:before,
	.secondary-navigation ul li.focus>ul:before,
	.secondary-navigation ul li:hover>ul:before {
		display: none;
	}
}

.shop_table thead tr th,
.shop_table thead tr td,
.shop_table tbody tr th,
.shop_table tbody tr td,
.shop_table tfoot tr th,
.shop_table tfoot tr td {
	background: transparent !important;
}

.has-post-thumbnail.hentry {
	text-shadow: 2px 2px #000;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

.hentry, .hentry.type-page .entry-header {
	margin-bottom: 2.5em;
}

.hentry h1 {
	margin-bottom: 0;
}

table:not(.has-background) tbody tr td,
table:not(.has-background) tbody tr th {
	background: transparent;
}

table:not(.has-background) tbody tr:nth-child(2n) td,
table:not(.has-background) tbody tr:nth-child(2n) th {
	background: rgba(0,0,0,.05);
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	right: unset;
	left: .875em;
}

ul.products li.sale .onsale {
	position: absolute;
	right: .875em;
	top: .875em;
	font-size: 16px;
	padding: 0 1rem;
}

.product .reset_variations,
.product .woocommerce-variation-availability {
	display: none !important;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs {
	width: calc(100%);
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	float: none;
	width: auto;
	display: inline-block;
	width: calc(25% - 0.3em);
	margin-right: 0.4em;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
	width: 100%;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	width: 100%;
}

#secondary.widget-area {
	margin-top: 3em;
}

#secondary.widget-area .woocommerce-widget-layered-nav-list {
	margin-top: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	border: solid 1px #000;
	border-radius: 5px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport img {
	border: 0 !important;
}

.widget_layered_nav ul li:before {
	display: none;
}

.widget_layered_nav ul li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    margin-right: .5407911001em;
    display: block;
    float: left;
    opacity: .35;
    margin-left: -1.618em;
    width: 1em;
}
.widget_layered_nav li a:before {
    content: "\f0c8";
}

.widget_layered_nav .chosen a:before {
    content: "\f14a";
}

.storefront-full-width-content.woocommerce-cart .entry-header,
.storefront-full-width-content.woocommerce-checkout .entry-header,
.storefront-full-width-content.woocommerce-account .entry-header,
.storefront-full-width-content .woocommerce-products-header {
	padding: 0;
}

.wc-proceed-to-checkout-clone,
.wc-proceed-to-checkout {
	text-align: right;
}

.added_to_cart, .site-header-cart .widget_shopping_cart a.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
button:not(.menu-toggle):not(.dropdown-toggle),
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget a.button,
button.alt,
input[type=button].alt,
input[type=reset].alt,
input[type=submit].alt,
.button.alt,
.widget-area .widget a.button.alt {
	background-color: rgba(135, 42, 42, 0.8);
}

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked+label:before,
#shipping_method li>label:before {
	color: rgba(135, 42, 42, 0.8);
}

.acf-map button {
	background: none padding-box rgb(255, 255, 255);
}

#shipping_method li>label {
	cursor: pointer;
}

#shipping_method li>label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f111";
    margin-right: .5407911001em;
    -webkit-transition: color,ease,.2s;
    transition: color,ease,.2s;
}

#shipping_method li>input[type=radio] {
	display: none;
}

#shipping_method li>input[type=radio]:first-child:checked+label:before {
    content: "\f192";
}

a {
	color: rgba(255, 0, 0, 0.7);
}

#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;
}