@font-face{
	font-family:'Edmonds Logo Font';
	font-display: swap;
	src: url('fonts/edmonds-logo-font.woff2') format('woff2'), url('fonts/edmonds-logo-font.woff') format('woff');
}

@font-face{
	font-family:'Scripty Font';
	font-display: block;
	src: url('fonts/scripty-font-lowercase.woff2') format('woff2'), url('fonts/scripty-font-lowercase.woff') format('woff');
}

@font-face{
	font-family:'Oswald';
	font-weight:400;
	src:url('fonts/oswald-regular.woff2') format('woff2'), url('fonts/oswald-regular.woff') format('woff')
}
@font-face{
	font-family:'Oswald-Bold';
	src:url('fonts/oswald-bold.woff2') format('woff2'), url('fonts/oswald-bold.woff') format('woff')
}

html, body {
	min-height: 100%;
}
#product #details {
    margin-top: 1px;
}
body {
	width: 100%;
	padding: 0 !important;
	margin: 0 auto;
	font-family: Oswald, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	background: #FCFCFC;
}
.addon .name {
display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

} 
#addons > .row{
		display: flex;
		align-items:start;
		flex-wrap:wrap;
		justify-content:space-between
	}

	#addons > .row .addon {
    width: 33%;
}
#addons { 
    margin-bottom: 20px;
    border: 1px solid #FCFCFC; 
    border-radius: 2px;
}

/* Container */
.toggle-group {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 15px;
    
    padding: 15px;
    border-radius: 10px;
    
    margin-bottom: 20px;
    flex-wrap: wrap;
}

/* Remove spacing around forms */
.toggle-group form {
    margin: 0;
    flex: 1 1 100%;
}

/* Hide radios */
.toggle-group input[type="radio"] {
    position: absolute;
    opacity: 0;
}

/* Default button style */
.toggle-group label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    background: #fff;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: 0.25s ease;
    width: 100%;
}

/* Simple hover (rollover) effect */
.toggle-group label:hover {
    background: #efefef;
    border-color: #bbb;
}

/* Selected state */
.toggle-group input[type="radio"]:checked + label {
    background: #e1e1e1;
    border-color: #888;
    color: #111;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
}

/* Icons */
.toggle-group label i {
    font-size: 18px;
}

/* Mobile: full width stacked buttons */
@media (max-width: 768px) {
    .toggle-group {
        flex-direction: column;
    }

    .toggle-group form {
        width: 100%;
    }
}

/* Heading */
.toggle-heading h3 {
    margin-top: 25px;
    text-align: center;
    font-weight: 600;
    color: #333;
}



.row.value {
	margin-left: 15px;
}


.container {
	max-width: 1400px !important;
}

.text-treatments {
	padding: 10px 20px 0;
	font-weight: normal !important;
	font-style: normal !important;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	color: #444;
}

.logo-text,
.logo-text:visited,
.logo-text:hover,
.logo-text:focus,
.logo-text:active {
	cursor: pointer;
	display: inline;
	color: inherit;
	font-family: 'Edmonds Logo Font' !important;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	text-decoration: none;
}

.homepage-tagline {
	cursor: pointer;
	display: block;
	opacity: .85;
	font-size: .9em;
	font-family: 'Scripty Font' !important;
	text-transform: lowercase !important;
	text-shadow: 0 3px 0 rgba(0, 0, 0, .6);
}

@media screen and (min-width: 600px){
	.text-treatments {
		font-size: calc(40px + 26 * (100vw - 600px) / 600);
	}
}

@media screen and (min-width: 1200px){
	.text-treatments {
		font-size: 66px;
	}
}

.homepage .text-treatments {
	position: absolute;
	z-index: 2;
	top: 45%;
	left: 0;
	width: 100%;
	color: #FFF;
	transform: translateY(-90%);
	animation: fadein 2s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.homepage.dom-ready .text-treatments {
	opacity: 1;
	transition: opacity 3s;
}

#top-navigation {
	position: relative;
	color: #777;
	line-height: 56px;
	text-transform: uppercase;
	background: #000;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
}

#top-navigation .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1400px;
	margin: auto;
}

#top-navigation .icon {
	color: #EEE;
	font-size: 21px !important;
}

#top-navigation .menu-item.desktop {
	display: none;
}

#top-navigation .menu-items {
	position: relative;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex: 1;
	width: 100%;
	text-align: center;
	user-select: none;
}

#top-navigation .menu-item {
	position: relative;
	display: inline-block;
	flex: 1;
	padding: 0;
	color: #EEE !important;
	font-size: 13px;
	text-decoration: none !important;
}

@media (min-width: 420px){
	#top-navigation .menu-item {
		padding: 0 10px;
		font-size: 17px;
	}
}

#top-navigation .menu-item:hover {
	color: #222;
	background: rgba(110, 110, 110, .2);
}

#top-navigation .store-hours {
	font-style: italic;
	font-size: 14px;
}

#toggle-search,
#toggle-navigation {
	cursor: pointer;
	user-select: none;
}

#search-container {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	padding: 10px;
	background: #000;
}

#search {
	position: relative;
	width: 100%;
	max-width: none;
	line-height: 0;
}

.show-search #search-container {
	display: block;
}

#search input {
	margin: auto;
	height: 44px !important;
}

#search [type=submit] {
	line-height: 44px;
}

#banner-container {
	position: relative;
	height: calc(100vh - 87px);
	background: #333;
}

