html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
#cboxTitle{
	display: none !important;	
}
body {
	background-color: #011A07;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 15px;
}
h1, .welcome {
	color: white;
	font: arial;
	margin-top: 18px;
	margin-bottom: 4px;
	font-size: 19.4pt;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
.welcome_main{
	margin-top: 10px;
	width: 540px;
}
h2 {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
p img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
a, a:visited, a b {
	color: white;
	text-decoration: underline;
	cursor: pointer;
}
.success a, .success a:visited, .success a b{
	color: #38B0E3;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
a#button-review{
	background: url(../image/send.png) center no-repeat;
	width: 104px;
	text-align: center;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:   none;

	box-shadow: none;
	font-size: 15px;
	font-family: "Arial";
	color: rgb( 235, 236, 240 );
	line-height: 2;


}
a#button-review:hover{
	opacity: 0.9
}
.cart-info  input[type='text']{
	text-align: center;
}
input[type="text"][name='captcha'] {
	height: 15px;
	vertical-align: top;
	margin-top: 1px;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 8px 10px;
	margin-left: 0px;
	margin-right: 0px;

	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	vertical-align: top;	

	-webkit-box-shadow:inset 0px 0px 3px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:   inset 0px 0px 3px 0px rgba(50, 50, 50, 0.41);
	box-shadow:        inset 0px 0px 3px 0px rgba(50, 50, 50, 0.41);

    /*-moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;*/
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;

	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 2;
	/*position: relative;*/
}
#column-left {
	float: left;
	width: 187px;
	/*margin-right: 25px;*/
	z-index: 2;
	position: relative;
}
#column-right {
	float: right;
	width: 180px;
	z-index: 2;
	position: relative;
}
#content {
	min-height: 500px;
	/*margin-bottom: 25px;*/
	z-index: 2;
	position: relative;
}
#column-left + #column-right + #content, #column-left + #content {
	/*margin-left: 214px;*/
	margin-left: 197px;
	z-index: 2;
	position: relative;
}
#column-left + #column-right + #content, #column-left + #content.category_maket{
	margin-left: 197px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
.header {
	position: relative;
	width: 100%;
	height: 422px;
}

.left-leave {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.right-leave {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.sky {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	min-height: 235px;
}

.grass {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 678px;
	background: url(../image/maket/header/grass.png) center bottom no-repeat;
}
.girl-wrapper {
	position: absolute;
	top: 42px;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
}

.girl {
	width: 792px;
	max-width: 100%;
}
a.lang-btn, span.lang-btn {
	color: #ffffff;
	font-family: calibri, arial;
	font-size: 32px;
	line-height: 1.55;
	font-weight: 600;
	background-position: center center;
	text-decoration: none;
	position: absolute;
	top: 112px;
	right: 225px;
	z-index: 99999;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #10481b;
	border-radius: 50%;
	border: 2px solid #e3e0e0;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
	text-align: center;
	cursor: pointer;
}
span.lang-btn.active {
	background-color: #ffffff;
	color: #10481b;
	border: 2px solid #10481b;
}
#language .lang-btn:first-child {
	top: 112px;
	right: 315px;
}
a.lang-btn:hover, a.lang-btn:focus {

}
#header {
	height: 83px;
	/*margin-bottom: 7px;*/
	/*padding-bottom: 4px;*/
	position: relative;
	/*z-index: 99;*/
	background: url(../image/internetshp.png) 400px 30px no-repeat;
}
#header #logo {
	text-align: center;
	margin-top: 23px;
}
/*#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}*/
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 86px;
	right: -92px;
	z-index: 9;
	width: 340px;
}
#header #cart .heading {
	z-index: 1;
	margin-right: 44px;
	display: inline-block;
}
#header #cart .heading>div {
	/*float: right;*/
	/*margin-right: 172px;*/
	/*margin-right: 18px;
	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;*/
	background: url("/catalog/view/theme/default/image/maket/cart.png") no-repeat;
	height: 54px;
	width: 60px;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
}
.r_button a:first-child{
	margin-bottom: 4px;
}
.r_button a:hover{
	background: url('/catalog/view/theme/default/image/maket/button/r_button_hover.png') no-repeat  ;
}
.r_button a{
	background: url('/catalog/view/theme/default/image/maket/button/r_button.png') no-repeat;
	width: 170px;
	height: 35px;
	display: block;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	font-family: calibri;
	text-transform: uppercase;
	padding-top: 6px;
	margin-top: 26px;
}
.r_button{
	/*display: inline-block;*/
	position: absolute;
	right: 0;
	top: 89px;
	z-index: 10;
}


