/* the fonts are on fire */
* { font-family: 'Karla', serif; }
h1, h2, h3, h4, h5, h6, div, p {
	font-family: 'Karla', serif !important;
}

#BasketTable .ContentArea td {
	font-family: 'Karla', serif !important;
	}

html {
    -webkit-text-size-adjust: 100%;
}



.Header h3 {
	font-size: 16px;
}

.Header input {
	opacity: .8;
}

.hasProducts {
	font-size: initial !important;
}

html body .GeneralLayout .HorizontalNavBar .BasketBox span:first-child {
    display: inline-block !important;
}


.NavBarTop {
    white-space: normal;
    overflow: visible;
}
.NavBarTop .PropertyContainer, .NavBarTop .SizeContainer {
    overflow: visible;
    height: auto;
}
ul.ep-megamenu-second-level-group li a:after {
    display: none !important;
}

@media only screen and (max-width: 768px) {

 	.NavBarTop.HorizontalNavBar div.SizeContainer {
 		height: auto;
 		}
 	.HorizontalNavBar .PropertyContainer {
 		margin: 0px !important;
 		}
 	.ep-megamenu-first-level-element {
 		display: block !important;
 		}
 	.ep-megamenu-first-level-element div.ep-megamenu-container {
 		display: none;
 		}
 	.ep-megamenu-first-level-element span.active-marker {
 		display: none !important;
 		}
 	.ep-megamenu.Collapsed {
 		overflow:hidden;
 		height: 32px;
 		}
 	.ep-megamenu.Collapsed span.plus {
 		display:none;
 		}
 	.ep-megamenu .MenuToggle a::before {
 		content: "";
 		}
 	.ep-megamenu.Collapsed .MenuToggle a::before {
 		content: "";
 		}
 	.ep-megamenu.Collapsed .MenuExtra {
 		display: block;
 		}

div.SizeContainer .ep-megamenu-first-level-element div.ep-megamenu-container ul li {
    display: block;
 	}

div.SizeContainer .ep-megamenu-first-level-element div.ep-megamenu-container .ep-megamenu-second-level-group {
    display: block;
    height: auto;
    position: relative !important;
    float: none;
 	}
div.SizeContainer .ep-megamenu-first-level-element div.ep-megamenu-container  .ep-megamenu-second-level-element {
    display: block;
    position: relative !important;
    top: initial !important;
    left: initial !important;
 	}
}

/*Widen the cart page */
@media screen and (min-width: 770px) {
body.epages .Basket .NavBarLeft {
	display: none;
}
.Basket .Middle .ContentArea {
	margin: auto !important;
}
.Basket .BasketDetails {
	max-width: 1100px;
	margin: auto;
}
}
@media screen and (max-width: 769px) {
	.ContentArea {
		padding: 0px;
		}
	#ContentAreaFix, .Div .ContentArea:before {
		display:none;
		}
	.NavBarLeft {
	/*display: block; */
		margin: 0 auto;
		float: none !important;
		}
	.NavBarTop.HorizontalNavBar div.SizeContainer {
		width: 100% !important;
		}
	/* .NavBarTop.HorizontalNavBar a { line-height: 17px;} */
	.HorizontalNavBar .PropertyContainer, .ep-megamenu-container{
		width: 100% !important;
		}
/*	.ep-megamenu-third-level-element a {
		font-size: 11px !important;
		}
*/
	.ep-megamenu-container {
		margin-top: 4px;
		max-width: auto;
		left: 0px !important;
		}
	/* .Header.HorizontalNavBar .custom-left .ShopLogo img {
		max-width:70%;
		margin: 0px 0px 20px 0px; } */

	.NavBarLeft .PropertyContainer, .NavBarLeft.VerticalNavBar {
		width: 98%;
		display: none;
		}
	.ProductLastViewedBox {
		display: none;
		}

/*	.NavBarLeft .SizeContainer {
		width: 99%;
		display: inline-flex;
		}
*/
 	.ep-megamenu {
 		width: 100% !important;
 		}
	li.ep-megamenu-first-level-element {
		background: #3E76BB !important;
		padding-left: 10px !important;
		}
	li.ep-megamenu-first-level-element a {
		color: white;
		}
	li.ep-megamenu-first-level-element, .ep-megamenu-second-level-element {
		padding: 5px 10px !important;
		}
	li.ep-megamenu-first-level-element.MenuToggle a {
		color: inherit !important;
		}
	li.ep-megamenu-first-level-element.MenuToggle {
		background: inherit !important;
		padding-left: 10px !important;
		}
	.NavBarTop .NavigationElement {
		height: 28px;
		}
	.ep-megamenu-second-level-element a , .just-arrived a{
		color: #333 !important;
		}
	.just-arrived {
		padding-top: 5px;
		}
	.ep-megamenu-third-level-element a {
		color: grey !important;
		}
	.ep-megamenu-first-level-element li:hover, .ep-megamenu-second-level-element li:hover, .ep-megamenu-third-level-element li:hover {
		background: white;
		}
	.ep-megamenu-third-level-element a:hover {
		color: black !important;
		}
	.Header .SizeContainer.custom-container.custom-left {
		/*width: 100%;*/
		margin-left: 0px;
		max-width: 50%;
		}
 	.Header.HorizontalNavBar .custom-right {
 		padding-right: 15px;
 		}
	 ul.ep-megamenu > li {
		border-bottom: 1px solid lightgray;
		}

	.NavBarLeft .ContextBox .BoxContainer {
		margin-top: 15px;
		}
}
/*mega menu to one column view  **Work in progress  */

.NavBarRoof.HorizontalNavBar {
	border-bottom: 0px solid lightgrey;
	height: 35px;
	}

.ep-megamenu-first-level-element.NavigationElement.MenuToggle a {
	font-size: 20px !important;
	}

.ep-megamenu-first-level-element.NavigationElement.MenuToggle a:hover {
	color: inherit !important;
	}

.mm-titles {
	font-weight: bold !important;
	font-size: 20px !important;
/*	margin-left: 2px; */
	line-height: 22px !important;
	padding: 3px;
	}

/* narrowing and styling the menu */
@media screen and (max-width: 768px){
	.ep-megamenu-container {
		max-width: 240px;
		padding: 0px;
		margin-top: 13px;
		box-shadow: 0px 0px;
	}
	.ep-megamenu .masonry a {
		padding: 0px;
/*		margin: 0px 0px 0px 30px;  */
		font-weight: 600;
	}
	.ep-megamenu .masonry > li {
		width: 100% !important;
		margin: 0px;
		border-bottom: 1px dotted lightgrey;
	}
	.ep-megamenu-container {
		box-shadow: 0px 1px 11px rgba(169, 166, 166, 0.58);
	}
	.ep-megamenu-third-level-element:first-child {
		margin-top: 0px;
	}
	.ep-megamenu-third-level-element a {
		padding: 0px !important;
		margin: 0px 0px 0px 15px !important;
	}
	.ep-megamenu-third-level-element a {
		text-transform: initial !important;
	}
	.ep-megamenu .active-marker {
		display: none !important;
	}
}

.ep-megamenu-container {
		max-width: 220px;
		padding: 0px;
		margin-top: 12px;
		box-shadow: 0.5px 0.5px 4px 0.5px #3e76bb;
		background: #eaf1f9;
	}

	.ep-megamenu .masonry a {
		padding: 0px;
		font-weight: 600;
	}
	.ep-megamenu .masonry > li {
		width: 100% !important;
		display: inline-block !important;
    	float: left;
    	margin: 0 20px 5px 10px;
	}

.ep-megamenu-second-level-element,
.ep-megamenu-second-level-group  {
	display: inline-block !important;
	position: relative !important;
	}

.ep-megamenu-second-level-element {
	top: unset !important;
	top: inherit !important;
	}
.ep-megamenu-second-level-element:first-child {
	margin-top: 5px !important;
	}
.ep-megamenu-third-level-element {
	margin-left: 15px;
	}
.NavBarTop .NavigationElement > a {
	padding: 0 13px 0 0;
}

.just-arrived a {
	color: #4b74bd;
    font-weight: 600;
    font-size: 15px !important;
    padding-left: 8px;
    }
.just-arrived a:hover {
	color: #626262;
	font-style: normal;
    font-weight: 600;
	}

@media screen and (max-width: 1220px) {
	.NavBarRoof.HorizontalNavBar a, .NavBarTop.HorizontalNavBar a {
		font-size: 14.5px;
		padding-right: 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 995px) {
	/* .NavBarTop.HorizontalNavBar a { font-size: 10px; } */
	.NavBarTop .PropertyContainer {
	padding: 0px 0px 0px 15px;
	}
}


.BasketNavCount  {
	font-family: 'Karla' !important;
    background: #C00000;
    border-radius: 50%;
    color: white;
    display: initial !important;
    font-size: 14px !important;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 100% !important;
}

.fa-shopping-cart:before {
    content: "\f07a";
    font-size: 30px;
    color: #3e76bb;
    padding-left: 3px;
	}

body.start-page .home-featured-products-text {
	background: #3e76bb;
}

body.start-page .featured-text {
    font-size: 25px;
    color: white;
/*	font-weight: bold; */
	text-align: center;
}

body.start-page .TextLeft {
	display: block;
	float: none;
	width: 100%;
	padding: 0px;
	}

	body.start-page .TextRight {
	display: block;
	float: none;
	width: 100%;
	padding: 0px;
	}

.BreadcrumbLastItem {
	font-family: 'Karla';
}

/*td.SeparateColumn,*/
button.ep-js.ep-uiInput.ep-uiInput-button {
    font-family: 'Karla';
  /*  font-size: 15px;
	float: left !important;
  	padding-left: 35px;
    padding-right: 35px;
    text-transform: uppercase;  */
}

.Footer .ContextBox .ContextBoxHead span, .Footer .ContextBox .ContextBoxHead h1 {
	font-family: 'Karla'; line-height: 20px;
}

/* GENERAL */

/* Cross selling */
.CrossellingCount tr td, .CrossellingInfoArea {
    text-align: center !important;
}
.Price.FloatLeft {
    text-align: center !important;
    width: 100%;
}

/* MOBILE */
@media screen and (max-width: 700px)
{
	/* Cross selling */
	.CrossellingCount tr td, .CrossellingCount tr td div {
		display: block;
		width: 100%;
		text-align: center !important;
	}
}

@media screen and (max-width: 767px) {
html body .VariationsTable .productBasketImage tr td {
	line-height: 22px !important;
	}
html body .VariationsTable button.ButtonBasket {
	width: 43px;
	font-size: 14px;
	}
.VariationsTable .ShowVariations button[type="submit"] {
	width: 43px;
    padding: 2px 2px 2px 2px !important;
    font-size: 13px;
		border: none;
	}
.VariationsTable a {
	font-size: 13px;
	}
.CrossellingCount a {
	font-size: 13px;
	}
}
@media screen and (max-width: 900px) {
table.VariationsTable form.ShowInlineElement input.Quantity {
	color: white;
	display: none;
	}

table.VariationsTable form.ShowInlineElement span.ep-uiSpinner-stepper {
	color: white;
	display: none;
	}
table.VariationsTable  tr td {
	padding: 0px;
	}
}
.VariationsTable .ShowVariations button {
	padding: 2px 6px !important;
	}
table.VariationsTable tr td {
	padding: 5px 3px;
}
table.VariationsTable tr th:nth-child(4) {
	text-align: right !important;
	}
.VariationsTable th {
	background-color: #eaf1f9 !important;
	}


table.CrossellingCount tr {
	display: flex;
	border-top: 1pt solid #aaa;
	}

/* home flex container  call to action bar */

.home-flex-container {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content: center;
	-webkit-justify-content: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-bottom: 1px solid #404040;
}

.CTA-1 {
	padding-left: 200px;
}
.CTA-5 {
	padding-right: 180px;
}

.home-flex-container >div {
	justify-content: space-around;
}


@media screen and (max-width: 1440px) {
	.CTA-1 {
	padding-left: 90px;
	}
	.CTA-5 {
	padding-right: 90px;
	}
}

@media screen and (min-width: 1700px) {
	.CTA-1 {
		padding-left: 300px;
	}
	.CTA-5 {
		padding-right: 280px;
	}

}

@media screen and (max-width: 1290px) and (min-width: 770px) {
	.CTA-1 {
	padding-left: 18px;
	}
	.CTA-5 {
	padding-right: 0px;
	}
	.home-flex-container img {
	width: 80%;
	}
}

@media screen and (max-width: 768px) and (min-width: 750px) {
	.CTA-1 {
	display: none;
	}
	.CTA-2 {
	padding-left: 18px;
	}
	.CTA-5 {
	padding-right: 0px;
	}
	.home-flex-container img {
	width: 80%;
	}
}

@media screen and (max-width: 480px) and (min-width: 321px) {
	.CTA-1, .CTA-3, .CTA-4 {
	display: none;
	}
	.CTA-2 {
	padding-left: 18px;
	}
	.CTA-5 {
	padding-right: 0px;
	}
	.home-flex-container img {
	width: 80%}
	.home-flex-container {
	justify-content: center;
	}
}

@media screen and (max-width: 320px) {
	.CTA-1, .CTA-3, .CTA-4 {
	display: none;
	}
	.CTA-2 {
	padding-left: 25px;
	}
	.CTA-5 {
	padding-right: 0px;
	}
	.home-flex-container img {
	width: 80%}
	.home-flex-container {
	justify-content: center;
	}
}

@media screen and (min-width: 420px) and (max-width: 760px) {
	.CTA-4 {
	display: none;
	}
	.CTA-1 {
	padding-left: 4px;
	}
	.CTA-5 {
	padding-right: 0px;
	}
	.home-flex-container img {
	width: 80%;
	}
	.home-flex-container {
	justify-content: center;
	}

}


@media screen and (max-width: 800px) {
	.CategoryBaseTable div.TextRight { width: 48%; float: none; display: inline-block; }
	.CategoryBaseTable div.TextLeft { width: 100%; }
	}

/* No side bar on home page */
body.start-page div.NavBarLeft.VerticalNavBar {
	display: none;  
	}

body.start-page div.ContentArea {
	 margin: auto !important;
	 padding-bottom: 20px;
	}
@media screen and (max-width: 1024px) {
	body.start-page div.ContentArea {
	margin: 8px !important; }
	}

.ContentArea img {
	max-width: 100%;
	}

/* widening everything */
@media screen and (min-width: 800px) {
.NavBarRoof, .Header, .Middle, .NavBarTop, .Footer, .NavBarRoof.HorizontalNavBar, .NavBarTop.HorizontalNavBar {
	width: 100% !important;
	}

.ContentArea, .NavBarRoof .PropertyContainer, .HorizontalNavBar .PropertyContainer, .NavBarTop .PropertyContainer {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto !important;
	}

.Middle {
	max-width: 1200px;
	}
}

@media screen and (min-width: 800px) and (max-width: 1024px){
	.NavBarTop.HorizontalNavBar {
	width: 95%; }
}

@media screen and (max-width: 800px){
	.NavBarRoof, .Header, .NavBarTop, .Footer {
		padding: 0px; }
	}

/* Remove text under icons in top of basket */
ul.OrderProcess li span.ExplainItem {
    display: none !important;
}
ul.OrderProcess li {
	width: 80px;
	height: 80px;
}
.OrderProcess {
	padding-top: 10px !important;
	margin-bottom: -15px !important;
  background-image: url(/WebRoot/Store/Shops/yxve46fvrnud/MediaGallery/CDV_Custom_Theme/Graphics/Cart_Progress_Icons/background-line-04.png);  /*shorter line for no payment icon */
	background-repeat: no-repeat !important;
}
.Basket .large-line {
	background-image: url(/WebRoot/Store/Shops/yxve46fvrnud/MediaGallery/CDV_Custom_Theme/Graphics/Cart_Progress_Icons/background-line-03.png); /* longer line */
	background-repeat: no-repeat !important;
}
/*
.OrderProcess a {
	text-decoration: underline !important;
}
*/
/* Change icons in basket process steps */
.OrderProcess i {
	background-image: url(/WebRoot/Store/Shops/yxve46fvrnud/MediaGallery/CDV_Custom_Theme/Graphics/Cart_Progress_Icons/Cart-Icon-not-done-30.png) !important;
}
.OrderProcess .ItemLabel {
	color: #b3b2b2;
	padding-top: 8px;
}
.OrderProcess .PassedItem .Icon {
   background-image: url(/WebRoot/Store/Shops/yxve46fvrnud/MediaGallery/CDV_Custom_Theme/Graphics/Cart_Progress_Icons/Cart-Icon-done-30.png) !important;
}
.OrderProcess .PassedItem .ItemLabel {
	color: #3e76bb;
}
.OrderProcess .ActiveItem .Icon {
	background-image: url(/WebRoot/Store/Shops/yxve46fvrnud/MediaGallery/CDV_Custom_Theme/Graphics/Cart_Progress_Icons/Cart-Icon-Active-30.png) !important;
}
.OrderProcess .ActiveItem .ItemLabel {
	color: black;
}


.Offer .BasketComment {
	font-weight: bold;
}
.Offer .PreLineBasketComment {
	font-weight: normal;
}
.Offer .OrderProcessNavigation {
	clear: both;
}

}
.PaymentIconLarge, .AddressIconLarge, .BasketIconLarge, .ConfirmOrderIconLarge, .HirePurchaseIconLarge, .FaxIconLarge {
    height: 30px !important;
    width: 30px !important;
}
/* end of icon styles */

