<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	overflow: auto;
    height: 100%;
    width: 100%;
    min-width: 430px;
	margin: 0;
	padding: 0;
}
@font-face {
    font-family: 'OpenSans-Regular'; 
    src: url("../fonts/OpenSans-Regular.eot"); /* IE 5-8 */ 
    src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/OpenSans-Regular.woff") format("woff"),
         url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Bold'; 
    src: url("../fonts/OpenSans-Bold.eot"); /* IE 5-8 */ 
    src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/OpenSans-Bold.woff") format("woff"),
         url("../fonts/OpenSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
body {
    background: #ffffff url("../image/body-bg.png") repeat-x scroll 0 0;
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 13px;
	color: #000000;
    height: 100%;
	margin: 0px;
	padding: 0px;
	word-break: break-word;
}
td, th, input, textarea, select, a {
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 13px;
}
h1{
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 18px;
	font-weight: normal;
    text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
    color: #454545;
	margin-top: 0px;
	margin-bottom: 20px;
}
p a, p a:visited, p a b {
    color: #454545;
	text-decoration: underline;
}
p a:hover {
    color: #0b70a8;
	text-decoration: none;
}
a, a:visited, a b {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
    color: #0b70a8;
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
form b {
    line-height: 35px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input:focus, textarea, input {
    outline: medium none;
}
input[type='text'], input[type='password'], textarea {
	background: #FFF;
	border: 1px solid #b0abab;
    color: #454545;
    line-height: 15px;
	padding: 5px 12px;
	margin-left: 0px;
	margin-right: 0px;
    resize: none;
}
select {
	background: #FFF;
	border: 1px solid #f4f4f4;
    color: #454545;
    line-height: 15px;
	padding: 5px 12px;
}
label {
    cursor: pointer;
}
.image &gt; a {
    line-height: 0;
    display: block;
}
div, a {
    outline: none;
}
/* layout */
#container {
    width: 100%;
    max-width: 1200px;
    min-width: 430px;
    min-height: 100%;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: -236px;
	text-align: left;
}
#column-left {
    border-right: 1px solid #ededed;
	float: left;
	width: 225px;
    padding-right: 40px;
    margin-right: -1px;
}
#column-right {
    border-left: 1px solid #ededed;
	float: right;
	width: 225px;
    padding-left: 40px;
    margin-left: -1px;
}
#content {
	min-height: 400px;
    padding-bottom: 236px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#column-left + #column-right + #content, #column-left + #content {
    border-left: 1px solid #ededed;
	margin-left: 265px;
    padding-left: 40px;
}
#column-right + #content {
    border-right: 1px solid #ededed;
	margin-right: 265px;
    padding-right: 40px;
}
/* header */
#header {
	height: 120px;
	position: relative;
	z-index: 999;
}
#header #logo {
	position: absolute;
	top: 44px;
	left: 0;
}
#language {
	color: #999;
	line-height: 17px;
	width: 80px;
	position: absolute;
	top: 15px;
	left: 320px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	color: #999;
	line-height: 17px;
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0;
	right: 0;
}
#header #cart .heading a {
    display: block;
	background: #1c80b8 url('../image/h-cart.png') 8px 8px no-repeat;
	padding-left: 32px;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    line-height: 32px;
}
#header #cart .heading a span {
    display: block;
	background: #0b70a8;
    padding: 0 5px;
    line-height: 32px;
}
#header #search {
	position: absolute;
	top: 65px;
	right: 60px;
}
#header .button-search {
    font-size: 16px;
	cursor: pointer;
	position: absolute;
	right: 8px;
    top: 8px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
#header #search input {
    display: none;
	width: 262px;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
}
#header #welcome a {
}
#header #call_us {
    display: none;
    background: url("../image/h-telephone.png") no-repeat scroll left center;
    cursor: pointer;
	font-family: 'OpenSans-Bold', sans-serif;
    font-size: 17px;
    line-height: 19px;
	color: #000;
    padding-left: 23px;
    position: absolute;
    top: 6px;
    left: 0;
}
#header #call_us:hover {
    color: #0b70a8;
}
#header .telephone {
    background: url("../image/h-telephone.png") no-repeat scroll left center;
    padding-left: 23px;
    position: absolute;
    top: 6px;
    right: 570px;
}
#header .telephone2 {
    background: url("../image/h-telephone.png") no-repeat scroll left center;
    padding-left: 23px;
    position: absolute;
    top: 6px;
    right: 395px;
}
#header .telephone a {
    display: block;
	font-family: 'OpenSans-Bold', sans-serif;
    font-size: 17px;
    text-decoration: none;
    line-height: 19px;
}
#header .telephone2 a {
    display: block;
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 17px;
    text-decoration: none;
    line-height: 19px;
}
#header .txtfone {
    right: 370px;
    /* background: url(../image/h-telephone.png) no-repeat scroll left center; */
    /* padding-left: 23px; */
    position: absolute;
    top: 0px;
    right: 330px;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 11px;
}
#header .email {
    position: absolute;
    top: 8px;
    left: 885px;
}
#header .email a {
    color: #6a6a6a;
}
#header .email a:hover {
    color: #0b70a8;
    text-decoration: underline;
}
#header #show-links {
	display: none;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    left: 0;
    top: 0;
}
#header .links {
	position: absolute;
    left: 0;
    top: 8px;
}
#header .links a {
	float: left;
	display: block;
    color: #6a6a6a;
	text-decoration: none;
}
#header .links a:hover {
    color: #0b70a8;
}
#header .links a.active {
    color: #0b70a8;
}
#header .links a + a {
	margin-left: 15px;
}
#popsearch {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
/* menu */
#show-menu {
    display: none;
	cursor: pointer;
    border: 1px solid #FFF;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 16px;
    color: #000;
	line-height: 19px;
	text-decoration: none;
    text-transform: uppercase;
	padding: 10px 16px;
	position: absolute;
    left: 405px;
    top: 55px;
	z-index: 6;
}
#show-menu::before {
    content: '';
	background: #FFF url('../image/menu-li-icon.png') center center no-repeat;
    display: block;
    width: 7px;
    height: 7px;
    padding: 3px;
    position: absolute;
    left: -7px;
    top: 13px;
    z-index: 7;
}
#show-menu::after {
    content: '';
	background: #FFF url('../image/menu-li-icon.png') center center no-repeat;
    display: block;
    width: 7px;
    height: 7px;
    padding: 3px;
    position: absolute;
    right: -7px;
    top: 13px;
    z-index: 7;
}
#show-menu.active {
    border: 1px solid #0b70a8;
}
#show-menu:hover {
    border: 1px solid #0b70a8;
}

