@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/ProximaNovaRegular.eot');
    src: url('fonts/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNovaRegular.woff') format('woff'), url('fonts/ProximaNovaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('fonts/ProximaNovaBold.eot');
    src: url('fonts/ProximaNovaBold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNovaBold.woff') format('woff'), url('fonts/ProximaNovaBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/
html {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    min-width: 1170px;
}

body, td, th, input, textarea, select, a {
    font-size: 14px;
}

p {
    margin-top: 0px;
    margin-bottom: 20px;
}
img {max-width:100%;}
a, a:visited, a b {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}
button, input, select, textarea {
    margin-bottom: 10px;
}
input[type='text'], input[type='password'], textarea {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
}

select {
    background: #ebebeb;
    border: none;
    cursor: pointer;
    padding: 2px;
}

.opt-select {
    width: 150px;
    float: left
}

label {
    cursor: pointer;
}


/* layout */

#container {
    background: #fff;
    /*margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-right: 15px;*/
    text-align: left;
    /*width: 1155px;*/
}

#column-left {
   /* float: left;
    width: 274px;
    margin-right: 33px;*/
}

#column-right {
    float: left;
    width: 180px;
}

#content {
    /*float: left;
    width: 828px;*/
    margin-top: 0px;
    margin-bottom: 25px;
    background: #FFFFFF;
}

#content.full {
    width: 1140px;
    margin-left: 15px;
}


/* header */

#header {
    height: 160px;
    margin-bottom: 7px;
    padding-bottom: 4px;
    position: relative;
    z-index: 99;
}

#header #logo {
    position: absolute;
    top: -2px;
    left: 0px;
}

#language {
    color: #999999;
    left: 404px;
    line-height: 17px;
    position: absolute;
    top: 13px;
    width: 124px;
}

#language img {
    cursor: pointer;
    margin-right: 5px;
}

#currency {
    color: #999999;
    left: 556px;
    line-height: 17px;
    position: absolute;
    top: 9px;
    width: 150px;
}

#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;
}

#korzina {
    position: absolute;
    background: url(../image/cartpic.png) no-repeat left top;
    height: 100px;
    padding-left: 115px;
    margin: 40px 0 0 700px;
    z-index: 9;
    width: 160px;
    font-size: 14px;
}

#korzina .cart {
    color: #0f9fa5;
    font-size: 18px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    margin: 20px 0 0 0;
}

#korzina p {
    padding: 0px;
    margin: 0px;
    margin-top: 7px;
    font-style: italic
}

.carlin1 {
    margin-top: 5px;
}

#cart .heading {
    float: right;
    margin-right: 0px;
    margin-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    z-index: 1;
}

#cart .heading a {
    color: #D13C5E;
    text-decoration: none;
}

#cart .heading a span {
    background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
    padding-right: 15px;
    font-weight: bold;
}

#cart .content {
    clear: both;
    display: none;
    position: relative;
    top: -1px;
    padding: 8px;
    min-height: 150px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -khtml-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    background: #FFF;
}

#cart.active .heading {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 6px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}

#cart.active .content {
    display: block;
}

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}

.mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #EEEEEE;
}

.mini-cart-info .image {
    width: 1px;
}

.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}

.mini-cart-info .name small {
    color: #666;
}

.mini-cart-info .quantity {
    text-align: right;
}

.mini-cart-info td.total {
    text-align: right;
}

.mini-cart-info .remove {
    text-align: right;
}

.mini-cart-info .remove img {
    cursor: pointer;
}

.mini-cart-total {
    text-align: right;
}

.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}

.mini-cart-total td {
    color: #000;
    padding: 4px;
}

#header #cart .checkout {
    text-align: right;
    clear: both;
}

#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}

#search {
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 0px;
    width: 265px;
}

select:focus, textarea:focus, a:focus, input:focus {
    outline: none;
}

.button-search {
    position: absolute;
    right: 0px;
    top: 4px;
    background: url(search.png) center center no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#search input {
    margin: 0px;
    padding: 0px 10px 0 10px;
    box-sizing: border-box;
    background: #c2c2c2;
    text-align: right;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    color: #666;
    width: 230px;
    height: 32px;
    display: block;
    border: none;
}

#welcome {
    position: absolute;
    margin: 5px 0 0 665px;
    z-index: 5;
    width: 298px;
    text-align: right;
    color: #000;
}

#welcome a {
    color: #000
}

#header .links {
    position: absolute;
    right: 0px;
    bottom: 3px;
    font-size: 10px;
    padding-right: 10px;
}

#header .links a {
    float: left;
    display: block;
    padding: 0px 0px 0px 7px;
    color: #444;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

#header .links a + a {
    margin-left: 8px;
    border-left: 1px solid #CCC;
}


/* menu */

#menu {
    background: url('../image/menu.png') center center repeat-x;
    height: 32px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 2px 2px #9C9C9C;
    -moz-box-shadow: 0 2px 2px #9C9C9C;
    box-shadow: 0 2px 2px #9C9C9C;
    padding: 0px 5px;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
}

#menu > ul > li:hover {
    background: #D13C5E;
}

#menu > ul > li:first-of-type a {
    border-left: medium none;
}

#menu > ul > li:first-child a {
    border-left: medium none;
}

#menu > ul > li:last-of-type a {
    border-right: medium none;
}

#menu > ul > li:last-child a {
    border-right: medium none;
}

#menu > ul > li > a.active {}

#menu > ul > li > a {
    font-size: 13px;
    color: #FFF;
    line-height: 14px;
    text-decoration: none;
    display: block;
    padding: 9px 10px 9px 10px;
    z-index: 6;
    position: relative;
    text-transform: capitalize;
    border-right: 1px solid #949494;
    border-left: 1px solid #444444;
    text-transform: uppercase;
}

#menu > ul > li:hover > a {}

#menu > ul > li > div {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 5;
    padding: 2px;
    border-left: 3px solid #444444;
    border-right: 3px solid #444444;
    border-bottom: 3px solid #444444;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 0 2px 6px #545454;
    -moz-box-shadow: 0 2px 6px #545454;
    box-shadow: 0 2px 6px #545454;
}

#menu > ul > li > div > ul > li > div {
    display: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 5;
    padding: 0px;
    margin-left: 172px;
    -webkit-box-shadow: 2px 2px 11px #4F4F4F;
    -moz-box-shadow: 2px 2px 11px #4F4F4F;
    box-shadow: 2px 2px 11px #4F4F4F;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -khtml-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    background: #FFF;
    margin-top: -5px;
    border: 3px solid #444444;
}

