/*
Theme Name: Eco Comfort 2 EUR
Theme URI: http://www.creativedesign.bg
Description: v1
Version: 2.1
Author: Creative Design Ltd.
Author URI: https://www.creativedesign.bg
Tags: grey, red, white, orange
*/

/* --- HTML --- */

html {
	overflow: -moz-scrollbars-vertical;
}

/* --- BODY, WRAPPER, CLEAR --- */

body { 	
	margin:0px;
	padding:0px;
	font-family: Tahoma, Verdana, sans-serif;
	color:#000;
	background: #fff;
}
.wrapper {
	margin:0 auto;
	position: relative;
	width: 1210px;
	padding:0 0px;
	box-shadow:none;
	/*-moz-box-shadow: 0 0 9px 1px #000;
	-webkit-box-shadow: 0 0 9px 1px #000;
	box-shadow: 0 0 9px 1px #000;*/	
}
.mobile-menu {
	display:none;
}
.tooltip {
	display:none;
	position:absolute;
	border:2px solid gray;
	background-color:#383838;
	padding:9px 10px 10px;
	color:white;
	text-shadow:0 1px 1px black;
	font-size:12px;
	-moz-box-shadow: 0 0 9px -3px #888;
	-webkit-box-shadow: 0 0 9px -3px #888;
	box-shadow: 0 0 9px -3px #888;
}
::-moz-selection { /* Code for Firefox */
    color: white;
    background: #083f85;
}
::selection {
    color: white; 
    background: #083f85;
}
.catdescription {
	font-style:italic;
}
.sortby {
	display:block;
	padding:-10px 0px 20px 0px;
	margin-right:20px;
	margin-right:20px;
	/*margin-top:-10px;*/
	margin-bottom:10px;
}
.clear {
  clear:both;
}
#downloadLink {
	display:none;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#eee;
	padding:5px;
	display:none;
	color:#fff;
	z-index:30000;
}


/* --- HEADER --- */

