@font-face {
    font-family: eslogo;
    src: url("../fonts/cantonibasic.ttf") format("truetype"), 
        url("../fonts/cantonibasic.otf") format("otf"),
        url("../fonts/cantonibasic.woff") format("woff");
}
@font-face {
    font-family: esSite;
    src: url("../fonts/Colfax-Regular.ttf") format("truetype"), 
        url("../fonts/Colfax-Regular.otf") format("otf"), 
        url("../fonts/Colfax-Regular.woff") format("woff");
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,200);


html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select
{
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: text-top;
    font-family: esSite,Helvetica,Arial,sans-serif;
}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height:100%;
}
/*div { border:1px solid black; }*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

del {
	text-decoration: line-through;
}

.hide {
	display:none;
}

.noborder {
	border:0px;
	padding:0;
}

.center {
	margin:0 auto;
	width:100%;
	text-align:center;
	}

.right {
	float:right;
	text-align:right;
	}

.top {
	vertical-align:top;
}

hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(171, 171, 171, 0), rgba(171, 171, 171, 0.75), rgba(171, 171, 171, 0));
}

.dotted { border-style: dotted; }


.mark {
	background-color: #ffffb3;
}

select:-webkit-autofill,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s;
	-webkit-text-fill-color: #454545 !important;
}


input, select {
	vertical-align: middle;
}

ins {
	background-color: red;
	color: white;
	text-decoration: none;
}

.pil1, .pil2, .pil3 {
    padding: 30px;
    font-size: 1.5em;
    border: 2px solid white;
    border-radius: 30px;
    background: url(../images/bg1.png);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    color: white;
}

    .pil1:hover, .pil2:hover, .pil3:hover {
        color: black;
    }
    .pil1 {
    background-color:#95d1b6;
}

.pil2 {
    background-color: #b6cbe0;
}
.pil3 {
    background-color: #edc5d9;
}

.background1 {
	background-color:#f0f0f0;
}

.background2 {
	background-color: #ebf2da84;
}

.container0 {
    text-align: center;
    max-width: 100%;
    width: 100%;
}
/* Clearfix */
.clear, .clearfix {
    clear: both;
    display: block;
}

.clear:after {
    clear: both;
    content: ' ';
    display: block;
}

* html .clearfix, :first-child + html .clearfix {
    zoom: 1
}

/* Some basic settings */
small { font-size: 10px; }
smaller {font-size: x-small;}
larger { font-size:x-large;}


img { margin-bottom: 5px; }
/*dl,h1,h2,h3,h4,h5,h6,ol,pre { margin-bottom: 20px; }*/