.main-banner {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.banner,
.banner-rotator {
	height: 100%;
}

@media (min-width: 768px){
	#top-navigation {
		padding-left: 5px;
		line-height: 50px;
	}

	#top-navigation .menu-item.mobile {
		display: none;
	}

	#top-navigation .menu-item.desktop {
		display: inline-block;
	}

	#top-navigation .menu-items {
		justify-content: flex-end;
	}

	#top-navigation .menu-item {
		flex: initial;
	}
	#top-navigation .menu-item a {
		color: #fff !important;
	}

	#top-navigation .store-hours {
		position: absolute;
		margin-left: calc(8.25em + 35px);
		font-style: italic;
		font-weight: 500;
	}

	#top-navigation .phone-number {
		margin-right: auto;
	}

	#toggle-navigation {
		display: none !important;
	}

	.home #navigation-container {
		position: absolute;
		width: 100%;
	}

	#sticky-navigation {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 3000;
		transition: none;
	}

	/*body:not(.homepage) #sticky-navigation:not(.floating) {
		border-bottom: 1px solid #E6E6E6;
	} */

	#sticky-navigation.floating {
		color: #222;
	}

	#sticky-navigation.floating a {
		color: #222;
		text-shadow: none;
	}

	#sticky-navigation.floating #navigation-container {
		background: rgba(255, 255, 255, .95);
		box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
		transition: background .3s;
	}

	#sticky-navigation:not(.floating) #navigation a.lv-1 {
		color: #FFF;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .6);
	}

	#search-container {
		position: absolute;
		z-index: 10000;
		top: 44px;
		left: auto;
		bottom: auto;
		max-width: 260px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	}

	#banner-container {
		height: calc(100vh - 44px);
	}
}

#navigation {
	display: table;
	cursor: default;
	max-width: 1400px;
	margin: auto;
}

#navigation a {
	text-transform: uppercase;
	padding: 0 .6em;
}

#navigation a.lv-1 {
	font-size: 14px;
}
.main-navigation ul.nav-menu ul li.menu-item-has-children>a::after,
.main-navigation ul.nav-menu ul li.menu-item-has-children > a::after {
		line-height: inherit !important;
	}

@media screen and (min-width: 768px){
	#navigation a.lv-1 {
		font-size: calc(4px + 1vw);
	}
}

@media screen and (min-width: 1200px){
	#navigation a.lv-1 {
		font-size: 16px;
	}
}

#navigation li:hover a {
	color: #000;
}
.home #navigation li:hover a {
	color: #fff;
}
#navigation li:last-child ul {
	left: 0;
	right: auto;
}

#navigation ul {
	display: inline !important;
	float: none !important;
}

@media (max-width: 767px){
	html, body {
		height: 100%;
	}

	html body.mobile-overflow-hidden #sticky-navigation,
	html body.mobile-overflow-hidden #navigation-container {
		height: 100%;
		position: absolute;
	}
	#addons > .row .addon{
		width:50%;
	}
	html body.show-search #navigation {
		max-height: calc(100% - (87px + 64px)) !important;
	}

	html body.show-search #navigation.active {
		transform: translate(0, -64px);
	}

	#navigation,
	#navigation ul ul {
		line-height: 56px;
	}

	#navigation ul ul {
		position: absolute;
		z-index: 0;
		transform: translate(0, 100vh);
	}
	.home #navigation .sub-menu a {
		color: #000;
	}

	#navigation li.active {
		border-top: 1px solid #111 !important;
	}

	#navigation li.active > a {
		color: #FFF;
		background: #222;
	}

	html body #navigation li {
		border: none;
	}

	html body #navigation a {
		border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
		font-size: 14px;
	}

	html body #navigation li.active > a.lv-1::before {
		display: inline-block;
		float: none;
		color: #999;
		margin-right: 10px;
		font-family: initial;
		content: '\2039';
	}

	.store-hours {
		order: 1;
		width: 100%;
		flex: 0 0 100%;
		color: #757575;
		font-size: 12px;
		text-align: center;
		line-height: 30px;
		border-top: 1px solid #090909;
	}
}

@media (min-width: 768px){
	#navigation ul ul {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity .5s;
	}

	#navigation li:hover ul {
		visibility: visible;
		pointer-events: all;
		opacity: 1;
	}
}

#navigation li:not(.active) a.parent::after {
	display: inline-block;
	margin-left: .6em;
    content: '\203A';
}

@media (min-width: 768px){
	#navigation li a.parent::after {
		display: inline-block;
		margin-left: .6em;
		content: '\203A';
	}

	#navigation a.parent::after {
		transform: rotate(90deg);
	}
}

#page {
	position: relative;
    margin: auto;
}

.checkout #page {
	max-width: 980px;
	padding: 0 20px;
}

.checkout #sticky-navigation {
	position: relative;
}

#homepage-callouts {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
}

.homepage-callout {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.homepage-callout.height-constrained {
	height: 50vw;
}

.homepage-callout img.grid-scale {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 0px;
}

@media (min-width: 768px){
	#homepage-callouts {
		margin: 10px 0;
		grid-gap: 10px;
		grid-auto-rows: 300px;
		grid-template-rows: 400px;
		grid-template-columns: repeat(12, 1fr);
	}

	.homepage-callout {
		grid-column-end: span 3;
		height: auto !important;
	}

	.homepage-callout:nth-child(-n+3) {
		grid-column-end: span 4;		
	}

	.homepage-callout:nth-child(9n+4),
	.homepage-callout:nth-child(9n+9),
	.homepage-callout:nth-child(9n+10) {
		grid-column-end: span 6;
	}

	.homepage-callout:nth-child(9n+4) {
		grid-row-end: span 2;
	}
	
}

.homepage-callout .title {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	background: rgba(255, 255, 255, .8);
	text-transform: uppercase;
	text-shadow: 0 0 10px #FFF, 0 0 10px #FFf;
	transition: background 1s;
	font-family: 'Oswald';
}

@media (min-width: 460px){
	.homepage-callout .title {
		font-size: 16px;
		font-weight: normal;
	}
}

