/** PNM Universal Resets and Classes **/
html, body, ul, ol, p {
	margin: 0;
	padding: 0;
}
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}
a img { border: none; }
a, a:focus, a:active, a:hover {outline: 0!important;}
.hide { display: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.center { text-align: center; }

header {transition: top 0.2s ease-in-out!important}
.sub-menu {display:none;}
.mobile_navbar {display:none;}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #8080A3!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #8080A3!important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #8080A3!important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #8080A3!important;
}


/** Globals **/
body { background: #444; color: #fff; }

div.wpcf7-mail-sent-ok {display:none!important;}
.ajax-loader {display:none!important; visibility:hidden!important; opacity:0!important; }

/*.flexslider h2, .flexslider p {opacity:1!important;}*/

.blue { color: #03226D !important; }
.dark-blue { color: #010446 !important; }
.yellow { color: #F9EFC7 !important; } 
.dark-yellow { color: #F0D672 !important; }
.brown { color: #BFA37F !important; }
.pink { color: #C7445C !important; }
.green { color: #64B11C !important; }
/*.white { color: #FFFFFF; }*/

.bg-blue { background-color: #03226D !important; }
.bg-dark-blue { background-color: #010446 !important; }
.bg-yellow { background-color: #F9EFC7 !important; } 
.bg-dark-yellow { background-color: #F0D672 !important; }
.bg-pink { background: #C7445C !important; }
.bg-gray { background-color: #444444 !important; }

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

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

a:hover, a:focus {
	color: #C7445C;
}

h1, h2.h1 {
	font-size: 60Px;
	font-family: "Montserrat Thin", Arial, sans-serif;
	letter-spacing: -.5Px;
	
}
	h1 b, h2.h1 b {
		font-family: "Montserrat Bold", Arial, sans-serif;
	}
h2 {
	font-size: 50Px;
	font-family: "KlinicSlab Light", Times New Roman, serif;
}
	h2.large {
		font-size: 60Px;
		font-family: "KlinicSlab Book", Times New Roman, serif;
	}
	h2 b {
		font-family: "KlinicSlab Bold";
	}
	h2 i {
		font-family: "KlinicSlab Bold Italic";
		font-style: normal;
	}
h3 { 
	font-size: 30Px;
	font-family: "Montserrat Light", Arial, sans-serif;
}
	h3 b {
		font-family: "Montserrat Black";
	}
h4 {
	font-size: 26Px;
	font-family: "KlinicSlab Book", Times New Roman, serif;
}
	h4 b {
		font-family: "KlinicSlab Bold";
		text-transform: uppercase;
	}

.hr-yellow{
	border:0;
	width:100%;
	color:#efd57f;
	background-color:#efd57f;
	height:1px;
}

p, ol, ul, h5 {
	font-size: 18Px;
	font-family: "Montserrat Light", Arial, sans-serif;
	line-height: 140%;
}

p.small, ol.small, ul.small, h6 {
	font-size: 14Px;
	font-family: "KlinicSlab Medium", Times New Roman, serif;
}

p b { 
	font-size: 20Px;
	font-family: "Montserrat Bold", Arial, sans-serif;
}
.button, input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background: #C7445C;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 26Px;
	font-family: "KlinicSlab Bold";
	text-transform: uppercase;
	height: 60Px;
	line-height: 60Px;
	padding: 0 45Px;
	outline: none;
}
	.button:hover, .button:focus,
	input[type="submit"]:hover {
		background: #010446;
		color: #fff;
		text-decoration: none;
	}
.small-button {
	font-size: 14Px;
	padding: 0 30Px;
	height: 56Px;
	line-height: 56Px;
}

.input {
	border-bottom: 1Px solid #fff;
	display: table;
}
label {
	color: #ffffff;
	display: table-cell;
	font-family: "KlinicSlab Book";
	font-size: 14Px;
	width: 1%;
	white-space: nowrap;
}
input:not([type="submit"]):not([type="checkbox"]), select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
	background: transparent;
	color: #FDE7A0;
	font-family: "KlinicSlab Bold";
	font-size: 26Px;
	outline: none;
	height: 56Px;
	line-height: 56Px;
	width: 100%;
}


#subForm input[type="text"], #subForm input[type="email"]
{
    background: #999;
    padding: 5px;
    border: none;
    color: #000;
    height: 40px;
    font-size: 20px;
}


#subForm label
{
    text-align: left;
}

.woocommerce form .wc-payment-form input.input-text
{
    width: 64%;
    padding: 1%;
    background-color: #FFF;
    color: #000446;
}

.select2.select2-container.select2-container--default
{
    width: 65% !important;
}

.select2-container--default .select2-selection--single
{
    border: 0 transparent;
    border-radius: 0;
    background: #F0D672;
    color: #000446;
    font-family: "KlinicSlab Book";
    font-size: 26Px;
    text-indent: 20Px;
    outline: none;
    height: 56Px;
    line-height: 56Px;
}


.select2-results__option
{
    text-indent: 20Px;
}

.select2-search--dropdown input[type="text"].select2-search__field
{
    padding: 0;
    background-color: #FFF;
        color: #000446;
    font-size: 26px;
    font-family: "KlinicSlab Book";
}

.select2-search__field
{
    color: #000446;
    font-family: "KlinicSlab Book";
    font-size: 26Px;
    text-indent: 20Px;
    outline: none;
    height: 56Px;
    line-height: 56Px;
    padding: 0;
    font-weight: 300;
}

.select2-container .select2-selection--single .select2-selection__rendered, .select2-results__option
{
    outline: none;
    height: 56Px;
    line-height: 56Px;
    color: #000446;
    font-size: 26px;
    font-family: "KlinicSlab Bold";
    padding: 0;
}



.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 56px;
    width: 56px;
}

.select2-dropdown
{
    border:0;
    border-radius: 0;
}

.select2-dropdown.select2-dropdown--below, 
.select2-dropdown.select2-dropdown--above
{
    background: #EAEAEA;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3); 
}

select {
	background: #03226D url(../images/select-arrow.png) no-repeat 80% center;
	color: #fff;
	width: auto;
	height: 56Px;
	font-size: 26Px;
	font-family: "KlinicSlab Bold";
	padding: 0 65Px 0 20Px;
}
textarea {
	background: #fff;
	color: #39393A;
	display: block;
	padding: 50Px;
	font-size: 20Px;
	font-family: "Montserrat";
	line-height: 120%;
	height: auto;
	max-height: 150Px;
}
/** Header **/

.nav-search a i.fa {font-size:1.2em!important;}
	.nav-cart a i.fa {font-size:1.2em!important;}

header.main {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
	background-color:#fbf6e3;
}
	.admin-bar header.main { top: 32Px; }
	.home header.main { position: absolute; }
	.home header.main.fixed { position: fixed; }
	.home header.main.active { background: #F9EFC7; }

	body { margin-top: 85Px; }
		body.home { margin-top: 0; }
	header nav, header ul { 
		line-height: 85Px;
	}
	header nav a,
	header ul.nav-right a {
		color: #02216C;
		font-size: 20Px;
		font-family: "KlinicSlab Bold", Times New Roman, serif;
		text-decoration: none;
	}
	header nav.navbar {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		border: none;
		margin: 0 0 0 30px;
	}

	header .navbar-primary-collapse {
		padding: 0 !important;
	}
	header nav a {
		margin: 0 20Px;
		padding: 0 !important;
		line-height: 85Px !important;
	}
		header nav a:hover,
		header nav a:focus,
		header nav .active a,
		header nav a.active {
			background: transparent !important;
			color: #C6445B;
			text-decoration: none;
		}
		header nav a.nav-logo {
			margin: 0 50Px 0 0;
			float: left;
		}

	.nav-logo{
		display:block;
		float:left;
	}

	.nav-logo img {
		margin-top:15px;
	}
	header ul.nav-right {
		display: block;
		line-height: 87Px;
	}
		header ul.nav-right li {
			padding: 0 25Px;
			float: left;
			-webkit-transition: all .3s ease;
			-moz-transition: all .3s ease;
			-o-transition: all .3s ease;
			transition: all .3s ease;
		}
			header ul.nav-right li:hover,
			header ul.nav-right li.active {
				background: #F0D672;
			}
.has-megamenu a {
	padding-bottom: 40Px;
}
.megamenu {
	display: none;
	position: fixed;
	top: 87Px;
	left: 0;
	right: 0;
	z-index: 101;
}
	.admin-bar .megamenu {
		top: 119Px;
	}
.search-holder {
	padding: 15Px 0;
	display: none;
}
	.search-holder .container { position: relative; }
	.search-holder .input {
		border: none;
		display: block;
		height: auto;
		width: calc(100% - 106px);
	}
	.search-holder label {
		color: #393939;
		font-family: "Montserrat Black";
		font-size: 18Px;
		text-transform: uppercase;
		display: inline-block;
		width: auto;
	}
	.search-holder input,
	.search-holder span.break {
		color: #393939;
		height: 40Px;
		font-size: 18Px;
		font-family: "Montserrat Thin";
		margin-left: 10Px;
		-webkit-transition: opacity .5s ease;
		-moz-transition: opacity .5s ease;
		-o-transition: opacity .5s ease;
		transition: opacity .5s ease;
	}
		.search-holder .focus span.break {
			opacity: 0;
		}
	.search-holder input {
		display: inline-block;
		width: calc(100% - 255px) !important;
        color: #010446 !important;
        background-color: #F9EFC7 !important;
        padding: 5px;

	}
	.search-holder button {
		background: #fff;
		color: #02216C;
		height: 55Px;
		width: 80Px;
		padding: 0;
		text-align: center;
		margin-right:22px;
	}
	.search-holder .search-close {
		position: absolute;
		right: 50Px;
    	width: 74Px;
		padding: 33Px 0;
		bottom: -102Px;
		cursor: pointer;
		text-align: center;
		color: #02216C;
    font-size: 22Px;
    z-index:100;
	}
.main-content {
	background: #fff;
	color: #02216C;
	padding: 60Px 0;
}
/** Home **/
#HomeHeader {
	margin: 0;
	border: none;
}
	#HomeHeader .container {
		padding-top: 160Px;
	}
	#HomeHeader h2 i {
		font-size: 60Px;
		font-family: "KlinicSlab Bold Italic";
		font-style: normal;
	}
	#HomeHeader a.button {
		-webkit-transition: background .5s ease;
		-moz-transition: background .5s ease;
		-o-transition: background .5s ease;
		transition: background .5s ease;
	}
	h2.banner-title span {
		background: #F0D672;
		border-radius: 50%;
		color: #000446;
		display: inline-block;
		font-family: "KlinicSlab Light";
		text-align: center;
		font-size: 30Px;
		width: 40Px;
		height: 40Px;
		line-height: 115%;
		position: relative;
		top: -12Px;
	}
	#HomeHeader p {
		font-size: 40Px;
		font-family: "KlinicSlab Light";
		margin: 15Px 0 35Px;
		line-height: 100%;
	}
		#HomeHeader ul.slides li {
			position: relative;
			height: 580Px;
			background-size: cover !important;
		}

		.flexslider .slides img{
			width: 80%;
    		display: block;
    		margin: 0 auto;
    	}

		#HomeHeader ul.slides h2.h1 {margin-top:0;}
	#HomeHeader .flex-control-nav {
		bottom: 30Px;
		z-index: 100;
	}
		#HomeHeader .flex-control-nav li { 
			margin: 0 10Px;
		}
			#HomeHeader .flex-control-paging li a {
				background: #010446;
				width: 27Px;
				height: 27Px;
			}
			#HomeHeader .flex-control-paging li a.flex-active {
				background: #C7445C;
			}
#HomeBanner {
	padding: 120Px 0;
}
	#HomeBanner p.home-copy {
		font-size: 26Px;
		font-family: "KlinicSlab Book";
		padding: 30Px 10%;
	}

	#HomeBanner .home-icon img {width:48px;} 

