
/* GENERAL CSS */
*, *:before, *:after{
	box-sizing:border-box;
}
.mobile{
	display:none;
}

.bold{
	font-weight:bold;
}

.right{
	float:right;
}

.left{
	/*float:left;*/
}

.floatLeft{
	float:left !important;
}

input[type="submit"]{
	-webkit-appearance: none;
}	

#opacitysuccess, #opacityerror {
	background: #777;
}

.transparent{
	opacity:0.75;
	transition: opacity 0.3s;
}

.transparent:hover{
	opacity: 1;
}

html, body {
	height: 100%;
}

.button{
	background: #a44b81;
	color: #fff;
}

.topwrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -320px;
}
.complete_footer{
	height: 320px;
}

#content{
	transition: all 0s;
}

body{
	background:url(../images/mainbg.jpg) top center no-repeat fixed #f4f0ec;
	background-size: cover;
	font-family: 'Roboto', Verdana, sans-serif, arial;
	font-size:13px;
	color:#666666;
	line-height: 22px;
	margin:0;
	padding:0;
}

h1{
	font-family: 'Roboto', sans-serif;
	color:#82b0c2;
	font-size: 24px;
	margin: 0 0 10px 0;
	font-weight:normal;
	line-height:28px;
}

h2{
	font-family: 'Roboto', sans-serif;
	color:#82b0c2;
	font-size: 18px;
	line-height:22px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

a{
	color:#82b0c2;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


.titleLayout{
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color:#82b0c2;
	font-size: 16px;
}

img{
	border:0;
	outline:0;
}

#last{
	margin:0 !important;
}

.caps{
	text-transform:uppercase;
}

.color{
	color: #82b0c2;
}

.noMargin{
	margin:0 !important;
}

.leesmeer{
	float:right;
	cursor:pointer;
	color: #82b0c2;
}

.leesmeer:hover{
	text-decoration:underline;
}

.fullWidth{
	width:100%;
}

/* TOP HEADER CSS */
/*#topScroller{
	position: fixed;
	z-index: 9999;
}*/
#top_bar_container{
	float:left;
	width:100%;
	border-bottom: 1px solid #e9e9e9;
	background: #f6f6f6;
	color:#7e7e7e;
}

#top_bar{
	width:1000px;
	padding: 0 20px;
	margin: 0 auto;
}

.leftPadding{
	float:left;
	padding: 12px 0;
}

#top_bar ul{
	float:right;
	list-style:none;
	padding:0;
	margin:0;
}

#top_bar ul li{
	float:left;
}

#top_bar ul li a{
	float:left;
	padding: 12px 10px;
	color: #878787;
	border-left: 1px solid #e9e9e9;
}

#top_bar ul li a:hover{
	text-decoration:none;
	background: #fff;
}

#top_bar ul li a:active{
	background: #eee;
}

#top_bar ul li.keurmerk a{
	float:left;
	padding:2px 0 0 0;
}

#top_bar ul li.keurmerk a img{
	float:left;
}


/* HEADER CSS */
#headerCont{
	float:left;
	width:100%;
	background: #fff;
	color:#878787;
	position:relative;
	z-index:999;
	padding: 15px 0;
}

#header{
	width:1000px;
	padding: 0 20px;
	position:relative;
	margin: 0 auto;
}

#cart-count{
	z-index:999;
}

#shoppingBasket{
	padding: 15px 50px 15px 0;
	margin: 0px 0px 0px 0;
	float:right;
	background: url(../images/cart.jpg) no-repeat center right;
}

#shoppingBasket span{
	color:#333;
	float:right;
	width:100%;
	text-align:right;
}

#logo{
	margin: 0px 20px 0px 0;
	float:left;
}

#logo img{
	float:left;
}

#searchForm{
    float: left;
    margin: 19px 20px 19px 0;
    text-align: right;
    width: 480px;
}

#searchBox{
	border:1px solid #e7e7e7;
	background: #f6f6f6;
	padding: 8px 10px 7px 10px;
	color: #939395;
	width:300px;
	height: 16px;
	box-sizing: border-box;
	height: 33px;
	vertical-align: middle;
}

#searchSubmit{
	font-family: arial;
	font-weight: 700;
	color:#fff;
	-webkit-appearance: none;
	font-size: 16px;
	vertical-align: middle;
	padding: 5px 10px 5px;
	background: #a44b81;
	border:0;
	margin: 0 0 0 -5px;
	box-sizing: border-box;
	height: 33px;
	cursor: pointer;
}

#searchSubmit:hover{
	background: #c282ae;
}

#searchSubmit:active{
	background: #843c68;
}



/* MENU CSS */
#menu_container{
	float:left;
	width:100%;
	border-top: 1px solid #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
	background: #1d1d1d;
	color:#fff;
	z-index:900;
	position:relative;
}

#menu{
	width:1000px;
	padding: 0 20px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
}

#menu ul{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	border-left:1px solid #101010;
	border-right:1px solid #313131;
}

#menu ul li{
	float:left;
	border-left:1px solid #313131;
	border-right:1px solid #101010; 
}

#menu ul li a{
	text-transform:uppercase;
	font-size: 18px;
	float:left;
	padding: 15px 20px;
	color: #fff;
	transition: all 0.5s;
        cursor: pointer;
	font-weight:300;
}

#menu ul li a:hover, #menu ul li:hover{
	text-decoration:none;
	background: #313131;
}

#menu ul li a:active, #menu ul li a.active{
	background: #000;
}

#menu ul li a img{
	vertical-align:middle;
}

#menu ul li a#home{
	padding:13px 17px;
}

/* dropdown menu */

#menu ul li .submenu_container{
	width:100%;
	background: #313131;
	color:#fff;
	display:hidden;
	left: 0;
	position: absolute;
	top: 52px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4);
}

#menu ul li .submenu{
	width:1000px;
	padding: 0 20px;
	margin: 0 auto;
	display:none;
	/*height: 240px;*/
}

#menu ul li:hover .submenu_container, #menu ul li:hover .submenu{
	display:block;
}

#menu ul li .submenu .submenuItems{
	float:left;
	padding: 20px 0;
    width:23%;
	margin: 0 2% 0 0;
}

#menu ul li .submenu .submenuItems span{
	float:left;
	width:100%;
	color: #fff;
	text-transform:uppercase;
	text-shadow: none;
	font-size: 20px;
	padding: 10px 0 10px 0;

	border-bottom: 1px dashed #e9e9e9;
	border-top: 1px dashed #e9e9e9;
}

#menu ul li .submenu .submenuItems a:hover {
    background:rgba(255,255,255,0.3);
}

#menu ul li .submenu .submenuItems a {
    width:100%;
    padding:0;
	font-weight:normal;
	text-align:center;
	margin: 10px 0 10px 0;
}

#menu ul li .submenu .submenuItems ul{
	float:left;
	padding:0;
	margin:0;
	border:0;
}

#menu ul li .submenu .submenuItems ul li{
	width:100%;
	border: 0;
}

#menu ul li .submenu .submenuItems ul li a{
	float:left;
	text-shadow: none;
	padding:0;
	font-size:12px;
	color: #fff;
	text-transform:none;
}

#menu ul li .submenu .submenuItems ul li a:hover{
	text-decoration:underline;
	background: none;
}

#menu ul li .submenu .submenuItems ul li:hover{
	background: none;
}

#menu ul li #submenuBrands{
	width:100%;
}

#menu ul li #submenuBrands ul{
	width:100%;
}

#menu ul li #submenuBrands ul li{
	width:25%;
	float:left;
	background: #313131;
}

#menu ul li #submenuBrands ul li a{
	margin:0;
	padding: 5px 0;
	width:100%;
	float:left;
	text-align:center;
	border-radius: 6px;
	transition: background 0.3s;
	background: #313131;
	border-bottom:0;
}

#menu ul li #submenuBrands ul li a:hover{
	text-decoration:none;
	background: rgba(255,255,255,0.3);
}

#menu ul li #submenuBrands a.allBrandsButton{
	margin: 10px 0 0 0;
	padding: 10px 0px;
	background: #a44b81;
	color: #fff;
	text-transform:uppercase;
	text-align:center;
	font-size: 18px;
	width:300px;
	border-radius:5px;
}

#menu ul li #submenuBrands a.allBrandsButton:hover{
	background: #c282ae;
	text-decoration:none;
}

#menu ul li #submenuBrands a.allBrandsButton:active{
	background: #843c68;
}

#menu ul li{
	float:left;
}

#menuCart{
	float:right;
	padding:18px 15px 3px;
	transition: all 0.5s;
	opacity:0;
	visibility:hidden;
}

#menuCart:hover{
	text-decoration:none;
	background: #313131;
}

#menuCart:active{
	background: #000;
}

#menuCart span{
	background: none repeat scroll 0 0 #c454aa;
    border-radius: 360px;
    color: #fff;
    float: left;
    margin: -10px -18px 0 0;
    padding: 0 6px;
	position:relative;
	z-index:1;
}
#menu.mobile-menu ul {
    display: none;
}

#menu.mobile-menu ul {
	margin:0;
	width:100%;
	border-left:0;
	border-right:0;
}

#menu.mobile-menu ul li {
    float: left;
    text-align: center;
    width: 100%;
	border-left:0;
	border-right:0;
	border-bottom: 1px solid #313131;
}

#menu.mobile-menu ul li a {
    float: left;
    text-align: left;
    width: 100%;
}

#menu.mobile-menu ul li ul {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
	border-bottom: 1px dashed #636466;
}

#menu.mobile-menu ul li:hover ul {
    display: none;
}

#menu.mobile-menu ul li ul li {
	border-top: 1px dashed #636466;
}