/*.header {
	width: 900px;
	height: 132px;
	overflow: hidden; 
	border-bottom: 0px solid white;
	background: transparent url(images/head.png) no-repeat 5% 100%;
	position: relative;
	margin-top: 0px;
	padding:0px 0px 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}
.header:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: transparent url(images/head.png) no-repeat 0% -3%;
}*/
.header {
	height: 88px;
	overflow: hidden; 
	border-bottom: 0px solid white;
	background: #fafafa;
	position: relative;
	margin-top: 0px;
	padding:5px 0px 5px;
	background:#fff;
}
.logo img {
	width:100px;
	height:auto;
}
.slogan img {
	width:100%;
	height:auto;
}
.slogan {
	float:left;
	width:253px;
	margin-top:24px;
	margin-left:10px;
}
.header a: {
	text-decoration:none!important;
	color:#9a010d;
}
.head-basket {
	position:absolute;
	left:410px;
	top:30px;
	width:170px;
	font-size:12px;
	text-align:left;
	border:1px solid #eee;
	padding:10px;
	background:grey;
	color:black;
}
.basket-full {
	background:#aaa;
}
.head-basket a {
	color:darkred;
}
.header-left {
	float:left;
	text-align:left;
	padding:5px 0 0 10px;
	width:400px;
}
.header-left img:hover {
	opacity:0.8;
}
.header-info {
	font-size:11px;
	margin-left:11px;
	margin-top:4px;
	color:#949494;
	text-transform:uppercase;
	display:none;
}
.logo {
	margin-top:0px;
	float:left;
	padding-left:22px;
	font-size:38px;
	font-family: 'Lobster', cursive;
	text-shadow:0 1px 1px #eee;
	cursor:pointer;
	/*-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/
}
.header-left a,.header-left a:visited {
	color:#000;
}
.header-left a:hover {
	color:#9a010d;
}
/*.logo:hover {
	background: transparent url(images/logoo-hover.png) no-repeat top left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/
.header-phone {
	height: 21px;
	width: 158px;
	position:absolute;
	left:220px;
	top:92px;
	background:#fff;
	color:#a52b20;
	text-shadow:0 1px 1px white;
	line-height:18px;
	font-size:20px;
	letter-spacing:1px;
	font-family: 'Dosis', sans-serif;
	display:inline-block;
	display:none;
}
.header-phone:hover {
	color:red;
}
.logo a {
	color:darkred;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo a:hover {
	color:red;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.slogan-sloganinfo {
	padding-top:0px;
	padding-left:0px;
	font-size:12px;
	color:black;
	text-shadow:0 1px 3px white;
	
	display:none;
}
.slogan h1 {
	font-size:15px;
	line-height:20px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#fff;
}

.header-right {
	float:right;
	text-align:right;
	width:795px;	
	position:relative;
	padding:0px 0px 0 0;
	
}
.searchinput {
	border:1px solid #fff;
	height:25px;
	margin-top:-3px;
	width:180px;
	margin-left:20px;
	background:transparent;
	padding-left:10px;
}
.headmenu {
	margin:15px 8px;
	font-size:12px;
}
.headmenu a {
	color:#aaa;
}



/* --- NAVVERYTOP --- */

.navverytop {
	height:50px;
	text-align:left;
	/*margin-bottom:4px;*/
	margin-bottom:4px;
	display:block;
}
.navcap {
	display:none;
}
.navverytopleft {
	float:left;
	/*width:656px;*/
	height:37px;
	margin-top:8px;
	margin-left:0px;
}
.navverytopright-search {
	margin-top:15px;
	float:right;
}
.navverytopright {
	float:right;
	/*width:294px;*/
	width:314px;
	height:50px;
	margin-top:0px;
	background:#077ab5;
	font-size:13px;
}
.navverytopright:hover {
	background:#ac0000;
	/*-moz-box-shadow: 0 0 9px 1px #000;
	-webkit-box-shadow: 0 0 9px 1px #000;
	box-shadow: 0 0 9px 1px #000;*/
}
.ares-logo {
	float:right;
	margin:2px 38px 0px 5px;
}
.guide-txt {
	width:170px;
	float:left;
	font-size:18px;
	text-shadow:0 1px 1px black;
	padding:12px 0px 0px 18px;
}
.guide-txt a {
	color:white;
}
.navverytop-menu {
	font-size: 14px;
	float:left;
	margin-left:0px;
	padding-top:9px;
	padding-left:7px;
	color:green;
	/*width:625px;*/
}
.navverytop-menu a {
	color:#fff;
	text-decoration:none;
	letter-spacing:0px;
}
.navverytop-menu a:hover {
	color:#c94310;
}
.navboxstatic {
	position:fixed;
	z-index:2000;
	width:183px;
	height:150px;
	margin-bottom:10px;
	background:white;
	-moz-box-shadow: 0 0 9px 1px #777;
	-webkit-box-shadow: 0 0 9px 1px #777;
	box-shadow: 0 0 9px 1px #777;
}



/* -- ADVERT -- */

.homeadvert {
	width:1150px;
	height:285px;
	border:0px solid #bbb;
	margin-top:0px;
	overflow:hidden;
}
.homeadvert img {
	-moz-box-shadow: 0 0 8px 1px #bbb;
	-webkit-box-shadow: 0 0 8px 1px #bbb;
	box-shadow: 0 0 8px 1px #bbb;
}
.homeadvertboxes2 {
	height:240px;
	overflow:hidden;
	margin-bottom:8px;
	position:relative;
	text-align:center;
}
.homeadvertboxes2 img {
	height:auto;
}
.homeadvertboxespage img {
	height:auto;
}
.newsletter {
	position:absolute;
	bottom:5px;
	left:5px;
	color:black;
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .8);
    font-size:14px;
    padding:10px 12px;
    border-radius:0px;
    -moz-box-shadow: 0 0 8px -4px #000;
	-webkit-box-shadow: 0 0 8px -4px #000;
	box-shadow: 0 0 8px -4px #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: scale(1.0);
	-ms-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
}
.newsletter:hover {
	/*background:#a52b20;*/
	background:#000;
	color:white;
	text-shadow:0 1px 1px black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.bannertext {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 840px;
	height: 40px;
	color: white;
	text-align:right;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0) 50%);
	font-size: 20px;
	font-weight:bold;
	letter-spacing:-1px;
	padding: 5px 10px 52px 50px;
}
.homeadvert img:hover {
	opacity:0.8;
}
.homeadvertboxes img {
}
.homeadverttxt {
	font-size:15px;
	text-align: center;
	padding:5px 20px 10px;
	line-height:24px;
	color:#2e2e2e;
	margin-bottom:5px;
}
.homeadverttxt strong {
	font-weight:normal;
}
.homeadverttxt em {
	font-style:normal;
}
.homegroups {
	margin-bottom:28px;
	/*background: transparent url(images/groups.png) no-repeat bottom right;*/
}
.promo-home {
	font-size:13px;
	text-align: left;
	padding:5px 12px 8px;
	line-height:18px;
	padding-top:0px;
	color:#2e2e2e;
	
	margin: 20px 15px 30px;
}
.promo-about {
	width: 310px;
	margin-right: 82px;
	padding-right:20px;
	font-size: 12px;
	line-height:18px;
	padding-top:0px;
	float: left;
	font-style: italic;
}
.promo-list {
	width:600px;
	float:left;
	font-size:11px;
}
.promo-list a {
	text-decoration: none;
	background: #eee;
	color: black;
	padding: 4px 6px 5px 6px;
	margin-bottom: 53px;
	line-height:28px;
	font-size:11px;
}
.promo-list a:hover {
	text-decoration:none;
	background:#ddd;
	color:black;
}
.blog {
	font-size:13px;
	text-align: left;
	padding:5px 12px 8px;
	line-height:18px;
	color:#2e2e2e;
}
.blog-about {
	width: 180px;
	margin-right: 20px;
	padding-right:20px;
	font-size: 12px;
	line-height:20px;
	padding-top:0px;
	float: left;
	font-style: italic;
}
.blog-about a {
	color:darkred;
}
.blog-about a:hover {
	color:red;
}
.blog-latest {
	width:650px;
	float:left;
}
.blog-home-post-img {
	float:left;
	margin-right:10px;
	width:127px;
	height:80px;
	overflow:hidden;
}
.blog-home-post-img img {
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-home-post-img img:hover {
	opacity:0.8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	cursor:pointer;
}
.blog h5 {
	margin: 0;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 13px;
	font-style: normal;
}
.blog-about h5 {
	margin: 0;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 13px;
	
}
.blog h6 {
	margin: 0;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 2px;
}
.blog-home-post {
	background:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-home-post:hover {
	background:#fafafa;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-home-post-info p {
	padding:0px 10px 0px;
	margin:0;
	font-size:12px;
}
.blog-home-post-info a {
	color:darkred;
}
.blog-home-post-info a:hover {
	color:red;
}
.blog-home-latest-posts {
	margin:20px 70px 60px;
}
.blog-home-post {
	margin-bottom:10px;
}
.homegroup h1 {
	margin:0;
	color:#c87c44;
	font-size:16px;
	font-weight:normal;
	padding-left:10px;
	padding-top:13px;
}
.homegroup p {
	padding:10px;
	font-size:14px;
}

hr.style1 {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	margin:0 250px;
}
.homegroup1,.homegroup2 {
	margin-bottom:20px;
	margin-top:10px;
}
.homegroup1-image {
	width:460px;
	height:auto;
	float:left;
	margin-right:20px;
}
.homegroup1-image img {
	width:450px;
	height:auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.8;
}
.homegroup1-txt h1,.homegroup2-txt h1 {
	margin:0;
	color:#c87c44;
	font-size:20px;
	font-weight:normal;
	padding-top:13px;
}
.grmorebut {
	color:white;
	font-size:13px;
	text-decoration:none;
	text-shadow:0 1px 1px black;
}
.single-product-buy-div {
	margin:10px 0px;
}
.single-product-buy {
	/*float:left; */
	margin-bottom:8px;
	margin-right:6px;
	float:left;
}
.single-product-cart {
	clear: both;
	margin-top: 30px;
}
.single-product-buy a {
	text-decoration:none!important;
}
.single-product-cart a {
	text-decoration:none!important;
}
.singlebuy {
	height: 35px;
	background: #333;
	border: 1px solid #333;
	color: #fff;
	text-shadow:0 1px 1px black;
	text-transform: none;
	cursor: pointer;
	line-height: 32px;
	font-size:12px;
	padding: 0 20px;
	display: table-cell;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.singlebuy:hover {
	background:darkred;
	border:1px solid black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 0 0 10px -4px red;
	-webkit-box-shadow: 0 0 10px -4px red;
	box-shadow: 0 0 10px -4px red;
}
.singlebuysubmit {
	height: 35px;
	background: gray!important;
	border: 1px solid #7c7c7c;
	color: #fff;
	text-shadow:0 1px 1px black;
	text-transform: none;
	cursor: pointer;
	line-height: 32px!important;
	font-size:12px;
	padding: 0 20px;
	padding-top:0px!important;
	display: table-cell;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.singlebuysubmit:hover {
	background:darkred!important;
	border:1px solid black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 0 0 10px -4px red;
	-webkit-box-shadow: 0 0 10px -4px red;
	box-shadow: 0 0 10px -4px red;
}
.singlebuycart {
	background:#eee;
	color:black;
	text-shadow:none;
	border:1px solid #ccc;
}
.singlebuycart:hover {
	background:#eee;
	color:black;
	border:1px solid black;
	-moz-box-shadow: 0 0 15px -4px #888;
	-webkit-box-shadow: 0 0 15px -4px #888;
	box-shadow: 0 0 15px -4px #888;
}
.homegroup1-txt {
	font-size:14px;
	line-height:20px;
	padding-top:20px;
	float:left;
	width:400px;
}
.homegroup1-txt ul {
	margin-left:-20px;
}
.homegroup1-txt li {
	list-style-type:square;
	font-size:13px;
	padding-right:50px;
	padding-left: 10px;
	text-indent: 0px;
}
.homegroup1-txt li:hover {
	background:#eee;
}
.homegroup2-txt {
	font-size:14px;
	line-height:20px;
	padding-top:10px;
	float:left;
	width:400px;
}
.homegroup2-image {
	width:460px;
	height:auto;
	float:left;
	margin-right:20px;
}
.homegroup2-image img {
	width:450px;
	height:auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.8;
}
.homegroup2-image img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:1;
}
.homegroup1-image img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:1;
}

/* --- CONTAINER --- */

.container {
	color:#000000;
	font-style:normal;
	font-size:13px;
	text-align:left;
	border:0px dashed grey;
	padding-top:0px;
}

#coin-slider img {
	border:1px solid red;
}

/* --- SIDEBAR --- */

.sidebar {
	width:224px;
	margin-right:0px;
	float:left;
	background-color: transparent
}
.single-sidebar {
	width:224px;
	margin-right:0px;
	float:left;
	background-color: transparent
}
.navbox {
	overflow:hidden;
	color:#000000;
	margin: 0 10px 10px 0px;
	border:1px solid #000;
}
.navboxwhat {
	padding-bottom:15px;
	background: transparent url(images/iphone-what.png) no-repeat 0% 0%;
}
.navboxleasing {
	padding-bottom:10px;
}
.navboxpage {
	background: #ea5a4f;
}
.navboxtitle {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	height: 42px;
	margin-bottom: 10px;
}
.navboxtitle h3,.navboxtitle h4  {
	margin: 0;
	color: gray;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	padding-left: 16px;
	padding-top: 17px;
	font-size: 18px;
	text-transform:lowercase;
}
.navbox p {
	padding-left:10px;
	margin-right:20px;
}
.navboxleasing p {
	padding-left:16px;
	font-size:11px;
	margin-right:20px;
}
.navbox li {
	padding: 0 4px;
	/*width: 205px;*/
	width: 195px;
	padding-top:7px;
	padding-bottom: 8px;
	list-style-type: none;
	color: #682804;
	border-bottom:1px dotted #eee;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.navbox li:hover {
	background:#eee;
	border-bottom:1px dotted #ddd;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.navbox li a {
	text-decoration:none;
	color:black;
	text-shadow:0 1px 1px white;
	font-size:13px;
}
.navbox li a:hover {
	color:#c94310;
	padding-left:0px;
	text-decoration:underline;
}
.navbox ul {
	list-style-type:none;
	margin-left:-40px;
}
.navboxsections ul {
	margin-top:-3px;
}
.navboxcatsections li {
	color:black;
	padding-left:16px;
}
.navboxcatsections li:hover {
	padding-left:18px;
}
.navboxcatsections a,.navboxcatsections a:link,.navboxcatsections a:visited {
	color:black;
	text-decoration:none;
}
.navboxcatsectionsblog li {
	font-size:11px;
}
.groupboxlist a {
	text-decoration:none;
}
.groupboxlist ul {
	list-style-type:none;
	margin-left:-40px;
	margin-top:-4px;
	
	margin-left:-40px;
}
.groupboxlist li {
	padding: 0 4px;
	width: 289px;
	text-align:center;
	padding-top:6px;
	padding-bottom: 7px;
	list-style-type: none;
	color: #000;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	
	padding: 4px 12px;
	width: 41%;
	display: inline-block;
	text-align: left;
}
.groupboxlist li:hover {
	background:#eee;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.manufbox {
	overflow:hidden;
	color:#000000;
	margin: 0 10px 20px 0px;
	border:1px solid #e8e8e8;
	background: transparent url(images/manufboxback.png) repeat top left;
}
.manufboxtitle {
	background: transparent url(images/manufbox.png) repeat-x top left;
	height:32px;
	margin-bottom:10px;
}
.manufboxtitle h3,.manufboxtitle h4  {
	margin:0;
	color:white;
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:16px;
	padding-top:8px;
	text-shadow:0 1px 1px #000;
}
.manufbox li {
	padding: 0 4px;
	width: 166px;
	padding-bottom:8px;
	list-style-type:none;
	color:#682804;
}
.manufbox li a {
	color:white;
	text-decoration:none;
}
.manufbox li a:hover {
	color:#e16924;
	padding-left:2px;
}
.manufbox ul {
	list-style-type:none;
	margin-left:-28px;
}
.sidebarbox {
	margin: 0 0px 20px 0px;
}
.advertbox {
	margin: 0 16px 20px 0px;
}
.sideboxtitle {
	height:35px;
}
.sideboxtitle h5  {
	margin:0;
	color:black;
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:16px;
	padding-top:8px;
}
.sidebarbox li {
	list-style-type:square;
	color:#6e0808;
	color:#6e0808;
	margin-left:18px;
}
.sidebarbox li a {
	color:#aaa;
}
.sidebarbox li a:hover {
	color:#e16924;
}

/* --- CONTENT --- */

.content {
	float:right;
	width:965px;
	margin:0px 0;
	font-size:14px;
	color:#aaa;
	position:relative;
	text-shadow:0 1px 1px black;
}
.content-full {
	float:none;
	width:100%;
}
.single-container {
	float:right;
	width:676px;
	margin:0px 0;
	font-size:14px;
	color:#aaa;
	text-shadow:0 1px 1px black;
}
.categorycontent {
	margin-top:10px;
}
.contentcat {
	padding-top:0px;
}
.categoryfull {
	width:900px;
}
.content a,.content a:visited,.content a:active {
	text-decoration:underline;
	color:#23629E;
}
.content a:hover {
	text-decoration:none;
	color:#7BA1C5;
}
.content h1, .content h2, .content h3, .content h4, .content h5 {
	text-align: left;
	color:#333;
	font-weight:normal;
	line-height: 13px;
	margin-bottom: 19px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:14px;
	text-transform:none;
	
	font-size: 22px;

}
.content-full h2{
	margin:0;
	color:#000;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
	text-align:left;
	border-bottom: 1px solid #ddd;
	padding-left: 12px;
	font-size: 20px;
	text-transform: none;
	margin-left: 70px;
	width: 300px;
	
	font-size:20px;
	text-transform:none;
	padding-bottom:12px;
}

.single-container a,.single-container a:visited,.single-container a:active {
	text-decoration:underline;
	color:#23629E;
}
.single-container a:hover {
	text-decoration:none;
	color:#7BA1C5;
}
.single-container h1, .single-container h2, .single-container h3, .single-container h4, .single-container h5 {
	text-align: left;
	color:#000;
	font-weight:normal;
	line-height: 13px;
	margin-bottom: 10px;
	padding-top:5px;
	padding-bottom:2px;
	font-size:14px;
	text-transform:uppercase;
}
.contentinside h1, .contentinside h2, .contentinside h3, .contentinside h4, .contentinside h5 {
	text-align: left;
	color:#000;
	font-weight:normal;
	line-height: 13px;
	margin-bottom: 10px;
	padding-top:0px;
	font-size:14px;
	padding-bottom:2px;
	text-transform:uppercase;
}
.onfocus h2 {
	text-align: left;
	color:#851e03;
	font-weight:normal;
	line-height: 13px;
	margin-bottom: 10px;
	padding-top:0px;
	font-size:16px;
	text-transform:uppercase;
}
.category-container h1 {
	color:#851e03;
}
.page-content p {
	font-size:14px;
	padding:5px 15px;
}
.page-content img {
	max-width:100%;
	height:auto;
}
.page-content a,.page-content a:visited,.page-content a:active {
	text-decoration:underline;
	color:#23629E;
}
.page-content a:hover {
	text-decoration:none;
	color:#7BA1C5;
}
.content p {
	/*padding:10px 10px 10px 10px;*/
}
.contentpage p {
	/*padding:5px 10px 5px 10px;*/
	padding:5px 30px 5px 0px;
}

.homeadvertboxes {
	width:100%;
	height:426px;
	margin: 0;
	margin-top:0px;
	background: transparent url(images/banner2.jpg);
	background-size:105%;
	background-repeat:repeat;
	background-position:-30px -155px;
}
.homeadvertboxes2 {
	width:100%;
	height:620px;
	margin: 0;
	margin-top:0px;
	margin-bottom:10px;
	background: transparent url(images/cat2.jpg);
	background-repeat:no-repeat;
	background-position:-30px 5px;
	position:relative;
}
.homeadvertboxescat {
	width:100%;
	height:160px;
	margin: 0;
	margin-top:0px;
	margin-bottom:30px;
	background: transparent url(images/catt.jpg);
	background-repeat:no-repeat;
	background-position:-30px -55px;
}
.homeadvertinfo {
	 background: rgba(255, 255, 255, .9);
	 position:absolute;
	 top :360px;
	 left:20px;
	 padding:20px 20px;
	 width:640px;
	 text-align:left;
	 font-size:16px;
	 line-height:30px;
}
.homeadvertinfo a,.homeadvertinfo a:visited {
	background:#003981;
	color:white;
	text-decoration:none;
	padding:0 3px;
}
.catinfo {
	background: rgba(255, 255, 255, .0);
	position:absolute;
	top :40px;
	left:0px;
	padding:20px 20px;
	width:640px;
	text-align:left;
	font-size:16px;
	line-height:30px;
	font-family: 'Lobster', cursive;
	font-size: 42px;
	color:white;
	text-shadow:0 2px 12px black;
}
.onfocus {
	border:1px solid #ddd;
	padding:5px 15px 5px 15px;
	margin-bottom:10px;
}
.symb {
	float:right;
	padding-left:10px;
	padding-bottom:5px;
}
.homeadvertcats {
	width:185px;
	overflow:hidden;
	float:right;
	margin-left:6px;
}
.homeadvertcats img {
	opaicty:0.9;
}
.homeadvertcats img:hover {
	opacity:1;
}
.homeadvertboxes p {
	margin:0;
	padding:0;
}
.homeadvertbox {
	float: left;
	width: 244px;
	height:82px;
	margin: 0px 5px 5px 0;
	text-align: center;
	border:1px solid #eee;
	position:relative;
	background: #fff url(images/focus.png) no-repeat top left;
}
.homeadvertbox:hover {
	-moz-box-shadow: 0 0 8px 3px #bbb;
	-webkit-box-shadow: 0 0 8px 3px #bbb;
	box-shadow: 0 0 8px 3px #bbb;
	border:1px solid #aaa;
	/*transform: scale(1.01);
	-ms-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);*/
}
.homeadvertboxes2 img {
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.homeadvertboxes2 img:hover {
	opacity:0.8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	cursor:pointer;
}

/* --- PRODUCTS --- */

.adverthomebox {
	float: left;
	width: 244px;
	height:206px;
	margin: 8px 5px 0px 0;
	text-align: center;
	border:1px solid #ddd;
	position:relative;
	background:white;
	color:black;
}
.adverthomebox:hover {
	-moz-box-shadow: 0 0 8px 0px #aaa;
	-webkit-box-shadow: 0 0 8px 0px #aaa;
	box-shadow: 0 0 8px 0px #aaa;
	border:1px solid #aaa;
	/*transform: scale(1.01);
	-ms-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);*/
}
.products {
	margin: 0;
	padding: 0;
	margin-top:5px;
	margin-right:-38px;
}
.productgroups {
	margin-top:-5px;
}
.productscat {
	margin-top:-8px;
}

.promo {
	width:95px;
	height:95px;
	position:absolute;
	left:-5px;
	top:-4px;
	text-align:center;
	background: transparent url(images/ribbon.png) no-repeat top left;
}
.promo span {
	font-size:12px;
	text-align:left;
	padding:18px 0px 0px 0px;
	margin-left:-14px;
	line-height:10px;
	color:black;
	display:block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-shadow: 0 1px 1px black;
	color:white;
}

.percent {
	width:75px;
	height:75px;
	position:absolute;
	left:-6px;
	top:-6px;
	text-align:center;
	background: transparent url(images/ribbon3-1.png) no-repeat top left;
}
.percent span {
	font-size:11px;
	text-align:left;
	padding:10px 0px 0px 10px;
	line-height:14px;
	color:black;
	display:block;
	text-shadow: 0 1px 1px black;
	color:white;
}
.percent-related {
	width:50px;
	height:50px;
	position:absolute;
	left:-4px;
	top:-4px;
	text-align:center;
	background: transparent url(images/ribbon3-2.png) no-repeat top left;
}
.percent-related span {
	font-size:11px;
	text-align:left;
	padding:6px 0px 0px 4px;
	line-height:14px;
	color:black;
	display:block;
	text-shadow: 0 1px 1px black;
	color:white;
}
.product {
	float: left;
	width: 230px;
	height:418px;
	text-align: center;
	position:relative;
	margin: 15px 15px 0 0;
	background:white;
	color:black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-image {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:8px;
	overflow: hidden;
	width:100%;
	height:auto;
}
.product-image img {
	width:100%;
	height:auto;
}
.single-product-image {
	display:table-cell;
	width:100%;
	height:auto;
	vertical-align:middle;
	text-align:center;
	overflow: hidden;
	border: 1px solid #eee!important;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}
.single-product-image img {
	width:100%;
	height:auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.8;
}
.single-product-image img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:1;
}
.product-image img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.8;
}
.product-image img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:1;
}

.productpromo:hover {
	-moz-box-shadow: 0 0 12px -3px red;
	-webkit-box-shadow: 0 0 12px -3px red;
	box-shadow: 0 0 12px -5px red;
	border:1px solid #cc4949;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-name {
	margin-top: -5px;
	padding: 0px 8px;
	/*height:58px;*/
	height:46px;
}
.product-name h2,.product-name h3 {
	text-align: left;
	color:#9d1b14;
	font-weight:normal;
	line-height: 18px;
	margin-bottom: 5px;
	padding-left:0px;
	padding-top:0px;
	margin-right:10px;
	font-size:14px;
	text-transform:none;
	font-family: Tahoma, Verdana, sans-serif;
}
.product-name a,.product-name a:visited,.product-name a:active {
	text-decoration:none;
	color:#e1a24d;
}
.product-name a:hover {
	text-decoration:underline;
	color:#c57c1a;
}
.product-descr {
	font-size:13px;
	/*color:#fff;*/
	color:#aaa;
	text-align:left;
	padding:4px 25px;
	line-height:16px;
}
.product-descr a,.product-descr a:link,.product-descr a:active,.product-descr a:visited {
	color:#907d5e;
}
.product-descr p {
	padding:0;
	margin:5px 0;
}
.product-rating {
	text-align:left;
	margin:10px 25px 0;
	font-size:11px;
}
.product-rating-number {
	float:left;
	font-family: 'Dosis', sans-serif;
	font-size:12px;
}
.product-rating-stars {
	float:left;
	padding-top:0px;
	padding-left:7px;
}
.product-price {
	text-align:left;
	padding:4px 25px;
	
	font-size:12px;
}
.product-buy {
	position:absolute;
	/*bottom: 12px;*/
	left:22px;
	bottom:0;
	width:230px;
	height:32px;
	padding-top:5px;
	line-height:13px;
		text-shadow:0 1px 1px white;
}
.product-buy a {
	line-height:26px;
	color:black;
	font-size:12px;
}
.ssingle-product-buy {
	text-shadow:none;
	margin: 10px 0;
	font-size:13px;
	color:#000;
}
.single-buysubmit {
	clear:both!important;
	margin-right:5px!important;
	color:white!important;
	background:red!important;
	border:1px solid darkred!important;
	text-shadow:0 1px 1px black!important;
}
.single-buysubmit:hover {
	cursor:pointer!important;
	
	border:1px solid darkred!important;
	background:darkred!important;
}

span.single-buy-name {
	color:black;
}
span.single-buy-price {
	color:red;
	font-weight:bold;
	text-shadow:0 1px 1px white;
}
span.single-buy-small {
	font-size:13px;
}
span.single-prod-price {
	color:#077ab5;
}
.product-promo {
	background:#fbf2e2;
	-webkit-border-radius: 10000px;
	-moz-border-radius: 10000px;
	border-radius:10000px;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:10px;
	color:red;
	text-shadow:0 1px 1px white;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	top:15px;
	right:15px;
	-moz-box-shadow: 0 0 9px 5px #fff;
	-webkit-box-shadow: 0 0 9px 5px #fff;
	box-shadow: 0 0 9px 5px #fff;
	display:none;
}
.single-product-promo {
	background:#fbf2e2;
	-webkit-border-radius: 10000px;
	-moz-border-radius: 10000px;
	border-radius:10000px;
	width:65px;
	height:65px;
	line-height:62px;
	font-size:12px;
	color:red;
	text-align:center;
	text-shadow:0 1px 1px white;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	top:15px;
	left:15px;
	-moz-box-shadow: 0 0 9px 5px #fff;
	-webkit-box-shadow: 0 0 9px 5px #fff;
	box-shadow: 0 0 9px 5px #fff;
}
.buysubmit {
	float:left;
	border:1px solid #ddd;
	background:#eee;
	padding-top:4px;
	padding-bottom:5px;
	/*color:white;
	background:red;
	border:1px solid darkred;
	text-shadow:0 1px 1px black;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	padding:7px 15px 8px;
}
.buysubmit:hover {
	cursor:pointer;
	color:white;
	background:#2471b0;
	border:1px solid #2471b0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-product-price-buy {
	margin-bottom:14px;
	position:relative;
	margin-top:15px;
}
.single-product-rating {
	position: absolute;
	top: 12px;
	left: 185px;
	opacity:0.4;
	color:white;
	width:200px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.single-product-rating:hover {
	opacity:1;
	color:grey;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-rating-stars {
	width:80px;
	float:left;
}
.single-product-rating-number {
	margin-left: 5px;
	font-size:12px;
	margin-top:-1px;
}
.single-product-price {
	margin-top:10px;
	margin-left:0px;
	margin-bottom:4px;
	padding:4px 0px;
	font-size:15px;
}
.product-image-gallery {
	margin-top:4px;
	margin-right:-4px;
}
.product-image-gallery img {
	border:1px solid #eee;
}
.price {
	color:darkred;
}
span.buy-price {
	color:red;
	font-weight:bold;
	text-shadow:0 1px 1px white;
}
span.buy-small {
	font-size:10px;
}
span.prod-price {
	color:#077ab5;
}
span.currency {
	color:#000;
	font-size:13px;
}
.prod-info {
  font-weight:bold;
}
.prod-price {
  padding-top:5px;
	font-size: 19px;
	color: #000;
	margin-bottom: 10px;
}
del {
  text-decoration: line-through;
  color: #bbb;
  font-size: 18px;
}
.product-details {
  text-align:left;
  padding: 4px 8px 6px 12px;
  background: #eee;
  width: 55px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.product-details a,.product-details a:visited,.product-details a:active {
	text-decoration:none;
	color:#000;
}
.product-details a:hover {
	text-decoration:none;
  padding-left:1px;
	color:#136313;
}
.cat-icon {
  width:70px;
  height:26px;
  overflow:hidden;
  position:absolute;
  top:17px;
  right:23px;
  opacity:0.9;
}


/* --- BASKET --- */

.basket {
  background:#eee;
  border:1px #e0e0e0;
  border-style:dotted none dotted none;
  padding:15px 10px 15px 10px;
  width:678px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.basket h2 {
	width: 310px;
  text-align: left;
	font-size:12px;
	color:#000000;
	margin-bottom:0px;
	line-height: 13px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.unicr {
	background: white;
	border: 1px #E0E0E0;
	padding: 15px 0px 15px 21px;
	border-style: dotted none dotted none;
	height:50px;
	line-height: 17px;
}
td {
  font-size:12px;
	color:#000000;
}
.basket td {
  font-size:12px;
	color:#000000;
}
.basket th {
  font-size:13px;
	color:#b4b4b4;
	text-align:left;
}
.basket a {
  color: #fd6e01;
  text-decoration:none;
}
.product-single-image img {
  border:1px dashed #ddd;
  width:204px;
}
.product-single-image img:hover {
  border:1px dashed #e52b2b;
}
.product-single-information h1 {
  text-align: left;
	color:#000;
	font-weight:normal;
	line-height: 13px;
	margin-bottom: 15px;
	padding-left:0px;
	padding-top:0px;
	margin-right:10px;
	font-size:19px;
	letter-spacing:-1px;
  text-transform:none;
  text-shadow:0px 1px 1px #eee;
}
.product-single-information h2 {
  text-align: left;
	color:#000;
	font-weight:bold;
	line-height: 13px;
	margin-bottom: 10px;
	padding-left:0px;
	padding-top:0px;
	margin-right:10px;
	font-size:14px;
	letter-spacing:-1px;
  text-transform:none;
  text-shadow:0px 1px 1px #eee;
}
.product-single-information a,.product-single-information a:visited,.product-single-information a:active {
	text-decoration:underline;
	color:#e52b2b;
}
.product-single-information a:hover {
	text-decoration:none;
	color:#1E7EC8;
}
.product-single-descr {
  font-size:12px;
  color:#aaa;
  text-align:left;
}
.product-single-descr p {
  padding:0;
  margin:10px 0;
}
.product-single-price {
  text-align:left;
}
.product-single-price span {
  display:block;
}
.prod-single-info {
  font-weight:bold;
}
.prod-single-price {
  padding-top:5px;
  font-size: 14px;
  color: #F87C03;
  letter-spacing:-1px;
  font-weight:bold;
  margin-bottom: 10px;
}
.product-single-details {
  text-align:left;
  padding: 5px;
  background: #B5D5B5;
  width: 92px;
}
.product-single-details a,.product-single-details a:visited,.product-single-details a:active {
	text-decoration:none;
	color:#000;
}
.product-single-details a:hover {
	text-decoration:none;
  padding-left:1px;
	color:#136313;
}
.product-single-information {
  padding-top:17px;
  padding-right: 40px;
  line-height: 20px;
}
.singleprod {
  margin-bottom:32px;
}

#downloadLink {
	display:none;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#eee;
	padding:5px;
	display:none;
	color:#000;
  font-size:12px;
  text-align:center;
	z-index:30000;
  -moz-box-shadow: 0 0 18px -3px #888;
  -webkit-box-shadow: 0 0 18px -3px #888;
  box-shadow: 0 0 18px -3px #888;
}





#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: white;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 11px;
	font-family: Arial;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: white;
	margin-bottom: 10px;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #bfbfbf;
}

#wp_page_numbers li a:hover {
	border-color: #67c054;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-color: #fd6e01;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	border-color: #BA0000;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}



.sub-cats {
	margin:16px 10px 5px 0px;
}
.sub-cats a,.sub-cats a:link,.sub-cats a:visited,.sub-cats a:active {
	color:#000;
	text-decoration:none;
	font-size:12px;
	margin-right:2px;
	background:#ddd;
	padding:4px 10px;
}
.sub-cats a:hover {
	color:#fff;
	background:#b21739;
	text-decoration:none;
}
.single-product-basket-yes {
	background:#cc0001;
	border:1px solid #760405;
	color:white;
	width: 187px;
	padding: 4px 1px 7px 10px;
	margin: 4px 2px;
}


.single-product-container {
	float:left;
	width:500px;
	padding-left:10px;
}

.single-product-container h1 {
	margin-top:0px;
}
.single-product-promo span {
	padding-left:5px;
}
.single-product-promo a {
	text-decoration:none;
	color:white;
}
.single-product-promo a:hover {
	text-decoration:none;
	color:white;
}
.single-product-buybutton input {
	height:28px;
	background:#cee8ef;
	border:0px solid #fff;
	font-size:12px;
	color:#000;
	text-shadow:0 1px 1px white;
	cursor:pointer;
	width:80px;
	border-radius:8px;
	margin-top:15px;
}
.single-product-buybutton input:hover {
	-moz-box-shadow: 0 0 8px 2px #f9545a;
	-webkit-box-shadow: 0 0 8px 2px #f9545a;
	box-shadow: 0 0 8px 2px #f9545a;
	background:#a2d9e8;
}
.wp_cart_checkout_button {
	height:28px;
	background:#aaa;
	border:0px solid #fff;
	font-size:12px;
	color:#000;
	text-shadow:0 1px 1px white;
	cursor:pointer;
	width:180px;
	border-radius:8px;
	margin-top:15px;
}
.wp_cart_checkout_button:hover {
	-moz-box-shadow: 0 0 8px 2px #f9545a;
	-webkit-box-shadow: 0 0 8px 2px #f9545a;
	box-shadow: 0 0 8px 2px #f9545a;
	background:#fff;
}
.req_button {
	height:28px;
	background:#eee;
	border:1px solid #ddd;
	font-size:12px;
	color:#000;
	text-shadow:0 1px 1px white;
	cursor:pointer;
	width:180px;
	border-radius:8px;
	margin-top:15px;
}
.req_button:hover {
	
	background:#ccc;
}
.np_button {
	height:28px;
	background:#cee8ef;
	border:0px solid #fff;
	font-size:12px;
	color:#000;
	text-shadow:0 1px 1px white;
	cursor:pointer;
	width:180px;
	border-radius:8px;
	margin-top:15px;
}
.np_button:hover {
	-moz-box-shadow: 0 0 8px 2px #f9545a;
	-webkit-box-shadow: 0 0 8px 2px #f9545a;
	box-shadow: 0 0 8px 2px #f9545a;
	background:#a2d9e8;
}
.shopping-cart-page {
	margin-right:0px;
	text-shadow:none;
	margin-top:10px;
	background:#eee;
	border:1px solid #ddd;
	padding:10px;
}
.shopping-cart-page th {
	font-weight:normal;
	color:black;
}
.shopping-cart-page a {
	text-shadow:none;
	color:darkred;
}
.single-price {
	color:#fc4617;
}

.category-container {
	text-align:left;
	position:relative;
	width:950px;
	padding-top:5px;
	font-size:14px;
	color:#fff;
	text-shadow:0 1px 1px black;
}
.category-container h1 {
	margin:10px 0;
	padding:0;
	color:#e5a22c;
	font-size:20px;
	letter-spacing:0px;
}
.single-product {
	display: block;
	margin-top: 0px;
	margin-bottom: 30px;
	position: relative;
	/*border:1px solid #eb5c50;*/
	margin: 2px 10px 42px;
}
.single-product-left {
	float: left;
margin: 0 25px 0px 0;
position: relative;
width: 450px;
}
.single-promo {
	width:95px;
	height:95px;
	position:absolute;
	left:-4px;
	top:-3px;
	text-align:center;
	background: transparent url(images/ribbon.png) no-repeat top left;
}
.single-promo span {
	font-size:12px;
	text-align:left;
	padding:18px 0px 0px 0px;
	margin-left:-14px;
	line-height:10px;
	color:black;
	display:block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-shadow: 0 1px 1px black;
	color:white;
}
.single-percent {
	width:75px;
	height:75px;
	position:absolute;
	left:-6px;
	top:-6px;
	text-align:center;
	background: transparent url(images/ribbon3-1.png) no-repeat top left;
}
.single-percent span {
	font-size:11px;
	text-align:left;
	padding:10px 0px 0px 10px;
	line-height:14px;
	color:black;
	display:block;
	text-shadow: 0 1px 1px black;
	color:white;
}
.single-product-right {
	float: left;
	width: 630px;
	text-shadow: none;
	color: black;
	padding-top: 0px;
	margin-left: 15px;
}
.single-product-image {
	display:block;
	text-align:center;
	border:1px solid #ddd;
}
.buy_button {
	height:28px;
	background:#ddd;
	border:0px solid #fff;
	font-size:12px;
	color:#000;
	text-shadow:0 1px 1px white;
	cursor:pointer;
	width:120px;
	border-radius:8px;
	margin-top:5px;
}
.buy_button:hover {
	-moz-box-shadow: 0 0 8px 2px #aaa;
	-webkit-box-shadow: 0 0 8px 2px #aaa;
	box-shadow: 0 0 8px 2px #aaa;
	background:#eee;
}
.single-product-shortdesc {
	font-style:italic;
	margin-top:20px;
	color:#aaa;
}
.single-product-descr {
	display:block;
}


/* --- NAVBOTTOM --- */

.navbottom {
	margin-top:20px;
	font-size:13px;
	text-align:left;
	color:#fff;
	background: #000;
	padding:20px 0;
}

.navbottom a {
	color:grey;
	text-decoration:none;
}
.navbottom a:hover {
	color:white;
}

/* --- FOOTER --- */

.footer {
	height:126px;
	font-size:13px;
	text-align:left;
	color:#fff;
}
.footeralt {
	background:#fafafa;
	margin-top:-10px;
}
.tradenotice {
	font-size:11px;
	padding:15px 15px 0px 15px;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	color:#2d2210;
	text-decoration:none;
}
.copyright {
	float:left;
	margin-top: 10px;
	margin-left: 25px;
}

.design {
	float:right;
	margin-top: 12px;
	margin-right: 15px;
	color:#fff;
}
.design a,.design a:visited,.design a:active {
	text-decoration:underline;
	color:#fff;
}
.design a:hover {
	color:#2d2210;
}

/* --- NAVBOTTOM --- */

.navbottom {
	font-size:13px;
	color:#000;
	text-align:left;
	margin:20px 0 0 0;
}
.single-product-ref {
	padding:5px 10px;
	font-size:12px;
	color:grey;
}

input[class="searchbut"] {
	padding: 15px 12px 16px;
	border: 1px solid #ddd;
	margin: 10px 0px 4px 5px;
	margin-left: 5px;
	width: 286px;
	text-align: left;
	border-left:1px solid white;
	border-top:1px solid white;
}
.submitbut {
	padding: 13px 12px 14px;
	border: 1px solid #00a651;
	margin: 3px 0px 6px -6px;
	width: 60px;
	text-align: center;
	font-size: 21px;
	/*background:#d9886b;*/
	background: #00a651;
	color: white;
	cursor: pointer;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.submitbut:hover {
	background: #217eb7;
	border: 1px solid #217eb7;
	color: white;
	cursor: pointer;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.banner1 {
	margin: 0 22px 0 35px;
	background: #eee;
	padding-top:10px;
	height:40px!important;
}
.topprice {
	position:fixed;
	height:38px;
	line-height:16px;
	font-size:12px;
	width:800px;
	padding:5px 75px;
	background:darkred;
	color:white;
	z-index:2000;
}
.product-leasing {
	position:absolute;
	top:2px;
	left:60px;
	width:115px;
	height:39px;
	background: transparent url(leasing/leasing.png) no-repeat top left;
}
.single-product-leasing {
	position:absolute;
	top:5px;
	right:5px;
	width:115px;
	height:39px;
	background: transparent url(leasing/leasing.png) no-repeat top left;
}
.single-buysubmit-leasing {
	clear:both!important;
	margin-right:5px!important;
	color:white!important;
	background:darkred!important;
	border:1px solid darkred!important;
	text-shadow:0 1px 1px black!important;
}
.single-buysubmit-leasing:hover {
	cursor:pointer!important;
	
	border:1px solid red!important;
	background:red!important;
}


/* --- WHITE --- */



.header-basket {
	background:#eee;
}
.navverytop {
	background: linear-gradient(135deg,#1a4f7e,#21a9af);
	background-color: #1a4f7e;
}

.navbox {
	border:0px solid white;
}
.navboxwhite {
	background:white;
	border-bottom:1px solid #eee;
}
.navboxtitlelgrey {
	background:#ccc;
}

.content {
	color:black;
	text-shadow:none;
}
.content h1 {
	color:#000;
	text-transform:none;
	text-shadow:0 1px 1px white;
}
.slogan h1 {
	color:#9d1b14;
	text-shadow:none!important;
}
.product {
	
}

.product-name a {
	color:#333!important;
}
.product-name a:hover {
	color:#000!important;
}
span.prod-price {
	color:#1e6d9d!important;
	font-size:17px;
	font-weight:bold;
}

.navboxtitlegrey {
	background:#aaa;
}
.head-basket {
	background:#eee;
}
.navverytop-menu {
	color:#ccc;
}
.navverytop-menu a {
	color: #000;
	font-size:13px;
	padding: 0 4.5px;
	/* line-height: 14px; */
	text-shadow: 0 1px 1px white;
}
.navverytop-menu a:hover {
	color:#c94310;
}
.category-container {
	text-shadow:none!important;
	color:black;
}

.product-cat-desc {
	font-style:italic;
	font-size:12px;
}
.productscat {
	margin-top:-5px;
}
.single-product-image {
	background:white;
}
.navbottom {
	background: #9a010d;
}
.footer,.design {
	color:#000;
}
.footer a,.footer a:visited {
	color:#000;
}
.navbottom a,.navbottom a:visited {
	padding:0 10px;
}
.navbottom a:hover {
	color:#aaa!important;
}
.design a,.design a:visited {
	color:#000;
}
.socialmnews {
	margin-top:32px;
	margin-left:0px;
}
.socialp {
	font-size:12px;
}
.focus-gplus {
	float:left;
	margin-right:4px;
}
.focus-twi {
	float:left;
	margin-right:4px;
}
.focus-fb {
	
}

.cat-description {
	padding: 18px;
	font-size: 12px;
	color: #aaa;
	margin-bottom:-10px;
	
	display:none;
}
.subcats {
	margin-right:-40px;
	margin-left:18px;
	font-size:13px;
	margin-bottom:20px;
	margin-top:11px;
}
.subcats1wrap {
	background: transparent url(images/1.png) no-repeat 0% 40%;
}
.subcats2wrap {
	background: transparent url(images/2.png) no-repeat 0% 5%;
}
.subcats3wrap {
	background: transparent url(images/1.png) no-repeat 0% 12%;
}
.subcatssearch {
	margin-left:0px;
	font-size:13px;
	margin-bottom:-5px;
	margin-top:11px;
}
.subcats li {
	list-style-type: none;
	width: 115px;
	float: left;
	margin-right: 20px;
	border-bottom: 1px solid #eee;
	padding:6px 0px;
}
.subcats a {
	text-decoration:none;	
	color:#000;
}
.subcats a:visited {
	text-decoration:underline;	
	color:#000;
}
.subcats a:hover {
	text-decoration:none;
	color:#c94310;
}
.subcatsmain {
	margin-right:-40px;
	margin-left:18px;
	font-size:12px;
	margin-bottom:25px;
	margin-top:11px;
	display:table;
}
.subcatsmain li {
	list-style-type: none;
	width: 115px;
	float: left;
	margin-right: 20px;
	border-bottom: 1px solid #ccc;
	padding:6px 0px;
}
.subcatsmain a {
	text-decoration:none;	
	color:#000;
}
.subcatsmain a:visited {
	text-decoration:underline;	
	color:#000;
}
.subcatsmain a:hover {
	text-decoration:none;
	color:#c94310;
}
.homeh1active {
	color:white;
	text-shadow:none;
}
.languages {
	font-size:12px;
	color:#72511e;
	padding-right:20px;
}
.languages a {
	color:#a1742e;
}
.languages a:hover {
	color:#72511e;
}
.product-box {
	text-align:left;
	padding:8px;
	font-size:12px;
}

#accordion,#accordion2,#accordion3 {
	list-style:none;
	padding:0 0 0 0;
	width:190px
}
#accordion li,#accordion2 li,#accordion3 li {
	display:block;
	font-weight:bold;
	margin:1px;
	cursor:pointer;
	padding:5px 5px 5px 12px;
	list-style:circle;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;border-radius:10px
}
#accordion ul,#accordion2 ul,#accordion3 ul {
	list-style:none;
	padding:0 0 0 12px;
	display:none
}
#accordion ul li, #accordion2 ul li, #accordion3 ul li {
	font-weight:normal;
	cursor:auto;
	background-color:#fff;
	padding:0 0 0 7px
}
#accordion a,#accordion2 a, #accordion3 a {
	text-decoration:none;
}
#accordion a:hover,#accordion2 a:hover ,#accordion3 a:hover {
	text-decoration:underline;
}
#accordion li a,#accordion2 li a, #accordion3 li a {
	text-decoration:none;
	color:darkred;
}
#accordion li a:hover,#accordion2 li a:hover ,#accordion3 li a:hover {
	text-decoration:underline;
}
.groupboxes {
	text-align:center;
}
.groupbox {
	text-align:left;
	display:inline-block;
	vertical-align:top;
	width:297px;
	padding:0 0px;
	margin: 0 25px;
}
.groupboximg {
	width:297px;
}
.groupboximg img {
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.groupboximg img:hover {
	opacity:0.8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	cursor:pointer;
}
.groupboximgshops {
	width:297px;
	height:166px;
	overflow:hidden;
}
.groupboxdesc {
	padding:4px 12px 0;
	color:#aaa;
	text-align:center;

	margin-bottom: 16px;
	text-align: left;
	font-size:14px;
	line-height:18px;
}
.groupboxdescshops {
	padding:4px 15px 0;
	color:black;
	line-height:22px;
}
.groupboxtitle {
	background: #eee;
	height:42px;
	margin-bottom:10px;
	
	margin-top:15px;
	border-bottom:1px solid #ddd;
	background:white;
}
.groupboxtitleshops{
	margin-top:0;
}
.groupboxtitle h3,.groupboxtitle h4,.groupboxtitle h5,.groupboxtitle h6  {
	margin:0;
	color:#000;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
	text-align:center;
	padding-top:13px;
	
	text-align:left;
	padding-left:12px;
	font-family: 'Lobster', cursive;
	font-size:20px;
}
.groupboxinfo {
	padding:5px 15px;
	color:grey;
}
.groupboxinfo img {
	float:left;
	width:100px;
	height:auto;
	margin-right:8px;
	margin-bottom:8px;
}
.ui-menu .ui-menu-item {
	font-size:11px;
}
ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
	width:374px;
}
.quick-select {
	font-size:14px;
	line-height:20px;
	padding:8px;	
	width:884px;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:#bbb;
	text-shadow:0 1px 1px white;
}
.quick-select:hover {
	font-size:14px;
	line-height:20px;
	padding:8px;	
	width:884px;
	text-align:center;
	background:#ddd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.quick-select-cat {
	margin-bottom:8px;
	background:#eee;
}
.quick-select-cat:hover {
	margin-bottom:8px;
	background:#ccc;
}
.quick-select-product {
	margin-bottom:8px;
	background:#eee;

}
.quick-select-product:hover {
	margin-bottom:8px;
	background:#ccc;
}
.serviceForm1 {
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 25px;
	width:200px;
	font: 400 13px arial;
	background: #fff;
	border: 1px solid #DDD;
}
.serviceForm1color {
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 25px;
	width:60px;
	font: 400 13px arial;
	background: #fff;
	border: 1px solid #DDD;
}
.serviceForm1colorsingle {
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 28px;
	width:60px;
	font: 400 13px arial;
	background: #fff;
	border: 1px solid #DDD;
}
.serviceForm1colorrel {
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 22px;
	width:60px;
	font: 400 13px arial;
	background: #fff;
	border: 1px solid #DDD;
	margin-left: 3px;
	margin-top: 1px;
}
.serviceForm1colorlease {
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 28px;
	width:210px;
	font: 400 13px arial;
	background: #fff;
	border: 1px solid #DDD;
	margin-left: 3px;
	margin-top: 1px;
}
.serviceForm1area {
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 125px;
	width:200px;
	font: 400 13px arial;
	background: #fff;
	border: 1px solid #DDD;
}
.newsform {
	margin-top:15px;
}
.reqForm1 {
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 25px;
	width:400px;
	font: 400 13px arial;
	background: #fff;
	border: 1px solid #DDD;
}
.reqForm1area {
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 125px;
	width:400px;
	font: 400 13px arial;
	background: #fff;
	border: 1px solid #DDD;
}
.seeksubmitbut {
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 25px;
	font: 400 13px arial;
	width:80px;
	background: #fff;
	border: 1px solid #DDD;
}
.seeksubmitbut:hover {
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 25px;
	font: 400 13px arial;
	background: red;
	color:white;
	border: 1px solid #DDD;
	cursor:pointer;
}
.seek,.drop1,.drop2,.drop3,.seeksubmit {
	display:inline-block;
	vertical-align:top;
	padding-right:3px;
}
.seek {
	padding-top:3px;
}
ul.topnav {
	/*list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
  	padding-left:16px;
  	line-height:5px;*/  	
  	list-style: none;
	padding: 0 20px; 
	margin: 0;
	height:48px;
	margin-top:-8px;
	float: left;
	padding-left: 16px;
	line-height: 18px;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
	position: relative;
}
ul.topnav li a{
	padding: 16px 17px;
	color: #fff;
	font-size:15px;
	display: block;
	text-decoration: none;
	text-shadow:0 1px 1px black;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.topnav li a:hover{
	color:#fff;
	background:#1a4f7e;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.topnav li span { 
	width: 1px;
	display:none;
	height: 1px;
	float: left;
  background: url(images/arrow.png) no-repeat 10% 30%;
}
ul.topnav li span.subhover {background-position: 10% 22%; cursor: pointer;z-index:1000}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 5px; 
	/*top: 32px;*/
	top: 49px;
	background: #aaa;
	margin: 0; padding: 0;
	display: none;
	float: left;
	/*width:120px;*/
	width:250px;
	z-index:1000;
	font-size:13px;
	z-index:2000;
	/*-moz-box-shadow: 0 0 18px -3px #888;
	-webkit-box-shadow: 0 0 18px -3px #888;
	box-shadow: 0 0 18px -3px #888;*/
	-moz-box-shadow: -5px 18px -3px #888, 5px 18px -3px -5px 18px -3px #888;
	-webkit-box-shadow: -5px 18px -3px #888, 5px 18px -3px -5px 18px -3px #888;
	box-shadow: -5px 18px -3px #888, 5px 18px -3px -5px 18px -3px #888;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #fff; /*--Create bevel effect--*/
	clear: both;
	/*padding: 5px 0px;*/
	font-size: 12px;
	line-height: 13px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	/*width:110px;*/
	width:240px;
	background: #1a4f7e;
	padding: 12px 0px;
	padding-left:10px;
	font-size:12px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #bbb; 
	padding: 12px 0px;
	/*width:110px;*/
	width:240px;
	padding-left:10px;
	color:black;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.header-social {
	float:right;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:5px;
}
.header-social-box {
	float:left;
	margin-right:4px;
	width:30px;
	height:30px;
	overflow:hidden;
}
.header-social-box img {
	width:30px;
	height:auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:0.7;
}
.header-social-box img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;

}
.header-leasing {
	float:left;
	margin-right:8px;
	margin-top:-4px;
}
.header-leasing img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:0.7;
	border-radius:5px;
}
.header-leasing img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
}
.leasing-message {
	width: 380px;
	height: 228px;
	padding: 10px;
	overflow: auto;
	font-size: 13px;
	display: block;
	text-align: left;
	background: #fff;
	color:black;
}
.cart-commerce-message {
	width: 380px;
	height: 228px;
	padding: 10px;
	overflow: auto;
	font-size: 13px;
	display: block;
	text-align: left;
	background: #fff;
	color:black;
}
.cart-commerce-message-cart,.cart-commerce-message-noreg {
	width: 380px;
	height: 228px;
	padding: 10px;
	overflow: auto;
	font-size: 13px;
	display: block;
	text-align: left;
	background: #fff;
	color:black;
}
.header-delivery {
	float:left;
	margin-right:12px;
	margin-top:-4px;
}
.header-delivery img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:0.7;
	border-radius:5px;
}
.header-delivery img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
}
.delivery-message {
	width: 280px;
	height: 128px;
	padding: 10px;
	overflow: auto;
	font-size: 13px;
	display: block;
	text-align: left;
	background: #fff;
	color:black;
}
.quick-view {
	position:absolute;
	bottom:42px;
	right:18px;
}
.reference-first-message {
	width: 480px;
	height: 328px;
	padding: 10px;
	overflow: auto;
	font-size: 13px;
	display: block;
	text-align: left;
	background: #fff;
	color:black;
}
.search-div {
	font-size:13px;
	line-height:20px;
	width:900px;
	margin-bottom:8px;
	text-align:left;
}
.navverytopright-search {
	
}
.promo-delivery {
	font-size:13px;
	line-height:18px;
	margin-bottom:8px;
	text-align:left;
}
.promo-delivery-buy {
	width:150px;
	height:55px;
	margin:0 5px;
	float:right;
	overflow:hidden;
	border:1px solid #eee;
	border-radius:8px;
	padding:5px;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.promo-delivery-buy:hover {
	background:red;
	color:white;
	text-shadow:0 1px 1px black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:1px solid darkred;
	-moz-box-shadow: 0 0 8px 0px #aaa;
	-webkit-box-shadow: 0 0 8px 0px #aaa;
	box-shadow: 0 0 8px 0px #aaa;
}
.promo-delivery-lease {
	width:160px;
	margin:0 5px;
	height:55px;
	float:right;
	overflow:hidden;
	border-radius:8px;
	padding:5px;
	border:1px solid #eee;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.promo-delivery-lease:hover {
	background:red;
	color:white;
	text-shadow:0 1px 1px black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:1px solid darkred;
	-moz-box-shadow: 0 0 8px 0px #aaa;
	-webkit-box-shadow: 0 0 8px 0px #aaa;
	box-shadow: 0 0 8px 0px #aaa;
}
.no-flickr {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
} 
a {
	cursor:pointer!important;
}
.cart-bar {
	width: 898px;
	background: #a2201d;
	margin-bottom:8px;
	color: white;
	font-size: 12px;
	padding: 9px 0 10px;
	text-align:left;
	border:1px solid #a2201d;
	text-shadow: 0 1px 1px black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cart-bar:hover {
	background: darkred;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:1px solid darkred;
}
.cart-bar-content {
	padding:0 15px;
}
.foreder {
	padding-left:10px;
}
.cart-bar-content-number {
	float:left;
}
.cart-bar-content-number a {
	color:white;
	text-decoration:underline;
}
.cart-bar-content-number a:hover {
	color:red;
	text-shadow:none;
}
.cart-bar-content-terms {
	float:right;
	padding-right:15px;
}
.cart-bar-content-terms a {
	color:white;
	text-decoration:underline;
}
.cart-bar-content-terms a:hover {
	color:red;
	text-shadow:none;
}
.addmore-bar {
	width: 898px;
	background: #640d0b;
	margin-bottom:8px;
	color: white;
	font-size: 12px;
	padding: 9px 0 10px;
	text-align:left;
	border:1px solid #a2201d;
	text-shadow: 0 1px 1px #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top:-8px;
}
.addmore-bar-content {
	padding:0 15px;
}
.content h1,.single-container h1 {
	display: block;
	padding: 5px 0px 4px 16px;
	margin: 0;
	/*background:darkred;
	color:white;
	text-shadow:0 1px 1px black;*/
	background:#eee;
	color:black;
	text-shadow: 0 1px 1px white;
	margin-bottom: -2px !important;
	font-size:14px;
	height:33px;
	text-transform:none;
}
.content h3 {
	display: block;
	padding: 5px 0px 4px 16px;
	margin: 0;
	background:#f5f5f5;
	color:black;
	text-shadow: 0 1px 1px white;
	line-height: 32px !important;
	font-size:14px;
	height:33px;
	text-transform:none;
}
.content h1 a,.content h1 a:visited,.content h1 a:active {
	text-decoration:none;
	color:black;
}
.content h1 a:hover {
	text-decoration:none;
	color:darkred;
}
.single-container h1 a,.single-container h1 a:visited,.single-container h1 a:active {
	text-decoration:none;
	color:black;
}
.single-container h1 a:hover {
	text-decoration:none;
	color:darkred;
}
.homeh1 {
	display: block;
	padding: 5px 0px 4px 16px;
	margin: 0;
	background:#eee;
	color:black;
	text-shadow: 0 1px 1px white;
	line-height: 32px !important;
	font-size:14px;
	height:33px;
}
#back-top {
	position:fixed;
	bottom:30px;
	margin-left:-45px;
}
#back-top a {
	width:40px;
	display:block;
	text-align:center;
	font:11px/100% Arial,Helvetica,sans-serif;
	text-transform:none;
	text-decoration:none;
	color:grey;
	-webkit-transition:1s;
	-moz-transition:1s;transition:1s
}
#back-top a:hover{
	color:darkred;
}
#back-top span{
	width:40px;
	height:40px;
	display:block;
	margin-bottom:7px;
	background:grey url(images/up.png) no-repeat center center;
	-webkit-transition:1s;
	-moz-transition:1s;transition:1s
}
#back-top a:hover span{background-color:darkred;}
/* -- Mobile Nav -- */

