html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
    min-width: 1200px;
}
body {
	color: #3e4348;
	background: url(../image/bg-body.png) repeat;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
    min-width: 1200px;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
}

h1, .h1 {
	color: #4a8466;
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 9px;
	font-family: 'Open Sans', sans-serif;
}
#bg_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 999;
	display:none;
}
#popup {
    width: 95%;
    max-width: 400px;
    position: fixed;
    z-index: 990;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
	border-radius: 5px;
}
#popup p {
    margin: 0 0 20px;
    text-align: center;
    font-weight: bold;
}
#popup .close {
    background: #3E6E56;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    display: block;
    width: 100px;
    margin: 0 auto;
}
.welcome h1 {
	  font-size: 28px;
  font-family: 'Open Sans';
  font-weight: bold;
  text-align: center;
}
h1 + .product-filter {
	margin-top: -12px;
}
.box .box-heading, h2 {
	color: #006f54;
	font-size: 16px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 15px;
}
h3,h4,h5,h6{
	font-style:13px;
	font-weight:bold;
	color: #3e4348;
	margin-top: 0px;
	margin-bottom: 15px;
	}
h3 {
    color: #006f54;
    font-size: 14px;
    font-weight:bold;
    margin-top: 0px;
    margin-bottom: 15px;
}
p {
	text-align: justify;
	font-size: 15px;
	margin-bottom: 10px;
}
a, a:visited, a b {
	text-decoration: underline;
	cursor: pointer;
	color: #000000;
font-style: none;
font-size: 14px;
text-decoration: none;
font-family: 'Open Sans';
}
#wishlist-total {
	color: #f9f9f9;
	text-decoration: inherit;
	cursor: pointer;
	font-size: 20px;
	margin-top: 12px;
	float:left;
}
.forteg {
	text-align: left;
	padding-left: 26px;

}
.oformzakaz a {
	color: #f9f9f9;
	text-decoration: inherit;
	cursor: pointer;
	font-size: 20px;
	float: right;
	padding-right: 59px;
	padding-right: 37px;
	margin-top: 12px;
}
.orline {
	  height: 60px;


}
.freecall_button-call {
	background: url(../image/freecallbutton-bg.png) no-repeat;
	width:137px;
	height:59px;
	  float: right;
	cursor: pointer;
	padding-right: 19px;
	margin-top: 15px;
	

	
}
#telephone_header
{
	font-size: 14px;
	color: #f9f9f9;
	float:left;
	  margin-right: 45px;
	padding-top: 10px;
	font-family: 'Open Sans';
	
}

#telephone_header .icon
{
	background: url(../image/tel-header-bg.png) no-repeat;
	width:25px;
	height:25px;
	position:relative;
	float:left;
	top: 4px;
	margin-right: -9px;
}
a:hover {
	color:#db5e29;
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #fff;
	border: 1px solid #494848;
	padding: 6px;
	margin-left: 0px;
	margin-right: 0px;
	margin:0px;
	height:25px;
	-moz-box-shadow:inset -1px 3px 25px #e3e3e3;
-webkit-box-shadow:inset -1px 3px 25px #e3e3e3;
box-shadow:inset -1px 3px 25px #e3e3e3;

	/*min-width:240px;*/
}

textarea
{
	height:auto;
}

input[type="checkbox"]{
	vertical-align:middle;
	position:relative;
	top:-1px;
	}
select {
	border: 1px solid #b4c0cd;
	padding: 2px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f6f8));
	background-image: -webkit-linear-gradient(top, #ffffff, #f4f6f8);
	background-image:    -moz-linear-gradient(top, #ffffff, #f4f6f8);
	background-image:     -ms-linear-gradient(top, #ffffff, #f4f6f8);
	background-image:      -o-linear-gradient(top, #ffffff, #f4f6f8);
	background-image:         linear-gradient(to bottom, #ffffff, #f4f6f8);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin: 0;
}
label {
	cursor: pointer;
}
ul{
	list-style:square outside;
	padding-left:40px;
	}
/* layout */
.container {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position:relative;
	
	
}
#column-left {
	float: left;
	width: 213px;
	margin-top:15px;
}
#column-right {
	float: right;
	width: 210px;
	margin-top: 4px;
}
#content {
	min-height: 400px;
	margin-bottom: 5px;
	
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 215px; 
	border-radius:10px;
	padding:15px 15px;
}
#column-right + #content {
	margin-right: 240px;
}
/* header */
#header {
	height: 139px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 99;
	
}
#header #logo {
	margin-left: 20px;
	float: left;
	padding-top: 10px;
	
}
#header #logo a{
	background:none;
	}
#language {
	position: absolute;
	top: 6px;
	right: 150px;
	width: auto;
	color: #ACAFB1;
	line-height: 17px;
}
#language br{
	display:none;
	}
#language img {
	cursor: pointer;
	vertical-align:middle;
	position:relative;
	top:-2px;
}
#currency {
	
	position: absolute;
	top: 5px;
	right: -1px;
	color: #acafb1;
	line-height: 19px;
	text-shadow:0 -1px 0px #222629;
}
#currency br{display:none;}
#currency a {
	display: inline-block;
	margin:0 2px;
	text-decoration: none;
	color: #acafb1;
	line-height:19px;
	vertical-align:middle;
	position:relative;
	top:-1px;
	background:none;
}
#currency a b {
	font-weight:normal;
	text-decoration: none;
	color: #acafb1;
	background:#181b1d;
	padding: 0 4px;
	border-bottom:1px solid #4f5458;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.conthead {
	background: url(../image/bg-header-back.png) repeat-x;
	
}
#cart {
	float: right;	
}
.heading {
	float: right;
}
.service {
    width: 100%;
    border: 1px solid #3e6e56;
    border-spacing: 10px;
    border-collapse: collapse;
}
.service th {
    background: #3e6e56;
    color: #fff;
}
.service td, .service th {
    padding: 5px;
    border: 1px solid #3e6e56;
}
.service a {
    text-decoration: underline;
}
#cart .heading {
		cursor:pointer;
		padding-top: 16px;
		background: url(../image/bg-cart-header.png) no-repeat;
		width:170px;
		height:52px;
		z-index: 1;
		color: #fff;
	font-size:13px;
	text-decoration: none;
    	margin-top: 16px;
}
#cart .heading h4 {
	color: #30363b;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#cart .heading a {
	color: #fff;
	font-size:16px;
	text-decoration: none;
	background:none;
	margin-left: 53px;
}
#cart .heading a span {

}
#cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	/*padding: 8px;*/
	padding:12px;
	min-height: 150px;
	border:2px solid #fc9c3a;
	-webkit-border-radius:0 3px 3px 3px;
	-moz-border-radius:0 3px 3px 3px;
	border-radius:0 3px 3px 3px;
	background: #FFF;
	-webkit-box-shadow:0 1px 5px 0px rgba(0,0,0, .1);
	-moz-box-shadow:0 1px 5px 0px rgba(0,0,0, .1);
	box-shadow:0 1px 5px 0px rgba(0,0,0, .1);
	color:#e65725;
}

#cart.active .heading {
 
}
#cart.active .heading:hover{
	border:1px solid #b4c0cd;
	border-bottom-color:#fff;
	}
#cart.active .content {
	display: block;
}
 #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
 #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
 #cart .cart .image {
	width: 1px;
}
 #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#cart .cart .name small {
	color: #666;
}
 #cart .cart .quantity {
	text-align: right;
}
 #cart .cart td.total {
	text-align: right;
}
 #cart .cart .remove {
	text-align: right;
}
 #cart .cart .remove img {
	cursor: pointer;
}
 #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
 #cart table.total td {
	color: #000;
}
 #cart .content .checkout {
	text-align: center;
	clear: both;
}
 #cart .content .checkout a{
	
	}