#menu.mobile-menu ul li.active > a{
	background: #000;
}

#menu.mobile-menu ul li ul li a{
	border:0;
	background: #eee;
}

#menu.mobile-menu ul li ul li a:hover{
	background: #ccc;
}

#menu.mobile-menu ul li .submenu_container{
	width:100%;
	display:none;
	float:left;
	position: relative;
	top: 0;
	box-shadow: none;
}

#menu.mobile-menu ul li .submenu{
	float:left;
	margin: 20px 0;
	width:100%;
}
#menu.mobile-menu  ul li .submenu .submenuItems{
	width:100%;
	padding:0;
	margin: 0;
}
#menu.mobile-menu  ul li .submenu .submenuItems:first-of-type{
	border-top: 1px dashed #fff;
}
#menu.mobile-menu ul li .submenu .submenuItems a{
	margin:0;
	text-align:center;
	width:100%;
	border-bottom: 1px dashed #fff;
}
#menu.mobile-menu ul li .submenu .submenuItems a span{
	border-top: 0px;
	border-bottom: 0px;
}
#menu.mobile-menu ul li .submenu .submenuItems  ul{
	border:0;
}

#menu.mobile-menu ul li:hover .submenu_container, #menu.mobile-menu ul li:hover .submenu{
	display:none;
}

#menu.mobile-menu ul li.active .submenu, #menu.mobile-menu ul li.active .submenu_container{
	display:block;
}



#menuToggle {
    cursor: pointer;
    display: none;
    float: right;
    padding: 10px 0;
    width: 20%;
}

#menuToggle span.linecont {
    float: right;
    max-width: 45px;
    padding: 5px 0 0;
    width: 100%;
}

#menu span.nav {
	display:none;
    color: #fff;
    float: left;
    padding: 12px 0;
    text-align: left;
    text-transform: uppercase;
    width: 80%;
    font-size: 18px;
    font-weight: 300;
	cursor:pointer;
}

#menuToggle span.linecont span {
    background: none repeat scroll 0 0 #fff;
    float: left;
    height: 2px;
    margin: 0 0 5px;
    width: 100%;
}

/* GENERAL CONTENT CSS */

#main_container{
	float:left;
	width:100%;
	transition: all 0s;
}

#content_container{
	width:1000px;
	margin: 0 auto;
}

#content{
	float:left;
	width:100%;
	background: #fff;
	box-shadow: 0 0 2px #aaa;
	padding: 20px;
}

/* USPS CSS */
#usps{
	float:left;
	width:100%;
	padding:0 0 15px 0;
	transition: margin-top 0s;
}

.usp{
	float:left;
	text-align:center;
	margin: 6px 56px 0 0;
}

.usp.last{
	margin: 0;
	float:right;
}

.uspKiyoh{
	float:right;
	width:20%;
}

.kiyohAvg{
	padding:6px;
	color:#fff;
	background:#82B0C2;
	border:3px solid #1D1D1D;
	border-radius:180px;
	font-weight: bold;
	font-size: 16px;
	box-shadow:0px 0px 1px 1px #fff inset;
	float:left;
	margin:0 10px 0 0;
}

.kiyohRate{
	float:left;
	width:60%;
}

.kiyohStars{
	float:left;
	width:100%;
	color: #F5C14B;
}

.kiyohAmt{
	color:#666;
	text-decoration:none;
	float:left;
	font-size:12px;
	width:100%;	
}

/* HOMEPAGE CONTENT CSS */
.mobileCats{
	display:none;
}

.blockRow{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
}

.banner{
	float:left;
	width:650px;
	position:relative;
}

.banner .nivoSlider{
	float:left;
}

.banner .nivo-controlNav{
	bottom: 0;
	margin:0;
	position: absolute;
	width:100%;
	left:0;
	padding:10px 0;
}

.deal{
	float:left;
	width:288px;
	margin: 0 20px 0 0;
	border: 1px solid #e9e9e9;
	padding:15px;
	height: 300px;
	overflow: auto;
}
.deal h1{
	font-size:22px;
	line-height:27px;
}
.deal p{
	float:left;
	width:100%;
	margin:0;
}
.deal img{
	max-width:100%;
}

.dealInfo{
	float:left;
	width:100%;
	padding: 0 5% 13px;
	text-align:center;
}

@keyframes pulse {
	25% {
		background: #a44b81;
	}
	75% {
		background: #c282ae;
	}
}

.dealInfo .pinkButton{
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: linear;
    transform: translateZ(0px);
}

.weeklyBar{
	float:left;
	width:100%;
	padding:15px 20px;
	border:1px solid #e9e9e9;
	margin: 0 0 20px 0;
	background: #F6F6F6;
}

.weeklyBarTitle{
	float:left;
	color:#1D1D1D;
	font-size:18px;
	padding:5px 0;
	font-weight: 700;
	text-transform: uppercase;
}
.weeklyBarButton{
	float:right;
	padding:5px 10px;
	color:#fff;
	background: #A44B81;
	font-size:18px;
	font-weight: 700;
	text-transform: uppercase;
}

.gray{
	color: #555;
}

.title{
	font-size: 16px;
	font-weight:bold;
	float:left;
	width:100%;
	line-height: 20px;
	margin: 0 0 10px;
	text-transform:uppercase;
}

.pinkButton{
	float:left;
	width:100%;
	color:#fff;
	padding: 10px 0;
	font-size: 20px;
	font-weight:bold;
	background: none repeat scroll 0 0 #a44b81;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.pinkButton:hover{
	background: #c282ae;
	text-decoration:none;
}

.pinkButton:active{
	background: #843c68;
}

.pinkButton.smaller {
    cursor: pointer;
    float: right;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: auto;
}

.blueButton{
	float:left;
	width:100%;
	color:#fff;
	padding: 10px 0;
	font-size: 20px;
	font-weight:bold;
	background: none repeat scroll 0 0 #82b0c2;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.blueButton:hover{
	background: #94C9DD;
	text-decoration:none;
}

.blueButton:active{
	background: #6C97A7;
}


.privacy{
    float: left;
    margin: 10px 0 0;
    text-align: right;
    width: 80%;
}

.product {
	float:left;
	border: 1px solid #e8e8e8;
	padding: 15px 10px;
	width: 223px;
	color: #555;
	margin: 0 22px 0 0;
        height: 360px;
}

.product > a {
	float: left;
	color: #555;
	display: block;
	width: 100%;
	height: 100%;
}

.inhoudsmaten {
	background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    float: left;
    height: 100.5%;
    left: -100px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    top: -1px;
    transition: border 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0s;
    visibility: hidden;
    width: 100px;
    z-index: 899;
}

.product .merk {
    float: left;
    margin: 0 0 5px;
    text-align: center;
    width: 100%;
	/*max-height: 75px;*/
	height: 45px;
	overflow:hidden;
	font-size:16px;
	text-transform:uppercase;
	color: #222;
}

.product .img {
    float: left;
    height: 205px;
}

.product.last{
	margin: 0 0 0 0;
	float:right;
}

.product:hover{
	border: 1px solid #bbb;
}

.product:hover .inhoudsmaten {
	border-bottom:1px solid #bbb;
    border-left: 1px solid #bbb;
    border-top: 1px solid #bbb;
    opacity: 1;
    visibility: visible;
}

.inhoudsmaten .altSize {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 15px 0;
}

.prodTitle{
	float:left;
	width:100%;
	text-align:center;
	height: 44px;
	line-height: 22px;
	font-size: 13px;
	font-weight: normal;
	margin:0;
    overflow:hidden;
}

.price{
	float:left;
	width:100%;
	text-align:center;
	margin: 10px 0 0 0;
	font-size: 18px;
	color: #333;
	font-weight:800;
	font-family: 'Roboto', sans-serif;
}
/*
.brands a{
	border: 1px solid #fff;
	float:left;
	width:100px;
	height:63px;
	margin: 0 11px 0 0;
}

.brands a.last{
	margin:0;
	float:right;
}*/

.brands a img{
	max-width:100px;
	max-height:63px;
	margin: 0 10px 0 0;
	vertical-align:middle;
	border: 1px solid #fff;
}

.brands a img:hover{
	border: 1px solid #c6c6c6;
}

.brands a{
	text-decoration: none;
}

/*
.brands a:hover{
	border: 1px solid #bbb;
}*/

.catBtn.women{
	float:left;
	background:url(../images/catwomenbg.jpg) center center no-repeat;
	width: 470px;
	padding: 0px;
}

.catBtn.men{
	float:right;
	background:url(../images/catmenbg.jpg) center center no-repeat;
	width: 470px;
	padding: 0;
}

.catBtnBg{
	float:left;
	width:100%;
	text-align:center;
	padding: 69px 55px;
	background: rgba(0,0,0,0.15);
	transition: background 0.3s;
}

.catBtnTitle{
	font-family: arial;
	text-transform:uppercase;
	font-weight: bold;
	font-size:42px;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	line-height: 60px;
}

.catBtnBg:hover{
	background:none;
}

.catBtn .pinkButton, .catBtn .blueButton{
	font-size: 24px;
	font-weight:lighter;
	letter-spacing:-2px;
	padding: 10px 0 12px;
}

.homeTxt{
	float:left;
	margin: 0 20px 0 0;
	width:610px;
}

.homeSpecials{
	float:right;
	width:330px;
}

.homeSpecials a{
	margin: 0 0 20px 0;
	float:left;
	width:100%;
}

/* CATEGORY CSS */

.breadcrumb{
	float:left;
	width:100%;
	border-top: 1px dashed #e9e9e9;
	border-bottom: 1px dashed #e9e9e9;
	padding: 5px 0;
	margin: 0 0 20px 0;
}