/* order confirmation page */
.confirm-order-page {
	margin-top: 15px;
}
.confirm-order-page .order-num {
	font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}
.confirm-order-page .no-show  {
	display: none;
}
.confirm-order-page .no-show + br {
	display: none;
}
.confirm-order-page p:first-child {
	display: none;
}

.BasketCrossSellingHeader {
		margin-top: 30px;
    font-size: 18px !important;
}
.BasketCrossSelling .SlimHotDeal {
	height: auto !important;
	min-height: auto !important;
}
.BasketCrossSelling .four-colums-product-list .InfoArea {
	min-height: 280px;
}
.BasketCrossSelling {
	margin-top: 0px !important;
	margin-bottom: -60px;
}
@media screen and (max-width: 767px) {
	.BasketCrossSellingHeader, .BasketCrossSelling {
		display: none !important;
	}
}


/* green buttons in cart pages */
#CheckOut button[type=submit], #CheckOutTop button[type=submit], .DoOrder button[type=submit], .BottomDoOrder button[type=submit] {
	background: #126f03 !important;
	font-family: karla;
    font-weight: normal !important;
}

/*Payment page last step in check out */
.BasketDetails .order-brand-image  {
	float: none;
	margin:15px;
}

#WorldPay .DoOrder button {
	width: 200px;
}

#PayPal .DoOrder { float: left !important;}
#PayPal .DoOrder button { width: 200px;}

.BasketDetails .PayNowMove {
	margin: 15px;
}
.BasketDetails .submit-order-step-button {
	padding-left: 25px;
	padding-right: 25px;
}
.BasketDetails .sp-size {
	display: none;
}

#BasketTable input[name=Quantity] {
	max-width: 35px;
	text-align: left;
	font-weight: bold;
	}

.cart-narrow-column {
		padding-left: 10px !important;
	}

@media screen and (max-width: 420px) {

	#BasketTable input[name=Quantity] {
    max-width: 25px;
    text-align: left;
    font-weight: bold;
		}
	.cart-narrow-column {
		padding-left: 1px !important;
	}
}

#BasketTable th.SlimColumn {
	text-align: right;
	}
table.Basket th  {
	font-weight: bold;
	background: #eaf1f9;
	}
.paymentMethodEx #NameOrAlias label {
	font-weight: bold;
	}
#BasketAddressSelectForm .Basket-classic-text,
#BasketOfferForm  .Basket-classic-text
	{
	display: none;
	}


@media screen and (max-width: 480px) {
#BasketOfferForm .Address {
	clear: both;
	}
}
/* Delivery and payment method logos in cart styles */
#BasketOfferForm .DHL-logo-offer{
	padding: 5px;
}
#BasketOfferForm .Payment-icons {
	padding: 5px;
}

/*
@media screen and (max-width: 495px){
	#BasketOfferForm .DHL-logo-offer img{
		width: 65px;
	}
	#BasketOfferForm .Payment-icons img {
		width: 65px;
	}
	.cart-icons {
		width: 65px;
	}
}
*/
.TandC {
	float: right;
	font-size: 18px !important;
	padding: 5px;
	background: #eaf1f9;
	border: 1px solid #bfbfbf;
	margin-top: 25px !important;
}
.TandC a {
	font-size: 18px;
}
.TandC input {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
@media screen and (max-width: 420px) {
	.TandC {
		font-size: 13px !important;
	}
	.TandC a {
		font-size: 13px;
	}
}
#BasketAddressSelectForm .NewIconSmall {
	display: none;
}
.CustomerOrder .ShoppingListIcon  {
	display: none;
	}
@media screen and (max-width: 330px){
	.BasketAddressSelect  .ep-uiInput-button{
		font-size: 15.5px;
		}
	.CustomerOrder .ep-uiInput-button {
	font-size: 13.5px !important;
	}
	.BasketDetails  ul.OrderProcess  {
	display: flex;
	display: -webkit-flex;
	}
	.BasketDetails .OrderProcess li  {
	width: 70px;
	}
}

.BasketDetails .FreeShipping .Emphasize {
	font-size: 15px !important;
}

#BasketOfferForm  .Address >br {
	display: none;
	}
#BasketOfferForm  .CustomerInfo   thead {
	font-weight: bold !important;
	}
#BasketAddressSelectForm .Address a {
	font-weight: bold;
	}
#BasketAddressSelectForm  .TableHead div {
	font-weight: bold;
	}
#BasketAddressRegisterForm  .NewsletterForm .InputField {
	clear: both;
	}



#BasketAddressForm .DoOrder.FloatRight,
#BasketAddressRegisterForm .DoOrder.FloatRight,
#BasketAddressLoginForm .DoOrder.FloatRight {
	margin: 5px 0 30px 0;
}
#RegisterInfo  ul {
	list-style-type: none !important;
	}
#RegisterInfo   li:before {
	font-family: 'FontAwesome';
    content: '\f046';
	margin: 0 15px 0 -35px;
    color: #04a504;
	}
#RegisterInfo p {
	font-weight: bold;
	}

@media screen and (min-width: 850px) {
#RegisterInfo {
	margin-left: 30px;
	}
}
@media screen and (max-width: 480px){
	#BasketAddressFormContainer h3 {
	font-size: 15px;
	}
}
@media screen and (max-width: 420px){
	.Basket .CountrySelectionContainer select {
		width: 100%;
	}
}
#BasketAddressFormContainer .DialogError input, #BasketAddressFormContainer .DialogError select {
	border: 1px solid grey;
	background-color: #eaf1f9;
}
 #AdditionalBirthdayInformation {
	color: black;
	font-weight: normal;
}

.AddressDialog input.Text  {
	width: 300px;
	}
.BasketDetails .MandatoryField .InputField,
.NewCustomer .MandatoryField .InputField  {
	color: red;
    font-weight: bold;
	}

.BasketDetails .MandatoryField  .InputLabelling {
	width: 5px;
	}
.BasketDetails  select.LongText {
	width: 307px;
	}
.AddressDialog div.InputLabelling {
	color: grey;
	width: 185px;
	}
.enable-css {
	margin-top: 15px;
	}
.astricts-red {
	color: red;
	font-weight: bold;
	}
.bold-me {
	font-weight: bold;
	color: black !important;
	}


.NewsletterForm {
    margin: auto;
    padding-bottom: 20px;
}
.NewsletterForm table {
	margin-left: 30px !important;
	}

	/*my account area */
.Addresses .TableHead span {
	font-weight: bold;
	font-size: 18px;
	}
.Addresses .Dialog a {
	font-weight: bold;
	}
.EditAddress .TableHead div {
	font-weight: bold;
	font-size: 18px;
	}
#personalDataForm .TableHead div,
#userPasswordForm .TableHead div,
#userAddressesForm  .TableHead div{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
	}

table.OrderList th {
	font-weight: bold;
	font-size: 18px;
	}
.EditAddress .SaveIconSmall,
#userAddressesForm .SaveIconSmall,
#userAddressesForm  .NewIconSmall,
#personalDataForm .SaveIconSmall,
#userPasswordForm .SaveIconSmall,
#ShoppingListForm .SaveIconSmall,
#userAddressesForm .DeleteIconSmall,
#addressContentForm .DeleteIconSmall,
#addressContentForm .CancelIconSmall  {
	display: none;
	}


#userAddressesForm a,
#ViewUserShoppingListsForm a,
#UserLoginForm a,
.NoListStyleType.FloatLeft.NoPadding a {
	font-weight: bold;
}



.contentslider li {
	width: 100% !important;
	}

/* header stuff
.NavBarRoof.HorizontalNavBar a, .NavBarTop.HorizontalNavBar a {
	text-transform: uppercase;
	}
*/
/* Narrow tables on mobile */
@media screen and (max-width: 650px) {
/*  .ContentArea img {
    max-width: 100% !important;
  }
*/
  	div.ResponsiveTable table.TinyMCETable, div.ResponsiveTable table.TinyMCETable td {
    	display: block;
    	width: 100% important;
    	max-width: 100%;
    	min-width: 100%;
    	text-align:center;
  	}
}

/* same in the admin side */
.NavBarTop.HorizontalNavBar.Selected, .NavBarTop.HorizontalNavBar.Unselected {
	width: 100% !important;
	}

/* restriction for logo */
#epages_cartridges_de_epages_design_widget_NavigationelementLogo_0 img, .Header.HorizontalNavBar .custom-left .ShopLogo img {
	max-width: 264px;
	}

/* breadcrumbing */
.ContentArea.BreadcrumbItem, .ContentArea.BreadcrumbItem:hover, .ContentArea.BreadcrumbLastItem, .fa-angle-right:before {
	font-weight: normal;
	font-size: 12.5px;
	}

h3.BottomMargin {
	margin: 10px 0px;
	max-width: 100% !important;
	}

/* add to cart styling
button.ep-js.AddToBasketButton.ep-uiInput.ep-uiInput-button { width: 95%; margin: 0 auto; display: block;  }
*/

/* no diving line in sublinks or header */
.ep-megamenu-container ul li a:after,
.NavBarRoof.HorizontalNavBar .custom-right a:after,
.NavBarRoof.HorizontalNavBar .custom-left a:after,
.ep-megamenu li a:after {
	content: "";
	text-transform: uppercase;
	}

/* adding padding to content area */
/* @media screen and (min-width: 700px) { p { padding: 10px; }} */
 p { padding: 3px; }

/* cooler search */
.RemoteSearchFacet.RemoteSearchFacetRating {
    padding-bottom: 10px;
     display: none;
}

.RemoteSearchFacet ul.extended {
	max-height: inherit !important
}

li.RemoteSearchFacet span.RemoteSearchFacetFilterMatches {
   font-size: 11.5px;
   font-weight: normal;
   padding-left: 5px;
}

@media screen and (min-width: 800px) {
	.RemoteSearchFacetCategory .LeftPaddingWide .CursorPointer,
	.RemoteSearchFacetCategory .LeftPaddingWide {
	padding-left: 0px !important;
	}
}

.RemoteSearchFacetCategory span:first-Child {
	display: none;
	}

.RemoteSearchFacetCategoryBack {
    font-size: 16px !important;
    color: #333333;
    font-weight: bold !important;
    font-style: normal !important;
    text-decoration: none;
    margin-left: -10px;
}

.RemoteSearchFacetCategory label.Bold >span {
	font-size: 16px !important;
    color: #333333;
    font-weight: bold !important;
    font-style: normal !important;
    text-decoration: none;
    margin-left: -10px;
	}

@media screen and (max-width: 780px) {
	.RemoteSearchFacetCategoryBack {
	margin-left: 0px;
	}
	.RemoteSearchFacetCategory label.Bold >span {
	margin-left: 0px;
	}
}

@media screen and (max-width: 700px) {
	.RemoteSearchFacet .RemoteSearchFacetPrice li {
	display: none;
	}
}

#RemoteSearchFacets > div.BoxContainer > form > ul > li.RemoteSearchFacet.RemoteSearchFacetPrice {
	display: none;
	}

.SearchForm.horizontal-search > input {
	height: 30px;
	width: 300px;
	}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.SearchForm.horizontal-search > input {
		width: 220px;
		height: 25px}
	}

.InputField.SearchForm.horizontal-search {
	border-radius: 2px;
	}