#menu2 {
    padding-left: 20px;
    padding-top: 25px;
}
#menu2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu2 &gt; ul &gt; li {
    float: left;
    border: 2px solid #FFF;
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 13px;
    font-style: normal;
    text-align: center;
    color: #000;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 5px;
    margin-bottom: 7px;
    position: relative;
    z-index: 7;
}
#menu2 &gt; ul &gt; li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    padding: 2px;
    position: relative;
    left: -6px;
    top: 13px;
    z-index: 7;
}
#menu2 &gt; ul &gt; li:last-child::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    padding: 2px;
    position: relative;
    right: -6px;
    top: 13px;
    z-index: 7;
}
#menu2 &gt; ul &gt; li &gt; div {
    background: #FFF;
    box-sizing: border-box;
    border: 1px solid #000;
    min-width: 100%;
    padding: 5px 7px 5px;
    position: relative;
    z-index: 999;
}
#menu2 &gt; ul &gt; li:hover &gt; div {
    display: block;
}
#menu2 &gt; ul &gt; li &gt; div &gt; ul {
    display: table-cell;
}
#menu2 &gt; ul &gt; li ul + ul {
    padding-left: 5px;
}
#menu2 &gt; ul &gt; li ul &gt; li &gt; a {
    display: block;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 12px;
    text-transform: lowercase;
    text-decoration: none;
    margin-bottom: 3px;
		max-width:250px;
}

