@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('../webfonts/MYRIADPRO-REGULAR.woff') format('woff');
}

body {
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, '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: {h1color};
    font-weight: 600;
}
h2 {
	font-size: 26px;
	margin: 0px 0px 20px 0px;
    color: {h2color};
}
h3 {
	font-size: 26px;
	margin: 0px 0px 20px 0px;
    color: {h3color};
}
h4 {
	font-size: 24px;
	margin: 0px 0px 20px 0px;
    color: {h4color};
}
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: #a8a8a7;
	color: #fff;
	height: 33px;
    line-height: 33px;
    text-decoration: none;
	border: 1px solid #a8a8a7;
	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: #fff;
	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: #fff;
	height: 50px;
}
.nav .menu {
	list-style: none;
	text-align: center;
}
.nav .menu li {
	position: relative;
	display: inline-block;
	margin: 0px 10px;
}
.nav .menu li.mmc {
    position: unset;
}

.nav .menu li a {
	display: block;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.nav .menu li:hover a {
    background-color: rgba(0,0,0,0.20);
}
.nav .menu li ul {
	display: none;
}

.nav .menu ul {
    background-color: #fff!important;
    box-shadow: 0px 6px 10px -7px #000;
}
.nav .menu ul a {
    color: #333!important;
    background-color: #fff!important;
}
.nav .menu ul a:hover {
    background-color: lightgray!important;
}

.nav .menu .mm {
    position: absolute;
    left: 0px;
    width: calc(100% - 20px);
    padding: 0px 10px!important;
    margin: 0px!important;
    background-color: #fff!important;
    box-shadow: 0px 6px 10px -7px #000;
}
.nav .menu .mm.list {
    width: calc(100% - 20px);
    padding: 20px 10px!important;
}
.nav .menu .mm li {
    float: left;
    width: calc(20% - 20px);
    padding: 20px 0px 20px 20px;
    text-align: left;
    margin: 0px;
}
.nav .menu .mm.list li {
    width: 33%;
    padding: 0px;
    text-align: left;
    margin: 0px;
    font-size: 16px;
}
.nav .menu .mm.list li a {
    display: block;
    padding: 5px 0px 5px 20px;
    font-size: 14px;
}
.nav .menu .mm.list li a span {
    font-size: smaller;
    font-style: italic;
    color: grey;
}
.nav .menu .mm li a {
    color: #5F5F5F;
    padding: 0px 0px;
    font-size: 12px;
}
.nav .menu .mm li a.allbrands {
    font-weight: bold;
}
.nav .menu .mm li strong {
    color: #5F5F5F;
    display: block;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
}
.nav .menu .mm li span.mmimg {
    display: block;
    width: 100%;
    height: 320px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.nav .menu .mm.small li {
    text-align: center;
}
.nav .menu .mm.small li span.mmimg {
    height: 90px;
}
.nav .menu .mm.list li:hover a {
    background-color: rgba(232,232,232,1.00)!important;
}
.nav .menu .mm li img {
    height: 150px;
    margin: 10px auto 0px auto;
}
.nav .menu .mm li.alllooks div {
    display: table;
    height: 100%;
    width: 100%;
}
.nav .menu .mm li.alllooks a {
    color: #fff!important;
    background-color: #fff!important;
    display: table-cell;
    width: 100%;
    height: 320px;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    vertical-align: middle;
}
.nav .menu .mm.small li.alllooks a {
    height: 111px;
    font-size: 28px;
}
.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: #a8a8a7;
        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 .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.small, .slider.small ul, .slider.small ul li {
	height: 500px;
}
.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 {
    margin: 0px 0px 30px 0px;
}
.usp ul {
	text-align: center;
}
.usp ul li {
	display: inline-block;
	margin: 0px;
    width: calc(33% - 12px);
    vertical-align: top;
}
.usp ul li:nth-child(2) {
    width: calc(34% - 18px);
    margin: 0px 20px;
}
.usp ul li img {
	max-width: 90%;
}

.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;
}

.arrival {
    position: absolute;
    padding: 5px 10px;
    z-index: 1;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    background-color: black;
}
.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: #a8a8a7;
}
    
