/*
 * Webasyst Default 3.0 theme family
 *
 * Shop-Script app CSS
 * (requires linking base default.css file from the Site app)
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2015 Webasyst LLC
 * @package Webasyst
 *
 * ... extends base Site app's default.css
 */

.currency-toggle {
    left: 18%;
    position: fixed;
    top: 12px;
    z-index: 9999999999;
}

.bonus {
    background: #ceb;
    padding: 2px 4px 1px;
}

.lazyloading-load-more {
    text-transform: uppercase;
    border: 2px solid #ff5809;
    padding: 15px 15px;
    display: block;
    background: #ff5809;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    width: 150px;
    margin: 0 auto 50px;
}

.lazyloading-load-more:hover {
    color: #fff;
}

.lazyloading-load-more:hover a {
    color: #fff;
}

.plugin {
    margin-bottom: 20px;
}

/* shipping and payment plugins ouput */

.whyus div.description {
	width: auto !important;
	padding: 20px 25px !important;
}

.globalnav-name {
	display: none;
	position: absolute;
}

#content-more {
    height: 0px;
    width: 100%;
    overflow: hidden;
	padding-top: 10px;	
}

span.loading {
    position: relative;
    top: 4px;
    left: 10px;
}

.checkout span.loading {
    position: relative;
    top: 4px;
    left: 10px;
}

#compare-leash {
    position: fixed;
    bottom: 0;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
    font-size: 1.1em;
    right: 30px;
    z-index: 9999;
}

#compare-leash a {
    color: #fff;
    background: #FF5809;
    display: block;
    padding: 10px 15px;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

#compare-leash a:hover {
    background: red;
    color: #fff !important;
}

#compare-leash a.just-added {
    background: #f00;
}

/* Product list
--------------- */
.left_name {
    display: inline-block;
    float: left;
    width: 66%;
    vertical-align: top;
    height: 100%;
    position: relative;
    margin-bottom: 40px;
}

.sale_product {
    background: #FFF;
}