.red {color: #ff0000; }
.white {color:#ffffff; }
.black {color: #000; }
.bblue {color: #003399; }
.grey {color: #cacaca; }
.blue {color: #0192b5; }
.green {	color: #599301;}
.orange {color: #ce872b; }
.underline { border-bottom: 1px solid #f0f0f0; }
.overline { border-top: 1px solid #f0f0f0; }
.smaller { font-size:0.8em; }
.larger { font-size: 1.2em; }
.smallblue {color:#0192b5; font-size:0.9em; }
.smallblack {color:#212121; font-size:0.9em; }
.smallgrey {	color:#9d9d9d; font-size:0.9em; }
.tiny {	font-size:0.7em; }
.darkgrey {	color:#868686; }
.lightbackground { background-color:#f0f0f0; }
.teal { color:teal; }
.indent20 {	padding-left: 20px;	}

/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */

body {
	background: #fff;
	color: #454545;
	/*font-family:Roboto;*/
	font: 0.9em 'Roboto', 'Lucida Grande', sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

#dwindow {
	position: fixed;
	margin: 0 auto;
	display:none;
	z-index:99999999;
	background-color: transparent;
	width: 100%;
	height:100%;
}


h3, h4, h5 { font-weight: 600; }

a, a > * {
	color: #3a3a3a;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

.homepage {
	background:transparent url(../images/home/000.jpg);
	background-size:cover;
	max-width:100%;
	color:white;
}

#settingsKnop {
    position: fixed;
    right: 1em;
    z-index: 999;
    cursor:pointer;
    top: 20px;
    right:110px;

}

#settings {
    position: fixed;
    right: -281px;
    opacity: 0;
    top: 60px;
    z-index: 998;
    width: 280px;
    /*height: 100%;*/
    padding: 50px 20px;
    font-size:0.9em;
    background-color: #f0f0f0;
    border-left: 1px solid #e0e0e0;
    -webkit-box-shadow: -5px 0 5px 0 #aaa;
    box-shadow: -5px 0 5px 0 #aaa;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.love {
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}

.love:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.7);
    -webkit-transform: translateX(37px) translateY(40px) rotateX(90deg);
    transform: translateX(37px) translateY(40px) rotateX(90deg);
}


.heart {
    position: absolute;
    width: 40px;
    margin:0 auto;
    height: 40px;
}

.heart:before, .heart:after {
    position: absolute;
    content: "";
    top: 0;
    width: 20px;
    height: 30px;
    border-radius: 25px 25px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.heart.dark {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.heart.bright {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.heart.dark:before, .heart.dark:after {
    background: #cc0000;
}

.heart.bright:before, .heart.bright:after {
    background: #ff5252;
}


@-webkit-keyframes spin {
    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}





/*-------------------------------------------------------------*/




@keyframes spin {
    from {
        transform: rotateY(0);
    }

    to {
        transform: rotateY(360deg);
    }
}

.box-faces, .shadow {
    animation: spin 15s infinite linear;
}

.icon-rocket {
    color: $icon-rocket--Color;
}

.shadow-wrapper {
    perspective: 800px;
    perspective-origin: 50% 100px;
    /*  -webkit-perspective: 800px;
  -webkit-perspective-origin: 50% 100px;*/
}

.shadow {
    position: relative;
    width: 200px;
    transform-style: preserve-3d;
}

    .shadow div {
        position: absolute;
        width: 200px;
        height: 200px;
        top: 0px;
        opacity: 0.98;
        box-shadow: 0px 0px 100px #000;
        transform: rotateX(90deg) translateY(100px);
        transform-origin: bottom center;
    }

#scDiv {
	max-width: 100%;
	margin-bottom: 50px;
	background-color: white;
	position: relative;
	width: 100%;
	height: 270px;
}

.hiddendiv {
    color: #484848;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.hiddendiv:empty {
	display:none;
}

.bodem {
	position:absolute;
	bottom:0px;
	width:100%;
	padding:10px 0;
	left:0px;
	text-align:center;
	background-color:#f0f0f0;
	border-radius: 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px; 
}
.darkbodem {
	position:absolute;
	bottom:0px;
	width:100%;
	padding:10px 0;
	left:0px;
	text-align:center;
	background-color:#2e2e2e;
	border-radius: 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px; 
}

/* toggles */

.innerShadowLeft {
    box-shadow: inset 4px 0 19px -7px rgba(0,0,0,0.4);
}

fieldset {
    padding:20px;
    background-color:white;
    border: 1px solid #d4d4d7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
fieldset legend {
    font-size: 1em;
    padding: 0 15px;
}

.type_layout input {
    text-indent: -9999px;
    font-size:0;
    display: inline-block;
}

.type_layout legend {
    font-size:0.8em;
}

.type_layout {
	cursor: pointer;
	text-align: center;
	vertical-align: top;
}

fieldset img {
    margin-right:5px;
}

    /* toggles */
#more {
    display:none;
}

.href {
    cursor: pointer;
}
.rate {
	height:14px;
	max-width:70px;
	background:url(../images/rate.png);
}


.infobox {
	background-color: #eee;
	/*border-left: 1px dotted #666;*/
	display:flex;
	padding: 0 0 20px 20px;
}

/* Orders */

.orderTitle {
	background-color:#f0f0f0;
	color:#454545;
	border-radius: 5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px; 
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#dadada;
	padding:10px 0 10px 10px;
}

#ordersBody {
	max-width: 800px;
	padding: 20px 0 50px 50px;
	flex:1;
	border-left:1px dotted #666;
}

.orderBody {
	color:#212121;
	border-radius: 0px 0px 5px 5px; 
	-moz-border-radius: 0px 0px 5px 5px; 
	-webkit-border-radius: 0px 0px 5px 5px; 
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#dadada;
	margin-bottom:20px;
	padding:10px 0 10px 10px;
	font-size:0.9em;
}

.orderTitle table {
	width:100%;
	margin:0;
}

.orderTitle td {
	padding:0px;
	margin:0;
}
.orderBody table {
}
.orderBody td {
	padding:0 10px 3px 10px;
	text-align:left;
}

[class^="icon-"]:empty, [class*=" icon-"]:empty {
    /*display:none;*/
}



#pager {
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}

    #pager a {
        background: transparent url(../img/carousel_control.png) no-repeat -2px -32px;
        text-decoration: none;
        text-indent: -999px;
        display: inline-block;
        overflow: hidden;
        width: 8px;
        height: 8px;
        margin: 0 5px 0 0;
    }

        #pager a.selected {
            background: transparent url(../img/carousel_control.png) no-repeat -12px -32px;
            text-decoration: underline;
        }

/* carousel */


/* end Orders */
/* ---------------------------------------------------------------------- */
/*	Generic Classes
/* ---------------------------------------------------------------------- */
.hidden {
    display: none;
}
.disabled { cursor: auto; }
.screenreader { clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); /* Fallback for old IE */ position: absolute; }
.align-center { margin-left: auto; margin-right: auto; text-align: center; }
.align-left { float: left; }
img.align-left { margin-bottom: 15px; margin-right: 15px; }
.align-right { float: right; }
img.align-right { margin-bottom: 15px; margin-left: 15px; }

.onzichtbaar {
    opacity: 0;
    display: none;
    height: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.zichtbaar {
    opacity: 1;
    display: block;
    height: 100%;
}


/*	Lists */
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
	color:#dadada;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #dadada;
}
ul.tabs li.current{
	background: #ededed;
	color:#0192b5;
}

.tab-content{
	display: none;
	border-top:1px solid #dadada;
	margin:5px 0;
	padding:5px 0;
	width:98%;
}

.tab-content.current{
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;	
	display: inherit;
	width:100%;
}


ul.none {
	list-style: none;
	margin: 0;
}

.error, .success, .info, .notice {
	display: block;
	padding: 10px 20px 10px 44px;
}

.error {
	background-color: #f9e5e6;
	border: 1px solid #f7c7c9;
	border-left-width: 4px;
	color: #b3696c;
}
.error:empty {
    visibility:hidden;
}

    .success {
	background: #e3ebc6 url(../img/icon-box-success.png) no-repeat 12px 8px;
	border: 1px solid #c2d288;
	border-left-width: 4px;
	color: #8fa442;
}

.success:empty {
	display:none;
}

.info {
	background: #d8ecf5 url(../img/icon-box-info.png) no-repeat 10px 8px;
	border: 1px solid #9ac9df;
	border-left-width: 4px;
	color: #528da9;
}

.notice {
	background: #fcf7d9 url(../img/icon-box-notice.png) no-repeat 10px 9px;
	border: 1px solid #f5dc7d;
	border-left-width: 4px;
	color: #c4a21b;
}


.speech-bubble {
    position: relative;
    background: #00aabb;
    border-radius: .4em;
}

    .speech-bubble:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 2px solid transparent;
        border-left-color: #00aabb;
        border-right: 0;
        margin-top: -10px;
        margin-right: -10px;
    }

.pointer {
    height: 30px;
    line-height: 200%;
    width: 100%;
    position: relative;
    background: #d1f4ae;
    padding: 5px 20px;
    margin-right: 20px;
}

    .pointer:after {
        content: "";
        
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0;
        border-left: 15px solid #f0f0f0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    .pointer:before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 0;
        width: 0;
        height: 0;
        top: -5px;
        border-left: 20px solid #d1f4ae;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

/* ---------------------------------------------------------------------- */
/*	Wrap
/* ---------------------------------------------------------------------- */

.container {
    /* margin: 0 auto; */
    position: relative;
    width: calc(100% - 20px);
    max-width: 910px;
    text-align: left;
    padding: 20px 10px;
}
	/* -------------------------------------------------- */
	/*	Columns
	/* -------------------------------------------------- */

	.one-half, .one-third, .two-third, .one-fourth, .three-fourth {
		float: left;
		margin-right: 15px;
		display:inline-block;
	}

.one-half.last, .one-third.last, .two-third.last, .one-fourth.last, .three-fourth.last {
	margin-right: 0px;
}
.one-full {
    width: 100%;
    display: inline-table;
}

.one-half { width: calc(45% - 20px); }
.one-third { width: calc(33% - 15px);  }
.two-third { width: calc(66% - 15px);  }
.one-fourth { width: calc(25% - 15px); }
.three-fourth { max-width: calc(75% - 15px); width:100%;  }
.padding5 { padding: 5px; }
.padding10 { padding: 10px; }
.padding20 {
	padding: 20px;
}
.paddingtopleft40 { padding: 20px 0 0 48px; }
.paddingleft { padding-left: 20px; }
.paddingleft30 {
	padding-left: 30px;
}
.paddingtop {
	padding-top: 20px;
}
.paddingbottom {
    padding-bottom: 20px;
}
.simple {
	float:left; 
	display:table;
}



.popup1 {
	max-width:380px;
	left:10%;
	right:10%;
	margin:10% auto;
	padding:20px;
	z-index:999;
	border: 10px solid #dadada;
	background-color:#fbfbfb;
	position:fixed;
}	

.popup {
	max-width:280px;
	width:100%;
	margin-top: 10%;
	margin-bottom: 10%;
	margin-left: auto ;
	margin-right: auto ;
	padding:20px;
	border: 10px solid #dadada;
	background-color:#fbfbfb;
	position:relative;
}

.darkpopup {
	width: 320px;
	margin-top: calc(20% - 150px);
	margin-bottom: calc(50% - 150px);
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	border: 5px solid #d9d9d9;
	background-color: #212121;
	color: white;
	position: relative;
}	

/*media screen*/

#showcaseDiv {
	max-width: 1100px;
	width: auto;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
    background-repeat:no-repeat;
    background-size:150%;
    background-position:center;
	display: grid;
    gap: 50px; 
	grid-template-columns: repeat(3, minmax(0, 1fr));
}


.showcases {
    padding: 20px;
    text-align: center;
    background-color: white;
    max-width: 100%;
    width: 100%;
    display: inline-block;
    border: 1px dotted #aaa;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.showcases:hover {
    background-color: #fff1f8;
}

.showcases img {
    max-width: 250px;
    width: 100%;
}

.showcasePerson {
    font-size: 3em;
    color: white;
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'Great Vibes';
    text-shadow: 2px 2px black;
}

.showcaseTitle {
    font-size: 3em;
    color: pink;
    font-family: 'Great Vibes';
    text-shadow: 2px 2px #454545;
}

.showcaseName {
    margin-top: 30px;
    background-color: #cc1d73;
    padding: 15px 25px;
    text-align: center;
    font-weight: 100;
    font-size: 1em;
    color: white;
}

.showcaseName a {
    color:white;
}
 
.products {
    max-width: 250px;
    font-size: smaller;
    display: inline-table;
    padding: 15px;
}

.showcaseItem {
    position: relative;
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


.homeProducts {
    display: inline-table;
    margin: 10px;
    width: 100%;
    max-width: 190px;
}

.homeProducts img {
	 max-width:200px;
    padding:0;
	 margin:0;
	
}

#profileMenu {
	padding: 0 0 50px 0;
	max-width: 205px;
	vertical-align: top;
	display: inline-block;
}

.pdesc {
	height:55px;
 }

.homeProducts .pdesc {
	 max-width:200px;
    font-size: smaller;
    padding:5px;
	 background-color:#f0f0f0;
	 border-width:0 1px 1px 1px;
	 border-style:solid;
	 border-color:#f0f0f0;
}

input[type="checkbox"], input[type="radio"] {
    display:none;
}
input[type="checkbox"] + label span {
	display:inline-block;
	width:15px;
	height:15px;
	margin:-2px 10px 0 17px;
	vertical-align:middle;
	background:url(check_radio_sheet.png) left top no-repeat;
	cursor:pointer; 
}
input[type="checkbox"]:checked + label span {
    background:url(check_radio_sheet.png) -14px top no-repeat;
	 cursor:pointer;
}

input[type="radio"] + label, input[type="checkbox"] + label {
	cursor:pointer; 
}
input[type="radio"] + label span {
	display:inline-block;
	width:15px;
	height:15px;
	margin:-2px 8px 0 2px;
	vertical-align:middle;
	background:url(check_radio_sheet.png) -29px top no-repeat;
	cursor:pointer; 
}
input[type="radio"]:checked + label span {
    background:url(check_radio_sheet.png) -44px top no-repeat;
	 cursor:pointer;
}

.oldprice {
	text-decoration:line-through;
	color:#8e8e8e;
	margin-left:10px;
	font-size:0.9em;
}

.oldprice:empty {
	display:none;
}

.contactPage {
    padding:50px 10px;
    max-width: 900px;
    margin-left: 250px;
    display:flex;
}


/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
    position: relative;
}

.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


.one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px black;
     -moz-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 8px 6px -6px black;
}

.dxdvFlowItemsContainer {
	max-width:90%; 
	background-color:white;
	margin:0 auto;
}


.dxdvFlowItemsContainer, .dxdvFlowItem, .dxdvContent {
	position:relative;
	padding:0;
	text-align:center;
}

.dxdvItem {

}

.accountTab {
    position: relative;
    padding: 18px 0px;
    max-width: 160px;
    width:100%;
    text-transform: uppercase;
    font-size: 0.8em;
    background-color: #f9f9f9;
    font-weight: bold;
    color: #212121;
    border:1px dotted #bbb;
    margin-bottom: 2px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

    .accountTab span {
        position: absolute;
        color: #666;
        font-size: 0.7em;
        padding-left: 32px;
        margin-top: -10px;
        margin-left: 15px;
    }
    .accountTab i {
        font-size:2em;
        padding:19px 5px;
        background-color:#ddd;

    }
    .accountTab a:hover {
        color:#f15a23;
    }

.active:not(owl-carousel.active) {
    background-color: #cbd7e9;
}
    /* ---------------------------------------------------------------------- */
    /*	Header
/* ---------------------------------------------------------------------- */

#header {
    max-width: 100%;
    display: inline-block;
    padding: 0;
    -webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.45);
    box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.45);
    width: 100%;
}

#logo {
    z-index: 9999;
    width: 180px;
    font-family: eslogo;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004) !important;
    color: #666;
    font-size: 2.6em;
    border-right: 1px dotted #868686;
}

#vendorlogo {
	position:absolute; 
	top:125px; 
	left:12px;
	text-shadow: -1px 0 #dadada, 0 1px #dadada, 1px 0 #dadada, 0 -1px #dadada;
}

#logo1 {
	display:none;
	padding:10px;
	width:100%;
	margin:0;
}
#designsTitle {
	font-size:larger;
	font-weight:bold;
}