.arrivals ul, .related ul {
	margin: 20px 0px;
	text-align: center;
}
.arrivals ul {
    display: inline-block;
}
.arrivals ul li, .related ul li {
    position: relative;
	float: left;
	vertical-align: top;
	width: calc(16.66% - 19px);
	margin: 10px;
}
ul.sale li {
    width: calc(25% - 19px);
}
ul.sale li:nth-child(4n) {
    margin-right: 0;
}
ul.sale li:nth-child(4n+1) {
    margin-left: 0;
}
.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 strong .dash, .related ul li strong .dash {
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin: 0px 0px 0px 20px;
    text-decoration: line-through;
    font-weight: normal;
}

.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: 0%;
    left: 0px;
    font-weight: bold;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
    background-color: ;
    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: #a8a8a7;
	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% - 20px);
	margin: 10px;
    text-align: center;
}
.shopthelook ul li:first-child {
	margin: 10px;
}
.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: #a8a8a7;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
    .thelook .right ul li {
        float: none;
        width: auto;
        margin: 10px auto;
    }
}



.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 #a8a8a7;
}
.filters .fblock ul.color li label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.filters .fblock ul.color-new li {
    display: inline-block;
}
.filters .fblock ul.color li input, .filters .fblock ul.color-new 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;
	position: relative;
	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;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products ul li span > span {
    display: none;
}
.products ul li span > span:hover {
    display: inline;
    font-style: italic;
    font-size: small;
    color: gray;
}
.products ul li strong {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}

.products ul li strong .dash {
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin: 0px 0px 0px 20px;
    text-decoration: line-through;
    font-weight: normal;
    display: inline-block;
}

.products ul li em {
	display: block;
	font-size: 12px;
	line-height: 26px;
	color: #D00003;
}
.products ul li div.sale {
    position: absolute;
    top: 0%;
    left: 0px;
    font-weight: bold;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
    background-color: ;
    padding: 10px 20px;
}
.products ul li em.stock {
	color: #799c69;
	display: none;
}
.products .imgcontainer img, .thelook .imgcontainer img {
    top: 0;
    position: absolute;
	left: 0;
	right: 0;
	margin: auto;
    object-fit: contain;
    height: 350px;
}
.products .imgcontainer img:nth-child(2), .thelook .imgcontainer img:nth-child(2) {
    opacity: 0;
    transition: opacity .5s;
}
.products .imgcontainer img:nth-child(2):hover, .thelook .imgcontainer img:nth-child(2):hover {
    opacity: 1;
}

.itmcolors {
    overflow: hidden;
    padding: 5px 0px;
}
.itmcolors li {
    /* float: left; */
    width: 52px;
    height: 52px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    margin: 0px 5px 5px 0px;
    display: inline-block;
}
.itmcolors li.sel {
    margin: -2px 5px 5px 0px;
    border: 3px solid #474949;
}
.itmcolors li img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.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: 450px;
}
.thelook .right ul li a {
	color: #4f4f4f;
	text-decoration: none;
}
.thelook .right ul li .imgcontainer {
    height: 370px;
    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 strong span {
    display: inline;
    text-decoration: line-through;
    font-style: normal;
    color: lightgray;
    margin-left: 1em;
}
.thelook .right ul li em {
	display: block;
	font-size: 12px;
	line-height: 26px;
	color: #D00003;
}
.thelook .right ul li div.sale {
    position: absolute;
    top: 0%;
    left: 0px;
    font-weight: bold;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
    background-color: #a8a8a7;
    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;
}


@media screen and (max-width: 800px) {
	.container > .overflow {
		display: flex;
		flex-direction: column;
	}
	.container .img {
		display: flex;
	}
	.container .img > ul {
		flex: 100px;
		margin-right: 2em;
	}
	.container .img > span > img {
		width: 60%;
	}
	.container > .data {
		display: block;
	}
}
@media screen and (min-width: 800px) {
	.container > .overflow {
		display: flex;
		flex-direction: row;
	}
	.container > .overflow > .img {
		display: flex;
		flex-direction: row;
		flex: 50%;
	}
	.container > .overflow > .img > ul {
		margin-right: 2em;
	}
	.container > .overflow > .img > span > img {
		width: 80%;
	}
	.product .data {
		flex: 50%;
		margin-left: 2em;
	}

}

/*
.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 strong .dash {
    display: inline-block;
    text-decoration: line-through;
    color:#999;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    margin: 0px 0px 0px 20px;
}
.product .data strong .sale {
    background-color: gray;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    margin: 0px 0px 0px 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
}
.shoppingcart table strong .sale, .checkoutform table .sale {
    background-color: gray;
    color: #fff;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2em;
    border-radius: 5px; 
}
.shoppingcart .dash, .checkout .dash {
    text-decoration: line-through;
    color: lightgray;
    margin-left: 1em;
}


.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 {
    display: inline-block;
	margin: 0px 5px 5px 0px;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
    padding: 2px;
}
.product .data form ul li label {
    display: block;
	width: 50px;
	height: 50px;
    cursor: pointer;
}
.product .data form ul li.zerostock {
    color: red;
}
.product .data form ul li.sel {
	margin: -2px 5px 5px 0px;
	border: 3px solid #a8a8a7;
	border-radius: 5px;
    padding: 0px;0
}

.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 #a8a8a7;
}
.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: #a8a8a7;
	color: #fff;
	height: 33px;
	border: 1px solid #a8a8a7;
	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: #a8a8a7;
    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: #a8a8a7;
    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: #a8a8a7;
    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: #a8a8a7;
}

.footer .box {
    float: left;
    font-size: 12px;
    color: ;
    margin: 0px;
    width: 25%;
    line-height: 24px;
}
.footer .box a {
    color: ;
    text-decoration: none;
}
.footer .box p {
    display: flex;
    font-size: 12px;
    /* color: footercolor; */
    line-height: 24px;
}
.copyright span.copyright {
    /* text-transform: copyright_title_transform; */
}
.footer .box strong {
    font-weight: 600;
    /* text-transform: copyright_title_transform; */
    font-size: 14px;
    display: block;
    margin: 0px 0px 15px 0px;
}
.footer .box a.lnk {
    display: block;
    /* color: footercolor; */
    text-decoration: none;
}
.footer .box a.facebook, .footer .box a.instagram, .footer .box a.linkedin {
    display: inline-block;
    color: white;
    font-size: 30px;
    /* background-color: white; */
    /* background-color: footercolor; */
    border-radius: 100px;
    /* width: 26px;
    height: 26px; */
    text-align: center;
    line-height: 26px;
    vertical-align: top;
}

