.bonus {
    background: #ceb; padding: 2px 4px 1px;
}
.plugin {
    margin-bottom: 24px;
}

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: #ffa800;
    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; }



.purchase {
    margin-bottom: 20px; padding: 0;
}

.services {
    margin-bottom: 15px;
    line-height: 1.4em;
    padding: 0 0 15px;
    border-bottom: 1px solid #ebebeb;
}

.aux {
    padding: 15px;
    font-size: 0.9em;
}

ul.skus {
    list-style: none;
    padding-left: 2px;
    margin: 0 0 20px ;
}


.error {
    color: red;
}

span.rating {
    white-space: nowrap;
}

ul.compare-diff-all {
    float: right;
    list-style: none;
    height: 30px;
    line-height: 30px;

}
ul.compare-diff-all li {
    display: inline-block;
    float: left;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
}

.compare-diff-all a{
    text-decoration: none;
}

.compare-header{
    margin: 0 0 30px;
}

.compare-header h1{
    margin-top: 0;

}

.compare-diff-all li.selected a{
    color: #FFF;
}

.compare-diff-all li:first-child{
    border-radius: 100px 0 0 100px;
}

.compare-diff-all li:last-child{
    border-radius: 0 100px 100px 0;
}


table.compare {
    width: 100%;
    margin: 0 0 15px;
    font-size: 13px;
    background: #FFF;
}

table.compare thead td {
    border: none; vertical-align: bottom;
}

table.compare td,
table.compare th{
    text-align: left;
    line-height: 1em;
    padding: 6px 2px;
    border: none;
    vertical-align: top;
}

table.compare tr {
    border-bottom: 1px solid #ebebeb;
}

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;
    max-width: 70px
}

table.compare .price{
    font-size: 16px;
    font-weight: bold;
}

table.compare thead .name-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0;
}
table.compare thead .name-wrapper .name-link {
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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;
}

@media print{
    table.rating-distribution{
        display: none;
    }
}

table.rating-distribution td {
    padding: 0 15px 0 0;
    border: none;
}
table.rating-distribution td .bar {
    background: #eee;
    width: 200px;
    height: 13px;
}

@media (max-width: 600px) {
    table.rating-distribution td .bar{
        width: 140px;
    }
}

table.rating-distribution td .bar .filling {
    height: 13px;
}

input.error, textarea.error {
    border: 1px solid red;
}

.errormsg {
    color: red;
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
}

.badge {
    background: #458cff;
    position: absolute;
    top: 15px;
    left: 0;
    border-radius: 0 100px 100px 0;
    text-align: center;
    padding: 3px 10px;
}

.product_main-left .badge {
    left: auto;
    right: 0;
    top: 20px;
    border-radius: 100px 0 0 100px;
    z-index: 10;
}

.badge span {
    color: #FFF !important;
    top: 17px;
    font-size: 1em;
    text-align: center;
    overflow: visible;
    line-height: 1em;
}

.badge.new,
.badge.new:before,
.badge.new:after {
    background: #ffca00;
}

.badge.low-price,
.badge.low-price:before,
.badge.low-price:after {
    background: #ff53a1;
}

.badge.bestseller,
.badge.bestseller:before,
.badge.bestseller:after {
    background: #71ea30;
}

.badge.bestseller:after {
    background-image: url('img/thumb-up.png');
    background-size: 32px 32px;
    background-position: 6px 4px;
    background-repeat: no-repeat;
}

.cart .row {
    padding: 10px 0;
}

.cart-item_thumb {
    text-align: center;
    width: 15%;
}

.cart-item_thumb a{
    text-decoration: none;
}

.cart-item_thumb img {
    max-width: 100%;
}

.cart-item_desc{
    width: 40%;
    margin: 0 5% 0 0;
    line-height: 18px;
    font-size: 13px;
}

.cart-item_desc a{
    display: inline-block;
    margin: 0 10px 0 0;
}

.cart-item_sku{
    padding: 0 5px 1px;
    color: #fff;
    white-space: nowrap;
    margin: 0 10px 0 0;
}

.cart-item_right{
    width: 40%;
}

.cart-item_services{
    margin: 0 10px 0 0;
}

.cart-item_remove{
    width: 15%;
    text-align: right;
    color: #d9d9d9;
}

.cart-item_remove .icon{
    cursor: pointer;
}

.cart-item_price{
    width: 50%;
    text-align: right;
    color: #000;
}

.cart-item_price,
.cart-item_price .ruble{
    font-size: 19px;
}

.cart-item_qty {
    width: 30%;
    text-align: center;
}

@media (max-width: 700px){
    .cart .row{
        display: table;
        width: 100%;
    }
    .cart-item_thumb{
        width: 50px;
        margin: 0 10px 0 0;
        text-align: center;
        float: left;
    }

    .cart-item_thumb img{
        max-height: 70px;
    }

    .cart-item_desc,
    .cart-item_right{
        display: block;
        width: auto;
        margin: 0 0 0 60px;
    }

    .cart-item_right{
        margin-top: 10px;
        line-height: 37px;
    }

    .cart-item_qty{
        text-align: left;
    }
}

.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 .affiliate {
    text-align: center;
    padding: 20px;
    color: #00aa00;
}

.cart .affiliate .icon{
    font-size: 22px;
    margin: 0 10px 0 0;
}

.cart .featured-shipping-and-payment img {
    margin-right: 5px;
}

.cart .col.w2{
    width: 110px;
}

.cart-checkout {
    margin-top: -10px;
}

.cart #use-coupon {
    margin-left: 5px;
    white-space: nowrap;
}

.cart-item_coupon{
    width: 60%;
}

.cart-item_coupon .inline-link,
.cart-item_coupon .cart-coupon-form{
    vertical-align: top;
}

.cart-coupon-form{
    display: inline-block;
    position: relative;
    margin: 0 0 0 5px;
}

.cart-coupon-form input{
    width: auto;
}

.cart-coupon-btn{
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    right: 4px;
    border: 2px solid;
    top: 3px;
    border-radius: 10px;
    cursor: pointer;
}

.cart-item_discount{
    line-height: 37px;
}

.cart-total-wrap{
    padding: 15px 0 20px;
    text-align: center;
}

.cart-total-btn{
    margin: 10px 0 0;
}

.cart-total-btn input[type="button"],
.cart-total-btn input[type="submit"]{
    margin: 5px 10px 0;
}

.cart-total-text{
    display: inline-block;
    font-size: 16px;
    margin: 0 10px 0 0;
}

