body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    line-height: 26px;
	color: #5F5F5F;
	padding: 190px 0px 0px 0px;
}
.container {
	max-width: 1200px;
	margin: 0px auto;
	position: relative;
}
.overflow {
	overflow: hidden;
}
.container.small {
	max-width: 800px;
	text-align: center
}
strong {
    font-weight: 600;
}
h1 {
	font-size: 30px;
	margin: 0px 0px 20px 0px;
    color: #e50655;
    font-weight: 600;
}
h2 {
	font-size: 26px;
	margin: 0px 0px 20px 0px;
    color: #000000;
}
h3 {
	font-size: 26px;
	margin: 0px 0px 20px 0px;
    color: #000000;
}
h4 {
	font-size: 24px;
	margin: 0px 0px 20px 0px;
    color: #000000;
}
p {
	font-size: 14px;
	line-height: 26px;
	margin: 0px 0px 20px 0px;
}
ol {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 10px;
    list-style:decimal;
}
.mobileSearch, .mobileclose {
	display: none;
}
.center{
    text-align: center;
}
.btn {
	display: inline-block;
	vertical-align: top;
	background-color: #DA700C;
	color: #fff;
	height: 33px;
    line-height: 33px;
    text-decoration: none;
	border: 1px solid #DA700C;
	font-weight: 600;
	border-radius: 5px;
	padding: 7px 20px;
}
input.btn {
    padding: 10px 25px!important;
    border: 0px!important;
    line-height: 14px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header {
	position: fixed;
	z-index: 10000;
	left: 0px;
	top: 0px;
	width: 100%;
    background-color: #00628f;
	padding: 20px 0px;
	height: 100px;
}
.header #kwd {
	position: absolute;
	border-radius: 100px;
	border: 0px solid #80807e;
	right: -2px;
	top: -2px;
	height: 25px;
	padding: 5px 0px;
	z-index: 9999;
	opacity: 0;
	width: 0px;
	transition: all 0.2s;
}
.header #kwd.show {
	opacity: 1;
	border: 2px solid #80807e;
	padding: 5px 20px;
	width: 200px;
}
.header .logo {
	position: absolute;
	left: calc(50% - 143px);
}
.header .shopactions {
	float: right;
	list-style: none;
}
.header .shopactions li {
	position: relative;
	float: left;
	border-radius: 100px;
	border: 2px solid #80807e;
	width: 35px;
	height: 35px;
	margin: 0px 0px 0px 20px;
}
.header .shopactions li a {
    position: absolute;
    z-index: 10001;
	display: block;
	color: #80807e;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
}
.header .shopactions li:last-child {
	border: 0px solid #fff;
	position: relative;
}
.header .shopactions li:last-child a i {
	font-size: 38px;
}
.header .shopactions li:last-child span {
	display: block;
	z-index: 10000;
	position: absolute;
	top: 6px;
	left: 0px;
	width: 100%;
	height: 35px;
	color: #fff;
    font-size: 12px!important;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}


.nav {
	position: fixed;
	left: 0px;
	top: 140px;
	z-index: 10000;
	width: 100%;
    background-color: #9cacb4;
	height: 50px;
}
.nav .menu {
	list-style: none;
	text-align: center;
}
.nav .menu li {
	position: relative;
	display: inline-block;
	margin: 0px 10px;
}
.nav .menu li a {
	display: block;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.nav .menu li ul {
	display: none;
}
.burger {
    display: none;
}
@media only screen and (min-width: 800px){ 
    .nav .menu li:hover ul {
        position: absolute;
        top: 50px;
        left: 0px;
        display: block;
        min-width: 200px;
        background-color: #DA700C;
        text-align: left;
        padding: 15px 0px;
    }
}
.nav .menu li ul li {
	display: block;
	float: none;
}
.nav .menu li ul li a {
	display: block;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
}
.content {
    overflow: hidden;
}

.slider2 {
	 width: 100%;
	 height: 375px;
	 position: relative;
}

.slider {
	width: 100%;
	height: 700px;
	position: relative;
}
.slider.small, .slider.small ul, .slider.small ul li {
	height: 510px;
}
.slider .prev, .slider .next {
    position: absolute;
    top: calc(50% - 30px);
    cursor: pointer;
    z-index: 100;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    background-color: rgba(0,0,0,0.70);
}
.slider .prev {
    left: 40px;
}
.slider .next {
    right: 40px;
}
.slider .prev i, .slider .next i {
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}

.slider ul {
	width: 100%;
	height:700px;
	position: relative;
	overflow: hidden;
}
.slider ul li {
	width: 100%;
	height: 700px;
	left: 100%;
	position: absolute;
	opacity: 0;
	
	background-position: center top;
	background-size: cover;
}
.slider ul li.active {
	opacity: 1;
	left: 0px;
}
.slider ul li div {
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,0.80);
	color: #fff;
	padding: 50px;
	text-align: center;
}
.slider ul li div.left {
	left: 150px;
}
.slider ul li div.top {
	top: 60px;
}
.slider ul li div.center {
	top: calc(50% - 100px);
}
.slider ul li div.bottom {
	bottom: 60px;
}
.slider ul li div.right {
	right: 15px;
}