#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .content a {
	color: #000000;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading span {
	position: absolute;
	right: -9px;
	top: 6px;
	min-width: 15px;
	min-height: 15px;
	text-align: center;
	background-color: #d92f37;
	padding: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	right: 162px;
	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;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 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 {
	/*margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-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;*/
}
#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;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
	color: #000000;
}
#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 */
#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:pre;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb a{
	color: #e4f9d3;
	font-size: 9pt;
	text-transform: uppercase;
}
.breadcrumb a:first-letter{
	/*text-transform: uppercase;*/
	/*font-size: 15px;*/
}
.breadcrumb a:last-child{
	text-decoration: none;
}
.breadcrumb {
	color: #e4f9d3;
	margin-bottom: 10px;
	font-size: 13pt;
	width: 550px;
	text-transform: lowercase;
}
.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;

	position: fixed;
	right: 12px;
	top: 100px;
	z-index: 999999;
	min-width: 355px;
}
.success {
	background: #EAF7D9 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;
}
.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: 4px;
	padding-right: 4px;
	padding-left: 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.forgotten tr td:first-child {
	width: 75px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #ffffff;
	font-size: 13pt;
}
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 {
	/*border-top: 1px solid #EEEEEE;*/
	/*padding-top: 8px;*/
	display: inline-block;
	width: 100%;
	/*margin-bottom: 10px;*/
}
.pagination .links {
	float: right;
}
.pagination .links .pagination_back{
	background: url("/catalog/view/theme/default/image/maket/pagination/back.png") no-repeat 10px;
	width: 95px;
	height: 28px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
	line-height: 23px;
}
form#col_login {
	margin-top: 10px;
	display: block;
	width: 100%;}
	#search{
		margin-top: 40px;
	}
	.pagination .links .pagination_next{
		background: url("/catalog/view/theme/default/image/maket/pagination/next.png") no-repeat;
		width: 85px;
		height: 28px;
		display: inline-block;
		text-align: left;
		padding-left: 8px;
		line-height: 23px;
	}
	.pagination .links .pagination_page{
		background: url("/catalog/view/theme/default/image/maket/pagination/page.png") no-repeat;
		width: 26px;
		height: 28px;
		display: inline-block;
		text-align: center;
		line-height: 23px;
	}
	.pagination .links a,
	.pagination .links b {
		font-size: 11pt;
	}
	.pagination .links a {
		/*display: inline-block;*/
		/*border: 1px solid #EEEEEE;*/
		/*padding: 4px 10px;*/
		text-decoration: none;
		color: #dce7eb;
	}
	.pagination .links .pagination_next:hover,
	.pagination .links .pagination_prev:hover,

	.pagination .links .pagination_page:hover{
		color: #269BC6;

	}
	.pagination .links b {
		/*display: inline-block;*/
		/*border: 1px solid #269BC6;*/
		/*padding: 4px 10px;*/
		font-weight: normal;
		text-decoration: none;
		color: #269BC6;
		/*background: #FFFFFF;*/
	}
	.pagination .results {
		float: right;
		padding-top: 3px;
	}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	/*background: url('../image/maket/button/button.png') repeat-x;*/

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #0D4B6A),
		color-stop(1, #3491C7)
	);
	background-image: -o-linear-gradient(bottom, #0D4B6A 0%, #3491C7 100%);
	background-image: -moz-linear-gradient(bottom, #0D4B6A 0%, #3491C7 100%);
	background-image: -webkit-linear-gradient(bottom, #0D4B6A 0%, #3491C7 100%);
	background-image: -ms-linear-gradient(bottom, #0D4B6A 0%, #3491C7 100%);
	background-image: linear-gradient(to bottom, #0D4B6A 0%, #3491C7 100%);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px #303030;
	-moz-box-shadow: 0px 1px 2px #303030;
	box-shadow: 0px 1px 2px #303030;
}
.text p {
	margin-bottom: 0px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	/*background-position: 0px -24px;*/
}
.buttons {
	/*background: #FFFFFF;*/
	/*border: 1px solid #EEEEEE;*/
	padding: 6px;
	margin-bottom: 20px;
	margin-top: 24px;
}
.buttons .left {
	float: left;
	text-align: left;
}
a.button:hover, input.button:hover{
	opacity: 0.9;
}
.buttons .right>div>input {
	margin: 0 10px;
}
.buttons .right>div {
	display: inline-block;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content .buttons{
	margin-top: 0;
}
span.bad{
	color: #f46666;
}
.better{
	color: #8dd750
}
.tab-content {
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;*/

	margin-top: 10px;


}
/* box */
.box {
	margin-bottom: 10px;
}
.box .box-heading {
	-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;
}
.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;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 161px;
	display: inline-block;
	vertical-align: top;
	margin-right: 39px;
	margin-bottom: 20px;
}
.box-product > div:nth-child(4n+4){
	margin-right: 0;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0;
}
.box-product .image img {
	/*padding: 3px;*/
	/*border: 1px solid #E7E7E7;*/
}
.box-product .name a {
	/*color: #38B0E3;*/
	/*font-weight: bold;*/
	/*text-decoration: none;*/
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li li > a:hover,
ul.box-category > li li > a.activee{
	color: #baf991;
}
ul.box-category > li > a.active:hover,
ul.box-category > li > a.active{
	background: url('/catalog/view/theme/default/image/maket/button/m_btn_active.png') no-repeat;
	color: #baf991;
}
ul.box-category > li > a:hover{
	background: url('/catalog/view/theme/default/image/maket/button/m_btn_hover.png') no-repeat;
	color: #baf991;
}
ul.box-category > li > ul > li> a:hover {
	font-size: 15px;
	color: #baf991;
}
ul.box-category > li > ul > li > ul a{
	font-size: 14px;
	font-family: arial;
}
ul.box-category > li > ul > li> a{
	font-size: 15px
}
ul.box-category > li a{
	font-size: 13pt;
	font-family: calibri, arial;

	/*color: white;*/
}
ul.box-category > li > a{
	background: url('/catalog/view/theme/default/image/maket/button/m_btn.png') no-repeat;
	width: 188px;
	height: 35px;
	padding-top: 5px;
	display: block;
	text-decoration: none;
}
ul.box-category > li {
	position: relative;
	text-transform: uppercase;
}
ul.box-category > li{
	text-align: center;
}
ul.box-category > li ul {
	display: none;
	margin-bottom: 10px;
}

ul.box-category > li ul {
	display: none;
	margin-bottom: 10px;

}
ul.box-category > li li ul {
	text-align:left !important;

}
ul.box-category > li li ul li { }
/*ul.box-category > li > ul> li > a.active + ul,*/
ul.box-category > li > a.active + ul {
	display: block;
}
/*
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 > 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 > ul{
	margin: 18px 0 0 0;
}
#content .content {
	padding: 0;
	overflow: visible;
	margin-bottom: 20px;
	/*border: 1px solid #EEEEEE;*/
}
#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;
	display: none;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category_maket .category-list a:nth-child(4n+4),
.category-list a:nth-child(4n+4){
	margin-right: 0;
}
.category_maket .category-list a{
	margin-right: 98px;
}
.category-list a{
	background: url("/catalog/view/theme/default/image/maket/button/btn_category.png") no-repeat;
	width: 124px;
	height: 38px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13pt;
	line-height: 34px;
	display: inline-block;
	text-decoration: none;
	margin-right: 91px;
	margin-bottom: 10px;
}

/* 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 .pagination{
	width: auto;
	float: right;
}
.product-filter {
	/*border-bottom: 1px solid #EEEEEE;*/
	padding-bottom: 19px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #70a62d;
	padding: 2px 17px 2px 2px;
	background: url("/catalog/view/theme/default/image/maket/button/selector_row.png") no-repeat 218px 11px white;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: inset 0 1px 1px 1px #6E6E6E;
	box-shadow: inset 0 1px 1px 1px #6E6E6E;
	width: 243px;
	font-size: 12pt;
}
.product-filter .sort {
	float: left;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: left;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.cat-home-grid {
	width: 100%;
	overflow: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.cat-home-grid > div {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.cat-home-grid > div:nth-child(4n+4){
	margin-right: 0;
}
.box-product > div .name{
	margin: 4px 0;
}
.cat-home-grid > div .name{
	display: block;
	/* height: 40px; */
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center!important;
	margin-top: 15px;
	font-size: 15px;
	font-family: "Arial";
	color: rgb( 232, 249, 236 );
}
.cat-home-grid .image {
	display: block;
	margin-bottom: 0px;
	text-align: center;
}
.cat-home-grid .name a {
	text-decoration: none;
	display: block;
	font-size: 13pt;
	text-align: center;
	color:rgb( 232, 249, 236 );
}


.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 190px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 40px;
}
.product-grid > div:nth-child(4n+4){
	margin-right: 0;
}
.box-product > div .name{
	margin: 4px 0;
}
.product-grid > div .name{
	text-align: center;
	margin-top: 5px;
	font-size: 15px;
	font-family: "Arial";
	color: rgb( 232, 249, 236 );
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
	min-height: 193px;
}
.product-grid .prod_btn {
	margin-top: 7px;
	text-align: center;
}
.product-grid .prod_btn input,
.product-grid .prod_btn a{
	background: url("/catalog/view/theme/default/image/maket/button/btn_add_to_cart.png") center 8px no-repeat;
	width: 164px;
	height: 42px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	line-height: 40px;
	padding: 0;
	border: none;
	box-shadow: none;
	display: block;
	margin: 0 auto;
}
.product-grid .prod_btn input:hover,
.product-grid .prod_btn a:hover{
	opacity: 0.9
}
.box-product .btn{
	text-decoration: none;
	line-height: 26px;
}
.box-product .btn,
.product-grid .cart input.btn {
	background: url("/catalog/view/theme/default/image/maket/button/btn_add_to_cart.png") no-repeat;
	width: 164px;
	height: 29px;
	display: inline-block;
	text-align: center;
	font-size: 13pt;
	border: none;
	color: white;
	cursor: pointer;
}

.product-grid .image img {
	/*padding: 3px;*/
	/*border: 1px solid #E7E7E7;*/
}
.box-product .name a,
.product-grid .name a {
	text-decoration: none;
	display: block;
	font-size: 13pt;
	text-align: center;
	color:rgb( 232, 249, 236 );
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: none;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block; 
	color: #fff;
	color: rgb( 232, 249, 236 );

	margin-bottom: 4px;
	text-align: center;
}


div#cboxCurrent {
	display: none !important;
}
.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-top: 7px;
	text-align: center;
}
.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: 20px;*/
	display: table-cell;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
	vertical-align: top;
}
.product-info > .left + .right + .right_img{
	display: inline-block;
	width: 250px;
	vertical-align: top;
}
.product-info > .left + .right {
	/*margin-left: 211px;*/
	width: 326px;
	display: inline-block;
	vertical-align: top;
}
.product-info .image {
	/*border: 1px solid #E7E7E7;*/
	float: left;
	margin-bottom: 20px;
	/*padding: 0 10px;*/
	text-align: center;
}
.product-info .image-additional {
	width: 201px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	/*border-top: 1px solid #E7E7E7;*/
	/*border-bottom: 1px solid #E7E7E7;*/
	padding: 5px 5px 10px 0;
	margin-bottom: 4px;
	line-height: 20px;
	color: #ffffff;
	font-size: 13pt;
}
.product-info .description span {
	color: #ffffff;
	font-size: 13pt;
}
.product-info .description a {
	color: #ffffff;
	font-size: 15pt;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	/*border-bottom: 1px solid #E7E7E7;*/
	padding: 0px 5px 10px 0;
	margin-bottom: 4px;
	/*font-weight: bold;*/
	color: #ffffff;
	font-size: 13pt;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.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 {
	/*border-bottom: 1px solid #E7E7E7;*/
	padding: 0px 5px 10px 0;
	margin-bottom: 14px;
	/*color: #4D4D4D;*/
	color: white;
	font-size: 13pt;
}
.product-info .cart div > input[name="quantity"] {
	border-radius: 13px;
	text-align: center;
	width: 16px;
	height: 10px;
	padding-top: 6px;
	margin-left: 10px;
}
.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;
	background-color: #a8d0f2;
	width: 189px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product-info .review .share a {
	text-decoration: none;
	color: #000000;
}
div>.image {
	position: relative;
}
.new_product,
div>.image>.new_product{
	position: absolute;
	background: url("/catalog/view/theme/default/image/maket/new_product.png") no-repeat;
	width: 59px;
	height: 48px;
	right: 0;
	top: 0;
}
.review-list {
	padding: 10px 0;
	overflow: auto;
	margin-bottom: 5px;
	background: url(../image/maket/rev.png) bottom left no-repeat;

}
#search{
	/*background: url(../image/sea.png) 3px top no-repeat;
	background-size: 182px;
	padding-top: 21px;*/
	position: relative;

}
/*.button-search{
	background: url(../image/seacrh-btn.png) center no-repeat;
	width: 21px;
	position: absolute;
	height: 22px;
	right: 4px;
	top: 22px;
	cursor: pointer;
}*/
.button-search {
    background: url(../image/seacrh-btn.png) center no-repeat;
    width: 21px;
    position: absolute;
    height: 22px;
    right: 3px;
    top: 1px;
    cursor: pointer;
}
.button-search:hover{
	opacity: 0.9
}
#search input[type="text"]{
	border:1px solid #70A425;
	/*border-radius: 0 0 4px 4px;*/
	width: 160px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: 3px;
}
#search input[type="text"] {
	border-radius: 4px;
}
.review-list .added {
	color:#dad200;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
	color: #80be4d
}