.featured-shipping-and-payment{
    text-align: center;
    margin: 15px 0 0;
}
/* Checkout
----------- */

.checkout-options li{
    margin: 0 0 20px;
    padding: 10px;
}

.checkout-options input,
.checkout-options select{
    max-width: 400px;
}

.checkout-options li h3{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.checkout-option_title{
    font-size: 16px;
    border-bottom: 1px dashed;
    font-weight: bold;
    margin: 0 10px 0 0;
}

.checkout-options li input[type="radio"],
.checkout-options li .jq-radio{
    display: none !important;
}

.checkout-option_desc{
    font-size: 13px;
    line-height: 18px;
    color: #777;
}

.checkout ul.checkout-options li .rate {
    float: right;
    text-align: center;
    width: 250px;
    margin-top: -20px;
}

.checkout ul.checkout-options li .price{
    display: block;
}

.est_delivery{
    display: block;
}

@media (max-width: 1000px){
    .checkout ul.checkout-options li .rate{
        float: none;
        margin:  10px 0;
        width: auto;
        text-align: left;
        line-height: 18px;
    }

    .checkout ul.checkout-options li .price{
        display: inline-block;
        margin: 0 10px 0 0;
        font-size: 16px;
        font-weight: bold;
    }

    .est_delivery{
        display: inline-block;
    }
}

.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;
    left: 0;
}
.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 { text-align: center; }
.checkout .checkout-result h1 { font-size: 4em; margin-bottom: 50px; font-weight: bold; }
.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-submit-btn{
    text-align: right;
}

.checkout-head{
    font-size: 0;
    text-align: justify;
    border: 1px solid;
}

.step-header{
    display: inline-block;
    width: 25%;
    font-size: 16px;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    border-right: 1px solid;
    height: 74px;
    line-height: 18px;
    word-wrap: break-word;
}

.step-header:last-child{
    border-right: none;
}

.step-header_icon-contactinfo:after{
    content: "\f007";
}

.step-header_icon-shipping:after{
    content: "\f0d1";
}

.step-header_icon-payment:after{
    content: "\f09d";
}

.step-header_icon-confirmation:after{
    content: "\f05d";
}

.step-header_icon-contactinfo:after,
.step-header_icon-shipping:after,
.step-header_icon-payment:after,
.step-header_icon-confirmation:after{
    font-size: 30px;
}



.step-header_title{
    font-size: 12px;
}

.step-header.upcoming{
    cursor: default;
}

.step-header.disabled{
    opacity: 0.5;
}

@media (max-width: 600px){
    .step-header{
        line-height: 11px;
    }
}

.checkout ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

.checkout ul li {
    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;
}

@media (max-width: 550px){
    .checkout blockquote p {
        margin-left: 0;
    }
}

.checkout blockquote p span {
    color: #000;
}

.checkout .errormsg.inline {
    display: inline;
    margin-left: 10px;
}

.checkout .last span.loading {
    left: -10px
}

.order-status {
    padding: 2px 5px;
    color: #fff;
}

h1 .order-status {
    font-size: 0.75em;
    margin-left: 10px;
}

.addtocart{
    min-width: 75px;
    text-align: center;
    border-radius: 100px;
}

.product_add2cart .addtocart{
    margin: 0 0 0 5px;
}

.addtocart:before{
    vertical-align: middle;
    font-size: 20px;
}


.addtocart--large{
    height: 47px;
    line-height: 47px;
}

.addtocart--mini{
    height: 30px;
    line-height: 30px;
    min-width: 70px;
}

.product-tile_cart .addtocart:before{
    font-size: 25px;
}

.addtocart.cart-loading:before,
.addtocart.cart-loading.ion-android-cart:before{
    content: "\f29a";
}

.addtocart--large:before{
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 25px;
}



.carusel_more{
    text-align: center;
    cursor: pointer;
    display: none;
}

.product-carusel.active ~ .carusel_more{
    display: block;
}

.carusel_more:after{
    font: normal normal normal 16px/1 FontAwesome;
    vertical-align: middle;
    content: "\f107";
    font-size: 60px;
}

.product-tile{
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    word-spacing: normal;
    font-size: 14px;
    display: inline-block;
    width: 20%;
    background: #FFF;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
}

.product-tile.next-hover{
    border-right: 1px solid #FFF;
}

.cols-2 .product-tile{
    width: 25%;
}

.cols-3 .product-tile{
    width: 33.33333%;
}

.product-tile.hide{
    display: none;
}

@media (max-width: 1250px){
    .product-tile{
        width: 25%;
    }
}

@media (max-width: 1100px){
    .cols-2 .product-tile{
        width: 33.33333%;
    }
}

@media (max-width: 1000px){
    .product-tile{
        width: 33.33333%;
    }
}

@media (max-width: 700px){
    .product-tile,
    .cols-2 .product-tile,
    .cols-3 .product-tile{
        width: 50%;
    }
}

@media (max-width: 450px){
    .product-tile,
    .cols-2 .product-tile,
    .cols-3 .product-tile{
        width: 100%;
    }
}

.product-tile.hover{
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    z-index: 5;
    border-left: 1px solid #ebebeb;
}

.product-tile.hover .product-tile_content{
    padding-left: 9px;
}
.product-tile.hover .product-tile_bottom{
    margin-left: 9px;
}

.product-tile.hover .badge{
    left: -1px;
}

.product-day .product-tile.hover{
    box-shadow: none;
    border-left: none;
}

.product-day .product-tile.hover .product-tile_content{
    padding-left: 9px;
}
.product-day .product-tile.hover .product-tile_bottom{
    margin-left: 9px;
}

.product-day .product-tile.hover .badge{
    left: 0;
}

.product-day .product-tile{
    border-right: none;
    border-bottom: none;
    width: auto;
    display: block;
}

.product-tile_img{
    display: block;
    text-align: center;
    height: 250px;
    line-height: 250px;
}

.product-tile_img > img{
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}



.product-tile_stock{
    height: 27px;
}

.product-tile_stock .pr-stock{
    display: inline-block;
    margin: 0 10px 0 0;
}

.product-tile .rating{
    display: inline-block;
}

.product-tile_content{
    padding: 10px;
}

.product-tile_bottom{
    margin: 0 10px;
    padding: 10px 0;
    height: 48px;
}

.product-tile_bottom{
    border-top: 1px solid #ebebeb;
}

.product-tile_name{
    font-size: 16px;
    line-height: 16px;
    height: 34px;
    overflow: hidden;
    position: relative;
}

.product-tile_name:hover{
    overflow: visible;
}