@media screen and (max-width: 767px) {
	.SearchForm.horizontal-search > input {
		height: 22px;
		width: 180px;
		padding: 2px;
	}
}

/* show cart number
html body .GeneralLayout .HorizontalNavBar .BasketBox span:first-child  {
	display: initial !important;
    font-size: inherit;
   background: #3e76bb;
    border-radius: 18px;
    color: white;
    padding: 2px 2px 4px 4px;
 	padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 1px;
	}
*/




/* hide selaa sivuja */
.PageThis.ClearBoth {
	display: none;
	}

/* padding for flags */
.LocaleFlags.NavBarElement5 img {
	padding: 0px 2px;
	}

/* left navbar stuff */
.NavBarLeft .ContextBoxHead span, .NavBarLeft .ContextBoxHead {
	padding: 6px;
	font-family: inherit !important;
	/* text-transform: uppercase; */
	margin-left: 15px;
	}

@media screen and (min-width: 770px) {
	.Div .ContentArea {
		margin-left: 251px !important;
	}
}

.ContextBoxBody {
	background: white;
	padding: 10px !important;
	margin: 0px !important;
	}

.NavBarLeft ul li {
	list-style-type: disc;
	margin-left: 10px;
	margin-top: 2px;
	}
	
.de_epages-catalogUiProductLastViewed {
/*	box-shadow: var(--shadow);  */
/*    border: 0.5px solid #e0e0e0;  */
    padding: 6px;
    margin: 4px;
	}

	
.NavBarLeft .RightPaddingSmall img {
	max-width: 210px !important;
	float: none;
	}

.ProductLastViewedBox li img {
	width: 60px;
	}

@media screen and (max-width: 700px) {
	.NavBarLeft .RightPaddingSmall img {
		max-width: 98% !important;
		}
	.NavBarLeft .ContextBox {
		width: 98%;
		}

.Header.HorizontalNavBar .custom-right {
	padding-right: 0px !important;
	}
}

.NavBarLeft span.LineThrough {
	color: #333;
	font-size: 10px;
	}

p.some img {
	width: 25px !important;
	height: auto !important;
	padding: 5px; filter: invert(60%);
	}

p.payment img, .logo img {
	filter: invert(60%);
	}

p.payment img:hover, .logo img:hover {
	filter: invert(0%);
	}

p.some img:hover {
	padding: 5px;
	filter: invert(0%);
	}

/* basket stuff */
.Message.Medium, html body .MessageInfo {
	padding: 1px 8px 8px 40px;
	}

/*Coupon code show - hide button */
#BasketTable .hide-it {
	display: none;
}
#BasketTable  .show-hide {
    color: #3e76bb;
    font-weight: bold;
    margin-right: 10px;
	cursor: pointer;
	padding-top: 8px;
    margin-bottom: 5px;
}
#RedeemCouponButton input {
	background: #3e76bb;
	padding: 2px 8px;
	font-weight: normal !important;
  font-family: 'Karla', serif !important;
}
.Basket .coupon-trash-icon button {
	background: none;
}
.Basket .coupon-trash-icon button:hover {
	border-color: white;
}
.Basket .coupon-trash-icon .Money {
	padding-top: 8px;
}
.Basket .coupon-description {
	font-weight: bold;
	padding-top: 8px;
}
.coupon-description .MessageWarning {
	padding-top: 8px;
	font-weight: normal;
}
.Basket .coupon-field-hidden input {
	width: 150px;
}
@media screen and (max-width: 450px) {
	#BasketTable tr, #BasketTable td, #BasketTable a, #BasketTable div, #BasketTable input {
		font-size: 10px;
		}
}

@media screen and (max-width: 768px) {
	table.Basket td {
		padding: 1px ;
		width: 40px;
        vertical-align: middle;
		}
	}

table.Basket a {
	font-size: 16px;
	font-weight: bold;
	}

/*hide check out as guest text */
#AnonInfo {
	display: none;
	}

@media screen and (max-width: 800px) {
	.Message.Medium.FreeShipping h3 {
		font-size: 15px;
		}
/*	.Basket tr, .Basket td, .Basket a, .Basket div, .Basket input {
		font-size: 10px !important;
		}
*/
	#CouponCode {
		max-width: 90px !important;
		}
		/*
	.Basket input.ep-js.ep-uiInput.ep-uiInput-text {
		max-width: 18px;
		}
		*/
	form#BasketForm button.SubmitButton {
		min-width: 90% !important;
		margin: 15px auto;
		}
	div#ViewMultiCheckoutConfirmation {
		padding: 15px;
		}
}

/* body#MultiCheckout .Logo img { max-width: 100%; margin: 15px auto; } */
body#MultiCheckout .ep-uiInput-select {
	min-width: 175px;
	}

div#BasketAddressFormContainer img {
	max-width: 100px;
	}

form#BasketForm img.productBasketImage.FloatLeft {
	max-width: 100px;
	}

#KCOLink, #KCOLinkNavElement {
	font-weight: normal !important;
	}

/* product category stuff */
.CategoryImage img {
	margin: 10px 20px 20px 10px !important;
	}

@media screen and (min-width: 700px) {
	.CategoryList .CategoryText {
		max-width: 100%;
		margin-right: 10px;
		}
}
.CategoryList .ThreeColumns tr td {
	text-align: center;
	}
.CategoryList .ThreeColumns {
	padding-left: 0px !important;
}
.CategoryList .ThreeColumns img {
	max-width: 100%;
}
.ListItemCategory .InfoArea p {
	margin-top: -5px;
	}

.CategoryList .ListItemCategory h3 a {
	padding: 0px !important;
	font-size: 12px !important;
	display: block;
	line-height: 33px !important;
	}


.CategoryList .ListItemCategory h3 {
	text-align: center;
/*	margin: 0px !important;  */
	}

.ListItemCategory .InfoArea h3 {
/*    min-width: 170px;   */
    margin-top: 20px !important;
}

.CategoryList table.ListItemCategoryTable .ListItemCategory {
	border: 0px;
	}

/* Category SubPages Layout fixes
@media screen and (min-width: 1200px) {
	table.ListItemCategoryTable.LargeImages img.CategoryImage {
	max-width: 200px !important;
	}
}
*/
table.ListItemCategoryTable.LargeImages div.InfoArea h3 {
	padding-bottom: 0px !important;
	margin-bottom: -10px;
	}

@media screen and (min-width: 200px) and (max-width: 480px) {

	table.ListItemCategoryTable.LargeImages img.CategoryImage {
    max-width: 140px !important;
	}
	table.ListItemCategoryTable.LargeImages .ListItemCategory {
    padding: 0;
    width: 40%;
	}
	table.SixColumns div.ImageArea{
	float: left !important;
	}

}
@media screen and (min-width: 481px) and (max-width: 750px) {
	table.ListItemCategoryTable.LargeImages img.CategoryImage {
    max-width: 140px !important;
	}
	table.ListItemCategoryTable.LargeImages .ListItemCategory {
    padding: 0;
    width: 23%;
	}
	table.ListItemCategoryTable.LargeImages {
	padding-left: 0px;
	}
	table.SixColumns {
	padding-left: 20px !important;
	}
	table.SixColumns div.ListItemCategory {
	width: 20% !important;
	}
	table.SixColumns div.ImageArea{
	float: left !important;
	}
}

@media screen and (min-width: 767px) {
table.ListItemCategoryTable.LargeImages {
	padding-left: 25px;
	}
table.SixColumns {
	padding-left: 0px !important;
	}
}

@media screen and (min-width: 767px) and (max-width: 800px) {
table.ListItemCategoryTable.LargeImages {
	padding-left: 65px;
	}
table.SixColumns {
	padding-left: 45px !important;
	}
}

@media screen and (min-width:768px) and (max-width:  1024px) {
	table.SixColumns img.CategoryImage {
		max-width: 97px !important;
		}
}
@media screen and (min-width: 375px) and (max-width: 414px) {
	table.ListItemCategoryTable.LargeImages {
	padding-left: 8px;
	margin-top: -8px;
	}
	table.SixColumns {
	padding-left: 0px;
	}
}

@media screen and (max-width: 325px) {
	table.ListItemCategoryTable.LargeImages {
	padding-left: 0px;
	}
}

/* two column subpage layout */
table.ListItemCategoryTable td.HalfSize h3 {
	min-width: 180px !important;
    text-align: left;
    margin-left: 55px !important;
}

.CategoryList table.ListItemCategoryTable .ListItemCategory:hover {
	border: none;
	}

.CategoryList table.ListItemCategoryTable .ListItemCategory .InfoArea h3 {
/*	padding: 15% 0%;   */
	}

.CategoryList table.ListItemCategoryTable .ListItemCategory .InfoArea h3 a {
	font-size: 15px !important;
	text-transform: uppercase;
	}

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

.ListItemCategory .ImageArea {
	display: block;
	margin: 0 auto !important;
	float: left;
	}
@media screen and (max-width: 765px){
	table.ListItemCategoryTable.LargeImages div.ImageArea {
	min-height: inherit !important;
	}
}

.ContentAreaWrapper h3 {
	margin-left: 0px !important;
	}

/* tuoteryhmÃ¤painikkeet kivaksi */
.ListItemCategory .InfoArea p {
	display: none;
	}

.ListItemCategory {
	min-height: 15px;
	margin: 7px 4px 0 0;
	padding: 18px 8px 8px;
	display: inline-block;
/*	border: 1px solid lightgrey;   */
	}

@media screen and (max-width: 700px) {
	.CategoryImage img {
		margin: 10px auto !Important;
		}
/* .ContentArea h1 {
	text-align: center; }  */
}

.CategoryText {
	margin-top: 10px !important;
	}


/* product detail */
#ProductInfoTabs  .ui-state-active {
	border-top: 1px solid #a7a7a7 !important;
	border-left: 1px solid #a7a7a7 !important;
	border-right: 1px solid #a7a7a7 !important;
    background: white !important;
	height: 34px;
	}

.ep-uiThumbbox.ep-uiThumbbox-list ul {
    margin: 0;
    padding: 0;
    max-width: 500px;
}

#ProductInfoTabs .ui-tabs-nav .ui-state-default {
/*	border: 0;  */
	background: #3e76bb;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	margin-bottom: -2px;
}
#ProductRatings h2 {
	padding-bottom: 8px;
}

#ProductInfoTabs .ui-tabs-nav .ui-state-default a {
	color: white;
}

#ProductInfoTabs .ui-tabs-nav .ui-state-active a {
	color: #2e2e2e;
	}
@media screen and (max-width: 320px) {
	#ProductInfoTabs a {
	font-size: 12px;
	}
}
#ProductInfoTabs {
	padding-top: 25px;
	}


.footer {
	max-width: 110px !important;
	}

.ContentArea h3 {
	margin: 10px 0px;
	}

.ep-uiLightbox-ctrlClose {
    height: 28px;
    width: 28px;
    box-shadow: none;
    background: #3e76bb;
    position: absolute;
    right: 5px;
	}

.ep-uiLightbox-ctrlClose:hover {
	background: #96b5df;
	}

.ep-uiLightbox-ctrlClose span {
	color: white !important;
	font-family: 'Karla' !important;
	}

div.CrossellingInfoArea button.ButtonBasket {
	display: none;
	}

.AdditionalLinks.New li {
	width: 100%;
	}

.ProductDetails  div.InfoArea.New {
	width: 43%;
	}

.ProductDetails button.AddToBasketButton {
	width: 60%;
	height: 41px;
    font-size: 18px !important;
	}
/* hide the link for Alternative Items */
.hide-alternatives {
	display: none !important;
	}

#LinkSpecialPrices {
	display: none;
}

.ProductRating {
	padding-bottom: 15px;
}

table.ListItemCategoryTable.LargeImages div.InfoArea h3 {
	width: auto !important;
	}

.AddToBasketButton[type="submit"], .Customizable button {
	padding: 3px 5px;
	font-family: 'Karla' !important;
	}

    /* products two in row for mobile  */
@media screen and (max-width: 735px) {
    .two-columns-product-list .ImageArea img {
    	width: 99%
    	}
    .four-colums-product-list .ImageArea img {
    	width: 99%;
    	}
    table.ProductListImageBox.three-colums-product-list td, table.ProductListImageBox.four-colums-product-list td {
    	max-width: 99%;
    	}
  /*  table.ProductListImageBox.three-colums-product-list h3 {
    	margin-top: 20px !important;
    	}     */
    table.ProductListImageBox.three-colums-product-list td {
    	width: 99%;
    	display: block;
    /*	margin: 20px auto;  */
		}
	table.ProductListImageBox.two-colums-product-list td {
		width: 96.5%;
		display: block;
		}
}
/* global stuff, maybe safe to remove possibly */
.ProductListImageBox .InfoArea div {
/*	margin: 0 auto ;  */
	float: none;
	text-align: center;
	}

/* Fix for IE layouts */
.ProductListImageBox {
	table-layout: fixed;
}


table.ProductListImageBox td .InfoArea {
	/* border: 1px solid #333; */
	background: white !important;
/*	padding: 10px !important;  */
	}

	/* Landscape phones */
@media screen and (max-width: 750px) and (min-width: 481px) {
	table.ProductListImageBox.three-colums-product-list tr,
	table.ProductListImageBox.four-colums-product-list tr,
	table.ProductListImageBox.two-colums-product-list tr  {
		width: auto !important;
		display: inline-flex;
	/*	margin: 10px auto;  */
		}
}

.two-colums-product-list .productRatingStars {
	display: none;
}

.three-colums-product-list .ImageArea img, .four-colums-product-list .ImageArea img {
	height: auto !important;
	max-height: none;
	max-width: 100% !important;
	}

/* desktop 4 column products layout */
.four-colums-product-list .TopPaddingWide a { font-size: 15px; line-height: 15px !important;  }
.four-colums-product-list .TopPaddingWide  { margin-top: -15px;  margin-bottom: -20px;  }
.four-colums-product-list .InfoArea { min-height: 336px;}
.four-colums-product-list .FloatLeft { margin-top: -5px !important;}
.four-colums-product-list .ImageArea img { max-width: 85% !important;}
.FrontPageElement .four-colums-product-list .TopPaddingWide a { font-size: 14px; line-height: 15px !important;  }
.FrontPageElement .four-colums-product-list .TopPaddingWide  { margin-top: -16px;  margin-bottom: -35px;  }
.FrontPageElement .four-colums-product-list .InfoArea { min-height: 356px;}
.FrontPageElement .four-colums-product-list .FloatLeft { margin-top: -5px !important;}
.FrontPageElement .four-colums-product-list .ImageArea img { max-width: 85% !important;}

