/* Basic */

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  font-size: 14px;
}

.body--home {
	background-color: #b8debf;
}

@media (max-width: 1024px) {
	.body--home {
	    background-color: #5da26a;
    }
}

a,
a:visited {
	color: #5aa568;
}

button {
	cursor: pointer;
}

.btn,
.btn:visited {
	display: inline-block;
	line-height: 1.25;
	text-decoration: none;
	color: #16293f;
	padding: 13px 20px;
	font-size: 1em;
	transition: 0.3s all;
	border: 0 none;
	background: #ececec;
	border-radius: 0;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
}

.btn:focus {
	outline: none;
}

.btn--primary,
.btn--primary:visited {
	color: #fff;
	background: #79bd86;
	font-weight: 600;
	text-transform: uppercase;
	min-width: 120px;
}

.btn--info,
.btn--info:visited {
	color: #468595;
	background: #fff;
	font-weight: 600;
	min-width: 120px;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.btn--addToCart,
.btn--addToCart:visited {
	width: 100%;
}

.btn--oneMoment:focus::before {
	content: 'Üks moment...';
}

.btn--oneMoment:focus .btn-text {
	display: none;
}

@media (min-width: 768px) {
	.btn--primary,
	.btn--primary:visited {
		padding: 15px 25px;
		font-size: 15px;
	}

	.btn--addToCart, 
	.btn--addToCart:visited {
		width: auto;
	}

	.btn--toCheckout,
	.btn--toCheckout:visited {
		float: right;
		margin-bottom: 50px;
	}
}

@media (min-width: 1366px) {
	.btn--primary,
	.btn--primary:visited {
		padding: 18px 35px;
		font-size: 17px;
	}

	.btn--toCheckout,
	.btn--toCheckout:visited {
		margin-bottom: 65px;
	}
}

@media (min-width: 1900px) {
	.btn--toCheckout,
	.btn--toCheckout:visited {
		margin-bottom: 80px;
	}
}

h1, 
h2,
h3,
h4 {
	font-weight: 600;
	line-height: 1.25;
	color: #79bd86;
}

h2 {
	font-size: 15px;
	margin-top: 0.85em;
	margin-bottom: 0.6em;
}

@media (min-width: 600px) {
	body {
		font-size: 15px;
	}

	h2 {
		font-size: 21px;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 16px;
	}

	h2 {
		font-size: 24px;
	}
}

@media (min-width: 1024px) {
	body {
		/* font-size: 16px; */
	}

	h2 {
		font-size: 24px;
	}
}

@media (min-width: 1400px) {
	h2 {
		font-size: 26px;
	}
}

@media (min-width: 1900px) {
	body {
		font-size: 18px;
	}
}


/* siteFooter */

html {
	min-height:100%;
	position: relative
}

body {
	min-height: 100%;
}

.single-product {
	background: #f7f7f7;
	/* margin-bottom: 0!important; */
}

.page-template-cart {
	/*margin-bottom: 0!important;*/
}

.body--cart-not-empty {
	background-color: #f7f7f7;
}

.siteFooter {
	padding: 20px 0;
	font-size: 0.7em;
	color: #888;
	/* background: #f0f0f0; */
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.home .siteFooter {
	color: #fff;
	color: rgba(255,255,255,0.8);
	background-color: #5da26a;
}

.siteFooter-inner {
	padding: 0 20px;
}

.siteFooter strong {
	font-weight: 600;
}

.siteFooter a,
.siteFooter a:visited {
	color: #888;
}

.home .siteFooter a,
.home .siteFooter a:visited {
	color: inherit;
}


.siteFooter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.siteFooter li {
	margin: 10px 0;
}

@media (min-width: 360px) {
	.siteFooter {
		font-size: 0.8em;		
	}
}

@media (min-width: 600px) {
	.siteFooter-inner {
		padding: 0 30px;
	}
}

@media (min-width: 1024px) {
	.siteFooter {
		padding-left: 300px;
		/* background: #f0f0f0; */
	}

	.siteFooter li {
	    display: inline-block;
	    margin: 10px 10px 10px 0;
    }

    .siteFooter-inner {
		padding: 0 50px;
	}

}

@media (min-width: 1366px) {
	.siteFooter-inner {
		padding: 0 70px;
	}
}

@media (min-width: 1400px) {
	.siteFooter {
		padding-left: 310px;
	}
}

@media (min-width: 1600px) {
	.siteFooter {
        padding-left: 310px;
        left: 0;
        width: 100%;
        z-index: 1;
	}

	.siteFooter-inner {
		margin: 0 auto;
		padding: 0 80px;
	}

	.page-template-cart .siteFooter-inner,
	.single-product .siteFooter-inner {
		max-width: 1160px;
	}

	.pageContent .siteFooter-inner {
        max-width: none;   	
    }
}

@media (min-width: 1900px) {
	.siteFooter {
		padding-left: 370px;
	}
}


/* OpenNav */

.openNav {
	position: absolute;
	display: inline-block;
	line-height: 1px;
	padding: 0;
	border: 0 none;
	background: none;
	padding: 5px;
	cursor: pointer;
	/*background: #6e69c1;*/
}

.openNav:focus {
	outline: none;
}

.openNav-icon {
	width: 24px;
}

.openNav-icon span {
	height: 2px;
	width: 100%;
	background: #fff;
	margin: 3px 0;
	display: inline-block;
	border-radius: 0;
}

/* btnClose */

.btnClose {
	background: none;
	color: #ffffff;
	border: 0 none;
	font-family: 'Times New Roman', serif;
	padding: 13px 15px;
	line-height: 20px;
	font-size: 43px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	transition: 0.3s opacity;
}

.btnClose:focus {
	outline: 0 none;
	color: #ffffff;
}

@media (min-width: 600px) {
	.btnClose:hover {
		opacity: 0.9;
	}
}



/* SiteHeader */

.siteHeader {
	background: #86d295;
	line-height: 1;
	height: 64px;
	position: relative;
	z-index: 10;
}

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

.siteHeader-sidebarWrap {
	display: none;
}


.siteHeader-logo {
	display: inline-block;
	margin-top: 15px;
}

.siteHeader-logo-link {
	display: inline-block;
}

.siteHeader-logo img {
	height: 35px;
	width: auto;
}

.siteHeader .openNav {
	top: 15px;
	left: 12px;
}

.siteHeader-social {
	padding: 0 25px 0;
	height: 20px;
	margin-top: 18px;
}

.siteHeader-footer {
	margin-top: 30px;
}

@media (min-height: 680px) {
	.siteHeader-footer {
		position: absolute; 
		bottom: 30px; 
	}
}



@media (min-width: 360px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
	.siteHeader {
		background: #79bd86;
		position: fixed;
		width: 300px;
		left: 0;
		top: 0;
		height: 100%;
		padding-bottom: 30px;
		/* border-right: 1px solid #ddd; */
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
	}

	.logged-in .siteHeader {
		padding-top: 32px;
	}

	.siteHeader-mobileWrap {
		display: none;
	}

	.siteHeader-sidebarWrap {
		display: block;
	}

	.siteHeader-logo {
		width: 100px;
		position: absolute;
		top: 13px;
		left: 15px;
	}

}

@media (min-width: 1400px) {
	.siteHeader {
		width: 310px;
	}
}

@media (min-width: 1900px) {
	.siteHeader {
		width: 370px;
	}

	.siteHeader-social {
		padding: 0 29px 0;
	}

	.siteHeader-footer {
		bottom: 36px; 
	}
}


/* sidebarMenu */

.sidebarMenu {
	font-size: 14px;
	padding: 0 20px;
}

.sidebarMenu--cats {
	margin-top: 30px;
}

.sidebarMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/* display: inline-block; */
}

.sidebarMenu li {
	margin: 0.4em 0;
}

.sidebarMenu a,
.sidebarMenu a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
	display: inline-block;
	padding: 0.4em 0.4em 0.35em;
	transition: .2s background;
	text-transform: uppercase;
	border-radius: 3px;
}