#designsTitle:empty {
	display:none;
}

.devider {
	width: 2px;
	height: 20px;
	border-right: 1px dotted #666;
	margin: -10px 10px -3px 10px;
}


	/*	Products Page */

#detailspage {
}

.detailspageLinks {
	line-height: 150%;
	background-color: #f0f0f0;
	max-width: 205px;
	vertical-align: top;
	min-height: 100%;
}

.detailspageRechts {
	padding: 30px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0 5px;
}


#productspage {
	background-color:#f0f0f0;
	margin:0 auto;
	display:inline-table;
	width:100%;
}

#productsbody {
	max-width:800px;
	background-color:#fff;
	padding:10px;
	margin:0 auto;
	width:100%;
}

.cartproduct {
	max-width:800px;
	background-color:#fff;
	margin:0 auto;
	width:100%;
	display:table;
	border:1px solid #dadada;
}

.inspirational {
    max-height: 110px;
    margin: 20px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}

.productheader {
    margin: 0 auto;
    padding-bottom: 10px;
}
.price {
	color:blue;
    margin:20px 0;
	font-size:1.3em;
}
.price:after { 
	font-size:0.5em;
	color:teal;
	content: " USD";
 } 

.vorigeprijs {
	text-decoration:line-through;
	color:#868686;
	color:red;
}
	.vorigeprijs:empty {
		display:none;
	}

