/* Basic */
.clearfix {
	clear: both;
}

body {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h1,h2,h3 {
	font-family:  serif;
}

main {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

input[type="text"] {
	border: 1px solid;
	padding-left: 5px;
}

/* End Basic */

/* Mobile Nav */
.off-canvas {
	background-color: #fff;
}
.off-canvas a,
.off-canvas .close-button {
	color: #000;
}
.off-canvas a:hover,
.off-canvas .close-button:hover {
	text-decoration: underline;
}
.off-canvas .is-accordion-submenu-parent > a::after {
	border-color: #fff transparent transparent;
}
.off-canvas ul.is-accordion-submenu > li > a {
	padding-left: 2.25em;
}
/* Header */
.off-canvas-content {
}
header#header {
    border-top: 4px solid #b86918;
    position: relative;
	z-index: 5;
}

header.header-image {
	background-repeat: no-repeat;
	background-size: cover;
	height: 21.1vw;
	min-height: 135px;
}

header#header .grid-x {
	min-height: 118px;
}

header#header ul.menu {
	background-color: #fff;
    border: 1px solid #d7d7d7;
	margin-left: 100px;
	margin-top: 40px;
	margin-bottom: 10px;
}

header#header ul.menu li {
}

header#header ul.menu li a,
header#header ul.menu li span {
    color: #000;
	font-size: 0.75rem;
    font-weight: 700;
	line-height: 1rem;
	padding: 1rem 0.25em;
    text-transform: uppercase;
	letter-spacing: 1.25px;
	white-space: nowrap;
	display: inline-block;
}

header#header .menu li.nav-home {
    width: 120px;
}

header#header .menu a.nav-home {
    position: absolute;
    top: -70px;
	left: -70px;
}
header#header ul.menu li ul{
	column-count: 2;
	column-gap: 5rem;
}
header#header ul.menu li ul{
}
header#header .menu a.nav-home img {
	max-width: 90%;
}

header ul.menu.show-for-smedium-up li {
    height: 40px;
    /* margin-right: 2em; */
    /* margin-top: 8px; */
}

header ul.menu.show-for-smedium-up li button {
    margin-top: 0.5rem;
    margin-right: 1.5rem;
}

header#header .dropdown.menu > li.is-dropdown-submenu-parent > a,
header#header .dropdown.menu > li.is-dropdown-submenu-parent > span {
  position: relative;
  padding-right: 1.5rem;
}
header#header .dropdown.menu > li.is-dropdown-submenu-parent > a:after,
header#header .dropdown.menu > li.is-dropdown-submenu-parent > span:after {
	border-color: #000 transparent transparent;
}

header#header ul.menu li ul {
	margin: 0;
}

.core-commerce-cart {
	margin-top: 60px;
}

.black-btn {
    font-size: 0.75em;
    color: #fff;
    background-color: #000;
	border: 1px solid #000;
    line-height: 1rem;
    padding: 1rem;
    display:inline-block;
    text-transform: uppercase;
    font-weight: 700;
}

.cc-cart-links {
	margin-top: 11px;
}
.cc-cart-links a {
	color: #fff;
	letter-spacing: 1.25px;
}

ul.checkout-stuff {
    background-color: #fff;
    border: 1px solid #1f5843;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
}