.single-image-gallery {
	text-align:center;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	margin-right:-8px;
}
.single-image-gallery-box {
	border: 1px solid #eee;
	width:69px; /* 3 per raw */
	height:69px; /* 3 per raw */
	width:39px; /* 4 per raw */
	height:39px; /* 4 per raw */
	float:left;
	overflow:hidden;
	margin:5px 5px 0 0;
	margin:4.5px 4.5px 0 0;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}
.single-image-gallery-box:hover {
	border: 1px solid #ccc;
}
.single-image-gallery img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.6;
	width:63px; /* 3 per raw */
	width:33px; /* 4 per raw */
	padding:3px;
}
.single-image-gallery img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:1;
}
.product-small {
	float: left;
	width: 211px;
	height:130px;
	margin-top:-2px;
	text-align: center;
	position:relative;
	border:1px solid #eee;
	background:white;
	color:black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-small-gift {
	height:100px;
}
.product-image-small {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:8px;
	overflow: hidden;
	float:left;
	width:68px;
	height:100px;
}
.product-image-small img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.8;
}
.product-image-small img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:1;
}
.product-name-small {
	padding: 0px 8px;
}
.product-name-small h2,.product-name-small h3 {
	text-align: left;
	color:000;
	font-weight:normal;
	line-height: 15px;
	margin-bottom: 5px;
	padding-left:0px;
	padding-top:0px;
	margin-right:10px;
	font-size:12px;
	text-transform:none;
}
.product-name-small a,.product-name-small a:visited,.product-name-small a:active {
	text-decoration:none;
	color:#000;
}
.product-name-small a:hover {
	text-decoration:underline;
	color:darkred;
}
.product-descr-small {
	font-size:12px;
	/*color:#fff;*/
	color:#aaa;
	text-align:left;
	padding:4px 8px;
	line-height:16px;
}
.product-descr-small a,.product-descr-small a:link,.product-descr-small a:active,.product-descr-small a:visited {
	color:#907d5e;
}
.product-descr-small p {
	padding:0;
	margin:5px 0;
}
.product-rating-small {
	text-align:left;
	font-size:11px;
	position:absolute;
	bottom:4px;
	left:0px;
	
}
.product-rating-number {
	float:left;
}
.product-rating-stars {
	float:left;
	padding-top:0px;
	padding-left:7px;
}
.product-price-small {
	text-align:left;
	padding:4px 8px;
}
.product-buy-small {
	position: absolute;
	bottom: 8px;
	left: 82px;
	width: 60px;
	height: 18px;
	text-align:left;
	padding-top: 5px;
	line-height: 13px;
	text-shadow: 0 1px 1px white;
}
.product-buy a {
	line-height:26px;
	color:black;
	font-size:12px;
}
span.prod-price-small {
	color:darkred;
}
span.currency-small {
	color:grey;
	font-size:11px;
}
.prod-price-small {
  padding-top:5px;
	font-size: 14px;
	color: #000;
	letter-spacing:0px;
	margin-bottom: 10px;
}
.buysubmit-small {
	float:left;
	border:1px solid grey;
	background:#fff;
	padding-top:2px;
	padding-bottom:3px;
	/*color:white;
	background:red;
	border:1px solid darkred;
	text-shadow:0 1px 1px black;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.buysubmit-small:hover {
	cursor:pointer;
	color:white;
	background:gray;
	border:1px solid black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.related {
	margin-top:4px;
	margin-right:-10px;
}
.product-related {
	float: left;
	width: 674px;
	height: 125px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: center;
	position: relative;
	border: 1px solid #eee;
	background: white;
	color: black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-related:hover {
	-moz-box-shadow: 0 0 8px 0px #aaa;
	-webkit-box-shadow: 0 0 8px 0px #aaa;
	box-shadow: 0 0 8px 0px #aaa;
	border:1px solid #aaa;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-related-gift {
	height:100px;
}
.product-image-related {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:8px;
	overflow: hidden;
	float:left;
	width:78px;
	height:100px;
}
.product-image-related img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.8;
}
.product-image-related img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:1;
}
.product-name-related {
	padding: 0px 8px;
}
.product-name-related h2,.product-name-related h3 {
	text-align: left;
	color:000;
	font-weight:bold;
	line-height: 15px;
	margin-bottom: -5px;
	padding-left:0px;
	padding-top:0px;
	margin-right:10px;
	font-size:12px;
	text-transform:none;
}
.product-name-related a,.product-name-related a:visited,.product-name-related a:active {
	text-decoration:none;
	color:#000;
}
.product-name-related a:hover {
	text-decoration:underline;
	color:darkred;
}
.product-descr-related {
	font-size:12px;
	/*color:#fff;*/
	color:#aaa;
	text-align:left;
	padding:4px 8px;
	line-height:16px;
}
.product-descr-related a,.product-descr-related a:link,.product-descr-related a:active,.product-descr-related a:visited {
	color:#907d5e;
}
.product-descr-related p {
	padding:0;
	margin:5px 0;
}
.product-rating-related {
	text-align:left;
	font-size:11px;
	position:absolute;
	bottom:10px;
	right:6px;
	
}
.product-rating-number {
	float:left;
}
.product-rating-stars {
	float:left;
	padding-top:0px;
	padding-left:7px;
}
.product-price-related {
	/* text-align: left; */
	/* padding: 4px 8px; */
	position: absolute;
	left: 188px;
	bottom: 10px;
	font-size:11px;
}
.product-colors-related {
	position: absolute;
	left: 408px;
	bottom: 10px;
	font-size:11px;
}
.product-buy-related {
	position: absolute;
	bottom: 12px;
	right: 124px;
	width: 180px;
	height: 18px;
	text-align: left;
	padding-top: 5px;
	line-height: 13px;
	text-shadow: 0 1px 1px white;
}
.product-buy a {
	line-height:26px;
	color:black;
	font-size:12px;
}
span.prod-price-related {
	color:darkred;
}
span.currency-related {
	color:grey;
	font-size:11px;
}
.prod-price-related {
  padding-top:5px;
	font-size: 14px;
	color: #000;
	letter-spacing:0px;
	margin-bottom: 10px;
	font-family: 'Dosis', sans-serif;
	font-size:15px;
}
.buysubmit-related {
	float:left;
	border:1px solid grey;
	background:#fff;
	padding-top:2px;
	padding-bottom:3px;
	/*color:white;
	background:red;
	border:1px solid darkred;
	text-shadow:0 1px 1px black;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.buysubmit-related:hover {
	cursor:pointer;
	color:white;
	background:gray;
	border:1px solid black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.video-content {
	display:none;
}
.video-content-visible {
	display:block;
}
.video-iframe {
	margin-top:8px;
}
.deliverymore {
	padding:10px;
	margin-top:2px;
	border:1px dashed #ddd;
	font-size:12px;
	background:#eee;
}
.leasingmore {
	padding:10px;
	margin-top:2px;
	border:1px dashed #ddd;
	font-size:12px;
	background:#eee;
}
.altnamemore {
	padding:0 5px 5px;
	margin-top:2px;
	border:1px dashed #ddd;
	font-size:12px;
	background:#fafafa;
}
.single-product-desc {
	font-size: 14px;
	line-height: 20px;
	margin-top: -18px;
}
.single-product-icons {
	padding:10px;
	margin-bottom:2px;
	border:1px dashed #fff;
	font-size:11px;
	text-align:center;
	height:70px;
	overflow:hidden;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
.single-product-icons:hover {
	height:70px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons a,
.single-product-icons a:link,
.single-product-icons a:visited,
.single-product-icons a:active {
	color:white;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-product-icons a:hover {
	color:black;
	text-decoration:none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-leasing {
	width:20%;
	float:left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-product-icons-leasing:hover {
	color:black;
	text-decoration:none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-leasing-image img {
	width:82px;
	height:auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:0.7;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-leasing-image img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-delivery {
	width:20%;
	padding-left:2%;
	float:left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-product-icons-delivery:hover {
	color:black;
	text-decoration:none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-delivery-image img {
	width:52px;
	height:auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:0.7;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-delivery-image img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-combine {
	width:18%;
	padding-left:1%;
	padding-right:0%;
	float:left;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-product-icons-combine:hover {
	color:black;
	text-decoration:none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-combine-image img {
	width:42px;
	height:auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:0.5;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-combine-image img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-more {
	width:14%;
	padding-right:2%;
	float:left;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-product-icons-more:hover {
	color:black;
	text-decoration:none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-more-image img {
	width:30px;
	height:auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:0.5;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-more-image img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-video {
	width:16%;
	padding-left:2%;
	float:left;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-product-icons-video:hover {
	color:black;
	text-decoration:none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-video-image img {
	width:56px;
	height:auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:0.4;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-video-image img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-leasing-image,
.single-product-icons-delivery-image,
.single-product-icons-combine-image,
.single-product-icons-more-image,
.single-product-icons-video-image {
	height:42px;
}
.single-product-icons span {
	background:#fff;
	width:70px;
	height:28px;
	display:block;
}
.single-product-icons span:hover {
	background:#eee;
	width:70px;
	height:28px;
	display:block;
}



.single-product-prodicons {
	padding:10px 0; 
	margin-bottom:2px;
	border:1px dashed #fff;
	font-size:12px;
	text-align:left;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
.single-product-prodicons a,.single-product-prodicons a:active,.single-product-prodicons a:visited {
	color:black;
	text-decoration:none;
}
.single-product-prodicons a:hover {
	color:darkred;
	text-decoration:underline;
}
.prodicons-row {
	border-bottom:1px dashed #eee;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.prodicons-row:hover {
	border-bottom:1px dashed #eee;
	background:#eee;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.prodicons-image {
	float:left;
	width:75px;
}
.saturate {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
}
.prodicons-image img {
	width:60px;
	height:auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:0.8;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.prodicons-image img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.single-product-icons-video-image img {
	width:56px;
	height:auto;
}
.prodicons-txt {
	padding-top:4px;
}
.single-product-icons-wrap {
	margin-top:5px;
	margin-bottom:35px;
	padding-left:0px;

}
.single-product-icons-wrap img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:0.5;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	padding-right:5px;
}
.single-product-icons-wrap img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
input#tags {
	padding:10px 12px 13px;
	border:1px solid #aaa;
	margin:3px 30px 4px 32px;
	width:494px;
	text-align:left;
}
.single-product-phone {
	height: 21px;
	width: 132px;
	padding: 5px;
	margin-top:-14px;
	margin-bottom:25px;
	border: 1px solid red;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:#fff;
	color:black;
	text-shadow:0 1px 1px white;
	line-height:20px;
	font-size:17px;
	font-family: 'Dosis', sans-serif;
}
.single-product-phone:hover {
	border: 1px solid black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 0 0 15px -4px #888;
	-webkit-box-shadow: 0 0 15px -4px #888;
	box-shadow: 0 0 15px -4px #888;
	background:#eee;
	color:darkred;
	text-shadow:0 1px 1px white;
}
.cat-product-phone {
	height: 21px;
	width: 655px;
	padding: 5px;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:14px;
	border: 1px solid red;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:#fff;
	color:black;
	text-shadow:0 1px 1px white;
	line-height:20px;
	font-size:17px;
	font-family: 'Dosis', sans-serif;
}
.cat-product-phone:hover {
	border: 1px solid black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 0 0 15px -4px #888;
	-webkit-box-shadow: 0 0 15px -4px #888;
	box-shadow: 0 0 15px -4px #888;
	background:#eee;
	color:darkred;
	text-shadow:0 1px 1px white;
}
.cat-product-phone span {
	padding-left:10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:13px;
	line-height:17px;
	color:gray;
}
.home-product-phone {
	height: 21px;
	width: 162px;
	padding: 5px;
	margin-top:-8px;
	margin-bottom:5px;
	background:#fff;
	color:darkred;
	text-shadow:0 1px 1px white;
	line-height:18px;
	font-size:20px;
	font-family: 'Dosis', sans-serif;
	display:inline-block;
}
.product-corner,.single-product-corner,.sidebar-deco {
	display:none;
}
/* -- Mobile Nav -- */

#nav {
			top: 5px;
		}