#cart .content .checkout a {
	display: inline-block;
	padding: 4px 9px;
	background: url('../image/bg-cart.png') 0 0 repeat-x;
	text-decoration: none;
	cursor: pointer;
	height:36px;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	font-family:Tahoma;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:none;
}
 #cart .content .checkout a:hover {
	/*background: url('../image/button-left-active.png') top left no-repeat;*/
	opacity:0.8;
	color:#fff;
}
 #cart .content .checkout a:active{
	background-position:0 -50px;
	-webkit-box-shadow:inset 0 1px 3px 0px rgba(0,0,0, .2);
	-moz-box-shadow:inset 0 1px 3px 0px rgba(0,0,0, .2);
	box-shadow:inset 0 1px 3px 0px rgba(0,0,0, .2);
	}
*+ html  #cart .content .checkout a{display:inline; zoom:1;} 
	
	
 #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#search {
  position: relative;
 width: 258px;
  float: right;
  padding-top: 85px;
  margin-left: -59px;
 }
.button-search {
	position: absolute;
	right:0;
	background: url(../image/searchhead-bg.png) no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer
}

#search input {	
	height: 37px;
	padding: 1px 55px 0px 9px;
	border: 1px solid #2b211c;
	border-radius: 7px;
	outline: none;
	background: #fff;
	font-size: 15px;
	color: #000;
}
#header #search {
  position: relative;
  width: 260px;
  float: left;
  padding-top: 10px;
  margin-left: 44px;
 }
.viber {
	background:url(../image/rss.png) no-repeat;
	height:40px;
	width:40px;
	float: left;
	
}
.fb-bk {
	background:url(../image/facebook.png) no-repeat;
	height:40px;
	width:40px;
	margin-left: 5px;
	float: left;
	
}
.twitter {
	background:url(../image/twitter.png) no-repeat;
	height:40px;
	width:40px;
	margin-left: 89px;
	float: left;
	margin-top: -40px;
}
.vk {
	background:url(../image/vk.png) no-repeat;
	height:40px;
	width:40px;
	margin-left: 133px;
	float: left;
	margin-top: -39px;
}
.viberft {
	background:url(../image/rss.png) no-repeat;
	height:40px;
	width:40px;
	float: left;
	
}
.fb-bkft {
	background:url(../image/facebook.png) no-repeat;
	height:40px;
	width:40px;
	margin-left: 5px;
	float: left;
	
}
.twitterft {
	background:url(../image/twitter.png) no-repeat;
	height:40px;
	width:40px;
	margin-left: 5px;
	float: left;
	margin-top: -1px;
}
.vkft {
	background:url(../image/vk.png) no-repeat;
	height:40px;
	width:40px;
	margin-left: 7px;
	float: left;
	margin-top: 0px;
}
#header #telephone_header {
	z-index: 5;
	text-align: left;
	color: white;
	font-size: 20px;
	float: left;
	margin-left: 400px;
	font-family: tahoma;
}
	
	
#header #welcome {
	position: absolute;
	top: 7px;
	left: 0px;
	z-index: 5;
	width: 298px;
	text-align: left;
	color: #fff;
	text-shadow:0 -1px 0px #282d32;
	font-size:12px;
}
#header #welcome a{
	text-decoration:none;
	color: #88DBFF;
}
#header #welcome a:hover{
	text-decoration: underline;
	color: #74CE00;
	}
#header #welcome a:active {
	color: white;
	text-decoration: none;
	text-shadow:none;
	}
#header .links {
	position: absolute;
	right: 0px;
	top: 42px;
	font-size: 10px;
	text-align:right;
}
#header .links a {
	/*float: left;
	display: block;*/
	margin: 0px 0px 0px 20px;
	
	text-decoration: none;
	font-size: 13px;
}
#header .links a + a {
	/*margin-left: 8px;*/
}
/* menu */
#menu {	
	height:89px;
	background: url(../image/bg-menu.png) repeat-x;
	position:relative;
}
#notification {
	border: 1px solid #3e6e56;
	margin-top: 18px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding-left: 12px;
	}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	height:88px;
	margin-right: 11px;
}
	
#menu > ul > li + li {

		
}

}
#menu > ul > li > a.active,
#menu > ul > {
	background:url(../image/menu-bg.gif) 0 100% repeat-x;
	
}
#menu > ul > li > a.active,
#menu > ul > a{
	text-shadow:0 -1px 0 #373c3f;
	}
#menu .drop-down {
	padding-right: 18px;
	position: relative;
}
#menu .drop-down:after {
	position: absolute;
	right: 0;
	bottom: 2px;
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
#menu > ul > li > a:hover {
	color: #048565;
}
#menu > ul > li > a {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	line-height: 79px;
	text-decoration: none;
	display: block;
	padding: 4px 4px;
	z-index: 6;
	position: relative;
	height: 41px;
}
#menu .count-special span {
    position: absolute;
    z-index: 2;
    height: 22px;
    width: 22px;
    top: 33px;
    right: -20px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background: rgba(255, 17, 16, 0.41);
    border-radius: 50%;
    color: #fff;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 1001;
	padding: 10px 10px 0;
	border-radius: 3px;
	background: #2C9076;
	margin-top: 30px;
}
#menu > ul > li > div:before {
	position: absolute;
	left: 35px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	top: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #2C9076;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
	padding: 0;
}
#menu > ul > li > div > ul > li{
	margin:0 0 10px 0;
	}
#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 {
	
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
	padding:4px;
	display:block;
}
#menu > ul > li > div > ul > li > a:hover{
	text-decoration: underline;
	}
#menu .menu-item-title {
    font-size: 20px;
    padding: 20px 15px;
    color: #fff;
}
#menu .menu-cols {
    width: 700px;
}
#menu .menu-cols2 {
    width: 350px;
}
#menu .menu-item {
    vertical-align: top;
    display: inline-block;
}
.breadcrumb {
	color: #2c9076;
	margin:0;
	margin-bottom:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:0;
	margin-top: 19px;
}