.sidebarMenu--secondary a,
.sidebarMenu--secondary a:visited {
	font-weight: normal;
}

.sidebarMenu .current-menu-item a,
.sidebarMenu .current-menu-item a:visited {
 	font-weight: bold;
}

.sidebarMenu a:hover,
.sidebarMenu a:active,
.sidebarMenu a:focus {
	background: rgba(0,0,0,0.1);
}

@media (min-width: 1400px) {
	.sidebarMenu {
		font-size: 15px;
	}
}

@media (min-width: 1900px) {
	.sidebarMenu {
		font-size: 19px;
	}
}

/* socialLink */

.socialLink,
.socialLink:visited {
	display: inline-block;
	color: #fff;
	margin-right: 15px;
	font-size: 14px;
}

.socialLink--mobile,
.socialLink--mobile:visited {
	margin-right: 20px;
	font-size: 16px;
}

@media (min-width: 1900px) {
	.socialLink,
	.socialLink:visited {
		margin-right: 20px;
		font-size: 17px;
	}
}

/* sidebarHeader */

.sidebarHeader {
	background: #86d295;
	text-align: center;
	padding: 31px 10px;
}

.sidebarHeader-link {
	display: inline-block;
	line-height: 1;
	font-size: 1px;
	width: 185px;
}

.sidebarHeader-img {
	width: 100%;
	height: auto;
}


@media (min-width: 1200px) {
	.sidebarHeader-link {
		transition: .3s all;
	}

	.sidebarHeader-link:hover {
		transform: scale(1.04);
	}
}

@media (min-width: 1400px) {
	.sidebarHeader {
		padding: 35px 10px;
	}

	.sidebarHeader-link {
		width: 190px;
	}
}

@media (min-width: 1900px) {
	.sidebarHeader {
		padding: 40px 10px;
	}

	.sidebarHeader-link {
		width: 240px;
	}

}


/* siteContent */

.siteContent {
	background: #fff;
}

@media (min-width: 1024px) {
	.siteContent {
		padding-left: 300px;
	}
}

@media (min-width: 1400px) {
	.siteContent {
		padding-left: 310px;
	}
}

@media (min-width: 1900px) {
	.siteContent {
		padding-left: 370px;
	}
}


/* siteMenuXs */ 

.siteMenuXs-wrap {
	position: fixed;
	background: #222;
	background: #71ad7c;
	width: 280px;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/* opacity: 0.5; */
	box-shadow: 0 0 40px 0 rgba(27, 58, 89,0.3);
}

.logged-in .siteMenuXs-wrap {
	top: 46px;
}

@media (min-width: 783px) {
	.logged-in .siteMenuXs-wrap {
		top: 32px;
	}
}

.siteMenuXs-inner {
	padding: 55px 25px;
}

.siteMenuXs--secondary {
	margin-top: 25px;
}

.siteMenuXs ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.siteMenuXs li {
	margin-bottom: 5px;
}

.siteMenuXs .sub-menu	{
	padding-left: 20px;
}

.siteMenuXs a,
.siteMenuXs a:visited {
	text-decoration: none;
	display: inline-block;
	padding: 6px;
	font-size: 14px;
	color: #ffffff;
	transition: 0.5s all;
	text-transform: uppercase;
}

.siteMenuXs .current-menu-item a, 
.siteMenuXs .current-menu-item a:visited {
	font-weight: 600;
}

.siteMenuXs .current-menu-item .sub-menu a, 
.siteMenuXs .current-menu-item .sub-menu a:visited {
	font-weight: normal;
}

