/* Custom Styles */

/*********************/
/*      GLOBALS      */
/*********************/

.wrapper {
	padding:0;
}

/*#tab-title-reviews { display: none; } */

.woocommerce .star-rating span:before {
	content: '';
	color:#66cccc;
}

.woocommerce .star-rating:before {
	color:#66cccc;
}

.woocommerce div.product form.cart {
	margin-top: 2em;
}

.lost_reset_password {
	max-width: 600px;
	text-align: center;
	margin: 0 auto !important;
}
.lost_reset_password .form-row-first {
	float: none !important;
	margin: 30px auto 15px auto !important;
}

.electrolysis .header-bg {
	background-image: url(/wp-content/uploads/2017/12/electrolysis-header.jpg) !important;
}
.spa .header-bg {
	background-image: url(/wp-content/uploads/2017/12/spasupplies.jpg) !important;
}
.clinical .header-bg {
	background-image: url(/wp-content/uploads/2018/01/clinical.jpg) !important;
}
::selection {
	background: rgba(102, 204, 204,0.5);
}

body,
* {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p:empty,
p:last-child {
	margin-bottom:0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight:700;
}

h3, .h3 {
	font-size:19px;
}

img {
  opacity: 1;
  transition: opacity 0.25s;
}
img[data-src] {
	opacity: 0;
}
a {
	text-decoration: none;
	transition: all .4s;
	color:#1f1fef;
}
a:hover { 
	opacity: 0.75; 
	text-decoration:none;
	color:inherit;
}



.btn-outline-primary, 
.wpcf7 input[type="submit"] {
	color: #66cccc;
	background-color: transparent;
	background-image: none;
	border-color: #66cccc;
}

.btn-outline-primary.focus, 
.btn-outline-primary:focus, 
.wpcf7 input.focus[type="submit"], 
.wpcf7 input:focus[type="submit"] {
	border-color:#66cccc;
	background-color:#66cccc;
	color:#fff;
	-webkit-box-shadow: 0 0 0 #66cccc;
	box-shadow: 0 0 0 #66cccc;
}

.btn-outline-primary:hover, 
.wpcf7 input:hover[type="submit"] {
	color: #fff;
	background-color:#66cccc;
	border-color:#66cccc;
}


.container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0px 30px;
}
.container:after {
	content: "";
	display: table;
	clear: both;
}
.col-2 {
	float: left;
	width: 50%;
}
.col-3 {
	float: left;
	width: 33.333%;
}
.col-1-4 {
	float: left;
	width: 25%;
}
.col-3-4 {
	float: left;
	width: 75%;
}

/*****************/
/*      NAV      */
/*****************/

nav {
	background: rgba(255, 255, 255, 0.975);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 99998;
	padding: 15px 30px;
	transition: all .4s;
}

.single-post nav:after {
	content:'';
	position:absolute;
	bottom:0;
	left:30px;
	height:2px;
	background-color:#66cccc;
	display:block;
	width:-moz-calc( 100% - 60px );
	width:-webkit-calc( 100% - 60px );
	width:calc( 100% - 60px );
}

nav li {
	display: inline;
	margin-left: 30px;
}
nav a {
	color: #66cccc;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 3px;
	font-weight: 500;
}
nav .logo {
	opacity: 1;
	transition: all .4s;
	max-width:112px;
	display:inline-block;
}
nav .logo img {
	height: 50px;
}
nav .nav-right {
	float: right;
}
nav .nav-right .menu-main-menu-container {
	display: inline-block;
}
nav .nav-right ul {
	padding: 15px !important;
	margin-bottom:0;
}
nav .nav-right img {
	margin-bottom: -8px;
	height: 30px !important;
}

#mobile-menu {
	display: none;
	float: right;
	border: 2px solid #66cccc;
	background: none;
	position: absolute;
	top: 15px;
	right: 30px;
	font-size: 22px;
	color: #66cccc;
	padding: 8px;
	cursor: pointer;
	outline: 0;
	transition: all .4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
body.home #mobile-menu {
	border: 2px solid #fff;
	color: #fff;
}
#mobile-menu:hover {
	background: rgba(102, 204, 204, 0.25);
}
body.home #mobile-menu:hover {
	background: rgba(255, 255, 255, 0.25);
}
#nav-search {
	display: inline-block;
	margin-bottom: -8px;
	height: 30px;
}
#nav-search #button-nav {
	border: 0;
	background: none;
	cursor: pointer;
	float: left;
}
#nav-search form {
	float: left;
	overflow: hidden;
	width: 0px;
	height: 30px;
	transition: width .3s;
}
#nav-search form input[type="text"] {
	border: 2px solid #66cccc;
	background: none;
	padding-left: 10px;
	height: 30px;
	color: #66cccc;
	font-weight: 600;
	margin:0;
}
#nav-search form input[type="text"] + span {
	display:none;
}
#nav-search form input[type="submit"] {
	background: #66cccc;
	color: #fff;
	height: 30px;
	border: 0px;
	padding: 0px 8px;
	cursor: pointer;
	opacity: 0;
	transition: opacity 1.25s;
}
#nav-search.opened form { width: 210px; }
#nav-search.opened input[type="submit"] { opacity: 1; }
#nav-cart { position: relative; }
#nav-cart img { margin-left: 15px; }
.menu-cart-contents {
	position: absolute;
    top: -12px;
    right: -4px;
    background: #66cccc;
    min-width: 18px;
    height: 18px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding: 0px 3px;
    letter-spacing: 0px;
}
.menu-cart-total { padding-left: 15px; }


/******************/
/*      HOME      */
/******************/

body.home nav {
	background: rgba(102, 204, 204, 0.9);
}
body.home nav a {
	color: #fff;
}
nav.colorless { background: none !important; }
.logo.hidden { opacity: 0; }
body.home #nav-search form input[type="text"] {
	border: 2px solid #fff !important;
	color: #fff;
	border: #fff;
}
body.home #nav-search form input[type="submit"] {
	background: #fff;
	color: #66cccc;
}

/*Overlays*/