@media (min-width: 720px){
	.homepage-callout .title {
		font-size: 18px;
		padding: 20px 50px;
	}
}

.homepage-callout .title::before,
.homepage-callout .title::after {
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	width: 0;
	height: 0;
	content: '';
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	pointer-events: none;
	transition: 1s;
}

.homepage-callout .title::after {
	top: auto;
	left: auto;
	bottom: -10px;
	right: -10px;
	border: none;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

.homepage-callout:hover .title::before,
.homepage-callout:hover .title::after {
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border-color: #fff;
}

.homepage-callout:hover .title {
	background: rgba(255, 255, 255, .9);
}

#about-us.homepage-callout {
	padding: 60px 25px;
	color: #222;
	font-size: 16px;
	line-height: 1.4;
	background: #d5cdc5;
}

#about-us.homepage-callout p {
	margin: 1.2em auto;
}

#about-us.homepage-callout .btn {
	display: table;
	margin: auto;
}

@media (min-width: 1200px){
	#about-us.homepage-callout {
		padding: 80px 140px;
	}
}

#established {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto 20px;
	font-size: 30px;
	text-align: center;
	border-top: 5px double #bfb3a6;
	border-bottom: 5px double #bfb3a6;
}

.btn {
	font-weight: normal;
	font-family: Oswald, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.btn-primary {
	background: #60061D;
	border: 1px solid #60061D;
	border-radius: 0;
}

.btn-primary:hover {
	background: #800020;
	border: 1px solid #60061D;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#to-top {
	z-index: 9999999;
}

.google-review-card {
	width: 100%;
	margin: 0;
	background: rgba(255, 255, 255, .6);
	border: none;
	box-shadow: none;
}

.google-review-card-reviews {
	position: static;
	max-height: none;
}

@media (min-width: 720px){
	.google-review-card {
		height: 100%;
	}

	.google-review-card-reviews {
		position: absolute;
		height: 100%;
	}
}

/* Woocommerce */
#category {
	margin-left: 0;
	margin-right: 0;
}

#category h1,
#product .product-name {
	margin: 10px auto;
	color: #444;
	font-size: 30px;
	text-transform: uppercase;
}

#product {
	margin: 0;
	padding-bottom: 60px;
}

#product .price {
	font-size: 1em;
	text-align: center;
}

#product .description {
	color: #333;
	font-size: 1.2em;
}

#product .description > div::first-letter {
	text-transform: uppercase;
}

#product .prices {
	margin-top: 20px;
}

#product #alt-images {
	padding: 0;
	text-align: center;
}

#product #image {
	display: flex;
	flex-direction: column-reverse;
	padding: 0;
}

#product .alt-image {
	display: inline-block;
	max-width: 80px;
	padding: 0;
}

#product .alt-image img.highlight {
	border-color: #777 !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.substitution-policy {
	clear: both;
	display: table;
	padding: 40px 50px;
	margin: 20px auto 0;
	max-width: 400px;
	color: #555;
	font-size: .9em;
	white-space: pre-line;
	text-align: center;
	border: 6px double #EEE;
}

.substitution-policy h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.substitution-policy .title {
	font-weight: bold;
	margin-bottom: 10px;
}
.substitution-policy p {
	font-size: .9em;
	padding-top: 10px;
}

.category-heading {
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.category-products {
	width: 100%;
	margin-bottom: 1px;
	display: grid;
	grid-auto-rows: calc(50vw + 20px);
	grid-template-columns: 1fr 1fr;
}

.product a,
.category a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.product img,
.category img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}

.product .details {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	padding: 3vw;
	color: #555;
	line-height: 1;
	font-size: 12px;
	text-shadow:
		0 0 0 rgba(255, 255, 255, .3),
		-1px -1px 0 rgba(255, 255, 255, .3),
		-1px 0 0 rgba(255, 255, 255, .3),
		0 -1px 0 rgba(255, 255, 255, .3),
		-1px 1px 0 rgba(255, 255, 255, .3),
		1px 0 0 rgba(255, 255, 255, .3),
		1px 1px 0 rgba(255, 255, 255, .3),
		0 1px 0 rgba(255, 255, 255, .3);
}
.product-addon {
	text-align: center;
	margin-top: 80px;
}
.addon-product {
	border: none !important;
	text-align: center;
	color: #333 !important;
}
.addon-product .add-on-title {
	margin-top: 5px;
	height: auto  !important;
}
.addon-product .add-on-price {
	margin-bottom: 10px;
}
.addon-product .add-on-image img {
    width: 105px;
    min-height: 105px;
    text-align: center;
    margin: auto;
}
.archive .woocommerce-loop-category__title {
	position: relative;
    z-index: 3;
    display: table;
    max-width: 60%;
    margin: -90px auto 20px;
    padding: 15px 20px;
    font-size: 13px !important;
    color: #000;
    background: #fff;
    border: 2px solid #333;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    text-transform: uppercase;
    transition: .3s;
}
.archive .woocommerce-loop-category__title:hover {
	color: #FFF;
    border-color: #000;
    background: #000;
}
.archive .product .count {
	display: none;
}
.woocommerce-checkout .woocommerce .col-1,
.woocommerce-checkout .woocommerce .col-2 {
    width: 100% !important;
}
.storefront-full-width-content.woocommerce-checkout .entry-header {
	padding: 0 0 40px 0;
}
@media (min-width: 768px){
	#product #image {
		flex-direction: row;
		padding: 0 15px;
	}

	#product #alt-images {
		width: 80px;
		min-width: 80px;
		max-width: 80px;
		text-align: left;
	}

	.product .details {
		padding: 15px;
	}

	#product .price {
		text-align: center;
	}
	.woocommerce-checkout .woocommerce .col-1,
	.woocommerce-checkout .woocommerce .col-2 {
    	padding-left: 10px;
	}
}


