

/**
 * Pringles Masterbrand style
 *
 *
 */


/*
 * Tool Styles
 * --------------------------------------------------
 */

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-size: 1.25vw;
	font-family: Andes;
	overflow-y: auto !important;
	color: #000000;
	line-height: 1;
	overflow-x: hidden;
}

@media only screen and (max-width:999px) {
	body {
		font-size: 5vw;
	}
}

.grid__item {
	padding: 0;
}

#main_container .grid .grid__item {
	padding-top: 0;
}

#main_container .grid .grid {
	margin-top: 0;
}

.grid {
	margin-left: 0;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

body .fullWidth,
html .fullWidth {
	display: block;
	margin: 0 auto;
	z-index: -100;
}

#main_container>header {
	width: 100%;
	position: fixed;
}

#main_container>header,
#main_container>footer {
	margin: 0 auto;
	max-width: 100vw;
}

section {
	padding-top: 90px;
	margin: 0 auto;
}

@media (max-width: 999px) {
	section {
		padding-top: 65px;
	}
}

body .fullWidth .centeredContent {
	display: block;
	max-width: 58vw;
	margin-right: auto;
	margin-left: auto;
}

body .fullWidth .centeredContent .kstl-rich-text {
	max-width: 54vw;
	margin-right: auto;
	margin-left: auto;
}

body .fullWidth .fullWidth-content {
	max-width: 80vw;
	margin-right: auto;
	margin-left: auto;
	/* padding-left:1.5vw; */
}

@media only screen and (max-width:999px) {
	body .fullWidth .centeredContent,
	body .fullWidth .fullWidth-content {
		padding-left: 16px;
		padding-right: 16px;
		max-width: unset;
	}
	body .fullWidth .centeredContent .kstl-rich-text {
		max-width: unset;
	}
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.center .kstl-image-wrapper img {
	margin-right: auto;
	margin-left: auto;
}

.display-none {
	display: none;
}

@media (max-width: 999px) {
	.mobile-center {
		text-align: center;
	}
	.mobile-left {
		text-align: left;
	}
	.mobile-right {
		text-align: right;
	}
}

@media only screen and (min-width: 1000px) {
	.desktop-center {
		text-align: center;
	}
	.desktop-left {
		text-align: left;
	}
	.desktop-right {
		text-align: right;
	}
}

h1,
.h1 {
	font-size: 5vw;
	line-height: 1.2;
	margin-bottom: 20px;
}

h2,
.h2 {
	font-size: 3.5vw;
	line-height: 1.2;
	margin-bottom: 20px;
}

h3,
.h3 {
	font-size: 1.4vw;
	line-height: 1.2;
	margin-bottom: 20px;
}

p,
ul li,
ol li,
a,
p a,
ul li a,
ol li a,
.kstl-rich-text ol li,
.kstl-rich-text ul li {
	margin-bottom: 20px;
	line-height: 1.3;
	color: #000;
}

ul li a,
ol li a {
	margin-bottom: 0;
}

a:hover,
p a:hover,
ul li a:hover,
ol li a:hover {
	color: #EA002A
}
a:focus,
p a:focus,
ul li a:focus,
ol li a:focus,
.flex-container a:focus,
.flexslider a:focus,
.button:focus,
button:focus{
outline: 1px solid black;
}
.search-overlay a:focus,
.search-overlay .close p:focus,
.vbox-overlay a:focus,
.vbox-close:focus,
.custom-overlay.search-overlay .search-textbox input[type="text"]:focus{
outline: 1px solid white;
}
ul li,
ol li {
	margin-bottom: 20px;
	line-height: 1.3;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.pre-heading,
ul li h3,
ol li h3 {
	font-family: Pinup;
	font-weight: bold;
}

.pre-heading {
	font-size: 1.4vw;
	line-height: 1.5;
	margin-bottom: 10px;
}

@media only screen and (max-width:999px) {
	h1,
	.h1 {
		font-size: 9.6vw;
	}
	h2,
	.h2 {
		font-size: 8.5vw;
	}
	h3,
	.h3 {
		font-size: 6.5vw;
	}
	p,
	ul li,
	ol li,
	a,
	p a,
	ul li a,
	ol li a,
	.kstl-rich-text ol li,
	.kstl-rich-text ul li {
		font-size: 4.3vw;
	}
	.pre-heading {
		font-size: 4.3vw;
	}
}

.button,
.btn-primary,
#KSTL-ContactUs-uploadfile-template {
	display: inline-block;
	padding: 0 30px;
	background: #EA002A;
	border-radius: 5px;
	border: 2px solid #F4F1F2;
	text-transform: uppercase;
	font-size: 1.1vw;
	line-height: 3.4vw;
	color: white;
	font-weight: bold;
	font-family: Pinup;
	text-decoration: none;
	transition: background-color .3s, border .3s;
	box-sizing: border-box;
	width: auto;
	margin-bottom: 0;
}
.buttonhome,
.btn-primary,
#KSTL-ContactUs-uploadfile-template {
	display: inline-block;
	padding: 0 30px;
	background: #EA002A;
	border-radius: 5px;
	border: 2px solid #F4F1F2;
	text-transform: uppercase;
	font-size: 1vw;
	line-height: 3.4vw;
	color: white;
	font-weight: bold;
	font-family: Pinup;
	text-decoration: none;
	transition: background-color .3s, border .3s;
	box-sizing: border-box;
	width: auto;
	margin-bottom: 0;
}
.button1,
.btn-primary,
#KSTL-ContactUs-uploadfile-template {
	display: inline-block;
	padding: 0 30px;
	background: #EA002A;
	border-radius: 5px;
	border: 2px solid #F4F1F2;
	text-transform: uppercase;
	font-size: 1.1vw;
	line-height: 3.4vw;
	color: white;
	font-weight: bold;
	font-family: Pinup;
	text-decoration: none;
	transition: background-color .3s, border .3s;
	box-sizing: border-box;
	width: auto;
	margin-bottom: 0;
}

.button:hover,
.btn-primary:hover {
	background-color: #fff;
	color: #EA002A;
	border-color: #EA002A;
}
.buttonhome:hover,
.btn-primary:hover {
	background-color: #fff;
	color: #EA002A;
	border-color: #EA002A;
}
.button1:hover,
.btn-primary:hover {
	background-color: #fff;
	color: #EA002A;
	border-color: #EA002A;
}

.button.white {
	background-color: white;
	color: #EA002A;
	border: solid 2px #fff;
}
.buttonhome.white {
	background-color: white;
	color: #EA002A;
	border: solid 2px #fff;
}
.button1.white {
	background-color: white;
	color: #EA002A;
	border: solid 2px #fff;
}

.button.white:hover {
	background-color: transparent;
	color: white;
}
.buttonhome.white:hover {
	background-color: transparent;
	color: white;
}
.button1.white:hover {
	background-color: transparent;
	color: white;
}

.button.yellow {
	background-color: #ea002a;
	color: #ffffff;
	border: solid 2px #ffffff;
}

.button.yellow:hover {
	background-color: white;
	color: #EA002A;
}

@media only screen and (max-width:999px) {
	.button,
	button,
	.btn-primary {
		font-size: 3.7vw;
		line-height: 50px;
	}
	.buttonhome,
	button,
	.btn-primary {
		font-size: 3.7vw;
		line-height: 50px;
	}
	.button1,
	button,
	.btn-primary {
		font-size: 3.5vw;
		line-height: 50px;
	}
	.button.yellow:active {
		background-color: transparent;
		color: #EA002A;
	}
	.button:active,
	.btn-primary:active {
		background-color: #fff;
		color: #EA002A;
	}
	.buttonhome:active,
	.btn-primary:active {
		background-color: #fff;
		color: #EA002A;
	}
	.button1:active,
	.btn-primary:active {
		background-color: #fff;
		color: #EA002A;
	}
	.button.white:active {
		background-color: transparent;
		color: white;
	}
	.buttonhome.white:active {
		background-color: transparent;
		color: white;
	}
	.button1.white:active {
		background-color: transparent;
		color: white;
	}
}

.hero-banner * {
	color: #fff;
}

.text-white {
	color: #fff;
}

.text-red {
	color: #EA002A;
}

.text-yellow {
	color: #FFD222;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-bottom-0 {
	margin-bottom: 0;
	;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-right-5percent {
	padding-right: 5%;
}

.padding-left-5percent {
	padding-left: 5%;
}

.padding-left-0 {
	padding-left: 0;
}

@media only screen and (max-width:999px) {
	.padding-mobile-bottom-40 {
		padding-bottom: 40px;
	}
	.padding-mobile-bottom-20 {
		padding-bottom: 20px;
	}
	.margin-mobile-bottom-0 {
		margin-bottom: 0;
	}
	.margin-mobile-bottom-20 {
		margin-bottom: 20px;
	}
	.margin-mobile-bottom-40 {
		margin-bottom: 40px;
	}
	.margin-mobile-top-40 {
		margin-top: 40px!important;
		;
	}
	.padding-mobile-top-40 {
		padding-top: 40px !important;
	}
	.margin-bottom-70 {
		margin-bottom: 40px;
	}
	.padding-bottom-70 {
		padding-bottom: 40px;
	}
	.padding-top-70 {
		padding-top: 40px;
	}
	.padding-mobile-0,
	.vertical-center-wrapper.padding-mobile-0 {
		padding: 0!important;
	}
	.padding-mobile-top-0,
	.vertical-center-wrapper.padding-mobile-top-0 {
		padding-top: 0!important;
	}
	.padding-mobile-bottom-0,
	.vertical-center-wrapper.padding-mobile-bottom-0 {
		padding-bottom: 0!important;
	}
	.margin-60 {
		margin-top: 40px!important;
		margin-bottom: 40px;
	}
	.mobile-width-70 {
		max-width: 70%;
	}
	.vertical-center-wrapper .mobile-width-70 .kstl-image-wrapper {
		padding-left: 0;
	}
	.padding-mobile {
		padding: 0 16px!important;
	}
}

@media only screen and (min-width:1000px) {
	.max-container-size {
		max-height: 640px;
	}
	.max-container-size .kstl-image-wrapper img {
		max-height: 640px;
	}
	.width-90 {
		max-width: 90%;
	}
	.width-80 {
		max-width: 80%;
	}
	.padding-desktop-bottom-70 {
		padding-bottom: 70px;
	}
	.margin-desktop-bottom-70 {
		margin-bottom: 70px;
	}
	.margin-desktop-top-70 {
		margin-top: 70px!important;
	}
	.margin-desktop-top-20 {
		margin-top: 20px!important;
	}
	.padding-desktop-top-70 {
		padding-top: 70px;
	}
	.padding-desktop-top-20 {
		padding-top: 20px;
	}
	.padding-desktop-top-40 {
		padding-top: 40px;
	}
	.margin-60 {
		margin-top: 60px!important;
		margin-bottom: 60px;
	}
}

.fullWidth-Banner img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.kstl-image-wrapper img {
	display: block;
}


/** header **/

.header-belt {
	background: #EA002A;
	height: 90px
}

#main_container .header-belt .grid {
	padding-top: 0;
	margin-top: 0;
}

#main_container .header-belt.grid>.grid__item {
	padding-top: 4px;
}

.header-belt .desk-six-tenths {
	text-align: right;
}

.logo {
	position: relative;
}

.logo .kstl-image-wrapper {
	z-index: 1000;
	position: absolute;
}

.logo .kstl-image-wrapper img {
	max-width: 91px;
	margin-top: -2px;
}
.logo .kstl-image-wrapper a:focus,
.fullWidth-Banner .kstl-image-wrapper a:focus{
	display:block;
    margin:0;
}

.topNav {
	max-width: 84vw;
	margin: 0 auto;
}

@media only screen and (max-width:999px) {
	.topNav {
		max-width: 91.5vw
	}
	.topNav .operators-wrapper {
		text-align: right;
		padding-right: 20px;
	}
}

@media only screen and (min-width: 1000px) {
	.topNav .operators-wrapper {
		text-align: center;
	}
	.logo .kstl-image-wrapper {
		right: 0;
	}
	.header-belt .desk-seven-tenths {
		width: 75%;
	}
	.header-belt .desk-two-tenths {
		width: 15%;
	}
	footer .content_wrapper {
		/* padding-left: 1.5vw; */
	}
}

.topNav .operators-wrapper a {
	width: 48px;
	height: 48px;
	margin-left: 10px;
	display: inline-block;
	max-width: 3.3vw;
	max-height: 3.3vw;
	transition: all .1s ease-in-out;
}

.topNav .operators-wrapper a:hover {
	transform: scale(1.1);
}

.topNav .operators-wrapper a:first-child {
	margin-left: 0;
}

.KSTLNav {
	z-index: 9;
	justify-content: center;
	margin-top: 0;
	margin: 0 auto;
	text-align: center;
}

.KSTLNav li {
	margin-bottom: 0;
}

.KSTLNav>li.nav-button:after {
	display: none;
}

.KSTLNav>li.nav-button.active>a,
.KSTLNav>li.nav-button.highlightedNavLink>a {
	color: #FFD222;
	background: transparent;
}

.KSTLNav>li.nav-button>a {
	background-color: transparent;
	font-family: Pinup;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1vw;
	line-height: 1.625;
	text-transform: uppercase;
}

.KSTLNav>li.nav-button>a:hover {
	color: #FFD222;
	background: transparent;
}

@media (max-width: 999px) {
	.logo .kstl-image-wrapper {
		left: 0;
	}
	.header-belt {
		height: 66px;
	}
	.logo .kstl-image-wrapper img {
		max-height: 72px;
	}
	.topNav .operators-wrapper a {
		height: 30px;
		width: 30px;
		max-width: 8.4vw;
		max-height: 8.4vw;
	}
	.top-menu-container {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
	.KSTLNav {
		display: none;
	}
	.KSTLNav.KSTLNav-show {
		display: block;
		height: 100vh;
		padding: 140px 0;
		text-align: left;
		background: rgba(29, 29, 29, 0.95);
		width: 100vw;
	}
	.KSTLNav>li.nav-button {
		background: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		margin: 0 4.25vw;
	}
	.KSTLNav>li.nav-button:last-child {
		border-bottom: none;
	}
	.KSTLNav>li.nav-button>a {
		padding: 7px 0;
		font-size: 4.8vw;
		line-height: 2.4;
	}
	.KSTLNav>li.nav-button>a:hover {
		background: transparent;
		color: #FFD222;
	}
}


/** end of desktop header **/


/* Country Selector*/

.vbox-inline {
	background-color: transparent !important;
}


/*.vbox-container{
	max-width:1440px
}*/

.vbox-preloader {
	display: none;
}

.vbox-container .kstl-image-wrapper,
.search-overlay .kstl-image-wrapper {
	padding: 0 5vw;
}

.vbox-container .kstl-image-wrapper img,
.search-overlay .kstl-image-wrapper img {
	max-height: 140px;
	max-width: 91px;
	display: none;
}

.vbox-close {
	background-color: transparent;
	margin: 5vw 10vw;
}

.language {
	padding: 5vw;
}

.language ul {
	-webkit-column-count: 5;
	/* Safari and Chrome */
	-moz-column-count: 5;
	/* Firefox */
	column-count: 5;
}

.language ul li {
	min-width: initial;
	display: block;
	border-top: 0;
	margin: 0;
	margin-bottom: 10px;
}

.language ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1vw;
	font-family: Andes;
}

.language ul li a:hover {
	color: #FFD222;
	text-decoration: underline;
}

.language ul li h3 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.language ul li * {
	color: #fff
}