#home-overlay {
	background: rgba(102, 204, 204, 0.9);
	position: relative;
	z-index: 2;
	height: 100vh;
	width: 100vw;
}
#home-overlay img {
	width: 500px;
	height: auto;
	position: absolute;
	top: calc(50vh - 150px);
	left: calc(50vw - 250px);
}
#home-overlay-bg {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50%;
	transition: background-size 5s linear;
}
#home-overlay-bg.home-overlay-stretched {
	background-size: auto 150%;
}
#home-overlay-bg.home-overlay-static {
	position: absolute;
	top: 100vh;
}
#home-overlay-tagline {
	display: table;
	width: 100vw;
	height: 100vh;
	padding: 30px;
}
#home-overlay-tagline h2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 10vw;
	font-weight: 100;
	letter-spacing: 2px;
	font-weight:100;
	font-family:'Poppins', sans-serif;
}

/* Specials */

#specials {
	height: 250px;
	position: relative;
	z-index: 9999;
	background: #fff;
}
#specials:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0px;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
	z-index: 99999;
}
#specials-label {
	background: #e5af52;
	transform: rotate(-90deg);
	position: absolute;
	width: 250px;
	left: -91px;
	top: 91px;
}
#specials-label h4 {
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding: 10px;
	font-size: 2em;
	letter-spacing: 8px;
}
#specials-wrapper-outer {
	width: calc(100vw - 68px);
	margin-left: 68px;
	height: 250px;
	overflow-x: scroll;
	overflow-y: hidden;
}
#specials-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
#specials .special {
	text-align: center;
	height: 250px;
	padding: 0px 15px;
	position: relative;
	float: left;
	width:600px;
}
#specials .special:after {
	content: "";
	background: #8b8b8b;
	display: block;
	position: absolute;
	top: 25px;
	right: 0px;
	height: 200px;
	width: 1px;
}
#specials .special:last-child:after {
	display: none;
}
#specials .special h3 {
	color: #66cccc;
	text-transform: uppercase;
	font-size: 3em;
}
#specials .special p {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
#specials .special img { height: 100%; }
#specials .special img.standalone { height: 100%; }

/*Principal Testimonial*/

#principal-testimonial {
	padding: 60px 60px 0px 60px;
	color: #8b8b8b;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 1;
}
#principal-testimonial:after {
	content: "";
	display: table;
	clear: both;
}
#principal-testimonial img {
	float: right;
}
#principal-testimonial .container {
	max-width: 1100px;
}

/*Product Categories*/

#home-categories {
	position: relative;
	z-index: 1;
	background: #fff;
}
.category.cat-parent {
	padding: 60px 0px;
	border-top: 1px solid #8b8b8b;
}
.cat-parent > .category-title {
	text-transform: lowercase;
	display: inline-block;
	margin-bottom: 45px;
	font-size: 2.5em;
	color: #66cccc;
}
.cat-parent > .category-title span {
	font-size: 16px;
}

.cat-parent:first-child > .category-title {
	color: #66cccc;
}
.cat-parent:nth-child(2) > .category-title {
	color: #89af55;
}
.cat-parent:nth-child(3) > .category-title {
	color: #e5af52;
}

.home-category-children {
	display: table;
	width: 100%;
}
.home-category-children .button-outer {
	display: table-cell;
	vertical-align: middle;
	width: 5%;
}
.home-category-children .previous-outer {
}
.home-category-children .next-outer {
}
.home-category-children button {
	border: 1px solid #8b8b8b;
	border-radius: 50%;
	color: #8b8b8b;
	background: none;
	width: 30px;
	height: 30px;
	font-size: 25px;
	line-height: 0px;
	cursor: pointer;
}
.home-category-children button.previous {
	padding: 3px 2px 0px 0px;
}
.home-category-children button.next {
	padding: 3px 0px 0px 2px;
}
.home-category-children .category {
	display: inline-block;
	width: 175px;
	padding: 0px 15px;
	text-align: center;
	margin-right:-4px;
}

/*
.home-category-children .category:nth-child(n+7) { display: none; }
*/

.home-category-children .category img {
	max-width: 100%;
	height: auto;
	object-fit:contain;
}
.home-category-children .category .category-title {
	display: block;
	text-align: center;
	color: #8b8b8b;
	text-transform: lowercase;
	margin: 15px 0px;
	font-weight: 500;
	line-height: 18px;
}
.home-subcategory-cta {
	display: block;
	padding: 3px 5px;
	color: #8b8b8b;
	border: 1px solid #8b8b8b;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 2px;
}

/* Slider */

.button-outer button {
	transition: opacity 0.5s;
}
.slider-wrapper {
	width: 875px;
	height: 250px;
	overflow: hidden;
	position: relative;
	float: left;
}
.slider-inner {
	position: absolute;
	transition: left .3s;
	top: 0;
	left: 0;
}
button.disabled {
	opacity: 0.15;
}

/*Testimonials*/

#home-testimonials {
	background: #66cccc;
	position: relative;
	z-index: 1;
}
#home-testimonials:after {
	content: "";
	display: table;
	clear: both;
}
#home-testimonials .home-testimonial {
	width: 50%;
	float: left;
	text-align: center;
	padding: 30px;
}
#home-testimonials .home-testimonial p {
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 30px;
}
#home-testimonials .home-testimonial span {
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
	color: rgba(0,0,0,0.5);
}

/***********************/
/*     ALL PRODUCTS    */
/***********************/

.category.cat-all.cat-parent:first-child { border-top: 0px; }
.cat-parent.cat-all > .category-title { margin-bottom: 0px; }
.home-category-children.children-all .category { margin-top: 60px; }

/************************************/
/*     CATEGORY - PRODUCT PARENT    */
/************************************/

.img-link {
	display: block;
	height: 200px;
	line-height: 250px;
}
body.home .img-link,
body.page-template-products-all-new .img-link,
.products-page .img-link {
	height: 155px; line-height: 155px; }
.img-link img {
	max-width: 100%;
	max-height: 70%;
	vertical-align: middle;
	object-fit:contain;
}

.woocommerce > .product .img-link {
	height:auto;
	line-height:normal;
}

.woocommerce > .product .img-link img {
	max-height:none;
}


.page-template-product-parent .category,
.taxonomy-parent-page .category {
	padding: 60px 0px;
	border-bottom: 1px solid #8b8b8b;
}
.page-template-product-parent .category:first-child,
.taxonomy-parent-page .category:first-child { padding-top: 0px; }