#HomeOptin {
	padding: 40Px 0;
}
	#HomeOptin p {
		font-size: 26Px;
		font-family: "KlinicSlab Light";
	}
	#HomeOptin .button {
		margin-left: 35Px;
	}
.home-cancel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#HomeForm {
	display: none;
	padding: 100Px 0;
	position: relative;
}
	#HomeForm form {
		width: 65%;
		margin: 0 auto;
	}
	#HomeForm .input {
		border: none;
		display: block;
		margin-bottom: 30Px;
	}

	#HomeForm .input-holder, #HomeForm .input-holder-zip{
		text-align:left;
	}

	#HomeForm .input-holder-button{
		margin-top:50px;
	} 


	#HomeForm label {
		color: #010446;
		display: inline-block;
		margin: 0;
		width: 30%;
		text-align: right;
		font-size: 26Px;
		font-family: "KlinicSlab Bold";
		text-transform: uppercase;
	}
	#HomeForm input {
		border-bottom: 1Px solid #010446;
		color: #010446;
		margin-left: 15Px;
		width: 60%;
		height: 50Px;
		font-size: 26Px;
		font-family: "KlinicSlab Light";
	}

	#HomeForm input#fieldddllhht{
		width:170px;
	}
	
#HomeThanks {
	display: none;
	padding: 100Px 0;
	position: relative;
}
	#HomeThanks .container img {width:84px;}
	#HomeThanks h2 {
		font-size: 60Px;
		font-family: "KlinicSlab Book";
		margin: 15Px 0;
	}
	#HomeThanks p {
		font-size: 30Px;
		font-family: "Montserrat Bold";
	}
#HomeContent {
	background: #fff;
	padding: 120Px 0 45Px;
	position: relative;
}
	#HomeContent h1 {
		font-size: 80Px;
	}
	#HomeContent h2 { 
		margin-bottom: 100Px;
	}
	#HomeContent .category-entry {
		display: inline-block;
		vertical-align: top;
		width: 255Px;
		margin: 0 15Px 60Px;
	}

	#HomeContent .category-entry a {
		color: #010446;
	}

	#HomeContent .category-entry a:hover {
		color: #C7445C;
	}
	#HomeContent .category-entry a h4 {
		
		font-size: 26Px;
		margin-top: 20Px;
	}
#HomeBottom {}
	.home-bottom-entry {
		width: 50%;
		float: left;
		height: 495Px;
		position: relative;
		overflow: hidden;
	}

	#HomeBottomSpa h2{
		margin-top:125px;
	}

	#HomeBottomCustom h2{
		margin-top:95px;
	}
		.home-bottom-entry h2.banner-title {
			
		}
			.home-bottom-entry h2.banner-title span {
				background: #010446;
				color: #fff;
			}
		.home-bottom-entry h2 i {
			margin-top: 25Px;
			font-family: "KlinicSlab Bold Italic";
		}
		.home-bottom-entry p {
			padding: 20Px 25%;
		}
		.home-bottom-entry .button {
			background: #010446;
		}
			.home-bottom-entry .button:hover {
				background: #C7445C;
			}
	.home-bottom-entry img.background {
		width: 100%;
		height: auto;
		min-height: 495Px;
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transition: opacity .5s ease;
		-moz-transition: opacity .5s ease;
		-o-transition: opacity .5s ease;
		transition: opacity .5s ease;
		/** Image "wiggle" fix.  http://swarmnyc.com/whiteboard/bug-fix-css-transition-effect-1-pixel-move-jump/ **/
		-webkit-backface-visibility:hidden;
	}
		.home-bottom-entry.hover img.background {
			opacity: .5;
		}

#FooterThanks
{
    padding: 0px;
}

#FooterForm
{
    
    margin: 0 auto;
    width: 70%;
}
        

#FooterForm input[type="text"], #FooterForm input[type="email"]
{
    line-height: 1;
}

#FooterForm input[type="text"]::placeholder, #FooterForm input[type="email"]::placeholder
{
    color: #C7445C !important;
}

#FooterForm .input-holder-button
{
	width: 49%;
	float: right;
	line-height: 100%;
	margin: 30px 0 0 0;
}

#FooterForm .input-holder-button button
{
    padding: 0 40px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

#FooterForm .input-holder
{
    margin-top: 5px;
    width: 100%;
}

#FooterForm .input-holder-zip
{
    margin-top: 5px;
    width: 49%;
}

/** About **/
#AboutHeader {
	background: url(../images/about-bg.jpg) no-repeat center center;
	background-size: cover;
	height: 840Px;
}
	#AboutHeader h2 {
		padding: 125Px 15% 30Px;
	}
#AboutBanner {
	padding: 120Px 0;
	position: relative;
}

	#AboutBanner h2 {line-height:90%; margin-bottom:30px;}
	#AboutBanner p {
		padding: 0 15%;
		line-height: 160%;
	}
	#AboutBanner .product-icons {
		position: absolute;
		bottom: -65Px;
		text-align: center;
		left: 0;
		right: 0;
	}
		#AboutBanner .product-icons img {
			max-width: 100%;
		}
#AboutContent {
	background: #ffffff;
	padding: 80px 0;
}
	#AboutContent p {
		padding: 0 17%;
		line-height: 160%;
		margin: 20px 0;
	}
#AboutBottom {
	background: url(../images/about/bottom-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 120Px 0 140Px;
}
	#AboutBottom h2 {
		font-size: 40Px;
		margin-top: 20Px;
	}

	#AboutBottom img {width:76px;}