/* Some stylesheet reset */
#nav, #nav ul {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
}

/* The main container (the navigation bar) */
#nav {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	font-family: 'Source Sans Pro', sans-serif;
	/*background: rgba(255, 255, 255, .8);*/
	background: #217eb7;
}

/* The main links containers */
#nav>li {
	float: left;
	display: block;
	padding: 0;
	position: relative;
}

/* Hiding the links used for toggling the menu in mobile mode */
#nav #toggleMenu, #nav #hideMenu {
	display: none;
}

/* The links which contain submenus need more space to the right for the arrow which indicates the submenus */
#nav>li.dropdown>a {
	padding-right: 48px;
}

/* The main navigation links */
#nav>li>a {
	/*padding: 16px 22px;*/
	padding: 14px 22px;
	display: block;

	text-decoration: none;
	font-size: 18px;
	color: #e1e1e1;
	
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-ms-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

/* Changing the color of the links on hover */
#nav li:hover>a {
	color: #fff;
}

/* General styling for the :after & :before pseudo-elements */
#nav li:after, #nav li:before, #nav a:after, #nav a:before {
	position: absolute;
	display: block;
	content: "";
}

/* The circle of the indicator */
#nav>li.dropdown::after {
	height: 14px;
	width: 14px;
	border: 2px solid #e1e1e1;
	top: 16px;
	right: 14px;
	border-radius: 12px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