ul.checkout-stuff li {
    display: inline-block;
    line-height: 1rem;
    font-size: 0.75em;
    padding: 1rem;
	letter-spacing: 1.25px;
}
ul.checkout-stuff li a {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
ul.checkout-stuff li:last-child {
    padding-left: 0;
}
ul.checkout-stuff li:last-child:before {
    content:"|";
    display:inline-block;
    color: #1f5843;
    margin-right: 1rem
}

ul.checkout-stuff .symbol {
    color: #1f5843;
    margin-right: 0.5rem;
}

/* End Header */

/* Rating Stars */
/* End Rating Stars */

/* Home Header */
.home-header .medium-5 {
	width: calc(39.5% - 0.4375em);
	margin-top: -131px;
}
.edit-mode .home-header .medium-5 {
	margin-top: 0;
}
.home-header .grid-margin-x {
	margin-left: -0.21875em;
	margin-right: -0.21875em;
}
.home-header .cell {
	margin-left: 0.21875em;
	margin-right: 0.21875em;
}
.home-header img {
	margin-bottom: 4px;
}
/* End Home Header */

/* Home Page */
/*.home main, .productList main {*/
main {
/* Removed Mar 3 2021
	margin-bottom: 0;
	margin-top: 0; 
*/
/*Added Mar 3 2021 */
	max-width: 1600px;
	margin: 0 auto;
}
/* End Home Page */

/* Home Product List */
/* End Home Product List */

/* Product List Page */
.ccm-core-commerce-product-list-results .f20_product_list_item {
    margin-bottom: 3em;
}

.ccm-core-commerce-product-list-results .ccm-core-commerce-add-to-cart-image {
    position: relative;
}

.ccm-core-commerce-product-list-results .ccm-core-commerce-add-to-cart-image a.button {
    position: absolute;
    bottom: 3%;
    right: 5%;
    color: green;
    background-color: #fff;
    border: 1px solid green;
    padding: 0.75em;
    border-radius: 0;
    font-size: 0.65em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.ccm-core-commerce-product-list-results .product-info {
    text-align: center;
    color: #000;
}

.ccm-core-commerce-product-list-results .product-info h4 {
	font-family: "Montserrat";
	font-size: 1.0em;
	font-weight: 700;
	margin: 1em 0;
}

.search-container select {
width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    -webkit-background-origin: content-box;
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    -webkit-background-size: 9px 6px;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

.pagination span {
    display: inline-block;
}

.pagination span * {
    padding: 0.1875rem 0.625rem;
}

/* End Product List Page */

.f20_price .symbol {
	color: #1f5843;
	margin: 0 0.25rem;
}

/* Product Detail Page */
.product-detail .ccm-core-commerce-product-property-list {
    margin-top: 4rem;
}

.product-detail .ccm-core-commerce-product-property-list h4 {
    font-family: sans-serif;
}

.product-detail .ccm-core-commerce-product-property-list .f20_price_container {
    font-size: 1.5625rem;
    padding-right: 0.75rem;
}

.product-detail .f20_description {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border: 1px solid #ccc;
    border-width: 1px 0;
}

.product-detail .submit-product #submit {
    background-color: #fff;
    color: #1f5843;
    border: 1px solid;
    border-radius: 0;
    padding: 0.5em 1.5em;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
    margin-right: 0.75rem
}
/* End Product Detail Page */

/* Newsletter */
/* End Newsletter */

/* Footer */
footer#footer {
    /* background: #334 url(../images/footer_bg.png) no-repeat top center; */
	background-color: #002324;
	color: #fff;
    padding: 0 0 1.5em;
}
footer#footer a {
	color: #fff;
}
footer .content-wrapper {
	min-height: 150px;
}
footer .copyright {
	border-top: 1px solid #334f50;
    margin-top: 1em;
    padding-top: 1em;
}
footer .copyright small {
    color: #4d6566;
    letter-spacing: 1.25px;
}

footer#footer .social-links a {
	font-size: 1.7em;
	line-height:1;
}

footer#footer ul {
	list-style: none;
	margin-left: 0;
}
footer#footer ul li {
}

footer#footer ul li a {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1rem;
	padding: 1rem 0.25em;
	text-transform: uppercase;
	letter-spacing: 1.25px;
}

/* End Footer */

/* Mobile Header */
header#mobile-header .row.align-middle.text-center {
    margin: 1.25em 0
}

header#mobile-header a.search i {
    background-color: #3b3b3b;
    color: #fff;
    font-size: 1.3em;
    padding: 11px;
    border-radius: 50%;
}

header#mobile-header .cc-cart-links:before {
    display: none;
}


header#mobile-header .cc-cart-links i {
    background-color: #3b3b3b;
    color: #fff;
    font-size: 1.3em;
    padding: 11px;
    border-radius: 50%;
    line-height: 1;
}
header#mobile-header .cc-cart-links a {
    color: #fff;
    position:relative;
    display: block;
}
header#mobile-header .cc-cart-links a span {
    position: absolute;
    background-color: #b6265f;
    color: #fff;
    line-height: 1;
    padding: 2.5px 8px;
    border-radius: 50%;
    top: -5px;
    right: 0px;
}
div#offCanvas > ul.menu {
    margin-top: 2em;
}

header#mobile-header .title-bar a {
    color: #fff;
    padding: 0 2px;
    margin: 0 5px;
}
/* End Mobile Header */


/* Addon Page Specific */
#addon-select-wrapper .cell {
	margin-bottom: 1rem;
}

div#addon-select-wrapper .f20_price_container span.f20_price {
    display: block;
}

#addon-select-wrapper .fa {
	cursor: pointer;
}

#addon-select-wrapper .ccm-core-commerce-add-to-cart-image,
#addon-select-wrapper .product-info {
	text-align: center
}

.product-info .reg-checkbox {
	display: none;
}

.product-info label#submit {
	line-height: calc(41px - 1em);
	height: auto;
	cursor: pointer;
	background-color: #fff;
	color: #1f5843;
	border: 1px solid;
	border-radius: 0;
	padding: 0.5em 1.5em;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 700;
	display: inline-block;
	margin: 0.5rem auto;
}


