/*********************************************************/
/******************** GLOBAL *****************************/
/*********************************************************/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

.Wrapper:after,
.Content:after,
.Clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.Hidden,
.hidden { display: none !important; }
.Clear{ clear: both; }
.Float-Left { float: left; margin-right: 15px; }
.Float-Right { float: right; margin-left: 15px; }

/*********************************************************/
/******************** LAYOUT *****************************/
/*********************************************************/

#whoson_chat_link{
	display: none;
}

/*#Homepage #feefologohere{
	background-color: #ffffff;
	padding: 15px 15px;
	margin-top: 30px;
	height: 373px;
} */

#Tweets,
#Posts{
	margin-top: 30px;
	float: left;
	width: 100%;
	background-color: #ffffff;
}

#ProductPage #feefologohere{
	padding: 0 0 20px;
}

.feefologoright{
	left: 0px;
	right: auto !important;
}

/*** General ***/

body{
	background-color: #ffffff;
}

body#Secure{ background: transparent; }

#Background{
	
}

#Container{
	position: relative;
	overflow: hidden;
}

.Section{
	position: relative;
}

.Wrapper{
	position: relative;
	margin: 0 auto;
	height: 100%;
	
	transition:all .2s linear;  
    -o-transition:all .2s linear;  
    -moz-transition:all .2s linear;  
    -webkit-transition:all .2s linear;
}

.Content{
	position: relative;
	width: 100%;
}

.Column{
	height: 100%;
	float: left;
	position: relative;
}

#Overlay{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url('//images.esellerpro.com/2189/198797/images/obj/overlay.png');
	z-index: 999;
}

#Overlay-2{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url('//images.esellerpro.com/2189/198797/images/obj/overlay-2.png');
	z-index: 999;
}

/*** Header Top ***/

#Header-Top{
	background-color: #f4f4f4;
	z-index: 90;
}

/*** Header ***/

#Header{
	z-index: 80;
}


/*** Header Menu ***/

#Header-Menu{
	border-top: 1px solid #f6f6f6;
	background-color: #202020;
	z-index: 70;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

/*** Header Bottom ***/

#Header-Bottom{
	background-color: #e1e1e1;
	z-index: 65;
}

/*** Breadcrumbs ***/

#Breadcrumb-Container{
	margin: 7px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

/*** Homepage Banner ***/

#Homepage-Banner{
	margin-bottom: 15px;
	z-index: 62;
}

/*** Main ***/

#Main{	
	padding-bottom: 15px;
	z-index: 60;
	background: #ffffff;
}

/*** Breadcrumb ***/

#Main #Breadcrumb{
	margin-top: 15px;
}

/*** Menu Left ***/

#Main aside#Left{
	float: left;
	margin-top: 15px;
}

/*** Menu Right ***/

#Main aside#Right{
	float: right;
	margin-top: 15px;
}

/*** Content ***/

#Main #Content2 {
	float: left;
	margin-top: 15px;
}

/*** Homepage Categories ***/

#Homepage-Categories{
	border-top: 1px solid #e0e0e0;
	padding-top: 25px;
	padding-bottom: 10px;
}
 

#Itemlist #Homepage-Categories{
    padding: 3px 0 0 0;
    border: 0;
}

#Homepage-Categories .Wrapper{
	padding-left: 15px;
}

/*@media only screen and (max-width: 1023px) {
	#Homepage-Categories{
		display: none;
	}
}*/

/*** Homepage Brands ***/

#Homepage-Intro{
	background-color: #ebebeb;
	padding-top: 25px;
	padding-bottom: 25px;
}

/*** Homepage Brands ***/

#Homepage-Brands{
	background-color: #ffffff;
}

/*** Newsletter ***/

#Newsletter-Container{
	background-color: #666666;
	border-bottom: 1px solid #ffffff;
}

/*** Footer ***/

#Footer{
	background-color: #ebebeb;
	z-index: 50;
}

/*** Footer-Sub ***/