.page-template-product-parent .category-title,
.taxonomy-parent-page .category-title {
	text-transform: lowercase;
	display: inline-block;
	font-size: 1.75em;
	font-weight: 300;
	color: #8b8b8b;
}
.page-template-product-parent .category-title span,
.taxonomy-parent-page .category-title span {
	font-size: 0.5em;
	margin-left: 15px;
}
.page-template-product-parent .category-children,
.taxonomy-parent-page .category-children {
	display: table;
	width: 100%;
}
.page-template-product-parent .sub-category,
.taxonomy-parent-page .sub-category {
	display: inline-block;
	width: 16.666%;
	padding: 0px 15px;
	text-align: center;
	margin-top: 60px;
}
.page-template-product-parent .sub-category .sub-category-title,
.taxonomy-parent-page .sub-category .sub-category-title {
	display: block;
	text-align: center;
	color: #8b8b8b;
	text-transform: lowercase;
	margin: 15px 0px;
	font-weight: 500;
	line-height: 18px;
}
.page-template-product-parent .sub-category .sub-category-cta,
.taxonomy-parent-page .sub-category .sub-category-cta {
	display: block;
	padding: 3px 5px;
	color: #8b8b8b;
	border: 1px solid #8b8b8b;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 2px;
}
.page-template-product-parent .sub-category img,
.taxonomy-parent-page .sub-category img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/**************************************************/
/*     CATEGORY - ALL PRODUCTS / PRODUCT CHILD    */
/**************************************************/

.page-template-product-child .filter,
.page-template-products-all .filter,
.archive .filter {
	margin-bottom: 30px;
	padding-top:30px;
}
.page-template-product-child .filter h4,
.page-template-products-all .filter h4,
.archive .filter h4 {
	font-weight: 400;
	font-size: 1.75em;
	text-transform: lowercase;
	display: inline;
	margin-right: 60px;
}
.page-template-product-child .filter ul,
.page-template-product-child .filter li,
.page-template-products-all .filter ul,
.page-template-products-all .filter li,
.archive .filter ul,
.archive .filter li {
	display: inline;
	list-style-type: none;
	text-transform: lowercase;
}
.page-template-product-child .filter li,
.page-template-products-all .filter li,
.archive .filter li {
	margin: 0px 15px;
}
.page-template-product-child .filter li a,
.page-template-products-all .filter li a,
.archive .filter li a {
	color: #8b8b8b;
}
.page-template-product-child .product,
.page-template-products-all .product,
.tax-product_tag .product,
.archive .product,
.woocommerce > .product {
	float: left;
	padding: 15px;
	width: 20%;
	height: 475px;
	text-align: center;
	margin-bottom: 15px;
}
.woocommerce > .product {
	float:none;
	width:100%;
	display:block;
	padding:0;
}

.page-template-product-child .product.selected,
.page-template-products-all .product.selected,
.tax-product_tag .product.selected,
.archive .product.selected {
	display: block;
}
.page-template-product-child .product.hidden,
.page-template-products-all .product.hidden,
.tax-product_tag .product.hidden,
.archive .product.hidden {
	display: none;
}
.img-container {
	display: block;
	width: 100%;
	height: 130px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}
.page-template-product-child .product .product-title,
.page-template-products-all .product .product-title,
.tax-product_tag .product .product-title,
.archive .product .product-title,
.product .product-title {
	text-align: center;
	color: #8b8b8b;
	text-transform: lowercase;
	margin: 15px;
	font-weight: 500;
	line-height: 16px;
	height: 85px;
	width: inherit;
	overflow: hidden;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
}
.page-template-product-child .product .price,
.page-template-products-all .product .price,
.tax-product_tag .product .price,
.archive .product .price,
.product .price {
	font-weight: 500;
	color: #66cccc !important;
	margin-bottom: 15px;
	font-size: 1em !important;
}
.page-template-product-child .product .outofstock,
.page-template-products-all .product .outofstock,
.tax-product_tag .product .outofstock,
.archive .product .outofstock,
.product .outofstock {
	font-weight: 500;
	color: tomato;
	margin-bottom: 15px;
	text-transform: lowercase;
}
.page-template-product-child .product .product-cta,
.page-template-products-all .product .product-cta,
.tax-product_tag .product .product-cta,
.archive .product .product-cta,
.product .product-cta {
	display: block;
	padding: 3px 5px;
	color: #8b8b8b;
	border: 1px solid #8b8b8b;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 2px;
}

.woocommerce > .product .product-title {
	width:178px;
	width:100vw;
}

/************************/
/*    SINGLE PRODUCT    */
/************************/

h1.product_title.entry-title {
	background: #66cccc;
	text-align: center;
	font-weight: 200;
	color: #fff;
	text-transform: lowercase;
	letter-spacing: 2px;
	margin: 87px 0px 45px 0px;
	padding: 30px;
}
h2.product_title.entry-title {
	font-weight: 200;
	font-size: 1.75em;
	color: #8b8b8b;
	text-transform: lowercase;
	letter-spacing: 1px;
}
body.single-product p,
body.single-product ul,
body.single-product label,
body.single-product .product_meta,
body.single-product .product_meta a {
	color: #8b8b8b;
}
body.single-product ul {
	padding: 30px;
}
body.single-product .price {
	margin: 15px 0px;
	-moz-flex:0 0 50%;
	-webkit-flex:0 0 50%;
	flex:0 0 50%;
}

.product-price-wrap .points,
.product-price-wrap .wc-points-rewards-product-message {
	font-size:23px;
	font-size:22px;
	font-style:italic;
	font-weight:500;
	color:#687485;
	-moz-align-self:center;
	-webkit-align-self:center;
	align-self:center;
}

.product-price-wrap .points strong,
.product-price-wrap .wc-points-rewards-product-message strong {
	font-weight:500;
}

.product-price-wrap .points + br,
.product-price-wrap .wc-points-rewards-product-message + br {
	display:none;
}

