:root {
	--color-body: #333;
	--color-old-link: green;
	--color-old-link-hover: #e40314;
	--color-main-green: #356031;
	--color-main-green-hover: #adcf61;
	--scaled-font-size: 85%; /* BE CAUTIOUS: CHANGING THIS AFFECT FONT SIZE ON MULTIPLE PAGES */
	--scaled-font-size-mobile: 100%; /* BE CAUTIOUS: CHANGING THIS AFFECT FONT SIZE ON MULTIPLE PAGES */
}

html { overflow-y: scroll; /* From OLD layout */ }

body {
	font-family: "Inter", sans-serif;
	color: var(--color-body);
	font-weight: 400;
	font-size: 11px; /* From OLD layout */
	font-style: normal;
	line-height: normal;

	-webkit-text-size-adjust: none;
}

body * {
	letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
	color: var(--color-main-green);
	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-weight: 600 !important;
	letter-spacing: 0.01em !important;
	line-height: 1.4;
	text-transform: none;
}

h1 {
	font-size: 18px; 
	margin-bottom: 15px;
}

h3 {
	font-size: 16px; /* TODO */
	margin-bottom: 15px; 
}

h4 {
	font-size: 12px; /* TODO */
	margin:0 0 16px 0;
}

h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green {
	color: var(--color-main-green);
}

.product-page h3,
.menu-page h3 {
	font-size: 18px;
	margin: 0 0 15px;
}

p {
	line-height: 1.6;
	margin: 0 0 16px 0;
}

a,
p a {
	color: var(--color-old-link);
}

a { text-decoration: none; }
a:hover { color: var(--color-old-link-hover) !important; }

ul { margin: 0; padding: 0; }
ul li { list-style: none; }

td { font-size: 11px; /* From OLD layout */ }
img { border: none; }

strong, b { font-weight: bold; }

input,
textarea,
select {
    font-family: inherit;
}

.encodesansscsb {
	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-weight: 600 !important;
	letter-spacing: 0.01em !important;
	line-height: 1.4;
}

.encodesansscsb * {
	letter-spacing: 0.01em !important;
}

.encodesansscsb.green {
	color: var(--color-main-green);
}

.clear { clear:both; }
.nobr,
.nowrap { white-space: nowrap; }
.hidden { display: none; }
span.reg {
	font-size: 75%;
	line-height: inherit;
	vertical-align: top;
}

.boldLink {
	display: block;
	position: relative;
    font-size: 25px;
}

.boldLink a,
a.boldLink {
	color: var(--color-main-green);
	font-family: "Encode Sans Semi Condensed", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.4;
}

.boldLink.grey a,
a.boldLink.grey {
	color: #545454;
}

.boldLink a:hover,
a.boldLink:hover  {
	color: var(--color-main-green-hover) !important;
}

.boldLink.grey a:hover,
a.boldLink.grey:hover  {
	color: #838383 !important;
}






.boldLink.has-icon {
	padding-left: 3.5em;
}

.boldLink.has-icon a:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 3em;
    height: 3em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



/* CONTENT WRAPPERS */

.wideWrapper {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 0;
	font-size: 15px;
}

.wideWrapper.more-top-padding {
	padding-top: 100px;
}

/* Used mainly on product pages */
.narrowContent {
	width: 90%;
	margin: 30px 5%;
}

@media all and (min-width: 800px) {
	.product-page .narrowContent .column1_2.pileColumnUnder800.wider { width: 56%; }
	.product-page .narrowContent .column1_2.pileColumnUnder800.narrower {  width: 40%;  }
}


/* NEW MENU PAGES */

.menu-page {
	margin-bottom: 5rem !important;
}

.menu-page-nav {
	padding-top: 2rem;
}

.menu-page-nav a {
	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-size: 16px;
	font-weight: 600 !important;
	letter-spacing: 0.01em !important;
	color: var(--color-main-green); 
}

.menu-page-nav ul {
	margin:0 0 30px 0;
}
.menu-page-nav ul li {
	margin: 0 0 8px 0;
	padding:0 0 4px 0; 
	border-bottom:solid 1px #c7c7c7;
}

.menu-page-nav-title {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #8f8f8f;
	text-transform: uppercase;
	margin-bottom: 15px;
}

/* Valikkosivujen iso yläbanneri */
#banneri {
	position: relative;
	width: 100%;
	max-width: none !important;
	height: auto !important;
	margin: 0 0 20px 0; 
}