.breadcrumb a{
	font-size: 11px;
	color: #adadad;
	margin: 0 8px 0 0;
	float:left;
}

.breadcrumb img{
	float:left;
	margin: 8px 8px 0 0;
}

.breadcrumb a:hover{
	text-decoration:underline;
}

.merkOverviewLogo{
	float:left;
	width:19%;
	margin: 0 2% 20px 0;
	padding: 2% 2% 2% 2%;
	border: 1px solid #dedede;
	height: 70px;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	color: #222;
}

.merkOverviewLogo.last{
    float: right;
    margin: 0 0 20px;
    width: 20%;
}

.merkOverviewLogo:hover{
	text-decoration:none;
	color:#82b0c2;
	border: 1px solid #bbb;
}

.merkOverviewLogo img{
	max-width:100%;
	max-height: 100%;
}

#categoryLeft{
	float:left;
	margin: 0 20px 0 0;
	width:225px;
}

#toggleFilters{
	display:none;
}

.categoryFilter{
	float:left;
	width: 100%;
	margin: 0 0 50px 0;	
}

.categoryFilter .filterTitle{
	float:left;
	width:100%;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px dashed #e9e9e9;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	font-size: 28px;
	color: #82b0c2;
	font-weight:400;
}

#search_list{
	border-bottom:1px solid #e7e7e7;
}

.categoryFilter ul{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;	
	max-height: 200px;
	overflow-y:auto;
	overflow-x:hidden;
}

.categoryFilter ul li {
	float:left;
	padding: 0 0 0 5%;
	width: 95%;
}

.categoryFilter ul li a{
	color: #595959;
	transition: padding 0.3s, background 0.6s;
}

.categoryFilter ul li a.active, .categoryFilter ul li a:hover {
    color: #82b0c2;
    font-weight: bold;
	background: url(../images/bluetriangle.png) left center no-repeat;
	padding: 0 0 0px 12px;
	text-decoration:none;
}

.categoryFilter p{
	float:left;
	width:100%;
	margin: 0;
}

.categoryFilter #search_input{
	float:left;
	width: 100%;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	padding: 5px 2%;
	margin: 0 0 10px 0;
}

.categoryFilter #filter_range_prijs span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    color: #000000;
    display: inline;
    margin: 0;
    padding: 0;
}

#filter_range_prijs .ui-widget-content {
    background: none repeat scroll 0 0 #F7F7F7 !important;
    margin: 50px 0 0;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-widget-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #333333;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0;
    top: -2px;
}
.ui-slider .ui-slider-handle {
    cursor: pointer;
    height: 15px;
    position: absolute;
    width: 15px;
    z-index: 2;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    outline: medium none;
}

#price_slider{
	float:left;
	width:93%;
	background: #F0F0F0;
}

#price_slider_txt {
    color: #8C8C8B;
    margin: 0 0 5px;
	float:left;
	width:100%;
	text-align:center;
}

#price_slider_txt span {
    color: #8C8C8B !important;
}

#filter_range_prijs {
    color: #8C8C8B;
    margin: 0;
    padding: 0;
    width: 100%;
	float:left;
}
#filter_range_prijs input {
    border: 1px solid #E8E8E8;
    color: #8C8C8B;
    width: 75%;
}

.lrow{
	float:left;
	width:50%;
}

.rrow{
	float:right;
	width:50%;
}

.rrow input{
	float:right;
}

.truncate_more_link{
	float:right;
	margin:5px 0 0 0;
}

#overviewText{
	float:left;
	width:100%;
}


#overviewText h1{
	font-size: 18px;
	line-height: 20px;
}

#overviewText h2{
	float:left;
	width:100%;
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height:20px;
}

#overviewText p{
	float:left;
	width:100%;
	margin:0;
	font-size:12px;
}

#categoryRight{
	float:left;
	margin: 0;
	width:715px;
}

#categoryBanner{
	float:left;
	width: 100%;
	margin: 0px 0px;
}

#categoryItems{
	float:left;
	width:100%;
}

#categoryItems .product{
	margin: 0 23px 23px 0;
	position:relative;
}

#categoryItems .product.last{
	margin: 0 0px 23px 0;
}


.sticker{
	position:absolute;
	z-index:10;
	top:0;
	left:0;
}

.paginationBottom{
	float:left;
	width:100%;
	margin: 0 0 50px 0;
}

.pagination{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
}

.buyProductTop .customSelect{
	width: 100px;
}
.customSelect{
	padding: 5px 25px 5px 10px;
	width: 160px;
	border: 1px solid #E8E8E8;	
	background: url("../images/selectarrow.jpg") no-repeat scroll top right;
	cursor: pointer;
	margin: 0 10px 0 0px;
}

.customSelect:hover{
	border: 1px solid #c8c8c8;	
}

.customSelectInner{
	width:100% !important;
}

.numbering{
	float:right;
	text-transform:uppercase;
	margin: 6px 0 0 0;
}

.numbering ul{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

.numbering ul li{
	float:left;
}

.numbering ul li a{
	padding:2px 10px;
	color: #595959;
	border-right: 1px solid #cdcdcd;
}

.numbering ul li a.next{
	border-right: 0;
	padding: 2px 0 2px 10px;
}

.numbering ul li a.active{
	font-weight:bold;
	color: #82b0c2;
}

#specificationfilter_sortering{
	float:left;
}


/* DETAILPAGE CONTENT CSS */

.backToOverview{
	float:left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px dashed #e9e9e9;
}

.backToOverview img{
	margin: 6px 8px 0 0;
}

.productImages{
	float:left;
	width:400px;
	margin: 0 20px 0 0;
	position:relative;
	z-index:1;
}

#single_image{
	position:relative;
	float:left;
	width:100%;
}

#single_image img {
	max-width: 100%;
}

.productDetails{
	float:right;
	width: 540px;
}

.productDetails h1{
	margin:0;
	font-size: 28x;
	color:#282b31;
	float:left;
	width:100%;
}

.productDetails .subTitle{
	float:left;
	width:100%;
	font-size: 10px;
	color: #adadad;
	margin: 5px 0 0;
}

.buyProduct{
	float: left;
	width:100%;
	background: #fbfbfb;
	border: 1px solid #e7e7e7;
	margin: 20px 0;
}

.buyProductTop{
	float:left;
	padding:20px;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}

.productPrice{
    color: #282b31;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 0 0;
    padding: 0px 0 0;
    text-transform: uppercase;
    width: 35%;
}

.productPrice span.top{
	margin: 0 0 25px 0;
	height: 20px;
}

.productPrice span.bottom{
	margin: 20px 0 0 0;
}

.productPrice span{
	font-family: verdana;
	font-size:12px;
	color:#adadad;
	font-weight:normal;
	text-transform:none;
	float:left;
	width:100%;
}

.productAdd{
	float:right;
	width: 60%;
	position:relative;
}

#allvariantssmall{
	width:190px;
	margin:0;
	list-style:none;
	padding: 0;
	background: url("../images/selectarrow.jpg") no-repeat scroll right top #fff;
	border:1px solid #e8e8e8;
	z-index:50;
	height:34px;
	float:right;
}

#allvariantssmall li.active{
	display:block;
	background: none;

}

#allvariantssmall li.active:hover{
	text-decoration:none;
	background:none;
	color:#555;	
}

#allvariantssmall li{
	display:none;
	padding: 0 10px;
	margin:0 0 0 0;
	color:#555;
	width:100%;
	background:#fff;
	float:left;
	position:relative;
	z-index:9;
}

#allvariantssmall li:hover{
	color:#fff;
	background: #3399ff;
	text-decoration:none;
}

#allvariantssmall:hover li{
	display: block;
}
#allvariantssmall:hover li.active{
	display: block;
	background: #80AFC1;
}

#allvariantssmall:hover li.active a{
	color: #fff;
}

#allvariantssmall li a{
	float:left;
	width:100%;
	color:#555;	
	padding: 5px 0;
}

#allvariantssmall li a:hover{
	text-decoration:none;
}

.productAdd .customSelect{
	padding: 5px 10px;
	margin: 0 0 20px 0;
	background:url("../images/selectarrow.jpg") no-repeat scroll right top #fff;
}

.addToCart{
	text-align:center;
	width:100%;
	text-transform:uppercase;
	color:#fff;
	font-size: 16px;
	float:right;
	background: url(../images/cartonbutton.png) 15px center no-repeat #a44b81;
	padding: 15px 0;
        border: 0;
        cursor: pointer;
}

.addToCart span{
	float:left;
	width:100%;
	text-align:center;
}

.addToCart img{
	margin: 0 5px -4px -5px;
}

.addToCart:hover{
	text-decoration: none;
	background-color: #c282ae;
}

.addToCart:active{
	background-color: #843c68;
}

.addToCart.disabled{
	text-align:center;
	width:100%;
	text-transform:uppercase;
	color:#fff;
	font-size: 16px;
	float:right;
	background: url(../images/cartonbutton.png) 15px center no-repeat #ccc;
	padding: 15px 0;
        border: 0;
        cursor: auto;
}

.addToCart.disabled:hover{
	text-decoration: none;
	background-color: #ccc;
}

.addToCart.disabled:active{
	background-color: #ccc;
}


.vipPoints{
	float:left;
	width:100%;
	padding: 15px;
	background: #fbfbfb;
}

.vipBadge{
	color:#fff;
	font-size:15px;
	border-radius:3px;
	padding:2px 5px;
	background:#82b0c2;
	float:left;
	margin: -2px 10px 0 0;
}

.altSize{
	color:#fff;
	font-size:15px;
	border-radius:3px;
	padding:2px 5px;
	background:#ccc;
	float:left;
	margin: -2px 10px 15px 0;
}