.breadcrumb a
{
	color: #2c9076;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.success, .warning, .attention, .information {
	padding: 12px 10px 12px 10px;
	margin:5px 0 3px 0;
	color: #555555;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:13px;
	text-shadow:0 1px 0 #fff;
	position:relative;
}
.success {
	/*background: #EAF7D9 url('../image/success.png') 10px center no-repeat;*/
	border: 1px solid #fae18b;
	color:#7e6114;
	padding-left:35px;
	background-color: #fffcd3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffddf), to(#fffac3));
	background-image: -webkit-linear-gradient(top, #fffddf, #fffac3);
	background-image:    -moz-linear-gradient(top, #fffddf, #fffac3);
	background-image:     -ms-linear-gradient(top, #fffddf, #fffac3);
	background-image:      -o-linear-gradient(top, #fffddf, #fffac3);
	background-image:         linear-gradient(to bottom, #fffddf, #fffac3);
}
.success:before{
	content:'.';
	text-indent:-9999px;
	background:url(../image/message-icons.png) 0 0 no-repeat;
	width:15px;
	height:15px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	left:10px;
	}
.warning {
	/*background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;*/
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.warning {
	display: block;
	color: #FF0000;
	border: 1px solid #fcb5b5;
	color:#793434;
	padding-left:35px;
	background-color: #ffe0e0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe9e9), to(#ffd3d3));
	background-image: -webkit-linear-gradient(top, #ffe9e9, #ffd3d3);
	background-image:    -moz-linear-gradient(top, #ffe9e9, #ffd3d3);
	background-image:     -ms-linear-gradient(top, #ffe9e9, #ffd3d3);
	background-image:      -o-linear-gradient(top, #ffe9e9, #ffd3d3);
	background-image:         linear-gradient(to bottom, #ffe9e9, #ffd3d3);
}
.warning:before{
	content:'.';
	text-indent:-9999px;
	background:url(../image/message-icons.png) 0 100% no-repeat;
	width:16px;
	height:15px;
	position:absolute;
	top:50%;
	margin-top:-8px;
	left:10px;
	}
.error {
	color: #e71b1b;
	display: block;
	margin: 4px 0 10px;
	font-size: 11px;
}
.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: 140px;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 4px;
}
table.form > * > * > td {
	color: #3e4348;
}
table.form td {
	padding: 0 0 3px 0;
}
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:1px solid #e1e6eb;
	border-top:none;
}
table.list tr td:first-child{
	border-left:none;
	}
table.list tr td:last-child{
	border-right:none;
	}
table.list thead td {
	background-color: #f0f3f5;
	border-color: #f0f3f5;
	padding: 5px 10px;
	border-top:none;
	border-bottom:none;
}
table.list thead tr td:first-child{
	/*-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;*/
	
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	}
table.list thead tr td:last-child{
	/*-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;*/
	
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 10px;
}
table.list tbody tr td:last-child{
	text-align:right;
	}

table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center !important;
	/*padding: 7px;*/
}
.pagination {
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	text-align:right;
}
.pagination .links {
	margin-bottom: 11px;
}
.pagination .links a {
display: inline-block;
padding: 5px 10px;
text-decoration: none;
color: #000;
background: #fff;
border: 1px solid #DAE0E7;
}
	.pagination .links a:hover {
		border-color: #26ade4;
	}
	.pagination .links a:active {
		border-color: #b4c0cd;
		color: #30363b;
		background: #fff;
		background: -moz-linear-gradient(top,  #e2e7ec 0%, #ffffff 60%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e7ec), color-stop(60%,#ffffff));
		background: -webkit-linear-gradient(top,  #e2e7ec 0%,#ffffff 60%);
		background: -o-linear-gradient(top,  #e2e7ec 0%,#ffffff 60%);
		background: -ms-linear-gradient(top,  #e2e7ec 0%,#ffffff 60%);
		background: linear-gradient(top,  #e2e7ec 0%,#ffffff 60%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e7ec', endColorstr='#ffffff',GradientType=0 );
		box-shadow: inset 0 1px 1px #d1d8e0;
	}
.pagination .links b {
display: inline-block;
border: 1px solid #DAE0E7;
padding: 6px 11px;
font-weight: normal;
text-decoration: none;
color: #fff;
background: #2c9076;
}
.pagination .results {
	
	padding-top: 3px;
	color:#acb7c2;
}
/* button */
.button {
	display: inline-block;
	padding: 3px 5px;
	background: url('../image/bg-order-btn.png') 0 0 no-repeat;
	text-decoration: none;
	cursor: pointer;
	height: 32px;
	width:149px;
	line-height:25px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	font-family: Tahoma;
	text-transform: uppercase;
	border:none;
}
.button:hover
{
	color:#fff;
	opacity:0.8;
}
.buttons {
	overflow: auto;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
}
.buttons .right {
	float: right;
}
.buttons .center {
	/*text-align: center;*/
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 36px;		
	line-height: 16px;
} 
.htabs a {
	text-transform: uppercase;
	padding: 10px 40px;
	/*float: left;*/
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	/*display: none;*/
	position: relative;
	top: 0px;
	background: #c0b199;
	color: #968871;
	margin-right: 4px;	
}
.htabs a.selected {
	
	color: #fff;
	background: #4a8466;
	text-transform: uppercase;

}
.htabs a:hover{
	}

.tab-content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 20px;
	z-index: 2;
	overflow: overlay;
	border: 1px solid #4a8466;
	color: #000;
	table-layout: fixed;
	width: 100%;
	text-align: left;
}

.tab-content strong
{
	color:#db5e29;
	margin-bottom:10px;
	
}
/* box */
.box {
	margin-bottom: 14px;
}
h2.carousel-title {
	/*-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;*/
	font-size:17px;
	margin:0 0 12px 0;
	font-weight:bold;
	color:#30363b;
}
.box .box-content {
	/*background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;*/
	
}
#column-left  .box, #column-right  .box{
    background: #ffffff;
    padding: 15px;
}
#column-left  .box-category, #column-right  .box-category{
	margin:0;
	}
#column-left .box .box-heading, #column-right .box .box-heading{
	border: 1px solid #b4c0cd;
	background:#fff url('../image/box-header-bg.png') 0 100% repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
	margin:0px;
	
	}
#column-left .box .box-content ul, #column-right .box .box-content ul{
	margin:0px;
	}
#column-left .box .box-content, #c	olumn-right .box .box-content{
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	border-left: 1px solid #b4c0cd;
	border-right: 1px solid #b4c0cd;
	border-bottom: 1px solid #b4c0cd;
	border-bottom:1px solid #b4c0cd;
	padding: 0px;
	}
/* box products */
.box-product {
/*	width: 970px;*/
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.box-product > div {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px 20px;
}
.box-product .product-item {
	text-align:center;
	position:relative;
	background:#fff;
	padding: 10px 0;
	height: 98%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#column-left .box-product > div,
#column-right .box-product > div {
	margin-left: 0px;
	width: 208px;
}
.box-product > div:first-child{
	margin-left:0px;
}
.box-product > div:hover .cart .button{
	display:inline-block;
	}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .p-colors {
    margin-top: 15px;
	min-height: 19px;
}
.box-product .p-colors div {
    display: inline-block;
    width: 15px;
    height: 15px;
}
.box-product .image {
	display: block;
	margin-bottom: 7px;
	position:relative;
	height:196px;
	overflow:hidden;
	padding: 5px;
}

.box-product .image img
{
	width:267px;
	height:201px;
	overflow:hidden;
}

#box-lastest .box-product
{
	padding-top:10px;
	text-align: center;
}


#box-lastest .box-product > div
{
	  width: 25%;
}


#box-lastest .box-product .image {	

	overflow:hidden;
}
#tab-related2 .box-product > div {
	width: 25%;
	margin-bottom: 20px;
}


.box-product .image a{
	background:none;
	}
.box-product .image img {
	margin-top: 5px;
}
.box-product .name a, .box-product .name a:active, .box-product .countcolors {
	color: #247b63;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	margin-top: 40px;
	text-align:center;
	padding: 0 10px;
}

.box-product .countcolors
{
	margin-top:10px;
}

.box-product .attributes {
	margin: 5px 0;
	border: none;
	line-height: 1;
}

.box-product .attributes .a1 {
	font-size: 12px;
	color: #B3B3B3;
}
.box-product .attributes .a2 {
	margin: 4px 0 10px;
}

#column-left .box-product .cart, #column-right .box-product .cart{

}

.column-right .box-product .image img {
	border: none;
}
.box-product .cart{
	text-align: center;
	}
	.box-product .cart .button{
		font-size:15px;
		}
		.box-product .cart .button:hover{
			}
		.box-product .cart .button:active{
			}
.box-product .buttons {
	display: flex;
	justify-content: space-around;
}
.box-product .buttons a{
	color: #837866;
	font-weight: bold;
	font-size: 12px;
}
.box-product .cart .button, #button-cart-product
{
	background: url(../image/bg-button-cart-product.png) repeat-x;
	transition:.2s;
	text-shadow:0 -1px 0 #579100;
	font-size: 14px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding: 7px 21px;
	margin: 0px 20px 0 0px;
	position:relative;
	top:2px;
}
.box-product .cart {
	display: flex;
	align-items: center;
	padding: 0 10px;
	margin-bottom: 15px;
	justify-content: space-between;
}
.box-product .cart .fast {
	padding: 9px 7px;
	border: 1px solid #ebe7df;
	font-size: 12px;
}
.box-product .cart .button, #button-cart{
	background: url(../image/bg-button-carte.png) repeat-x;
	background-size: cover;
	border-radius:3px;
	overflow:hidden;
	transition:.2s;
	text-shadow:0 -1px 0 #579100;
	width:100px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color:#fff;
	text-transform:uppercase;
	top: 0;
	padding: 4px 10px;
}
#fast_order
{
	background: url(../image/buttononclick-bg.png) no-repeat;
	width: 109px;
	height:32px;
	line-height:26px;
	color:#482f21;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	
	
}
		
				
		#button-cart
		{
			margin-right: 5px;
		}
	.box-product .cart .button:hover, #button-cart:hover{
		opacity:0.8;

		}
	.box-product .cart .button:active, #button-cart:active{

		}
.box-product .price {
	display: block;
font-size: 24px;
color: #247b63;
position: absolute;
bottom: 48px;
right: 0px;
min-height: 38px;
text-align: right;
padding-right: 30px;
padding-left: 20px;
font-family: 'Open Sans', sans-serif;
background: rgba(255,255,255,0.6);
font-weight: bold;
width: 100%;
}

.box-product .compare {

}

.box-product .price span
{
position: relative;
    top: -2px;
    font-size: 17px;
    color: #656565;
}


.box-product .price-old {
	color: #ccc;
	text-decoration: line-through;
	font-weight: normal;
}
.box-product .price-new {
	font-size: 24px !important;
	color: #FF1B17 !important;
	font-family: 'Open Sans', sans-serif;
	vertical-align: middle;
    display: block;
}
.box-product .rating {
	display: block;
	margin-bottom: 68px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	
}
.box-category > ul > li:hover{
	
	}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	background:none;
	display:block;
	padding: 10px 11px;
	color:#1a92c7;
}
.box-category > ul > li > a:hover{
	background:#f0f3f5;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	/*font-weight: bold;*/
	color:#30363b;
	background:none;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 0px 5px 10px 26px;
	list-style:none;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}



/**/

.box-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-content > ul > li {
	
}
.box-content > ul > li:hover{
	
	}
.box-content > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-content > ul > li > a {
	text-decoration: none;
	background:none;
	display:block;
	padding: 10px 9px;
	color:#1a92c7;
}
.box-content > ul > li > a:hover{
	background:#f0f3f5;
}
.box-content > ul > li ul {
	display: none;
}
.box-content > ul > li a.active {
	/*font-weight: bold;*/
	color:#30363b;
	background:none;
}
.box-content > ul > li a.active + ul {
	display: block;
}
.box-content > ul > li ul > li {
	padding: 0px 5px 10px 17px;
	list-style:none;
}
.box-content > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-content > ul > 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{
    padding: 10px 10px 0px;
}
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: 0 0 10px !important;
}
ul.box-filter li{
    border-top: none !important;
}
.box-content .box-filter ul{
    display: block;
}
.box-content .box-filter ul li{
    padding: 0px 5px 5px 0px;
}
#button-filter {
    margin: 0 0 10px 10px;
}
/**/
/* content */
#content .content#shipping{
	
	}
	#content .content#shipping select{
		width:270px;
		}
	#content .content#shipping input[type="text"]{
		width:262px;
		}