.review-list .rating {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.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: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.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: 13pt;
	color: #FFFFFF;
	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 {

	/*background: #001625; *//* Old browsers */
	/*background: -moz-linear-gradient(top,  #001625 0%, #021f31 19%, #001f31 14%, #012b43 47%, #013148 64%, #00314c 65%, #003551 75%, #023b59 100%); *//* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001625), color-stop(4%,#021f31), color-stop(14%,#001f31), color-stop(47%,#012b43), color-stop(64%,#013148), color-stop(65%,#00314c), color-stop(75%,#003551), color-stop(100%,#023b59)); *//* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #001625 0%,#021f31 19%,#001f31 14%,#012b43 47%,#013148 64%,#00314c 65%,#003551 75%,#023b59 100%); *//* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #001625 0%,#021f31 19%,#001f31 14%,#012b43 47%,#013148 64%,#00314c 65%,#003551 75%,#023b59 100%); *//* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #001625 0%,#021f31 19%,#001f31 14%,#012b43 47%,#013148 64%,#00314c 65%,#003551 75%,#023b59 100%); *//* IE10+ */
	/*background: linear-gradient(to bottom,  #001625 0%,#021f31 19%,#001f31 14%,#012b43 47%,#013148 64%,#00314c 65%,#003551 75%,#023b59 100%); *//* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001625', endColorstr='#023b59',GradientType=0 ); *//* IE6-9 */

	background: url("/catalog/view/theme/default/image/maket/bg_footer.jpg") repeat-x;

	height: 166px;
	/*clear: both;*/
	/*overflow: auto;*/
	/*height: 103px;*/
	clear: both;
	/*min-height: 30px;
    padding: 5px 0;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #F8F8F8;*/
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 30px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}
#footer p{
	padding: 0;
	margin: 3px 0;
}
#footer .right img{
	margin-left: 7px;
}
#footer .right{
	float: right;
	margin-top: 15px;
}
#footer .left{
	float: left;
}
#footer a{
	color: #007ba9;
}
.bg_line{
	background: url(../image/bg-line.png);
	background-size: contain;
	width: 100%;
	height: 1px;
}
#content .bg_line{
	margin-bottom: 20px;
}
#footer .bg_line{
	margin: 0 auto 7px;
}
#footer .f_content{
	width: 1000px;
	margin: 0px auto 0;
	height: 74px;
	clear: both;
	padding-top: 86px;
}
#footer a:hover{
	border-bottom: 1px solid transparent !important;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