.altSize:hover, .inhoudsmaten .active, .vipPoints .active{
	background:#82b0c2;
	text-decoration:none;
}

.deliveryTime{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
	font-weight:bold;
	text-align:center;
}

.productTabs{
	float:left;
	width:100%;
	transition: all 0s !important;
}

.productTabs ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	border-bottom: 1px solid #e8e8e8;
	list-style:none;
}

.productTabs ul li{
	float:left;
	width:100%;
	border-top: 1px solid #e8e8e8;
}

.productTabs ul li h2{
	float:left;
	width:100%;
	padding: 20px 0;
	color: #33302b;
	font-family: 'Roboto', sans-serif;
	background: url(../images/triangle.png) right center no-repeat;
	cursor:pointer;
	font-size: 22px;
	font-weight: 300;
	margin:0;
}

.productTabs ul li h2:hover{
	background: url(../images/triangleBottom.png) right center no-repeat;
}

.productTabs ul li h2.toggled{
	background: url(../images/triangleTop.png) right center no-repeat;
}

.productTabs .tab{
	display:none;
	float:left;
	width:100%;
	transition: all 0s !important;
}

.productTabs .tab p{
	float:left;
	margin:0 0 20px;
	width:100%;
}

.moreinfo{
	padding: 1px 7px;
	background: #82AFC2;
	border-radius: 360px;

	color: #fff;
	cursor:default;
}

.detailTitle{
	font-family: 'Roboto', sans-serif;

	color:#33302b;
	font-size: 28px;
	float:left;
	width:100%;
	margin: 0 0 20px 0;
}

.otherProducts{
	float:left;
	width:100%;
	margin: 30px 0 50px;
}


/* WEEKLY DEAL PAGE */
.weeklyDeals{
	float:left;
	width:100%;
}

.weeklyBanner{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
	padding: 40px 20px 40px 20px;
	background: url(../images/weeklybg.jpg) center 80% no-repeat;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4) inset;
}

.weeklyBanner h1{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
	color: #fff;
	text-transform:uppercase;
	text-align:center;
	font-size: 38px;
}

.weeklyBanner span{
	float:left;
	width:100%;
	text-align:center;
	font-size: 28px;
	color: #fff;
}
.timer{
	float:left;
	width:30%;
	margin: 40px 35% 0;
	background:#82B0C2;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding:20px 15px;
	text-transform:uppercase;
	border-radius:6px;
	color:#fff;
	font-size: 28px;
}
/*
.timer{
	float:left;
	padding:10px 15px;
	border-radius:6px;
	color:#fff;
	background:#a44b81;
	margin:0;
	position:relative;
	z-index:10;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
*/
.weeklyDeals .halfBlock{
	float:left;
	width:48%;
	padding:20px;
	border:1px solid #ccc;
	margin: 0 0 20px 0;
	position:relative;
}

.weeklyDeals .halfBlock:nth-of-type(2n){
	float:right;
}

.weeklyDeals .halfBlock .sticker{
	background: url(../images/pinkSticker.png) center center no-repeat;
    color: #fff;
    font-size: 16px;
    left: -2px;
    padding:0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -2px;
    width: 173px;
	height: 73px;
}
.weeklyDeals .halfBlock.men .sticker{
	background: url(../images/blueSticker.png) center center no-repeat;
}

.weeklyDeals .halfBlock .sticker span{
	float: left;
    left: -26px;
    position: absolute;
    text-align: center;
    top: 16px;
    transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
    width: 100%;
}

.weeklyBorder{
	float:left;
	margin: 0 18px 0 19px; 
	width:1%;
	height:0;
	transition: height 1s;
	background: linear-gradient(
	  to bottom,
	  #ccc,
	  #ccc 50%,
	  #fff 50%,
	  #fff
	);
	background-size: 100% 20px;
	display: flex;
	max-width:1px;
}

.dealName{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
	text-align:center;
	font-size:28px;
	text-transform:uppercase;
	color:#222;
	line-height:30px;
	height:56px;
}

.dealImage{
	float:left;
	width:100%;
	text-align:center;
}

.dealPriceContainer{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#ccc;
	text-align:center;
	margin: 0 0 20px 0;
}

.dealPrice{
	float:left;
	width:100%;
	text-align:center;
	font-size:50px;
	color:#222;
	line-height:50px;
}

.weeklyDeals .halfBlock.men .addToCart{
	background: url("../images/cartonbutton.png") no-repeat scroll 15px center #82B0C2;
}

/* FOOTER CSS */

#backToTopContainer{
	float:left;
	width:100%;
	padding: 0;
	margin:-27px 0 0 0;
}

#backToTop{
	width:1000px;
	padding: 0 20px;
	margin: 0 auto;
	text-align:center;
}

.backtotop{
	background: url(../images/backtotop.jpg) no-repeat scroll center 10px rgba(0, 0, 0, 0);
	height:27px;
	float:left;
	width:100px;
	margin:0 429px;
	transition: all 0.3s;
}

.backtotop:hover{
	background: url(../images/backtotop.jpg) no-repeat scroll center 5px rgba(0, 0, 0, 0);
}

.footer_container{
	float:left;
	width:100%;
	background: #333333;
	margin: 0px 0 0 0;
	padding: 20px 0;
}

.footer_container.dark{
	background: #1d1d1d;
}

.footer{
	width:1000px;
	padding: 0 20px;
	margin: 0 auto;
}

.footer a{
	color: #fff;
}

.footerFullBlock{
	float:left;
	width:100%;
	padding: 15px 0 0 0;margin: 15px 0 0 0;border-top: 1px dashed #c6c6c6;
}

.halfBlock{
	float:left;
	width:50%;
}

.footerItem {
    color: #c6c6c6;
    float: left;
    margin: 0 2% 0 0;
    width: 22%;
}

.footerItem span{
	float:left;
	width: 100%;
	margin: 0 0 20px 0;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 300;
}

.footerItem ul{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}

.footerItem ul li{
	float:left;
	width:100%;
}

.footerItem ul li a{
	color: #c6c6c6 !important;
	transition: all 0.4s;
}

.footerItem ul li a:hover{
	color: #82b0c2 !important;
	text-decoration:none;
}

.footerItem.service {
    margin: 0 6% 0 0;
    width: 23%;
}

.footerItem.categorie{
	float:right;
	margin:0;
}

.footerItem.nl{
	width: 37%;
	margin:0;
	float:right;
}

.footerItem.social{
	width:61%;
	margin: 0 2% 0 0;
}

.footerItem.contact p{
	float:left;
	width:40%;
	margin: 0 5% 0 0;
}

.footerPayment{
	float:left;
	width:100%;
	margin: 0px 0 0 0;
}

.footerPayment img{
	opacity: 0.7;
}

.footerPayment:hover img{
	opacity: 1;
}

.footersocial{
	float:left;
	margin: 0px 10px 0 0;
	width:37px;
	height: 38px;
	background-position: bottom left;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

.footersocial:hover{
	background-position: top left;
}

.footersocial.facebook{
	background-image: url(../images/footerfacebook.jpg);
}

.footersocial.linkedin{
	background-image: url(../images/footertwitter.jpg);
}

.footersocial.gplus{
	background-image: url(../images/footergplus.jpg);
	margin: 0 0 30px 0;
}

.footer.bottom{
	color: #fff;
	text-align:center;
}

.newsletter{
	width: 350px;
	float:left;
	margin: 0px 0 0 0;
}

.newsletter .blueButton{
	border:0;
	cursor:pointer;
	font-weight:bold;
	text-transform:none;
	font-size:16px;
}

.nbfield{
	padding: 5px;
	border: 1px solid #ededed;
	background:#fff;
	margin: 0 0 10px 0;
	color:#747474;
	width:45%;
}

/* WINKELWAGEN */
input.required_dis, textarea.required_dis, select.required_dis, input.required, textarea.required, select.required {
    background-image: url("/images/form_required.gif");
    background-position: right top;
    background-repeat: no-repeat;
}

#registerform input, #registerform select, #registerform textarea{
    margin: 0;
	border: 1px solid #e7e7e7;
	padding: 3px 5px;
}

.cartCoupon{
	float:left;
	width:940px;
	padding: 10px;
	background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E7E7E7;
	margin: 0 0 20px 0;
}

.cartCoupon span{
	float:left;
	width:65%;
}

.cartCouponRight{
	float:right;
	width:290px;
}

.cartCouponRight input{
	float:left;
	padding: 9px 10px;
	margin: 0 10px 0 0;
	width: 150px;
}

.couponButton{
	text-transform:uppercase;
	color:#fff;
	font-size: 14px;
	float:right;
	background: #86280e;
	padding: 9px 10px;
	border:0;
	cursor:pointer;
}

.couponButton:hover{
	text-decoration: none;
	background-color:#9d3011;
}

.couponButton:active{
	background-color: #6c200b;
}

.couponSuccess{
	float:left;
	width:918px;
	padding: 10px 20px;
	border: 1px solid #6CCC75;
	background:#C6FFD2;
	color: #525252;
	margin: 0 0 20px 0;
}

.cartTotals{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
}

.cartTotal{
	float:right;
	clear:both;
}

.totalTitle{
	font-weight:bold;
	width:200px;
	float:left;
}

.totalValue{
	float:right;
	width:100px;
	text-align:right;
}

.totalBig{
	font-size: 20px;
	text-transform:uppercase;
	margin: 10px 0 0;
	border-top: 1px solid #DEDEDE;
	padding: 10px 0 0;
}

.cartButton{
	float:left;
	padding: 10px 15px;
	border-radius: 0;
}

.buttons{
	float:left;
	width:100%;
	text-align:right;
	margin: 15px 0 0 0;
}