.fadeon-header {
	background: #010446;
}
.fadeon-header section {
	background: #010446;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/** Custom **/
#CustomHeader {
	background-image: url(../images/custom-bg.jpg);
	padding: 200Px 0 180Px;
	position: relative;
}
	#CustomHeader h2 {
		font-size: 60Px;
		font-family: "KlinicSlab Bold Italic";
	}
	#CustomHeader .button-holder {
		position: absolute;
		bottom: -37Px;
		left: 0;
		right: 0;
		text-align: center;
		z-index: 10;
	}
#CustomBanner {
	padding: 100Px 0;
}
	#CustomBanner p {
		padding: 0 15%;
		line-height: 160%;
	}
#CustomContent {}
	.custom-row {
		position: relative;
	}
	.custom-entry {
		cursor: pointer;
		position: relative;
		width: 25%;
		float: left;
	}
		.custom-entry.text-only {
			display: table;
		}
			.custom-entry .text-only-holder {
				display: table-cell;
				vertical-align: middle;
			}
		.custom-entry.text-only h3 {
			line-height: 100%;
			margin: 20Px 0;
			font-size: 26Px;
		}
		.custom-entry.text-only p {
			color: #393939;
			font-size: 18Px;
			font-family: "KlinicSlab Bold";
			text-transform: uppercase;
			line-height: 100%;
		}
		.custom-entry img.icon {
			width: auto;
		}
		.custom-entry .title-holder {
			position: absolute;
			z-index: 1;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			-webkit-transition: all .5s ease;
			-moz-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease;
		}
			.custom-entry .custom-title {
				background: rgba(0, 4, 70, .6);
				color: #F0D672;
				display: table;
				font-size: 14Px;
				font-family: "Montserrat Bold";
				height: 70Px;
				width: 70%;
				padding: 0 20Px;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				margin: auto;
			}
				.custom-entry .custom-title span {
					display: table-cell;
					line-height: 120%;
					vertical-align: middle;
				}
		.custom-entry:hover .title-holder {
			opacity: 0;
		}
		.custom-entry img { width: 100%; }

/** Spa **/
#SpaHeader {
	background: url(../images/spa-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 140Px 0;
	position: relative;
}
	#SpaHeader h1 span {
		background: #fff;
		border-radius: 50%;
		color: #010446;
		display: inline-block;
		font-size: 30Px;
		font-family: "KlinicSlab Light";
		width: 50Px;
		height: 50Px;
		line-height: 45Px;
		position: relative;
		top: -10Px;
	}
	#SpaHeader .button-holder {
		position: absolute;
		bottom: -37Px;
		left: 0;
		right: 0;
		z-index: 5;
	}
#SpaContent {
	background: #fff;
	padding: 100px 0 30Px 0;
	overflow: hidden;
}
	#SpaContent h2 {
		text-transform: uppercase;
	}
	#SpaContent p.subtitle {
		text-transform: uppercase;
		margin: 0 0 50Px;
	}
	#SpaContent h3 {
		margin: 25Px 0;
		font-family: "KlinicSlab Light";
		font-size: 40Px;
	}
		#SpaContent h3 b {
			font-family: "KlinicSlab Bold";
		}
	#SpaContent p {
		line-height: 160%;
		padding: 0 5%;
	}
	.spa-entry {
		margin-bottom: 60Px;
		position: relative;
	}
	.spa-icon {
		position: relative;
		z-index: 5;
	}
	#SpaContent hr {
		position: absolute;
		margin: 0;
		z-index: 0;
	}
		#SpaContent hr.first {
			top: 150Px;
			left: 150Px;
			width: 500%;
		}
		#SpaContent hr.second {
			top: 150Px;
			left: -200%;
			right: -200%;
		}
		#SpaContent hr.third {
			top: 150Px;
			left: -100%;
			right: 50%;
		}
	
/** Shop **/
#ShopHeader {
	background: url(../images/overview-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 120Px 0 40Px;
	position: relative;
}
	#ShopHeader > .container > img {
		width: 100%;
		max-width: 420Px;
	}
	#ShopHeader h2 {
		padding: 0 15% 35Px;
	}
	#ShopHeader .button-holder {
		background: transparent;
		position: absolute;
		bottom: -33Px;
		left: 0;
		right: 0;
		padding: 0;
		text-align: center;
	}
#ShopBanner {
	padding: 110Px 0;
}
	#ShopBanner p {
		padding: 0 13%;
	}

#ShopFilter {
	height: 75Px;
	position: relative;
}
	#ShopFilter select {
		background-color: #C7445C;
		padding-right: 85Px;
		height: 75Px;
	}
	#ShopFilter .filter-bar {
		height: 75Px;
		line-height: 75Px;
	}
	#ShopFilter a {
		color: #010446;
		font-size: 26Px;
		font-family: "KlinicSlab Bold";
		text-decoration: none;
		padding-left: 35Px;
	}
	#ShopFilter .button {
		height: 75Px;
		line-height: 75Px;
		position: absolute;
		right: 0;
		top: 0;
	}
#ShopContent {
	background: #fff;
	padding: 120Px 0 20Px;
}

#ShopContent h1 {
    font-size: 80Px;
}

	#ShopContent h2 { margin-bottom: 50Px;}
	.category-icon {
		display: inline-block;
		border-radius: 50%;
		border-width: 2Px;
		border-style: solid;
		border-color: #000;
		position: relative;
		width: 250Px;
		height: 250Px;
		line-height: 250Px;
		vertical-align: middle;
		text-align: center;
	}
		.category-icon:after {
			border-radius: 50%;
			content: ' ';
			display: inline-block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			border-width: 10Px;
			border-style: solid;
			border-color: inherit;
			opacity: .25;
			-webkit-transition: border .5s ease;
			-moz-transition: border .5s ease;
			-o-transition: border .5s ease;
			transition: border .5s ease;
		}
			.category-icon:hover:after {
				border-width: 123Px;
			}
		.category-icon img {
			position: relative;
			z-index: 5;
		}
		.category-icon.light-pink { border-color: #EE63A3; }
		.category-icon.light-pink img {width:95px; height:155px;}
		
		.category-icon.dark-pink { border-color: #BF2941; }
		.category-icon.dark-pink img {width:161px; height:140px;}
		
		.category-icon.light-blue { border-color: #418FCD; }
		.category-icon.light-blue img {width:159px; height:146px;}
		
		.category-icon.purple { border-color: #5A4099; }
		.category-icon.purple img {width:149px; height:156px;}
		
		.category-icon.green { border-color: #446E34; }
		.category-icon.green img {width:156px; height:141px;}
		
		.category-icon.orange { border-color: #F26131; }
		.category-icon.orange img {width:148px; height:138px;}
		
		.category-icon.gray { border-color: #BBBBBB; }

        /* NEW PRODUCT LINES */
        /*White Chocolate & Coconut - 704B23 / ECE3D8*/
        .category-icon.mid-brown { border-color: #704B23; }
		.category-icon.mid-brown img {width:183px; height:184px;}

        /*Hawaiian Macadamia Nut & Vanilla Bean - F2D773 / FEF8E2*/
        .category-icon.banana-yellow { border-color: #F2D773; }
		.category-icon.banana-yellow img {width:204px; height:173px;}

        
        /*Gift Sets - C7445C / EEC7CE*/

        .category-icon.strawberry-pink { border-color: #C7445C; }
		.category-icon.strawberry-pink img {width:178px; height:189px;}

	.category-entry {
		margin-bottom: 80Px;
	}

		.category-entry a h4 {color:#010446;-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;}
		.category-entry a:hover h4 {color:#C7445C;}
		.category-entry h4 {
			font-size: 40Px;
			font-family: "KlinicSlab Bold";
			margin: 20Px 0;
		}
			.category-entry:hover h4,
			.category-entry a:hover {
				text-decoration: none;
			}

		.category-entry p {
			margin-bottom: 30Px;
			padding: 0 5%;
			/*height: 210px;*/
		}
		.category-entry .button {
			background: #010446;
		}
			.category-entry .button:hover {
				background: #C7445C;
			}
/** Category **/
#CategoryNav {
	padding: 50Px 0;
	overflow: hidden;
}
	#CategoryNav h2 { margin-bottom: 20Px; }
	#CategoryNav h2 a { color: #fff; }
	#CategoryNav h2 a:hover, #CategoryNav h2 a:focus {
		color: #fff;
		text-decoration: none;
	}
	#CategoryNav ul li {
		line-height: 120%;
	}
	#CategoryNav ul li a {
		color: #fff;
		font-size: 18Px;
		background-position: -15Px center;
	}
		#CategoryNav ul.large li {
			margin-bottom: 15Px;
			line-height: 1;
		}
		#CategoryNav ul.large li a {
			font-size: 50Px;
			font-family: "KlinicSlab Light";
		}
		#CategoryNav ul li a:hover,
		#CategoryNav ul li a:focus {
			background: url(../images/subnav-carrot.png) no-repeat;
			background-position: 0 center;
			color: #F1D76A;
			text-decoration: none;
			padding-left: 15Px;
		}
	#CategoryNav .subnav-cart h2 {
		font-size: 70Px;
		margin-bottom: 0;
	}
	#CategoryNav .subnav-cart p {
		font-family: "Montserrat Bold";
		margin: 15Px 0;
	}
	#CategoryNav .subnav-cart a {
		background: #010446;
		color: #fff;
		padding-right: 500%;
	}

	#CategoryNav .subnav-cart a {
		background: #010446;
		color: #fff;
		padding-right: 500%;
	}
	#CategoryNav .subnav-cart a:hover {
		background: #fff;
		color: #010446;
	}