.discount {
	color:#868686;
	font-size:1em;
	padding-left:15px;
}

#prodviews {
	display:none;
}

.tworows {
	column-count: 2;
	column-gap:40px;
}

.threerows {
	column-count: 3;
	column-gap:30px;
}
.productdescription {
	padding:20px 0;
	line-height:150%;
	text-align:match-parent;
	text-justify:inter-word;
	font-size:0.9em;
}

.productdetail {
	max-width:575px; 
	float:left; overflow:hidden; text-align:left; padding-left:20px
}

.cartproductthumb {
	max-width:20%; width:100%; float:left; overflow:hidden;
	padding:10px;
}

.cartproductdetail1 {
	float:left; overflow:hidden; 
	text-align:left; padding-left:20px;
	max-width:calc(40% - 21px); width:100%;
	border-right: 1px dotted #aaaaaa;
}
.cartproductdetail2 {
	float:left; overflow:hidden; 
    padding:10px;
	text-align:left; padding:20px;
	max-width:calc(30% - 21px); width:100%;
	font-size:0.9em;
}

.box {
    display:inline-block;
    margin:10px 10px 0 0;
    width:100%;
}

.boxTitle {
    border-top: 1px solid #ddd;
    border-top-left-radius: 5px;
    padding: 5px 10px;
    background-color:#eee;
    font-size:1.2em;
    border-top-right-radius: 5px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.boxBody {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.productname {
	font-size:1.1em;
	color:#444;
	text-transform:capitalize;
	font-weight:bold;
}

.productstitle {
	background-color:#fafaf8;
	border-bottom:1px solid #dadada;
	padding:10px;
	color:#454545;
	font-size:0.9em;
	border-radius: 10px 10px 0 0 ; 
	-moz-border-radius: 10px 10px 0 0 ; 
	-webkit-border-radius: 10px 10px 0 0 ; 
}

.greenButton {
	background-color:#7ac142;
	color:#fff;
	padding: 10px;
	font-size:0.9em;
	width:auto;
	cursor:pointer;
	border:1px solid #bbb;
	border-radius: 4px 0 0 4px; 
	-moz-border-radius: 4px 0 0 4px; 
	-webkit-border-radius: 4px 0 0 4px; 
}

.formfieldSubmit {
    font-size: 1em;
    color: #666;
    padding: 15px;
    margin: 0;
    background-color: white;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
}

.formfieldSubmitButton {
    background-color: #c7e1e9;
    vertical-align: top;
    display: inline-block;
    height: 48px;
    padding: 16px 15px 15px 16px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}

.whiteButton {
	background-color: #fff;
	color: #666;
	padding: 8px;
	cursor: pointer;
	border: 1px solid #dadada;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}
.whiteButton:hover {
	background-color: #e3eff299;
}

.smallwhiteButton {
	background-color:#fff;
	color:#666;
	padding: 4px;
	font-size:0.8em;
	width:auto;
	cursor:pointer;
	/*display:table-cell;*/
	border:3px solid #dadada;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}
.smallwhiteButton:hover {
	background-color:#e0e0e0;
}

.pthumbnail {
	padding:10px; 
	background-color:white;
	max-width:150px;
}

.listthumbnail {
    padding: 10px;
    background-color: white;
    max-width: 250px;
}

.listSmallthumbnail {
    padding: 0px;
    background-color: white;
    max-width: 100px;
}

.greenborder {
	border:1px solid #d9e4d9;
	border-radius: 3px 0 0 3px; 
	-moz-border-radius: 3px 0 0 3px; 
	-webkit-border-radius: 3px 0 0 3px; 
}

.line3d {
    background-color: #c1c1c1;
    border-bottom: solid 1px #fff;
    border-left: none;
    height: 1px;
    display: table-caption;
}

select {
	 cursor: pointer;
}

.softShade {
    -webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.45);
    box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.45);
}
/* -------------------------------------------------- */
/*	Main Navigation
	/* -------------------------------------------------- */

.myCart {
	display:inline-block;
	margin-left:20px;
}

.myCart .ico:not(:first-child) {
	padding-left: 12px;
}

.myCart .ico {
	padding: 0 10px;
	color: #2d3648;
	border-left: 1px dotted #666;
}

.myCart .ico:hover {
	color:#000;
}

#cssplay_menuwrap {
    /*max-width: calc(100% - 220px);*/
    width: 100%;
    margin: 0 10px 10px 10px;
    float: left;
    padding: 5px;
    display: inline-block;
}

#menuLogo {
	float: left;
	height: 80px;
	
	width: 220px;
}

#menuButtons {
	/*float: left;*/
	height: 80px;
	/*width: calc(100% - 230px);*/
}

.menuRow {
	display:inline-block;
	text-align:center;
}

	#menu2 {
		text-align:center;
		display:table;
		margin:0 auto;
	}

	.menu2items {
		padding:5px;
		margin:0 auto;
	}

	.menu2items div {
		float:left;
		padding:15px;
		font-weight:bolder;
	}

	.menu2items i {
		color:#0192b5;
		font-size:initial;
	}
	