.cartPaymentInfo{
	float:left;
	width:100%;
	background:#fff;
}

.cartPaymentInfo tr{
	float:left;
	width: 100%;
	border-bottom: 1px dashed #dedede;
	padding: 7px 0;
}

.cartPaymentInfo tr td{
	float:left;
}

#forceright {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
    width: auto;
	float:right;
}

.alg_voorw{
	float:left;
	margin: 0 0 10px 0;
	width:100%;
	text-align:right;
	padding: 10px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

#algvoorwBox{
	width:500px;
	float:left;
	display:none;
	background: #fff;
	padding: 20px;
	border-radius:6px;
}

.algvoorwTxt{
	overflow-y:scroll;
	height: 400px;
	padding: 7px 20px 0 0;
}

#popup { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
}

.bClose {
border-radius: 7px;
font: bold 131% sans-serif;
padding: 0 6px 2px;
background-color: #843c68;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
position: absolute;
right: -7px;
top: -7px;
z-index: 9999;
} 
.bClose:hover {
background-color: #1e1e1e;
}

.redButton{
	float:left;
	padding: 10px 12px;
	text-align:center;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;
	border:0;
	background: none repeat scroll 0 0 #a44b81;
	transition: all 0.4s;
	cursor: pointer;
	border-radius: 3px;
}

.redButton:hover{
	background: none repeat scroll 0 0 #c282ae;
	text-decoration:none;
}

.redButton:active{
	background: none repeat scroll 0 0 #843c68;	
}


.yellowButton{
	float:left;
	padding: 10px 12px;
	text-align:center;
	color:#fff;
	font-size: 14px;
	text-transform:uppercase;
	border:0;
	background: #e2b657;
	transition: all 0.4s;
	cursor: pointer;
	border-radius: 3px;
}

.yellowButton:hover{
	background: #f2c156;
	text-decoration:none;
}

.yellowButton:active{
	background: #cba043;	
}

.grayButton{
	float:left;
	padding: 10px 18px;
	text-align:center;
	color:#fff;
	font-size: 14px;
	text-transform:uppercase;
	border:0;
	background: #ccc;
	transition: all 0.4s;
	cursor: pointer;
	border-radius: 3px;
}

.grayButton:hover{
	background: #d2d2d2;
	text-decoration:none;
}

.grayButton:active{
	background: #bbb;	
}

#stappen {
	width:100%;
	color:#777;
	margin:20px 0 20px 0;
	float:left;
}

#stappen ul {
	margin:0;
	padding:0;
}

#stappen li {
    background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    font-size: 14px;
    list-style: none outside none;
    margin: 0 2% 0 0;
    opacity: 0.5;
    padding: 8px 1%;
    text-align: center;
    width: 32%;
}

#stappen li.done {
    opacity: 1;
}

#stappen li.last,#stappen li:last-child  {
    float: right;
    margin: 0;
}

#stappen li.active {
    background: none repeat scroll 0 0 #843c68;
    color: #FFFFFF;
    font-weight: bold;
    opacity: 1;
} 
.tdbg{
	border: 1px solid #e2e2e2;
	background:#fff;
	padding:1%;
	margin:0;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 20px;
	float:left;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
        border-top: 1px solid #DDD;
        border-left: 1px solid #DDD;
}

.moduleblok{
float:left;width:100%;background:#fff;
padding: 0 0 20px 0;
}

.cartBlockHeader{
	float:left;
	width:100%;
	padding: 10px 2%;
	background: none repeat scroll 0 0 #EEEEEE;
	border-top: 2px solid #c0c0c0;
	margin: 0 0 20px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size:16px;
	text-transform:uppercase;
}

.confirmBlockHeader{
	float:left;
	width:100%;
	padding: 10px;
	background: none repeat scroll 0 0 #EEEEEE;
	border-top: 2px solid #c0c0c0;
	margin: 0 0 20px 0;
}

.confirmBlockHeader span{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size:16px;
	text-transform:uppercase;
}

.confirmBlockTopInfo{
	float:left;
	width:100%;
	margin: 0 0 10px 0;
}

.confirmBlockContent{
	float:left;
	width:100%;
}

.confirmBlockContent table{
	float:left;
	width:100%;
}

/* OVERIG CSS */
.success {
    background: none repeat scroll 0 0 #E4F1C9;
    border: 1px solid #A5BD71;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    margin: 20px 0;
    padding: 10px 0;
    text-align: center;
    float: left;
    width: 100%;
    z-index: 1001;
    position: relative;
}

.warning {
    margin: 20px 0;
    padding: 10px 0px;
    margin-bottom: 10px;
    background: #FFDFE0;
    border: 1px solid #FF9999;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    float: left;
    width: 100%;	
    z-index: 1001;
    position: relative;
}

.list{
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	margin-bottom: 20px;
}

.list td{
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.list tr.subcat td{
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.list thead td{
	background-color: #EFEFEF;
	padding: 0 5px;
}

.list thead td a,.list thead td{
	text-decoration: none;
	color: #222;
	font-weight: 700;
}

.list tbody a{
	text-decoration: none;
}

.list tbody td{
	vertical-align: middle;
	padding: 0 5px;
	/* text-shadow: 1px 1px 1px #c0c0c0; */
}



.list .left{
	text-align: left;
	padding: 7px;
        width:auto;
}

.list .right{
	text-align: right;
	padding: 7px;
}

.list .center{
	text-align: center;
	padding: 7px;
}

/** stap 1 **/
fieldset {
    border:0;
    margin:0;
    padding:0;
}

fieldset.dataform_columnleft {
    float: left;
    display: inline;
    width: 470px;
    height: 100%;
    margin-bottom:10px;
}

fieldset.dataform_columnright {
    float: right;
    display: inline;
    width: 470px;
    height: 100%;
    margin-left: -2px;
    margin-bottom:10px;
}

input.required_dis, textarea.required_dis, select.required_dis, input.required, textarea.required, select.required {
    background-image: url('../images/form_required.gif');
    background-repeat: no-repeat;
    background-position: top right;
    border: 1px solid #abadb3;
    width: 200px;
    margin: 3px 0px;
}

ul.dataform_formlist {
    margin: 0px;
    padding: 10px 0px 10px 0px;
}

li.dataform_oneline {
    clear: both;
	float:left;
    margin: 0px 0 10px;
    padding: 0px;
    list-style-type: none;
	width: 100%;
}

li.dataform_oneline input{
	width:70%;
}

li.dataform_oneline input#nieuwsbrief{
	width: 5%;
}

li.dataform_infoline.verplichte_velden {
    overflow: hidden;
    margin-top: 10px;
}

label.dataform_label {
    float: left;
    display: block;
    width: 30%;
    padding-left: 8px;
}

.ErrorField {
    border-color: #D00 !important;
    color: #D00 !important;
    background: #FFFFFE;
}

.ValidationErrors {
    display: inline-block;
    font-size: 10px;
    color: #D00;
    font-style: italic;
    float:left;
    margin-left:110px;
}

.bevestig_wijz {
    width: 50%;
    float: left;
    text-align: right;
    margin: 10px 0 0;
}

#payment {
    float:left;
    width:100%;
}

#winkelwagen-mini, #winkelwagen-mini-scroll {
    position: absolute;
    margin: 90px 20px 0 0;
    right: 0;
    background-color: #f4f4f4;
    width: 320px;
    display: none;
    line-height: normal;
    border: 1px solid #fff;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.7);
    padding: 0px;
	float:left;
}

#winkelwagen-mini .wagen_item, #winkelwagen-mini-scroll .wagen_item {
    display: block;
    float:left;
	width:100%;
    padding: 8px 5%;
    color: #333333;
    text-decoration: none;
    border-bottom: solid 1px #fff;
    background-color: #f4f4f4;
	transition: all 0.5s;
}

#winkelwagen-mini .wagen_item:hover, #winkelwagen-mini-scroll .wagen_item:hover{
    background-color: #DBDBDB;
}
#winkelwagen-mini .wagen_item .photo_holder, #winkelwagen-mini-scroll .wagen_item .photo_holder {
    float: left;
    display: block;
    width: 20%;
	line-height: 0;
	margin: 0 5% 0 0;
}

#winkelwagen-mini .wagen_item .photo_holder img, #winkelwagen-mini-scroll .wagen_item .photo_holder img {
    border: solid 1px #BBBBBB;
    border-radius: 2px;
    margin-left: 0 !important;
    padding: 0;
	line-height: 0;
	max-width:100%;
}

.wagen_titel{
	float:left;
	width:100%;
	margin: 0 0 0px 0 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #82b0c2;
	font-weight:bold;
}

.wagen_info_desc{
	float:left;
	margin:0 !important;
	width:50%;
}

.wagen_info_desc_amt{
	float:left;
	width:40%;
	font-size:11px;
	margin:0 !important;
}

#winkelwagen-mini .wagen_item .basket_info {
    float: left;
    display: block;
    width: 75%;
    text-transform:none;
	margin: 0;
}

#mini-subtotal {
    float:left;
    width: 100%;
    padding: 5px 5%;
    color: #333333;
    border-bottom: solid 1px #BBBBBB;
    background-color: #DBDBDB;
	font-size: 15px;
}

#mini-subtotal #subtotal_title {
    float: left;
    font-weight:normal;
}

#mini-subtotal span {
    float: right;
    font-weight:normal;
}

#mini-bottom {
    float:left;
    width: 100%;
    padding: 15px 5%;
}

#mini-bottom #to_cart, #mini-bottom #to_cart:hover {
    float: right;
    display: block;
    width: 145px;
    height: 22px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 0px 1px #003300;
    -webkit-box-shadow: 0px 0px 0px 1px #003300;
    box-shadow: 0px 0px 0px 1px #003300;
    background-color: #037f0b;
}