.menu-child {
    background: url("../image/menuarrow.png") no-repeat scroll 95% center transparent;
}

.menu-child:hover {
    background: url("../image/menuarrow-hover.png") no-repeat scroll 95% center transparent;
}

#menu > ul > li > div > ul li {
    max-width: 181px;
    min-width: 170px;
    padding: 0px;
}

#menu > ul > li:hover > div, #menu > ul > li:hover > div > ul > li:hover > div {
    display: table;
}

#menu > ul > li > div > ul {
    display: table-cell;
}

#menu > ul > li ul + ul {
    padding-left: 20px;
}

#menu > ul > li ul > li > a {
    text-decoration: none;
    padding: 4px;
    color: #000;
    display: block;
    white-space: nowrap;
    min-width: 120px;
}

#menu > ul > li ul > li > a:hover {
    background: #444;
    color: #fff;
}

#menu > ul > li > div > ul > li > a {
    color: #000;
    text-transform: uppercase;
}

#menu > ul > li > div > ul > li + li {
    border-top: 1px solid #ccc;
}

.breadcrumb {
    border-top: 1px solid #ff4444;
    font-family: ProximaNovaRegular;
    padding-top: 10px;
    color: #CCCCCC;
    margin-bottom: 10px;
}

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.success {
    background: url("../image/success.png") no-repeat scroll 10px center #F5F5F5;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.required {
    color: #FF0000;
    font-weight: bold;
}

.error {
    display: block;
    color: #FF0000;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.form tr td:first-child {
    width: 150px;
}

table.form > * > * > td {
    color: #000000;
}

table.form td {
    padding: 4px;
}

input.large-field, select.large-field {
    width: 300px;
}

table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

table.list thead td {
    background-color: #EFEFEF;
    padding: 0px 5px;
}

table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}

table.list tbody td {
    vertical-align: top;
    padding: 0px 5px;
}

table.list .left {
    text-align: left;
    padding: 7px;
}

table.list .right {
    text-align: right;
    padding: 7px;
}

table.list .center {
    text-align: center;
    padding: 7px;
}

table.radio {
    width: 100%;
    border-collapse: collapse;
}

table.radio td {
    padding: 5px;
    vertical-align: top;
}

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 {
    float: right;
    display: block;
	margin: 0;
}

.pagination .links {}

.pagination .links a {
    display: inline-block;
    padding: 4px 4px;
    text-decoration: none;
    color: #686868;
}

.pagination .links a:hover {
    background: #ff4444;
    color: #fff;
}

.pagination .links b {
    display: inline-block;
    padding: 4px 4px;
    background: #ff4444;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

.pagination .results {
    float: right;
    padding-top: 3px;
}

.limit_all {
    float: right;
    display: block;
}

.limit_all a {
    display: inline-block;
    padding: 4px 4px;
    text-decoration: none;
    color: #686868;
}

.limit_all a:hover, .limit_active a {
    background: #ff4444;
    color: #fff;
}


/* button */

a.button, input.button {
    font-family: ProximaNovaRegular;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 40px;
    background: #ff4444;
}

a.button {
    display: inline-block;
    text-decoration: none;
    padding: 2px 22px 0px 22px;
    margin: 0;
    border: 0;
}

input.button {
    margin: 0;
    border: 0;
    height: 40px;
    padding: 2px 22px 0px 22px;
}

a.button:hover, input.button:hover {
    background: #D13C5E;
}

.buttons {
    overflow: auto;
    padding: 0px;
    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 {
    height: 30px;
    line-height: 16px;
    border-bottom: 1px solid #DDDDDD;
}

.htabs a {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background: #FFFFFF url('../image/tab.png') repeat-x;
    padding: 7px 15px 6px 15px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-right: 2px;
    display: none;
}

.htabs a.selected {
    padding-bottom: 7px;
    background: #FFFFFF;
}

.tab-content {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
    overflow: auto;
}


/* box */

.box {
    margin-bottom: 20px;
}

.box-heading {
    height: 37px;
    padding: 3px 10px 0px 15px;
    background: #ff4444;
    font-family: ProximaNovaRegular;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 37px;
    color: #fff;
}
.box-heading a {
    font-family: ProximaNovaRegular;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 37px;
    color: #fff;
	text-decoration: none;
}
#content .box-heading {
    border-bottom: 1px solid #999999;
    padding-top: 13px;
}
#content .box-heading2 {
    height: 37px;
    padding: 3px 10px 0px 15px;
    background: #ff4444;
    font-family: ProximaNovaRegular;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 37px;
    color: #fff;
}
.box .box-content {}

.box-content ul li a {
    color: #000;
}


/* box products */

.box-product {
    width: 100%;
    overflow: auto;
    padding: 10px
}

.box-product > div > div.name {
    height: 40px;
}

.box-product > div {
    width: 175px;
    height: 280px;
    margin: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.box-product > div:hover {
    margin: 0px;
    margin-right: 9px;
    margin-bottom: 14px;
    border: 1px solid #cac6c6;
    box-shadow: 0 0 10px 0 #cac6c6;
    -webkit-box-shadow: 0 0 10px 0 #cac6c6;
    -moz-box-shadow: 0 0 10px 0 #cac6c6;
}

#column-left + #column-right + #content .box-product > div {
    width: 178px;
}

.box-product .image {
    display: block;
    margin-bottom: 8px;
    position: relative;
    vertical-align: middle;
}

.box-product .image img {
    padding: 3px;
    border: 0px solid #E7E7E7;
}

.box-product .name a {
    color: #bd0000;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    font-family: adventure;
    font-size: 18px;
}

.box-product .price {
    font-family: icon;
    font-size: 18px;
}

.box-product .price-old {
    color: #D13C5E;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 15px;
}

.box-product .price-new {
    font-family: icon;
    font-size: 18px;
}