.right_name {
    display: inline-block;
    width: 29%;
    padding-top: 30px;
    padding-bottom: 30px;
    height: calc(100% - 60px);
    padding-right: 3%;
    vertical-align: top;
    float: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

ul.thumbs {
    padding: 0;
    margin: 0 -20px;
}

ul.thumbs li {
    display: inline-block;
    vertical-align: top;
    width: 190px !important;
    padding: 0;
    margin: 0 20px 40px 20px;
    position: relative;
    text-align: left;
    line-height: 1.2em;
}

.bestsellers ul.thumbs li {
    width: 200px !important;   
}

.product-sidebar ul.thumbs li {
    width: 245px !important;
}

.product-sidebar ul.thumbs li .image {
    display: block !important;
}

ul.thumbs li .image {
    width: 200px;
    height: 200px;
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
}

ul.thumbs li .image img {
    vertical-align: bottom;
    max-width: 200px;
    max-height: 200px;
}

ul.thumbs li .image .badge-wrapper {
    position: relative;
}

ul.thumbs li a {
	text-decoration: none;
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

ul.thumbs li div {
    margin-top: 0.5em;
    margin-bottom: 0.4em;
    font-family: Roboto;
    font-weight: 400;
    line-height: 18px;
    font-size: 14px;
}

ul.thumbs li span.summary {
    color: #999;
    font-size: 0.9em;
}

ul.thumbs li span {
    word-wrap: break-word;
}

ul.thumbs li table.features {
    color: #999;
    font-size: 0.9em;
    display: none;
}

ul.thumbs li:hover table.features {
    display: block;
}

ul.thumbs li table.features td {
    padding: 3px 0 0 0;
}

ul.thumbs li table.features td.name {
    min-width: 70px;
    padding-right: 10px;
}

ul.thumbs li a:hover {
    color: red !important;
}

ul.thumbs li a:hover h5 {
    color: red !important;
}

ul.thumbs .rating,
ul.thumbs .offers {
    display: block;
    margin: 3px 0;
    padding-left: 10px;
}

ul.thumbs .out-of-stock {
    display: inline-block;
    margin: 3px 5px;
}

ul.thumbs .purchase {
    margin-top: 7px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

ul.thumbs .purchase .pricing {
    margin-bottom: 9px;
    margin-top: 10px;
	position:relative;
}

.product-sidebar ul.thumbs .purchase .pricing {
    display: none;   
}

ul.thumbs .purchase .price {
    margin-right: 5px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    position: relative;
    top:5px;
}

div.all-price {
    padding-bottom: 30px;  
}

div.price-left {
    position: absolute;
    padding: 12px 15px 0 5px;
    display: none;
}

.price-button-left {
    height: 39px;
    margin: 0px;
    padding: -20px 0 20px 10px;
        /*display: inline-block;*/
        /*width: 200px;*/
        /*margin-right: -70px;*/
    }

ul.thumbs .purchase input[type="submit"] {
    font-size: 14px;
    font-family: Roboto;
}

ul.thumbs .purchase .icon16.compare {
    margin-top: 4px;
}

ul.thumbs .purchase .icon16.loading.adding2cart {
    position: absolute;
    z-index: 1;
    margin-left: 6px;
    margin-top: 5px;
    background-color: #fff;
}

ul.thumbs .added2cart {
    display: inline;
    padding: 0;
    font-size: 0.9em;
}

.page-content.with-sidebar ul.thumbs li {
    width: 300px;
}

.name-summary {
    min-height: 130px;
}

ul.thumbs.mini {
    text-align: left;
    margin: 0;
}

ul.thumbs.mini li {
    margin-left: 0;
    margin-right: 0;
    width: 150px;
    margin-bottom: 0px;
}

ul.thumbs.mini li .image img {
    width: auto;
    height: 96px !important;
    margin: 0 auto;
}

ul.thumbs.mini li h5 {
    font-size: 14px;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 0px;
}

ul.thumbs.mini .image {
    width: 100%;
    height: auto;
}

ul.thumbs.mini li .price {
    display: block;
    margin: 2px 0px 15px 0px;
    padding-left: 10px;
    font-size: 18px;
}
ul.related-bxslider li{
    display: block;

}
ul.thumbs.mini li .out-of-stock {
    margin-left: 0;
}

ul.thumbs.mini .purchase {
    margin-top: 0;
    margin-bottom: 5px;
    margin-top: 10px;
}

ul.thumbs.mini input[type="button"],
ul.thumbs.mini input[type="submit"] {
    font-size: 15px;
    font-family: Roboto;
}

ul.thumbs.text-content {
    margin: 0;
    padding-top: 5px;
}

ul.thumbs.text-content li {
    margin-left: 0;
    margin-right: 30px;
}

ul.thumbs.text-content li p {
    margin-top: 5px;
    margin-bottom: 5px;
	font-family: Roboto;
	font-size: 13px;
}

.tree li a {
    color: #525252;
}

ul.related-bxslider {
    padding: 0;
    overflow: hidden;
    position: relative;
}
ul.related-bxslider li > div{
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 0px solid rgba(0,0,0,0.07);
}
ul.related-bxslider li {
    list-style: none;
    /*width: 100% !important;*/
    /*background: #f9f9f9;*/
    /*float: none !important;*/
    /*margin: 0 !important;*/
}
.product-info .related h3{
    margin-bottom: 0px;
    font-family: Roboto;
    font-size: 14px;
    text-transform: uppercase;
    width: 150px;
    line-height: 25px;
}
.product-info .bx-prev{
    background: url(img/bx-controls.png) no-repeat !important;
    background-size: 96px 48px !important;
    background-position: 0px 0 !important;
    top: -35px !important;
    right: 50px !important;
    left: initial !important;
    z-index: 1 !important;
    display: block !important;
}
.product-info .bx-next{
    display: block !important;
    top: -35px !important;
    right: 0px !important;
    z-index: 1 !important;
}

.related .bx-wrapper .bx-pager {
	display: none;
}

.related ul.thumbs.mini .purchase {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
}

ul.thumbs li .image{
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}
.related .bx-wrapper {
    margin: 0;
    max-width: 890px !important;
}

.related .bx-wrapper .bx-viewport {
    box-shadow: none;
    left: 0;
    border: none;
    padding-right: 0;
}

.related .bx-wrapper .bx-prev {
    display: none;
}

.related .bx-wrapper .bx-next {
    right: -50px;
    background: url('img/bx-controls.png') no-repeat;
    background-size: 96px 48px;
    background-position: -48px 0 !important;
}

.related .bx-wrapper .bx-controls-direction a {
    z-index: 99;
    width: 49px;
    height: 48px;
    top: 40%;
    opacity: 0.3;
    margin-top: -15px;
    border: 1px solid #333;
}

.related .bx-wrapper .bx-controls-direction a:hover {
    transition: none;
    opacity: 1;
}

.related h3 input.gray[type="button"] {
    font-size: 0.65em;
    position: relative;
    top: -2px;
    left: 5px;
}

.compare-from-list {
    position: relative;
    top: 2px;
    left: 6px;
    opacity: 1;
}

.compare-from-list:hover {
    opacity: 1;
}

.compare-from-list.active {
    opacity: 1;
}

.quantity {
    width: 13%;
    text-align: center;
    border: 3px solid #444;
    padding: 4.0px;
}

.quantity:hover {
    width: 13%;
    text-align: center;
    border: 3px solid #FF5809;
    padding: 4.0px;
    z-index: 1000;
}

.quantity-minus {
    background: #e2e2e2;
    border: 1px solid #d2d2d2;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding: 4px 6px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.quantity-plus {
    background: #e2e2e2;
    border: 1px solid #d2d2d2;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    padding: 4px 6px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.quantity.product {
    font-size: 1.3em;
    border: 2px solid #444;
    padding: 8px 5px 4px 3px;
    position: relative;
    top: 2px;
    left: -4px;
}

.quantity.product:hover {
    font-size: 1.3em;
    border: 2px solid #FF5809;
    padding: 8px 5px 4px 3px;
    position: relative;
    top: 2px;
    left: -4px;
    z-index: 1000;
}

.quantity-minus.product {
    color: #fff;
    font-size: 1.3em;
    background: #444;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    padding: 0 8px;
    display: inline-block;
    position: relative;
    top: 9px;
    left: -33px;
    width: 11px;
}

.quantity-minus.product:hover {
    color: #FF5809;
    font-size: 1.3em;
    background: #444;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    padding: 0 8px;
    display: inline-block;
    position: relative;
    top: 9px;
    left: -33px;
    width: 11px;
}

.quantity-plus.product {
    color: #fff;
    font-size: 1.3em;
    background: #444;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    padding: 0 6px;
    position: relative;
    top: -9px;
    left: -4px;
    width: 15px;
    display: inline-block;
}

.quantity-plus.product:hover {
    color: #FF5809;
    font-size: 1.3em;
    background: #444;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    padding: 0 6px;
    position: relative;
    top: -9px;
    left: -4px;
    width: 15px;
    display: inline-block;
}

.price-qty {
    font-size: 18px;
    font-weight: 400;
    color: #52b848;
    margin-top: 13px;
    display: block;
}

/* Homepage
----------- */

.welcome {
    margin: 0 80px 30px;
}

ul.homepage-bxslider {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    max-height: 360px;
}

ul.homepage-bxslider li {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 360px;
}

.slider {
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.slider a {
    display: block;
    height: 360px;
    margin-bottom: 40px;
    text-decoration: none;
}

.slider a .image {
    float: right;
    margin-right: 60px;
    margin-left: 20px;
    position: relative;
    max-width: 70%;
}

.slider a .image img {
    max-height: 320px;
}

.slider a .image .corner.right {
    right: 30px;
}

.slider a .image .corner.top {
    top: 20px;
}

.slider a h3 {
    font-size: 20px;
    color: #000;
    line-height: 27px;
    margin-bottom: 0.4em;
    margin-left: 60px;
    margin-right: 60px;
    font-family: Roboto;
    font-weight: 500;
}

.slider a .info {
    margin-left: 60px;
    z-index: 183;
}

.slider a p {
    margin-left: 60px;
    color: #555;
    margin-top: 15px;
    margin-right: 100px;
    font-family: Roboto;
    font-size: 13px;
}

.slider .compare-at-price {
    font-size: 120%;
    margin-right: 10px;
}

.slider .price {
    font-size: 160%;
}

.slider .bx-wrapper {
    margin: 0 auto;
    direction: ltr;
    background: #ffffff;
    border: 3px solid #f8c131;
}

.slider .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
}

.slider .bx-wrapper .bx-pager,
.slider .bx-wrapper .bx-controls-auto {
    bottom: 20px;
}

.slider .bx-wrapper .bx-prev {
    left: -12px;
    background: url('img/bx-controls.png') no-repeat;
    background-size: 192px 96px;
}

.slider .bx-wrapper .bx-next {
    right: -12px;
    background: url('img/bx-controls.png') no-repeat;
    background-size: 192px 96px;
    background-position: -96px 0 !important;
}

.slider .bx-wrapper .bx-controls-direction a {
    z-index: 99;
    width: 96px;
    height: 96px;
    top: 40%;
    opacity: 0.5;
}

.slider .bx-wrapper .bx-controls-direction a:hover {
    transition: none;
    opacity: 1;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #8c8c8c;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f8c131;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #f8c131;
}

.slider.fill-entire-area {
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.slider.fill-entire-area .bx-wrapper .bx-prev {
    left: -26px;
    background-image: url('img/bx-controls-white.png');
}

.slider.fill-entire-area .bx-wrapper .bx-next {
    right: -26px;
    background-image: url('img/bx-controls-white.png');
}

.slider.fill-entire-area ul.homepage-bxslider li {
    background-size: cover;
    background-repeat: no-repeat;
}

.slider.fill-entire-area h3 {
    margin-top: 40px;
}

.slider.fill-entire-area h3,
.slider.fill-entire-area .info,
.slider.fill-entire-area p, {
    margin-left: 60px;
}

.slider.fill-entire-area p {
    width: 50%;
}

.slider.fill-entire-area span {
    color: #fff;
    border: 1px solid #f8c131;
    border-radius: 0px;
    padding: 10px 15px;
    margin: 0 0 0 60px;
    display: inline-block;
    background: #f8c131;
    font-size: 15px;
    font-family: Roboto;
    text-transform: uppercase;
}

.slider.fill-entire-area a .image .corner.right {
    right: 100px;
}

.slider.fill-entire-area a .image .corner.top {
    top: 0;
}

.store-info h1 {
    font-size: 1.8em;
}

.store-info h3 {
    font-size: 1.3em;
}

.store-info a {
    margin: 0 0 8px 0;
    display: inline-block;
}

.store-info span {
    font-size: 0.9em;
    color: #525252;
    line-height: 28px;
    margin-left: 8px;
}

.store-info > a > img {
    margin: 4px 0 0 4px;
}

.store-info span > img {
    position: relative;
    top: 2px;
    left: 14px;
    margin-right: 30px;
}

.store-info span > img:first-child {
    left: 6px;
    margin-right: 23px;
}

.promos {
    margin: 0;
}

.promos ul {
    padding: 0;
    margin: 8px -5px;
}

.promos ul li {
    padding: 0;
    margin: 0 0 8px 0;
    list-style: none;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    float: left;
}

.promos ul li a {
    width: 25%;
    height: 98px;
    padding: 0;
    overflow: hidden;
    color: #000;
    background-color: #53B949;
    background-repeat: no-repeat;
    border: 4px solid #fff;
    border-top: 0;
    border-bottom: 0;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    background-position: 50%;
    background-size: 120%;
    transition: all 0.2s ease;
}

.promos ul li a .background-color-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
    background-color: #BE9D50;
}

.promos ul li a h5 {
    width: 35%;
    position: relative;
    z-index: 2;
    margin: 0 18px;
    text-align: left;
    opacity: 0.8;
    transition: 0.2s;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 500;
}

.promos ul li a:hover .background-color-layer {
    opacity: 0.5;
    transition: 0.3s;
}

.promos ul li a:hover {
    background-position: 10% 50%;
    transition: all 0.3s ease;
}

.promos ul li a:hover h5 {
    margin: 0 24px;
    opacity: 1;
    transition: all 0.3s;
    color: #FFF !important;
}

.bullets {
    padding: 0;
    margin: 20px 0px 40px;
}

.bullet {
    font-size: 0.9em;
    vertical-align: top;
}

.bullet p {
    margin-bottom: 0px;
}

.bullet .b-glyph {
    background: url('img/bullet-glyphs.png') no-repeat;
    background-size: 144px 48px;
    width: 36px;
    height: 36px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.bullet .b-glyph.b-shipping {
    background-position: -6px -6px;
}

.bullet .b-glyph.b-payment {
    background-position: -54px -6px;
    left: -2px;
}

.bullet .b-glyph.b-location {
    background-position: -102px -6px;
}

.bestsellers .product-list {
    margin-top: 10px;
}

.bestsellers ul.thumbs li span.summary {
    display: none;
}

.bestsellers ul.thumbs .purchase input[type="submit"] {
    display: none;
}

.bestsellers .quantity-minus {
    display: none;
}

.bestsellers .quantity {
    display: none;
}

.bestsellers .quantity-plus {
    display: none;
}

.bestsellers ul.thumbs .purchase {
    margin-top: -15px !important;
    display: none;
}

.bestsellers .name-summary {
    height: auto;
}

.bestsellers .bestsellers-header {
    color: #111;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Roboto;
    font-size: 35px;
    line-height: 60px;
    clear: both;
    display: block;
    padding-top: 20px;
}

#servise p {
    margin-bottom: 5px;
}

.section-header {
    color: #111;
    font-size: 20px;
    font-weight: normal;
}

.onsale.related {
    border-top: none;
    margin-top: 0;
    margin-bottom: 30px;
    overflow-x: hidden;
}

.sidebar.left-sidebar {
    float: left;
}

.content.with-sidebar.left-sidebar {
    margin-right: 0;
    margin-left: 290px;
}

.sidebar ul.tree li a {
    padding-left: 0;
}

/* Product page
--------------- */

.product-sidebar {
    float: right;
    width: 290px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.product-info {
    background: #fff;
    margin-right: 310px;
}

.product-gallery {
    text-align: center;
    float: left;
    margin-right: 0px;
    width: 400px;
    height: auto;
    margin-bottom: 0px;
}

.product-gallery .image img {
    max-width: 100%;
    max-height: 420px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
	border: 1px solid #eee;
}

ul.product-nav {
    font-size: 1.1em;
    list-style: none;
    padding-left: 0;
}

ul.product-nav li {
    padding-right: 20px;
    display: inline-block;
    line-height: 1.8em;
}

ul.product-nav li a {
    padding: 2px 5px;
}

ul.product-nav li.selected a {
    background: #eed;
}

.product-sidebar .cart {
    padding: 25px;
}

.purchase {
    margin-bottom: 20px;
    padding: 0;
}

.options {
    line-height: 2em;
}

.options .inline-select {
    margin-bottom: 15px;
}

.options .inline-select a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0 5px 5px 0;
    display: inline-block;
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-weight: bold;
    position: relative;
    min-width: 22px;
    text-align: center;
}

.options .inline-select a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.options .inline-select a .color_name {
    display: none;
    position: absolute;
    bottom: -22px;
    left: 50%;
    font-size: 0.6em;
    color: rgba(0, 0, 0, 0.7);
    margin-left: -40px;
    width: 80px;
}

.options .inline-select a .color_checkmark {
    display: none;
    position: absolute;
    top: 7px;
    left: 10px;
}

.options .inline-select a.selected {
    border: 1px solid #000;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.15) -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.0) 100%); /* FF3.6+ */
    background: rgba(0, 0, 0, 0.15) -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.0))); /* Chrome,Safari4+ */
    background: rgba(0, 0, 0, 0.15) -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.0) 100%); /* Chrome10+,Safari5.1+ */
    background: rgba(0, 0, 0, 0.15) -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.0) 100%); /* Opera 11.10+ */
    background: rgba(0, 0, 0, 0.15) -ms-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.0) 100%); /* IE10+ */
    background: rgba(0, 0, 0, 0.15) linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde992', endColorstr='#fcd630', GradientType=0); /* IE6-9 */
    color: #000 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.options .inline-select a.selected .color_name {
    display: block;
}