@media screen and (min-width: 0px) and (max-width: 602px) {
	.vbox-close {
		margin: 10vw 1vw;
	}
	.vbox-container .kstl-image-wrapper,
	.search-overlay .kstl-image-wrapper {
		padding: 0;
	}
	.language {
		height: auto;
		padding: 0px;
		text-align: center;
	}
	.language ul {
		padding: 70px 0;
		-webkit-column-count: 1;
		/* Safari and Chrome */
		-moz-column-count: 1;
		/* Firefox */
		column-count: 1;
		text-align: left;
		display: block;
	}
	.language ul li {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width:999px) {
	.language ul li a {
		font-size: 4.2vw;
	}
	.language ul li h3 {
		font-size: 4.4vw;
	}
}


/** end of country selector **/


/** search overlay **/

.custom-overlay.search-overlay {
	max-width: 90vw;
	margin: 0 auto !important;
	padding: 15px 25px 120px 25px !important;
}

.custom-overlay.search-overlay .operator.close {
	text-align: right;
	cursor: pointer;
}

.custom-overlay.search-overlay .search-textbox {
	max-width: 68vw;
	margin: 100px auto 0 auto;
	opacity: 1;
}

.custom-overlay.search-overlay .search-textbox input[type="text"] {
	width: calc(100% - 75px);
	font-size: 3.4vw;
	line-height: 1.3;
	padding: 10px 0;
	border: none;
	border-bottom: solid 1px #fff;
	border-radius: 0;
	background: transparent;
	color: #fff;
	outline: 0;
	font-family: Andes;
}

.search-textbox__link {
	width: 30px;
}

.search-textbox__link img {
	max-width: 30px;
	height: auto;
}

@media (max-width:999px) {
	.custom-overlay.search-overlay .kstl-image-wrapper img {
		max-height: 72px;
	}
	.custom-overlay.search-overlay .search-textbox input[type="text"] {
		font-size: 6.5vw;
		width: calc(100% - 60px);
	}
	.custom-overlay.search-overlay .search-textbox,
	.custom-overlay.search-overlay {
		max-width: unset;
	}
	.custom-overlay.search-overlay {
		padding: 15px 16px 120px 16px !important;
	}
}

.grid__item.custom-overlay-parent.active>div>div:nth-child(1)>div>span>img {
	margin-left: 15px;
	width: 100px;
	margin-top: 1px;
}

@media (max-width: 601px) {
	.grid__item.custom-overlay-parent.active>div>div:nth-child(1)>div>span>img {
		margin-left: -5px
	}
}

.custom-overlay.search-overlay .search-textbox input[type="text"]::-webkit-input-placeholder {
	color: #fff;
	font-family: Pinup;
}

.custom-overlay.search-overlay .search-textbox input[type="text"]::-moz-placeholder {
	color: #fff;
	font-family: Pinup;
}

.custom-overlay.search-overlay .search-textbox input[type="text"]::-ms-input-placeholder {
	color: #fff;
	font-family: Pinup;
}

.custom-overlay.search-overlay .search-textbox input[type="text"]::placeholder {
	color: #fff;
	font-family: Pinup;
}

.grid__item.custom-overlay-parent.active {
	display: block!important;
}

.grid__item.custom-overlay-parent {
	display: none !important;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.85);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.close p {
	position: relative;
	top: 32px;
	left: 0;
	width: 32px;
	height: 32px;
	text-indent: -99999px;
}

.close p:before,
.close p:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 24px;
	width: 3px;
	background-color: #fff;
}

.close p:before {
	transform: rotate(45deg);
}

.close p:after {
	transform: rotate(-45deg);
}


/** end of search overlay **/


/** mobile nav and hamburger **/

@media only screen and (max-width: 999px) {
	.navicon span:before {
		top: -8px;
	}
	.navicon span:after {
		bottom: -8px;
	}
	.navicon span,
	.navicon span:after,
	.navicon span:before {
		cursor: pointer;
		height: 3px;
		width: 24px;
		background: #fff;
		z-index: 1;
	}
	.menu-button {
		width: 24px;
		height: 16px;
		padding: 0;
		background: transparent;
		display: none;
	}
	.menu-button {
		display: block;
	}
	.menu-button.activeMenu .navicon span {
		background: transparent;
	}
	.menu-button.activeMenu .navicon span:before {
		top: 0;
		transform: rotate(45deg);
	}
	.menu-button.activeMenu .navicon span:after {
		top: 0;
		transform: rotate(-45deg);
	}
}


/** end of mobile nav and hamburger **/


/** footer **/

footer .content_wrapper {
	max-width: 80vw;
	margin: 0 auto;
}

@media only screen and (max-width:999px) {
	footer .content_wrapper {
		padding: 0 16px;
		max-width: unset;
	}
}

footer {
	background: #EA002A;
	color: #fff;
	padding: 30px 0 70px;
}

footer * {
	color: #fff;
	font-family: Pinup;
}

footer .copyright {
	text-align: right;
}

footer .copyright p {
	font-family: Andes;
	font-style: normal;
	font-weight: 700;
	font-size: .83vw;
	line-height: 1;
}

footer ul.footer-links {
	display: grid;
	grid-template-columns: 21% 21% 21% 21%;
	margin-bottom: 10px;
	column-gap: 5.25%;
}

footer ul li {
	list-style: none;
	margin-bottom: 0;
	display: block;
}

footer ul.footer-links li {
	display: inline-block;
	width: 100%;
	padding: 27px 0 11px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0 auto;
}

footer ul li a {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1vw;
	line-height: 1.5;
	color: #fff;
	font-family: Pinup;
}

footer ul li a:hover {
	color: #FFD222;
}

footer ul.social-links {
	text-align: right;
	margin-bottom: 15px;
}

footer ul.social-links li a {
	transition: all .1s ease-in-out;
	width: 48px;
	height: 48px;
	display: inline-block;
	max-width: 2.2vw;
	max-height: 2.2vw;
}

footer ul.social-links li a:hover {
	transform: scale(1.2);
}

footer ul.social-links li {
	display: inline-block;
	margin-left: 10px;
	max-height: 35px;
}

footer ul.social-links li img {
	max-width: 30px;
	max-height: 30px;
	vertical-align: middle;
}

@media only screen and (max-width:999px) {
	footer {
		padding: 20px 0;
	}
	footer .copyright p {
		font-size: 2.4vw;
	}
	footer ul li a {
		font-size: 4.2vw;
	}
	footer ul.footer-links {
		display: block;
		margin-bottom: 20px;
	}
	footer ul.footer-links li {
		display: block;
		max-width: 100%;
		padding: 15px 0 10px;
	}
	footer ul.social-links,
	footer .copyright {
		text-align: left;
	}
	footer ul.social-links li {
		margin-right: 10px;
		margin-left: 0
	}
	footer ul.social-links li a {
		max-width: 7vw;
		max-height: 8vw;
	}
}


/** end of footer **/


/** background **/

.cloud-bg {
	background: url(/content/dam/pringles/is_IS/images/backgrounds/clouds.png) center 100%/cover no-repeat;
}

.tandoor-bg {
	background: url(/content/dam/pringles/is_IS/images/promotions/tandoor-bg.jpg) right 100%/auto 100% no-repeat;
	padding-bottom: 20vw;
}

.fire-bg {
	background: url(/content/dam/pringles/is_IS/images/backgrounds/fire-bg.jpg) center 100%/cover no-repeat;
}

.chips-bg {
	/* background: url(/content/dam/pringles/is_IS/images/backgrounds/video-yellow-bg-chips.png) 0 85%/ 100% auto no-repeat; */
}

.yellowfigure-bg {
	background: #FFD222 url(/content/dam/pringles/is_IS/images/our-products/products-page-chips.png) top right/ auto 100% no-repeat;
	padding-bottom: 20vw;
}

.recycle-bg {
	background: url(/content/dam/pringles/is_IS/images/our-brand/recycle-bg.svg) 100% 100%/contain no-repeat;
}

.star-bg {
	background: url(/content/dam/pringles/is_IS/images/backgrounds/stars.png) center 100%/cover no-repeat;
}

.chips-bg {
	position: relative;
}

.solid-bluebg {
	background-color: #009CDE;
}

.solid-darkgreenbg {
	background: #009E80;
}

.solid-greenbg {
	background: #38aa34;
}

.solid-homebannercolor {
	/* background-color: #38b54a; */
	background-color: #fbc815;
	position: relative;
}

.solid-redbg {
	background-color: #EA002A;
}

.solid-whitebg {
	background-color: #fff;
}

.solid-blackbg {
	background-color: #000;
}

.solid-yellowbg {
	background-color: #FFD222;
}

.solid-purplebg {
	background-color: #570D3D
}

.lightgrey-bg {
	background: #F1F1F1;
}

.solid-maroonbg {
	background: #cb2843;
}

.chips-bg::before {
	position: absolute;
	height: 80%;
	top: 0;
	background-color: #FFD222;
	content: '';
	z-index: -1;
	width: 100%;
}

.solid-homebannercolor p.terms {
	max-width: 80vw;
	margin: 20px auto 40px;
	color: white;
	text-align: left;
	font-size: 12px;
}

.solid-homebannercolor p.terms a {
	color: #fff;
	font-size: 12px;
}

.solid-homebannercolor p.terms a:hover {
	color: #000;
}

.solid-homebannercolor .button.yellow {
	margin-bottom: 98px;
	position: absolute;
	bottom: 125px;
	padding: 0 30px;
	margin-left: -5vw;
}

@media only screen and (max-width:999px) {
	.yellowfigure-bg {
		background: #FFD222 url(/content/dam/pringles/is_IS/images/our-products/products-page-chips-bg-mobile.jpg) top right/100% 100% no-repeat;
	}
	.tandoor-bg {
		background: #EA002A url(/content/dam/pringles/is_IS/images/promotions/tandoor-bg-mobile.jpg) top right/100% 100% no-repeat;
	}
	.solid-homebannercolor p.terms {
		margin: 0 0 10px;
		padding: 0 16px;
		max-width: 100%;
		margin-top: -50px;
	}
	.solid-homebannercolor p.terms.showmore {
		margin: 0 0 40px;
	}
	.solid-homebannercolor p.terms.showmore a {
		text-decoration: none;
		color: white;
		font-weight: bolder;
		font-size: 3.5vw;
	}
	.solid-homebannercolor .button.yellow {
		position: relative;
		bottom: 13vw;
		padding: 0 30px;
		margin-bottom: 0;
		margin-left: 0;
		/* margin-top: 0px; */
	}
	.chips-bg,
	.recycle-bg {
		background: none;
	}
	.recycle-bg .padding-top-70 {
		padding-top: 0;
	}
}

@media (max-width: 999px) {
	body .fullWidth .fullWidth-content.solid-whitebg {
		margin: 0 16px;
	}
}


/** markup defult text **/

#exitUrl {
	display: none;
}

ol li {
	margin-left: 20px
}

ol li::marker {
	font-weight: normal;
	font-family: Andes;
}

.blockspan span {
	display: block
}

.links-list li:last-child {
	margin-bottom: 40px
}

.links-list li ul li::marker {
	color: #000;
}

.links-list li ul li {
	list-style-type: disc;
	margin-left: 40px;
}

.links-list li {
	list-style: none;
	color: #EA002A;
}

.links-list li ul {
	padding-top: 20px;
	list-style-type: disc
}

.links-list li ul li:last-child {
	margin-bottom: 20px
}

.links-list .pre-heading {
	margin-bottom: 40px;
}

a[href="#top"] {
	display: inline-block
}


/** end of markup default text **/


/** sitemap **/

.sitemap .top-menu-container {
	position: static;
}

.sitemap .KSTLNav,
.sitemap ul {
	display: block;
	-webkit-column-count: 1;
	/* Safari and Chrome */
	-moz-column-count: 1;
	/* Firefox */
	column-count: 1;
	max-height: unset;
	text-align: left;
}

.sitemap .KSTLNav>li.nav-button,
.sitemap ul li {
	display: block;
	height: auto !important;
	position: static;
	outline: none;
	width: 100%;
	margin: 0 0 20px;
}

.sitemap .KSTLNav>li.nav-button a,
.sitemap ul li a {
	background-color: #fff;
	color: #000;
	border: none;
	font-size: 18px;
	/*line-height: 24px;*/
	padding: 0;
	font-weight: normal;
	text-decoration: underline;
	font-family: Andes;
}

.sitemap .KSTLNav>li.nav-button a:hover,
.sitemap ul li a:hover {
	color: #EA002A
}

.sitemap .KSTLNav li span.navicon {
	display: none;
}

@media (max-width: 999px) {
	.sitemap .KSTLNav>li.nav-button a,
	.sitemap ul li a {
		font-size: 16px;
		line-height: 22px;
	}
}


/** end of sitemap **/


/** contact us **/

.js-primary-layout {
	display: flex;
}

#skip-main-content #KSTL-ContactUs-main .box-bordered {
	border: none;
	width: 48%;
	margin: 0 1%;
}

#skip-main-content #KSTL-ContactUs-main .box-bordered.qq-file-id-0 {
	width: 100%;
}

#skip-main-content #KSTL-ContactUs-main .callus {
	background: none;
	padding: 0
}

#skip-main-content #KSTL-ContactUs-main .box-body {
	padding: 0;
}

#skip-main-content #KSTL-ContactUs-main .box-header {
	position: relative;
	background: none;
	padding: 340px 0 0;
	background-color: none;
}

#skip-main-content #KSTL-ContactUs-main .box-header::before {
	content: '';
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background: #f1f1f1 url(/content/dam/pringles/is_IS/images/contact-us/phoneus.svg) center center no-repeat;
	background-size: 145px auto;
}

#skip-main-content #KSTL-ContactUs-main .box-header#KSTL-ContactUs-contactform-header-region::before {
	background-image: url(/content/dam/pringles/is_IS/images/contact-us/emailus.svg);
}

#skip-main-content #KSTL-ContactUs-main .box-header h2 {
	color: #EA002A;
	margin-bottom: 20px;
	font-size: 3vw;
	line-height: 1.2;
}

#skip-main-content #KSTL-ContactUs-main .qq-upload-file-selector.qq-upload-file {
	display: inline-block;
	margin-bottom: 10px;
}

#KSTL-ContactUs-fileupload img.qq-thumbnail-selector {
	margin-right: 10px;
}

#skip-main-content #KSTL-ContactUs-main #KSTL-ContactUs-contactform-button-region {
	margin-top: 20px;
}

#skip-main-content #KSTL-ContactUs-main input[type=checkbox],
#skip-main-content #KSTL-ContactUs-main input[type=radio] {
	width: 22px !important;
}

#skip-main-content #KSTL-ContactUs-main input,
#skip-main-content #KSTL-ContactUs-main label,
#skip-main-content #KSTL-ContactUs-main option,
#skip-main-content #KSTL-ContactUs-main select,
#skip-main-content #KSTL-ContactUs-main textarea {
	font-family: Andes;
	line-height: 1.3;
	margin-bottom: 20px;
}

#skip-main-content #KSTL-ContactUs-main fieldset>div {
	margin-bottom: 0;
}

#skip-main-content #KSTL-ContactUs-main fieldset>div label {
	margin-bottom: 20px;
	display: inline-block;
}

#skip-main-content #KSTL-ContactUs-main fieldset select {
	max-width: 98%;
	background: #F1F1F1;
	border: 1px solid #BDBDBD;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 16px;
	width: 98%;
	background-image: url(/content/dam/pringles/is_IS/images/icons/gray-arrow.svg);
	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: 50%;
	background-size: 5%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

#skip-main-content #KSTL-ContactUs-main input,
#skip-main-content #KSTL-ContactUs-main textarea {
	border: 1px solid #BDBDBD;
	background: none;
	max-width: 98%;
	padding: 16px;
	width: 98%;
}

#skip-main-content #KSTL-ContactUs-main a.btn-secondary {
	font-family: Andes;
	line-height: 1.3;
	font-size: 1.25vw;
}

#skip-main-content #KSTL-ContactUs-main button,
#KSTL-ContactUs-uploadfile-template {
	margin-bottom: 20px
}

#skip-main-content .qq-upload-button {
	width: auto;
	background: none;
	border: none;
	text-align: left;
}

@media (max-width:999px) {
	#skip-main-content #KSTL-ContactUs-main fieldset .checkbox>div>div {
		margin-top: 20px;
	}
	#KSTL-ContactUs-fileupload img.qq-thumbnail-selector {
		margin: 0 10px 10px 0;
	}
	#skip-main-content #KSTL-ContactUs-main .box-header h2 {
		font-size: 8.5vw;
	}
	#skip-main-content #KSTL-ContactUs-main a.btn-secondary {
		font-size: 4.2vw;
	}
	.js-primary-layout {
		display: block;
		text-align: center;
	}
	#skip-main-content #KSTL-ContactUs-main .box-bordered {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: left;
	}
	#skip-main-content #KSTL-ContactUs-main .box-bordered#KSTL-ContactUs-contactinfo-region {
		margin-bottom: 40px;
	}
	#skip-main-content #KSTL-ContactUs-main .box-header::before {
		height: 180px;
		background-size: 90px auto;
	}
	#skip-main-content #KSTL-ContactUs-main .box-header {
		padding-top: 200px;
	}
}


/** end of  contact us **/


/** grm forms **/

section .KSTL-Registration {
	max-width: 48vw;
}

section .KSTL-Registration .pod {
	border: none;
	padding: 0;
	margin: 0;
}

section .solid-redbg .KSTL-Registration .pod .error-field p {
	margin-bottom: 10px;
	padding: 0;
	color: #FFD222;
}

.KSTL-Registration .infoTooltip {
	width: 100%;
	max-width: unset;
}

section .KSTL-Registration h1,
section .KSTL-Registration h2,
section .KSTL-Registration h3,
section .KSTL-Registration p {
	margin-bottom: 20px;
	color: #fff;
}

section .KSTL-Registration h2 {
	font-size: 2.1vw;
}

.login-section .KSTL-Registration h2,
.login-section .KSTL-Registration h3,
.login-section .KSTL-Registration p {
	color: #000;
}

section .KSTL-Registration .ng-form label {
	margin-bottom: 10px;
	max-width: 63vw;
	font-weight: normal;
	line-height: 1.3;
	font-family: 'Andes';
}

section .KSTL-Registration .ng-form label.label-after {
	margin-bottom: 0;
}