/* PRODUCT PAGES */

.oneliner a { 
	color: #545454;
}

.oneliner a:hover { 
	color: #838383 !important;
}

.oneliner,
.oneliner * {
	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-weight: 600 !important;
	letter-spacing: 0.01em !important;
}

#product-carousel {
	width: 100%;
	margin: 0 0 30px;
}

#product-carousel.withHeader {
	float: left;
	width: 85%;
}

.product-carousel-header {
	float: left;
	width: 15%;
	text-align: right;
	margin: 20px 0 0;
}

#product-carousel .item {
	position: relative;
	text-align: center;
}

#product-carousel .item img {
	width: 100%;
	height: auto;
	max-width: 200px;
	max-height: 250px;	
}

#product-carousel .item .arrow {
	position: absolute;
	bottom: 20px;
	right: 15%;
	width: 40px;
	height: 40px;
	background: #fff;
	text-align: left;
	-webkit-border-radius: 	20px;
	-moz-border-radius: 	20px;
	border-radius: 			20px;
	-webkit-box-shadow: 3px 7px 13px 0 rgba(0,0,0,0.3);
	box-shadow: 		3px 7px 13px 0 rgba(0,0,0,0.3);
	-webkit-transition: all 400ms ease;
	-moz-transition: 	all 400ms ease;
	-ms-transition: 	all 400ms ease;
	-o-transition: 		all 400ms ease;
	transition: 		all 400ms ease;
	z-index: 14;
}

#product-carousel .item .arrow img {
	width: 28px;
	height: 28px;
	margin: 6px 0 0 6px;
}

#product-carousel .item .title {
	position: absolute;
	left: 7%;
	right: 7%;
	bottom: 20px;
	text-align: left;
	padding-left: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: bold;
	color: #a1d349;
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: 	opacity 400ms ease;
	-ms-transition: 	opacity 400ms ease;
	-o-transition: 		opacity 400ms ease;
	transition: 		opacity 400ms ease;
	z-index: 15;
}

.ie6 #product-carousel .item .title,
.ie7 #product-carousel .item .title,
.ie8 #product-carousel .item .title { display: none; }

#product-carousel .item:hover .arrow {
	width: 90%;
	right: 5%;
}

#product-carousel .item:hover .title {
	opacity: 1;
}

.ie6 #product-carousel .item:hover .title,
.ie7 #product-carousel .item:hover .title,
.ie8 #product-carousel .item:hover .title {
	display: block;
}

/* Add touchMode to product-carousel */
#product-carousel.touchMode .item .arrow { 
	width: 90%; 
	right: 5%; 
	bottom: 5px;
	-webkit-box-shadow: 1px 2px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 		1px 2px 5px 0 rgba(0,0,0,0.3);
}
#product-carousel.touchMode .item .title { opacity: 1; bottom: 5px; }


/* InfoGrid (old product pages) */
.infoGrid {
	margin: 30px 0;	
}

.infoGrid .gridItem {
	float: left;
	width: 25%; 	/* Change this to match the layout */
	height: 280px; 	/* Change this to match the layout */
	margin: 0;
	padding: 0;
	position: relative;
	background: #eee url('https://www.eckes-granini.fi/images/no-image.jpg') no-repeat center center; /* Change this to match the layout */
	background-size: cover;
	text-align: center;
	color: #fff;
}

.infoGrid .gridItem .centerVertical {
	width: 100%;	
}

.infoGrid .gridItem strong {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	font-size: 22px;	/* Change this to match the layout */
	line-height: 26px;	/* Change this to match the layout */
	font-weight: bold;
}

.infoGrid .gridItem .hoverEffect { 
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-ms-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}
.infoGrid .gridItem:hover .hoverEffect { 
	background: rgba(0,0,0,0.4); /* Change this to match the layout */
}


/* NEW LARGE FOOTER */

#largeFooter {
	width: 100%;
	height: auto;
	margin: 50px 0 0;
	padding: 30px 0 120px;
	background: #a0a0a0 url('https://www.eckes-granini.fi/images/footer_bg.jpg') repeat-x center top;
	color: #fff;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}

#largeFooter .footer_wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#largeFooter .youtube {
	position: absolute;
	top: 75px;
	left: 50%;
	width: 72px;
	height: 30px;
	margin-left: -36px;
}