/* desktop three colum product layout */
.three-colums-product-list .TopPaddingWide a { font-size: 15px; line-height: 16px !important; min-width: 96%; }
.three-colums-product-list .TopPaddingWide    { margin-top: -10px;  margin-bottom: -25px;  }
.three-colums-product-list .InfoArea { min-height: 330px;}
.three-colums-product-list .FloatLeft { margin-top: -5px !important;}
.three-colums-product-list .ImageArea img { max-width: 63% !important;}
.three-colums-product-list .ProductIcon { max-width: 65px !important; }
.three-colums-product-list .ImageArea { line-height: 100px !important; }

/* Two colum product list layout */
.two-colums-product-list .TopPaddingWide a { font-size: 16px; line-height: 17px !important; min-width: 96%; }
.two-colums-product-list .TopPaddingWide    { margin-top: -15px;  margin-bottom: -34px;  }
.two-colums-product-list .InfoArea { min-height: 460px;}
.two-colums-product-list .FloatLeft { margin-top: -5px !important;}
.two-colums-product-list .ImageArea img { max-width: 98% !important;}
.two-colums-product-list .ImageArea { line-height: 100px !important; }


/* small desktops/laptops */
@media screen and (max-width: 1155px) {
	.four-colums-product-list .TopPaddingWide a { font-size: 13px; line-height: 13px !important;  }
	.four-colums-product-list .TopPaddingWide  { margin-top: -18px;  margin-bottom: -23px;  }
	.four-colums-product-list .InfoArea { min-height: 325px;}
	.four-colums-product-list .FloatLeft { margin-top: -5px !important;}
	.FrontPageElement .four-colums-product-list .InfoArea { min-height: 340px;}

	.three-colums-product-list .TopPaddingWide a { font-size: 14px; line-height: 15px !important; min-width: 96%; }
	.three-colums-product-list .TopPaddingWide    { margin-top: -10px;  margin-bottom: -33px;  }
	.three-colums-product-list .InfoArea { min-height: 295px;}
	.three-colums-product-list .FloatLeft { margin-top: -5px !important;}
}

/* mobile devices and tablets */
@media screen and (max-width: 1025px) {
		.four-colums-product-list .TopPaddingWide a { font-size: 13px; line-height: 13px !important;  }
		.four-colums-product-list .TopPaddingWide  { margin-top: -18px;  margin-bottom: -23px;  }
		.four-colums-product-list .InfoArea { min-height: 280px;}
		.four-colums-product-list .FloatLeft { margin-top: -5px !important;}

		.FrontPageElement .four-colums-product-list .TopPaddingWide a { font-size: 14px; line-height: 15px !important;  }
		.FrontPageElement .four-colums-product-list .TopPaddingWide  { margin-top: -16px;  margin-bottom: -35px;  }
		.FrontPageElement .four-colums-product-list .InfoArea { min-height: 316px;}

		.three-colums-product-list .TopPaddingWide a { font-size: 14px; line-height: 15px !important; min-width: 96%; }
		.three-colums-product-list .TopPaddingWide    { margin-top: -10px;  margin-bottom: -33px;  }
		.three-colums-product-list .InfoArea { min-height: 265px;}
		.three-colums-product-list .FloatLeft { margin-top: -5px !important;}

		.two-colums-product-list .TopPaddingWide a { font-size: 14px; line-height: 15px !important; min-width: 96%; }
		.two-colums-product-list .TopPaddingWide    { margin-top: -14px;  margin-bottom: -34px;  }
		.two-colums-product-list .InfoArea { min-height: 455px;}
		.two-colums-product-list .FloatLeft { margin-top: -5px !important;}
}
@media screen and (max-width: 768px) {
		.four-colums-product-list .TopPaddingWide a { font-size: 13px; line-height: 13px !important;  }
		.four-colums-product-list .TopPaddingWide  { margin-top: -18px;  margin-bottom: -23px;  }
		.four-colums-product-list .InfoArea { min-height: 275px;}
		.four-colums-product-list .FloatLeft { margin-top: -5px !important;}
		.AddToBasketButton[type="submit"] { padding: 2px 5px;}

		.FrontPageElement .four-colums-product-list .TopPaddingWide a { font-size: 13px; line-height: 15px !important;  }
		.FrontPageElement .four-colums-product-list .TopPaddingWide  { margin-top: -20px;  margin-bottom: -15px;  }
		.FrontPageElement .four-colums-product-list .InfoArea { min-height: 285px;}

		.three-colums-product-list .TopPaddingWide a { font-size: 14px; line-height: 15px !important; min-width: 96%; }
		.three-colums-product-list .TopPaddingWide    { margin-top: -10px;  margin-bottom: -30px;  }
		.three-colums-product-list .InfoArea { min-height: 264px;}
		.three-colums-product-list .FloatLeft { margin-top: -5px !important;}

		.two-colums-product-list .TopPaddingWide a { font-size: 14px; line-height: 15px !important; min-width: 96%; }
		.two-colums-product-list .TopPaddingWide    { margin-top: -14px;  margin-bottom: -34px;  }
		.two-colums-product-list .InfoArea { min-height: 460px;}
		.two-colums-product-list .FloatLeft { margin-top: -5px !important;}
}
@media screen and (max-width: 738px) {
		.four-colums-product-list .TopPaddingWide a { font-size: 12px; line-height: 13px !important;  }
		.four-colums-product-list .TopPaddingWide  { margin-top: -20px;  margin-bottom: -23px;  }
		.four-colums-product-list .InfoArea { min-height: 275px;}
		.four-colums-product-list .FloatLeft { margin-top: -5px !important;}

		.FrontPageElement .four-colums-product-list .TopPaddingWide a { font-size: 12px; line-height: 13px !important;  }
		.FrontPageElement .four-colums-product-list .TopPaddingWide  { margin-top: -25px;  margin-bottom: -25px;  }
		.FrontPageElement .four-colums-product-list .InfoArea { min-height: 270px;}

		.three-colums-product-list .TopPaddingWide a { font-size: 12px; line-height: 14px !important; min-width: 96%; }
		.three-colums-product-list .TopPaddingWide    { margin-top: -15px;  margin-bottom: -36px;  }
		.three-colums-product-list .InfoArea { min-height: 243px;}
		.three-colums-product-list .FloatLeft { margin-top: -5px !important;}

		.two-colums-product-list .TopPaddingWide a { font-size: 14px; line-height: 15px !important; min-width: 96%; }
		.two-colums-product-list .TopPaddingWide    { margin-top: -15px;  margin-bottom: -34px;  }
		.two-colums-product-list .InfoArea { min-height: 445px;}
		.two-colums-product-list .FloatLeft { margin-top: -5px !important;}
}
@media screen and (max-width: 569px) {
		.four-colums-product-list .TopPaddingWide a { font-size: 12px; line-height: 13px !important; min-width: 96%; }
		.four-colums-product-list .TopPaddingWide  { margin-top: -30px;  margin-bottom: -28px;  }
		.four-colums-product-list .InfoArea { min-height: 259px;}
		.four-colums-product-list .FloatLeft { margin-top: -5px !important;}

		.FrontPageElement .four-colums-product-list .TopPaddingWide a { font-size: 12px; line-height: 13px !important;  }
		.FrontPageElement .four-colums-product-list .TopPaddingWide  { margin-top: -38px;  margin-bottom: -28px;  }
		.FrontPageElement .four-colums-product-list .InfoArea { min-height: 256px;}

		.three-colums-product-list .TopPaddingWide a { font-size: 12px; line-height: 14px !important; min-width: 96%; }
		.three-colums-product-list .TopPaddingWide    { margin-top: -14px;  margin-bottom: -20px;  }
		.three-colums-product-list .InfoArea { min-height: 225px;}
		.three-colums-product-list .FloatLeft { margin-top: -5px !important;}

		.two-colums-product-list .TopPaddingWide a { font-size: 12px; line-height: 14px !important; min-width: 96%; }
		.two-colums-product-list .TopPaddingWide    { margin-top: -16px;  margin-bottom: -32px;  }
		.two-colums-product-list .InfoArea { min-height: 365px;}
		.two-colums-product-list .FloatLeft { margin-top: -5px !important;}
}
@media screen and (max-width: 481px) {   /* really large phones */
		.four-colums-product-list .TopPaddingWide a { font-size: 13px; line-height: 15px !important;  }
		.four-colums-product-list .TopPaddingWide  { margin-top: -16px; margin-bottom: -38px; }
		.four-colums-product-list .InfoArea { min-height: 286px;}

		.FrontPageElement .four-colums-product-list .TopPaddingWide a { font-size: 13px; line-height: 15px !important;  }
		.FrontPageElement .four-colums-product-list .TopPaddingWide  { margin-top: -16px;  margin-bottom: -30px;  }
		.FrontPageElement .four-colums-product-list .InfoArea { min-height: 306px;}

		.three-colums-product-list .TopPaddingWide a { font-size: 15px; line-height: 16px !important; min-width: 96%; }
		.three-colums-product-list .TopPaddingWide    { margin-top: -10px;  margin-bottom: -30px;  }
		.three-colums-product-list .InfoArea { min-height: 385px;}
		.three-colums-product-list .FloatLeft { margin-top: -5px !important;}

		.two-colums-product-list .TopPaddingWide a { font-size: 15px; line-height: 16px !important;  }
		.two-colums-product-list .TopPaddingWide  { margin-bottom: -30px; margin-top: -14px; }
		.two-colums-product-list .InfoArea { min-height: 458px;}
		.two-colums-product-list .FloatLeft { margin-top: -5px !important;}
}
@media screen and (max-width: 420px) {
		.four-colums-product-list .TopPaddingWide a { font-size: 14px; line-height: 15px !important;  }
		.four-colums-product-list .TopPaddingWide  { margin-top: -18px; margin-bottom: -18px; }
		.four-colums-product-list .InfoArea { min-height: 282px;}

		.FrontPageElement .four-colums-product-list .TopPaddingWide a { font-size: 13px; line-height: 15px !important;  }
		.FrontPageElement .four-colums-product-list .TopPaddingWide  { margin-top: -16px;  margin-bottom: -30px;  }
		.FrontPageElement .four-colums-product-list .InfoArea { min-height: 282px;}

		.three-colums-product-list .TopPaddingWide a { font-size: 15px; line-height: 16px !important;  }
		.three-colums-product-list .TopPaddingWide  { margin-bottom: -27px; margin-top: -15px; }
		.three-colums-product-list .InfoArea { min-height: 345px;}
		.three-colums-product-list .FloatLeft { margin-top: -5px !important;}

		.two-colums-product-list .TopPaddingWide a { font-size: 15px; line-height: 16px !important;  }
		.two-colums-product-list .TopPaddingWide  { margin-bottom: -30px; margin-top: -19px; }
		.two-colums-product-list .InfoArea { min-height: 458px;}
		.two-colums-product-list .FloatLeft { margin-top: -5px !important;}
}
@media screen and (max-width: 376px) {
		.four-colums-product-list .TopPaddingWide a { font-size: 13px; line-height: 14px !important;  }
		.four-colums-product-list .TopPaddingWide  { margin-top: -18px; margin-bottom: -22px; }
		.four-colums-product-list .InfoArea { min-height: 280px;}
		.four-colums-product-list .FloatLeft { margin-top: -5px !important;}

		.FrontPageElement .four-colums-product-list .TopPaddingWide a { font-size: 13px; line-height: 15px !important;  }
		.FrontPageElement .four-colums-product-list .TopPaddingWide  { margin-top: -16px;  margin-bottom: -20px;  }
		.FrontPageElement .four-colums-product-list .InfoArea { min-height: 280px;}

		.three-colums-product-list .TopPaddingWide a { font-size: 14px; line-height: 15px !important;  }
		.three-colums-product-list .TopPaddingWide { margin-bottom: -28px; margin-top: -14px;}
		.three-colums-product-list .InfoArea { min-height: 320px;}
		.three-colums-product-list .FloatLeft { margin-top: -5px !important;}

		.two-colums-product-list .TopPaddingWide a { font-size: 15px; line-height: 16px !important;  }
		.two-colums-product-list .TopPaddingWide { margin-bottom: -32px; margin-top: -15px;}
		.two-colums-product-list .InfoArea { min-height: 435px;}
		.two-colums-product-list .FloatLeft { margin-top: -5px !important;}
}
@media screen and (max-width: 320px) {
		.four-colums-product-list .TopPaddingWide a { font-size: 12px; line-height: 13px !important;  }
		.four-colums-product-list .TopPaddingWide  { margin-top: -25px; margin-bottom: -25px; }
		.four-colums-product-list .InfoArea { min-height: 268px;}


		.FrontPageElement .four-colums-product-list .TopPaddingWide a { font-size: 12px; line-height: 13px !important;  }
		.FrontPageElement .four-colums-product-list .TopPaddingWide  { margin-top: -16px;  margin-bottom: -22px;  }
		.FrontPageElement .four-colums-product-list .InfoArea { min-height: 280px;}

		.three-colums-product-list .TopPaddingWide a { font-size: 13px; line-height: 14px !important;  }
		.three-colums-product-list .TopPaddingWide { margin-bottom: -32px; margin-top: -10px; }
		.three-colums-product-list .InfoArea { min-height: 280px;}
		.three-colums-product-list .FloatLeft { margin-top: -5px !important;}

		.two-colums-product-list .TopPaddingWide a { font-size: 14px; line-height: 15px !important;  }
		.two-colums-product-list .TopPaddingWide { margin-bottom: -35px; margin-top: -15px;}
		.two-colums-product-list .InfoArea { min-height: 375px;}
		.two-colums-product-list .FloatLeft { margin-top: -5px !important; }
}


.two-colums-product-list .InfoArea br {
	display: none;
	}

/* remove breaks from layouts to get rid of extra spacing */
table.ProductListImageBox.four-colums-product-list .InfoArea br {
	display: none;
	}


@media screen and (min-width: 700px) {
	.ListItemProductInfoContainer {
		width: 400px;
		float: right;
		}
}