.menu2items a {
    font-size: 0.9em;
	}

	.menu2items a:hover {
		color:#ff8400;
	}

	
	.breadCrumb {
		padding:0 0 6px 0;
		color:#454545;
		float:left;
		margin-right:20px;
		border-bottom:1px solid #dadada;
	}
	
	.menuitem:hover {
		background-color:#f0f0f0;
	}

	.menuitemSub {
		padding:8px 10px 8px 10px;
		font-size:1em;
		color:#b0b0b0;
		border:1px solid black;
		width:204px;
	}

	.menuitemSub:hover {
		background-color:#f0f0f0;
	}

	
	#menuHome, #menuOne, #menuTwo, #menuThree, #menuFour  {
		font-size:1em;
		cursor: pointer;
		text-align:center;
		float:left;
		display:table-cell;
		padding:0 20px 0 0;
	}

	#menuHome a i, #menuOne a i, #menuTwo a i, #menuThree a i, #menuFour a i {
		font-size:1.4em;
		text-align:center;
		display:table;
		margin:0 auto;
	}

	#menuHome:hover, #menuOne:hover, #menuThree:hover, #menuFour:hover, #menuTwo:hover, #dummy .child:hover {
		color: #ff7e00;
	}

	#menuHome a, #menuOne a, #menuTwo a, #menuThree a, #menuFour a  {
		font-size:0.8em;
	}

#headerMenu {
    margin: 0 auto;
}

#menuBorder {
    padding: 10px;
}	

	#menu {
		margin-bottom: 30px;
		border-bottom: 4px solid #EBEBEB;
	}

	#menu ul {
		margin: 0;
		list-style: none;
		line-height: normal;
	}

        #menu span {
            padding:0 0 0 20px;
        }

        #menu i {
            color:#f15a23;
        }

	#menu li {
		/*display: inline;*/
	}

	#menu a {
		display: block;
		padding: 10px;
		border-top: 1px solid #EBEBEB;
		color: #E08934;
	}

	#menu a:hover, #menu .active a {
		background: #EBEEF3;
		text-decoration: none;
		color: #385B88;
	}



/* nav widget */

#menu-services li {
    margin-left:-35px;
    list-style-type:none;
}

#menu-services li:hover {
    background-color:#f0f0f0;
}

#menu-services i {
    margin-right: 20px;
}

.et_pb_widget.widget_nav_menu ul li {
    border-top: 1px solid #dadada;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 7px;
}

.et_pb_widget ul li {
    margin-bottom: 0;
}

.et_pb_widget li a:hover {
    color: #D74D25;
}

#menu-services  {
    border-bottom: 1px solid #dadada;
}

.widget_nav_menu ul li.current-menu-item a {
    color: #D74D25;
}
.widget_nav_menu ul li.current-menu-item a:after {
    font-family: FontAwesome;
    content: "\f054";
    padding-right: 7px;
    float: right;
    color: #D74D25;
}

.et_pb_widget li a:hover::after {
    font-family: FontAwesome;
    content: "\f054";
    padding-right: 7px;
    float: right;
    color: #D74D25;
}

.widgettitle {
    font-size: 1em;
    font-weight:700;
}
/* nav widget */


.veCart {
    display: inline-block;
    margin:50px 0 0 20px;
}

.veCart a {
    padding:0 10px;
    border-right:1px dotted #aaa;
}

.icon-videocam {
	font-size: 5em;
}

.searchField {
    padding: 7px 0 10px 40px;
    font-size: 1.1em;
    display: inline-block;
    line-height: 150%;
    float: left;
    width: 300px;
    height: 35px;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-style: solid;
    border-color: #dadada;
    border-width: 1px;
    background: url(../images/magnify.png) no-repeat;
    background-color: white;
    background-position: left;
}

	.searchButton {
		padding: 7px 0 10px 0;
		font-size:1.1em;
		display:inline-block;
		line-height:150%;
		float:left;
		min-width:50px;
		height:35px;

		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		background-color:#258bc2;
		color:white;
		margin-left:0;
		border:1px 1px 1px 0 solid #000;
	}

	.searchButton:hover {
		background-color:#0a557d;
		-moz-transition: all .1s ease-out;
		-webkit-transition: all .1s ease-out;
		-o-transition: all .1s ease-out;
		transition: all .1s ease-out;
		cursor:pointer;
	}

	.downloadButton {
		background-color:#45be0d;
		color:#fff;
		cursor:pointer;
		padding: 3px 10px 3px 3px;
		font-size:0.8em;
		border:1px solid #454545;
	}

	.downloadButton:hover {
		background-color:#454545;
		color:white;
	}

.downloadF {
	background-color: #45be0d;
	color: #fff;
	font-size: 1.2em;
	cursor: pointer;
	padding: 10px 20px;
	border: 1px solid #48a931;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.PageCategories {
	line-height: 150%;
	min-height: 100%;
	display: inline-block;
	max-width: 205px;
	width: 100%;
	margin-left: 0;
	min-height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#searchBoxShop, #searchBoxShop1 {
	padding: 10px;
	max-width: 300px;
	line-height: 150%;
}

#searchBoxShop1 a {
	color: black;
	font-size: 1.1em;
}


#searchBoxShop1 {
	display:none;
	position: absolute;
	top: 60px;
	z-index: 9999;
	right: 5px;
	background-color: #fff;
	border: 1px dotted #000;
	border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	padding:20px;
}

#searchBoxShop1 a {
	font-size:1.2em;
}

.catMenu {
	display: none;
	padding: 20px;
	position: fixed;
	top: 10px;
	right: 10px;
}

	.PageSearch {
		max-width:200px;
		width:100%;
		margin:0 10px 0 0;
		min-height:100%;
	}

	#headerSearch {
		display: inline-block;
	}

	.smallSsearchField {
		margin-left:10px;
		padding: 6px 0 6px 30px;
		line-height:150%;
		border-radius: 4px 0 0 4px; 
		-moz-border-radius: 4px 0 0 4px; 
		-webkit-border-radius: 4px 0 0 4px; 
		border-style:solid;
		max-width:150px;
		border-color:#dadada;
		border-width:1px;
		background:url(../images/magnify.png) no-repeat;
		background-color:white;
		background-position: left;
		width:100%;
	}

	.smallSearchButton {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		background-color:#258bc2;
		color:white;
		min-width:25px;
		text-align:center;
		margin-left:0;
		padding: 9px;
		cursor:pointer;
	}

	select {
		width:100%;
		padding:10px 0;
		font-size:1em;
	}
	select option {
		color:#454545;
		padding:5px 0;
	}

	.smallbluebutton
	{
		font-size: 1em; 
		padding:5px 10px 5px 10px;
		color:#fff;
		background-color:#34a8c4;
		border-radius: 4px; 
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		border-width:0px;
		cursor:pointer;
		-moz-transition: all .1s ease-out;
		-webkit-transition: all .1s ease-out;
		-o-transition: all .1s ease-out;
		transition: all .1s ease-out;
	}

	.smallbluebutton:hover {
		background-color:#0a557d;
	}