section .KSTL-Registration .ng-form input[type=checkbox],
section .KSTL-Registration .ng-form input[type=radio] {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	background: #FFFFFF;
	margin-right: 10px;
}

section .solid-redbg .KSTL-Registration .ng-form input[type=checkbox] {
	margin-bottom: 3vw;
    margin-left:.3vw;
}

section .solid-redbg .KSTL-Registration .ng-form input[type=checkbox]+div>div,
section .solid-redbg .KSTL-Registration .ng-form input[type=checkbox]+div>div a {
	/* max-width: 76vw; */
	font-size: .9vw;
}

section .KSTL-Registration .ng-form input[type=text],
section .KSTL-Registration .ng-form input[type=password],
section .KSTL-Registration .ng-form input[type=date],
section .KSTL-Registration .ng-form input[type=tel],
section .KSTL-Registration .ng-form input[type=email],
section .KSTL-Registration .ng-form input[type=number] {
	/* line-height: 60px; */
	/* height: 50px; */
	padding: 10px;
	max-width: unset;
}

section .KSTL-Registration .ng-form input,
section .KSTL-Registration .ng-form select {
	width: 100%;
	max-width: 590px;
}

section .KSTL-Registration-button p {
	margin-bottom: 0;
}

section .KSTL-Registration button {
	/* font-size:16px; */
}

section .KSTL-Registration button>span {
	padding: 0
}

section .KSTL-Registration .ng-form>div {
	margin-bottom: 20px;
}

section .KSTL-Registration .ng-form .survey>div>div,
section .KSTL-Registration .ng-form>div>div {
	margin-bottom: 0;
}

#KSTL-Registration-wrapper-ContinueButton {
	margin-bottom: 0
}

section .solid-redbg .KSTL-Registration {
	max-width: 60vw;
	margin: 0 auto 0 0;
}

section .solid-redbg .KSTL-Registration .btn-primary {
	background-color: white;
	color: #EA002A;
	border: solid 2px #fff;
    margin: 1px;
}

section .solid-redbg .KSTL-Registration .btn-primary:hover {
	background-color: transparent;
	color: white;
}

section .solid-redbg .KSTL-Registration label a,
section .solid-redbg .KSTL-Registration a {
	color: #fff;
}

section .solid-redbg .KSTL-Registration label a:hover,
section .solid-redbg .KSTL-Registration a:hover {
	color: #000;
}

section .solid-redbg .KSTL-Registration .ng-form label {
	font-size: 1.1vw;
	line-height: 1.875;
}

section .solid-redbg .KSTL-Registration .ng-form label.label-after {
	font-size: .8vw;
	line-height: 1.6;
}

section .solid-redbg #KSTL-Registration-wrapper-ContinueButton1 {
	margin-bottom: 0;
}

@media (max-width:999px) {
	section .KSTL-Registration h2 {
		font-size: 6.5vw;
	}
	section .solid-redbg .KSTL-Registration {
		max-width: unset;
	}
	section .KSTL-Registration button {
		font-size: 14px;
	}
	section .KSTL-Registration .ng-form input[type=checkbox],
	section .KSTL-Registration .ng-form input[type=radio] {
		width: 21px;
		height: 21px;
		margin-right: 5px;
	}
	section .KSTL-Registration .ng-form label.label-after {
		margin-left: 0;
	}
	section .solid-redbg .KSTL-Registration .ng-form input[type=checkbox] {
		margin-bottom: 33vw;
	}
	section .solid-redbg .KSTL-Registration .ng-form input[type=checkbox]+div>div,
	section .solid-redbg .KSTL-Registration .ng-form input[type=checkbox]+div>div a,
	section .solid-redbg .KSTL-Registration .ng-form label {
		font-size: 3.7vw;
	}
}


/** end of grm forms **/


/** tabs **/

.tab-control-wrapper ul,
.product-scroll ul {
	background: #F1F1F1;
	max-width: 96%;
}

.tab-control-wrapper li,
.product-scroll li {
	display: block;
	margin-bottom: 0;
}

.tab-control-wrapper li a,
.product-scroll li a {
	background: none;
	display: block;
	padding: 0 16px;
	color: #EA002A;
	line-height: 74px;
	text-align: center;
	font-size: 1.1vw;
	font-weight: bold;
	font-family: Pinup;
	text-decoration: none;
	border-bottom: 5px solid #F1F1F1;
    overflow:auto;
}

.tab-control-wrapper li a:hover,
.product-scroll li a:hover {
	background: transparent;
	text-decoration: none;
	color: #FED141;
}

.tab-control-wrapper li a.active,
.product-scroll li a.active {
	background-color: #EA002A;
	color: #fff;
	border-bottom-color: #FED141;
}

.tab-wrapper-parent {
	display: block!important;
}

@media only screen and (min-width:1000px) {
	.tab-control-wrapper ul,
	.product-scroll ul {
		height: 80px;
		max-width: 68vw;
		-webkit-column-count: 3;
		/* Safari and Chrome */
		-moz-column-count: 3;
		/* Firefox */
		column-count: 3;
		margin-bottom: 40px;
		margin-right: auto;
		margin-left: auto;
		/* overflow: hidden;*/
	}
	.tab-control-wrapper li a,
	.product-scroll li a {
		font-size: 1.1vw;
	}
	body .fullWidth .products-grid-wrapper .centeredContent {
		max-width: 68vw;
	}
}

@media only screen and (max-width:999px) {
	.tab-control-wrapper ul,
	.product-scroll ul {
		position: relative;
		/* padding-top: 50px; */
		max-width: unset;
		margin: 0 16px 20px 16px;
	}
	.tab-control-wrapper li,
	.product-scroll li {
		width: 100%;
		margin-bottom: 0 !important;
	}
	/* .tab-control-wrapper li.active-parent, */
	/* .product-scroll li.active-parent{ */
	/* position:absolute; */
	/* top:0; */
	/* display:inline-block; */
	/* } */
	.tab-control-wrapper li a,
	.product-scroll li a {
		font-size: 16px;
		text-align: left;
		line-height: 45px;
		border-bottom-width: 4px;
	}
	.tab-control-wrapper li a.mobile-hide,
	.product-scroll li a.mobile-hide {
		display: none;
	}
	.tab-control-wrapper li a.active,
	.product-scroll li a.active {
		position: relative;
	}
	/* .tab-control-wrapper li a.active:after, */
	/* .product-scroll li a.active:after{ */
	/* position: absolute; */
	/* top: 18px; */
	/* right: 16px; */
	/* content: ''; */
	/* border-top: 16px solid #fff; */
	/* border-left: 16px solid transparent; */
	/* border-right: 16px solid transparent; */
	/* } */
}


/** end of tabs **/


/** carousel **/

.flexslider .slides>li {
	line-height: 0;
	margin-top: 0;
	margin-bottom: 0;
}


/** end of carousel **/


/** carousel pagination **/

.flex-control-paging {
	position: absolute;
	max-width: 84vw;
	text-align: left;
	bottom: -90px;
	margin: 0 auto;
	left: 8vw;
}

.flex-control-paging li a {
	width: 12px;
	height: 12px;
	border: none;
	box-shadow: none;
	background: #fff;
	border-radius: 30px;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
	background: #FED141;
}

.flexslider .flex-direction-nav li {
	margin: 0;
}

.flexslider .flex-direction-nav .flex-next {
	background: url(/content/dam/pringles/is_IS/images/icons/right.svg) no-repeat 0 0;
	right: 12px;
}

.flexslider .flex-direction-nav .flex-prev {
	background: url(/content/dam/pringles/is_IS/images/icons/left.svg) no-repeat 0 0;
}

.flexslider .flex-direction-nav a {
	width: 60px;
	height: 60px;
}

@media only screen and (max-width:999px) {
	.flexslider .flex-direction-nav .flex-next,
	.flexslider .flex-direction-nav .flex-prev {
		display: none;
	}
	.flexslider .flex-control-paging {
		display: block;
	}
}


/** end of carousel pagination **/

.video-carousel {
	margin-bottom: 70px;
}

.video-carousel .flexslider .flex-control-paging {
	bottom: -50px;
	text-align: center;
	left: 13.5vw;
	max-width: 71.7vw;
	/* max-width: 100%; */
	/* left: 0; */
}

.video-carousel .flexslider .flex-control-paging li a {
	background: #EA002A;
	opacity: 0.4
}

.video-carousel .flexslider .flex-control-paging li a.flex-active,
.video-carousel .flexslider .flex-control-paging li a:hover {
	background: #EA002A;
	opacity: 1;
}


/** video carousel pagination **/


/** end of video carousel pagination **/


/** content 2 col banner **/

.vertical-center-wrapper {
	display: flex;
}

@media only screen and (max-width:999px) {
	.vertical-center-wrapper {
		flex-direction: column;
	}
	body .fullWidth .centeredContent.vertical-center-wrapper,
	body .fullWidth .fullWidth-content.vertical-center-wrapper {
		padding: 0
	}
	.solid-darkgreenbg.vertical-center-wrapper {
		flex-direction: column-reverse;
	}
	.image-mobile-top .vertical-center-wrapper {
		flex-direction: column-reverse
	}
	.image-mobile-top .button {
		margin-bottom: 40px;
	}
	#main_container .grid .grid__item.vertical-center-container {
		padding: 40px 16px 0 16px;
		text-align: center;
		order: -1;
	}
	.vertical-center-container {
		padding: 40px 16px;
		max-width: 100%;
	}
	.flexslider .grid.vertical-center-container {
		padding: 80px 16px 20px;
	}
	.vertical-center-wrapper .kstl-image-wrapper {
		padding-right: 16px;
		padding-left: 16px;
	}
	.vertical-center-wrapper .image-mobile-fullwidth .kstl-image-wrapper {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width:1000px) {
	.vertical-center-container,
	.vertical-bottom-container {
		flex-direction: column;
		display: flex;
		height: 100%;
		max-width: 40vw;
		margin: 0 auto;
		/* text-align: center; */
	}
	.vertical-center-container>div.grid__item {
		padding: 0 8%;
		height: 100%;
		justify-content: center;
		align-content: center;
		display: flex;
		flex-direction: column;
		/* max-width: 40vw; */
	}
	.vertical-bottom-container {
		flex-direction: column-reverse;
	}
	.flexslider .grid.vertical-center-container,
	.vertical-center-container {
		justify-content: left;
		padding: 70px 0;
		margin-left: auto;
		max-width: 40vw;
		margin-right: auto;
	}
	.vertical-center-container.section-left {
		margin-left: 0;
	}
	.vertical-center-container.section-right {
		margin-right: 0;
	}
	.vertical-center-container.section-left>div {
		padding-right: 0;
	}
	.vertical-center-container.section-right>div {
		padding-right: 0;
		padding-left: 0;
	}
}


/** end of 2 col banners **/


/** hero banner **/

.flexslider .grid.hero-banner {
	position: relative;
	/* padding-top:40px; */
}

.flexslider .grid.hero-banner>.grid__item {
	height: 100%;
}

.hero-banner .kstl-image-wrapper img {
	/* max-height: 390px; */
	width: auto;
}

.hero-banner .button {
	margin-bottom: 0px;
}

@media only screen and (min-width:1000px) {
	.flexslider .grid.hero-banner .pre-heading {
		margin-bottom: 15px;
	}
	.flexslider .grid.hero-banner h1+p {
		margin-bottom: 30px;
	}
	.flexslider .grid.hero-banner {
		text-align: center;
		/* height: 510px; */
		padding-top: 0;
		max-height: 42vw;
		/* max-width: 84vw; */
		/* margin: 0 auto; */
	}
	.flexslider .grid.hero-banner>.grid__item.one-half {
		max-width: 40vw;
		text-align: left;
		/* padding-left:1.5vw; */
	}
	.flexslider .grid.hero-banner>.grid__item.one-third {
		max-width: 33vw;
		text-align: right;
	}
	.flexslider .grid.hero-banner>.grid__item.two-thirds {
		max-width: 56vw;
		text-align: left;
	}
	.hero-banner .kstl-image-wrapper img {
		/* right: 0; */
		max-height: 100%;
		width: auto;
	}
	.hero-banner .button {
		margin-bottom: 0px;
	}
	.hero-banner .vertical-center-container>div.grid__item {
		padding-left: 0;
	}
}


/** end of hero banners **/

@media only screen and (min-width:1000px) {
	.home-carousel .flexslider .grid.vertical-center-container {
		max-width: 25vw;
		height: 42vw;
	}
	.home-carousel .flexslider .grid.hero-banner {
		/* height:600px; */
	}
	.home-carousel .hero-banner .kstl-image-wrapper img {
		/* max-height: 580px; */
	}
}

@media only screen and (min-width:1000px) {
	.product-list-carousel .flexslider .grid.hero-banner {
		/* height:530px;*/
		min-height: 510px;
	}
	.product-list-carousel .hero-banner .kstl-image-wrapper img {
		/* max-height: 530px;*/
		margin-right: 0;
	}
	.product-list-carousel .vertical-center-container>div.grid__item {
		padding: 0
	}
	.product-list-carousel .flexslider .flex-control-paging {
		left: 17vw;
		max-width: 70vw;
	}
	.product-list-carousel .flexslider .grid.vertical-center-container.section-right {
		padding-top: 40px;
	}
	.product-list-carousel .flexslider .grid.vertical-center-container .kstl-image-wrapper {
		max-height: 400px;
		max-width: 175px;
		margin: 0 20px 0 auto;
	}
	.product-list-carousel .hero-banner .kstl-image-wrapper img {
		padding: 0;
		max-height: 100%;
	}
	.product-list-carousel .flexslider .grid.vertical-center-container.product-information {
		padding-left: 10px;
		max-width: 45vw;
	}
}

@media only screen and (max-width:999px) {
	.product-list-carousel .hero-banner .kstl-image-wrapper img {
		max-height: 65vw;
		position: static;
		/* margin-top: 40px; */
	}
	.product-list-carousel .hero-banner .kstl-image-wrapper {
		/* margin-bottom:40px; */
		/* padding: 40px 0 0; */
	}
	.product-list-carousel .hero-banner .button {
		margin-bottom: 60px;
	}
	.product-list-carousel.bottom-cut-banner .flex-control-paging {
		bottom: 25px;
	}
	.product-list-carousel .flex-direction-nav .flex-prev,
	.product-list-carousel .flex-direction-nav .flex-next {
		top: 20%
	}
	.product-list-carousel .flexslider .slides>li {
		/* height:700px; */
	}
	.product-list-carousel .flexslider .hero-banner {
		/* height:700px; */
	}
	.product-list-carousel .flexslider .grid.hero-banner>.grid__item {
		height: unset;
	}
}

@media only screen and (min-width:1000px) {
	.promotion-carousel {
		position: relative;
	}
	.promotion-carousel .flexslider .grid.hero-banner {
		height: 37.4vw;
	}
	.promotion-carousel.bottom-cut-banner .vertical-bottom-container {
		position: unset;
	}
	.promotion-carousel .hero-banner .kstl-image-wrapper img {
		right: 0;
		/* max-height: 510px; */
		position: absolute;
		width: auto;
		max-width: 45vw;
	}
	.brand-carousel-image .hero-banner .kstl-image-wrapper img {
		right: unset;
	}
	.stack-face-container .kstl-image-wrapper {
		margin-top: -70px;
		float: right;
	}
	.recycle-bg .kstl-image-wrapper img {
		max-height: 610px;
	}
}

@media only screen and (max-width:999px) {
	.promotion-carousel.bottom-cut-banner .flexslider .slides>li {
		margin-bottom: 50px;
	}
	.promotion-carousel .hero-banner .kstl-image-wrapper img {
		margin-bottom: -30px;
		float: right;
		width: 85%;
	}
	.brand-carousel-image .hero-banner .kstl-image-wrapper img {
		margin-bottom: unset;
		float: none;
		width: auto;
	}
	.account-carousel .hero-banner .kstl-image-wrapper img {
		width: 100%;
	}
	.recycle-face-container .kstl-image-wrapper {
		margin-top: -100px;
	}
	.recycle-face-container .kstl-image-wrapper img {
		width: 90%;
	}
}

@media only screen and (min-width:1000px) {
	.account-carousel {
		position: relative;
	}
	.account-carousel .flexslider .grid.hero-banner {
		height: 37.4vw;
	}
	.account-carousel .hero-banner .kstl-image-wrapper img {
		position: absolute;
		width: auto;
		right: 0;
	}
}

@media only screen and (min-width:1000px) {
	.contact-carousel {
		position: relative;
	}
	.contact-carousel .flexslider .grid.hero-banner {
		height: 37.4vw;
	}
	.contact-carousel .hero-banner .kstl-image-wrapper img {
		position: absolute;
		width: auto;
		max-width: 50%;
		right: 0;
		top: 10%;
	}
}