@media (min-width: 1200px){
	.product .details {
		font-size: 14px;
	}
}

.category,
.product {
	position: relative;
	border: 1px solid #E6E6E6;
	box-shadow: 0 0 0 1px #EEE;
}

.product .details .price {
	color: #333 !important;
	font-size: 14px !important;
}
.woocommerce ul.products li.product .price {
	color: #333 !important;
	font-size: 23px !important;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 0px 15px;
    margin-bottom: 7px;
    text-shadow: 0 0 0 rgba(255, 255, 255, .3),
		-1px -1px 0 rgba(255, 255, 255, .3),
		-1px 0 0 rgba(255, 255, 255, .3),
		0 -1px 0 rgba(255, 255, 255, .3),
		-1px 1px 0 rgba(255, 255, 255, .3),
		1px 0 0 rgba(255, 255, 255, .3),
		1px 1px 0 rgba(255, 255, 255, .3),
		0 1px 0 rgba(255, 255, 255, .3);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 15px !important;
    margin: 0 !important;
    display: block;
    position: absolute;
    right: 18px;
    bottom: 40px;
    color:#555 !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, .3),
		-1px -1px 0 rgba(255, 255, 255, .3),
		-1px 0 0 rgba(255, 255, 255, .3),
		0 -1px 0 rgba(255, 255, 255, .3),
		-1px 1px 0 rgba(255, 255, 255, .3),
		1px 0 0 rgba(255, 255, 255, .3),
		1px 1px 0 rgba(255, 255, 255, .3),
		0 1px 0 rgba(255, 255, 255, .3);
}
.woovr-variation-price .dollars, .woocommerce-variation-price .dollars {
	color: #333 !important;
	font-size: 38px !important;
}
.woovr-variation-price .cents, .woocommerce-variation-price .cents {
	font-size: 23px;
	vertical-align: super;
	color: #000;
	position: relative;
	top: -4px;
}
.woovr-variation-price .currency, .woocommerce-variation-price .currency {
	font-size: 23px;
    vertical-align: super;
    position: relative;
    top: -6px;
    left: 1px;
    color: #000;
}
.woovr-variation-price .decimal, .woocommerce-variation-price .decimal, .base-price .decimal {
	display: none;
}

.product-type-variable .base-price .dollars {
	color: #333 !important;
	font-size: 21px !important;
}
.product-type-variable .base-price .cents {
	font-size: 13px;
	vertical-align: super;
	color: #000;
	position: relative;
	top: 1px;
	left: -1px;
}
.product-type-variable .base-price .currency {
	font-size: 13px;
    vertical-align: super;
    position: relative;
    top: 0px;
    left: 2px;
    color: #000;
}
.product-type-simple .base-price .dollars {
	color: #333 !important;
	font-size: 38px !important;
}
.product-type-simple .base-price .cents {
	font-size: 23px;
	vertical-align: super;
	color: #000;
	position: relative;
	top: -4px;
}
.product-type-simple .base-price .currency {
	font-size: 23px;
    vertical-align: super;
    position: relative;
    top: -6px;
    left: 1px;
    color: #000;
}
.woovr-variations .woovr-variation {
	align-items: normal;
	flex-direction: column;
}
.woocommerce ul.products::before, .woocommerce ul.products::after{
    content: none;
    display: none;
}
.woocommerce ul.products li.product .cents{
    font-size: 15.4px;
    vertical-align: super;
    position: relative;
    left: -3px;
    top: 3px;
}
.woocommerce ul.products li.product .currency{
    font-size: 15.4px;
    vertical-align: super;
    position: relative;
    top: 3px;
    left: 5px;
}
.woocommerce ul.products li.product .decimal {
	display: none;
}

.single-product div.product {
    position: relative;
    overflow: hidden;
    margin: 60px 0px;
    border: none;
    box-shadow: none;
}
.single-product .product-title {
	margin-bottom: 5px;
}
.single-product .product-details {
	color: #000;
	margin-top: 15px;
}
.single-product .product-num {
	font-size: 12px;
}
.woovr-variation-selector .woovr-variation-select {
	width: 100%;
	padding: 5px;
}
.single-product div.product table.variations th {
	margin-bottom: 10px;
}
.storefront-full-width-content.single-product div.product .summary {
	width: 100%;
}
.storefront-full-width-content.single-product div.product .summary h2 {
	margin-bottom: 0px;
}
.woocommerce-message {
	background: #60061D !important;
}
.single-product .single_add_to_cart_button, .wc-block-cart__submit-button.contained {
	background: #60061D !important;
	border-radius: 0px !important;
	border: 1px solid #60061D !important;
	opacity: 1 !important;
	text-decoration: none !important;
}
.single-product .single_add_to_cart_button:hover, .wc-block-cart__submit-button.contained:hover {
    background: #800020 !important;
    border: 1px solid #60061D !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2) !important;
    opacity: 1 !important;
    text-decoration: none !important;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
	width: 100% !important;
}
.subcategories .category a {
	padding-bottom: 10px;
}

.subcategories .category .name {
	position: relative;
	z-index: 3;
	display: table;
	max-width: 60%;
	margin: -30px auto 20px;
	padding: 15px 30px;
	font-size: 16px;
	color: #000;
	background: rgba(255, 255, 255, .2);
	border: 2px solid #333;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
	text-transform: uppercase;
	transition: .3s;
}

.subcategories .category a:hover .name {
	color: #FFF;
	border-color: #000;
	background: #000;
}