#Footer-Sub{
	border-top: 1px solid #dfdfdf;
	border-bottom: 70px solid #ffffff;
	background-color: #ebebeb;
	padding-top: 35px;
	padding-bottom: 19px;
	z-index: 40;
}

/*********************************************************/
/******************** HEADER *****************************/
/*********************************************************/


/************************ CURRENCY ***********************/

header nav#Currency{
	float: left;
}

header nav#Currency span{
	float: left;
	font-size: 0.75em;
	color: #466c96;
	line-height: 29px;
}

header nav#Currency a img{
	float: left;
	margin: 3px 0 0 3px;
	opacity: 0.75;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

header nav#Currency a.Selected img,
header nav#Currency a:hover img{
	opacity: 1.0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

@media only screen and (max-width: 587px) {
	header nav#Currency{
		display: none;
	}
}

/************************ DELIVERY **********************/

header #Fast-Free-Delivery{
	float: left;
	font-family: "BebasNeue";
	color: #ffffff;
	background-color: #94c940;
	padding: 0 12px 0 14px;
	line-height: 27px;
	height: 29px;
	font-size: 1.0em;
}

/************************ MOTTO **************************/

header #Motto{
	float: left;
	font-family: "Gnuolane";
	font-size: 0.9em;
	color: #7d7d7d;
	line-height: 29px;
	margin-left: 12px;
}

/************************ PHONE **************************/

header #Phone{
	float: right;
	font-family: "BebasNeue";
	font-size: 0.95em;
	color: #dc2c1d;
	line-height: 27px;
	height: 29px;
	margin-left: 20px;
}

/************************ ACCOUNT ************************/

header nav#Account{
	float: right;
}

header nav#Account a,
header nav#Account span{
	font-family: "Gnuolane";
	font-size: 0.8em;
	color: #7d7d7d;
	line-height: 29px;
	text-transform: uppercase;
	margin-left: 30px;
}

header nav#Account a:hover{
	
}

/************************ SOCIAL *************************/

.social-likes{
	float: left;
	margin-top: 43px;
}

.social-likes.first{
	margin-left: 20px;
}

.social-likes.second{
	display: none;
}

@media only screen and (min-width: 1176px) {
	.social-likes.first{
		margin-left: 40px;
	}
	.social-likes.second{
		display: block;
	}
}

.social-likes__widget{
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.social-likes__icon{
	float: left;
	width: 24px;
	height: 24px;
}

.social-likes__icon_facebook{
	background-image: url('//images.esellerpro.com/2189/198797/images/social/header/facebook.png');
}

.social-likes__icon_twitter{
	background-image: url('//images.esellerpro.com/2189/198797/images/social/header/twitter.png');
}

.social-likes__icon_plusone{
	background-image: url('//images.esellerpro.com/2189/198797/images/social/header/google.png');
}

.social-likes__counter{
	float: left;
	height: 20px;
	line-height: 20px;
	background-image: url('//images.esellerpro.com/2189/198797/images/social/header/count.png');
	background-position: left;
	background-repeat: no-repeat;
	color: #686868;
	font-size: 0.6em;
	text-align: center;
	padding: 0 4px 0 8px;
	margin: 2px 0 0 2px;
	border-right: 1px solid #c7c7c7;
}
     

.social-likes__widget_twitter .social-likes__counter{
    display: none;
}

/************************ LOGO ***************************/

header h1{
	margin: 0;
}

header h1 strong{
	display: none;
}

header #Logo{
	float: left;
	max-width: 100%;
	margin: 22px 0 26px 0;
	position: relative;
	left: -3px;
}

/************************ BASKET *************************/

header #Spend{
	position: absolute;
	top: 13px;
	right: 15px;
	font-family: "Roboto";
	font-weight: bold;
	color: #ffffff;
	font-size: 0.6em;
	text-align: center;
	width: 187px;
	height: 32px;
	line-height: 27px;
	background-image: url('//images.esellerpro.com/2189/198797/images/obj/spend.png');
	z-index: 200;
}