.bg_sky{
	background: url('/catalog/view/theme/default/image/maket/bg_sky.png') repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	height: 436px;
	width: 100%;
	z-index: 0;
}
.bg_grass{
	background: url('/catalog/view/theme/default/image/maket/bg_grass.png') no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	height: 382px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

#notification{
	position: fixed;
	right: 12px;
	top: 100px;
	z-index: 99;
	min-width: 355px;
}

#price_list #regist_login{}
#price_list #regist_login table p{
	font-size: 16pt;
}
#price_list #regist_login table td{
	width: 300px;
	vertical-align: top;
}
#price_list #regist_login table{
	margin: 0 auto;
}
#price_list #regist_login form {
	font-size: 15pt;
	display: block;
	text-align: center;
}
#price_list #regist_login form label span{
	display: block;
	text-align: left;
}
#col_login{
	width: 187px;
}
#col_login input[type="submit"]{
	-webkit-border-radius: 0 11px 11px 0;
	-moz-border-radius: 0 11px 11px 0;
	border-radius: 0 11px 11px 0;
	width: 73px;
	border: none;
	color: white;
	height: 25px;
	outline: none;
	font-size: 13pt;
	background: url("/catalog/view/theme/default/image/maket/button/enter.png") no-repeat;
	cursor: pointer;
    /*background: -moz-linear-gradient(top,  rgba(0,179,0,0.84) 0%, rgba(0,187,0,1) 4%, rgba(0,179,0,1) 25%, rgba(0,151,0,1) 71%, rgba(0,140,0,1) 96%, rgba(0,119,0,0.93) 100%); *//* FF3.6+ *//*
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,179,0,0.84)), color-stop(4%,rgba(0,187,0,1)), color-stop(25%,rgba(0,179,0,1)), color-stop(71%,rgba(0,151,0,1)), color-stop(96%,rgba(0,140,0,1)), color-stop(100%,rgba(0,119,0,0.93))); *//* Chrome,Safari4+ *//*
    background: -webkit-linear-gradient(top,  rgba(0,179,0,0.84) 0%,rgba(0,187,0,1) 4%,rgba(0,179,0,1) 25%,rgba(0,151,0,1) 71%,rgba(0,140,0,1) 96%,rgba(0,119,0,0.93) 100%); *//* Chrome10+,Safari5.1+ *//*
    background: -o-linear-gradient(top,  rgba(0,179,0,0.84) 0%,rgba(0,187,0,1) 4%,rgba(0,179,0,1) 25%,rgba(0,151,0,1) 71%,rgba(0,140,0,1) 96%,rgba(0,119,0,0.93) 100%); *//* Opera 11.10+ *//*
    background: -ms-linear-gradient(top,  rgba(0,179,0,0.84) 0%,rgba(0,187,0,1) 4%,rgba(0,179,0,1) 25%,rgba(0,151,0,1) 71%,rgba(0,140,0,1) 96%,rgba(0,119,0,0.93) 100%); *//* IE10+ *//*
    background: linear-gradient(to bottom,  rgba(0,179,0,0.84) 0%,rgba(0,187,0,1) 4%,rgba(0,179,0,1) 25%,rgba(0,151,0,1) 71%,rgba(0,140,0,1) 96%,rgba(0,119,0,0.93) 100%); *//* W3C *//*
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d600b300', endColorstr='#ed007700',GradientType=0 ); *//* IE6-9 */

}
#col_login input[type="submit"]:hover{
	opacity: 0.9;
}
#col_login input[name="password"]{
	width: 86px;
	-webkit-border-radius: 11px 0 0 11px;
	-moz-border-radius: 11px 0 0 11px;
	border-radius: 11px 0 0 11px;
	height: 16px;
	outline: none;
	padding: 3px 3px 3px 14px;
	margin-right: 7px;
}
#col_login input[name="email"]{
	width: 166px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	height: 16px;
	outline: none;
	padding: 3px 3px 3px 14px;
	margin-bottom: 10px;
}
#col_login .btn_forgot{
	font-size: 11pt;
	margin: 4px 0 4px 10px;
	display: inline-block;
}
#col_login{
	font-size: 14pt;
}
#col_login input{
	-webkit-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 9px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 9px 0px rgba(50, 50, 50, 0.75);
}
#col_login .btn_registration{
	background: url("/catalog/view/theme/default/image/maket/button/registration.png") no-repeat;
	width: 185px;
	background-size: 188px;
	height: 27px;
	display: inline-block;
	text-align: center;
	line-height: 21px;
	text-decoration: none;
	font-size: 13pt;
	cursor:pointer;
}