#menu {
	position: absolute;
    right: 110px;
    top: 65px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu &gt; ul &gt; li {
	float: left;
	position: relative;
	z-index: 999;
}
#menu &gt; ul &gt; li::before {
    content: '';
	background: #FFF url('../image/menu-li-icon.png') center center no-repeat;
    display: block;
    width: 7px;
    height: 7px;
    padding: 3px;
    position: absolute;
    left: -6px;
    top: 13px;
    z-index: 7;
}
#menu &gt; ul &gt; li:last-child::after {
    content: '';
	background: #FFF url('../image/menu-li-icon.png') center center no-repeat;
    display: block;
    width: 7px;
    height: 7px;
    padding: 3px;
    position: absolute;
    right: -6px;
    top: 13px;
    z-index: 7;
}
#menu &gt; ul &gt; li &gt; a {
	display: block;
    border: 1px solid #FFF;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 14px;
    color: #000;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
	padding: 10px 16px;
    margin-bottom: 7px;
	position: relative;
	z-index: 6;
}
#menu &gt; ul &gt; li &gt; a.active {
    border: 1px solid #0b70a8;
}
#menu &gt; ul &gt; li:hover &gt; a {
    border: 1px solid #0b70a8;
}
#menu &gt; ul &gt; li &gt; div {
	display: none;
	background: #FFF;
    box-sizing: border-box;
    border: 1px solid #0b70a8;
    min-width: 100%;
	padding: 5px 16px 7px;
	position: absolute;
    z-index: 999;
}
#menu &gt; ul &gt; li:hover &gt; div {
	display: block;
}
#menu &gt; ul &gt; li &gt; div &gt; ul {
	display: table-cell;
}
#menu &gt; ul &gt; li ul + ul {
	padding-left: 20px;
}
#menu &gt; ul &gt; li ul &gt; li &gt; a {
	display: block;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
    margin-bottom: 10px;
}
.breadcrumb-h1 {
    text-align: center;
	margin-bottom: 20px;
    padding: 30px 0;
}
.breadcrumb-h1::before {
    content: '';
    background: #ededed;
    height: 1px;
    width: 100%;
    margin-top: -30px;
    position: absolute;
    left: 0;
}
.breadcrumb-h1::after {
    content: '';
    background: #ededed;
    height: 1px;
    width: 100%;
    margin-top: 30px;
    position: absolute;
    left: 0;
}
.breadcrumb-h1 h1 {
	margin-bottom: 0;
}
.breadcrumb {
	margin-bottom: 10px;
}
.breadcrumb a {
	text-decoration: underline;
}
.breadcrumb a:last-child {
	font-family: 'OpenSans-Bold', sans-serif;
    color: #0b70a8;
	text-decoration: none;
}
.success, .warning, .attention, .information {
	padding: 10px 15px;
	margin-bottom: 15px;
}
.success {
	color: #0b70a8;
	border: 1px solid #0b70a8;
}
.warning {
	color: #dd0b0b;
	border: 1px solid #dd0b0b;
}
.attention {
	color: #454545;
	border: 1px solid #454545;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #dd0b0b;
	font-weight: bold;
    margin-top: 5px;
}
.error {
	display: block;
	color: #dd0b0b;
    margin-top: 5px;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
    margin-top: 5px;
}
table #text-yes {
    display: none;
}
table #text-yes + label {
    background: url('../image/radiobutton.png') no-repeat 3px 0;
    padding-left: 25px;
    padding-top: 1px;
    padding-right: 10px;
}
table #text-yes:checked + label {
    background-position: 3px -31px;
}
table #text-no {
    display: none;
}
table #text-no + label {
    background: url('../image/radiobutton.png') no-repeat 3px 0;
    padding-left: 25px;
    padding-top: 1px;
    padding-right: 10px;
}
table #text-no:checked + label {
    background-position: 3px -31px;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 155px;
}
table.form &gt; * &gt; * &gt; td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #f4f4f4;
	padding: 10px 15px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	font-weight: bold;
    text-transform: uppercase;
}
table.list tbody td {
	padding: 10px 15px;
}
table.list tfoot td.right {
	padding: 10px 15px;
}
table.list tfoot td.right:last-child {
	white-space: nowrap;
}
table.list .left {
	text-align: left;
}
table.list .right {
	text-align: right;
}
table.list .center {
	text-align: center;
}
table.list td .price {
    font-weight: bold;
}
table.list td .price-new {
}
table.list td .price-old {
	color: #F00;
	text-decoration: line-through;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #ededed;
	display: inline-block;
	width: 100%;
	padding-top: 35px;
	margin-bottom: 55px;
}
.pagination .links {
	text-align: center;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #efefef;
    font-size: 14px;
	color: #6a6a6a;
	text-decoration: none;
	padding: 14px 20px;
    margin-left: -4px;
}
.pagination .links a:hover {
	background: #0b70a8;
	border: 1px solid #0b70a8;
	color: #FFF;
}
.pagination .links b {
	display: inline-block;
	background: #0b70a8;
	border: 1px solid #0b70a8;
	font-weight: normal;
    font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding: 14px 20px;
    margin-left: -4px;
}
.pagination .links a.next {
    float: right;
    font-size: 55px;
    line-height: 34px;
    padding: 1px 17px 13px;
    vertical-align: top;
}
.pagination .links a.prev {
    float: left;
    font-size: 55px;
    line-height: 34px;
    padding: 1px 17px 13px;
    vertical-align: top;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button, .tff_rr {
	background: #0b70a8;
	cursor: pointer;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
}
.tff_rr {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    border: 0;
    height: 40px!important;
}
.tff_rr_link {
    border: 0;
    background: none;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 10px 35px;
}
input.button {
	border: 0;
	height: 38px;
	margin: 0;
	padding: 0px 35px;
    -webkit-appearance: none;
}
a.button:hover, input.button:hover, .tff_rr:hover {
	background: #000000;
}
.buttons {
	overflow: auto;
	padding: 6px 0;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
    background: #fbfbfb;
	height: 41px;
	line-height: 22px;
	border: 1px solid #e3e3e3;
}
.htabs a {
	display: none;
	float: left;
	background: #fbfbfb;
	border-right: 1px solid #e3e3e3;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 10px 30px 9px;
}
.htabs a.selected {
	padding-bottom: 10px;
	background: #FFFFFF;
}
.tab-content {
	background: #FFFFFF;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 10px;
	margin-bottom: 20px;
	overflow: auto;
}
.jcarousel-skin-opencart {
    position: relative;
}
/* box */
.box.empty-block .box-content {
    padding: 20px 40px;
}
.box.empty-block .box-content &gt; div {
	display: inline-block;
    vertical-align: middle;
    cursor: default;
	font-family: 'OpenSans-Bold', sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 17px;
    padding-left: 85px;
    padding-top: 17px;
    padding-bottom: 16px;
}
.box.empty-block .box-content &gt; div + div {
	margin-left: 50px;
}
.box.empty-block .box-content &gt; div:nth-child(1) {
	background: url('../image/advantage-11.png') no-repeat 0 0;
}
.box.empty-block .box-content &gt; div:hover:nth-child(1) {
	background-position: 0 bottom;
}
.box.empty-block .box-content &gt; div:nth-child(2) {
	background: url('../image/advantage-21.png') no-repeat 0 0;
}
.box.empty-block .box-content &gt; div:hover:nth-child(2) {
	background-position: 0 bottom;
}
.box.empty-block .box-content &gt; div:nth-child(3) {
	background: url('../image/advantage-31.png') no-repeat 0 0;
}
.box.empty-block .box-content &gt; div:hover:nth-child(3) {
	background-position: 0 bottom;
}
.box.empty-block .box-content &gt; div:nth-child(4) {
	background: url('../image/advantage-41.png') no-repeat 0 0;
}
.box.empty-block .box-content &gt; div:hover:nth-child(4) {
	background-position: 0 bottom;
}
.box.gproducts::before {
    content: '';
    background: #f4f4f4;
    height: 490px;
    width: 100%;
    min-width: 500px;
    margin-top: -25px;
    position: absolute;
    left: 0;
}
.box.gproducts {
	padding: 25px 0;
}
.box.gproducts &gt; div {
	position: relative;
    z-index: 2;
}
.box.gproducts .htabs {
    margin: 0 40px;
    -webkit-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
    overflow-x:auto;
    overflow-y:hidden;
}
.box.gproducts .htabs::-webkit-scrollbar {width:0px;}

.box.gproducts .tab-content {
    overflow: visible;
    margin: 0 40px;
    -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 6px rgba(0, 0, 0, 0.1);
}
.box.empty-block {
	margin-bottom: 0;
}
.box.welcome {
	display: inline-block;
    vertical-align: top;
    width: 580px;
}
.box.welcome .box-heading h1 {
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 22px;
    text-transform: uppercase;
	text-align: center;
    margin-bottom: 35px;
}
.box.welcome .box-content ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
.box.welcome .box-content ul li {
    line-height: 18px;
    padding-left: 15px;
	background: url('../image/menu-li-icon.png') 0 7px no-repeat;
}
.box.welcome .box-content ul li + li {
    margin-top: 20px;
}
.box.arbitrage {
	display: inline-block;
    vertical-align: top;
    width: 580px;
    margin-left: 40px;
}
.box.arbitrage .box-heading {
	font-size: 22px;
	text-align: center;
    margin-bottom: 35px;
}
.box.arbitrage .buttons {
	text-align: center;
}
.box.arbitrage .review-list {
	margin-left: 0px;
    display: block;
    width: 100%;
}
.box.arbitrage .review-list + .review-list {
	margin-left: 0;
}
.box.categories-1000 {
    margin-bottom: 50px;
}
.box.categories-1000 .box-heading {
	padding-bottom: 25px;
    border-bottom: 1px solid #ededed;
}
.box.tags {
    margin-bottom: 25px;
}
.box.ocfilter::before {
    content: '';
    background: #ededed;
    height: 1px;
    width: 225px;
    position: absolute;
    margin-top: -28px;
}
.box.reviews {
    margin-bottom: 55px;
}
.box.reviews .box-heading {
	font-size: 22px;
	text-align: center;
    margin-bottom: 40px;
}
.box.reviews .button.show-form {
	margin-left: 485px;
}
.box.viewed {
    display: inline-block;
    vertical-align: top;
	width: 575px;
    margin-right: 40px;
}
.box.viewed .box-heading {
    text-transform: none;
	padding-bottom: 25px;
    border-bottom: 1px solid #ededed;
}
.box.viewed .box-product {
    margin-left: 0;
    margin-right: 0;
}
.box.viewed .box-product &gt; div {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.box.viewed .box-product .image {
    margin-left: 15px;
}
.box.viewed .box-product .image img {
    display: block;
    float: left;
    margin-right: 20px;
}
.box.viewed .box-product .name {
    height: 18px;
}
.box.related {
    display: inline-block;
    vertical-align: top;
	width: 580px;
}
.box.related .box-heading {
    text-transform: none;
	padding-bottom: 25px;
    border-bottom: 1px solid #ededed;
}
.box.related .box-product {
    margin-left: 0;
    margin-right: 0;
}
.box.related .box-product &gt; div {
    float: none;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 100%;
}
.box.related .box-product .image {
    margin-left: 15px;
}
.box.related .box-product .image img {
    display: block;
    float: left;
    margin-right: 20px;
}
.box.related .box-product .name {
    height: 18px;
}
.box {
	margin-bottom: 25px;
}
.box .box-heading {
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
/* box products */
.box-product {
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
    margin-left: -15px;
    margin-right: -15px;
	overflow: auto;
}
.box-product &gt; div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    float: left;
    text-align: center;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
	margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#column-left + #content .box-product &gt; div {
    width: 33.3333%;
}
.box-product &gt; div &gt; div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    border: 1px solid #FFF;
}
.box-product &gt; div:hover &gt; div {
    border: 1px solid #efefef;
}
.box-product .image {
	margin-top: 15px;
	margin-bottom: 15px;
}
.box-product .image img {
    display: inline-block;
}
.box-product .name {
    overflow: hidden;
	margin-bottom: 15px;
}
.box-product .name a {
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 13px; 
    line-height: 15px;
	text-decoration: none;
	display: block;
}
.box-product .description {
	display: none;
}
.box-product .price {
	margin-top: auto;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 21px;
	margin-bottom: 15px;
}
.box-product .price-first {
    display: block;
    padding-top: 10px;
}
.box-product .price-old {
    display: block;
    font-weight: normal;
    font-family: OpenSans-Regular;
    line-height: 18px;
	color: #F00;
	text-decoration: line-through;
}
.box-product .cart {
	margin-bottom: 30px;
}
/* box category */
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category &gt; ul &gt; li:first-child {
	padding: 0px 8px 8px 0px;
}
.box-category &gt; ul &gt; li {
	padding: 8px 8px 8px 0px;
}
.box-category &gt; ul &gt; li + li {
}
.box-category &gt; ul &gt; li &gt; a {
	font-family: 'OpenSans-Bold', sans-serif;
    font-size: 14px;
	text-decoration: none;
}
.box-category &gt; ul &gt; li ul {
	display: none;
}
.box-category &gt; ul &gt; li a.active {
	color: #0b70a8;
}
.box-category &gt; ul &gt; li a.active + ul {
	display: block;
}
.box-category &gt; ul &gt; li a + ul.active {
	display: block;
}
.box-category &gt; ul &gt; li ul &gt; li {
	background: url('../image/box-categories-arrows.png') 0 17px no-repeat;
	padding: 12px 0 0 12px;
}
.box-category &gt; ul &gt; li ul &gt; li &gt; a {
    font-size: 14px;
	text-decoration: none;
	display: block;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter &gt; li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	overflow: auto;
	border: 1px solid #EEEEEE;
	margin-bottom: 20px;
	padding: 10px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px; 
	border-left: #093 solid 3px;
	padding-left: 5px;
}
.category-info .image {
	float: left;
	border: 1px solid #E7E7E7;
	padding: 5px;
	margin-right: 15px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	overflow: auto;
	padding: 5px;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	overflow: auto;
	margin-bottom: 30px;
}
.product-filter b {
	font-family: 'OpenSans-Bold', sans-serif;
    font-size: 14px;
    font-weight: normal;
	margin-right: 15px;
}
.product-filter .show-column {
	display: none;
    cursor: pointer;
	font-family: 'OpenSans-Bold', sans-serif;
    font-size: 18px;
	color: #000;
}
.product-filter .show-column:hover {
    color: #0b70a8;
}
.product-filter .sort {
	float: left;
	margin-left: 15px;
}
.product-filter .limit {
	float: left;
}
/* Product */
.product-info {
	overflow: hidden;
	margin-bottom: 20px;
}
.product-info &gt; .left {
	float: left;
	margin-right: 40px;
}
.product-info &gt; .left + .right {
    overflow: hidden;
}
.product-info .image {
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.product-info &gt; .left .jcarousel_image-skin-tango {
    clear: both;
    height: 105px;
    overflow: hidden;
    width: 680px;
    margin-bottom: 20px;
    position: relative;
}
.product-info &gt; .left ul {
    padding: 0;
}
.product-info &gt; .left ul li {
    float: left;
    list-style: none outside none;
    outline: none;
}
.product-info &gt; .left ul li a {
    outline: none;
    display: block;
}
.product-info &gt; .left ul li img {
    outline: none;
}
.product-info &gt; .left ul li a.youtube {
    text-align: center;
    position: relative;
}
.product-info &gt; .left ul li a.youtube::before {
    content: '';
    display: block;
	background: url('../image/image-carousel-videobutton.png') 0 0 no-repeat;
    width: 81px;
    height: 58px;
    position: absolute;
    left: 48px;
    top: 22px;
}
.product-info &gt; .left ul li a.youtube img {
    height: 100px;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	margin-bottom: 25px;
}
.product-info .description a {
    text-decoration: none;
}
.product-info .description .stock {
    color: #FF0000;
}
.product-info .description .stock b, .box-product .status .stock b{
    color: #0b70a8;
    font-weight: normal;
}
/*.box-product .status
{
	margin-top: -20px;
	height: 20px;
}*/
.product-info .descriptions {
    color: #454545;
	margin-bottom: 25px;
}
.product-info .descriptions .box-heading {
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 18px;
    color: #000;
    margin-bottom: 7px;
}
.product-info .descriptions .box-content {
	overflow: hidden;
    height: 413px;
    position: relative;
}
.product-info .descriptions .box-content::after {
    content: '';
    width: 100%;
    height: 41px;
    box-shadow: -10px -25px 30px #fff;
    position: absolute;
    bottom: -45px;
    left: 0;
}
.product-info .descriptions .box-content.active {
    height: auto;
}
.product-info .descriptions .box-content.active::after {
    content: none;
}
.product-info .descriptions .sliding {
    cursor: pointer;
	text-align: center;
    text-decoration: underline;
    padding: 5px 0;
    margin-top: -10px;
    position: relative;
}
.product-info .descriptions .sliding:hover {
    text-decoration: none;
}
.product-info .descriptions .sliding span {
    background: #eaeeec none repeat scroll 0 0;
    display: inline-block;
    padding: 0 5px;
}
.product-info .attributes {
    overflow: auto;
	margin-bottom: 25px;
}
.product-info .attributes &gt; div {
	float: left;
    width: 205px;
    height: 143px;
    overflow: hidden;
}
.product-info .attributes &gt; div:nth-child(2n) {
	margin-left: 55px;
}
.product-info .attributes &gt; div + div + div {
	margin-top: 7px;
}
.product-info .attributes &gt; div &gt; span:first-child {
	font-family: 'OpenSans-Bold', sans-serif;
}
.product-info .product-downloads {
	margin-bottom: 25px;
}
.product-info .product-downloads a {
	color: #0b70a8;
}
.product-info .product-downloads a:hover {
	text-decoration: none;
}
.product-info .price {
	font-size: 15px;
	font-weight: bold;
	overflow: auto;
	margin-bottom: 25px;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info &gt; .right &gt; .options table thead td:first-child {
    display: none;
}
.product-info &gt; .right &gt; .options table tbody td:first-child {
    display: none;
}
.product-info .options {
    clear: both;
	margin-bottom: 25px;
}
.product-info .options .show-full-table {
    display: none;
    font-family: "OpenSans-Bold",sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
}
.product-info .options .success {
}
.product-info .options table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.product-info .options table thead td {
	border-right: 1px solid #DDDDDD;
	background: #f4f4f4;
	font-family: 'OpenSans-Bold', sans-serif;
	font-weight: normal;
	text-align: center;
    text-transform: lowercase;
	padding: 5px 10px;
}
.product-info .options table tbody td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
	vertical-align: middle;
    white-space: nowrap;
	padding: 10px 20px;
}
.product-info .options table tbody td:first-child input[type="radio"] {
	display: none;
}
.product-info .options table tbody td.no-wrap {
    white-space: normal;
}
.product-info .options table tbody td img {
    vertical-align: middle;
}
.product-info .options table tbody td input[type="text"] {
    vertical-align: middle;
    text-align: center;
    width: 15px;
    padding: 6px 12px 7px;
}
.product-info .options table tbody td .button {
    height: 30px;
    margin-left: 10px;
    padding: 0 20px;
    vertical-align: middle;
}
.product-info .cart {
	margin-bottom: 25px;
}
.product-info .cart #button-cart {
	display: none;
}
.product-info .cart .button.compare-product {
	background: #000000;
    margin-left: 8px;
}
.product-info .cart .button.compare-product:hover {
	background: #0b70a8;
}
.product-info .cart .success-compare {
	margin-left: 240px;
    margin-top: 10px;
}
.product-info .review {
	float: right;
}
.review-list {
	margin-left: 25px;
	margin-left: 25!important;
    display: inline-block;
    vertical-align: top;
	overflow: hidden;
    width: 30%;
	margin-bottom: 35px;
}
.review-list + .review-list {
	margin-left: 25px;
}
.review-list:nth-child(n+4) {
	margin-left: 25px;
}

.review-list {
	margin-left: 25px;
}
	
.review-list .author {
	float: left;
	background: url('../image/review-icon.png') 0 0 no-repeat;
    line-height: 20px;
    padding-left: 35px;
	margin-right: 20px;
    margin-bottom: 15px;
}
.review-list .author b {
	font-family: 'OpenSans-Bold', sans-serif;
    font-weight: normal;
}
.review-list .rating {
	float: left;
    margin-bottom: 15px;
	clear: both;
}
.review-list .review-date {
	float: right;
	font-family: 'OpenSans-Bold', sans-serif;
    color: #888888;
    margin-bottom: 15px;
}
.review-list .text {
	clear: both;
    border-top: 1px solid #f4f4f5;
    padding-top: 15px;
    color: #454545;
}
.review-form {
    display: none;
}
.review-form b {
    display: block;
    line-height: 35px;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	background: #F7F7F7;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.attribute tr td:first-child {
	font-weight: bold;
	color: #000000;
	text-align: right;
	width: 20%;
}
.attribute td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	padding: 7px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	text-align: left;
}
.compare-info tr td:first-child {
	text-align: right;
}
.compare-info td {
	text-align: center;
	vertical-align: top;
	width: 20%;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: middle;
}
.wishlist-info tbody .image img {
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.wishlist-info tbody .action a {
    font-size: 23px;
    text-decoration: none;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	float: right;
	text-align: right;
	width: 49%;
	margin-bottom: 2px;
}
.order-list .order-content {
	display: inline-block;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-list .order-info a {
    font-size: 21px;
	text-decoration: none;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	float: left;
	width: 49%;
	margin-bottom: 2px;
}
.return-list .return-status {
	float: right;
	text-align: right;
	width: 49%;
	margin-bottom: 2px;
}
.return-list .return-content {
	display: inline-block;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	display: inline-block;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	width: 100%;
	margin-bottom: 15px;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	color: #4D4D4D;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module &gt; div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	padding: 8px;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	font-weight: normal;
	text-decoration: none;
	margin-top: 1px;
}
.checkout-content {
	display: none;
	overflow: auto;
	padding: 0px 0px 15px 0px;
}
.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-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	width: 100%;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	color: #4D4D4D;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
    line-height: 25px;
    margin-bottom: 35px;
    text-align: center;
	overflow: auto;
}
.contact-info .info {
    font-size: 17px;
}
.contact-form {
	border: 1px solid #eeeeee;
    margin: 0 auto;
    padding: 35px 75px;
    width: 280px;
}
.contact-form h2 {
    text-align: center;
}
.contact-form &gt; b {
    line-height: 35px;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
    background: #FFF;
    width: 100%;
    min-width: 480px;
    height: 236px;
    overflow: hidden;
    padding-top: 50px;
}
#footer::before {
    content: '';
    background: #ededed;
    width: 100%;
    min-width: 430px;
    height: 1px;
    position: absolute;
    left: 0;
}
.footer {
    width: 100%;
    max-width: 1200px;
    min-width: 480px;
    padding: 25px 0;
    margin: 0 auto;
    overflow: auto;
}
#footer h3 {
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 17px;
	margin-bottom: 20px;
}
#footer .column {
	float: left;
}
#footer .column:last-child {
	float: right;
    text-align: right;
}
#footer .column + .column {
	margin-left: 49px;
}
#footer .column ul {
	float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer .column ul + ul {
    margin-left: 35px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	color: #6a6a6a;
	text-decoration: underline;
}
#footer .column a:hover {
    color: #0b70a8;
	text-decoration: underline;
}
#footer .logo {
	margin-bottom: 20px;
}
#footer .telephone {
	margin-bottom: 3px;
}
#footer .telephone a {
	color: #000;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 21px;
	text-decoration: none;
}
#footer .telephone a:hover {
    color: #0b70a8;
	text-decoration: none;
}
#powered {
    background: #000;
    color: #FFF;
	text-align: center;
    padding: 10px 0;
}
#powered a {
    color: #FFF;
    display: inline-block;
	vertical-align: middle;
    margin-left: 10px;
}
#powered a img {
    display: block;
}
/* banner */
.banner {
	display: inline-block;
    vertical-align: top;
	margin-bottom: 20px;
}
.banner + .banner {
	margin-left: 40px;
}
.banner img {
	display: block;
}
.catapulta h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 35px;
}
.dondo h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 35px;
}
@media screen and (max-width: 1240px) {
#container {
    max-width: 960px;
    margin-bottom: -321px;
}
#content {
    padding-bottom: 321px;
}
.footer {
    max-width: 960px;
}
#header .links {
    display: none;
}
#header .telephone {
    right: auto;
    left: 0;
}
#header .telephone2 {
    right: auto;
    left: 175px;
}
#header .txtfone {
    right: auto;
    left: 345px;
}
#header .email {
    left: 415px;
}
#header #search {
    right: auto;
    left: 625px;
    top: 55px;
}
#header .button-search {
    width: 25px;
    text-align: center;
    line-height: 25px;
}
#show-menu {
    display: block;
}
#menu {
    display: none;
    border: 1px solid #0b70a8;
    background: #fff none repeat scroll 0 0;
    left: 405px;
    right: auto;
    top: 105px;
    z-index: 999;
}
#menu &gt; ul &gt; li {
    float: none;
}
#menu &gt; ul &gt; li::before {
    content: none;
}
#menu &gt; ul &gt; li:last-child::after {
    content: none;
}
#menu &gt; ul &gt; li:hover &gt; div {
    display: none;
}
.box.empty-block {
    text-align: center;
}
.box.empty-block .box-content &gt; div {
    width: 25%;
}
.box.empty-block .box-content &gt; div + div {
    margin-left: 0;
}
.box.empty-block .box-content &gt; div + div + div {
    margin-top: 20px; 
}
.box.empty-block .box-content &gt; div:nth-child(2) {
    margin-left: 20px;
}
.box.empty-block .box-content &gt; div:nth-child(4) {
    margin-left: 20px;
}
.box.welcome {
    display: block;
    margin: 0 auto 25px;
}
.box.arbitrage {
    display: block;
    margin: 0 auto 25px;
}
#column-left + #content .box-product &gt; div {
    width: 50%;
}
.box-product &gt; div {
    width: 33.3333%;
}
.box-product .image img {
    max-width: 100%;
}
.pagination .links a {
    margin-bottom: 20px;
}
.pagination .links a.next {
    float: none;
    margin-left: 0;
}
.product-info &gt; .left {
    width: 455px;
}
.product-info .image img {
    max-width: 100%;
}
.product-info &gt; .left .jcarousel_image-skin-tango {
    width: 455px;
}
.product-info &gt; .left ul li a {
    text-align: center;
}
.product-info .options .show-full-table {
    display: block;
}
.product-info .options table td.requirement-hide {
    display: none;
}
.box.reviews .button.show-form {
    margin-left: 385px;
}
.box.viewed {
    display: block;
	width: 575px;
    margin: 0 auto 25px;
}
.box.related {
    display: block;
	width: 580px;
    margin: 0 auto 25px;
}
.banner {
    display: block;
    width: 580px;
    margin: 0 auto 20px;
}
.banner + .banner {
    margin-left: auto;
}
#footer {
    height: 321px;
}
#footer .column + .column {
    margin-left: 50px;
}
#footer .column ul {
    float: none;
}
#footer .column ul + ul {
    margin-left: 0;
}
}
@media screen and (max-width: 980px) {
#container {
    max-width: 720px;
}
.footer {
    max-width: 720px;
}
#show-menu {
    left: 288px;
}
#menu {
    left: 288px;
}
#header #search {
    left: 502px;
}
.box.empty-block .box-content &gt; div {
    width: 33%;
}
.product-filter .limit {
    float: none;
}
.product-filter .sort {
    float: none;
    margin-left: 0;
    margin-top: 15px;
}
.product-info &gt; .left {
    float: none;
    overflow: hidden;
    margin: 0 auto 35px;
}
.product-info .options table td.requirement-hide-second {
    display: none;
}
.review-list {
    width: 45%;
}
.box.reviews .button.show-form {
    margin-left: 25px;
}
#footer .column + .column {
    margin-left: 40px;
}
#footer .column.category-column {
    display: none;
}
}
@media screen and (max-width: 740px) {
.box-product .status{
	display:none;
}
#header .links a {
	float: initial;
}
#container {
    max-width: 480px;
    min-width: 480px;
    margin-bottom: -429px;
    padding-left: 10px;
    padding-right: 10px;
}
#content {
    padding-bottom: 429px;
}
.footer {
    max-width: 480px;
    min-width: 480px;
    padding-left: 10px;
    padding-right: 10px;
}
#header #call_us {
    display: block;
    left: 45px;
}
#header #show-links {
	display: block;
}
#header .links {
    background: #fff;
    border: 1px solid #0b70a8;
    padding: 10px;
    width: 100px;
    top: 33px;
}
#header .links a + a {
    margin-left: 0;
    margin-top: 10px;
}
#header .telephone {
    display: none;
    background-color: #FFF;
    background-position: 10px center;
    border: 1px solid #0b70a8;
    padding: 10px 10px 10px 33px;
    position: absolute;
    top: 33px;
    left: 45px;
}
#header .telephone2 {
    display: none;
    background-color: #FFF;
    background-position: 10px center;
    border: 1px solid #0b70a8;
    padding: 10px 10px 10px 33px;
    position: absolute;
    top: 72px;
    left: 45px;
}
#header .txtfone {
    left: 220px;
}
#header .email {
    display: none;
}
#header #search {
    left: auto;
    right: 0;
}
#header .button-search {
    right: 0;
}
#show-menu {
    left: auto;
    right: 40px;
}
#menu {
    left: auto;
    right: 40px;
}
.box.empty-block .box-content {
    padding: 20px 0;
}
.box.empty-block .box-content &gt; div {
    background-size: 60px auto;
    font-size: 12px;
    width: 30%;
    padding-bottom: 5px;
    padding-top: 22px;
    padding-left: 75px;
}
.box.empty-block .box-content &gt; div + div {
    margin-top: 20px;
}
.box.empty-block .box-content &gt; div:nth-child(1) {
    background-size: 60px auto;
    width: 34%;
}
.box.empty-block .box-content &gt; div:nth-child(2) {
    background-size: 60px auto;
    margin-left: 0;
    margin-top: 0;
    width: 23%;
}
.box.empty-block .box-content &gt; div:nth-child(3) {
    background-size: 60px auto;
    padding-bottom: 13px;
    padding-top: 12px;
    width: 34%;
}
.box.empty-block .box-content &gt; div:nth-child(4) {
    background-size: 60px auto;
    margin-left: 0;
    padding-bottom: 13px;
    padding-top: 12px;
    width: 23%;
}
.htabs a {
    padding-left: 20px;
    padding-right: 20px;
}
.box.welcome {
    width: 480px;
}
.box.arbitrage {
    width: 480px;
}
#column-left {
    display: none;
    padding-right: 20px;
}
#column-left + #column-right + #content, #column-left + #content {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
#column-left.active + #content .box-product &gt; div {
    width: 100%;
}
#column-left.active + #column-right + #content, #column-left.active + #content {
    border-left: 1px solid #ededed;
    margin-left: 245px;
    padding-left: 20px;
}
#column-left.active + #column-right + #content .product-filter b, #column-left.active + #content .product-filter b {
    display: block;
}
.product-filter .show-column {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    background: #0b70a8;
    color: white;	
		padding: 15px 0;
}
.product-filter .show-column:hover {
    color: white;
}