header #Basket{
	width: 187px;
	position: relative;
	float: right;
	margin: 40px 0 0 0;
	background-color: #dc2c1d;
	padding: 5px 8px 4px 30px;
	
	border-bottom: 4px solid #bb180a;
	border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/basket.png');
	background-repeat: no-repeat;
	background-position: 8px 6px;
	
	line-height: 17px;
}

header #Num{
	float: left;
	font-family: "BebasNeue";
	font-size: 0.95em;
	color: #202020;
	background-color: #ffffff;
	padding: 0 7px;
	border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position: relative;
}

header #Num .Aux{
	position: absolute;
	left: -3px;
	width: 3px;
	height: 19px;
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/basket-num.png');
	background-repeat: no-repeat;
	background-position: left top;
}

header #Total{
	float: left;
	font-family: "BebasNeue";
	font-size: 0.95em;
	color: #ffffff;
	margin-left: 15px;
}

header #Checkout{
	float: right;
	font-family: "BebasNeue";
	font-size: 0.95em;
	color: #ffffff;
	padding-right: 10px;
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/arrow-small.png');
	background-repeat: no-repeat;
	background-position: right center;
}

header #Basket #Basket-Details{
	background-color: #ffffff;
	position: absolute;
	top: 30px;
	right: 0px;
	padding: 10px 10px 0;
	z-index: 2000;
	width: 284px;
	display: none;
	
	border: 1px solid #d3d3d3;
	
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
}

header #Basket:hover #Basket-Details{
	display: block;
}

/*** CAROUSEL ***/

header #Basket #Basket-Details #Cart-Container{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 8px;
}

header #Basket #Basket-Details #Cart-Container .Next,
header #Basket #Basket-Details #Cart-Container .Prev{
	position: absolute;
	width: 24px;
	height: 24px;
	left: 50%;
	margin-left: -12px;
	cursor: pointer;
}

header #Basket #Basket-Details #Cart-Container .Next.Inactive,
header #Basket #Basket-Details #Cart-Container .Prev.Inactive{
	opacity: 0.25;
	cursor: default;
}

header #Basket #Basket-Details #Cart-Container .Prev{
	top: 0px;
	background-image: url('//images.esellerpro.com/2189/198797/images/buttons/cart-up.png');
}

header #Basket #Basket-Details #Cart-Container .Next{
	bottom: 0px;
	background-image: url('//images.esellerpro.com/2189/198797/images/buttons/cart-down.png');
}

header #Basket #Basket-Details #Cart-Clip{
	float: left;
	width: 100%;
	margin: 32px 0;
}

header #Basket #Basket-Details #Cart-Carousel{
	float: left;
	width: 100%;
	height: 120px;
	overflow: hidden;
	position: relative;
}

header #Basket #Basket-Details #Cart-List{
	height: 20000em;
	position: absolute;
}

/*** ITEM ***/

header #Basket #Basket-Details .Cart-Item{
	float: left;
	width: 100%;
	min-height: 120px;
	border: 1px solid #e8e8e8;
	padding: 10px 10px 10px 120px;
	position: relative;
	margin-bottom: 15px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
}

header #Basket #Basket-Details .Cart-Item .Image{
	position: absolute;
	max-height: 100px;
	max-width: 100px;
	left: 10px;
	top: 10px;
}

header #Basket #Basket-Details .Cart-Item .Price{
	font-weight: bold;
	font-family: "Roboto";
	color: #454545;
	font-size: 0.75em;
	margin-bottom: 5px;
	line-height: normal;
}

header #Basket #Basket-Details .Cart-Item .Title{
	font-family: "Roboto";
	font-size: 0.7em;
	line-height: normal;
}

header #Basket #Basket-Details .Cart-Item .Title a{
	color: #454545;
}

header #Basket #Basket-Details .Cart-Item .Qty{
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 10px;
}

header #Basket #Basket-Details .Cart-Item .Remove-Button{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 10px;
	right: 10px;
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/remove.png');
}

/*** OTHER ***/

header #Basket #Basket-Details .Num{
	font-family: "Roboto";
	color: #b1b1b1;
	text-transform: uppercase;
	font-size: 0.7em;
	position: absolute;
	left: 0px;
	top: 0px;
}

