@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@200&family=Rubik:wght@200&display=swap');



a {
    color: blue;
}

a:hover {
    color: darkblue;
}

html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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 {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

/* 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;
}

.hide {
	display:none;
}
.show {
	display: block;
}

.kolom3 {
    column-count: 3;
}

.kolom2 {
    column-count: 2;
}

.noborder {
	border:0px;
	padding:0;
}

.center {
	margin:0 auto;
	width:100%;
	text-align:center;
	}

.right {
	float:right;
	text-align:right;
	}

hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(171, 171, 171, 0.75), rgba(171, 171, 171, 0.75), rgba(171, 171, 171, 0));
}

.dotted { border-style: dotted; }

.grid3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}


/* 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; }
.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; }
.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;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

#dwindow {
	position: fixed;
	margin: 0 auto;
	display:none;
	z-index:999;
	background-color: transparent;
	width: 100%;
	height:100%;
}

/*::-moz-selection { background: #f15a23; color: #fff; text-shadow: none; }
::selection { background: #f15a23; color: #fff; text-shadow: none;  }*/

h1, h2, h3, h4, h5, h6 {
	/*color: #474747;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 15px;*/
}

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;
}

/*a:hover, a > *:hover { color: #f15a23; }*/

.opaque0 {
    opacity: 0.3;
}
.opaque1 {
    opacity: 1;
}

.abola, #imgholder img, video {
	max-height: 400px;
	display: inline-block;
}


input[type='range'] {
    -webkit-appearance: none;
    width: 90%;
}

    input[type='range']::-webkit-slider-runnable-track {
        -webkit-appearance: none;
        appearance: none;
        border-radius: 5px;
        box-shadow: inset 1px 1px 1px rgba(000,000,000,0.10);
        background-color: #CCC;
        height: 8px;
        vertical-align: middle;
        border: none;
        cursor: pointer;
    }

    input[type='range']::-webkit-slider-thumb {
        -webkit-appearance: none;
        border-radius: 100%;
        background-color: #037cd5;
        box-shadow: inset 0 0 0 4px #CCC, inset 0 0 4px #CCC, inset 0 0 0 4px #CCC;
        height: 22px;
        width: 22px;
        vertical-align: middle;
        border: none;
        cursor: pointer;
        margin-top: -6px;
    }

        input[type='range']::-webkit-slider-thumb:hover {
            background: #fdd921;
        }

    input[type='range']:active::-webkit-slider-thumb {
        background: #fdd921;
    }

    input[type='range']::-moz-range-track {
        -moz-appearance: none;
        border-radius: 5px;
        box-shadow: inset 1px 1px 1px rgba(000,000,000,0.10);
        background-color: #CCC;
        height: 8px;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        border: none;
        cursor: pointer;
    }

    input[type='range']::-moz-range-thumb {
        -moz-appearance: none;
        border-radius: 100%;
        background-color: #037cd5;
        box-shadow: inset 0 0 0 4px #CCC, inset 0 0 4px #CCC, inset 0 0 0 4px #CCC;
        height: 22px;
        width: 22px;
        vertical-align: middle;
        border: none;
        cursor: pointer;
        margin-top: -6px;
    }

        input[type='range']::-moz-range-thumb:hover {
            background: #fdd921;
        }

    input[type='range']:active::-moz-range-thumb {
        background: #fdd921;
    }


/*-------------------------------------------------------------*/

.inlineblock {
	display:inline-block;
}

.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;
    }

.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;
	border-top:1px dotted #454545;
	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 */

.toggles {
    display: inline-block;
    width: 100px;
    padding-bottom: 15px;
}

.innerShadowLeft {
    box-shadow: inset 4px 0 19px -7px rgba(0,0,0,0.4);
}

fieldset {
    padding:20px 30px 30px 30px;
    background-color:white;
    width:auto;
    border: 1px solid #d4d4d7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
fieldset legend {
    font-size: 1.1em;
    padding: 0 15px;
}

fieldset img {
    margin-right:5px;
}

    /* toggles */
#more {
    display:none;
}

