body {
    font: 16px/24px 'Open Sans', sans-serif;
    color: #494949;
    /*	font-size: 12px;*/
    /*	line-height: 20px;*/
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1, .h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    padding: 0 0 23px 0;
    margin: 0px;
    color: #373838;
}

h2, .h2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    padding: 0 0 12px 0;
    margin: 0px;
    color: #373838;
}

h3, .h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    padding: 8px 0 9px 0;
    margin: 0px;
    color: #373838;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    font-size: 16px;
    color: #169aed;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #169aed;
}

a:active, a:focus, img {
    outline: 0;
    outline: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

.content p {
    margin: 0 0 23px;
}

.content p.quote {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 58px;
}

.content b {
    font-weight: 600;
}

.list-unstyled {
    padding-left: 30px;
    padding-bottom: 25px;
}

.list-unstyled li {
    list-style: none;
    padding-left: 25px;
    background: url(../image/o/li.png) 0 11px no-repeat;
}

.content table {
    width: 98%;
    border-collapse: collapse;
    text-align: left;
    border-bottom: 3px solid #d4d4d4;
}

.content table th, thead td {
    border-bottom: 4px solid #108aea;
    padding: 20px 20px 18px;
    font-weight: 600;
}

.content table td {
    border: 1px solid #d4d4d4;
    padding: 17px 20px 21px;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
    box-sizing: border-box;
    color: #494949;
    font: 16px 'Open Sans', sans-serif;
    -webkit-appearance: none;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.inputbox, .textarea,
.content input[type="text"], .content input[type="password"], .content input[type="email"],
.content textarea {
    width: 250px;
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #b1b1b1;
    box-sizing: border-box;
    color: #494949;
    font: normal 16px 'Open Sans', sans-serif;
    -webkit-appearance: none;
}

.content textarea, textarea.textarea {
    width: 108px;
    height: 140px;
    padding: 5px 10px;
    resize: none;
}

.inputbox:focus, .textarea:focus,
.content input[type="text"]:focus, .content input[type="password"]:focus, .content input[type="email"]:focus,
.content textarea:focus {
    border-color: #000;
}

.button, .foxbutton,
.content button, .content input[type="button"] {
    cursor: pointer;
    height: 42px;
    width: auto;
    padding: 0px 20px;
    color: #fff;
    font: normal 16px/42px 'Open Sans', sans-serif;
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-appearance: none;
    box-shadow: 0px 2px 0px 0px rgba(3, 116, 205, 1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #169aed;
    background: linear-gradient(top, #169aed, #0f89e9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#169aed), to(#0f89e9));
    background: -webkit-linear-gradient(top, #169aed, #0f89e9);
    background: -moz-linear-gradient(top, #169aed, #0f89e9);
    background: -o-linear-gradient(top, #169aed, #0f89e9);
    background: -ms-linear-gradient(top, #169aed, #0f89e9);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#169aed', endColorstr='#0f89e9', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#169aed',endColorstr='#0f89e9')";
}

.button:hover, .foxbutton:hover,
.content button:hover, .content input[type="button"]:hover, {
    box-shadow: 0px 2px 0px 0px rgba(0, 101, 205, 1);
    background: #31afff;
    background: linear-gradient(top, #31afff, #0f85e9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#31afff), to(#0f85e9));
    background: -webkit-linear-gradient(top, #31afff, #0f85e9);
    background: -moz-linear-gradient(top, #31afff, #0f85e9);
    background: -o-linear-gradient(top, #31afff, #0f85e9);
    background: -ms-linear-gradient(top, #31afff, #0f85e9);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#31afff', endColorstr='#0f85e9', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#31afff',endColorstr='#0f85e9')";
}

.button:active, .foxbutton:active,
.content button:active, .content input[type="button"]:active, .content input[type="submit"]:active {
}

.error {
    border-color: #CC0000 !important;
    color: #CC0000 !important;
}

.button-yellow {
    cursor: pointer;
    height: 42px;
    width: auto;
    padding: 0px 20px;
    color: #fff;
    font: normal 16px/42px 'Open Sans', sans-serif;
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-appearance: none;
    box-shadow: 0px 2px 0px 0px rgba(207, 76, 6, 1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #f67929;
    background: linear-gradient(top, #f67929, #f36822);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f67929), to(#f36822));
    background: -webkit-linear-gradient(top, #f67929, #f36822);
    background: -moz-linear-gradient(top, #f67929, #f36822);
    background: -o-linear-gradient(top, #f67929, #f36822);
    background: -ms-linear-gradient(top, #f67929, #f36822);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f67929', endColorstr='#f36822', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f67929',endColorstr='#f36822')";
}

.button-yellow:hover {
    box-shadow: 0px 2px 0px 0px rgba(207, 58, 6, 1);
    background: #f68529;
    background: linear-gradient(top, #f68529, #ff5216);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f68529), to(#ff5216));
    background: -webkit-linear-gradient(top, #f68529, #ff5216);
    background: -moz-linear-gradient(top, #f68529, #ff5216);
    background: -o-linear-gradient(top, #f68529, #ff5216);
    background: -ms-linear-gradient(top, #f68529, #ff5216);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f68529', endColorstr='#ff5216', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f68529',endColorstr='#ff5216')";
    color: #fff;
}

.button-yellow:focus {
    color: #fff;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/* top */
#top {
    height: 40px;
    border-bottom: 1px solid #cceaff;
    z-index: 95;
    position: relative;
    background: #fff;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top-links {
    margin-left: -30px;
    margin-right: -15px;
}

#top-links li {
    display: inline-block;
    list-style: none;
    position: relative;
}

#top .btn-link, #top-links a {
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
    white-space: nowrap;
    font-size: 14px;
    color: #394145;
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover, #top-links li.active > a {
    background: #0E78C3;
    color: #fff;
}

#top .header-account {
    float: right;

}

#top .header-account a {
    color: #169aed;
    text-decoration: underline;
    padding: 0 10px;
}

#top .header-account a:hover {
    background: transparent;
    color: #169aed;
    text-decoration: none;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {

}

#top-links a + a {

}

.menu-overlay {
    display: none;
    z-index: 90;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

header {
    padding: 34px 0 28px 0;
    border-bottom: 1px solid #b4e0ff;
}

header .model {
}

header .model ul {
    padding: 0;
    margin: 0;
}

header .model ul li {
    list-style: none;
    display: table-cell;
    width: 73px;
    text-align: center;
    padding: 0px;
    vertical-align: middle
}

header .model ul li img {
    max-width: 100%;
    height: auto;
}

header .title {
    padding-left: 10px;
    position: relative;
    color: #505050;
    font-weight: 600;
    line-height: 19px;
}

header .info {
    padding-left: 10px;
}

header .info .item {
    display: inline-block;
    float: left;
    padding-right: 14px;
    color: #505050;
    padding-left: 25px;
    margin-bottom: 1px;
    font-size: 15px;
    line-height: 24px;
}

header .info .time {
    background: url(../image/o/time-ico.png) 0 50% no-repeat;
}

header .info .adr {
    background: url(../image/o/point-ico.png) 0 2px no-repeat;
    padding-right: 0px;
}

header .info .adr a.link {
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
    color: #505050;
}

header .info .adr a.link:hover {
    text-decoration: none;
}

header .info .home {
    background: url(../image/o/phone-ico.png) 4px 50% no-repeat;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    padding-right: 10px;
}

header .info .star {
    background: url(../image/o/star-ico.png) 0 50% no-repeat;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    padding-right: 10px;
}

header .info .mts {
    background: url(../image/o/mts-ico.png) 0 50% no-repeat;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    padding-right: 0px;
}

header .info .item a {
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}

header .info .item i {
    font-size: 17px;
    font-weight: 400;
    color: #7f7f7f;
    font-style: normal;
}

/* top mob menu */
#top-links .menu-tab {
    display: none;
}

.sub-menu {
    position: fixed;
    left: -100%;
    top: 41px;
    height: 600px;
    display: block;
    z-index: 95;
    overflow-y: scroll;
    overflow-x: hidden;
}

.main-mob-menu {
    display: block;
    float: left;
    width: 250px;
    /*height: 100%;*/
    background: #f7fbfe;;
}

.main-mob-menu ul {
    box-sizing: border-box;
}

.main-mob-menu ul > li {
    list-style: none;
    width: 100%;
}

.main-mob-menu ul > li > a {
    display: block;
    line-height: 40px;
    padding: 0 25px;
    white-space: nowrap;
    font-size: 14px;
    text-decoration: none;
    /*color: #fff;*/
}

.main-mob-menu ul > li > a:hover, .header .main-mob-menu ul > li.active > a {
    text-decoration: underline;
}

.main-mob-menu ul > li > ul {
    padding-left: 20px;
}

/* logo */
header #logo {
    line-height: 0px;
    padding-bottom: 15px;
}

header #logo img {
    max-width: 100%;
    height: auto;
}

/* search */
header .search {
    position: relative;
}

header .search .inputbox {
    width: 100%;
    padding: 5px 60px 5px 10px;
    height: 44px;
    border: 2px solid #5ab5f2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.head-title {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 52px;
}

.head-title h2 {
    display: inline-block;
    font-size: 38px;
    line-height: 42px;
    padding-right: 165px;
    background: url(../image/o/h1-logo.png) 100% 7px no-repeat;
    color: #000;
    font-weight: 700;
    padding-bottom: 17px;
}

.head-title b {
    display: block;
    color: #010101;
    font-size: 18px;
    padding-top: 20px;
}

.content-main {
    padding: 46px 0 35px 0;
}

/* inner-menu */
.content-inner-menu {
    display: none;
    background: #f7fbfe;
    border-radius: 5px;
    border: 1px solid #cceaff;
    padding: 10px 0;
    margin-bottom: 15px;
}

.content-inner-menu .h3 {
    display: none;
}

.content-inner-menu ul.colum {
    float: left;
    width: 33.33%;
    padding: 0px;
}

.content-inner-menu ul > li {
    display: block;
    list-style: none;
    background: none;
    padding: 0;
}

.content-inner-menu ul > li > a {
    display: block;
    font-size: 15px;
    color: #169aed;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.content-inner-menu ul > li.ico-zaz > a {
    padding-left: 60px;
    background: url(../image/o/zaz-ico.png) 20px 50% no-repeat;
}

.content-inner-menu ul > li.ico-daewoo > a {
    padding-left: 60px;
    background: url(../image/o/daewoo-ico.png) 20px 50% no-repeat;
}

.content-inner-menu ul > li.ico-chev > a {
    padding-left: 60px;
    background: url(../image/o/chevrolet-ico.png) 20px 50% no-repeat;
}

.content-inner-menu ul > li > a:hover, .content-inner-menu > ul > li.active > a {
    color: #1f1f1f;
    text-decoration: none;
}

.content-inner-menu ul > li.active ul {
    display: block;
    padding: 0px;
}

.content-inner-menu ul > li > ul {
    display: none;
}

.content-inner-menu ul > li > ul > li {
    list-style: none;
    background: none;
    padding: 0;
}

.content-inner-menu ul > li > ul > li > a {
    display: block;
    position: relative;
    padding: 6px 20px 5px 65px;
    font-size: 15px;
    color: #696969;
    margin: 0 -1px;
}

.content-inner-menu ul > li > ul > li.active > a, .content-inner-menu > ul > li > ul > li > a:hover {
}

.content-inner-menu .cont-menu-hide {
    display: none;
}

/* home imgcategory */
.imgcategory .image {
    position: relative;
    border: 3px solid #b8e0f9;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    line-height: 0px;
    height: 165px;
    vertical-align: middle;
}

.imgcategory .image .mod {
    display: block;
    position: absolute;
    top: 11px;
    left: 15px;
}

.imgcategory .image a {
    text-align: center;
    height: 165px;
    vertical-align: middle;
    display: table-cell !important;
}

.imgcategory .image img {
    max-width: 100%;
    height: auto;
    border: none !important;
}

.imgcategory .title {
    display: table;
    width: 100%;
    background: #0E78C3;
    padding: 11px 15px 8px 35px;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    text-align: center;
}

.imgcategory .title a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    padding-right: 35px;
    background: url(../image/o/car-arr.png) 100% 50% no-repeat;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    line-height: 18px;
    height: 38px;
}

.imgcategory .title a:hover {
    text-decoration: underline;
}

.imgcategory .cat-zaz .image {
    border-color: #b8e0f9;
    display: table;
    width: 100%;
}

.imgcategory .cat-daewoo .image {
    border-color: #bec5da;
    display: table;
    width: 100%;
}

.imgcategory .cat-chev .image {
    border-color: #fddbbc;
    display: table;
    width: 100%;
}

.imgcategory .cat-zaz .title {
    background: #0E78C3;
}

.imgcategory .cat-daewoo .title {
    background: #284084;
}

.imgcategory .cat-chev .title {
    background: #fa8720;
}

.imgcategory .cat-zaz .image .mod {
    background: url(../image/o/main-zaz-ico.png) 0 0 no-repeat;
    width: 56px;
    height: 50px;
}

.imgcategory .cat-daewoo .image .mod {
    background: url(../image/o/main-dae-ico.png) 0 0 no-repeat;
    width: 84px;
    height: 63px;
    top: 3px;
    left: 8px;
}

.imgcategory .cat-chev .image .mod {
    background: url(../image/o/main-chev-ico.png) 0 0 no-repeat;
    width: 82px;
    height: 36px;
}

.bot-line {
    background: #0E78C3;
    padding: 15px 0 0;
}

.bot-line .item {
    width: 25%;
    padding: 0 15px 10px;
    float: left;
    box-sizing: border-box;
}

.bot-line .item .img {
    display: table-cell;
    width: 50px;
    height: 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.bot-line .item .img img {
    max-width: 100%;
    height: auto;
}

.bot-line .item .text {
    display: table-cell;
    padding-left: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
}


#search {
    width: 100%;
}

#search .input-lg {
    width: 100%;
    padding: 5px 60px 5px 10px;
    height: 44px;
    border: 2px solid #5ab5f2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#search .btn-lg {
/*    position: absolute;*/
/*    top: 31px;*/
    	right: 7px;
	margin-bottom: 5px;

/*    padding: 0 15px;*/
    text-indent: -9999px;
    background: url(../image/o/search-ico.png) 50% 50% no-repeat #1290eb;
    width: 80px;
    border-radius: 0 10px 10px 0;
}

#search .input-lg:focus {
    border-color: #0E78C3;
}

#search .btn-lg:hover {
    background-color: #0E78C3;
}

/* cart */
#cart {
    display: inline-block;
    float: right;
    width: 100%;
}

#cart .cart-mini {
    position: relative;
}

#cart .cart-mini-head {
    display: inline-block;
    text-align: center;
}

#cart .cart-mini-head .buy-cart {
    display: inline-block;
    position: relative;
    width: 102px;
    height: 85px;
    right: 10px;
    background: url(../image/o/cart-bg.png) 0 0 no-repeat;
}

#cart .cart-mini-head .buy-cart .count {
    position: absolute;
    top: 6px;
    right: 4px;
    display: block;
    width: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

#cart .cart-mini-head .price {
    display: inline-block;
    font-size: 16px;
    color: #505050;
    font-weight: 600;
}

#cart .cart-mini-info {
    display: none;
    position: absolute;
    top: 105px;
    margin-top: 30px;
    right: 0px;
    width: 435px;
    background: #fff;
    z-index: 20;
    box-shadow: 3px 4px 17px 0px rgba(33, 57, 72, 0.33);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#cart .cart-mini-info .ungle {
    position: absolute;
    top: -31px;
    right: 40px;
    width: 150px;
    height: 31px;
    background: url(../image/o/cart-ungle.png) 100% 0 no-repeat;
}

#cart .cart-mini-info .item {
    display: table;
    padding: 19px 15px 17px;
    border-bottom: 1px solid #e6e5e5;
    width: 100%;
    box-sizing: border-box;
}

#cart .cart-mini-info .col {
    display: table-cell;
    padding: 0 5px;
    vertical-align: middle;
    text-align: left;
    color: #394145;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
}

#cart .cart-mini-info .col a {
    font-size: 13px;
    line-height: 14px;
}

#cart .cart-mini-info .image {
    width: 20%;
    line-height: 0px;
}

.simplecheckout-right-column .cart-item .item {
     padding-left: 0px !important;
    padding-right: 5px !important;
}

#cart .cart-mini-info .image img {
    max-width: 100%;
    height: auto;
}

#cart .cart-mini-info .name {
    width: 225px;
}

#cart .cart-mini-info .name.padding {
    width: 165px;
}