#largeFooter .backToTop {
	position: absolute;
	top: 0;
	right: 30px;
	width: 70px;
	height: auto;
	text-align: center;
}
#largeFooter .backToTop img {
	display: block;	
	margin: 0 auto 10px;
}

#largeFooter .logoBg {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 230px;
	margin-left: -115px; 
	height: 80px;
	padding-top: 70px;
	margin-top: -70px;
	text-align: center;
	background: #fff;
	-webkit-border-bottom-right-radius: 115px;
	-webkit-border-bottom-left-radius: 	115px;
	-moz-border-radius-bottomright: 	115px;
	-moz-border-radius-bottomleft: 		115px;
	border-bottom-right-radius: 		115px;
	border-bottom-left-radius: 			115px;
}

#largeFooter .logoBg img {
	width: 70%;
	margin: 0 auto;	
}

#largeFooter a {
	color: #fff;
}

#largeFooter a:hover {
	color: #ccc !important;
}

#largeFooter p {
	margin: 0 0 30px 0;
	line-height: 22px;
}

#largeFooter ul {
	list-style: none;
	border-left: 1px solid #fff;
	margin: 0;
	padding: 0 0 0 10px;
}

#largeFooter ul li { 
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px 0 15px;
	text-overflow: ellipsis;
	overflow: hidden;
}

#largeFooter ul li.smallBottomMargin {
	margin-bottom: 8px;
}

#largeFooter ul.submenu li {
	font-weight: normal; 
	text-transform:  none; 
	margin: 5px 0 8px;
}

#largeFooter ul ul.submenu {
	margin-left: 20px;
	border: none;
	min-height: 0;
}

#largeFooter ul.submenu.some {
	position: absolute;
	top: 130px; left: 50%;
	width: auto;
	height: 30px;
	margin-left: -45px;
	border: 0;
}

#largeFooter .column_right > .padding {
	padding: 10px 10px 10px 120px;
}

#largeFooter .brandBarShadow {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 100px;
	height: 22px;
	background: transparent url('https://www.eckes-granini.fi/images/footer_shadow.png') no-repeat center bottom;
	background-size: contain;
	z-index: 5;
}

#largeFooter .brandBar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: #d7d7d7;
	z-index: 6;
}

#largeFooter .brandBar .brandItem {
	width: 100%;
	height: 100px;
	background: transparent;
	text-align: center;
	-webkit-transition: background 400ms ease;
	-moz-transition: 	background 400ms ease;
	-ms-transition: 	background 400ms ease;
	-o-transition: 		background 400ms ease;
	transition: 		background 400ms ease;
}

#largeFooter .brandBar .brandItem img {
	width: 75%;
	max-width: 80px;
	height: auto;
	margin: 10px 0;
    opacity: 0.5;
    -webkit-transition: opacity 400ms ease;
	-moz-transition: 	opacity 400ms ease;
	-ms-transition: 	opacity 400ms ease;
	-o-transition: 		opacity 400ms ease;
	transition: 		opacity 400ms ease;
}

#largeFooter .brandBar .brandItem:hover {
	background: #fff;
}

#largeFooter .brandBar .brandItem:hover img {
    opacity: 1;
}

/* END OF NEW LARGE FOOTER */


/* FRONTPAGE */

/* Large header image */
.fullSizeHeader {
	width: 100%;
	height: auto;
	position: relative;
}

.fullSizeHeader img.desktop,
.fullSizeHeader img.mobile {
	width: 100%;
	height: auto;
	max-width: 1200px;
	max-height: none;
}
.fullSizeHeader img.mobile { max-width: 600px; }

.fullSizeHeader .absolute {
	position: absolute;
}

/* Responsive Boxes (with text box beneath) (frontpage) */
.respBoxes .respBox {
	float: left;
	width: 100%;
	height: 340px;
	margin: 0 0 2%;
	overflow: hidden;
}

.respBoxes.width1_2 .respBox { width: 48%; margin: 0 1% 2%; }
.respBoxes.width1_2 .respBox:nth-child(odd) {  margin-left: 0;	margin-right: 2%; }
.respBoxes.width1_2 .respBox:nth-child(even) { margin-left: 2%; margin-right: 0; }

.respBoxes.width1_3 .respBox { width: 31.333%; margin: 0 1% 2%; }
.respBoxes.width1_3 .respBox:nth-child(3n+1) { margin-left: 0;	margin-right: 2%; }
.respBoxes.width1_3 .respBox:nth-child(3n+3) { margin-left: 2%; margin-right: 0; }