.pinkButton {
	font-size: 1.2em;
	padding: 8px 15px;
	color: #fff;
	background-color: #f18bc3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid white;
	cursor: pointer;
	-moz-transition: all .1s ease-out;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

	.pinkButton:hover {
		background-color: #eab1d6;
	}

.homepageTitle {
	font-size: 1.5em;
}


	.title {
		font-size:1em;
		color:#353535;
		font-weight:bold;
	}
	.subtitle {
		font-size:1.2em;
		color:#979797;
		font-weight:bold;
	}
	.largeTitle {
		font-size:1.4em;
		color:#353535;
	}

    .message {
        color:#0192b5;
        font-weight:800;
    }

.formfield {
	border: 1px solid #dadada;
	max-width: 350px;
	width: 95%;
	padding: 8px 0 8px 15px;
	position: relative;
	color: #456aa8;
	/*text-align:left;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f9f9f9;
}

.formfield1 {
	border: 1px solid #dadada;
	max-width: 350px;
	width: 95%;
	padding: 5px 15px;
	font-size:1.1em;
	color: #456aa8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f9f9f9;
}


#reviewContainer {
	margin-bottom:50px;
}

#reviewHeader {
	padding:10px;
	font-size:1.1em;
	margin: 0 auto;
	display: block;
}


#reviewBody {
	padding:10px;
	font-size:0.9em;
}

#reviewFooter {
	border:1px solid #bbb;
	height:165px;
	display:none;
	background-color:#ddd;
	margin:10px;
	border-radius: 0 0 10px 10px; 
	-moz-border-radius: 0 0 10px 10px; 
	-webkit-border-radius: 0 0 10px 10px; 
}
[href$=".pdf"]::after {
	content: " " url("../images/ext/pdf.png");
}
[href$=".doc"]::after, [href$=".docx"]::after {
	content: " " url("../images/ext/doc.png");
}
[href$=".xlsx"]::after, [href$=".xls"]::after, [href$=".xlsm"]::after {
	content: " " url("../images/ext/xls.png");
}
[href$=".pps"]::after, [href$=".ppt"]::after {
	content: " " url("../images/ext/ppt.png");
}
[href$=".zip"]::after  {
	content: " " url("../images/ext/zip.png");
}
[href$=".jpg"]::after {
	content: " " url("../images/ext/jpg.png");
}



    .pwContainer {
		display: inline-block; 
		padding-left:10px; 
		background-color:#f9f9f9;
	}

	.border {
		border-width: 1px;
		border-color: #dadada;
		border-style: solid;
	}

	.oneEM {
		font-size:1em;
	}

.borderbottom {
	border-bottom: 1px dotted #c1c1c1;
}

.borderright {
	border-right: 1px dotted #c1c1c1;
}

	.bordertop {
		border-top-width: 1px;
		border-top-color: #c1c1c1;
		border-top-style: solid;
	}
	.topDotted {
		border-top-width: 1px;
		border-top-color: #c1c1c1;
		border-top-style: dotted;
	}
	.bottomDotted {
		border-bottom-width: 1px;
		border-bottom-color: #c1c1c1;
		border-bottom-style: dotted;
	}

.separator {
   margin-top:10px;  
	height: 2px;
     border:none;
     background-color: transparent;
     background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)),
        linear-gradient(90deg, rgba(255,255, 255,0), rgba(255, 255, 255, 1), rgba(255,255,255,0));

    box-shadow: rgba(255,255,255,0.8) 0 0 20px;

     background-repeat: no-repeat;
     background-position: 0 0, 0 1px;
     background-size: 100% 1px;
 }

	.rightborder {
		border-width: 0px 1px 0px 0px;
		border-color: #c1c1c1;
		border-style:dotted;
	}

	.flexBox {
		display:flex;
		vertical-align:top;
	}

	.flexDiv {
		flex: 1;
		vertical-align: top;
	}

	.leftborder {
		border-left-width: 1px;
		border-left-color: #aaa;
		border-left-style:dotted;
	}

	.rounded5 {
		border-radius: 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
	}

	.rounded10 {
		border-radius: 10px; 
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
	}

	.darktitle {
		background-color:#454545;
		color:white;
		padding:5px;
		text-align:center;
		margin-bottom:5px;
	}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.detailFullsize {
	max-width:800px; 

}

#content {
    padding: 0px 0px;
    min-height: 250px;
    margin-top: 0px;
    border-top: 1px dotted #dadada;
    width: 100%;
    height: 100%;
    /*position: relative;*/
}

#main {
	float: left;
	margin: 40px 0;
	width: calc(100% - 20px);
	vertical-align:top;
}

.paginate {
	padding:5px; border:1px solid #ddd; 
	float:left;
	margin:-6px 2px 0 0;

}

.paginate1 {
	padding: 5px;
	border: 1px solid #666;
	background-color: #eee;
}

.speech-bubble {
    position:relative;
    width: 320px;
    padding: 10px;
    margin: 3em;
    background-color:#FFF;
    color: #666;
    font: normal 12px "Segoe UI", Arial, Sans-serif;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 10px solid rgba(0,0,0,0.095);
}
.speech-bubble p {
    font-size: 1.25em;
}

.speech-bubble:before,
.speech-bubble:after {
    content: "\0020";
    display:block;
    position:absolute;
    top:-20px;
    left:20px;
    z-index:2;
    width: 0;
    height: 0;
    overflow:hidden;
    border: solid 20px transparent;
    border-top: 0;
    border-bottom-color:#FFF;
}
.speech-bubble:before {
    top:-30px;
    z-index:1;
    border-bottom-color:rgba(0,0,0,0.095);
}



	/* -------------------------------------------------- */
	/*	Back to Top
	/* -------------------------------------------------- */

	#back-to-top, .touch-device #back-to-top:hover {
		background: url(../img/arrow-up-large.png) no-repeat center center;
		background-color: rgb(221, 221, 221);
		background-color: rgba(221, 221, 221, .7);
		bottom: 20px;
		color: transparent;
		display: none;
		font: 0/0 a;
		height: 46px;
		position: fixed;
		right: 20px;
		text-shadow: none;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		width: 45px;
		z-index: 100;
	}

		#back-to-top:hover, .touch-device #back-to-top:active { background-color: #f15a23; }

