html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #dee1e4;
	color: #262626;
	font-family: 'Titillium Web', sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #787878;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #656363;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
.content-contacts input[type='text'], 
.content-contacts  input[type='password']{
  padding: 6px 10px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background:#faf7f7;
	padding-top: 15px;
	padding-bottom: 30px;
}
#column-left {
	float: left;
  width: 260px;
}
#column-right {
	float: right;
  width: 260px;
	margin-right: 5px;
}
#content {
	min-height: 400px;
	margin: 0 50px;
}
#column-left + #column-right + #content, #column-left + #content {
  margin-left: 270px;
}
#column-right + #content {
  margin-right: 270px;
}
.clear {height: 0px; width: 0px; clear:both;}
/* header */
header {
	height: 220px;
	position: relative;
	z-index: 99;
	background:#000 url(../image/header-bg.jpg) repeat-x top center;
	-webkit-box-shadow: 0px 8px 24px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 8px 24px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 8px 24px 0px rgba(59, 50, 50, 0.35);
	width: 100%;
	min-width: 1170px;
}
header .header-top{
	width: 100%;
	height: 28px;
	background: url(../image/header-top-bg.png);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
header #logo{
  position: absolute;
  top: 50px;
  left: 15px;
}
header .header-links{
  position: absolute;
  top: 173px;
  left: 15px;
	/*display: none;	*/
}
header .header-links ul{
	list-style:none;
	margin: 0;
	padding: 0;
	display: block;
}
header .header-links ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	padding: 0;
}
header .header-links ul li a{
	text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  height: 47px;
  display: inline-block;
  vertical-align: top;
  line-height: 47px;
  text-decoration: none;
  padding: 0 15px;
  -webkit-transition:color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s sease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
header .header-links ul li a:hover{
	text-decoration: none;
	color: rgb(195, 185, 185);
}
/*header .header-links ul li:first-child{
  background-image: -moz-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
}*/
header .header-links ul li:first-child a{
  background: url(../image/icon-home.png) no-repeat center center;
  width: 50px;
	padding: 0;
}
/*header .header-links ul li:first-child + li + li + li + li + li {
  background-image: -moz-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
}*/
header #language{
	position: absolute;
	top: 2px;
	right: 15px;
}
header #language a{
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	width: 27px;
	height: 19px;
	text-align: center;
	line-height: 19px;
}
header #language a.active{
	background: url(../image/lang-a.png) no-repeat center center;
}
header #welcome{
	position: absolute;
	top: 0px;
  right: 115px;
  line-height: 28px;
  color: #fff;
  font-size:12px;
}
header #welcome a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	padding-left: 20px;
}
header #welcome a:first-child{
	margin-right: 20px;
	background:url(../image/icon-user.png) no-repeat left center;
}
header #welcome a:first-child + a{
	background:url(../image/icon-login.png) no-repeat left center;
}
header #search{
	position: absolute;
	top: 78px;
	left: 475px;
	width: 420px;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
	z-index: 10;
}
header #search input[type='text']{
	background:#fff;
	border:1px solid #eaeaea;
	padding: 0 15px;
	height: 36px;
  width: 346px;
  font-size: 12px;
  color: #000;
}
header #search .button-search{
	position: absolute;
	top: 0px;
	right: 0px;
	background:url(../image/search-btn.png) no-repeat center center;
	width: 43px;
	height: 38px;
	cursor: pointer;
}
header .info{
	position: absolute;
	top: 78px;
	left: 225px;
	background:url(../image/icon-phone.png) no-repeat top left;
	height: 33px;
	padding-left: 50px;
	font-weight: 700;
	font-size: 13px;
	color: #262626;
	line-height: 10px;
}
header .info span{
	color: #203ca2;
	font-weight: 700;
	font-size: 24px;
  line-height: 30px;
}
header #cart {
	position: absolute;
	top: 78px;
	right: 15px;
	z-index: 9;
	min-width: 300px;
}
header #cart.active {
	z-index: 11;
}
header #cart .checkout {
	text-align: right;
}
header #cart .heading {
	float: right;