.options .inline-select a.selected .color_checkmark {
    display: block;
}

.services {
    margin-bottom: 20px;
    line-height: 1.4em;
}

.aux {
    padding: 15px;
    font-size: 0.9em;
}

.added2cart {
    display: block;
    padding-top: 5px;
    font-style: italic;
}

.image {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.image#product-core-image {
    min-height: 400px;
}

.image img {
    max-width: 100%;
    height: auto;
}

.image .corner {
    position: absolute;
    z-index: 10;
    font-size: 0.8em;
    color: #fff;
    font-weight: bold;
}

.image .corner.top {
    top: -5px;
}

.image .corner.bottom {
    bottom: -5px;
}

.image .corner.left {
    left: -8px;
}

.image .corner.right {
    right: 78px;
}

ul.thumbs .image .corner.right {
    right: 28px;
}

.image #switching-image {
    background: #fff url('img/loading32.gif') no-repeat 50% 50%;
    background-size: 32px 32px;
    padding: 10px;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.more-images {
    display: block;
    margin: 10px;
}

.more-images .image img {
    border: 1px solid #fff;
    max-width: 48px;
    padding: 1px;
}

.more-images .image.selected img {
    border-color: #ddd;
    border: 1px solid #777777;
    box-shadow: 0 1px 6px #bbb;
}

ul.skus {
    list-style: none;
    padding-left: 2px;
}

ul.skus li {
    padding-bottom: 3px;
}

.stocks {
    margin-top: 10px;
    margin-bottom: 15px;
}

.stocks strong {
    white-space: nowrap;
}

.stocks .stock-critical {
    color: #e00;
}

.stocks .stock-low {
    color: #a80;
}

.stocks .stock-high {
    color: #0a0;
    display: none;
}

.stocks .stock-none {
    color: #aaa;
    white-space: normal;
}

.stocks .icon16 {
    margin-top: 0.1em;
}

ul.sorting {
    margin-left: 0;
    margin-bottom: 20px;
    padding-left: 0;
}

ul.sorting li {
    padding-right: 5px;
    list-style: none;
    display: inline-block;
}

ul.sorting li a {
    padding: 2px 3px;
}

ul.sorting li.selected a {
    background: #eee;
}

i.sort-desc {
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: #000;
    margin-top: 0.4em;
    display: inline-block;
}

i.sort-asc {
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-bottom-color: #000;
    margin-bottom: 0.2em;
    display: inline-block;
}

.price {
    color: #111;
    font-weight: bold;
    font-size: 1.1em;
}

.qty input {
    width: 40px;
}

.compare-at-price {
    text-decoration: line-through;
    color: #f30313;
    margin: 0px;
    font-family: Roboto;
    font-size: 16px;
}

.product-info .compare-at-price {
    text-decoration: line-through;
    color: #f30313;
    margin: 0 3px;
    font-size: 20px;
    font-family: Roboto;
    text-align: left;
}

.out-of-stock strong {
    color: #aaa;
    font-size: 0.9em;
}

.disabled {
    color: #777;
}

.description {
	margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.07);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
    padding: 4.5%;
    background: #fff;
    display: inline-block;
    width: 90%;
	overflow: auto;
}

.error {
    color: red;
}

.rating i.icon16 {
    margin-right: 0.13em;
    margin-top: 0em;
}

span.rating {
    white-space: nowrap;
    text-align: center;
    padding-top: 0px;
    margin: 3px 0px !important;
}

h1 .rating i.icon16 {
    margin-top: 0.42em;
}

.add2cart {
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: center;
}

.add2cart .price {
    font-size: 23px;
    margin-right: -25px;
    display: inline-block;
    font-family: Roboto;
    font-weight: 500;
    color: #FFF;
}

.pricer {
    font-size: 23px;
    margin-right: -25px;
    display: inline-block;
    font-family: Roboto;
    font-weight: 500;
}

.add2cart .price-main {
    font-size: 27px;
    margin-right: 35px;
    display: inline-block;
    font-family: Roboto;
    font-weight: 500;
}

.add2cart .price-total {
    color: #FF5809;
    font-size: 18px !important;
    display: block !important;
    font-family: Roboto !important;
    font-weight: 400 !important;
    clear: both !important;
    text-align: right !important;
    /*margin-top: 10px !important;*/
    margin-right: 0px !important;
    float: right;
}

.add2cart .price-summa {
    font-size: 18px !important;
    display: block !important;
    font-family: Roboto !important;
    font-weight: 400 !important;
    clear: both !important;
    text-align: right !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    float: right;
    margin-bottom: 5px;
}

.add2cart .qty {
    margin-right: 5px;
}

.add2cart input[type="submit"] {
    font-size: 1.3em;
    margin-top: -10px;
    padding: 8px 13px 9px;
    border-radius: 0px;
    font-family: Roboto;
}

.add2cart .icon24.loading.adding2cart {
    position: relative;
    top: 5px;
    left: 8px;
}

ul.compare-diff-all {
    float: right;
    list-style: none;
}

ul.compare-diff-all li {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

ul.compare-diff-all li a {
    padding: 5px;
}

ul.compare-diff-all li.selected a {
    background: #eee;
}

ul.compare-diff-all li.selected a b {
    border: none;
}

table.compare {
    width: 100%;
}

table.compare thead td {
    border-top: none;
    vertical-align: bottom;
}

table.compare td {
    text-align: left;
    line-height: 1em;
    padding: 12px 2px;
    border-left: none;
    border-right: none;
}

table.compare td a {
    text-decoration: none;
}

table.compare td a.compare-remove {
    position: relative;
    top: -0.2em;
    left: 0.2em;
}

table.compare th {
    text-align: left;
}

table.compare td img {
    display: block;
    margin: 0 0 10px;
    width: 150px;
    height: 150px;
}

table.compare thead .name-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 24px 0 0;
}

table.compare thead .name-wrapper .name-link {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding-top: 10px;
}

table.compare thead .name-wrapper .compare-remove {
    position: absolute;
    top: 0;
    right: 6px;
    left: auto;
    width: 16px;
    height: 16px;
}

table.compare thead .name-wrapper .compare-remove i {
    margin: 0;
}

table.features {
    border-spacing: 0;
    border-collapse: collapse;
	font-size: 14px;
	width: 100%;
    margin: 20px 0px;
}

table.features td {
    padding: 12px;
    border: 1px solid #FFF;
}

table td {
    border: 0px solid rgb(208, 208, 208);
}

table#dostavka td {
    border: 1px solid #CCC;
}

table.features td.name {
    min-width: 245px;
    vertical-align: top;
}

table.features tr.divider td {
    border-bottom: 0px solid #ccc;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaa;
}

.related {
    border: 1px solid #f5f5f5;
    padding: 15px 15px 0px 15px;
    margin-top: 30px;
    border: 1px solid rgba(0,0,0,0.07);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
    margin: 10px;
}

/* Product reviews
------------------ */

table.rating-distribution td {
    padding: 2px 15px 2px 0;
    border: none;
}

table.rating-distribution td .bar {
    background: #eee;
    width: 200px;
    height: 13px;
}

table.rating-distribution td .bar .filling {
    background: #f7c854;
    height: 13px;
}

.write-review {
    margin: 30px 0 40px;
}

.review {
    margin-bottom: 30px;
    font-size: 14px;
}

.review .summary {
    font-size: 0.9em;
    color: #777;
}