#col_login .btn_registration:hover{
	opacity: 0.9
}
.product-info #button-cart{
	background: url("/catalog/view/theme/default/image/maket/button/btn_prod_add.png") no-repeat;
	width: 77px;
	height: 28px;
	display: inline-block;
	border: none;
	color: white;
	font-size: 12pt;
}

.product-info p{
	margin-bottom: 5px;
}

#content #tab-description .bg_line,
#content #tab-related .bg_line{
	margin-bottom: 10px;
}
#tab-related p{
	font-size: 15pt;
	margin-top: 38px;
	margin-bottom: 5px;
}

body>img{
	display: none;
}

#customer_menu li{
	line-height: 23px;
}
#customer_menu{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#information{
	word-wrap: break-word;
}

.captcha input[name="captcha"]{
	margin-right: 20px;
	vertical-align: middle;
}
.captcha>img{
	vertical-align: middle;
}
.captcha{
	margin: 5px 0;
}

/*@media screen and (min-width: 1300px){
    #container{
        width: 1000px;
    }
}*/

@media screen and (min-width: 1189px) and  (max-width: 1341px){
	#footer .f_content,
	#container{
		/*width: 848px;*/
	}
}
@media screen and (max-width: 1188px){
	#header #cart{
		right: 140px;
	}
	#header #cart .heading{
		float: right;
	}
	#header #cart .content{
		right: 0;
	}
}
@media screen and (min-width: 1000px) /*and (max-width: 1188px)*/{
	#footer .f_content,
	#container{
		/*width: 681px;*/
	}
    /*.breadcrumb{
        width: 290px;
    }*/
}
@media screen and (min-width: 600px) and (max-width: 999px){
	#footer .f_content,
	#container{
		width: 740px;
	}
	.breadcrumb{
		width: 258px;
	}
	#footer {
		background-position: 0 65px;
		height: 231px;
	}
	#footer .f_content{
		height: 145px;
	}
	#column-left + #column-right + #content, #column-left + #content{
		margin-top: 77px;
	}
	#header #cart .content{
		right: -42px;
		top: 10px;
	}
}
@keyframes header-chat-btn-pulsate {
	0% {
		transform: scale(1, 1)
	}
	25% {
		transform: scale(1.1, 1.1)
	}
	50% {
		transform: scale(1, 1)
	}
}
div#tab-review b {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: normal;
}