.box-product &gt; div {
    width: 50%;
}
.product-info .options table td.requirement-hide-third {
    display: none;
}
.product-info .attributes {
    text-align: center;
}
.product-info .attributes &gt; div {
    display: inline-block;
    vertical-align: top;
    float: none;
}
.product-info .attributes &gt; div:nth-child(2n) {
    margin-left: 0;
}
.product-info .cart .button.compare-product { 
    float: right;
}
.review-list {
    width: 87%;
}
.box.viewed {
	width: 480px;
}
.box.related {
	width: 480px;
}
.banner {
    width: 480px;
}
.banner img {
    width: 100%;
}
#footer {
    height: 429px;
    min-width: 480px;
}
#footer .column:first-child {
    float: none;
    overflow: hidden;
}
#footer .column + .column {
    margin-left: 0;
}
#footer .column:last-child {
    float: right;
	margin-right: 10px;
}
#footer .logo {
    float: left;
    margin-right: 50px;
}
#footer .telephone {
    overflow: hidden;
    margin-top: 5px;
}
#footer .email {
    overflow: hidden;
}
#powered {
    padding: 10px 12%;
    min-width: 375px;
}
}

#block-author{
	font-size: 1.1em;
	margin: 1rem auto;
    margin-top: 10px;
    margin-bottom: 30px;
	background: #f1f1f15c;
	padding: 20px 0px 20px 5px;
    overflow: hidden;
	border-radius: 3px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
}
#block-author div &gt; img {
	width: 100px;
    display: block;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.06);

}