@media only screen and (min-width:1000px) {
	.letsplay-carousel {
		position: relative;
	}
	.letsplay-carousel .hero-banner .kstl-image-wrapper img {
		right: 0;
		position: absolute;
		max-width: 48vw;
		/*max-height: 65%;*/
		/*bottom: 0;
         width: auto; */
	}
	.letsplay-carousel .flexslider .grid.hero-banner {
		height: 37.4vw;
	}
	.recycle-face-container .kstl-image-wrapper {
		margin-top: -94px;
	}
	.recycle-division.vertical-center-wrapper {
		max-width: 80vw;
		margin: 0 auto;
	}
	.recycle-division.vertical-center-wrapper .forty-percent {
		width: 40%;
	}
	.recycle-division.vertical-center-wrapper .sixty-percent {
		width: 60%;
	}
	.recycle-division.vertical-center-wrapper .sixty-percent .vertical-center-container {
		max-width: 100%;
	}
}

.recycle-face-container .kstl-image-wrapper img {
	max-height: 675px;
}

.recycle-face-container .kstl-image-wrapper {
	padding: 0;
}

.vertical-center-container.section-right.display-block .grid__item {
	display: block;
}


/** bottom overlap image carousel **/

.bottom-cut-banner .vertical-bottom-container img {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:999px) {
	.bottom-cut-banner .flexslider .slides>li {
		margin-bottom: 0;
	}
	.bottom-cut-banner .flex-control-paging {
		bottom: 50px;
	}
}

@media only screen and (min-width:1000px) {
	.bottom-cut-banner .vertical-bottom-container {
		height: 42vw;
		position: relative;
	}
	.bottom-cut-banner .flexslider .slides>li {
		margin-bottom: 50px;
		/* border: none; */
	}
	.bottom-cut-banner .flex-control-paging {
		bottom: 80px;
	}
	.bottom-cut-banner .vertical-bottom-container img {
		bottom: -50px;
		position: absolute;
		right: 0;
	}
}


/** end of bottom overlap image carousel **/

@media (max-width: 999px) {
	.home-carousel.bottom-cut-banner .flexslider .slides>li {
		margin-bottom: 50px;
	}
	.home-carousel.bottom-cut-banner .vertical-bottom-container {
		padding: 0 16px
	}
	.home-carousel.bottom-cut-banner .vertical-bottom-container img {
		margin-bottom: -30px;
	}
}

@media only screen and (min-width:1000px) {
	.home-carousel.bottom-cut-banner .vertical-bottom-container img {
		bottom: -50px;
	}
}


/** video section **/

#main_container .grid .grid.video-section {
	max-width: 980px;
}

@media only screen and (min-width:1000px) {
	#main_container .grid .grid.video-section {
		border: 20px solid #EA002A;
		margin-right: auto;
		margin-left: auto;
	}
	#main_container .grid .grid.video-section.lets-play-video {
		border: 20px solid #FFD222;
	}
}

@media only screen and (max-width:999px) {
	#main_container .grid .grid.video-section {
		border: 16px solid #EA002A;
	}
	#main_container .grid .grid.video-section.lets-play-video {
		border: 16px solid #FFD222;
	}
}


/** end of video section **/


/*border-colors*/

@media only screen and (min-width:1000px) {
	#main_container .grid .grid.video-section.red-border {
		border: 20px solid #EA002A;
	}
	#main_container .grid .grid.video-section.yellow-border {
		border: 20px solid #FFD222;
	}
	#main_container .grid .grid.video-section.green-border {
		border: 20px solid #009E80;
	}
}

@media only screen and (max-width:999px) {
	#main_container .grid .grid.video-section.red-border {
		border: 16px solid #EA002A;
	}
	#main_container .grid .grid.video-section.yellow-border {
		border: 16px solid #FFD222;
	}
	#main_container .grid .grid.video-section.green-border {
		border: 16px solid #009E80;
	}
}


/** search page **/

.search-results .product_category>.grid__item.palm-one-half h3 a {
	text-decoration: none;
}

.search-results .kstl-results {
	margin-bottom: 10px;
}

.search-results .kstl-pager,
.search-results .product_category>.grid__item.palm-one-half {
	text-align: center;
}

@media only screen and (min-width:1000px) {
	.search-results .product_category>.grid__item.palm-one-half {
		max-width: 17vw;
		margin: 0 0 40px 0;
	}
	/* .search-results .product_category >.grid__item.palm-one-half *{ */
	/* padding:0 10px; */
	/* } */
}

@media only screen and (max-width:999px) {
	.search-results .pagination a {
		padding: 5px;
	}
	.search-results .pagination input {
		font-size: 16px;
	}
}


/** end of search page **/


/** product listing **/

.kstl-product-group h1 {
	display: none;
	margin: 0;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

.kstl-product-group a img {
	height: 17.5vw;
	margin: 0 auto 15px auto;
	display: block;
}

.kstl-product-group h3 {
	text-align: center;
	/* padding:0 10px; */
	margin-bottom: 0;
}
.product_category>.grid__item.palm-one-half h3 a{
	line-height: 26px;
}
.kstl-product-group h3 a {
	text-decoration: none;
	color: #EA002A;
	font-size: 18px;
	line-height: 26px;
	font-family: Pinup;
}

.kstl-product-group h3 a:hover {
	color: #FFD222;
}

.kstl-product-group p {
	display: none;
}

@media only screen and (max-width:999px) {
	.kstl-product-group a img {
		height: 73.5vw;
		margin: 0 auto 15px;
	}
	.yellowfigure-bg .kstl-product-group a img {
		height: 44.5vw;
	}
	.kstl-product-group h3 a {
		font-size: 16px;
		line-height: 22px;
	}
	.kstl-product-group h3 {
		margin-bottom: 20px;
		padding: 0 5px;
		line-height: 22px;
	}
}

.products-list-wrapper p {
	margin-bottom: 0;
}

.products-list-wrapper .product_category {
	background: #fff;
	padding: 0 70px;
}

.products-list-wrapper .lightgrey-bg .product_category,
.products-list-wrapper .yellowfigure-bg .product_category {
	padding: 40px 70px 10px 70px;
}

.product_category .fullWidth-content {
	padding: 0 70px;
	background: #fff;
}

@media only screen and (max-width:999px) {
	.products-list-wrapper .product_category {
		background: #fff;
		padding: 0 16px;
	}
	.products-list-wrapper .lightgrey-bg .product_category,
	.products-list-wrapper .yellowfigure-bg .product_category {
		padding: 20px 16px;
	}
	.products-list-wrapper button.adimoBuyNow {
		margin-bottom: 20px;
		left: 0;
		text-align: revert;
	}
	.product_category {
		text-align: left;
	}
}

@media only screen and (min-width:1000px) {
	.product_category>.grid__item.palm-one-half {
		max-width: 20vw;
		margin: 0 0 30px 0;
	}
    .product_category>.grid__item.palm-one-half > a:first-of-type:focus{
	 display:block;
	}
    .product_category>.grid__item.palm-one-half h3 a{
	line-height: 26px;
	}
	.product_category>.grid__item.palm-one-half * {
		line-height: 0;
		margin-bottom: 0;
	}
	.product_category>.grid__item.palm-one-half img {
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.product_category>.grid__item.palm-one-half h3 {
		line-height: 1.3;
		padding: 0 15px;
	}
	.yellowfigure-bg .product_category>.grid__item.palm-one-half img {
		height: 12vw;
	}
    .product_category>.grid__item.palm-one-half h3 + a{
		display: none;
	}
}


/** end of list **/


/** prdouct detail **/

.product-detail-banner {
	min-height: 510px;
	position: relative;
	margin-bottom: 70px;
	overflow: hidden;
}

.kstl-prod-detail-page .kstl-image-wrapper {
	height: 330px;
	overflow: hidden;
	bottom: 0;
	left: 0%;
	text-align: center;
}

@media (min-width: 1000px) {
	.kstl-prod-detail-page .kstl-image-wrapper {
		height: unset;
		overflow: hidden;
		text-align: center;
		margin: 0 20px 0 auto;
		max-height: 450px;
		max-width: 244px;
	}
	.product-detail-banner .vertical-center-container {
		padding: 40px 0;
	}
}

@media (min-width: 1000px) {
	.custom-product-details {
		/* min-height:550px; */
		padding-left: 10px!important;
		max-width: 45vw;
	}
}

.custom-product-details.vertical-center-container>div.grid__item {
	height: auto;
}

.custom-product-details h1 {
	font-size: 3.5vw;
	margin-bottom: 20px;
}

.custom-product-details * {
	color: #fff;
}

.kstl-prod-detail-page p.kstl-product-description {
	margin-bottom: 20px;
	padding: 0;
}

.kstl-prod-detail-page .kstl-responsive-image img {
	padding: 0;
	max-height: 100%;
}

.kstl-prod-detail-page .kstl-nutrition-header {
	display: none
}

.kstl-prod-detail-page .kstl-nutrition-info {
	font-family: Andes;
	font-size: 1.25vw;
	line-height: 1.3;
	font-weight: normal;
	padding: 0;
}

.kstl-prod-detail-page h2 {
	padding-right: 10%
}

.kstl-product-nutrition-list {
	margin-bottom: 70px;
}

@media (max-width: 999px) {
	.kstl-product-nutrition-list {
		margin-bottom: 40px;
	}
	.kstl-prod-detail-page .kstl-nutrition-info {
		font-size: 4.3vw;
		line-height: 1.25;
	}
	.kstl-prod-detail-page h2 {
		padding-right: 0
	}
	.kstl-prod-detail-page .kstl-image-wrapper {
		height: 100%;
	}
	.kstl-prod-detail-page .kstl-image-wrapper img {
		max-width: 40vw;
	}
	body .fullWidth .product-detail-banner .fullWidth-content {
		padding: 0;
	}
	.kstl-product-header {
		padding: 0
	}
	.custom-product-details {
		background: #fff;
		padding: 40px 0;
		margin: 0 16px;
		border-bottom: 2px solid #f1f1f1
	}
	.custom-product-details * {
		color: #000;
	}
	.custom-product-details h1 {
		color: #EA002A;
		font-size: 8.5vw;
	}
	.product-detail-banner {
		margin-bottom: 40px;
		background-color: #fff;
		padding: 0;
	}
	.custom-product-details .button.white {
		background-color: #EA002A;
		color: #fff;
		border: solid 1px #EA002A;
	}
	.custom-product-details .button.white:hover {
		background-color: white;
		color: #EA002A;
		border: solid 1px #cccccc;
	}
}


/** end of product details **/


/*temporary css*/

.temp-insta-images img {
	max-width: 20%;
	padding: 10px;
}

@media only screen and (max-width:999px) {
	.temp-insta-images img {
		max-width: 40%;
	}
}


/*end of temporary css*/


/*for venobox*/

.vbox-next,
.vbox-prev {
	display: none!important;
}


/*max-height section*/


/*policy page font*/

@media only screen and (min-width:1000px) {
	.font-14 p,
	.font-14 p a,
	.font-14 ul li a,
	.font-14 ol li a,
	.font-14 ol li::marker {
		font-size: 1vw;
	}
}


/*subscription form */

@media only screen and (min-width:1000px) {
	.signup .kstl-image-wrapper.js-image-wrapper {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.signup .vertical-center-container.section-right {
		padding: 40px 0;
	}
	.signup .kstl-image-wrapper img {
		max-height: 34vw;
		float: right;
	}
	.signup .position-relative {
		position: relative;
	}
}


/*404 error & thankyou page */

@media only screen and (min-width:1000px) {
	.error-page .hero-banner .kstl-image-wrapper img {
		max-width: 35%;
		top: 40px;
	}
}

@media only screen and (max-width:999px) {
	.error-page .hero-banner .kstl-image-wrapper img {
		max-width: 95%;
		float: right;
	}
	.error-page .hero-banner {
		display: flex;
		flex-direction: column-reverse;
		padding: 40px 0 0;
	}
	.error-page .flexslider .grid.vertical-center-container {
		padding: 40px 16px;
	}
}


/*show more*/

#more {
	display: none;
}


/*contact us*/

#KSTL-ContactUs-main #KSTL-ContactUs-contactinfo-address-region a {
	color: #000;
}

#KSTL-ContactUs-main #KSTL-ContactUs-contactinfo-address-region a:hover,
#KSTL-ContactUs-main #KSTL-ContactUs-contactinfo-address-region p a:hover {
	color: #EA002A;
}

@media only screen and (max-width:999px) {
	#KSTL-ContactUs-uploadfile-template {
		font-size: 18px;
		line-height: 50px;
	}
	#skip-main-content #KSTL-ContactUs-main fieldset select {
		text-overflow: ellipsis;
		width: 100%;
		max-width: 100%;
		padding-right: 30px;
		overflow: hidden!important;
		white-space: nowrap;
	}
	#skip-main-content #KSTL-ContactUs-main #KSTL-ContactUs-codes input[name=codes] {
		width: 85%;
	}
	#skip-main-content #KSTL-ContactUs-main #KSTL-ContactUs-codes div>button {
		width: 10%;
	}
	#skip-main-content #KSTL-ContactUs-main fieldset .checkbox input {
		width: auto;
	}
	#skip-main-content #KSTL-ContactUs-main fieldset div.checkbox {
		display: flex;
		flex-direction: row-reverse;
	}
	#skip-main-content #KSTL-ContactUs-main fieldset .checkbox>div {
		margin-right: 10px;
	}
}


/*fix for firefox*/

.modal__container {
	display: none !important;
}

.kstl-regv6-login-only .KSTL-Registration .ng-form input[type=date],
.kstl-regv6-login-only .KSTL-Registration .ng-form input[type=email],
.kstl-regv6-login-only .KSTL-Registration .ng-form input[type=number],
.kstl-regv6-login-only .KSTL-Registration .ng-form input[type=password],
.kstl-regv6-login-only .KSTL-Registration .ng-form input[type=tel],
.kstl-regv6-login-only .KSTL-Registration .ng-form input[type=text],
.kstl-regv6-myaccount .KSTL-Registration .ng-form input[type=date],
.kstl-regv6-myaccount .KSTL-Registration .ng-form input[type=email],
.kstl-regv6-myaccount .KSTL-Registration .ng-form input[type=number],
.kstl-regv6-myaccount .KSTL-Registration .ng-form input[type=password],
.kstl-regv6-myaccount .KSTL-Registration .ng-form input[type=tel],
.kstl-regv6-myaccount .KSTL-Registration .ng-form input[type=text],
.kstl-regv6-reg-only .KSTL-Registration .ng-form input[type=email] {
	height: 2.5em;
	font-size: 1em;
}


/*for crit com*/

#error_wp {
	position: fixed;
	z-index: 14;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	left: 0;
	right: 0;
}

#error_wp p {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#error_wp p a {
	color: white;
	font-size: 16px;
	font-family: Pinup;
	line-height: 1.5;
	text-decoration: none;
}

#error_wp .errorwrap {
	padding: 1em;
}

@media only screen and (max-width: 999px) {
	#error_wp .errorwrap {
		padding: .4em;
	}
	#error_wp p {
		line-height: 1;
		font-size: 3.2vw;
	}
	#error_wp p a {
		font-size: 12px;
	}
}

.with-yellow-bg,
.palm-with-yellow-bg-mob {
	background: #38aa34;
}

.with-yellow-bg a.red {
	position: absolute;
	top: 47%;
	margin-left: -5%;
}

.palm-with-yellow-bg-mob a.red {
	position: absolute;
	top: 85%;
	margin-left: -25%;
}

.with-yellow-bg .terms,
.with-yellow-bg .terms a,
.palm-with-yellow-bg-mob .terms,
.palm-with-yellow-bg-mob .terms a {
	color: #fafeff !important;
}

.with-yellow-bg .terms a:hover,
.palm-with-yellow-bg-mob .terms a:hover {
	color: #EA002A !important;
}

a.ot-sdk-show-settings {
	cursor: pointer;
}


/*css fix for banner button border*/

.button.banner-button-border {
	border: 2px solid #fff;
}

.button.banner-button-border:hover {
	border: 2px solid #EA002A;
}

/*skip to main content*/
@media only screen and (min-width:1000px) {
.skip-link.focusable:active,.skip-link.focusable:focus{position:absolute !important;clip:unset;overflow:visible;height:40px !important;z-index:99999999;width:200px !important;left:0;color:#fff;text-decoration:none;text-align:center;outline:none !important;-webkit-box-shadow:none;box-shadow:none;right:0;margin:auto;background:#d31346;top: 0;}
a.visually-hidden {
    color: #fff;
    text-decoration: none;
}
.visually-hidden{position:absolute !important;overflow:hidden;width:1px !important;height:1px !important;word-wrap:normal;background:#d31346;color:#fff;font-family:kelloggssans-medium;font-size:16px;padding:10px 10px;z-index:1;text-decoration:none;clip:rect(1px,1px,1px,1px)}
}
@media only screen and (max-width:999px) {
	.visually-hidden{
		display:none;
	}
}

/**
 * Pringles Masterbrand style
 *
 *
 */


/*
 * Tool Styles
 * --------------------------------------------------
 */

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-size: 1.25vw;
	font-family: Andes;
	overflow-y: auto !important;
	color: #000000;
	line-height: 1;
	overflow-x: hidden;
}

@media only screen and (max-width:999px) {
	body {
		font-size: 5vw;
	}
}

.grid__item {
	padding: 0;
}

#main_container .grid .grid__item {
	padding-top: 0;
}