@media (min-width: 460px){
	.subcategories {
		width: 100%;
		display: grid;
		grid-auto-rows: 400px;
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	}

	.subcategories .category a {
		padding-bottom: 50px;
	}

	.category-products {
		grid-auto-rows: 1fr;
		grid-template-columns: repeat(12, 1fr);
	}

	.category-products .product {
		background: #FFF;
		grid-column-end: span 2;
		grid-row-end: span 2;
	}

	.category-products .product::before,
	.category-products .product::after {
		position: absolute;
		z-index: 1;
		top: -1px;
		left: -1px;
		content: '';
		width: 0;
		height: 0;
		opacity: 0;
		border-top: 3px solid #555;
		border-right: 3px solid #555;
		pointer-events: none;
	}

	.category-products .product::after {
		top: auto;
		left: auto;
		bottom: -2px;
		right: -2px;
		border: none;
		border-bottom: 3px solid #555;
		border-left: 3px solid #555;
	}

	.category-products .product:hover::before,
	.category-products .product:hover::after {
		opacity: 1;
		animation: trace 1s;
		animation-fill-mode: forwards;
	}

	@keyframes trace {
		50% {
			width: calc(100% + 3px);
			height: 0;
		}
		100% {
			width: calc(100% + 3px);
			height: calc(100% + 3px);
		}
	}

	.category-products .product:nth-child(10n+1),
	.category-products .product:nth-child(10n+4),
	.category-products .product:nth-child(10n+6),
	.category-products .product:nth-child(10n+7) {
		grid-column-end: span 3;
		grid-row-end: span 3;
	}

	.category-products .product:nth-child(10n+3) {
		grid-column-end: span 4;
		grid-row-end: span 4;
	}
}

@media (min-width: 1400px){
	.category-products .product:nth-child(10n):nth-last-child(7) ~ * {
		grid-column-end: span 2;
		grid-row-end: span 2;
	}
}

#category .product .name {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#category .product .price .cents,
#product .price .cents,
#shopping-cart .product .price .cents {
	margin-left: .15em;
}

#content {
	max-width: 1200px;
	margin: auto;
	text-align: center;
}

#content p {
	max-width: 640px;
	margin: auto;
	font-size: 1.3em;
	margin-bottom: 2em;
}

.email-subscription-form {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	max-width: 800px;
	margin: auto;
}

.email-subscription-form h4 {
	width: 100%;
	margin: 0;
	padding: 0 25px !important;
	line-height: 44px;
	background: #1C1C1C;
}

.email-subscription-form br {
	display: none;
}

.email-subscription-form input {
	flex: 1;
	height: 44px;
	border: none;
	border-radius: 0;
}

.email-subscription-form input[type=submit] {
	padding: 8px;
	min-width: auto;
	max-width: 110px;
	text-transform: uppercase;
}

.social-icons {
	padding-top: 25px;
	text-align: right;
}

.social {
	float: none;
	display: inline-block;
	margin: 0 0 5px 5px;
}

#footer {
	padding: 20px 0;
	color: #555;
	text-align: center;
	border-top: 4px double #DDD;
}

@media (min-width: 720px)
{
	.email-subscription-form h4 {
		width: auto;
	}
}

#footer a {
	color: #464646;
	text-decoration: none;
}

#footer a:hover {
	color: #4c5457;
	text-decoration:underline;
}

.email-subscription-form h4,
#footer .footer-title {
	display: inline-block;
	padding: 10px 0;
	color: #444;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

#footer ul {
	position: relative;
	padding: 0;
	list-style-type: none;
	margin-left: 0px;
}

#footer2 {
	padding: 0 0 20px;
	margin: auto;
	color: #adb5b8;
	font-size: 10px;
	text-align: center;
}

.checkout #footer2 {
	margin: auto;
}

#footer2 a {
	color: #adb5b8;
}

#footer2 a:hover {
	color: #CCC;
}

.social.knot {
	background: #a7d2f3;
}

.fa-knot:before {
	content: "\f004";
}

.social.ww {
    background: #19b5bc;
}

.fa-ww:before {
	content: "\f1e7";
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
	display: block;
    max-width: 100%;
    height: auto;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
	display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px)
{
	body.mobile-overflow-hidden {
		overflow: hidden;
	}

	#navigation-background-overlay {
		display: none;
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .3);
	}

	#navigation.active + #navigation-background-overlay {
		display: block;
	}

	#top-navigation {
		position: fixed;
		z-index: 1000001;
		bottom: 0;
		width: 100%;
		background: #000;
		box-shadow: 0 0 5px rgba(0, 0, 0, .4);
		transition: transform .3s;
	}


	.hide-fixed-mobile-nav #top-navigation {
		transform: translateY(calc(100% + 10px));
	}

	html body #navigation li ul {
		display: none !important;
		transform: translate(0, 100%);
		transition: none;
	}

	html body #navigation li.active ul {
		display: block !important;
		overflow: auto;
		transform: translateY(calc(-100% - 61px));
		max-height: calc(100vh - 198px) !important;
		box-shadow: 0 -10px 8px rgba(0, 0, 0, .4);
	}

	#product #details {
		margin-top: 10px;
	}

	#footer-links li {
		text-align: left;
	}

	#footer-links .footer-title,
	#footer-links a {
		display: block;
		padding: 10px;
	}

	#footer-links a {
		border-top: 1px solid #DDD;
	}

	#footer2 {
		font-size: .65em;
	}

	#navigation .lv-1 {
		color: black;
		background: #fff;
	}

	#category h1, #product .product-name{
		font-size: 30px;
	}
	.woocommerce ul.products li.product-category {
	    grid-column: span 4 !important; /* 12-column grid ÷ 3 items */
	    grid-row: span 1 !important;
	    margin: 0;
	}
	.woocommerce ul.products li.product-category:nth-child(10n+1),
	.woocommerce ul.products li.product-category:nth-child(10n+4),
	.woocommerce ul.products li.product-category:nth-child(10n+6),
	.woocommerce ul.products li.product-category:nth-child(10n+7) {
	    grid-column: span 4 !important;
	    grid-row: span 1 !important;
	}
}