.review .summary h6 {
    color: #000;
    font-size: 1.1em;
    margin-bottom: 0.3em;
}

.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;
    clear: both;
    border-top: 2px solid #ff5809;
    padding-top: 25px;
}

.reviews ul {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.reviews ul li ul {
    padding-left: 35px;
}

.reviews ul li ul li .review h6 {
    color: #555;
}

.reviews ul li .review-form {
    padding: 20px 0 0;
}

.reviews ul li .review-form textarea {
    min-height: 100px;
}

.reviews ul .in-reply-to {
    background: #eee;
    margin: -8px -8px 3px;
    padding: 8px 35px 0 8px;
    position: relative;
}

.reviews ul .new {
    background: #ffc;
    margin: -8px -8px 22px;
    padding: 8px 35px 8px 8px;
}

.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;
    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;
    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;
    border-radius: 50%;
}

.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;
    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;
}

/* Product badges
----------------- */

.badge {
    height: 45px;
    width: 45px;
    background: #a1fcff;
    position: absolute;
    text-align: left;
    top: -5px;
}

.badge:before {
    height: 45px;
    width: 45px;
    background: inherit;
    content: "";
    position: absolute;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.badge:after {
    height: 45px;
    width: 45px;
    background: inherit;
    content: "";
    position: absolute;
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.badge span {
    color: #000 !important;
    font-weight: bold;
    position: absolute;
    z-index: 1983;
    top: 17px;
    left: -2px;
    right: -2px;
    transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    font-size: 1em;
    text-align: center;
    overflow: visible;
    line-height: 1em;
}

.low-price span {
    display: none;
}

.badge.new,
.badge.new:before,
.badge.new:after {
    background: #ff4;
    color: #000;
}

.product-gallery .image .corner.right .badge.low-price {
    height: 80px !important;
    width: 80px !important;
    top: 18px;
    left: -15px;
}

.badge.low-price {
    background: url(/wa-images/skidka.png);
    height: 80px !important;
    width: 80px !important;
    top: -5px;
    left: -40px;
}

.badge.low-price:before,
.badge.low-price:after {
    display: none;
}

.badge.bestseller,
.badge.bestseller:before,
.badge.bestseller:after {
    background: #74ff30;
    color: #030;
}

.badge.bestseller span {
    display: none;
}

.badge.bestseller:after {
    background-image: url('img/thumb-up.png');
    background-size: 40px 40px;
    background-position: 2px 2px;
    background-repeat: no-repeat;
}

.product-gallery .badge,
.product-gallery .badge:before,
.product-gallery .badge:after {
    width: 70px;
    height: 70px;
}

.product-gallery .badge span {
    font-size: 1.5em;
    top: 25px;
}

.product-gallery .badge.bestseller:after {
    background-size: 64px 64px;
    background-position: 2px 2px;
}

.slider .badge,
.slider .badge:before,
.slider .badge:after {
    width: 70px;
    height: 70px;
}

.slider .badge span {
    font-size: 1.5em;
    top: 25px;
}

.slider .badge.bestseller:after {
    background-size: 64px 64px;
    background-position: 2px 2px;
}

/* Category
----------- */

.filters {
    width: 230px;
    padding: 15px;
    float: right;
    margin-bottom: 20px;
}

.filters .filters-toggle-wrapper {
    display: none
}

.filters input[type="text"] {
    font-size: 1em;
    width: 36%;
    height: 1.6em;
    text-align: center;
}

.filters .filter-param {
    margin-bottom: 20px;
    border-bottom: 1px solid #ff5809;
}

.filters h5 {
    margin-bottom: 0.5em;
}

.filters label {
    display: block;
}

/*.filters .slider {
    background: transparent;
}

.filters .ui-slider {
    margin: 10px 15px 10px 8px;
    display: block;
}

.filters .ui-slider-horizontal {
    height: 2px;
    border: none;
}

.filters .ui-slider-horizontal .ui-slider-handle,
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
    top: -0.55em;
    margin-left: -0.4em;
    height: 1.1em;
    width: 1.1em;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    z-index: 0;
}

.filters .ui-slider-horizontal .ui-slider-handle.ui-state-hover {
    border-color: #999;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.filters .ui-slider-horizontal.ui-widget-content {
    background: #bbb;
}

.filters .ui-slider-horizontal .ui-widget-header {
    background: #0a0;
    height: 4px;
    position: relative;
    top: -1px;
    z-index: 0;
}

.filters .ui-widget-content .ui-state-default {
    border: 1px solid #ccc;
    background: #f7f7f7;
}*/

.filters .slider {
    background: transparent none repeat scroll 0 0;
}
.filters .ui-slider {
    display: block;
    margin: 10px 15px 10px 8px;
}
.filters .ui-slider-horizontal {
    border: medium none;
    height: 2px;
}
.filters .ui-slider-horizontal .ui-slider-handle, .filters .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
    border: medium none;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    height: 1.1em;
    margin-left: -0.4em;
    top: -0.55em;
    width: 1.1em;
    z-index: 0;
}
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-hover {
    border-color: #999;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.filters .ui-slider-horizontal.ui-widget-content {
    background: #bbb none repeat scroll 0 0;
}
.filters .ui-slider-horizontal .ui-widget-header {
    background: #0a0 none repeat scroll 0 0;
    height: 4px;
    position: relative;
    top: -1px;
    z-index: 0;
}
.filters .ui-widget-content .ui-state-default {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #ccc;
}


#filters_new .filters .ui-slider-horizontal {
    background: #47495e none repeat scroll 0 0;
    height: 9px;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
    //width: 98%;
	border-radius: 50%;
}
#filters_new .filters .ui-slider .ui-slider-handle {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bebebe;
    bottom: -3px;
    box-shadow: none;
    cursor: pointer;
    height: 15px;
    margin-left: -7px;
    position: absolute;
    top: -0.3em;
    width: 15px;
    z-index: 2;
}
#filters_new .filters .ui-slider .ui-slider-handle::after {
    background: #f35024 none repeat scroll 0 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 7px;
}
#filters_new .filters .ui-slider-range {
    background: #f35024 none repeat scroll 0 0;
    border: 0 none;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.top_change {
    display: none;
}

/* Cart items
------------- */
@media screen and (max-width: 420px) {
.add2cart .price-total {
    margin-top: -13px;
}
}

@media screen and (max-width: 1000px){
    nav #navi7{
        display: block;
    }
    #nav7{
        display: none;
    }
    .top_change{
        line-height: 54px !important;
    }
    .top_change a{
    }
}
.cart .row {
    min-height: 23px;
    padding-top: 20px;
}

.cart .col.item-thumb {
    min-width: 110px;
}

.cart .col.item-thumb img {
    position: relative;
    margin-top: 0;
    width: 100px;
    height: 100px;
}

.cart .col.item-remove {
    float: right;
}

.cart .col.total {
    font-size: 1.8em;
    font-weight: bold;
}

.cart .col.services {
    margin-top: 5px;
}

.cart .col.cart-coupon {
    min-height: 1px;
}

.cart .col.cart-coupon .errormsg {
    display: inline-block;
    margin: 0;
}

.cart .related {
    padding: 15px;
    background: #eee;
    border-top: 0;
    margin-bottom: 10px;
    margin-top: 0;
}

.cart .related h4 {
    font-weight: normal;
    color: #777;
}

.cart input.qty {
    max-width: 50px;
    text-align: right;
}

.cart .affiliate {
    text-align: center;
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart .featured-shipping-and-payment img {
    margin-right: 5px;
}

.cart-checkout {
    margin-top: -10px;
}

.your-cart-is-empty {
    padding: 50px;
    text-align: center;
}

.cart #use-coupon {
    margin-left: 5px;
    white-space: nowrap;
}

.cart .row.highlighted #apply-coupon-code {
    margin-left: 20px;
}

/* Checkout
----------- */

.checkout {
    margin: 20px 0 0;
}

.checkout-header {
    margin: 0;
    color: #999;
    background: #fff;
    padding: 20px;
}

.checkout-header h3 {
    margin-bottom: 0;
}

.checkout-header h3 a {
    text-decoration: none;
    color: #777;
    font-weight: normal;
}

.checkout-header h3 a:hover {
    color: #52B848 !important;
}

.checkout-header strong {
    color: #666;
}

.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%;
    font-size: 12px;
}

.checkout ul.checkout-options li input[type="radio"] {
    position: absolute;
    top: 4px;
    left: -25px;
}

.checkout ul.checkout-options li label input[type="radio"] {
    top: 7px;
}

.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: 60px 0 20px;
    background: #fff;
    text-align: center;
}

.checkout .checkout-result h1 {
    font-size: 4em;
    margin-bottom: 50px;
    font-weight: bold;
}

.checkout .checkout-result .welcome {
    margin-top: -80px;
    padding-top: 0px;
    background: none;
}

.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 {
    padding: 0;
}

.checkout h2 {
    padding: 15px 20px 18px;
    font-weight: normal;
    margin: 0;
    background: #f3f3f3;
    margin-top: 10px;
}

.checkout h2 a {
    text-decoration: none;
    color: #000;
}

.checkout h2 a:hover {
    color: #52B848 !important;
}

.checkout h2.upcoming a:hover {
    color: #000 !important;
    cursor: default;
}