#content .content {
	overflow: auto;
	margin-bottom: 20px;

}
#content .content.account{
	padding:0px;
	border:none;
	margin:0 0 35px 0;
	}
	#content .content.account ul{
		list-style:none;
		padding-left:10px;
		line-height:20px;
		margin:0px;
		}
		#content .content.account ul a{
			text-decoration:none;
			}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 15px;
	margin-top: 10px;
}
.category-info p {
	text-align: justify;
	font-size: 15px;
	    text-indent: 40px;
	margin-bottom: 10px;
}
.category-info .image {
	float: left;
	margin-right: 20px;
}
.category-info .image img{
	width:100px;
	}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {

	margin: 0px 0 10px 0;
	padding: 0 30px 0 0;
	list-style: none;
	white-space: nowrap;
}

.category-list ul li {
	float:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#db5e29;
}

.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* 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 {
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #ffffff;
}
.product-filter .display {
	margin-left: 15px;
	float: right;
	margin-top: 4px;
	color: #333;
	height: 22px;
	line-height: 22px;
}
.product-filter .display b {
	vertical-align: top;
}
/*.product-filter .display a {
	font-weight: bold;
}*/
.product-filter .display .show-list,.product-filter .display .show-grid {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('../image/display-icons.png') top left no-repeat;
}
	.product-filter .display a.show-list {
		background-position: 0 0;
	}
		.product-filter .display a.show-list:hover {
			background-position: -22px 0;
		}
		.product-filter .display a.show-list:active {
			background-position: -44px 0;
		}
		.product-filter .display span.show-list {
			background-position: -66px 0;
		}
	.product-filter .display a.show-grid {
		background-position: 0 -22px;
	}
		.product-filter .display a.show-grid:hover {
			background-position: -22px -22px;
		}
		.product-filter .display a.show-grid:active {
			background-position: -44px -22px;
		}
		.product-filter .display span.show-grid {
			background-position: -66px -22px;
		}
.product-filter .sort {
	float: left;
	color: #333;
}
.product-filter .limit {
	margin-right: 15px;
	float: right;
	color: #333;
}
.product-compare {
	/*padding-top: 6px;*/
	margin-bottom: 10px;
	font-weight: bold;
	text-align:right;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	padding:0 0 10px 0;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #e1e6eb;
}
.product-list .image {
	float: left;
	margin-right: 20px;
	height:200px; 
}
.product-list .image a{
	background:none !important;
	}
.product-list .image img {

}
.product-list .name {
	margin-bottom: 8px;
	margin-top:20px;
}
.product-list .name a {
	font-weight: bold;
	text-decoration: none;
	font-size:17px;
}
.product-list .description {
	line-height: 20px;
	font-size:15px;
	margin-bottom: 8px;
	color: #000;
}
.product-list .rating {
	color: #7B7B7B;
	padding-bottom: 8px;
	margin-top: -6px;
}
.product-list .price {
	font-size:19px;
	color:#30363b;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
.product-list .price-old {
	color: #ccc;
	text-decoration: line-through;
	font-weight: normal;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	display:none;
}
.product-list .cart {
	margin-bottom: 3px;
	display:inline-block;
}
.product-list .cart .button{
	height:29px;
	line-height:29px;
	font-size:15px;
	background-position:0 -75px;
	text-shadow:0 -1px 0 #62a600;
	}
	.product-list .cart .button:hover{
		background-position:0 -104px;
		}
	.product-list .cart .button:active{
		background-position:0 -132px;
		}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
	margin-left:20px;
	display:inline-block;
	font-size:11px;
}
.product-list .wishlist a {
	color: #919fae;
}
.product-list .compare a {
	color: #919fae;
}
.product-grid {
	width: 720px;
	overflow: auto;
}
.product-grid > div {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
	margin-bottom: 60px;
	text-align:center;
	position:relative;
}
.product-grid > div:hover .cart{
	display:block;
	}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 10px;
}
.product-grid .cart .button{
	height:29px;
	line-height:29px;
	background-position:0 -75px;
	font-size: 15px;
	text-shadow:0 -1px 0 #62a600;
	}
	.product-grid .cart .button:hover{
		background-position:0 -104px;
		}
	.product-grid .cart .button:active{
		background-position:0 -132px;
		}
.product-grid .image a{
	background:none !important;
	}
.product-grid .image img {
	border-bottom:1px solid #B4C0CD;
}
	.product-grid div:nth-child(-n+3) .image img {
		border-top: none;
	}
.product-grid .name {
	margin-bottom:5px;
	}
.product-grid .name a {
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #30363b;
	font-size:19px;
	margin-bottom: 5px;
}
.product-grid .price-old {
	color: #ccc;
	text-decoration: line-through;
	font-weight: normal;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	display:none;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #919fae;
	font-size:11px;
	
}
.product-grid .compare a {
	color: #919fae;
	font-size:11px;
}
/* Product */
.product-info {
	overflow: hidden;
	margin-bottom: 20px;
	border-radius:5px;
	
	
}
.product-info  table
{
	border-collapse:collapse;
}
.product-info  table td
{
	text-align:center;
	vertical-align: top;
	padding-top: 30px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	margin-left: -8px;
}
.product-info .image-additional img {
	border: 1px solid #e4e1d9;
}