.siteMenuXs-closeWrap {
	width: 100%;
	height: 55px;
	position: absolute;
	top: 0px;
	left: 0;
	/*background: rgba(255,255,255,0.2);*/
	max-width: 800px;
}

.siteMenuXs-wrap .btnClose {
	top: 10px;
	right: 2px;
}

.siteMenuXs-social {
	padding: 7px;
	margin-top: 24px;
}

@media (min-width: 600px) {
	.siteMenuXs-wrap {
		width: 340px;
	}

	.siteMenuXs a,
	.siteMenuXs a:visited {
		font-size: 17px;
	}
}

/* cartBtn */

.cartBtn {
	display: inline-block;
	position: absolute;
	top: 17px;
	right: 8px;
	z-index: 10;
}

.cartBtn-link,
.cartBtn-link:visited {
	display: inline-block;
	padding: 1px;
	width: 35px;
	color: #fff;
	transition: .3s color;
	text-decoration: none;
	line-height: 1;
}

.cartBtn-link:hover,
.cartBtn-link:active,
.cartBtn-link:focus {
	text-decoration: none;
}

.cartBtn-icon {
	font-size: 28px!important;
}

.cartBtn-label {
	display: none;
}

.cartBtn-count {
	display: inline-block;
	background: #68b3de;
	color: #fff;
	font-size: 13px;
	vertical-align: middle;
	padding: 3px 0px;
	line-height: 13px;
	border-radius: 9px;
	position: absolute;
	top: -6px;
	right: -4px;
	min-width: 21px;
	text-align: center;
}


@media (min-width: 1024px) {
	.cartBtn {
		top: 20px;
		right: 20px;
	}

	.cartBtn-link,
	.cartBtn-link:visited {
		width: auto;
		height: 40px;
		padding: 5px 10px 0;
		color: #79bd86;
		box-shadow: 0 0 0 2px transparent;
		transition: .3s box-shadow;
		border-radius: 2px;
	}
	
	.home .cartBtn-link,
	.home .cartBtn-link:visited {
		background: #fff;
		background: rgba(255,255,255,0.9);
	}

	.cartBtn-link:hover {
		box-shadow: 0 0 0px 2px #79bd86;
	}
	
	.cartBtn-count {
		position: relative;
		padding: 4px 2px;
		top: -5px;
		right: 0;
		margin-left: 4px;
		border-radius: 11px;
		background: #79bd86;
	}	

	.cartBtn-label {
		display: inline;
		font-weight: 600;
		font-size: 13px;
		text-transform: uppercase;
		position: relative;
		top: -4px;
		margin-left: 5px;
	}
		
}


/* pageHeader */

.pageHeader {
	margin-bottom: 1.5em;
}

.pageHeader-h1 {
	margin: 0;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	color: #79bd86;
}

.pageHeader-h2 {
	color: #999;
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
}

.pageHeader-totalProducts {
	font-size: 0.85em;
	color: #888;
	margin: 0.5em 0 1em;
}