.box-product .rating {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

a.towide {
    display: block;
    right: 0px;
    background: url(towide.png) no-repeat;
    padding-left: 85px;
    height: 35px;
    color: #3f3f3f;
    text-decoration: none;
    line-height: 16px;
    font-size: 13px;
	margin-bottom: 15px;
	float: right;
	text-align: right;
}

.towide span {
    text-decoration: underline
}

.seobudo {
    display: block;
    bottom: 20px;
    right: 0px;
    padding-left: 0px;
    height: 35px;
    color: #3f3f3f;
    text-decoration: none;
    line-height: 16px;
    font-size: 13px;
	float: right;
	text-align: right;
}

.nodeco {
    text-decoration: none;
}

.seobudo img {
    margin-top: -8px;
}

.bottom_text {
    margin-top: 40px;
}

.footer_wrapper {
    border-top: 1px solid #ff4444;
    position: relative;
    padding-top: 20px;
	padding-bottom: 20px;
}

.prinimae {
    background: url(prinimae.png) no-repeat;
    width: 263px;
    height: 137px;
}

.newfooter {
    margin: 0 auto;
    position: relative;
    height: auto;
}

.newfooter .phones_top {
    background: none;
    padding: 0px;
}

.newfooter .mail_top {
    background: none;
    padding: 0px;
    margin: 0px
}

.newfooter .phones_mail {
    font-size: 18px;
    top: 0px;
	margin-top: 0px;
	margin-left: 15px;
}

.countli {
    right: 0px;
    bottom: auto;
	margin-bottom: 15px;
	float: right;
}

.cright {
    font-size: 12px;
    bottom: auto;
    left: auto;
}

.m1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.m1 li a {
    font-family: ProximaNovaRegular;
    text-decoration: none
}

.m1 li a:hover {
    text-decoration: underline
}

.menu-filter {
    margin-top: 30px;
}
/* box category */

.box-category ul li ul {
    display: none
}

.box-category ul {
    list-style: none;
    margin: 20px 6px 20px 0;
    padding: 0px;
}

.box-category ul li {
    height: 27px;
    display: block;
    background: url(menu_left_bg.png) repeat-x left bottom;
}
.menu-filter .box-category ul li {
    height: 27px;
    display: block;
    background: url(menu_left_bg.png) repeat-x left bottom;
	float: left;
}
.box-category ul li:last-child {
    background: none
}

.box-category ul li a {
    line-height: 26px;
    text-decoration: none;
    display: block;
    background: url(menu_left_bg_a.png) top right 8px no-repeat;
    padding-left: 15px;
}

.box-category ul li a:hover {
    background: url(menu_left_bg_a_h.png) top right 8px no-repeat;
}


/* content */

#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}

#content .content .left {
    float: left;
    width: 49%;
}

#content .content .right {
    float: right;
    width: 49%;
}


/* category */

.category-info {
    overflow: auto;
    margin-bottom: 20px;
}

.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #E7E7E7;
}

.category-list ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px
}

.category-list ul li {
    display: inline;
    padding-right: 20px;
}


/* manufacturer */

.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}

.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}


/* product */

.product-filter {
    float: left;
    overflow: auto;
}

.product-filter .display {
    margin-right: 15px;
    float: left;
    padding-top: 4px;
    color: #333;
}

.product-filter .display a {
    font-weight: bold;
}

.product-filter .sort {
    float: right;
    color: #333;
}

.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #333;
}

.product-compare {
    padding-top: 6px;
    margin-bottom: 25px;
    font-weight: bold;
}

.product-compare a {
    text-decoration: none;
    font-weight: bold;
}

.product-list > div {
    overflow: auto;
    margin-bottom: 15px;
}

.product-list .right {
    float: right;
    margin-left: 15px;
}

.product-list > div + div {
    border-top: 1px solid #EEEEEE;
    padding-top: 16px;
}

.product-list .image {
    float: left;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
}

.product-list .image img {
    padding: 3px;
    border: 0px solid #E7E7E7;
}

.product-list .name {
    margin-bottom: 3px;
}

.product-list .name a {
    color: #bd0000;
    font-weight: bold;
    text-decoration: none;
}

.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    color: #4D4D4D;
}

.product-list .rating {
    color: #7B7B7B;
}

.product-list .price {
    float: right;
    height: 50px;
    margin-left: 8px;
    text-align: right;
    color: #333333;
    font-size: 12px;
}

.product-list .price-old {
    color: #D13C5E;
    font-size: 13px;
    font-weight: bold;
    text-decoration: line-through;
}

.product-list .price-new {
    font-family: icon;
    font-size: 18px;
}

.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB;
}

.product-list .cart {
    margin-bottom: 3px;
    margin-top: 5px;
}

.product-list .wishlist, .product-list .compare {
    margin-bottom: 3px;
}

.product-list .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}

.product-list .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left 60% no-repeat;
}

.product-grid {
    width: 100%;
    overflow: auto;
    margin-left: 20px;
    padding: 10px
}

.product-grid > div {
    width: 175px;
    height: 280px;
    margin: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.product-grid > div > div.name {
    height: 40px;
}

.product-grid > div:hover {
    margin: 0px;
    margin-right: 9px;
    margin-bottom: 14px;
    border: 1px solid #cac6c6;
    box-shadow: 0 0 10px 0 #cac6c6;
    -webkit-box-shadow: 0 0 10px 0 #cac6c6;
    -moz-box-shadow: 0 0 10px 0 #cac6c6;
}

#column-left + #column-right + #content .product-grid > div {
    width: 184px;
}

.product-grid .image {
    display: block;
    margin-bottom: 8px;
    position: relative;
    vertical-align: middle;
}

.product-grid .image img {
    padding: 3px;
    border: 0px solid #E7E7E7;
}

.product-grid .name a {
    color: #bd0000;
    display: block;
    font-family: adventure;
    font-size: 18px;
    margin-bottom: 4px;
    text-decoration: none;
}

.product-grid .description {
    display: none;
}

.product-grid .rating {
    display: block;
}

.rating {
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-grid .price {
    font-family: icon;
    font-size: 18px;
}

.product-grid .price-old {
    color: #D13C5E;
    font-size: 15px;
    font-weight: bold;
    text-decoration: line-through;
}

.product-grid .price-new {
    font-family: icon;
    font-size: 18px;
}

.product-grid .price .price-tax {
    display: none;
}

.product-grid .cart {
    margin-bottom: 3px;
    margin-top: 5px;
}

.box-product .cart {
    margin-bottom: 3px;
    margin-top: 5px;
}

.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 3px;
}

.product-grid .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}

.product-grid .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}

.product-grid .sale {
    position: absolute;
    margin-top: -47px;
    margin-left: 81px;
}

.product-list .sale {
    margin-left: 82px;
    margin-top: 129px;
    position: absolute;
}


/* Product */

.product-info {
    margin-bottom: 20px;
    margin-left: 10px
}

.vselogotabs {
    margin-left: 10px
}

.product-info .left {
    float: left;
    padding-right: 15px;
    width: 410px;
    background: #fff;
}

.product-info .right {
    float: left;
    width: 393px;
}

.product-info .image {
    margin-bottom: 20px;
}

.product-info .image-additional {
    margin-left: -10px;
    clear: both;
    overflow: hidden;
    margin-bottom: 40px
}

.product-info .image-additional img {}