.checkout h2 a.hint {
    font-size: 0.6em;
    color: #aaa;
    text-decoration: none;
    margin-top: 2px;
}

.checkout h2 a.hint strong {
    text-decoration: underline;
}

.checkout h2.is-done {
    position: relative;
}

.checkout h2.is-done:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: transparent url("img/cheackout-done.png") 50% no-repeat;
    background-size: 30px;
}

.checkout .checkout-step-content {
    padding: 20px;
    background: #fff;
}

.checkout ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

.checkout ul li {
    font-size: 1.1em;
    margin-bottom: 5px;
}

.checkout ul li input[type="radio"] {
    margin-right: 3px;
}

.checkout #login-form h1 {
    display: none;
}

.checkout input.large {
    font-size: 1.4em;
}

.checkout .comment {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}

.checkout blockquote img {
    margin-right: 20px;
    float: left;
    border-radius: 50%;
}

.checkout blockquote p {
    margin-bottom: 10px;
    margin-left: 70px;
}

.checkout blockquote p span {
    color: #000;
}

.checkout-step {
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.checkout .errormsg.inline {
    display: inline;
    margin-left: 10px;
}

.checkout table.table {
    width: 100%;
}

.checkout table.table td {
    border: none;
}

.checkout .last span.loading {
    left: -10px
}

.checkout .wa-form .wa-field input,
.checkout .wa-form .wa-field select {
    font-size: 1.2em;
}

.checkout .wa-form .wa-field .wa-name {
    padding-top: 0.3em;
}

.checkout .wa-form .wa-field.wa-field-email .wa-value input {
    min-width: 300px;
}

.checkout .wa-form .wa-field.wa-field-birthday .wa-value select {
    margin-right: 5px;
}

.checkout .wa-form .wa-field.wa-field-address .wa-field-address-zip input {
    min-width: 100px;
    width: 20%;
}

/* Dialogs
---------- */

.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: #fff;
    padding: 25px;
}

.dialog-window .cart .added2cart {
    font-style: italic;
}

.dialog-window .cart .purchase {
    display: block;
}

.dialog-window .dialog-close {
    float: right;
    color: #bbb;
    text-decoration: none;
    font-size: 200%;
    margin-top: -3px;
}

/* Customer account
------------------- */

.order-status {
    padding: 2px 5px;
    color: #fff;
}

h1 .order-status {
    font-size: 0.75em;
    margin-left: 10px;
}

/* Swipebox
----------- */

#swipebox-caption {
    display: none;
}

#swipebox-overlay {
    background: #fff !important;
}

#swipebox-action {
    background: rgba(255, 255, 255, 0.42) !important;
    opacity: 0.8 !important;
    border-top: none !important;
    bottom: 0 !important;
}

#swipebox-action.visible-bars {
    transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
}

#swipebox-close,
#swipebox-prev,
#swipebox-next {
    background-size: 120px 24px;
}

.consultant-all {
    clear: both;
    width: 255px;
    height: 80px;
    background: #fff;
    padding: 15px;
    border: 1px solid #eaeaea;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 460px) {
    .consultant-all {
        width: 298px;
    }
}

.consultant-image {
    width: 60px;
    float: left;
}

.consultant-text {
    width: 180px;
    float: left;
    padding-left: 15px;
}

.consultant-text-name {
    font-size: 17px;
    line-height: 20px;
    color: #333;
    font-weight: 400;
    margin-bottom: 12px;
}

.consultant-text-phone {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    font-weight: 400;
    margin-bottom: 8px;
}

.consultant-title {
    font-size: 18px;
    border-bottom: 2px solid #ff5809;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    clear: both;
    font-family: Roboto;
    font-weight: 400;
}

.consultant-all-2 {
    clear: both;
    width: 228px;
    height: 80px;
    padding: 15px;
    background: #fff;
    padding: 15px;
    border: 1px solid #eaeaea;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
}

.consultant-image-2 {
    width: 60px;
    float: left;
}

.consultant-text-2 {
    width: 153px;
    float: left;
    padding-left: 15px;
}

.consultant-text-name-2 {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 400;
    margin-bottom: 12px;
}

.consultant-text-phone-2 {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: 400;
    margin-bottom: 8px;
}

.consultant-title-2 {
    font-size: 18px;
    border-bottom: 2px solid #ff5809;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    clear: both;
    font-family: Roboto;
    font-weight: 500;
}

    .price-button {
        margin-bottom: 20px;
        /*display: inline-block;*/
        /*width: 200px;*/
        /*margin-right: -70px;*/
    }

/* TABLET only
============== */

@media (max-width: 1024px) {
    .mainbannerz {
        display: none;
    }
    
    .content {
        min-height: 0px;
    }
    
    .bestsellers .bestsellers-header {
        font-size: 20px;
        line-height: 25px;
    }
    
    .carousel_container {
        padding: 15px 0 10px;
    }
}

@media screen and (min-width: 760px) and (max-width: 1024px) {
    .my_desc {
        display: none !important;
    }

    .bx-wrapper img {
        max-height: 100%;
    }

    .nav-sidebar {
        width: 180px;
    }

    .page-content.with-sidebar {
        margin-left: 180px;
    }

    .filters {
        width: 190px;
    }

    ul.thumbs.mini li {
        width: 290px !important;
    }

    ul.thumbs.mini li h5 {
        max-width: 130px;

    }

    header ul.flyout-nav li .flyout {
        padding: 15px 0;
    }

    .product-sidebar .cart {
        padding: 20px;
    }

    .welcome {
        margin-left: 20px;
        margin-right: 20px;
    }

    .slider a h3 {
        font-size: 20px;
    }

    ul.thumbs.text-content li {
        width: 21%;
        margin-left: 0;
        margin-right: 25px;
    }

}
ul.thumbs.mini li h5 {
    padding-left: 10px;
    text-overflow: clip;
}

    .sub-links.grid {
        display: none;   
    }
    
    .sub-links li {
        width: 100%;
        border-radius: 0px;
        background: #d8d8d847;
        font-size: 13px;
        border: 1px solid #d2d2d2;
    }


/* MOBILE only
============== */