.product-info .image-additional img.selected {
	border: 1px solid #000;
}
.product-info .image-additional .option-name
{
	text-align:center;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	background:none;
}
.product-info .description {
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #7f8c99;
}
.product-info .description a {
	text-decoration: none;
}
.product-info .price {	
	font-size: 15px;
	color: #4a8466;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-left: 5px;
	margin-top: -17px;
}
.product-info .price .icon {
	background:url(../image/bg-price1.png) no-repeat;
	width:64px;
	height:26px;
	float: left;
		
}
.pervtext {
	color: #837866;
	text-transform: uppercase;
	float: left;
	margin-top: 8px;
	
}
.posttext {
	color: #837866;
	font-size: 14px;
	text-transform: uppercase;
	float: left;
	margin-top: 13px;
	margin-left: 3px;
	font-weight: normal;
}
.rub {
	float: left;
	margin-top: 1px;
	padding-left: 8px;
	font-size: 26px;
	
}
.product-info .price2 .icon {
	background:url(../image/bg-price2.png) no-repeat;
	width:33px;
	height:33px;
	float: left;
	margin-right: 5px;
	
}

.product-info .price2 {
	
	padding: 0px 0px 22px 0px;
	font-size: 15px;
	color: #4a8466;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin-top: -17px;
}
.summa-text {
	color:#847966;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;	
	padding-right: 7px;
	margin-left: -18px;
}
.summ{
	color:#4a8466;
	font-size:36px;
	text-transform:uppercase;
	font-weight:bold;	

}
.summ-post{
	color:#4a8466;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.product-info .quantity {
	text-align: center;
	padding-left: 209px;
	float: left;
}
.product-info .price-old {
	color: #656565;;
	text-decoration: line-through;
	font-weight: normal;
	font-size: 16px;
	vertical-align: middle;
}
.product-info .price-new {
	color: #FF1B17;
}
.product-info .price-tax {
	font-size: 13px;
	font-weight: normal;
	color: #bdc4cb;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #30363B;
	line-height: 1.4em;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #30363B;
}
.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 {
	color: #4D4D4D;

}
.product-info .cart div {

	vertical-align: middle;
	color: #7f8c99;
}
	.product-info .cart div input[type="text"] {
		margin: 1px;
		font-size: 15px;
		font-weight: bold;
		padding: 4px 4px 5px 4px;
		width: 2.5em;
	}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	/*border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 14px;*/
}
.product-info .review > div {
	padding: 8px 0;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border:none;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #E1E6EB;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #3e4348;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border: none;
}
.attribute tr td:first-child {
	color: #3E4348;
	font-weight: normal;
	border-right: 1px solid #E1E6EB;
	width: 20%;
}
.attribute td {
	padding: 4px;
	color: #3E4348;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #E1E6EB;
}
.attribute tr:last-child td {
	border-bottom: none;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #E1E6EB;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #3e4348;
	font-size: 13px;
	font-weight: bold;
	border: none;
	background: #F0F3F5;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #3e4348;
	text-align: right;
}
.compare-info tr td:last-child {
	color: #3e4348;
	border-right: none;
}
.compare-info tr:last-child td {
	border-bottom: none;
}
.compare-info td {
	padding: 4px;
	width: 20%;
	color: #3e4348;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #E1E6EB;
	border-top: 1px solid #E1E6EB;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	color: #ccc;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-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;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.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: 340px;
	float: left;
	margin-bottom: 2px;
	background:#f0f3f5;
	padding-left:10px;
	font-size:15px;
	line-height:25px;
	height:25px;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}
.order-list .order-status {
	width: 340px;
	float: right;
	text-align: right;
	margin-bottom: 2px;
	background:#f0f3f5;
	padding-right:10px;
	line-height:25px;
	height:25px;
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
}
.order-list .order-content {
	padding: 10px 0 0 0;
	display: inline-block;
	width: 680px;
	margin-left:10px;
	margin-bottom: 25px;
}
.order-list .order-content div {
	float: left;
	width: 20%;
}
.order-list .order-info {
	text-align: right;
}
.order-list .order-info a img {
	margin-right: 3px;
	position: relative;
	bottom: -3px;
}
.list.order-details {
	color: #3E4348;
}
.list.order-details thead tr td {
	background: transparent;
	border: none;
	font-size: 15px;
	padding: 0px;
}
.list.order-details tbody tr td:last-child {
	text-align: left;
}
.list.order-details tbody tr td {
	border: none;
	width: 50%;
}
.list.order-details tbody tr td span {
	color: #808C99;
}


.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: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.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: 20px;
	border-collapse: collapse;
	
}

.cart-info td {
	padding: 10px;
	border:1px solid #e1e6eb;
	border-top:none;
}
.cart-info thead td {
	color: #3e4348;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #E1E6EB;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .total {
	text-align: right;
}

.cart-info thead td {
	background-color: #f0f3f5;
	border-color: #f0f3f5;
	padding: 5px 10px;
	border-top:none;
	border-bottom:none;
}
.cart-info thead tr td:first-child{
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	}
.cart-info thead tr td:last-child{
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
	}
.cart-info .image {
	width: 100px;
}
.cart-info .quantity {
	width: 100px;
}
.cart-info .quantity input[type="text"] {
	text-align: center;
}
.cart-info .quantity input[type="image"] {
	position: relative;
	bottom: -3px;
}
.cart-info .quantity a {
	position: relative;
	bottom: -3px;
}
.cart-info tr td:first-child{
	border-left:none;
	}
.cart-info tr td:last-child{
	border-right:none;
	}
.cart-info tbody td {
	vertical-align: center;
	border:1px solid #e1e6eb;
	border-top:none;
}
.cart-info tbody .price, .cart-info tbody .total{
	font-weight:bold;
	font-size:15px;
	}
.cart-info tbody .image a{
	background:none;
	}
	.cart-info tbody .image a img{
		padding:3px;
		}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name a{
	font-size:15px;
	text-decoration:none;
	}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity,  .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}

.cart-module > div {
	display: none;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-module #shipping table td {
	width: 115px;
}
.cart-module #shipping table {
	margin-bottom: 10px;
}
.cart-total {
	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:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAPCAIAAACqfTKuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC1JREFUeNo8hwkKACAMw8L+/2KPdlXBQkiK7QI+5z8oxZKurbRVO84Yc7UAAwBQkB/qUVijqgAAAABJRU5ErkJggg==) 0 100% repeat-x;
	border: 1px solid #b4c0cd;
	padding: 7px 10px;
	font-weight: bold;
	font-size: 15px;
	color: #30363b;
	margin-bottom: 15px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 1px 3px 0px #f0f0f0;
	-moz-box-shadow:0 1px 3px 0px #f0f0f0;
	box-shadow:0 1px 3px 0px #f0f0f0;
	line-height:1;
}
.checkout-heading.active{border:1px solid #000;}
.checkout-heading a {
	float: right;
	font-size:15px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 15px;
	display: none;
	overflow: auto;
	background: #F2F5F7;
	margin-bottom: 15px;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: left;
}
.checkout-content .buttons {
	clear: both;
	background: transparent;
	margin-bottom: 10px;
}
.checkout-content table.form {
	margin-bottom: 0px;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #3E4348;
	font-weight: bold;
	border-bottom: 1px solid #E1E6EB;
}
.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 #E1E6EB;
}
.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;
}
.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 {
	float:right;
	margin-right: 58px;
	margin-top: -2px;
	
	
	
	/*clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #F8F8F8;*/
	
}
#footer h3 {
	color: #fff;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#footer .column ul li {
	margin-bottom: 5px;
	list-style:none;
	
}
/*#footer .column a {
	text-decoration: none;
	font-size:13px;
}*/
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	padding:20px 0;
	text-align: left;
	clear: both;
	width:940px;
	margin:0 auto;
	color:#fff;
}
#social {
	float: right;
	font-size: 19px;
    margin-top: -10px;
}
#social a {
	font-size: 19px;
}
#social a:hover {
	color: #ccc;
}
#social .fa {
	padding-right: 10px;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}