#CategoryHeader {
	background: url(../images/category-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 110Px 0;
}
	#CategoryHeader h1 {
		font-family: "KlinicSlab Light";
		margin-bottom:10px;
	}
#CategoryFilter {
	position: relative;
}

#CategoryFilter .col-md-6{
		width:100%;
	}

#CategoryFilter,
#CategoryFilter select,
#CategoryFiler .filter-bar {
	height: 75Px;
	line-height: 75Px;
	overflow: hidden;
}

#CategoryFilter .filter-bar {
	display:none;
}
	#CategoryFilter .filter-drop {
		background: #010446;
		position: relative;
		text-align: center;
		height: 75Px;
	}
		#CategoryFilter .filter-drop select {
			background: #010446 url(../images/select-arrow.png) no-repeat 90% center;
			position: relative;
			width: 50%;
		}
		#CategoryFilter .filter-drop .tag {
			display:none;
			background: #C7445C;
			position: absolute;
			top: 0;
			bottom: 0;
			left: -200%;
			right: 100%;
		}
	#CategoryFilter .button { 
		background: #F0D672;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		height: auto;
	}
		#CategoryFilter .button:hover { 
			background: #010446;
		}
	#CategoryFilter a {
		color: #fff;
		font-size: 26Px;
		font-family: "KlinicSlab Bold";
		text-decoration: none;
		padding-left: 35Px;
	}
#CategoryContent {
	background: #fff;
	padding: 80Px 0;
}
	#CategoryContent .product-entry {
		margin-bottom: 60Px;
		display: inline-block;
		float: none;
		vertical-align: bottom;
	}
		#CategoryContent .product-entry h4 {
			font-family: "KlinicSlab Bold";
			margin-bottom: 5Px;
			height: 52px;
		}
		#CategoryContent .product-subtitle {
			display: inline-block;
			position: relative;
			font-size: 16Px;
			margin-bottom: 20Px;
		}
			#CategoryContent .product-subtitle:before,
			#CategoryContent .product-subtitle:after {
				background: #F0D672;
				content: ' ';
				width: 70Px;
				height: 1Px;
				position: absolute;
				top: 50%;
				margin-top: -1Px;
			}
			#CategoryContent .product-subtitle:before {
				left: 65Px;
			}
			#CategoryContent .product-subtitle:after {
				right: 65Px;
			}
	
/** Product Detail **/
#ProductDetail {
	background: #ffffff;
	color: #393939;
	padding: 60Px 0;
	overflow: hidden;
}
	#ProductDetail .price-holder {
		position: relative;
		margin: 10Px 0 25Px;
	}
	#ProductDetail .price-holder span {
		position: relative;
	}
	#ProductDetail .price-holder hr {
		border-top: 1Px solid #F0D672;
		position: absolute;
		top: 50%;
		margin: -1Px 0 0;
		width: 5000Px;
		left: 120%;
	}
		#ProductDetail .cat-holder .icon {
			margin-right: 15Px;
			width: 50Px;
			height: 50Px;
			border-radius: 50%;
			padding: 10Px;
			background: #E6E6E6;
			text-align: center;
		}
			#ProductDetail .cat-holder .icon.awapuhi img {
				height: 100%;
				width: auto;
			}
		#ProductDetail .cat-holder p,
		#ProductDetail .cat-holder a {
			line-height: 47Px;
			font-family: "Montserrat Black", Arial, sans-serif;
			text-decoration: none;
		}
		#ProductDetail .product-detail {
			margin: 15Px 0 40Px;
		}
		#ProductDetail select {
			cursor: pointer;
			margin-right: 15Px;
		}
		#ProductDetail .button { height: 56Px; line-height: 56Px; }

#AboutProducts {
	padding: 80Px 0 50Px;
}
	#AboutProducts p {
		padding: 15px 15% 25Px;
	}

/** Cart **/
#CartHeader, #CartBanner, #CompleteHeader, #CompleteBanner {
	padding: 40Px 0;
}
#CartContent {
	background: #fff;
	padding: 60Px 0 95Px;
	overflow: hidden;
}
	#CartContent h4 b {
		text-transform: none;
	}
	#CartContent p {
		font-size: 16Px;
		font-family: "Montserrat";
		float: left;
		margin-right: 25Px;
		margin-top: 10Px;
	}
	#CartContent hr {
		border-top: 1Px solid #F0D672;
		margin: 20Px 0 10Px;
		width: 70Px;
	}
	.cart-entry {
		margin-bottom: 20px;
	}
	#CartContent .price {
		font-size: 40Px;
		font-family: "KlinicSlab Bold";
	}
	#CartContent .product-info { width: 65%; }
	#CartContent input:not([type="submit"]) {
		width: 75Px;
		text-align: center;
		padding: 0 20Px;
	}
	.remove-item {
		color: #C7445C;
		font-size: 16Px;
		font-family: "Montserrat";
		text-transform: uppercase;
	}
	.button-line {
		position: relative;
	}
		#CartContent .button-line hr {
			position: absolute;
			width: 500%;
			left: -100%;
			right: -100%;
			top: 50%;
			margin: -1Px 0 0;
			border-top: 1Px solid #C7445C;
		}
	#CartContent .button-holder {
		background: #fff;
		display: inline-block;
		position: relative;
		z-index: 5;
		padding: 0 50Px;
	}
		#CartContent .button-holder .button {
			margin: 0 10Px;
		}

/*  CART TOTALS */

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals
{
    width: 100%;
    float: none;
    margin: 50px 0;
}

.woocommerce .cart-collaterals .cart_totals h2
{
    text-align: center;
    font-weight: bold;
    font-family: "KlinicSlab Bold";
}

.woocommerce .cart-collaterals .cart_totals table.shop_table 
{
	font-size: 20px;
	margin: 20px auto;
	width: 100%;
	max-width: 380px;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-methods li label
{
    color: #010446 !important;
    font-size: 20px;
}


.woocommerce .cart-collaterals .cart_totals table.shop_table .order-total th
{
    padding: 20px 10px;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .order-total td
{
    padding: 20px 0px;
}

.wc-proceed-to-checkout
{
    text-align: center;
}

/** Confirmation **/
#ConfirmationHeader {
	padding: 90Px 0 70Px;
}
#CartContent .subtotal > div {
	border-top: 1Px solid #F0D672;
	border-bottom: 1Px solid #F0D672;
	color: #01206C;
	font-size: 26Px;
	font-family: "KlinicSlab Bold";
	padding: 70Px 0;
}
	#CartContent .subtotal label,
	#CartContent .total label {
		color: #01206C;
		display: inline-block;
		font-size: 26Px;
		font-family: "KlinicSlab Bold";
		width: 50%;
		text-align: right;
	}
	#CartContent .subtotal span,
	#CartContent .total span {
		display: inline-block;
		width: 35%;
		text-align: center;
	}

	#CartContent .total {
		color: #01206C;
		font-size: 26Px;
		font-family: "KlinicSlab Bold";
		padding: 40Px 0 0;
	}
	#CartContent .total label,
	#CartContent .total span {
		font-size: 40Px;
	}

	#stripe-cc-form input[type="text"] {background-color:#fff;}