@media screen and (max-width: 760px) {
    .add2cart .price-main {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 0px;
    }
    
    .consultant-block {
        display: none;
    }
    
    .interior {
        display: none;
    }
    
    .zacherk {
    padding: 0px 0px !important;
    margin-left: 0px !important;
    display: inline-block;
    }
    
    .catalog-sub.slider-custom {
        display: none; 
    }
    
    .sub-links.grid {
        display: block;   
    }
    
    .compare {
        display: none;
    }
    
    ul.thumbs .purchase .pricing input[type="button"], ul.thumbs .purchase .pricing input[type="submit"] {
        border-bottom: 0px solid #FFF !important;
        padding-left: 7px !important;
    }
    
    ul.thumbs .purchase:hover .pricing:hover input[type="button"], ul.thumbs:hover .purchase:hover .pricing:hover input[type="submit"] {
        border-bottom: 0px solid #FFF !important;
        padding-left: 7px !important;
    }
    
    div.all-price {
        padding-bottom: 20px;
    }
    
    div.price-left {
        position: relative;
        padding: 12px 5px 10px 5px;
    }
    
    .price-button-left {
        height: 40px;
        margin: 0px;
        padding-left: 0px;
    }
    
    .flex-beetwen a img {
        padding-left: 0px !important;
    }
    
    .add2cart input[type="submit"] {
        padding: 11px 13px 10px;
    }
    
    .add2cart .quantity-plus.product {
        top: -9px;
    }
    
    .add2cart .quantity-minus.product {
        top: 10px;
    }
    
	.product-gallery {
	margin-bottom: 0px;
	display: inline-block;
    width: 100% !important;
    height: auto;
	}
	
	#my_carousel .owl-controls .owl-dots {
	    display: none !important;
	}
	
	.root_cats {
	    display: none;
	}
	
	.leadbox-2 {
    margin-top: 40px;
	}
	.name-summary {
		height: auto !important;
	}
	ul.thumbs li span.summary {
		display: none;
	}
	.right-sidebar {
    display: none;		
	}
	
	.globalnav-name {
		display: block;
		position: absolute;
		font-family: Roboto !important;
		font-size: 18px !important;
		color: #fff;
		line-height: 18px;
		padding: 18px 26px 18px 16px;
	}
    
    .related {
    display: none;
    }
    
    .modal_change_price {
    width: 89% !important;
    top: 30% !important;
    padding: 5% !important;
    min-width: 0px !important;
    left: 0% !important;
    }
    
    .bx-wrapper .bx-pager {
    display: none;
    }
    
    .modal_change_button a {
        font-size: 14px !important;
    }
    
    .modal_change_title {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    
    .price-button {
        display: block;
        width: 100%;
    }
    
    .right_name {
        width: 26%;
    }
    .bx-wrapper img{
        max-height: 100%;
    }

    .slider.fill-entire-area h3 {
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 300px;
    }

    .slider.fill-entire-area span {
    margin-left: 20px;
    padding: 15px 20px !important;
    font-size: 25px !important;
    }

    .my_prices {
        bottom: -9px !important;
    }

    .slider.fill-entire-area h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 140px !important;
        display: block;
        min-height: 0;
    }

    .my_desc {
        display: none !important;
    }

    .content.with-sidebar {
        padding: 0;
        margin: 0 !important;
    }

    .promos ul li {
        width: 50%;
    }

    .welcome {
        margin-left: 0;
        margin-right: 0;
    }

    header ul.flyout-nav li .flyout {
        padding: 15px;
    }

    header ul.flyout-nav li .flyout .departments ul.menu-v li {
        width: 42%;
    }

    .bestsellers .bestsellers-header {
        font-size: 1.4em;
    }

    .product-sidebar {
        width: 100%;
        float: none;
	    margin: 40px auto;
    }

    .product-sidebar .cart {
        padding: 20px;
    }

    .product-info {
        margin-right: 0;
    }

    .bullets {
        padding: 0px;
        margin-left: 0;
        margin-right: 0;
    }

    .added2cart {
    background: #e75008;
    font-weight: 400;
    display: block;
    padding: 3px 5px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-style: normal;
    left: 0px;
    border: 3px solid #e75008;
    color: #fff;
    z-index: 999;
    }
    
    #BackTop {
        display: none !important;
    }
    .added2cart a {
        color: #ffba00;
    }

    .add2cart .price,
    .add2cart input[type="submit"] {
        font-size: 14px;
    }

    #compare-leash,
    .compare-add,
    .currency-toggle {
        display: none;
    }

    .filters {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

    .filters .filters-toggle-wrapper {
        display: block;
        text-align: center;
    }

    .filters .filters-toggle-wrapper .filters-toggle-link {
    display: block;
    color: #ff5809;
    font-size: 14px;
    }

    .filters .filters-form-wrapper {
        display: none;
    }

    .filters.is-shown .filters-toggle-wrapper .filters-toggle-link {
    display: block;
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #ff5809;
    font-size: 14px;
    }

    .filters.is-shown .filters-form-wrapper {
        display: block;
        margin: 15px 0 0;
    }

    table.features td.name {
        min-width: 105px;
    }

    .image#product-core-image {
        float: none;
    }

    .image img {
        height: auto !important;
    }

    .product-gallery {
        float: none;
        width: auto;
        margin-right: 0;
        margin-top: 30px;
        clear: both;
    }

    .badge {
        font-size: 0.9em;
    }

    ul.thumbs {
        margin: 0 !important;
		margin-bottom: 20px !important;
		padding: 0px 15px;
    }
    
    .section-header {
		padding: 0px 15px;  
    }
    
    #callme {
        display: none;
    }
	
	.whyus ul.tabs li {
		font-size: 13px !important;
	}
	
	p {
		font-size: 13px !important;
	}
	
	.bx-wrapper {
	    margin: 0 auto 0px !important;
	}
	
	#change_category {
	    width: 100% !important;
	}
	
	.category-column-right {
		width: 100% !important;
		display: block;
	}
	
	.category-column-right div {
		display: none;
	}
	
	.category-column-right .filters {
		display: none;
	}
	
	.category-column-right .filters:first-child {
		display: block;
	}
	
	.category-column-right .filters:first-child div {
		display: block;
	}
	
	.consultant-all-2 {
		width: 90% !important;
		padding: 5% !important;
		background: #fff !important;
		border: 1px solid #eaeaea !important;
		box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15) !important;
	}
	
	.row {
	    border-top: 0px solid #eee;
	}

    ul.thumbs li {
        padding: 0 !important;
        margin: 0 0 10px;
        width: 100% !important;
        font-size: 1em;
        border-bottom: 1px solid #dadada;
    }
    
    .name-summary {
    width: 60%;
    padding: 0%;
    float: left;
    min-height: auto;
    }
    
    ul.thumbs li .image .badge-wrapper {
        border: 1px solid #dadada;
    }

    ul.thumbs li h5 {
        font-size: 1em;
    }

    ul.thumbs li .image {
    height: auto;
    margin: 14px 4% 0 0;
    width: 36%;
    float: left;
    }
    
    #product-list span.rating {
        position: relative !important;
        margin: inherit !important;
        left: 0 !important;
    }

    ul.thumbs li .image img {
        max-height: 100%;
        max-width: 100%;
    }

    ul.thumbs li .compare-from-list {
        display: none;
    }

    ul.thumbs.mini {
        margin: 0 0 30px !important;
    }

    ul.thumbs.mini li {
        margin-bottom: 30px;
        width: 290px !important;
        font-size: 1.0em;
        border-bottom: none;
    }

    ul.thumbs.mini li h5 {
        max-width: 120px;
    }

    ul.thumbs.mini li .image img {
        max-height: 100%;
        max-width: 100%;
    }

    ul.thumbs .image .corner.right {
        right: 58px;
    }

    ul.thumbs .added2cart {
    display: block;
    padding: 2px 5px;
    margin-right: 30px;
    z-index: 999999999;
    }
    
    ul.thumbs .purchase .pricing input[type="button"], ul.thumbs .purchase .pricing input[type="submit"] {
        display: inline-block !important;
    }
    
    header .cart.fixed {
        top: inherit;
    }

    ul.thumbs .purchase {
        line-height: 1.2em;
        clear: both;
    }
    
    ul.thumbs .rating, ul.thumbs .offers {
        padding-left: 0px;
    }

    ul.thumbs.text-content li {
		width: 100% !important;
		margin-right: 0px;
		margin: 10px 0px;
    }

    .purchase {
        width: 100%;
    }

    .review-form-fields label {
        width: auto;
        float: none;
    }

    .review-form-fields input {
        width: 80%;
    }

    .review-form textarea {
        width: 90%;
    }

    .review-form .review-submit {
        padding-left: 0;
    }

    .review-form .wa-captcha img {
        margin-bottom: 10px;
    }

    .bullet {
        width: 100%;
    }

    .badge,
    .badge:before,
    .badge:after {
        width: 45px !important;
        height: 45px !important;
    }

    .badge span {
        top: 17px !important;
        left: -2px !important;
        right: -2px !important;
        font-size: 0.9em !important;
    }

    .badge.bestseller:after {
        background-size: 40px 40px !important;
        background-position: 5px 2px !important;
    }

    .badge.low-price {
        width: 80px !important;
        height: 80px !important;
    }

    .badge.low-price:before,
    .badge.low-price:after {
        display: none;
    }

    .dropdown ul.menu-h.aux {
        display: none;
        float: none;
    }

    /* cart: override cart column widths for better display on mobiles */
    .cart .row {
        padding: 30px 0 70px;
    }

    .cart .col.w1 {
        display: none;
    }

    .cart .col.w1.item-remove {
        display: block;
        width: 10% !important;
        text-align: right;
        float: right;
    }

    .cart .col.item-name {
        width: 100% !important;
        font-size: 120%;
        margin-bottom: 10px;
    }

    .cart .col.item-qty {
        float: left;
    }

    .cart .col.item-total,
    .cart .col.cart-total,
    .cart .col.cart-discount,
    .cart .col.affiliate-discount {
        font-size: 140%;
        font-weight: bold;
        float: right;
        text-align: right;
        width: auto;
    }

    .cart .col.cart-coupon {
        width: 100% !important;
        padding-bottom: 20px;
    }

    .cart .col.cart-total {
        width: 100%;
        text-align: center;
        background: #ffef9f;
        padding: 20px 0;
        margin-top: 15px;
    }

    .cart .col.cart-checkout {
        width: 100% !important;
    }

    .cart .col.cart-checkout input {
        font-size: 150%;
        display: block;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 100%;
    }

    .cart #discount-row .col {
        text-align: center;
    }

    .cart .related {
        display: none;
    }

    .cart .col.featured-shipping-and-payment {
        width: 100%;
    }

    .related .bx-wrapper {
        /*overflow-x: hidden;*/
    }

    .slider a {
        height: 200px;
    }

    .slider a h3 {
    margin: 20px 20px !important;
    font-size: 15px;
    line-height: 22px;
    }

    .slider p {
        margin: 0 20px !important;
    }

    .slider .bx-wrapper .bx-prev,
    .slider .bx-wrapper .bx-next {
        display: none;
    }

    .slider.fill-entire-area {
        box-shadow: none;
        margin-bottom: 0;
    }

    .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 h2 {
        font-size: 1.2em;
        padding: 10px 10px 10px;
    }

    .checkout h2 a.hint {
        display: none !important;
    }

    .checkout input.large {
        margin: 0 auto;
        display: inline-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: 0px;
        font-size: 0.8em;
        text-align: center;
    }

    .checkout-header .float-right {
        display: none;
    }

    .checkout li .wa-form {
        margin-left: -25px;
    }

    .checkout .wa-form .wa-field.wa-field-email .wa-value input {
        min-width: 230px;
    }

    table.table th,
    table.table td {
        font-size: 0.75em;
    }

    table.table td .gray {
        display: none;
    }

    table.table td.nowrap {
        white-space: normal;
    }

    table.table td.nowrap.bold {
        white-space: nowrap;
    }

    .description {
        overflow-x: auto;
    }

    table.rating-distribution td .bar {
        width: 100px;
    }

    .dialog-window .cart {
        top: 52px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 0;
        z-index: 1005020;
        background: #fafadf;
        box-shadow: 0 -20px 40px -20px rgba(0, 0, 0, 0.3) inset;
    }

    .dialog-window #cart-form-dialog {
        padding: 20px 15px;
    }

    .dialog-window .cart h4 {
        font-size: 1.5em;
    }

    .dialog-window .dialog-close {
        margin-right: 15px;
        font-size: 2.8em;
        margin-top: 15px;
    }
}