.href {
    cursor: pointer;
}
.rate {
	height:14px;
	max-width:70px;
	background:url(../images/rate.png);
}

.storyPic {
	padding:20px;
	max-width:400px;
	width:100%;
}

.infobox {
	background-color: #eee;
	/*border-left: 1px dotted #666;*/
	display:flex;
	padding: 0 0 20px 20px;
}

/* Orders */

[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; }
.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; }

/*	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;
}


/* ---------------------------------------------------------------------- */
/*	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(50% - 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;
}
.padding40 {
	padding: 40px;
}
.paddingtopleft40 { padding: 20px 0 0 48px; }
.paddingleft { padding-left: 20px; }
.paddingtop {
	padding-top: 40px;
}
.paddingbottom {
    padding-bottom: 20px;
}
.margintop { margin-top:20px;}
.margin15 {
	margin: 15px;
}
.margin5 {
	margin: 5px;
}
.margin30 {
	margin: 30px;
}
.flexBox {
	display: flex;
	vertical-align: top;
}

.flexDiv {
	flex: 1;
	vertical-align: top;
}

.listbox {
	flex:1;
	margin:15px;
	padding:15px;
	border:1px dotted #454545;
	max-width: 200px;
}


.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: 250px ;
	margin-top: 10%;
	margin-bottom: 10%;
	margin-left: auto ;
	margin-right: auto ;
	padding:20px;
	border: 3px solid #454545;
	background-color:#212121;
	color:white;
	position:relative;
}	


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;
}

    /* ---------------------------------------------------------------------- */
    /*	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: esSite;
    -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;
}

#logo1 {
	display:none;
	padding:10px;
	width:100%;
	margin:0;
}
#designsTitle {
	font-size:larger;
	font-weight:bold;
}


.devider {
	width:2px;
	height:20px;
	margin:-10px 10px -3px 10px;
}


	/*	Products Page */

#detailspage {
	max-width:1000px; 
	/*margin:0 auto;*/ 
	padding:30px;
	min-height:100%;
	display:block;
}


.tworows {
	column-count: 2;
	column-gap:40px;
}

.threerows {
	column-count: 3;
	column-gap:30px;
}

.greenButton {
	background-color:#7ac142;
	color:#fff;
	padding: 10px;
	font-size:0.9em;
	width:auto;
	cursor:pointer;
	border:3px solid #dadada;
	border-radius: 4px 0 0 4px; 
	-moz-border-radius: 4px 0 0 4px; 
	-webkit-border-radius: 4px 0 0 4px; 
}

.whiteButton {
	background-color:#fff;
	color:#666;
	padding: 8px 20px;
	font-size:1em;
	cursor:pointer;
	border:1px solid #666;
	border-radius: 4px 0 0 4px; 
	-moz-border-radius: 4px 0 0 4px; 
	-webkit-border-radius: 4px 0 0 4px; 
}

.smallwhiteButton {
	background-color:#fff;
	color:#666;
	padding: 7px;
	font-size:0.8em;
	width:auto;
	cursor:pointer;
	border:1px solid #666;
	border-radius: 4px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}
.smallwhiteButton:hover {
	background-color:#e0e0e0;
}

.pthumbnail {
	padding:10px; 
	background-color:white;
	max-width:150px;
}

.line3d {
    background-color: #c1c1c1;
    border-bottom: solid 1px #fff;
    border-left: none;
    height: 1px;
    display: table-caption;
}

select {
	 cursor: pointer;
}