#CheckoutBilling {
	background: #fff;
	padding: 75Px 0;
}
	#CheckoutBilling ::-webkit-input-placeholder { color: #000446; }
	#CheckoutBilling :-moz-placeholder { color: #000446; }
	#CheckoutBilling ::-moz-placeholder { color: #000446; }
	#CheckoutBilling :-ms-input-placeholder { color: #000446; }	
	#CheckoutShipping ::-webkit-input-placeholder { color: #000446; }
	#CheckoutShipping :-moz-placeholder { color: #000446; }
	#CheckoutShipping ::-moz-placeholder { color: #000446; }
	#CheckoutShipping :-ms-input-placeholder { color: #000446; }	
	#CheckoutBilling h3,
	#CheckoutShipping h3 {
		margin-bottom: 40Px;
	}

	#CheckoutShipping p#order_total_field {display:none;}

	#CheckoutBilling table{
		font-family: "KlinicSlab Bold";
	}

	#CheckoutBilling label,
	#CheckoutShipping label {
		color: #000446;
		display: block;
		font-family: "KlinicSlab Bold";
		font-size: 26Px;
		float: left;
		margin-right: 5%;
		width: 25%;
		line-height: 56Px;
	}
		#CheckoutBilling label abbr,
		#CheckoutShipping label abbr {
			border-bottom:none;
			cursor:pointer;
		}
		#CheckoutBilling input[type="tel"],
#CheckoutBilling input[type="email"],
	#CheckoutBilling input[type="text"],
	#CheckoutShipping input[type="text"] ,
	    	#CheckoutShipping input[type="email"],
    
	#CheckoutShipping input[type="text"] {
		background: #F0D672;
		color: #000446;
		font-family: "KlinicSlab Bold";
		font-size: 26Px;
		width: 65%;
		text-indent: 20Px;
	}

    #CheckoutBilling textarea
    {
        background: #F0D672;
		color: #000446;
		font-family: "KlinicSlab Bold";
		font-size: 26Px;
    }

	#CheckoutShipping #stripe-cc-form input[type="text"] {
		background-color:#fff;
	}
		#CheckoutBilling input:focus
        {
            background: #F9EFC7;
        }
		#CheckoutShipping input:focus {
			background: #FFF;
		}

		#CheckoutBilling .woocommerce-invalid input[type="text"], #CheckoutShipping .woocommerce-invalid input[type="text"] {border:2px solid #C7445C!important; background-color:#f1d0d6!important;}
		ul.woocommerce-error {width:75%; display:block;margin:20px auto; text-align:center;padding:20px; color:#C7445C; border:2px solid #C7445C; background-color:#f1d0d6!important;}

	#CheckoutBilling .row:last-child h3 {margin-bottom:0;}
	#CheckoutBilling .form-row-first, #CheckoutShipping .form-row-first, 
	#CheckoutBilling .form-row-last, #CheckoutShipping .form-row-last {
		width: 100%;
		float: none;
	}
	#CheckoutShipping .form-row,
	#CheckoutBilling .form-row {
		margin-bottom: 10Px;
	}
	#CheckoutBilling .billing-header {
		margin-top: 80Px;
	}

	#CheckoutBilling .shipping-info {padding:60px 50px 10px;}

	#CheckoutBilling .shipping-info h3 {color:#C7445C;font-family: "KlinicSlab Bold"; margin:10px 0;}
	#CheckoutBilling .shipping-info p {color:#393939; font-size:14px; margin-bottom: 20px;}
	#CheckoutBilling .shipping-info p.bigger {font-size:18px; margin-bottom:30px; margin-top:0;}
	.select2-container .select2-choice {
		background: #C7445C url(../images/select-arrow.png) no-repeat 95% center; 
		border: none;
		border-radius: 0;
		color: #fff !important;
		font-family: "KlinicSlab Bold";
		font-size: 26Px;
		height: 56Px;
		text-indent: 20Px;
		padding: 0;
		width:65%;
	}
	.select2-container .select2-choice>.select2-chosen { 
		line-height: 56Px;
	}
	.select2-container .select2-choice .select2-arrow { 
		display: none;
	}
	#billing_country_field,
	#shipping_country_field {
		display: none;
	}

	#order_review table {
		display:block;
		margin:0 auto;
		width: 60%;
		font-family: "KlinicSlab Book";
		font-size: 20Px;
	}

	#order_review table tr{width:100%;}
	#order_review table td, table th{padding:0 10px;}
	#order_review table th,
	#order_review table strong {
		font-family: "KlinicSlab Bold";
		font-weight: normal;
	}
	#CheckoutShipping #order_review_heading {
		margin: 40Px 0 10Px;
		font-family: "KlinicSlab Bold";
	}
	#CheckoutShipping li.payment_method_paypal {
		
		
		margin: 10Px 0;
		text-align: center;
	}
		#payment_method_paypal { display: none; }
		#CheckoutShipping .payment_method_paypal label {
			width: 100%;
		}
		#CheckoutShipping .payment_method_paypal img {
			display: block;
			margin: 0 auto;
		}

#CheckoutBilling #order_total{
	text-align:center; font-size:30px; font-family: "KlinicSlab Bold";
}

#ShippingInfo{
	padding:120px 0 95px 0;
	color:#062268;
	text-align:center;
}

#ShippingInfo .order_number {color:#c9405d;text-align:center; font-family: "Montserrat Black"; font-size:24px; text-transform:uppercase; margin-bottom:35px;}
#ShippingInfo h3 {font-family: "KlinicSlab Bold", Times New Roman, serif; margin-bottom:30px;}

#CheckoutShipping {
	padding: 60Px 0 100Px;
}
	.shipping-toggle {

	}
		.shipping-toggle .button {
			background: #F9EFC7;
			color: #C7445C;
		}
		.shipping-toggle .button.selected,
		.shipping-toggle .button:hover {
			background: #C7445C;
			color: #fff;
		}

    #CheckoutShipping .shipping-toggle label
    {
       
        border-radius: 0;
        border: none;
        background: transparent;
        font-family: "KlinicSlab Bold";
        font-size: 26Px;
        outline: none;
        height: 56Px;
        line-height: 56Px;
        width: 100%; 
        margin: auto;
        padding: 0;
        float: none;
    }
    
    #CheckoutShipping  .shipping-toggle label input[type="checkbox"]
    {
        height: 20px;
        width: 20px;
    }


#ConfirmationBottom {
	padding: 150Px 0 100Px;
}
	#ConfirmationBottom h3 {
		color: #C7445C;
		font-family: "Montserrat Black";
		font-size: 30Px;
		text-transform: uppercase;
		margin-bottom: 50Px;
	}
	#ConfirmationBottom h2 {
		font-size: 40Px;
		font-family: "KlinicSlab Bold";
		margin-bottom: 30Px;
	}

	#order_comments_field label {float:none; width:100%; margin-right:0; text-align:center;}

	#order_review_heading{ text-align:center;}


/** Contat **/
#ContactHeader {
	background: url(../images/thanks-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 140Px 0;
	position: relative;
}
	#ContactHeader .container {
		position: relative;
		z-index: 2;
	}
	#ContactHeader .bg-cover {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		opacity: .7;
	}
	#ContactHeader h2 { margin-bottom: 10Px; }
	#ContactHeader p b {
		font-size: 30Px;
	}
#ContactContent {
	padding-bottom: 100Px;
	position: relative;
}
	#ContactContent .tab-holder {
		position: relative;
		top: -30Px;
		z-index: 10;
	}
		#ContactContent .tab-holder a.button {
			display: inline-block;
			margin: 0 5Px;
			text-transform: none;
		}
			#ContactContent .tab-holder a.button.active,
			#ContactContent .tab-holder a.button:hover,
			#ContactContent .tab-holder a.button:focus {
				background: #010446;
				color: #ffffff;
			}

	#ContactContent .tab-content {
		padding-top: 40Px;
		position: relative;
	}
	.tab-entry {
		display: none;
		position: absolute;
		z-index: 0;
	}
	.tab-entry.active {
		display: block; 
		z-index: 1;
		position: relative;
	}
	#ContactContent form {
		width: 65%;
		margin: 0 auto;
	}
	#ContactContent .input {
		border-bottom: 1Px solid #FDE7A0;
		margin-top: 40Px;
		padding-bottom: 10Px;
		position: relative;
	}
		#ContactContent .input:first-child {
			margin-top: 0;
		}
	#ContactContent label {
		color: #FDE7A0;
		font-family: "Montserrat";
		font-size: 20Px;
	}
	#ContactContent input:not([type="submit"]) {
		color: #fff;
		font-size: 20Px;
		font-family: "Montserrat";
		margin-left: 10Px;
	}
	
	.input-error {
		background: #C7445C;
		display: none;
		padding: 20Px 25Px;
		height:68px;
	}

	.input-error .exclamation {background-color: #fff;
	    color: #c7445c;
	    max-width: 28px;
	    width: 28px;
	    height: 28px;
	    text-align: center;
	    float: left;
	}

	.input-error .exclamation i {
		line-height: 28px;
    	font-size: 18px;
    }

    .input-error span {
    	margin-left:20px;
    	width:80%; 
    	display: inline-block;
    	line-height: 16px;
    	vertical-align: middle;
    }
	
	.input-error img { margin-right: 15Px; }
	
	#ContactContent .select {
		display: block;
		width: 100%;
		padding: 0;
		border-bottom: none;
	}
	#ContactContent select {
		background: #FDE7A0 url(../images/select-arrow-blue.png) no-repeat 95% center;
		color: #000446;
		height: 70Px;
		width: 100%;
	}
	#ContactContent .textarea {
		margin-top: 60Px;
	}
	#ContactContent textarea {
		margin: 15Px 0 70Px;
	}
	#ContactContent input[type="submit"]:hover {
		background: #fff;
		color: #010446;
	}