#main_container .grid .grid {
	margin-top: 0;
}

.grid {
	margin-left: 0;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

body .fullWidth,
html .fullWidth {
	display: block;
	margin: 0 auto;
	z-index: -100;
}

#main_container>header {
	width: 100%;
	position: fixed;
}

#main_container>header,
#main_container>footer {
	margin: 0 auto;
	max-width: 100vw;
}

section {
	padding-top: 90px;
	margin: 0 auto;
}

@media (max-width: 999px) {
	section {
		padding-top: 65px;
	}
}

body .fullWidth .centeredContent {
	display: block;
	max-width: 58vw;
	margin-right: auto;
	margin-left: auto;
}

body .fullWidth .centeredContent .kstl-rich-text {
	max-width: 54vw;
	margin-right: auto;
	margin-left: auto;
}

body .fullWidth .fullWidth-content {
	max-width: 80vw;
	margin-right: auto;
	margin-left: auto;
	/* padding-left:1.5vw; */
}

@media only screen and (max-width:999px) {
	body .fullWidth .centeredContent,
	body .fullWidth .fullWidth-content {
		padding-left: 16px;
		padding-right: 16px;
		max-width: unset;
	}
	body .fullWidth .centeredContent .kstl-rich-text {
		max-width: unset;
	}
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.center .kstl-image-wrapper img {
	margin-right: auto;
	margin-left: auto;
}

.display-none {
	display: none;
}

@media (max-width: 999px) {
	.mobile-center {
		text-align: center;
	}
	.mobile-left {
		text-align: left;
	}
	.mobile-right {
		text-align: right;
	}
}

@media only screen and (min-width: 1000px) {
	.desktop-center {
		text-align: center;
	}
	.desktop-left {
		text-align: left;
	}
	.desktop-right {
		text-align: right;
	}
}

h1,
.h1 {
	font-size: 5vw;
	line-height: 1.2;
	margin-bottom: 20px;
}

h2,
.h2 {
	font-size: 3.5vw;
	line-height: 1.2;
	margin-bottom: 20px;
}

h3,
.h3 {
	font-size: 1.4vw;
	line-height: 1.2;
	margin-bottom: 20px;
}

p,
ul li,
ol li,
a,
p a,
ul li a,
ol li a,
.kstl-rich-text ol li,
.kstl-rich-text ul li {
	margin-bottom: 20px;
	line-height: 1.3;
	color: #000;
}

ul li a,
ol li a {
	margin-bottom: 0;
}

a:hover,
p a:hover,
ul li a:hover,
ol li a:hover {
	color: #EA002A
}
a:focus,
p a:focus,
ul li a:focus,
ol li a:focus,
.flex-container a:focus,
.flexslider a:focus,
.button:focus,
button:focus{
outline: 1px solid black;
}
.search-overlay a:focus,
.search-overlay .close p:focus,
.vbox-overlay a:focus,
.vbox-close:focus,
.custom-overlay.search-overlay .search-textbox input[type="text"]:focus{
outline: 1px solid white;
}
ul li,
ol li {
	margin-bottom: 20px;
	line-height: 1.3;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.pre-heading,
ul li h3,
ol li h3 {
	font-family: Pinup;
	font-weight: bold;
}

.pre-heading {
	font-size: 1.4vw;
	line-height: 1.5;
	margin-bottom: 10px;
}

@media only screen and (max-width:999px) {
	h1,
	.h1 {
		font-size: 9.6vw;
	}
	h2,
	.h2 {
		font-size: 8.5vw;
	}
	h3,
	.h3 {
		font-size: 6.5vw;
	}
	p,
	ul li,
	ol li,
	a,
	p a,
	ul li a,
	ol li a,
	.kstl-rich-text ol li,
	.kstl-rich-text ul li {
		font-size: 4.3vw;
	}
	.pre-heading {
		font-size: 4.3vw;
	}
}

.button,
.btn-primary,
#KSTL-ContactUs-uploadfile-template {
	display: inline-block;
	padding: 0 30px;
	background: #EA002A;
	border-radius: 5px;
	border: 2px solid #F4F1F2;
	text-transform: uppercase;
	font-size: 1.1vw;
	line-height: 3.4vw;
	color: white;
	font-weight: bold;
	font-family: Pinup;
	text-decoration: none;
	transition: background-color .3s, border .3s;
	box-sizing: border-box;
	width: auto;
	margin-bottom: 0;
}
.buttonhome,
.btn-primary,
#KSTL-ContactUs-uploadfile-template {
	display: inline-block;
	padding: 0 30px;
	background: #EA002A;
	border-radius: 5px;
	border: 2px solid #F4F1F2;
	text-transform: uppercase;
	font-size: 1vw;
	line-height: 3.4vw;
	color: white;
	font-weight: bold;
	font-family: Pinup;
	text-decoration: none;
	transition: background-color .3s, border .3s;
	box-sizing: border-box;
	width: auto;
	margin-bottom: 0;
}
.button1,
.btn-primary,
#KSTL-ContactUs-uploadfile-template {
	display: inline-block;
	padding: 0 30px;
	background: #EA002A;
	border-radius: 5px;
	border: 2px solid #F4F1F2;
	text-transform: uppercase;
	font-size: 1.1vw;
	line-height: 3.4vw;
	color: white;
	font-weight: bold;
	font-family: Pinup;
	text-decoration: none;
	transition: background-color .3s, border .3s;
	box-sizing: border-box;
	width: auto;
	margin-bottom: 0;
}

.button:hover,
.btn-primary:hover {
	background-color: #fff;
	color: #EA002A;
	border-color: #EA002A;
}
.buttonhome:hover,
.btn-primary:hover {
	background-color: #fff;
	color: #EA002A;
	border-color: #EA002A;
}
.button1:hover,
.btn-primary:hover {
	background-color: #fff;
	color: #EA002A;
	border-color: #EA002A;
}

.button.white {
	background-color: white;
	color: #EA002A;
	border: solid 2px #fff;
}
.buttonhome.white {
	background-color: white;
	color: #EA002A;
	border: solid 2px #fff;
}
.button1.white {
	background-color: white;
	color: #EA002A;
	border: solid 2px #fff;
}

.button.white:hover {
	background-color: transparent;
	color: white;
}
.buttonhome.white:hover {
	background-color: transparent;
	color: white;
}
.button1.white:hover {
	background-color: transparent;
	color: white;
}

.button.yellow {
	background-color: #ea002a;
	color: #ffffff;
	border: solid 2px #ffffff;
}

.button.yellow:hover {
	background-color: white;
	color: #EA002A;
}

@media only screen and (max-width:999px) {
	.button,
	button,
	.btn-primary {
		font-size: 3.5vw;
		line-height: 50px;
	}
	.buttonhome,
	button,
	.btn-primary {
		font-size: 3.7vw;
		line-height: 50px;
	}
	.button1,
	button,
	.btn-primary {
		font-size: 3.5vw;
		line-height: 50px;
	}
	.button.yellow:active {
		background-color: transparent;
		color: #EA002A;
	}
	.button:active,
	.btn-primary:active {
		background-color: #fff;
		color: #EA002A;
	}
	.buttonhome:active,
	.btn-primary:active {
		background-color: #fff;
		color: #EA002A;
	}
	.button1:active,
	.btn-primary:active {
		background-color: #fff;
		color: #EA002A;
	}
	.button.white:active {
		background-color: transparent;
		color: white;
	}
	.buttonhome.white:active {
		background-color: transparent;
		color: white;
	}
	.button1.white:active {
		background-color: transparent;
		color: white;
	}
}

.hero-banner * {
	color: #fff;
}

.text-white {
	color: #fff;
}

.text-red {
	color: #EA002A;
}

.text-yellow {
	color: #FFD222;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-bottom-0 {
	margin-bottom: 0;
	;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-right-5percent {
	padding-right: 5%;
}

.padding-left-5percent {
	padding-left: 5%;
}

.padding-left-0 {
	padding-left: 0;
}

@media only screen and (max-width:999px) {
	.padding-mobile-bottom-40 {
		padding-bottom: 40px;
	}
	.padding-mobile-bottom-20 {
		padding-bottom: 20px;
	}
	.margin-mobile-bottom-0 {
		margin-bottom: 0;
	}
	.margin-mobile-bottom-20 {
		margin-bottom: 20px;
	}
	.margin-mobile-bottom-40 {
		margin-bottom: 40px;
	}
	.margin-mobile-top-40 {
		margin-top: 40px!important;
		;
	}
	.padding-mobile-top-40 {
		padding-top: 40px !important;
	}
	.margin-bottom-70 {
		margin-bottom: 40px;
	}
	.padding-bottom-70 {
		padding-bottom: 40px;
	}
	.padding-top-70 {
		padding-top: 40px;
	}
	.padding-mobile-0,
	.vertical-center-wrapper.padding-mobile-0 {
		padding: 0!important;
	}
	.padding-mobile-top-0,
	.vertical-center-wrapper.padding-mobile-top-0 {
		padding-top: 0!important;
	}
	.padding-mobile-bottom-0,
	.vertical-center-wrapper.padding-mobile-bottom-0 {
		padding-bottom: 0!important;
	}
	.margin-60 {
		margin-top: 40px!important;
		margin-bottom: 40px;
	}
	.mobile-width-70 {
		max-width: 70%;
	}
	.vertical-center-wrapper .mobile-width-70 .kstl-image-wrapper {
		padding-left: 0;
	}
	.padding-mobile {
		padding: 0 16px!important;
	}
}

@media only screen and (min-width:1000px) {
	.max-container-size {
		max-height: 640px;
	}
	.max-container-size .kstl-image-wrapper img {
		max-height: 640px;
	}
	.width-90 {
		max-width: 90%;
	}
	.width-80 {
		max-width: 80%;
	}
	.padding-desktop-bottom-70 {
		padding-bottom: 70px;
	}
	.margin-desktop-bottom-70 {
		margin-bottom: 70px;
	}
	.margin-desktop-top-70 {
		margin-top: 70px!important;
	}
	.margin-desktop-top-20 {
		margin-top: 20px!important;
	}
	.padding-desktop-top-70 {
		padding-top: 70px;
	}
	.padding-desktop-top-20 {
		padding-top: 20px;
	}
	.padding-desktop-top-40 {
		padding-top: 40px;
	}
	.margin-60 {
		margin-top: 60px!important;
		margin-bottom: 60px;
	}
}

.fullWidth-Banner img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.kstl-image-wrapper img {
	display: block;
}


/** header **/

.header-belt {
	background: #EA002A;
	height: 90px
}

#main_container .header-belt .grid {
	padding-top: 0;
	margin-top: 0;
}

#main_container .header-belt.grid>.grid__item {
	padding-top: 4px;
}

.header-belt .desk-six-tenths {
	text-align: right;
}

.logo {
	position: relative;
}

.logo .kstl-image-wrapper {
	z-index: 1000;
	position: absolute;
}

.logo .kstl-image-wrapper img {
	max-width: 91px;
	margin-top: -2px;
}
.logo .kstl-image-wrapper a:focus,
.fullWidth-Banner .kstl-image-wrapper a:focus{
	display:block;
    margin:0;
}

.topNav {
	max-width: 84vw;
	margin: 0 auto;
}

@media only screen and (max-width:999px) {
	.topNav {
		max-width: 91.5vw
	}
	.topNav .operators-wrapper {
		text-align: right;
		padding-right: 20px;
	}
}

@media only screen and (min-width: 1000px) {
	.topNav .operators-wrapper {
		text-align: center;
	}
	.logo .kstl-image-wrapper {
		right: 0;
	}
	.header-belt .desk-seven-tenths {
		width: 75%;
	}
	.header-belt .desk-two-tenths {
		width: 15%;
	}
	footer .content_wrapper {
		/* padding-left: 1.5vw; */
	}
}

.topNav .operators-wrapper a {
	width: 48px;
	height: 48px;
	margin-left: 10px;
	display: inline-block;
	max-width: 3.3vw;
	max-height: 3.3vw;
	transition: all .1s ease-in-out;
}

.topNav .operators-wrapper a:hover {
	transform: scale(1.1);
}

.topNav .operators-wrapper a:first-child {
	margin-left: 0;
}

.KSTLNav {
	z-index: 9;
	justify-content: center;
	margin-top: 0;
	margin: 0 auto;
	text-align: center;
}

.KSTLNav li {
	margin-bottom: 0;
}

.KSTLNav>li.nav-button:after {
	display: none;
}

.KSTLNav>li.nav-button.active>a,
.KSTLNav>li.nav-button.highlightedNavLink>a {
	color: #FFD222;
	background: transparent;
}

.KSTLNav>li.nav-button>a {
	background-color: transparent;
	font-family: Pinup;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1vw;
	line-height: 1.625;
	text-transform: uppercase;
}

.KSTLNav>li.nav-button>a:hover {
	color: #FFD222;
	background: transparent;
}

@media (max-width: 999px) {
	.logo .kstl-image-wrapper {
		left: 0;
	}
	.header-belt {
		height: 66px;
	}
	.logo .kstl-image-wrapper img {
		max-height: 72px;
	}
	.topNav .operators-wrapper a {
		height: 30px;
		width: 30px;
		max-width: 8.4vw;
		max-height: 8.4vw;
	}
	.top-menu-container {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
	.KSTLNav {
		display: none;
	}
	.KSTLNav.KSTLNav-show {
		display: block;
		height: 100vh;
		padding: 140px 0;
		text-align: left;
		background: rgba(29, 29, 29, 0.95);
		width: 100vw;
	}
	.KSTLNav>li.nav-button {
		background: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		margin: 0 4.25vw;
	}
	.KSTLNav>li.nav-button:last-child {
		border-bottom: none;
	}
	.KSTLNav>li.nav-button>a {
		padding: 7px 0;
		font-size: 4.8vw;
		line-height: 2.4;
	}
	.KSTLNav>li.nav-button>a:hover {
		background: transparent;
		color: #FFD222;
	}
}


/** end of desktop header **/


/* Country Selector*/

.vbox-inline {
	background-color: transparent !important;
}


/*.vbox-container{
	max-width:1440px
}*/

.vbox-preloader {
	display: none;
}

.vbox-container .kstl-image-wrapper,
.search-overlay .kstl-image-wrapper {
	padding: 0 5vw;
}

.vbox-container .kstl-image-wrapper img,
.search-overlay .kstl-image-wrapper img {
	max-height: 140px;
	max-width: 91px;
	display: none;
}

.vbox-close {
	background-color: transparent;
	margin: 5vw 10vw;
}

.language {
	padding: 5vw;
}

.language ul {
	-webkit-column-count: 5;
	/* Safari and Chrome */
	-moz-column-count: 5;
	/* Firefox */
	column-count: 5;
}

.language ul li {
	min-width: initial;
	display: block;
	border-top: 0;
	margin: 0;
	margin-bottom: 10px;
}

.language ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1vw;
	font-family: Andes;
}

.language ul li a:hover {
	color: #FFD222;
	text-decoration: underline;
}

.language ul li h3 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.language ul li * {
	color: #fff
}