#scamDetails {
	padding: 0 30px;
	line-height: 150%;
	max-width: calc(100% - 250px)
}


	select {
		width:100%;
		padding:10px 0;
		font-size:1.1em;
	}
	select option {
		color:#454545;
		padding:5px 0;
	}

	.smallbluebutton
	{
		font-size: 1.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:hand;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;
		-moz-transition: all .1s ease-in;
		-webkit-transition: all .1s ease-in;
		-o-transition: all .1s ease-in;
		transition: all .1s ease-in;
	}

	.title {
		font-size:1em;
		color:#353535;
		font-weight:bold;
	}
	.subtitle {
		font-size:1.1em;
		color:#979797;
		font-weight:bold;
	}
	.largeTitle {
		font-size:1.4em;
		color:#353535;
	}

.storyTitle {
	color: #8f3737;
	font-size: 1.2em
}

    .formfield {
        border: 1px dotted #454545;
        max-width: 100%;
        width: 95%;
        padding: 8px 20px;
        color: #666;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: #f9f9f9;
    }

	.border {
		border-width: 1px;
		border-color: #dadada;
		border-style: solid;
	}

	.borderbottom {
		border-bottom-width: 1px;
		border-bottom-color: #c1c1c1;
		border-bottom-style: solid;
	}

	.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;
	}

	.leftborder {
		border-left-width: 1px;
		border-left-color: #c1c1c1;
		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;
}

#content {
    padding: 0px 0px;
    min-height: 250px;
    margin-top: 0px;
    border-top: 1px dotted #dadada;
    width: 100%;
    height: 100%;
    /*position: relative;*/
}

/* ---------------------------------------------------------------------- */
/*	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% - 220px);
		display:inline-block;
		clear:both;
        width:100%;
		border-left:1px dotted #666;
	}
	.centerDiv {
		max-width: calc(100% - 220px);
		margin:0 auto;
		clear:both;
	}
}

@media (min-width: 200px) and (max-width: 700px) {
	.itemsDiv {
		max-width: 100%;
		width:100%;
		clear:both;
		display:block;
		float:left;
	}
	.PageCategories {
		margin:0 0 0 -250px;
		display:none;
	}
	.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%;
	}
}

.verjaardag {
    position: relative;
    width: 100%;
}

/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}




@media (min-width: 400px) and (max-width: 649px) {
    .productdetail {
		max-width:400px;
		border:1px solid #3a3a3a;
	}
}

@media (min-width: 299px) and (max-width: 864px) {
	#scamDetails {
		max-width: 100%;
	}

	#scamList {
		display: none;
	}
	.sThumbnail {
		display: none;
	}
	#content {
		padding: 0 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;
    }

}

@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) {
	.abola, #imgholder img {
		max-height: 100%;
		height: 100%;
		width: 100%;
	}

	.grid3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	
	video {
		width: -moz-available;
	}


	#content {
		padding-top:50px;
	}
	#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.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:120px;
		width:100%;
		left:0;
	}
	#menuLogo {
		width: auto;
		float: none;
	}
	.myCart {
		margin:0 auto;
		text-align: center;
		width:100%;
		padding:5px 0;
		background-color:#f0f0f0;
	}
	.smallSsearchField {
		padding: 6px 0 6px 35px;
		margin-left:0;
	}
    .productdescription {
        float:left;
    }

@media (min-width: 299px) and (max-width: 499px) {

	.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%;	}

	.one-half, .one-third {
		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) {
	
	#cssplay_menu li > span {
		border-bottom:1px solid #333;
	}

	#productsbody, #productsbody img { max-width:95%; }
	

	#content img {
		height: auto;
	}

	.smallblack {
		font-size:1.1.1em;
	}
	#main, .container {
		max-width:550px;
		margin:0 auto;
		float: none;
		overflow: hidden;
		
	}

	#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; }

    .contactPage {
        padding: 20px 10px;
        max-width: 700px;
        margin-left: 20px;
    }

        #menu2 {
		width: 100%;
	}

	#menuContent {
		margin:0 auto;
		width:180px;
        height:50px;
		border-bottom:0;
	}

    .three-fourth, .one-fourth, .one-half, one-third {
        margin: 20px 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;
	}
}