body.single-product .price .woocommerce-Price-amount.amount {
	font-size: 1.75em;
	font-weight: 500;
	color: #66cccc;
}
body.single-product .entry-summary form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 1px solid #8b8b8b;
	text-transform: uppercase;
	padding: 5px 5px 5px 15px;
	background: #fff;
	color: #8b8b8b;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 0px !important;
}
body.single-product td.label label {
	font-weight: 400 !important;
}
body.single-product .entry-summary form input[type="number"] {
	display: block;
	padding: 3px;
	margin-top: -1px;
	border: 1px solid #66cccc;
}
body.single-product .entry-summary form button[type="submit"] {
	background: #66cccc !important;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.75em;
	border-radius: 0px;
	padding: 6px 36px;
}
.posted_in { display: block; margin: 30px 0px; }
.tabs.wc-tabs {
	margin: 0px !important;
	padding: 0px !important;
}
.tabs.wc-tabs:before,
.tabs.wc-tabs li:before,
.tabs.wc-tabs li:after {
	content: none !important;
}
.tabs.wc-tabs li {
	padding: 0px !important;
	margin: 0px -5px 0px 0px !important;
	border-radius: 0px !important;
	border-top: 1px solid #8b8b8b !important;
	border-left: 1px solid #8b8b8b !important;
	border-right: 1px solid #8b8b8b !important;
	border-bottom: 0px !important;
	background: #fff !important;
}
.tabs.wc-tabs li.active {
	background: #66cccc !important;
	color: #fff !important;
}
.tabs.wc-tabs li a {
	font-size: 0.75em !important;
	padding: 6px 20px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.woocommerce-tabs h2 {
	font-weight: 200;
	color: #8b8b8b;
	margin-bottom: 30px;
}
.woocommerce-tabs .panel {
	border: 1px solid #8b8b8b;
	padding: 30px !important;
}
.woocommerce div.product .out-of-stock {
	font-weight: bold;
	margin-top: 30px;
	color: tomato !important;
}
.woocommerce div.product .sku_wrapper,
body.single-product .product_meta a { display: block; }
.shipping-returns-policy h4 {
	font-weight: 500; 
	margin: 15px 0px; 
	font-size:16px;
}
.woocommerce div.product div.images img {
	width: auto !important;
	max-height: 500px;
    margin: 0 auto;
}
.shipping-returns-policy { color: #8b8b8b; }

/***********************/
/*    HEADER COLORS    */
/***********************/

.woocommerce-products-header {
	margin-top: 87px;
	height: 400px;
	overflow: hidden;
}
.woocommerce-products-header:after {
	content: "";
	display: table;
	clear: both;
}
.woocommerce-products-header .page-title-outer,
.woocommerce-products-header .header-bg {
	height: 400px;
	float: left;
	width: 50%;
}
.woocommerce-products-header .page-title-outer {
	background: #66cccc;
	display: table;
	position: relative;
}
.woocommerce-products-header .page-title-outer.spa {
	background: #89af55;
}
.woocommerce-products-header .page-title-outer.spa:after {
	background-image: url(/wp-content/uploads/2018/01/curve-green.svg);
}
.woocommerce-products-header .page-title-outer.clinical {
	background: #e5af52;
}
.woocommerce-products-header .page-title-outer.clinical:after {
	background-image: url(/wp-content/uploads/2018/01/curve-orange.svg);
}
.woocommerce-products-header .page-title-outer:after {
	content: "";
	display: block;
	background-image: url(/wp-content/uploads/2017/12/curve.svg);
	background-repeat: no-repeat;
	height: 401px;
	width: 101px;
	position: absolute;
	z-index: 1;
	right: -100px;
	top: 0;
}
.woocommerce-products-header .page-title-outer h1 {
	display: table-cell;
	vertical-align: middle;
	text-transform: lowercase;
	text-align: center;
	font-weight: 200;
	color: #fff;
	font-size:32px;
}
.woocommerce-products-header .header-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	height: 400px;
}

.wc-stripe-elements-field,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
	-moz-flex:1;
	-webkit-flex:1;
	flex:1;
}

/**********************/
/*    STATIC PAGES    */
/**********************/

#main {
	min-height: calc(100vh - 165px);
}
.terri-ratay-about {
	text-align: right;
	display: block;
	margin-top: -55px;
	margin-bottom: 60px;
}
body.page #main .container,
#main .container {
	color: #8b8b8b;
	padding: 60px;
}
body.page #main .container:after,
#main .container:after {
	content: "";
	display: table;
	clear: both;
}

.breadcrumbs-section .container,
body.page #main .breadcrumbs-section .container {
	padding-top:0;
	padding-bottom:0;
}

.breadcrumbs-section #breadcrumbs {
	padding:25px 120px 0;
}

.breadcrumbs-section #breadcrumbs a {
	color:#66cccc;
}

.archive.taxonomy-child-page .breadcrumbs-section {
	margin-top:30px;
}

.archive.taxonomy-child-page .breadcrumbs-section #breadcrumbs {
	padding:0 15px 0;
}

.archive .breadcrumbs-section #breadcrumbs,
.single-product .breadcrumbs-section #breadcrumbs {
	padding-left:0;
	padding-right:0;
}

.single-product .breadcrumbs-section #breadcrumbs {
	padding:0 0 30px;
}

body.woocommerce-account #main .container {
	padding:60px 0;
}

.single-post #main .container,
.single-product #main .container,
.search #main .container,
.archive #main .container,
.error404 #main .container {
	padding:0 30px;
}

.search #main .container {
	color:#000;
}

.form-control {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.form-control:focus {
	border-color:#66cccc;
	-moz-box-shadow:0 0 0 .2rem rgba(102,204,204,.25);
	-webkit-box-shadow:0 0 0 .2rem rgba(102,204,204,.25);
	box-shadow:0 0 0 .2rem rgba(102,204,204,.25);
}

.team-member {
	text-transform: lowercase;
	text-align: center;
	width: 33.333%;
	float: left;
}
.team-member .img {
	width: 200px;
	height: 200px;
	margin: auto auto 30px auto;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.team-member .name {
	color: #66cccc;
	font-size: 1.5em;
	font-weight: 300;
}
.team-member .role {
	color: #000;
	font-style: italic;
	height: 30px;
	line-height: 30px;
}
.team-member .email {
	color: #8b8b8b;
}

/* Contact */

.team-container:after {
	content: "";
	display: table;
	clear: both;
}
#order-a-catalog,
#email-list {
	display: table;
	width: 100%;
}
#order-a-catalog {
	margin: 45px 0px;
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
}
#order-a-catalog:after {
	content: "";
	display: table;
	clear: both;
}
#order-a-catalog h3,
#email-list h3 {
	font-size: 28px;
	font-weight: 400;
}
#order-a-catalog .col-2,
#email-list .col-2 {
	padding: 60px;
	float: none;
	display: table-cell;
	vertical-align: middle;
}
#order-a-catalog img {
	width: 100%;
}
#email-list .col-2:last-child {
	text-align: center;
}
#email-list .email-signup {
	color: #8b8b8b;
	border: 1px solid #8b8b8b;
	font-weight: bold;
	padding: 16px 48px;
	letter-spacing: 3px;
}