#block-author &gt; div:nth-child(1){
    height: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
	text-align: center;
}
#block-author &gt; div:nth-child(2){
    height: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
	padding: 10px;
}
@media (min-width: 740px){
	#block-author{
	    max-width: 600px;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;		
	}
	#block-author &gt; div:nth-child(1){
		flex-basis: 160px;
		border-right: 2px dashed #EEEEEE;
	}
	#block-author &gt; div:nth-child(2){
		flex-basis: 440px;
	}	
	
	
}
@media (max-width: 739px){
	#block-author{
		max-width: 90%;
	}
}

.jcarousel-skin-opencart .jcarousel-item-horizontal {
    display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.jcarousel-skin-opencart .jcarousel-item-horizontal&gt;div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
} 
.similar_wrp{-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}

#creditbutton {
    padding: 0;
    margin-left: 0;
    width: 100%;
    height: 40px
}
#content #creditbutton span{
    font-size: 15px !important;
    line-height: 40px !important;
}
#rassrochkaButton{
    font-family: OpenSans-Bold, sans-serif;
    width: 100%;
    margin-left:0;
    font-size: 15px;
    font-weight: 400
}


.PDNbutton.PDNdisabled{
    background-color: grey;
    cursor: not-allowed;
}
.PDNbutton.PDNdisabled:hover{
    background-color: grey;
}