.registerForm{
	float:left;
	width: 49%;
	margin: 0 0 20px 0;
	padding: 20px;
	background: #F6F6F6;
	border: 1px solid #c6c6c6;
}

.registerForm.adres{
	float:right;
	margin:0 0 20px 0;
}

.registerForm h2{
	font-size: 18px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #595959;
}

.registerForm h1{
	margin: 0 0 10px 0;
}

.registerFormDetails{
	background: #fff; 
	border: 1px solid #DDDDDD; 
	padding: 10px;
}

.accountGegevensOverview{
	float:left;
	width:100%;
	margin: 0 0 50px 0;
}

.accountGegevens{
	float:left;
	border: 1px solid #DDDDDD; 
	padding:20px 20px 20px 20px; 
	width:258px; 
	margin: 0 30px 0 0;
	height: 230px;
	position:relative;
	background: #F7F7F7; 
	background-repeat:no-repeat; 
	background-position:bottom right; 
}

.verplicht{
	float:left;
	width:100%;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dashed #595959;
}

.accountGegevens.personal{
	background-image: url(../images/gegevens.png); 
}

.accountGegevens.adres{
	background-image: url(../images/adres.png); 
}

.accountGegevens.ww{
	background-image: url(../images/sleutel.png); 
	float:right;
	margin:0;
}


.accountGegevens .redButton{
	position:absolute;
	right:0;
	bottom:0;
	padding: 8px 15px 10px 15px;
	border-radius: 6px 0 0 0;
}

.brandLetters{
    border-bottom: 1px dashed #e9e9e9;
    border-top: 1px dashed #e9e9e9;
    float: left;
    margin: 0 0 20px;
    padding: 5px 0;
    width: 100%;
	text-align:center;
	text-transform:uppercase;
	font-size: 15px;
	font-weight:bold;
}

.brandLetters a{
	margin: 0 0px 0 0;
}

.brandLettersDropdown{
	float:left;
	width:100%;
    padding: 0 0 10px 0;
	margin:0 0 10px 0;
    border-bottom: 1px dashed #e9e9e9;
    text-align: center !important;
    text-transform: uppercase !important;
}

.brandLettersDropdown a{
    font-weight: bold !important;
	width: auto !important;
	font-size:15px !important;
	text-shadow: none !important;
	float:none !important;
}

.brandToTop{
	float:left;
	width:100%;
	text-align:center;
	/*color:#888;*/
	/*text-align:right;*/
	color: #82b0c2;
}

.letter-wrapper {
    position: relative;
    margin: 0 12px;
    padding-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #c6c6c6; 
    float:left;
    width:100%;
}

.letter-wrapper .col.col1 {
    width:150px;
	margin: 0px 0 0 0;
}

.letter-wrapper .col {
    float:left;
    width:180px;
	margin: 0 20px 0 0;
}

.letter-wrapper .col a {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    width: 100%;
    font-size: 12px;
	color: #555;
	border: 1px solid #dedede;
	padding: 5%;
	box-sizing: border-box;
	float:left;
}

.letter-wrapper .col a:hover {
	color :#82b0c2;
	border: 1px solid #cecece;
}

.brandLogoContainer{
	float:left;
	width: 100%;
	height: 80px;
	text-align:center;
}

.brandLogoContainer table{
	float:left;
	width:162px;
	height:80px;
}
.brandLogoContainer table td{
	width:162px;
	padding:0;
	height:80px;
}

.brandLogoContainer table td img{
	max-width: 162px;
	max-height: 80px;
	display:block;
	margin: auto auto;
}

.letter-wrapper .col h1 {
	border-radius: 10px;
    color: #fff;
    float: left;
    font-size: 90px;
    line-height: 90px;
    padding: 10px 0 15px;
    text-align: center;
    width: 110px;
	background: #a44b81;
	border-radius: 10px;
}
/* ALT LETTER MERKEN
.letter-wrapper .col h1 {
    font-size:100px;
	color: #c282ae;
	padding: 40px 0px 30px;
	width:110px;
	text-align:center;
	float:left;
}
*/
#loginForm {
    background: #F6F6F6;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    float: left;
    margin: 0 0 0 0;
    padding: 20px;
    width: 49%;
}

#nieuwAccount {
    background: #F6F6F6;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    float: right;
    margin: 0 0 0 10px;
    padding: 20px;
    width: 49%;
}


.forgotPass {
    float: left;
    margin: 0 0 0 0;
    padding: 20px;
    width: 100%;
}

#product_content_text .forgotPass h2 {
    border-bottom: 1px dashed #dedede;
    float: left;
    margin: 0 0 10px;
	color: #555;
    padding: 0 0 10px;
    width: 100%;
}

#product_content_text #loginForm h1 {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}

#product_content_text #nieuwAccount h2 {
    float: left;
    font-size: 28px;
    margin: 0 0 20px;
    width: 100%;
}

#loginForm label {
    float: left;
    font-weight: bold;
    margin: 0 0 10px;
    width: 100%;
}


#loginForm input {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    color: #716e6e;
    float: left;
    font-family: Verdana,sans-serif,arial;
    font-size: 12px;
    margin: 0 0 20px;
    padding: 8px 4%;
    width: 92%;
}
/* Bedankt pagina style */

.bedanktContainer{
	float: left;
	margin: 15px 0 0 0;
	border: 1px solid #e3e3e3;
	padding: 0 10px 10px 10px;
	background: #fff;
}

.bedanktContainer a:hover{
	text-decoration:underline;
}

.bedanktImportant{
	font-weight:bold;
	color: #C751A9;
}

.bedanktStippen{
	border-bottom: 5px dotted #d7d6dd;
	padding:0 0 15px;
}

#bedanktSplit  h2{
	margin: 10px 0 0 0 !important;
}

#bedanktSplit{
	float:left;
	width:100%;
	border-bottom: 5px dotted #d7d6dd;
}

#bedanktLeft{
	width:50%;
	box-sizing:border-box;
	float:left;
	border-right: 5px dotted #d7d6dd;
	margin: 3px 0 0 0;
}

#bedanktDeel{
	float:left;
	width:100%;
	padding: 0 0 15px 0;
}

.textareaShare{
	margin: 15px 0;
	float:left;
	height: 81px;
	width: 325px;
}

#bedanktRetour{
	float:left;
	box-sizing:border-box;
	padding: 0 20px 0 0;
}

#bedanktRight{
	width: 50%;
	float:left;
	box-sizing:border-box;
	margin: 3px 0 0 0;
}
#bedanktVragen{
	float:left;
	padding: 0 0 0 20px;
}

#bedanktVragen p{
	margin: 10px 0 0 0;
}

#bedanktMening{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

.winkelwagen_korting{
	float:left;
	width:100%;
	padding: 15px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.winkelwagen_korting p{
	float:left;
	width:100%;
	margin: 0 0 10px 0;
}

#registerform input.couponField{
	float:left;
	width: 30%;
	padding: 12px 15px;
	margin: 0 2% 0 0;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3) inset;
	background: #EEEEEE;
	transition: background 0.3s, box-shadow 0.3s;
}

#registerform input.couponField:focus{
	box-shadow: none;
	background: #fafafa;
}

.searchResults{
	float:left;
	margin:0;
	padding:0;
	width:100%;
}

.searchResultHeader{
	float:left;
	width:100%;
	padding:15px 0;
	margin: 15px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	text-align:center;
	font-size:22px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

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

.searchResults .product:nth-of-type(3n){
	margin-bottom: 20px;
	float:inherit;
}

.overviewBefore{
	float:left;
	color: #c6c6c6;
	text-decoration:line-through;
	font-size:14px;
	font-weight:300;
}

.overviewCurrent{
	float:right;
	font-size:24px;
}

.dataform_oneline #day{
	float:left;
	width:20%;
	margin: 0 2% 0 0;
}

.dataform_oneline #month{
	float:left;
	width:20%;
	margin: 0 2% 0 0;
}

.dataform_oneline #year{
	float:left;
	width:26%;
	margin: 0 0% 0 0;
}

.livechatButton{
	position:fixed;
	bottom:0;
	right: 10%;
}

.livechatButton img{
	display:block;
}

.registerForm table{
width:100%;
float:left;
}

.accountBlock {
    border-top: 1px dashed #2d2c2c;
    float: left;
    margin: 10px 0 0;
    padding: 10px 0 0;
    width: 100%;
}
.accountTable {
    border-collapse: collapse;
    border-top: 2px solid #a44b81;
    float: left;
    margin: 20px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.accountTable thead {
    background: #f4f4f4 none repeat scroll 0 0;
}
.accountTable th {
    padding: 10px;
}
.accountTable tbody tr td {
    padding: 5px 0;
}
.accountTable tbody tr.last {
    border-bottom: 0 none;
}
.accountTable tbody tr {
    border-bottom: 1px dashed #dedede;
}
.accountTable tbody tr:hover {
    background: #f4f4f4 none repeat scroll 0 0;
    cursor: pointer;
}
.accountBlockSmall.last {
    margin: 10px 0 0;
}
.accountBlockSmall {
    background: #f4f4f4 none repeat scroll 0 0;
    border-top: 2px solid #a44b81;
    float: left;
    margin: 10px 5% 0 0;
    padding: 2%;
    width: 30%;
}
.accountBlockSmall div {
    min-height: 130px;
	margin: 0 0 15px 0;
}

.accountBlockSmall b{
	font-size:15px;
}

#winkelwagen-mini .redButton{
	width:100%;
}