.slider ul li div strong {
	display: block;
	text-transform: uppercase;
	font-size: 46px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin: 0px 0px 20px 0px;
    font-weight: normal;
}
.slider ul li div p {
	display: block;
	font-size: 14px;
	margin: 0px 0px 15px 0px;
}
.slider ul li div a {
	border: 2px solid #fff;
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s;
}
.slider ul li div a:hover {
	background-color: #fff;
	color: #000;
}

.text {
	padding: 40px 0px;
}


.usp ul {
	text-align: center;
}
.usp ul li {
	display: inline-block;
	margin: 0px 20px;
}

.kop {
	position: relative;
	text-align: center;
}
.kop hr {
	position: absolute;
	top: calc(50% - 1px);
	left: 0px;
	margin: 0px;
	width: 100%;
	z-index: 1;
	border:1px solid #e8e8e8;
}
.kop strong {
	position: relative;
	z-index: 2;
	color: #fff;
	background-color: #80807e;
	display: inline-block;
	padding: 20px 30px;
	font-weight: bold;
	font-size: 30px;
}


.arrivals, .related {
	padding: 40px 0px;
	overflow: hidden;
    text-align: center;
}
.arrivals.sale, .related {
    background-color: #f7f7f7;
}
.arrivals.sale .kop hr, .related .kop hr {
    display: none;
}
.arrivals.sale .kop strong, .related .kop strong {
    background-color: #f7f7f7;
    color: #DA700C;
}
    
.arrivals ul, .related ul {
	margin: 20px 0px;
	text-align: center;
}
.arrivals ul li, .related ul li {
    position: relative;
	float: left;
	vertical-align: top;
	width: calc(16.66% - 19px);
	margin: 10px;
}
.arrivals ul li:first-child, .related ul li:first-child {
	margin: 10px 10px 10px 0px;
}
.arrivals ul li:last-child, .related ul li:last-child {
	margin: 10px 0px 10px 10px;
}
.arrivals ul li a, .related ul li a {
	color: #4f4f4f;
	text-decoration: none;
}
.arrivals ul li .imgcontainer, .related ul li .imgcontainer {
    height: 275px;
    overflow: hidden;
	margin: 0px 0px 10px 0px;
}