/* WIDE
======= */

@media screen and (min-width: 1300px) {

    .promos ul li a {
    }

    ul.homepage-bxslider,
    ul.homepage-bxslider li {
        max-height: 400px;
    }

    .slider a {
        height: 400px;
    }

    .slider a h3 {
        font-size: 28px;
        line-height: 35px;
    }

    ul.thumbs.text-content li {
        width: 225px;
        margin-right: 55px;
    }

}

.block-info-all {
    width: 100%;
    font-size: 13px;
    margin: 10px 0px 0px 0px;
    height: 45px;
    display: inline-block;
}

.block-info-img {
    width: 40px;
    height: 65px;
    float: left;
    padding-right: 10px;
}

.block-info-url {
    width: 100%;
    padding-top: 5px;
    font-size: 13px;
    font-family: Roboto;
    line-height: 18px;
}

.block-info-url a {
    margin: 0 0 0 0;
    text-decoration: underline;
}


.block-info-txt {
    width: 175px;
    float: left;
    padding-top: 12px;
}

.block-info-img a {
    margin: 0px;
    display: block;
}

.block-info-img img {
    padding-top: 11px;
}

@media (max-width: 460px) {
    .block-info-txt {
        display: none;
    }
}
.filter-param {
    position: relative;
}
.filter-param h5{
    cursor: pointer;
    padding-bottom: 7px;
    font-weight: 400;
    font-size: 13px;
}
.filter-param h5:after{
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 6px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.modal_change_price a:hover{
    background: #5bbf4f !important;
    color: white !important;
}
.top_change .active{
    background: #5bbf4f !important;
    color: #FFF !important;
    box-shadow: none !important;
}
.filter-param h5 ~ *{
    display: none;
}
.filter-param h5 ~ .active{
    display: block;
    padding-bottom: 10px;
}
.related .bx-viewport{
    height: auto !important;
}

ul.sorting li:nth-child(2) {
    display: none;
}

#product-list span.rating {
    margin: 0px !important;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    padding: 0px !important;
    left: 40px;
}

.bestsellers span.rating {
    margin: 0px !important;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    padding: 0px !important;
    left: 40px;
}

/* Базовый контейнер табов */
.tabs {
    min-width: 350px;
    max-width: 1100px;
    max-height: 570px;
    margin: 0 auto;
    margin-top: 140px;
    background-color: #FFF;
    border: 0px solid rgba(0, 0, 0, 0.38);
    border-radius: 5px;
    position: relative;
    margin-bottom: 100px;
    overflow: auto;
}

#modal_tabs_all .tabs {
    background: #FFF;
}

#content_all2 .tabs {
    background: #fff;
}

.tabs h3 {
    margin: 15px 0px;
    font-family: Roboto;
}

.sub_tabs {
    margin-top: 25px;
    text-align: center;
}

.close_modal, .close_modal_all, .close_modal_color, .close_modal_servise {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

/* Стили секций с содержанием */
.tabs > section, .sub_tabs > section {
    display: none;
    padding: 25px;
    background: #fff;
    text-align: left;
    overflow: auto;
    margin: 0 0 15px 0;
}

.tabs > section > p, .sub_tabs > section > p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    /* прикрутим анимацию */
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/* Описываем анимацию свойства opacity */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Прячем чекбоксы */
.tabs > input, .sub_tabs > input {
    display: none;
    position: absolute;
}

/* Стили переключателей вкладок (табов) */
.tabs > label, .sub_tabs > label {
    display: inline-block;
    width: 183px;
    margin: 0 0 -1px;
    padding: 15px 15px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #CCC;
    background: #444;
    font-family: Roboto;
    font-size: 14px;
}

/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs > label:before, .sub_tabs > label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

/* Изменения стиля переключателей вкладок при наведении */

.tabs > label:hover, .sub_tabs > label:hover {
    color: #fff;
    cursor: pointer;
}

/* Стили для активной вкладки */
.tabs > input:checked + label, .sub_tabs > input:checked + label {
    color: #FF5809;
    border-top: 2px solid #FF5809;
    border-bottom: 1px solid #FFF;
    background: #FFF;
    font-weight: bolder;
}

/* Активация секций с помощью псевдокласса :checked */
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5,#tab6:checked ~ #content6, #tab_cart1:checked ~ #sub_content1, #tab_cart2:checked ~ #sub_content2, #tab_cart3:checked ~ #sub_content3, #tab_get1:checked~#content_get1, #tab_get2:checked~#content_get2, #tab_get3:checked~#content_get3, #tab_color1:checked  ~ #content_color1, #tab_color2:checked ~ #content_color2, #tab_color3:checked ~ #content_color3, #tab_all1:checked ~ #content_all1, #tab_all2:checked ~ #content_all2, #tab_servise1:checked ~ #content_servise1, #tab_servise2:checked ~ #content_servise2, #tab_servise3:checked ~ #content_servise3, #tab_servise4:checked ~ #content_servise4, #tab_servise5:checked ~ #content_servise5 {
    display: block;
}

/* Убираем текст с переключателей
* и оставляем иконки на малых экранах
*/

@media screen and (max-width: 680px) {
    .tabs > label, .sub_tabs > label {
        font-size: 0;
    }

    .tabs > label:before, .sub_tabs > label:before {
        margin: 0;
        font-size: 18px;
    }
}

/* Изменяем внутренние отступы
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
    .tabs > label, .sub_tabs > label {
        padding: 15px;
    }
}

#modal_tabs,#modal_tabs_get,#modal_tabs_color, #modal_tabs_all, #modal_servise {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 500;
    display: none;
    overflow: auto;
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.3);
}

.head_modal {
    font-family: Roboto;
    color: #ffffff;
    border-bottom: solid 1px #e6e6e6;
    padding: 20px 20px;
    text-align: left;
    margin-bottom: 30px;
    background: #555;
    font-size: 19px;
    border-radius: 3px 3px 0 0;
    display: none;
}

.flex-beetwen {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-beetwen a img {
    padding-left: 90px;
}

#content_all1 .tabs, #content_all2 .tabs{
    margin-top: 0px;
}
.white_block {
    background: #ffffff;
    height: 50px;
    border-bottom: 2px solid #ff5809;
    padding-top: 45px;
}
header .appnav{
    padding-top: 100px;
}
.product-sidebar .post{
    margin: 0;
}
.product-sidebar .post h3{
    font-size: 15px;
}

/* нечетная строка таблицы класса stripy */
.stripy tr:nth-child(2n+1){
    background-color: #EEE;
}

/* четная строка таблицы класса stripy */
.stripy tr:nth-child(2n){
    background-color: #FFF;
}

.bestsellers .bx-wrapper .bx-viewport{
    -moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
    border: solid #fff 0px;
    left: -5px;
    background: #fff;
}
.bestsellers .bx-wrapper .bx-prev:hover,.bestsellers .bx-wrapper .bx-next:hover{
    opacity: 1;
}
.bestsellers .bx-wrapper .bx-prev{
    left: -45px;
    background-image: url(img/bx-controls-white.png);
    width: 96px;
    height: 96px;
    opacity: 0.5;
    background-size: 192px 96px;
    background-position: 0px 0 !important;
}
.bestsellers .bx-wrapper .bx-next{
    width: 96px;
    height: 96px;
    right: -35px;
    opacity: 0.5;
    background-position: -96px 0 !important;
    background-size: 192px 96px;
    background-image: url(img/bx-controls-white.png);
}

.compare {
    float: left;
    #background: #ff5809;
    padding: 8.3px 0px;
    width: 32px;
}

.compare-from-list {
    float: none;
    background: none;
    padding: 0px;
    width: inherit;
}

/*kadurinho*/


ul.thumbs .purchase .pricing .quantity-minus{
	position:absolute;
	top: 19.5px;
	right: 1px;
	background: #444 none repeat scroll 0 0;
    border: 0px solid #444;
    border-radius: 0;
    color: #fff;
    font-size: 1.5em;
    padding: 0 6px;
	z-index:2;
}

ul.thumbs .purchase .pricing .quantity-minus:hover{
	position:absolute;
	top: 19.5px;
	right: 1px;
	background: #444 none repeat scroll 0 0;
    border: 0px solid #444;
    border-radius: 0;
    color: #FF5809;
    font-size: 1.5em;
    padding: 0 6px;
	z-index:2;
}

ul.thumbs .purchase .pricing .quantity-plus{
	position:absolute;
	top: 1px;
	right: 1px;
	background: #444 none repeat scroll 0 0;
    border: 0px solid #444;
    border-radius: 0;
    color: #fff;
    font-size: 1.3em;
    padding: 0 4px;
	z-index:2;
}

ul.thumbs .purchase .pricing .quantity-plus:hover{
	position:absolute;
	top: 1px;
	right: 1px;
	background: #444 none repeat scroll 0 0;
    border: 0px solid #444;
    border-radius: 0;
    color: #FF5809;
    font-size: 1.3em;
    padding: 0 4px;
	z-index:2;
}