.copyright {
    position: relative;
    /* background-color: copyrightbg; */
} 
.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;
    border-radius: 5px;;
    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: #a8a8a7;
}
.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 select.setShipCountry {
    padding: 8px 10px;
    background-color: #f8f8f8;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 14px;
    border: 1px solid #e5e5e5;
    margin: 0px 0px 15px 0px;
    width: calc(80% + 20px);
}
.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;
}
.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: #a8a8a7;
}

.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: 5px 8px;
	border-radius: 5px;
	background-color: rgba(239,239,239,1.00);
	font-size: 14px;
	margin: -2px 10px 0px 0px;;
	vertical-align: top;
}

.news ul {
	overflow: hidden;
	margin: 20px 0px;
    display: grid;
    grid-template-columns: auto auto;
}
.news ul li {
	/* float: left;
	width: calc(50% - 17px); */
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
}
.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: {h1color};
	font-size: 18px;
	padding: 20px 20px 0px 20px;
}
.news ul li p {
	display: block;
	padding: 10px 20px 0px 20px;
}
.news ul li a {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.news .newsimg {
	display: block;
	width: 100%;
    margin: 0px 0px 30px 0px;
}
.blocks {
	overflow: hidden;
	padding: 40px 0px;
}
.blocks ul {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 22px;
}
.blocks li {
	position: relative;
	display: table-cell;
	vertical-align: top;
	background-position: center;
	background-size: cover;
	margin: 0px;
	height: 100px!important;
} 
.blocks li.blocks1 {
	grid-column: span 1;
	padding-top: 66%;
}
.blocks li.blocks2 {
	grid-column: span 1;
	padding-top: 167%;
	grid-row: span 2;
}
.blocks li.blocks3 {
	grid-column: span 2;
	padding-top: 33%;
}
.blocks li a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.targetaud {
    overflow: hidden;
    margin: 0px 0px 10px 0px;
    border: 1px solid #000;
}
.targetaud li {
    float: left;
    width: calc(50% - 2px);
    border: 1px solid #fff;
}
.targetaud li.active {
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}
.targetaud li a {
    color: #000;
    display: block;
    text-align: center;
    padding: 5px 0px;
    text-decoration: none;
    font-weight: bold;
}
.targetaud li.active a {
    color: #fff;
}

.nav .menu li.active {
    background-color: #a8a8a7;
}
.nav .menu li.active:hover {
    background-color: #a8a8a7;
    color: ;
}
.nav .menu li.active a {
    color: #000;
}

@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!important;
    }
    
    .slider, .slider ul, .slider ul li {
        height: 250px!important;
    }
    .slider .prev, .slider .next {
        position: absolute;
        top: 100px;
    }
    .slider ul {
        overflow: visible;
    }
    .slider div {
        left: 0px !important;
        top: 0px!important;
        right: auto;
        width: calc(100% - 0px)!important;
        padding: 0px!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%;
    }
    .nav .mmc i, .nav .mmc ul {
        display: none!important;
    }
    
    
    .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;
    }
    
    .news ul {
        display:block;
    }    
    
	.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: #a8a8a7;
        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;
    }
    .myaccount .container {
        margin: 0px 20px!important;
    }
    .myaccount .left, .myaccount .right {
        margin: 0px 0px 30px 0px!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;
	}
	
	
	.blocks ul {
		display: block;
		width: calc(100% - 40px);
		margin: 0px 20px;
	}
	.blocks li {
		position: relative;
		display: block;
		width: 100%;
		margin: 0px 0px 20px 0px;
	} 
	.blocks li.blocks1 {
		width: 100%;
		padding-top: 74%;
	}
	.blocks li.blocks2 {
		width: 100%;
		padding-top: 174%;
	}
	.blocks li.blocks3 {
		width: 100%;
		padding-top: 21%;
        height: ;
	}
	
}

