/*
font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
*/
html, body{
	overflow-x: hidden;
}
html
{
}
body
{
    font-family: 'PT Sans', sans-serif;
}
img{
    max-width: 100%;
}
h1, .h1, .welcome
{
	color: #069;
	font-family: Arial Narrow,Arial,sans-serif;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 0;
	text-shadow: 0 0 1px rgba(0,0,0,.01);
}
h2
{
	color: #28a9e0;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 40px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
h3, .h3
{
	color: #069;
	font-family: Arial Narrow,Arial,sans-serif;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 0;
	text-shadow: 0 0 1px rgba(0,0,0,.01);
}
p
{
	line-height: 14pt;
	margin-bottom: 20px;
	margin-top: 0;
}
a,a:visited,a b
{
	color: #1aa1cd;
	cursor: pointer;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a img
{
	border: none;
}
a.orange, h2.orange, .orange a{
    color: #ff8e01;
}
.d-none{
    display: none;
}
form
{
	display: inline;
	margin: 0;
	padding: 0;
}
.search-form input[type=text], .search-form input[type=search]{
    display: block;
    background: #fff;
    border: 1px solid #b2b2b2;
    padding: 9px;
    width: 100%;
}
.search-form input[type=button]{
    display: block;
    float: right;
    background: #42800c;
    border: none;
    padding: 9px 26px 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
.search-form input[type=button]:hover{
    background: #326505;
}
.search-form .margin{
    margin-right: 108px;
}
header{
    margin: 20px 0;
}
header .search-form{
    padding: 27px 0 0;
}
header .logo_link{
    display: inline-block;
    margin: 11px 0 0 0;
}
header .phone{
    padding-left: 25px;
    color: #065374;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 18px;
    background: url(../image/tel.png) no-repeat 0px 2px;
    background-size: 20px;
    margin-bottom: 6px;
}
header .phone a{
    color: #065374;
    text-decoration: none;
}
header .phone a:hover, header .phone a:focus{
    color: #065374;
    text-decoration: underline;
}
header .whatsapp{
    padding-left: 25px;
    color: #065374;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 18px;
    background: url(../image/whatsapp.png) no-repeat 0px 2px;
    background-size: 20px;
    margin-bottom: 6px;
}
header .whatsapp a{
    color: #065374;
    text-decoration: none;
}
header .whatsapp a:hover, header .whatsapp a:focus{
    color: #065374;
    text-decoration: underline;
}
header .worktime{
    padding-left: 25px;
    color: #42800c;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    background: url(../image/clock.png) no-repeat 0px 2px;
    margin-bottom: 6px;
    line-height: 18px;
    background-size: 20px;
}
header .online-zakaz{
    padding-left: 25px;
    color: rgb(148, 13, 25);
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    background: url(../image/online.png) no-repeat 0px 2px;
    margin-bottom: 6px;
    line-height: 18px;
    background-size: 20px;
}
header .topslogan{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #065374;
    font-weight: bold;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-top: 5px;
}
.topmenu{
    background: #28a9e0;
}
.topmenu .basket{
    float: right;
    min-height: 57px;
    background: url(../image/basket.png) no-repeat 6px 50%, #065374;
    padding: 9px 4px 4px 70px;
    width: 290px;
    color: #fff;
    cursor: pointer;
}
.topmenu .menu{
    margin-right: 290px;
    padding: 6px 0 0;
}
.navbar-default{
    background: #28a9e0;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav > li{
    margin: 0 2px;
}
.navbar-nav > li > a{
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
    background: #065374;
    color: #ffff00!important;
    text-decoration: none;
}
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus{
    background: #065374;
    color: #fff;
}
.navbar-nav > li.dropdown > a{
    background: url(../image/catalog_ico.png) 6px 50% no-repeat, #065374;
    padding-left: 40px;
    z-index: 100;
}
.navbar-nav > li.dropdown > a:hover, .navbar-default .navbar-nav > li.dropdown.open > a{
    background: url(../image/catalog_ico.png) 6px 50% no-repeat, #013b53;
    padding-left: 40px;
}
.navbar-nav > li.menu-orange{
    background: #f4f264;
    transition: 0.3s;
}
.navbar-nav > li.menu-orange:hover, .navbar-nav > li.menu-orange:focus{
    background: #fcfb9c;
}
.navbar-nav > li.menu-orange > a{
    color: #000!important;
}
.topmenubg{
    display: none;
    position: fixed;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0.4;
}
.caret{
    color: #fff;
    margin-left: 4px;
}

input[type='text'],input[type='password'],textarea
{
	background: #F8F8F8;
	border: 1px solid #CCC;
	margin-left: 0;
	margin-right: 0;
	padding: 3px;
}
select
{
	background: #F8F8F8;
	border: 1px solid #CCC;
	padding: 2px;
}
label
{
	cursor: pointer;
}
#containermain
{
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	width: 100%;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 980px;
}
#content
{
	margin-bottom: 25px;
	min-height: 400px;
}
#column-left + #column-right + #content,#column-left + #content
{
	margin-left: 195px;
}
#column-right + #content
{
	margin-right: 195px;
}
#header
{
	height: 130px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-top: 15px;
	position: relative;
	width: 980px;
	z-index: 99;
}

#header #logo
{
	float: left;
	left: 15px;
	padding-right: 60px;
	position: relative;
	top: 10px;
}
#language
{
	color: #999;
	left: 335px;
	line-height: 17px;
	position: absolute;
	top: 15px;
	width: 75px;
}
#language img
{
	cursor: pointer;
}
#currency
{
	color: #999;
	left: 425px;
	line-height: 17px;
	position: absolute;
	top: 15px;
	width: 75px;
}
#currency a
{
	border: 1px solid #CCC;
	color: #999;
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 2px 4px;
	text-decoration: none;
}
#currency a b
{
	color: #000;
	text-decoration: none;
}
#header #catr_checkout
{
	float: right;
	padding-right: 10px;
	position: relative;
	width: 100%;
}
#header #catr_checkout a
{
	float: right;
}
#header #search
{
	position: absolute;
	right: 0;
	top: 15px;
	width: 298px;
	z-index: 15;
}
#header .button-search
{
	background: url(../image/button-search.png) center center no-repeat;
	border-right: 1px solid #CCC;
	cursor: pointer;
	height: 24px;
	left: 0;
	position: absolute;
	width: 28px;
}
.buy.opacity
{
	display: block!important;
}
.buy.even
{
	font-size: 24px;
	padding-top: 10px;
}
.buy.even.opacity
{
	font-size: 16px!important;
	right: -135px!important;
}
#header #search input
{
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 0 #F0F0F0;
	height: 21px;
	khtml-border-radius: 3px 3px 3px 3px;
	moz-border-radius: 3px;
	moz-box-shadow: 0 2px 0 #F0F0F0;
	padding: 1px 1px 1px 33px;
	webkit-border-radius: 3px 3px 3px 3px;
	webkit-box-shadow: 0 2px 0 #F0F0F0;
	width: 262px;
}
#header #welcome
{
	color: #999;
	position: absolute;
	right: 0;
	text-align: right;
	top: 47px;
	width: 298px;
	z-index: 5;
}
#header .links
{
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
	position: absolute;
	right: 0;
}
#header .links a
{
	display: block;
	float: left;
	font-size: 12px;
	padding: 0 0 0 17px;
	text-decoration: none;
}
#header .links a + a
{
	border-left: 1px solid #CCC;
	margin-left: 8px;
}
#containerheaderlinks
{
	background: url(../image/grad1.png) repeat;
	height: 32px;
	margin-bottom: 20px;
	position: relative;
}
#headerlinks
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 980px;
}
#headerlinks a
{
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	height: 32px;
	line-height: 2;
	padding-left: 24px;
	padding-right: 17px;
	text-decoration: none;
}
#headerlinks a + a,#catalog + a,a + #catalog
{
	background: url(../image/right1.png) left no-repeat;
	font-size: 14px;
}
#alast
{
	float: right;
	padding-right: 0;
}
#menu
{
	background: #585858;
	border-bottom: 1px solid #000;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 2px #DDD;
	height: 37px;
	khtml-border-radius: 5px 5px 5px 5px;
	margin-bottom: 15px;
	moz-border-radius: 5px;
	moz-box-shadow: 0 2px 2px #DDD;
	padding: 0 5px;
	webkit-border-radius: 5px 5px 5px 5px;
	webkit-box-shadow: 0 2px 2px #DDD;
}
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li
{
	float: left;
	position: relative;
	z-index: 20;
}
#menu > ul > li:hover
{
	background: #000;
}
#menu > ul > li > a.active
{
	background: #000;
}
#menu > ul > li > a
{
	color: #FFF;
	display: block;
	font-size: 13px;
	line-height: 14px;
	padding: 12px 15px 11px;
	position: relative;
	text-decoration: none;
	z-index: 6;
}
#menu > ul > li > div
{
	background: #FFF;
	background: url(../image/menu.png);
	border: 1px solid #000;
	border-radius: 0 0 5px 5px;
	display: none;
	khtml-border-radius: 0 0 5px 5px;
	moz-border-radius: 0 0 5px 5px;
	padding: 5px;
	position: absolute;
	webkit-border-radius: 0 0 5px 5px;
	z-index: 5;
}
#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
{
	color: #FFF;
	display: block;
	min-width: 120px;
	padding: 4px;
	text-decoration: none;
	white-space: nowrap;
}
#menu > ul > li ul > li > a:hover
{
	background: #000;
}
#menu > ul > li > div > ul > li > a
{
	color: #FFF;
}
.breadcrumb
{
	color: #444444;
    margin: 20px 0;
    padding: 10px 20px;
    background: #e8e8e8;
    font-size: 16px;
    border-radius: 0;
}
.breadcrumb a
{
	color: #065374;
}
.breadcrumb a:visited
{
	color: #065374;
}
.breadcrumb img{
    vertical-align: middle;
}
.success,.warning,.attention,.information
{
	color: #555;
	margin-bottom: 15px;
	padding: 10px 10px 10px 33px;
}
.success
{
	background: #EAF7D9 url(../image/success.png) 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.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
{
	cursor: pointer;
	float: right;
	padding-right: 4px;
	padding-top: 4px;
}
.required
{
	color: red;
	font-weight: 700;
}
.error
{
	color: red;
	display: block;
}
.help
{
	color: #999;
	display: block;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 10px;
	font-weight: 400;
}
table.form
{
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
table.form tr td:first-child
{
	width: 150px;
}
table.form > * > * > td
{
	color: #000;
}
table.form td
{
	padding: 4px;
}
input.large-field,select.large-field
{
	width: 300px;
}
table.list
{
	border-collapse: collapse;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin-bottom: 20px;
	width: 100%;
}
table.list td
{
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
table.list thead td
{
	background-color: #EFEFEF;
	padding: 0 5px;
}
table.list thead td a,.list thead td
{
	color: #222;
	font-weight: 700;
	text-decoration: none;
}
table.list tbody td a
{
	text-decoration: underline;
}
table.list tbody td
{
	padding: 0 5px;
	vertical-align: top;
}
table.list .left
{
	padding: 7px;
	text-align: left;
}
table.list .right
{
	padding: 7px;
	text-align: right;
}
table.list .center
{
	padding: 7px;
	text-align: center;
}
.pagination
{
	border-top: 1px solid #EEE;
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 8px;
	width: 100%;
}
.pagination .links
{
	float: left;
}
.pagination .links a
{
	border: 1px solid #EEE;
	color: #A3A3A3;
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
}
.pagination .links b
{
	background: #FFF;
	border: 1px solid #269BC6;
	color: #269BC6;
	display: inline-block;
	font-weight: 400;
	padding: 4px 10px;
	text-decoration: none;
}
.pagination .results
{
	float: right;
	padding-top: 3px;
}
#review .pagination{
    display: none;
}
a.button
{
	background: url(../image/button-left.png) top left no-repeat;
	cursor: pointer;
	display: inline-block;
	padding-left: 6px;
	text-decoration: none;
}
a.button span
{
	background: url(../image/button-right.png) top right no-repeat;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	padding: 6px 12px 8px 5px;
}
a.button:hover
{
	background: url(../image/button-left-active.png) top left no-repeat;
}
a.button:hover span
{
	background: url(../image/button-right-active.png) top right no-repeat;
	color: #FFF;
}
.buttons
{
	background: transparent;
	margin-bottom: 20px;
	overflow: auto;
	padding: 6px 0;
}
.buttons .left
{
	float: left;
	text-align: left;
}
.buttons .right
{
	float: right;
	text-align: right;
}
.buttons .center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.buttons .buttongreen{
    color: #fff;
    padding: 6px 40px;
    font-size: 16px;
    text-align: center;
    margin: 0;
}
.htabs
{
	border-bottom: 1px solid #DDD;
	height: 30px;
	line-height: 16px;
}
.htabs a
{
	background: #FFF url(../image/tab.png) repeat-x;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
	color: #000;
	display: none;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin-right: 2px;
	padding: 7px 15px 6px;
	text-align: center;
	text-decoration: none;
}
.htabs a.selected
{
	background: #FFF;
	padding-bottom: 7px;
}
.tab-content
{
	border: 1px solid #b9d5de;
	border-radius: 0 0 7px 7px;
	khtml-border-radius: 0 0 7px 7px;
	margin-bottom: 20px;
	min-height: 214px;
	moz-border-radius: 0 0 7px 7px;
	overflow: auto;
	padding: 10px;
	webkit-border-radius: 0 0 7px 7px;
	z-index: 2;
}
.box
{
	margin-bottom: 20px;
}
.box .box-heading
{
	background: url(../image/background.png) repeat-x;
	border: 1px solid #DBDEE1;
	border-radius: 7px 7px 0 0;
	color: #333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 700;
	khtml-border-radius: 7px 7px 0 0;
	line-height: 14px;
	moz-border-radius: 7px 7px 0 0;
	padding: 8px 10px 7px;
	webkit-border-radius: 7px 7px 0 0;
}
.box .box-content
{
	background: #FFF;
	border-bottom: 1px solid #DBDEE1;
	border-left: 1px solid #DBDEE1;
	border-radius: 0 0 7px 7px;
	border-right: 1px solid #DBDEE1;
	khtml-border-radius: 0 0 7px 7px;
	moz-border-radius: 0 0 7px 7px;
	padding: 10px;
	webkit-border-radius: 0 0 7px 7px;
}
.box-product
{
	overflow: auto;
	width: 100%;
}
.box-product > div
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	vertical-align: top;
}
#column-left + #column-right + #content .box-product > div
{
	width: 119px;
}
.box-product .image
{
	display: block;
	margin-bottom: 0;
}
.box-product .image img
{
	border: 1px solid #E7E7E7;
	padding: 3px;
}
.box-product .name a
{
	color: #38B0E3;
	display: block;
	font-weight: 700;
	margin-bottom: 4px;
	text-decoration: none;
}
.box-product .price
{
	color: #333;
	display: block;
	font-weight: 700;
	margin-bottom: 4px;
	margin-top: 5px;
}
.box-product .price-old
{
	color: red;
	text-decoration: line-through;
}
.box-product .price-new
{
	font-weight: 700;
}
.box-product .rating
{
	display: block;
	margin-bottom: 4px;
}
.price .price-old
{
	font-size: 32px;
}
.box-category
{
	margin-top: -5px;
}
.box-category ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li
{
	padding: 8px 8px 8px 0;
}
.box-category > ul > li + li
{
	border-top: 1px solid #EEE;
}
.box-category > ul > li > a
{
	color: #333;
	text-decoration: none;
}
.box-category > ul > li ul
{
	display: none;
}
.box-category > ul > li a.active
{
	font-weight: 700;
}
.box-category > ul > li a.active + ul
{
	display: block;
}
.box-category > ul > li ul > li
{
	padding: 5px 5px 0 10px;
}
.box-category > ul > li ul > li > a
{
	display: block;
	text-decoration: none;
}
.box-category > ul > li ul > li > a.active
{
	font-weight: 700;
}
.col-md-9 > div > .content
{
	border: 1px solid #b9d5de;
	border-radius: 5px;
	margin-bottom: 20px;
	moz-border-radius: 5px;
	overflow: auto;
	padding: 10px;
	webkit-border-radius: 5px;
}
#content .content .left
{
	float: left;
	width: 49%;
}
#content .content .right
{
	float: right;
	width: 49%;
}
.category-info
{
	margin-bottom: 20px;
	overflow: auto;
}
.category-info .image
{
	border: 0 solid #E7E7E7;
	margin-right: 15px;
	padding: 5px;
}
.category-list
{
	margin-bottom: 20px;
	overflow: auto;
}
.category-list ul
{
	float: left;
	list-style: none;
	width: 18%;
}
.category-list ul li
{
	margin-bottom: 10px;
}
.category-list .div a
{
	font-weight: 700;
	text-decoration: underline;
}
.manufacturer-list
{
	border: 1px solid #DBDEE1;
	margin-bottom: 20px;
	overflow: auto;
	padding: 5px;
}
.manufacturer-heading
{
	background: #F8F8F8;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 6px;
	padding: 5px 8px;
}
.manufacturer-content
{
	padding: 8px;
}
.manufacturer-list ul
{
	float: left;
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 25%;
}
.product-filter
{
	border-bottom: 1px solid #EEE;
	overflow: auto;
	padding-bottom: 5px;
	width: 100%;
}
.product-filter .display
{
	color: #333;
	float: left;
	margin-right: 15px;
	padding-top: 4px;
}
.product-filter .display a
{
	font-weight: 700;
}
.product-filter .sort
{
	color: #444444;
    border-top: 3px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8;
    font-size: 14px;
    padding: 15px 10px;
    font-weight: normal;
}
.product-filter .limit
{
	color: #333;
	float: right;
	margin-left: 15px;
}
.product-compare
{
	font-weight: 700;
	margin-bottom: 25px;
	padding-top: 6px;
}
.product-compare a
{
	font-weight: 700;
	text-decoration: none;
}

.product-info .compare a
{
	color: #066891;
	display: block;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: italic;
	padding-right: 15px;
	text-decoration: none;
	text-decoration: underline;
}
.product-list .compare a
{
	background: url(../image/compare.png) right 60% no-repeat;
	color: #066891;
	display: block;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: italic;
	padding-right: 15px;
	text-decoration: none;
	text-decoration: underline;
}
.product-grid
{
	overflow: auto;
	width: 100%;
}
.product-grid > div
{
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 20px;
	vertical-align: top;
	width: 130px;
}
#column-left + #column-right + #content .product-grid > div
{
	width: 125px;
}
.product-grid .image
{
	display: block;
	margin-bottom: 0;
}
.product-grid .image img
{
	border: 1px solid #E7E7E7;
	padding: 3px;
}
.product-grid .name a
{
	color: #38B0E3;
	display: block;
	font-weight: 700;
	margin-bottom: 4px;
	text-decoration: none;
}
.product-grid .description
{
	display: none;
}
.product-grid .rating
{
	display: block;
	margin-bottom: 4px;
}
.product-grid .price
{
	color: #333;
	display: block;
	font-weight: 700;
	margin-bottom: 4px;
}
.product-grid .price-old
{
	color: red;
	text-decoration: line-through;
}
.product-grid .price-new
{
	font-weight: 700;
}
.product-grid .price .price-tax
{
	display: none;
}
.product-grid .cart
{
	margin-bottom: 3px;
}
.product-grid .wishlist,.product-grid .compare
{
	margin-bottom: 3px;
}
.product-grid .wishlist a
{
	background: url(../image/add.png) left center no-repeat;
	color: #333;
	display: block;
	padding-left: 18px;
	text-decoration: none;
}
.product-grid .compare a
{
	background: url(../image/add.png) left center no-repeat;
	color: #333;
	display: block;
	padding-left: 18px;
	text-decoration: none;
}
.product-info > span
{
	display: inline-block;
}
.product-info
{
/*	margin-top: 20px;
	overflow: auto;*/
}
.product-info > .left
{
	float: left;
	margin-right: 15px;
	width: 330px;
}
.product-info > .left + .right
{
	float: right;
	max-width: 600px;
}
.product-info .image
{
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional
{
	clear: both;
	margin-left: -10px;
	overflow: hidden;
	width: 260px;
}
.product-info .image-additional img
{
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a
{
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
.product-info .image-additional-options
{
	clear: both;
	margin-bottom: 10px;
	margin-left: 0;
	overflow: hidden;
	width: 260px;
}
.product-info .image-additional-options img + img
{
	margin-left: 10px;
}
.product-list .opt-images img
{
	border: none;
}
.opt-images img + img
{
	margin-left: 5px;
}
.product-info .price-info > div
{
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.product-info .description
{
	color: #4D4D4D;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 5px 5px 10px;
}
.product-info .description > span,.product-info .description > * > span,.product-info .description > * > * > span
{
	color: #000;
	font-size: 13px;
}
.page-line
{
	border-bottom: 2px dashed #EEE;
	padding-top: 20px;
	text-align: center;
}
.page-line span
{
	display: block;
	font-size: 24px;
	margin-top: 8px;
	padding: 0 5px;
}
.product-info .description a
{
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price-old
{
	color: red!important;
	font-size: 26px!important;
	text-decoration: line-through;
}
.product-info .price-tax
{
	color: #999;
	font-size: 12px;
	font-weight: 400;
}
.product-info .price .reward
{
	color: #999;
	font-size: 12px;
	font-weight: 400;
}
.product-info .price .discount
{
	color: #4D4D4D;
	font-size: 12px;
	font-weight: 400;
}
.product-info .options
{
	border-bottom: 1px solid #E7E7E7;
	color: #000;
	margin-bottom: 10px;
	padding: 0 5px 10px;
}
.product-info .option-image
{
	margin-bottom: 10px;
	margin-top: 3px;
}
.product-info .option-image label
{
	display: block;
	height: 100%;
	width: 100%;
}
.product-info .option-image img
{
	border: 1px solid #CCC;
	cursor: pointer;
	margin-right: 5px;
}
.product-info .cart
{
	color: #4D4D4D;
	overflow: auto;
	padding: 10px 15px;
}
.product-info .cart .buttongreen2 span
{
	font-size: 18px;
}
.product-info .cart .buttonblue span
{
	color: #FFF;
	font-size: 18px;
}
.product-info .cart .minimum
{
	clear: both;
	color: #999;
	font-size: 11px;
	padding-top: 5px;
}
.product-info .review
{
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	border-top: 1px solid #E7E7E7;
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review > div
{
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
	padding: 8px;
}
.product-info .review > div > span
{
	color: #38B0E3;
}
.product-info .review .share
{
	line-height: normal;
	overflow: auto;
}
.product-info .review .share a
{
	text-decoration: none;
}
.review_answer{
    margin-top: 20px;
    color: #999;
    font-style: italic;
    font-size: 14px;
}
.rewiew_author{
    margin-top: 12px;
}
.review_1{
    border: 1px solid #e8e8e8;
    padding: 12px;
}
.attribute
{
	border-collapse: collapse;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin-bottom: 20px;
	width: 100%;
}
.attribute thead td,.attribute thead tr td:first-child
{
	background: #F7F7F7;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}
.attribute tr td:first-child
{
	color: #000;
	font-weight: 700;
	text-align: right;
	width: 20%;
}
.attribute td
{
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	color: #4D4D4D;
	padding: 7px;
	text-align: center;
	vertical-align: top;
}
.compare-info
{
	border-collapse: collapse;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin-bottom: 20px;
	width: 100%;
}
.compare-info thead td,.compare-info thead tr td:first-child
{
	background: #F7F7F7;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}
.compare-info tr td:first-child
{
	color: #000;
	font-weight: 700;
	text-align: right;
}
.compare-info td
{
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	color: #4D4D4D;
	padding: 7px;
	text-align: center;
	vertical-align: top;
	width: 20%;
}
.compare-info .name a
{
	font-weight: 700;
}
.compare-info .price-old
{
	color: red;
	font-weight: 700;
	text-decoration: line-through;
}
.compare-info .price-new
{
	font-weight: 700;
}
.wishlist-product table
{
	border-collapse: collapse;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin-bottom: 20px;
	width: 100%;
}
.wishlist-product td
{
	padding: 7px;
}
.wishlist-product thead td
{
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDD;
	color: #4D4D4D;
	font-weight: 700;
}
.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
{
	border-bottom: 1px solid #DDD;
	vertical-align: top;
}
.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: red;
}
.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;
}
.order-list
{
	margin-bottom: 10px;
}
.order-list .order-id
{
	float: left;
	margin-bottom: 2px;
	width: 49%;
}
.order-list .order-status
{
	float: right;
	margin-bottom: 2px;
	text-align: right;
	width: 49%;
}
.order-list .order-content
{
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 0;
	width: 100%;
}
.order-list .order-content div
{
	float: left;
	width: 33.3%;
}
.order-list .order-info
{
	text-align: right;
}
.order-detail
{
	background: #EFEFEF;
	font-weight: 700;
}
.return-list
{
	margin-bottom: 10px;
}
.return-list .return-id
{
	float: left;
	margin-bottom: 2px;
	width: 49%;
}
.return-list .return-status
{
	float: right;
	margin-bottom: 2px;
	text-align: right;
	width: 49%;
}
.return-list .return-content
{
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 0;
	width: 100%;
}
.return-list .return-content div
{
	float: left;
	width: 33.3%;
}
.return-list .return-info
{
	text-align: right;
}
.return-product
{
	margin-bottom: 20px;
	overflow: auto;
}
.return-name
{
	float: left;
	width: 33.3%;
}
.return-model
{
	float: left;
	width: 33.3%;
}
.return-quantity
{
	float: left;
	width: 33.3%;
}
.return-detail
{
	margin-bottom: 20px;
	overflow: auto;
}
.return-reason
{
	float: left;
	width: 33.3%;
}
.return-opened
{
	float: left;
	width: 33.3%;
}
.return-opened textarea
{
	vertical-align: top;
	width: 98%;
}
.return-remove
{
	float: left;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
	width: 33.3%;
}
.return-additional
{
	margin-bottom: 20px;
	overflow: auto;
}
.return-comment
{
	float: left;
	width: 49%;
}
.return-captcha
{
	float: right;
	width: 49%;
}
.download-list
{
	margin-bottom: 10px;
}
.download-list .download-id
{
	float: left;
	margin-bottom: 2px;
	width: 49%;
}
.download-list .download-status
{
	float: right;
	margin-bottom: 2px;
	text-align: right;
	width: 49%;
}
.download-list .download-content
{
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 0;
	width: 100%;
}
.download-list .download-content div
{
	float: left;
	width: 33.3%;
}
.download-list .download-info
{
	text-align: right;
}
.cart-info table
{
	border-collapse: collapse;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin-bottom: 20px;
	width: 100%;
}
.cart-info td
{
	padding: 7px;
}
.cart-info thead td
{
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDD;
	color: #4D4D4D;
	font-weight: 700;
}
.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 .price,.cart-info thead .total
{
	text-align: right;
}
.cart-info tbody td
{
	border-bottom: 1px solid #DDD;
	vertical-align: top;
}
.cart-info tbody .remove
{
	vertical-align: middle;
}
.cart-info tbody .remove,.cart-info tbody .image
{
	text-align: center;
}
.cart-info tbody .name,.cart-info tbody .model
{
	text-align: left;
}
.cart-info tbody .quantity,.cart-info tbody .price,.cart-info tbody .total
{
	text-align: right;
}
.cart-info tbody span.stock
{
	color: red;
	font-weight: 700;
}
.cart-module .cart-heading
{
	background: #F8F8F8 url(../image/arrow-right.png) 10px 50% no-repeat;
	border: 1px solid #DBDEE1;
	color: #555;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 8px 8px 8px 22px;
}
.cart-module .active
{
	background: #F8F8F8 url(../image/arrow-down.png) 7px 50% no-repeat;
}
.cart-module .cart-content
{
	display: none;
	overflow: auto;
	padding: 0 0 15px;
}
.cart-total
{
	border-top: 1px solid #DDD;
	margin-bottom: 15px;
	overflow: auto;
	padding-top: 8px;
}
.cart-total table
{
	float: right;
}
.cart-total td
{
	padding: 3px;
	text-align: right;
}
.checkout-heading
{
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	color: #555;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 8px;
}
.checkout-heading a
{
	float: right;
	font-weight: 400;
	margin-top: 1px;
	text-decoration: none;
}
.checkout-content
{
	display: none;
	overflow: auto;
	padding: 0 0 15px;
}
.checkout-content .left
{
	float: left;
	width: 48%;
}
.checkout-content .right
{
	float: right;
	width: 48%;
}
.checkout-content .buttons
{
	clear: both;
}
.checkout-product table
{
	border-collapse: collapse;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin-bottom: 20px;
	width: 100%;
}
.checkout-product td
{
	padding: 7px;
}
.checkout-product thead td
{
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDD;
	color: #4D4D4D;
	font-weight: 700;
}
.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
{
	border-bottom: 1px solid #DDD;
	vertical-align: top;
}
.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
{
	border-bottom: 1px solid #DDD;
	text-align: right;
}
.contact-info
{
	overflow: auto;
}
.contact-info .left
{
	float: left;
	width: 48%;
}
.contact-info .right
{
	float: left;
	width: 48%;
}
.sitemap-info
{
	margin-bottom: 40px;
	overflow: auto;
}
.sitemap-info .left
{
	float: left;
	width: 48%;
}
.sitemap-info .right
{
	float: left;
	width: 48%;
}
#powered
{
	clear: both;
	margin-top: 5px;
	text-align: right;
}
.banner div
{
	text-align: center;
	width: 100%;
}
.banner div img
{
	margin-bottom: 20px;
}
.buttongreen, a.buttongreen {
	background: #42800c;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	padding: 5px 10px;
	text-decoration: none;
    margin-top: 5px;
}
.buttongreen:hover, a.buttongreen:hover {
	background: #2d6001;
}
.bluetextunderline
{
	/*color: #06F;
	text-decoration: underline;*/
}
.bluetext12
{
	color: #06F;
	font-size: 12px;
	font-weight: 900;
	word-spacing: 4px;
}
.blacktext10
{
	color: #000;
	font-size: 10px;
	letter-spacing: 0;
	word-spacing: -2px;
}
#header #callback a
{
	background: url(../image/telephone_receiver.png) no-repeat;
	display: block;
	height: 32px;
	padding-left: 32px;
	text-decoration: none;
}
#feedback
{
	background: -moz-linear-gradient(center top,#ededed 5%,#dfdfdf 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ededed),color-stop(1,#dfdfdf));
	background-color: #ededed;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	box-shadow: 0 1px 0 0 #fff;
	color: #000;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dfdfdf');
	float: left;
	font-family: Verdana;
	height: 33px;
	margin-left: 12px;
	moz-border-radius: 5px;
	moz-box-shadow: 0 1px 0 0 #fff;
	padding: 5px;
	position: relative;
	text-decoration: none;
	text-shadow: 30px 30px 366px #000;
	webkit-border-radius: 5px;
	webkit-box-shadow: 0 1px 0 0 #fff;
}
#feedback:hover
{
	background: -moz-linear-gradient(center top,#dfdfdf 5%,#ededed 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dfdfdf),color-stop(1,#ededed));
	background-color: #dfdfdf;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',endColorstr='#ededed');
}
#feedback:active
{
	position: relative;
	top: 1px;
}
#header #feedback a
{
	background: url(../image/feedback.png) no-repeat;
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 38px;
	text-decoration: none;
}
#headerbuttons
{
	position: relative;
}
#headerleft
{
	float: left;
	height: 100%;
	position: relative;
}
#headerlinks a:hover
{
	text-decoration: underline;
}
.blueblock
{
	background: #0782B0;
	border-radius: 7px 7px 7px 7px;
	khtml-border-radius: 7px 7px 7px 7px;
	moz-border-radius: 7px;
	webkit-border-radius: 7px 7px 7px 7px;
}
#upinfo
{
	margin-bottom: 20px;
	min-height: 100px;
	position: relative;
	width: 100%;
}
.fullwidth
{
	margin-bottom: 20px;
	width: 100%;
}
.fontsize22
{
	font-size: 22px;
}
.fontsize13
{
	font-size: 13px;
	text-align: justify;
	word-spacing: -1px;
}
.textgreen
{
	color: #548E02;
}
.textblue
{
	color: #177298;
}
.underline
{
	text-decoration: underline;
}
.bluebottomborder
{
	border-bottom: #7B98FF;
	border-bottom-width: 2px;
	height: 2px;
	width: 50%;
}
.htabsc
{
	border-bottom: 1px solid #DDD;
	height: 40px;
	line-height: 16px;
	width: 100%;
}
.htabsc a
{
	background: -moz-linear-gradient(center top,#ededed 5%,#dfdfdf 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ededed),color-stop(1,#dfdfdf));
	background-color: #ededed;
	border-left: 1px solid #DDD;
	border-radius: 7px 7px 0 0;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
	box-shadow: inset 0 1px 0 0 #fff;
	color: #066891;
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dfdfdf');
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 20px;
	khtml-border-radius: 7px 7px 0 0;
	line-height: 20px;
	margin-right: 7px;
	margin-top: 7px;
	moz-border-radius: 7px 7px 0 0;
	moz-box-shadow: inset 0 1px 0 0 #fff;
	padding: 7px 15px 6px;
	text-align: center;
	text-decoration: none;
	webkit-border-radius: 7px 7px 0 0;
	webkit-box-shadow: inset 0 1px 0 0 #fff;
}
.htabsc a:hover
{
	background: -moz-linear-gradient(center top,#dfdfdf 5%,#ededed 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dfdfdf),color-stop(1,#ededed));
	background-color: #dfdfdf;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',endColorstr='#ededed');
}
.htabsc a:active
{
	position: relative;
	top: 1px;
}
.htabsc a.selected
{
	background: -moz-linear-gradient(center top,#3d94f6 5%,#1e62d0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#3d94f6),color-stop(1,#1e62d0));
	background-color: #3d94f6;
	border: 1px solid #337fed;
	box-shadow: inset 0 1px 0 0 #97c4fe;
	color: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6',endColorstr='#1e62d0');
	height: 25px;
	line-height: 25px;
	margin-top: 0;
	moz-box-shadow: inset 0 1px 0 0 #97c4fe;
	padding-bottom: 7px;
	webkit-box-shadow: inset 0 1px 0 0 #97c4fe;
}
.htabsc .selected:hover
{
	background: -moz-linear-gradient(center top,#1e62d0 5%,#3d94f6 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#1e62d0),color-stop(1,#3d94f6));
	background-color: #1e62d0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0',endColorstr='#3d94f6');
}
.htabsc .selected:active
{
	position: relative;
	top: 1px;
}
.tabc-content
{
	background: #d5e0e5;
	border: 1px solid #a2beca;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-radius: 4px 4px 4px 4px;
	border-right: 1px solid #DDD;
	khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 20px;
	moz-border-radius: 4px;
	overflow: auto;
	padding: 10px;
	webkit-border-radius: 4px 4px 4px 4px;
	z-index: 2;
}
#categorydescription
{
	background: #eaf0f2;
	border: 1px solid #a2beca;
	border-radius: 7px 7px 7px 7px;
	color: #035170;
	display: inline-block;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-style: italic;
	height: 100%;
	khtml-border-radius: 7px 7px 7px 7px;
	margin: 10px 6px;
	min-height: 180px;
	moz-border-radius: 7px;
	padding: 10px;
	webkit-border-radius: 7px 7px 7px 7px;
	width: 200px;
}
.pricegrey
{
	background: -moz-linear-gradient(center top,#dce1e4 5%,#dce1e4 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dce1e4),color-stop(1,#dce1e4));
	background-color: #dce1e4;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	box-shadow: -1px -1px 3px 0 #a7abad;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce1e4',endColorstr='#dce1e4');
	moz-border-radius: 5px;
	moz-box-shadow: -1px -1px 3px 0 #a7abad;
	padding: 2px 5px;
	text-align: right;
	webkit-border-radius: 5px;
	webkit-box-shadow: -1px -1px 3px 0 #a7abad;
	width: 85px;
}
.arrowgo
{
	background: url(../image/arrowgo.png) no-repeat 0 25%;
	font-size: 12px;
	padding-left: 30px;
}
.listrnd
{
	background: url(../image/listft.png) no-repeat 0 60%;
	padding-left: 20px;
	padding-top: 5px;
}
.formatedtextline
{
	background: url(../image/blueline.png) no-repeat;
	height: 3px;
}
.footeritem
{
	float: left;
	position: relative;
	top: 14px;
}
.spanblack16
{
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.spanred16
{
	color: #930303;
	font-size: 16px;
	font-weight: 700;
}
.buttongrey
{
	background: -moz-linear-gradient(center top,#f9f9f9 5%,#c7c5c7 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#c7c5c7));
	background-color: #f9f9f9;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 0 #fff;
	color: #487a02;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#c7c5c7');
	font-family: arial;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 10px;
	moz-border-radius: 4px;
	moz-box-shadow: inset 0 1px 0 0 #fff;
	padding: 2px 20px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	webkit-border-radius: 4px;
	webkit-box-shadow: inset 0 1px 0 0 #fff;
}
.buttongrey:hover
{
	background: -moz-linear-gradient(center top,#c7c5c7 5%,#f9f9f9 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#c7c5c7),color-stop(1,#f9f9f9));
	background-color: #c7c5c7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c5c7',endColorstr='#f9f9f9');
}
.buttongrey:active
{
	position: relative;
	top: 1px;
}
.borders
{
	border: 1px solid #dcdcdc;
	border-radius: 7px;
	moz-border-radius: 7px;
	padding: 5px;
	position: relative;
	webkit-border-radius: 7px;
	z-index: 1;
}
#tab-related3
{
	height: 315px;
	margin-top: 10px;
	padding: 0;
	width: 976px;
}
#tab-related2
{
	border: 1px solid #dcdcdc;
	border-radius: 7px;
	height: 335px;
	moz-border-radius: 7px;
	padding: 5px;
	position: relative;
	webkit-border-radius: 7px;
	z-index: 1;
}
.curved-vt-2,#tab-related2
{
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	margin: 2em 1px 4em;
	moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	padding: 0;
	position: relative;
	webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
}
.curved-vt-2:before,#tab-related2:before,#tab-related2:after,.curved-vt-2:after
{
	content: "";
	position: absolute;
	z-index: -2;
}
.curved-vt-2:before,#tab-related2:before
{
	border-radius: 20px/100px;
	bottom: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
	left: 0;
	moz-border-radius: 20px/100px;
	moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
	right: 0;
	top: 10px;
	webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
}
li a img
{
	border: 1px solid #a5bac3;
	border-radius: 7px;
	moz-border-radius: 7px;
	webkit-border-radius: 7px;
}
li a div
{
	padding-top: 20px;
}
.trebuchetitalic
{
	font-family: Trebuchet MS;
	font-style: italic;
}
.transp
{
	background: transparent;
}
.boxcategory-heading
{
	background: #0782b0;
	border-radius: 7px 7px 0 0;
	box-shadow: inset 0 6px 6px 1px #076080;
	color: #FFF;
	height: 25px;
	khtml-border-radius: 7px 7px 0 0;
	line-height: 14px;
	moz-border-radius: 7px 7px 0 0;
	moz-box-shadow: inset 0 6px 6px 1px #076080;
	padding: 15px 10px 0 20px;
	text-decoration: underline;
	webkit-border-radius: 7px 7px 0 0;
	webkit-box-shadow: inset 0 6px 6px 1px #076080;
}
.boxcategory-content
{
	background: #0782b0;
	border-radius: 0 0 7px 7px;
	box-shadow: inset 0 -6px 6px 1px #076080;
	khtml-border-radius: 0 0 7px 7px;
	moz-border-radius: 0 0 7px 7px;
	moz-box-shadow: inset 0 -6px 6px 1px #076080;
	padding: 0;
	webkit-border-radius: 0 0 7px 7px;
	webkit-box-shadow: inset 0 -6px 6px 1px #076080;
}
.boxcategory-category
{
	padding-bottom: 20px;
}
.boxcategory-category > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.boxcategory-category > ul > li
{
	padding: 0;
}
.boxcategory-category ul li div
{
	border-bottom: 1px solid #0fa0d7;
	margin-left: 25px;
	margin-right: 10px;
	width: auto;
	z-index: 10;
}
.boxcategory-category > ul > li > a
{
	background: url(../image/point-blue.png) 8px 50% no-repeat;
	color: #FFF;
	display: block;
	font-size: 16px;
	min-height: 25px;
	padding-left: 25px;
	padding-right: 7px;
	padding-top: 7px;
	text-decoration: none;
}
.boxcategory-category > ul > li a.active
{
	background: #FFF url(../image/point-green.png) 8px 50% no-repeat;
	border-radius: 3px 0 0 3px;
	box-shadow: inset 1px 0 2px 0 #076080;
	color: #02822c;
	khtml-border-radius: 3px 0 0 3px;
	moz-border-radius: 3px 0 0 3px;
	moz-box-shadow: inset 1px 0 2px 0 #076080;
	webkit-border-radius: 3px 0 0 3px;
	webkit-box-shadow: inset 1px 0 2px 0 #076080;
}
.boxcategory-category > ul > li a.active + ul
{
	display: block;
}
.boxcategory-category > ul > li ul > li
{
	padding: 5px 5px 0 10px;
}
.boxcategory-category > ul > li ul > li > a
{
	display: block;
	text-decoration: none;
}
.boxcategory-category > ul > li ul > li > a.active
{
	font-weight: 700;
}
.buttongreen2
{
	background: -moz-linear-gradient(center top,#9fcf0e 5%,#77a833 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#9fcf0e),color-stop(1,#77a833));
	background-color: #9fcf0e;
	border: 1px solid #79a931;
	border-radius: 4px;
	box-shadow: inset 0 0 2px 0 #fff;
	color: #000;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fcf0e',endColorstr='#77a833');
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	moz-border-radius: 4px;
	moz-box-shadow: inset 0 0 2px 0 #fff;
	padding: 9px 44px;
	text-decoration: none;
	webkit-border-radius: 4px;
	webkit-box-shadow: inset 0 0 2px 0 #fff;
}
.buttongreen2:hover
{
	background: -moz-linear-gradient(center top,#77a833 5%,#9fcf0e 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#77a833),color-stop(1,#9fcf0e));
	background-color: #77a833;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a833',endColorstr='#9fcf0e');
}
.buttongreen2:active
{
	position: relative;
	top: 1px;
}
.buttongreen2:visited
{
	color: #000;
}
.tabgrey
{
	background: -moz-linear-gradient(center top,#fff 5%,#e7e4e4 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fff),color-stop(1,#e7e4e4));
	background-color: #fff;
	border-bottom: 1px solid #b9d5de;
	border-left: 1px solid #dfdcdc;
	border-radius: 4px 4px 0 0;
	border-right: 1px solid #dfdcdc;
	border-top: 1px solid #dfdcdc;
	box-shadow: inset 0 0 2px 0 #fff;
	color: #0783b0;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e7e4e4');
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	height: 22px;
	moz-border-radius: 4px 4px 0 0;
	moz-box-shadow: inset 0 0 2px 0 #fff;
	padding: 6px 44px 8px;
	position: relative;
	text-decoration: none;
	top: 8px;
	webkit-border-radius: 4px 4px 0 0;
	webkit-box-shadow: inset 0 0 2px 0 #fff;
}
.tabgrey:hover
{
	background: -moz-linear-gradient(center top,#e7e4e4 5%,#fff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#e7e4e4),color-stop(1,#fff));
	background-color: #e7e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e4e4',endColorstr='#ffffff');
}
.tabgrey:visited
{
	color: #0783b0;
}
.tabgreen
{
	background: -moz-linear-gradient(center top,#9fcf0e 5%,#7eae2c 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#9fcf0e),color-stop(1,#7eae2c));
	background-color: #9fcf0e;
	border-bottom: 1px solid #b9d5de;
	border-left: 1px solid #79a931;
	border-radius: 4px 4px 0 0;
	border-right: 1px solid #79a931;
	border-top: 1px solid #79a931;
	box-shadow: inset 0 0 2px 0 #fff;
	color: #fff;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fcf0e',endColorstr='#7eae2c');
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	height: 22px;
	moz-border-radius: 4px 4px 0 0;
	moz-box-shadow: inset 0 0 2px 0 #fff;
	padding: 6px 44px 8px;
	position: relative;
	text-decoration: none;
	top: 8px;
	webkit-border-radius: 4px 4px 0 0;
	webkit-box-shadow: inset 0 0 2px 0 #fff;
}
.tabgreen:hover
{
	background: -moz-linear-gradient(center top,#7eae2c 5%,#9fcf0e 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#7eae2c),color-stop(1,#9fcf0e));
	background-color: #7eae2c;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eae2c',endColorstr='#9fcf0e');
}
.tabgreen:visited
{
	color: #fff;
}
.tabblue
{
	background: -moz-linear-gradient(center top,#25a9e6 5%,#0783b0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#25a9e6),color-stop(1,#0783b0));
	background-color: #25a9e6;
	border-bottom: 1px solid #b9d5de;
	border-left: 1px solid #0396cb;
	border-radius: 4px 4px 0 0;
	border-right: 1px solid #0396cb;
	border-top: 1px solid #0396cb;
	box-shadow: inset 0 0 2px 0 #fff;
	color: #fff;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25a9e6',endColorstr='#0783b0');
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	height: 22px;
	moz-border-radius: 4px 4px 0 0;
	moz-box-shadow: inset 0 0 2px 0 #fff;
	padding: 6px 44px 8px;
	position: relative;
	text-decoration: none;
	top: 8px;
	webkit-border-radius: 4px 4px 0 0;
	webkit-box-shadow: inset 0 0 2px 0 #fff;
}
.tabblue:hover
{
	background: -moz-linear-gradient(center top,#0783b0 5%,#25a9e6 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#0783b0),color-stop(1,#25a9e6));
	background-color: #0783b0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0783b0',endColorstr='#25a9e6');
}
.tabblue:visited
{
	color: #fff;
}
.htabsa a.selected
{
	border-bottom: none;
	border-left: 1px solid #b9d5de;
	border-right: 1px solid #b9d5de;
	border-top: 1px solid #b9d5de;
	height: 30px;
	position: relative;
	top: 1px;
	z-index: 10;
}
.newsbox
{
	border-bottom: 1px solid #FFF;
	box-shadow: inset 0 -1px 0 0 #b4c3cb;
	margin-bottom: 15px;
	min-height: 80px;
	moz-box-shadow: inset 0 1px 0 0 #b4c3cb;
	webkit-box-shadow: inset 0 1px 0 0 #b4c3cb;
}
.likeprice
{
	height: 100%;
	position: relative;
	z-index: 1;
}
.likeprice ul
{
	float: left;
	list-style: none;
	margin-bottom: 40px;
	position: relative;
	width: 980px;
}
.likeprice ul li
{
	float: left;
}
.boxcategory-category ul li div div
{
	background: -moz-linear-gradient(center top,#FFF 5%,#FFF 100%);
	background: -o-linear-gradient(90deg,#FFF 5%,#FFF 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#FFF),color-stop(1,#FFF));
	border: 1px solid #a5bac3;
	border-radius: 7px 7px 7px 7px;
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF');
	margin-top: -40px;
	moz-border-radius: 7px;
	padding: 20px;
	position: absolute;
	webkit-border-radius: 7px 7px 7px 7px;
}
.boxcategory-category ul li:hover > div > div
{
	display: block;
	left: 153px;
	max-width: 650px;
}
.fullwidth
{
	position: relative;
	clear: both;
}
.quick-order
{
	background: #d5e0e5;
	float: left;
}
.quick-order-title
{
	color: #0a4281;
	font-family: Arial;
	font-size: 24px;
}
.buttonblue
{
	background: -moz-linear-gradient(center top,#23a6e3 5%,#0783b0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#23a6e3),color-stop(1,#0783b0));
	background-color: #23a6e3;
	border: 1px solid #0396cb;
	border-radius: 6px;
	box-shadow: inset 0 1px 0 0 #55bbeb;
	color: #fff;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23a6e3',endColorstr='#0783b0');
	font-family: Verdana;
	font-size: 14px;
	font-weight: 700;
	moz-border-radius: 6px;
	moz-box-shadow: inset 0 1px 0 0 #55bbeb;
	padding: 2px 20px 4px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #528ecc;
	webkit-border-radius: 6px;
	webkit-box-shadow: inset 0 1px 0 0 #55bbeb;
}
.buttonorange, a.js-show-more
{
	background-color: #ff7200;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 2px 10px 4px;
	text-decoration: none;
}
.buttonblue:hover
{
	background-color: #0783b0;
}
.buttonblue:active
{
	position: relative;
	top: 1px;
}
#slider-range a,#sizes div.sliders-range a
{
	border: none;
	border-radius: 0;
	height: 23px;
	moz-border-radius: 0;
	webkit-border-radius: 0;
	width: 13px;
}
#slider-range a:hover,#sizes div.sliders-range a:hover
{
	border: none;
}
#slider-range div + a,#sizes div.sliders-range div + a
{
	background: url(../image/sliderleft.png) left no-repeat;
	margin-left: -13px;
}
#slider-range a + a,#sizes div.sliders-range a + a
{
	background: url(../image/sliderright.png) right no-repeat;
	margin-left: 0;
}
#slider-range div + a:hover,#sizes div.sliders-range div + a:hover
{
	background: url(../image/sliderleft.png) left no-repeat;
}
#slider-range a + a:hover,#sizes div.sliders-range a + a:hover
{
	background: url(../image/sliderright.png) right no-repeat;
}
#slider-range div + a:focus,#sizes div.sliders-range div + a:focus
{
	background: url(../image/sliderleft.png) left no-repeat;
	border: none;
}
#slider-range a + a:focus,#sizes div.sliders-range a + a:focus
{
	background: url(../image/sliderright.png) right no-repeat;
	border: none;
}
.inputshadow
{
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	box-shadow: inset 2px 2px 5px 0 #adadad;
	color: #626161;
	font-weight: 700;
	moz-border-radius: 4px;
	moz-box-shadow: inset 2px 2px 5px 0 #adadad;
	webkit-border-radius: 4px;
	webkit-box-shadow: inset 2px 2px 5px 0 #adadad;
}
.textwhite
{
	border-bottom: 2px solid #046a90;
	box-shadow: inset 0 -1px 0 0 #02435a;
	color: #FFF;
	float: left;
	font-size: 22px;
	margin: 10px 0 20px 20px;
	moz-box-shadow: inset 0 -1px 0 0 #02435a;
	padding-bottom: 10px;
	webkit-box-shadow: inset 0 -1px 0 0 #02435a;
}
.boxshadow
{
	border: 1px solid #076081;
	border-radius: 7px;
	box-shadow: inset 0 0 6px 4px #076081;
	moz-border-radius: 7px;
	moz-box-shadow: inset 0 0 6px 4px #076081;
	webkit-border-radius: 7px;
	webkit-box-shadow: inset 0 0 6px 4px #076081;
}
.width22
{
	float: left;
	margin-left: 15px;
	width: 20%;
}
#collapslist
{
	background: url(../image/arr-up.png) left no-repeat;
	padding-left: 15px;
}
#expandlist
{
	background: url(../image/arr-down.png) left no-repeat;
	padding-left: 15px;
}
#collapslists
{
	background: url(../image/arr-up.png) left no-repeat;
	padding-left: 15px;
}
#expandlists
{
	background: url(../image/arr-down.png) left no-repeat;
	padding-left: 15px;
}
#collapslist a
{
	color: #FFF;
}
#expandlist a
{
	color: #FFF;
}
#collapslists a
{
	color: #FFF;
}
#expandlists a
{
	color: #FFF;
}
.bytypebox
{
	box-shadow: 0 10px 10px -10px rgba(da,da,da,0.5);
	margin-bottom: 0;
	position: relative;
	webkit-box-shadow: 0 10px 10px -10px rgba(da,da,da,0.5);
	z-index: 50;
}
.bytypebox > div
{
	float: left;
	padding: 10px 10px 40px;
	text-align: center;
	z-index: 99;
}
.buttongrey2
{
	background: -moz-linear-gradient(center top,#dddede 5%,#dddede 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dddede),color-stop(1,#dddede));
	background-color: #dddede;
	border: 0 1px 1px 1px solid #c9cfcf;
	border-radius: 0 0 4px 4px;
	box-shadow: inset 0 -3px 1px -2px #c9cfcf;
	color: #000;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddede',endColorstr='#dddede');
	font-family: arial;
	font-size: 14px;
	font-weight: 700;
	moz-border-radius: 0 0 4px 4px;
	moz-box-shadow: inset 0 -3px 1px -2px #c9cfcf;
	padding: 8px 20px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	webkit-border-radius: 0 0 4px 4px;
	webkit-box-shadow: inset 0 -3px 1px -2px #c9cfcf;
}
.buttongrey2:hover
{
	background: -moz-linear-gradient(center top,#dddede 5%,#dddede 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dddede),color-stop(1,#dddede));
	background-color: #dddede;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddede',endColorstr='#dddede');
}
.buttongrey2:active
{
	position: relative;
	top: 1px;
}
#back-top
{
	bottom: 30px;
	margin-left: -150px;
	position: fixed;
}
#back-top a
{
	color: #bbb;
	display: block;
	font: 11px/100% Arial,Helvetica,sans-serif;
	moz-transition: 1s;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 1s;
	webkit-transition: 1s;
	width: 48px;
}
#back-top a:hover
{
	color: #000;
}
#back-top span
{
	background: #ddd url(../image/navigate-up.png) no-repeat center center;
	border-radius: 15px;
	display: block;
	height: 48px;
	margin-bottom: 7px;
	moz-border-radius: 15px;
	moz-transition: 1s;
	transition: 1s;
	webkit-border-radius: 15px;
	webkit-transition: 1s;
	width: 48px;
}
#back-top a:hover span
{
	background-color: #777;
}
#mini-description span
{
	border-bottom: 1px dashed #0679a5;
	color: #0679a5;
}
#mini-description ul
{
	padding: 0;
}
#mini-description li span
{
	border-bottom: 0;
	color: #000;
}
#mini-description ul li
{
	background: url(../image/list-arrow.png) no-repeat left center;
	list-style: none;
	padding-left: 15px;
	padding-top: 0;
}
#mini-description tr > td + td
{
	border-left: 3px solid #a2aaae;
	padding-left: 15px;
}
#mini-description ul li a
{
	color: #000;
	text-decoration: none;
}
#mini-description ul li a:hover
{
	color: #000;
	text-decoration: underline;
}
.c1_color
{
	color: #0679a5;
}
.description .prod-info
{
	margin-top: 20px;
	position: relative;
	width: 100%;
}
.description2{
    font-size: 12px;
}
.description2 p{
    padding: 0;
    margin: 0;
    text-align: left;
}
h2#info
{
	color: red;
	font-size: 14px;
}
#info > span
{
	background: #FFC;
	border: 2px solid #DDD;
	border-radius: 7px;
	display: block;
	padding: 10px 10px 25px;
	position: relative;
}
.catalog:hover
{
	text-decoration: underline;
}
.list-arrow
{
	line-height: 25px;
	padding-left: 0;
}
.list-arrow li
{
	background: url(../image/list-arrow.png) no-repeat left center;
	list-style: none;
	padding-left: 15px;
	padding-top: 0;
}
.list-arrow li a
{
	text-decoration: none;
}
.list-arrow li a:visited
{
	color: #000;
}
.list-arrow li a:hover
{
	color: #000;
}
.box2
{
	background: #DDD;
	border-radius: 7px;
	moz-border-radius: 7px;
	padding-left: 5px;
	webkit-border-radius: 7px;
}
.boxcategory-heading2
{
	color: #0679A5;
	font-size: 21px;
	padding: 5px 16px;
}
.carousel .jcarousel-skin-opencart .jcarousel-container
{
	background: #0782B0;
	border-radius: 7px;
	moz-border-radius: 7px;
	padding: 15px 25px;
	webkit-border-radius: 7px;
}
.carousel .jcarousel-next-horizontal
{
	right: -10px!important;
	top: 80px!important;
}
.carousel .jcarousel-prev-horizontal
{
	left: -10px!important;
	top: 80px!important;
}
.successbackground
{
	background-color: #a8a8a8;
	height: 100%;
	left: 0;
	opacity: .4;
	position: fixed;
	top: 0;
	visibility: visible;
	width: 100%;
	z-index: 1000;
}
.success2
{
	background: #d5e0e5;
	border: 1px solid #9dc7db;
	border-radius: 7px 7px 7px 7px;
	box-shadow: inset 0 -3px 1px -2px #c9cfcf;
	height: 310px;
	left: 50%;
	margin-left: -350px;
	margin-top: -150px;
	moz-border-radius: 7px;
	moz-box-shadow: inset 0 -3px 1px -2px #c9cfcf;
	opacity: 1;
	position: fixed;
	top: 50%;
	webkit-border-radius: 7px 7px 7px 7px;
	webkit-box-shadow: inset 0 -3px 1px -2px #c9cfcf;
	width: 700px;
	z-index: 1001;
}
.success2 .success-white
{
	background: #fff url(../image/oki.png) center 20px no-repeat;
	border: 1px solid #cbe7f5;
	display: block;
	height: 234px;
	margin: 40px 5px 0;
	max-width: 96vw;
	padding-top: 80px;
	width: 690px;
}
#cart-footer
{
	float: left;
	margin-right: 86px;
	padding-right: 300px;
	padding-top: 3px;
	position: absolute;
	right: 0;
	top: 0;
}
#cart-footer span:first-child
{
	color: #0699e2;
	float: left;
	margin-right: 20px;
	padding: 4px 0;
	text-decoration: underline;
	width: 100px;
}
#cart-footer span:first-child b
{
	background: red;
	border-radius: 15px;
	color: #fff;
	display: block;
	float: right;
	margin-top: -2px;
	moz-border-radius: 15px;
	padding: 2px 10px;
	text-decoration: none;
	webkit-border-radius: 15px;
	width: 10px;
}
#cart-footer span.fast
{
	background: #f03c25;
	background: linear-gradient(to bottom,rgba(240,60,37,1) 0%,rgba(223,36,30,1) 100%);
	background: -moz-linear-gradient(top,rgba(240,60,37,1) 0%,rgba(223,36,30,1) 100%);
	background: -ms-linear-gradient(top,rgba(240,60,37,1) 0%,rgba(223,36,30,1) 100%);
	background: -o-linear-gradient(top,rgba(240,60,37,1) 0%,rgba(223,36,30,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(240,60,37,1)),color-stop(100%,rgba(223,36,30,1)));
	background: -webkit-linear-gradient(top,rgba(240,60,37,1) 0%,rgba(223,36,30,1) 100%);
	border-radius: 5px;
	clear: initial;
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f03c25',endColorstr='#df241e',GradientType=0);
	float: left;
	height: 12px;
	margin: 0;
	moz-border-radius: 5px;
	padding: 5px 10px 6px;
	text-align: center;
	text-decoration: none;
	webkit-border-radius: 5px;
	width: 120px;
}
#cart-footer span.fast a
{
	text-decoration: none;
}
.success2 .fullwidth
{
	width: 92%;
}
.success2 img
{
	cursor: pointer;
	float: right;
	margin: 10px;
}
.cartcontent
{
	line-height: 3em;
	margin: 30px 3px 3px;
	text-align: center;
	width: 90%;
}
.closehref
{
	display: inline-block;
	position: relative;
}
#review .content{
    border-bottom: 1px solid #efefef;
    padding: 12px 0;
}
.review_form{
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    transition: 0.3s;
}
.review_form input[type="text"], .review_form textarea{
    background: #fff;
}
.review_form .buttons{
    margin-bottom: 0;
}
.question{
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    transition: 0.3s;
}
.question:hover{
    border: 1px solid #cccccc;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
.question .author{
    font-size: 0.9em;
    text-align: left;
    font-style: italic;
    padding-top: 15px;
}
.question .answer{
	background: #eee;
	border: 1px solid;
	border-radius: 7px 7px 7px 7px;
	color: teal;
	font-size: 12px;
	margin-top: 10px;
	moz-border-radius: 7px;
	padding: 10px;
	webkit-border-radius: 7px 7px 7px 7px;
}
.question2{
    background:url(/image/question.png) 10px 50% no-repeat #FCFCFC;
    border: 1px solid #E7E7E7;
    padding:16px 16px 16px 60px;
    cursor:pointer;
    border:1px solid #F0F0F0;
    font-weight:bold;
    margin-top:6px;
    transition:all .3s;
    margin-top:20px;
    cursor: pointer;
}
.question2:hover{
    background:url(/image/question.png) 10px 50% no-repeat #F8F8F8;
}
.answer2{
    border:1px solid #E7E7E7;
    border-top: none;
    padding:16px 16px 16px 70px;
    display:none;
    transition:none;
}
.question2 p, .answer2 p{margin-bottom:8px;}
.special
{
	color: #066891;
	font-weight: 700;
}
.timer-block
{
	font-size: 18px;
}
.timer
{
	color: red;
	display: inline-block;
	font-weight: 700;
}
.priceft
{
	color: #070707;
	line-height: 20px;
	padding-left: 5px;
}
.labels
{
	position: absolute;
	right: -10px;
	text-align: right;
	top: 10px;
	width: 150px;
}
.labels div
{
	background: url(/image/data/lable-red.png) center no-repeat;
	height: 39px;
	width: 144px;
}
.labels div span
{
	color: #FFF;
	font-size: 16px;
	line-height: 2;
}
.sort a
{
	color: #28a9e0!important;
    padding: 0 10px;
}
.ASC
{
	background: url(../image/arr-up.png) right 5px center no-repeat;
	padding-right: 20px!important;
}
.DESC
{
	background: url(../image/arr-down.png) right 5px center no-repeat;
	padding-right: 20px!important;
}
.b-top
{
	bottom: 90px;
	filter: alpha(opacity=50);
	left: 20px;
	opacity: .5;
	position: fixed;
	z-index: 2600;
}
.b-top:hover
{
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1;
}
.b-top-but
{
	background: #D8D5C2 url(../image/b-j-top.png) no-repeat 50% 11px;
	border-radius: 7px;
	bottom: 0;
	color: #fff;
	display: block;
	margin: 0 0 0 100%;
	padding: 32px 12px 4px;
	position: absolute;
	z-index: 2600;
}
.yashare-auto-init
{
	display: inline-block!important;
}
.how_use_main
{
	color: #fff;
	position: absolute;
	right: 280px;
	width: 150px;
}
.how_use_main:visited
{
	color: #fff;
}
.how_use_main td + td
{
	padding-left: 5px;
}
#aToolTip
{
	background-color: #FEFFD6;
	border: 1px solid #E3E3E3;
	box-shadow: 0 0 5px gray;
	margin-left: -250px;
	padding: 5px;
	position: absolute;
	z-index: 3000;
	left: 50%!important;
}
#aToolTip p
{
	color: #4E4B4B;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}
#aToolTipCloseBtn
{
	background: url(../image/close2.png);
	display: block;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: -10px;
	text-indent: -99px;
	top: -10px;
	width: 16px;
}
#containerheaderlinksmini,#catalogmini
{
	display: none;
}
.mini-show
{
	display: none!important;
}
#catalogmini ul
{
	list-style: none;
	padding-left: 0;
}
.menuminibutton
{
	background-color: #e6e6e6;
	background-color: #f5f5f5;
	background-image: linear-gradient(top,#fff,#e6e6e6);
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -ms-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 0;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	color: #333;
	cursor: pointer;
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
	font-size: 14px;
	line-height: 18px;
	line-height: 20px;
	line-height: 54px;
	margin-bottom: 0;
	margin-left: .3em;
	moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	padding: 4px 0;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	width: 100%!important;
	zoom: 1;
}
.menuminimenu ul li a
{
	display: block;
	line-height: 15px;
	text-decoration: none!important;
	width: 100%;
}
.menuminimenu ul li a:hover
{
	background: #EEE;
}
.menuminimenu ul li a span
{
	font-size: 1.1rem;
	line-height: 3.2em;
	width: 100%;
}
.menuminimenu
{
	width: 100%!important;
}


.tab-heading .caret2{
    font-size: 20px;
    padding: 0px 6px;
}


@media (max-width:320px)
{
	body
	{
		margin: 0!important;
		max-width: 320px;
		padding: 0!important;
	}
	img
	{
		border: 0;
		max-width: 100%!important;
		ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}
	.mini-hidden,.viewed
	{
		display: none!important;
	}
	.mini-clear
	{
		clear: both!important;
	}
	.mini-show
	{
		display: inherit!important;
	}
	a[href*="2206"] img
	{
		max-height: 100px!important;
	}
	#containermain
	{
		min-width: 201px;
		padding-left: 5px;
		padding-right: 10px;
		width: 95%!important;
	}
	.fullwidth
	{
		float: none!important;
		max-width: 100%!important;
	}
	.fullwidth > div
	{
		background: none!important;
		background-color: #d7dfe4!important;
		padding-left: 40px!important;
	}
	.fullwidth span
	{
		font-size: 14px!important;
	}
	#footerbg
	{
		margin: 0!important;
		padding: 0!important;
		width: 100%!important;
	}
	#footerbg > div img
	{
		display: none;
	}
	#footerbg > div span
	{
		clear: both;
		display: block;
		text-align: center;
		width: 100%;
	}
	.formini
	{
		background: #fff;
		text-align: center;
		width: 100%!important;
		z-index: 99;
	}
	.formini > div
	{
		font-size: 20px!important;
		margin-bottom: 10px;
	}
	.footeritem
	{
		margin: 0!important;
		padding: 0!important;
	}
	#fotterimages img
	{
		margin: 0!important;
		padding: 0!important;
		width: 25%;
	}
	.mini-logo
	{
		width: 100%!important;
	}
	#footerbg div
	{
		margin: 0 auto;
		padding-left: 1px;
		padding-right: 1px;
		width: 80%!important;
	}
	#footerManufacturers
	{
		display: none;
	}
	#footer .column
	{
		padding: 20px;
		width: 100%;
	}
	#footer .footerAccCnt li
	{
		width: 100%;
	}
	#footer .column-last
	{
		padding: 20px;
		width: 100%;
	}
	#footer .column-last li
	{
		width: 100%;
	}
	.simplecheckout-cart td
	{
		padding: 5px;
	}
	.simplecheckout-cart img
	{
		max-height: 15px!important;
		max-width: 100%!important;
	}
	.simplecheckout-cart th.image,.simplecheckout-cart td.image
	{
		display: none;
	}
	.simplecheckout-cart td.price,.simplecheckout-cart td.total
	{
		font-size: 14px!important;
	}
	#simplecheckout_customer .simplecheckout-block-content
	{
		width: 90%!important;
	}
	.simplecheckout-button-block
	{
		width: 90%!important;
	}
	#header
	{
		height: 100%!important;
		width: 100%!important;
	}
	#headerbuttons
	{
		display: none!important;
	}
	#header #logo
	{
		left: 0;
		top: 0;
	}
	#callback
	{
		margin-left: 1px!important;
		width: 100%;
	}
	#callback a .blacktext10
	{
		display: none!important;
	}
	#callback a
	{
		background: none!important;
		line-height: 15px!important;
		padding-left: 5px!important;
	}
	#feedback
	{
		margin-left: 1px!important;
		width: 100%;
	}
	#feedback a
	{
		background: none!important;
		line-height: 15px!important;
		padding-left: 5px!important;
	}
	#catr_checkout .buttongreen
	{
		padding: 1px!important;
	}
	#containerheaderlinks
	{
		display: none;
	}
	#containerheaderlinksmini
	{
		background: #fff;
		border: 1px solid #EEE;
		border-radius: 7px 7px 7px;
		display: inline-block;
		khtml-border-radius: 7px 7px 7px;
		margin: 0!important;
		min-width: 95%;
		moz-border-radius: 7px;
		padding: 0!important;
		padding: 6px 1px;
		position: relative;
		webkit-border-radius: 7px 7px 7px;
		width: 100%!important;
		z-index: 1;
	}
	#catalogmini
	{
		display: block;
	}
	#containerheaderlinksmini ul
	{
		list-style: none;
		padding: 0;
		text-align: center;
	}
	#containerheaderlinksmini ul li a
	{
		display: block;
		font-size: 1.1rem;
		line-height: 2.2em;
		text-decoration: none!important;
		width: 100%;
	}
	#containerheaderlinksmini ul li a:hover
	{
		background: #EEE;
	}
	.menuminibutton
	{
		line-height: 54px;
		width: 100%!important;
	}
	.menuminimenu
	{
		background: #fff;
		margin-top: -10px;
		text-align: left!important;
		z-index: 5;
	}
	#blockbegin
	{
		display: none!important;
	}
	#carousel0,#carousel999
	{
		display: none!important;
	}
	#headercontainer
	{
		margin: 0 auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	#container
	{
		width: 100%!important;
	}
	#menu
	{
		margin-top: 20px;
		width: 100%!important;
	}
	#dropdrownmenu
	{
		margin: 0!important;
		padding: 0!important;
		width: 100%!important;
	}
	#catalogmini
	{
		margin: 0!important;
		padding: 0!important;
		width: 100%!important;
	}
	#slideshow
	{
		height: 100%!important;
		width: 100%!important;
	}
	#column-left,#column-right
	{
		display: none;
	}
	#column-left + #column-right + #content,#column-left + #content
	{
		margin-left: 0;
	}
	#column-right + #content
	{
		margin-right: 0;
	}
	#topcart
	{
		background: #111;
		display: block;
		height: 40px;
		text-align: center!important;
		width: 100%!important;
	}
	#header #logo
	{
		margin-bottom: 5px!important;
		padding-right: 0!important;
		text-align: center!important;
		width: 100%!important;
	}
	#header #search
	{
		left: 0;
		margin-top: 55px!important;
		width: 100%!important;
	}
	#header #search input
	{
		margin: 0!important;
		width: 100%!important;
	}
	#header #language
	{
		display: none;
	}
	#header #currency
	{
		display: none;
	}
	#header #welcome
	{
		text-align: center!important;
		width: 100%!important;
	}
	#header .links
	{
		display: none;
	}
	.category-info
	{
		display: none;
	}
	#content
	{
		text-align: center!important;
	}
	.footerAccBtn
	{
		width: 100%!important;
	}
	.headerAccBtn
	{
		line-height: 54px;
		width: 100%!important;
	}
	.headerAccCnt
	{
		width: 100%!important;
	}
	.product-info
	{
		text-align: center;
	}
	.product-info .cart
	{
		text-align: center;
	}
	.product-info > .left
	{
		float: none;
	}
	.product-info > .left + .right
	{
		margin-left: 0;
	}
	.textOr
	{
		display: none;
	}
	.product-info .image-additional
	{
		width: 100%;
	}
	.prod-info .image-additional-options
	{
		width: 200px;
	}
	.product-info textarea
	{
		width: 172px;
	}
	.product-grid > div
	{
		width: 190px!important;
	}
	.product-filter .display
	{
		display: none;
	}
	.product-compare
	{
		margin-bottom: 20px;
	}
	.product-info
	{
		text-align: center!important;
	}
	.product-info .image-additional img,.product-info .image-additional-options img
	{
		width: 50px;
	}
	.product-info .image img
	{
		width: 155px;
	}
	.product-info .image
	{
		float: initial;
	}
	.checkout-content
	{
		overflow: hidden;
	}
	.checkout-content .right
	{
		float: none;
		width: 100%;
	}
	.checkout-content .left
	{
		float: none;
		width: 100%;
	}
	.login-content .right
	{
		float: none;
		width: 100%;
	}
	.login-content .left
	{
		float: none;
		width: 100%;
	}
	#return-formu .right
	{
		float: none!important;
		width: 100%!important;
	}
	#return-formu .left
	{
		float: none!important;
		width: 100%!important;
	}
	input.large-field,select.large-field
	{
		width: 170px;
	}
	.checkout-content textarea
	{
		width: 90%!important;
	}
	.content
	{
		text-align: left!important;
	}
	.sitemap-info
	{
		font-size: 10px;
		overflow: hidden;
		text-align: left!important;
	}
	.sitemap-info .left,.right
	{
		float: none!important;
		width: 100%!important;
	}
	.sitemap-info a
	{
		font-size: 1.9em;
	}
	label
	{
		display: initial!important;
	}
	.box-product
	{
		float: left;
	}
	.product-list
	{
		text-align: center!important;
	}
	.product-list > div
	{
		overflow: visible;
	}
	.product-list .name a
	{
		font-size: 16px;
		line-height: 18px;
	}
	.product-list .left
	{
		float: left;
		width: 100%;
	}
	.product-list .left .image
	{
		margin: 0;
		width: 100%;
	}
	.product-list .right
	{
		float: left!important;
		height: 100%;
		margin-left: 5px;
		max-width: 90%!important;
		text-align: center!important;
	}
	.product-list .right noindex > div
	{
		float: initial!important;
	}
	.product-list .right .buttonblue
	{
		margin: 0 auto;
	}
	.product-list .cart
	{
		float: left;
		width: 100%;
	}
	.product-list .price
	{
		height: 40px;
		padding-top: 10px;
		text-align: center!important;
		width: 100%;
	}
	.cart + div
	{
		float: left!important;
		margin-top: 5px!important;
		text-align: center!important;
		width: 100%!important;
	}
	.cart .buttongreen
	{
		float: none!important;
	}
	.product-info > .left
	{
		float: left;
		margin-right: 15px;
		width: 100%;
	}
	.content
	{
		text-align: center!important;
	}
	.mini-copy
	{
		top: 15px!important;
	}
	#notification
	{
		max-width: 480px!important;
		width: 100%!important;
	}
	.success2
	{
		left: 0;
		margin-left: 0;
		margin-top: 10px;
		max-height: 300px;
		top: 0;
		width: 100%;
	}
	.success2 .fullwidth
	{
		float: left!important;
		max-width: 90%!important;
	}
	.success2 .fullwidth .closehref:nth-of-type(1)
	{
		background: -moz-linear-gradient(center top,#9fcf0e 5%,#79a733 100%) repeat scroll 0 0 #9fcf0e;
		border: 1px solid #20b3e4;
		border-radius: 5px 5px 5px 5px;
		box-shadow: 1px 1px 1px -1px #caefab inset;
		color: #0f0f0f;
		display: inline-block;
		font-family: Verdana;
		font-size: 10px;
		font-weight: 700;
		padding: 1px 3px;
		text-decoration: none;
		text-shadow: 1px 1px 0 #aade7c;
	}
	footer
	{
		min-height: 515px;
	}
	footer > div ul
	{
		width: 48%;
	}
}
@media (min-width:321px) and (max-width:480px)
{
	body
	{
		background: none;
		margin: 0!important;
		max-width: 480px!important;
		padding: 0!important;
	}
	.mini-show
	{
		display: inherit!important;
	}
	img
	{
		max-width: 100%!important;
	}
	.mini-hidden
	{
		display: none!important;
	}
	.mini-clear
	{
		clear: both!important;
	}
	.simplecheckout-cart td
	{
		border-bottom: 1px solid #DDD;
		padding: 2px;
		vertical-align: top;
	}
	.simplecheckout-cart img
	{
		max-height: 15px!important;
		max-width: 100%!important;
	}
	.simplecheckout-cart th.image,.simplecheckout-cart td.image
	{
		display: none;
	}
	.simplecheckout-cart td.price,.simplecheckout-cart td.total
	{
		font-size: 14px!important;
	}
	#simplecheckout_customer .simplecheckout-block-content
	{
		width: 90%!important;
	}
	.simplecheckout-button-block
	{
		width: 90%!important;
	}
	#containermain
	{
		padding-left: 10px;
		padding-right: 10px;
		width: 95%!important;
	}
	.fullwidth
	{
		float: none!important;
		width: 100%!important;
	}
	#footerbg
	{
		margin: 0!important;
		padding: 0!important;
		width: 100%!important;
	}
	.formini
	{
		text-align: center;
		width: 100%!important;
	}
	.footeritem
	{
		margin: 0!important;
		padding: 0!important;
	}
	.mini-logo
	{
		width: 100%!important;
	}
	#footerbg div
	{
		margin: 0 auto;
		padding-left: 10px;
		padding-right: 10px;
		width: 100%!important;
	}
	#footerManufacturers
	{
		display: none;
	}
	#footer .column
	{
		padding: 20px;
		width: 100%;
	}
	#footer .footerAccCnt li
	{
		width: 100%;
	}
	#footer .column-last
	{
		padding: 20px;
		width: 100%;
	}
	#footer .column-last li
	{
		width: 100%;
	}
	#header
	{
		height: 100%!important;
		width: 100%!important;
	}
	#headerbuttons
	{
		display: none!important;
	}
	#callback
	{
		margin-left: 1px!important;
		width: 100%;
	}
	#callback a .blacktext10
	{
		display: none!important;
	}
	#callback a
	{
		background: none!important;
		line-height: 15px!important;
		padding-left: 5px!important;
	}
	#feedback
	{
		margin-left: 1px!important;
		width: 100%;
	}
	#feedback a
	{
		background: none!important;
		line-height: 15px!important;
		padding-left: 5px!important;
	}
	#catr_checkout .buttongreen
	{
		padding: 1px!important;
	}
	#containerheaderlinks
	{
		display: none;
	}
	#containerheaderlinksmini
	{
		background: #fff;
		border: 1px solid #EEE;
		border-radius: 7px 7px 7px;
		display: inline-block;
		khtml-border-radius: 7px 7px 7px;
		margin: 0!important;
		min-width: 95%;
		moz-border-radius: 7px;
		padding: 0!important;
		padding: 6px 1px;
		position: relative;
		webkit-border-radius: 7px 7px 7px;
		width: 100%!important;
		z-index: 1;
	}
	#catalogmini
	{
		display: block;
	}
	#containerheaderlinksmini ul
	{
		list-style: none;
		padding: 0;
		text-align: center;
	}
	#containerheaderlinksmini ul li a
	{
		display: block;
		font-size: 1.1rem;
		line-height: 2.2em;
		text-decoration: none!important;
		width: 100%;
	}
	#containerheaderlinksmini ul li a:hover
	{
		background: #EEE;
	}
	.menuminibutton
	{
		line-height: 54px;
		width: 100%!important;
	}
	.menuminimenu
	{
		background: #fff;
		margin-top: -10px;
		text-align: left!important;
		z-index: 5;
	}
	.menuminimenu ul li a
	{
		display: block;
		line-height: 15px;
		text-decoration: none!important;
		width: 100%;
	}
	.menuminimenu ul li a:hover
	{
		background: #EEE;
	}
	.menuminimenu ul li a span
	{
		font-size: 1.1rem;
		line-height: 3.2em;
		width: 100%;
	}
	.curved-vt-2
	{
		margin-left: auto;
		margin-right: auto;
	}
	li a img
	{
		width: 70%;
	}
	.spanred16
	{
		font-size: 8px;
	}
	.jcarousel-skin-opencart li div div
	{
		font-size: 8px;
		height: 100%;
	}
	#blockbegin
	{
		display: none!important;
	}
	#carousel0,#carousel999
	{
		display: none!important;
	}
	#headercontainer
	{
		margin: 0 auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	#container
	{
		width: 100%!important;
	}
	#menu
	{
		margin-top: 20px;
		width: 100%!important;
	}
	#dropdrownmenu
	{
		margin: 0!important;
		padding: 0!important;
		width: 100%!important;
	}
	#catalogmini
	{
		margin: 0!important;
		padding: 0!important;
		width: 100%!important;
	}
	#slideshow
	{
		height: 100%!important;
		width: 100%!important;
	}
	#column-left/*,#column-right*/
	{
		display: none;
	}
	#column-left + #column-right + #content,#column-left + #content
	{
		margin-left: 0;
	}
	#column-right + #content
	{
		margin-right: 0;
	}
	#topcart
	{
		background: #111;
		display: block;
		height: 40px;
		text-align: center!important;
		width: 100%!important;
	}
	#header #logo
	{
		margin-bottom: 25px!important;
		padding-right: 0!important;
		text-align: center!important;
		width: 100%!important;
	}
	#header #search
	{
		left: 0;
		margin-top: 55px!important;
		width: 100%!important;
	}
	#header #search input
	{
		margin: 0!important;
		width: 100%!important;
	}
	#header #language
	{
		display: none;
	}
	#header #currency
	{
		display: none;
	}
	#header #welcome
	{
		text-align: center!important;
		width: 100%!important;
	}
	#header .links
	{
		display: none;
	}
	.category-info
	{
		display: none;
	}
	#content
	{
		text-align: center!important;
	}
	.footerAccBtn
	{
		width: 100%!important;
	}
	.headerAccBtn
	{
		line-height: 54px;
		width: 100%!important;
	}
	.headerAccCnt
	{
		width: 100%!important;
	}
	.product-info
	{
		text-align: center;
	}
	.product-info .cart
	{
		text-align: center;
	}
	.product-info > .left
	{
		float: none;
	}
	.product-info > .left + .right
	{
		margin-left: 0;
	}
	.textOr
	{
		display: none;
	}
	.product-info .image-additional,.product-info .image-additional-options
	{
		width: 200px;
	}
	.product-info textarea
	{
		width: 172px;
	}
	.product-grid > div
	{
		width: 190px!important;
	}
	.product-filter .display
	{
		display: none;
	}
	.product-compare
	{
		margin-bottom: 20px;
	}
	.product-info
	{
		overflow: visible;
		text-align: center!important;
	}
	.product-info .image-additional img,.product-info .image-additional-options img
	{
		width: 50px;
	}
	.product-info .image img
	{
		width: 155px;
	}
	.checkout-content
	{
		overflow: hidden;
	}
	.checkout-content .right
	{
		float: none;
		width: 100%;
	}
	.checkout-content .left
	{
		float: none;
		width: 100%;
	}
	.login-content .right
	{
		float: none;
		width: 100%;
	}
	.login-content .left
	{
		float: none;
		width: 100%;
	}
	#return-formu .right
	{
		float: none!important;
		width: 100%!important;
	}
	#return-formu .left
	{
		float: none!important;
		width: 100%!important;
	}
	input.large-field,select.large-field
	{
		width: 170px;
	}
	.checkout-content textarea
	{
		width: 90%!important;
	}
	.content
	{
		text-align: left!important;
	}
	.sitemap-info
	{
		font-size: 10px;
		overflow: hidden;
		text-align: left!important;
	}
	.sitemap-info .left,.right
	{
		float: none!important;
		width: 100%!important;
	}
	.sitemap-info a
	{
		font-size: 1.9em;
	}
	label
	{
		display: initial!important;
	}
	.box-product
	{
		float: left;
	}
	.product-list
	{
		text-align: center!important;
	}
	.product-list > div
	{
		overflow: visible;
	}
	.product-list .left
	{
		float: left;
		width: 100%;
	}
	.product-list .right
	{
		float: left!important;
		height: 100%;
		text-align: center!important;
	}
	.product-list .cart
	{
		float: left;
		width: 100%;
	}
	.product-list .price
	{
		padding-top: 10px;
	}
	.cart + div
	{
		float: left!important;
		margin-top: 5px!important;
		text-align: center!important;
		width: 100%!important;
	}
	.cart .buttongreen
	{
		float: none!important;
	}
	.product-grid
	{
		text-align: center!important;
	}
	.product-info > .left
	{
		float: left;
		margin-right: 15px;
		width: 100%!important;
	}
	.content
	{
		text-align: center!important;
	}
	.mini-copy
	{
		top: 15px!important;
	}
	#notification
	{
		max-width: 480px!important;
		width: 100%!important;
	}
	.success2
	{
		left: 0;
		margin-left: 0;
		margin-top: 10px;
		max-height: 300px;
		top: 0;
		width: 100%;
	}
	.success2 .fullwidth
	{
		max-width: 90%;
	}
	.success2 .fullwidth .closehref:nth-of-type(1)
	{
		background: -moz-linear-gradient(center top,#9fcf0e 5%,#79a733 100%) repeat scroll 0 0 #9fcf0e;
		border: 1px solid #20b3e4;
		border-radius: 5px 5px 5px 5px;
		box-shadow: 1px 1px 1px -1px #caefab inset;
		color: #0f0f0f;
		display: inline-block;
		font-family: Verdana;
		font-size: 10px;
		font-weight: 700;
		padding: 1px 3px;
		text-decoration: none;
		text-shadow: 1px 1px 0 #aade7c;
        right: 61px;
	}
	footer
	{
		min-height: 515px;
	}
	footer > div ul
	{
		width: 48%;
	}
    .success-white .fullwidth.fw-content > a{
        float: none!important;
        display: inline-block!important;
        white-space: nowrap;
        left: 0;
    }
}
@media (min-width:481px) and (max-width:767px)
{
	body
	{
		background: none!important;
		margin: 0!important;
		padding: 0!important;
	}
	img
	{
		border: 0;
		max-width: 100%!important;
		ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}
	.mini-hidden
	{
		display: none!important;
	}
	#footerbg
	{
		float: left;
	}
	.mini-show
	{
		display: block!important;
	}
	#footerManufacturers
	{
		margin: 0 auto;
		width: 480px!important;
	}
	.boxcategory-category > ul > li > a
	{
		background: none;
		padding-left: 4px;
		padding-right: 2px;
	}
	#footerbg
	{
		margin: 0!important;
		padding: 0!important;
		width: 100%!important;
	}
	#footer .footerAccCnt li
	{
		width: 480px;
	}
	#header
	{
		height: 160px;
		width: 100%;
	}
	#headerbuttons
	{
		display: none!important;
	}
	#header #logo
	{
		width: 100%;
	}
	#containermain
	{
		text-align: left;
	}
	body,td,th,input,textarea,select,a
	{
		font-size: 12px;
	}
	#container
	{
		width: 100%;
	}
	.menuminibutton
	{
		margin-bottom: 20px!important;
		margin-top: -20px!important;
	}
	#dropdrownmenu
	{
		width: 480px!important;
	}
	#slideshow
	{
		height: 210px!important;
		width: 480px!important;
	}
	#slideshow img
	{
		height: 210px!important;
		width: 480px!important;
	}
	#column-left/*,#column-right*/
	{
		display: none!important;
	}
	#column-left + #column-right + #content,#column-left + #content
	{
		margin-left: 0;
		padding-left: 5px;
		padding-right: 5px;
	}
	#column-right + #content
	{
		margin-right: 0;
	}
	#topcart
	{
		background: #111;
		display: block;
		height: 40px;
		text-align: center!important;
		width: 480px;
	}
	#header #search
	{
		left: 0;
		top: 120px!important;
		width: 445px;
	}
	#header #search input
	{
		width: 100%;
	}
	#content h2
	{
		padding: 10px;
	}
	#content
	{
		float: left;
		margin-top: -20px;
		width: 100%;
	}
	.footerAccBtn
	{
		width: 480px!important;
	}
	.headerAccBtn
	{
		line-height: 54px;
		width: 480px!important;
	}
	.headerAccCnt
	{
		width: 480px!important;
	}
	.headerAccCnt ul li a
	{
		display: block;
		font-size: 18px;
	}
	.headerAccCnt ul li
	{
		padding: 5px 0;
	}
	.product-grid img
	{
		width: 190px!important;
	}
	.product-list > div
	{
		overflow: visible!important;
		width: 100%!important;
	}
	.product-list-container
	{
		padding-left: 20px;
	}
	.product-info > .left
	{
		float: none;
		width: 100%;
	}
	.fullwidth
	{
		float: left;
		width: 100%!important;
	}
	.image
	{
		float: none!important;
	}
	.fullwidth > img:nth-child(2)
	{
		float: none!important;
	}
	.product-info
	{
		overflow: visible;
	}
	.formini
	{
		float: left;
		width: 100%!important;
	}
	.textgreen
	{
		font-size: 15px!important;
	}
	.product-info > .left + .right
	{
		margin-left: 0;
	}
	.product-info textarea
	{
		width: 250px;
	}
	.checkout-content input.large-field,select.large-field
	{
		width: 250px!important;
	}
	.checkout-content .right
	{
		float: none;
		width: 100%;
	}
	.checkout-content .left
	{
		float: none;
		width: 100%;
	}
	#return-formu .right
	{
		float: none!important;
		width: 100%!important;
	}
	#return-formu .left
	{
		float: none!important;
		width: 100%!important;
	}
	.checkout-content textarea
	{
		width: 90%!important;
	}
	.product-filter
	{
		margin-left: 10px;
	}
	.product-compare
	{
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.category-list
	{
		padding: 10px;
	}
	.return-name
	{
		float: none;
		margin-right: 15px;
		width: 100%;
	}
	.return-model
	{
		float: none;
		margin-right: 15px;
		width: 100%;
	}
	.return-quantity
	{
		float: none;
		margin-right: 15px;
		width: 100%;
	}
	.return-reason
	{
		width: 48%;
	}
	.product-info
	{
		overflow: visible;
		text-align: center;
	}
	.return-opened
	{
		width: 40%;
	}
	.curved-vt-2
	{
		margin-left: 20px;
		margin-right: 20px;
	}
	li a img
	{
		width: 70%;
	}
	.spanred16
	{
		font-size: 8px;
	}
	.jcarousel-skin-opencart li div div
	{
		font-size: 10px;
		height: 100%;
	}
	#headerlinks a
	{
		padding-left: 10px;
	}
	#headerlinks
	{
		display: inline-block;
		font-size: 1rem;
		position: absolute;
		width: 100%;
	}
	#containerheaderlinks
	{
		height: 100%;
		min-height: 64px;
	}
	.mini-copy
	{
		top: 15px!important;
	}
	#catalogmini
	{
		display: inherit!important;
	}
	.menuminimenu
	{
		background: #fff;
		margin-top: -10px;
		text-align: left!important;
		z-index: 5;
	}
	footer
	{
		min-height: 515px;
	}
	footer > div ul
	{
		width: 48%;
	}
}
@media (min-width:768px) and (max-width:980px)
{
	body
	{
		margin: 0!important;
		padding: 0!important;
	}
	img
	{
		border: 0;
		max-width: 100%!important;
		ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}
	.mini-hidden
	{
		display: none!important;
	}
	.mini-show
	{
		display: inherit!important;
	}
	#containermain
	{
		padding: 0 1%;
		width: 98%;
	}
	#footer
	{
		font-size: 12px;
		margin: 0 auto;
		width: 768px;
	}
	#footerManufacturers
	{
		margin: 0 auto;
		width: 768px!important;
	}
	#footer a
	{
		font-size: 12px;
		line-height: 20px!important;
		min-width: 120px!important;
	}
	#footer h3
	{
		font-size: 12px;
	}
	#header
	{
		width: 100%;
	}
	#container
	{
		padding-right: 15px;
		width: 100%;
	}
	#menu
	{
		width: 768px;
	}
	.menuminibutton
	{
		display: none!important;
	}
	#slideshow
	{
		height: 336px!important;
		width: 768px!important;
	}
	#slideshow img
	{
		height: 336px!important;
		width: 768px!important;
	}
	#content .box-product img
	{
		width: 150px;
	}
	#content
	{
		padding-right: 5px;
	}
	#headerlinks a
	{
		padding-left: 1px;
		padding-right: 10px;
	}
	#headerlinks
	{
		display: inline-block;
		font-size: 1rem;
		position: absolute;
		width: 100%;
	}
	.formini
	{
		width: 100%!important;
	}
	#headerlinks a + a
	{
		background: none!important;
	}
	.jcarousel-skin-opencart li div div
	{
		font-size: .6rem;
		height: 50%;
	}
	.curved-vt-2
	{
		margin-left: 20px;
		margin-right: 20px;
	}
	.formini
	{
		width: 100%!important;
	}
	.mini-copy
	{
		top: 15px!important;
	}
	footer
	{
		min-height: 515px;
	}
	footer > div ul
	{
		width: 48%;
	}
}
.calltous
{
	background: #d7dfe4 url(../image/data/blue-phone.png)10px center no-repeat;
	border: none;
	border-radius: 3px 3px 3px 3px;
	height: 108px;
	khtml-border-radius: 3px 3px 3px 3px;
	moz-border-radius: 3px;
	webkit-border-radius: 3px 3px 3px 3px;
	width: 330px;
}
.category-image
{
	display: inline-block;
	margin-right: 15px;
	text-align: center;
	width: 90px;
}
.viewed
{
	background: #DDD;
	bottom: 0;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	position: fixed;
	width: 100%;
	z-index: 199;
}
.viewed .box
{
	height: 27px;
	margin: 0 auto;
	width: 980px;
}
.viewed .boxcategory-heading2
{
	background: url(../image/1up.jpg) no-repeat transparent right center;
	cursor: pointer;
	float: left;
	font-size: 16px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 50px;
}
.viewed .boxcategory-heading2:hover
{
	text-decoration: underline;
}
.viewed .boxcategory-heading2.active
{
	background: url(../image/1down.jpg) no-repeat #CCC right center;
}
.viewed .box-content
{
	background: #D5E0E5;
	border-radius: 7px 7px 0 0;
	bottom: 27px;
	display: none;
	khtml-border-radius: 7px 7px 0 0;
	moz-border-radius: 7px 7px 0 0;
	position: fixed;
	webkit-border-radius: 7px 7px 0 0;
}
.viewed .box-content > span
{
	background: transparent url(../image/close3.png) no-repeat center center;
	cursor: pointer;
	height: 60px;
	position: absolute;
	right: -30px;
	top: -30px;
	width: 60px;
}
.viewed .box-product > div
{
	display: inline-block;
	text-align: center;
	width: 131px;
}
.viewed .box-product > div a img
{
	background: #FFF;
	border: 1px solid #a5bac3;
	border-radius: 7px;
	moz-border-radius: 7px;
	padding: 10px;
	webkit-border-radius: 7px;
}
.viewed .box-product > div a > div > div
{
	min-height: 30px;
	padding-top: 10px;
}
.productbacground
{
	background: #aaa;
	height: 100%;
	left: 0;
	opacity: .66;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 198;
}
#viewproduct .content
{
	background: #FFF;
	border: 3px solid #d5e0e4;
	border-radius: 5px;
	left: 50%;
	margin-left: -400px;
	moz-border-radius: 4px;
	padding: 10px;
	position: fixed;
	top: 0;
	webkit-border-radius: 4px 4px 4px 4px;
	width: 800px;
	z-index: 9999;
}
#liteorder_content .products tbody tr:last-child td:last-child
{
	color: #c40505;
	font-size: 22px;
}
#liteorder_content .products tbody tr:first-child td:first-child a
{
	left: 10px;
	position: relative;
}
#liteorder_content .products #image
{
	height: 120px;
}
#liteorder_content .table-responsive{
    border: 1px solid #c7cbce;
}
#liteorder_content .products
{
/*	outline: 2px solid #c7cbce;
	border-radius: 5px;*/
	width: 100%;
}
#viewproduct.invisible #liteorder_content
{
	opacity: 0;
}
#liteorder_content h2
{
	background: #d5e0e4;
	color: #2b5d78;
	font-style: normal;
	margin-left: -10px;
	margin-top: -10px;
	padding: 10px;
	text-align: center;
	width: 795px;
}
#liteorder_content .products #image
{
	height: 120px;
}
#closeproduct
{
	float: right;
}
#form_go
{
	background: #c5d6e6;
	float: right;
	margin: 20px;
	padding: 20px;
}
table.products thead th
{
	background: #edeef0;
	color: #2d5b73;
	padding: 10px;
}
#liteorder_content .image a.fancybox
{
	border: 1px solid #eceeed;
	border-radius: 5px;
	display: block;
	margin: 10px;
	moz-border-radius: 5px;
	padding: 10px;
	webkit-border-radius: 5px;
}
.liteorder_call
{
	color: red;
	font-size: 16px;
	margin: 40px 80px 0;
	text-align: center;
}
.liteorder_call p:first-child
{
	color: #0e6882;
}
#klientname,#klientphone
{
	border: 1px solid #88898d;
	border-radius: 5px;
	margin-left: 20px;
    margin-bottom: 6px;
}
.infopages a
{
	margin-left: 10px;
	padding: 20px 10px 20px 50px;
	background-position: left;
	background-repeat: no-repeat;
    display: inline-block;
}
.infopages a#fr
{
	background-image: url(../image/prod-ico1.png);
}
.infopages a#sc
{
	background-image: url(../image/prod-ico2.png);
}
.infopages a#th
{
	background-image: url(../image/prod-ico3.png);
}
#liteorder_product_amount_plus,#liteorder_product_amount_minus
{
	display: block;
}
#liteorder_product_amount_plus
{
	background-image: url(http://test.dveripetli.ru/catalog/view/theme/tecart/image/up.png);
	height: 13px;
	width: 13px;
}
#liteorder_product_amount_minus
{
	background-image: url(http://test.dveripetli.ru/catalog/view/theme/tecart/image/down.png);
	height: 13px;
	width: 13px;
}
#liteorder_product_amount
{
	width: 80px;
}
#products_count_banner
{
	background: red;
	border: 1px solid #dd4d39;
	color: #fff;
	padding: 5px 8px 5px 0;
	position: absolute;
	text-indent: 5px;
	z-index: 999;
}
#products_count_banner a
{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
@media (max-height:1200px)
{
	body.simplecheckout #header,body.simplecheckout #containerheaderlinks,body.simplecheckout #column-left
	{
		display: none;
	}
	body.simplecheckout #column-left + #column-right + #content,body.simplecheckout #column-left + #content
	{
		margin-left: 0;
	}
	body.simplecheckout #containermain
	{
	}
	body.simplecheckout
	{
		overflow-y: scroll;
	}
}
.quest
{
	background: #eaf2f5;
	border: 1px solid #d1d9dc;
	border-radius: 15px;
	khtml-border-radius: 15px;
	moz-border-radius: 15px;
	padding: 0 20px 20px;
	webkit-border-radius: 15px;
}
.excla
{
	background: #fbf7ee;
	border: 1px solid #e9e5bf;
	border-radius: 15px;
	khtml-border-radius: 15px;
	moz-border-radius: 15px;
	padding: 0 20px 20px;
	webkit-border-radius: 15px;
}
.quest h2,.excla h2
{
	background: url(../image/quest.png) left center no-repeat!important;
	color: #2a667e!important;
	margin: 10px 0!important;
	padding: 10px 0 10px 50px !important;
}
.excla h2
{
	background: url(../image/excla.png) left center no-repeat!important;
	color: #f70813!important;
}
.excla p
{
	line-height: 22px!important;
	padding: 0 0 0 35px !important;
}
.quest a
{
	color: #3e4d5f!important;
	cursor: pointer;
	display: block;
	margin: 7px 0;
	width: 100%;
}
.trist
{
	background: #fffbf7;
	border: 1px solid #9cc6c6;
	position: relative;
}
.trist h2
{
	background: #e05942!important;
	color: #fff!important;
	margin: 0;
	padding: 2px 15px;
}
.trist ul
{
	list-style: none;
	padding: 0!important;
    display: block;
    padding-bottom: 20px;
}
.trist ul::after{
    display: table;
    clear: both;
    content: " ";
}
.trist ul li
{
	float: left;
	line-height: 14px;
	margin: 0 .5%!important;
	padding: 10px 0;
	width: 33%;
    text-align: center;
}
.trist ul li:first-child,.trist ul li:last-child
{
	margin: 0!important;
}
.trist ul li img
{
	border: 1px solid #9cc6c6;
    margin: 6px auto 20px;
    display: block;
    height: 72px!important;
    width: auto!important;
}
.trist ul li p
{
	background: url(../image/btnst.jpg) center no-repeat;
    bottom: 0;
    height: 38px;
    width: 100%;
    margin-bottom: 0;
}
.trist ul li p a
{
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding: 11px 33px;
	text-decoration: none;
}
p.btn a.dbtn
{
	background: #e8ba37;
	background: linear-gradient(to bottom,#e8ba37 1%,#fe3407 99%);
	background: -moz-linear-gradient(top,#e8ba37 1%,#fe3407 99%);
	background: -ms-linear-gradient(top,#e8ba37 1%,#fe3407 99%);
	background: -o-linear-gradient(top,#e8ba37 1%,#fe3407 99%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#e8ba37),color-stop(99%,#fe3407));
	background: -webkit-linear-gradient(top,#e8ba37 1%,#fe3407 99%);
	border-bottom: 1px solid #7e635a;
	border-radius: 5px;
	color: #fff!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8ba37',endColorstr='#fe3407',GradientType=0);
	float: left;
	float: right;
	font-family: Tahoma;
	font-size: 15px;
	moz-border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 2px 1px #5a1d09;
	webkit-border-radius: 5px;
    white-space: normal;
}
p.btn a.dbtn:hover, p.btn a.dbtn:focus
{
	background: #e8ba37;
	background: linear-gradient(to bottom,#e9b727 1%,#eb2c01 99%);
	background: -moz-linear-gradient(top,#e9b727 1%,#eb2c01 99%);
	background: -ms-linear-gradient(top,#e9b727 1%,#eb2c01 99%);
	background: -o-linear-gradient(top,#e9b727 1%,#eb2c01 99%);
	border-bottom: 1px solid #7e635a;
}
p.btn a.bordo
{
	background: #a90329;
	background: linear-gradient(to bottom,rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -moz-linear-gradient(top,rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(top,rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top,rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(169,3,41,1)),color-stop(44%,rgba(143,2,34,1)),color-stop(100%,rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top,rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	border-bottom: 1px solid #7e635a;
	border-radius: 5px;
	color: #fff!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329',endColorstr='#6d0019',GradientType=0);
	float: left;
	font-family: Tahoma;
	font-size: 15px;
	moz-border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 2px 1px #5a1d09;
	webkit-border-radius: 5px;
}
.b-button._grey
{
	background: #fcfcfc;
	background: linear-gradient(top,#fcfcfc 0,#d3d3d3 100%);
	background: -moz-linear-gradient(top,#fcfcfc 0,#d3d3d3 100%);
	background: -ms-linear-gradient(top,#fcfcfc 0,#d3d3d3 100%);
	background: -o-linear-gradient(top,#fcfcfc 0,#d3d3d3 100%);
	background: -webkit-linear-gradient(top,#fcfcfc 0,#d3d3d3 100%);
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	color: #000!important;
	moz-border-radius: 5px;
	pie-background: linear-gradient(top,#fcfcfc 0,#d3d3d3 100%);
	text-shadow: 0 1px 0 rgba(255,255,255,.17);
	webkit-border-radius: 5px;
}
.b-button._grey:hover
{
	background: -moz-linear-gradient(center top,#c7c5c7 5%,#f9f9f9 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#c7c5c7),color-stop(1,#f9f9f9));
	background-color: #c7c5c7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c5c7',endColorstr='#f9f9f9');
}
.b-products__nav .b-button
{
	margin: 0;
	width: 220px;
}
.b-products__nav .b-button._size55
{
	margin: 15px 5px;
	padding: 10px;
}
.b-products__nav
{
	margin: 25px 0;
	text-align: center;
}
.b-button__i
{
	display: inline-block;
	display: -moz-inline-box;
	padding: 0 1em;
	position: relative;
	vertical-align: top;
	zoom: 1;
}
.b-button._size55 .b-button__i
{
	padding: 0 15px;
}
ul.box-product
{
	background: #fff;
	height: 335px;
	list-style: none;
	margin: 0;
	overflow: initial;
	padding: 0;
}
ul.box-product li
{
	float: left;
	margin: 20px 0;
	width: 210px;
}
ul.box-product .image img
{
	height: 186px;
	width: 138px;
}
#tab-related2 .prev
{
	background: url(http://www.kabini.ru/catalog/view/theme/default/image/button-previous.png) center no-repeat;
	border: none;
	cursor: pointer;
	height: 38px;
	left: -25px;
	position: absolute;
	top: 0;
	width: 38px;
	z-index: 99;
}
#tab-related2 .next
{
	background: url(http://www.kabini.ru/catalog/view/theme/default/image/button-next.png) center no-repeat;
	border: none;
	cursor: pointer;
	height: 38px;
	position: absolute;
	right: -25px;
	top: 0;
	width: 38px;
	z-index: 99;
}
#klientphone::-webkit-input-placeholder
{
	color: red;
}
#klientphone:-moz-placeholder
{
	color: red;
	opacity: 1;
}
#klientphone::-moz-placeholder
{
	color: red;
	opacity: 1;
}
#klientphone:-ms-input-placeholder
{
	color: red;
}
#arrowup
{
	bottom: 43px;
	right: 10px;
	cursor: pointer;
	display: none;
	position: fixed;
	width: 80px;
	z-index:10001;
    opacity: 0.6;
}
#arrowup:hover, #arrowup:focus{
    opacity: 1;
}
.contact-email
{
	color: #0083bb;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0 5px;
	text-align: right;
}
.contact-email a
{
	color: #0083bb;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
.contact-email a:hover
{
	text-decoration: underline;
}
.adaptive
{
	display: none;
}
#ya-site-form0 .ya-site-form__search-input
{
	padding: 5px 6px!important;
}
a.selectDk
{
	background: url(../image/podimg.png) 0 0 no-repeat;
	color: #f9f3f3;
	display: inline-block;
	font-family: Arial Narrow;
	font-size: 21px;
	height: 53px;
	line-height: 53px;
	margin-top: -10px;
	moz-transition: .3s all ease;
	ms-transition: .3s all ease;
	opacity: .9;
	o-transition: .3s all ease;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: .3s all ease;
	vertical-align: middle;
	webkit-transition: .3s all ease;
	width: 200px;
}
a.selectDk:hover
{
	color: #000;
	opacity: 1;
}
.btm-info .lfBK
{
	float: left;
	font-size: 28px;
	margin-top: -10px;
	text-align: right;
	width: 65%;
}
.btm-info .rfBK
{
	float: right;
	margin-left: 20px;
	text-align: left;
	width: 30%;
}
@media(max-width:1050px)
{
	.wd100 .flexslider ul.slides li > a > div,.wd100 .flexslider ul.slides li > img
	{
		height: 370px!important;
	}
}
@media(max-width:810px)
{
	.wd100 .flexslider ul.slides li > a > div,.wd100 .flexslider ul.slides li > img
	{
		height: 260px!important;
	}
	.wd100 .flexslider ul.slides li
	{
		display: none!important;
	}
	.wd100 .flexslider ul.slides li.flex-active-slide
	{
		display: block!important;
	}
}
@media(max-width:620px)
{
	.wd100 .flexslider ul.slides li > a > div,.wd100 .flexslider ul.slides li > img
	{
		height: 180px!important;
	}
	a.selectDk
	{
		font-size: 19px;
		width: 100%;
	}
	.btm-info .lfBK
	{
		font-size: 16px;
	}
	.btm-info .rfBK
	{
		margin-left: 0;
	}
}
@media(max-width:490px)
{
	.wd100 .flexslider ul.slides li > a > div,.wd100 .flexslider ul.slides li > img
	{
		height: 120px!important;
	}
}
.mainotziv
{
	background: #e9f4f9;
	border-radius: 3px;
	box-shadow: 0 25px 40px rgba(0,0,0,0.2);
	margin: auto;
	overflow: hidden;
	width: 100%;
}
.otziazvot
{
	border-left: 1px solid #d9d9d9;
	float: left;
	margin: 10px 0;
	text-align: center;
	width: 32%;
}
.otziazvot:first-child
{
	border: none;
}
.otziazvot ol{
    text-align: left;
}
.icoforadvances
{
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
}
.icoforadvances:after
{
	clear: both;
	content: " ";
}
.icoforadvances .icolist
{
	list-style: none;
	margin: 0 auto;
	padding: 0 5px;
	width: 100%;
}
.icoforadvances .icolist li
{
	display: inline-block;
	margin: 0;
	width: 32%;
    vertical-align: top;
}
.icoforadvances .icolist li img
{
	display: block;
	margin: 0 auto;
}
.icoforadvances .icolist span
{
	display: block;
	text-align: center;
}
.headline2
{
	color: #183D4E;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}
.headline3
{
	color: #183D4E;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}
.graflinks
{
	margin: 0 0 3%;
	padding: 0;
	width: 100%;
}
.graflinks .graflinks2
{
	background: #ddd;
	border: 1px solid #000;
	border-radius: 10px;
	display: inline-block;
	margin: 0 2%;
	moz-border-radius: 10px;
	padding: 10px 5px;
	webkit-border-radius: 10px;
}
.graflinks .graflinks2 a
{
	color: #0782b0;
	text-decoration: none;
	text-transform: uppercase;
}
.rakoviny .rakoviny-links
{
	list-style: none;
	padding: 0;
	width: 100%;
}
.rakoviny .rakoviny-links li
{
	border: 3px solid #f1f1f1;
	display: inline-block;
	margin: 0 5px;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
}
.rakoviny .rakoviny-links li a
{
	display: inline-block;
	text-decoration: none;
}
.rakoviny .rakoviny-links li img a
{
	text-decoration: none;
}
.rakoviny .rakoviny-links span
{
	margin: 15px 0;
}
.flexslider .slides li a span{
  height: 430px;
}
@media(max-width:1000px)
{
	.rakoviny .rakoviny-links
	{
		list-style: none;
		padding: 0;
		width: 100%;
	}
	.rakoviny .rakoviny-links li
	{
		border: 3px solid #f1f1f1;
		margin: 0 2px;
		padding: 0;
	}
	.rakoviny .rakoviny-links li img
	{
		min-width: 50%;
	}
}
@media(max-width:550px)
{
	.rakoviny
	{
		margin: 0 auto;
	}
	.rakoviny .rakoviny-links li
	{
		height: 80%;
		margin-left: 10%;
		width: 70%;
	}
}
.pr-name
{
	height: 54px!important;
	overflow: hidden;
}
.inline-list
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.inline-list > li
{
	color: #006793;
	float: left;
	padding-bottom: 20px;
	text-align: center;
	width: 33%;
}
ul.inline-list > li a img
{
	border: none;
	border-radius: 0;
	margin-bottom: 10px;
	moz-border-radius: 0;
	webkit-border-radius: 0;
}
ul.inline-list > li a div
{
	padding: 0;
}
@media(max-width:550px)
{
	ul.inline-list > li
	{
		width: 50%;
	}
}
@media(max-width:320px)
{
	ul.inline-list > li
	{
		width: 100%;
	}
}
.has-video
{
	display: block;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
}
.orange-border
{
	border: 3px solid #ff8c00;
	border-radius: 4px;
	khtml-border-radius: 4px;
	margin-bottom: 20px;
	moz-border-radius: 4px;
	padding: 5px;
	webkit-border-radius: 4px;
}
.orange-border > a
{
	color: #069;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 2px 4px;
}
.orange-border > hr
{
	border-color: #ff8c00;
	border-left: 0;
	border-top: 0;
	border-width: 2px;
}
.special-category.category-list ul li
{
	background: url(../image/point-blue.png) 24px 2px no-repeat;
	margin-bottom: 20px;
	margin-left: -40px;
	min-height: 28px;
	padding-left: 40px;
}
.category-h1 h1
{
	color: #000;
	font-family: Arial;
	font-size: 22px;
	margin-bottom: 0;
}
.search-filter input[type="text"]
{
	background-color: #fff!important;
	background-color: #fff;
	border: 1px solid #7f9db9;
	border-collapse: collapse;
	border-color: #fff!important;
	box-sizing: border-box;
	color: #666!important;
	cursor: text;
	font-size: 12px!important;
	font-style: normal!important;
	font-weight: 400!important;
	margin: 0!important;
	moz-box-sizing: border-box;
	outline-style: none;
	webkit-box-sizing: border-box;
	width: 100%;
}
.search-filter input[type="text"]
{
	border-radius: 4px;
	height: 30px;
	khtml-border-radius: 4px;
	moz-border-radius: 4px;
	padding: 3px 5px;
	right: 0;
	webkit-border-radius: 4px;
}
.search-filter
{
	margin-bottom: 20px;
	position: relative;
}
#button-search
{
	border-radius: 0 4px 4px 0;
	display: block!important;
	height: 21px;
	khtml-border-radius: 0 4px 4px 0;
	line-height: 21px;
	margin: 0;
	moz-border-radius: 0 4px 4px 0;
	padding: 4px 10px 3px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	webkit-border-radius: 0 4px 4px 0;
}
#slider-range a,#sizes div.sliders-range a
{
	moz-transition: none;
	transition: none;
	webkit-transition: none;
}
.doproducts
{
	padding-bottom: 15px;
}
.info-warning
{
	background: #F5F5F5;
	border-bottom: 3px solid #FF7200;
	color: #0c82b2;
	font-size: 14px;
	margin: 10px auto;
	padding: 15px;
	width: 80%;
}
.popup-top-container a
{
	font-size: 15px;
}
.popup-top-container .popup-top
{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	display: none;
	padding: 10px;
	position: absolute;
	z-index: 1;
}
.popup-top-container:hover .popup-top
{
	display: block;
}

/*Auto fill*/
#search{
	position: relative;
}
#livesearch_search_results {
	margin:0px;
	padding:5px;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #fff;
	list-style-type: none;
	z-index: 12;
    width: 100%;
	border: 1px solid #eee;
	color: #fff;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#livesearch_search_results li {
	padding: 5px;
	
}
#livesearch_search_results li + li {
	border-top: 1px solid #eee;
}
#livesearch_search_results a,
#livesearch_search_results a:visited {
	text-decoration: none;
	width: 100%;
	display: block;
}
#livesearch_search_results a:hover {
	color: #fff !important;
}
#livesearch_search_results li:hover {
	background-color: #ccc;
	color: #fff !important;
}
#livesearch_search_results li:hover a {
	color: #fff !important;
}
#livesearch_search_results .highlighted {
	background-color: #ccc;
	color: #fff !important;
}

.toptopmenu{
    background: #e4e4e4;
}

.navbar-nav > li > a{
    padding: 10px 12px;
}


ul.slides ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.slides li{
    list-style: none;
}

.pav-megamenu .mega-col-inner > ul > li > a{
    font-size: 16px;
    padding: 11px 28px 11px 20px;
    min-width: 240px;
}



.toptimer{
}
.toptimer .toptimer1{
}
.toptimer .toptimer2{
    display: none;
}
.toptimer_timer{
    text-align: center;
    font-size: 32px;
    color: #ff8e01;
}

.filtergs1{
    display: block;
}
.filtergs2{
    display: none;
}

.btn-warning, .btn-warning, .open > .dropdown-toggle.btn-warning, .btn-warning:visited {
    color: #fff!important;
    background-color: #ff8e01!important;
    border-color: #ff8e01!important;
    text-decoration: none!important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff!important;
    background-color: #ff7200!important;
    border-color: #ff7200!important;
    text-decoration: none!important;
}
.btn-danger, .btn-danger, .open > .dropdown-toggle.btn-danger, .btn-danger:visited {
    color: #fff!important;
    background-color: #d9534f!important;
    border-color: #d9534f!important;
    text-decoration: none!important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff!important;
    background-color: #c9302c!important;
    border-color: #c9302c!important;
    text-decoration: none!important;
}
.btn-xl{
    padding: 12px 60px;
    font-size: 20px;
    font-weight: normal;
}

a.btn-primary{
    color: #fff;
    text-decoration: none;
}
a.btn-want{
    padding: 8px 20px;
}


.popup_bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 999;
    display: none;
}
.popup{
    position: fixed;
    top: 20px;
    width: 1050px;
    left: 50%;
    margin-left: -510px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 16px;
    z-index: 1000;
    display: none;
}
.popup_small{
    top: 50%;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    height: 300px;
    margin-top: -150px;
}
.popup .text{
    overflow-y: scroll;
}
.popup_small .text{
    overflow-y: auto;
}
.popup .popup_close{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 39px;
    background: url(/image/close.png);
    cursor: pointer;
}





.anote{
    position: absolute;
    left: 50%;
    width: 300px;
    z-index: 1002;
    background: #ff8e01;
    border-radius: 4px;
    padding: 8px;
    margin-left: -150px;
    top: 206px;
    color: #fff;
}
.anote > div{
    border: 1px solid #ca7000;
    background: #fff7ec;
    border-radius: 2px;
    padding: 2px 12px 12px 12px;
}
.anote .anote_close {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.anote .anote_close a{
    text-decoration: underline;
    color: #ff8e01;
}
.anote .anote_close a:hover{
    text-decoration: none;
    color: #ca7000;
}
.anote .anote_content{
    text-align: center;
    font-size: 15px;
    color: #3f2307;
    line-height: 20px;
}
.anote .anote_content p{
    padding: 0;
    margin: 0;
}
.anote h3{
    background: none;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #3f2307;
    margin-bottom: 10px;
}
.anote h4{
    background: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #2c7705;
    margin-bottom: 16px;
}
.anote .marker{
    color: #3e8d08;
}
@media (max-width: 768px) {
    .anote{
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}

img#captcha{
    margin: 8px 0;
}

.commonprice {
	width: 100%;
	margin: 0 auto;
	height: auto;
	margin-top: 5px;
}
.commonprice .price {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: left;
	width: 100%;
}
.commonprice .price ul {
	list-style: none;
	float: left;
	width: 32%;
	margin: 0;
	padding: 10px;
	text-align: center;
	border: 1px solid #F0F0F0;
	background-color: #FFF;
}
.commonprice .price ul:hover {
	transform: scale(1.2); 
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	box-shadow: 0px 0px 6px rgba(0,0,0,.7);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.7);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.7);
}
.commonprice .price ul li {
	border-bottom: 1px dashed #bebebe;
	padding: 10px 0;
	font-size: 13px;
}
.commonprice .price ul li:first-child{
	font-size: 16px;
	font-weight: bold;
}
.commonprice .price ul li:nth-child(1) {
	color: #3366FF;
}
.commonprice .price ul li:nth-child(2) {
	font-size: 15px;
	font-weight: bold;
}
.commonprice .price ul li:last-child {
	border-bottom: none;
	height: 35px;
}

.pull-right{
    float: right;
}
h2 a{
	text-decoration: none;
}
.news_one{
	border-bottom: 1px dotted #ccc;
	padding: 12px;
}
.news_one .news_date{
	font-style: italic;
	color: #999;
}
.information_text, .information_text p{
	line-height: 1.5em;
	font-size: 16px;
}
.info1{
	background: #28a9e0;
	padding: 16px;
	text-align: center;
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.3em;
}
.info1 a{
	color: #fff;
}
.info1 a:hover, .info1 a:focus{
	color: #ffff00;
}
.info2{
	background: #ff8e01;
	padding: 16px;
	text-align: center;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.3em;
}
.medium{
	font-size: 130%;
}
.information_text h2, .information_text .h2 {
    color: #28a9e0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 40px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 12px 12px;
    border-top: none;
    border-bottom: none;
}
.item1{
	text-align: center;
	margin-bottom: 20px;
}
.item1 .img{
	margin-bottom: 12px;
}
.item1 .img img{
	max-width: 70%;
}
.item1 .zag{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.item1 .text{
	font-size: 14px;
   line-height: 1.3em;
}

.otziazvot .btn {
    display:block;
    margin: 12px;
    padding: 0;
}
.otziazvot .dbtn {
    width: 100%;
    display: block;
    float: none !important;
}

.ustanovka{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #d6d6d6;
    padding: 12px;
    color: #3680ab;
    margin-bottom: 30px;
}
.ustanovka2{
    color: #ff8e01;
    font-size: 20px;
}
.item_news{
    margin: 0 16px;
}
.buttons_bf{
    margin: 20px 0;
}
.buttons_bf ul{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.buttons_bf ul li{
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    list-style: none;
    word-break: break-word;
}
.buttons_bf a, .buttons_bf ul li a, .buttons_bf ul.leftmenu li a{
    color: #333333;
    text-decoration: none;
    display: inline-block;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
    padding: 2px 10px;
    border-radius: 3px;
    margin: 4px 2px 4px 0;
}
.buttons_bf a:hover, .buttons_bf a:focus, 
.buttons_bf ul li a:hover, .buttons_bf ul li a:focus,
.buttons_bf ul.leftmenu li a:hover, .buttons_bf ul.leftmenu li a:focus{
    color: #333333;
    background: #eaeaea;
}
.buttons_bf .boxcategory-heading2{
    padding-left: 0;
}
.filtergs2{
    display: none;
    background: #f2f2f2;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px;
    font-size: 20px;
    color: #ff8e01;
    font-weight: bold;
    cursor: pointer;
}
.phone-info .whatsapp{
    text-transform: none;
    font-size: 18px;
}
iframe{
    width: 100%!important;
}
.p-2{
    padding: 16px;
}
.catalog_search{
    font-weight: bold;
}
.catalog_search a{
    font-weight: normal;
    text-decoration: none;
}
.catalog_search a:hover, .catalog_search a:focus, .catalog_search2 a:hover, .catalog_search2 a:focus{
    text-decoration: none;
}
.buttons_bf{
    position: relative;
}
.buttons_bf .catalog_show_all{
    color: #069;
    background: none;
    border: none;
}
.buttons_bf .catalog_show_all:hover, .buttons_bf .catalog_show_all:focus{
    color: #28a9e0;
    background: none;
    border: none;
}
.catalog_search2{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 16px;
    width: 100%;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.catalog_search2 .title{
    font-size: 16px;
    font-weight: bold;
}
.catalog_search2 .close{
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: url(../image/close4.png) center no-repeat;
    opacity: 0.5;
    cursor: pointer;
}
.catalog_search2 .close:hover{
    opacity: 1;
}

#livesearch_search_results{
    z-index: 1000000;
}
#fancybox-left, #fancybox-right{
    display: none!important;
}
#contentliteorder{
    box-sizing: border-box;
}
#fancybox-content{
    width: 100%!important;
}

@media (min-width: 769px) {
    #livesearch_search_results {
        width: 100%;
    }
    .dropdown:hover > .dropdown-menu { 
        display: block; 
    } 
    
}

@media (min-width: 992px) {
    #livesearch_search_results {
        width: 500px;
    }
}

@media (min-width: 1200px) {
    #livesearch_search_results {
        width: 700px;
    }
}


@media(max-width:1200px) {
    header .phone{
        font-size: 16px;
        padding: 0 0 6px 16px;
        background-size: 14px;
        background-position: 0 4px;
    }
    header .whatsapp{
        font-size: 16px;
        padding: 0 0 6px 16px;
        background-size: 14px;
        background-position: 0 4px;
    }
    header .worktime, header .online-zakaz{
        font-size: 14px;
        padding-left: 23px;
    }
    header .logo_link {
        margin: 23px 0 0 0;
    }
    .navbar-nav > li > a{
        padding: 25px 6px;
        font-size: 16px;
    }
    .topmenu .menu{
        margin-right: 210px;
    }
    .topmenu .basket{
        width: 184px;
    }
    .popup{
        width: 900px;
        margin-left: -450px;
    }
}
@media(max-width:992px) {
    header .phone{
        font-size: 20px;
        padding: 0 0 0 17px;
        margin: 6px 0;
    }
    header .worktime, header .online-zakaz{
        font-size: 20px;
        padding-left: 40px;
        min-height: 40px;
        margin-top: 8px;
    }
    header .logo_link {
        margin: 0 0 0 0;
    }
    .navbar-nav > li > a{
        padding: 11px 2px;
        font-size: 18px;
        font-family: 'PT Sans Narrow', sans-serif;
    }
    .popup{
        width: 860px;
        margin-left: -430px;
    }
    .popup_small{
        width: 400px;
        margin-left: -200px;
    }
    .d-sm-inline-block{display: inline-block;}
    .topmenu .basket {
        min-height: 57px;
        background: url(../image/basket.png) no-repeat 3px 50%, #065374;
        padding: 0 4px 2px 40px;
        width: 152px;
        color: #fff;
        cursor: pointer;
        background-size: 30px;
    }
    .navbar-nav > li.dropdown > a {
        background-size: 14px;
        padding-left: 24px;
    }
    .topmenu .menu {
        margin-right: 154px;
        z-index: 0;
        float: none;
    }
    .topmenu .basket{
        z-index: 5;
    }
}
@media(max-width:768px)
{
	.topmenu .basket{
		float:none;
		width: auto;
	}
	.topmenu .menu{
		margin-right: 0px;
	}
	.dropdown-menu{
		position: relative;
		float: none;
	}
	.pav-megamenu .dropdown-submenu > .dropdown-menu{
		left: 0;
	}
	.pav-megamenu .level2 .mega-col-inner > ul > li > a{
		padding: 8px 36px;
	}
    .navbar-header{
        border: 1px solid #eee;
        border-radius: 4px;
        color: #eee;
        margin-bottom: 6px;
    }
    .navbar-default .navbar-brand{
        color: #eee;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #eee;
    }
    .navbar-nav{
        margin: 0;
    }
    .filtergs1{
        display: none;
    }
    #filtergs .option_name, #filtergs .attribute_group_name{
        height: auto!important;
    }
    .product .image{
        top: 0!important;
    }
    .dropdown-menu.level2{
        display: none!important;
    }
    .parent.dropdown-submenu .caret{
        display: none;
    }
	#viewproduct .content
	{
		margin-left: 0;
		width: 100%;
        left: 0;
        position: absolute;
        padding: 0;
	}
	#liteorder_content h2
	{
		width: auto;
	}
	.liteorder_call
	{
		margin: 40px 40px 0;
	}
	.adaptive
	{
		display: block!important;
	}
	.desctop
	{
		display: none;
	}
    section#kb-fltr > div div.kb-sp{
        width: 100%!important;
        float: none!important;
    }
    .popup{
        width: 100%;
        margin-left: 0;
        left: 0;
    }
    .dropdown > .dropdown-menu, .dropdown:hover > .dropdown-menu { 
        display: inherit; 
    }
    .dropdown-menu.level1{
        /*display: none;*/
    }
    .pav-megamenu .mega-col-inner > ul > li > a .caret{
        display: none;
    }
    .filtergs2{display: block;}
    .d-xs-inline-block{display: inline-block;}
    .d-xs-none{display: none;}
    header .phone{
        background-size:contain;
    }
    header .phone, header .phone a{
        font-size: 18px;
    }
    header .whatsapp a{
        font-size: 18px;
    }
    header .worktime, header .online-zakaz{
        font-size: 18px;
        padding-left: 25;
    }
    header{
        margin: 12px 0 2px;
    }
    .product .cart{
        margin: 0px!important;
    }
    .product .right{
        padding: 0;
        margin: 0!important;
        max-width: none!important;
    }
	.product .image, .product .image img, .review_1 .review_img
	{
        max-height: 300px;
	}
    .product .price, .product .price_old{
        text-align: center!important;
    }
    .product-list .price{
        margin: 0;
    }
    .icons_row .icon_item2{
        text-align: center;
    }
    .icons_row .icon_item2 .title{
        flex-direction: column;
        text-align: center;
    }
}