/* The arrow of the indicator */
#nav>li.dropdown::before {
	height: 4px;
	width: 4px;
	border: 2px solid #e1e1e1;
	border-top: none;
	border-left: none;
	top: 21px;
	right: 20px;

	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);

	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

/* The hover state of the indicator */
#nav>li.dropdown:hover::after, #nav>li.dropdown:hover::before {
	-webkit-transform: scale(0.85) rotate(45deg);
	-ms-transform: scale(0.85) rotate(45deg);
	-moz-transform: scale(0.85) rotate(45deg);
	-o-transform: scale(0.85) rotate(45deg);
	transform: scale(0.85) rotate(45deg);
	border-color: #fff;
} 

/* The pseudo-element used for the wave animation */
#nav>li.dropdown>a::after {
	height: 18px;
	width: 18px;
	top: 16px;
	right: 14px;
	border-radius: 12px;
}

/* When the link is hovered, the wave animation starts */
#nav>li.dropdown:hover>a::after {
	-webkit-animation: waveAnimation 1.3s ease-out 75ms;
	-moz-animation: waveAnimation 1.3s ease-out 75ms;
	animation: waveAnimation 1.3s ease-out 75ms;
}

/* The wave animation */
@-webkit-keyframes waveAnimation {
	0% {
		opacity: 0.3;
		box-shadow: 0 0 0 1px rgba(255,255,255,0.0);
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 1px rgba(255,255,255,0.35);
	}
	100% {
		box-shadow: 0 0 0 1px rgba(255,255,255,0.35);
		-webkit-transform: scale(2);
		opacity: 0;
	}
}