table.ProductListImageBox.three-colums-product-list button.AddToBasketButton.ep-js.ButtonBasket.ep-uiInput.ep-uiInput-button, table.ProductListImageBox.two-colums-product-list button.AddToBasketButton.ep-js.ButtonBasket.ep-uiInput.ep-uiInput-button, table.ProductListImageBox.four-colums-product-list button.AddToBasketButton.ep-js.ButtonBasket.ep-uiInput.ep-uiInput-button {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 97.5%;
	border: none;
	}

table.ProductListImageBox .NewProduct {
	position: absolute;
	top: 0px; left: 0px;
	background: black;
	color: white;
	padding: 2px 10px;
	}

/* reduce white space at top of categories */
.CategoryProducts {
	margin-top: 5px;
	}

/* Hide Product numbers, rating stars, and quantity stepper on category layouts three and four column */
table.ProductListImageBox.four-colums-product-list  .InfoArea   span.ProductNo,
table.ProductListImageBox.three-colums-product-list  .InfoArea   span.ProductNo,
table.ProductListImageBox.two-colums-product-list  .InfoArea   span.ProductNo  {
	color: white;
	display: none;
	}

table.ProductListImageBox.four-colums-product-list  .InfoArea   span.ProductNo >br {
	display: none;
	}

table.ProductListImageBox.four-colums-product-list  .InfoArea   a.productRatingStars,
table.ProductListImageBox.three-colums-product-list  .InfoArea   a.productRatingStars,
table.ProductListImageBox.two-colums-product-list  .InfoArea   a.productRatingStars {
	color: white;
	display: none;
	}


table.ProductListImageBox.four-colums-product-list  .InfoArea   input.Quantity,
table.ProductListImageBox.three-colums-product-list  .InfoArea   input.Quantity,
table.ProductListImageBox.two-colums-product-list  .InfoArea   input.Quantity {
	color: white;
	display: none;
	}

table.ProductListImageBox.four-colums-product-list  .InfoArea   span.ep-uiSpinner-stepper,
table.ProductListImageBox.three-colums-product-list  .InfoArea   span.ep-uiSpinner-stepper,
table.ProductListImageBox.two-colums-product-list  .InfoArea   span.ep-uiSpinner-stepper {
	color: white;
	display: none;
	}

table.ProductListImageBox.four-colums-product-list  .InfoArea   i.ProductOnStockIcon,
table.ProductListImageBox.three-colums-product-list  .InfoArea   i.ProductOnStockIcon,
table.ProductListImageBox.two-colums-product-list  .InfoArea   i.ProductOnStockIcon {
	color: white;
	display: none;
	}

table.ProductListImageBox.four-colums-product-list  .InfoArea   i.ProductWarnStockIcon,
table.ProductListImageBox.three-colums-product-list  .InfoArea   i.ProductWarnStockIcon,
table.ProductListImageBox.two-colums-product-list  .InfoArea   i.ProductWarnStockIcon {
	color: white;
	display: none;
	}

table.ProductListImageBox.four-colums-product-list  .InfoArea   i.ProductOutStockIcon,
table.ProductListImageBox.three-colums-product-list  .InfoArea   i.ProductOutStockIcon,
table.ProductListImageBox.two-colums-product-list  .InfoArea   i.ProductOutStockIcon {
	color: white;
	display: none;
	}

table.ProductListImageBox.four-colums-product-list  .InfoArea   span.FontSmaller,
table.ProductListImageBox.three-colums-product-list  .InfoArea   span.FontSmaller,
table.ProductListImageBox.two-colums-product-list  .InfoArea   span.FontSmaller {
	color: white;
	display: none;
	}
/*Single Column Layout */
div.ListItemProductContainer  span.ProductNo  {
/*	color: white;
	display:none;  */
	}

.ListItemProduct .Description {
    display: none;
}

/* products */
.HotDeal {
	/* border: 1px solid #333; */
	background: white !important;
	max-width: 200px;
	display: block;
	margin: 20px auto;
	}


.ProductListImageBox div.InfoArea {
	padding: 0px;
	}

span.hotdeal-old-price.LineThrough {
	color: #333;
	}

.HotDeal:hover, .ProductListImageBox .InfoArea:hover {
	box-shadow: 0px 0px 5px #989898;
	}

.ProductListImageBox h3 a, .CategoryProducts .TopPaddingWide, .ProductListImageBox .Price {
	text-align: center;
	display: block ;
	float: none;
	}

.ProductListImageBox .Description, .ProductListImageBox h3 a, .ProductListImageBox .LineThrough {
	text-align: center;
	/* display: block;*/
	}

.ProductListImageBox .FloatLeft {
	float: none;
	}

.InfoArea h3 a {
	/* background: rgba(234, 233, 233, 0.22);
	min-height: 33px;	*/
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	height: 58px;
	line-height: 17.5px !important;
	}

/* .ContentArea h3 {
	margin: 10px auto;
	max-width: 95%;
	}
*/

.ListItemProductTopFloatArea h3 a {
	background: none !important;
	}

.ListItemProductTopFloatArea {
	width: 250px;
	}

.ListItemProduct .Description.SmallTopPadding {
	text-align: left;
	}

.ListItemProduct h3 a {
	padding-left: 0px;
	}

.ListItemCategory h3 a {
	background: none;
	}

table.UserAttributes tr td{
	background: #eaf1f9;
	border: 1px solid #eaf1f9;
	}

 .ProductDetails.ImgLeft .ProductImage {
/*	margin: 0 400px 20px 0;  */
	}

div.ProductDetails  div.PriceContainer {
	background: #eaf1f9;
	}

/* table.UserAttributes  ul {color: white; } */

table.UserAttributes .AttributeContent {
	color: black;
	}

td.AttributeContent ul.BottomSmallMargin {
	color: black;
	}

table.UserAttributes td.AttributeLabel {
	color: black;
	font-weight: bold;
	width: auto;
	}

table.UserAttributes {
	width: auto;
	}

span.ep-sprite.ep-sprite-s.BasketIcon {
	display: none;
	}

.ep-uiInput-buttonSpriteOnly.ep-sprite.ep-sprite-s.BasketIcon {
	display: block;
	margin: 0 auto;
	}

/*hide the short description on layouts */
.ProductListImageBox .Description, .ListItemProduct .Description.SmallTopPadding {
	max-height: 50px;
	overflow: hidden;
	display: none;
	}

@media screen and (max-width: 750px) {
	.ep-uiLightbox.ui-dialog.ui-front.ep-uiLightbox-showThumbs .ep-uiLightbox-thumbs {
		display: none !important;
		}

.ep-uiLightbox.ui-dialog.ui-front.ep-uiLightbox-showThumbs .ep-uiLightbox-slides {
	width: 100%;
	}

.ep-uiLightbox.ui-dialog.ui-front.ep-uiLightbox-showThumbs {
	width: 95% !important;
	left: 0px;
	max-height: 518px;
	}
}

.InfoArea h3 a:hover {
	font-weight: bold;
	}

@media screen and (min-width: 550px) {
	.HotDeal {
		min-height: 300px;
	}
	.HotDeal .ImageArea {
		height: 200px;
	}
}

@media screen and (max-width: 700px) {
	.HotDeal {
		width: 48%;
		max-width:155px;
		min-height: 285px;
	}
}

.ListItemCategory .InfoArea {
	margin-top: -11px;
	}

.HotDealTopFloatin .NewProduct {
	top: 1px;
	left: 1px;
	background: black;
	color: white;
	padding: 0px 5px;
	}
.ProductDetails .NewProduct,  .ListItemProductInfoContainer .NewProduct  {
	padding: 0px 5px;
	line-height: 25px;
	z-index: 99;
	margin-right: 20px;
	}

.ProductDetails .NewProduct {
	background: black;
	color: white;
	margin-top: 8px;
	}

 .ListItemProductInfoContainer .NewProduct  {
 	background: black;
 	color: white;
 	}

/* blog stuff */
.Message .CategoryImage {
	max-width: 30%;
	margin-right: 20px;
	}

a.CustomButton.FloatLeft {
	background: whitesmoke;
	width: 45%;
	margin: 5px 1%;
	font-size: 15px;
	padding: 10px 10px 20px;
	text-align: center;
	}

@media screen and (max-width: 700px) {
	.Message .CategoryImage {
		max-width: 100%;
		margin-right: 0px;
	}
	.Message .MessageBlock {
		display: block;
		width: 100%;
		border-bottom: 1px dotted lightgray;
	}
	a.CustomButton.FloatLeft {
		width: 90%;
		display: block;
		margin: 5px auto;
	}
}

.BlogListItem img {
	max-width: 100%;
	}

.BlogListItem h2 a, .BlogListItem h2 a:hover {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	}

.BlogListItem h1, .BlogListItem h2 {
	margin: 10px 0px;
	}

.Message p {
	padding: 10px 0px;
	}

.BlogListItem .Box {
	clear: both;
	}


.Message .MessageBlock {
	padding: 15px 0px;
	}

.BlogListItem {
	margin-top: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #3e76bb;
	}

/* blog posts list view mobile support */
.BlogListItem[itemprop=blogPost] .Message {
	float: none;
	}
/*Blog post not list view back to normal*/
.BlogListItem .Message {
	float: left;
	}
/* strange buttons to sign in to post comment blog posts */
.sillyButtons .CustomButton {
	background: #3e76bb !important;
    color: white !important;
    font-size: 18px !important;
	}
.sillyButtons .CustomButton ins {
	display: none;
	}
.sillyButtons .DialogMessage {
	font-weight: bold;
	}
#blogWriteCommentForm  .ShoppingListIcon {
	display: none;
	}
#blogWriteCommentForm .TableHead div {
	font-weight: bold;
	font-size: 18px;
	}

/* Login page stuff */

form#UserLoginForm h2.MarginBottom {
	display: none;
	}

form#UserLoginForm input[type="text"], form#UserLoginForm input[type="password"] {
/*	width: 200px; */
	padding: 5px;
	margin: 15px 0px;
	}

form#UserLoginForm button {
	font-family: 'Karla';
	margin: 25px 0px;
	}

form#registrationForm select.ep-uiInput.ep-uiInput-select {
	width: 250px;
	height: 30px;
	}

form#registrationForm  .TableHead div {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
	}

form#registrationForm button.ep-js.ep-uiInput.ep-uiInput-button {
	width: 50%;
	}

@media screen and (max-width: 700px) {
	.InputLabelling {
		text-align: left !important;
	}
	form#registrationForm button.ep-js.ep-uiInput.ep-uiInput-button {
	width: 100%;
	}
}


/*mobile optimization */
/* .Header.HorizontalNavBar { z-index: 1; } */

@media screen and (min-width: 200px) and (max-width: 575px) {
	.Header.HorizontalNavBar .custom-left .ShopLogo img {
		max-width:75%;
	}
}

@media screen and (max-width: 480px) {
	.NavBarElement1.SearchElement {
		position: absolute !important;
    	top: 139px !important;
    	right: 2px;
    }
}

@media screen and (max-width: 768px) {
	.NavBarElement1.SearchElement {
    	position: absolute;
    	top: 116px;
    	right: 2px; }
}

@media screen and (min-width: 568px) and (max-width: 767px) {
	.NavBarElement1.SearchElement {
    	position: absolute;
    	top: 120px;
    	right: 2px; }
}

@media screen and (min-width: 575px) and (max-width: 768px) {
	.Header.HorizontalNavBar .custom-left .ShopLogo img {
		max-width:100%;
		margin: 0px 0px 15px 35px; }
}

@media screen and (min-width: 200px) and (max-width: 415px) {
	.NavBarLeft .SizeContainer {
		width: 99%;
		display: block;
		}
}
@media screen and (min-width: 800px) and (max-width: 814px) {
	.NavBarLeft .ContextBox  {
		display: none;
		}
}
@media screen and (min-width: 416px) and (max-width: 813px) {
	.NavBarLeft .SizeContainer {
		width: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		}
	.NavBarLeft .ContextBox {
		max-width: 100% !important;
		}
	.NavBarLeft .ContextBoxHead span {
		text-align: center !important;
		}
}


@media screen and (max-width: 550px) {
	.Header .SizeContainer.custom-container.custom-left {
		max-width: 100% !important;
		}
	.CategoryImage img {
		margin: 0 auto;
		display: block;
		}
	.NavBarRoof.HorizontalNavBar .custom-left {
		display: none; }
}

/* Mobile Cart styles */
@media screen and (max-width: 450px) {
	#CouponCode {
		max-width: 90px !important;
		}
}
@media screen and (max-width: 480px) {
	.ShippingOptionContainer .BasketComment {
		width: 270px;
		height: 40px;
		}
	}



/* fixes on search filtering */
.NavBarLeft .BoxContainer {
	margin: 10px 0px !important;
	padding: 0px !important;
	}

.RemoteSearchFacet .FacetName, .RemoteSearchFacet li, .RemoteSearchFacet label span {
	font-family: 'Karla' !important;
	}

li.RemoteSearchFacetsInitial {
	text-transform: uppercase;
	float: none;
	margin: 5px 0px;
	}

div#RemoteSearchFacets li {
	list-style-type: none;
	}

div#RemoteSearchFacets {
	margin-top: 0px;
	}



.RemoteSearchFacet>ul {
	text-align: justify;
	max-height: 195px;
	}

.RemoteSearchFacetCategory>ul {
    max-height: inherit !important;
}

.RemoteSearchFacet {
	
 
    padding: 6px;
    margin: 4px;
}

@media screen and (min-width: 420px) and (max-width: 768px) {
	.RemoteSearchFacet  {
		display: inline-grid;
		padding: 10px;
		}
}