#custom-footer-bg {
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DDDDDD;
	background: #F8F8F8;
}
#custom-footer {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
  position: relative;
  width: 980px;
}
.footer-logo {
    left: 0;
    position: absolute;
    top: 20px;
}
#custom-footer ul {
	list-style: none outside none;
	margin: 0;
    padding: 0;
}
.column-welcome {
    color: #fee5ca;
    float: left;
    font-size: 13px;
	width: 250px;
	font-size: 14px;
	font-family: Arial;
	color: #ffffff;
	padding-left: 28px;
	padding-top: 20px;
}
.column-contacts {
	display:none;
	color: #38B0E3;
	float: left;
	font-size: 14px;
	margin-left: 20px;
	width: 275px;
}
.column-contacts li{
    padding-top: 7px;
}
.column-contacts li.footer-time{
    margin-top: 8px;
	float: left;
}
.footer-time .fa,
.column-contacts .fa {
    padding-right: 5px;
}
.column-contacts li.footer-address{
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 95%;
}
.column-maps {
	display:none;
  float: right;
  height: 220px;
  width: 430px;
  border: 1px solid #DBDEE1;
}
.footer-wrap{
	background:#30363b url(../image/footer-bg.png) 0 0 repeat-x;
	font-size:13px;
	/*margin-top:-5px;*/
    min-width: 940px;
}
	.footer-wrap a{
		text-decoration: none;
		font-size: 13px;
		color: #88DBFF;
		}
	.footer-wrap a:hover{
		text-decoration: underline;
		color: #74CE00;
		}
	.footer-wrap a:active{
		color: white;
		text-decoration: none;
		}
	.powered-wrap{
		border-top:1px solid #454a4f
		}
		#powered{
			/*white-space:nowrap;*/
			}
			#powered br{
				display:none;
				}
		.copyright{
			
			}
			.copyright a, #powered .copyright a:hover, #powered .copyright a:active{
				text-decoration:none;
				color:#fff;
				}
				.copyright a .icon{
					width:20px;
					height:21px;
					display:inline-block;
					vertical-align:top;
					margin:-2px 2px 0 0;
					background:url(../image/st-logo.png) 0 0 no-repeat;
					}
	.footer-wrap #footer{
		width:940px;
		margin:0 auto;
		padding:50px 0 15px;
		overflow:hidden;
		}
.mini-cart-info table{	
	border-collapse:collapse;
	width:100%;
	margin:0 0 10px 0;
	}
.mini-cart-info td{
	border-bottom:1px solid #e3e6e6;
	padding-top:15px;
	padding-bottom:15px;
	}
.mini-cart-info td.remove img{cursor:pointer;}
.mini-cart-info td.total{	
	padding-left:15px;
	text-align:right;
	padding-right:7px;
	}
.mini-cart-info td.name{
	padding:0 10px;
	}
	.mini-cart-info td.name a{
		text-decoration:none;
		color:#e65725;
		}
.mini-cart-info td.image{
	width:42px;
	}
.mini-cart-info td.image img{
	border:1px solid #e3e6e6;
	vertical-align:middle;
	width:40px;
	}
.mini-cart-total{
	overflow:hidden;
	}
.mini-cart-total .right{
	text-align:right;
}
	.mini-cart-total table{
		float:right;
		margin:0 0 10px 0;
		}
#review {
	width: 50%;
	font-size: 12px;
	color:#7d7d7c;
	float:left;
}		
#review .content{
	margin:0 0 20px 0;
	}
#review .content .date{
	font-size:11px;
	color:#909ba7;
	display:none;
}

#review .name
{
	color:#db5e29;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
}

#review .rating
{
	margin:7px 0px;
}

#review .content img
{
	width: 110px;
}

#add-review {
	float: left;
	width: 50%;
	font-size: 14px;
	color: #e69d43;
}
#add-review input[type="text"], #add-review textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#add-review textarea {
	resize: vertical;
}
#add-review input[name="captcha"] {
	width: 150px;
}
#add-review div {
	margin-bottom: 10px;
}
#add-review div input[type="radio"] {
	margin: 0;
}
#add-review div span.txt-message {
	font-size: 10px;
	display: block;
	line-height: 1.2em;
}
#add-review div.review-rating {
	margin-bottom: 22px;
}
#add-review div.review-rating b {
	color: #3E4348;
}

.wish-links{
	position: absolute;
	right: 20px;
	top: 10px;
}
	.product-info .review .share .wish-links a{
		font-size:11px;
		color:#919fae;
		margin-left:15px;
		text-decoration:underline;
		}

.product-info .review .pluso {
    border: medium none;
}
.wish-links a {
	text-decoration: none;
}
.wish-links .fa-files-o {
	margin-left: 5px;
}
/* fa */
.wishlist .fa, .compare .fa,
.breadcrumb .fa, #header #welcome .fa, #header .links .fa {
    margin-right: 4px;
}
.rating .fa-star,
.rating .fa-star-o {
	color: #999999;
	font-size: 12px;
}
.rating .fa-star,
.rating .fa-star + .fa-star-o {
	color: #FFD700;
}
.rating .fa-stack {
	width: 0.7em;
}
.review .fa-stack {
    width: 1.1em;
}

.fast_exists
{
	font-size:11.3px;
	color:#1a92c7;

}
#footmenu ul {
	
	
}
.footmenu 
{
	list-style:none;
	padding:0;
}

.footmenu li {
	margin: 3px 0;
list-style: none;
font-size: 14px;
font-family: 'Open Sans';
color: #000000;

	
}
.footmenu li a {
	font-size: 13px;
	margin-bottom: 4px;
	display: block;
}
.footline_orndj {
	min-height: 420px;
 	background: url(../image/footbag-bg.png) repeat-x 0 100%;
  
}
.footerlogo {
	padding-top: 30px;
	width: 219px;
	height: 179px;
}
.greenline {
	background:#3e6e56;
	height: 20px;

}

#cssmenu ul li
{
  border-bottom:1px solid #f3d8ce;
    padding-top:10px;
  padding-bottom:10px;
  

}

#cssmenu ul li .leftsym
{
	background:url('../image/category-left.png') no-repeat;
	width:14px;
	height:14px;
	float:left;
	margin-left: 5px;
}



#cssmenu,
#cssmenu ul,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
  color:#db5e29;
  
  text-decoration:none;
}

#cssmenu ul li a
{
	margin-left: 25px;
	margin-top: 1px;
}

#cssmenu {
  width: 210px;
  color: #454545;
}
#cssmenu ul ul {
	display: none;
  	position: absolute;
	z-index: 1999;
	left: 210px;
	width: 210px;
	top: 0px;
}
#cssmenu ul ul li {
	background:#fdc5b2;
}
#cssmenu ul ul li a {
	color:#ffffff;
}

#cssmenu ul ul ul {
	display: none;
  	position: absolute;
	z-index: 1999;
	left: 200px;
	top: 0px;
	width: 310px;
}