/*******************/
/*     ACCOUNT     */
/*******************/

.woocommerce h2 {
	text-transform: lowercase;
	color: #66cccc;
    font-weight: 400;
    font-size: 1.5em;
}
.woocommerce form,
.woocommerce form .form-row {
	border: 0;
	padding: 0;
	margin: 0;
}

.woocommerce form .form-row {
	margin: 0 0 6px;
	padding:3px;
}

.woocommerce form input[type="text"],
.woocommerce form input[type="password"],
.woocommerce form input[type="email"],
.woocommerce form input[type="tel"],
.woocommerce form .form-row .input-text {
	display: block;
	width: 100%;
	margin: 15px 0px 30px 0px;
	padding: 6px 6px 6px 42px;
	border-radius: 3px;
	border: 1px solid #8b8b8b;
	box-shadow: 0px 0px 0px 4px #eee;
	background-repeat: no-repeat;
	background-position: 3px 100%;
	background-size: contain;
}
.woocommerce input[type="text"],
.woocommerce input[type="tel"] {
	background-image: url(/wp-content/uploads/2018/01/user-icon.png);
}
#coupon_code {
	background-image: none;
	width: 100px;
	width:130px;
	margin-right: 15px;
}
.woocommerce input[type="password"] {
	background-image: url(/wp-content/uploads/2018/01/passw-icon.png);
}
.woocommerce input[type="email"] {
	background-image: url(/wp-content/uploads/2018/01/email-icon.png);
}
.woocommerce input[type="submit"],
.woocommerce .woocommerce-Button,
.woocommerce .checkout-button,
.woocommerce-message a {
	background: #66cccc !important;
	text-transform: uppercase;
	padding: 5px 25px !important;
	border: 0px;
	border-radius: 0px !important;
	color: #fff !important;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 0.75em !important;
	line-height: unset;
	cursor: pointer;
}

.woocommerce .woocommerce-Button {
	height:22px;
	-moz-align-self:center;
	-webkit-align-self:center;
	align-self:center;
}

.woocommerce #order_comments {
	min-height: 100px;
	padding: 15px;
	resize: vertical;
}
.woocommerce .checkout-button {
	padding: 25px !important;
}
.woocommerce .product-remove a.remove {
	color: tomato !important;
}
.woocommerce table.shop_table {
	border-radius: 0px !important;
}
.woocommerce td.actions {
	padding: 30px !important;
}
#customer_login .woocommerce-form__label-for-checkbox {
	margin-left: 15px;
	margin-bottom:0;
	-moz-align-self:center;
	-webkit-align-self:center;
	align-self:center;
}
#customer_login .lost_password a {
	display: block;
	margin-top: 15px;
	color: #8b8b8b;
}
.woocommerce-MyAccount-navigation {
	position: static;
	padding: 0px 30px;
	padding:0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float:none;
	width:100%;
	margin-bottom:80px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.woocommerce-MyAccount-navigation ul {
	margin:0;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-justify-content:space-between;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.woocommerce-MyAccount-navigation li {
	display: block;
	text-align: right;
	text-align:center;
	margin-bottom: 15px;
	margin-bottom:0;
	margin:0;
	display:inline-block;
}

.woocommerce-MyAccount-navigation li.is-active a {
	border-bottom:1px solid #66cccc;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	letter-spacing:1px;
	font-size:15px;
}

.woocommerce-account .site-main .container > p:first-child {
	font-size:30px;
	font-weight:500;
}

.woocommerce-account .woocommerce-MyAccount-content p.content-header {
	font-size:25px;
	font-weight:500;
}

.woocommerce a,
.woocommerce-message a {
	color: #66cccc;
	font-weight: 500;
}
.woocommerce-info,
.woocommerce-message {
	border-color: #66cccc !important;
	padding-left:1em;
}
.woocommerce-info:before,
.woocommerce-message:before {
	color: #66cccc !important;
	display:none;
}

.woocommerce-info.cart-empty {
	text-align:center;
}

.woocommerce button.button.alt {
	background-color:#66cccc;
}

.woocommerce button.button.alt:hover {
	background-color:rgba(102,204,204,0.75);
}

.woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
	margin-bottom:30px;
}

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon.stripe-jcb-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon.stripe-diners-icon {
	display:none;
}

#customer_newsletter_opt_in {
	position: absolute;
	left: 0;
	top: 5px;
	margin: 0;
	z-index:1;
	opacity:1;
}

.woocommerce-MyAccount-content p {
	margin-bottom: 15px;
}
.woocommerce fieldset {
	border: 2px solid #66cccc;
	padding: 30px;
}
.woocommerce fieldset legend {
	font-weight: 500;
	color: #66cccc;
	padding: 15px;
}
.woocommerce-MyAccount-content .woocommerce-Button[name="save_account_details"] {
	display: block !important;
	width: 100% !important;
}
.woocommerce-Address {
	float: none !important;
	width: 100% !important;
	margin-bottom: 30px;
	max-width:100%;
}
.woocommerce-product-details__short-description {
	margin-bottom: 30px;
}
.payment_method_paypal_pro img {
	display: none;
}

address {
	font-style: italic;
}

.input-text.qty.text { float: left; }
.increment {display: block;height: 25px;width: 20px;margin-top: -1px;cursor: pointer;float: left;border: 1px solid #66cccc;text-align: center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
	}
.minus { margin-right: 5px; }
.plus { margin-left: 5px; }
.cannot { opacity: 0.5; }

/* PURPLE */

.woocommerce form .form-row .required {
	color: #7d40a0 !important;
}

.woocommerce .quantity .qty {
	font-size:13px;
}

.single-product .posted_in, 
.single-product .tagged_as { 
	display: none; 
}


/************************/
/*    SEARCH RESULTS    */
/************************/