@media screen and (max-width: 768px) {
/*	.RemoteSearchFacet  {
		display: inline-grid;
		padding: 10px;
		}
*/
	.RemoteSearchFacet>ul {
   	 	text-align: justify;
    	max-height: 75px;
    	border-radius: 2px;
    	}
	.RemoteSearchFacets, .RemoteSearchFacets span.fa:nth-child(1) {
		display: inline-block !important;
		}
	.RemoteSearchFacets {
		width: 100%;
		}
	/*div#RemoteSearchFacets a {
		text-transform: uppercase;
		font-weight: bold;
		} */
	.Middle .ContentAreaWrapper>.RemoteSearchFacets, .Middle .ContentAreaWrapper .CategoryList>.RemoteSearchFacets {
		width: 90%;
		}
	.fa-arrow-circle-down:before {
		font-family: FontAwesome;
		margin-left: 10px;
		}
	.FacetsToggle a, .FacetsToggle a:visited, .FacetsToggle a:hover   {
		color: white !important;
		}
	.FacetsToggle {
		background: #3e76bb;
		margin-top: 4px;
		padding: 0px;
		}
	div.RemoteSearchFacets ul.ContextBoxBody {
		background: white;
		border: 2px solid #cecdcd !important;
		}
	.ContentArea .RemoteSearchFacets .ContextBoxBody {
		text-align: left;
		}
	.RemoteSearchFacets li.RemoteSearchFacet {
		border: 2px solid #cecdcd;
		margin: 5px;
		padding: 5px;
		}
	#RemoteSearchFacets {
		padding: 0px 0px 5px;
		/*margin: 10px; */
		text-align: center;
		}
	#RemoteSearchFacets  .fa-angle-down {
		font-style: normal;
		font-size: large;
		}
	.RemoteSearchFacetCategory {
	display: none;
	}
}

/*clean up left nav bar of clutter that's already on the mega menu */
.RemoteSearchFacetCategory  >ul:nth-child(3) {
	display: none;
	}

 /* Show more... Show Less... toggle */
span.moreless {
    color: #333333;
    font-weight: bold;
    font-size: 12.5px;
    /* background: #3e76bb; */
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 3px;
    margin-left: 27px;
    cursor: pointer;
    font-style: italic;
	}



@media screen and (min-width: 200px) {
	div#RemoteSearchFacets.Collapsed {
    	height: 26px !important;
    	overflow: hidden !important; padding-bottom: 0px;
	}
	div#RemoteSearchFacets {
    	height: auto !important;
	}
}

@media screen and (min-width: 770px) {
	div#RemoteSearchFacets .FacetsToggle {
    	display: none !important;
	}
	div#RemoteSearchFacets.Collapsed {
    	height: auto !important;
	}
}

.extraBnr {
    height: 400px;
    text-align: center !important;
    text-shadow: 3px 3px 3px #999;
    color: #fff !important;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.extraBnr .TextRight {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-shadow: 0px 1px #333;
}
.extraBnr h2 {
    font-size: 2.5em;
    color: #fff;
}

@media screen and (max-width: 700px) {
	.extraBnr h2 {
		font-size: 2em;
		color: #fff; }
	.extraBnr {
		height: 40vh;
		}
}

.extraBnr a {
    background: #fff;
    padding: 10px 20px;
    margin: 10px;
    display: inline-block;
    color: #333;
    text-decoration: none;
    text-shadow: none !important;
    border: 1px solid #eee;
}


.extraBnr a:hover {
    background: #333;
    color: white;
    transition-duration: 0.2s;
}

@media screen and (min-width: 560px) and (max-width: 667px)  {
.ProductDetails .Quantity  {
	width: 20px;
	}
.ProductDetails .ep-uiInput-button.ep-uiSpinner-stepper {
	height: 30px;
	}
.ProductDetails .AddToBasketButton {
	width: auto !important;
	font-size: 14px !important;
	padding: 3px;
	}
}

/* Hide in editor */
.ShowVisualAid .extraBnr {
    display: none;
}

.SocialMedia {
	padding-top: 2px;
	}

/*
@media screen and (max-width: 768px) {
.NavBarTop .PropertyContainer, .ShopLogo img {
padding-bottom: 0px; margin: 0px !important; }}
*/


@media screen and (max-width: 1000px) {
	.Middle {
		background: white;
		}
}

.BreadcrumbItem, .BreadcrumbLastItem {
	font-family: 'Karla', Arial !important;
	font-size: 13px !important;
}

a.BreadcrumbItem:after {
	content: " /";
	font-size: 13px;
	}

span.fa.fa-angle-right.LeftSmallPadding.RightSmallPadding {
	display: none;
	}



/*.ProductListImageBox img, .HotDealList img {
	max-height: 210px !important;
	}

.ProductListImageBox.two-colums-product-list img {
	max-height: 250px !important;
	}
*/
/* .HotDeal img, .ProductListImageBox .InfoArea img  { padding-top: 10px; }  */

 a.ProductName {
 	padding: 0px 10px;
 	}



a.ProductName {
	font-weight: bold;
	white-space: initial;
	}

a.ProductName:hover {
	font-weight: bold;
	}

.extraBnr {
	background-blend-mode: multiply;
	background-color: #e3e3e3;
	}

.HotDealList.ClearBoth .ListItemProduct img {
	vertical-align: middle;
	float: none;
	}
.HotDealList.ClearBoth .ListItemProduct img {
	max-width: 250px;
	float: left;
	}
.HotDealList .three-colums-product-list {
	width: 97%;
	}
.ListItemProduct .ImageArea {
	line-height: 200px;
	}

.ListItemProduct h3.Headline {
	text-align: left;
	}

.HotDealFootFloatin.AlignRight br, .SlimHotDealFootFloatin br {
	display: none;
	}

.HotDeal {
	width: 30%;
	min-height: 300px !important;
	}

.de_epages-remotesearchUiSuggest-box {
	background: none !important;
	}

@media screen and (max-width: 768px) {
	.ep-megamenu-third-level-element a {
		color: #333 !important;
		}
	.ep-megamenu-first-level-element li:hover, .ep-megamenu-second-level-element li:hover, .ep-megamenu-third-level-element li:hover {
		background: none !important;
		}
	
	.TestShopAlert.TopLeft, .TestShopAlert.TopRight {
		display: none;
		}
	.NavBarTop .PropertyContainer {
		padding: 3px 0px 10px 0px;
		}
	.Header .SizeContainer.custom-container.custom-left {
		padding: 2px;
		}
	.ProductDetails.ImgLeft .InfoArea h1 {
		font-size: 23px;
		font-weight: bold !important;
		text-align: left;
		}
}
@media screen and (max-width: 767px) {
.ListItemProduct .FloatLeft {
		width: 100%;
		}
}
iframe {
	max-width: 100%;
	}

#KCOButton span {
	font-weight: bold;
	}

.ProductDetails .NewProduct {
	top: 0px;
	}

/* #epages_cartridges_de_epages_design_widget_NavigationelementLogo_0 img, .Header.HorizontalNavBar .custom-left .ShopLogo img {max-height: 150px;} */

@media screen and (min-width: 768px) {
	.HotDeal {
/*	margin: 10px;  */
		}
}

 /* quick design width fix */
.GeneralLayout {
	width: 100% !important;
	}
.Div .Middle {
	max-width: 1290px !important;
	}


@media screen and (max-width: 800px) {
	.ProductListImageBox img, .HotDealList img {
    	width: auto !important;}
    }

.message-cookies {
    background-color: white;
    color: #111;
    z-index: 999;
    text-align: center;
    padding-top: 15px;
 /*   text-transform: uppercase; */
    font-weight: bold;
    letter-spacing: 1px;
}
.message-cookies button {
	color: white;
}
.message-bar.message-cookies a {
	color: #00b4e9;
	}

.message-bar-inner {
	padding: 0px;
	}

span.fa.fa-close-message.CursorPointer.DisplayInlineBlock.AlignCenter {
	display: block;
	width: 15%;
	margin: 15px auto !important;
	}

span.fa.fa-close-message.CursorPointer.DisplayInlineBlock.AlignCenter {
	margin-left: 20px;
	background: #3e76bb;
	padding: 7px 30px;
	vertical-align: middle;
	border-radius: 4px;
	color: white;
	}

span.fa.fa-close-message.CursorPointer.DisplayInlineBlock.AlignCenter:before {
    content: "GOT IT";
    font-family: karla;
    font-weight: bold;
    color: white !important;
}


body > div.Layout1.GeneralLayout.Div > div.Middle > div.ContentArea > div > div > div.CategoryList > div.CategoryBase > table > tbody > tr:nth-child(2) > td {
	width: 100% !important;
	}

a#Link_ProductDataSheet_11 {
	text-align: center;
	display: block;
	}

table.three-colums-product-list div.InfoArea .LinkArea {
	padding-bottom: 0px;
	}

table.ProductListImageBox.three-colums-product-list span.ep-uiInput.ep-uiInput-button.ep-uiSpinner-stepper {
	display: none;
	}

/*

table.ProductListImageBox.three-colums-product-list input.Quantity.epWidth50.epWidth-4.ep-js.ep-uiInput.ep-uiInput-text.ep-uiValidate.ep-uiSpinner {
	display: none;
	}
*/
/* @media screen and (max-width: 757px) { td.MediumColumn { width: 100% !important; display: block; }} */

td.MediumColumn .FloatRight {
	float: left;
	margin-left: 10px;
	}



.epCustomFormWrapper button.AlignRight.Button.ep-js.ep-uiInput.ep-uiInput-button {
	float: left !important;
	padding: 5px 6%;
	text-transform: uppercase;
	}

div#epCustomFormWrapperId {
	margin-top: 30px;
	max-width: 585px;
	}

.epCustomFormWrapper dl dt {
	display: block !important;
	width: 100% !important;
	text-align: left !important;
	}

.epCustomFormWrapper dl dd {
	margin: 0 auto;
	}

div#epCustomFormWrapperId textarea {
	width: 96%;
	}
div#epCustomFormWrapperId input {
	width: auto;
	}

@media screen and (max-width: 757px) {
	.epCustomFormWrapper button.AlignRight.Button.ep-js.ep-uiInput.ep-uiInput-button {
		padding: 5px 25%;
		}
}

.ep-uiInput-button.ep-uiSpinner-stepper {
	padding: 1px 10px 1px;
	border-radius: 3px;
	height: 37px;
	}

.ContentArea .KlarnaCheckoutContainer {
	margin: 2px !important;
	}

.ContentArea #KCOArea {
	background: #f4f4f4;
	margin-top: 35px;
	padding: 20px;
	}

.ContentArea #KCOArea h2 {
	background: #f4f4f4;
	text-align: left;
	}

.ContentArea #checkout body {
	background: #f4f4f4 !important;
	}

.ContentArea .KCOShippingMethod {
	text-align: left;
	}

.extraBnr h2 {
	font-size: 2.3em;
	padding-top: 20px;
	}

table.PagerTable {
	margin-top: 10px;
    margin-bottom: 20px;
	}

.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
	color: #e7e7e7;
	}


div#BasketOverLay span.BasketNavText {
	text-align: center;
	display: block;
	padding: 15px 10px 10px;
	text-decoration: none;
	}
/*
div#BasketOverLay div.BasketBox {
	display: none;
	}
*/
div#BasketOverLay span.fa.fa-shopping-cart {
	display: none;
	}




@media screen and (max-width: 700px) {
	form#AddContainerItemsToShoppingListForm16049  button {
		font-size: 11px;
		}
		/* heading above continue shopping later */
	.sp-size {
		font-size: 15px !important;
		}
}



.NavBarRoof {
	z-index: 1 !important;
	}

.NavBarRoof.HorizontalNavBar .custom-left {
	padding-left: 10px;
	}

.NavBarTop .PropertyContainer, .NavBarLeft, .NavBarRight,.NavBarLeft .PropertyContainer, .NavBarRight .PropertyContainer, ul.DropDownList {
	z-index: 0 !important;
	}

@media screen and (max-width: 757px) {
	.NavBarElement2.BasketBox.NavElementIcon {
	/* margin-bottom: 10px;*/
	padding-top: 10px;
	margin-left: 0px !important;
	}
}

@media screen and (min-width: 420px) and (max-width: 770px) {
	.NavBarElement2.BasketBox.NavElementIcon {
		padding-right: 30px;
		}
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color: white;
    font-size: x-large;
    font-style: normal;
}


/*Multi Step top bar to blue */
.CheckOutNav {
	background-color: #3e76bb;
}


/* Remove the variation text from layout views on variation as a master products, very rare */
.ProductListImageBox .TextWeak {
	display: none;
	}

/* Country field in cart too large on mobile */
select.VeryLongText {
	width: 308px;
	}

/*Back in stock notification style */
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px;
	}

.ui-dialog.epDialog .ui-dialog-titlebar {
	background: #eaf1f9;
	}

 div.ContentAreaWrapper img[title="Show current content as RSS feed"] {
 	display: none;
 	}

 @media screen and (max-width: 450px) {
 	textarea.ExtremeLongText, input.ExtremeLongText {
 		width: 225px;
 		}
 }

.ep-uiSpinner-stepper {
	background: #848484;
	}

 /* subpages on categories */
@media screen and (max-width: 650px) {
 	.ListItemCategoryTable tr td {
    	background: white;
    	display: flex;
    	}
}
/* 4X Category sub page layout tweaks */
@media screen and (max-width: 768px) {
	table.ListItemCategoryTable.LargeImages tr,
	table.ListItemCategoryTable.LargeImages td {
	display: inline;
	}
}
@media screen and (max-width: 650px) {
 	.ProductListImageBox.four-colums-product-list tr td{
    	background: white;
    	display: inline-flex;
		width:48%;
		padding: inherit;
		min-width: auto;
    	}
}
/* 6X Category sub page layout */
@media screen and (max-width: 767px) {
	table.SixColumns tr td {
		padding: 7px;
	}
}
@media screen and (min-width: 1024px) {
	table.SixColumns tr td {
		padding: 12px;
	}
}
@media screen and (max-width: 414px) and (min-width: 375px) {
	table.SixColumns {
    	padding-left: 12px !important;
    }
}
@media screen and (max-width: 374px) and (min-width: 200px) {
	table.ListItemCategoryTable.LargeImages.SixColumns img.CategoryImage {
		max-width: 120px !important;
	}
}
.FiveColumns .MediumColumn {
	width: 20%;
	text-align: center;
}
.FiveColumns {
	padding-left: 0px !important;
}


/* From head section */
.ListItemCategory .Links {
	display:none;
	}

#BackToTop {
	display: none;
    background: 0;
    background-color: white;
    box-shadow: 0 0 1px #333;
    border: solid white 1px;
    -webkit-border-top-lpeft-radius: 26px;
    -webkit-border-top-right-radius: 22px;
    -webkit-border-bottom-right-radius: 26px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-topleft: 26px;
    -moz-border-radius-topright: 22px;
    -moz-border-radius-bottomright: 26px;
    -moz-border-radius-bottomleft: 24px;
    border-top-left-radius: 26px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 24px;
	bottom: 85px;
    margin: 0;
    position: fixed;
    right: 20px;
    z-index: 1000;
    width: 50px!important;
    height: 50px!important;
}