@media (min-width: 768px)
{
	#top-navigation {
		line-height: 44px;
	}

	#website-controls {
		position: relative;
		z-index: 1;
		margin-top: 20px;
	}

	#navigation li:hover {
		background: rgba(0, 0, 0, .2);
	}

	#navigation ul ul {
		box-shadow: 0 6px 10px rgba(0, 0, 0, .3), 0 2px 2px rgba(0, 0, 0, .2);
	}

	#navigation ul {
		display: table;
		width: auto;
		margin: auto;
	}
}

@media (min-width: 992px)
{
	.container {
		width: auto;
	}
}


/* IE11 specific CSS */
@media only screen and (-ms-high-contrast:active), (-ms-high-contrast:none){
	#sticky-navigation {
		position: relative;
	}

	#homepage-callouts {
		display: block;
		border: 5px solid #FFF;
		border-top: none;
	}

	.homepage-callout {
		float: left;
		display: block;
		width: 25%;
		height: 25vw;
		border: 5px solid #FFF;
	}

	.homepage-callout:nth-child(5) {
		width: 50%;
		height: 50vw;
	}

	.homepage-callout:nth-child(8) {
		width: 50%;
	}

	.subcategories,
	.category-products {
		display: block;
	}

	.subcategories .category,
	.product {
		float: left;
		width: 25%;
		height: 25vw;
		overflow: hidden;
	}
}

@media (max-width: 460px){
	.smaller-on-mobile {
		display: block;
		font-size: .7em;
	}
}

body:not(.home) #sticky-navigation:not(.floating){
        border-bottom: 1px solid #E6E6E6;
}

#banner-container .banner-rotator {
	position: relative;
	height: calc(100vh - 44px);
	overflow: hidden;
}

#banner-container .banner-rotator .banner {
	display: block;
	position: relative;
	width: 100%;
	height: calc(100vh - 44px);
}

#banner-container .banner-rotator .banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#banner-container {
    position: relative;
}

.banner-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    width: 100%;
    pointer-events: none;
}

.banner-overlay-content a {
    pointer-events: auto;
}

#navigation a {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .6);
	color: #fff;
}
body:not(.home) #navigation a {
    text-shadow: none;
    color:#000;
}
#navigation .col-full {
	max-width: 100%;
	padding: 0px;
}
#navigation {
	line-height: 50px;
	min-height: 50px;
}
.main-navigation ul.nav-menu>li.menu-item-has-children>a::after {
	margin-left: 0.4em;
}
#navigation ul .sub-menu {
    background: #fff;
}
#navigation ul .sub-menu a{
    color: #000 !important;
    text-shadow: none;
    font-size: 12.6px;
}
#top-navigation .site-search {
	  position: absolute;
	  right: 0;
	  top: 100%;
	  z-index: 9999;
	  width: 260px;
	  display: none;
	  height: 64px;
	  border: 8px solid #000;
	}
#footer .footer-social {
	margin-top: 10px;
}
#footer li {
	font-size: 14px;
}
#footer .social {
    float: left;
    width: 32px !important;
    height: 32px;
    text-align: center;
    text-shadow: none !important;
    line-height: 32px;
    border-radius: 22px;
    opacity: .7;
    display: inline-block;
    float: none;
    margin: 0 0 5px 5px;
    color:#fff;
}
#footer .social.facebook {
	background: #3b5998;
}
#footer .social.twitter {
    background: #00aced;
}
#footer .social.youtube {
    background: #b00;
}
#footer .social:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    color: #fff;
}
#footer .fa-lg {
    font-size: 1.275em;
    vertical-align: 0%;
}
#footer .locations {
	font-size: 14px;
}

/* homepage reviews */
.google-review-card,
.google-review-card * {
	box-sizing: border-box;
}