.total-results { margin: 30px 0px; }
.search-result {
	padding: 30px 0px;
	border-bottom: 1px solid #8b8b8b;
}
.search-result:nth-child(2){ padding-top: 0px; }
.search-result:after {
	content: "";
	display: table;
	clear: both;
}
.search-results .col-1-4 img {
	width: 100%;
	padding: 30px;
}
.search-results .col-3-4 { padding-left: 30px; }
.search-results h3 {
	color: #66cccc;
	font-weight: 400;
	font-size: 2em;
	margin-bottom: 15px;
	text-transform: lowercase;
}
.search-results ul { padding: 30px; }
.search-cta {
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 15px;
	color: #8b8b8b;
	border: 1px solid #8b8b8b;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 60px;
}
.pagination {
	text-align: center;
	color: #66cccc;
	padding-bottom: 30px;
	-moz-justify-content:center;
	-webkit-justify-content:center;
	justify-content:center;
}

.pagination > * {
	margin:0 5px;
}

.pagination a { color: #66cccc; }
.pagination.pagination-bottom { padding: 60px 15px; }
.pagination .page-numbers.current {
	color: #8b8b8b;
	font-weight: 600;
}

.assistive-text {
	display:none;
}

/************************/
/*      LIGHTBOXES      */
/************************/

.lightbox {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
}
.lightbox.opened {
	visibility: visible;
	opacity: 1;
}
.lightbox .wpcf7 {
	position: absolute;
	top: 8%;
	left: calc(50% - 300px);
	width: 100%;
	max-width: 600px;
	background: #fff;
	transition: all 1s;
	margin-bottom: 120px;
}
.lightbox.opened .wpcf7 {
	top: 15%;
}
.lightbox .top {
	position: relative;
	padding: 30px;
	background: #66cccc;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}
.lightbox .top .close-lightbox {
	position: absolute;
	top: 30px;
	right: 30px;
	font-weight: bold;
	cursor: pointer;
}
.lightbox .lightbox-content {
	padding: 30px;
}
.lightbox input {
	display: block;
    width: 100%;
    margin-top: 15px;
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #8b8b8b;
    box-shadow: 0px 0px 0px 4px #eee;
    background-repeat: no-repeat;
    background-position: 3px 100%;
    background-size: contain;
}
.lightbox input[type="submit"]{
	color: #8b8b8b;
	border: 1px solid #8b8b8b;
	font-weight: bold;
	padding: 16px 48px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: block;
	font-size: 18px;
	cursor: pointer;
	margin-top: 15px;
	width: 100%;
	text-align: center;
	border-radius: none;
	box-shadow: none;
}

/*
Turquoise: #66cccc / rgb(102, 204, 204)
Green: #89af55 / rgb(137, 175, 85)
Orange: #e5af52 / rgb(229, 175, 82)
*/

/********************/
/*      FOOTER      */
/********************/

footer {
	background: #c0c0c0;
	position: relative;
	z-index: 999998;
	color: #8b8b8b;
	padding: 45px;
}
footer:after {
	content: "";
	display: table;
	clear: both;
}
footer .col-30 {
	float: left;
	width: 30%;
}
footer .col-30:last-of-type {
	text-align: center;
}
footer .col-40 {
	float: left;
	width: 40%;
	text-align: center;
}
footer .col-40 .widget,
footer .col-40 .widget a {
	color: #fff;
	letter-spacing: 2px;
	font-weight: 600;
}

footer .col-30 img {
	height:20px;
}
 
.woocommerce-page.woocommerce-lost-password form .form-row-last {
	float: none;
	margin:0 auto 15px;
}

.woocommerce-cart.woocommerce-page .quantity .qty {
	display: block;
	padding: 3px;
	margin-top: -1px;
	border: 1px solid #66cccc;
	float:left;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}

.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none; 
	margin: 0; 
}

.woocommerce-cart.woocommerce-page .quantity .qty::-webkit-inner-spin-button, 
.woocommerce-cart.woocommerce-page .quantity .qty::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

.increment {
	display: block;
	height: 25px;
	width: 20px;
	margin-top: -1px;
	cursor: pointer;
	float: left;
	border: 1px solid #66cccc;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.minus {
	margin-right: 5px;
}

.plus {
	margin-left: 5px;
}

.discount-info .new-price {
	color:#6cc !important;
}

/*********************/
/*      BLOG     */
/*********************/

#blog-sidebar

{
	position: relative;
	width: 200px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	float:right;
	border: solid 1px #333;
	border-radius:25px;
	padding:20px;
	height:auto;
min-height:300px;
	margin:0px 20px 20px 20px;
	color: #FFF;
	background-color:#66cccc;

}

#blog-sidebar .widget-title {
	font-size:14px;
}



.widget-title h3 {
color: #FFF;
padding-top:20px;
padding-bottom:20px;
}

#cat {
margin-top:10px;
margin-bottom:10px;

}

#archives-dropdown-4 {
margin-top:10px;
margin-bottom:10px;


}


.excerpt-line {font-size: 14px;
font-style: italic;
color:#333;
}

/* Blog */	

a.blog-main:link,
a.blog-main {
 font-weight: 700;
	font-size: 22px;
	color: #d2a740;
	text-transform: capitalize;
		 margin-top: 30px;
}

a.blog-main:visited,
a.blog-main:active {
 font-weight: 700;
	font-size: 22px;
	color: #89af55;
	text-transform: capitalize;
		 margin-top: 30px;
}

a.blog-main:hover {
 font-weight: 700;
	font-size: 22px;
	color: #d2a740;
	text-transform: capitalize;
		 margin-top: 30px;
	text-decoration:underline;
}

a.read-more:link,
a.read-more {
 font-weight: 700;
	font-size: 14px;
	color: #d2a740;
	text-transform: capitalize;
		 	margin-top:10px;
	margin-bottom:20px;
}

a.read-more:visited {
 font-weight: bold;
	font-size: 14px;
	color: #89af55;
	text-transform: capitalize;
		margin-top:10px;
	margin-bottom:20px;
}

a.read-more:hover {
 font-weight: bold;
	font-size: 14px;
	color: #d2a740;
	text-transform: capitalize;
	text-decoration:underline;
		margin-top:10px;
	margin-bottom:20px;
}

a.blog-content {
	font-family: inherit;
	font-size: inherit;
	color: #d2a740;
}

