/** Shopify CDN: Minification failed

Line 337:0 Expected "}" to go with "{"

**/
/*FRESHWATER CUSTOM CSS*/

/*************************/
/*GENERAL*/
body {
	max-width: 1600px;
	margin: 0 auto;
	background: #ffffff;
	overflow-x: hidden;
	position: relative;
}
html, body {
overflow-x: hidden;
}
.hide-desktop {
	display: none !important;
}
img.artisan-graphic {
	max-width: 70px !important; 
	margin: 10px auto 15px;	
}
/*************************/
/*COLORS*/
:root {
	--color-yellow: #FFB540;
	--color-brown: #673304;

}


/*************************/
/*FONTS*/
h1, h2, h3, h4, h5, h6 {
	text-transform: capitalize;
	text-align: center;
	font-weight: 600;
	font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
	line-height: 130%;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Helvetica Neue', 'Helvetica', sans-serif;	
}
p, span, button, li, a, div, input, label {
	line-height: 150%;
	font-size: 16px;
}
/*************************/
/*HEADER*/
.header {
 	box-shadow: 0px 1px 1px rgba(0,0,0,.2), 0px 2px 2px rgba(0,0,0,.1);
}
.header_bar {
	border-bottom: none;
	background: transparent;
}
.header .container-fresh-fluid {
	max-width: 1600px;
	height: 100px; 
	position: relative;		
	background: #ffffff;		
}
.freshwater-menu-logo {
	position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0%,-50%);	
}
.freshwater-menu-links {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);	
    width: 70%;
    text-align: center;
}
.nav.freshwater-menu-links ul.menu li {
	padding: 0px 10px;
}
.nav.freshwater-menu-links ul.menu ul {
	width: auto;
	padding-right: 10px;
}
.nav.freshwater-menu-links ul.menu ul li a {
	padding: 8px 15px;
}
.freshwater-menu-icons {
	position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0%,-50%);	
}
.nav.freshwater-menu-icons ul.menu li {
	padding: 10px 7px;
}
.freshwater-menu-icons a, .freshwater-menu-icons a.icon-cart, .freshwater-menu-icons a.icon-cart span {
	font-size: 16px !important;
}
.header .nav a, .header .nav li, .header .nav span, .header .nav div {
	text-transform: capitalize !important;
	font-weight: 600 !important;
	letter-spacing: 1px;
	font-size: 16px !important;
	padding: 0;
}

.header span.icon-arrow-down {
	font-size: 12px !important;
}
.nav ul li:hover a.dropdown-link, .feature_image .header .nav ul li:hover a.dropdown-link {
	border-color: transparent;
}
.dropdown {
	top: 35px;
	min-width: 320px;
}
.dropdown-wide  {
	min-width: 600px;
}
.nav ul li .cart-button {
	padding: 0;
}
div.cart_count {
	display: none;
}
#header {
	background: #ffffff;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2), 2px 2px 2px rgba(0,0,0,.1);
	opacity: 1;
	position: fixed;
}
#header a {
	color: #000000 !important;
}
.header .icon-close, #header .icon-close {
	display: none;
}
/*************************/
/*FOOTER*/
#freshwater-footer {
	position: relative;
	background: #ffffff;
	z-index: 99999;
	border-top: 2px solid #000000;
	padding: 30px 0 40px;
}
#freshwater-footer .container-fresh-fluid {
	width: 90%;
}
#freshwater-footer img.footer-logo {
	max-width: 200px;
}
#freshwater-footer h3 {
    text-align: left;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    border-bottom: 1px solid #333333;
    width: 75%;
}
#freshwater-footer li {
	list-style: none;
	margin-bottom: 10px;	
}
#freshwater-footer li a, #freshwater-footer p {
	color: #333333;
}
#freshwater-footer li a:hover {
	color: var(--color-grey) !important;
}
ul.social_icons li {
    display: inline-block;
    font-size: 24px;
    padding: 0 5px 0 10px;
    color: #000000;
    text-align: center;
    width: 45px;
    margin-right: 5px;
}
ul.social_icons li a {
	color: #333333;
}
#freshwater-footer input {
    padding: 7px 10px;
    min-height: 10px;
    width: 100%;
}
/*************************/
/*DIVIDERS*/
.feature-divider {
	width: 50px;
	margin: 10px auto 20px;
	border-bottom: 1px solid #000000;
}
.feature-divider-left {
	width: 50px;
	margin: 10px 0 20px;
	border-bottom: 1px solid #000000;
}

/*************************/
/*BUTTONS*/
button, button.action_button, button.add_to_cart, input.submit.action_button, a.action_button, #cart input.action_button  {
	border-radius: 50px;
}





/*************************/
/*************************/
/*************************/
/*************************/
/*MOBILE*/
@media (max-width: 799px) {
	.hide-mobile {
		display: none !important;
	}
	.hide-desktop {
		display: block !important;
	}
	.header .promo_banner p, .promo_banner_mobile p {
		font-size: 9px;
	}
	img.artisan-graphic {
		max-width: 40px !important; 
	}
	.index .freshwater-header-scroll {
		display: none !important;
	}
	a.icon-cart {
		padding-top: 3px;
	}
	.quantity_selector .plus, .quantity_selector .minus {
		top: 0px;
		padding: 6px 13px;
	}
	p.mm-counter.quantity_selector {
		z-index: 9999;
		right: 0;
	}
	.mm-navbar.mm-navbar-top.mm-navbar-top-2.mm-navbar-size-1.mm-hasbtns {
		display: none;
	}
	.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
		top: 60px;
	}
	.mm-panel.mm-opened.mm-current {
		padding-top: 40px;
	}
	.mm-panel .mm-navbar {
		display: block !important;
	}	

	.freshwater-menu-logo {
		max-width: 100px;
		margin: 0 auto 20px;
	}
	.mm-navbar.mm-navbar-top.mm-navbar-top-2.mm-navbar-size-1.mm-hasbtns {
		display: none;
	}
	.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
		top: 60px;
	}
    .vertical-align {
		display: block;
  	}

  	#freshwater-footer img {
		margin: 0px auto 20px;
		max-width: 130px;
	}
	#freshwater-footer h3 {
		font-size: 14px;
		margin-bottom: 25px;
	}
	#freshwater-footer ul.footer-links {
		display: none;
	}
	#freshwater-footer ul.footer-links li {
		font-size: 14px;
	}	
	.footer-plus-sign {
		display: inline-block;
	}
	.rotate-45 {
		transform: rotate(45deg);
	}

}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px)  { 
	.freshwater-menu-links-left {
    	right: calc(50% + 40px);
	}
	.freshwater-menu-links-right {
	    left: calc(50% + 40px);
	}
	.nav.freshwater-menu-links ul.menu li {
		padding: 5px 5px;
	}
	.freshwater-menu-links {
	    left: 200px;
	    transform: translate(0%,-50%);
	}
	.freshwater-menu-icons {
		top: 20%;
	}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px)  { 
	.nav.freshwater-menu-links ul.menu li {
		padding: 5px 7px;
	}
	.freshwater-menu-logo {
		left: 30px;
	}
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
}