.google-review-card {
	position: relative;
	overflow: auto;
	margin: 20px 0;
	line-height: normal;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.google-review-card-header {
	padding: 30px 20px;
}
.google-review-card-header p,
.google-review-rating p{
	display: inline-block;
}
.google-review-card-title {
	color: #555;
	font-size: 24px;
	line-height: 1;
}

.google-review-card-address {
	color: #777;
	font-size: 12px;
	line-height: 1em;
}

.google-review-card-reviews {
	max-height: 150px;
	overflow: auto;
	text-align: left;
}

.google-review-card-rating {
	color: #FCC000;
}

.google-review-card .star-container {
	position: relative;
}

.google-review-card .star-half::after {
	position: absolute;
	top: 0;
	left: 0;
	color: #FCC000;
	font-family: 'FontAwesome';
	content: '\f089';
}

.google-review-card .star-gold {
	color: #FCC000;
}

.google-review-card .star-grey {
	color: #CCC;
}

.google-review-card .google-review {
	padding: 15px;
	border-bottom: 1px solid #EEE;
}

.google-review-card .google-review:last-child {
	border: none;
}

.google-review-card .google-review-date {
	display: inline;
	padding-left: .6em;
	color: #AAA;
	font-style: italic;
}

.google-review-card-link,
.google-review-card-link:focus,
.google-review-card-link:visited,
.google-review-card-link:hover {
	display: table;
	margin-top: 20px;
	padding: 15px 30px;
	color: #FFF;
	text-decoration: none;
	background: #069;
	border-bottom: 4px solid #048;
	border-radius: 3px;
}

.google-review-card-link:hover {
	background: #006DA3;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.google-review-card-link-text {
	font-size: 1.2em;
	font-weight: bold;
}

.google-review-card-reviewer,
.google-review-card-reviewer:hover {
	color: #222 !important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.google-review-card-reviewer-photo {
	float: left;
	display: block;
	width: 40px;
	margin: 0 10px 10px 0;
	display: none;
}

.google-review-card .google-review-text {
	clear: both;
	font-size: 12px;
}

.google-review-card .powered-by-google {
	width: 144px;
	height: 18px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(/images/2026/05/powered-by-google.png);
}

html.dark .powered-by-google {
	background-image: url(/assets/images/powered-by-google-dark.png);
}

@media (min-width: 540px){
	.google-review-card-header {
		float: left;
		width: 250px;
	}

	.google-review-card-reviews {
		position: absolute;
		top: 0;
		right: 0;
		left: 250px;
		bottom: 0;
		max-height: none;
		overflow: auto;
	}

	.google-review-card .google-review {
		padding: 30px 20px;
	}

	.google-review-card .google-review-card-reviewer-photo-placeholder {
		float: left;
		display: flex;
		flex-direction: column;
		justify-content: end;
		align-items: center;
		width: 40px;
		height: 40px;
		margin: 0 10px 10px 0;
		color: #FFF;
		font-size: 22px;
		font-family: arial, freesans, sans-serif;
		text-align: center;
		line-height: 40px;
		background: #c7d9fc;
		border-radius: 100px;
		overflow: hidden;
	}

	.google-review-card .google-review-card-reviewer-photo-placeholder::before {
		width: 12px;
		height: 12px;
		margin-bottom: 3px;
		content: '';
		background: #5f95fc;
		border-radius: 100px;
	}

	.google-review-card .google-review-card-reviewer-photo-placeholder::after {
		width: 26px;
		height: 16px;
		content: '';
		background: #5f95fc;
		border-radius: 10px;
	}
}

/* Product Pages */
.content-area {
	float: none;
	width: 100%;
	margin: 0px;
}
header.woocommerce-products-header{
    text-align: center;
    text-transform: uppercase;
}
h1.woocommerce-products-header__title.page-title {
	font-size: 30px;
	color: #444;
	margin: 10px auto 5px auto;
	font-weight: 500;
	font-family: 'Oswald-Bold';
	letter-spacing: 0px;
}
.storefront-full-width-content .content-area {
	float: none;
}
.storefront-full-width-content .woocommerce-products-header {
	padding: 10px 0px 20px 0px;
}
.storefront-full-width-content .woocommerce-products-header .term-description p {
	margin: 0px;
	color: #333;
}
.storefront-sorting, .product_meta .posted_in {
	display: none !important;
}
/* =========================================
   WooCommerce
========================================= */

.woocommerce ul.products {
	width: 100% !important;
	margin-bottom: 1px;
	display: grid !important;
	grid-auto-rows: calc(50vw + 20px);
	grid-template-columns: 1fr 1fr;
	gap: 0;
	padding: 0 !important;
	list-style: none;
}

.woocommerce ul.products li.product {
	position: relative;
	border: 1px solid #E6E6E6;
	box-shadow: 0 0 0 1px #EEE;

	width: auto !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Links */
.woocommerce ul.products li.product a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

/* Images */
.woocommerce ul.products li.product img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: 50% 50%;
	margin: 0 !important;
}

/* Remove WooCommerce junk spacing */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0 !important;
	margin: 0 !important;
}

/* Hide default WooCommerce button */
.woocommerce ul.products li.product .button {
	display: none !important;
}

/* Desktop grid behavior */
@media (min-width: 460px){

	.woocommerce ul.products {
		grid-auto-rows: 1fr;
		grid-template-columns: repeat(12, 1fr);
	}

	.woocommerce ul.products li.product:not(.product-category) {
		background: #FFF;
		grid-column-end: span 2;
		grid-row-end: span 2;
	}

	.woocommerce ul.products li.product:not(.product-category)::before,
	.woocommerce ul.products li.product:not(.product-category)::after {
		position: absolute;
		z-index: 1;
		top: -1px;
		left: -1px;
		content: '';
		width: 0;
		height: 0;
		opacity: 0;
		border-top: 3px solid #555;
		border-right: 3px solid #555;
		pointer-events: none;
	}

	.woocommerce ul.products li.product:not(.product-category)::after {
		top: auto;
		left: auto;
		bottom: -2px;
		right: -2px;
		border: none;
		border-bottom: 3px solid #555;
		border-left: 3px solid #555;
	}

	.woocommerce ul.products li.product:not(.product-category):hover::before,
	.woocommerce ul.products li.product:not(.product-category):hover::after {
		opacity: 1;
		animation: trace 1s;
		animation-fill-mode: forwards;
	}

	.woocommerce ul.products li.product:not(.product-category):nth-child(10n+1),
	.woocommerce ul.products li.product:not(.product-category):nth-child(10n+4),
	.woocommerce ul.products li.product:not(.product-category):nth-child(10n+6),
	.woocommerce ul.products li.product:not(.product-category):nth-child(10n+7) {
		grid-column-end: span 3;
		grid-row-end: span 3;
	}

	.woocommerce ul.products li.product:not(.product-category):nth-child(10n+3) {
		grid-column-end: span 3 !important;
		grid-row-end: span 3 !important;
	}
	
}
.woocommerce ul.products li.product-category {
	    grid-column: span 3 !important; /* 12-column grid ÷ 3 items */
	    grid-row: span 1 !important;
	    margin: 0;
	}
	.woocommerce ul.products li.product-category:nth-child(10n+1),
	.woocommerce ul.products li.product-category:nth-child(10n+4),
	.woocommerce ul.products li.product-category:nth-child(10n+6),
	.woocommerce ul.products li.product-category:nth-child(10n+7) {
	    grid-column: span 3 !important;
	    grid-row: span 1 !important;
	}