h1.blog-title {
	background: #FFF;
	text-align: left;
	font-weight: 600;
	color: #333;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-left: -10px;
	margin-bottom: 10px;
	margin-top: 120px;
	font-size:32px;
}

.bio-line {
	font-weight: normal;
	font-size: 16px;
	color: #333;
	text-align: left;
	margin-left: 20px;
}

.blog-shell {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	width: auto;
	color: #333;
}

.blog-shell p {
	font-family: inherit;
	font-size: inherit;
	line-height: 22px;
	padding-bottom: 20px;
	color: #333;
}

.alignright {
	float: right;
	margin:15px;
	width:auto;
}
.alignleft {
	float: left;
	margin:15px;
	width:auto;
}

a.blog-main:link {
 font-weight: bold;
	font-size: 22px;
	color: #d2a740;
	text-transform: capitalize;
		 margin-top: 30px;
}

a.blog-main:visited {
 font-weight: bold;
	font-size: 22px;
	color: #89af55;
	text-transform: capitalize;
		 margin-top: 30px;
}

a.blog-main:hover {
 font-weight: bold;
	font-size: 22px;
	color: #d2a740;
	text-transform: capitalize;
		 margin-top: 30px;
	text-decoration:underline;
}

a.read-more:link {
 font-weight: bold;
	font-size: 14px;
	color: #d2a740;
	text-transform: capitalize;
		 	margin-top:10px;
	margin-bottom:20px;
}

a.read-more:visited {
 font-weight: bold;
	font-size: 14px;
	color: #89af55;
	text-transform: capitalize;
		margin-top:10px;
	margin-bottom:20px;
}

a.read-more:hover {
 font-weight: bold;
	font-size: 14px;
	color: #d2a740;
	text-transform: capitalize;
	text-decoration:underline;
		margin-top:10px;
	margin-bottom:20px;
}
h1.blog-title {

    background: #FFF;
    text-align: left;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 2px;
	margin-left:-10px;
	margin-bottom:10px;
	margin-top:120px;

}

.blog-shell {

margin-left:0px;
margin-right:0px;
margin-top:20px;
width:auto;
color:#333;
padding-bottom:40px;
}

.blog-shell p {
font-family:inherit;
font-size:inherit;
line-height: 22px;
padding-bottom:20px;
color:#333;

}

a.blog-content:link {
font-family:inherit;
font-size:inherit;
	color: #d2a740;
}

a.blog-content:visited {
font-family:inherit;
font-size:inherit;
	color: #89af55;
}

a.blog-content:hover {
font-family:inherit;
font-size:inherit;
	color: #d2a740;
	text-decoration:underline;
}

.bio-line {
	 font-weight: normal;
	font-size: 16px;
	 color: #333;
	text-align:left;
	margin-left:20px;
}
#blog-rule {
	border-bottom: 1px solid #66cccc;
	margin-top:20px;
}

.archive .post h2 {
	font-size:24px;
}

.archive .post h2 a:visited {
	color:#551a8b;
}

.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-manage-payment-methods {
	margin:0;
}

.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-saved-payment-method,
.woocommerce-checkout #payment ul.payment_methods li input + label {
	margin-bottom:0;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	margin-left:15px;
}

.woocommerce .col2-set:after, 
.woocommerce .col2-set:before, 
.woocommerce-page .col2-set:after, 
.woocommerce-page .col2-set:before {
	display: none;
}

.woocommerce-account form .password-input {
	width: 100%;
}

.woocommerce table.my_account_orders .button.order_again {
	margin-left:5px;
}

.ssbp-wrap .ssbp-list li .ssbp-btn + p:last-child {
	display:none;
}

.ssbp--theme-1 .ssbp-btn:hover span:not(.color-icon) svg,
.ssbp-btn .ssbp-btn:hover .color-icon svg {
	display:block !important;
}

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