@media (min-width: 600px) {
	.pageHeader {
		margin-bottom: 1.8em;
	}

	.pageHeader-h1 {
		font-size: 28px;
	}

	.pageHeader-h2 {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
	.pageHeader {
		margin-bottom: 30px;
	}
}

@media (min-width: 1366px) {
	.pageHeader {
		margin-bottom: 40px;
	}

}

@media (min-width: 1900px) {
	.pageHeader {
		margin-bottom: 50px;
	}

	.pageHeader-h1 {
		font-size: 36px;
	}

	.pageHeader-h2 {
		font-size: 22px;
	}
}


/* pageContent */

.pageContent {
	padding: 25px 0;
}

.pageContent--product {
	max-width: 1160px;
}

.pageContent--cart {
	max-width: 1160px;
}

.pageContent-inner {
	padding: 0 20px;
	margin: 0 auto;
	/* max-width: 800px; */
}

.pageContent-inner--page {
	max-width: 1100px;
	margin: 0;
}

.pageContent-inner--checkout {
	max-width: 1000px;
	margin: 0 auto;
}

@media (min-width: 600px) {
	.pageContent {
		padding: 30px 0;
	}

	.pageContent-inner {
		padding: 0 30px;
	}
}

@media (min-width: 768px) {
	.pageContent {
		padding: 40px 0;
	}
}

@media (min-width: 1024px) {
	.pageContent {
		padding: 45px 0 65px;
	}

	.pageContent-inner {
		padding: 0 50px;
	}

	.pageContent--product,
	.pageContent--cart {
		padding: 50px 0 0;
	}

	.pageContent--product .pageContent-inner {
		padding: 0 50px;
	}
}

@media (min-width: 1366px) {
	.pageContent {
		padding: 64px 0 75px;
	}

	.pageContent-inner {
		padding: 0 70px;
	}

	.pageContent--product,
	.pageContent--cart {
		padding: 80px 0 0;
		margin: 0 auto;
	}

	.pageContent--product .pageContent-inner {
		padding: 0 80px;
	}
}


@media (min-width: 1600px) {
	.pageContent {
		padding: 72px 0;
	}

	.pageContent--product,
	.pageContent--cart {
		padding-bottom: 0!important;
	}

	.pageContent-inner {
		padding: 0 80px;
	}

	.pageContent-inner--seeMore {
		max-width: 1160px;
	}
}

@media (min-width: 1900px) {
	.pageContent--product,
	.pageContent--cart {
		padding: 90px 0 0;		
	}
}

/* homeCover */

.homeCover {
	background: #5da26a;
}

.homeCover .royalSlider {
	height: 214px!important;
	width: 100%;
	overflow: hidden;
}

.homeCover .rsSlide,
.homeCover .homeCover-slider,
.homeCover .rsOverflow {
	background: none!important;
}

@media (min-width: 360px) { .homeCover .royalSlider { 	height: 240px!important; } }
@media (min-width: 375px) { .homeCover .royalSlider { 	height: 250px!important; } }
@media (min-width: 410px) { .homeCover .royalSlider { 	height: 274px!important; } }
@media (min-width: 500px) { .homeCover .royalSlider { 	height: 334px!important; } }
@media (min-width: 600px) { .homeCover .royalSlider { 	height: 401px!important; } }
@media (min-width: 700px) { .homeCover .royalSlider { 	height: 467px!important; } }
@media (min-width: 768px) { .homeCover .royalSlider { 	height: 513px!important; } }
@media (min-width: 800px) { .homeCover .royalSlider { 	height: 534px!important; } }
@media (min-width: 900px) { .homeCover .royalSlider { 	height: 601px!important; } }
@media (min-width: 1000px) { .homeCover .royalSlider { height: 668px!important; } }
@media (min-width: 1024px) { 
	.homeCover .royalSlider {
		height: 734px!important;
		height: 100vh!important;
	} 
}

.homeCover .royalSlider img {
	max-height: none;
	width: 100%;
	height: auto;
}

.homeCover img {
	opacity: 0;
}

.homeCover .rsMainSlideImage {
	opacity: 1;
}


.homeCover .rsBullets {
	right: 18px!important;
	opacity: 0.6;
	background: none!important;
	bottom: 15px!important;
	padding: 0;
	overflow: visible!important;
	display: inline-block;
	width: 100px!important;
	margin: 0!important;
	left: unset!important;
	text-align: right!important;
	opacity: 0.75;
}

.rsDefault .rsBullet {
	padding: 8px!important;
}

.rsDefault .rsBullet span {
	width: 6px!important;
	height: 6px!important;
}

@media (min-width: 1024px) {
	.homeCover .rsBullets {
		opacity: 1;
		right: 24px!important;
		bottom: 20px!important;
	}
	
	.rsDefault .rsBullet span {
		width: 8px!important;
		height: 8px!important;
	}
	
	.rsDefault .rsBullet {
		padding: 13px!important;
	}
}

/* homeMobile */

.homeMobile {
	background: #79bd86;
}

.homeMobile-header {
	background: #79bd86;
	padding: 25px 10px;
	font-size: 17px;
}

.homeMobile-heading1,
.homeMobile-heading2 {
	color: #fff;
	text-align: center;
	margin: 0;
	font-weight: 600;
}

.homeMobile-heading1 {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 0.3em;
}

.homeMobile-heading2 {
	font-size: 0.9em;
}

.homeMobile-social {
	padding: 20px 20px 40px;
	margin-top: 10px;
}

@media (min-width: 360px) {
	.homeMobile-header {
		font-size: 19px;	
	}
}

@media (min-width: 400px) {
	.homeMobile-header {
		font-size: 21px;	
	}
}

@media (min-width: 600px) {
	.homeMobile-header {
		font-size: 24px;
		padding: 30px 0;	
	}

	.homeMobile-social {
		padding: 30px 30px 50px;
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.homeMobile-header {
		font-size: 28px;	
	}
}

@media (min-width: 1024px) {
	.homeMobile {
		display: none;
	}
}

/* xsMenu */

.xsMenu--secondary {
	margin-top: 30px;
}

.xsMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #fff;
}

.xsMenu a,
.xsMenu a:visited {
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	background: #6fad7a;
	width: 100%;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	text-align: left;
	font-size: 15px;
	color: #fff;
	transition: 0.5s all;
	position: relative;
	text-transform: uppercase;
}

.xsMenu a::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 20px;
}

.xsMenu--more .current-menu-item,
.xsMenu--more .current-menu-item:visited {
    display: none;
}

@media (min-width: 600px) {
	.xsMenu a,
	.xsMenu a:visited {
		padding: 20px 30px;
		font-size: 19px;
	}

	.xsMenu--more a,
	.xsMenu--more a:visited {
		font-size: 15px;
	}

	.xsMenu a::before {
		right: 30px;
	}

	.xsMenu--secondary {
		margin-top: 38px;
	}	
}

@media (min-width: 1024px) {
	.xsMenu--more {
	    display: none;   
    }
}


/* productSnippet */

.productSnippet,
.productSnippet:visited {
	display: block;
	text-decoration: none;
	color: #a2a2a2;
	text-transform: uppercase;
	font-size: 14px;
	transition: 0.3s opacity;
	/* max-width: 200px; */
	margin-bottom: 10px;
	position: relative;
}

.productSnippet:hover,
.productSnippet:active {
	opacity: 0.85;
}

.productSnippet-photo {
	background: #dfe8e0;
	padding-top: 100%;
	/* border: 1px solid #ccc; */
	background-image: url('img/kr-cat-1.jpg');
	background-size: cover;
	background-position: center center;
}

.productSnippet-label {
	text-align: center;
	margin-top: -14px;
	color: #79bd86;
	text-transform: none;
	position: absolute;
	z-index: 5;
	width: 100%;
}

.productSnippet-price {
	background: #fff;
	display: inline-block;
	padding: 3px 14px 3px;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.28);
	border-radius: 12px;
	min-width: 60px;
	font-weight: 600;
}

.productSnippet-priceSale {
	color: red;
}

.productSnippet-priceOld {
	color: #888;
}

.productSnippet-qty {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	color: rgba(255,255,255,0.95);
	text-transform: none;
	background: rgba(0,0,0,0.15);
	font-size: 12px;
	padding: 4px 0;
	text-shadow: 0.5px 0.5px 5px rgba(0,0,0,0.25);
}

@media (min-width: 400px) {

}

@media (min-width: 600px) {
	.productSnippet-price {
		font-size: 16px;
		min-width: 80px;
		padding: 4px 15px 4px;
	}

	.productSnippet-label {
		margin-top: -15px;
	}

	.productSnippet-qty{
		font-size: 14px;
		padding: 6px 0;
	}
}