.single-product .variations label {
    font-size: 1.6em;
    color: #000;
    font-weight: bold;
}
.single-product div.product table.variations select {
	padding: 3px !important;
}
.single-product .base-price {
	color: #000;
}

/* Contact Page */
.page-template-default #page-content, .contact-page {
	max-width: 1200px;
	margin: auto;
}
body.wp-singular h1, .wp-singular h2 {
    font-family: 'Oswald-Bold' !important;
    font-weight: 500;
}
.page-template-template-local-page #page-content {
	padding: 0px 20px;
}
.page-template-default .entry-title {
	text-align: center;
	margin-top: 15px;
}
.contact-page {
	text-align: center;
}
.contact-page .reg {
	font-size: 18px;
	color:#333;
}
.contact-page .content-area iframe {
	max-width: 650px;
	margin: auto;
}
.gform_required_legend {
    display: none;
}
.gform_button{
    background: #60061D !important;
    border: 1px solid #60061D !important;
    border-radius: 0px !important;
}
label.gfield_label.gform-field-label, legend.gfield_label.gform-field-label.gfield_label_before_complex{
    font-weight: bold;
    font-family: 'Oswald' !important;
    font-size: 14px !important;
    letter-spacing: .5px;
}
.gform-theme--foundation .gform_fields {
	row-gap: 20px !important;
}
.contact-page h2 {
    margin-bottom: 10px;
}


/* Gallery Page */
.gallery-image-wrap {
    position: relative;
    overflow: hidden;
}

.gallery-image-wrap img {
    width: 100%;
    display: block;
}
.gallery-image-wrap .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    z-index: 2;
    background: #fffc;
    border: 2px solid #000;
    padding: 15px 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    transition: background 0.3s ease;
    text-transform: uppercase;
}
.gallery-link:hover .gallery-image-wrap .title {
	background: #000;
	color:#fff;
}
.gallery-page .coupon {
	border: 10px solid #000;
	padding: 20px 15px 5px 15px;
	margin: 10px 10px 30px 10px;
	text-align: center;
	color: #000;
	font-size: 22px;
}
.gallery-page .coupon p {
	margin-bottom: 15px;
}

.gallery .gallery-item {
		background: #FFF;
		border: 1px solid #fff;
		width: 100% !important;
	}
	.gallery .gallery-item img {
		border-radius: 0px;
	}

/* Desktop grid behavior */
@media (min-width: 768px){

	.gallery {
		grid-auto-rows: 1fr;
		grid-template-columns: repeat(12, 1fr);
		display: grid;
		width: 100%;
		gap: 0;
	}

	.gallery .gallery-item {
		grid-column-end: span 2;
		grid-row-end: span 2;
	}
	.gallery::before, .gallery::after{
    	content: none;
    	display: table;
	}

	.gallery .gallery-item:nth-child(10n+1),
	.gallery .gallery-item:nth-child(10n+4),
	.gallery .gallery-item:nth-child(10n+6),
	.gallery .gallery-item:nth-child(10n+7) {
		grid-column-end: span 3;
		grid-row-end: span 3;
	}

	.gallery .gallery-item:nth-child(10n+3) {
		grid-column-end: span 4;
		grid-row-end: span 4;
	}
	.main-navigation {
        display: block !important;
    }
    #top-navigation .header-menu {
    	display: none;
    }
    .primary-navigation {
    	display: block;
    }
}

.page-template-template-fullwidth .entry-header {
	display: none;
}
@media (max-width:767px) {
	#site-navigation {
		max-width: 100%;
	}
	#top-navigation .menu-item {
		cursor: pointer;
	}
	#top-navigation .menu-item:hover {
		background: #000;
	}
	#site-navigation button.menu-toggle {
		display: none;
	}
	#navigation {
    	display: none;
    	box-shadow: 0 0 20px rgba(0, 0, 0, .8);
	}
	#sticky-navigation.is-open {
	    position: relative;
	    z-index: 9999;
	}
	body:not(.home) #sticky-navigation:not(.floating) {
		border: none;
	}
	#navigation.is-open{
        display: flex;
        position: fixed;
        background: #fff;
        width: 100%;
        bottom: 86px;
        left: 0;
        flex-direction: column-reverse;
    }
    #navigation.is-open a{
    	color: #000;
    	text-shadow: none;
    	padding: 3px 10px;
    }
    #navigation.is-open li:hover a {
    	color: #000;
    }
    #navigation.is-open .col-full {
    	margin: auto;
    }
    .primary-navigation {
    	display: block;
	}
	#top-navigation .menu-item .site-search {
	    position: fixed;
	    right: 0;
	    top: inherit;
	    width: 100%;	
	    bottom: 85px;
	    border:8px 8px 0px 8px solid #000;	 
	    line-height: 25px;  
	}
	#top-navigation #woocommerce-product-search-field-0 {
    	line-height: 26px;
	}	
	.gallery .gallery-item {
		width: 50% !important;
	}

	#footer {
		padding: 20px 0 10px 0;
	}
	.entry-content {
		padding: 0px 10px;
	}
	.woocommerce ul.products li.product-category {
	    grid-column: span 4 !important; /* 12-column grid ÷ 3 items */
	    grid-row: span 1 !important;
	    margin: 0;
	}
	.woocommerce ul.products li.product-category:nth-child(10n+1),
	.woocommerce ul.products li.product-category:nth-child(10n+4),
	.woocommerce ul.products li.product-category:nth-child(10n+6),
	.woocommerce ul.products li.product-category:nth-child(10n+7) {
	    grid-column: span 4 !important;
	    grid-row: span 1 !important;
	}
}


.add-on-price.price .decimal {
    margin: 0 -3px;
}

button.single_add_to_cart_button.button.alt.disabled {
    background-color: rgba(96,6,29,50%) !important;
}