.row {
	margin-left:-15px;
	margin-right:-15px;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.row > * {
	width:100%;
	max-width:100%;
	padding:0 15px;
	-moz-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.mb-30px {
	margin-bottom:30px;
}

@media (min-width:768px) {
	
	.col-md-4 {
		max-width:33.33%;
	}
	
	.mb-md-0 {
		margin-bottom:0;
	}
	
}

@media (min-width:1024px) {
	.woocommerce-cart table.cart th.product-subtotal,
	.woocommerce-cart table.cart td.product-subtotal {
		text-align:right;
	}

	.woocommerce-cart table.cart th.product-quantity,
	.woocommerce-cart table.cart td.product-quantity {
		text-align:center;
	}

	.woocommerce-cart table.cart td.product-quantity .quantity-input-wrap {
		display:-moz-flex;
		display:-webkit-flex;
		display:flex;
		-moz-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	.woocommerce-cart.woocommerce-page .quantity .qty {
		-moz-flex:1;
		-webkit-flex:1;
		flex:1;
	}
}


@media (max-width: 768px){
	#blog-sidebar

{
display:none;

	}}

@media (max-width:479px) {
	
	.product-price-wrap {
		margin-bottom:30px;
	}
	
	.product-price-wrap .d-flex {
		-moz-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.product-price-wrap .points, 
	.product-price-wrap .wc-points-rewards-product-message {
		width: 100%;
	}
}


@media (max-width: 450px){
	#blog-sidebar

{
display:none;

	}
}



/********************/
/*      MOBILE      */
/********************/

@media (max-width: 1099px){
	.slider-wrapper {
		width: 700px;
		margin-left: 6.5%;
	}
}

@media (max-width:991px) {
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: left;
		width: 30%;
		margin:0;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content {
		float: right;
		width: 68%;
	}
	
	.woocommerce-MyAccount-navigation ul {
		-moz-justify-content: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.woocommerce-MyAccount-navigation li {
		text-align:left;
		margin:0 0 15px;
	}
	
	.woocommerce-cart.woocommerce-page .quantity-input-wrap {
		width:100%;
		max-width:110px;
		display:-moz-flex;
		display:-webkit-flex;
		display:flex;
		-moz-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	.woocommerce-cart.woocommerce-page .quantity .qty {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-moz-flex:1;
		-webkit-flex:1;
		flex:1;
	}
	
	.woocommerce-cart.woocommerce-page .quantity-input-wrap .increment {
		margin-top: 0;
		height:100%;
		line-height: 30px;
	}
	
	.woocommerce table.shop_table_responsive tr td.product-quantity:before, 
	.woocommerce-page table.shop_table_responsive tr td.product-quantity:before {
		margin-right: 15px;
	}
}


@media (max-width: 950px){
	.slider-wrapper {
		width: 525px;
		margin-left: 10%;
	}
	.page-template-product-child .product,
	.page-template-products-all .product,
	.taxonomy-child-page .product {
		width: 25%;
	}
}
@media (max-width: 800px){
	
	/* Menu */
	
	nav.opened { height: 400px; }
	.nav-right { display: none; }
	#mobile-menu,
	.nav-right.opened,
	nav li,
	nav .nav-right img,
	nav .nav-right .menu-main-menu-container {
		display: block;
	}
	nav .container { padding: 0; }
	.nav-right {
		position: absolute;
		right: 30px;
		top: 60px;
	}
	nav .nav-right ul {
		padding: 15px 0px 15px 15px !important;
	}
	nav li {
		text-align: right;
		margin: 15px 0px 15px 30px;
	}
	#nav-search {
		display: block;
		margin: 0px;
	}
	#nav-search #button-nav { float: right; }
	#nav-cart {
		margin: 25px 0px 30px 0px;
		display: block;
	}
	#nav-cart img { margin-left: auto; }
	.woocommerce-products-header .page-title-outer {
		width: 70%; }
	body.page-id-2 .woocommerce-products-header .page-title-outer {
		width: 35%; }
	.woocommerce-products-header .header-bg {
		width: 30%;
		background-position: 30% 50%;
	}
	body.page-id-2 .woocommerce-products-header .header-bg {
		width: 65%;
	}
	
	/* Home */
	
	body.page #main .container,
	#main .container { padding: 15px; }
	
	#home-testimonials .home-testimonial {
		width: 100%;
		float: none;
		padding: 15px;
	}
	#home-overlay img {
		width: calc(100% - 60px);
		left: 30px;
	}
	#principal-testimonial { padding: 15px; }
	.home-category-children .category {
		width: 100%;
		margin-bottom: 60px;
	}
	.home-category-children .button-outer { display: none; }
	.slider-wrapper {
		width: 100%;
		height: auto;
		overflow: visible;
		margin: 0;
	}
	.slider-inner {
		width: 100% !important;
		position: static;
	}
	.home-subcategory-cta { width: 75%; margin: auto; }
	
	/* Static Pages */
	
	.team-member {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.all-products-copy {
		padding: 60px 30px 0px 30px !important;
	}

	.breadcrumbs-section #breadcrumbs {
		padding-left:15px;
		padding-right:15px;
	}

	
	/* Shop */
	
	.page-template-product-child .product .product-title,
	.page-template-products-all .product .product-title,
	.taxonomy-child-page .product .product-title {
		width: 50vw;
	}
	.page-template-product-child .filter ul,
	.page-template-product-child .filter li,
	.page-template-products-all .filter ul,
	.page-template-products-all .filter li,
	.archive .filter ul,
	.archive .filter li { display: block; }
	
	.page-template-product-child .filter li a,
	.page-template-products-all .filter li a,
	.archive .filter li a {
		display: block; padding: 24px 8px 0px 8px;
	}
	.page-template-product-child .product,
	.page-template-products-all .product,
	.taxonomy-child-page .product,
	.page-template-product-parent .sub-category,
	.taxonomy-parent-page .sub-category { 
		width: 50%; 
		margin-right:-4px;
	}
	
	.tabs.wc-tabs li {
		margin: 0px !important;
		display: block !important;
	}
	
	/* Contact */
	
	#order-a-catalog .col-2, #email-list .col-2 { padding: 15px; }
	#email-list .email-signup { display: block; padding: 16px 2px; }
	
	/* Footer */
	footer .d-flex {
		-moz-flex-direction:column;
		-webki-flex-direction:column;
		flex-direction:column;
	}
	
	footer { padding: 15px; }
	footer .col-40,
	footer .col-30 {
		float: none;
		width: 100%;
	}
	
	
	
	.lightbox .wpcf7 {
		width: calc(100% - 30px);
		left: 15px;
	}
	
	.woocommerce-cart table.cart td.product-quantity {
		overflow:hidden;
	}
}

@media (max-width:767px) {
	
	.home .nav-right.opened {
		background-color:#66cccc;
		margin-top:15px;
		padding-left:15px;
		padding-right:15px;
		border:1px solid #fff;
	}
	
	.nav-right.opened {
		text-align:right;
	}
	
	#nav-cart,
	#nav-cart + .menu-cart-total {
		display: inline-block;
		vertical-align: middle;
	}
	
	
	.woocommerce .col2-set, 
	.woocommerce-page .col2-set {
		width: auto;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}
	
	.woocommerce table.shop_table_responsive.cart tbody th, 
	.woocommerce-page table.shop_table_responsive.cart tbody th {
		display: block;
	}
	
}

@media (max-width:567px) {
	.wc-stripe-elements-field,
	.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
		-moz-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
	}
}

@media (max-width:480px) {
	.col-1-4 {
		float:none;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-manage-payment-methods {
		margin-bottom: 30px;
		display: block;
		width: 100%;
	}
	
	.woocommerce fieldset {
		padding: 15px;
	}
	
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
		width: 100%;
	}
	
	.woocommerce td.actions {
		padding: 15px !important;
	}
	
	#coupon_code {
		width: 150px;
		padding-left: 15px;
	}
}

@media (max-width:413px) {
	#coupon_code {
		margin-right: 0;
	}
}


/* I.E. */

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
	html,body {
		max-width: 100%;
		overflow-x: hidden;
		-ms-overflow-x: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar !important;
	}
	#specials-wrapper-outer {
		width: calc(100vw - 100px);
	}
	#specials .special {
		height: 230px;
	}
	.woocommerce-products-header .page-title-outer:after {
		right: -70px !important;
	}
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-bottom:30px;
}

.archive .add_to_wishlist {
	width:100%;
}

.yith-wcwl-wishlistaddedbrowse {
	-moz-align-items: start;
	-webkit-align-items: start;
	align-items: start;
	margin-bottom:30px;
}

.add_to_wishlist svg {
	max-width:20px;
}

.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
	color: #66cccc;
}

table.wishlist_table {
	font-size:1rem;
}