@-moz-keyframes waveAnimation {
	0% {
		opacity: 0.3;
		box-shadow: 0 0 0 1px rgba(255,255,255,0.0);
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 1px rgba(255,255,255,0.35);
	}
	100% {
		box-shadow: 0 0 0 1px rgba(255,255,255,0.35);
		-moz-transform: scale(2);
		opacity: 0;
	}
}

@keyframes waveAnimation {
	0% {
		opacity: 0.3;
		box-shadow: 0 0 0 1px rgba(255,255,255,0.0);
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 1px rgba(255,255,255,0.35);
	}
	100% {
		box-shadow: 0 0 0 1px rgba(255,255,255,0.35);
		transform: scale(2);
		opacity: 0;
	}
}

/* The submenus */
#nav ul {
	display: block;
	position: absolute;
	left: -9999px;
	background: rgba(255, 255, 255, .2);
	opacity: 0;
	-webkit-transition: opacity .32s ease-in;
	-moz-transition: opacity .32s ease-in;
	-ms-transition: opacity .32s ease-in;
	-o-transition: opacity .32s ease-in;
	transition: opacity .32s ease-in;
}

/* Showing the submenus when the parent is hovered */
#nav>li:hover>ul {
	left: 0;
	opacity: 1;
}

#nav ul li {
	display: block;
	padding: 0;
}