#cart .cart-mini-info .quantity span {
    padding-left: 11px;
    background: url(../image/o/mult-ico.png) 0 50% no-repeat;
    width: 40px;
}

#cart .cart-mini-info .price {
    width: 100px;
    text-align: right;
}

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

#cart .cart-mini-info .item-button {
    padding: 18px 20px 16px;
    text-align: left;
}

#cart .cart-mini-info .button-yellow {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

#cart .cart-mini-info .empty {
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #394145;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
}

.button:hover, .button:focus {
    color: #fff;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }

    .left-menu {
        border: none !important;
    }

}




#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
#content {
    min-height: 600px;
    padding-top: 25px;
    padding-bottom: 35px;
}

aside {
    padding-top: 25px;
    padding-bottom: 35px;
}

/* pagination */
.ajax-more {
    padding-top: 36px;
    text-align: center;
}

.ajax-more .button {
    height: 39px;
    line-height: 39px;
}

.ajax-more .button:hover {
    color: #fff;
}

.pagenav {
    padding: 23px 0 0;
    color: #111111;
    text-align: center;
}

.pagenav span, .pagenav a {
    display: inline-block;
    width: 43px;
    height: 37px;
    line-height: 41px;
    text-align: center;
    font-size: 15px;
    margin-right: 0px;
    color: #303030;
    border: 2px solid #afdcfa;
    border-radius: 5px;
    font-weight: 600;
}