.product-tile_name:hover a{
    background: rgba(255,255,255, 0.8);
    border-radius: 5px;
}

.product-tile_sku{
    height: 20px;
    line-height: 20px;
}

.product-day .product-tile_name{
    margin: 15px 0 0;
}

.product-tile_prices-cart{
    display: table;
    width: 100%;
    height: 48px;
}

.product-tile_prices,
.product-tile_cart{
    display: table-cell;
    vertical-align: middle;

}

.product-tile_cart{
    text-align: right;
}

.product-out-stock{
    display: inline-block;
    background: #ebebed;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    color: #afafaf;
    padding: 0 10px;
}


.mainpage-products_head-outer + .l-wrapper .products-tile-outer{
    margin: -48px 0 0;
}

.with-left-sidebar .mainpage-products_head-outer + .l-wrapper .products-tile-outer{
    margin: -45px 0 0;
}

.products-tile{
    word-spacing: 0;
    font-size: 0;
    margin: 0 -2px 0 0;

}

.mainpage-products .products-tile-outer{
    margin: 0 -1px 0 0;
    background: #FFF;
}

.mainpage-products .products-tile{
    border-left: 1px solid #ebebeb;
    border-top: none;
}

.mainpage-products{
    margin: 0 0 24px;
}

.with-left-sidebar .mainpage-products{
    border: 1px solid #ebebeb;
}

.mainpage-products_head-outer{
    padding: 24px 0 48px;
}

.with-left-sidebar .mainpage-products_head-outer{
    padding-top: 0;
}

.mainpage-products_head{
    font-size: 32px;
    line-height: 35px;
    padding: 24px 0 24px;
    text-align: center;
    font-family: 'Ubuntu light', sans-serif;
    position: relative;
    color: #000;
    background: #FFF;
    border-bottom: 1px solid #ebebeb;
    margin: 0 -1px 0 0;
}

.with-left-sidebar .mainpage-products_head{
    border-bottom: none;
}

.with-left-sidebar .mainpage-products_head{
    padding: 10px 0;
    font-size: 28px;
}

/*.mainpage-products_head:before{*/
    /*position: absolute;*/
    /*content: '•••';*/
    /*bottom: -13px;*/
    /*left: 50%;*/
    /*margin: 0 0 0 -8px;*/
    /*font-size: 10px;*/
/*}*/


.brands-mainpage .owl-stage{
    border-left: none;

}