/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#footer {
	background: #3a3a3a url(../images/6.png) no-repeat right;
	color: #868686;
	padding: 10px;
	position: relative;
    display:inline-block;
}

#footer a {
    color:white;
    font-size:0.8em;
}
    #footer a:hover {
        color: #aaa;
    }

/* ---------------------------------------------------------------------- */
/*	Media Queries
/* ---------------------------------------------------------------------- */

@media (min-width: 701px) and (max-width: 2000px) {
	.itemsDiv {
		max-width: calc(100% - 205px);
		display: inline-block;
		width: 100%;
	}
	.centerDiv {
		max-width: calc(100% - 220px);
		margin:0 auto;
		clear:both;
	}
}

.inlineBlock {
	display:inline-block;
}
	
.leftbar {
	width:240px;
	display:inline-block;
}


.verjaardag {
	position: relative;
	width: 100%;
}

/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 100 12px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }


/*component*/
.cbp-hrmenu {
	z-index: 9998;
	padding-top: 10px;
}

	.cbp-hrmenu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}


	.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
		margin-left: 230px;
		/* border: 1px solid black; */
		max-width: 750px;
		width: 100%;
	}

		.cbp-hrmenu > ul > li {
			display: inline-block;
			margin-right: 0px;
			background-color: #f0f0f0;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
		}

			.cbp-hrmenu > ul > li > a {
				padding: 0.5em 15px;
				color: #3e3e3e;
				font: 0.9em/1.3 'Roboto', 'Lucida Grande', sans-serif;
				display: inline-block;
				border-top-left-radius: 5px;
				border-top-right-radius: 5px;
				-moz-border-radius-topleft: 5px;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-top-right-radius: 5px;
			}

				.cbp-hrmenu > ul > li > a:hover {
					color: #24408a; /*#47a3da;*/
					background-color: #ddd;
					border-top-left-radius: 5px;
					border-top-right-radius: 5px;
					-moz-border-radius-topleft: 5px;
					-moz-border-radius-topright: 5px;
					-webkit-border-top-left-radius: 5px;
					-webkit-border-top-right-radius: 5px;
				}

			.cbp-hrmenu > ul > li.cbp-hropen a,
			.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
				color: #24408a;
				background: #e9e9e9; /*#47a3da;*/
				border-top-left-radius: 5px;
				border-top-right-radius: 5px;
				-moz-border-radius-topleft: 5px;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-top-right-radius: 5px;
			}

	/* sub-menu */
	.cbp-hrmenu .cbp-hrsub {
		display: none;
		position: absolute;
		background: #e9e9e9;
		/*background: #47a3da;*/
		width: 100%;
		z-index: 99999;
		left: 0;
		border-bottom: 1px solid white;
		-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
		box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
	}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding: 0 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	float: left;
	padding: 0 1em 0;
	overflow-x: hidden;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 1.5em;
	font-size: 0.9em;
}

	.cbp-hrmenu .cbp-hrsub-inner > div a:hover {
		text-decoration: underline;
	}

.cbp-hrsub h4 {
	color: #3595ce;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 120%;
	font-weight: 300;
}




@media (min-width: 400px) and (max-width: 649px) {
    .productdetail {
		max-width:400px;
		border:1px solid #3a3a3a;
	}
}

@media (min-width: 299px) and (max-width: 864px) {

	#main, .container {
		max-width: 550px;
		margin: 0 auto;
		float: none;
		overflow: hidden;
	}

	.image55 a img {
		max-width: 180px;
	}
	.image55 {
		max-width: 200px;
	}

	.downloadF {
		padding: 5px 10px;
		font-size: 1em;
	}

	#ordersBody {
		max-width: max(100% - 150px);
		padding: 20px;
		border-left: 0;
	}

	#content
	{
		padding:0 0;
	}

	.leftbar {
		width: 0;
	}


	#cssplay_menu li > span::before
	{
		display:none;
	}

	#cssplay_menu li > span {
		padding:0 5%;
		width:100%;
		font-size:0.8em;
	}

	#cssplay_menutoggle {
		top:10px;
		margin:0 auto;
		width:45px;
	}

	#menu2 {
		display:inline-block;
		max-width: 700px;
	}

    .accountTab {
        float: left;
        padding: 5px;
        height: 40px;
        margin:2px;
    }
    .accountTab i {
        display: none;
    }
    .accountTab span {
        margin-left: 7px;
        padding-left: 0;
    }

	.cbp-hrmenu {
		display:none;
	}
}

@media (min-width: 500px) and (max-width: 650px) {
	.productdetail 	{
		width:100%; 	
	}

	#logo {
		max-width:180px;
		width:100%;
	}
	.menu2items i {
		margin-right:0px;
	}
}

@media (min-width: 200px) and (max-width: 710px) {
	.detailspageRechts {
		padding: 10px;
		width: 100%;
	}

	.myCart {
		width: fit-content;
		font-size: 0.9em;
	}

	.paddingtopleft40 {
		padding: 15px 15px;
	}

	.itemsDiv {
		max-width: 100%;
		width: 100%;
		clear: both;
		display: block;
		float: left;
	}

	.PageCategories {
		margin: 0 0 0 0;
	}

	.PageSearch {
		max-width: 100%;
		border: 0;
		margin: 10px;
		float: none;
	}

	.smallSsearchField {
		/*max-width:100px;*/
		/*width:100%;
		background-color:#f0f0f0;*/
	}

	#cssplay_menuwrap {
		max-width: 100%;
		width: 100%;
	}

	.menuRow {
		clear: both;
		float: left;
		width: 100%;
	}

	#content {
		padding-top: 0;
	}

	#sslider {
		display: none;
	}

	#vendorlogo {
		position: relative;
		left: 12px;
		text-align: center;
		top: 0;
		text-shadow: none;
	}

	.cbp-hrmenu {
		font-size: 100%;
		padding-top: 10px;
		float: none;
		text-align: center;
	}

	#logo {
		border-right: 0;
		margin: 0 auto;
		float: none;
		display: block;
		width: auto;
	}

	.cbp-hrmenu > ul > li {
		/*display:list-item;*/
		margin-left: 0;
		/*border-bottom:1px solid #dadada;*/
	}

	.homepage {
		display: none;
	}

	.container0 {
		height: 0px;
	}

	.cbp-hrmenu .cbp-hrsub-inner > div a {
		font-size: 1.1em;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		margin-left: 0px;
		padding: 0;
		/*display:inline-grid;*/
	}

	.catMenu {
		display: block;
	}

	#menuButtons {
		position: absolute;
		top: 70px;
		width: 100%;
		left: 0;
	}

	#menuLogo {
		width: auto;
		float: none;
	}

	#headerSearch {
		display: none;
	}

	.smallSsearchField {
		padding: 6px 0 6px 35px;
		margin-left: 0;
	}

	.productdescription {
		float: left;
	}
}