.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.product-info .description {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #4D4D4D;
}

.product-info .description span {
    color: #D13C5E;
}

.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
}

.product-info .price {
    overflow: auto;
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

.product-info .price-old {
    color: #F00;
    text-decoration: line-through;
}

.product-info .price-new {}

.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}

.product-info .options {
    padding: 0px 5px 0px 5px;
    margin-bottom: 10px;
    color: #000000;
}

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}

.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}

.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

.product-info .cart {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 20px;
    color: #4D4D4D;
    overflow: auto;
}

.product-info .cart div {
    float: left;
    vertical-align: middle;
}

.product-info .cart div > span {
    padding-top: 7px;
    display: block;
    color: #999;
}

.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
    clear: both;
}

.product-info .review {
    color: #4D4D4D;
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    margin-bottom: 10px;
}

.product-info .review > div {
    padding: 8px;
    border-bottom: 1px solid #E7E7E7;
    line-height: 20px;
}

.product-info .review > div > span {
    color: #D13C5E;
}

.product-info .review .share {
    overflow: auto;
    line-height: normal;
}

.product-info .review .share a {
    text-decoration: none;
}

.review-list {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}

.review-list .author {
    float: left;
    margin-bottom: 20px;
}

.review-list .rating {
    float: right;
    margin-bottom: 20px;
}

.review-list .text {
    clear: both;
}

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.attribute thead td, .attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}

.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}

.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}

.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.compare-info .name a {
    font-weight: bold;
}

.compare-info .price-old {
    font-weight: bold;
    color: #F00;
    text-decoration: line-through;
}

.compare-info .price-new {
    font-weight: bold;
}


/* wishlist */

.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.wishlist-info td {
    padding: 7px;
}

.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.wishlist-info thead .image {
    text-align: center;
}

.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}

.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}

.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}

.wishlist-info tbody .image {
    text-align: center;
}

.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}

.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}

.wishlist-info tbody .price s {
    color: #F00;
}

.wishlist-info tbody .action img {
    cursor: pointer;
}

.login-content {
    margin-bottom: 20px;
    overflow: auto;
}

.login-content .left {
    float: left;
    width: 48%;
}

.login-content .right {
    float: right;
    width: 48%
}

.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}


/* orders */

.order-list {
    margin-bottom: 10px;
}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.order-list .order-content div {
    float: left;
    width: 33.3%;
}

.order-list .order-info {
    text-align: right;
}

.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}


/* returns */

.return-list {
    margin-bottom: 10px;
}

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.return-list .return-content div {
    float: left;
    width: 33.3%;
}

.return-list .return-info {
    text-align: right;
}

.return-product {
    overflow: auto;
    margin-bottom: 20px;
}

.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
}

.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
}

.return-quantity {
    float: left;
    width: 31%;
}

.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}

.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
}

.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
}

.return-opened textarea {
    width: 98%;
    vertical-align: top;
}

.return-captcha {
    float: left;
}

.download-list {
    margin-bottom: 10px;
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.download-list .download-content div {
    float: left;
    width: 33.3%;
}

.download-list .download-info {
    text-align: right;
}


/* cart */

.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.cart-info td {
    padding: 7px;
}

.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.cart-info thead .image {
    text-align: center;
}

.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
    text-align: left;
}

.cart-info thead .price, .cart-info thead .total {
    text-align: right;
}

.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.cart-info tbody .image img {
    border: 1px solid #DDDDDD;
}

.cart-info tbody .image {
    text-align: center;
}

.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left;
}

.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
}

.cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}

.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}

.cart-module > div {
    display: none;
}

.cart-total {
    border-top: 1px solid #DDDDDD;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}

.cart-total table {
    float: right;
}

.cart-total td {
    padding: 3px;
    text-align: right;
}


/* checkout */

.checkout-heading {
    background: #F8F8F8;
    border: 1px solid #DBDEE1;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
}

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}

.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}

.checkout-content .left {
    float: left;
    width: 48%;
}

.checkout-content .right {
    float: right;
    width: 48%;
}

.checkout-content .buttons {
    clear: both;
}

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.checkout-product td {
    padding: 7px;
}

.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}

.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}

.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDDDDD;
}

.contact-info {
    overflow: auto;
}

.contact-info .left {
    float: left;
    width: 48%;
}

.contact-info .right {
    float: left;
    width: 48%;
}

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}

.sitemap-info .left {
    float: left;
    width: 48%;
}

.sitemap-info .right {
    float: left;
    width: 48%;
}


/* footer */

#footer {
    clear: both;
    overflow: auto;
    min-height: 100px;
    padding: 0px;
    border-top: 1px solid #D13C5E;
}

#footer .foot_zag {
    color: #BD0000;
    font-family: Adventure;
    font-size: 22px;
    margin-bottom: 8px;
    margin-top: 0;
    font-weight: normal;
}

#footer .column {
    float: left;
    width: 25%;
    min-height: 100px;
}

#footer .column ul {
    margin-top: 0px;
    margin-left: 8px;
    padding-left: 12px;
}

#footer .column ul li {
    margin-bottom: 3px;
}

#footer .column a {
    text-decoration: none;
    color: #000;
}

#footer .column a:hover {
    text-decoration: underline;
}

#powered {
    margin-top: 95px;
    text-align: right;
    float: right;
}

#powered a {
    color: #FFF;
}


/* banner */

.banner div {
    text-align: center;
    width: 100%;
    display: none;
}

.banner div img {
    margin-bottom: 0px;
    margin-top: 10px
}

#scroller_container {
    position: relative;
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin-top: -12px;
}

#scroller {
    white-space: nowrap;
    font-size: 14px;
    padding-top: 8px;
}

#newDivPh {
    position: absolute;
    background: #fff;
    padding: 10px;
    border: 2px solid #777777;
    -webkit-box-shadow: 2px 2px 5px #333;
    -moz-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
    z-index: 99;
}

.cart-img {
    position: absolute;
    margin-left: 682px;
    margin-top: 8px;
}

#textheader1 {
    float: left;
    left: 370px;
    position: absolute;
    top: 35px;
}

#textheader2 {
    border-left: 1px dotted #D13C5E;
    float: left;
    left: 534px;
    margin-left: -15px;
    padding-left: 17px;
    position: absolute;
    top: 36px;
    width: 143px;
}

#textheader3 {
    float: left;
    left: 379px;
    position: absolute;
    top: 119px;
}


/* Стили карусели товаров */

.jcarousel-skin-carousel .jcarousel-container {
    /*  -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;*/
    /*border: 1px solid #346F97;*/
}