.brands-mainpage{
    background: #FFF;
    padding: 0 10%;
    width: 80%;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.brands-mainpage_el{
    height: 150px;
    width: 150px;
    line-height: 150px;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
}



ul.menu-v.brands li{
    line-height: 1;
    border-bottom: none;
    width: 49%;
    display: inline-block;
}

ul.menu-v.brands li a{
    padding: 0;
}

.filter-item{
    border-bottom: 1px solid #ebebeb;
    padding: 15px;
}

.filter-item:last-child{
    border-bottom: none;
}

.filter-item_title{
    font-size: 16px;
    padding: 0 25px 0 0;
    position: relative;
    cursor: pointer;
}

.filter-item_title:after{
    content: "\f106";
    position: absolute;
    right: 0;
    top: 6px;
}

.close .filter-item_title:after{
    content: "\f107";
}

.filter-item_opts{
    margin: 10px 0 0;
}

.close .filter-item_opts{
    display: none;
}

.filters-body .ui-widget.ui-widget-content {
    background: #e8e8e8;
    height: 4px;
    margin: 0 7px 10px;
}

.filters-body .ui-widget-header {
    height: 4px;
    position: absolute;
}

.filters-body .ui-slider {
    position: relative;
}

.filters-body .ui-slider .ui-slider-handle {
    position: absolute;
    margin: -6px 0 0 -8px;
}

.filters-body .ui-state-default, .filters-body .ui-state-hover, .filters-body .ui-widget-content .ui-state-default, .filters-body .ui-widget-content .ui-state-hover {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: none;
}

input.filter-range_el{
    height: 25px;
    line-height: 25px;
    width: 80px;
    display: inline-block;
    margin: 0 5px;
}

.filter-range{
    text-align: center;
    margin: 0 0 15px;
}

.filter-item--btns input{
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

.filter-reset{
    color: #ababab;
    text-decoration: none;
    border-bottom: 1px dotted;
    display: inline-block;
    margin: 0 0 0 30px;
    line-height: 15px;
    position: relative;
}

.filter-reset:before{
    content: "\f057";
    font-size: 16px;
    position: absolute;
    left: -17px;
    font-weight: bold;
}

.filter-opt-show-btn{
    margin: 5px 0 0 0 ;
    font-size: 12px;
}

.filter-opt-show-btn .link-half{
    margin: 0 0 0 3px;
}

.category-text-outer {
    margin: 0 0 20px;
}

.category-desc{
    font-size: 13px;
    line-height: 19px;
    margin: 0 0 20px;
}

.category-text-wrap {
    overflow: hidden;
    position: relative;
}

.category-text-outer .category-desc,
.category-desc p:last-child {
    margin: 0;
}

.category-text-more-wrap {
    text-align: right;
}

.category-text-more.open:after {
    content: "\f106";
}

.category-text-more:after {
    font-family: FontAwesome;
    content: "\f107";
    margin: 0 0 0 3px;
}

.category-text-wrap.close:after {
    position: absolute;
    height: 15px;
    bottom: 0;
    width: 100%;
    box-shadow: inset 0 -10px 5px 5px hsla(0,0%,100%,.5);
    content: "";
}

.category-banner{
    margin: 0 0 15px;
}

.category-subcat{
    font-size: 13px;
}

li.category-subcat_item,
.category-subcat_item{
    display: inline-block;
    margin: 0 30px 0 0;
    position: relative;
}

.category-subcat_item:after{
    content: '•';
    font-size: 20px;
    right: -19px;
    position: absolute;
    top: 2px;
}

li.category-subcat_item:last-child:after,
.category-subcat_item:last-child:after{
    display: none;
}

.category-onpage ~ .category-views,
.category-sort ~ .category-views{
    float: right;
}

.category-sort,
.category-onpage{
    display: inline-block;
    margin: 0 20px 0 0;
}

.category-views__el{
    font-size: 30px;
    color: #bdbdbd;
    vertical-align: middle;
    margin: 0 0 0 8px;
    cursor: pointer;
}

.category-sort_select,
.category-onpage_select{
    width: auto;
    margin: 0 0 0 10px;
    height: 28px;
    line-height: 26px;
}

@media (max-width: 750px) {
    .category-views-title,
    .category-sort-title{
        display: none;
    }

    .category-onpage ~ .category-views,
    .category-sort ~ .category-views{
        display: inline-block;
        float: none;
    }

    .category-views__el:first-child,
    .category-views-title + .category-views__el{
        margin-left: 0;
    }

    .category-onpage,
    .category-sort,
    .category-views{
        line-height: 40px;
    }

    .category-panel{
        padding: 15px;
    }

    .category-sort,
    .category-onpage{
        margin-right: 10px;
    }

    .category-sort_select{
        margin-left: 0;
    }
}

.category-sort .select-list{
    width: auto;
}

.products-list_item{
    border-bottom: 1px solid #ebebeb;
}

.products-list_item-row{
    display: table;
    width: 100%;
}

.products-list_item:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    z-index: 5;
}

.products-list_item-left{
    width: 170px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 25px 15px 15px;
    position: relative;
}

.products-list_item-img{
    display: block;
}

.products-list_item-img img{
    max-width: 100%;
}

.products-list_item-preview{
    margin-top: 15px;
    line-height: 15px;
}


.products-list_item-center{
    display: table-cell;
    vertical-align: top;
    padding: 15px 15px 0 0;
    border-right: 1px solid #ebebeb;
}

.products-list_item-bottom .products-list_item-center{
    padding-bottom: 15px;
}

.products-list_item-name{
    font-size: 16px;
}

.product-list_item-sku{
    margin: 7px 0 0;
}

.products-list_item-desc{
    line-height: 18px;
    margin: 10px 0 0;
    word-break: break-all;
}

.products-list_item-cat{
    margin: 10px 0 0;
}

.products-list_item-cat a{
    color: #5b5b5b;
}

.products-list_item-right{
    display: table-cell;
    width: 180px;
    padding: 15px;

}

.products-list_item-price{
    margin: 0 0 10px;
}

.products-list_item-price .price{
    font-size: 24px;
    margin: 0 10px 0 0;
}

.products-list_item-price .old-price{
    display: inline-block;

}

.products-list_item-cart{
    margin: 0 0 10px;
}

.products-list_item-cart .addtocart--large{
    height: 37px;
    line-height: 37px;
}

.products-list_item-cart .addtocart{
    margin: 0 10px 0 0;
}

.products-list_item-cart .cart-qty{
    margin: 0 10px 0 0;
}

.products-list_actions .pr-action{
    margin: 0 25px 0 0;
}

.products-list_actions .pr-action:last-child{
    margin: 0;
}



.products-list_dialog:before{
    content: "\f00e"
}


.products-list-features{
    margin: 10px 0 0;
}

@media (max-width: 700px){
    .products-list_item{
        padding: 10px;
    }


    .products-list_item-bottom .products-list_item-center,
    .products-list_item-center,
    .products-list_item-right,
    .products-list_item-left{
        display: block;
        width: auto;
        padding: 0;
        border-right: none;
    }

    .products-list_item-left{
        float: left;
        width: 150px;
        margin: 0 15px 0 0;
    }

    .products-list_item-right{
        width: 100%;
        clear: both;
        margin: 15px 0;
        line-height: 37px;
    }

    .products-list_item-price,
    .products-list_item-cart,
    .products-list_item .product-line-stock{
        display: inline-block;
        margin: 0 10px;
    }

    .products-list_item .storequickorder_product_button{
        padding: 0 5px !important;
    }

    .products-list-features.product_features{
        width: auto;
        min-width: 250px;
        max-width: 500px;
    }

    .products-list-features.product_features td{
        padding: 0;
    }

    .products-list-features .product_features-title:before{
        top: 13px;
    }

    .products-list_actions .pr-action{
        margin-right: 15px;
    }

}

@media (max-width: 450px){
    .products-list_item-top .products-list_item-left{
        width: 120px;
    }

    .products-list_item-bottom .products-list_item-left{
        float: none;
        width: 100%;
    }

    .products-list_item-bottom .products-list_item-center{
        text-align: center;
        margin: 5px 0 0;
    }

    .products-list_item-top .products-list_item-right{
        text-align: center;
        margin-bottom: 0;
    }
}

.product-tbl{
    display: table;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    line-height: 20px;
}


.product-tbl-img{
    width: 50px;
    padding: 10px;
    display: table-cell;
    text-align: center;
    border-right: 1px solid #ebebeb;
    vertical-align: middle;
}

.product-tbl-img img{
    max-width: 100%;
}

.product-tbl-info{
    display: table-cell;
    padding: 10px;
    vertical-align: top;
}

.product-tbl-sku{
    margin: 0 0 8px;
    line-height: 12px;
}

.product-tbl-rate{
    display: inline-block;
    margin: 0 10px 0 0;
}

.review-rate{
    margin: 0 5px 0 0;
}

.product-tbl-buy{
    display: table-cell;
    padding: 10px;
    width: 280px;
    vertical-align: top;
}

.product-tbl-badge{
    display: inline-block;
}

.product-tbl-badge .badge{
    position: static;
    display: inline-block;
    border-radius: 100px;
    padding: 0 10px;
    line-height: 20px;
}

.product-tbl-name {
    line-height: 16px;
    margin: 0 0 5px;
}

.product-tbl-name a{
    margin: 0 10px 0 0;
}

.product-tbl-price{
    font-size: 16px;
    font-weight: bold;
    width: 100px;
    display: inline-block;
}

.product-tbl-oldprice{
    width: 100px;
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.product-tbl-cart{
    display: inline-block;
    vertical-align: top;
    width: 167px;
    text-align: right;
}

.product-tbl-cart .cart-qty{
    margin: 0 10px 0 0;
    vertical-align: top;
}


@media (max-width: 700px) {
    .product-tbl-img,
    .product-tbl-info,
    .product-tbl-buy{
        display: block;
    }

    .product-tbl-img{
        float: left;
        border-right: none
    }

    .product-tbl-name{
        display: inline;
    }

    .product-tpl-stock{
        margin: 0 10px 0 0;
    }

    .product-tbl-info,
    .product-tbl-buy{

    }

    .product-tbl-buy{
        overflow: hidden;
        padding-top: 0;
        line-height: 30px;
        box-sizing: border-box;
        width: 100%;
    }

    .product-tbl-price,
    .product-tbl-oldprice,
    .product-tbl-cart{
        width: auto;
    }

    .product-tbl-price {
        margin: 0 20px 0 0;
        line-height: 19px;
    }

    .product-tbl-oldprice{
        line-height: 12px;
    }

    .product-tbl-oldprice,
    .product-tbl-cart{
        text-align: center;
    }

    .product-tbl-cart{
        float: right;
    }







}




.stocks{
    color: #5f5f5f;
}

.pr-stock_el {
    margin: 0 0 3px;
    color: #2b9e46;
}

.pr-stock_el .icon {
    margin: 0 3px 0 0;
    vertical-align: middle;
}

.pr-stock_el-low{
    color: #ffda10;
}

.pr-stock_el-critical{
    color: #ff000f;
}

.pr-stock_el-out{
    color: #AAACAD;
}

.pr-action{
    color: #8e8e8e;
    cursor: pointer;
    white-space: nowrap;
}

.pr-action:hover{
    color: #616161;
}

.pr-action-text{
    border-bottom: 1px dotted;
    margin: 0 0 0 3px;
}

.category-pag-offset,
.lazyloading-paging-loader{
    text-align: center;
}

.category-pag-offset ul.pagination,
.lazyloading-paging-loader{
    padding: 15px 0;
}

.product_name{
    margin: 0 100px 10px 0;
}

.product_print{
    float: right;
}

@media (max-width: 1024px){
    .product_print{
        display: none;
    }

    .product_name{
        margin-right: 0;
    }
}

.product_print .link-action-icon:before{
    content: "\f02f";
}

.product_nav{
    float: left;
    line-height: 28px;
}

.product_nav li{
    display: inline-block;
    margin: 0 10px 0 0;
}

.product_rate{
    float: left;
    margin: 5px 25px 0 0;
}

.product_rate-count{
    margin: 0 0 0 5px;
}

.product_cart-actions{
    float: right;
}

@media  print{
    .product_cart-actions{
        display: none;
    }
}

.product_cart-actions .pr-action{
    margin: 0 0 0 15px;
}

@media (max-width: 500px){
    .product_rate,
    .product_cart-actions,
    .product_nav{
        float: none;
        margin: 10px 0;
    }

    .product_cart-actions .pr-action{
        margin: 0 15px 0 0;
    }
}

.product_main{
    display: table;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

@media print{
    .product_main{
        margin: 0;
    }
}

.product_main-left{
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 15px 0 15px 15px;
    border-right: 1px solid #ebebeb;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

.product_main-right{
    display: table-cell;
    width: 45%;
    vertical-align: top;
    padding: 15px 0;
}

@media print{
    .product_main-left{
        border-right: none;
        padding: 0;
    }

    .product_main-right{
        padding-bottom: 0;
    }
}

@media (max-width: 800px){
    .product_main-left,
    .product_main-right{
        display: block;
        width: 100%;
    }

    .product_main-left{
        border-bottom: 1px solid #ebebeb;
    }

}

@media (max-width: 400px){
    .product_add2cart .addtocart:before{
        font-size: 25px;
    }

    .product_price,
    .product__old-price
    {
        display: block;
    }
}


@media print{
    .product_add2cart .addtocart{
        display: none;
    }

    .storequickorder_pos{
        display: none;
    }
}


.product_gallery{
    text-align: center;
    padding: 0 2% 0 0;
    position: relative;
    overflow: hidden;
    display: table;
    height: 100%;
    width: 98%;
}

.product_cart,
.product_cart-desc{
    padding: 0 15px;
}

.product_cart-desc{
    border-top: 1px solid #ebebeb;
    margin: 15px 0 0;
}

@media print{
    .product_cart-desc{
        display: none;
    }

    .product_cart{
        padding: 0;
    }
}

.product_image,
.product_video{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}



/*.product_image.margin,*/
/*.product_video.margin {*/
    /*margin-left: 80px;*/
/*}*/

.product_image img,
.product_video iframe {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.product_gallery figure{
    margin: 0;
    display: table;
    height: 100%;
    width: 100%;
}

.product_image-preview{
    display: inline-block;
    border: 1px solid #ebebeb;
    height: 60px;
    width: 60px;
    box-sizing: border-box;
    margin: 2px;
    vertical-align: top;

}

.bx-wrapper .product_image-preview{
    margin: 0;
    font-size: 0;
    position: relative;
}

.product_image-preview img{
    max-width: 100%;
    max-height: 100%;
}

.product_gallery-previews{
    text-align: center;
    float: left;
    width: 70px;
    margin: 0 10px 0 0;
    position: relative;
}

.product_gallery-previews .bx-wrapper{
    margin: 0 auto;
}

.product_cart-dialog{
    display: table;
    width: 100%;
    height: 100%;
}

.product_cart-dialog .product_gallery{
    vertical-align: top;
    border-right: 1px solid #ebebeb;
    padding: 15px;
    box-sizing: border-box;
}

.product_cart-dialog .product_main-left .badge{
    top: 20px
}

.product_cart-dialog-right{
    display: table-cell;
    width: 50%;
    padding: 0 0 50px;
    vertical-align: top;
    position: relative;
}

.product_cart-dialog .product_name{
    margin: 20px 0 20px;
    padding: 0 15px;
}


.product_cart-dialog-link{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}

@media print{
    .product_gallery-previews{
        display: none;
    }
}

@media (max-width: 780px){
    .product_cart-dialog .product_gallery-previews{
        float: none;
        width: auto;
    }


    .product_cart-dialog .product_image.margin,
    .product_cart-dialog .product_video.margin{
        margin-left: 0;
    }

    .product_cart-dialog .product_name{
        font-size: 22px;
        line-height: 22px;
    }
}

@media (max-width: 600px){
    .product_gallery-previews{
        float: none;
        width: auto;
    }

    .product_image-preview{
        height: 30px;
        width: 30px;
    }

    .product_image,
    .product_video {
        display: block;
    }

    .product_image.margin,
    .product_video.margin{
        margin-left: 0;
    }

    .product_main-left{
        border-right: none;
    }

    .product_gallery-previews .bx-next,
    .product_gallery-previews .bx-prev{
        display: none;
    }

    .product_gallery-previews.carousel-vertical{
        padding-top: 0;
        padding-bottom: 0;
    }

    .product_gallery-previews .bx-wrapper{
        max-width: 100% !important;
    }

    .product_gallery-previews .bx-viewport{
        height: auto !important;
    }

    .product_cart-dialog .product_gallery{
        display: block;
        width: 100%;
        border-right: 0;
        margin: 0 0 15px;
    }

    .product_cart-dialog .product_main-left .badge{
        left: 0;
        right: auto;
        border-radius: 0 100px 100px 0;
    }

    .product_cart-dialog-right{
        display: block;
        width: 100%;
    }

    .product_cart-dialog .badge.bestseller{
        top: 40px;
    }

    .product_cart-dialog .product_name{
        margin-top: 0;
    }

    .bx-wrapper .product_image-preview{
        width: 30px !important;
        display: inline-block !important;
        margin: 2px  !important;
    }

    .bx-wrapper .product_image-preview.bx-clone{
        display: none !important;
    }

}

.product_video.hide,
.product_image.hide{
    display: none !important;
}


.product_option-select-title{
    margin: 0 0 3px;
}

.product_option-select{
    margin: 0 0 8px;

}

.product_option-select select,
.product_option-select .jq-selectbox{
    width: auto;
    min-width: 190px;
}

.product_prices{
    margin: 0 0 10px;
}

.product__old-price{

}

.product__price{
    font-size: 36px;
    margin: 0 15px 0 0;
}

.cart-qty{
    display: inline-block;
    word-spacing: 0;
    white-space: nowrap !important;
    font-size: 0;
    vertical-align: middle;
}

@media print{
    .cart-qty{
        display: none;
    }
}

.cart-qty *{
    font-size: 14px;
}

.cart-qty input{
    width: 50px;
    text-align: center;
    border-radius: 0;
    border-color: #e2e2e2;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
}

.cart-qty_act{
    display: inline-block;
    background: #e2e2e2;
    width: 30px;
    height: 37px;
    vertical-align: middle;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
}

.cart-qty_act ~ input ~ .cart-qty_act{
    border-radius: 0 5px 5px 0;
}

.cart-qty--mini .cart-qty_act{
    width: 25px;
    height: 30px;
    line-height: 30px;
}

.cart-qty--mini input{
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 3px;
}


@media (max-width: 500px) {
    .cart-qty_act{
        width: 20px;
    }

    .cart-qty input{
        width: 35px;
    }
}

.cart-summary-page .cart-qty input{
    width: 35px;
}

.cart-summary-page .cart-qty_act{
    width: 25px;
}

.product_cart .cart-qty{
    margin: 0 5px 0 0;
}

.cart_plugin{
    margin: 15px 0 0;
}

.cart_aux{
    padding: 0 15px;
    margin: 15px 0;
}



.stocks{
    margin: 0 0 15px;
}

.pr-stock_el{
    font-size: 13px;
}

.stocks_title{
    display: inline-block;
    margin: 0 8px 0 0;
}


.skus .price{
    font-size: 14px;
    border-radius: 5px;
    padding: 2px 4px;
}

.skus .hint{
    margin: 0 8px 0 5px;
}

.product_options .inline-select {
    margin-bottom: 15px;
}

.product_options .inline-select a {
    border-radius: 15px;
    margin: 0 5px 5px 0;
    display: inline-block;
    padding: 3px 10px;
    background: #FFF;
    text-decoration: none;
    position: relative;
    min-width: 22px;
    text-align: center;
}





.product_options .inline-select.color a{
    width: 30px;
    height: 30px;
    min-width: 25px;
    padding: 0;
    border: none;
    border-radius: 50%;
}

.product_options .inline-select.color a[style*="background-color:#FFFFFF"]{
    border: 1px solid #ebebeb;
}

.product_options .inline-select a:hover {

}


.product_options .inline-select a .color_checkmark {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px;
    background: rgba(0,0,0,0.3);
    padding: 4px;
    font-size: 12px;
}

.product_options .inline-select a.selected {
    color: #FFF !important;
}

.product_options .inline-select a.selected .color_name {
    display: block;
}

.product_options .inline-select a.selected .color_checkmark {
    display: block;
}

.inline-select_title{
    display: inline-block;
    color: #000;
    margin: 0 10px 0 0;
}

.product_summary{
    line-height: 19px;
}

.product_link-more{
    margin: 5px 0 0;
}

.product_link-more .icon {
    margin: 0 0 0 5px;
}

.product_features{
    font-size: 13px;
    width: 100%;
    line-height: 19px;
}

.product_cart-desc .product_features{
    margin: 15px 0 0;
}

.product_features td
{
    padding: 4px 0;
    border: 0;
    vertical-align: top;
}

.product_features-value{
    color: #000;
    padding-left: 5%;
}

.product_features-title{
    color: #888888;
    position: relative;
}
.product_features-title:before{
    border-bottom: 1px dotted #b5b5b5;
    left: 0;
    top: 17px;
    right: 5px;
    content: "";
    position: absolute;

}

.product_features-title span{
    background: #FFF;
    display: inline-block;
    position: relative;
    padding: 0 5px 0 0;
}

.product_brand,
.product_summary{
    margin: 15px 0 0;
}

.product_brand{
    float: left;
    margin-right: 10px;
}

.product_brand img{
    max-width: 150px;
    max-height: 150px;
}

.product_tags{
    margin: 10px 0 0;
}

.product_tags .tags{
    display: inline-block;
    margin: 0 0 0 10px;
}

.product_categories ~ .product_tags{
    margin: 10px 0 0;
}

.product_categories a{
    display: inline-block;
    margin: 0 0 0 10px;
}


.product_card .content{
    margin-bottom: 24px;
}

.product_related{
    margin: 24px 0 0;
}

.product_related-compare{
    font-size: 13px;
    margin: 0 0 0 10px;
}

.product_related-title,
h3.product_related-title{
    margin: 0;
}

.product-tab_head{
    margin: 0 0 20px;
}

.content.product_related-products{
    border-bottom: none;
}

@media print{
    .product_related-products{
        display: none;
    }
}

.service-price{
    font-weight: bold;
}

.reviews-branch{
    margin: 0;
    padding: 0;
    list-style: none;
}


.reviews-branch > li .review{
    margin: 25px 0;
}

.review.new{
    background: #f4fff8;
}

.reviews-branch .reviews-branch{
    margin: 0 0 0 25px;
    position: relative;

}

.reviews-branch .reviews-branch .review:before{
    content: "\f112";
    position: absolute;
    left: -5px;
    top: -15px;
    opacity: 0.5;
}

.review_title{
    display: inline-block;
    font-weight: bold;
}

.review .reviewRating{
    margin: 0 5px 0 0;
}

.review_date{
    font-size: 12px;
    color: #CCC;
}

.review_text{
    color: #000;
    font-size: 15px;
}

.review-form-fields{
    padding: 15px;
    margin: 0 0 15px;
}

.review-form-user{
    display: inline-block;
    margin: 0 8px;
}

.review-form-user img{
    margin: 0 4px 0 0;
}

.review-submit .save{
    margin: 0 5px 0 0;
}

.product_add2cart-services{
    padding: 15px;
    margin: 0 0 15px;
}

@media print{
    .product_add2cart-services{
        padding: 0;
    }
}

.product_reviews{
    margin: 20px 0 0 0 ;
}

.write-review{
    font-size: 18px;
}

.review-form-fields{
    max-width: 500px;
    margin: 15px 0;
}

.review-field{
    margin: 0 0 5px;
}


.rate-clear{
    cursor: pointer;
}

.review_username-icon{
    font-size: 16px;
    margin: -3px 5px 0 0;
}

.review .username,
.review .staff{
    margin-right: 5px;
}


.product-tile_action{
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

.touch .product-tile_action{
    display: block;
}

.product-tile_action.margin{
    margin-right: 50px;
}

.product-tile_action .pr-action{
    border: 1px solid #ebebeb;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(255,255,255,0.7);
    display: inline-block;
    color: #8a8a8a;
}

.product-tile_dialog{
    position: absolute;
    top: 110px;
    left: 50%;
    margin: 0 0 0 -15px;
    display: none;
}

.product-tile_dialog .pr-action{
    line-height: 36px;
    width: 40px;
    height: 40px;
    font-size: 18px;
}


.touch .product-tile_dialog{
    display: block;
    top: 219px;
    left: 10px;
    margin: 0;
}

.touch .product-tile_img{
    padding: 20px 0;
    height: 230px;
    line-height: 230px;
}

.touch .product-tile_img > img{
    max-width: 100%;
    max-height: 100%;
}

.product-tile_dialog .link-action-icon{
    color: #575858;
}



.search-list-clear{
    float: right;
    margin: 8px 0 0 0;
    color: #8e8e8e;
}

.search-list-clear .link{
    color: #8e8e8e;
    margin: 0 0 0 3px;
}

.search-title-list{
    overflow: hidden;
}

.search-title-list h1{
    margin-bottom: 0;
    float: left;
}



.popup-content--dialog{
    padding: 0;
    max-width: 1200px;
}

.mfp-bg{
    z-index: 120;
}



@media (max-width: 650px){


    .product_gallery .product_image img{
        max-height: 400px;
    }
    .product_gallery .product_image{
        margin: 0 0 15px;
    }


}



.brands-list{
    word-spacing: 0;
    font-size: 0;
}

.brands-list *{
    font-size: 14px;
    word-spacing: normal;
}


.brands-list_el{
    width: 29%;
    margin: 0 2% 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
}


.brands-list_el-img{
    height: 120px;
    line-height: 120px;
    display: block;
}

.brands-list_el img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

@media (max-width: 500px){
    .brands-list_el{
        width: 46%;
    }
}

.aside-wrap_productbrands-plugin{
    padding: 0 0 5px;
}

.product_description{
    overflow: hidden;
}

.product_desc-brand{
    float: left;
    margin: 0 10px 0 0;
}

@media (max-width: 500px) {

    .product_card .tabs{
        display: none;
    }

    .tab-contents .content-block{
        display: block;
    }
}

.tab-contents ~ .content-block{
    border-top: 1px solid #ebebeb;
}

.order-status-marker {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    vertical-align: middle;
}

.filter-opt-color .jq-checkbox,
.filter-opt-color .jq-radio {
    width: 30px;
    height: 30px;
    background: none;
    margin: 0 5px 0 0;
    border: none;
}

.filter-opt-color {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px 5px 0;
    text-decoration: none;
    position: relative;
    border-radius: 50%;

}

.filter-opt-color[style*="background-color:#FFFFFF;"]{
    border: 1px solid #ebebeb;
}

.filter-opt-color .jq-radio.checked:before,
.filter-opt-color .jq-checkbox.checked:before {
    color: #fff;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    z-index: 1;
    content: "\f00c";
    font-size: 12px
}

.filter-opt-color .jq-checkbox.checked:after,
.filter-opt-color .jq-radio.checked:after {
    background: rgba(0,0,0,0.3);
    height: 20px;
    width: 20px;
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
}

.category-subcat-icon_item,
li.category-subcat-icon_item{
    display: inline-block;
    margin: 15px 2% 15px 0;
    vertical-align: top;
    width: 30%;
}

.category-subcat-icon_img{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 0 10px 0 0;
    width: 50px;
}


.category-subcat-icon_item img{
    max-height: 100%;
    vertical-align: middle;

}

@media (max-width: 700px){
    .category-subcat-icon_item,
    li.category-subcat-icon_item{
        width: 47%;
    }
}

@media (max-width: 500px){
    .category-subcat-icon_item,
    li.category-subcat-icon_item{
        width: 100%;
        margin-right: 0;
    }
}


.category-subcat-icon_name{
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
}

.promos-tile{
    margin: 24px 0 0;
    font-size: 0;
}

.promos-tile__el,
a.promos-tile__el{
    width: 23%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px;
    height: 250px;
    background: #FFF;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-align: center;
    text-decoration: none;
    color: #FFF;
}

.promos-list-col3 .promos-tile__el,
.promos-list-col3 a.promos-tile__el,
.with-left-sidebar .promos-tile__el,
.with-left-sidebar a.promos-tile__el{
    width: 32%;
}

.promos-list-col2 .promos-tile__el,
.promos-list-col2 a.promos-tile__el
{
    width: 49% !important;
}

@media (max-width: 1000px) {
    .promos-tile__el,
    a.promos-tile__el{
        width: 31%;
    }
}

@media (max-width: 800px) {
    .promos-tile__el,
    a.promos-tile__el,
    .promos-list-col3 .promos-tile__el,
    .promos-list-col3 a.promos-tile__el,
    .with-left-sidebar .promos-tile__el,
    .with-left-sidebar a.promos-tile__el{
        width: 48%;
    }
}

.promos-list-col1 .promos-tile__el,
a.promos-list-col1 .promos-tile__el{
    width: 400px !important;
}

@media (max-width: 500px) {
    .promos-tile__el,
    a.promos-tile__el,
    .promos-list-col1 .promos-tile__el,
    a.promos-list-col1 .promos-tile__el,
    .promos-list-col2 .promos-tile__el,
    .promos-list-col2 a.promos-tile__el{
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.promos-tile.align-center .promos-tile__el{
    margin-right: 2%;
    margin-left: 2%;
}

.promos-tile__el-body,
.promos-tile__el-content{
    line-height: 18px;
    font-size: 14px;
}

.promos-tile__el-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px;
    background: rgba(0,0,0, 0.5);
    box-sizing: border-box;

}

.promos-tile__el-content a{
    color: #FFF;
}

.promos-tile__el-ttl{
    font-size: 20px;
}

.promos-tile__el-countdown{
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 20px;
    left: 0;
    color: #FFF;
}

.countdown-item{
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    line-height: 18px;
}

.countdown-item-count{
    display: block;
    font-size: 18px;
    color: #FFF;
    background: #000;
    -moz-box-shadow:    inset 0 0 20px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 0 0 20px rgba(255,255,255,0.2);
    box-shadow:         inset 0 0 20px rgba(255,255,255,0.2);
    border-radius: 3px;
    width: 40px;
    padding: 3px 0;
    line-height: 24px;
}

.countdown-item-text{
    font-size: 12px;
    line-height: 14px;
    color: #d5d5d5;
}

.categories{
    margin: 0;
    padding: 0;
    list-style: none;
}

.categories-item{
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 30px 0;
    width: 31%;
}

.categories-item_title{
    font-size: 18px;
    margin: 0 0 10px;
}

.categories-item_title a{
    text-decoration: none;
}

.categories-item-image{
    float: left;
    width: 100px;
}

.categories-item-image img{
    max-width: 100%;
}

.categories-item-content{
    margin: 0 0 0 115px;
}

.categories-item_subs{
    margin: 0;
    padding: 0;
    list-style: none;
}

.categories-item_more{
    margin: 10px 0 0;
    display: inline-block;
    padding: 0 10px;
    border-radius: 10px;
}

.categories-item_subs li{
    position: relative;
    margin: 0 0 8px 18px;
    line-height: 17px;
}

.categories-item_subs li:before{
    content: '•';
    position: absolute;
    left: -15px;
    top: 1px;
    font-size: 20px;
}

@media (max-width: 1000px) {
    .categories-item{
        width: 47%;
    }
}

@media (max-width: 700px) {
    .categories-item{
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 400px) {
    .categories-item-image{
        margin: 0 10px 0 0;
    }

    .categories-item-content{
        margin: 0;
    }

    .categories-item_subs li:before{
        display: none;
    }
}

.categories-tile-list{
    padding-bottom: 10px;
    font-size: 0;
}

.categories-tile{
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 18%;
    margin: 0 1% 15px;
    text-align: center;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    border-radius: 10px;
    font-size: 14px;
    box-sizing: border-box;
}

.cols-3 .categories-tile{
    width: 31%;
}

.cols-2 .categories-tile{
    width: 23%;
}

.mainpage-categories{
    padding-bottom: 0;
    border: 1px solid #ebebeb;
}

.categories-tile:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.categories-tile_image{
    height: 140px;
    line-height: 140px;
    overflow: hidden;
    padding: 10px 5px;
    text-align: center;
}

.categories-tile_image img{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.categories-tile_title{
    padding: 10px 0;
    margin: 0 10px;
    border-top: 1px solid #ebebeb;
}

.categories-tile a{
    text-decoration: none;
}

@media (max-width: 1150px) {
    .categories-tile{
        width: 23%;
    }

    .cols-2 .categories-tile{
        width: 31%;
    }
}

@media (max-width: 1000px) {
    .categories-tile{
        width: 31%;
    }
}

@media (max-width: 780px) {
    .categories{
        text-align: center;
    }

    .categories-tile{
        width: 47% !important;
    }

    .cols-2 .categories-tile{
        width: 100%;
    }
}


@media (max-width: 560px) {
    .categories-tile{
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
}

#storequickorder .dialog-background{
    background: rgba(0,0,0,0.5) !important;
    z-index: 1047 !important;
}

#storequickorder .dialog-window{
    box-shadow: none !important;
    border: none !important;
    border-radius: 15px !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    width: 440px !important;
    position: fixed  !important;
    padding: 0 !important;
    max-height: 100% !important;
    overflow: auto !important;
    overflow-x: hidden !important;
}
#storequickorder .dialog-content{
    height: auto !important;
}

input[type=button].storequickorder-button:hover{
    box-shadow: none;
}


@media (max-width: 455px) {
    #storequickorder .dialog-window{
        width: 100% !important;
    }
}

.storequickorder-button{
    background: #FFF !important;
    border-radius: 5px !important;
    height: 30px !important;
    line-height: 30px !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.storequickorder_cart_button{
    height: 37px !important;
    line-height: 35px !important;
    border-radius: 10px !important;
    padding: 0;
}

.storequickorder_product_button{
    width: 255px;
}

.products-list_item-cart .storequickorder_product_button{
    width: 134px;
    font-size: 13px;
    height: 27px !important;
    line-height: 27px !important;
    margin: 10px 0 0;
}

.products-list_item-cart .storequickorder_pos{
    display: inline-block;
}

.products-list_item-cart .cart-qty ~ .storequickorder_pos .storequickorder_product_button{
    width: 158px;
}

@media (max-width: 350px) {
    .storequickorder_product_button{
        width: 100% !important;
    }
}

#storequickorder .dialog-buttons{
    position: static !important;
    text-align: center;
    padding: 0 0 20px 0;
}

.storequickorder-window-product_info{
    min-height: 96px;
}

.storequickorder-window-product_info-name{
    max-width: 272px;
}

.window-name{
    margin: 0 0 10px;
    text-align: center;
    font-size: 24px;
}

.storequickorder-window-product_info-image{
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.storequickorder-window-product_info{
    margin: 0 0 10px;
}

#storequickorder .dialog-content-indent{
    padding-bottom: 0 !important;
}

.dialog-window .wa-value,
.dialog-window .wa-value p{
    position: relative;
}

.dialog-window .wa-value p .errormsg,
.dialog-window .wa-captcha ~ .wa-error-msg{
    position: absolute;
    left: 0;
    bottom: -13px
}

.dialog-window .wa-captcha{
    min-height: 72px;
}

#storequickorder .icon16.close{
    background: none !important;
    text-indent: 0 !important;
    font-style: normal;
}

#storequickorder .icon16.close:after{
    content: "×";
    font-size: 30px;
}

.category-image{
    float: left;
    margin: 0 10px 0 0;
}

.category-text{
    display: table;
    width: 100%;
}

.compare-table{
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 0 20px;
}

.services select,
.cart-item_services select{
    width: auto;
    height: 26px;
    padding: 0 2px;
    margin: 0 0 0 5px;
}

.service__el{
    margin: 0 0 5px;
}

.service__el:last-child{
    margin: 0;
}

.product_code{
    margin: 0 0 15px;
    display: block;
}

.error-page{
    background: #FFF;
    border: 1px solid #ebebeb;
    padding: 25px 15px;
}