/* RESPONSIVE */
@media screen and (max-width: 1000px) {
	#content_container, #header, #top_bar, #menu, #backToTop, .footer{
		float:left;
		width:100%;
	}
	
	.banner{
		float:left;
		width:68%;
		margin: 0 0 0 0;
	}

	.deal{
		float:left;
		margin: 0 2% 0 0;
		width:30%;
		border: 1px solid #e9e9e9;
	}

	.deal img{
		max-width:100%;
	}
	
	#logo{
		width:25%;
		margin: 0 6% 0 0;
	}
	
	#logo img{
		max-width:100%;
	}
	
	#searchForm{
		margin: 19px 5% 19px 0;
		text-align: left;
		width: 40%;
	}
	#searchBox{
		width:75%;
	}
	
	#searchSubmit{
		width:25%;
		float:right;
	}
	
	#cart-count{
		width: 24%;
	}
	
	.usp{
		width:20%;
		margin:6px 0 0 0;
	}
	
	.uspReviews{
		float:right;
		width:20%;
		text-align:right;
	}	
	
	#categoryItems .product{
		margin: 0 2% 20px 0;
	}
	
	#categoryItems .product.last{
		margin: 0 0 20px 0;
	}
	
	.product{
		width:32%;
		margin: 0 2% 0 0;
	}
	
	.product .img{
		width:100%;
		text-align:center;
	}
	
	.product .img img{
		max-width:100%;
	}
	
	.product:nth-of-type(3n){
		float:right;
		margin: 0 0 0 0;
	}
	
	.blockRow .product:last-of-type{
		display:none;
	}
	
	.catBtnBg{
		padding: 38px 55px;
	}
	
	.catBtnTitle{
		font-size:38px;
	}
	
	.catBtn.women{
		width:49%;
	}
	
	.catBtn.men{
		width:49%;
	}
	
	.footerItem span{
		font-size: 24px;
	}
	
	.newsletter{
		width:100%;
	}
	
	.backtotop {
		margin: 0 40%;
		width: 20%;
	}
	
	.homeTxt{
		width:60%;
		margin: 0 2% 0 0;
	}
	
	.homeSpecials{
		width: 38%;
	}
	
	.homeSpecials img{
		max-width:100%;
	}
	
	#categoryBanner img{
		max-width:100%;
	}
	
	#categoryLeft{
		width:25%;
		margin: 0 2% 0 0;
	}
	
	#categoryRight{
		width:73%;
		float:right;
	}
	
	.categoryFilter ul li{
		line-height: 30px;
		font-size: 14px;
	}
	.customSelect{
		width:130px;
		margin: 0 10px 0 0;
	}
	
	.productImages{
		width:42%;
		margin: 0 2% 0 0;
	}
	
	.productImages img{
		max-width:100%;
	}
	
	.productDetails{
		width:56%;
	}
	
	#allvariantssmall{
		width:100%;
		margin: 0 0 20px 0;
	}
	
	.productPrice{
		font-size:32px;
	}
	
	.tab img {
		max-width:100%;
	}
	
	.vipPoints{
		width:100%;
	}
	
	fieldset.dataform_columnleft{
		width:100%;
	}
	
	fieldset.dataform_columnright{
		width:100%;
	}
	.confirmBlockHeader{
		width:100%;
	}
	
	.confirmBlockContent .tdbg{
		float:left;
		width:100%;
	}
	
	.confirmBlockContent .tdbg:first-of-type{
		margin: 0 0 20px 0;
	}
	
	.alg_voorw{
		float:left;
		width:100%;
		text-align: left;
		margin: 0 0 20px 0;
	}
	li.dataform_oneline{
		width:100%;
		height: auto;
		float:left;
		margin: 0 0 10px;
	}
	label.dataform_label{
		float:left;
		width:100%;
		margin: 0 0 5px 0;
		padding:0;
	}
	ul.dataform_formlist{
		padding:0;
	}
	#registerform input[type="text"], #registerform select, #registerform textarea{
		width:100%;
		padding: 8px 12px;
		float:left;
	}
	
	#registerform .cartBlockHeader input, #registerform .cartBlockHeader select, #registerform .cartBlockHeader textarea{
		float:none;
		width:auto;
	}
	
	.letter-wrapper .col{
		width: 19%;
		margin: 0 2% 0 0;
	}
	
	.letter-wrapper .col.col1{
		width: 16%;
		margin: 0 2% 0 0;
	}
	.letter-wrapper .col h1{
		width:100%;
	}
	.letter-wrapper .col:last-of-type{
		float:right;
		margin: 0;
	}
	
	.brandLogoContainer table td img{
		width:100%;
		float:left;
		max-height: 100%;
		display:inline;
	}
	
	.brandLogoContainer table{
		width:100%;
	}
	.brandLogoContainer table td{
		width:100%;
	}
	
	#menu ul li #submenuBrands ul.popularBrandsDropdown{
		margin:10px 0 0;
	}
	
	.otherProducts .product.last{
		display:none;
	}

	#registerform input.couponField{
		float:left;
		width: 30%;
		padding: 12px 15px;
		margin: 0 2% 0 0;
		box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3) inset;
		background: #EEEEEE;
		transition: background 0.3s, box-shadow 0.3s;
	}

	#registerform input.couponField:focus{
		box-shadow: none;
		background: #fafafa;
	}
	
	#registerform input.cart-input{
		width:75%;
	}

	.dataform_oneline input#day{
		float:left;
		width:20%;
		margin: 0 2% 0 0;
	}

	.dataform_oneline input#month{
		float:left;
		width:20%;
		margin: 0 2% 0 0;
	}

	.dataform_oneline input#year{
		float:left;
		width:26%;
		margin: 0 0% 0 0;
	}
	
	.weeklyBorder{
		display:none;
	}

	.timer {
		margin: 40px 30% 0;
		width: 40%;
	}
	
	.dealImage img{
		max-width:100%;
	}
	
}

@media screen and (max-width: 900px) {
	#winkelwagen-mini{
		display:none !important;
	}
	.brandLettersDropdown{
		display:none;
	}
	
	#menu ul li #submenuBrands a.allBrandsButton {
		background: none repeat scroll 0 0 #a44b81;
		border-radius: 5px;
		color: #fff;
		font-size: 18px;
		margin: 10px 0 0;
		padding: 10px 0;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
		border-bottom: 0px;
	}
	#menu ul li #submenuBrands a.allBrandsButton:hover {
		background: none repeat scroll 0 0 #c282ae;
		text-decoration: none;
	}
	#menu ul li #submenuBrands a.allBrandsButton:active {
		background: none repeat scroll 0 0 #843c68;
	}

	.usp{
		width:25%;
	}
	
	.uspKiyoh{
		width:25%;
	}
	
	.usp:last-of-type{
		display:none;
	}
	
	.uspReviews{
		width:19%;
	}	
	
	.uspReviews img{
		max-width:100%;
	}
	
	.banner{
		width:65%;
	}
	
	.deal{
		width:33%;
		margin:0 2% 0 0;
	}
	
	.dealInfo{
		padding: 5px 5% 13px;
	}
	
	.dealInfo .title{
		display:none;
	}
	
	.catBtnTitle{
		font-size:32px;
	}
	
	.footerItem span{
		font-size: 22px;
	}
}

@media screen and (max-width: 850px) {
	.banner{
		width:100%;
	}
	
	.deal{
		width:100%;
		height:auto;
		margin:0 0 20px 0;
	}
}
@media screen and (max-width: 800px) {
	.deal .pinkButton{
		font-size:14px !important;
	}
	
	.catBtnTitle{
		font-size:28px;
	}
	
	.catBtn .pinkButton, .catBtn .blueButton{
		font-size: 20px;
	}
	
	.footerItem span{
		font-size: 20px;
	}
	
	.overviewCurrent{
		font-size:20px;
	}
	
	.dealName{
		font-size: 25px;
	}
}

@media screen and (max-width: 760px) {
	.brandLetters{
		padding: 15px 0 5px 0;
	}
	
	.brandLetters a{
		float:left;
		margin: 0 15px 15px 0 !important;
		padding: 8px 12px;
		background: #1D1D1D;
		border-radius: 6px;
		color:#fff;
	}
	
	.brandLetters a:hover{
		text-decoration:none;
		background: #aaa;
	}
	
	.brandLetters a:active{
		background: #000;
	}
}