.jcarousel-skin-carousel .name {
    margin-top: 10px;
}

.jcarousel-skin-carousel .name a {
    color: #D13C5E;
    display: block;
    font-family: adventure;
    font-size: 20px;
    margin-bottom: 4px;
    text-decoration: none;
}

.jcarousel-skin-carousel .price {
    font-family: icon;
    font-size: 18px;
}

.jcarousel-skin-carousel .price-old {
    color: #D13C5E;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: bold;
}

.jcarousel-skin-carousel .price-new {
    font-size: 18px;
}

.jcarousel-skin-carousel .rating {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.jcarousel-skin-carousel .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-carousel .jcarousel-container-horizontal {
    width: 947px;
    padding: 10px;
}

#column-left + #column-right + #content .jcarousel-skin-carousel .jcarousel-container-horizontal {
    width: 570px;
}

#column-left + #content .jcarousel-skin-carousel .jcarousel-container-horizontal {
    width: 753px;
}

.jcarousel-skin-carousel .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-carousel .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-carousel .jcarousel-clip-vertical {
    width: 220px;
    height: 310px;
}

.jcarousel-skin-carousel .jcarousel-item {
    width: 179px;
}

.jcarousel-skin-carousel .jcarousel-item-horizontal {
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 0px solid #F1F1F1;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    text-align: center;
}

.jcarousel-list li + li {
    /*margin-left: 8px!important;*/
}

.jcarousel-skin-carousel .jcarousel-item-horizontal li {
    width: 178px;
}

.jcarousel-skin-carousel .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-carousel .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-carousel .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/**
 *  Horizontal Buttons
 */

.jcarousel-skin-carousel .jcarousel-next-horizontal {
    position: absolute;
    top: 48%;
    right: -13px;
    width: 13px;
    height: 15px;
    cursor: pointer;
    background: transparent url(strelki.png) no-repeat 0 38%;
}

.jcarousel-skin-carousel .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: -10px;
    right: auto;
    background-image: url(strelki.png);
}

.jcarousel-skin-carousel .jcarousel-next-horizontal:hover, .jcarousel-skin-carousel .jcarousel-next-horizontal:focus {
    /*  background-position: -32px 0;*/
}

.jcarousel-skin-carousel .jcarousel-next-horizontal:active {
    /*  background-position: -64px 0;*/
}

.jcarousel-skin-carousel .jcarousel-next-disabled-horizontal, .jcarousel-skin-carousel .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-carousel .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-carousel .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
    display: none;
}

.jcarousel-skin-carousel .jcarousel-prev-horizontal {
    position: absolute;
    top: 48%;
    left: -6px;
    width: 13px;
    height: 15px;
    cursor: pointer;
    background: transparent url(strelki.png) no-repeat 0 0;
}

.jcarousel-skin-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background: transparent url(strelki.png) no-repeat 0 0;
}

.jcarousel-skin-carousel .jcarousel-prev-horizontal:hover, .jcarousel-skin-carousel .jcarousel-prev-horizontal:focus {
    /*  background-position: -32px 0;*/
}

.jcarousel-skin-carousel .jcarousel-prev-horizontal:active {
    /*   background-position: -64px 0;*/
}

.jcarousel-skin-carousel .jcarousel-prev-disabled-horizontal, .jcarousel-skin-carousel .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-carousel .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-carousel .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
    display: none;
}


/**
 *  Vertical Buttons
 */

.jcarousel-skin-carousel .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(strelki.png) no-repeat 0 0;
}

.jcarousel-skin-carousel .jcarousel-next-vertical:hover, .jcarousel-skin-carousel .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-carousel .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-carousel .jcarousel-next-disabled-vertical, .jcarousel-skin-carousel .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-carousel .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-carousel .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-carousel .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(strelki.png) no-repeat 0 0;
}

.jcarousel-skin-carousel .jcarousel-prev-vertical:hover, .jcarousel-skin-carousel .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-carousel .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-carousel .jcarousel-prev-disabled-vertical, .jcarousel-skin-carousel .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-carousel .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-carousel .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.cloud-zoom-big {
    border: 1px solid #E7E7E7;
    -webkit-box-shadow: 1px 2px 6px #A5A5A5;
    -moz-box-shadow: 1px 2px 6px #A5A5A5;
    box-shadow: 1px 2px 6px #A5A5A5;
    z-index: 999;
}

.text_uvelish {
    background: none repeat scroll 0 0 #FFF;
    color: #000;
    font-weight: bold;
    height: 24px;
    margin-left: 51px;
    margin-top: 133px;
    opacity: 0.69;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    width: 225px;
    z-index: 99;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -khtml-border-radius: 14px;
    display: block;
}

#content .product-info .left:hover div.text_uvelish {
    display: none;
}

#textfooter1 {
    float: left;
    margin-left: 25px;
    margin-top: 5px;
    width: 201px;
}

#textfooter2 {
    line-height: 1.5;
    text-align: justify;
    float: left;
    width: 474px;
    margin-right: 20px;
}

#textfooter3 {
    float: right;
    text-transform: uppercase;
}

#textfooter4 {
    float: left;
    margin-top: 32px;
    text-transform: uppercase;
}

#textfooter3 img {}

.footer-bg {
    background: #5E5E5E;
    color: #FFF;
    width: 984px;
    margin-left: -12px;
    padding: 10px;
    opacity: 0.85;
    height: 122px;
    font-weight: normal;
}

#content .special, #column-left .special, #column-right .special {
    margin-left: 79px;
    margin-top: -53px;
    position: absolute;
    text-align: right;
}

#content .product-info .special {
    margin-left: 217px;
    margin-top: -20px;
    position: absolute;
    text-align: right;
    z-index: 99;
}


/* Carousel */

#slid {
    overflow: hidden;
    padding: 0 0 10px;
    clear: both;
    float: left;
    background: #fff;
    margin-left: -9px;
}

#slid .bloc {
    float: left;
    width: 323px;
    min-height: 114px;
    overflow: hidden;
    position: relative;
}

#slid .buttons {
    float: left;
    background: url("strelki.png") no-repeat scroll 0 0 transparent;
    display: block;
    margin: 45px 5px 0 0;
    text-indent: -999em;
    width: 13px;
    height: 15px;
    overflow: hidden;
    position: relative;
    border: 0;
    padding: 0;
}

#slid .next {
    background-position: 0 38%;
    margin: 45px 0 0 5px;
    height: 14px;
}

#slid .disable {
    visibility: hidden;
}

#slid .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 60px;
    left: 0;
    top: 0;
}