.menu .sale > a {
    animation-iteration-count: infinite;
    animation-name: sale;
    animation-duration: 2s;
    animation-timing-function: ease;
}
@keyframes sale {
    0%, 100% {
        color: ;
    }
    50% {
        color: ;
        
    }
}


.footer>.flex {
    display: flex;
}

@media only screen and (min-width: 800px) {
    .footer>.flex {
        flex-direction: row;
    }
}

@media only screen and (max-width: 800px) {
    .footer>.flex {
        flex-direction: column;
    }

    .footer>.flex>div {
        flex: 50%;
    }
}

.related .container ul li .imgcontainer, .shoppingcart .container .imgcontainer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.checktbl th:nth-child(2) {
    text-align: right;
}
.slider .url {
    cursor: pointer;
}

.filters .fblock ul.size {
    overflow: hidden;
}
.filters .fblock ul.size li {
    float: left;
    height: 25px;
    border:1px solid #ccc;
    cursor: pointer;
        padding: 0px 8px;
        border-radius: 5px;
    margin: 0px 10px 10px 0px;
        background-position: center;
        background-size: cover;
}
.filters .fblock ul.size li.selected {
    border:1px solid #474949;

}
.filters .fblock ul.size li input {
    display: none;
}

.slider ul li a.fullurl {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.zerostock strong, .zerostock p, .zerostock td:nth-child(2) {
    text-decoration: line-through;
}
.zerostock p.zerostock {
    text-decoration: none;
    color: red;
    font-size: 14px;
}
ul li label.zerostock {
    color: lightgray;
}

.popup2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;

    animation-name: popup2;
    animation-duration: 0.6s;
    animation-delay: 2.5s;
}
@keyframes popup2 {
    0% {
        background-color: rgba(0, 0, 0, 0.5);
    }
    100% {
        background-color: rgba(0, 0, 0, 0);
        opacity: 0;
    }
}
.popup2 > DIV {
    font-size: larger;
    margin: 12em auto;
    width: 40em;
    padding: 1em;
    border-radius: 5px;
    background-color: white;
}

/* mmgroup  */

div.mmgroup {
    display: none;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
    background-color: white;
    box-shadow: 0px 6px 10px -7px #000;
}
li:hover > div.mmgroup {
    display: grid;
}
div.mmgroup > div {
    margin: 1em;
    background-color: white !important;
}
.nav .menu li:hover div.mmgroup a {
    background-color: white;
}
.nav .menu li:hover div.mmgroup div div:nth-child(2n) {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.nav .menu li:hover div.mmgroup a:hover {
    background-color: lightgray;
}
.nav .menu li div.mmgroup a {
    color: black;
    font-size: small;
    font-weight: normal;
    background-color: white;
    text-transform: capitalize;
}
.nav .menu li:hover div.mmgroup div div:first-child a {
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
    li:hover > div.mmgroup {
        display: none;
    }    
}

.heart {
    position: absolute;
    right: 0%;
    bottom: 0;
    font-size: 30px;
    top: 240px;
    z-index: 5;
}
.heart.yes {
    color: red;
}