#categories .box-head
{
	background: #f5f6f1;
	font-size: 24px;
	text-align: center;
	color: #3e6e56;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.stock
{
	margin-bottom: 7px;
	margin-left: -7px;
	margin-top: -17px;
}
.stock .pervtext {
	font-size: 17px;
	float: none;
    font-weight: bold;
}

.instock
{
	color: #4a8466;
	  position: relative;
	font-weight: bold;
	font-size: 28px;

}

.instock img
{
	margin-right:5px;
	position: relative;
}

.outstock
{
	color:#fb0202;
	position:relative;
}

.outstock .icon
{
	background:url('../image/outstock.png') no-repeat;
	width:9px;
	height:9px;
	display: block;
	position:relative;
	float:left;
	top:2px;
	margin-right:3px;
}

#button-review
{
	background:url('../image/bg-add-review.png') repeat-x;
	height:32px;
	color:#fff;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}

#content-text
{
	background:#fff;
	margin:10px;
	padding:10px;
	border-radius:5px;
}

#content-information
{
	margin:10px;	
}

#content-information .text
{
	margin-bottom:50px;
}

#content-information .head
{
	color:#4b8466;
	padding:15px 0px;	
	font-size:18px;
	font-weight:bold;
}

#telephone_header2
{
	float: left;
	padding-left: 55px;
	padding-top: 12px;
	font-weight:bold;
    text-align: right;
}
#telephone_header2 .phone1 {
    color: #3f7057;
	font-size: 22px;
    font-weight:bold;
}
#telephone_header2 .phone2 {
	color: #3f7057;
	font-size: 22px;
}
#telephone_header2 .phone2 img {
    width: 20px;
    position: relative;
    top: 2px;
}
.header_left
{
	float:left;
}

.logo_text
{
	font-size:20px;
	font-weight:bold;
	margin-left: 51px;
	margin-top: 15px;
}

#header .social
{
	position: absolute;
    right: 0;
        top: 63px;
    width: 507px;
    color: #027054;
    /* font-weight: bold; */
    line-height: 20px;
}	
#header .social a {
	    color: #4E2B1A;
    font-weight: bold;
    font-size: 20px;
    margin-top: 4px;
    display: block;
}

.footersocial {
	float: left;
	margin-top: 25px;
	width: 218px;
}
.footersocial span {
	font-size: 16px;
    color: #2b211d;	
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.pluso-more {
	display: none !important;
}

#email_header
{
	font-size: 14px;
	color: #f9f9f9;
	float:left;
	padding-top: 9px;
	min-width: 145px;
  margin-right: 150px;
  font-family: 'Open Sans';
  
  
}

#email_header .icon
{
	background: url(../image/email-header-bg.png) no-repeat;
	width:25px;
	height:25px;
	position:relative;
	float:left;
	top: 6px;
	margin-right: 4px;
}


#time_header
{
	font-size: 14px;
	color: #f9f9f9;
	padding-top: 9px;
	font-family: 'Open Sans';
	float:left;
	width: 330px;	
}

#time_header a {
	color: #ffffff;
}

#time_header .icon
{
	background: url(../image/time-header-bg.png) no-repeat;
	width:25px;
	height:25px;
	position:relative;
	float:left;
	top: 0px;
	margin-right: 4px;
	padding-left: 12px;
	margin-left: 15px;
}

.footer .col1
{
	float:left;
}

.footer .col2
{
	float:left;
	width: 300px;
	text-align: center;
	padding-top: 73px;
}

.footer .col3
{
	float:left;
	padding-top: 40px;
	width: 300px;
}

.footer .col4
{
	float: right;
	padding-top: 40px;
	color: #000000;
	font-style: none;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Open Sans';
}

.footer .freecall_button-call
{
	float:none;
	margin-left: 100px;
}

.footer-phone
{
	color: #3f7057;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 21px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 18px;
}
.footer-phone span {
	margin-left: 10px;
}

.footer-email
{
color: #3f7057;
font-size: 24px;
font-weight: bold;
font-family: 'Open Sans';
padding-top: 12px;
}

.footer-adress
{
	width:350px;
}

.footer-head
{
	margin-bottom:10px;
color: #482f21;
font-size: 24px;
font-weight: bold;
font-family: 'Open Sans';
}

.maincategory
{
    margin-bottom: 50px;
    overflow: hidden;


}

.maincategory ul
{
	list-style:none;
	table-layout: fixed;
	width: 100%;
}

.maincategory li
{
	float: left;
	margin-right: 36px;
	padding-top: 13px;
	padding-bottom: 9px;
}

.maincategory li:nth-child(3n+3), .mainvids li:nth-child(3n+3)
{
	margin-right:0;
}

.maincategory .maincat
{
	width: 369px;
    padding-top: 180px;
    text-align: center;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.maincategory .maincat .maincatname
{
    color: #2b211d;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: bold
}


.mainvids
{
  overflow: hidden;
}

.mainvids ul
{
	list-style:none;
	table-layout: fixed;
	width: 100%;
}

.mainvids li
{
	float:left;
	margin-right: 43px;
	margin-bottom: 20px;
}

.mainvids .mainvid
{
	background:#fff;
	width:364px;
	height: 318px;
	position:relative;
}

.mainvids .mainvid .mainvidname
{
	text-align:center; 
	color: #46413d;
	font-size: 25px;
	font-weight: bold;
}

.product-info .quantity .quantity-minus, .product-info .quantity .quantity-plus
{
	background: url(../image/bg-qbtn.png) no-repeat;
	float:left;
	color:#fff;
	cursor:pointer;
	width:28px;
	height:28px;
	padding-top: 4px;
}

.product-info .quantity-postext
{
	float: left;
	left: 18px;
	top: 4px;
	position: relative;
}

.product-info .quantity .quantity-text
{
	margin-right: 25px;
	margin-top: 4px;
}

.product-info .quantity .quantity-text, .product-info .quantity .quantity-field
{
	color: #837866;
	font-weight: bold;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
}

.product-info .quantity .quantity-field input[type="text"]
{
	width: 40px;
	height: 14px;
	text-align:center;
}

.exit {
	margin-top: 11px;
	color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-family: 'PT Sans', sans-serif;
  text-transform:uppercase;
  text-align:center;
  float:right;
	
}

.exit a
{
	color:#fff;
}


.warning-login
{
	display:none;	
}

#tab-orderexample
{
	padding:20px;
	border:1px solid #2e987d;
}
#tab-shipping {
	padding:20px;
	border:1px solid #2e987d;
	margin-bottom: 20px;
	background: #fff;
}
#tab-shipping ul {
	font-size: 15px;
	padding-left: 70px;
}

#tab-orderexample .ex-head
{
	color:#9d8971;
	width:100px;
	text-align:right;
	text-transform:uppercase;
	font-size:14px;
}

.orderexample_send
{
	background:url('../image/bg-orderexample.png') no-repeat;	
	cursor:pointer;	
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	padding: 17px 19px;
    margin-left: 25px;
}

.orderexample_send:hover
{
	color:#fff;
}

.separator
{
	background:url('../image/separator.png') repeat-x;
	width:100%;
	height:7px;
}

#tab-related .box-product > div, #lastestproducts .box-product > div
{
	  width: 217px;
	  height:auto;
}

#tab-related .box-product > div:nth-child(3n+3), #lastestproducts .box-product > div:nth-child(3n+3)
{
	  margin-right: 16px;
}

#tab-related .box-product > div .image, #lastestproducts .box-product > div .image
{
	height:auto;
}

#tab-related .box-product > div .name, #lastestproducts .box-product > div .name
{
	position:relative;
	top:-10px;
}

#tab-related .box-product > div .price, #lastestproducts .box-product > div .price
{
	display:none;
}

#tab-related .box-product > div .button, #lastestproducts .box-product > div .button
{
	display:none;
}

/* Блок меню Аккордеон */
.mini-menu{
    font: normal 14px Helvetica, Arial, sans-serif;
}
.mini-menu > ul {
    margin-bottom: 0px;
}
.mini-menu > ul > li {
    position: relative;
}

.mini-menu > ul > li .plus
{
	background:url('../image/plus.png') no-repeat;
	width:6px;
	height:6px;
	  position: absolute;
  top: 17px;
  right: 4px;
  cursor:pointer;

}