@media screen and (min-width: 0px) and (max-width: 602px) {
	.vbox-close {
		margin: 10vw 1vw;
	}
	.vbox-container .kstl-image-wrapper,
	.search-overlay .kstl-image-wrapper {
		padding: 0;
	}
	.language {
		height: auto;
		padding: 0px;
		text-align: center;
	}
	.language ul {
		padding: 70px 0;
		-webkit-column-count: 1;
		/* Safari and Chrome */
		-moz-column-count: 1;
		/* Firefox */
		column-count: 1;
		text-align: left;
		display: block;
	}
	.language ul li {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width:999px) {
	.language ul li a {
		font-size: 4.2vw;
	}
	.language ul li h3 {
		font-size: 4.4vw;
	}
}


/** end of country selector **/


/** search overlay **/

.custom-overlay.search-overlay {
	max-width: 90vw;
	margin: 0 auto !important;
	padding: 15px 25px 120px 25px !important;
}

.custom-overlay.search-overlay .operator.close {
	text-align: right;
	cursor: pointer;
}

.custom-overlay.search-overlay .search-textbox {
	max-width: 68vw;
	margin: 100px auto 0 auto;
	opacity: 1;
}

.custom-overlay.search-overlay .search-textbox input[type="text"] {
	width: calc(100% - 75px);
	font-size: 3.4vw;
	line-height: 1.3;
	padding: 10px 0;
	border: none;
	border-bottom: solid 1px #fff;
	border-radius: 0;
	background: transparent;
	color: #fff;
	outline: 0;
	font-family: Andes;
}

.search-textbox__link {
	width: 30px;
}

.search-textbox__link img {
	max-width: 30px;
	height: auto;
}

@media (max-width:999px) {
	.custom-overlay.search-overlay .kstl-image-wrapper img {
		max-height: 72px;
	}
	.custom-overlay.search-overlay .search-textbox input[type="text"] {
		font-size: 6.5vw;
		width: calc(100% - 60px);
	}
	.custom-overlay.search-overlay .search-textbox,
	.custom-overlay.search-overlay {
		max-width: unset;
	}
	.custom-overlay.search-overlay {
		padding: 15px 16px 120px 16px !important;
	}
}

.grid__item.custom-overlay-parent.active>div>div:nth-child(1)>div>span>img {
	margin-left: 15px;
	width: 100px;
	margin-top: 1px;
}

@media (max-width: 601px) {
	.grid__item.custom-overlay-parent.active>div>div:nth-child(1)>div>span>img {
		margin-left: -5px
	}
}

.custom-overlay.search-overlay .search-textbox input[type="text"]::-webkit-input-placeholder {
	color: #fff;
	font-family: Pinup;
}

.custom-overlay.search-overlay .search-textbox input[type="text"]::-moz-placeholder {
	color: #fff;
	font-family: Pinup;
}

.custom-overlay.search-overlay .search-textbox input[type="text"]::-ms-input-placeholder {
	color: #fff;
	font-family: Pinup;
}

.custom-overlay.search-overlay .search-textbox input[type="text"]::placeholder {
	color: #fff;
	font-family: Pinup;
}

.grid__item.custom-overlay-parent.active {
	display: block!important;
}

.grid__item.custom-overlay-parent {
	display: none !important;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.85);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.close p {
	position: relative;
	top: 32px;
	left: 0;
	width: 32px;
	height: 32px;
	text-indent: -99999px;
}

.close p:before,
.close p:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 24px;
	width: 3px;
	background-color: #fff;
}

.close p:before {
	transform: rotate(45deg);
}

.close p:after {
	transform: rotate(-45deg);
}


/** end of search overlay **/


/** mobile nav and hamburger **/

@media only screen and (max-width: 999px) {
	.navicon span:before {
		top: -8px;
	}
	.navicon span:after {
		bottom: -8px;
	}
	.navicon span,
	.navicon span:after,
	.navicon span:before {
		cursor: pointer;
		height: 3px;
		width: 24px;
		background: #fff;
		z-index: 1;
	}
	.menu-button {
		width: 24px;
		height: 16px;
		padding: 0;
		background: transparent;
		display: none;
	}
	.menu-button {
		display: block;
	}
	.menu-button.activeMenu .navicon span {
		background: transparent;
	}
	.menu-button.activeMenu .navicon span:before {
		top: 0;
		transform: rotate(45deg);
	}
	.menu-button.activeMenu .navicon span:after {
		top: 0;
		transform: rotate(-45deg);
	}
}


/** end of mobile nav and hamburger **/


/** footer **/

footer .content_wrapper {
	max-width: 80vw;
	margin: 0 auto;
}

@media only screen and (max-width:999px) {
	footer .content_wrapper {
		padding: 0 16px;
		max-width: unset;
	}
}

footer {
	background: #EA002A;
	color: #fff;
	padding: 30px 0 70px;
}

footer * {
	color: #fff;
	font-family: Pinup;
}

footer .copyright {
	text-align: right;
}

footer .copyright p {
	font-family: Andes;
	font-style: normal;
	font-weight: 700;
	font-size: .83vw;
	line-height: 1;
}

footer ul.footer-links {
	display: grid;
	grid-template-columns: 21% 21% 21% 21%;
	margin-bottom: 10px;
	column-gap: 5.25%;
}

footer ul li {
	list-style: none;
	margin-bottom: 0;
	display: block;
}

footer ul.footer-links li {
	display: inline-block;
	width: 100%;
	padding: 27px 0 11px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0 auto;
}

footer ul li a {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1vw;
	line-height: 1.5;
	color: #fff;
	font-family: Pinup;
}

footer ul li a:hover {
	color: #FFD222;
}

footer ul.social-links {
	text-align: right;
	margin-bottom: 15px;
}

footer ul.social-links li a {
	transition: all .1s ease-in-out;
	width: 48px;
	height: 48px;
	display: inline-block;
	max-width: 2.2vw;
	max-height: 2.2vw;
}

footer ul.social-links li a:hover {
	transform: scale(1.2);
}

footer ul.social-links li {
	display: inline-block;
	margin-left: 10px;
	max-height: 35px;
}

footer ul.social-links li img {
	max-width: 30px;
	max-height: 30px;
	vertical-align: middle;
}

@media only screen and (max-width:999px) {
	footer {
		padding: 20px 0;
	}
	footer .copyright p {
		font-size: 2.4vw;
	}
	footer ul li a {
		font-size: 4.2vw;
	}
	footer ul.footer-links {
		display: block;
		margin-bottom: 20px;
	}
	footer ul.footer-links li {
		display: block;
		max-width: 100%;
		padding: 15px 0 10px;
	}
	footer ul.social-links,
	footer .copyright {
		text-align: left;
	}
	footer ul.social-links li {
		margin-right: 10px;
		margin-left: 0
	}
	footer ul.social-links li a {
		max-width: 7vw;
		max-height: 8vw;
	}
}


/** end of footer **/


/** background **/

.cloud-bg {
	background: url(/content/dam/pringles/is_IS/images/backgrounds/clouds.png) center 100%/cover no-repeat;
}

.tandoor-bg {
	background: url(/content/dam/pringles/is_IS/images/promotions/tandoor-bg.jpg) right 100%/auto 100% no-repeat;
	padding-bottom: 20vw;
}

.fire-bg {
	background: url(/content/dam/pringles/is_IS/images/backgrounds/fire-bg.jpg) center 100%/cover no-repeat;
}

.chips-bg {
	/* background: url(/content/dam/pringles/is_IS/images/backgrounds/video-yellow-bg-chips.png) 0 85%/ 100% auto no-repeat; */
}

.yellowfigure-bg {
	background: #FFD222 url(/content/dam/pringles/is_IS/images/our-products/products-page-chips.png) top right/ auto 100% no-repeat;
	padding-bottom: 20vw;
}

.recycle-bg {
	background: url(/content/dam/pringles/is_IS/images/our-brand/recycle-bg.svg) 100% 100%/contain no-repeat;
}

.star-bg {
	background: url(/content/dam/pringles/is_IS/images/backgrounds/stars.png) center 100%/cover no-repeat;
}

.chips-bg {
	position: relative;
}

.solid-bluebg {
	background-color: #009CDE;
}

.solid-darkgreenbg {
	background: #009E80;
}

.solid-greenbg {
	background: #38aa34;
}

.solid-homebannercolor {
	/* background-color: #38b54a; */
	background-color: #fbc815;
	position: relative;
}

.solid-redbg {
	background-color: #EA002A;
}

.solid-whitebg {
	background-color: #fff;
}

.solid-blackbg {
	background-color: #000;
}

.solid-yellowbg {
	background-color: #FFD222;
}

.solid-purplebg {
	background-color: #570D3D
}

.lightgrey-bg {
	background: #F1F1F1;
}

.solid-maroonbg {
	background: #cb2843;
}

.chips-bg::before {
	position: absolute;
	height: 80%;
	top: 0;
	background-color: #FFD222;
	content: '';
	z-index: -1;
	width: 100%;
}

.solid-homebannercolor p.terms {
	max-width: 80vw;
	margin: 20px auto 40px;
	color: white;
	text-align: left;
	font-size: 12px;
}

.solid-homebannercolor p.terms a {
	color: #fff;
	font-size: 12px;
}

.solid-homebannercolor p.terms a:hover {
	color: #000;
}

.solid-homebannercolor .button.yellow {
	margin-bottom: 98px;
	position: absolute;
	bottom: 125px;
	padding: 0 30px;
	margin-left: -5vw;
}

@media only screen and (max-width:999px) {
	.yellowfigure-bg {
		background: #FFD222 url(/content/dam/pringles/is_IS/images/our-products/products-page-chips-bg-mobile.jpg) top right/100% 100% no-repeat;
	}
	.tandoor-bg {
		background: #EA002A url(/content/dam/pringles/is_IS/images/promotions/tandoor-bg-mobile.jpg) top right/100% 100% no-repeat;
	}
	.solid-homebannercolor p.terms {
		margin: 0 0 10px;
		padding: 16px;
		max-width: 100%;
		/* margin-top: -50px; */
	}
	.solid-homebannercolor p.terms.showmore {
		margin: 0 0 40px;
	}
	.solid-homebannercolor p.terms.showmore a {
		text-decoration: none;
		color: white;
		font-weight: bolder;
		font-size: 3.5vw;
	}
	.solid-homebannercolor .button.yellow {
		position: relative;
		bottom: 13vw;
		padding: 0 30px;
		margin-bottom: 0;
		margin-left: 0;
		/* margin-top: 0px; */
	}
	.chips-bg,
	.recycle-bg {
		background: none;
	}
	.recycle-bg .padding-top-70 {
		padding-top: 0;
	}
}

@media (max-width: 999px) {
	body .fullWidth .fullWidth-content.solid-whitebg {
		margin: 0 16px;
	}
}


/** markup defult text **/

#exitUrl {
	display: none;
}

ol li {
	margin-left: 20px
}

ol li::marker {
	font-weight: normal;
	font-family: Andes;
}

.blockspan span {
	display: block
}

.links-list li:last-child {
	margin-bottom: 40px
}

.links-list li ul li::marker {
	color: #000;
}

.links-list li ul li {
	list-style-type: disc;
	margin-left: 40px;
}

.links-list li {
	list-style: none;
	color: #EA002A;
}

.links-list li ul {
	padding-top: 20px;
	list-style-type: disc
}

.links-list li ul li:last-child {
	margin-bottom: 20px
}

.links-list .pre-heading {
	margin-bottom: 40px;
}

a[href="#top"] {
	display: inline-block
}


/** end of markup default text **/


/** sitemap **/

.sitemap .top-menu-container {
	position: static;
}

.sitemap .KSTLNav,
.sitemap ul {
	display: block;
	-webkit-column-count: 1;
	/* Safari and Chrome */
	-moz-column-count: 1;
	/* Firefox */
	column-count: 1;
	max-height: unset;
	text-align: left;
}

.sitemap .KSTLNav>li.nav-button,
.sitemap ul li {
	display: block;
	height: auto !important;
	position: static;
	outline: none;
	width: 100%;
	margin: 0 0 20px;
}

.sitemap .KSTLNav>li.nav-button a,
.sitemap ul li a {
	background-color: #fff;
	color: #000;
	border: none;
	font-size: 18px;
	/*line-height: 24px;*/
	padding: 0;
	font-weight: normal;
	text-decoration: underline;
	font-family: Andes;
}

.sitemap .KSTLNav>li.nav-button a:hover,
.sitemap ul li a:hover {
	color: #EA002A
}

.sitemap .KSTLNav li span.navicon {
	display: none;
}

@media (max-width: 999px) {
	.sitemap .KSTLNav>li.nav-button a,
	.sitemap ul li a {
		font-size: 16px;
		line-height: 22px;
	}
}


/** end of sitemap **/


/** contact us **/

.js-primary-layout {
	display: flex;
}

#skip-main-content #KSTL-ContactUs-main .box-bordered {
	border: none;
	width: 48%;
	margin: 0 1%;
}

#skip-main-content #KSTL-ContactUs-main .box-bordered.qq-file-id-0 {
	width: 100%;
}

#skip-main-content #KSTL-ContactUs-main .callus {
	background: none;
	padding: 0
}

#skip-main-content #KSTL-ContactUs-main .box-body {
	padding: 0;
}

#skip-main-content #KSTL-ContactUs-main .box-header {
	position: relative;
	background: none;
	padding: 340px 0 0;
	background-color: none;
}

#skip-main-content #KSTL-ContactUs-main .box-header::before {
	content: '';
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background: #f1f1f1 url(/content/dam/pringles/is_IS/images/contact-us/phoneus.svg) center center no-repeat;
	background-size: 145px auto;
}

#skip-main-content #KSTL-ContactUs-main .box-header#KSTL-ContactUs-contactform-header-region::before {
	background-image: url(/content/dam/pringles/is_IS/images/contact-us/emailus.svg);
}

#skip-main-content #KSTL-ContactUs-main .box-header h2 {
	color: #EA002A;
	margin-bottom: 20px;
	font-size: 3vw;
	line-height: 1.2;
}

#skip-main-content #KSTL-ContactUs-main .qq-upload-file-selector.qq-upload-file {
	display: inline-block;
	margin-bottom: 10px;
}

#KSTL-ContactUs-fileupload img.qq-thumbnail-selector {
	margin-right: 10px;
}

#skip-main-content #KSTL-ContactUs-main #KSTL-ContactUs-contactform-button-region {
	margin-top: 20px;
}

#skip-main-content #KSTL-ContactUs-main input[type=checkbox],
#skip-main-content #KSTL-ContactUs-main input[type=radio] {
	width: 22px !important;
}

#skip-main-content #KSTL-ContactUs-main input,
#skip-main-content #KSTL-ContactUs-main label,
#skip-main-content #KSTL-ContactUs-main option,
#skip-main-content #KSTL-ContactUs-main select,
#skip-main-content #KSTL-ContactUs-main textarea {
	font-family: Andes;
	line-height: 1.3;
	margin-bottom: 20px;
}

#skip-main-content #KSTL-ContactUs-main fieldset>div {
	margin-bottom: 0;
}

#skip-main-content #KSTL-ContactUs-main fieldset>div label {
	margin-bottom: 20px;
	display: inline-block;
}

#skip-main-content #KSTL-ContactUs-main fieldset select {
	max-width: 98%;
	background: #F1F1F1;
	border: 1px solid #BDBDBD;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 16px;
	width: 98%;
	background-image: url(/content/dam/pringles/is_IS/images/icons/gray-arrow.svg);
	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: 50%;
	background-size: 5%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

#skip-main-content #KSTL-ContactUs-main input,
#skip-main-content #KSTL-ContactUs-main textarea {
	border: 1px solid #BDBDBD;
	background: none;
	max-width: 98%;
	padding: 16px;
	width: 98%;
}

#skip-main-content #KSTL-ContactUs-main a.btn-secondary {
	font-family: Andes;
	line-height: 1.3;
	font-size: 1.25vw;
}

#skip-main-content #KSTL-ContactUs-main button,
#KSTL-ContactUs-uploadfile-template {
	margin-bottom: 20px
}

#skip-main-content .qq-upload-button {
	width: auto;
	background: none;
	border: none;
	text-align: left;
}

@media (max-width:999px) {
	#skip-main-content #KSTL-ContactUs-main fieldset .checkbox>div>div {
		margin-top: 20px;
	}
	#KSTL-ContactUs-fileupload img.qq-thumbnail-selector {
		margin: 0 10px 10px 0;
	}
	#skip-main-content #KSTL-ContactUs-main .box-header h2 {
		font-size: 8.5vw;
	}
	#skip-main-content #KSTL-ContactUs-main a.btn-secondary {
		font-size: 4.2vw;
	}
	.js-primary-layout {
		display: block;
		text-align: center;
	}
	#skip-main-content #KSTL-ContactUs-main .box-bordered {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: left;
	}
	#skip-main-content #KSTL-ContactUs-main .box-bordered#KSTL-ContactUs-contactinfo-region {
		margin-bottom: 40px;
	}
	#skip-main-content #KSTL-ContactUs-main .box-header::before {
		height: 180px;
		background-size: 90px auto;
	}
	#skip-main-content #KSTL-ContactUs-main .box-header {
		padding-top: 200px;
	}
}


/** end of  contact us **/


/** grm forms **/

section .KSTL-Registration {
	max-width: 48vw;
}

section .KSTL-Registration .pod {
	border: none;
	padding: 0;
	margin: 0;
}

section .solid-redbg .KSTL-Registration .pod .error-field p {
	margin-bottom: 10px;
	padding: 0;
	color: #FFD222;
}

.KSTL-Registration .infoTooltip {
	width: 100%;
	max-width: unset;
}

section .KSTL-Registration h1,
section .KSTL-Registration h2,
section .KSTL-Registration h3,
section .KSTL-Registration p {
	margin-bottom: 20px;
	color: #fff;
}

section .KSTL-Registration h2 {
	font-size: 2.1vw;
}

.login-section .KSTL-Registration h2,
.login-section .KSTL-Registration h3,
.login-section .KSTL-Registration p {
	color: #000;
}

section .KSTL-Registration .ng-form label {
	margin-bottom: 10px;
	max-width: 63vw;
	font-weight: normal;
	line-height: 1.3;
	font-family: 'Andes';
}

section .KSTL-Registration .ng-form label.label-after {
	margin-bottom: 0;
}

section .KSTL-Registration .ng-form input[type=checkbox],
section .KSTL-Registration .ng-form input[type=radio] {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	background: #FFFFFF;
	margin-right: 10px;
}