.payment-header {margin-top:50px; margin-bottom:20px;}
.payment_methods li {border:2px solid #010446; padding: 20px 20px 20px 20px; }
.payment_methods li.selected {background-color:#F0D672; padding:20px;}
.payment_methods label 
{
    float:none!important; 
    width:100%!important; 
    text-align:center!important;
    cursor:pointer; 
    padding: 20px;
}
.payment_methods label.payment-errors
{
    padding: 0;
    margin: 0 !important;
    height: auto;
    line-height: 1 !important;
}

.payment_methods li.selected label {cursor:default!important;}
.payment_method_stripe{ padding-top:20px;}
.payment_method_stripe label {margin-top:0!important;padding-top:0;}
.payment_method_stripe label img {margin:0 2px;}

.payment_method_stripe fieldset label {margin-top:0!important; }

.payment_method_paypal label img {display:none!important;}
.payment_method_paypal label a {    margin-left: 35px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 32px;
    vertical-align: middle;}
    .payment_method_paypal p {padding-bottom:20px; width:60%; margin:0 auto;}
#payment_method_stripe {line-height:0; height:0;     display: none;}

.wc-credit-card-form.wc-payment-form label {float:left!important; width:auto;}

.selected a {color:#fff;}
.selected input[type="text"] {background-color:#fff;}

.woocommerce {background-color:#fff;}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 65%!important;
}


#CheckoutBilling .col-md-8.col-offset-2
{
    margin: 0 auto !important;
    display: block;
    float: none;
}

#CheckoutBilling .woocommerce-thankyou-order-received
{
    margin-bottom: 30px;
}


#CheckoutBilling .woocommerce-order-details h2.woocommerce-order-details__title
{
	font-size: 50Px;
	font-family: "KlinicSlab Light", Times New Roman, serif;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 2px solid;
	padding-bottom: 10px;
}

#CheckoutBilling .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
{
    margin: 30px auto;
}

#CheckoutBilling .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li
{
    margin-bottom: 10px;
}
#CheckoutBilling .woocommerce-table.woocommerce-table--order-details.shop_table.order_details
{
    width: 100%;
}

#CheckoutBilling .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td, #CheckoutBilling .woocommerce-table.woocommerce-table--order-details.shop_table.order_details th
{
    padding: 5px 0;
    font-size: 20px;
}

#CheckoutCoupon .coupon_wrapper
{
    text-align: center;
    padding: 30px 0px;
}

#CheckoutCoupon .coupon_wrapper .woocommerce-info
{
    font-size: 24px;
    font-family: "KlinicSlab Bold", sans-serif;
    padding: 10px;
    
}

#CheckoutCoupon .coupon_wrapper .checkout_coupon p.coupon_block
{
    margin:20px 0;
}


#CheckoutCoupon .coupon_wrapper .checkout_coupon p.coupon_block
{
    margin:20px 0;
}

#CheckoutCoupon .coupon_wrapper .checkout_coupon p.form-row
{
    padding: 10px;
}

#CheckoutCoupon .coupon_wrapper .checkout_coupon p.form-row #coupon_code
{
    padding: 10px;
    background-color: #F0D672;
    color: #000446;
    height: 60px;
}

select {
    background: #03226D url(../images/select-arrow.png) no-repeat 90% center;
}

.wc-credit-card-form.wc-payment-form p label
{
    text-align: left !important;
}

#stripe-payment-data .wc-credit-card-form.wc-payment-form p
{
    margin-bottom: 10px;
}

#stripe-payment-data p
{
    text-align: center;
    margin-bottom: 20px;
}

#stripe-payment-data .wc-credit-card-form.wc-payment-form p
{
    margin-bottom: 10px;
    text-align: left;
}

/** Thanks **/
#Thanks {
	background: url(../images/thanks-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 180Px 0 260Px;
	position: relative;
}
	#Thanks .container {
		position: relative;
		z-index: 2;
	}
	#Thanks .bg-cover {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		opacity: .7;
	}
	#Thanks h2 { margin-bottom: 10Px; }
	#Thanks p b {
		font-size: 30Px;
		line-height:32px;
	}
	
/** 404 **/
#NotFound {
	padding: 200Px 0;
}
	#NotFound p {
		padding: 25Px 30%;
	}
	
footer { padding: 80Px 0; }
	footer .footer-logo img {width:125px;}
	footer h6 { margin-bottom: 10Px; }
	footer p, footer a {
		color: #fff;
		font-size: 14Px;
		font-family: "KlinicSlab Medium";
	}
	footer form {
		margin-top: 5Px;
		position: relative;
	}

	footer label
    {
        display:block; 
        width:auto; 
        text-align:left; 
        padding: 6px 10px 0 0; 
        text-transform:uppercase;
    }
	

	footer .input-text {width:75%; border-bottom:1px solid #fff;padding:5px 5px 5px 5px;}

	footer .input-holder-zip .input-text {width:50%; border-bottom:1px solid #fff; padding:5px 5px 5px 5px;}

	footer .input-holder-zip {
        width: 39%;
        float: left;
        line-height: 100%;
        margin-top: 10px;
    }

	footer .input-holder-button {

        width: 40%;
        float: left;
        line-height: 100%;
        margin-top: 28px;

	}

	footer .small-button 
    {
        /* width: 20%; */
        padding: 0 20px;
        /* position: absolute; */
        bottom: 0;
        right: 0;
        float: left;
    }

	footer label {
		
	}
	footer input:not([type="submit"]) {
		
		height: auto;
		line-height: 1;
		display: table-cell;
		font-family: "KlinicSlab Book";
		font-size: 14Px;
		vertical-align: bottom;
	}
	footer .input {
		padding-bottom: 10Px;
	}
		footer .input:first-child {
			margin-bottom: 25Px;
		}
	footer li {
		line-height: 100%;
	}

	footer #menu-helpful-links .mail_link{
		margin-top:19px;
	}
	.footer-logo p.small {
		margin-top: 20Px;
	}
	.form-thanks {
		display: none;
	}
		.form-thanks h4 b {
			text-transform: none;
		}
		.form-thanks p {
			margin-top: 15Px;
		}

.woocommerce-pagination {
	text-align: center;
}
	.woocommerce-pagination .page-numbers li a,
	.woocommerce-pagination .page-numbers li span {
		color: #01206C;
		font-family: "Montserrat";
		font-size: 20Px;
		padding: 7Px 12Px;
	}
	.woocommerce-pagination .page-numbers li a:hover,
	.woocommerce-pagination .page-numbers li span {
		background: #F0D672;
		text-decoration: none;
	}

.navbar-toggle .fa-bars, .navbar-toggle .fa-close {
	color: #02216C;
	font-size:2em;
	margin-top: 5Px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 7Px;
}

.navbar-nav {margin-left:25px;}

.container { padding-right: 25Px; padding-left: 25Px; }


.not-found-icon img {width:83px;}

#AboutProducts .about-icon img {
    width: 30px;
    height: 29px;
}

@media screen and (max-width: 1200Px) {

	.navbar-nav {margin-left:0;}
	.nav-right {margin-right:0!important;}
	.search-holder .search-close {
    	right: 24Px;
    	width: 54Px;
    }
    .search-holder button {
    	margin-right:0;
    }

	header nav a, header ul.nav-right a {
   
		font-size: 18Px;
	}

	header nav a.nav-logo { margin-right: 20Px; }
	header nav a { margin: 0 15Px; }
	header ul.nav-right li { padding: 0 15Px; }
	.category-entry h4 {
		font-size: 36Px;
	}

	#ContactContent .button{
		font-size:24px;
		padding:0 20px;
	}

	#CartContent .button-holder .button {
	    margin: 0 10Px;
	    font-size: 20px;
	    padding: 0 25px;
	}
}

@media screen and (max-width: 1023Px) {

    #FooterForm
    {
        margin: 0 auto;
        width: 100%;
    }
    
    
    #FooterThanks
    {
        padding: 40px 0;
    }

}
		