/* The submenu links */
#nav ul li a {
	color: #e1e1e1;
	text-decoration: none;
	display: block;
	padding: 10px 22px;
	width: 150px;
	font-size: 13px!important;
	border-top: 1px solid rgba(180, 180, 180, .1);
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-ms-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

/* Hiding the level 2+ submenus */
#nav ul ul {
	display: none;
}
/* Styles for the mobile devices */
@media screen and (max-width: 768px) {
	#nav {
		height: auto;
		width:100%;
	}

	#nav>li {
		float: none;
		border-top: 1px solid rgba(180, 180, 180, .1);
	}

	#nav li {
		display: none;
	}

	#nav ul {
		position: relative;
		left: auto;
		opacity: 1;
		background: rgba(0, 0, 0, .05);
		background: rgba(0, 0, 0, .0);
		border-top: 1px solid rgba(180, 180, 180, .1);
	}

	#nav ul li a {
		border-top: none;
		padding-left: 35px;
		width: 100%;
	}

	#nav>#toggleMenu {
		display: block;
		z-index: 999;
	}

	#nav:target>#toggleMenu {
		display: none;
	}

	#nav:target>#hideMenu {
		display: block;
		z-index: 999;
	}

	#nav #hideMenu>a {
		color: #fff;
		z-index: 999;
	}

	#nav #toggleMenu>a {
		z-index: 999;
	}

	#nav:target li {
		display: block;
		text-align:left;
	}

	#nav>li.dropdown::after {
		right: 22px;
		border-color: #fff;
	}

	#nav>li.dropdown::before {
		right: 28px;	
		border-color: #fff;	
	}

	#nav>li.dropdown>a::after {
		right: 22px;
	}

	#toggleMenu::after, #hideMenu::after {
		height: 20px;
		width: 20px;
		border: 2px solid #e1e1e1;
		top: 13px;
		right: 22px;
		border-radius: 16px;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-ms-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
		z-index: -1;
	}

	#toggleMenu::before, #hideMenu::before {
		height: 2px;
		width: 10px;
		border-top: 2px solid #e1e1e1;
		border-bottom: 2px solid #e1e1e1;
		top: 20px;
		right: 29px;
		z-index: -1;
	}

	#hideMenu::after, #hideMenu::before {
		border-color: #fff;
	}

	#toggleMenu>a::after, #hideMenu>a::after {
		height: 2px;
		width: 10px;
		background: #e1e1e1;
		top: 28px;
		right: 29px;
		z-index: -1;
	}

	#hideMenu>a::after {
		background: #fff;
	}
}
.socialmnews {
	margin-top:32px;
	margin-left:15px;
}
.focus-gplus {
	float:left;
	margin-right:4px;
}
.focus-twi {
	float:left;
	margin-right:4px;
}
.focus-fb {
	float:left;
	margin-right:4px;
}
.fb_iframe_widget {
	vertical-align:top;
}
.not-working {
	font-size:12px;
	text-align:center;
	background:darkred;
	color:white;
	text-shadow:0 1px 1px black;
	margin-bottom:-2px;
	padding:5px;
	margin:10px;
}
.not-working h2 {
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.product-buy-but-div {
	padding-left:0px;text-align:left;
}
.buysubmita {
	float: left;
	border: 1px solid black;
	background: #eee;
	padding-top: 0px;
	width: 90px;
	height:24px;
	/* color: black !important; */
	text-decoration: none !important;
	font-size: 11px !important;
	padding-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.buysubmita:hover {
	cursor:pointer;
	background:#ddd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.socialmnewssingle {
	margin-top:0px;
	margin-left:0px;
}
.socialmnewshome {
	margin-top:10px;
	margin-left:0px;
}

.backbut {
	text-decoration:underline!important;
	color:gray!important;
}
.npleft {
	float:left;
	width:40%;
}
.npright {
	float:right;
	text-align:left;
	width:40%;
}
.homeadvertboxespage {
	width:900px;
	height:300px;
	overflow:hidden;
	margin-bottom:8px;
	position:relative;
}
.homeadvertboxespage img,.homeadvertboxes2 img {
	opacity:0.9;
}
.navverytop {
	margin-bottom:0;
	box-shadow: 0 4px 12px -8px black;
}
.homeadvertboxespagehome {
	width:900px;
	height:300px;
	overflow:hidden;
	margin-bottom:8px;
	position:relative;
}
.homeadvertboxespagehome:hover {
	cursor:default!important;
}
.navbottom-cart {
	margin-left:10px;
	margin-right:10px;
	background:white;
	border-top:1px solid black;
}
.newsletter-info {
	font-size:13px;
	line-height:20px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.print {
	background:white;
}
.wrapperprint,.headerprint {
	width:650px;
}
.print-product-desc p {
	margin:0;
	padding:10px 0;
	font-size:12px;
}
.print-qr {
	position:absolute;
	top:0px;
	right:0px;
}
.print-icon {
	float:left;
	margin-top:-1px;
	margin-left:3px;
}
.print-icon img {
	width:20px;
	height:auto;
	opacity:0.3;
}
.print-icon img:hover {
	width:20px;
	height:auto;
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: scale(1.05);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.qr-icon {
	float:left;
}
.qr-icon img {
	width:20px;
	height:auto;
	opacity:0.3;
}
.qr-icon img:hover {
	width:20px;
	height:auto;
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.qr-message {
	width: 270px;
	height: 320px;
	padding: 10px;
	overflow: auto;
	font-size: 13px;
	display: block;
	text-align: center;
	background: #fff;
	color:black;
}
.quick-product-rating {
	color:black;
	margin-top:10px;
}
.quick-icons {
	margin-top:5px;
	font-size:11px;
	padding-left:25px;
}
.quick-icons-block {
	height:33px; 
}
.quick-price {
	margin-top:6px;
}
.quick-buy {
	margin-top:15px;
	margin-left:-2px;
}
.quick-view-message {
	width: 480px;
	height: 280px;
	padding: 10px;
	overflow: auto;
	font-size: 13px;
	display: block;
	text-align: left;
	background: #fff;
	color:black;
}
.quick-view-left {
	float:left;
	width:200px;
}
.quick-view-right {
	float:right;
	width:250px;
}
.quick-view-right p {
	font-size:12px;
}
.quick-leasing-but {
	padding-top:8px;
	padding-left:15px;
	font-size:11px;
}
span.prod-price-leasing {
	color: #9d1b14 !important;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
}
.leasing-single-price {
	font-size:12px;
	color:black;
}
a.lease-single-but-rq,a:link.lease-single-but-rq,a:visited.lease-single-but-rq,a:active.lease-single-but-rq {
	background: #eee;
	font-size: 11px;
	padding: 2px 5px 3px;
	text-decoration: none;
	color:black;
	margin-left:3px;
}
a:hover.lease-single-but-rq {
	background: darkred;
	font-size: 11px;
	padding: 2px 5px 3px;
	text-decoration: none;
	color:white;
	margin-left:3px;
}
a.lease-single-but-rq2,a:link.lease-single-but-rq2,a:visited.lease-single-but-rq2,a:active.lease-single-but-rq2 {
	background: darkred;
	font-size: 12px;
	padding: 4px 8px 5px;
	text-decoration: none;
	color:white;
	margin-right:6px;
}
.leasing-more-left {
	float:left;
	width:250px;
}
.leasing-more-right {
	text-align:left;
}
.leasing-more-table-row {
	clear:both;
	border-bottom:1px dashed #ddd;
	padding-bottom:4px;
	padding-top:4px;
	font-size:11px;
}
.leasebarhow {
	font-size:10px;
	color:#aaa;
	padding-left:3px;
}
.leasing-info {
	margin:-10px 0 -10px;
	font-size:12px;
}
.leasing-info p {
	font-size:12px;
}

.product-buy-but-div {
	text-align:left;
}
.wp_cart_checkout_np_button {
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: -5px;
}
.wp_cart_checkout_lease_button {
	margin-left: -280px;
    margin-top: 80px;
    background: white;
}
.npcontent {
	width:100%;
}
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  margin-bottom: 3px;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 12px;
  cursor: pointer;
}
.firstbutton {
	width:132px;
}
.button:hover {
  background-color: #8CF;
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- grid ---- */

.grid {
  max-width: 1200px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item { 
}
.element-item > * {
  /*margin: 0;
  padding: 0;*/
}
button.button.secondrow {
	/*margin-left:132px;*/
	border-radius: 0.5em 0 0 0.5em;
}
button.button.firstrow {
	border-radius: 0 0.5em 0.5em 0;
}
.subcats {
	margin-left:18;
}
.breadcrumbs {
	font-size: 11px;
	color: black;
	text-align: left;
	/* width: 100%; */
	position: absolute;
	top: 3px;
	right: 10px;
}
.singlebreadcrumbs {
	font-size: 11px;
	color: black;
	text-align: left;
	/* width: 100%; */
	position: relative;
	top: -2px;
	right: 0px;
	padding-bottom:5px;
}
.breadcrumbs a,.breadcrumbs a:active,.breadcrumbs a:visited {
	color:gray;
	text-decoration:underline;
}
.breadcrumbs a:hover {
	color:darkred;
	text-decoration:none;
}
.breadcrumbs li {
	float:left;
	padding-right:4px;
	list-style-type:none;
}
.breadcrumbs ol {
	margin-left:-22px;
}
.singlebreadcrumbs ol {
	margin-left:-39px;
}
.print-qr {
	top:-30px;
}
.popular-search-terms {
	font-size:11px;
	margin-top:20px;
}
.popular-search-terms a,.popular-search-terms a:active,.popular-search-terms a:visited {
	color:gray;
	text-decoration:underline;
}
.popular-search-terms a:hover {
	color:black;
}
.top-tags {
	font-size: 11px;
	padding-right: 10px;
	text-align: left;
	padding-left:48px;
	margin-top:0px;
}
.top-tags a,.top-tags a:active,.top-tags a:visited {
	color:gray;
	text-decoration:underline;
}
.top-tags a:hover {
	color:black;
}
.partadv {
	margin-bottom:6px;
}
.single-post {
	width:100%;
	height:auto;
}
.single-post img {
	max-width:100%;
	height:auto;
}
.partadvside p,.partadv p {
	margin:0;padding:0;
}
.partadv .alignnone {
	margin:0;padding:0;
}
.partadvside .alignnone {
	margin:0;padding:0;
}
.popular-search {
	font-size:12px;
}
.product-id {
	position: absolute;
	bottom:10px;
	right:10px;
	font-size:10px;
	color:gray;
}
.navigation {
	padding-top:10px;
}

#overlay { background:rgba(0,0,0,0.7); display:none; width:100%; height:100%; position:absolute; top:0; left:0; z-index:99998; pointer-events:none}
.expose{
    position:relative;
}
.homeadverttxt h1 {
	font-family: 'Lobster', cursive;
	font-size:22px;
	letter-spacing:1px;
	font-weight:normal;
}
.header-dealers {
	float:right;
	margin-left:10px;
	margin-top:-1px;
}
.header-dealers a {
	padding: 8px 18px 10px;
	border: 1px solid #ddd;
	border-top:0px;
	width: 225px;
	color: black;
	font-size: 11px;
	text-decoration: none;
	height: 13px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #f5f5f5;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-dealers a:hover {
	color: white;
	background: #083f85;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-language {
	float:right;
	margin-left:10px;
	margin-top:-1px;
}
.language {
	padding: 8px 18px 10px;
	border: 1px solid #ddd;
	border-top:0px;
	width: 125px;
	height: 32px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #f5f5f5;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.navbottomalt {
	padding:35px 25px 40px;
	text-align:center;
	color:#bbb;
}
.footeralt {
	text-align:center;
}
.footeralt .copyright {
	float:none;
	padding-top:15px;
	color:gray;
}
.footeralt .design {
	float:none;
	text-align:center;
}
.footeralt .design .header-social {
	float:none;
	text-align:center;
	padding-top:15px;
}
.footeralt .header-social-box {
	display:inline-block;
	float:none;
	vertical-align:top;
}
.navbox {
	margin-bottom:30px;
}
.option-first-row {
	display:none;
}
.option-row {
	padding:3px 0 3px 18px;
}
.option-row:hover {
	background:#eee;
	cursor:pointer;
}
.option-row.title-row {
	padding: 10px 18px;
	margin-top:5px;
}
.option-row input {
	margin-right:5px;
}
.option-row2col {
	padding-left: 8px;
	margin-left:10px;
	width: 41%;
	float: left;
	
	width:100%;
	float:none;
}
.sidefilters {
	display:none;
}
.sidebarshow {
	display:block;
}
.categorycontent h1 {
	margin:0;
	color:#000;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
	text-align:left;
	border-bottom: 1px solid #ddd;
	padding-left: 12px;
	font-family: 'Lobster', cursive;
	font-size: 20px;
	text-transform: none;
	margin-left: 10px;

	background:none;
	font-family: 'Lobster', cursive;
	font-size:20px;
	text-transform:none;
	padding-bottom:12px;
}
.content h2 {
	margin-left: 10px;
	text-transform:lowercase;
	letter-spacing:-0.4px;
	margin-top:25px;
}
.sidebar {
	background:#fafafa;
	margin-top:9px;
}
.product-name h3 {
	background:none;
}
.navbox {
	margin-right:0;
}
.productsalt {
	margin-top:-20px;
}
.contentalt {
	width:880px;
}
.product {
	height:270px;
}
.productalt {
	float: left;
	width: 220px;
	text-align: center;
	position:relative;
	margin: 5px 15px 0 0;
	background:white;
	color:black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom:10px;
}
.homeadvertboxescatalt {
	background:#083f85;
	height:80px;
}
.homeadvertboxescatalt .catinfo {
	top:5px;
	font-size:32px;
	color:#eee;
	text-shadow:0 2px 2px black;
	left:200px;
}
.cathide {
	display:none;
}
.product-name,.product-name h3 {
	height:auto;
}
.product-name h3 {
	line-height:20px!important;
	margin-bottom:10px;
}
.navboxproducts {
	text-align:center;
}
.productnav {
	width:160px;
	height:300px;
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-right:0;
	background:none;
	margin-bottom:10px;
}
.productline {
	height:1px;
	border-bottom: 1px solid #ddd

}
.productnav .product-image {
	width:100%;
	height:auto;
	display:block;
	padding:0;
}
.productnav .product-image img {
	max-width:100%;
	height:auto;
}
.productnav .product-price,.productnav .product-name h3 {
	padding:0;
	text-align:center;
}
.productnav .product-buy {
	position:relative;
	width:100%;
	text-align:center;
	margin-top:10px;
	left:0;
	bottom:0;
}
.productnav .buysubmit {
	float:none;
}
.productpackage {
	height:378px;
}
.productpackagealt {
	height:420px;
}
.reviewz {
	padding:12px 12px;
}
.review {
	margin-bottom:20px;
	font-size:12px;
}
.reviewauthor {
	font-style:italic;
	font-weight:bold;
}
.ssingle-product-rating {
	margin-top:10px;
}
.homeadvertboxespromo {
	width:100%;
	height:160px;
	margin: 0;
	margin-top:0px;
	margin-bottom:30px;
	background: transparent url(images/catpromo.jpg);
	background-repeat:no-repeat;
	background-position:-30px -55px;
	margin-top:30px;
}
.promoadvtext {
	position: absolute;
	top: 25px;
	left: 0px;
	/* border: 1px solid white; */
	padding: 0px 0px;
	text-transform: lowercase;
	text-shadow: 0 1px 8px white;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
	border-bottom: 2px solid #fff;
	padding-left: 85px;
	text-transform: none;
	margin-left: 0px;
	width: 120px;
	font-family: 'Lobster', cursive;
	font-size: 22px;
	text-transform: none;
	padding-bottom: 12px;
}
.single-image-gallery {
	position:absolute;
	bottom:0px;
	left:0px;
	background: white;
}
.single-image-gallery-box {
	width:55px;
	height:55px;
	border:1px solid #ccc;
	padding:2px;
}
.single-image-gallery-box img {
	width:50px;
	height:50px;
}
.single-image-gallery-alt {
	position: absolute;
	top: -8px;
	left: 245px;
	background: transparent;
}
.single-image-gallery-box-alt {
	width:55px;
	height:55px;
	border:1px solid #ccc;
	padding:2px;
	background:white;
}
.single-image-gallery-box-alt img {
	width:50px;
	height:50px;
}
.single-product-left-alt {
	width:385px;
}
.single-product-right-alt {
	float: left;
	width: 330px;
	text-shadow: none;
	color: black;
	padding-top: 5px;
	margin-left: 5px;
}
.reviewz-alt {
	padding: 12px 10px;
}
.reviewz-alt .review {
	clear:both;
}
.reviewz-alt .reviewauthor {
	float:left;
	margin-right:12px;
	margin-top:-2px;
	color:gray;
}
.reviewz-alt .ssingle-product-rating {
	margin-top:0;
	float:left;
	margin-right:2px;
}
.review {
	padding:5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.review:hover {
	background:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.reviewalt:hover {
	background:#f5f5f5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-product-alt {
	margin-bottom:20px;
}
.single-product-right-alt h1 {
	padding-left:0;
	font-size:20px;
	background:white;
}
.single-product-desc-alt {
	font-size:14px;
	line-height:22px;
}
.advboxes {
	text-align:center;
}
.advbox {
	width:30%;
	display:inline-block;
	vertical-align:top;
	margin:0 1%;
	font-size:14px;
	padding-bottom:20px;
}
.advbox img {
	max-width:96%;
	height:auto;
	-webkit-box-shadow: 0 0 40px -10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 40px -10px rgba(0,0,0,0.25);
	box-shadow: 0 0 40px -10px rgba(0,0,0,0.25);
	background:white;
	padding:2%;
	margin-bottom:3%;
}
.advbox img:hover {
	opacity:0.9;
	-webkit-box-shadow: 0 0 40px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 40px 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 40px 5px rgba(0,0,0,0.25);
}
.sort {
	padding-top:10px;
	margin-bottom:20px;
	color:gray;
	padding-left:13px;
}
.sort a, .sort a:visited, .sort a:active {
	color:black;
}
.sort a:hover {
	color:darkred;
}
.productnav {
	width:110px;
	float:left;
	height:167px;
	margin-bottom:3px;
}
.productnav .product-name h2, .productnav .product-name h3 {
	text-align:center;
	font-size:12px;
	line-height:15px!important;
}
.productnav span.prod-price {
	font-size:16px;
}
.productnav .product-image {
	width:84%;
	margin:0 auto;
}
.buybutdiv {
	padding-left:0px;
	text-align:left;
}
.navbottom {
	background:#eee;
	color:black;
}
.copyright {
	margin-left:0;
}
.bottomlinks {
	background:#333;
	padding:10px 37px;
	font-size:14px;
}
.bottomlinks a,.bottomlinks a:visited {
	color:#ccc;
	padding-right:10px;
}
.bottomlinks a:hover {
	color:white;
}
.bottombox1 {
	float: left;
	width: 270px;
	margin-right: 13px;
}
.bottombox2 {
	float: left;
	width: 270px;
	margin-right: 13px;
	margin-left: 8px;
}
.bottombox3 {
	float: left;
	width: 165px;
	margin-right: 20px;
	margin-left: 8px;
}
.bottombox4 {
	float: left;
	width: 165px;
	margin-right: 8px;
	margin-left: 8px;
}
.bottombox5 {
	width: 215px;
	margin-left: 5px;
	margin-left: 0;
	font-size: 12px;
	float:right;
}
.navbottom span {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	padding-bottom:5px;
}
.header-social {
	float:left;
	padding-top:16px;
}
.bottombox1 a,.bottombox2 a,.bottombox3 a,.bottombox4 a {
	color:black;
	text-decoration:none;
	display:block;
	padding:5px 0;
}
.bottombox1 a:hover,.bottombox2 a:hover,.bottombox3 a:hover,.bottombox4 a:hover {
	color:darkred!important;
}
.single-product {
	margin-top:30px;
}
.breadcrumbssingle {
	top:-30px;
}
.productnav .product-image {
	width:84%;
	margin:0 auto;
}
.buybutdiv {
	padding-left:0px;
	text-align:left;
}
.bottombox4 img {
	width:22px;
	height:auto;
	margin-right:8px;
	vertical-align:middle;
}
.content-full-home h2 {
	text-align:center;
	margin:0 auto;
	margin-top:30px;
	text-transform:none;
	border-color:#00a651;
}
.homeshowroom {
	padding:0px;
	margin-top:30px;
}
.homeshowroom img {
	max-width:100%;
	height:auto;
}
.infobar {
	background:#eee;
	z-index:1000;
	font-size:14px;
	text-align:center;
	padding:8px 0;
	width:100%;
	border-bottom:1px solid #ddd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.infobar:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:#ddd;
}
.infoblocks {
	width:100%;
}
.infoblocks div {
	display:inline-block;
	width:290px;
}
.navbottom {
	border-top:12px solid #3571a6;
}
.req-quote {
	float:right;
	width:150px;
	margin-top:30px;
	font-size:13px;
	margin-left:40px;
}
.req-seeing {
	float:left;
	width:150px;
	margin-top:30px;
	font-size:13px;
}
.homeadverttxt a,.homeadverttxt a:visited {
	color:#1e6d9d;
}
.homeadverttxt a:hover {
	color:#3487ba;
}
.infobar .fa {
	color:#029349;
}
.req-quote a,.req-quote a:visited {
	color:black;
	text-decoration:none;
}
.req-seeing a,.req-seeing a:visited {
	color:black;
	text-decoration:none;
}
.request-block {
	background: #f5f5f5;
	border:1px solid #eee;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin: 0 4px;
	padding: 11px 10px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.request-block:hover {
	background: #1a4f7e;
	border:1px solid #1a4f7e;
	color:white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-rebate {
	width: 47px;
	height: 32px;
	background: #ca0202;
	color: white;
	/* border-radius: 50px; */
	text-align: center;
	font-size: 13px;
	position: absolute;
	top: 0px;
	left: 13px;
}
.product-rebate span {
	line-height:31px;
}
.product-montage {
	width: 110px;
	height: 26px;
	background: #333;
	color: white;
	text-align: center;
	font-size: 11px;
	position: absolute;
	top: 34px;
	left: 13px;
}
.product-montage span {
	line-height:14px;
	margin-top:5px;
	display:block;
}
.product-extra {
	width: 110px;
	height: 26px;
	background: #aaa;
	color: black;
	text-align: center;
	font-size: 11px;
	position: absolute;
	top: 62px;
	left: 13px;
}
.product-extra span {
	line-height:14px;
	margin-top:5px;
	display:block;
}
.pricenotice {
	margin: 5px 25px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	font-size: 13px;
}
.single-product-desc {
	margin-top:0;
	padding-right:25px;
}
.single-product-desc h1 {
	background:none;
	padding-left:0;
	font-size:18px;
	font-weight:bold;
	line-height:21px;
	height:auto!important;
	margin-top:15px;
}
.single-product-right {
	width:390px;
}
.single-product-table {
	float:left;
	width:285px;
	margin-left:25px;
	padding-top:25px;
}
.single-product-table h2 {
	background:none;
	padding-left:0;
	font-size:14px;
	text-transform:none;
	font-weight:bold;
	line-height:21px;
	height:auto!important;
	margin-top:15px;
	width:auto;
	padding-left:0;
	margin-left:0;
}
.params {
	margin-top:10px;
	font-size:13px;
}
.params span {
	color:gray;
}
.infomob {
	display:none;
}
.homeshowroommob {
	display:none;
}
.content h1, .single-container h1 {
	display: block;
	padding: 17px 0px 4px 16px;
	/* margin: 0; */
	background: none;
	color: black;
	text-shadow: 0 1px 1px white;
	margin-bottom:0;
	font-size: 18px;
	margin-top:15px;
	height:auto;
	text-transform: none;
	font-weight: bold;
}
.reqforminput {
	width: 100%;
	padding: 7px 0;
	margin-bottom: 15px;
	margin-top: 5px;
	border:1px solid #ccc;
}
.reqformarea {
	width: 100%;
	padding: 7px 0;
	margin-bottom: 15px;
	margin-top: 5px;
	border:1px solid #ccc;
}
.formsubmit {
	background: #333;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-shadow: none;
	border: 1px solid #eee;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	padding: 15px 25px;
	-webkit-appearance: none;
}
.formsubmit:hover {
	background:#000;
}
.single-product-desc h1 {
	padding-left:0;
}

@media (prefers-color-scheme: dark) {
  body {
    color: #ddd;
    background-color: #222;
  }
  .header {
  	background:#777;
  }
  .navverytopright-search a, .navverytopright-search a:visited {
  	color:#aaa;
  }
  input[class="searchbut"] {
  	background:#777;
  }
  .req-quote {
  	margin-top:25px;
  }
  .request-block {
  	padding:14px 10px;
  }
  .submitbut {
  	padding:6px 15px 14px;
  }
  .homeadverttxt {
  	color:#eee;
  }
  .content-full-home h2 {
  	color:white;
  	border-color:gray;
  }
  .footer, .design {
  	color:#aaa;
  }
  .design a, .design a:visited {
  	color:#fff;
  }
  .pricenotice {
  	color:gray;
  }
  .content h2 {
  	color:white;
  }
  .sidebar,.navbottom {
  	background:#777;
  }
  .navboxtitle h3, .navboxtitle h4 {
  	color:#333;
  }
  .content h1, .single-container h1 {
  	padding-left:0;
  	text-shadow:none;
  	color:white;
  }
  span.currency {
  	color:#aaa;
  }
  .single-product-desc {
  	color:#ccc;
  }
  .params {
  	color:#eee;
  }
}