header #Basket #Basket-Details .Total{
	font-family: "Roboto";
	color: #202020;
	float: right;
	margin-bottom: 10px;
}

header #Basket #Basket-Details .Discount{
	font-family: "Roboto";
	color: #DC2C1D;
	margin-bottom: 10px;
	margin-right: 5px;
	font-size: 0.9em;
}

header #Basket #Basket-Details .Total .Label,
header #Basket #Basket-Details .Discount .Label{
	font-size: 0.75em;
	margin-right: 5px;
}

/************************ SEARCH *************************/

header #Search{
	float: left;
	width: 240px;
	margin: 17px 0 0 17px;
}

@media only screen and (min-width: 1176px) {
	header #Search{
		width: 300px;
		margin: 17px 0 0 37px;
	}
}

header .Search{
	position: relative;
	width: 100%;
	float: left;
	z-index: 100;
	margin-bottom: 15px;
}

header #Advanced{
	margin-bottom: 5px;
	position: relative;
	z-index: 1001;
}

header #Advanced-Loading{
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/processing.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	width: 150px;
	height: 120px;
	position: absolute;
	left: 92px;
	top: 111px;
	z-index: 800;
}

header #Advanced a{
	font-family: "Gnuolane";
	font-size: 0.9em;
}

header #Advanced a span{
	color: #202020;
}

header #Advanced .Form{
	position: absolute;
	top: 21px;
	background-color: #ffffff;
	z-index: 200;
	display: none;
	float: left;
	width: 100%;
	border: 1px solid #e8e8e8;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
}

header #Advanced .Form .Heading{
	font-family: "BebasNeue";
	font-size: 1.05em;
	color: #ffffff;
	width: 100%;
	float: left;
	background-color: #91c73a;
	line-height: 34px;
	padding: 0 20px;
}

header #Advanced .Form .Content{
	padding: 20px 20px 10px;
	float: left;
	width: 100%;
}

/*** NOT ACTIVE BACKGROUND HERE ***/

header .Search-Price-Slider{
	float: left;
	position: relative;
	width: 100%;
	height: 5px;
	background-color: #d2d2d2;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 30px;
}

/*** ACTIVE BACKGROUND HERE ***/

header .Search-Price-Slider .Search-Bar {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #dc2c1d;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

header .Search-Price-Slider .Search-Barc{
	display: block;
	height: 100%;
	width: 100%;
	top: 0px;
	position: relative;
	left: -3px;
}

/*** HANDLES ***/

header .Search-Price-Slider .Search-Handle-Left,
header .Search-Price-Slider .Search-Handle-Right {
	position: absolute;
	top: 7px;
	width: 12px;
	height: 20px;
	cursor: default;
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/handle.png');
	cursor: pointer;
}

header .Search-Price-Slider .Search-Handle-Left {
	z-index: 2;
	margin-left: -2px;
}

header .Search-Price-Slider .Search-Handle-Right {
	z-index: 1;
	margin-left: 2px;
}

header .Search-Label-Left,
header .Search-Label-Right{
	font-size: 0.7em;
	font-family: "Roboto";
	color: #202020;
	margin: 0 0 15px 0;
}

header .Search-Label-Left{
	float: left;
}

header .Search-Label-Right{
	float: right;
}

header .Search input{
	float: left; 
	width: 100%;
	height: 34px;
	margin: 0;
	border: 0;
	padding: 0 0 0 10px;
	
	border: 1px solid #d8d8d8;
	
	font-size: 0.8em;
	color: #202020 !important;
}

header .Search input::-ms-clear { display: none; }

header .Search button{
	position: absolute;
	right: 0px;
	width: 34px;
	height: 34px;
	background-image: url('//images.esellerpro.com/2189/198797/images/buttons/search.png');
	background-repeat: no-repeat;
	background-position: center;
}
    

header .Search.Loading button{
    background-image: url('//images.esellerpro.com/2189/198797/images/obj/gif-load.gif');
}

@media only screen and (max-width: 1023px) {
	header .Search{
		width: 100%;
	}
}

/************************ CATEGORIES *********************/

header #Menu{
	width: 100%;
}