#slid .overview li {
    float: left;
    margin: 0 12px 0 0;
    padding: 1px;
    height: 60px;
    border: 0px solid #dcdcdc;
    width: 100px;
}

#slid .overview li div {
    width: 100px;
}

#slid .overview li div a {
    color: #5a5a5a;
    font-weight: bold;
}

#slid .overview li div a:hover {
    color: #BA1A87;
    text-decoration: none;
}

#slid .overview li div .price {
    font-size: 10px;
    color: #000;
    float: left;
    width: auto;
}

#slid .overview li div .button {
    padding: 6px;
    float: right;
}

.bloc .image {
    border: 0px solid #C5C5C5;
    box-shadow: none;
    margin-bottom: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    z-index: 0;
}

.slid_text {
    font-family: Arial;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

#slid .overview li div .price-old {
    font-size: 10px;
    color: #f00;
    float: left;
    width: auto;
    clear: left;
}

#slid .overview li div .price-new {
    font-size: 10px;
    color: #000;
    float: left;
    width: auto;
}

ul.list-account {
    padding-left: 0px;
    list-style: none;
}

ul.list-account li a {
    text-transform: uppercase;
    line-height: 2;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.colors label {
    display: block;
    float: left;
    margin: 2px 4px 0 0;
}

.colors input:checked + label {}

.colors img {
    border: 1px solid #fff
}

.colors input:checked + label img {
    border: 1px solid #036;
    -webkit-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.3);
}

.newhead {
    background: url(../image/vselogohewdpic.jpg) no-repeat center top;
    height: 200px
}

.vselogo {
    background: url(../image/vselogo.png) no-repeat;
    width: 300px;
    height: 175px;
    position: absolute;
    margin: 0 0 0 105px;
}

.phone-head {
    background: url(../image/phone-head.png) no-repeat;
    width: 241px;
    height: 99px;
    position: absolute;
    margin: 58px 0 0 450px;
}

.topmenulogo {
    position: absolute;
    margin: 176px 0 0 0;
}

.topmenulogo ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 980px
}

.topmenulogo ul li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

.topmenulogo ul li a {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    color: #f9f9f9;
    background: url(../image/menu-razdel.png) no-repeat right;
    padding: 0 14px 0 11px;
    text-decoration: none
}

.topmenulogo ul li a:hover {
    color: #ccc
}

.topmenulogo ul li:last-child a {
    background: none
}

.footblock1 {
    width: 250px;
    float: left
}

.footblock1 .foot_zag1 {
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    font-family: "Adventure";
}

.footblock1 p {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    margin-left: 20px
}

.footblock2 {
    width: 520px;
    float: left
}

.footblock2 .foot_zag1 {
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    font-family: "Adventure";
}

.footblock2 p {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    margin-left: 20px
}

.footblock3 {
    width: 200px;
    float: left;
    text-align: right;
    margin-top: 10px
}

.footblock3 h3 {
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    font-family: "Adventure";
}

.footblock3 a {
    color: #FFF
}

.datenews {
    width: 100px;
    overflow: hidden;
    height: 20px;
    color: #900;
    font-style: italic
}

.description-news {
    border-bottom: 1px dashed #999;
    padding-bottom: 10px
}

#tab-description p {
    font-family: Arial, Helvetica, sans-serif;
}


/********************************************************************************NEWSTYLES**********************************************************************/

.top_line_bg {
    background: #4e4e4e;
    height: 70px;
}

.width_1140px {
    width: 1140px;
    margin: 0 auto;
    position: relative
}

.top_menu {
    list-style: none;
    margin: 0px;
    padding: 0px
}

.top_menu > li {
    display: block;
    float: left;
    margin-right: 30px;
    position: relative;
    height: 70px;
}

.top_menu > li:hover > a {
    border-bottom: 3px solid #ff4444
}

.top_menu li.has_child {
    background: url(has_child.png) no-repeat center bottom 10px
}

.top_menu li.has_child:hover {
    background: url(has_child_active.png) no-repeat center bottom 10px
}

.top_menu li.has_child:hover a {
    border: none
}

.top_menu > li > a {
    color: #fff;
    font-family: ProximaNovaRegular;
    font-size: 17px;
    text-decoration: none;
    line-height: 70px;
}

.top_menu li ul.sub-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    padding: 15px;
    padding-top: 6px;
    top: 70px;
    height: auto;
    background: #f03233;
    min-width: 200px;
    -webkit-border-radius: 0px 0 5px 5px;
    -moz-border-radius: 0px 0 5px 5px;
    -khtml-border-radius: 0px 0 5px 5px;
    border-radius: 0px 0 5px 5px;
    border-top: none;
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
}
.top_menu li.has_child:hover ul.sub-menu {
    display: block;
    z-index: 1000;
    position: absolute;
    padding: 15px;
    padding-top: 6px;
    top: 70px;
    height: auto;
    background: #f03233;
    min-width: 200px;
    -webkit-border-radius: 0px 0 5px 5px;
    -moz-border-radius: 0px 0 5px 5px;
    -khtml-border-radius: 0px 0 5px 5px;
    border-radius: 0px 0 5px 5px;
    border-top: none;
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
}
.top_menu li ul.sub-menu li {
    display: block;
    float: none;
    text-align: left;
    background: none;
    margin: 0px;
    line-height: 20px;
    border-bottom: 1px solid #ef7374;
    border-right: none
}

.top_menu li ul.sub-menu li a {
    color: #fff;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    display: block;
    padding: 5px 0 5px 0px;
    font-size: 14px;
}

.top_menu li ul.sub-menu li:last-child {
    border: none
}

.top_menu li ul.sub-menu li a:hover {
    border-bottom: none;
    text-decoration: underline
}

.main_header_line {
    margin-bottom: 20px;
}

.logo_new {
    display: block;
    /*background: url(logo_new.png) no-repeat;*/
    width: 204px;
    height: 92px;
    position: relative;
    left: 0px;
    margin-top: 42px;
}

.phones_mail {
    position: relative;
    left: 0px;
    margin-top: 38px;
    font-family: ProximaNovaRegular;
    font-size: 22px;
    color: #000
}

.phones_top {
    background: url(top_phone.png) no-repeat left top 7px;
    padding-left: 30px;
    height: 56px;
    height: auto
}

.mail_top {
    background: url(top_mail.png) no-repeat left top 7px;
    padding-left: 30px;
    margin-top: 15px;
}

.top_cart {
    background: #d3d3d3 url(cart_icon.png) no-repeat left 20px center;
    height: 87px;
    display: block;
    width: 256px;
    position: relative;
    right: 0px;
    margin-top: 38px;
    padding-left: 110px;
	float: right;
}