@media screen and (max-width: 991Px) {

	.navbar-nav>li{
		float:none;
	}

	.navbar-toggle{
		display:block;
	}

	.mobile_navbar {
	    display: none;
	}

	.navbar-collapse.collapse {
	    display: none!important;
	}

	.navbar-collapse.collapse.in {
	    display: block!important;
	}
	
	header.nav-up {top:-88px!important;transition: top 0.2s ease-in-out;}
	.navbar {display:none;}
	.mobile_navbar {display:block; clear:both;}
	.mobile_navbar ul li ul a {font-family:"KlinicSlab Medium";}
	.mobile_navbar .navbar-nav {margin:0 0 30px 0;}

	.sub-menu {display:block; margin-left:10px;}
	.sub-menu ul {display:none; font-size:16px;}
	header ul {line-height:120%;}
	header ul.nav-right li a  { font-size:1.2em; }

	.search-holder .search-close {
	    right: 63Px;
	    width: 71Px;
	    bottom: -102px;
	}

	.nav-right {
    	margin-right: 25px!important; */
	}

	h2.h1 { font-size: 42Px; }
	.search-holder .input, .search-holder input {
		width: 100% !important;
		height: auto;
	}
	.search-holder input {
		border: 1Px solid #393939;
        color: #010446;
		margin: 10Px 0;
	}
	.search-holder button {
		display: block;
		width: 100%;
	}
	.search-holder span.break { display: none; }
	.navbar { line-height: 100%; }
	.navbar-nav { margin: 7.5Px 0; }
	.navbar-header, header nav a.nav-logo {
		float: none;
		display: inline-block;
	}
	
	.navbar-toggle .icon-bar {
		width: 30Px;
		height: 5Px;
	}
	.navbar-toggle .icon-bar+.icon-bar { 
		margin-top: 5Px;
	}
	.navbar-collapse { float: none; }
	header nav a.nav-logo {
		margin: 15Px 0 0;
		vertical-align: top;
	}
		.navbar-toggle {
			float: none; 
			margin-right: 10Px;
			padding: 17px 0 10Px;
		}
	header nav a {
		line-height: 160% !important;
		font-size: 22Px;
		margin:0;
	}
	header ul.nav-right { display: block; }
	header ul.nav-right li { padding: 0 25Px; }
	.home-bottom-entry img.background {
		min-height: none;
		height: 100%;
		width: auto;
	}

	#HomeBottomSpa h2 {
	    margin-top: 85px;
	}

	#HomeBottomCustom h2 {
	    margin-top: 60px;
	}

	
	.home-bottom-entry { height: 400Px; }
	.home-bottom-entry p { padding: 20Px 10%; }
	.home-bottom-entry img.background {
		min-height: none;
		height: auto;
		width: 100%;
	}
	.custom-entry.text-only h3 {
		font-size: 20Px;
		margin: 10Px 0;
	}

	.category-entry h4 {
		font-size: 28Px;
	}

	#CategoryFilter .col-md-6 {
		width:100%;
	}

	#CategoryFilter .filter-drop select{
		width:100%;
	}

	.custom-entry { width: 50%; }

	#ContactContent .button{
		font-size:18px;
		padding:0 20px;
	}

	#FooterForm{
		margin-top:40px;
	}

	/*
	.col-sm-hidden img {
	    width: 400px;
	    display: block;
	    top: -170px;
	    position: Absolute;
	    margin: 0 auto;
	    right: 0;
	}
	*/

	#HomeHeader .col-sm-hidden {
    	display: block;
    	top: -150px;
    	right: 0;
	    z-index: -1;
	    width: 400px;
	    float: right;
	}

	#CartContent .button-holder .button {
	    margin: 10Px 0;
	    font-size: 16px;
	    padding: 0 20px;
	    width:100%;
	}

	#CartContent .price { font-size: 20Px; }
	#CartContent .remove-item {display:block; font-size:14px;}
	#CartContent .cart-entry div:nth-child(1).col-xs-12{width:25%;}
	#CartContent .cart-entry div:nth-child(2).col-md-5{width:75%;}
	#CartContent .cart-entry div:nth-child(2).col-md-5 .product-info{width:66%;}
	#CartContent .cart-entry div:nth-child(2).col-md-5 .product-price{width:33%; padding-top:10px; text-align:right;}
	#CartContent .cart-entry .product-title {font-size:20px; padding-top:10px;}

	#CartContent .cart-entry div:nth-child(3).col-md-1{text-align:left;width:45%; margin-left:25%; margin-top:-35px;}
	#CartContent .cart-entry div:nth-child(3).col-md-1 input:not([type="submit"]), select, textarea {line-height: 46px;height: 56px;}
	#CartContent .cart-entry div:nth-child(4).col-md-2{text-align:right; width:30%; margin-top:-35px;}
    
    
    
    
}

.woocommerce-message
{
    line-height: 60px;
}


#payment .wc_payment_method label a
{
    color: #000;
}

@media screen and (max-width: 768Px) 
{
    

	.col-sm-hidden{
		display:none;
	}

	header.nav-up {top:-88px!important;transition: top 0.2s ease-in-out;}
	.navbar {display:none;}
	.mobile_navbar {display:block; clear:both;}
	.mobile_navbar ul li ul a {font-family:"KlinicSlab Medium";}
	.mobile_navbar .navbar-nav {margin:0 0 30px 0;}

	.navbar-collapse.collapse.in {
	    display: block!important;
	}

	.sub-menu {display:block; margin-left:10px;}
	.sub-menu ul {display:none; font-size:16px;}
	header ul {line-height:120%;}
	header ul.nav-right li a  { font-size:1.2em; }

	.search-holder .search-close {
	    right: 63Px;
	    width: 71Px;
	    bottom: -102px;
	}

	.nav-right {
    	margin-right: 25px!important; */
	}

	h2.h1 { font-size: 42Px; }
	.search-holder .input, .search-holder input {
		width: 100%;
		height: auto;
	}
	.search-holder input {
		border: 1Px solid #393939;
		margin: 10Px 0;
	}
	.search-holder button {
		display: block;
		width: 100%;
	}
	.search-holder span.break { display: none; }
	.navbar { line-height: 100%; }
	.navbar-nav { margin: 7.5Px 0; }
	.navbar-header, header nav a.nav-logo {
		float: none;
		display: inline-block;
	}
	
	.navbar-toggle .icon-bar {
		width: 30Px;
		height: 5Px;
	}
	.navbar-toggle .icon-bar+.icon-bar { 
		margin-top: 5Px;
	}
	.navbar-collapse { float: none; }
	header nav a.nav-logo {
		margin: 15Px 0 0;
		vertical-align: top;
	}
		.navbar-toggle {
			float: none; 
			margin-right: 10Px;
			padding: 17px 0 10Px;
		}
	header nav a {
		line-height: 160% !important;
		font-size: 22Px;
		margin:0;
	}
	header ul.nav-right { display: block; }
	header ul.nav-right li { padding: 0 25Px; }
	.home-bottom-entry img.background {
		min-height: none;
		height: 100%;
		width: auto;
	}
	#HomeHeader .container { padding-top: 160Px; }

	#HomeHeader .col-sm-hidden {
    	display: none;
    	top: -150px;
    	right: 0;
	    z-index: -1;
	    width: 400px;
	    float: right;
	}

	#HomeForm form { width: 100%; }
	#HomeOptin .button {
	  margin: 10Px auto;
	  display: block;
	  width: 50%;
	}
	.home-bottom-entry { width: 100%; }
	#FooterForm, .footer-logo { margin-top: 30Px; }
	#AboutHeader h2, #ShopHeader h2 { padding-left: 0; padding-right: 0; }
	#AboutBanner .product-icons { display: none; }
	#CustomHeader h1 { font-size: 42Px; }
	#HomeBanner p.home-copy, #CustomBanner p,
	#AboutBanner p, #AboutProducts p, 
	#AboutContent p, #ShopBanner p { padding: 0; }
	#ContactHeader p { display: none; }
	#ContactContent .tab-holder { display: none; }
	#ContactContent form { width: 100%; }
	#ProductDetail, #CartContent { padding-top: 20px; }
	#CartContent .button-holder {
		width: 100%;
		padding: 0 5%;
	}
	#CartContent .button-holder .button {
		display: block;
		margin: 10Px 0;
		padding: 0;
		width: 100%;
	}
	#CheckoutBilling label, #CheckoutShipping label,
	#CheckoutBilling input[type="text"], #CheckoutShipping input[type="text"],
    #CheckoutBilling input[type="tel"], #CheckoutShipping input[type="text"],
    #CheckoutBilling select, #CheckoutShipping select,
    #CheckoutBilling input[type="email"], #CheckoutShipping input[type="email"] {    
		width: 100%;
		margin: 0;
	}
    .select2.select2-container.select2-container--default
    {
        width: 100% !important;
    }
    
	.custom-entry { width: 50%; }
	#order_review table { width: 100%; }
	#CategoryFilter .filter-drop select{
    	width:100%;
    }

    #CheckoutBilling .shipping-info {padding:60px 0px 10px;}


    
    .input-error span {
    	width:60%; 
    }
    
    .place-order .button{
    	width:100%;
    	text-align:center;
    }

    #CartContent .price { font-size: 20Px; }
	#CartContent .remove-item {display:block; font-size:14px;}
	#CartContent .cart-entry div:nth-child(1).col-xs-12{width:25%;}
	#CartContent .cart-entry div:nth-child(2).col-md-5{width:75%;}
	#CartContent .cart-entry div:nth-child(2).col-md-5 .product-info{width:66%;}
	#CartContent .cart-entry div:nth-child(2).col-md-5 .product-price{width:33%; padding-top:10px; text-align:right;}
	#CartContent .cart-entry .product-title {font-size:20px; padding-top:10px;}

	#CartContent .cart-entry div:nth-child(3).col-md-1{text-align:right;width:70%;}
	#CartContent .cart-entry div:nth-child(3).col-md-1 input:not([type="submit"]), select, textarea {line-height: 46px;height: 46px;}
	#CartContent .cart-entry div:nth-child(4).col-md-2{text-align:right; width:30%;}
    
    
     .woocommerce-page .woocommerce-message .button 
    {
        float: none;
        margin: 20px auto;
    }
    
     .woocommerce-page .woocommerce-message
    {
        line-height: 1.2;
        padding: 20px;
    }
    
    #payment .wc_payment_method label a
    {
        color: #000;
        display: block;
        margin: 10px auto;
    }
    
    p#billing_address_2_field label, p#shipping_address_2_field label
    {
        display: none;
    }
}