header #Menu .Item{
	float: left;
	margin: 0 5px;
}

header #Menu .Item > a,
header #Header-Responsive-Tabs .Tabs a{
	float: left;
	position: relative;
	color: #ffffff;
	font-size: 1.25em;
	font-family: "BebasNeue";
	line-height: 40px;
	padding: 0 20px 0 10px;
	z-index: 10;
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/menu-dropdown.png');
	background-repeat: no-repeat;
	background-position: right center;
}

/*** example of special category styling ***/
header #Menu .Item.New-Arrivals{ margin-left: 0px; }
header #Menu .Item.New-Arrivals > a{ color: #229fe7; background: none; padding: 0 15px; }
header #Menu .Item.Sale{ margin-right: 0px; }
header #Menu .Item.Sale > a{ color: #ed3d28; background: none; padding: 0 15px; }

header #Menu .Item:hover > a,
header #Menu .Item > a:hover,
header #Menu .Item.Touched > a,
header #Header-Responsive-Tabs .Tabs a:hover,
header #Header-Responsive-Tabs .Tabs a.Selected{
	background-color: #ffffff;
	color: #202020;
	text-decoration: none;
}

@media only screen and (min-width: 1176px) {
	header #Menu .Item{
		margin: 0 16px;
	}
}

/************************ DROPDOWNS **********************/

header #Menu .Item > div{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	display: none;
	z-index: 1005;
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
	padding: 30px 0;
	opacity: 0.97;
}

header #Menu .Item:hover > div,
header #Menu .Item.Touched > div{ display: block; }

header #Menu .Item > div nav a{
	float: left;
	width: 100%;
	font-size: 0.8em;
	font-family: "Roboto";
	line-height: 1.75;
	color: #202020;
}

header #Menu .Item > div nav.Double a{
	width: 50%;
}

header #Menu .Item > div div.Heading{
	font-family: "BebasNeue";
	color: #202020;
	font-size: 1.3em;
	margin-bottom: 15px;
}

header #Menu .Item > div div.Heading.Clear{
	padding-top: 10px;
}

header #Menu .Item > div nav a:first-child{ padding-top: 15px; }

header #Menu .Item > div nav a:hover{
	color: #dc2c1d;
	text-decoration: none;
}

/*** BRANDS ***/

header #Menu .Item > div .Brands{
	float: left;
	width: 100%;
	height: 220px;
	overflow: hidden;
}

header #Menu .Item > div .Brands.Opened{ height: auto; }

header #Menu .Item > div .Brands-More{
	font-size: 0.8em;
	font-family: "Roboto";
	color: #229FE7;
	cursor: pointer;
	line-height: 1.5;
}

header #Menu .Item > div#Brands{
	padding: 5px 0px 0 5px;
	width: 985px;
}

@media only screen and (min-width: 1176px) {
	header #Menu .Item > div#Brands{
		width: 1181px;
	}
}

header #Menu .Item > div#Brands div.Link,
header #Menu .Item div.Nav-Brands div.Link{
	width: 93px;
	height: 50px;
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #e8e8e8;
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}

header #Menu .Item > div#Brands div.Link:hover,
header #Menu .Item div.Nav-Brands div.Link:hover{
	border: 1px solid #202020;
}

header #Menu .Item > div#Brands div.Link a,
header #Menu .Item div.Nav-Brands div.Link a{
	width: 83px;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

header #Menu .Item > div#Brands div.Link a img,
header #Menu .Item div.Nav-Brands div.Link a img{
	max-width: 83px;
	max-height: 40px;
}

/*** COLOURS ***/

header #Menu .Item div.Nav-Colours a.Colour{
	float: left;
	margin: 0 4px 4px 0;
	width: 32px;
	height: 32px;
	border: 1px solid #E8E8E8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0.6;
}

header #Menu .Item div.Nav-Colours a.Colour:hover{
	opacity: 1.0;
}