.pagenav b {
    display: inline-block;
    width: 32px;
    height: 41px;
    line-height: 41px;
    text-align: center;
}

.pagenav span {
    text-decoration: none;
    background: #fff;
    margin-right: 4px;
    height: 42px;
    line-height: 39px;
}

.pagenav a {
    color: #fff;
    text-decoration: none;
    border: none;
    width: 47px;
    height: 39px;
    margin-right: 4px;
    box-shadow: 0px 2px 0px 0px rgba(0, 101, 205, 1);
    top: -2px;
    background: #169aed;
    background: linear-gradient(top, #169aed, #0f89e9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#169aed), to(#0f89e9));
    background: -webkit-linear-gradient(top, #169aed, #0f89e9);
    background: -moz-linear-gradient(top, #169aed, #0f89e9);
    background: -o-linear-gradient(top, #169aed, #0f89e9);
    background: -ms-linear-gradient(top, #169aed, #0f89e9);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#169aed', endColorstr='#0f89e9', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#169aed',endColorstr='#0f89e9')";
}

.pagenav a:hover {
    box-shadow: 0px 2px 0px 0px rgba(0, 101, 205, 1);
    background: #31afff;
    background: linear-gradient(top, #31afff, #0f85e9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#31afff), to(#0f85e9));
    background: -webkit-linear-gradient(top, #31afff, #0f85e9);
    background: -moz-linear-gradient(top, #31afff, #0f85e9);
    background: -o-linear-gradient(top, #31afff, #0f85e9);
    background: -ms-linear-gradient(top, #31afff, #0f85e9);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#31afff', endColorstr='#0f85e9', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#31afff',endColorstr='#0f85e9')";
}

/* footer */
footer {
    font-size: 14px;
    color: #c0cfd7;
    line-height: 20px;
    padding: 50px 0 80px;
    width: 100%;
    /* margin: -265px auto 0; */
    background: #394145;
    position: relative;
    display: block;
}

footer h3 {
    font-size: 13px;
    color: #83c9f5;
    font-weight: 600;
    padding: 0 0 7px 0;
}

footer .logo {
    padding-bottom: 20px;
    line-height: 0px;
}

footer .copyright {
    font-weight: 400;
    max-width: 200px;
}

footer .col40 {
    text-align: right;
}

footer .col40 .item {
    float: right;
}

footer .item {
    display: inline-block;
    padding: 3px 0 3px 27px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 18px;
}

footer .time {
    background: url(../image/o/time-footer.png) 0 50% no-repeat;
}

footer .adr {
    background: url(../image/o/point-footer.png) 0 2px no-repeat;
}

footer .home {
    background: url(../image/o/phone-ico.png) 5px 50% no-repeat;
    font-weight: 700;
}

footer .star {
    background: url(../image/o/star-ico.png) 0 50% no-repeat;
    font-weight: 700;
}

footer .mts {
    background: url(../image/o/mts-ico.png) 4px 50% no-repeat;
    font-weight: 700;
}

footer .item a {
    color: #c0cfd7;
    font-weight: 600;
    text-decoration: none;
}

footer .item i {
    font-weight: 400;
    font-style: normal;
}

footer ul {
    padding: 0;
}

footer li {
    display: inline-block;
    list-style: none;
    float: left;
    text-align: center;
    margin-right: 13px;
}

footer li a {
    display: inline-block;
    font-size: 12px;
    color: #c0cfd7;
    line-height: 14px;
    text-decoration: none;
}

footer li span.ico {
    display: block;
    height: 45px;
    vertical-align: middle;
    line-height: 45px;
    text-align: center;
}

footer li span.ico img {
    padding: 0 5px;
    vertical-align: middle;
}

footer li a b {
    display: inline;
    border-bottom: 1px dotted #c0cfd7;
    font-weight: 400;
}

footer li a:hover b {
    border-bottom: none;
    color: #c0cfd7;
}

footer li a i {
    text-decoration: underline;
    font-style: normal;
}

footer li a:hover i {
    text-decoration: none;
    color: #c0cfd7;
}

footer .soc li {
    float: left;
    margin-right: 5px;
}

footer .soc li a {
    display: inline-block;
    line-height: 0px;
}

footer .fs { /*position: absolute;*/
    font-size: 13px;
    top: 120px;
}

footer .fs a {
    text-decoration: none;
    font-size: 13px;
    color: #c0cfd7;
}

footer .fs a:hover {
    text-decoration: underline;
    color: #c0cfd7;
}

footer .fs span {
    display: inline-block;
    padding: 10px 0 0 25px;
    line-height: 30px;
    height: 30px;
    background: url(../image/o/fs.png) 0 50% no-repeat;
    text-decoration: none;
}

footer .col50 {
    width: 50%;
    float: left;
}

footer .col-sm-5 .col50 {
    width: 50%;
    float: left;
}

footer .cols40 {
    width: 40%;
    float: left;
}

footer .cols60 {
    width: 60%;
}

.soc .yashare-auto-init {
    display: inline-block;
}

.soc .b-share {
    display: inline-block;
    padding: 0px !important;
}

.soc .b-share__handle {
    padding: 0 5px 0 0 !important;
    height: 22px !important;
}

.b-share-icon {
    width: 22px !important;
    height: 22px !important;
}

.b-share-icon_vkontakte {
    background: url(../image/o/vk.png) 0 0 no-repeat !important;
}

.b-share-icon_odnoklassniki {
    background: url(../image/o/od.png) 0 0 no-repeat !important;
}

.b-share-icon_twitter {
    background: url(../image/o/twitter.png) 0 0 no-repeat !important;
}

.b-share-icon_facebook {
    background: url(../image/o/fb.png) 0 0 no-repeat !important;
}

.soc .soc-title {
    display: inline-block;
}

.col60 {
    width: 60%;
    float: left;
}

.col40 {
    width: 40%;
    float: left;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px;
    color: #000;
    font-weight: 600;
    background: none;
    padding: 0;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: none;
    padding: p;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb a {
    display: inline-block;
    background: url(../image/o/bc-arr-active.png) 100% 6px no-repeat;
    padding: 0 17px 0 0;
    margin-right: 5px;
    font-size: 14px;
    line-height: 16px;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    cursor: pointer;
    height: 42px;
    width: auto;
    padding: 0 20px;
    color: #fff;
    font: 16px/42px 'Open Sans', sans-serif;
    border: none;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-appearance: none;
    box-shadow: 0 2px 0 0 rgba(3, 116, 205, 1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #169aed;
    background: linear-gradient(top, #169aed, #0f89e9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#169aed), to(#0f89e9));
    background: -webkit-linear-gradient(top, #169aed, #0f89e9);
    background: -moz-linear-gradient(top, #169aed, #0f89e9);
    background: -o-linear-gradient(top, #169aed, #0f89e9);
    background: -ms-linear-gradient(top, #169aed, #0f89e9);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#169aed', endColorstr='#0f89e9', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#169aed',endColorstr='#0f89e9')";

}

.button:focus {
    color: #fff;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* category left-menu */
.left-menu {
    background: #f7fbfe;
    border-radius: 5px;
    border: 1px solid #cceaff;
    margin-right: 20px;
    padding: 10px 0;
}

.left-menu > ul {
    padding-left: 0;
}

.left-menu > ul > li {
    list-style: none;
    padding: 3px 0;
}

.left-menu > ul > li > a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #169aed;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.left-menu > ul > li.ico-zaz > a {
    padding-left: 60px;
    background: url(../image/o/zaz-ico.png) 20px 50% no-repeat;
}

.left-menu > ul > li.ico-daewoo > a {
    padding-left: 60px;
    background: url(../image/o/daewoo-ico.png) 20px 50% no-repeat;
}

.left-menu > ul > li.ico-chev > a {
    padding-left: 60px;
    background: url(../image/o/chevrolet-ico.png) 20px 50% no-repeat;
}

.left-menu > ul > li > a:hover, .left-menu > ul > li.active > a {
    color: #1f1f1f;
    text-decoration: none;
}

.left-menu > ul > li.active ul {
    display: block;
}

.left-menu > ul > li > ul {
    display: none;
    padding-left: 0;
}

.left-menu > ul > li > ul > li {
    list-style: none;
    padding: 0;
}

.left-menu > ul > li > ul > li > a {
    display: block;
    position: relative;
    padding: 6px 20px 5px 65px;
    font-size: 15px;
    color: #696969;
    margin: 0 -1px;
}

.left-menu > ul > li > ul > li.active > a, .left-menu > ul > li > ul > li > a:hover {
    color: #fff;
    box-shadow: 0px 2px 0px 0px rgba(3, 116, 205, 1);
    text-decoration: none;
    background: #169aed;
    background: linear-gradient(top, #169aed, #108ae9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#169aed), to(#108ae9));
    background: -webkit-linear-gradient(top, #169aed, #108ae9);
    background: -moz-linear-gradient(top, #169aed, #108ae9);
    background: -o-linear-gradient(top, #169aed, #108ae9);
    background: -ms-linear-gradient(top, #169aed, #108ae9);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#169aed', endColorstr='#108ae9', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#169aed',endColorstr='#108ae9')";
}

.left-menu > ul > li > ul > li.active > a .ungle {
    position: absolute;
    top: 0px;
    right: -13px;
    display: block;
    width: 13px;
    height: 36px;
    background: url(../image/o/left-menu-ungle.png) 0 0 no-repeat;
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product cart */

.product-info .left .thumbnail {
    max-width: 100%;
    height: auto;
    border: 2px solid #CCEAFF;
    padding: 0;
}

.product-info .left .image-additional a {
    max-width: 100%;
    height: auto;
    border: 2px solid #CCEAFF;
}

.product-info .right {
    width: 50%;
    float: right;
    padding-left: 15px;
    box-sizing: border-box;
}

.product-info .right h1 {
    font-size: 30px;
    line-height: 36px;
}

.product-info .right .prod-price {
    padding-bottom: 22px;
    display: inline-block;
}

.product-info .right .order-button {
    float: left;
    margin-right: 25px;
    height: 46px;
    line-height: 46px;
}

.product-info .right .order-button:hover {
    color: #fff;
}

.product-info .right .order-button .ico {
    display: inline-block;
    padding-left: 45px;
    background: url(../image/o/order-ico.png) 0 50% no-repeat;
}

.product-info .right .prices-float {
    float: left;
    color: #007dd4;
}

.product-info .right .prices-float .price {
    display: block;
    font-size: 32px;
    line-height: 28px;
    font-weight: 700;
}

.product-info .right .prices-float .comp {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #5bbc35;
}

.product-info .right .description {
    padding-bottom: 24px;
    font-size: 16px;
}

.product-info .right .description p:last-child {
    margin-bottom: 0px;
}

.product-info .right .wrap-sku {
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    color: #424242;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.product-info .right .wrap-sku .sku-area {
    padding: 10px 15px;
}

.product-info .right .wrap-sku .sku-area span {
    font-size: 16px;
}

.product-info .right .wrap-sku .kros-area {
    padding: 10px 15px;
    border-top: 1px solid #D4D4D4;
}

.product-info .right .wrap-sku .kros-area span {
    font-size: 14px;
    color: #E1E1E1;
}

.product-info .right .block-comp {
    padding-left: 30px;
    font-size: 14px;
    color: #5bbc35;
    background: url(../image/o/comp-ico.png) 0 0 no-repeat;
    font-weight: 600;
    margin-bottom: 26px;
    line-height: 24px;
    text-align: left;
}

.product-info .right .block-dev {
    color: #606060;
    font-size: 12px;
}

.product-info .right .block-dev h3 {
    font-size: 16px;
    color: #161616;
    padding: 0 0 10px 0;
}

.product-info .right .block-dev ul {
    padding: 0px;
}

.product-info .right .block-dev li {
    position: relative;
    display: inline-block;
    background: none;
    padding: 0px;
    list-style: none;
    float: left;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 5px;
}

.product-info .right .block-dev li a {
    display: inline-block;
    font-size: 12px;
    color: #606060;
    line-height: 14px;
    text-decoration: none;
}

.product-info .right .block-dev li a span.ico {
    display: block;
    height: 45px;
    vertical-align: middle;
    border-bottom: none;
    line-height: 45px;
    text-align: center;
}

.product-info .right .block-dev li a span.ico img {
    padding: 0 5px;
    vertical-align: middle;
}

.product-info .right .block-dev li a b {
    display: inline;
    border-bottom: 1px dotted #606060;
    font-weight: 400;
}

.product-info .right .block-dev li a:hover b {
    border-bottom: none;
}

.product-info .right .block-dev li a i {
    text-decoration: underline;
    font-style: normal;
}

.product-info .right .block-dev li a:hover i {
    text-decoration: none;
}

.product-info .right .block-dev li .descr {
    display: none;
    position: absolute;
    top: 80px;
    left: -25px;
    padding: 15px 20px;
    background: #fff;
    font-size: 14px;
    color: #212121;
    text-align: left;
    z-index: 20;
    border: 1px solid #e1e1e1;
    line-height: 18px;
    box-sizing: border-box;
    width: 245px;
    box-shadow: 3px 4px 21px 0px rgba(0, 0, 0, 0.08);
}

.product-info .right .block-dev li .descr .ungle {
    display: block;
    position: absolute;
    top: -11px;
    left: 35px;
    width: 24px;
    height: 11px;
    background: url(../image/o/ship-ungle.png) 0 0 no-repeat;
}

.product-info .right .block-dev li .descr h3 {
    display: none;
}

.product-info .right .block-dev li .descr h3 .close {
    display: inline-block;
    float: right;
    width: 11px;
    height: 11px;
    background: url(../image/o/ship-close.png) 0 0 no-repeat;
    cursor: pointer;
}

.product-info .block-sop {
    border-top: 1px solid #d4d4d4;
    padding: 21px 0 0 0;
    margin-top: 37px;
}

.product-info .block-sop .h2 {
    color: #394145;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 25px 0;
}

.product-info .block-sop .body {
    margin-left: -13px;
}

.product-info .block-sop .prd {
    display: block;
    float: left;
    padding: 0 0 15px 13px;
    width: 25%;
    box-sizing: border-box;
}

.product-info .block-sop .prd-img {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.product-info .block-sop .prd-img a {
    display: block;
    line-height: 0px;
}

.product-info .block-sop .prd-img a img {
    max-width: 100%;
    height: auto;
    border: 1px solid #cceaff;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
}

.product-info .block-sop .prd-bot {
    border: 1px solid #cceaff;
    border-top: none;
    text-align: center;
    padding: 13px 15px 27px;
    border-radius: 0 0 5px 5px;
}

.product-info .block-sop .title {
    display: inline-block;
    color: #169aed;
    margin-bottom: 9px;
    text-decoration: none;
    line-height: 20px;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
}

.product-info .block-sop .title:hover {
    text-decoration: none;
}

.product-info .block-sop .model {
    font-size: 13px;
    color: #696969;
    font-style: italic;
    padding-bottom: 8px;
    line-height: 16px;
}

.product-info .block-sop .price {
    font-size: 18px;
    color: #252525;
    font-weight: 700;
}

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

/* articles */
.blog .item {
    padding-bottom: 55px;
    display: inline-block;
}

.blog .item .title {
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

.blog .item .image {
    position: relative;
    float: left;
    line-height: 0px;
    width: 205px;
    margin-right: -205px;
}

.blog .item .image img {
    max-width: 100%;
    height: auto;
}

.blog .item .padding {
    float: left;
    padding-left: 225px;
}

.blog .item p {
    margin-bottom: 18px;
    font-size: 16px;
}

.blog .item .readmore {
    line-height: 27px;
    height: 27px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}

.blog .item .readmore:hover, .blog .item .readmore:focus {
    color: #fff;
}

.blog .ajax-more {
    padding: 0px;
}

.information-news-info .img-left {
    float: left;
    margin: 0 25px 5px 0;
    line-height: 0px;
}

/* product mini filter */
.prod-filter {
    opacity: 100;
    background: #0E78C3;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.prod-filter .width305 {
    width: 350px;
    float: left;
    margin-right: 10px;
}

.prod-filter .title {
    display: inline-block;
    float: left;
    color: #fff;
    padding-left: 20px;
    line-height: 30px;
    background: url(../image/o/filter-title.png) 0 50% no-repeat;
    font-size: 15px;
}

/* product list */
.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #cceaff;
    border-radius: 5px 5px 0 0;
}

.product-grid .product-thumb .image {
    float: none;
}

.sort {
    font-size: 16px;
    color: #4c4c4c;
    margin: 0 0 14px 0;
}

.sort b {
    display: inline-block;
    font-weight: 400;
    margin-right: 20px;
}

.sort a {
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted #007dd4;
    line-height: 16px;
    text-transform: lowercase;
}

.sort a span b {
    margin-right: 0px;
}

.sort a:hover {
    text-decoration: none;
    border-bottom: none;
}

.sort a:hover span b {
    padding-bottom: 1px;
}

.sort a.active {
    color: #000000;
    border-bottom: none;
}

.sort a.active span {
    display: block;
    padding-right: 18px;
    background: url(../image/o/sort-arr-active.png) 100% 50% no-repeat;
}

.sort a.desc span {
    background: url(../image/o/sort-arr.png) 100% 50% no-repeat;
}

.sort a.active span b {
    display: block;
    border-bottom: 1px dotted #000;
    font-weight: 600;
}

.sort a.active:hover span b {
    border-bottom: none;
    padding-bottom: 1px;
}

.product-list {
    margin: 20px 0 0 0;
    position: relative;
    border-top: 1px solid #dddddd;
}

.product-list .item {
    border-bottom: 1px solid #dddddd;
    padding: 22px 0 24px;
    display: inline-block;
    width: 100%;
}

.product-list .image {
    width: 200px;
    margin-right: -200px;
    float: left;
    position: relative;
    line-height: 0px;
}

.product-list .image img {
    max-width: 100%;
    height: auto;
    border: 2px solid #CCEAFF;
}

.product-list .image img.mob {
    display: none;
}

.product-list .desc {
    padding: 0 200px 0 0;
    float: left;
}

.product-list .desc.padding {
    padding-left: 220px;
}

.product-list .desc .title {
    display: inline-block;
    color: #007dd4;
    font-size: 18px;
    margin-bottom: 13px;
    font-weight: 600;
}

.product-list .desc .title:hover {
}

.product-list .desc .text {
    margin-bottom: 16px;
    line-height: 24px;
    font-size: 15px;
    color: #494949;
}

.product-list .desc .text p:last-child {
    margin-bottom: 0px;
}

.product-list .desc .model {
    padding-left: 30px;
    font-size: 15px;
    color: #5bbc35;
    background: url(../image/o/comp-ico.png) 0 0 no-repeat;
    font-weight: 600;
    margin-bottom: 26px;
    line-height: 24px;
    text-align: left;
}

.product-list .action {
    float: right;
    width: 200px;
    margin-left: -200px;
    position: relative;
    text-align: right;
}

.product-list .action .order-button {
    height: 39px;
    line-height: 39px;
    font-size: 15px;
}

.product-list .action .order-button .ico {
    display: inline-block;
    padding-left: 45px;
    background: url(../image/o/order-ico.png) 0 50% no-repeat;
}

.product-list .action .prices-float {
    color: #007dd4;
    padding-bottom: 42px;
}

.product-list .action .prices-float .price {
    display: block;
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
}

.product-list .action .prices-float .comp {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #5bbc35;
}

.product-list .action .order-button:hover, .product-list .action .order-button:focus {
    color: #fff;
}

.cat-descr {
    color: #3b3b3b;
    font-size: 14px;
    padding-top: 33px;
    line-height: 20px;
}

.cat-descr p:last-child {
    margin-bottom: 0px;
}

.no-stock {
    display: inline-block;
    border-radius: 3px;
    border: 2px solid #ddd;
    padding: 4px 10px;
    font-size: 14px;
    text-align: center;
    color: #aaa;
}

/* simpleopencart */
.simple-content {
    margin: 0;
}

.simplecheckout-left-column {
    float: left;
    width: 40%;
    padding-right: 30px;
    box-sizing: border-box;
}

.simplecheckout-left-column .simplecheckout-block h3 {
    padding: 13px 0 8px 0;
    font-weight: 600;
    font-size: 18px;
    color: #1f1f1f;
}

.simplecheckout-left-column h3 {
    padding: 20px 0 8px 0;
    font-weight: 700;
    font-size: 14px;
    color: #373737;
    font-family: arial;
}

.simplecheckout-left-column .wrap-input-profile {
    margin-bottom: 35px;
}

.simplecheckout-left-column .wrap-input-profile .width100 {
    width: 100%;
}

.simplecheckout-left-column .wrap-input-profile .jq-selectbox__select {
    height: 32px;
    border: 1px solid #b1b1b1;
    line-height: 32px;
    color: #494949;
    font: 15px/32px 'Open Sans', sans-serif;
    border-radius: 0px;
    font-weight: 600;
}

.simplecheckout-left-column .wrap-input-profile .jq-selectbox__trigger {
    border: none;
    width: 38px;
    background: #f67929;
    margin: -1px -1px -1px 0;
    height: 34px;
}

.simplecheckout-left-column .wrap-input-profile .jq-selectbox__trigger-arrow {
    border-top: 5px solid #fff;
    top: 15px;
    right: 14px;
}

.simplecheckout-left-column .wrap-input-profile .jq-selectbox__dropdown {
    border-radius: 0px;
}

#simplecheckout_shipping label {
    font-weight: 400;
}

.simplecheckout-left-column .wrap-profile a:nth-child(1) {
    border-radius: 3px 0 0 0;
}

.simplecheckout-left-column .wrap-profile .active {
    color: #fff;
    background: #f67929;
    border-color: #f67929;
}

.simplecheckout-left-column .wrap-profile a {
    display: block;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    color: #f67929;
    float: left;
}

.simplecheckout-left-column .wrap-profile {
    border-bottom: 1px solid #e2e2e2;
    display: inline-block;
    width: 100%;
}

.simplecheckout-left-column .wrap-profile {
    margin-bottom: 15px;
    font-size: 14px;
}

.simplecheckout-left-column .wrap-profile .button-yellow {
    font-size: 12px;
}

.simplecheckout-left-column .wrap-profile .or {
    display: inline-block;
    padding: 0 12px;
    font-size: 12px;
}

.simplecheckout-left-column .wrap-info {
    padding: 0 10px 0 45px;
    margin: 13px 0 25px 0;
    background: url(../image/o/big!.png) 16px 5px no-repeat;
    font-size: 14px;
    line-height: 20px;
}

.simplecheckout-left-column .wrap-input {
    margin-bottom: 5px;
}

.simplecheckout-left-column .wrap-radio {
    margin-bottom: 4px;
}

.simplecheckout-left-column .wrap-radio label {
    padding: 0px;
    font-size: 14px; /*background: url(../images/dot.png) 0 75% repeat-x;*/
}

.simplecheckout-left-column .wrap-radio label em {
    font-style: normal;
    background: #fff;
    font-weight: 400;
}

.simplecheckout-left-column .wrap-radio label strong {
    display: none;
    float: right;
    background: #fff;
}

.simplecheckout-left-column label {
    display: block;
    padding: 0 0 4px 0;
    font-size: 15px;
    color: #373838;
    font-weight: 600;
}

.wrap-input-rules {
    display: inline-block;
    margin: 24px 0 30px 0;
}

.wrap-input-rules label {
    width: 100%;
    color: #373737;
    font-size: 14px;
    font-family: arial;
    font-weight: 400;
}

.wrap-input-rules .jq-checkbox {
    margin-right: 5px;
}

.wrap-input-order .button-yellow {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.simplecheckout-left-column .focus {
    color: #000;
}

.simplecheckout-left-column input[type="text"] {
    width: 100%;
}

.simplecheckout-left-column textarea {
    width: 100%;
}

.simplecheckout-right-column {
    float: right;
    width: 55%;
    margin: 0;
}

.simplecheckout-right-column .cart-item {
    border-top: 1px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
}

.simplecheckout-right-column .cart-item .img img {
    border: 2px solid #CCEAFF;
}

.simplecheckout-right-column .cart-item .item {
    display: table;
    border-bottom: 1px solid #e2e2e2;
    padding: 23px 0;
    width: 100%;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
}

.simplecheckout-right-column .cart-item .item .btn-remove {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    color: #fff;
    background: #f67929;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(207, 76, 6, 1);
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    text-decoration: none;
    margin-top: -10px;
}

.simplecheckout-right-column .cart-item .item .btn-remove:hover {
    background: #F36822;
}

.simplecheckout-right-column .cart-item .item .image {
    width: 43%;
    display: table-cell;
}

.simplecheckout-right-column .cart-item .item .img {
    position: relative;
    float: left;
    width: 115px;
    margin-right: -115px;
    line-height: 0px;
}

.simplecheckout-right-column .cart-item .item .title {
    display: block;
    padding: 0 10px 0 0;
}

.simplecheckout-right-column .cart-item .item .title.padding {
    padding-left: 130px;
}

.simplecheckout-right-column .cart-item .item .name {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 11px;
    line-height: 18px;
}

.simplecheckout-right-column .cart-item .item .model {
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #696969;
    font-style: italic;
}

.simplecheckout-right-column .cart-item .item .col {
    width: 19%;
    display: table-cell;
}

.simplecheckout-right-column .cart-item .item .col .cart_btn {
    display: inline-block;
    text-indent: -9999px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
}

.simplecheckout-right-column .cart-item .item .col .count {
    display: inline-block;
    width: 20px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    padding: 0px;
    border: none;
}

.simplecheckout-right-column .cart-item .item .col input:disabled {
    background: #fff;
}

.simplecheckout-right-column .cart-item .item .col .cart_btn .ico {
    display: block;
    width: 6px;
    height: 12px;
}

.simplecheckout-right-column .cart-item .item .col .minus {
    background: url(../image/o/minus-ico.png) 50% 50% no-repeat #f67929;
}

.simplecheckout-right-column .cart-item .item .col .plus {
    background: url(../image/o/plus-ico.png) 50% 50% no-repeat #f67929;
}

.simplecheckout-right-column .cart-item .item .col .minus:hover, .simplecheckout-right-column .cart-item .item .col .plus:hover {
    background-color: #f36822;
}

.simplecheckout-right-column .cart-item .item .prc-one {
    width: 20%;
    display: table-cell;
    text-align: right;
}

.simplecheckout-right-column .cart-item .item .prc-one .price {
    display: block;
    font-size: 18px;
    color: #394145;
    font-weight: 700;
    line-height: 18px;
}

.simplecheckout-right-column .cart-item .item .prc-one .comp {
    font-size: 15px;
    color: #696969;
    font-style: italic;
}

.simplecheckout-right-column .cart-item .item .prc {
    width: 25%;
    display: table-cell;
    font-size: 24px;
    color: #169aed;
    font-weight: 700;
    text-align: right;
}

.simplecheckout-cart-total {
    padding: 21px 0 0;
    text-align: right;
    font-size: 36px;
    line-height: 36px;
    color: #1f1f1f;
    font-weight: 600;
}

.simplecheckout-cart-total .title {
    float: right;
    width: 165px;
    text-align: left;
}

.simplecheckout-cart-total .title i {
    display: block;
    font-size: 14px;
    font-style: normal;
    color: #494949;
    line-height: 16px;
    font-weight: 400;
    padding-top: 2px;
}

.simplecheckout-cart-total .price {
    float: right;
}

.simpleregister {
}

.simpleregister .wrap-input {
    margin-bottom: 15px;
}

.simpleregister .wrap-input label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #373838;
    padding-bottom: 4px;
}

.simpleregister .wrap-input input {
    width: 400px;
}

/* selectbox */
.jq-checkbox {
    top: -1px;
    width: 14px;
    height: 14px;
    background: url(../image/o/checkbox.png) 0 0 no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 15px;
    height: 14px;
    border-radius: 0px;
    background: url(../image/o/checkbox.png) -15px 0 no-repeat;

}

.jq-checkbox.focused {
    border: 1px solid #08C;
}

.jq-checkbox.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}


.jq-radio {
    top: -2px;
    margin-right: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: url(../image/o/radio.png) 0 0 no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
    width: 5px;
    height: 5px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #0E78C3;
}

.jq-radio.focused {
    border: 1px solid #08C;
}

.jq-radio.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}


.jq-file {
    width: 270px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.jq-file input {
    cursor: pointer;
    height: auto;
    line-height: 1em;
}

.jq-file__name {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 0 80px 0 10px;
    color: #333;
    font: 14px/30px Arial, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1;
    background: #FFF;
}

.focused .jq-file__name {
    border: 1px solid #5794BF;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px/30px Arial, sans-serif;
}

.jq-file:hover .jq-file__browse {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.disabled .jq-file__name {
    color: #888;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}


.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox__select {
    height: 30px;
    padding: 0 51px 0 10px;
    border-radius: 5px;
    background: #fff;
    color: #020202;
    font: 15px/30px 'Open Sans', sans-serif;
}

.jq-selectbox__select:hover {


}

.jq-selectbox__select:active {


}

.jq-selectbox.focused .jq-selectbox__select {

}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    height: 100%;
    border-left: 1px solid #c0e3fa;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 5px solid #007dd4;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
    top: 33px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox .jq-selectbox__dropdown ul {
    padding: 10px 0;
    min-height: 38px;
}

.jq-selectbox .jq-selectbox__dropdown li {
    padding: 5px 10px;
    background: none;
}

.jq-selectbox li.selected {
    background-color: #A3ABB1;
    color: #FFF;
}

.jq-selectbox li:hover {
    background-color: #08C;
    color: #FFF;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}


.jq-select-multiple {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #FFF;
    color: #333;
    font: 14px/18px Arial, sans-serif;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}

.jq-select-multiple li.disabled {
    color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
    padding: 7px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    font: 14px Arial, sans-serif;
}

input[type="search"].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
    border-color: #B3B3B3;
}

input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline: none;
}

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
    overflow: visible;
    padding: 7px 11px;
    outline: none;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px Arial, sans-serif;
    cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:after {
    content: '';
}

button.styler:hover,
input[type="button"].styler:hover,
input[type="submit"].styler:hover,
input[type="reset"].styler:hover {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}

button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

/* stupid code */
@media (min-width: 992px) {
    .col-md-3 {
        width: 23%;
    }

    .col-md-9 {
        width: 77%;
    }

    .imgcategory .col-md-3, .rp-fix .col-md-3 {
        width: 25%;
    }
}

/* end sc */
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
    margin: 0;
}

.product-thumb .caption {
    min-height: 180px;
    border: 1px solid #cceaff;
    border-top: none;
    text-align: center;
    padding: 10px 10px 27px;
    border-radius: 0 0 5px 5px;
}

.product-thumb .model {
    font-size: 13px;
    color: #696969;
    font-style: italic;
    padding-bottom: 8px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
}

.product-thumb .prd-bot {
    display: inline-block;
    color: #169aed;
    margin-bottom: 9px;
    text-decoration: none;
    line-height: 20px;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
}

.related-products {
    color: #394145;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 25px 0;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}
.menu-header-box {
    display: none;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (min-width: 981px) and (max-width: 991px) {
#top-links a {
    padding: 0 6px;
}
.lg-n-2 {
    width: 400px;
    margin-left: 229px;
    box-sizing: border-box;
    margin-top: -113px;
}
}
@media (min-width: 991px) and (max-width: 1200px) { 
.lg-n-2 {
   /* padding: 0 210px 0 310px;
    width: 100%;*/
	width: 555px;
    margin-left: 265px;
    box-sizing: border-box;
    margin-top: -140px;
}
}
@media (min-width: 981px) and (max-width: 1200px) {
	#top-links > div.pull-left {
    margin-left: 1px !important;
}
}
@media (min-width: 768px) and (max-width: 980px) {
.lg-n-2 {
   /* padding: 0 120px 0 235px !important;
    width: 100%;*/
    width: 365px;
    margin-left: 245px;
    box-sizing: border-box;
    margin-top: -140px;
}
}


@media screen and (max-width: 980px) {

    #top-links .menu-tab {
        display: block;
        position: absolute;
        top: 4px;
        left: 0px;
        cursor: pointer;
        z-index: 4;
        height: 35px;
        width: 35px;
        z-index: 100;
        background: #fff !important;
        padding: 0 10px;
    }

    #top-links .menu-tab span {
        display: block;
        width: 35px;
        height: 7px;
        background: #0E78C3;
    }

    #top-links .menu-tab span.middle {
        margin: 5px 0;
    }

    #header .info {
        padding-left: 0;
        display: inline-block;
    }

    .content-inner-menu {
        display: inline-block;
        width: 100%;
    }

    footer .col60 {
        width: 50%;
    }

    footer .col40 {
        text-align: left;
    }

    footer .col40 .item {
        float: initial;
        display: inline-block;
    }

    footer .col50 {
        width: 100%;
    }

    .bot-line .item {
        width: 50%;
    }

    .bot-line .item {
        padding: 0 10px 10px;
    }

    .head-title h2 {
        display: block;
        padding: 0 0 17px 165px;
        background: url(../image/o/h1-logo.png) 0 50% no-repeat;
        text-align: left;
    }

    .block-dev .col60 {
        padding-bottom: 10px;
    }

    .block-dev .col60, .block-dev .col40 {
        width: 100%;
    }

    header .title {
        width: 100%;
        margin-right: 0;
        float: none;
        padding-bottom: 10px;
        font-size: 16px;
    }

    header .lg-n-2 {
        text-align: center;
        padding: 20px 0 0 0;
    }

    #top-links .main-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }

    header .info {
        padding: 0;
    }

    header .info .item {
        float: none;
        padding-right: 0;
        margin: 0 10px 10px;
    }

    header .lg-n-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog .item .image img {
        width: 100%;
        height: auto;
    }

    .blog .item .padding {
        padding: 0
    }

    .blog .item {
        padding: 0 15px 55px;
    }

    .blog .item .image {
        width: 100%;
        margin-right: 0;
    }

    body {
        font: 14px/20px 'Open Sans', sans-serif;
    }

    .content p.quote {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .content p {
        margin-bottom: 15px;
    }

    .content table th, thead td {
        padding: 10px 10px 8px;
    }

    .content table td {
        padding: 17px 10px 11px;
    }

    .clr-480 {
        display: block;
    }

    footer {
        text-align: center;
    }

    footer .copyright {
        max-width: initial;
    }

    footer .col50 {
        margin-top: 15px;
    }

    footer ul {
        display: inline-block;
    }

    footer .col60 {
        width: 100%;
    }

    footer .col40 {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .breadcrumb {
        display: none;
    }

    #cart {
        text-align: right;
    }

    #cart .cart-mini {
        padding: 0px;
    }

    #cart .cart-mini-head .buy-cart .count {
        top: 8px;
    }

    #cart .cart-mini-info {
        width: 300px;
        right: 10px;
    }

    #cart .cart-mini-info .ungle {
        right: 15px;
    }

    #cart .cart-mini-info .name {
        width: 200px;
    }

    #cart .cart-mini-info .quantity, .header .cart-mini-info .remove {
        width: 25%;
        padding-top: 5px;
        text-align: center;
        box-sizing: border-box;
    }

    #cart .cart-mini-info .price {
        width: 20%;
        padding-top: 5px;
        box-sizing: border-box;
    }

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

    .simplecheckout-right-column .cart-item .item .image {
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }

    .simplecheckout-right-column .cart-item .item .mob-t {
        display: table;
        width: 110%;
        margin-left: -20px;
    }

    .clr-640 {
        display: block;
        clear: both;
    }

    header {
        padding-top: 50px;
    }

    #top {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 95;
    }

    .bot-line .item {
        width: 100%;
        padding: 0 0 10px;
    }

    .content .img-left img, .content .img-right img {
        width: 100%;
        height: auto;
    }

    .content-main {
        padding: 25px 0 15px 0
    }

    .head-title h2 {
        display: block;
        padding: 50px 0 17px 0;
        background: url(../image/o/h1-logo.png) 50% 0 no-repeat;
        text-align: center;
    }

    .blog .item .image img {
        width: 100%;
        height: auto;
    }

    .prod-filter .width305 {
        width: 350px;
    }

    .prod-filter .title {
        line-height: 20px;
        padding-top: 5px;
    }

    .sort {
        text-align: center;
    }

    .sort b {
        display: block;
        text-align: center;
        padding-bottom: 5px;
    }

    .sort a {
        margin: 0 10px;
    }

    .content-inner-menu .h3 {
        display: block;
        padding: 10px;
        text-align: center;
    }

    .content-inner-menu ul.colum {
        display: none;
        width: 100%;
    }

    .product-list .image {
        float: none;
        text-align: center;
        padding-right: 0px;
        width: 100%;
    }

    .product-list .image img {
        width: 100%;
        height: auto;
    }

   /* .product-list .image img.com {
        display: none;
    }*/

    .product-list .image img.mob {
        display: block;
    }

    .product-list .action {
        float: none;
        padding-top: 10px;
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .product-list .action .prices-float {
        padding: 0px;
        float: left;
    }

    .product-list .action .cart {
        float: right;
    }

    .product-list .desc.padding {
        padding: 10px 0 0 0;
    }

    .product-list .desc {
        padding: 0;
    }

    .product-info .left .add-image ul li {
        width: 50%;
        max-height: 175px;
    }

    .product-info .right {
        text-align: center;
        width: 100%;
    }

    .product-info .right .order-button {
        float: none;
        margin: 0 0 15px 0;
    }

    .product-info .right .prices-float {
        float: none;
    }

    .product-info .right .block-comp {
        display: inline-block;
    }

    .product-info .right .block-dev ul {
        display: inline-block;
    }

    .product-info .block-sop .body {
        margin-left: 0px;
    }

    .product-info .block-sop .prd {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .product-info .block-sop .prd-img a img {
        width: 100%;
        max-width: none;
        height: auto;
        border-bottom: 2px solid #cceaff;
    }

    .product-info .right .block-dev .col50 {
        position: relative;
    }

    .product-info .right .block-dev li {
        position: static;
    }

    .product-info .right .block-dev li .descr {
        left: 0px;
        top: 110px;
        width: 100%;
    }

    .product-info .right .block-dev li .descr h3 {
        display: block;
    }

    .product-info .right .block-dev li .descr .ungle {
        display: none;
    }

    .related-products {
        padding: 0 15px 25px;
    }

    .simplecheckout-right-column .cart-item .item .col {
        text-align: right;
    }

    .simplecheckout-cart-total {
        font-size: 22px;
    }

    .simpleregister .wrap-input input {
        width: 100%;
    }

    .border .wrap-input input {
        width: 100%;
    }

    .main-cat {
        margin-left: 0px;
    }

    .main-cat .item {
        width: 100%;
    }

    .main-cat .item .item-inner {
        display: block;
        padding: 0 0 15px 0;
    }

    .login-form {
        padding: 5px 0;
    }

    .login-form h2 {
        font-size: 30px;
        line-height: 30px;
        padding: 0 0 10px 0;
    }

    .login-form .wrap-input-button {
        text-align: center;
    }

    .login-form .wrap-input-button .button-yellow {
        float: none;
    }

    .login-form .wrap-input-button .reg, .login-form .wrap-input-button .for-pass {
        float: none;
        padding: 15px 5px 0;
    }

    #fancybox-close {
        top: 5px;
        right: 5px;
    }

    .block-error {
        padding: 10px;
        max-width: 200px;
    ''
    }

    #simplecheckout_login {
        padding: 15px 10px;
    }

    #simple_login_header img {
        display: block;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .popup-notification {
        width: 240px !important;
    }

    .login-form h2 {
        line-height: 24px;
        font-size: 20px;
        padding-top: 10px;
    }

    .popup-notification .wrap-button a {
        margin-bottom: 10px;
        margin-top: 10px;
    }

}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    font-size: 18px;
    color: #252525;
    font-weight: 700;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
#menuprosheme .title-menu-sheme {
    display: none !important;
}
@media (max-width: 768px) {
	ul.nav.navbar-nav.navbar-right.header-account {
    margin: -1.5px -15px;
}
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }

}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 5%;
    width: 28.33%;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }

    .lg-n-1 {
        width: 231px;
        margin-right: -231px;
        position: relative;
        padding-right: 0;
        z-index: 2;
    }

    .lg-n-3 {
        width: 155px;
        margin-left: -155px;
        text-align: center;
        position: relative;
        float: right;
        z-index: 1;
    }

    .lg-n-2 {
        padding: 0 210px 0 251px;
        width: 100%;
        box-sizing: border-box;
        margin-top: -5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

@media (max-width: 767px) {
    .checkout-simplecheckout header .col-xs-12.col-sm-12.lg-n-2 {
        display: none;
    }
}

@media (max-width: 380px) {
    header .lg-n-1 {
        padding-top: 25px
    }
}


/*by Novikov*/

#bingc-phone-button.bingc-show {
    bottom: 72px !important;
    right: 13px !important;
}

.simple_socnetauth2__header {
    margin: 10px !important;
}

a.socnetauth2_buttons {
    margin: 10px !important;
}


@media (max-width: 767px) {
    #search .btn-lg {
       /* top: 26px;*/
       /* right: 3px;*/
    }
}

.live-search .product-image img {
    width: 50px;
}
.live-search ul li > div {
    text-align: left;
}

.cart-item img {
    width: 119px;
}


.simplereg_socnetauth2_lline_links table td {
    border: 0px !important;
}

.content table {
    max-width: 400px;
}




/*КНОПКА ЧИТАТЬ ДАЛЕЕ SEO текст в категриях начало*/
#readMore {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
    text-decoration: none;
    color: #3e77aa;
    cursor: pointer;
}


.button_type_link {
    margin: 23px 0;
    padding: 0;
    border: none;
    background: 0 0;
    text-decoration: none;
    color: #3e77aa;
    cursor: pointer;
    border-bottom: 1px dotted;
    border-bottom-color: initial;
}


.cat-descr::after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    content: '';
}

.cat-descr {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

/*скрываем размытие через JS*/
.no-after::after {
    display: none;
}
h1, .h1 {
    font-size: 22px !important;
    line-height: initial !important;
}
/*КНОПКА ЧИТАТЬ ДАЛЕЕ SEO текст в категриях конец!!*/