#BackToTop img {
    position: fixed;
    right: 20px;
    bottom: 20px;
}




html body div.MessageWarningSmall {
	padding: 2px;
	background-position: 3px 3px;
	}

.SlimHotDeal .hotdeal-old-price {
	font-size: 80% !important;
	}

.VariationPriceFromText {
	font-size: 12px;
	}

.price-value {
	white-space: normal
	}

#ProductThumbs {
	clear: none !important;
	}

hr.NoBorder {
	clear:both;
	}

.HotDeal {
	padding: 5px;
	}

.HotDealList.ClearBoth {
	margin-top: 35px;
	}
@media screen and (max-width: 450px) {
	.HotDealList.ClearBoth {
		display: inherit;
		}
}

@media screen and ( max-width: 420px) {
	body.start-page .HotDealList {
		margin-left: -10px;
		margin-right: 5px;
		}
}

@media screen and (max-width: 1024px) and (min-width: 780px) {
	body.start-page.HotDealList {
    	margin-top: 35px;
    	margin-left: 30px;
    	margin-right: 0px;
    	padding-left: 10px;
    	}
}

.HotDeal .HotDealTop {
	height: 206px;
	}

@media screen and ( max-width: 420px) {
	.HotDeal .HotDealTop {
	height: 180px;
	}
}

.HotDeal .ImageArea {
	height: 200px;
	width: auto;
	}

.HotDealFoot .InfoArea {
	width: 96%;
	height: 60px;
	}

.HotDeal .InfoArea a {
	color: #2c6489;
	}

.HotDeal .price-value {
	color: #e60c0c;
	}

.HotDeal .HotDealFootFloatin.AlignRight {
	text-align: center !important;
	width: 100%;
	}

body.start-page .SlimHotDeal {
	width: 16.6%;
  	margin: auto;
	}

.SlimHotDeal {
	width: 19%;
	text-align: center;
	margin: 5px;
	min-height: 220px;
	}


@media screen and (max-width: 480px) {
	.SlimHotDeal, .HotDeal {
		width: 23% !important;
		margin: auto;
		}
}
@media screen and (max-width: 420px) {
	.SlimHotDeal, .HotDeal {
		width: 50% !important;
		margin: auto;
		}
}

.SlimHotDeal .ImageArea {
	width: auto;
	}

.SlimHotDeal .InfoArea a {
	white-space: nowrap;
	}

.SlimHotDealFoot .InfoArea {
	width: 95%;
	text-align: center;
	}

/*
#NavBarLeftFix, .Div .NavBarLeft:before { height: 200000px; }
#NavBarRightFix, .Div .NavBarRight:before { height: 200000px; }
*/
/* End head section */

/* mega menu toggles */

li.ep-megamenu-first-level-element span.plusminus, li.ep-megamenu-second-level-element span.plusminussecond {
      display:none;
    }

@media screen and (max-width: 769px) {
div.ep-megamenu-container {
   position:relative;
   max-height: auto;
}

li.ep-megamenu-first-level-element {
    position: relative;
}
li.ep-megamenu-first-level-element span.plusminus {
    display: block;
    position: absolute;
    right: 0px;
    width: 80px;
    text-align:center;
    top: 0;
    color: white;
    z-index: 999;
	cursor: pointer;
	height: 100%;
}
/*
li.ep-megamenu-second-level-element ul {
    padding-left: 20px !important;
}*/
li.ep-megamenu-second-level-element span.plusminussecond {
 /*   position: absolute; */
    display:block;
    line-height: 30px;
    width: 50px;
    right:10px;
    top:0;
    text-align:center;
    display:block;
/*    border: 1px solid red;  */
}
}

.fa-chevron-down {
	font-style: normal !important;
	font-size: 18px;
}

.fa-chevron-up {
	font-style: normal !important;
	font-size: 18px;
}

.fa-chevron-up:before {
    content: "\f077";
    font-style: normal !important;
}

.fa-chevron-right {
	font-style: normal !important;
	font-size: 18px;
	cursor: pointer;
	margin-top: 10px;
	float: right;
	margin-right: 3px;
}

.fa-chevron-left {
	font-style: normal !important;
	font-size: 18px;
	cursor: pointer;
	margin-top: 10px;
	float: right;
	margin-right: 3px;
}

.fa-chevron-left:before {
    font-style: normal !important;
	cursor: pointer;
}

@media screen and (max-width: 420px) {
	.epDialog {
		width: 100% !important;
		}
}

.side-bar-flex img {
	max-width: 60px;
	display: flex;
	padding: 5px;
	}
.side-bar-flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

/* Ratings pages */
@media screen and (max-width: 650px) {
	#NewRatingTable .SizeContainer {
    min-width: auto;
	}
}
@media screen and (max-width: 619px) {
	#NewRatingTable .FloatRight {
	float: left;
	}
}
#NewRatingTable  .astricts-red {
	font-size: 25px;
}
#NewRatingTable #commentNode {
	width: 90%;
}
#NewRatingTable #ShowNameFieldYes  {
	margin-left: 10px;
}
#NewRatingTable  label[for=ShowNameFieldYes] {
	padding-right: 15px;
}
#ProductRatingForm  div.FloatLeft.BottomMargin {
	font-weight: bold;
    font-size: 18px;
	}
#ProductRatings .TextWeak {
	display: block;
}
#ProductRatingForm .TextWeak {
	display: block;
}

label[for=AcceptPrivacyPolicy] {
	color: red;
	}


#NewRatingTable .Hide-This  {
	font-weight: bold;
	}
#NewRatingTable .Hide-This .InputLabelling {
	padding-top: 8px;
}
#NewRatingTable .Hide-This .InputField {
	padding-bottom: 15px;
}
#NewRatingTable .InputBlock.BottomMargin {
display: none;
}
#NewRatingTable .InputField .TopMargin {
	font-weight: bold;
	}

.ProductRatingSwitchContainer { cursor: pointer !important;; }

/* Show Icon sets in all places in product views */
.ContentArea a.LinkProductRecommendation {
    padding: 1px 0 3px 20px !important;
    background: url(/WebRoot/StoreTypes/7.25.0/Store/SF/Icon/CremeSet1/ico_s_productrecommendation.png) no-repeat !important;
    }

.ContentArea a.LinkProductRating {
    background: url(/WebRoot/StoreTypes/7.25.0/Store/SF/Icon/CremeSet1/ico_s_productcompare_rating.png) no-repeat 0 0 !important;
}

.ContentArea a.WriteProductRating {
    padding: 1px 0 3px 20px !important;
    background: url(/WebRoot/StoreTypes/7.25.0/Store/SF/Icon/CremeSet1/ico_s_productcompare_rating_edit.png) no-repeat !important;
}

.ContentArea a.LinkAddShoppingList, .ContentArea input.LinkAddShoppingList {
    padding: 1px 0 3px 20px !important;
    background: url(/WebRoot/StoreTypes/7.25.0/Store/SF/Icon/CremeSet1/ico_s_shoppinglist.png) no-repeat !important;
}

.ContentArea a.LinkProductInquiry {
    padding: 1px 0 3px 20px !important;
    background: url(/WebRoot/StoreTypes/7.25.0/Store/SF/Icon/CremeSet1/ico_s_productinquiry.png) no-repeat !important;
}

/*Contact us */
#SFCustomForm .AlignRight {
	font-weight: bold;
	}

/* My account shopping list clean up */
#ViewUserShoppingListsForm span.FloatLeft {
	float: none;
	}
#ViewUserShoppingListsForm span.FloatLeft button {
	text-transform: none;
	}
#ViewUserShoppingListsForm table.ShoppingList button {
	background: white;
    color: #3e76bb;
    text-transform: none;
	}
#ViewUserShoppingListsForm table.ShoppingList th:first-child {
	text-align: left;
	}
#ViewUserShoppingListsForm table.ShoppingList th {
	font-weight: bold;
	}
#ShoppingListForm  button.FloatLeft {
	text-transform: none !important;
	}
.DialogMessage {
	/*padding: 0 0 0 40px !important;  */
	}
@media screen and (max-width: 815px) {
	#ShoppingListForm input[name="Quantity"] {
		width: 25px;
		}
	}

/* Customer orders screen styles */
.OrderComments p {
	    background: #eaf1f9;
}
.OrderComments {
	clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}

.CustomerOrder .OrderStatus {
	margin-bottom: 15px;
}
table.BundledProductsTable .BundledProductsInfoArea a {
	float: left;
	text-align: left;
}

.BundledProductsTable .Price, .BundledProductsTable .FloatRight {
    float: left;
    text-align: left;
}

table.BundledProductsTable .TextWeak {
	display: none;
}

.home-page-pagebreak {
	text-align: center;
    font-size: 25px !important;
    color: white !important;
    background: #3e76bb;
    margin-bottom: 15px;
}

.home-page-pagebreak a {
	color: white;
	}
.home-page-pagebreak a:hover {
	color: #96b5df !important;
	}

/* Grid Layout top of home page */
/***********************************/
.w-layout-grid-1 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

/* Grid changes to suit IE >10 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .w-layout-grid-1 {
    display: block !important;
  }
  #w-node-673fd2b811fb-dadd32b3 img {
    width: 275px;
  }
  #w-node-cc9f4b94826e-dadd32b3 {
    display: none;
  }
  .w-layout-grid-2 {
    display: block !important;
  }
  .w-layout-grid-3 {
    display: block !important;
  }
  .w-layout-grid-4 {
    display: block !important;
  }
  .w-layout-grid-5 {
    display: block !important;
  }
  /* Fix for basket remove cross sales */
  .BasketCrossSellingHeader {display: none;}
  .BasketCrossSelling { display: none;}
}

/* Grid changes for MS-Edge 15 and less */
@supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .w-layout-grid-1 {
    display: block !important;
  }
  #w-node-673fd2b811fb-dadd32b3 img {
    width: 275px;
  }
  #w-node-cc9f4b94826e-dadd32b3 {
    display: none;
  }
  .w-layout-grid-2 {
    display: block !important;
  }
  .w-layout-grid-3 {
    display: block !important;
  }
  .w-layout-grid-4 {
    display: block !important;
  }
  .w-layout-grid-5 {
    display: block !important;
  }
}

/* Grid adjustment for Safari 9 */
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
  .w-layout-grid-1 {
    display: block !important;
  }
  #w-node-673fd2b811fb-dadd32b3 img {
    width: 275px;
  }
  #w-node-cc9f4b94826e-dadd32b3 {
    display: none;
  }
}

.grid-1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

@media (max-width: 767px) {
  .grid-1 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .image-1 {
    width: 100%;
  }
  .link-block-3 {
    display: none;
  }
}

@media (max-width: 479px) {
  .grid-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .link-block-3 {
    display: block;
  }
}

#w-node-673fd2b811fb-dadd32b3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-0a70017793a0-dadd32b3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-0a70017793a0-dadd32b3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#w-node-1d53207d2e60-dadd32b3 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-1d53207d2e60-dadd32b3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-1d53207d2e60-dadd32b3 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#w-node-81ea59e23eeb-dadd32b3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-81ea59e23eeb-dadd32b3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-81ea59e23eeb-dadd32b3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#w-node-f3d9ef32061d-dadd32b3 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-f3d9ef32061d-dadd32b3 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f3d9ef32061d-dadd32b3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

#w-node-b5fdaeb2b5dd-dadd32b3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 479px) {
  #w-node-b5fdaeb2b5dd-dadd32b3 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#w-node-b4e4d29252d5-dadd32b3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 767px) {
  #w-node-b4e4d29252d5-dadd32b3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b4e4d29252d5-dadd32b3 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

#w-node-cb22a2817759-dadd32b3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 767px) {
  #w-node-cb22a2817759-dadd32b3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cb22a2817759-dadd32b3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

#w-node-cc9f4b94826e-dadd32b3 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 767px) {
  #w-node-cc9f4b94826e-dadd32b3 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cc9f4b94826e-dadd32b3 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

/* Home flavour selector grid */
/****************************/
.w-layout-grid-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.grid-2 {

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 991px) {
  .grid-2 {
    width: auto;
  }
}