/*** HEADER BOTTOM MOTTOS ***/

#Mottos{
	
}

#Mottos > div{
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	font-family: "Gnuolane", Arial, sans-serif;
	line-height: 42px;
	font-size: 1.0em;
	margin-left: 17px;
	color: #393939;
}

@media only screen and (min-width: 1176px) {
	#Mottos > div{
		margin-left: 83px;
	}
}

#Mottos > div:first-child{
	margin: 0;
}

#Mottos > div span{
	color: #dc2c1d;
	font-size: 1.05em;
}

#Mottos > div.Fast{ background-image: url('//images.esellerpro.com/2189/198797/images/icons/fast.png');}
#Mottos > div.Order{ background-image: url('//images.esellerpro.com/2189/198797/images/icons/order.png'); }
#Mottos > div.Award{ background-image: url('//images.esellerpro.com/2189/198797/images/icons/award.png'); }
#Mottos > div.Easy{ background-image: url('//images.esellerpro.com/2189/198797/images/icons/easy.png'); }

@media only screen and (max-width: 1023px) {
	#Mottos{
		display: none;
	}
}

/*********************************************************/
/******************** RESPONSIVE HEADER ******************/
/*********************************************************/

header #Header-Responsive-Tabs{
	display: none;
}

header #Header-Responsive-Content{
	display: none;
}

header #Header-Responsive-Content .Content .Tab{
	float: left;
	width: 100%;
	background-color: #F4F4F4;
	padding: 15px 15px 0;
}

header #Header-Responsive-Content .Content .Tab.Categories{
	padding: 0;
}

header #Header-Responsive-Tabs .Tabs{
	float:left; 
	width: 100%;
	background-color: #202020;
}

header #Header-Responsive-Tabs .Tabs a{
	width: 25%;
	text-align: center;
	font-size: 1.0em;
}

header #Header-Responsive-Tabs .Tabs a.Selected,
header #Header-Responsive-Tabs .Tabs a:hover{
	background-color: #229FE7;
	color: #ffffff;
} 

@media only screen and (max-width: 1023px) {
	header #Header #Search { display: none; }
	header #Header-Menu{ display: none; }
	header #Header-Responsive-Tabs{ display: block; }
	header #Header-Responsive-Content{ display: block; }
	header #Fast-Free-Delivery { display: none; }
}

@media only screen and (max-width: 783px) {
	header .social-likes { display: none; }
}

@media only screen and (max-width: 587px) {
	header #Header #Basket { display: none; }
	header #Header #Spend { display: none !important; } 
}


/*********************************************************/
/************************ MAIN ***************************/
/*********************************************************/

/************************ BREADCRUMB *********************/

#Breadcrumb{
	font-size: 0.75em;
	color: #202020;
	line-height: 34px;
	font-family: "Roboto";
	font-weight: 300;
}

#Breadcrumb div{
	display: inline;
}

#Breadcrumb div a{
	color: #202020;
}

#Breadcrumb span.Arrow{
	display: inline-block;
	background-image: url('//images.esellerpro.com/2189/198797/images/obj/breadcrumb.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 7px;
	height: 9px;
	margin: 0 6px 0 8px;
}

/*********************************************************/
/************************ FOOTER *************************/
/*********************************************************/

/*** NEWSLETTER ***/

#Newsletter{
	padding: 10px 0 0;
	line-height: 34px;
}

#Newsletter .Title{
	float: left;
	font-family: "BebasNeue";
	color: #ffffff;
	font-size: 1.4em;
	padding-left: 40px;
	background-image: url('//images.esellerpro.com/2189/198797/images/obj/newsletter.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#Newsletter .Draws{
	float: right;
	padding: 0 17px 0 10px;
	margin: 4px 10px 3px;
	font-family: "BebasNeue";
	color: #ffffff;
	font-size: 1.1em;
	line-height: 27px;
	height: 27px;
	background-color: #dc2c1d;
	background-image: url('//images.esellerpro.com/2189/198797/images/obj/draws.png');
	background-repeat: no-repeat;
	background-position: right center;
}