.mini-menu > ul > li .minus
{
	background:url('../image/minus.png') no-repeat;
}

.mini-menu > ul > li > a {
    display: block;	
    outline: 0;	
    padding: .7em 1em;	
    text-decoration: none;	
    color:#000000;	
    font-weight: normal;
	font-size:14px;
}




.mini-menu > ul > li > a:hover{
    color:#57c5a0;
}
.mini-menu > ul > li > ul {
    counter-reset: items;
    height: 0;
    overflow: hidden;
    
    font-size: .75em;

}
.mini-menu > ul > li > ul > li{
    counter-increment: items;
    padding: .1em 1.3em;
	position:relative;
}
.mini-menu > ul > li > ul > li:hover{
    background: #ccc;
}
.mini-menu > ul > li > ul > li > a{
    color: #333333;
    text-decoration: none;
	font-weight:bold;
}
.mini-menu > ul > li > ul > li > a:hover{
    color:#57c5a0;
}
.mini-menu > ul > li > ul > li > a:after{
	background:#57c5a0;
	width:4px;
	height:4px;
    float: left;
    margin-right:4px;
}
.mini-menu > ul > li > ul:after {
    font-size: 0.857em;
    display:inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
    background: #333;
    line-height: 1em;
    padding: .7em .8em;
    margin: -.9em 0 0 0;
    color: white;
    text-indent: 0;
    text-align: center;
    text-shadow:0px 1px 0px rgba(0, 0, 0, .5);
    font-weight: 500;
    border-radius:.769em;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
}

.mini-menu .selectedtop
{
	background:url('../image/bg-selectedtop.png') no-repeat;

}

.mini-menu .selectedtop a, .mini-menu .selectedsub a
{
	color:#fff;	
}

.mini-menu .selectedsub
{
	background:#72a593;
}


.menu-cat,
.vidi
{
    font-weight: bold;
    margin: 13px 0;
    text-transform: uppercase;
	font-size: 16px;
}

.colors
{
	background:url('../image/bg-colors.png') no-repeat;
	width:214px;
	height:30px;
	margin-top:20px;	
}

.separator2
{
	background:url('../image/separator2.png');
	height:4px;
}


.box-filter ul
{
	list-style:none;
	padding:0;
	margin:0;
}

.box-filter li 
{
	
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	cursor:pointer;
}

.box-filter li .inner
{
	padding: .7em 1em;
}

.box-filter li:hover
{
	background:#8aa494;
	color:#fff;
}

.box-filter li.selected
{
	background:#4c7a64;
	color:#fff;
}

.product-filter
{
	
}

.exampleformopt
{
	
}

.button-send
{
	background:url('../image/bg-send.png');
	width:133px;
	height:32px;
	cursor:pointer;
}

.button-close
{
	background:url('../image/bg-close.png') no-repeat;
	width:20px;
	height:20px;
	cursor:pointer;
	position:absolute;
	top:20px;
	right:20px;
}

#recall .form-element
{
	margin-bottom:15px;
	margin-left:85px;
}

#recall .form-element input[type="text"]
{
	width: 225px;
}

#recall .button-send
{
	margin-left:143px;
}

#message-register .button
{
	font-size:11px;
}

#message-register input[type="text"]
{
	width: 100%;
}

.button-return
{
	background:url('../image/bg-return.png') no-repeat;
	width:228px;
	height:53px;
	position: absolute;
	bottom: 61px;
	left: 210px;
	cursor:pointer;
}

.button-toorder
{
	background:url('../image/bg-toorder.png') no-repeat;
	width:190px;
	height:55px;
	position: absolute;
	bottom: 61px;
	right: 223px;
	cursor:pointer;
}


.box .box-heading
{
	position:relative;
}

.sticker {
	width: 138px;
	height: 45px;
	text-align: center;
	line-height: 33px;
	color: #fff;
	font-weight: bold;
}

.corner_1
{
	position: absolute;
	z-index: 1000;
	right: 15px;
    top: 50px;
}

.corner_2
{
	position: absolute;
	z-index: 1000;
	right: 15px;
    top: 50px;
}

#tab-related .box-product > div, #lastestproducts .box-product > div
{
	width:214px;
	margin-right:20px;
}


#tab-related .box-product > div .image img, #lastestproducts .box-product > div .image img
{
	width:153px;
	height:153px;
	overflow:hidden;
}

#fastorder .form-element
{
	margin-bottom:10px;
}

#fastorder .button-send
{
	margin-bottom: 15px;
	margin-left: 219px;
	position:relative;
	top:-20px;
}



.open-menu .top
{
	padding: 9px 0px 9px 0;
	cursor:pointer;
	position:relative;
}
.open-menu a {
    font-size: 13px;
    color: #343434;
}
.open-menu a:hover {
    color: #247b63;
}

.open-menu .top .plus
{
	position:absolute;
	right:4px;
	top: 9px;
}

.open-menu .submenu 
{
	display:none;
}

.open-menu .selectedtop
{
	background:#4c7a64;
	color:#fff;
}

.open-menu .selectedsub
{
	background:#72a593;
	color:#fff;
}

.open-menu .submenu ul
{
	list-style:none;
    padding-left: 10px;
    margin: 0;
    margin-bottom: 10px;
}

.open-menu .submenu li
{
	margin-bottom: 5px;
	cursor:pointer;
	position:relative;	
}
.open-menu .submenu li a {
    font-size: 12px;
}

.open-menu .submenu .icon
{
	float:left;
	margin-right:5px;
}

a.price-list {
	font-size: 22px;
	color: #FF1E16;
	text-decoration: underline;
}
.category-top > h1 {
	float: left;
	margin: 12px 0px;
}
.category-top {
	overflow: hidden;
}
.category-top .pagination {
	width: auto;
	float: right;
}
.blogs {
	margin: 15px -15px;
	box-sizing: content-box;
}
.blogs > div {
	float: left;
	width: 22%;
	padding: 0 15px 15px;
}
.blogs .item {
	padding: 15px;
	text-align: center;
	background: #fff;
}
.blogs .title {
	margin-top: 15px;
	min-height: 40px;
}
.blog-description {
	display: flex;
}
.blog-products {
	margin-left: 20px;
}
.blog-products .h3 {
	text-align: center;
	margin-bottom: 20px;
	color: #006f54;
	font-size: 16px;
	font-weight: bold;
}
.blog-products .box-product > div {
	margin-right: 0;
	width: 100%;
}
.blog-products .box-product .image img {
	margin-right: 0;
}
.blog-products .button {
	text-align: center;
}
.blog-description img {
    margin-right: 30px;
}
/*#simplecheckout_payment {
	display: none;
}*/
#cboxLoadedContent .hide-popup,
#cboxLoadedContent .image-additional {
	display: none;
}
#cboxLoadedContent .td-price {
	width: auto !important;
}
@media (max-width: 767px) {
	.video-table td[width="50%"],
	.video-table td {
		width: 100% !important;
		display: block;
	}
}
.tagcloud {
 float:left;
 width:100%;
 margin-top:20px;
 /*margin-right:10px;*/
 }
 
.tagcloud a {
 font-size:13px;
 color:#fff;
 border-radius: 3px;
 background: #4a8466;
 border-bottom:2px solid #888;
 margin:5px;
 padding:5px 5px 7px;
 float:left;
 -moz-transition: all 0.2s 0.01s ease-in;
 -o-transition: all 0.2s 0.01s ease-in;
 -webkit-transition: all 0.2s 0.01s ease-in;
 }
 
.tagcloud a:hover {
 color:#fff;
 background-color:#2cc55c;
 }

.tabs__tag{
	font-size:13px;
	color:#fff;border-radius: 3px;
	background: #4a8466;
	border-bottom:2px solid #888;
	margin:5px;
	padding:5px 5px 7px;
	float:left;
}