.respBoxes.width1_4 .respBox { width: 23%; margin: 0 1% 2%; }
.respBoxes.width1_4 .respBox:nth-child(4n+1) { margin-left: 0;	margin-right: 1.333%; }
.respBoxes.width1_4 .respBox:nth-child(4n+2),
.respBoxes.width1_4 .respBox:nth-child(4n+3) { margin-left: 1.333%; margin-right: 1.333%; }
.respBoxes.width1_4 .respBox:nth-child(4n+4) { margin-left: 1.333%; margin-right: 0; }

.respBoxes .respBox .image {
	width: 100%;
	height: 250px;
	background: #eee url('https://www.eckes-granini.fi/images/no-image.jpg') no-repeat center center;
	background-size: cover;
}

.respBoxes .respBox .desc {
	width: 70%;
	height: 50px;
	padding: 20px 15%;
	background: #d34a46;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
}

.respBoxes .respBox .desc p {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.respBoxes .respBox .arrow {
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: 25px;
	height: 25px;
}


/* 
	NEW TUOTTEET/AMMATTILAISET MENU GRIDS 
*/

.menu-grids {
	position: relative;
	width: calc(100% + (var(--menu-grid-margin) * 2));
    left: calc(var(--menu-grid-margin) * -1);
    --menu-grid-text-height: 45px;
    --menu-grid-margin: 8px;
}

.menu-grids .grid-group {
	position: relative;
}

.menu-grids,
.menu-grids .grid-group {
	display: flex;
	flex-wrap: wrap;
}

.menu-grids .grid {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.menu-grids .grid.col-25 { width: 25%; }
.menu-grids .grid.col-50 { width: 50%; }
.menu-grids .grid.col-75 { width: 75%; }
.menu-grids .grid.col-100 { width: 100%; }

.menu-grids .grid.main-text { min-height: 254px; }
.menu-grids .grid.flex { display: flex; }

.menu-grids .grid-wrapper {
	position: relative;
	width: 100%;
}

.menu-grids .grid .grid-wrapper:after {
	display: block;
	content: '';
	width: 100%;
	padding-bottom: 254px;
}

.menu-grids .grid.col-100.half-height .grid-wrapper:after { padding-bottom: 254px; }
.menu-grids .grid.grid-large .grid-wrapper:after { padding-bottom: 508px; }
.menu-grids .grid.auto-height .grid-wrapper:after { display: none; }

.menu-grids .grid-content {
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	width: calc(100% - (var(--menu-grid-margin) * 2)); height: calc(100% - (var(--menu-grid-margin) * 2));
	box-sizing: border-box;

	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.menu-grids .grid.auto-height .grid-content {
	position: relative;
    left: auto; top: auto;
    margin: 0 auto;

    -webkit-transform: none;
   		-ms-transform: none;
    		transform: none;
}

.menu-grids .grid-content.text {
	padding: 25px 20px 0 0;
}

.menu-grids .grid-content .flex {
	width: 100%; height: 100%;
	display: flex;
	flex-direction: column;
}

.menu-grids .grid-content .flex > * {
	width: 100%;
	box-sizing: border-box;
}

.menu-grids .grid-content .flex .txt {
	height: var(--menu-grid-text-height);
	background-color: #f3f3f3;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 25px;
	padding-right: 25px;
}

.menu-grids .grid-content .flex .txt,
.menu-grids .grid-content .flex .txt a {
	color: var(--color-body);
	color: var(--color-main-green);

	font-family: "Encode Sans Semi Condensed", sans-serif;
	font-weight: 600 !important;
}

.menu-grids .grid-content .flex .txt,
.menu-grids .grid-content .flex .txt a,
.menu-grids .grid-content .flex .txt > span {
    letter-spacing: 0.01em !important;
}

.menu-grids a.grid-content:hover .flex .txt,
.menu-grids .grid-content .flex .txt a:hover {
	color: var(--color-old-link-hover)
}

.menu-grids .grid-content .flex .img {
	position: relative;
	flex-grow: 1;
	overflow: hidden;
}

.menu-grids .grid-content .flex .bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);

	-webkit-transition: transform 0.3s ease;
		-ms-transition: transform 0.3s ease;
			transition: transform 0.3s ease;
}

.menu-grids a.grid-content:hover .flex .bg {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}


/* MISC */

/* IconButton (on product search etc) */

.iconButton {
	position: relative;
	display: inline-block;
	margin: 5px 0;
}

.iconButton a {	color: #fff; }
.iconButton a:hover { color: #fff !important; }

.iconButton .bar {
	display: inline-block;
	width: auto;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	font-weight: bold;
	padding: 0 25px 0 40px;
	margin: 9px 0 0 25px;
	background: #a1d349;
	-webkit-border-radius: 	16px;
	-moz-border-radius: 	16px;
	border-radius: 			16px;
	-webkit-transition: background 400ms ease;
	-moz-transition: 	background 400ms ease;
	-ms-transition: 	background 400ms ease;
	-o-transition: 		background 400ms ease;
	transition: 		background 400ms ease;
}

.iconButton .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	background: #fff;
	-webkit-border-radius: 	24px;
	-moz-border-radius: 	24px;
	border-radius: 			24px;
	-webkit-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.3);
	box-shadow: 		3px 3px 7px 0 rgba(0,0,0,0.3);
	-webkit-transition: all 400ms ease;
	-moz-transition: 	all 400ms ease;
	-ms-transition: 	all 400ms ease;
	-o-transition: 		all 400ms ease;
	transition: 		all 400ms ease;
}

.iconButton .icon img {
	width: 38px;
	height: 38px;
	margin: 5px;
	-webkit-transition: all 400ms ease;
	-moz-transition: 	all 400ms ease;
	-ms-transition: 	all 400ms ease;
	-o-transition: 		all 400ms ease;
	transition: 		all 400ms ease;
}

.iconButton:hover .bar {
	background: #648b1f;
}

.iconButton:hover .icon {
	top: 4px;
	left: 4px;
	width: 40px;
	height: 40px;
}

.iconButton:hover .icon img {
	width: 30px;
	height: 30px;
}

.notransitions {
	-webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.centerVertical {
	position: absolute;
	top: 50%;
	-moz-transform: 	translateY(-50%);
	-webkit-transform: 	translateY(-50%);
	-o-transform: 		translateY(-50%);
	-ms-transform: 		translateY(-50%);
	transform: 			translateY(-50%);
}


.owl-item > .item > a {
	display: block;
}



/* MOBILE DEFAULTS */




@media all and (max-width: 1199px) {

	.menu-grids .grid-content .flex .txt {
		padding-left: 15px;
        padding-right: 15px;
	}

}

@media all and (max-width: 999px) {

	.product-page .column1_2 > .padding {
		padding: 0 !important;
	}

}

@media all and (max-width: 899px) {

	/*
		MENU PAGES
	*/
	.menu-page-nav a {
	    font-size: 14px;
	}

	/* 
		NEW TUOTTEET/AMMATTILAISET MENU GRIDS 
	*/
	.menu-grids .grid.main-text {
		min-height: 0;
		margin-top: 25px;
		margin-bottom: 5px;
	}

	.menu-grids .grid-content.text {
		width: 100%; height: auto;
		padding: 0px 25px;
	}

	.menu-grids .grid-group.col-50 { width: 100%; }
	.menu-grids .grid.col-mob-100 { width: 100%; }
	.menu-grids .grid.col-mob-50 { width: 50%; }

	.menu-grids .grid .grid-wrapper:after {
		padding-bottom: calc(69.2% + var(--menu-grid-text-height));
	}

	.menu-grids .grid.grid-large .grid-wrapper:after {
		padding-bottom: calc(76.1% + var(--menu-grid-text-height));
	}

	.menu-grids .grid-content .flex .txt {
		padding-left: 10px;
        padding-right: 10px;
	}

}

@media all and (max-width: 859px) {

	.wideWrapper {
		padding: 45px 0 0;
	}

}

@media all and (max-width: 799px) {

	#product-carousel.withHeader { float: none; width: 100%; }
	.product-carousel-header {
		float: none;
		width: 100%;
		text-align: center;
		margin: 30px 0 0;
	}

	.flexGrid.grid-cols-6 .gridItem { width: 50%; }
	
}

@media all and (max-width: 699px) {

	/*
		MENU PAGES
	*/
	.menu-page { padding-top: 70px; }
	.menu-page .bannerit { margin-top: 40px; }
	.menu-page .menu-page-paragraphs {
		padding: 0 18px;
        box-sizing: border-box;
	}
	.menu-page-nav { padding-top: 0; margin-bottom: 30px; }
	.menu-page-nav-title {
		font-size: 15px;
		cursor: pointer;
		background: #a1d349;
		color: #ffffff;
		padding: 10px;
		margin: 5px 0;
		position: relative;
	}
	.menu-page-nav-title:after {
		content: "\25BC";
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: auto;
	    right: 2%;
	    margin: auto;
	    height: 50%;
	}
	.menu-page-nav-title.selected:after { content: "\25B2"; }
	.menu-page-nav-title:hover, 
	.menu-page-nav-title.selected {
		background-color: #ffffff;
		color: #a1d349;
		border: 1px solid #a1d349;
		padding: 9px;
	}
	.menu-page-nav ul {
		overflow: hidden;
		max-height: 0;
		margin: 0;
		-webkit-transition: max-height 500ms ease-in-out;
	    -moz-transition: max-height 500ms ease-in-out;
	    -o-transition:max-height 500ms ease-in-out;
	    transition: max-height 500ms ease-in-out;
	}
	.menu-page-nav ul.selected {
		max-height: 3000px;
	}
	.menu-page-nav ul li a {
		font-size: 16px;
		padding: 4px;
		display: block;
	}
	.menu-page-nav ul li:last-child {
		margin-bottom: 10px;
	}
	
}

@media all and (max-width: 599px) {

	.boldLink {
	    font-size: 18px;
	}

	.boldLink.larger-mobile {
	    font-size: 21px;
	}

	.fullSizeHeader .absolute {
		position: relative;
		width: 90% !important;
		margin: 0;
		padding: 5%;
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
		bottom: 0 !important;
	}
	
	.iconButton .bar { font-weight: normal;	}
	
	#product-carousel .item .title {
		font-weight: normal;
		font-size: 13px;
		line-height: 38px;
	}

	.flexGrid.grid-cols-3 .gridItem { width: 100%; }

	.flexGrid.grid-cols-special-1 .gridBlock:nth-of-type(1),
	.flexGrid.grid-cols-special-1 .gridBlock:nth-of-type(2),
	.flexGrid.grid-cols-special-2 .gridBlock:nth-of-type(1),
	.flexGrid.grid-cols-special-2 .gridBlock:nth-of-type(2),
	.flexGrid.grid-cols-special-3 .gridBlock:nth-of-type(1),
	.flexGrid.grid-cols-special-3 .gridBlock:nth-of-type(2),
	.flexGrid.grid-cols-special-4 .gridBlock:nth-of-type(1),
	.flexGrid.grid-cols-special-4 .gridBlock:nth-of-type(2) { width: 100%; }

	.flexGrid.grid-cols-special-1 .gridBlock:nth-of-type(1) .gridItem,
	.flexGrid.grid-cols-special-1 .gridBlock:nth-of-type(2) .gridItem,
	.flexGrid.grid-cols-special-2 .gridBlock:nth-of-type(1) .gridItem,
	.flexGrid.grid-cols-special-2 .gridBlock:nth-of-type(2) .gridItem,
	.flexGrid.grid-cols-special-3 .gridBlock:nth-of-type(2) .gridItem,
	.flexGrid.grid-cols-special-4 .gridBlock:nth-of-type(2) .gridItem { width: 100%; }

	.flexGrid.grid-cols-special-1 .gridBlock:nth-of-type(1) .gridItem:after,
	.flexGrid.grid-cols-special-2 .gridBlock:nth-of-type(1) .gridItem:after { padding-bottom: 135%; }

	.flexGrid.grid-cols-special-2 .gridBlock:nth-of-type(2) .gridItem:nth-of-type(3):after,
	.flexGrid.grid-cols-special-4 .gridBlock:nth-of-type(2) .gridItem:nth-of-type(1):after { padding-bottom: 100%; }

}

@media all and (max-width: 499px) {

	.menu-grids {
		--menu-grid-margin: 5px;
	}

	.product-page .narrowContent {
		margin-left: 18px !important;
		margin-right: 18px !important;
	}

	.flexGrid.grid-cols-6 .gridItem { width: 100%; }
	
}

@media all and (max-width: 399px){
	
	#product-carousel .item .title {
		font-weight: bold;
	}
	
}


@media all and (max-width: 350px){
	
	.menu-grids .grid.col-50,
	.menu-grids .grid.col-mob-50 { 
		width: 100%; 
	}
	
}