ul.thumbs .purchase .pricing .quantity{
	position:absolute;
	top: 1px;
	right:16px;
	height: 22.5px;
	z-index: 10;
}

ul.thumbs .purchase .pricing input[type="button"], ul.thumbs .purchase .pricing input[type="submit"]{
	width:100%;
	font-weight: bold;
	text-align: left;
    padding-left: 43px;
	margin-bottom: 5px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 7px solid #FFF;
}

ul.thumbs .purchase:hover .pricing:hover input[type="button"], ul.thumbs:hover .purchase:hover .pricing:hover input[type="submit"]{
	width:100%;
	font-weight: bold;
	text-align: left;
    padding-left: 43px;
	margin-bottom: 5px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 7px solid #FFF;
}

ul.thumbs .purchase .pricing a.compare{
	position:absolute;
	top: 1px;
	left: 1px;
	width: 33px;
	height:20px;
	border-right: 2px solid #FFF;
	background-color: #444;
}

ul.thumbs .purchase .pricing a.compare:hover{
	position:absolute;
	top: 1px;
	left: 1px;
	width: 33px;
	height:20px;
	border-right: 2px solid #FFF;
	background-color: #FF5809;
}

ul.thumbs .purchase .price{
	margin-top:5px;
}

.horizontal_menu .dropdown-menu > li > a{
	position:relative;
}

.horizontal_menu .dropdown-menu > li > a > i{
	position:absolute;
	width:32px;
	height:32px;
	left: -28px;
}

.horizontal_menu .dropdown-menu > li > a > i img{
	max-width:100%;
}

/*.dropdown-menu li.level0{
	position:relative;
}*/

.horizontal_menu .dropdown-menu > li > a > span {
    font-size: 13px;
}

.dropdown-menu:hover > li > a > span {
    color: #ffffff;  
}

ul.dropdown-menu > li.topmenu2:hover {
    background-color: #ffa200;
}

li.topmenu2:hover .column1 {
    border-color: #ffa200 !important;
}

li.topmenu2:hover .column2 {
    border-color: #ffa200 !important;
}

li.topmenu2:hover .column3 {
    border-top-color: #ffa200 !important;
    border-bottom-color: #ffa200 !important;
}

li.topmenu2:hover .bg_block {
    border-color: #ffa200 !important;
}



ul.dropdown-menu > li.topmenu3:hover {
    background-color: #ffa200 !important;
}

li.topmenu3:hover .column1 {
    border-color: #ffa200 !important;
}

li.topmenu3:hover .column2 {
    border-color: #ffa200 !important;
}

li.topmenu3:hover .column3 {
    border-top-color: #ffa200 !important;
    border-bottom-color: #ffa200 !important;
}

li.topmenu3:hover .bg_block {
    border-color: #ffa200 !important;
}



ul.dropdown-menu > li.topmenu4:hover {
    background-color: #ffa200 !important;
}

li.topmenu4:hover .column1 {
    border-color: #ffa200 !important;
}

li.topmenu4:hover .column2 {
    border-color: #ffa200 !important;
}

li.topmenu4:hover .column3 {
    border-top-color: #ffa200 !important;
    border-bottom-color: #ffa200 !important;
}

li.topmenu4:hover .bg_block {
    border-color: #ffa200 !important;
}



ul.dropdown-menu > li.topmenu5:hover {
    background-color: #ffa200 !important;
}

li.topmenu5:hover .column1 {
    border-color: #ffa200 !important;
}

li.topmenu5:hover .column2 {
    border-color: #ffa200 !important;
}

li.topmenu5:hover .column3 {
    border-top-color: #ffa200 !important;
    border-bottom-color: #ffa200 !important;
}

li.topmenu5:hover .bg_block {
    border-color: #ffa200 !important;
}



ul.dropdown-menu > li.topmenu6:hover {
    background-color: #ffa200 !important;
}

li.topmenu6:hover .column1 {
    border-color: #ffa200 !important;
}

li.topmenu6:hover .column2 {
    border-color: #ffa200 !important;
}

li.topmenu6:hover .column3 {
    border-top-color: #ffa200 !important;
    border-bottom-color: #ffa200 !important;
}

li.topmenu6:hover .bg_block {
    border-color: #ffa200 !important;
}



ul.dropdown-menu > li.topmenu7:hover {
    background-color: #ffa200 !important;
}

li.topmenu7:hover .column1 {
    border-color: #ffa200 !important;
}

li.topmenu7:hover .column2 {
    border-color: #ffa200 !important;
}

li.topmenu7:hover .column3 {
    border-top-color: #ffa200 !important;
    border-bottom-color: #ffa200 !important;
}

li.topmenu7:hover .bg_block {
    border-color: #ffa200 !important;
}

.horizontal_menu .dropdown-menu > li > a > span {
    text-shadow: 1px 1px 1px #000;
}


/*new subcats*/
.catalog-sub.slider-custom {
    border: 0 none;
    padding: 0 30px;
	margin: 20px 0;
	position:relative;
	max-width:825px;
	max-height: 152px;
	overflow: hidden;
}

.sub-item {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 150px;
    margin: 0 auto;
    mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
    width: 150px;
	position: relative;
	border-radius: 7px;
}
.sub-item img, .sub-name {
    left: 0;
    position: absolute;
}
.sub-item:hover {
    border-color: #a1a1a1;
}
.sub-item:hover .sub-name {
    opacity: 1;
}
.sub-item img {
    bottom: 0;
    margin: auto;
    max-height: 108px;
    max-width: 108px;
    right: 0;
    top: 0;
}
.sub-name {
    background: #eee none repeat scroll 0 0;
    opacity: 0.8;
    padding: 7px 0;
    text-align: center;
    bottom: 0px;
    width: 100%;
	border-radius: 0px;
}

.slider-custom .s-nav {
    cursor: pointer;
    height: 39px;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    width: 31px;
    z-index: 2;
}
.slider-custom .s-nav i {
    color: #9aa2bd;
    z-index: 1;
}
.slider-custom .s-nav .sl-prev-control:hover i {
    background-position: -74px -56px;
	color:#fbae08;
}
.slider-custom .s-nav .sl-next-control:hover i {
    background-position: -56px -56px;
	color:#fbae08;
}
.slider-custom .s-nav.slider-next {
    right: 0;
}
.slider-custom .s-nav.slider-prev {
    left: 0;
}
.slider-custom .s-nav {
    cursor: pointer;
}
.slider-custom .s-nav > span:after {
    background: rgba(0, 0, 0, 0) url("./img/arrows.png") no-repeat scroll left top;
    content: "";
    height: 39px;
    left: 0;
    position: absolute;
    top: 0;
    width: 31px;
}
.slider-custom .s-nav .sl-next-control::after {
    background-position: right top;
}
.slider-custom .s-nav.slider-prev i {
    left: 7px;
    position: absolute;
    top: 13px;
}
.slider-custom .s-nav.slider-next i {
    position: absolute;
    right: 7px;
    top: 13px;
}
.slick-slide a {
    overflow: hidden;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    display: none;   
}

.-b-, .badge_ {
    z-index: 10 !important;
}

.add2cart .12345 {
    display: none !important;
}

.test2 {
    display: none !important;
}
.popup_item_promo{
    position: fixed;
    z-index: 999999999;
    padding:  16px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0,0,0,.3), 0 0 0 1px rgba(0,0,0,.05);
    box-shadow: 0 5px 12px 0 rgba(0,0,0,.3), 0 0 0 1px rgba(0,0,0,.05);
}
.product-list .popup_item_promo{
    position: absolute;
    z-index: 99999;
    padding:  16px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0,0,0,.3), 0 0 0 1px rgba(0,0,0,.05);
    box-shadow: 0 5px 12px 0 rgba(0,0,0,.3), 0 0 0 1px rgba(0,0,0,.05);
    min-width: 190px;
    text-align: center;
}
.callme_viewform_new{
    float: right;
}

.bestsellers ul.thumbs li .image {
    margin: 0px 0% 0 0;
    width: 200px;
}

.bestsellers .name-summary {
    width: 100%;
}

.bestsellers ul.thumbs li .image .badge-wrapper {
    border: 0px;
    min-height: 170px;
}

.bestsellers ul.thumbs li .image img {
    max-width: 200px;
    max-height: 160px;
    margin: 0 auto;
}

.bestsellers ul.thumbs li {
    border-bottom: 0px;
}

.bestsellers span.rating {
    left: 50px;
}

.bestsellers .productday_block {
    display: none !important;
}

.bestsellers .bx-wrapper .bx-viewport {
    height: auto !important;
}

.bestsellers .bx-wrapper {
    margin: 0 auto 20px;
}

#compare-table tr:nth-child(even) {
    background-color: #EEE;
}

#compare-table tr {
    font-size: 14px;
}

.maincontent .bestsellers {
    display: none;
}

.container-brands {
    display: none;
}

.interior {
    display: none;
}

.horizontal_menu .dropdown-menu > li:hover {
    background: #ffa200 !important;
}

.horizontal_menu .big_shadow_block {
    border-right: 5px solid #ffe600 !important;
}

.horizontal_menu .column1 {
    border-top: 5px solid #ffa200 !important;
    border-left: 5px solid #ffa200 !important;
    border-bottom: 5px solid #ffa200 !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .bb {
        display: none;
    }
}