.left_cart {
    width: 96px;
    float: left;
    padding-top: 20px;
    font-size: 12px;
    color: #8d8d8d;
    font-style: italic
}

.count_prod {
    display: block;
    font-size: 14px;
    color: #000;
    font-style: normal
}

.count_price {
    display: block;
    font-style: normal;
    font-size: 16px;
    color: #ff4444;
    margin-top: 5px;
}

.digit_in_round {
    position: absolute;
    left: 71px;
    top: 22px;
    font-size: 17px;
    font-weight: bold;
    color: #6b6b6b;
    font-style: normal;
    width: 25px;
    height: 26px;
    text-align: center
}

.digit_in_round1 {
    background: url(cart_yes.png) no-repeat;
    position: absolute;
    left: 68px;
    top: 15px;
    font-size: 17px;
    font-weight: bold;
    color: #6b6b6b;
    font-style: normal;
    width: 32px;
    height: 32px;
    text-align: center
}

.icon_to_order {
    display: block;
    width: 50px;
    height: 87px;
    background: url(icon_to_order.png) no-repeat;
    float: left
}

.icon_to_order:hover {
    background-position: 0px -87px;
}

.form_in_header {
    position: relative;
    left: 0px;
    margin-top: 38px;
    height: 90px;
    width: 180px;
}

.form_in_header input {
    display: block;
    box-sizing: border-box;
    background: #fff;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
    font-size: 12px;
    font-style: italic;
    width: 100%;
    margin-bottom: 5px;
}

.login {
    margin-top: 10px;
    background: url(login.png) no-repeat right center;
    float: right;
    padding-right: 20px;
    line-height: 20px;
}

.login a {
    color: #00edc2;
    text-transform: uppercase;
    text-decoration: none
}

.regist {
    margin-top: 12px;
    float: left
}

h1 {
    font-family: ProximaNovaBold;
    font-size: 32px;
    color: #ff4444;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase
}

.product_list {
    margin-bottom: 40px;
}

.product_item {
    /*width: 274px;
    float: left;*/
    height: auto;
    border: 1px solid #fff;
    padding-top: 35px;
    position: relative
}

.product_item:hover {
    border: 1px solid #ff4444;
}

.name_prod {
    margin-left: 35px;
    height: 78px;
    margin-bottom: 5px;
    width: 110px;
    float: left;
}

.price_prod {
    float: left;
    width: 84px;
    font-family: ProximaNovaBold;
    font-size: 36px;
    text-align: right;
    position: relative;
}

.price_prod .valuta {
    font-size: 16px;
}

.image_prod a {
    display: block;
    height: 202px;
    text-align: center
}

.name_prod a {
    text-decoration: none
}

.model_prod {
    color: #7e7e7e;
    font-size: 14px;
    font-style: italic
}

.model_manuf {
    color: #000000;
    font-size: 18px;
    height: 52px;
}

.tocart_incat {
    border: none;
    background: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 113%;
    height: 44px;
    font-weight: bold;
    cursor: pointer;
	margin-left: -15px;
	margin-bottom: 0;
}

.product_item:hover .tocart_incat {
    background: #ff4444;
    color: #fff;
}

h4 {
    font-size: 32px;
    font-family: ProximaNovaBold;
    color: #a8a8a8;
    margin: 0 0 20px 0;
}

.block_price {
    background: #e9e9e9;
    padding: 36px 23px 23px 23px;
}

.quantity_div {
    display: block;
    width: 112px;
    margin-left: 65px;
    margin-top: 24px;
    height: 26px;
    position: relative;
    padding: 0;
    text-align: center;
    line-height: normal !important;
    font-family: Arial;
}

.product-info .quantity_div {
    display: inline-block;
    vertical-align: middle;
    float: left
}

.quantity_div .quantity_input {
    text-align: center;
    width: 42px;
    height: 40px;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #000;
    border: none;
    font-family: ;
    font-size: 18px;
}

.quantity_div .plus, .minus {
    display: inline-block;
    vertical-align: top;
    padding: 0px !important;
    background: #eee;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    background: url(plus.png);
    width: 20px;
    height: 20px;
    margin-top: 10px;
}

.quantity_div .minus {
    background: url(minus.png);
    margin-right: 10px;
}

.quantity_div .plus {
    margin-left: 10px
}

.quantity_div .plus:hover, .quantity_div .minus:hover {
    background-position: 0px -20px;
}

.model_prod_h1 {
    color: #000;
    font-size: 18px;
    line-height: 16px;
    text-transform: lowercase;
    font-family: ProximaNovaRegular;
    display: block;
    font-weight: normal
}

.model_manuf_h1 {
    color: #000;
    font-size: 26px;
    text-transform: none;
    display: block;
    text-transform: uppercase
}

.price_in_good {
    float: left;
    width: 167px;
    font-size: 54px;
    font-family: ProximaNovaBold;
    text-align: right;
    position: relative
}

.price_in_good .price-old {
    font-size: 16px;
}

.price_in_good .price-old {
    position: absolute;
    top: -15px;
    right: 0px;
}

.price_in_good .valuta {
    font-size: 18px;
    font-family: ProximaNovaRegular;
    display: inline;
    margin-left: -15px;
}

.tocart_in_product {
    background: url(tocart_in_product.png) no-repeat;
    border: none;
    display: block;
    width: 170px;
    height: 48px;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    font-family: ProximaNovaRegular;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    float: left;
}

.icons_block {
    margin-top: 26px;
    margin-left: 20px;
}

.icons_block .brand {
    background: url(brand.png) no-repeat left top;
    padding-top: 45px;
    width: 123px;
    float: left;
    text-align: left;
}

.icons_block .model {
    background: url(model.png) no-repeat left top;
    padding-top: 45px;
    width: 143px;
    float: left;
    text-align: left;
}

.icons_block .nalichie {
    background: url(nalichie.png) no-repeat left top;
    padding-top: 45px;
    width: 103px;
    float: left;
    text-align: left;
}

.t_ic {
    font-style: italic;
    color: #787878
}

.znach {
    font-size: 15px;
    font-weight: bold
}

.option b {
    font-size: 14px;
    text-transform: uppercase;
    color: #ff4444;
    margin-bottom: 10px;
    display: inline-block
}

a.razm_table {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed #000
}

.sale {
    margin-bottom: 15px;
}
.sale img {
    margin-bottom: 15px;
}
a.quikb {
    margin-top: 10px;
    display: block;
    margin-left: 20px;
}