@media (min-width: 1660px) {
	.productSnippet-price {
		font-size: 17px;
	}

	.productSnippet-label {
		margin-top: -15px;
	}
}

@media (min-width: 1900px) {
	.productSnippet-price {
		font-size: 20px;
		border-radius: 16px;
		min-width: 100px;
	}

	.productSnippet-label {
		margin-top: -19px;
	}
}

/* productCols */

.productCols {
	margin: -10px -10px 0;
}

.productCols::after {
	content: '';
	display: block;
	clear: both;
}

.productCols-col {
	padding: 10px;
	float: left;
	width: 50%;
	max-width: 400px;
}

@media (min-width: 400px) {
	.productCols-col {
		width: 33.3%;
	}
}

@media (min-width: 768px) {
	.productCols-col {
		width: 25%;
		padding: 15px;
	}

	.productCols {
		margin: -15px -15px 0;
	}
}

@media (min-width: 1024px) {
	.productCols-col {
		padding: 17px;
	}

	.productCols {
		margin: -17px -17px 0;
	}
}

@media (min-width: 1366px) {
	.productCols-col {
		width: 20%;
	}
}

@media (min-width: 1600px) {
	.productCols-col {
		padding: 20px;
	}

	.productCols {
		margin: -20px -20px 0;
	}
}

@media (min-width: 1600px) {
	.productCols-col {
		padding: 25px;
	}

	.productCols {
		margin: -25px -25px 0;
	}
}

@media (max-width: 400px) {
	.seeMore .productCols {
        white-space: nowrap;
        overflow: auto;
        margin: -10px -20px -15px;
        padding: 0 10px 10px 10px;
        -webkit-overflow-scrolling: touch;
 }

    .seeMore .productCols-col {
    	display: inline-block;
    	float: none;
    	width: 43%;
    }
}

/* productSetStock */

.productSetStock {
	margin: 10px 0 35px;
	font-size: 14px;
}

.productSetStock input,
.productSetStock button  {
	padding: 5px 5px;
}

.productSetStock input {
	width: 70px;
}

@media (max-width: 450px) {
	.productSetStock {
		font-size: 16px;
	}
}

/* productSetPrice */

.productSetPrice {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 15px 0;
	background: #fff;
}

.productSetPrice__field {
	margin: 0 0 10px
}

.productSetPrice__label {
	width: 90px;
	display: inline-block;
}

.productSetPrice input,
.productSetPrice button  {
	padding: 5px 5px;
}

.productSetPrice input {
	width: 70px;
}

@media (max-width: 768px) {
	.productSetPrice {
		font-size: 16px;
		border: 1px solid  #ccc;
		text-align: center;
		padding: 0 2px 10px;
	}

	.productSetPrice__label {
		font-size: 12px;
		width: auto;
	}
}

/* productIntro */

.productIntro {
	/* background: #f8f9fa; */
	/*border-bottom: 1px solid #d8d8d8;*/
}

.productIntro-heading {
	margin: 0 0 0.2em;
	color: #79bd86;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	padding-right: 95px;
}

.productIntro-lead {
	margin: 1em 0;
	color: #888;
}

.productIntro-info {
	padding: 0 0 30px;
	position: relative;
	margin-top: 22px;
}

.productIntro-underHeading {
	color: #9E9E9E;
	font-size: 13px;
}

@media (min-width: 600px) {
	.productIntro-heading {
		font-size: 24px;
	}
}

@media (min-width: 768px) {
	.productIntro {
		/* padding: 40px 0; */
		margin-bottom: 10px;
	}

	.productIntro-heading {
		padding-right: 0;
	}

	.productIntro-inner {
		/* padding: 0 30px; */
		/* margin: 0 auto; */
		/* max-width: 1100px; */
	}

	.productIntro-photos {
		/*text-align: center;*/
		float: left;
		width: 50%;
		padding-right: 15px;
		margin-bottom: -9px;
		border-bottom: none;
		padding-bottom: 0;
	}

	.productIntro-info {
		float: left;
		width: 50%;
		padding-left: 15px;
		padding-top: 0;
		padding-bottom: 15px;
		margin-top: 0;
	}

	.productIntro-underHeading {
		margin-bottom: 26px;
	}
}


@media (min-width: 1024px) {
	.productIntro {
		padding: 50px 0;
		margin-bottom: 20px;
	}

	.productIntro-inner {
		/* padding: 0 50px; */
	}
	
	.productIntro-photos {
		padding-right: 25px;
	}
	
	.productIntro-info {
		padding-left: 20px;
		/* padding-top: 35px; */
	}
}

@media (min-width: 1366px) {
	.productIntro {
		margin-bottom: 80px;
	}
	
	.productIntro-heading {
		font-size: 30px;
		/* margin: 0 0 22px; */
	}
	
	.productIntro-photos {
		padding-right: 35px;
	}
	
	.productIntro-info {
		padding-left: 30px;
		/*padding-top: 45px;*/
	}
}


/* productPrice */

.productPrice {
	margin-bottom: 20px;
	font-weight: 600;
	max-width: 95px;
}

.productPrice-label {
	text-transform: uppercase;
	margin-right: 4px;
}

.productPrice-label--link {
	cursor: pointer;
	user-select: none;
	border-bottom: 1px solid #bdbdbd;
}

.productPrice-label--link:hover {
	opacity: 0.9;
}

.productPrice-old {
	color: #798f7d
}

.productPrice-sale {
	color: #d22020;
}

@media (min-width: 360px) {
	.productPrice {
		position: absolute;
		top: 3px;
		right: 0;
		text-align: right;
	}
}

@media (min-width: 768px) {
	.productPrice {
		margin-bottom: 30px;
		position: static;
		max-width: 100%;
		text-align: left;
	}
}	

/* addToCartWrap */

