.adimo-cta {
    position: fixed;
    /* top: 0%; */
    right: 16px;
    bottom: 15%;
	transition: all .1s ease-in-out;
}

.adimo-cta:hover{
	transform: scale(1.1);
}

/*For Adimo*/
.topMenuAdimo {
	background: url(/content/dam/pringles/en_GB/images/icons/buynow.png) center/100% no-repeat;
    height: 85px;
    width: 85px;
	border: 0px;
	/* background: transparent; */
	/* color: #da2037; */
	/* width: 84px; */
	/* font-size: 14px; */
	margin-top: -3px;
	/* text-transform:uppercase; */
}
/* .topMenuAdimo:hover { */
	/* color: #ffd503; */
	/* background: #252525; */
/* } */
.adimoBuyNow {
	background: #ef213d;
	border: 1px solid #ef213d;
	padding: 5px 30px 5px 30px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.adimo {
    position: absolute;
    top: -235px;
    right: -235px;
	text-align:left;
}
.adimoWidget.center {
	text-align:center;
}
.adimoWidget.detail {
	margin-top:0;
}
@media only screen and (max-width:767px){
	.adimo-cta button {padding:10px 25px;border: 0;}
	/* .adimo-cta button:hover {background:#da2037; color:#fff;} */
	
	.product_category_header + .adimoWidget, 
	.product_category_description + .adimoWidget {
		display: none;
	}
	.product_category_header.active + .adimoWidget,
	.product_category_description.active + .adimoWidget {
		display: block;
	}
	.adimo .adimoBuyNow {
		display: inline-block;
	}	
	.flexslider .slides .kstl-feature-inset {
		left:0;
		width:100%;
	}
	.adimo {
		position: absolute;
		width: 100%;
		bottom: -10%;
		left: 0;
		text-align:center;
		top: -151px		
	}
	.flexslider .slides .kstl-feature-inset .adimo p {
		font-size: 1em;
		color: white;
	}
}
/* @media only screen and (min-device-width: 1680px) and (orientation: landscape) {
	.KSTLNav li span.navicon {
		right:10px !important;
	}
	.KSTLNav li a {
		padding:12px 3px !important;
	}
} */