@media (min-width: 299px) and (max-width: 499px) {
	.menu-item a span {
		display: none;
	}

	.menu2items {
		float:none;
		width:100%;
	}

	.menu2items div {
		margin:5px;
		border:1px solid #b0dce5;
		border-radius: 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		padding:3px 5px 3px 5px;
	}
	.menu2items a {
		font-size:0.8em;
	}
	#headerMenu {
		width:95%;
	}
	.PageSearch {
		max-width:95%;
		margin:0 auto;
		width:100%;
		margin:10px;
		border:1px solid black;
	}

	.PageSearch {
		display:none;
	}

	.productdetail 	{
		max-width:90%;
		width:100%;	}

	.cartproductthumb {
		max-width:150px; width:100%; float:none; 
		padding:10px;
	}
	.cartproductdetail1 {
		padding:20px;
		max-width:50%; 
		border-right: 1px dotted #aaaaaa;
		display:inline-block;
	}
	.cartproductdetail2 {
		float:left; overflow:hidden; 
		text-align:left; padding:20px;
		max-width:calc(45% - 25px); width:100%;
		font-size:0.9em;
	}
	.one-half {
		float:none;
		width:auto;
	}
	.searchField {

	}
	.menu2items a {
	    font-size: 0.8em;
		 margin:0 auto;
	}
	#vendorlogo {
		left:10px;
	}
	#menu2 {
		display:block;
	}
	#menuBorder {
		max-width:480px;
	}
}

@media (min-width: 299px) and (max-width: 465px) {
	#headerMenu {
		width: 95%;
	}

	#productsbody img {
		max-width: 90%;
	}

	#menuHome a, #menuOne a, #menuTwo a, #menuThree a, #menuFour a {
		font-size: 0.9em;
		padding: 5px 5px 0 0;
	}

	.devider {
		display: none;
	}

	.menu2items i {
		margin-right:0px;
	}
	.popup {
    max-width: 230px;
    width: 100%;
	}
	.cbp-hrmenu > ul > li {
		/*display: block;*/
		/*background-color:#f0f0f0;*/
	}
	.homepage {
		display:none;
	}
	.smallSsearchField {
		max-width: 75%;
	}
}

@media (min-width:550px) and (max-width: 700px) {

	#headerMenu {
		width:95%;
	}
	#productsbody, #productsbody img { max-width:95%; }
	#menuHome, #menuOne, #menuTwo, #menuThree, #menuFour {
		float:left;
		letter-spacing:100%;
		margin-top:15px;
	}
    #menuContent {
        margin: 0 auto;
        float: none;
        width: 180px;
        height: 50px;
        border-bottom: 1px dotted #555;
    }
	#menuHome a i, #menuOne a i, #menuTwo a i, #menuThree a i, #menuFour a i {
		display:none;
	}
	#menuBorder {
		max-width:100%;
	}
	.productdetail 	{
		max-width:300px; 	}
}

@media (min-width: 100px) and (max-width: 320px) {
	#headerMenu {
		width:95%;
	}

	#productsbody, #productsbody img { max-width:95%; }
	#menuHome a, #menuOne a, #menuTwo a, #menuThree a, #menuFour a {
		font-size:0.8em;
		padding: 0;
		display:block;
		text-transform:none;
	}
	#menuHome, #menuOne, #menuTwo, #menuThree, #menuFour {
		padding: 3px;
		margin:0;
		width:45%;
		line-height:14px;
	}
	#menuHome a i, #menuOne a i, #menuTwo a i, #menuThree a i, #menuFour a i {
		display:none;
	}
	.devider { display:none; }
	#menuOneSubs, #menuTwoSubs {
		left:10px;
	}
	#logo {
		float: none;
	}
}

@media (min-width:301px) and (max-width: 668px) {

	.homepageTitle {
		font-size:initial;
	}
	.flexBox, .contactPage {
		display: inline-flex;
	}

	.icon-videocam {
		font-size:2em;
	}

	#showcaseDiv {
		gap: 30px;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		font-size: 0.8em;
		display: inherit;
	}
    .showcases {
        width: 100%;
        margin-bottom: 20px;
        max-width: 90%;
    }

	#cssplay_menu li > span {
		border-bottom:1px solid #333;
	}

	#productsbody, #productsbody img { max-width:95%; }
	

	#content img {
		height: auto;
	}

	.smallblack {
		font-size:1.1em;
	}

	#sidebar {
		float: none;
		margin-top: 40px;
		width: 100%;
	}
	
	#menuOneSubs, #menuTwoSubs {
		left:calc(50% - 120px);
	}

	#headerMenu {
		width:98%;
		margin:0 auto;
		align-items: center;
	}

	#menuHome, #menuOne, #menuTwo, #menuThree, #menuFour {
		padding:0 20px 0 0;
		margin:0 auto;
		float:left;
	}
	#menuHome a, #menuOne a, #menuTwo a, #menuThree a, #menuFour a {
		padding:0px;
	}

	#menuHome a i, #menuOne a i, #menuTwo a i, #menuThree a i, #menuFour a i {
		display:none;
	}

	.devider { display:none; }
	
	.floatRight, .floatLeft {

	}

	#menu2 {
		width: 100%;
	}

	#menuContent {
		margin:0 auto;
		width:180px;
        height:50px;
		border-bottom:0;
	}

	.three-fourth, .one-fourth  {
		margin:0 auto;
		float:none;
		max-width:100%;
		width:100%;
	}

	.detailFullsize {
		max-width:500px; 
		width:inherit;
	}

	.productdetail  {
		max-width:90%;
		width:100%;
	}

	#logo1 {
		display:block;
		text-align:left;
		background-color:#bcdfe6;
	}
}