.addToCartWrap {
	margin-top: 1em;
}

/* ProductPhoto */

.productPhoto {
	display: inline-block;
	/*border: 1px solid #ccc;*/
	background: #eee;
	margin: 15px 10px 10px 0;
	width: 35px;
	height: 35px;
	font-size: 0;
}

.productPhoto-link,
.productPhoto-link:visited {
	display: block;
}

.productPhoto-first {
	width: 100%!important;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	display: block;
	background: #e8eaec;
	position: relative;
	padding-bottom: 99%;
	overflow: hidden;
	/*border: 1px solid #fff;*/
	line-height: 1;
}

.productPhoto-first img {
	width: 101%;
	position: absolute;
	max-height: none;
	top: 0;
	left: 0;
	max-width: none;
}

@media (min-width: 768px) {
	.productPhoto {
		width: 50px;
		height: 50px;
		margin: 5px 10px 5px 0;
	}

	.productPhoto-first {
		margin: 0;
		margin-bottom: 8px;
		/* border: 1px solid #d8d8d8; */
	}
}

@media (min-width: 1024px)  {
	.productPhoto {
		width: 70px;
		height: 70px;
		margin: 10px 15px 5px 0;
	}

	.productPhoto-first {
		margin: 0;
		margin-bottom: 10px;
	}
}

/* chooseQty */

.chooseQty {
	margin-bottom: 18px;
}

.chooseQty-label {
	display: block; 
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 10px;
}

.chooseQty-btn {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #999;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 2px;
	margin: 0 8px 13px 0;
	width: 40px;
}

.chooseQty-btn--active {
	color: #3A9CB5;
	border-color: #3A9CB5;
	box-shadow: 0 0 0 1px #3A9CB5;
}

.chooseQty-btn:focus {
	outline: 0 none;
}

@media (min-width: 768px) {
	.chooseQty {
		margin-bottom: 30px;
	}
}

/* productInCart */

.productInCart {
	margin: 0 0 .5em;
	font-weight: 600;
	color: #00b9eb;
	font-size: .9em;
}


/* productInfoBtn */

.productInfoBtn {
	margin: 2em 0 0;
	background: none;
	border: 0;
	padding: 0;
	color: #999;
	font-size: 0.9em;
	text-decoration: underline
}

.productInfoBtn:hover {
	color: #555;
}

.productInfoBtn:focus {
	outline: 0 none;
}

/* productSection */

.productSection {
	background: #fafafa;
	min-height: 300px;
}

.productSection--contact {
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.productSection--contact {
		margin: 40px 0 50px;
	}
}

@media (min-width: 1366px) {
	.productSection--contact {
		margin: 30px 0 120px;
	}
}

/* skPanel */

.skPanel {
	margin: 0 auto;
	background: #f6f6f6;
	max-width: none;
	padding: 25px 20px;
	position: relative;
}

.skPanel--contact {
	border: 1px solid #d0d0d0;
	max-width: 800px;
	margin: 0;
}

.skPanel-close {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Times New Roman';
	font-size: 30px;
	padding: 10px;
	height: 58px;
	width: 58px;
	background: none;
	border: 0 none;
	color: #999;
	/* background: yellow; */
	line-height: 1;
}

.skPanel-close:hover {
	color: #333;
}

.skPanel-close:focus {
	outline: 0 none;
}


@media (min-width: 600px) {
	.skPanel {
		padding: 30px;	
	}
}

@media (min-width: 1366px) {
	.skPanel {
		padding: 45px;	
	}

	.skPanel--contact {
		margin-top: 18px;
	}
}

/* productContact */

.productContact,
.productContact a,
.productContact a:visited {
	color: #707070;
	line-height: 1.5;
}

.productContact {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 21px;
	font-size: 15px;
}

.productContact-heading {
	color: #468595;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 15px;
}

@media (min-width: 1366px) {
	.productContact {
		padding-bottom: 25px;
		margin-bottom: 35px;
	}

	.productContact-heading {
		font-size: 18px;
		margin-bottom: 22px;
	}
}

@media (min-width: 1900px) {
	.productContact-heading {
		font-size: 22px;
		margin-bottom: 25px;
	}

	.productContact {
		font-size: 18px;
	}
}

/* headerFilters */

.headerFilters {
	margin: 25px 0 30px;
}

.headerFilters--cat {
	margin: 1em 0!important;
}

