body {
    background: #fff url(img/body_bg.jpg) repeat-x;

    background: #fff;
    background: -moz-linear-gradient(top, #add5fc 0%, #c1e0ff 33%, #e3f1ff 66%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #add5fc), color-stop(33%, #c1e0ff), color-stop(66%, #e3f1ff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #add5fc 0%, #c1e0ff 33%, #e3f1ff 66%, #ffffff 100%);
    background: -o-linear-gradient(top, #add5fc 0%, #c1e0ff 33%, #e3f1ff 66%, #ffffff 100%);
    background: -ms-linear-gradient(top, #add5fc 0%, #c1e0ff 33%, #e3f1ff 66%, #ffffff 100%);
    background: linear-gradient(to bottom, #add5fc 0%, #c1e0ff 33%, #e3f1ff 66%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#add5fc', endColorstr='#ffffff', GradientType=0);
    background-repeat: repeat-x;

    background-size: auto 260px;

    font-family: Roboto;
    font-size: 15px;
}

h1 {
    font-size: 31px;
    font-weight: 600;
}

.logo {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    display: block;
}

.logo img {
    display: block;
    margin-bottom: 12px;
}

.logo:hover {
    text-decoration: none;
    color: #000;
}

.header-contact {
    margin: 0;
    margin-top: 10px;
    display: block;
    padding: 0;
    overflow: hidden;
}

.header-contact li {
    float: left;
    list-style: none;
    height: 37px;
}

.header-phone {
    padding-left: 45px;
    font-size: 22px;
    background: url(img/phone-ico.png) no-repeat left;
    font-weight: 500;
    margin-right: 15px;
    line-height: 1;
    margin-bottom: 10px;
}
.header-phone .hint {
    font-size: 12px;
    color: #6b6a6a;
    display: block;
    font-weight: normal;
}

.our-mail {
    float: left;
    margin-left: 20px;
    line-height: 26px;
    font-size: 16px;
}

.our-mail a {
    font-size: 19px;
}

.our-mail .glyphicon {
    margin-right: 10px;
    color: #F26F1E;
}

.central-foother  .hint {
    color: #fff;
}

.header-mail {
    padding-left: 55px;
    font-size: 21px;
    background: url(img/mail-ico.png) no-repeat left;
    font-weight: 500;
    color: #0a7cb1;
    text-decoration: underline;
    float: right;
}

.search {
    display: block;
    margin-top: 5px;
    overflow: hidden;
}

.search form {
    float: left;
}

.search input[type="search"] {
    height: 26px;
    font-size: 13px;
    padding-left: 15px;
    border: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: block;
    float: left;
    width: 210px;
}

.search input[type="submit"] {
    background: #f88111;
    background-image: url(img/lupa.png) no-repeat center;
    background-image: url(img/lupa.png), -webkit-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: url(img/lupa.png), -moz-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: url(img/lupa.png), -o-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: url(img/lupa.png), -ms-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: url(img/lupa.png), linear-gradient(to top, #f26d20, #ff9600);
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 26px;
    border: 0;
    display: block;
    float: left;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.header-auth {
    padding: 7px 20px;
    margin: 0;
    float: right;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #ffffff;
}

.header-auth li {
    list-style: none;
    float: left;
}

.header-auth li:first-child {
    padding-right: 10px;
    border-right: 1px solid #ccc;
}

.header-auth li:last-child {
    padding-left: 10px;
}

.my-pannel {
    text-align: center;
    padding: 5px;
    background: #d0d0d0;
    border-radius: 3px;
    margin: 5px 0;
}

.header-auth li a {
    color: #000;
}

.header-auth li span {
    color: #f88210;
    display: inline-block;
    margin-right: 10px;
}

#cart {
    display: block;
    clear: both;
    padding-left: 43px;
    background: url(img/cart-ico.png) no-repeat left;
    font-size: 17px;
    color: #000;
    margin-top: 20px;
    float: right;
}

#cart a {
    font-weight: 500;
    color: #0a7cb1;
    text-decoration: underline;
}

#cart a:hover {
    text-decoration: none;
    color: #0b628b;
}

.main {
    margin-top: 10px;
}

.main-cnt {
    margin-left: 20px;
}

.category-tree {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 15px;
}

.category-tree > li {
    list-style: none;
    background: #e9e9e9;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #cacaca;

}

.category-tree > li:first-child {
    border-top: 0;
}
.category-tree > li {
    overflow: hidden;
}
.category-tree > li > a {
    font-size: 15px;
    color: #000;
    padding: 5px 8px 5px 20px;
    display: block;
    font-weight: 500;
    width: 90%;
    float: left;

}
.category-tree > li > i {
    float: right;
    width: 10%;
    color: #337ab7;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}

.category-tree > li.opened > i:before {
    content: "\e082";
}

.category-tree > li.selected > a {

}
.category-tree > li.no-child > i {
    display: none;
}
.category-tree ul {
    background: #f3f3f3;
    padding-left: 34px;
    clear: both;
}

.category-tree ul li {
    list-style: square;
    color: #0a7cb1;
    padding: 5px 0;
}

.category-tree ul li a {
    font-size: 14px;
    color: #2d2d2d;
    text-decoration: underline;
}

.category-tree ul li a:hover, .category-tree ul li.selected > a {
    color: #0a7cb1;
    text-decoration: none;
}

.catalog-header {
    height: 40px;
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    padding: 0 10px 0 20px;
    background-image: -webkit-linear-gradient(top, #6e6e6e, #515151);
    background-image: -moz-linear-gradient(top, #6e6e6e, #515151);
    background-image: -o-linear-gradient(top, #6e6e6e, #515151);
    background-image: -ms-linear-gradient(top, #6e6e6e, #515151);
    background-image: linear-gradient(to bottom, #6e6e6e, #515151);
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.catalog-header a {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 40px;
    padding-left: 29px;
    background: url(img/catalog-tree-ico.png) no-repeat left;
}

.catalog-header.hidden-c:after {
    display: block;
    content: " ";
    background: url(img/hid-catalog.png) repeat-x;
    height: 18px;
    width: 100%;
    width: 100%;
    position: absolute;
    left: 0;

}

.catalog-header.hidden-c {
    margin-bottom: 55px;
}

.catalog-header .glyphicon {
    display: inline-block;
    float: right;
    font-size: 15px;
    width: 22px;
    height: 22px;
    background-image: -webkit-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: -moz-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: -o-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: -ms-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: linear-gradient(to top, #f26d20, #ff9600);
    text-align: center;
    line-height: 22px;
    margin-top: 8px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.info-block-cont {
    background: url(img/info-bg.png);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 3px;
    margin-left: 20px;
}

.info-block {

    padding: 20px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #0000ff;
    font-size: 19px;
    font-weight: 500;

}

.news-list {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e9e9e9;
    padding: 10px 20px;
}

.short-post {
    margin-bottom: 10px;
}

.short-post span {
    font-size: 13px;
    display: block;
    color: #000;
    margin-bottom: 5px;
}

.short-post a {
    color: #666666;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 500;
}

.short-post .view-all-news {
    font-weight: 500;
    font-size: 13px;
    color: #000;

}

.catalog-header.news a {
    background: url(img/catalog-news-ico.png) no-repeat left;
}

.catalog-header.votes a {
    background: url(img/votes.png) no-repeat left;
}

.catalog-header.votes, .catalog-header.my-new-brends {
    margin-top: 15px;
}

.votes-content, .votes2-content {
    padding: 15px;
    border-width: 0 1px 1px 1px;
    border-color: #e9e9e9;
    border-style: solid;
}

.vote-header {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    padding-left: 40px;
    background: url(img/vote-i.png) no-repeat left;
    margin-bottom: 20px;
    height: 26px;
}

.vote-content ul, .votes2-content ul {
    padding: 0;
    margin: 0;

}

.vote-content input[type="submit"] {
    margin-top: 5px;
    border: 0;
    background: #0a7cb1;
    background-image: -webkit-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -moz-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -o-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -ms-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: linear-gradient(to top, #0a7cb1, #54ddff);

    height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-left: 5px;
}

.votes-content .messages {
    display: none;
    text-align: center;
    font-weight: 600;

}

.vote-content li {
    list-style: none;
    margin-left: 5px;
    height: 30px;
}

.main-catalog-header {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* для IE6-7 */
.clearfix {
    zoom: 1;
}

.main-catalog .one-cat {
    width: 33%;
    float: left;
}

.main-catalog .one-cat .pic {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
}

.main-catalog .one-cat .pic img {
    max-width: 100px;
    max-height: 100px;
}

.main-catalog .one-cat .info-and-sub {
    padding: 0 15px;
    overflow: hidden;
}

.main-catalog .one-cat .info-and-sub > a {
    font-size: 15px;
    font-weight: 500;
    color: #0a7cb1;
}

.main-catalog .one-cat .info-and-sub > a span {
    color: #2d2d2d;
}

.main-catalog .one-cat .info-and-sub > ul {
    margin: 0;
    padding: 0;
}

.main-catalog .one-cat .info-and-sub > ul li {
    display: inline-block;
    float: left;
}

.main-catalog .one-cat .info-and-sub > ul li a {
    font-size: 13px;
    color: #2d2d2d;
    text-decoration: underline;
}

.main-catalog .one-cat .info-and-sub > ul li a:hover {
    color: #0a7cb1;
    text-decoration: none;
}

.main-catalog .clearfix {
    margin-bottom: 10px;
}

.bottom-catalog {
    border-top: 2px solid #0a7cb1;
    text-align: center;
}

.bottom-catalog a {
    background: #0a7cb1;
    background-image: -webkit-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -moz-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -o-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -ms-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: linear-gradient(to top, #0a7cb1, #54ddff);
    width: 172px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.bottom-catalog a:hover, .bottom-catalog a:focus {
    text-decoration: none;
    background: #07557a;
    background-image: -webkit-linear-gradient(bottom, #07557a, #35a9c6);
    background-image: -moz-linear-gradient(bottom, #07557a, #35a9c6);
    background-image: -o-linear-gradient(bottom, #07557a, #35a9c6);
    background-image: -ms-linear-gradient(bottom, #07557a, #35a9c6);
    background-image: linear-gradient(to top, #07557a, #35a9c6);
}

.nav-tabs {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 1, .14), rgba(255, 255, 255, .14));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 1, .14), rgba(255, 255, 255, .14));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 1, .14), rgba(255, 255, 255, .14));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 1, .14), rgba(255, 255, 255, .14));
    background-image: linear-gradient(to top, rgba(0, 0, 1, .14), rgba(255, 255, 255, .14));
    height: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 14px;
    margin-bottom: 10px;
}

.nav-tabs > li {
    height: 34px;

    color: #2d2d2d;

}

.nav-tabs > li a {
    color: #2d2d2d;
    font-size: 21px;
    line-height: 34px;
    padding: 0 14px;
    font-size: 21px;
    font-weight: 500;
    margin-top: 8px;
}

.nav-tabs > li > a:hover {
    color: #0a7cb1;
    text-decoration: none;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:focus {
    color: #0a7cb1;
    background: #fff;
    border: 1px solid #0a7cb1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;

}

.product-list {
    padding: 0;
    margin: 0;
}

.product-list .one-product {
    float: left;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 1, .44);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 1, .44);
    box-shadow: 0 0 6px rgba(0, 0, 1, .44);
    width: 216px;
    height: 337px;
    margin-bottom: 15px;
    margin-right: 22px;
    list-style: none;
    padding: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    border: 3px solid #fff;
}

.one-product .badge-container, .galery .badge-container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.galery .badge-container {
    right: 5px;
    top: 5px;
}

.one-product .badge-container .badge , .galery .badge {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 55px;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    text-indent: -1px;
    letter-spacing: -1px;
    background: #e54930;
    border: 1px solid;
    border-color: #b33323 #ab3123 #982b1f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: -webkit-linear-gradient(top, #f75a3b, #d63b29);
    background-image: -moz-linear-gradient(top, #f75a3b, #d63b29);
    background-image: -o-linear-gradient(top, #f75a3b, #d63b29);
    background-image: linear-gradient(to bottom, #f75a3b, #d63b29);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.one-product .badge-container .badge:before,  .galery .badge:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border: 2px solid #f5f8fb;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.one-product .badge-container .badge.low-price, .galery  .badge.low-price {
    background: #e54930;
    border-color: #b33323 #ab3123 #982b1f;
    background-image: -webkit-linear-gradient(top, #f75a3b, #d63b29);
    background-image: -moz-linear-gradient(top, #f75a3b, #d63b29);
    background-image: -o-linear-gradient(top, #f75a3b, #d63b29);
    background-image: linear-gradient(to bottom, #f75a3b, #d63b29);
}
.one-product .badge-container .badge.bestseller,  .galery .badge.bestseller {
    background: #e2e51c;
    border-color: #e2e51c #d5d81a #c5c81a;
    background-image: -webkit-linear-gradient(top, #e2e51c, #cfd21b);
    background-image: -moz-linear-gradient(top, #e2e51c, #cfd21b);
    background-image: -o-linear-gradient(top, #e2e51c, #cfd21b);
    background-image: linear-gradient(to bottom, #e2e51c, #cfd21b);
    color: #000;

}
.one-product .badge-container .badge.new, .galery .badge.new {
    background: #41e59d;
    border-color: #56e5a7 #4fd49c #46ba88;
    background-image: -webkit-linear-gradient(top, #56e5a7, #44b080);
    background-image: -moz-linear-gradient(top, #56e5a7, #44b080);
    background-image: -o-linear-gradient(top, #56e5a7, #44b080);
    background-image: linear-gradient(to bottom, #56e5a7, #44b080);

}

.toggle-product-selector-link {
    position: absolute;    font-size: 15px;
    display: block;
    bottom: 9px;
    right: 220px;
    font-weight: 500;
}

.cart .plugin_arrived-button.custom a {
    display: inline;
    font-size: 15px;
    font-weight: 500;
}

.product-list .one-product .plugin_arrived-button.custom a {
    display: inline-block;
    float: right;
    width: 109px;
    line-height: 1.3;
    font-weight: 500;
    text-decoration: underline;
}

.product-list .one-product .plugin_arrived-button.custom a:hover {
    text-decoration: none;
}

.product-list .one-product:hover {
    border: 3px solid #616161;
}

.product-list .one-product:nth-child(4n) {

    margin-right: 0px;
}

.one-product .mini-img {
    width: 200px;
    height: 200px;
    position: relative;
}

.one-product .mini-img img {
    float: left;
    max-width: 100%;
    max-height: 200px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.one-product .name {
    font-size: 15px;
    font-weight: 500;
    color: #666;
    text-decoration: underline;
    overflow: hidden;
    height: 85px;
}

.one-product .compare-at-price {
    font-size: 17px;
    font-weight: 300;
    color: #616161;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 15px;
}

.one-product .price {
    color: #65aa2d;
    font-weight: 600;
    font-size: 17px;
}

.one-product .price-container  .price  ,.one-product .price-container .compare-at-price  {
    display: block;
    line-height: 1;
    margin: 3px 0;
}

.one-product form {
    float: right;
}

.price-container {
    width: 80px;
    float: left;
}

.one-product .action-block {
    line-height: 32px;
}

.one-product input[type="submit"],
.filters input[type="submit"],
.series-table input[type="submit"],
.wa-form input[type="submit"],
.add2cart input[type="submit"],
.button, .checkout input[type="submit"], .comment-submit input[type="submit"] {
    border: 0;
    background: #0a7cb1;
    background-image: -webkit-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -moz-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -o-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -ms-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: linear-gradient(to top, #0a7cb1, #54ddff);

    height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.link-button {
    display: block;
    line-height: 32px;
    text-align: center;
    margin-bottom: 10px;
}

.one-product input[type="submit"]:hover,
.filters input[type="submit"]:hover,
.series-table input[type="submit"]:hover,
.wa-form input[type="submit"]:hover,
.add2cart input[type="submit"]:hover,
.button:hover, .checkout input[type="submit"]:hover,
.comment-submit input[type="submit"]:hover {
    background: #085f88;
    background-image: -webkit-linear-gradient(bottom, #085f88, #41aec9);
    background-image: -moz-linear-gradient(bottom, #085f88, #41aec9);
    background-image: -o-linear-gradient(bottom, #085f88, #41aec9);
    background-image: -ms-linear-gradient(bottom, #085f88, #41aec9);
    background-image: linear-gradient(to top, #085f88, #41aec9);
}

.one-product input[type="submit"], .filters input[type="submit"] {
    width: 99px;
}

.one-product .out-of-stk {
    font-size: 13px;
    font-weight: 300;
    float: right;
}

.one-product .glyphicon {
    cursor: pointer;
    display: block;
    text-align: center;
    background: #d0d0d0;

    width: 37px;
    height: 37px;
    position: absolute;
    color: #fff;
    line-height: 37px;
    font-size: 17px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    opacity: 0.5;
}

.one-product .glyphicon:hover, .one-product .glyphicon.active {
    opacity: 1;
    background-image: -webkit-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -moz-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -o-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -ms-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: linear-gradient(to top, #0a7cb1, #54ddff);

}

.add-to-fav {
    top: 15px;
    left: 15px;
}

.add-to-cmp {
    top: 15px;
    left: 60px;
}

.main-text {
    font-size: 15px;
    color: #2d2d2d;
}

.foother {
    background: #243841;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    margin: 10px 0 40px 0;
    padding: 10px 25px;
    color: #fff;
    overflow: hidden;
}

.foother-link {
    width: 140px;
    margin-right: 40px;
    float: left;
}

.foother-link .foother-link-header {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.foother-link ul {
    padding: 0;
    margin: 0;
}

.foother-link ul li {
    list-style: none;

}

.foother-link ul li a {
    color: #fff;

}

.central-foother {
    float: left;
    max-width: 514px;
}

.central-foother .search {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

.central-foother .search input[type="search"] {
    width: 280px;
}

.central-foother .header-mail a {
    color: #f3701e;
}

.central-foother img {
    margin-top: 15px;
}

.right-foother {
    float: right;
    max-width: 340px;
    font-size: 12px;
}

.right-foother img {
    margin-top: 10px;
}

.right-foother .cpr {
    margin: 10px 0px 15px 0;
}

.right-foother .cpr span {
    text-decoration: underline;
    color: #f3701e;
}

.vk-group-f {
    padding: 5px 15px 5px 45px;
    background: #4f759d url(img/i-vk.png) no-repeat 15px center;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 15px;
    display: inline-block;
}

.vk-group-f:hover {
    color: #fff;
    text-decoration: none;
}

.fb-group-f {
    padding: 5px 15px 5px 45px;
    background: #3b569c url(img/i-fb.png) no-repeat 15px center;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 15px;
    display: inline-block;
}

.fb-group-f:hover {
    color: #fff;
    text-decoration: none;
}

.product-of-day {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 1, .44);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 1, .44);
    box-shadow: 0 0 6px rgba(0, 0, 1, .44);
    padding: 15px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top: 15px;
}

.product-of-day.loading:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    content: ' ';
    background: rgba(0,0,0, 0.2);
}

.product-of-day-header {
    color: #0a7cb1;
    font-weight: 600;
    font-size: 21px;
    background: url(img/topday.png) repeat-x;
}

.product-of-day-header.filt {
    color: #2d2d2d;
    background: url(img/filt.png) repeat-x;
    margin-bottom: 15px;
}

.product-of-day-header .toggle-day, .product-of-day-header .toggle-product-selector {
    float: right;
    padding-left: 15px;
    font-size: 25px;
    cursor: pointer;
}

.product-of-day-header .glyphicon-star {
    font-size: 17px;
    padding-right: 15px;
}

.product-of-day-header span {
    background: #fff;
}

.product-of-day-header .pp {
    padding-right: 15px;
}

.day-carusel {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.day-carusel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

.day-carusel li {
    list-style: none;
    float: left;
    width: 266px;
    margin-right: 45px;
}

.one-day-p .img {
    width: 60px;
    height: 60px;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    position: relative;
    float: left;
}

.one-day-p .img img {

    float: left;
    max-width: 58px;
    max-height: 58px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.one-day-p .name-and-price a {
    display: block;
    color: #f3701e;
    font-weight: 600;
    text-decoration: underline;
}

.one-day-p .compare-at-price {
    font-weight: 300;
    font-size: 17px;
    color: #616161;
    text-decoration: line-through;
    margin-right: 15px;
}

.one-day-p .price {
    color: #65aa2d;
    font-weight: 600;
    font-size: 17px;
}

.one-day-p .timer {
    float: left;
    width: 120px;
    font-size: 13px;
    font-weight: 600;
}

.one-day-p .timer span {
    font-size: 21px;
    font-weight: 600;
    color: #2d2d2d;
}

.one-day-p form {
    float: right;
}

.one-day-p .action-block-day {
    margin-top: 20px;
}

.one-day-p input[type="submit"] {
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-image: -webkit-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: -moz-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: -o-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: -ms-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: linear-gradient(to top, #f26d20, #ff9600);
    width: 99px;
    height: 32px;
    font-weight: bold;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.one-day-p input[type="submit"]:hover {
    background-image: -webkit-linear-gradient(bottom, #f00, #fc7171);
    background-image: -moz-linear-gradient(bottom, #f00, #fc7171);
    background-image: -o-linear-gradient(bottom, #f00, #fc7171);
    background-image: -ms-linear-gradient(bottom, #f00, #fc7171);
    background-image: linear-gradient(to top, #f00, #fc7171);
}

.jcarousel-pagination {
    text-align: center;
}

.jcarousel-pagination a {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 14px;
}

.jcarousel-pagination a.active {
    background: #0a7cb1;
}

.main-catalog {
    margin: 10px 0;
}

.banners {
    margin: 10px 20px 10px 20px;
}

.banners a {
    font-size: 19px;
    color: #FFF;
    padding: 10px 19px 10px 19px;

    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-weight: 600;
}

.price-list-b, .our-work-b {
    background: #848687;
    background-image: -webkit-linear-gradient(left, #a3a3a3, #838586);
    background-image: -moz-linear-gradient(left, #a3a3a3, #838586);
    background-image: -o-linear-gradient(left, #a3a3a3, #838586);
    background-image: -ms-linear-gradient(left, #a3a3a3, #838586);
    background-image: linear-gradient(to right, #a3a3a3, #838586);
}

.our-work-b-ico {
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url(img/our-w-i.png);
    margin-right: 13px;
}

.price-list-b-ico {
    display: inline-block;
    width: 16px;
    height: 19px;
    background: url(img/price-ico.png);
    margin-right: 13px;
}

.banners a.vk-b {
    padding: 10px 19px 10px 49px;
    background: #4f759d url(img/i-vk.png) no-repeat 15px center;
}
.banners a.fb-b {
    padding: 10px 19px 10px 49px;
    background: #4f759d url(img/i-fb.png) no-repeat 15px center;
}

.banners a:hover {
    text-decoration: none;
    background: #838586;
}

.banners a.vk-b:hover {
    background: #2c5a8b url(img/i-vk.png) no-repeat 15px center;
}

.banners a.fb-b:hover {
    background: #2c5a8b url(img/i-fb.png) no-repeat 15px center;
}

.nowrap {
    white-space: nowrap;
}

.ui-slider {
    margin: 10px 5px;
    display: block;
}

.ui-slider-horizontal {
    height: 9px;
    border: 3px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.ui-slider-horizontal .ui-slider-handle,
.ui-slider-horizontal .ui-slider-handle.ui-state-focus {
    margin-left: -0.4em;
    height: 17px;
    width: 17px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 8px;
    z-index: 0;
    cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle.ui-state-hover {
    border-color: #999;
}

.ui-slider-horizontal.ui-widget-content {
    background: #fff;
}

.ui-slider-horizontal .ui-widget-header {
    background: #aee6f9;
    height: 9px;
    position: relative;
    top: -3px;
    z-index: 0;
}

.ui-widget-content .ui-state-default {
    border: 4px solid #36b6e0;
    background: #f7f7f7;
    top: -8px;
}

.ui-widget-content .ui-state-default:hover {
    box-shadow: none;
}

.filtering .slider {
    max-width: 70%;
}

.filters {
    padding: 10px 15px;
    border-width: 0 1px 1px 1px;
    border-color: #e9e9e9;
    border-style: solid;
    font-size: 13px;
    margin-bottom: 20px;
}

.filters input[type="text"] {
    width: 55px;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.filters ul {
    padding: 0;
    margin: 0;
}

.filters ul li {
    list-style: none;
    display: block;
    min-height: 30px;
    line-height: 25px;
}

.filters .filter-param {
    margin-bottom: 10px;
}

.checkbox, .radio {
    width: 25px;
    height: 25px;
    background: url(img/che.png) no-repeat;
    display: block;
    clear: left;
    float: left;
    cursor: pointer;
    margin: 0 4px 0 0;
}

.radio {
    background: url(img/radio.png) no-repeat;

}

.breadcrumbs {
    margin: 0 0 10px 0;
}

.breadcrumbs a {
    font-size: 14px;
    color: #0a7cb1;
    text-decoration: underline;
}

.breadcrumbs span {
    display: inline-block;
    margin: 0 15px;
}

.category-description {
    color: #2d2d2d;

}

.main-catalog .clearfix:last-child {
    margin-bottom: 20px;
}

.action-cat-block {
    margin-bottom: 20px;
    padding: 0 20px;
}

.dropdown-sort {
    display: inline;
}

.dropdown-sort button {
    border: 0;
    background: #ececec;
    height: 30px;
    min-width: 135px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;

}

.dropdown-sort button:hover {
    background: #d1d1d1;
}

.dropdown-menu > li.selected > a {
    text-decoration: none;
    color: #262626;
    background-color: #F5F5F5;
}

i.sort-desc {
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-bottom-color: #000;
    margin-bottom: 0.2em;
    display: inline-block;
    display: block \9;
    float: left \9;
}

i.sort-asc {
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: #000;
    margin-top: 0;
    display: inline-block;
    display: block \9;
    float: left \9;
}

.main-image {
    border: 1px solid #0c7fb4;
    margin-bottom: 20px;
    box-sizing: content-box;
    overflow: hidden;
    margin-bottom: 20px;
}

#product-gallery {
    position: relative;
    margin: 0 45px;
    overflow: hidden;
}

#product-gallery ul {
    padding: 0;
    margin: 0;
    width: 20000em;
    position: relative;
}

#product-gallery li {
    float: left;
    width: 98px;
    height: 98px;
    box-sizing: content-box;
    margin-right: 20px;
    list-style: none;
    border: 1px solid #0c7fb4;
    position: relative;
}

#product-gallery li img {
    float: left;
    max-width: 98px;
    max-height: 98px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.product-gallery-sc {
    position: relative;
    margin: 0 45px;
    overflow: hidden;
}

.product-gallery-sc ul {
    padding: 0;
    margin: 0;
    width: 20000em;
    position: relative;
}

.product-gallery-sc li {
    float: left;
    width: 98px;
    height: 98px;
    box-sizing: content-box;
    margin-right: 20px;
    list-style: none;
    border: 1px solid #0c7fb4;
    position: relative;
}

.product-gallery-sc li img {
    float: left;
    max-width: 98px;
    max-height: 98px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.product-gallery-sc-new {
    position: relative;

    overflow: hidden;
    width: 444px;
    height: 224px;
}

.product-gallery-sc-new ul {
    padding: 0;
    margin: 0;
    width: 20000em;
    position: relative;
}

.product-gallery-sc-new li {
    float: left;
    width: 440px;
    height: 220px;
    box-sizing: content-box;
    margin-right: 20px;
    list-style: none;
    border: 1px solid #0c7fb4;
    position: relative;
}

.product-gallery-sc-new li img {
    float: left;
    max-width: 440px;
    max-height: 220px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.product-galery-wraper {

    position: relative
}

.pg-prev, .pg-next {
    background-image: -webkit-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -moz-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -o-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -ms-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: linear-gradient(to top, #0a7cb1, #54ddff);
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    line-height: 25px;
    text-align: 25px;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    font-size: 22px;
    font-family: arial;
    cursor: pointer;
    top: 45%;
}

.pg-prev:hover, .pg-next:hover {
    background-image: -webkit-linear-gradient(bottom, #095d84, #43b4d0);
    background-image: -moz-linear-gradient(bottom, #095d84, #43b4d0);
    background-image: -o-linear-gradient(bottom, #095d84, #43b4d0);
    background-image: -ms-linear-gradient(bottom, #095d84, #43b4d0);
    background-image: linear-gradient(to top, #095d84, #43b4d0);
}

.pg-prev {
    left: 10px;
}

.pg-next {
    right: 10px;
}

#product-image {
    max-width: 100%;
}

.series-mini-desc {
    margin-left: 20px;
}

.series-mini-desc-h {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

.series-tab {
    margin-top: 20px;
    font-size: 13px;

}

.series-table {
    width: 100%;
}
.series-table-title {
    position: relative;
}

.series-table .badge-container {
    float: right;
    position: absolute;
    top: 10px;
    right: -20px;
}

@media (min-width: 768px) {
    .series-table .badge-container {
        right: 5px;
    }
}

.series-table .badge.new {
    background: green;
    color: #fff;
}

.series-table .badge.bestseller {
    background: yellow;
    color: #000;
}


.series-table .badge.low-price {
    background: #ff0000;
    color: #fff;
}

.series-table td, .series-table th {
    padding: 5px;
    border: 1px solid #cdcdcd;
    text-align: center;
}

.series-table th {
    background: #f5f5f5;
    font-weight: normal;

}

.series-table th.sorted {
    cursor: pointer;
    padding: 10px 20px 10px 5px;
    background: #f5f5f5 url(img/table-sort.png) no-repeat 95% center;
}

.series-table tr.selected {
    background: #ECFFFF;
}

.series-table th.sorted.headerSortDown {
    background: #f5f5f5 url(img/table-sort-d.png) no-repeat 95% center;
}

.series-table th.sorted.headerSortUp {
    background: #f5f5f5 url(img/table-sort-up.png) no-repeat 95% center;
}

.series-table td a {
    color: #000;
    text-decoration: underline;
}

.series-table td a:hover {
    text-decoration: none;
    color: #337AB7;
}
.series-table td {
    font-size: 14px;
}

.attention-sort {
    background: url(img/atent-sort.png) no-repeat left;
    margin-left: 20px;
    padding-left: 20px;
}

.series-products-status {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin: 0 0 20px 20px;
}

.series-products-status li {
    width: 32%;
    float: left;
    list-style: none;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 600;
    line-height: 22px;
    height: 22px;
}

.in-next-part {
    width: 17px;
    height: 17px;
    background: url(img/tmsi.png) no-repeat left;
    display: inline-block;
}

.li-in-next-part {
    background: url(img/tmsi.png) no-repeat left;
    padding-left: 20px;
}

.li-preorder-only {
    background: url(img/ponl.png) no-repeat left;
    padding-left: 25px;
}

.li-p-in-stock {
    background: url(img/in-stk.png) no-repeat left;
    padding-left: 25px;
}

.preorder-only {
    width: 22px;
    height: 14px;

    background: url(img/ponl.png);
    display: inline-block;
}

.p-in-stock {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(img/in-stk.png);
}

.p-out-of-stock {
    display: inline-block;
    width: 22px;
    height: 14px;
    background: url(img/send-after-stock.png);
}

.series-table td a.uvd {
    font-size: 13px;
    color: #0a7cb1;
}

.qty-b, .qty-b2 {

    display: inline-block;
    position: relative;
}

.qty-b span, .qty-b2 span {
    display: block;
    width: 18px;
    height: 18px;
    top: 7px;
    background: url(img/plus.png);
    right: -8px;
    position: absolute;
    cursor: pointer;
    background-size: 100% 100% !important;
}

.qty-b span.minus, .qty-b2 span.minus2 {
    right: auto;
    left: -8px;
    background: url(img/minus.png);
}

.qty-w, .qty-w2 {
    width: 50px;
    padding: 5px 15px;
    border: 0;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

.similar-series {
    border: 1px solid #cdcdcd;
    margin-top: 40px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 20px 20px 0 20px;
    position: relative;
}

.simular-series-header {
    position: absolute;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;
    left: 30px;
    top: -16px;
    padding: 0 15px;
}

.product-tab {
    margin: 20px 0;
}

.product-tab h2 {
    font-size: 27px;
    font-weight: 600;
}

.features {
    padding: 0;
    margin: 0 20px;
    float: left;
}

.features li {
    list-style: none;

    font-size: 13px;
    overflow: hidden;
    margin-bottom: 4px;

    background: #f7f7f7;
}

.features li span {
    padding: 10px 15px;
    background: #f7f7f7;
    display: inline-block;
    width: 210px;
    float: left;
}

.features li span.name {
    background: #f2f2f2;
}

.features-headers {
    font-size: 17px;
    font-weight: 600;
    padding-left: 20px;
    padding-bottom: 20px;
}

.related {
    position: relative;
    overflow: hidden;
    padding: 5px;
}

.related ul {
    width: 20000em;
    position: relative;
}

.related .product-list .one-product:nth-child(3n), .related .product-list .one-product {
    margin-right: 22px;
}

.rel-next, .rel-prev {
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(img/rel-next.png) no-repeat bottom;
    cursor: pointer;
    margin-left: 15px;
}

.rel-prev {
    background: url(img/rel-prev.png) no-repeat bottom;
}

.related-header {
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    clear: both;
}

.rel-next:hover, .rel-prev:hover {
    background-position: top;
}

.product-rozd {
    width: 100%;
    height: 1px;
    content: "";
    border-top: 1px solid #adadad;
    margin: 20px 0;
}

.cart.product {
    background: #fffac0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 20px;
}

.add2cart .price {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 20px;
}

.add2cart .compare-at-price {
    color: #e0484c;
    font-size: 21px;
    text-decoration: line-through;
}

.karta_text_codetov {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
}

.karta_text_codetov span {
    font-weight: normal;
}

.add2cart input[type="submit"] {
    margin-left: 20px;
    text-transform: uppercase;
}

.quickorder-custom-button {
    display: inline-block;
    margin-left: 20px;

}

.quickorder-custom-button .quickorder-button, .quickorder-submit .quickorder-button, .button-orange, .plugin_arrived-value.submit input[type="submit"] {
    background-image: -webkit-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: -moz-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: -o-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: -ms-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: linear-gradient(to top, #f26d20, #ff9600);
    width: 161px;
    height: 32px;
    border: 0px none;
    box-shadow: none;
    line-height: 32px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0;
}

.quickorder-custom-button .quickorder-button:hover, .quickorder-submit .quickorder-button:hover, .button-orange:hover, .plugin_arrived-value.submit input[type="submit"]:hover {
    background-image: -webkit-linear-gradient(bottom, #d25913, #e18502);
    background-image: -moz-linear-gradient(bottom, #d25913, #e18502);
    background-image: -o-linear-gradient(bottom, #d25913, #e18502);
    background-image: -ms-linear-gradient(bottom, #d25913, #e18502);
    background-image: linear-gradient(to top, #d25913, #e18502);
    text-decoration: none;
}

.stocks {
    float: right;
    margin-top: 15px;
}

.dvider-cart {
    height: 12px;
}

.stocks .glyphicon {
    width: 17px;
    height: 17px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    background: #999999;
    border-radius: 50%;
}

.quickorder-header, .plugin_arrived-header {
    background: #0a7cb1;
    background-image: -webkit-linear-gradient(bottom, #0a7cb1, #31b0db);
    background-image: -moz-linear-gradient(bottom, #0a7cb1, #31b0db);
    background-image: -o-linear-gradient(bottom, #0a7cb1, #31b0db);
    background-image: -ms-linear-gradient(bottom, #0a7cb1, #31b0db);
    background-image: linear-gradient(to top, #0a7cb1, #31b0db);
    text-shadow: none;
}

.quickorder-body input[type="text"], .plugin_arrived-value input[type="text"], .plugin_arrived-value select {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 5px 15px;
    border: 1px solid #cbcbcb;
}

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul {
    padding: 0;
    min-height: 16px;
}

.wa-auth-adapters ul li {
    list-style: none;
    float: left;
    padding: 0 15px 0 0;
}

.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span {
    display: block;
    padding: 0px 5px;
}

.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img {
    position: relative;
    top: 3px;
    left: -3px;
}

.wa-auth-adapters p {
    clear: left;
    color: #888;
    font-size: 0.9em;
    width: 40%;
}

.wa-auth-adapters.wa-connect {
    margin-top: 20px;
}

.wa-form {
    float: left;
    margin: 10px 0;
    overflow: visible;
}

.wa-form .wa-field {
    clear: left;
    margin: 0;
    padding-top: 3px;
}

.wa-form .wa-field .wa-name {
    float: left;
    width: 155px;
    padding-top: 0.05em;
    padding-bottom: 10px;
    font-size: 0.95em;
}

.wa-form .wa-field.wa-separator {
    height: 10px;
}

.wa-form .wa-field .wa-value {
    margin-left: 180px;
    margin-bottom: 5px;
    position: relative;
}

.wa-form .wa-field .wa-value input.wa-error {
    border: 2px solid red;
}

.wa-form .wa-field .wa-value .wa-error-msg {
    font-size: 0.9em;
    color: red;
    display: block;
}

.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] {
    width: 30%;
    min-width: 260px;
    margin: 0;
}

.wa-form .wa-field .wa-value textarea {
    min-width: 300px;
    height: 70px;
}

.wa-form .wa-field .wa-value input.wa-captcha-input {
    width: 100px;
    min-width: 0;
}

.wa-form .wa-field .wa-value label {
    display: block;
}

.wa-form .wa-field .wa-value .wa-captcha img {
    margin-left: 0;
}

.wa-form .wa-field .wa-value .errormsg {
    margin-left: 0;
}

.wa-form .wa-field .wa-value.wa-submit {
    margin-top: 10px;
}

.wa-form .wa-field .wa-value p label {
    display: block;
    margin: 0;
}

.wa-form .wa-field .wa-value p {
    line-height: 1.6em;
    margin-bottom: 23px;
    position: relative;
}

.wa-form .wa-field .wa-value p span {
    color: #777;
    font-size: 0.9em;
    display: block;
}

.wa-form .wa-field .wa-value p i.icon16 {
    float: left;
    left: -20px;
    margin-top: 2px;
    position: absolute;
}

.wa-form .wa-field .wa-value p input {
    display: block;
    margin-bottom: 2px;
}

.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] {
    display: inline;
}

.wa-form .wa-field .wa-value p .field.wa-required span:after {
    content: " *";
    color: #faa;
}

.wa-form .wa-field.wa-required .wa-name:after {
    content: " *";
    color: #faa;
}

.wa-captcha {
    padding: 7px 0 10px;
}

.wa-captcha p {
    clear: left;
    margin: 0;
}

.wa-captcha strong {
    font-size: 1.2em;
}

.wa-captcha p img {
    float: left !important;
    margin-right: 5px;
    margin-top: -8px;
}

.wa-captcha .wa-captcha-refresh {
    font-size: 0.8em;
    text-decoration: underline;
    color: #aaa;
}

.wa-captcha .wa-captcha-input {
    display: inline !important;
}

.wa-captcha .errormsg {
    display: inline;
    margin-left: 10px;
}

input.error, textarea.error {
    border: 2px solid red;
}

.errormsg {
    color: red;
    margin-left: 170px;
    display: block;
}

.wa-form {
    padding: 30px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #f7f7f7;

}

.checkout .wa-form {
    padding: 0;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.menu-v {
    padding: 0;
    margin: 0;
}

.menu-v li {
    list-style: none;
}

.wa-form input[type='text'], .wa-form input[type='password'], .wa-form select, .wa-form textarea, .comment-form input[type='text'], .comment-form textarea {
    border: solid 1px #cbcbcb;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 300;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #000;
}

.wa-form .wa-field .wa-name {
    line-height: 43px;
    font-weight: 600;
    font-size: 14px;
}

.comment-form label {
    color: #000;
    font-weight: 600;
    font-size: 15px;

}

.wa-field-pokupatel_ label:nth-child(2):after {
    content: "(Только для заказов от 1000 руб.)";
    font-size: 12px;
    font-weight: normal;
    margin-left: 15px;
    color: #696969;
}

/* 16x16 Icons
-------------- */

i.icon16 {
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
}

* i.icon16 {
    text-decoration: none !important;
    vertical-align: top;
    margin: 0.2em 0.25em 0 0;
}

.icon16.loading {
    background-image: url('/wa-content/img/loading16.gif');
}

.icon16.rss {
    background-image: url("img/icons/rss.png");
}

.icon16.facebook {
    background-image: url("img/icons/facebook.png");
}

.icon16.twitter {
    background-image: url("img/icons/twitter.png");
}

.icon16.cart {
    background-image: url('img/icons/cart-full.png');
}

.icon16.cart.empty {
    background-image: url('img/icons/cart-empty.png');
}

.icon16.color {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 14px;
    height: 14px;
}

/* 10x10 Icons
-------------- */

i.icon10 {
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
}

* i.icon10 {
    text-decoration: none !important;
    vertical-align: top;
    margin: 0.2em 0.1em 0 0;
}

.icon10.darr {
    background-image: url('img/icons/darr.png');
}

/* Checkout */

.checkout-header {
    color: #999;
}

.checkout-header h3 a {
    text-transform: uppercase;
    text-decoration: none;
    color: #777;
}

.checkout-header h3 a:hover {
    color: #a00 !important;
}

.checkout-header strong {
    color: #666;
}

.checkout {
    margin: 20px 0px 0px;
    border-top: 1px solid #F3711C;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.checkout ul.checkout-options {
    padding-left: 25px;
}

.checkout ul.checkout-options li {
    list-style: none;
    position: relative;
    margin-bottom: 50px;
    clear: both;
}

.checkout ul.checkout-options li h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.checkout ul.checkout-options li h3 label {
    margin-right: 10px;
}

.checkout ul.checkout-options li .rate {
    float: right;
    text-align: center;
    width: 250px;
}

.checkout ul.checkout-options li p {
    width: 70%;
}

.checkout ul.checkout-options li input[type="radio"] {
    position: absolute;
    top: 4px;
    left: -25px;
}

.checkout ul.checkout-options li label input[type="radio"] {
    top: 4px;
    left: -20px;
}

.checkout ul.checkout-options li img.method-logo {
    position: relative;
    float: left;
    margin-right: 10px;
    top: -6px;
    left: 0px; /* adjusted for default 60x32-px logos */
}

.checkout ul.checkout-options li .wa-form {
    margin-top: 0px;
    margin-bottom: 30px;
}

.checkout ul.checkout-options li .wa-form label input[type="radio"] {
    position: static;
}

.checkout .checkout-result {
    padding: 80px 0 60px;
    background: #fff;
    text-align: center;
}

.checkout .checkout-result h1 {
    font-size: 4em;
    margin-bottom: 50px;
}

.checkout .checkout-result.error h1 {
    color: red;
}

.checkout .checkout-result .wa-form {
    margin: 10px auto 20px;
    width: 400px;
    float: none;
    text-align: left;
}

.checkout .checkout-result .back {
    margin-top: 50px;
}

.checkout .checkout-step {
    padding: 0;
    border: 1px solid #F3711C;
    border-top: 0;
}

.checkout .checkout-step h2 {
    padding: 17px 20px 15px;
    text-transform: uppercase;
    font-weight: bold;
    background: #ECFFFF;
    margin: 0;
}

.checkout .checkout-step h2 a {
    text-decoration: none;
    color: #000;
}

.checkout .checkout-step h2 a:hover {
    color: #a00 !important;
}

.checkout .checkout-step h2.upcoming a:hover {
    color: #000 !important;
    cursor: default;
}

.checkout .checkout-step h2 a.hint {
    font-size: 15px;
    color: #aaa;
    text-decoration: underline;
    font-weight: normal;
}

.checkout .checkout-step-content {
    padding: 20px;
    background: #fff;
}

.checkout .checkout-step ul.menu-v {
    margin-left: 0;
    margin-top: 20px;
}

.checkout .checkout-step #login-form h1 {
    display: none;
}

.checkout .checkout-step input.large {
    font-size: 1.4em;
}

.checkout .comment {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}

.checkout blockquote img {
    margin-right: 20px;
    float: left;
}

.checkout blockquote p {
    margin-bottom: 10px;
}

.checkout blockquote p span {
    color: #000;
}

.checkout .errormsg.inline {
    display: inline;
    margin-left: 10px;
}

/* Product reviews */

.write-review {
    margin: 30px 0 40px;
}

.review {
    margin-bottom: 30px;
}

.review .summary {
    font-size: 0.9em;
    color: #777;
}

.review .summary h6 {
    color: #000;
    font-size: 1.1em;
}

.review .summary a.username {
    color: #777;
}

.review .summary a.username:hover {
    color: red;
}

.review .summary a {
    display: inline;
    padding: 0;
}

.review .summary .date {
    color: #aaa;
}

.review p {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3em;
}

.review .actions a {
    padding: 0 !important;
}

.reviews {
    margin-bottom: 20px;
}

.reviews ul {
    margin-left: 0;
}

.reviews ul li ul {
    padding-left: 25px;
}

.reviews ul li ul li .review h6 {
    color: #555;
}

.reviews ul li .review-form {
    padding: 10px 30px;
}

.reviews ul li .review-form textarea {
    min-height: 100px;
}

.reviews ul.menu-h.auth-type {
    padding: 0 0 40px;
    margin-left: -5px;
}

.reviews ul.menu-h.auth-type li {
    padding-right: 10px;
}

.reviews ul.menu-h.auth-type li a {
    padding: 5px 6px;
}

.reviews ul.menu-h.auth-type li a img {
    top: 0;
}

.reviews textarea {
    height: 100px;
    min-height: 100px;
    width: 75%;
    margin-top: 0;
}

.review-form {
    padding: 0;
    margin-bottom: 30px;
}

.review-form h4 {
    margin: 0 0 20px;
    font-weight: normal;
}

.review-form-fields p {
    margin: 0 0 10px;
}

.review-form-fields p.review-field a {
    display: inline;
    padding: 0;
    text-decoration: none;
}

.review-form-fields label {
    width: 160px;
    display: block;
    clear: left;
    float: left;
    margin: 0 10px 0 0;
    color: #aaa;
}

.review-form-fields input[type="text"] {
    width: 20em;
}

.review-form textarea {
    min-width: 70%;
    min-height: 160px;
}

.review-form .review-submit {
    padding: 0 0 20px 170px;
}

.review-form .userpic {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.review-form ul.menu-h.auth-type li a img {
    float: left;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.review-form ul.menu-h.auth-type {
    padding-bottom: 20px;
}

.review-form label {
    width: 160px;
    display: block;
    clear: left;
    float: left;
    margin: 0 10px 0 0;
    color: #AAA;
}

.reviews span.rate {
    line-height: 1.3em;
    display: block;
    margin: 0.5em 0;
}

.reviews span.rate a {
    text-decoration: none !important;
}

.reviews span.rate .icon10 {
    background-repeat: no-repeat;
    background-image: url(../../../../wa-content/img/icon10.png);
    height: 10px;
    width: 10px;
    display: inline-block;
    text-indent: -9999px;
}

.reviews span.rate .icon10.star {
    background-position: -60px -40px;
}

.reviews span.rate .icon10.star-empty {
    background-position: -80px -40px;
}

input.error, textarea.error {
    border: 2px solid red;
}

.errormsg {
    color: red;
    margin-left: 170px;
    display: block;
}

/* Customer account */

.order-status {
    padding: 2px 5px;
    color: #fff;
}

h1 .order-status {
    font-size: 0.75em;
    margin-left: 10px;
}

/* Shop-Script icons */

.icon16.star,
.icon16.star-full {
    background-image: url("img/icons.png");
    background-position: -16px 0;
}

.icon16.star-half {
    background-image: url("img/icons.png");
    background-position: -32px 0;
}

.icon16.star-empty {
    background-image: url("img/icons.png");
    background-position: -48px 0;
}

.icon16.star-hover {
    background-image: url("img/icons.png");
    background-position: -64px 0;
}

.icon10.star,
.icon10.star-full {
    background-image: url("img/icons.png");
    background-position: 0 -16px;
}

.icon10.star-half {
    background-image: url("img/icons.png");
    background-position: -10px -16px;
}

.icon10.star-empty {
    background-image: url("img/icons.png");
    background-position: -20px -16px;
}

.icon16.remove {
    background-image: url("img/icons.png");
    background-position: -96px 0;
}

.icon16.saved {
    background-image: url("img/icons.png");
    background-position: -112px 0;
}

.icon16.stock-red {
    background-image: url("img/icons.png");
    background-position: -128px 0;
}

.icon16.stock-yellow {
    background-image: url("img/icons.png");
    background-position: -144px 0;
}

.icon16.stock-green {
    background-image: url("img/icons.png");
    background-position: -160px 0;
}

.icon16.stock-transparent {
    background-image: url("img/icons.png");
    background-position: -176px 0;
}

.icon16.loading {
    background-image: url("img/loading16.gif");
    background-position: 0 0;
}

/* Dialog */

.dialog {
    display: none;
}

.dialog-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 99;
}

.dialog-window .cart {
    position: fixed;
    top: 15%;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 100;
    overflow-x: hidden;
    box-shadow: 0 3px 15px #ddd;
    margin: 0 auto;
    text-align: left;
    width: 400px;
    bottom: 15%;
    background: #ceb;
    padding: 25px;
}

.dialog-window .cart .added2cart {
    font-size: 1.1em;
    font-style: italic;
}

.dialog-window .dialog-close {
    float: right;
    color: #5a5;
    text-decoration: none;
    font-size: 200%;
    margin-top: -3px;
}

table.cart tr {
    border-bottom: 4px solid #fff;
    background: #fffac0;
}

table.cart tr:nth-child(2n) {
    background: #f5f3d9;
}

table.cart img {
    border: 1px solid #0c7fb4;
}

table.cart a {
    color: #0c7fb4;
    text-decoration: underline;
    font-weight: 600;
}

.table.cart > tbody > tr > td {
    padding: 5px;
}

table.cart .item-total {
    font-weight: 600;
    line-height: 45px;
}

table.cart .qty-b2 {
    margin-top: 7px;
}

table.cart .delete {
    margin-top: 14px;
    display: block;
}

.cart-sku {
    font-size: 13px;
    font-weight: 600;
}

.min-width-image {
    width: 54px;
}

.cart-totals {
    display: block;
    float: right;
    margin-right: 100px;
    font-size: 23px;
    font-weight: normal;
}

.cart-totals span {

    font-weight: bold;
}

.cart-action {
    margin-top: 20px;
}

.cart-action .button {
    margin-right: 100px;
    float: right;
}

.cart-action .button-orange {
    padding: 5px 10px;
    margin-left: 20px;
}

.button-orange:hover {
    color: #fff;
}

.clear-both {
    clear: both;
}

blockquote {
    font-size: 15px;
}

.ff-name {
    font-size: 13px;
    font-weight: 600;
}

.filtering input[type="text"] {
    width: 50px;
}

.filtering select {
    width: 200px;
}

.ff-one {
    margin-bottom: 5px;
}

.product-of-day.filts {
    position: relative;
}

.podobrat {
    position: absolute;
    bottom: 0;
    right: 42px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    background-image: -webkit-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -moz-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -o-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -ms-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: linear-gradient(to top, #0a7cb1, #54ddff);
    width: 148px;
    height: 45px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: 600;
}

.podobrat:hover {
    color: #fff;
    text-decoration: none;
}

.my-nav-menu {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 1, .14), rgba(255, 255, 255, .14));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 1, .14), rgba(255, 255, 255, .14));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 1, .14), rgba(255, 255, 255, .14));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 1, .14), rgba(255, 255, 255, .14));
    background-image: linear-gradient(to top, rgba(0, 0, 1, .14), rgba(255, 255, 255, .14));
    height: 64px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 14px;
    margin-bottom: 20px;
}

.my-nav-menu > li {
    height: 34px;

    color: #2d2d2d;

    float: left;
    margin-bottom: -1px;
    position: relative;
    display: block;
    list-style: none;
    margin-top: 17px;
    margin-right: 5px;

}

.my-nav-menu > li a {
    color: #2d2d2d;
    font-size: 21px;
    line-height: 34px;
    padding: 0 14px;
    font-size: 21px;
    font-weight: 500;
    margin-top: 14px;
}

.my-nav-menu > li > a:hover {
    color: #0a7cb1;
    text-decoration: none;
}

.my-nav-menu > li.selected > a, .my-nav-menu > li > a:focus {
    color: #0a7cb1;
    background: #fff;
    border: 1px solid #0a7cb1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;

}

#compare-table td, #compare-table th {
    padding: 5px;
    font-weight: 400;
    font-size: 13px;
}

#compare-table tr:nth-child(2n) {
    background: #F4F4F4
}

#compare-table tr:hover {
    background: #F4F9FF
}

#compare-table tr:first-child td {
    text-align: center;
    vertical-align: top
}

#compare-table img {
    border: 1px solid #f4f4f4
}

.comp-name-link {
    height: 155px;
    overflow: hidden;
    display: inline-block
}

.comp-name-link div {
    display: block;
    text-align: center
}

#compare-table .price {
    font-size: 19px;
    font-weight: 300
}

#compare-table th {
    font-weight: 600
}

.fix {
    position: fixed;
    bottom: 0;
    background: rgba(255, 255, 255, .84);
    height: 40px;
    width: 100%;
    display: block
    z-index: 99;
}

.fix li {
    float: left;
    width: 250px;
    line-height: 40px;
    text-align: center;
    opacity: .5;
    list-style: none;
}

.fix li.highlight {
    opacity: 1
}

.fix li a {
    font-size: 20px;
    font-weight: 300;
    color: #565656;
    text-transform: uppercase;
    padding-left: 48px
}

.fix-fav {
    background: url(img/fav-n.png) left no-repeat
}

.highlight .fix-fav {
    background: url(img/fav.png) left no-repeat
}

.fix-com {
    background: url(img/com-n.png) left no-repeat
}

.highlight .fix-com {
    background: url(img/com.png) left no-repeat
}

.fix-vie {
    background: url(img/vie-n.png) left no-repeat
}

.highlight .fix-vie {
    background: url(img/vie.png) left no-repeat
}

.fix-car {
    background: url(img/car.png) left no-repeat
}

.theme-preview {
    display: none;
}

.cart-modal-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.cart-modal-list li {
    float: left;
    list-style: none;
    margin-right: 20px;
}

.cart-close {
    background-image: -webkit-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: -moz-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: -o-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: -ms-linear-gradient(bottom, #f26d20, #ff9600);
    background-image: linear-gradient(to top, #f26d20, #ff9600);
    padding: 0 10px;
    height: 32px;
    border: 0px none;
    box-shadow: none;
    line-height: 32px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    display: block;
}

.cart-close:hover {
    color: rgb(255, 255, 255);
    background-image: -webkit-linear-gradient(bottom, #d25913, #e18502);
    background-image: -moz-linear-gradient(bottom, #d25913, #e18502);
    background-image: -o-linear-gradient(bottom, #d25913, #e18502);
    background-image: -ms-linear-gradient(bottom, #d25913, #e18502);
    background-image: linear-gradient(to top, #d25913, #e18502);
    text-decoration: none;
}

.cart-good {
    border: 0;
    background: #0a7cb1;
    background-image: -webkit-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -moz-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -o-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: -ms-linear-gradient(bottom, #0a7cb1, #54ddff);
    background-image: linear-gradient(to top, #0a7cb1, #54ddff);
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
}

.cart-good:hover {
    color: #fff;
    background: #085f88;
    background-image: -webkit-linear-gradient(bottom, #085f88, #41aec9);
    background-image: -moz-linear-gradient(bottom, #085f88, #41aec9);
    background-image: -o-linear-gradient(bottom, #085f88, #41aec9);
    background-image: -ms-linear-gradient(bottom, #085f88, #41aec9);
    background-image: linear-gradient(to top, #085f88, #41aec9);
}

#cartModal .modal-dialog {
    width: 430px;
}

.cart-total {
    white-space: nowrap;
}

.comment-form h4 {
    margin: 0 0 20px;
    font-weight: normal;
}

.comment-form-fields p {
    margin: 0 0 10px;
}

.comment-form-fields p a {
    display: inline !important;
}

.comment-form-fields label {
    width: 160px;
    display: block;
    clear: left;
    float: left;
    margin: 0 10px 0 0;
    color: #000;
    font-weight: 600;
    line-height: 43px;
}

.comment-form-fields input {
    width: 20em;
}

.comment-form textarea {
    min-width: 70%;
    min-height: 160px;
}

.comment-form .comment-submit {
    padding: 0 0 20px 170px;
}

.comment-form .userpic {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.comment-form ul.menu-h.auth-type li a img {
    float: left;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.comment-form ul.menu-h.auth-type {
    padding-bottom: 20px;
}

.comments {
    margin-bottom: 30px;
}

.comments h3 {
    margin: 0 0 20px;
}

.comments h4 {
    margin: 0 0 10px;
}

.comments .credentials .date {
    margin: 0 5px;
}

.comments .credentials .userpic {
    margin-top: 5px;
    margin-right: 5px;
}

.comments .credentials .userpic.icon16 {
    min-width: 0;
    width: 16px;
    height: 16px;
    margin: 7px 4px 0;
}

.comments textarea {
    height: 100px;
    min-height: 100px;
    width: 75%;
    margin-top: 0;
}

.comments ul,
.comments ul.menu-v li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comments ul li {
    margin: 0 0 20px 0;
}

.comments ul li ul {
    margin: 20px 0 0 0;
}

.comments ul li span.hint a {
    color: #aaa;
    text-decoration: underline;
}

.comments .text {
    margin: 5px 0 5px 27px;
}

.comments .actions {
    margin: 0 0 5px 22px;
    font-size: 0.9em;
}

.comments ul li a.comment-delete {
    margin: 0 0 0 5px;
    padding: 0;
    color: #d99;
    text-decoration: underline;
}

.comments ul li a.comment-delete:hover {
    background: red;
    color: white;
}

.comments ul li ul {
    padding-left: 25px;
}

.comments ul li .comment-form {
    padding: 10px 30px;
}

.comments ul li .comment-form textarea {
    min-height: 100px;
}

.comments ul.menu-h.auth-type {
    padding: 0 0 40px;
    margin-left: -5px;
}

.comments ul.menu-h.auth-type li {
    padding-right: 10px;
}

.comments ul.menu-h.auth-type li a {
    padding: 5px 6px;
}

.comments ul.menu-h.auth-type li a img {
    top: 0;
}

.comment-form {
    padding: 30px;
    background: #f7f7f7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.comment-form .wa-captcha p img {
    margin: 0;
}

.post .text {
    margin: 30px 0 20px 0;
}

.plugin_arrived-header {
    background: #0A7CB1 linear-gradient(to top, #0A7CB1, #31B0DB) repeat scroll 0% 0%;
    text-shadow: none;
}

.plugin_arrived-button.custom a {
    font-size: 13px;
    color: #0A7CB1;
    border: 0;
    /*   padding-top: 18px;
      background: url("img/send-after-stock.png") top no-repeat;*/
    display: block;
}

i.aar-icon {
    width: 22px;
    height: 14px;
    display: inline-block;
    background: url("img/send-after-stock.png") top no-repeat;
}

.series-tab .out-of-stk {
    font-size: 13px;
    font-weight: 300;
    float: right;
    text-align: center;
    width: 100%;
}

.find-inform {
    font-size: 15px;
    display: block;
    position: absolute;
    bottom: 9px;
    right: 207px;
}

.find-inform span {
    font-weight: 600;
    color: #36B6E0;
    font-size: 17px;
}

.filtering, .p_selection_ons {
    margin-bottom: 15px;
}
.filtering {
    margin-bottom: 30px;
}

.sbros {
    display: block;
    position: absolute;
    bottom: 4px;
    right: 13px;
    font-size: 21px;
}

.soc-container {
    margin: 10px 0;
}

.site-tec {
    position: relativ;
    width: 400px;
    margin: 100px auto;
    text-align: center;
}

.site-tec b {
    font-size: 1.2em;
    color: #ff0000;
}

p.error {
    font-weight: bold;
    color: #ff0000;

}

.cat-galery {
    max-width: 437px;
}

.central-foother input {
    color: #000;
}

.feature-name  , .price-col {
    width: 82px;
}
.buy-col, .count-col  {
    width: 92px;
}


.category-tree ul {
    display: none;
}

.category-tree .no-child a {
    background: none;
}

.category-tree .opened > ul {
    display: block;
}

.wa-field-nuzhen-dogovor , .wa-field-nuzhen-dogovor1 {
    display: none;
}

.my-discount {
    font-size: 14px;
    background: #f5f3d9;
    margin: 10px -20px 0;

}
.my-discount td ,.my-discount th {
    padding: 5px !important;
}

/*old PC style*/

@media (min-width: 992px) and (max-width: 1199px) {

    .header-contact li {
        padding-left: 40px;
        font-size: 18px;
        line-height: 1;
    }

    .search input[type="search"] {
        width: 170px;
    }

    .our-mail a {
        font-size: 16px;
    }

    #cart {
        margin-top: 0;
    }

    .nav > li > a {
        padding: 10px;
    }

    .header-auth .glyphicon {
        display: none;
    }

    .header-phone {
        margin-right: 3px;
    }

    .logo {
        font-size: 13px;
    }

    .banners a {
        font-size: 16px;
        margin-right: 8px;
        padding: 10px;
    }

    .banners a.vk-b {
        padding: 10px 10px 10px 39px;
    }

    .banners span {
        height: 16px;
    }

    .day-carusel li {
        margin-right: 15px;
        width: 223px;
    }

    .one-day-p .timer {
        display: none;
    }

    .product-of-day {
        padding: 25px;
    }

    .product-list .one-product {
        margin-right: 15px;
        width: 242px;
    }

    .one-product .mini-img {
        width: 217px;
    }

    .one-product .mini-img img {

        max-width: 217px;
    }

    .central-foother img {
        display: none;
    }

    .central-foother {

        max-width: 314px;
    }

    .central-foother .search input[type="search"] {
        width: 235px;
    }

    .fix li {
        width: 220px;
    }

    .category-tree > li > a {
        font-size: 13px;
    }

    .category-tree ul li a {
        font-size: 13px;
    }

    .related .product-list .one-product {
        margin-right: 15px;
    }

    .add2cart input[type="submit"], .quickorder-custom-button {
        margin-left: 10px;
    }
}

/*tablets style*/

@media (min-width: 768px) and (max-width: 991px) {

    .header-contact {
        margin: 10px 0px 10px;
    }

    #cart {
        float: left;
    }

    .navbar-nav > li > a {
        font-size: 13px;
    }

    .nav > li > a {
        padding: 10px;
    }

    .news {
        margin-top: 15px;
    }

    .catalog-header.hidden-c:after {
        display: none;
    }

    .catalog-header.hidden-c {
        margin-bottom: 0px;
    }

    .info-block-cont {
        margin: 10px 0 0 0;
    }

    .banners {
        margin: 20px 0px;
    }

    .main-cnt {
        margin-left: 0;
    }

    .banners a {
        font-size: 16px;
        margin-right: 3px;
        padding: 10px;
    }

    .banners a.vk-b {
        padding: 10px 10px 10px 39px;
    }

    .banners span {
        height: 16px;
    }

    .day-carusel li {
        margin-right: 15px;
        width: 323px;
    }

    .filts {
        display: none;
    }

    .product-list .one-product {
        margin-right: 15px;
        width: 229px;
    }

    .one-product .mini-img {
        width: 204px;
    }

    .one-product .mini-img img {

        max-width: 204px;
    }

    .nav.nav-tabs > li > a {
        padding: 0px 5px;
    }

    .foother-link {
        margin-bottom: 15px;
    }

    .right-foother {
        float: left;
    }

    .related .product-list .one-product {
        margin-right: 10px;
    }

    .fix li {
        display: none;
    }

    .fix li:last-child {
        display: block;
    }

    .fix .container {
        width: 250px;
    }

}

/*litle tablets style and phone*/

@media (max-width: 767px) {

    .header-contact {
        margin: 10px 0px 10px;
    }

    #cart {
        float: left;
    }

    .catalog-header.hidden-c:after {
        display: none;
    }

    .catalog-header.hidden-c {
        margin-bottom: 0px;
    }

    .info-block-cont {
        margin: 10px 0 0 0;
    }

    .news {
        margin-top: 15px;
    }

    .banners {
        margin: 20px 0px;
    }

    .main-cnt {
        margin-left: 0;
    }

    .banners a {
        font-size: 16px;
        margin-right: 3px;
        padding: 10px;
        display: none;
    }

    .banners a.vk-b {
        padding: 10px 10px 10px 39px;
    }

    .banners span {
        height: 16px;
    }

    .filts {
        display: none;
    }

    .foother-link {
        margin-bottom: 15px;
    }

    .right-foother {
        float: left;
    }

    .related .product-list .one-product {
        margin-right: 10px;
    }

    .fix li {
        display: none;
    }

    .fix li:last-child {
        display: block;
    }

    .fix .container {
        width: 250px;
    }

    .main-catalog .one-cat {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .central-foother {
        float: left;
        max-width: 340px;
        overflow: hidden;
    }

    .nav-tabs > li a {
        color: #2D2D2D;
        font-size: 14px;
        padding: 0 5px;
    }

    .series-table th, .series-table td {
        display: none;
    }

    .series-table th:nth-child(1), .series-table th:nth-last-child(3), .series-table th:nth-last-child(2), .series-table th:nth-last-child(1),
    .series-table td:nth-child(1), .series-table td:nth-last-child(3), .series-table td:nth-last-child(2), .series-table td:nth-last-child(1) {
        display: table-cell;
    }

    .features li span {
        width: 140px;
    }

    .category-description img {
        max-width: 100%;
    }

    .product-gallery-sc-new li {

        width: 315px;
    }

    .cat-galery {
        max-width: 317px;
    }

    .product-gallery-sc-new li img {
        max-width: 315px;
    }

    .series-products-status li {
        width: 100%;
    }

    .series-mini-desc {
        margin-left: 0px;
    }

    .add2cart input[type="submit"], .quickorder-custom-button {
        margin-left: 10px;
    }

    .cart-action a {
        display: none;
    }

    .navbar-toggle {
        margin-top: 4px;
    }

    #bs-example-navbar-collapse-1 {
        position: absolute;
        background: #fff;
        width: 100%;
        z-index: 22;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #Fff;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    .navbar-default .navbar-toggle:focus {
        background-color: #F8820F;
    }

    .table.cart tr td:first-child {
        display: none;
    }

    .right-foother, .central-foother img, .foother .foother-link:nth-child(2), .vk-group-f, .product-of-day {
        display: none;
    }

    .finderPage .product-of-day {
        display: block;
     }

    .finderPage .product-of-day select {
        width: 100%;
        max-width: 100%;
    }

    .finderPage .product-of-day .slider {
        width: 100%;
        max-width: 100%;
    }

    .finderPage .product-of-day .find-inform {
        bottom: 0px;
        right: 192px;
        width: 80px;
    }

    .finderPage .product-of-day .product-of-day-header .pp {
        padding-right:0;
    }

    .finderPage .product-of-day .product-of-day-header .glyphicon {
        display: none;
    }

    .finderPage .product-of-day .product-of-day-header.filt {
        background: none;
    }

    .container {
        padding: 0 15px;
    }
    .central-foother .search input[type="search"] {
        width: 180px;
    }
    .central-foother .header-phone , .central-foother .header-mail {
        font-size: 18px;
    }
    .nav-tabs {
        height: auto;
        overflow: hidden;
    }
    .nav-tabs li {
        display: block;
        width: 100%;
        height: auto;
    }
    .features li span {
        width: 120px;
    }

    .series-table .badge-container {
        float: right;
        position: absolute;
        top: 0px;
        right: 0px;
        opacity: 0.7;
    }
}

@media screen and (max-width: 760px) {

    .wa-form .wa-field .wa-name {
        float: none;
        padding-bottom: 0;
    }

    .wa-form .wa-field .wa-value {
        margin-left: 0;
    }

    .wa-form .wa-field .wa-value p span {
        display: block;
    }

    .wa-form .wa-field .wa-value input[type="text"],
    .wa-form .wa-field .wa-value input[type="email"],
    .wa-form .wa-field .wa-value input[type="password"] {
        min-width: 200px;
    }

    .wa-auth-adapters p {
        width: 100%;
    }

    .checkout {
        margin: 0 0 30px;
    }

    .checkout ul.checkout-options li {
        width: 100%;
    }

    .checkout ul.checkout-options li img {
        display: none;
    }

    .checkout ul.checkout-options li .rate {
        min-width: 0;
        width: auto;
        max-width: 150px;
    }

    .checkout ul.checkout-options li .rate.error {
        padding-top: 5px;
    }

    .checkout ul.checkout-options li .rate .hint {
        display: none;
    }

    .checkout ul.checkout-options li .wa-form.wa-address p {
        font-size: 1em;
    }

    .checkout .checkout-step h2 {
        font-size: 1.2em;
        padding: 10px 10px 10px;
    }

    .checkout .checkout-step h2 a.hint {
        display: none !important;
    }

    .checkout .checkout-step input.large {
        margin: 0 auto;
        display: block;
    }

    .checkout .checkout-step-content {
        padding: 10px 10px 30px;
    }

    .checkout .checkout-step-content.auth ul.menu-v li {
        padding: 5px 0;
    }

    .checkout .checkout-result h1 {
        font-size: 2.5em;
    }

    .checkout-header {
        margin: 10px;
        font-size: 0.8em;
        text-align: center;
    }

    .checkout-header .float-right {
        display: none;
    }

    .checkout li .wa-form {
        margin-left: -25px;
    }

    .checkout table.table th,
    .checkout table.table td {
        font-size: 0.75em;
    }

    .checkout table.table td .gray {
        display: none;
    }

    .checkout table.table td.nowrap {
        white-space: normal;
    }

    .checkout table.table td.nowrap.bold {
        white-space: nowrap;
    }

}
@media (max-width: 505px) {
    .home-tab-products .product-list .one-product {
        position: relative;
        margin: 15px auto !important;
        float: none;
    }
}

.checkout-form  .wa-form input[type='text'], .checkout-form .wa-form input[type='password'],.checkout-form .wa-form select,.checkout-form .wa-form textarea
{
    padding: 5px;
}

.checkout-form .wa-form .wa-field .wa-name {
    line-height: 33px;

}

.subsc-cont {
    min-height: 500px;
}
.sub-form-auto {
    display: none;
}

.products-filter-mobile {
    margin-bottom: 10px;
}

.products-filter-mobile a {
    background: none;
    position: relative;
}
.products-filter-mobile a:before {
    content: "\e138";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 0;
}

.products-filter-mobile-facebook a:before {
    content: "";
    width: 23px;
    height: 23px;
    background: url(img/i-fb.png) no-repeat;
    top: 0;
}
.products-filter-mobile-vk a:before {
    content: "";
    width: 23px;
    height: 23px;
    top: 0;
    background: url(img/i-vk.png) no-repeat;
}
.flexdiscount-pd-block .flexdiscount-heading, #yourshop .flexdiscount-pd-block .flexdiscount-heading {
    background: #fff4b4 !important;
}
.flexdiscount-pd-block .flexdiscount-heading .h3{
    color: #000 !important;
}
.flexdiscount-max-discount, .flexdiscount-max-affiliate{
    font-size: 100% !important;
    color: #000;
}
.flexdiscount-available-discount .fl-discount-skus td:first-child{
    max-width: 50%;
    width: 50%;
    text-align: left;
}