section .solid-redbg .KSTL-Registration .ng-form input[type=checkbox] {
	margin-bottom: 3vw;
    margin-left:.3vw;
}

section .solid-redbg .KSTL-Registration .ng-form input[type=checkbox]+div>div,
section .solid-redbg .KSTL-Registration .ng-form input[type=checkbox]+div>div a {
	/* max-width: 76vw; */
	font-size: .8vw;
}

section .KSTL-Registration .ng-form input[type=text],
section .KSTL-Registration .ng-form input[type=password],
section .KSTL-Registration .ng-form input[type=date],
section .KSTL-Registration .ng-form input[type=tel],
section .KSTL-Registration .ng-form input[type=email],
section .KSTL-Registration .ng-form input[type=number] {
	/* line-height: 60px; */
	/* height: 50px; */
	padding: 10px;
	max-width: unset;
}

section .KSTL-Registration .ng-form input,
section .KSTL-Registration .ng-form select {
	width: 100%;
	max-width: 590px;
}

section .KSTL-Registration-button p {
	margin-bottom: 0;
}

section .KSTL-Registration button {
	/* font-size:16px; */
}

section .KSTL-Registration button>span {
	padding: 0
}

section .KSTL-Registration .ng-form>div {
	margin-bottom: 20px;
}

section .KSTL-Registration .ng-form .survey>div>div,
section .KSTL-Registration .ng-form>div>div {
	margin-bottom: 0;
}

#KSTL-Registration-wrapper-ContinueButton {
	margin-bottom: 0
}

section .solid-redbg .KSTL-Registration {
	max-width: 60vw;
	margin: 0 auto 0 0;
}

section .solid-redbg .KSTL-Registration .btn-primary {
	background-color: white;
	color: #EA002A;
	border: solid 2px #fff;
    margin: 1px;
}

section .solid-redbg .KSTL-Registration .btn-primary:hover {
	background-color: transparent;
	color: white;
}

section .solid-redbg .KSTL-Registration label a,
section .solid-redbg .KSTL-Registration a {
	color: #fff;
}

section .solid-redbg .KSTL-Registration label a:hover,
section .solid-redbg .KSTL-Registration a:hover {
	color: #000;
}

section .solid-redbg .KSTL-Registration .ng-form label {
	font-size: 1.1vw;
	line-height: 1.875;
}

section .solid-redbg .KSTL-Registration .ng-form label.label-after {
	font-size: .8vw;
	line-height: 1.6;
}

section .solid-redbg #KSTL-Registration-wrapper-ContinueButton1 {
	margin-bottom: 0;
}

@media (max-width:999px) {
	section .KSTL-Registration h2 {
		font-size: 6.5vw;
	}
	section .solid-redbg .KSTL-Registration {
		max-width: unset;
	}
	section .KSTL-Registration button {
		font-size: 14px;
	}
	section .KSTL-Registration .ng-form input[type=checkbox],
	section .KSTL-Registration .ng-form input[type=radio] {
		width: 21px;
		height: 21px;
		margin-right: 5px;
	}
	section .KSTL-Registration .ng-form label.label-after {
		margin-left: 0;
	}
	section .solid-redbg .KSTL-Registration .ng-form input[type=checkbox] {
		margin-bottom: 33vw;
	}
	section .solid-redbg .KSTL-Registration .ng-form input[type=checkbox]+div>div,
	section .solid-redbg .KSTL-Registration .ng-form input[type=checkbox]+div>div a,
	section .solid-redbg .KSTL-Registration .ng-form label {
		font-size: 3.7vw;
	}
}


/** end of grm forms **/


/** tabs **/

.tab-control-wrapper ul,
.product-scroll ul {
	background: #F1F1F1;
	max-width: 96%;
}

.tab-control-wrapper li,
.product-scroll li {
	display: block;
	margin-bottom: 0;
}

.tab-control-wrapper li a,
.product-scroll li a {
	background: none;
	display: block;
	padding: 0 16px;
	color: #EA002A;
	line-height: 74px;
	text-align: center;
	font-size: 1.1vw;
	font-weight: bold;
	font-family: Pinup;
	text-decoration: none;
	border-bottom: 5px solid #F1F1F1;
    overflow:auto;
}

.tab-control-wrapper li a:hover,
.product-scroll li a:hover {
	background: transparent;
	text-decoration: none;
	color: #FED141;
}

.tab-control-wrapper li a.active,
.product-scroll li a.active {
	background-color: #EA002A;
	color: #fff;
	border-bottom-color: #FED141;
}

.tab-wrapper-parent {
	display: block!important;
}

@media only screen and (min-width:1000px) {
	.tab-control-wrapper ul,
	.product-scroll ul {
		height: 80px;
		max-width: 68vw;
		-webkit-column-count: 3;
		/* Safari and Chrome */
		-moz-column-count: 3;
		/* Firefox */
		column-count: 3;
		margin-bottom: 40px;
		margin-right: auto;
		margin-left: auto;
		/* overflow: hidden;*/
	}
	.tab-control-wrapper li a,
	.product-scroll li a {
		font-size: 1.1vw;
	}
	body .fullWidth .products-grid-wrapper .centeredContent {
		max-width: 68vw;
	}
}

@media only screen and (max-width:999px) {
	.tab-control-wrapper ul,
	.product-scroll ul {
		position: relative;
		/* padding-top: 50px; */
		max-width: unset;
		margin: 0 16px 20px 16px;
	}
	.tab-control-wrapper li,
	.product-scroll li {
		width: 100%;
		margin-bottom: 0 !important;
	}
	/* .tab-control-wrapper li.active-parent, */
	/* .product-scroll li.active-parent{ */
	/* position:absolute; */
	/* top:0; */
	/* display:inline-block; */
	/* } */
	.tab-control-wrapper li a,
	.product-scroll li a {
		font-size: 16px;
		text-align: left;
		line-height: 45px;
		border-bottom-width: 4px;
	}
	.tab-control-wrapper li a.mobile-hide,
	.product-scroll li a.mobile-hide {
		display: none;
	}
	.tab-control-wrapper li a.active,
	.product-scroll li a.active {
		position: relative;
	}
	/* .tab-control-wrapper li a.active:after, */
	/* .product-scroll li a.active:after{ */
	/* position: absolute; */
	/* top: 18px; */
	/* right: 16px; */
	/* content: ''; */
	/* border-top: 16px solid #fff; */
	/* border-left: 16px solid transparent; */
	/* border-right: 16px solid transparent; */
	/* } */
}


/** end of tabs **/


/** carousel **/

.flexslider .slides>li {
	line-height: 0;
	margin-top: 0;
	margin-bottom: 0;
}


/** end of carousel **/


/** carousel pagination **/

.flex-control-paging {
	position: absolute;
	max-width: 84vw;
	text-align: left;
	bottom: -90px;
	margin: 0 auto;
	left: 8vw;
}

.flex-control-paging li a {
	width: 12px;
	height: 12px;
	border: none;
	box-shadow: none;
	background: #fff;
	border-radius: 30px;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
	background: #FED141;
}

.flexslider .flex-direction-nav li {
	margin: 0;
}

.flexslider .flex-direction-nav .flex-next {
	background: url(/content/dam/pringles/is_IS/images/icons/right.svg) no-repeat 0 0;
	right: 12px;
}

.flexslider .flex-direction-nav .flex-prev {
	background: url(/content/dam/pringles/is_IS/images/icons/left.svg) no-repeat 0 0;
}

.flexslider .flex-direction-nav a {
	width: 60px;
	height: 60px;
}

@media only screen and (max-width:999px) {
	.flexslider .flex-direction-nav .flex-next,
	.flexslider .flex-direction-nav .flex-prev {
		display: none;
	}
	.flexslider .flex-control-paging {
		display: block;
	}
}


/** end of carousel pagination **/

.video-carousel {
	margin-bottom: 70px;
}

.video-carousel .flexslider .flex-control-paging {
	bottom: -50px;
	text-align: center;
	left: 13.5vw;
	max-width: 71.7vw;
	/* max-width: 100%; */
	/* left: 0; */
}

.video-carousel .flexslider .flex-control-paging li a {
	background: #EA002A;
	opacity: 0.4
}

.video-carousel .flexslider .flex-control-paging li a.flex-active,
.video-carousel .flexslider .flex-control-paging li a:hover {
	background: #EA002A;
	opacity: 1;
}


/** video carousel pagination **/


/** end of video carousel pagination **/


/** content 2 col banner **/

.vertical-center-wrapper {
	display: flex;
}

@media only screen and (max-width:999px) {
	.vertical-center-wrapper {
		flex-direction: column;
	}
	body .fullWidth .centeredContent.vertical-center-wrapper,
	body .fullWidth .fullWidth-content.vertical-center-wrapper {
		padding: 0
	}
	.solid-darkgreenbg.vertical-center-wrapper {
		flex-direction: column-reverse;
	}
	.image-mobile-top .vertical-center-wrapper {
		flex-direction: column-reverse
	}
	.image-mobile-top .button {
		margin-bottom: 40px;
	}
	#main_container .grid .grid__item.vertical-center-container {
		padding: 40px 16px 0 16px;
		text-align: center;
		order: -1;
	}
	.vertical-center-container {
		padding: 40px 16px;
		max-width: 100%;
	}
	.flexslider .grid.vertical-center-container {
		padding: 80px 16px 20px;
	}
	.vertical-center-wrapper .kstl-image-wrapper {
		padding-right: 16px;
		padding-left: 16px;
	}
	.vertical-center-wrapper .image-mobile-fullwidth .kstl-image-wrapper {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width:1000px) {
	.vertical-center-container,
	.vertical-bottom-container {
		flex-direction: column;
		display: flex;
		height: 100%;
		max-width: 40vw;
		margin: 0 auto;
		/* text-align: center; */
	}
	.vertical-center-container>div.grid__item {
		padding: 0 8%;
		height: 100%;
		justify-content: center;
		align-content: center;
		display: flex;
		flex-direction: column;
		/* max-width: 40vw; */
	}
	.vertical-bottom-container {
		flex-direction: column-reverse;
	}
	.flexslider .grid.vertical-center-container,
	.vertical-center-container {
		justify-content: left;
		padding: 70px 0;
		margin-left: auto;
		max-width: 40vw;
		margin-right: auto;
	}
	.vertical-center-container.section-left {
		margin-left: 0;
	}
	.vertical-center-container.section-right {
		margin-right: 0;
	}
	.vertical-center-container.section-left>div {
		padding-right: 0;
	}
	.vertical-center-container.section-right>div {
		padding-right: 0;
		padding-left: 0;
	}
}


/** end of 2 col banners **/


/** hero banner **/

.flexslider .grid.hero-banner {
	position: relative;
	/* padding-top:40px; */
}

.flexslider .grid.hero-banner>.grid__item {
	height: 100%;
}

.hero-banner .kstl-image-wrapper img {
	/* max-height: 390px; */
	width: auto;
}

.hero-banner .button {
	margin-bottom: 0px;
}

@media only screen and (min-width:1000px) {
	.flexslider .grid.hero-banner .pre-heading {
		margin-bottom: 15px;
	}
	.flexslider .grid.hero-banner h1+p {
		margin-bottom: 30px;
	}
	.flexslider .grid.hero-banner {
		text-align: center;
		/* height: 510px; */
		padding-top: 0;
		max-height: 42vw;
		/* max-width: 84vw; */
		/* margin: 0 auto; */
	}
	.flexslider .grid.hero-banner>.grid__item.one-half {
		max-width: 40vw;
		text-align: left;
		/* padding-left:1.5vw; */
	}
	.flexslider .grid.hero-banner>.grid__item.one-third {
		max-width: 33vw;
		text-align: right;
	}
	.flexslider .grid.hero-banner>.grid__item.two-thirds {
		max-width: 56vw;
		text-align: left;
	}
	.hero-banner .kstl-image-wrapper img {
		/* right: 0; */
		max-height: 100%;
		width: auto;
	}
	.hero-banner .button {
		margin-bottom: 0px;
	}
	.hero-banner .vertical-center-container>div.grid__item {
		padding-left: 0;
	}
}


/** end of hero banners **/

@media only screen and (min-width:1000px) {
	.home-carousel .flexslider .grid.vertical-center-container {
		max-width: 25vw;
		height: 42vw;
	}
	.home-carousel .flexslider .grid.hero-banner {
		/* height:600px; */
	}
	.home-carousel .hero-banner .kstl-image-wrapper img {
		/* max-height: 580px; */
	}
}

@media only screen and (min-width:1000px) {
	.product-list-carousel .flexslider .grid.hero-banner {
		/* height:530px;*/
		min-height: 510px;
	}
	.product-list-carousel .hero-banner .kstl-image-wrapper img {
		/* max-height: 530px;*/
		margin-right: 0;
	}
	.product-list-carousel .vertical-center-container>div.grid__item {
		padding: 0
	}
	.product-list-carousel .flexslider .flex-control-paging {
		left: 17vw;
		max-width: 70vw;
	}
	.product-list-carousel .flexslider .grid.vertical-center-container.section-right {
		padding-top: 40px;
	}
	.product-list-carousel .flexslider .grid.vertical-center-container .kstl-image-wrapper {
		max-height: 400px;
		max-width: 175px;
		margin: 0 20px 0 auto;
	}
	.product-list-carousel .hero-banner .kstl-image-wrapper img {
		padding: 0;
		max-height: 100%;
	}
	.product-list-carousel .flexslider .grid.vertical-center-container.product-information {
		padding-left: 10px;
		max-width: 45vw;
	}
}

@media only screen and (max-width:999px) {
	.product-list-carousel .hero-banner .kstl-image-wrapper img {
		max-height: 65vw;
		position: static;
		/* margin-top: 40px; */
	}
	.product-list-carousel .hero-banner .kstl-image-wrapper {
		/* margin-bottom:40px; */
		/* padding: 40px 0 0; */
	}
	.product-list-carousel .hero-banner .button {
		margin-bottom: 60px;
	}
	.product-list-carousel.bottom-cut-banner .flex-control-paging {
		bottom: 25px;
	}
	.product-list-carousel .flex-direction-nav .flex-prev,
	.product-list-carousel .flex-direction-nav .flex-next {
		top: 20%
	}
	.product-list-carousel .flexslider .slides>li {
		/* height:700px; */
	}
	.product-list-carousel .flexslider .hero-banner {
		/* height:700px; */
	}
	.product-list-carousel .flexslider .grid.hero-banner>.grid__item {
		height: unset;
	}
}

@media only screen and (min-width:1000px) {
	.promotion-carousel {
		position: relative;
	}
	.promotion-carousel .flexslider .grid.hero-banner {
		height: 37.4vw;
	}
	.promotion-carousel.bottom-cut-banner .vertical-bottom-container {
		position: unset;
	}
	.promotion-carousel .hero-banner .kstl-image-wrapper img {
		right: 0;
		/* max-height: 510px; */
		position: absolute;
		width: auto;
		max-width: 45vw;
	}
	.brand-carousel-image .hero-banner .kstl-image-wrapper img {
		right: unset;
	}
	.stack-face-container .kstl-image-wrapper {
		margin-top: -70px;
		float: right;
	}
	.recycle-bg .kstl-image-wrapper img {
		max-height: 610px;
	}
}

@media only screen and (max-width:999px) {
	.promotion-carousel.bottom-cut-banner .flexslider .slides>li {
		margin-bottom: 50px;
	}
	.promotion-carousel .hero-banner .kstl-image-wrapper img {
		margin-bottom: -30px;
		float: right;
		width: 85%;
	}
	.brand-carousel-image .hero-banner .kstl-image-wrapper img {
		margin-bottom: unset;
		float: none;
		width: auto;
	}
	.account-carousel .hero-banner .kstl-image-wrapper img {
		width: 100%;
	}
	.recycle-face-container .kstl-image-wrapper {
		margin-top: -100px;
	}
	.recycle-face-container .kstl-image-wrapper img {
		width: 90%;
	}
}

@media only screen and (min-width:1000px) {
	.account-carousel {
		position: relative;
	}
	.account-carousel .flexslider .grid.hero-banner {
		height: 37.4vw;
	}
	.account-carousel .hero-banner .kstl-image-wrapper img {
		position: absolute;
		width: auto;
		right: 0;
	}
}

@media only screen and (min-width:1000px) {
	.contact-carousel {
		position: relative;
	}
	.contact-carousel .flexslider .grid.hero-banner {
		height: 37.4vw;
	}
	.contact-carousel .hero-banner .kstl-image-wrapper img {
		position: absolute;
		width: auto;
		max-width: 50%;
		right: 0;
		top: 10%;
	}
}