@media (max-width: 767px) {
  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media (max-width: 479px) {
  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

#w-node-dbce6fc3879a-bbab1c0f {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-dbce6fc3879a-bbab1c0f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dbce6fc3879a-bbab1c0f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#w-node-cdfa7cc03545-bbab1c0f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3502abfbd630-bbab1c0f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-62397608bc7e-bbab1c0f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0d69c94f3677-bbab1c0f {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-0d69c94f3677-bbab1c0f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-fcc6bedc672d-bbab1c0f {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-fcc6bedc672d-bbab1c0f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fcc6bedc672d-bbab1c0f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-515c7075c92b-bbab1c0f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-515c7075c92b-bbab1c0f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-515c7075c92b-bbab1c0f {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-95fd5040ca31-bbab1c0f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-95fd5040ca31-bbab1c0f {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-95fd5040ca31-bbab1c0f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#w-node-fb6af1ce8d3c-bbab1c0f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-fb6af1ce8d3c-bbab1c0f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb6af1ce8d3c-bbab1c0f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#w-node-31e992148b91-bbab1c0f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-31e992148b91-bbab1c0f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-31e992148b91-bbab1c0f {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#w-node-5bd11d5bcf40-bbab1c0f {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-5bd11d5bcf40-bbab1c0f {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-5bd11d5bcf40-bbab1c0f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#w-node-ed3eb4d4b834-bbab1c0f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-ed3eb4d4b834-bbab1c0f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ed3eb4d4b834-bbab1c0f {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

/* Home page brands grid layout */
/*******************************/
.w-layout-grid-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.grid-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 991px) {
  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media (max-width: 479px) {
  .grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

#w-node-a28939e17658-def927fa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9d8aad5dad7b-def927fa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e4fccb39683b-def927fa {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-12f04921dbe7-def927fa {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-eb5661f90e93-def927fa {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-eb5661f90e93-def927fa {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-586ffd3b8775-def927fa {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 1;
  grid-column-end: 8;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-586ffd3b8775-def927fa {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-586ffd3b8775-def927fa {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-9167da8458ec-def927fa {
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-column-span: 1;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-9167da8458ec-def927fa {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-9167da8458ec-def927fa {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-b5a7a5c7a8f3-def927fa {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 1;
  grid-column-end: 10;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-b5a7a5c7a8f3-def927fa {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b5a7a5c7a8f3-def927fa {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-8ceeb3cb57f3-def927fa {
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 1;
  grid-column-end: 11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-8ceeb3cb57f3-def927fa {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-8ceeb3cb57f3-def927fa {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-4df037a3e4d5-def927fa {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-4df037a3e4d5-def927fa {
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-1f456915e51e-def927fa {
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-1f456915e51e-def927fa {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-1f456915e51e-def927fa {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-37da8e0b8e88-def927fa {
  -ms-grid-column: 12;
  grid-column-start: 12;
  -ms-grid-column-span: 1;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-37da8e0b8e88-def927fa {
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-37da8e0b8e88-def927fa {
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

/* eliquid page types grid layout */
/*********************************/
.w-layout-grid-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}

.grid-4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 479px) {
  .grid-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

#w-node-cd6d2740b555-ea878bb3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-5aae44d5c0c4-ea878bb3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-715b331f49a4-ea878bb3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-715b331f49a4-ea878bb3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-71347c0ad18c-ea878bb3 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-71347c0ad18c-ea878bb3 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

/* eLiquid strength grid */
/*****************************/
.w-layout-grid-5 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.grid-5 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 991px) {
  .grid-5 {
    margin-right: 4px;
    margin-left: 4px;
  }
}

@media (max-width: 767px) {
  .grid-5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media (max-width: 479px) {
  .grid-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

#w-node-835868fd8ab0-4edc3f66 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a1391101ce72-4edc3f66 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-867d9625608f-4edc3f66 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-371fc4a3aad1-4edc3f66 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-26a8a33eebd4-4edc3f66 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-26a8a33eebd4-4edc3f66 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-d1eb7990796d-4edc3f66 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 1;
  grid-column-end: 8;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-d1eb7990796d-4edc3f66 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-4b401837b484-4edc3f66 {
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-column-span: 1;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-4b401837b484-4edc3f66 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-240ce325e54d-4edc3f66 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 1;
  grid-column-end: 10;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-240ce325e54d-4edc3f66 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-5eb72a31e148-4edc3f66 {
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 1;
  grid-column-end: 11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-5eb72a31e148-4edc3f66 {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-e669b5da91f8-4edc3f66 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}


.notificationDialog input {
	width: 250px;
	}
.epGetEmailNotifikation {
	font-weight: bold !important;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 4px;
}
.NotifyMeLink {
	padding: 3px 5px;
}
.VariationsTable .NotifyMeLink {
	padding: 0px;
}
.ProductDetails .NotifyMeLink a, .HorizontalDisplay .NotifyMeLink a {
	background: #848484 !important;
	color: white;
	padding: 5px;
	font-weight: normal !important;
}

.ProductListImageBox .NotifyMeLinkButton {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #848484 !important;
	width: 97.5%;
	border: none;
}

 .two-colums-product-list .ShowVariations, .two-colums-product-list .NotifyMeLinkButton {
	position: relative;
	margin-bottom: -10px;
}

.two-colums-product-list .InfoArea .ShowVariations, .two-colums-product-list .InfoArea .NotifyMeLinkButton {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.ProductListImageBox  .NotifyMeLink a, .VariationsTable .NotifyMeLink a {
	color: white;
	font-weight: normal !important;
	padding: 2px;
}
.VariationsTable .NotifyMeLink a {
	background: #848484 !important;
	padding: 4px;
}
@media screen and (min-width: 767px) {
	.VariationsTable .NotifyMeLink a {
		padding: 4px 20px;
	}
}
.HideEmailLink .NotifyMeLink {
	display: none;
}
.HideEmailLink {
	bottom: 0px !important;
	width: 97.5%
}

div.message-cookies span.fa-close-message {
	color: #3e76bb !important; font-size: 0px;
	}

div.message-cookies span.fa.fa-close-message.CursorPointer.DisplayInlineBlock.AlignCenter:before {
	font-size: 15px
	}

/* ribbons   sale icons */
.ProductDetails .ProductIconImg { z-index: 110 !important; }

div.HotDeal {
  position: relative;
}
div.HotDeal > div.HotDealTop > div.HotDealTopFloatin, div.HotDeal > div.HotDealTop > div.HotDealTopFloatin > div.ImageArea {
  position: static;
}

div#ProductAttributeIcons h3 {
  display: none;
}
.ProductIconImgLarge.ProductIconPaddingIndex1{
  padding-top: 80px;
}
.ProductIconImgLarge.ProductIconPaddingIndex2{
  padding-top: 120px;
}
.ProductIconImgLarge.ProductIconPaddingIndex3{
  padding-top: 180px;
}
.ProductIconImgSmall.ProductIconPaddingIndex1 {
  padding-top: 50px;
}
.ProductIconImgSmall.ProductIconPaddingIndex2 {
  padding-top: 100px;
}
.ProductIconImgSmall.ProductIconPaddingIndex3 {
  padding-top: 150px;
}

.SlimHotDeal .ProductIconImgSmall.ProductIconPaddingIndex1, .ListItemProduct .ProductIconImgSmall.ProductIconPaddingIndex1 {
  padding-top: 30px;
}
.SlimHotDeal .ProductIconImgSmall.ProductIconPaddingIndex2, .ListItemProduct .ProductIconImgSmall.ProductIconPaddingIndex2 {
  padding-top: 60px;
}
.SlimHotDeal .ProductIconImgSmall.ProductIconPaddingIndex3, .ListItemProduct .ProductIconImgSmall.ProductIconPaddingIndex3 {
  padding-top: 90px;
}

.RemoteSearchResults .ProductIconImgSmall.ProductIconPaddingIndex1, .four-colums-product-list .ProductIconImgSmall.ProductIconPaddingIndex1 {
  padding-top: 50px;
}
.RemoteSearchResults .ProductIconImgSmall.ProductIconPaddingIndex2, .four-colums-product-list .ProductIconImgSmall.ProductIconPaddingIndex2 {
  padding-top: 70px;
}
.RemoteSearchResults .ProductIconImgSmall.ProductIconPaddingIndex3, .four-colums-product-list .ProductIconImgSmall.ProductIconPaddingIndex3 {
  padding-top: 105px;
}

.two-colums-product-list .ProductIconImgSmall.ProductIconPaddingIndex1 {
  padding-top: 70px;
}
.two-colums-product-list .ProductIconImgSmall.ProductIconPaddingIndex2 {
  padding-top: 140px;
}
.two-colums-product-list .ProductIconImgSmall.ProductIconPaddingIndex3 {
  padding-top: 210px;
}

div.ListItemProduct div.ImageArea {
  padding-right: 0px !important;
  margin-right: 6px !important;
  padding-bottom: 0px !important;
  margin-bottom: 6px !important;
}

span.NewProduct {
  display: none !important;
}
/* ribbon sale icons end */



/* Buttons special styles */
.AddToBasketButton, .ep-uiSpinner-stepper {
    border-radius: 0px !important;
}
.AddToBasketButton {
	background: #126f03 !important;
}

.ShowVariations .AddToBasketButton {
	border-radius: 0px !important;
	background: #3e76bb !important;
}

.VariationsTable .ButtonBasket  {
    border-radius: 0px !important;
		background: #126f03 !important;
}

.NotifyMeLinkButton {
	border-radius: 0px !important;
	}

/* New mega menu design styles */
@media screen and (max-width: 768px) {
	li.ep-megamenu-first-level-element {
		width: 45% !important;
	}
	.NavBarTop.HorizontalNavBar div.SizeContainer {
		height: 30px;
	}
	.ep-megamenu-first-level-element .ep-megamenu-container {
		margin-left: 105%;
		margin-top: -28px !important;
		height: auto;
	}
}


/* SalesIQ Chat widget styles */
.zsiq_theme1 div.zsiq_cnt {
	border-radius: 0px;
	padding: 1px 10px;
    height: 40px;
}
.siq_bL {
	bottom: 20px;
}

.zsiq_theme8 .zsiq_chatbtn {
	border-radius: 0px;
}
.zsiq_theme8 .zsiq_flt_rel {
	border-radius: 0px;
}
.zsiq_theme8 .zsiq_unrdcnt {
	height: 24px;
    width: 24px;
    background-color: #C00000;
    line-height: 24px;
	border-radius: 25px;
}
.zsiq_theme8 .zsiq_flt_rel:not(.siqico-offline) span:first-child {
    line-height: 20px;
}

/*Battery facets full height 
.RemoteSearchFacets .special-height .moreless {
	display: none;
}
.RemoteSearchFacets .special-height ul {
	max-height: 1000px;
}
*/
/*Trustpilot hide me
.Category .NavBarBottom, .Details-Hide-TP .NavBarBottom, .Basket .NavBarBottom {
    display: none;
}
*/

#BasketOverLay {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 0px !important;
    background: #ffffff !important;
    width: 300px !important;
    position: fixed !important;
    top: 5% !important;
    right: 9%;
    z-index: 9999999999999 !important;
    text-decoration: none;
    padding: 5px;
    text-decoration: none;
    color: black;
    text-align: left;
}

#BasketOverLay img {
	float: left;
    width: 20%;
    padding: 10px;
    margin-right: 10px;
}


.overlaybutton {
    background: #3e76bb;
    color: white;
    width: 130px;
    margin-top: 15px;
    text-align: center;
    padding: 2px;
    margin-left: 90px;
}

.overlayTopBar {
	margin-bottom: 5px;
    text-align: center;
    font-size: 14.5px;
    font-weight: bold;
    }

#BasketOverLay {
            /* for chrome and safari*/
            -webkit-animation-duration: 1.5s;
            -webkit-animation-name: slidein;

            /*for firefox*/
            -moz-animation-duration: 1.5s;
            -moz-animation-name: slidein;

              /* for opera*/
            -o-animation-duration: 1.5s;
            -o-animation-name: slidein;

              /* Standard syntax*/
            animation-duration: 1.5s;
            animation-name: slidein;
        }

        @-webkit-keyframes slidein {
            from {
                margin-top: -30px;
            }

            to {
                margin-top: 0px;
            }
        }

        @-moz-keyframes slidein {
             from {
                margin-top: -30px;
            }

            to {
                margin-top: 0px;
            }
        }
         @-o-keyframes slidein {
            from {
                margin-top: -30px;
            }

            to {
                margin-top: 0px;
            }
        }
          @keyframes slidein {
             from {
                margin-top: -30px;
            }

            to {
                margin-top: 0px;
            }
        }

/* WorldPay stuff */
@media screen and (max-width: 495px) {
#BasketOfferForm .wp-logo .Payment-icons img {
    width: 165px; }
#BasketOfferForm, #BasketForm {
	margin: 5px; }
}

.BasketDetails .wp-logo-paynow {
	float: none;
	margin: 10px 0 10px 2px !important;
} 

.wp-trans-ID {
	border: 1px solid grey;
    width: 260px;
    padding: 5px;
    background-color: #eaf1f9;
    margin: 3px;
}

.wp-refresh-container {

text-align: center;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 50px;
}
.wp-loading-gif {
width: 160px;
margin: 0 auto;
}

/* exchange rate stuff in the cart */
.fa-pound-sign:before {
	content: "\f154";
    color: #3e76bb;
    font-size: x-large;
    font-style: normal;
}
@media screen and (max-width: 480px) {
.exchange-link a { font-size: 11px; }
}

/*Bank transfer message */
.bank-transfer-message {
	float: right;
    width: 54%;
    padding: 5px;
    background-color: #ffeb3b;
    background-repeat: no-repeat;
    background-position: 6px 6px;
    border: 2px solid #f44336;
    color: #111 !important;
}
@media screen and (max-width: 420px) {
.bank-transfer-message {
    font-size: 13px !important;
    width: 96%;
    }
.wp-cart-icons {
	width: 150px;
}
}

/*transferwise page copy button */
.IBAN-copy {
    background: #78da78;
    border-radius: 5px;
    padding: 1px 5px 1px 5px;
    border: 0.5px solid #a9a8a8;
    Margin-left: 5px;
    color: black !important;
}
#IBANnum {
    border: none;
    width: 200px;
}
@media screen and (max-width: 495px){
	#BasketOfferForm .DHL-logo-offer img{
/*		width: 65px;  */
	}
	#BasketOfferForm .Payment-icons img {
/*		width: 65px;   */
	}
	.cart-icons {
/*		width: 65px;   */
	}
}


@media screen and (min-width: 480px) { .VariationsTable .productBasketImage {width: 90%;}  }


.ContentArea a:hover, table.Basket a:hover {
	color: #3e76bb;
}

/* Ingredient block added */
.custom-block-nicotine,
.custom-block-j,
.custom-block-js {
    background-color: #eaf1f9;
    padding: 2px 3px 0px 2px;
    margin-top: 15px;
    width: fit-content;
    font-size: 17px !important;
}

.payment-option {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.payment-option.selected,
.payment-option input:checked + label {
    border-color: #007bff;
    background-color: #e7f1ff;
}

.basketShippingMethod {
    margin-right: 10px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.payment-option label {
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}

.payment-icon {
    max-width: 80px;
    height: auto;
    margin-left: auto;
}

@media (max-width: 600px) {
    .payment-option {
        flex-direction: column;
        align-items: flex-start;
    }
    .payment-icon {
        margin-left: 0;
        margin-top: 10px;
    }
    .payment-option label {
        font-size: 14px;
    }
}

.payment-option:hover {
    background-color: #e0e7ff;
    border-color: #0056b3;
}

.paymentMethodEx .payment-option:first-child {
    margin-top: 5px;
}

/* Table cleanup */
.basketTableMethods, .NoBorder {
    border: none;
}
	table {
    width: 100%;
    border-collapse: collapse;
}

@media (max-width: 600px) {
#CategoryProducts .SelectLabelling {
	display: none;
	}
#ep-PageSize {
	float: right;
    margin-top: 15px;
    }
#CategoryProducts { 
	padding-top: 40px;
	}
}

.read-post-button {
background: #3e76bb;
    padding: 5px;
    color: white !important;
    float: right;
}
table.CrossellingCount tbody tr td.MediumColumn { margin: 5px; }
table.CrossellingCount tbody tr td.MediumColumn:hover {
    box-shadow: 0px 0px 5px #989898;
    margin: 5px;
}