@media screen and (max-width: 480Px) {
	#HomeHeader .container { padding-top: 140Px; padding-bottom:100px; overflow:scroll; }
	/*header ul.nav-right li.nav-cart { display: none; }*/
	header ul.nav-right li a  { font-size:1.2em; }
	.spa-entry img { max-width: 100%; }
	#SpaContent hr { display: none; }
	.navbar-collapse.in {
    	overflow-y: scroll!important;
	}

	#CartContent .price { font-size: 20Px; }
	#CartContent .remove-item {display:block; font-size:14px;}
	#CartContent .cart-entry div:nth-child(1).col-xs-12{width:25%;}
	#CartContent .cart-entry div:nth-child(2).col-md-5{width:75%;}
	#CartContent .cart-entry div:nth-child(2).col-md-5 .product-info{width:66%;}
	#CartContent .cart-entry div:nth-child(2).col-md-5 .product-price{width:33%; padding-top:10px; text-align:right;}
	#CartContent .cart-entry .product-title {font-size:20px; padding-top:10px;}

	#CartContent .cart-entry div:nth-child(3).col-md-1{text-align:right;}
	#CartContent .cart-entry div:nth-child(3).col-md-1 input:not([type="submit"]), select {line-height: 46px;height: 56px;}
    

	#CartContent .cart-entry div:nth-child(4).col-md-2{text-align:right;}
}
@media screen and (max-width: 420Px) {

	#HomeHeader ul.slides li {
	    position: relative;
	    height: 480Px;
	    background-position: -250px center;
	    background-size: 1130px 480px !important;
	}
	
	#HomeHeader h2 i {font-size:38px;}
	#HomeHeader h2.h1 {font-size:30px;}
	#HomeHeader p {font-size: 24px;}

	#HomeHeader .flex-control-nav {
    	bottom: 20Px;
    	z-index: 100;
	}

	#HomeHeader .col-sm-hidden {
    	display: none;
    	top: -80px;
    	right:0;
	}

	.flexslider .slides img{
		width:60%;
		float:right;
	}

	h2.banner-title span {
	    font-size: 20Px;
	    width: 30Px;
	    height: 30Px;
	    line-height: 115%;
	    position: relative;
	    top: -7Px;
	}

	#HomeHeader a.button{
		padding:0 25px;
		line-height:50px;
		height:50px;
		font-size:14px;
		margin-top:-20px;
	}

	header .navbar {margin:0 0 30px 0;}
	header ul.nav-right li a  { font-size:1.4em; }
	header ul.nav-right li {padding: 0 10px;}
	h1, h2.h1, h2.large { font-size: 42Px; }
	header.container {padding-bottom:40px;}
	header nav a {font-size:16px;}

	h2 { font-size: 36Px; }
	h3 { font-size: 24Px; }
	p, ol, ul, h5 { font-size: 14Px; }
	input, select { font-size: 18Px; }
	.button, input[type="submit"] { font-size: 20Px; }
	
	#HomeBanner p.home-copy { font-size: 18Px; margin-bottom:20px; }
	#HomeBanner p.dark-yellow {margin-bottom:20px; }
	#HomeBanner p.dark-yellow b { font-size: 18Px;}
	#HomeBanner h2 {margin-bottom:5px; line-height:90%; font-size:40px;}
	#HomeContent h1, #ShopContent h1 { font-size: 42Px; line-height:90%; margin-bottom:20px;}
	.custom-entry { width: 100%; }
	#CategoryFilter .button { display: none; }
	

	#SpaContent h3 { font-size: 24Px; }
	#ContactContent label { font-size: 16Px; }
	#ContactContent input:not([type="submit"]) { font-size: 18Px; }

	#ShopContent h2 {}

	#HomeBottomSpa h2 {padding-top:5px;}
	#HomeBottomCustom h2 {padding-top:80px; margin-top:0;}
	.home-bottom-entry p { padding: 10Px 10%; }
	header nav.navbar {margin: 0;}

	footer .input-holder, footer .input-holder-zip {
    	width: 100%;
    }
	footer label, footer .input-holder-zip label {
	    width: 33%;
	}

	footer .input-text, footer .input-holder-zip .input-text {
    	width: 50%;
    }

    footer .input-holder-button {
    	width:100%;
    	text-align:center;
    }

    footer .small-button {
    	width: 50%;	
    	margin-top:20px;
    	float:none;
    }

    .footer-logo{
    	text-align:center;
    }	

    .footer-logo img{
    	width:126px; height:60px;
    }

    #AboutProducts h4 {font-size:22px;}
    #AboutProducts p {margin:20px 0 30px;}
    #AboutProducts .about-icon img {width:30px;height:29px; margin-top:0;}

    #CategoryFilter .filter-drop select{
    	width:100%;
    }

    #SpaContent{
    	padding: 70px 0;
    }

    #SpaHeader h1 span{
    	top:-5px;
    }

    #payment .button {
    	width:100%;
    	text-align:center;
    }

    li.payment_method_stripe{
    	padding-left:20px;
    }

    #stripe-cc-form label {
    	padding-bottom:0;

    }
    .payment_method_stripe label {text-align:left!important;}


    #CheckoutBilling label, #CheckoutShipping label {font-size:20px;}

    .payment_method_stripe img {width:28px;}
}

@media screen and (max-width: 350Px) {
	
}


span.optional
{
    display: none;
}

#ship-to-different-address
{
    float: none;
    padding: 4rem 0;
    
}

#ship-to-different-address label
{
	float: none;
	margin: 0;
	padding: 0;
	line-height: 1;
    width: auto;
}

#payment .wc_payment_method label {
	white-space: normal;
	line-height: 1.2;
	text-align: center !important;
}


#payment .wc_payment_method #wc-stripe-cc-form label {
	white-space: normal;
	line-height: 1;
	text-align: left !important;
	position: relative;
	z-index: 1;
	font-size: 2rem;
	padding: 20px 5px;
}


textarea {line-height: 1.2; height: 256px; padding: 20px;}
	
#CheckoutBilling .shop_table.woocommerce-checkout-review-order-table input, 
#CheckoutShipping .shop_table.woocommerce-checkout-review-order-table input, 
#CheckoutShipping .shop_table.woocommerce-checkout-review-order-table label,
#CheckoutBilling .shop_table.woocommerce-checkout-review-order-table label
{
    display: block;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    font-size: 20px;
    
}

.has-error input 
{
    box-shadow: 0 0 3px red !important;
}



#payment .wc_payment_method label
{
    margin:20px auto !important;
    padding: 0 !important;
}

.woocommerce-notices-wrapper
{
  padding:0px;   
}

ul.woocommerce-error
{
    margin: 20px auto;
    max-width: 680px;
}
.woocommerce-checkout
{
    background-color:#FFF;
}