#Newsletter input{
	float: right;
	width: 360px;
	height: 34px;
	box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/*** NAV ***/

#Footer nav{
	float: left;
	margin: 45px 0 45px 0;
}

#Footer nav h3{
	font-size: 0.75em;
	color: #202020;
	font-weight: bold;
	font-family: "Roboto";
	width: 100%;
}

#Footer nav a{
	float: left;
	color: #202020;
	line-height: 1.75;
	font-size: 0.75em;
	font-family: "Roboto";
	font-weight: 300;
	width: 100%;
}

#Footer nav#Popular-Brands a{
	display: none;
}

/*** LINKS ***/

#Footer nav#Links a{
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 22px;
	padding: 5px 0 5px 32px;
}

#Footer nav#Links a.Twitter{ background-image: url('//images.esellerpro.com/2189/198797/images/social/twitter.png'); }
#Footer nav#Links a.Facebook{ background-image: url('//images.esellerpro.com/2189/198797/images/social/facebook.png'); }
#Footer nav#Links a.Blog{ background-image: url('//images.esellerpro.com/2189/198797/images/social/blog.png'); }
#Footer nav#Links a.Jump{ background-image: url('//images.esellerpro.com/2189/198797/images/social/pro-jump.png'); }
#Footer nav#Links a.Sponsor{ background-image: url('//images.esellerpro.com/2189/198797/images/social/sponsor.png'); }
#Footer nav#Links a.Reviews{ background-image: url('//images.esellerpro.com/2189/198797/images/social/reviews.png'); }

/*** ADDRESS ***/

#Footer #Address address,
#Footer #Address #Telephone,
#Footer #Address a{
	display: inline-block;
	color: #202020;
	font-family: "Roboto";
	font-size: 0.75em;
	line-height: 1.25;
	padding-left: 48px;
	margin-bottom: 15px;
}

#Footer #Address #Telephone,
#Footer #Address a{
	font-weight: bold;
}

/*** LOGO ***/

#Footer-Logo{
	margin-top: 36px;
}

/*** COPYRIGHT ***/

#Footer-Sub #Copyright{
	float: right;
	clear: right;
	margin-top: 20px;
	color: #a5a5a5;
	font-size: 0.7em;
	line-height: 1.25;
}

#Footer-Sub #Copyright a{
	color: #a5a5a5;
}
	
/*** BIBA ***/
	
#Footer-Sub #Biba{
	position: relative;
	top: -11px;
}

/*** PAYMENTS ***/

#Footer-Sub #Payments{
	margin-bottom: 20px;
}

/*** MOBILE ***/
	
@media only screen and (max-width: 1023px) {
	#Footer-Categories{ display: none; }
	#Newsletter .Draws{ display: none; }
}
@media only screen and (max-width: 783px) {
	#Footer-Sub{ border-bottom: 30px solid #ffffff; }
	#Footer-Sub #Copyright{ margin-top: 0; }
	#Footer #Popular-Brands{ display: none; }
	#Footer #Address address,
	#Footer #Address #Telephone,
	#Footer #Address a{ padding-left: 39px; }
	#Newsletter {padding: 10px 15px 0; }
	#Newsletter .Title { display: none; }
	#Newsletter input { width: 100%; }
	#Newsletter .Tertiary { position: absolute; right: 0px; border-radius: 0; }
}
@media only screen and (max-width: 587px) {
	#Footer #Address address,
	#Footer #Address #Telephone,
	#Footer #Address a{ padding: 0; width: 100%; }
	#Footer #Footer-Logo{ margin-top: 0px; }
	#Footer #Address{ text-align: center; }
	#Footer #Links{ display: none; }
	#Footer nav{ text-align: center; margin: 20px 0; }
	#Footer-Sub{ text-align: center; }
	#Footer-Sub .Img,
	#Footer-Sub #Copyright{ float: none; margin-left: 0; margin-right: 0; }
}

.w3cc{
	float: right;
	clear: right;
}
	
.w3c{
	float: right;
	margin: 5px 0 0 5px;
}	
	
	