@media only screen and (min-width:1000px) {
	.letsplay-carousel {
		position: relative;
	}
	.letsplay-carousel .hero-banner .kstl-image-wrapper img {
		right: 0;
		position: absolute;
		max-width: 48vw;
		/*max-height: 65%;*/
		/*bottom: 0;
         width: auto; */
	}
	.letsplay-carousel .flexslider .grid.hero-banner {
		height: 37.4vw;
	}
	.recycle-face-container .kstl-image-wrapper {
		margin-top: -94px;
	}
	.recycle-division.vertical-center-wrapper {
		max-width: 80vw;
		margin: 0 auto;
	}
	.recycle-division.vertical-center-wrapper .forty-percent {
		width: 40%;
	}
	.recycle-division.vertical-center-wrapper .sixty-percent {
		width: 60%;
	}
	.recycle-division.vertical-center-wrapper .sixty-percent .vertical-center-container {
		max-width: 100%;
	}
}

.recycle-face-container .kstl-image-wrapper img {
	max-height: 675px;
}

.recycle-face-container .kstl-image-wrapper {
	padding: 0;
}

.vertical-center-container.section-right.display-block .grid__item {
	display: block;
}


/** bottom overlap image carousel **/

.bottom-cut-banner .vertical-bottom-container img {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:999px) {
	.bottom-cut-banner .flexslider .slides>li {
		margin-bottom: 0;
	}
	.bottom-cut-banner .flex-control-paging {
		bottom: 50px;
	}
}

@media only screen and (min-width:1000px) {
	.bottom-cut-banner .vertical-bottom-container {
		height: 42vw;
		position: relative;
	}
	.bottom-cut-banner .flexslider .slides>li {
		margin-bottom: 50px;
		/* border: none; */
	}
	.bottom-cut-banner .flex-control-paging {
		bottom: 80px;
	}
	.bottom-cut-banner .vertical-bottom-container img {
		bottom: -50px;
		position: absolute;
		right: 0;
	}
}


/** end of bottom overlap image carousel **/

@media (max-width: 999px) {
	.home-carousel.bottom-cut-banner .flexslider .slides>li {
		margin-bottom: 50px;
	}
	.home-carousel.bottom-cut-banner .vertical-bottom-container {
		padding: 0 16px
	}
	.home-carousel.bottom-cut-banner .vertical-bottom-container img {
		margin-bottom: -30px;
	}
}

@media only screen and (min-width:1000px) {
	.home-carousel.bottom-cut-banner .vertical-bottom-container img {
		bottom: -50px;
	}
}


/** video section **/

#main_container .grid .grid.video-section {
	max-width: 980px;
}

@media only screen and (min-width:1000px) {
	#main_container .grid .grid.video-section {
		border: 20px solid #EA002A;
		margin-right: auto;
		margin-left: auto;
	}
	#main_container .grid .grid.video-section.lets-play-video {
		border: 20px solid #FFD222;
	}
}

@media only screen and (max-width:999px) {
	#main_container .grid .grid.video-section {
		border: 16px solid #EA002A;
	}
	#main_container .grid .grid.video-section.lets-play-video {
		border: 16px solid #FFD222;
	}
}


/** end of video section **/


/*border-colors*/

@media only screen and (min-width:1000px) {
	#main_container .grid .grid.video-section.red-border {
		border: 20px solid #EA002A;
	}
	#main_container .grid .grid.video-section.yellow-border {
		border: 20px solid #FFD222;
	}
	#main_container .grid .grid.video-section.green-border {
		border: 20px solid #009E80;
	}
}

@media only screen and (max-width:999px) {
	#main_container .grid .grid.video-section.red-border {
		border: 16px solid #EA002A;
	}
	#main_container .grid .grid.video-section.yellow-border {
		border: 16px solid #FFD222;
	}
	#main_container .grid .grid.video-section.green-border {
		border: 16px solid #009E80;
	}
}


/** search page **/

.search-results .product_category>.grid__item.palm-one-half h3 a {
	text-decoration: none;
}

.search-results .kstl-results {
	margin-bottom: 10px;
}

.search-results .kstl-pager,
.search-results .product_category>.grid__item.palm-one-half {
	text-align: center;
}

@media only screen and (min-width:1000px) {
	.search-results .product_category>.grid__item.palm-one-half {
		max-width: 17vw;
		margin: 0 0 40px 0;
	}
	/* .search-results .product_category >.grid__item.palm-one-half *{ */
	/* padding:0 10px; */
	/* } */
}

@media only screen and (max-width:999px) {
	.search-results .pagination a {
		padding: 5px;
	}
	.search-results .pagination input {
		font-size: 16px;
	}
}


/** end of search page **/


/** product listing **/

.kstl-product-group h1 {
	display: none;
	margin: 0;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

.kstl-product-group a img {
	height: 17.5vw;
	margin: 0 auto 15px auto;
	display: block;
}

.kstl-product-group h3 {
	text-align: center;
	/* padding:0 10px; */
	margin-bottom: 0;
}
.product_category>.grid__item.palm-one-half h3 a{
	line-height: 26px;
}
.kstl-product-group h3 a {
	text-decoration: none;
	color: #EA002A;
	font-size: 18px;
	line-height: 26px;
	font-family: Pinup;
}

.kstl-product-group h3 a:hover {
	color: #FFD222;
}

.kstl-product-group p {
	display: none;
}

@media only screen and (max-width:999px) {
	.kstl-product-group a img {
		height: 73.5vw;
		margin: 0 auto 15px;
	}
	.yellowfigure-bg .kstl-product-group a img {
		height: 44.5vw;
	}
	.kstl-product-group h3 a {
		font-size: 16px;
		line-height: 22px;
	}
	.kstl-product-group h3 {
		margin-bottom: 20px;
		padding: 0 5px;
		line-height: 22px;
	}
}

.products-list-wrapper p {
	margin-bottom: 0;
}

.products-list-wrapper .product_category {
	background: #fff;
	padding: 0 70px;
}

.products-list-wrapper .lightgrey-bg .product_category,
.products-list-wrapper .yellowfigure-bg .product_category {
	padding: 40px 70px 10px 70px;
}

.product_category .fullWidth-content {
	padding: 0 70px;
	background: #fff;
}

@media only screen and (max-width:999px) {
	.products-list-wrapper .product_category {
		background: #fff;
		padding: 0 16px;
	}
	.products-list-wrapper .lightgrey-bg .product_category,
	.products-list-wrapper .yellowfigure-bg .product_category {
		padding: 20px 16px;
	}
	.products-list-wrapper button.adimoBuyNow {
		margin-bottom: 20px;
		left: 0;
		text-align: revert;
	}
	.product_category {
		text-align: left;
	}
}

@media only screen and (min-width:1000px) {
	.product_category>.grid__item.palm-one-half {
		max-width: 20vw;
		margin: 0 0 30px 0;
	}
    .product_category>.grid__item.palm-one-half > a:first-of-type:focus{
	 display:block;
	}
    .product_category>.grid__item.palm-one-half h3 a{
	line-height: 26px;
	}
	.product_category>.grid__item.palm-one-half * {
		line-height: 0;
		margin-bottom: 0;
	}
	.product_category>.grid__item.palm-one-half img {
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.product_category>.grid__item.palm-one-half h3 {
		line-height: 1.3;
		padding: 0 15px;
	}
	.yellowfigure-bg .product_category>.grid__item.palm-one-half img {
		height: 12vw;
	}
    .product_category>.grid__item.palm-one-half h3 + a{
		display: none;
	}
}


/** end of list **/


/** prdouct detail **/

.product-detail-banner {
	min-height: 510px;
	position: relative;
	margin-bottom: 70px;
	overflow: hidden;
}

.kstl-prod-detail-page .kstl-image-wrapper {
	height: 330px;
	overflow: hidden;
	bottom: 0;
	left: 0%;
	text-align: center;
}

@media (min-width: 1000px) {
	.kstl-prod-detail-page .kstl-image-wrapper {
		height: unset;
		overflow: hidden;
		text-align: center;
		margin: 0 20px 0 auto;
		max-height: 450px;
		max-width: 244px;
	}
	.product-detail-banner .vertical-center-container {
		padding: 40px 0;
	}
}

@media (min-width: 1000px) {
	.custom-product-details {
		/* min-height:550px; */
		padding-left: 10px!important;
		max-width: 45vw;
	}
}

.custom-product-details.vertical-center-container>div.grid__item {
	height: auto;
}

.custom-product-details h1 {
	font-size: 3.5vw;
	margin-bottom: 20px;
}

.custom-product-details * {
	color: #fff;
}

.kstl-prod-detail-page p.kstl-product-description {
	margin-bottom: 20px;
	padding: 0;
}

.kstl-prod-detail-page .kstl-responsive-image img {
	padding: 0;
	max-height: 100%;
}

.kstl-prod-detail-page .kstl-nutrition-header {
	display: none
}

.kstl-prod-detail-page .kstl-nutrition-info {
	font-family: Andes;
	font-size: 1.25vw;
	line-height: 1.3;
	font-weight: normal;
	padding: 0;
}

.kstl-prod-detail-page h2 {
	padding-right: 10%
}

.kstl-product-nutrition-list {
	margin-bottom: 70px;
}

@media (max-width: 999px) {
	.kstl-product-nutrition-list {
		margin-bottom: 40px;
	}
	.kstl-prod-detail-page .kstl-nutrition-info {
		font-size: 4.3vw;
		line-height: 1.25;
	}
	.kstl-prod-detail-page h2 {
		padding-right: 0
	}
	.kstl-prod-detail-page .kstl-image-wrapper {
		height: 100%;
	}
	.kstl-prod-detail-page .kstl-image-wrapper img {
		max-width: 40vw;
	}
	body .fullWidth .product-detail-banner .fullWidth-content {
		padding: 0;
	}
	.kstl-product-header {
		padding: 0
	}
	.custom-product-details {
		background: #fff;
		padding: 40px 0;
		margin: 0 16px;
		border-bottom: 2px solid #f1f1f1
	}
	.custom-product-details * {
		color: #000;
	}
	.custom-product-details h1 {
		color: #EA002A;
		font-size: 8.5vw;
	}
	.product-detail-banner {
		margin-bottom: 40px;
		background-color: #fff;
		padding: 0;
	}
	.custom-product-details .button.white {
		background-color: #EA002A;
		color: #fff;
		border: solid 1px #EA002A;
	}
	.custom-product-details .button.white:hover {
		background-color: white;
		color: #EA002A;
		border: solid 1px #cccccc;
	}
}


/** end of product details **/


/*temporary css*/

.temp-insta-images img {
	max-width: 20%;
	padding: 10px;
}

@media only screen and (max-width:999px) {
	.temp-insta-images img {
		max-width: 40%;
	}
}


/*end of temporary css*/


/*for venobox*/

.vbox-next,
.vbox-prev {
	display: none!important;
}


/*max-height section*/


/*policy page font*/

@media only screen and (min-width:1000px) {
	.font-14 p,
	.font-14 p a,
	.font-14 ul li a,
	.font-14 ol li a,
	.font-14 ol li::marker {
		font-size: 1vw;
	}
}


/*subscription form */

@media only screen and (min-width:1000px) {
	.signup .kstl-image-wrapper.js-image-wrapper {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.signup .vertical-center-container.section-right {
		padding: 40px 0;
	}
	.signup .kstl-image-wrapper img {
		max-height: 34vw;
		float: right;
	}
	.signup .position-relative {
		position: relative;
	}
}


/*404 error & thankyou page */

@media only screen and (min-width:1000px) {
	.error-page .hero-banner .kstl-image-wrapper img {
		max-width: 35%;
		top: 40px;
	}
}

@media only screen and (max-width:999px) {
	.error-page .hero-banner .kstl-image-wrapper img {
		max-width: 95%;
		float: right;
	}
	.error-page .hero-banner {
		display: flex;
		flex-direction: column-reverse;
		padding: 40px 0 0;
	}
	.error-page .flexslider .grid.vertical-center-container {
		padding: 40px 16px;
	}
}


/*show more*/

#more {
	display: none;
}


/*contact us*/

#KSTL-ContactUs-main #KSTL-ContactUs-contactinfo-address-region a {
	color: #000;
}

#KSTL-ContactUs-main #KSTL-ContactUs-contactinfo-address-region a:hover,
#KSTL-ContactUs-main #KSTL-ContactUs-contactinfo-address-region p a:hover {
	color: #EA002A;
}

@media only screen and (max-width:999px) {
	#KSTL-ContactUs-uploadfile-template {
		font-size: 18px;
		line-height: 50px;
	}
	#skip-main-content #KSTL-ContactUs-main fieldset select {
		text-overflow: ellipsis;
		width: 100%;
		max-width: 100%;
		padding-right: 30px;
		overflow: hidden!important;
		white-space: nowrap;
	}
	#skip-main-content #KSTL-ContactUs-main #KSTL-ContactUs-codes input[name=codes] {
		width: 85%;
	}
	#skip-main-content #KSTL-ContactUs-main #KSTL-ContactUs-codes div>button {
		width: 10%;
	}
	#skip-main-content #KSTL-ContactUs-main fieldset .checkbox input {
		width: auto;
	}
	#skip-main-content #KSTL-ContactUs-main fieldset div.checkbox {
		display: flex;
		flex-direction: row-reverse;
	}
	#skip-main-content #KSTL-ContactUs-main fieldset .checkbox>div {
		margin-right: 10px;
	}
}


/*fix for firefox*/

.modal__container {
	display: none !important;
}

.kstl-regv6-login-only .KSTL-Registration .ng-form input[type=date],
.kstl-regv6-login-only .KSTL-Registration .ng-form input[type=email],
.kstl-regv6-login-only .KSTL-Registration .ng-form input[type=number],
.kstl-regv6-login-only .KSTL-Registration .ng-form input[type=password],
.kstl-regv6-login-only .KSTL-Registration .ng-form input[type=tel],
.kstl-regv6-login-only .KSTL-Registration .ng-form input[type=text],
.kstl-regv6-myaccount .KSTL-Registration .ng-form input[type=date],
.kstl-regv6-myaccount .KSTL-Registration .ng-form input[type=email],
.kstl-regv6-myaccount .KSTL-Registration .ng-form input[type=number],
.kstl-regv6-myaccount .KSTL-Registration .ng-form input[type=password],
.kstl-regv6-myaccount .KSTL-Registration .ng-form input[type=tel],
.kstl-regv6-myaccount .KSTL-Registration .ng-form input[type=text],
.kstl-regv6-reg-only .KSTL-Registration .ng-form input[type=email] {
	height: 2.5em;
	font-size: 1em;
}


/*for crit com*/

#error_wp {
	position: fixed;
	z-index: 14;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	left: 0;
	right: 0;
}

#error_wp p {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#error_wp p a {
	color: white;
	font-size: 16px;
	font-family: Pinup;
	line-height: 1.5;
	text-decoration: none;
}

#error_wp .errorwrap {
	padding: 1em;
}

@media only screen and (max-width: 999px) {
	#error_wp .errorwrap {
		padding: .4em;
	}
	#error_wp p {
		line-height: 1;
		font-size: 3.2vw;
	}
	#error_wp p a {
		font-size: 12px;
	}
}

.with-yellow-bg,
.palm-with-yellow-bg-mob {
	background: #f2cf11;
}

.with-yellow-bg a.red {
	position: absolute;
	top: 41%;
	margin-left: -5%;
}

.palm-with-yellow-bg-mob a.red {
	position: absolute;
	top: 131vw;
	margin-left: -20%;
}

.with-yellow-bg .terms,
.with-yellow-bg .terms a,
.palm-with-yellow-bg-mob .terms,
.palm-with-yellow-bg-mob .terms a {
	color: #000000 !important;
}

.with-yellow-bg .terms a:hover,
.palm-with-yellow-bg-mob .terms a:hover {
	color: #EA002A !important;
}

a.ot-sdk-show-settings {
	cursor: pointer;
}


/*css fix for banner button border*/

.button.banner-button-border {
	border: 2px solid #fff;
}

.button.banner-button-border:hover {
	border: 2px solid #EA002A;
}

/*skip to main content*/
@media only screen and (min-width:1000px) {
.skip-link.focusable:active,.skip-link.focusable:focus{position:absolute !important;clip:unset;overflow:visible;height:40px !important;z-index:99999999;width:200px !important;left:0;color:#fff;text-decoration:none;text-align:center;outline:none !important;-webkit-box-shadow:none;box-shadow:none;right:0;margin:auto;background:#d31346;top: 0;}
a.visually-hidden {
    color: #fff;
    text-decoration: none;
}
.visually-hidden{position:absolute !important;overflow:hidden;width:1px !important;height:1px !important;word-wrap:normal;background:#d31346;color:#fff;font-family:kelloggssans-medium;font-size:16px;padding:10px 10px;z-index:1;text-decoration:none;clip:rect(1px,1px,1px,1px)}
}
@media only screen and (max-width:999px) {
	.visually-hidden{
		display:none;
	}
}
@media only screen and (max-width: 360px){
.button1, button, .btn-primary {
    font-size: 3.2vw;
    line-height: 50px;
}
}
@media only screen and (max-width: 360px){
.button1, button, .btn-primary {
    font-size: 3.2vw;
    line-height: 50px;
}
}