.PDNaccentBorder{
    outline: 2px dashed red;
}
.PDNlabel{
    display: inline-block;
}

.PDNlabel {
    background: url('/catalog/view/theme/default/image/checkbox.png') no-repeat 0 6px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.PDNcheckbox {
    display: none;
}

.PDNlabel.PDNAccepted {
    background-position: 0 -127px;
}

.unitpayform .PDNlabel {
    background-position: 0 2px;
}

.unitpayform .PDNlabel.PDNAccepted {
    background-position: 0 -131px;
}
.arrowLink{
    width: 30px;
    overflow: hidden;
}
.arrowLinkLeft img{
    margin-left: -20px;
}
.arrowLink:hover{
    outline: 1px solid rgb(11, 112, 168);
}

.block-about4{list-style: none;text-align: center;font-size: 0;    margin-top: 10px;padding: 10px 2px;}
.block-about4 li{
	display: inline-block;
    margin: 0 20px 20px 0;
    padding: 10px;
    line-height: 33px!important;
    font-size: 17px!important;
    font-weight: bold;
    width: 45%;
    background-color: #0b70a8;
    border-radius: 15px;
    box-shadow: 2px 2px 10px 2px #0a65a0;
    vertical-align: top;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    color: white;
	}
.block-about4 li:hover{
    background-color: #1c80b8;
    box-shadow: 0px 0px 10px 3px #1b75b0;
	}
.block-about4 &gt; li &gt; img{float:left;}

@media (min-width: 990px) and (max-width: 1279px) {
.block-about4 li{
	min-height: 140px;
    width: 45%;
}
}
@media (max-width: 989px) {
.block-about4 li{
    width: 95%;
}
}
.align-center{text-align:center;}
.block-about-num{list-style: none;text-align: center;font-size: 0;    margin-top: 10px;padding: 10px 2px;}
.block-about-num li{
	display: inline-block;
    font-size: 16px!important;
    font-weight: bold;
    min-width: 250px;
    vertical-align: top;
	margin: 10px 0;
	}
.block-about-num &gt; li &gt; b{
	display: block;
	font-size: 30px;
    color: #1c80b8;
	}
.block-about-main-text {width: 90%;margin: 0 auto;text-align: justify;}
.block-about-main-text &gt; div &gt; b {
display: block;
text-align: center;
font-size: 20px;
color: #259062;
margin-bottom: 10px;
}
.block-about-main-text &gt; div &gt; b &gt; img {
vertical-align: middle;
margin-right:10px;
}
.block-about-main-text &gt; div &gt; span {font-size: 16px;}
.block-about-main-text &gt; div &gt; span &gt; ul, .block-about-main-text &gt; div &gt; ul  {max-width:500px;list-style-type: none;font-size: 16px;margin: 20px auto;display: table;}
.block-about-main-text &gt; div &gt; span &gt; ul &gt; li:before {
content: '';
display: inline-block;
height: 24px;
width: 24px;
background-size: 24px;
background-repeat: no-repeat;
margin-right: 5px;
margin-bottom: -5px;
}
.ico-check1 &gt; li:before {background-image: url("//biliard-expert.ru/catalog/view/theme/default/image/li-100.png");}
.ico-certificate &gt; li:before{background-image: url("//biliard-expert.ru/catalog/view/theme/default/image/certificate.png");}
.ico-rpo &gt; li:before{background-image: url("//biliard-expert.ru/catalog/view/theme/default/image/ico-plus.png");}
.ico-cash &gt; li:before{background-image: url("//biliard-expert.ru/catalog/view/theme/default/image/cash.png");}
.ico-star &gt; li:before{background-image: url("//biliard-expert.ru/catalog/view/theme/default/image/star.png");}
.block-about-main-text &gt; div &gt; span &gt; ul &gt; li {
line-height: 26px;
}
.block-about-main-text div {border-radius: 15px;padding: 15px;margin-bottom: 30px;}

.block-about-main-text div:nth-child(1){background-color: antiquewhite;}
.block-about-main-text div:nth-child(2){background-color: honeydew;}
.block-about-main-text div:nth-child(3){background-color: palegreen;}
.block-about-main-text div:nth-child(4){background-color: khaki;}
.block-about-main-text div:nth-child(5){background-color: lightsalmon;}
.block-about-main-text div:nth-child(6){background-color: powderblue;}
.block-about-main-text div:nth-child(7){background-color: whitesmoke;}
.block-about-main-text div:nth-child(8){background-color: papayawhip;}
.block-about-main-text div:nth-child(9){background-color: lemonchiffon;}

</pre></body></html>