/*	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;*/
	position: relative;
	z-index: 1;
}
header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
	display: block;
	background:url(../image/icon-cart.png) no-repeat center left;
	height: 34px;
	padding-left:60px;
	position: relative;

}
header #cart .heading a #cart-total span:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #ff5400;
  position: absolute;
  top: -6px;
  left: 23px;
  height: 20px;
  min-width: 20px;
  text-align: center;
  line-height: 20px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0px;
}
header #cart .heading a #cart-total span:first-child + span{
/*	position: absolute;
	top: 0px;
	left:0px;*/
	color: #262626;
	font-size: 20px;
	font-weight: 700;
}
header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
/*	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;*/
	background: #FFF;
}
header #cart.active .heading {
}
header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
.place-h::-webkit-input-placeholder       {line-height: 15px;  transition: line-height 0.5s ease;font-size:12px;color:#8e8e8e;font-style:italic;}
.place-h::-moz-placeholder                {line-height: 15px;  transition: line-height 0.5s ease;font-size:12px;color:#8e8e8e;font-style:italic;}
.place-h:-moz-placeholder                 {line-height: 15px;  transition: line-height 0.5s ease;font-size:12px;color:#8e8e8e;font-style:italic;}
.place-h:-ms-input-placeholder            {line-height: 15px;  transition: line-height 0.5s ease;font-size:12px;color:#8e8e8e;font-style:italic;}
.place-h:focus::-webkit-input-placeholder {line-height: 100px; transition: line-height 0.5s ease;}
.place-h:focus::-moz-placeholder          {line-height: 100px; transition: line-height 0.5s ease;}
.place-h:focus:-moz-placeholder           {line-height: 100px; transition: line-height 0.5s ease;}
.place-h:focus:-ms-input-placeholder      {line-height: 100px; transition: line-height 0.5s ease;}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #797979;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 25px;
}
.breadcrumb a{
	color: #797979;
	font-size: 13px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-left: 50px;
	margin-right: 50px;
}
.success {
	background: #ff5500 url('../image/success.png') 10px center no-repeat;
	/*border: 1px solid #BBDF8D;*/
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
}
.success a{
	color: #fff;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 8px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	display: inline-block;
  width: 98%;
}
.pagination .links {
	float: left;
	font-size: 14px;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #efeded;
	padding: 4px 10px;
	text-decoration: none;
	color: #7c7c7c;
	font-size: 14px;
	font-weight: 700
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #384a8f;
	padding: 4px 10px;
	font-weight: 700;
	text-decoration: none;
	color: #11287b;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	color: #7c7c7c;
	font-size: 14px;
	font-weight: 600;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #fff;
	line-height: 27px;
	height: 27px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
  background-image: -moz-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 27px;
	padding: 0px 12px 0px 12px;
}
.buttons {
	/*background: #fff;*/
	/*border: 1px solid #f3f2f2;*/
	overflow: auto;
	padding: 5px;
	margin-bottom: 20px;
	margin: 20px 0;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
  height: 35px;
  border-bottom: 1px solid #efeeee;
}
.htabs a {
	float: left;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	display: none;
	background:#fff;
	line-height: 35px;
  width: 195px;
}
.htabs a.selected {
  background: #fd5d00;
  color: #fff;
}
.tab-content {
	border-left: 1px solid #efeeee;
	border-right: 1px solid #efeeee;
	border-bottom: 1px solid #efeeee;
  padding: 40px 50px;
	z-index: 2;
	overflow: auto;
  background: #fff;
}
.box {
}
.box .box-heading {
	background:#ff5400;
	position: relative;
	padding-left: 42px;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	height: 44px;
	line-height: 44px;
	margin-left: -12px;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
}
.box .box-heading:after{
	content: "";
	display: block;
	width: 13px;
	height: 9px;
	background: url(../image/l-cats-heading.png);
	position: absolute;
  bottom: -8px;
	left: 0px;
}
.box .box-content {
	background: #fff;
	padding: 15px 10px;
}
.box-product {
	width: 100%;
	overflow: auto;
  margin-bottom: 25px;
}
.box-product > div {
	width: 233px;
	height: 323px;
	display: inline-block;
	vertical-align: top;
	border:1px solid #f4f4f4;
	text-align: center;
	padding: 15px;
  background: #fff;
  margin: 6px 0px 6px 6px;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.box-product > div:hover {
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.23);
	-moz-box-shadow:    0px 0px 9px 0px rgba(0, 0, 0, 0.23);
	box-shadow:         0px 0px 9px 0px rgba(0, 0, 0, 0.23);
}
.box-product > div:nth-child(3n){
	margin-right: 0px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image a {
	display: block;
	width: 233px;
	height: 154px;
	overflow: hidden;
}
.box-product .image a img {
	max-width: 100%;
	height: auto !important;
}
.box-product .name{
	height: 40px;
	overflow: hidden;
}
.box-product .name a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #262626;
  line-height: 20px;
  overflow: hidden;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #102778;
	font-size: 18px;
}
.box-product .cart input{
	width: 154px;
	height: 27px;
  line-height: inherit;
  padding-left: 40px;
  background:url(../image/cart-btn.jpg) no-repeat center center;
 	font-family: 'Titillium Web', sans-serif;
}
.box-product .cart input:hover{
  background:url(../image/cart-btn-hover.jpg) no-repeat center center;
}
.box-product .description{
	height: 49px;
	overflow: hidden;
	line-height: 15px;
	color: #262626;
	font-size: 12px;
	margin: 5px 0px 15px;
}
.box-product .price-old {
	color: #000;
	text-decoration: line-through;
	font-size: 14px;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #f3f2f2;
  /*background-color: #fff;*/
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list li {
	color: #646363;
	padding: 3px 10px;
}
.category-list li a {
	color: #646363;
}
.category-list li:hover a {
	text-decoration: underline;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	margin-bottom: 20px;
	color: #787878;
	font-size: 13px;
	font-weight: 600;
  display: inline-block;
  text-align: right;
  float: right;
  margin-right: 15px;
	width: 400px;
	vertical-align: top;
}
.product-filter .sort select {
  background: none;
  padding: 6px 0 7px 0;
	border: 1px solid #d5d3d3;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 600;
  width: 200px;
  padding-left: 20px;
	margin-left: 25px;
}
.product-filter .display {
	float: right;
	font-size: 0;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	display: inline-block;
	/*float: right;*/
	/*color: #333;*/
}
.product-filter .display i {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-left: 10px;
}
.product-filter .display i.icon-grid {
  background: url(../image/icon-grid.png) no-repeat center center;
}
.product-filter .display i.icon-list {
  background: url(../image/icon-list.png) no-repeat center center;
}

.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 10px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
  margin-left: 500px;
}
.product-info .image {
	border: 1px solid #eeeded;
	float: left;
  margin-bottom: 7px;
	text-align: center;
	background: #fff;
}
.product-info .image a {
	display: block;
	width: 471px;
	height: 375px;
	overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info .image a img {
	max-width: 100%;
	height: auto !important;
}
.product-info .image-additional {
	width: 480px;
  margin-left: -7px;
  clear: both;
  overflow: hidden;
  font-size: 0;
}
.product-info .image-additional img {
	border: 1px solid #eae9e9;
}
.product-info .image-additional a {
	display: inline-block;
  margin-left: 7px;
  margin-bottom: 0px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	font-weight: 700;
	color: #ff6600;
	font-size: 36px;
  margin-bottom: 10px;
}
.product-info .price-old {
	color: #000;
  text-decoration: line-through;
  font-size: 18px;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #666666;
	font-size: 14px;
	text-align: left;
  width: 30%;
}
.attribute td {
	color: #666666;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #DDDDDD;
  padding: 6px 0;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s sease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.attribute tr:hover td{
	 border-bottom: 1px solid #fd5d00;
}
.attribute tr:last-child td{
	border-bottom: 0px;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	height: 285px;
	background: #000;
	width: 100%;
	min-width: 1170px;
}
#footer h3 {
	color: #fff;
	font-size: 12px;
  font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
#footer .column {
	margin-top: 30px;
	float: left;
  width: 20%;
	min-height: 100px;
}
#footer .column-f{
	margin-left: 55px;
}
#footer .column-l{
	margin-right: 15px;
  width: 34%;
}
#footer .column-l .facebook{
	background: #fff;
	position: relative;
	padding: 15px 10px;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
  /*width: 100% !important;*/
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
#footer .column ul {
  padding-left: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .column ul li {
  margin-bottom: 6px;
}
#footer .column a {
	color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s sease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#footer .column a:hover {
	text-decoration: underline;
	color: #D5D1D1;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
.banner div {
	text-align: center;
	width: 100%;
	display: none;
	padding-bottom: 5px;
}
.banner div a{
	display: block;
}
.banner div a img {
  max-width: 100%;
}
.wrap{
	width: 1170px;
	min-width: 1170px;
	margin: 0 auto;
	position: relative;
}
.none, .hide{
	display: none !important;
}
.l-cats{
	margin-bottom: 15px;
}
.l-cats .l-cats-heading{
	height: 44px;
	padding-left: 60px;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	line-height: 44px;
	background-image: -moz-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
	margin-left: -12px;
	position: relative;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);

}
.l-cats .l-cats-heading:before{
	content: "";
	display: block;
	width: 19px;
	height: 12px;
	background: url(../image/icon-cats.png);
	position: absolute;
  top: 16px;
  left: 24px;
}
.l-cats .l-cats-heading:after{
	content: "";
	display: block;
	width: 13px;
	height: 9px;
	background: url(../image/l-cats-heading.png);
	position: absolute;
  bottom: -8px;
	left: 0px;
}
.l-cats .l-cats-category,
.l-cats .l-cats-category div ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
.l-cats .l-cats-category > li{
	height: 40px;
	border-bottom: 1px solid #f3f2f2;
	margin: 0;
	padding: 0;
	line-height: 40px;
	padding-left: 47px;
	position: relative;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s sease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.l-cats .l-cats-category > li:hover, .l-cats .l-cats-category > li.active {
  background: #646363 url(../image/l-cat-arrow.png) no-repeat 244px 14px;
}
.l-cats .l-cats-category > li:hover > a, .l-cats .l-cats-category > li.active > a {
	color: #fff;
}
.l-cats .l-cats-category > li > a{
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}
.l-cats .l-cats-category > li > div{
	visibility: hidden;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 260px;
	z-index: 999;
	border: 2px solid #646363;
  width: 852px;
	display: table;
	padding: 15px 10px;
}
.l-cats .l-cats-category > li > div > ul {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.l-cats .l-cats-category > li:hover > div{
	visibility: visible;
}
.l-cats .l-cats-category > li > div > ul > li{
	min-height: 29px;
}
.l-cats .l-cats-category > li > div > ul > li.active, .l-cats .l-cats-category > li > div > ul > li:hover {
	background: #646363;
}
.l-cats .l-cats-category > li > div > ul > li > a {
  color: #656363;
  font-size: 13px;
  text-decoration: none;
  width: 255px;
  line-height: 16px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
  padding: 6px 25px;
}
.l-cats .l-cats-category > li > div > ul > li.active > a, .l-cats .l-cats-category > li > div > ul > li:hover > a {
	color: #fff;
}
.l-cats .l-cats-category > li > div > ul > li > a.active {
	font-weight:bold;
}
.l-cats .l-cats-category .sister{
	margin: 3px 0 10px 0;
}
.l-cats .l-cats-category .sister li{
	margin-left: 26px;
}
.l-cats .l-cats-category .sister li a{
	font-size: 12px;
}
.newsletter{
  width: 100%;
	height: 240px;
	background: url(../image/newsletter-bg.jpg) no-repeat center bottom;
	position: relative;
	background-size: 100%;
}
.newsletter .warning,
.newsletter .success{
  position: absolute;
  top: 206px;
  left: 15px;
  width: 220px;
  margin: 0;
  padding: 5px 5px 5px 5px;
  text-align: center;
}
.newsletter .newsletter-heading{
  height: 44px;
	padding-left: 56px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  line-height: 44px;
  background-image: -moz-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
  position: relative;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
}
.newsletter .newsletter-heading:after{
	content: "";
	width: 28px;
	height: 17px;
	position: absolute;
  top: 14px;
  left: 12px;
	background:url(../image/icon-newsletter.png) no-repeat;
}
.newsletter .newsletter-content{
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
  padding-top: 25px;
}
.newsletter .newsletter-content input[type='text']{
  border: 1px solid #a8b0cd;
  background: #fff;
  margin-bottom: 13px;
  text-align: center;
  width: 230px;
  padding: 0;
  height: 34px;
  margin-top: 20px;
}
.newsletter .newsletter-content a{
	width: 154px;
	height: 27px;
	background:#ff6600;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	margin: 0 auto;
	display: inline-block;
	line-height: 27px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border:1px solid transparent;
}
.newsletter .newsletter-content a:hover{
	background: #FF5400;
	border:1px solid #fff;
}
.vaizdai{
  width: 100%;
  background: url(../image/vaizdai-bg.jpg) no-repeat center bottom;
  margin-bottom: 10px;
}
.vaizdai .vaizdai-heading{
  height: 44px;
	padding-left: 56px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  line-height: 44px;
  background-image: -moz-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(16,39,120) 0%, rgb(32,60,162) 100%);
  position: relative;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 12px 20px 0px rgba(50, 50, 50, 0.15);
}
.vaizdai .vaizdai-heading:after{
	content: "";
  width: 27px;
  height: 20px;
	position: absolute;
  top: 14px;
  left: 12px;
	background:url(../image/icon-vaizdai.png) no-repeat;
}
.vaizdai .vaizdai-content{
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
  border:1px solid #edeaea;
  border-top: none;
	font-size: 0;
}
.box-special{
	margin-top: 15px;
  margin-left: 282px;
}
.category-name{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	color: #787878;
  width: 420px;
	display: inline-block;
  vertical-align: top;
}
.content-category{
	margin-left: 280px !important;
  margin-right: 25px !important;
}
.category-product {
  font-size: 0;
	margin-left: -6px;
}
.category-product.product-list{
	margin-left: 0;
}
.category-product.product-list > div {
  height: 75px;
  padding: 10px 0;
  display: block;
  overflow: hidden;
	width: 825px;
  border: none;
  border-bottom: 2px solid #f7f6f6;
  margin: 0 0 0 0;
	position: relative;
	clear: both;
}
.category-product.product-list > div:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.category-product.product-list > div .left {
  width: 10%;
  float: left;
}
.category-product.product-list > div .left .image {
  width: 100%;
  display: block;
  height: inherit;
}
.category-product.product-list > div .left .image a {
	width: auto;
	height: auto;
}
.category-product.product-list > div .left .image img {
  height: 50px;
  width: auto !important;
}
.category-product.product-list > div .right {
  width: 87%;
  float: right;
}
.category-product.product-list > div .right .name, 
.category-product.product-list > div .right .price {
  width: 75%;
  min-height: 20px;
  max-height: 40px;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
}
.category-product.product-list > div .cart{
  position: absolute;
  top: 27px;
  right: 15px;
}
.content-product{
}
.product-name{
	color: #000000;
	font-size: 16px;
  margin: 0 0 10px 0;
	padding: 0;
	line-height: 24px;
	font-weight: 600;
}
.product-info .cart{
	margin-bottom: 30px;
}
.product-info .cart #button-cart{
  background: #fc5b00 url(../image/button-cart.jpg) no-repeat left center;
  padding: 0 0 0 72px;
  border: none;
  display: block;
  width: 244px;
  height: 56px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.product-info .cart #button-cart:hover{
	background-color: #143d94;
}
.product-info .stock{
	margin-bottom: 25px;
}
.product-info .stock span{
	text-decoration: underline;
}
.product-info .quantity {
  display: block;
  margin-bottom: 25px;
}
.product-info .quantity span{
	display: block;
	margin-bottom: 15px;
}
.product-info .quantity .minus, 
.product-info .quantity .plus {
  display: inline-block;
  width: 25px;
  height: 24px;
  font-style: normal;
  line-height: 25px;
  font-size: 16px;
  cursor: pointer;
  background: url(../image/quant-minus.png) no-repeat center center;
}
.product-info .quantity .plus {
  background: url(../image/quant-plus.png) no-repeat center center;
}
.product-info .quantity input[type='text'] {
  background: none;
  border: 1px solid #eeeded;
  text-align: center;
  color: #656363;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 0px;
  width: 26px;
  margin: 0 5px;
}
.product-filter-search{
	width: 100%;
}
.box-special .box-product{
	margin-bottom: 0;
}