html {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
body {
/*	font-family: 'Russo One', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

div.PAGE {
	height: auto;
	margin-right: auto;
	margin-left: auto;

	
-webkit-box-shadow: 2px 2px 6px 6px rgba(150, 150, 150, 0.1);
-moz-box-shadow:    2px 2px 6px 6px rgba(150, 150, 150, 0.1);
box-shadow:         2px 2px 6px 6px rgba(150, 150, 150, 0.1);

	
}
div.PAGE:after {
	content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}

div.WRAP {
	margin: auto;
}



/* HEADER */
div.HEADER {
	clear: both;
	float: none;
	position: relative;
	overflow: visible;
	background-image: url(../images/header_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

div.HEADER.NOTTOP {

}
div.HEADER.NOTTOP .MENU {
	position: fixed;
	top: 0px;
	z-index: 49;
	left: 0;
	right: 0;
}

div.HEADER div.TOP {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #222;
/*
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #20446e;
*/
}

div.HEADER div.LOGO {
	margin: auto;
	text-align:center;
}

div.HEADER div.TOP:after {
	content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}

div.HEADER div.TOP a,
div.HEADER div.TOP a:visited {
}
div.HEADER div.TOP a:hover {

}

div.HEADER div.TOP div.RIGHT {
	letter-spacing: 1px;
	font-size: 1.2em;
}
div.HEADER div.TOP div.RIGHT a {
	text-decoration: none;
	text-shadow: 1px 1px 2px #fff;
	color: #000;
}
div.HEADER div.TOP div.RIGHT a:hover {
	text-shadow: 1px 1px 2px #20446e;
	color: #fff;
}
/* header middle */
div.HEADER div.MIDDLE {
	margin: auto;
}
/* header bottom */
div.HEADER div.BOTTOM {
	margin: auto;

}
div.HEADER div.BOTTOM:after {
	content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}

div.HEADER div.LOGO {

}
div.HEADER div.CART {

}
div.HEADER div.LANG {
	background-color: #FFF;
	border: 1px solid #CCC;
}
div.HEADER div.LANG .currentlanguage {
}
div.HEADER div.LANG .currentlanguage img {
	margin-top: -0.3em;
	border: 1px solid #999;
}
div.HEADER div.LANG select {
	border: none;
	text-transform: uppercase;
	margin: 2px;
	padding: 2px;
}
/* search */
div.HEADER div.SEARCH {
	padding: 0px;
	overflow: hidden;
	text-align: left;
	position:relative;
	padding: 0;
	background-color: #FFF;
	border: 1px solid #CCC;
}
div.HEADER div.SEARCH form {
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
}
div.HEADER div.SEARCH form input  {
	font-size: 1em;
}

div.HEADER div.SEARCH input[type=text] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 95%;
	font-size: 1.32em;
	padding: 0.5em;
	color: #bbb;
	font-family: inherit;
}
div.HEADER div.SEARCH input[type=text]:focus {
	box-shadow: inset 2px 2px 3px rgba(0,0,0,0.3);
	color: #000;
}
div.HEADER div.SEARCH button {
	background-color: transparent;
	border-style: none;
	color: #20446e;
	cursor: pointer;
	font-weight: bold;
	position: absolute;
	right: 0.3em;
	top: 0.7em;
	
}



/* RESPONSIVE WESTERLIEGHT */
/*
* small phone
*/
@media screen
and (max-width: 360px) {	
	div.WRAP {
		width: 100%;
	}
	div.HEADER div.TOP div.LEFT {
		float: none;
		display: block;
	}	
	div.HEADER div.TOP div.RIGHT {
		float: none;
		display: block;
	}
	div.HEADER div.LOGO img {
		width: 160px;
		height: auto;
	}

	div.HEADER div.LOGO {

	}
	div.HEADER div.SEARCH {
		margin: 0.3em;
		padding: 0.3em;
		display: block;
		clear:both;
	}
	div.HEADER div.CART {
		display: none;
	}
	div.HEADER div.LANG {
		margin-right: 0.1em;
		margin-top: 0.3em;
		padding-top: 0.3em;
		margin-bottom: 0.3em;
		padding-bottom: 0.3em;
		overflow: hidden;
		font-size:1.5em;

	}
	div.HEADER div.LANG select {
		width: 80%;
		float:right;
	}
	div.HEADER div.TOP div.RIGHT a {
		display: block;
		text-align: center;
		border-bottom: 1px dotted rgba(0,0,0,0.2);
		float: left;
		width: 50%;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		font-size: 1.2em;
	}

	div.PAGE div.FOOTER .FLOGO {
		font-size: 1.3em;
		float: none;
		padding: 5px;
		margin: 1em;
	}
	div.FOOTER2 .CCARDS {
		margin-right: 1.5em;
		margin-left: 1.5em;
		margin-bottom: 0;
		float: none;
		clear: both;
		text-align:center;
	}

	div.FOOTER2 .ATEDIN {
		margin-right: 1.5em;
		margin-left: 1.5em;
		margin-bottom: 0;
		float: none;
		clear: both;
		text-align:center;
	}	
	
}
/*
* phone and tablet
*/
@media screen
and (min-width: 361px)
and (max-width: 768px) {
	div.WRAP {
		width: 100%;
	}
	div.HEADER div.TOP div.LEFT {
		float: none;
		display: block;
	}	
	div.HEADER div.TOP div.RIGHT {
		float: none;
		display: block;
	}
	div.HEADER div.CART {
		float:none;
		display: block;
	}
	div.HEADER div.LOGO img {
		width: 160px;
		height: auto;
	}
	div.LOGOmobil div.CARTmobil {
		font-size: 17px;
		position: absolute;
		top: 6px;
		right: 18px;
	}	
	/**/
	div.HEADER div.LOGO {

	}
	div.HEADER div.CART {
		display: none;
	}
	div.HEADER div.SEARCH {
		margin: 0.3em;
		padding: 0.3em;
	}
	div.HEADER div.LANG {
		margin: 0.3em;
		padding: 0.3em;
		overflow: hidden;
		font-size:1.5em;
	}
	div.HEADER div.LANG select {
		width: 80%;
		float:right;
	}
	div.HEADER div.TOP div.RIGHT a {
		display: block;
		text-align: center;
		border-bottom: 1px dotted rgba(0,0,0,0.2);
		float: left;
		width: 50%;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		font-size: 1.2em;

	}
	
	div.PAGE div.FOOTER .FLOGO {
		font-size: 1.5em;
		float: right;
		padding: 5px;
		margin: 2em;
	}
	div.FOOTER2 .CCARDS {
		margin-right: 2.5em;
		margin-left: 2.5em;
		margin-bottom: 2em;
		float: none;
		clear: both;
		text-align:center;
	}
	div.FOOTER2 .ATEDIN {
		margin-right: 1.5em;
		margin-left: 1.5em;
		margin-bottom: 0;
		float: none;
		clear: both;
		text-align:center;
	}	
}

/* fullscreen tablet */
@media only screen
and (orientation: landscape)
and (max-device-width : 1279px) {
	div.WRAP {
		width: 100%;
	}
}
/* desktop small */
@media only screen
and (min-width : 994px)
and (min-device-width : 1280px) {
	div.WRAP {
		width: 990px;
	}
}
/* desktop large */
@media only screen
and (min-width : 769px)
and (max-width : 993px) {
	div.WRAP {
		width: 770px;
	}
	div.HEADER div.TOP {
		padding: 0.5em;
	}
	div.HEADER div.TOP div.LEFT {
		float: left;
	}
	div.HEADER div.TOP div.RIGHT {
		float: right;
	}

	div.HEADER div.MIDDLE {
		margin-bottom: 0;
		font-size:0.75em;
	}
	div.HEADER div.MIDDLE:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.BOTTOM {
		margin: 0 auto;
		width: 770px;
	}
	div.HEADER div.LOGO {
		
	}
	div.HEADER div.LOGO img {
		width: 160px;
		height: auto;
	}
	div.HEADER div.SEARCH {
		width:200px;
		float:right;
		margin-top: 2.55em;
	}
	div.HEADER div.CART {
		width:200px;
		float:right;
		margin-top: 2.4em;
		padding: 0.2em;
		margin-left: 1em;
	}
	div.HEADER div.LANG {
		float:right;
		margin-top: 2.6em;
		padding: 0.4em;
		margin-left: 1em;
		margin-right: 1em;
	}	

	div.PAGE div.FOOTER .FLOGO {
		font-size: 1.6em;
		float: right;
		padding: 5px;
		margin: 1em;
	}
	div.FOOTER2 .CCARDS {
		margin-right: 2.5em;
		margin-left: 2.5em;
		margin-bottom: 2em;
		float: none;
		clear: both;
		text-align:center;
	}
	div.FOOTER2 .ATEDIN {
		margin-right: 1.5em;
		margin-left: 1.5em;
		margin-bottom: 0;
		float: none;
		clear: both;
		text-align:center;
	}	
}

/* desktop and tablet */
@media only screen
and (min-width : 994px)
and (max-width : 1169px) {
	div.HEADER div.TOP {
		padding: 0.5em;
	}
	div.HEADER div.TOP div.LEFT {
		float: left;
		margin-left: 20px;
		font-size: 1.2em;	
	}
	div.HEADER div.TOP div.RIGHT {
		float: right;
	}
	div.HEADER div.LOGO {
		float: left;
		text-align: center;
		margin-top: 2.6em;
		margin-right: 1em;
		margin-bottom: 1.8em;
		margin-left: 2em;
	}
	div.HEADER div.LOGO img {
		width: 260px;
		height: auto;
	}
	div.HEADER div.SEARCH {
		width:300px;
		float:right;
		margin-top: 2.55em;
	}
	div.HEADER div.CART {
		width:200px;
		float:right;
		margin-top: 2.4em;
		padding: 0.2em;
		margin-left: 1em;
	}
	div.HEADER div.LANG {
		float:right;
		margin-top: 2.6em;
		padding: 0.4em;
		margin-left: 1em;
		margin-right: 1em;
	}	

	div.HEADER div.BOTTOM {
		width: 990px;
		margin:auto;
	}
	div.HEADER div.MIDDLE:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	div.HEADER div.MENU {
		margin-top: 35px;
		margin-right: 5px;
		margin-bottom: 5px;
		margin-left: 5px;
		text-shadow: 1px -1px 2px #FFF;
		font-size: 1.1em;
	}
	div.PAGE .PAGESIDE {
		float: left;
		clear: left;
		width: 240px;
		padding: 0px;
		margin: 0px;
	}
	div.PAGE .PAGEMAIN {
		clear: right;
		position: relative;
		text-align: left;
		vertical-align: top;
		padding: 0px;
		margin: 0px;
		display: block;
	}
	
	div.PAGE .PAGEMAIN.padding {
		padding: 1.5em;
	}	

	ul.product_list {
		padding: 20px;
	}

	div.PAGE div.FOOTER .FLOGO {
		font-size: 1em;
		float: right;
		padding: 5px;
		margin: 1em;
	}
	div.FOOTER2 .CCARDS {
		margin-left: 4.5em;
		margin-bottom: 3em;
		float: left;
		clear: left;
	}
	div.FOOTER2 .ATEDIN {
		margin-right: 4.5em;
		margin-left: 1.5em;
		margin-bottom: 0;
		float: right;
		clear: right;
		text-align:center;
	}	
}

/* desktop BIG extra */
@media only screen
and (min-width : 1170px) {
	.icon_search::before {
		font-size: 16px;
		font-weight: bold;
	}	

	div.WRAP {
		width: 1170px;
	}
	div.HEADER div.TOP {

	}
	div.HEADER div.TOP div.LEFT {
		float: left;
		margin-left: 20px;
		font-size: 1.3em;	
	}
	div.HEADER div.TOP div.RIGHT {
		float: right;
	}
	div.HEADER div.TOP div.RIGHT a {
		margin: 1em;
	}
	div.HEADER div.LOGO {
		margin: 10px;
	}
	div.HEADER div.LOGO img {
		width: 260px;
		height: auto;
	}
	div.HEADER div.SEARCH {
		width:300px;
		float:right;
		margin-top: 2.55em;
	}
	div.HEADER div.CART {
		width:200px;
		float:right;
		margin-top: 2.4em;
		padding: 0.2em;
		margin-left: 1em;
	}
	div.HEADER div.LANG {
		float:right;
		margin-top: 2.6em;
		padding: 0.4em;
		margin-left: 1em;
		margin-right: 1em;
	}	
	div.HEADER div.BOTTOM {
		width: 990px;
		margin:auto;
	}
	div.HEADER div.MIDDLE:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
		
	div.HEADER div.MENU {


	}
	div.PAGE .PAGESIDE {
		float: left;
		clear: left;
		width: 240px;
		padding: 0px;
		margin: 0px;
	}
	div.PAGE .PAGEMAIN {
		clear: right;
		position: relative;
		text-align: left;
		vertical-align: top;
		padding: 0px;
		margin: 0px;
		display: block;
	}
	
	div.PAGE .PAGEMAIN.padding {
		padding: 1.6em;
	}	

	ul.product_list {
		padding: 20px;
	}


	div.FOOTER #WESTERLEIGH_footer {
		float:left;
	}

	div.PAGE div.FOOTER .FLOGO {
		font-size: 1em;
		float: right;
		padding: 5px;
		margin: 1em;
	}
	div.FOOTER2 .CCARDS {
		margin-left: 4.5em;
		margin-bottom: 1em;
		float: left;
		clear: left;
	}
	div.FOOTER2 .ATEDIN {
		margin-right: 0.7em;
		margin-bottom: 0;
		float: right;
		clear: right;
		text-align:center;
	}

}

/* RESP VEGE ---------------------------------*/

	div.PAGE div.FOOTER .FLOGO img {
		max-width: 200px;
	}



div.HEADER div.MENU {
	background-color: #303030;
font-family: 'Russo One', sans-serif;
}




/* ----------------------------------------------------------------------------------------- */
div.PAGE .PAGESIDE {
	position: relative;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}
div.PAGE .PAGEMAIN {
	position: relative;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
div.PAGE .PAGEMAIN:after {
	content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}
div.PAGE .CTG {

/*	background-color: #20446e; */
	font-size: 1.3em;
	color: #FFF;
	padding: 0px;
}

div.HEADER div.BOTTOM div.SHOPCAT a {
	display: inline-block;
	float: right;
	margin-top: 0.7em;
	margin-right: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 1.15em;
	padding-right: 0.5em;
	padding-bottom: 1.15em;
	padding-left: 0.5em;
}
div.HEADER div.BOTTOM div.SHOPCAT a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.HEADER div.BOTTOM div.SHOPCAT a.selected {
	background-color: #FFF;
}


/* OLD */

div.PAGE .HEADER a,
div.PAGE .HEADER a:visited {
	color: #f15a04;
	text-decoration: none;
}
div.PAGE .HEADER a:hover {
	text-decoration: underline;
}
div.PAGE .HEADER .login {
	text-transform: uppercase;
	margin: 0px;
	padding: 5px;
	left: 16px;
	font-size: 1.2em;
}
div.PAGE .HEADER .login span {
	color: #0CF;
	font-size: 1.1em;
}

div.PAGE .HEADER .lang_currency {
	margin: 0px;
	float: right;
	clear: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div.PAGE .HEADER .lang_currency input,
div.PAGE .HEADER .lang_currency select {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.PAGE .HEADER .webshop_nav_title {
	left: 5px;
	top: 130px;
	text-align: left;
	overflow: visible;
	margin: 0px;
	clear: none;
	float: left;
	position: absolute;
}
div.PAGE .HEADER .MENU_MAINsecoundary a,
div.PAGE .HEADER .MENU_MAINsecoundary a:visited {
	color: #f15a04;
	text-decoration: none;
}
div.PAGE .HEADER .MENU_MAINsecoundary a:hover {
	text-decoration: underline;
}
div.PAGE #freeshipping {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin: 3px;
	padding: 3px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
div.PAGE .PAGECONTENT {
	float: none;
	position: relative;
	width: 100%;
	background-position: center top;
	margin: 0px;
	background-repeat: no-repeat;
	clear: both;
	overflow: visible;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*	background-color: #FFF; */
	font-size: 1.4em;
}


/* footer */
div.PAGE div.FOOTER {
	clear: both;
	float: none;
	position: relative;
	color: #fff;
	background-color: #343434;
	/*	background-color: #ddd; */
/*	text-shadow: 1px 1px 2px #20446e; */
	border-top: 2px solid #20446e;
	overflow: hidden;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.PAGE div.FOOTER #WESTERLEIGH_footer {
	margin: 1em;
	padding: 5px;

}

div.PAGE div.FOOTER .CEGINFO {
	font-size: 1.3em;
	text-align: left;
	float: left;
	width: 30%;
	padding: 2em;
	  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.PAGE div.FOOTER .CEGINFO img {
	max-width: 200px;
}
div.PAGE div.FOOTER .message {
	width: 70%;
	float: left;
}
div.FOOTER2 {
	overflow: hidden;
	background-color: #343434;
/*
	-webkit-box-shadow: inset 0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: inset 0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: inset 0px 6px 5px 0px rgba(50, 50, 50, 0.3);
*/
	color: rgba(255,255,255,0.5);
/*
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
*/
}
div.FOOTER2 a,
div.FOOTER2 a:visited {
	color: rgba(255,255,255,0.5);
}


div.FOOTER2 .CCARDS {
	padding: 0.3em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0.6em;
	vertical-align: middle;
}
div.FOOTER2 .CCARDS > img:nth-child(1) {
	width: 100%;
	max-width: 160px;
	height: auto;
	vertical-align: middle;
}
div.FOOTER2 .CCARDS a > img {
	margin-left: 30px;
	width: 100%;
	max-width: 100px;
	height: auto;
	vertical-align: middle;
}
div.FOOTER2 .CCARDS > img:nth-child(3) {
	margin-left: 30px;
	width: 100%;
	max-width: 70px;
	height: auto;
	vertical-align: middle;
}

div.FOOTER2 .ATEDIN img {
	width: 100%;
	max-width: 90px;
	vertical-align: middle;
}



div.FOOTER a,
div.FOOTER a:visited {
	color: #fff;
	text-decoration: none;
}
div.FOOTER a:hover {
	text-decoration: underline;
	color: #000;

}
div.PAGE .PAGEMAIN hr {
	color: #484745;
}
a,
a:link,
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0CC;
}
a:active {
	text-decoration: none;
	color: #0CC;
}

div.PAGE .FOOTER div.createdByATEDIN {
	text-align: left;
	margin: 2px;
}
div.PAGE .FOOTER div.createdByATEDIN a,
div.PAGE .FOOTER div.createdByATEDIN a:visited {
	color: #bbb;
	text-decoration: none;
}


/* AJAX CART */


/* AJAX CART BASIC */
div.ajax_cart {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #CCC;
}
div.ajax_cart button[type=button] {
	color: #f15a04;
	font-size: 17px;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
	text-align:left;
	padding: 7px;
	background-color: transparent;
}
div.ajax_cart button[type=button]:before {
	content: " ";
	font-family: "ElegantIcons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

div.ajax_cart div.counter {

}
div.ajax_cart div.cart_total {

}
div.ajax_cart div.items {
	border: solid 1px #999999;
	background-color: #FFF;
}
div.ajax_cart:hover div.items {


}
div.ajax_cart:hover div.items {
	display: none !important; 
}

div.ajax_cart button {
	text-indent:-0.5em;
}

div.ajax_cart button:after {
    color: #000;
    content: "C";
    display: inline-block;
    float: left;
    font: 20px ElegantIcons;
    top: 0.4em;
	pointer-events:none;
}