.price_prod .price-old {
    font-size: 16px;
    position: absolute;
    top: -20px;
    right: 0px;
    display: block;
    width: 84px;
    text-decoration: line-through;
    font-weight: normal;
    color: #707070
}

.sbr-sale {
    background: url(sbr-sale.png);
    height: 100px;
    width: 1130px;
    margin: 10px 0 20px 0;
}

.sbr-sale.hide {
	display: none;
}
.related-title {
    font-family: ProximaNovaBold;
    font-size: 26px;
    color: #ff4444;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
.related-list {
    padding:0;
    position: relative;
}
.related-list li{
    display: inline-block;
    width: 178px;
    height: 200px;
    float: left;
    position: relative;
    border: 1px solid #fff;
    margin: 0 10px 40px 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
}

.related-list:after{
    content:"";
    display:block;
    clear:both;
}
.related-list li > .cart {
    position:absolute;
    bottom:0px;
    width: 100%;
}
.related-list li > .cart > input.button {
    width:100%;
    background: #fff;
    color:#000;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.related-list li:hover{
    border: 1px solid #ff4444;
}
.related-list li:hover > .cart > input.button {
    width:100%;
    background: #ff4444;
    color:#fff;
}
.related-list li > .name a {
    color: #000;
    text-decoration: none !important;
    display: block;
    height: 40px;
    line-height: 18px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
}
.related-list li > .price {
    font-family: ProximaNovaBold;
    font-size: 16px;
    margin-top: 5px;
}
.showAll{
     font-family: ProximaNovaRegular;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 40px;
    background: #ff4444;
    width: 200px;
    text-align: center;
    margin-bottom: 20px;
    float: right;
}

.simplecheckout-left-column{
    clear:both;
}
.slick-slide img {
    display: inline-block;
}
.slick-prev:before, .slick-next:before {
    color:#f00;
}
.slick-prev, .slick-next {
    top:40%;
}


@media (max-width: 1080px) {
	img {max-width:100%;}
	body {
		min-width: 100%;
		
	}
	.width_1140px {
		width: 95%;
		margin: 0 auto;
		position: relative
	}
	.top_menu > li {
		display: block;
		float: left;
		margin-right: 15px;
		position: relative;
		height: 70px;
	}
	.top_menu > li > a {
		color: #fff;
		font-family: ProximaNovaRegular;
		font-size: 14px;
		text-decoration: none;
		line-height: 70px;
	}
	.logo_new {
		background: url(logo_new.png) no-repeat top left/ 100% auto;
		width: 150px;
		height: 68px;
		position: relative;
		left: 0px;
		margin-top: 42px;
	}
	.phones_mail {
		position: relative;
		left: 0px;
		margin-top: 38px;
		font-size: 22px;
	}
	.form_in_header {
		position: relative;
		left: 0px;
		margin-top: 38px;
		height: 90px;
		width: 180px;
	}
	#column-left {
	}
	#content {
		margin-top: 0px;
		margin-bottom: 25px;
		background: #FFFFFF;
	}
	.product_item {
		height: auto;
		border: 1px solid #fff;
		padding-top: 10px;
		position: relative
	}
	.name_prod {
		margin-left: 25px;
		height: 78px;
		margin-bottom: 5px;
		width: 110px;
		float: left;
	}
	.price_prod {
		float: left;
		width: 84px;
		font-family: ProximaNovaBold;
		font-size: 32px;
		text-align: right;
		position: relative;
	}

	.image_prod a {
		display: block;
		height: 202px;
		text-align: center
	}
	.footer_wrapper {
		border-top: 1px solid #ff4444;
		min-width: 100%;
		position: relative;
		padding-top: 20px;
	}
	.newfooter {
		width: 95%;
		margin: 0 auto;
		position: relative;
		height: 170px;
	}
}

@media (max-width: 768px) {
	.navbar-toggle {
		position: relative;
		float: left;
		padding: 9px 10px;
		margin-top: 18px;
		margin-left: 15px;
		margin-right: 10px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid #FFF;
		border-radius: 4px;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #FFF;
	}
	.logo_new {
		background: url(logo_new.png) no-repeat top left/ 100% auto;
		width: 150px;
		height: 68px;
		position: relative;
		left: 0px;
		top: 0px;
		margin-top: 20px;
		float: none;
		margin: 20px auto;
	}
	.phones_mail {
		position: relative;
		left: 0px;
		top: 0px;
		font-size: 22px;
		margin-top: 20px;
		float: none;
	}
	#search {
		position: absolute;
		top: 20px;
		right: 0px;
		padding: 0px;
		width: 220px;
	}
	#search input {
		margin: 0px;
		padding: 0px 10px 0 10px;
		width: 190px;
		height: 32px;
	}
	.form_in_header {
		position: relative;
		left: auto;
		top: auto;
		height: 90px;
		width: 180px;
	}
	.top_line_bg {
		height: auto;
	}
	.top_menu {
		margin-top: 80px;
	}
	.top_menu > li {
		display: block;
		float: none;
		margin-right: 0px;
		height: auto;
		padding-left: 15px;
	}
	.top_menu > li > a {
		line-height: 3;
	}
	.top_menu li ul.sub-menu {display: block; border-radius: 0px; top: 0px; position: relative;}
	.box-heading {
		height: auto;
		padding: 10px 10px 0px 15px;
		background: #ff4444;
		font-family: ProximaNovaRegular;
		text-transform: uppercase;
		font-size: 24px;
		line-height: 37px;
		color: #fff;
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
	}
	.box-heading .navbar-toggle {
		position: relative;
		float: left;
		padding: 9px 10px;
		margin-top: 5px;
		margin-left: 15px;
		margin-right: 10px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid #FFF;
		border-radius: 4px;
	}
	h1 {
		font-family: ProximaNovaBold;
		font-size: 22px;
		color: #ff4444;
		margin: 0px;
		padding: 0px;
		text-transform: uppercase
	}
	#testimonial input[type="text"] {width: 99%;}
}

a.quikb{
margin-left: 0px;
text-decoration: none;
    font-family: ProximaNovaRegular;
    font-size: 18px;
}
a.quikb span{
        background: #a92521;
    padding: 10px 20px 10px 20px;
    color: #fff;

    text-transform: uppercase;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child{
    height: auto;
}

.header-mobile-phone {
    display: block;
    width: 30px;
    height: 30px;

    font-size: 0.1px !important;
    color: transparent !important;

    background: url("/catalog/view/theme/flowerswolrd/stylesheet/phone-call.svg") center no-repeat;
    background-size: contain;
}

/*.header-mobile-phone img {
    display: block;
    width: 30px;
    height: 30px;
}*/