.header-chat__block {
	position: absolute;
	top: 112px;
	left: 175px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99990;
}
.header-chat_input {
	display: none
}
.header-chat_input:checked~.header-chat__hint {
	opacity: 0;
	visibility: hidden
}
.header-chat_input:checked~a:nth-of-type(1) {
	transition: all 0.2s ease-in-out;
	transform: translate(0, 135%)
}
.header-chat_input:checked~a:nth-of-type(2) {
	transition: all 0.225s ease-in-out;
	transform: translate(0, 255%)
}
.header-chat_input:checked~a:nth-of-type(3) {
	transition: all 0.25s ease-in-out;
	transform: translate(0, 375%)
}
.header-chat_input:checked~.header-chat__animated-circle {
	display: none
}
.header-chat_input:checked~.chat-btn__icon_link {
	opacity: 1;
	visibility: visible
}
.header-chat_input:checked+label {
	background: #fff!important;
	animation: none
}
.header-chat_input:checked+label .t898__bgimg {
	opacity: 0;
	visibility: hidden
}
.header-chat_input:checked+label .chat-btn__icon-write {
	opacity: 0;
	visibility: hidden;
	transform: scale(.1)
}
.header-chat_input:checked+label .chat-btn__icon-close {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}
.chat-btn_animate .chat-btn_label {
	animation: header-chat-btn-pulsate 2s ease-out;
	animation-iteration-count: infinite;
	-webkit-animation: header-chat-btn-pulsate 2s ease-out;
	-webkit-animation-iteration-count: infinite;
}
.chat-btn_label {
	position: relative;
	cursor: pointer;
	z-index: 2;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	background: #10481b;
	border-radius: 50%;
	border: 2px solid #e3e0e0;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
	overflow: hidden;
}
.chat-btn__icon {
	transition: all 0.3s ease-in-out;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.chat-btn__icon-close {
	opacity: 0;
	visibility: hidden;
	transform: scale(.1);
}
.chat-btn__icon {
	transition: all 0.3s ease-in-out;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.chat-btn__icon_link {
	border-radius: 50%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
	width: 50px;
	height: 50px
}
.chat-btn__icon_link:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .4)
}
.chat-btn__icon_link:hover .chat-btn__tooltip {
	opacity: .85
}
.chat-btn__tooltip {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.chat-btn__tooltip {
	position: absolute;
	right: 70px;
	white-space: nowrap;
	background: #fff;
	padding: 6px 9px;
	font-size: 13px;
	border-radius: 3px;
	transform: translateX(0%) translateY(-50%);
	top: 50%;
	background: #292929;
	color: #fff;
	opacity: 0;
	transition: all 0.1s linear
}
.chat-btn__tooltip:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	border-left-color: #292929
}
.chat-btn_label:hover .chat-btn__tooltip {
	transform: translate(0, 0);
	opacity: 1
}
.chat-btn_label:hover+.chat-btn__tooltip {
	transform: translate(0, 0);
	opacity: 1
}
.chat-btn_label:hover+.chat-btn__tooltip:after {
	opacity: 1
}


.popup-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, .4);
	z-index: 99999;
}
.popup-lang {
	font-size: 28px;
	font-weight: 700;
	position: absolute;
	width: 600px;
	min-height: 400px;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	padding: 60px;
	border-radius: 5px;
	box-sizing: border-box;
	background: white;
	color: black;
}

.popup-lang__h2 {
	    font-size: 34px;
	text-align: center;
	font-weight: 900;
	padding: 0;
	margin: 0;
	color: #000;
}

.popup__link-btn {
	display: inline-block;
	font-size: 37px;
	font-weight: 900;
	color: #000!important;
	text-decoration: none;
	padding: 7px 15px;
	box-shadow: inset 0 2px 5px rgb(142 142 142 / 20%);
	border: 1px solid #dedede;
	background: #efefef;
	border-radius: 10px;
}

.popup-lang__button {
	display: flex;
	margin: 0 auto;
	margin-top: 70px;
	max-width: 300px;
	text-align: center;
	align-content: center;
	justify-content: space-around;
}