.arrivals ul li img, .related ul li img {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.arrivals ul li span, .related ul li span {
	display: block;
	font-size: 14px;
	line-height: 22px;
}
.arrivals ul li strong, .related ul li strong {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
.arrivals ul li em, .related ul li em {
	display: none;
	font-size: 12px;
	line-height: 26px;
	color: #D00003;
}
.arrivals ul li div.sale, .related ul li div.sale {
    position: absolute;
    top: 50%;
    left: 0px;
    font-weight: bold;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
    background-color: #DA700C;
    padding: 10px 20px;
}
.arrivals ul li em.stock, .related ul li em.stock {
	color: #799c69;
}

.arrivals > div > a {
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
    background-color: #DA700C;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	margin: 40px 0px 0px 0px;
}


.thelook {
	padding: 40px 0px;
}
.thelook .left {
	float: left;
    width: 30%;
}
.thelook .left img {
    width: 100%;
}
.thelook .right {
	float: right;
    width: calc(70% - 30px);
    margin: 0px 0px 0px 30px;
}


.shopthelook {
	padding: 40px 0px;
	overflow: hidden;
    text-align: center;
}

.shopthelook ul {
	margin: 20px 0px;
    overflow: hidden;
	text-align: center;
}
.shopthelook ul li {
    position: relative;
	float: left;
	vertical-align: top;
	width: calc(25% - 15px);
	margin: 10px;
    text-align: center;
}
.shopthelook ul li:first-child {
	margin: 10px 10px 10px 0px;
}
.shopthelook ul li:last-child {
	margin: 10px 0px 10px 10px;
}
.shopthelook ul li a {
	color: #4f4f4f;
	text-decoration: none;
}
.shopthelook ul li img {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.shopthelook ul li div {
	display: block;
    position: absolute;
    z-index: 1000;
    left: 0px;
    bottom: 40px;
    width: 100%;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
    text-align: center;
}
.shopthelook ul li div strong {
    display: inline-block;
    background-color: rgba(0,0,0,0.60);
    color: #fff;
    padding: 10px 20px;
}
.shopthelook > div > a {
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
    background-color: #DA700C;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	margin: 40px 0px 0px 0px;
}




.logos {
	padding: 20px 0px;
	overflow: hidden;
    text-align: center;
}

.logos ul {
	margin: 20px 0px;
	text-align: center;
}
.logos ul li {
    position: relative;
	float: left;
	vertical-align: top;
	width: 25%;
    text-align: center;
}
.logos ul li img {
    display: block;
    width: 80%;
    margin: 0px auto;
}

.imgtext {
	padding: 60px 0px;
	overflow: hidden;
    background-color: #f7f7f7;
}
.imgtext img {
    width: 100%;
}
.imgtext .left { 
    float:left;
    width: calc(50% - 30px);
    margin: 0px 30px 0px 0px;
}
.imgtext .right { 
    float:right;
    width: calc(50% - 30px);
    margin: 0px 0px 0px 30px;
}




.filters {
    float: left;
    width: 230px;
    padding: 40px 20px 40px 0px;
}

.filters > strong {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
}
.filters .fblock {
    margin: 0px 0px 30px 0px;
}
.filters .fblock .oc {
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    cursor: pointer;
}
.filters .fblock .oc i {
    float: right;
    margin: 5px 0px 0px 0px;
}
.filters .fblock ul li {
    font-size: 14px;
    line-height: 26px;
}
.filters .fblock ul li input {
    display: inline-block;
    border-radius: 5px;
    margin: 0px 10px 0px 0px;
}
.filters .fblock ul.color {
    overflow: hidden;
}
.filters .fblock ul.color li {
    float: left;
    width: 25px;
    height: 25px;
    border:1px solid #ccc;
    border-radius: 100px;
    cursor: pointer;
    margin: 0px 10px 10px 0px;
	background-position: center;
	background-size: cover;
}
.filters .fblock ul.color li.selected {
    border:1px solid #DA700C;

}
.filters .fblock ul.color li label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.filters .fblock ul.color li input {
    display: none;
}


.products {
    float: left;
    width: calc(100% - 250px);
    overflow: hidden;
    padding: 40px 0px;
}

.products ul {
	text-align: center;
    overflow: hidden;
}
.products ul li {
    
    position: relative;
	float: left;
	vertical-align: top;
	width: calc(25% - 20px);
	margin: 10px 10px 30px 10px;
	height: 405px;
}
.products ul li a {
	color: #4f4f4f;
	text-decoration: none;
}
.products ul li .imgcontainer {
    height: 275px;
    overflow: hidden;
	margin: 0px 0px 10px 0px;
}
.products ul li img {
	max-width: 100%;
    max-height: 100%;
}
.products ul li span {
	display: block;
	font-size: 14px;
	line-height: 22px;
}
.products ul li strong {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
.products ul li em {
	display: block;
	font-size: 12px;
	line-height: 26px;
	color: #D00003;
}
.products ul li div.sale {
    position: absolute;
    top: 50%;
    left: 0px;
    font-weight: bold;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
    background-color: #DA700C;
    padding: 10px 20px;
}
.products ul li em.stock {
	color: #799c69;
	display: none;
}



.thelook .right ul {
	text-align: center;
    overflow: hidden;
}
.thelook .right ul li {
    position: relative;
	float: left;
	vertical-align: top;
	width: calc(33% - 20px);
	margin: 10px 10px 30px 10px;
	height: 405px;
}
.thelook .right ul li a {
	color: #4f4f4f;
	text-decoration: none;
}
.thelook .right ul li .imgcontainer {
    height: 275px;
    overflow: hidden;
	margin: 0px 0px 10px 0px;
}
.thelook .right ul li img {
	max-width: 100%;
    max-height: 100%;
}
.thelook .right ul li span {
	display: block;
	font-size: 14px;
	line-height: 22px;
}
.thelook .right ul li strong {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
.thelook .right ul li em {
	display: block;
	font-size: 12px;
	line-height: 26px;
	color: #D00003;
}
.thelook .right ul li div.sale {
    position: absolute;
    top: 50%;
    left: 0px;
    font-weight: bold;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
    background-color: #DA700C;
    padding: 10px 20px;
}
.thelook .right ul li em.stock {
	color: #799c69;
	display: none;
}



.product {
	overflow: hidden;
	padding: 30px 0px;
}
.product .img {
	float: left;
	width: calc(50% - 30px);
	padding: 0px 30px 0px 0px;
}
.product .img ul {
	float: left;
	width: 100px;
}
.product .img ul li {
    margin: 0px 0px 20px 0px;
}
.product .img ul li img {
	width: 80px;
    opacity: 0.7;
    transition: all 0.2s;
    cursor: pointer;
}
.product .img ul li.active img, .product .img ul li:hover img {
    opacity: 1;
}



.product .img > img {
    float: right;
    width: calc(100% - 120px);
}
.product .data {
	float: left;
	width: calc(50% - 30px);
	padding: 0px 0px 0px 30px;
}
.product .data h1 {
	color:#DA700C;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	margin: 0px 0px 10px 0px;
}
.product .data em.subtitle {
	display: block;
	color: #ACACAC;
	font-size: 24px;
	line-height: 34px;
	margin: -10px 0px 20px 0px;
}
.product .data strong {
	display: block;
	color:#000;
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;
	margin: 0px 0px 30px 0px;
}
.product .data p {
	font-size: 14px;
	line-height: 26px;
}
.product .data form {
	display: block;
	margin: 0px 0px 20px 0px;
}
.product .data form ul {
	overflow: hidden;
	display: block;
	margin: 10px 0px 30px 0px;
    padding: 3px 0px;
}
.product .data form ul li {
	float: left;
	margin: 0px 5px 5px 0px;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
}
.product .data form ul li label {
    display: block;
	width: 50px;
	height: 50px;
}
.product .data form ul li.sel {
	margin: -2px 5px 5px 0px;
	border: 3px solid #DA700C;
	border-radius: 5px;
}

.product .data form ul li input {
	display: none;
}
.product .data form em {
    display: block;
	margin: 0px 0px 20px 0px;
	color: #900;
	font-weight: 600;
}
.product .data form em.stock {
	color: #799c69;
}
.product .data hr {
	border: 0px;
	border-bottom: 1px solid #ccc;
}
.product .data span {
	display: block;
	line-height: 26px;
}

.product .tabs {
	overflow: hidden;
	margin: 40px 0px;
}
.product .tabs .tab {
	overflow: hidden;
}
.product .tabs .tab li {
	float: left;
	vertical-align: top;
	padding: 10px 20px;
	border-left: 0px;
	font-size: 16px;
	cursor: pointer;
}
.product .tabs .tab li.active {
	border-bottom: 2px solid #DA700C;
}
.product .tabs .tabdata {
	border-top: 1px solid #ccc;
	padding: 30px 0px;
	position: relative;
}
.product .tabs .tabdata .td {
	position: relative;
	top: 0px;
	left: 0px;
	opacity: 0;
	display: none;
	transition: 0.2s all;
}
.product .tabs .tabdata .td.active {
	opacity: 1;
	display: block;
}



.qty {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #f8f8f8;
 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.qty .min, .qty .plus {
	display: inline-block;
	line-height: 30px;
	text-align: center;
	width: 20px;
	background-color: #f8f8f8;
	border: 0px;
	cursor: pointer;
	vertical-align: top;
}
.qty input {
	display: inline-block;
	height: 30px;
	border: 0px;
	vertical-align: top;
	width: 20px;
	text-align: center;
	background-color: #f8f8f8;
}
.product form .btn {
	display: inline-block;
	vertical-align: top;
    background-color: #DA700C;
	color: #fff;
	height: 33px;
	border: 1px solid #DA700C;
	font-weight: 600;
	border-radius: 5px;
	padding: 0px 10px;
}


.introheader .container {
    background-position: center;
    background-size: cover;
    height: 500px;
    position: relative;
}
.introheader .container > div {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 30px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.70);
    max-width: 360px;
    font-size: 18px;
}
.introheader .container > div strong {
    display: block;
    font-size: 36px;
    line-height: 46px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.merken {
    padding: 40px 0px;
}
.merken .left {
    float: left;
    width: 25%;
}
.merken .left strong.h1 {
    font-weight: 600;
    color: #DA700C;
    display: block;
    font-size: 26px;
    margin: 0px 0px 20px 0px;
}
.merken .left p {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.merken .right {
    float: right;
    width: calc(75% - 60px);
    padding: 0px 0px 0px 60px;
}
.merken .right ul {
    float: left;
    width: calc(75% - 30px);
    padding: 0px 30px 0px 0px;
    column-count: 2;
}
.merken .right ul li {
    display: block;
    padding: 5px 0px;
}
.merken .right ul li a {
    text-decoration: none;
    color: #5F5F5F;
    font-size: 16px;
}

.inspiratie {
    padding: 40px 0px;
}
.inspiratie .left {
    float: left;
    width: 25%;
}
.inspiratie .left strong {
    font-weight: 600;
    display: block;
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    line-height: 20px;
}
.inspiratie .left strong.h1 {
    font-weight: 600;
    color: #DA700C;
    display: block;
    font-size: 26px;
    margin: 0px 0px 20px 0px;
}
.inspiratie .left p {
    display: block;
    font-size: 14px;
    line-height: 26px;
}

.inspiratie .right {
    float: right;
    width: calc(75% - 60px);
    padding: 0px 0px 0px 60px;
}
.inspiratie .right > div {
    float: left;
    width: calc(50% - 30px);
    padding: 0px 15px 30px 15px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.inspiratie .right > div > div {
    margin: 0px 0px 10px 0px;
}
.inspiratie .box {
    margin: 0px!important;
}

.shoppingcart {
    padding: 40px 0px;
}

.shoppingcart table th {
    text-align: left;
    font-weight: 600;
    padding: 5px 0px;
    font-size: 18px;
}
.shoppingcart table td {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}
.shoppingcart table td.nobdr {
    border-bottom: 1px solid #fff;
}
.shoppingcart table th:nth-child(1),
.shoppingcart table td:nth-child(1) {
    width: calc(100% - 500px);
}
.shoppingcart table th:nth-child(2),
.shoppingcart table td:nth-child(2) {
    width: 150px;
    text-align: right;
}
.shoppingcart table th:nth-child(3),
.shoppingcart table td:nth-child(3) {
    width: 150px;
    text-align: center;
}
.shoppingcart table th:nth-child(4),
.shoppingcart table td:nth-child(4) {
    width: 150px;
    text-align: right;
}
.shoppingcart table th:nth-child(5),
.shoppingcart table td:nth-child(5) {
    width: 50px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
}
.shoppingcart table td:nth-child(5) i {
    font-size: 30px;
    vertical-align: bottom;
    cursor: pointer;
}

.shoppingcart table.totals {
    margin: 30px 0px 0px 0px;
}
.shoppingcart table.totals td:nth-child(2) {
    width: 300px;
    text-align: right;
}
.shoppingcart table.totals td:nth-child(3) {
    text-align: right;
}
.shoppingcart table.totals td:nth-child(4) {
    width: 50px;
}
.shoppingcart table.totals re:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
}



.shoppingcart table td img {
    max-height: 75px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px 0px 0px;
}
.shoppingcart table td div {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.shoppingcart table td div strong {
    display: block;
    vertical-align: middle;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
    font-size: 14px;
}
.shoppingcart table td div p {
    display: block;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 16px;
}
    
.shoppingcart .btn {
    float: right;
    margin: 20px 0px 0px 0px;
}
.btn.disabled {
    background-color: rgba(176,176,176,1.00)!important;
}
    

.box {
    float: left;
    margin: 0px 0px 0px 30px;
}
.box:first-child {
    margin: 0px 0px 0px 0px;
}
.w25 {
    width: calc(25% - 30px);
}
.w33 {
    width: calc(33% - 30px);
}
.w50 {
    width: calc(50% - 30px);
}
.w66 {
    width: 67% ;
}
.w75 {
    width: calc(75% - 30px);
}
.box img {
    max-width: 100%;
}
.box .bx {
    margin: 0px 0px 30px 0px;
	padding: 0px;
}






#email {
    display: none;
}

.defaultform label {
    display: block;
    font-size: 12px;
    line-height: 16px;
}
.defaultform input, .defaultform textarea {
    display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    border:1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0px 0px 16px 0px;
    width: calc(100% - 22px);
}
.defaultform input[type=submit] {
    width: auto;
}




.color1 {
    background-color: #DA700C;
    color: #fff;
    padding: 30px 30px!important;
}
.color2 {
    background-color: #e6d1d7;
    color: #333;
    padding: 86px 30px!important;
}


.brandlist {
    max-width: 100%;
    display: inline-block;
    margin: 0px 30px;
    text-align: left;
    column-count: 2;
    column-gap: 15em;
}
.brandlist a {
    text-decoration: none;
    color: #333;
}
.brandlist a:hover {
    text-decoration: underline;
}






.footer {
    padding: 40px 0px;
    overflow: hidden;
    background-color: #99c0d2;
}

.footer .box {
    float: left;
    font-size: 12px;
    color: #fff;
    margin: 0px;
    width: 25%;
    line-height: 24px;
}
.footer .box p {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}
.footer .box strong {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin: 0px 0px 15px 0px;
}
.footer .box a.lnk {
    display: block;
    color: #fff;
    text-decoration: none;
}
.footer .box a.facebook {
    display: inline-block;
    color: #fff;
    font-size: 26px;
    vertical-align: top;
}
.footer .box a.instagram {
    display: inline-block;
    color: #80807e;
    font-size: 18px;
    background-color: #fff;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    vertical-align: top;
}


.copyright {
    position: relative;
    background-color: #99c0d2;
} 
.copyright .container {
    position:static;
    padding: 15px 0px;
}
.copyright .whatsapp {
    position: absolute;
    left: 50px;
    top: -14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #2bd26b;
    color: #FFF;
    font-size: 30px;
    border-radius: 100px;
}
.copyright ul {
    float: right;
}
.copyright ul li {
    float: left;
}
.copyright ul li a {
    text-decoration: none;
    color: #5F5F5F;
    display: block;
    padding: 0px 0px 0px 20px;
}


.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.50);
    z-index: 100000000;
}
.popup {
    position: fixed;
    padding: 20px;
    top: calc(50% - 90px);
    left: calc(50% - 320px);
    width: 600px;
    height: 140px;
    background-color: #fff;
    z-index: 100000001;
}
.popup .left {
    float: left;
    width: 30%;
}
.popup .left img {
    display: block;
    margin: auto;
    height: 140px;
}
.popup .right {
    float: right;
    width: 70%;
}

  
.checkout {
    padding: 40px 0px;
}
.checkout .left {
    float: left;
    width: 65%;
}
.checkout .left label {
    display: block;
}
.checkout .left label span {
    font-weight: bold;
    color: #DA700C;
}
.checkout .left input[type=text], .checkout .left textarea {
    padding: 8px 10px;
    background-color: #f8f8f8;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    border: 1px solid #e5e5e5;
    margin: 0px 0px 15px 0px;
    width: 80%;
}
.checkout .left input[type=text].false, .checkout .left textarea.false {
    background-color: rgba(255,200,201,1.00);
	border: 1px solid rgba(215,0,3,1.00);
}

.checkout .right {
    float: left;
    width: 35%;
}

.checkout .right .border {
    border:1px solid #ccc;
    padding: 25px;
    text-align: left;
}
.checkout .right .border .payment {
    margin: 0px 0px 20px 0px;
}
.checkout .right .border .payment li {
    background-color: rgba(0,0,0,.05);
    margin: 0px 0px 5px 0px;
    padding: 10px 20px;
}
.checkout .right .border .payment li input {
    margin: 0px 20px 0px 0px;
}
.checkout .right .border .payment li img {
    float: right;
}
.checkout .right .border .btn {
    width: 100%;
    padding: 10px 20px!important;
    margin: 30px 0px 0px 0px;
    height: 40px;
}


.pagination {
    text-align: center!important;
    margin: 30px 0px 0px 0px;
}
.pagination li {
    float: none!important;
    display: inline-block!important;
    width: 30px!important;
    height: 30px!important;
    line-height: 30px!important;
    border: 1px solid #ccc!important;
    margin: 5px!important;
}
.pagination li.active {
    background-color: rgba(0,0,0,.05)!important;
}
.pagination li a {
    display: block!important;
    width: 30px!important;
    height: 30px!important;
    line-height: 30px!important;

}

.textimg {
    padding: 90px 0;
}
.imgtext {
    padding: 80px 0;
    color: #000;
}
.textimg .container {
    overflow: hidden;
    margin: 60px auto 0px auto;
}
.textimg .container:first-child {
    margin: 0px auto;
}
.textimg .left {
    float: left;
    width: calc(50% - 30px);
    margin: 0px 30px 0px 0px;
}
.textimg .left img {
    max-width: 100%;
}
.textimg .right {
    float: left;
    width: calc(50% - 30px);
    margin: 0px 0px 0px 30px;
}

.placeditems {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: calc(100% - 2px);
	max-height: 400px;
	overflow-y: visible;
	overflow-x: hidden;
}
.placeditems li {
	overflow: hidden;
	padding: 10px;
}
.placeditems li .img {
	float: left;
	width: 80px;
}
.placeditems li .img img {
	width: 70px;
}
.placeditems li .itm {
	float: left;
	width: calc(100% - 180px);
}
.placeditems li .itm strong {
	font-weight: bold;
	display: block;
}
.placeditems li .total {
	float: right;
	width: 100px;
	padding: 30px 0px 0px 0px;
}
.endbox {
	margin: 40px 0px 0px 0px;
}
.endbox div {
	background-color: #fff;
	height: auto;
	line-height: 36px;
	border: 0px;
}
.endbox > div {
	overflow: hidden;
}
.endbox > div > div {
	float: left;
}
.endbox div.totaal {
	border-top: 1px solid #000;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	font-weight: 600;
	font-size: 18px;
}
.deliverymethode {
    margin: 20px 0px;
}
.deliverymethode label {
    display: block;
}
.deliverymethode select {
    border: 1px solid #ccc;
    width: 100%;
    background-color: #f8f8f8;
    padding: 5px 10px;
}
.shoppay {
    display: none;
}

th {
	text-align: left;
	font-weight: bold;
	color: #DA700C;
}

.myaccount {
    padding: 40px 0px;
}
.myaccount .left {
    float: left;
    width: calc(50% - 40px);
    margin: 0px 40px 0px 0px;
}
.myaccount .right {
    float: left;
    width: calc(50% - 40px);
    margin: 0px 0px 0px 40px;
}
.myaccount form {
    border: 1px solid #ccc;
    padding: 20px;
}
.myaccount form label {
    display: block;
}
.myaccount form input {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px;
    width: calc(100% - 42px);
    margin: 0px 0px 20px 0px;
}
.myaccount form input[type=text], .myaccount form input[type=password] {
    background-color: rgba(236,236,236,0.50);
}
.myaccount form input[type=submit] {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px;
    width: auto;
    margin: 0px 0px 20px 0px;
}
.notice {
    background-color: rgba(254,255,239,1.00);
    border: 1px solid rgba(208,208,154,1.00);
    padding: 5px 10px;
    margin: 0px 0px 20px 0px;
}
.notice.success {
    background-color: rgba(214,255,212,1.00);
    border: 1px solid rgba(64,187,44,1.00);
}
.notice.failed {
    background-color: rgba(255,225,226,1.00);
    border: 1px solid rgba(181,0,3,1.00);
}


.myaccount .left {
    float: left;
    width: calc(50% - 40px);
    margin: 0px 40px 0px 0px;
}
.myaccount .accountpage {
    float: left;
    width: calc(85% - 81px);
    margin: 0px 0px 0px 40px;
    border-left: 1px solid #ccc;
    padding: 0px 0px 0px 40px;
    min-height: 400px;
}
.myaccount .accountnav {
    float: left;
    width: 15%;
}
.myaccount .accountnav ul {
    margin: 40px 0px 0px 0px;
}
.myaccount .accountnav ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px 0px;
}
.myaccount .accountnav ul li.logout {
    margin: 40px 0px 0px 0px;
}
.myorders img {
    float: left;
    max-width: 50px;
    max-height: 50px;
    margin: 0px 10px 0px 0px;
}
.myorders th {
    padding: 10px 0px;
}
.myorders td {
    border-top: 1px solid #ccc;
    padding: 10px 0px;
}


.acaddresses li {
	background-color: rgba(237,236,236,1.00);
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
}
.acaddresses li a {
	float: right;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}


.activefilters {
	overflow: hidden;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
}
.activefilters strong {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	margin: 2px 10px 0px 0px;
}
.activefilters ul {
	display: inline;
}
.activefilters ul li {
	float: none;
	height: auto;
	width: auto;
	display: inline-block;
	padding: 3px 8px;
	border-radius: 5px;
	background-color: rgba(239,239,239,1.00);
	font-size: 10px;
	margin: 0px 10px 0px 0px;;
	vertical-align: top;
}

.news ul {
	overflow: hidden;
	margin: 20px 0px;
}
.news ul li {
	float: left;
	width: calc(50% - 17px);
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
}
.news ul li:nth-child(even) {
	margin-left: 15px;
}
.news ul li:nth-child(odd) {
	margin-right: 15px;
}
.news ul li .img {
	width: 100%;
	height: 230px;
	background-position: center;
	background-size: cover;
}
.news ul li strong {
	display: block;
	color: #02608c;
	font-size: 18px;
	padding: 20px 20px 0px 20px;
}
.news ul li p {
	display: block;
	padding: 10px 20px 0px 20px;
}
/*
lass="news">
	<div class="container">
		<ul>';
		foreach($items as $itm)
		{
			echo '<li>
				<a href="#"></a>
				<img src="/uploaded/'.$itm->image.'" />
				<strong>'.$itm->title.'</strong>
				<p>'.subs
*/

@media only screen and (max-width: 800px){ 
    body {
        padding: 80px 0px 0px 0px;
    }
    .header {
        height: 40px;
    }
    .header img {
        height: 40px;
    }
    .header .logo {
        position: absolute;
        left: calc(50% - 55px);
    }
    .nav {
        top: 80px;
    }
    
    .header .shopactions {
        margin: 0px 20px 0px 0px;
    }
    
    .slider, .slider ul, .slider ul li {
        height: 250px;
    }
    .slider .prev, .slider .next {
        position: absolute;
        top: 100px;
    }
    .slider ul {
        overflow: visible;
    }
    .slider {
        height: 450px;
    }
    .slider div {
        left: 0px !important;
        right: auto;
        top: 250px !important;
        width: calc(100% - 70px)!important;
        padding: 35px!important;
    }
    .slider ul li div strong {
        font-size: 26px;
    }
    .text, .arrivals, .related, .footer {
        padding: 40px 20px;
    }
 
    .introheader .container {
        height: 250px;
    }
    .logos {
        padding: 20px 20px;
    }
    
    .logos ul li {
        width: 50%;
    }
    
    
    .imgtext .left, .imgtext .right {
        float: none;
        width: auto;
        margin: 0px 0px 30px 0px;
        padding: 0px 20px;
    }
    
    .footer .box {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }
    
    .copyright .container {
        position: static;
        padding: 15px 20px;
        text-align: left;
    }
    .copyright .whatsapp {
        position: absolute;
        right: 50px;
        left: auto;
    }
    
    
    .copyright ul, .copyright ul li {
        float: none;
    }
    .copyright ul li a {
        padding: 3px 0px;
    }
    
    
    
	.filters {
		display: block;
		position: fixed;
		top: 0px;
		left: -300px;
		width: 200px;
		z-index: 100000;
		background-color: #fff;
		padding: 30px;
		height: calc(100% - 60px);
		overflow: auto;
		transition: all 0.2s;
		box-shadow: 0 0 8px -1px #000;
	}	
	.filters.show {
		left: 0px;
	}
    .products {
        float: left;
        width: auto;
        overflow: hidden;
        padding: 40px 20px;
    }
    .products ul li {
        width: calc(50% - 20px);
    }
    .products ul li .imgcontainer {
        height: 215px;
    }
    .products ul li {
        height: 315px;
    }
    
    .product {
        overflow: hidden;
        padding: 30px 20px;
    }
    
    .product .img, .product .data {
        float: none;
        width: auto;
        padding: 0px 0px 30px 0px;
		overflow: hidden;
    }
    
    .popup {
        position: fixed;
        padding: 20px;
        top: 20%;
        left: calc(50% - 150px);
        width: 600px;
        height: auto;
        background-color: #fff;
        z-index: 100000001;
        max-width: 255px;
    }
    .popup .left {
        float: none;
        width: auto;
        display: block;
        margin: 0px 0px 20px 0px;
    }
    .popup .right {
        float: none;
        width: auto;
    }    
    .popup .right .btn {
        margin: 0px 0px 20px 0px;
    }    
    .popup .right h1 {
        font-size: 20px;
        margin: 0px 0px 20px 0px;
        color: #DA700C;
        font-weight: 600;
    }
    
    
    
    .nav {
        display: none;
        height: auto;
    }
    .nav.show {
        display: block;
    }
    
    .nav .menu {
        text-align: left;
        padding: 20px 0px;
    }

    .nav .menu li {
        position: relative;
        display: block;
        margin: 0px 10px;
    }
    .nav .menu li i {
        float: right;
    }
    
    
    .nav .menu li.show ul {
        display: block;
    }
    .burger {
        display: inline-block;
        border-radius: 100px;
        border: 2px solid #80807e;
        width: 35px;
        height: 35px;
        margin: 0px 0px 0px 20px;
 
        color: #80807e;
        line-height: 35px;
        text-align: center;
        font-size: 20px;
    }
    .shopthelook {
        padding: 40px 20px;
        overflow: hidden;
        text-align: center;
    }
    .shopthelook ul li, .shopthelook ul li:first-child
    {
        position: relative;
        float: left;
        vertical-align: top;
        width: calc(50% - 20px);
        margin: 10px;
        text-align: center;
    }
    
    .box {
        width: 100%;
        float: none;
        margin: 0px 0px 20px 0px;
    }
    
    .merken, .inspiratie, .checkout {
        padding: 40px 20px;
    }
    
    .left, .right {
        float: none!important;
        width: auto!important;
    }
    .inspiratie .right {
        padding: 0px!important;
    }
	.header .shopactions li:first-child {
		display: none;
	}
	.shoppingcart {
		padding: 40px 20px;
	}
	.shoppingcart table th:nth-child(2) {
		display: none;
	}
	.shoppingcart table td:nth-child(2) {
		display: none;
	}
    
	.shoppingcart table.totals td:nth-child(2) {
		display: table-cell;
	}
	.checkout .left input[type="text"], .checkout .left textarea {
		width: calc(100% - 27px);
	}
	.checkout .left textarea {
		height: 90px;
	}
	.arrivals ul, .related ul {
		margin: 20px 0px;
		text-align: center;
		overflow: hidden;
	}
	.arrivals ul li, .related ul li {
		position: relative;
		float: left;
		vertical-align: top;
        width: calc(50% - 22px);
		margin: 10px;
	}
	.arrivals ul li:first-child, .related ul li:first-child {
		margin: 10px;
	}
	.arrivals ul li:last-child, .related ul li:last-child {
		margin: 10px;

	}
	
	.brandlist {
		max-width: 100%;
		display: inline-block;
		margin: 0px 30px;
		text-align: left;
		column-count: 2;
		column-gap: unset;
	}
	.filters {
		overflow: visible;
	}
	.filters form {
		overflow: auto;
		height: 100%;
	}
	.mobileclose {
		display: block;
		position: absolute;
		right: -21px;
		bottom: 10px;
		width: 40px;
		height: 40px;
		color: #fff;
		background-color: #80807e;
		border-radius: 100%;
		text-align: center;
		line-height: 40px;
		font-size: 35px;
	}
	.mobileSearch {
		display: block;
		padding: 0px 10px;
		margin: -20px 0px 10px 0px;
		overflow: hidden;
	}
	.mobileSearch .mobilefilter {
		display: inline-block;
		float: left;
		border-radius: 100px;
		width: 29px;
		height: 29px;
		border: 2px solid #ccc;
		text-align: center;
		line-height: 29px;
		color: #80807e;
	}
	.mobileSearch input {
		float: right;
		width: calc(100% - 90px);
		border-radius: 100px;
		border: 1px solid #ccc;
		padding: 8px 20px;
	}
	.mobileSearch button {
		float: right;
		border: 0px;
		position: relative;
		z-index: 1000;
		overflow: hidden;
		background-color: #80807e;
		color: #fff;
		border-radius: 100px;
		height: 33px;
		margin: 0px 0px 0px -33px;
		width: 33px;
		display: inline-block;
	}
	
}