.product-info label#submit::before {
	content: 'Add to cart';
	display: block;
}
.product-info .reg-checkbox:checked + label#submit::before {
	content: 'Remove from cart';
}

.show-for-smedium {
	display: flex;
}
.show-for-smedium-up {
	display: none;
}


div#search-bar {
    margin-top: 10px;
    margin-bottom: 10px;
}

div#search-bar input {
    height: 50px;
    vertical-align: bottom;
	border: 1px solid #1f5843;
}

div#search-bar input[type="submit"] {
    font-size: 0.75em;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    line-height: 1rem;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}
#addon-select-wrapper .f20_options_container select {
	max-width: 210px;
}

/* Media */
@media screen and (max-width: 39.9375em) {
	.responsive_cols .ccm-layout-table .ccm-layout-row{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-.9375rem;margin-left:-.9375rem}
	.responsive_cols .ccm-layout-table .ccm-layout-row .ccm-layout-4-col-1,.responsive_cols .ccm-layout-table .ccm-layout-row .ccm-layout-4-col-2,.responsive_cols .ccm-layout-table .ccm-layout-row .ccm-layout-4-col-3{padding-right:.9375rem;padding-left:.9375rem;width:100%!important}
	}
	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.responsive_cols .ccm-layout-table .ccm-layout-row{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-.9375rem;margin-left:-.9375rem}
	.responsive_cols .ccm-layout-table .ccm-layout-row .ccm-layout-4-col-1,.responsive_cols .ccm-layout-table .ccm-layout-row .ccm-layout-4-col-2,.responsive_cols .ccm-layout-table .ccm-layout-row .ccm-layout-4-col-3{padding-right:.9375rem;padding-left:.9375rem;width:50%!important}
	}
	@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.responsive_cols .ccm-layout-table .ccm-layout-row{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-.9375rem;margin-left:-.9375rem}
	.responsive_cols .ccm-layout-table .ccm-layout-row .ccm-layout-4-col-1,.responsive_cols .ccm-layout-table .ccm-layout-row .ccm-layout-4-col-2,.responsive_cols .ccm-layout-table .ccm-layout-row .ccm-layout-4-col-3{padding-right:.9375rem;padding-left:.9375rem;width:33.33%!important}
	}



@media screen and (max-width: 775px) {
	.show-for-smedium {
		display: none;
	}
	.show-for-smedium-up {
		display: flex;
	}
	header#header ul.menu.show-for-small-up {
		margin-left: 60px;
	}

	.home-header .medium-5 {
		margin-top: -122px;
	}
	
}
@media screen and (max-width: 74rem) {
	header#header .menu li.nav-home {
		width: 150px;
	}
}
@media screen and (min-width: 64rem) and (max-width: 74rem) {
	html { font-size: 80% }

	header#header .dropdown.menu > li.is-dropdown-submenu-parent > a, 
	header#header .dropdown.menu > li.is-dropdown-submenu-parent > span {
		padding-right: 1.25rem;
	}
	header#header .dropdown.menu > li.is-dropdown-submenu-parent > a:after, 
	header#header .dropdown.menu > li.is-dropdown-submenu-parent > span:after {
		border-width: 4px;
	}


	.home-header .medium-5 {
		margin-top: -121px;
	}
	
	div#search-bar input {
		height: 39.59px;
	}
}
@media screen and (min-width: 40rem) and (max-width: 63.9375rem) {
	.cc-cart-links, #header .large-3 .HTMLBlock {
	    margin-left: 10px;
	}

	input#keywords {
	    width: 180px;
	}

	#header .large-3 {
	    display: flex;
	    justify-content: flex-end;
	    align-items: center;
	}

	.cc-cart-links {
	    order: 2;
	}
}
@media screen and (max-width: 63.9rem) {
	.core-commerce-cart {
		margin-top: 20px;
	}
	header#header ul.menu {
		margin-top: 0;
	}

	.cc-cart-links {
		margin-top: 0;
	}
}
@media screen and (max-width: 668px) {
	header.header-image {
		background-size: cover;
		background-position: top center;
	}
	header#header .menu a.nav-home {
		top: -60px;
	}
	header#header .menu a.nav-home img {
		max-width: 70%
	}

	.home-header .medium-auto {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}

	
}

@media screen and (max-width: 40rem) {

	header.header-image {
		height: auto;
		padding-bottom: 1rem;		
	}

	header#header ul.menu {
		margin-left: 50px;
		margin-top: 40px;
		margin-bottom: 1rem;
	}

	#header .small-order-1 {
	    -ms-flex-order: 2;
	    order: 2;
	}

	#header .small-order-2 {
	    -ms-flex-order: 1;
	    order: 1;
	}

	.home-header .medium-5 {
		margin-top: -218px;
	}

	.home-header .small-12 {
		width: calc(100% - 0.4375rem);
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}