@media screen and (min-width: 750px) {
	#categoryLeft{
		display: block !important;
	}
}
@media screen and (max-width: 750px) {
	.catBtnTitle{
		font-size:22px;
		width:100%;
	}
	.catBtn .pinkButton, .catBtn .blueButton{
		font-size: 18px;
	}
	.footerItem.social{
		width:100%;
		margin: 0 0 20px 0;
	}
	
	.footerItem.nl{
		float:left;
		width:100%;
	}
	
	#categoryLeft{
		display:none;
		width:100%;
		margin: 0 0 20px 0;
		padding: 20px;
		background: #efefef;
	}
	
	#toggleFilters{
		display:block;
		float:left;
		width:100%;
		margin: 0 0 20px 0;
		text-align:center;
		font-size: 18px;
		padding: 10px 0;
		background: none repeat scroll 0 0 #a44b81;
		color: #fff;
		cursor:pointer;
	}
	
	#toggleFilters.active{
		margin:0;
	}
	
	#toggleFilters:hover{
		background: #c282ae;
	}
	
	#merken #search_input{
		display:none;
		margin: 20px 0 0 0;
	}
	#price_slider_txt{
		display:none;
	}
	
	#price_slider{
		display:none;
	}
	.categoryFilter{
		margin: 0 0 20px 0;
		padding: 20px;
		background: #fff;
	}
	.categoryFilter .filterTitle{
		border-bottom: 0px;
		margin: 0;
		padding: 0 0;
		font-size:24px;
		cursor:pointer;
		background: url(../images/triangle.png) center right no-repeat #fefefe;
	}
	.categoryFilter .filterTitle.active{
		background: url(../images/triangleBottom.png) center right no-repeat #fefefe;
	}
	
	.categoryFilter ul{
		display:none;
		margin: 20px 0 0 0;
		max-height: none;
	}
	
	.categoryFilter ul li{
		float:left;
		padding:0;
		width:32%;
		margin: 0 2% 20px 0;
	}
	
	.categoryFilter ul li:nth-of-type(3n){
		float:right;
		margin: 0 0 20px 0;
	}
	
	.categoryFilter ul li a{
		padding: 10px 0;
		background: #efefef;
		border-radius: 3px;
		width:100%;
		float:left;
		text-align:center;
	}
	.categoryFilter ul li a.active{
		padding: 8px 0;
		border: 2px solid #82b0c2;
	}
	
	.categoryFilter ul li a:hover,	.categoryFilter ul li a:active{
		padding: 10px 0;
	}
	
	.categoryFilter ul li a.active:hover{
		padding: 8px 0;
	}
	
	#categoryRight{
		width:100%;
	}
	
	#categoryBanner{
		display:none;
	}
	.productImages{
		width:100%;
		margin: 0 0 20px 0;
		text-align:center;
	}
	
	.productImages img{
		max-width:100%;
	}
	
	.productDetails{
		width:100%;
	}
	
	.timer {
		margin: 40px 25% 0;
		width: 50%;
	}
	
	.dealName{
		font-size: 22px;
	}
}


@media screen and (max-width: 700px) {
	#top_bar{
		padding: 0 0 0 20px;
	}
	#top_bar ul li:first-of-type{
		display:none;
	}
	
	#logo{
		width:50%;
		margin: 0 0 10px 0;
	}
	
	#cart-count{
		width:50%;
		margin: 0 0 10px 0;
	}
	
	#searchForm{
		width:100%;
	}
	
	.usp{
		width:32%;
	}
	
	.uspKiyoh{
		width:36%;
	}
	
	.usp:nth-of-type(3){
		display:none;
	}
	
	.uspReviews{
		width:24%;
	}	
	
	.letter-wrapper .col h1 {
		font-size: 70px;
		line-height: 70px;
	}
	
	.weeklyBanner span{
		line-height: 32px;
	}
	
	.livechatButton{
		display:none;
	}
}

@media screen and (max-width: 650px) {
	.banner{
		width:100%;
		margin:0;
	}
	.deal{
		margin:0;
	}
	.catBtn.women{
		width:100%;
		margin: 0 0 20px 0;
		background-size: cover;
	}
	
	.catBtn.men{
		width:100%;
		background-size: cover;
	}
	
	.catBtnTitle{
		line-height:30px;
	}
	
	.footerItem {
		width: 49%;
		margin: 0 2% 20px 0;
		line-height: 25px;
	}
	
	.footerItem:nth-of-type(2n){
		float:right;
		margin: 0 0 20px 0;
	}
	
	.footerItem.service {
		width: 49%;
	}
	.footerItem.categorie {
		float: inherit;
		margin: 0;
	}
	
	.mobileCats{
		display:block;
		float:left;
		width:100%;
		background: #efefef;
		list-style: none;
		padding:0;
		border: 1px solid #e8e8e8;
		margin: 0 0 20px 0;
	}
	
	.mobileCats li{
		border-bottom: 1px dashed #ccc;
		float:left;
		width:100%;
	}
	
	.mobileCats li:first-of-type{
		float:left;
		width: 100%;
		padding: 10px 20px;
		text-transform:uppercase;
		font-size: 18px;
		color: #fff;
		background: #1D1D1D;
		border-bottom: 0px;
		text-align:center;
	}
	
	.mobileCats li a{
		float:left;
		width: 100%;
		padding: 10px 20px;
		text-transform:uppercase;
		font-size: 18px;
		color: #1D1D1D;
	}
	
	.mobileCats li:last-of-type{
		border-bottom: 0px dashed #ccc;
	}
	
	.mobileCats li a:hover{
		background: rgba(255,255,255,0.6);
		text-decoration:none;
	}
	
	.notMobile{
		display:none;
	}
	
	.timer {
		margin: 40px 20% 0;
		width: 60%;
	}
	
	.dealName{
		font-size: 18px;
		line-height: 22px;
	}
	
	.weeklyBar{
		padding:15px;
	}

	.weeklyBarTitle{
		width:100%;
		text-align:center;
		padding:0;
		margin: 0 0 10px;
	}
	.weeklyBarButton{
		width:80%;
		margin: 0 10%;
		text-align:center;
	}
}

@media screen and (max-width: 600px) {
	#top_bar ul li:nth-of-type(2){
		display:none;
	}
	
	.product{
		width:49%;
		margin: 0 2% 0 0;
	}
	
	.otherProducts .product{
		margin: 0 2% 20px 0;
	}
	
	.product .img{
		width:100%;
		text-align:center;
	}
	
	.product .img img{
		max-width:100%;
	}
	
	.product:nth-of-type(3n){
		float:left;
		margin: 0 2% 0 0;
	}
	
	#categoryItems .product:nth-of-type(3n){
		float:left;
		margin: 0 2% 20px 0;
	}
	
	.product:nth-of-type(2n){
		float:right;
		margin: 0 0 0 0;
	}
	
	 #categoryItems .product:nth-of-type(2n){
		float:right;
		margin: 0 0 20px 0;
	 }
	
	.blockRow .product:nth-of-type(3){
		display:none;
	}
	
	#specificationfilter_sortering{
		width:100%;
	}
	
	.numbering{
		width:100%;
		margin:20px 0 0 0;
	}
	
	.weeklyBanner h1{
		font-size:34px;
	}
	
	.weeklyBanner span{
		font-size: 22px;
	}
	.accountBlockSmall{
		width:100%;
		margin: 0 0 20px 0;
	}
	
	.accountTable th:nth-of-type(4){
		display:none;
	}
	
	.accountTable tr td:nth-of-type(4){
		display:none;
	}
}

@media screen and (max-width: 550px) {
	#top_bar ul li:nth-of-type(3){
		display:none;
	}
	.homeTxt{
		width:100%;
		margin: 0 0 20px 0;
	}
	
	.homeSpecials{
		width: 100%;
		text-align:center;
	}
	
	.homeSpecials img{
		max-width:100%;
	}
	
	.footerPayment img{
		max-width:100%;
	}
	#menu ul li #submenuBrands ul li{
		width:50%;
	}
	.timer {
		margin: 40px 15% 0;
		width: 70%;
		font-size:22px;
	}
	.weeklyBanner h1{
		font-size:30px;
		line-height: 34px;
	}
	
	.weeklyBanner span{
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (max-width: 500px) {
	#top_bar ul li:nth-of-type(4){
		display:none;
	}
	
	.usp{
		width:50%;
		text-align:left;
	}
	
	.uspKiyoh{
		width:50%;
	}
	
	.usp:nth-of-type(2){
		display:none;
	}
	
	.uspReviews{
		width:40%;
	}	
	
	.backtotop {
		margin: 0 35%;
		width: 30%;
	}
	.productPrice{
		width:100%;
		margin: 0 0 20px;
		font-size: 40px;
		text-align:center;
		line-height: 44px;
	}
	
	.productPrice span, .productPrice br{
		display:none;
	}
	
	.productAdd{
		width:100%;
	}
	
	.buttons a{
		width:100%;
		margin: 10px 0;
	}
	#forceright{
		width: 100% !important;
	}
	.categoryFilter ul li{
		float:left;
		padding:0;
		width:100%;
		margin: 0 0 20px 0;
	}	
	
	.letter-wrapper{
		padding: 3% 0;
		margin: 0;
	}
	
	.letter-wrapper .col.col1{
		width:100%;
		margin: 0 0 20px 0;
	}
	
	.letter-wrapper .col h1{
		font-size: 40px;
		line-height: 40px;
		margin:0;
	}
	
	.letter-wrapper .col{
		width: 49%;
		margin: 0 2% 0 0;
	}
	
	.letter-wrapper .col a{
		margin-bottom: 10px;
	}
	
	.letter-wrapper .col:nth-of-type(2){
		float:right;
		margin: 0;
	}
	
	.brandLogoContainer table td img{
		float:none;
	}
	
	.weeklyDeals .halfBlock{
		width:100%;
	}
	
	.dealName{
		font-size: 22px;
		line-height: 26px;
	}

}

@media screen and (max-width: 400px) {
	.product{
		width:100%;
		margin: 0 0 20px 0 !important;
	}	
	
	.halfBlock{
		width:100%;
	}
	
	.detailTitle{
		font-size:24px;
	}
	
	.timer {
		margin: 40px 5% 0;
		width: 90%;
		font-size:22px;
	}
	.weeklyBarButton{
		width:100%;
		margin: 0 0;
	}
}

@media screen and (max-width: 380px) {
	#top_bar ul li:nth-of-type(5){
		display:none;
	}
	
	#logo{
		width:70%;
		margin: 0 0 0px 0;
	}
	
	#cart-count{
		width:30%;
		margin: 0 0 0px 0;
	}
	
	#shoppingBasket{
		padding: 35px 50%;
	}
	
	#shoppingBasket span{
		display:none;
	}

	.usp{
		width:100%;
		text-align:center;
		margin: 0 0 6px 0;
	}
	
	.uspReviews{
		display:none;
	}	
	.uspKiyoh{
		display:none;
	}
	
	.banner{
		display:none;
	}	
	
	.backtotop {
		margin: 0 30%;
		width: 40%;
	}

	
	#stappen{
		margin: 0 0 20px 0;
	}
}