.headerFilters-label {
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.headerFilters-links {
}

.headerFilters-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.headerFilters-links li {
	margin: 5px 0;
}

@media (min-width: 1024px) {
	.headerFilters {
        margin: 35px 0;
     }

     .headerFilters--cat {
    	/* margin: 1.2em 0 0!important; */
    }
	
	.headerFilters-links li {
		display: inline-block;
		margin: 0 10px 10px 0;
	}
}

@media (min-width: 1900px) {
    .headerFilters {
        margin: 50px 0;
	}
}

/* skForm */

.skForm {
	
/* margin-bottom: -0.8em; */
}

.skForm label {
	color: #111;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
	width: 100%;
}

.skForm .label--strong {
	font-weight: 600;
}

.skForm input[type=text], 
.skForm input[type=number],
.skForm input[type=email],
.skForm input[type=tel],
.skForm textarea {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 10px 10px;
	width: 100%;
	border-radius: 2px;
}

.skForm--checkout input[type=text], 
.skForm--checkout input[type=number],
.skForm--checkout input[type=email],
.skForm--checkout input[type=tel],
.skForm--checkout textarea {
	background: #fafafa;
}

.skForm input[type=text]:focus,
.skForm input[type=email]:focus,
.skForm input[type=tel]:focus,
.skForm textarea:focus {
	outline: none;
	border: 1px solid #79bd86;
	box-shadow: 0 0 0 1px #79bd86!important;
}

.skForm textarea {
	min-height: 110px;
	border-radius: 2px;
	min-width: 100%;
	max-width: 100%;
}

.skForm .wpcf7-not-valid-tip {
	margin-top: 3px;
	font-size: 14px;
}

@media (min-width: 600px) {
	.skForm--checkout {
		padding: 30px;
		background: #f8f8f8;
		border: 1px solid #ddd;
	}

	.skForm--checkout input[type=text], 
	.skForm--checkout input[type=number],
	.skForm--checkout input[type=email],
	.skForm--checkout input[type=tel],
	.skForm--checkout textarea {
		background: #fff;
	}
}


@media (min-width: 768px) {
	.skForm label {
		font-size: 15px;
	}
}

@media (min-width: 1900px) {
	.skForm label {
		font-size: 18px;
	}
}

/* formCol */

.formCol-1,
.formCol-2 {
	margin-bottom: 22px;
}

@media	(min-width: 768px) {
	.formCol-1 {
		float: left;
		width: 50%;
		padding-right: 15px;
	}

	.formCol-2 {
		float: right; 
		width: 50%;
		padding-left: 15px;
	}

	.formCol-1,
	.formCol-2 {
		margin-bottom: 25px;
	}
}

/* largerText */

.largerText {
	font-size: 1.1em;
	color: #555;

}

@media (min-width: 600px) {
	.largerText {
		font-size: 1.2em;
		line-height: 1.5;
	}

    .largerText--noProducts {
    	min-height: 200px;
    }
}


/* noticeBar */

.noticeBar {
	background: #eee;
	padding: 25px;
	z-index: 10;
	position: relative;
}

.noticeBar-panel {
	background: #fff;
	padding: 20px;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
}

.noticeBar-elements {
	position: relative;
	/* background: #f5f5f5; */
}

.noticeBar-elements::after {
    content: '';
    display: block;
	clear: both;
}

.noticeBar-icon {
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 30px;
    color: #a0a0a0;
    line-height: 1;
}

.noticeBar-icon--success {
	color: #3AB58B;
}

.noticeBar-icon--warning {
	color: #ffa332;
}

.noticeBar-message {
	padding: 0 32px 0 40px;
	color: #686868;
}

.noticeBar-ok {
	position: absolute;
	display: inline-block;
	background: transparent;
	border: 0 none;
	color: #68b3de;
	color: #a0a0a0;
	font-family: 'Times New Roman';
	font-size: 26px;
	line-height: 20px;
	padding: 5px;
	transition: .3s color;
	top: -4px;
	right: 0;
}

.noticeBar-ok:hover {
	color: #000;
}

.noticeBar-ok:focus {
	outline: 0 none;
}

@media (min-width: 768px) {
	.noticeBar-ok {
	    top: -3px;
	}
}


@media (min-width: 1024px) {
   .noticeBar {
        padding: 30px 50px;
    }

    .noticeBar-panel {
    	padding: 25px;
    }
}

@media (min-width: 1366px) {
   .noticeBar-panel {
	    max-width: 750px;
	    margin: 0 auto;
    }
}

@media (min-width: 1900px) {
    .noticeBar-icon {
		top: -3px;
	}

	.noticeBar-ok {
	    top: -1px;
	}
}

/* cartItems */

.cartItems {
	border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
    .cartItems {
	    border-top: 0 none;
    }	
}

/* cartHeader */

.cartHeader {
	background: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	text-align: right;
	font-size: 0;
	display: none;
}

.cartHeader-cell {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #666;	 
}

.cartHeader-cell--price {
	width: 15%;
	text-align: center;
	padding-right: 5%;
	/* background: aliceblue; */
}

.cartHeader-cell--qty {
    width: 14%;
    text-align: center;
    /* background: antiquewhite */
}

.cartHeader-cell--total {
	width: 20%;
	text-align: right;
	padding-right: 9%;
	/* background: aliceblue; */
}

.cartHeader-cell--remove {
    width: 3.5%;
}

@media (min-width: 768px) {
	.cartHeader {
		display: block;
	}
}

/* cartSummary */

.cartSummary {
	/* background: #fafafa; */
	/* border-top: 1px solid #ddd; */
	/* border-bottom: 1px solid #ddd; */
	padding: 10px 0;
	text-align: right;
	font-size: 0;
	margin: 20px 0;
}

.cartSummary-cell {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #9b9b9b;
}

.cartSummary-cell--label {
    width: 70%;
    text-align: right;
    /* background: antiquewhite */
    padding-right: 10px;
    font-weight: normal;
}

.cartSummary-cell--total {
	text-align: right;
	font-weight: 700;
	color: #060606;
}

.cartSummary-cell--remove {
    width: 0;
}

@media (min-width: 600px) {
	.cartSummary-cell--total {
		font-size: 17px;
    }
}


@media (min-width: 768px) {
	.cartSummary {
		margin-bottom: 30px;
	}
	
	.cartSummary-cell--remove {
		width: 3.5%;
	}

	.cartSummary-cell--total {
		width: 15%;
		padding-right: 9%;
	}
}

@media (min-width: 1366px) {
	.cartSummary {
		margin-bottom: 35px;
	}
}


@media (min-width: 1900px) {
	.cartSummary-cell--total {
		font-size: 19px;
    }
}



/* cartRow */

.cartRow {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.cartRow-table {
	display: table;
	width: 100%;
}

.cartRow-cell {
	display: table-cell;
	/* padding: 5px; */
	vertical-align: middle;
}

.cartRow-cell--main {
	position: relative;
	padding: 0 25px 0 15px;
}

.cartRow-cell--media {
	width: 100px;
}

.cartRow-cell--desktop {
	display: none;
}

.cartRow-imgLink,
.cartRow-imgLink:visited {
	display: block;
	background: #eee;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	transition: .3s  opacity;
}

.cartRow-imgLink:hover {
	opacity: .8;
}

.cartRow-nameLink,
.cartRow-nameLink:visited {
	text-decoration: none;
	font-weight: 600;
	color: #79bd86;
	font-size: 1.1em;
	letter-spacing: -0.4px;
}

.cartRow-code {
	font-size: 0.8em;
	margin: .2em 0 .8em;
	color: #999;
}

.cartRow-mobileQty {
	display: inline-block;
	color: #888;
}

.cartRow-selectQty {
	position: relative;
	padding: 5px 26px 5px 10px;
	font-size: 16px;
	border-radius: 3px;
	color: #888;
	border-color: #999;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('img/select-icon-down-2.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 20px 12px;
}

.cartRow-selectQty::-ms-expand {
    display: none; /* remove default arrow on ie10 and ie11 */
}


.cartRow-mobilePrice {
	display: inline-block;
	margin-left: 10px;
}

.cartRow-remove,
.cartRow-remove:visited {
	text-decoration: none;
	color: #999;
	font-family: 'Times New Roman', sans-serif;
	font-size: 28px;
	/* background: #ffe2e2; */
	line-height: 20px;
}

.cartRow-remove--mobile {
	position: absolute; 
	top: 0;
	right: 0;
}

@media (min-width: 768px) {
	.cartRow-nameLink,
	.cartRow-nameLink:visited {
		font-size: 1em;
		letter-spacing: 0px;
	}

	.cartRow--onlyMobile,
	.cartRow-mobileUnitPrice {
		display: none;
	}

	.cartRow-cell--desktop {
		display: table-cell;
	}

	.cartRow-cell--price {
		width: 15%;
		text-align: center;
		/* background: #ecf2f9; */
		padding-right: 5%;
	}

	.cartRow-cell--qty {
		text-align: center;
		width: 14%;
		/* background: azure; */
		color: #888;
	}

	.cartRow-selectQty {
	    font-size: 1em;
	}

	.cartRow-cell--total {
		width: 20%;
		text-align: right;
		padding-right: 9%;
		/* background: aliceblue; */
	}

	.cartRow-cell--remove {
		text-align: center;
		width: 3.5%;
		/* background: yellow; */
	}

	.cartRow-remove,
    .cartRow-remove:visited {
        line-height: 1;
    }

}

/* loadingScreen */

.loadingScreen {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,0.7);
	display: none;
	height: 100%;
	min-height: 100%;
	z-index: 100;
	table-layout: fixed;
	text-align: center;
}

.loadingScreen--active {
	display: table;
}

.loadingScreen-inner {
	display: table-cell;
	vertical-align:middle;
}

.loadingScreen-loader {
	background: #79bd86;
	border-radius: 2px;
	animation: spin 1.5s infinite linear;
	font-size: 30px;
	width: 1em;
	height: 1em;
	display: inline-block;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* seeMore */

.seeMore {
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	padding: 30px 0;
	clear: both;
}

.seeMore-heading {
	margin: 0 0 1.5em;
	text-transform: uppercase;
	font-size: 1em;
	color: #999;
}

.seeMore .siteFooter {
	position: static!important;
	margin-top: 3em;
}

@media (min-width: 400px) {
	.seeMore .productCols-col:nth-of-type(10) {
		display: none;
	}
}

@media (min-width: 768px) {
	.seeMore .productCols-col:nth-of-type(9) {
		display: none;
	}
}

@media (min-width: 1024px) {
	.seeMore {
		padding: 45px 0;
	}
}

@media (min-width: 1366px) {
	.seeMore .productCols-col:nth-of-type(9),
	.seeMore .productCols-col:nth-of-type(10) {
		display: block;
	}
}

@media (min-width: 1600px) {
	.seeMore {
		padding: 55px 0;
	}
    
    .seeMore-heading {
		margin: 0 0 2.1em;
	}

	.seeMore .siteFooter {
		position: static!important;
		margin-top: 5em;
	}
}

@media (min-width: 1900px) {
	.seeMore {
		padding: 65px 0;
	}

}

/* goToParentCat */

.goToParentCat {
	margin-bottom: 1em;
	color: #888;
}

.goToParentCat a,
.goToParentCat a:visited {
	color: inherit;
	text-decoration: none;
	margin-left: 0.2em;
}

.goToParentCat a:hover {
	text-decoration: underline;
}

/* productCatContentFooter */

.productCatContentFooter {
    margin: 2em 0;
    clear: both;
    color: #888;
}

/* btnMoreResults */

.btnMoreResults {
	color: #555;
	display: block;
	width: 100%;
	padding: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.875em;
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 3px;
	transition: .15s all;
}

.btnMoreResults--loading,
.btnMoreResults:hover,
.btnMoreResults:active,
.btnMoreResults:focus {
	border-color: #79bd86;
	background: #79bd86;
    color: #fff
}

.btnMoreResults:focus {
	outline: 0;
}

.btnMoreResults--loading {
	opacity: 0.7;
}

.btnMoreResults__textLoading {
	display: none;
}

.btnMoreResults--loading .btnMoreResults__textDefault {
    display: none;
}

.btnMoreResults--loading .btnMoreResults__textLoading {
    display: inline;
}

/* shippingNote */

.shippingNote {
	border: 1px solid #ddd;
	border-left: 5px solid #ffa96d;
	padding: 18px 20px;
	line-height: 1.5;
	font-size: 0.9em;
	margin-bottom: 30px;
}

.shippingNote a,
.shippingNote a:visited {
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
}

@media (min-width: 1900px) {
	.shippingNote {
		padding: 25px 30px;
		font-size: 17px;
	}
}


/* ccOfflineNote */

.ccOfflineNote {
    padding: 10px 12px;
    border: 2px solid #ec9837;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}

/* Table */

.products-app-table--active th:last-of-type,
.products-app-table--active td:last-of-type {
	display:none
}