#filterpro .option_box {
    border-radius: 7px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    min-width: 136px;
    padding: 5px 5px 5px 0;
    vertical-align: top;
    width: 100%;
}
#filterpro .option_box .attribute_box{
    display: block;
    border-top: 1px solid #d8d8d8;
    padding: 15px 0 5px;
}
#filterpro .option_box:nth-child(2n-2) div:nth-child(3) {
    border-top: none;
}
#filterpro .option_box .attribute_box.last{
    border-bottom: 1px solid #d8d8d8;
}
#filterpro .option_box .option_name{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 10px;
    display: table-cell;

}
#filterpro .option_box .label_container {
    display: table-cell;
}
#filterpro .option_box label {
    display: inline-block;
    cursor: pointer;
    padding-left: 20px;
    font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: -1px;
    padding-bottom: 10px;
    line-height: 1.5;
}
#filterpro .option_box label:before {
    background: url("../image/checkbox_sprite.png")no-repeat -2px -21px;
    content: "";
    height: 17px;
    width: 17px;
    display: inline-block;
    position: relative;
    right: 7px;
    top: 1px;
}
#filterpro .option_box input[type="checkbox"] {
    display: none;
    width: 0;
    height: 0;
}
#filterpro .option_box input[type="checkbox"]:checked + label:before {
    background-position: -2px -2px;
}

#filterpro  .attribute_group_name {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    float: left;
}
/*#filterpro .option_box:last-child {*/
    /*margin-top: -19px;*/
/*}*/
/*#filterpro .option_box:last-child .attribute_group_name{*/
    /*margin-top: 15px;*/
/*}*/
#filterpro .option_box:nth-child(2n-2) .attribute_group_name {
    display: none;
}
#filterpro .option_box:nth-child(2n-2) .attribute_box:last-child .attribute_group_name {
    padding: 15px 0;
    margin-top: -15px;
    border-left: 1px solid #d8d8d8;
}
#filterpro .price_limit {
    border: 0;
    color: #38B0E3;
    font-weight: bold;
    width: 100%;
}

#filterpro .ui-widget-header {
    background: none repeat scroll 0 0 #38B0E3;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
}

#filterpro select {
    width: 126px;
}

#filterpro .ui-state-hover, #filterpro .ui-state-focus, #filterpro .ui-state-active {
    border: 1px solid #38B0E3;
    background: none repeat scroll 0 0 #d9f2fc;
}

#filterpro .price_slider {
    padding: 5px;
}

#filterpro .option_values {
    padding-top: 5px;
}
#filterpro .attribute_group_name{
    padding-left: 0;
}

#filterpro .hided {
    cursor: pointer;
}

#filterpro .option_box:last-child .attribute_group_name {
    margin-bottom: 20px;
    padding-right: 30px;
}


#triangle:after {
    content: "";
    top: 10px;
    left: 4px;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0;
    border-color: #ff6c2b transparent transparent;
}

#triangle.up:after {
    border-width: 0 3px 6px;
    border-color: transparent transparent #ff6c2b;
    top: -11px;
    left: 4px;
}

.clear_filter {
    border-bottom: 1px dashed;
    text-decoration: none;
    float: right;
    cursor: pointer;
}


#content {
    background: #f1f1f1;
    margin-top: 20px;
    padding-top: 0;
    min-height: 600px;
}
.breadcrumb {
    padding-bottom: 5px;
    padding-top: 8px;
}
.product-filter {
    color: #808080;
    text-transform: uppercase;
    font-size: 11px;
    /*margin-bottom: 20px;*/
    margin: 20px 0 0 0;
    background: #fff;
    padding: 8px 15px;
    border: 1px solid #d8d8d8;
}
.product-filter .display {
    text-transform: uppercase;
    float: left;
    padding-top: 3px;
}
.product-filter .display > a{
    position: relative;
    float: left;
}
.product-filter .display > span{
    position: relative;
    float: left;
}
.product-filter .display a{
    cursor: pointer;
    padding-left: 25px;
}
.product-filter .display span{
    padding-left: 25px;;
}
.product-filter .display span+a{
    margin-left: 40px;
}
.product-filter .display a+span{
    margin-left: 40px;
}
.product-filter .display span+a:before{
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: url("../image/grid_sprite.png") no-repeat -18px -18px;
    width: 18px;
    height: 18px;
}
.product-filter .display a:before{
    content: '';
    position: absolute;
    left: -2px;
    top: -3px;
    background: url("../image/grid_sprite.png") no-repeat 0 -18px;
    width: 18px;
    height: 18px;
}
.product-filter .display .grid:before{
    content: '';
    position: absolute;
    left: -2px;
    top: -3px;
    background: url("../image/grid_sprite.png") no-repeat -18px 0;
    width: 18px;
    height: 18px;
}
.product-filter .display .list:before{
    content: '';
    position: absolute;
    left: -2px;
    top: -4px;
    background: url("../image/grid_sprite.png") no-repeat 0 0;
    width: 18px;
    height: 18px;
}
.product-filter .limit {
    float:left;
    margin-left: 40px;
    position: relative;
    padding-top: 3px;
}
.display + .limit {
    margin-left: 55px;
}
.product-filter .limit span.drop-down {
    width: 45px;
    position: relative;
    line-height: 18px;
    vertical-align: middle;
}
.product-filter .limit .drop-list {
    width: 45px;
}
.product-filter .limit span.drop-down.up {
    border-bottom: none;
}
.product-filter .limit span.drop-down.up ~.drop-list {
    border-top: none;
}
.product-filter .limit span.drop-down:after {
    border-width: 6px 3px 0;
    border-color: #ff6c2b transparent transparent;
    position: absolute;
    left: 30px;
    top: 5px;
}
.product-filter .limit span.drop-down.up:after {
    border-width: 0 3px 6px;
    border-color: transparent transparent #ff6c2b;
}

.product-list {
    background: #f1f1f1;
}
.name a:hover{
    text-decoration: underline;
    color: #ff6c2b;
}
.product-in-list{
    margin-top: 25px;
    background: #ffffff;
    float: none;
    padding: 15px;
    min-height: 170px;
    border: 1px solid #d8d8d8;
}
.product-in-list:first-child{
    margin-top: 10px;
}
.product-in-list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}
.product-in-list .image {
    float: left;
    width: 160px;
    height: 160px;
    text-align: center;
    position: relative;
}
.product-in-list .image img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.prod_descr {
    float: left;
    width: 500px;
    padding-left: 25px;
}
.prod_descr .product_id {
    font-size: 12px;
}
.product-in-list  .prod_descr .product_id {
    padding-top: 5px;
}

.prod_descr .name {
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
}

.prod_descr .description {
    padding-top: 15px;
    font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
}
#right_block .prod_descr .description{
    padding-top: 10px;
}
.product-grid .product_id {
    padding-top: 0;
    padding-bottom: 2px;
}
.product-grid {
    margin-left: -10px;
}
.product-grid .product:nth-child(3n +1) {
    /*margin-left: 15px;*/
}
.product-grid .product {
    float: left;
}
.product .image {
    height: 138px;
    position: relative;
    margin-left: -8px;
}
#right_block .product .image{
    height: 178px;
    margin: 0 auto;
}
.product .image img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.search_text {
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
}
.search_count {
    text-transform: none;
    margin-right: 25px;
    padding-right: 25px;
    float: left;
    border-right: 1px solid #b3b3b3;
    color: #000000;
    font-size: 14px;
}
.search_empty {
    padding-top: 15px;
}

.types_filter_left .box-category>li .black_triangle{
    position: absolute;
    width: 20px;
    height: 20px;
    right: -5px;
    top: 1px;
}
.types_filter_left .box-category>li .black_triangle:after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 8px solid #000000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    right: 5px;
    top: 7px;
}
.category-list_list {
    margin-left: -10px;
    /* margin-top: 10px; */
    /* margin-top: -10px; */
    margin-bottom: 25px;
}
.category-list_list > ul {
    /*margin-left: -20px;*/
}
.category-list_list .category_link {
    padding: 5px 0;
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: .8rem;
    display: block;
}
.category-list_list .category_link:hover {
    text-decoration: underline;
    color: #ff6c2b;
}
.category-list_list .category_link p {
    height: 70px;
    overflow: hidden;
    font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 1024px){
    .product-in-list .image {
        width: 125px;
    }
    .prod_descr {
        width: 79%;
        padding-left: 10px;
    }
}
@media screen and (max-width: 960px){
    .prod_descr {
        width: 70%;
    }
}
@media (max-width: 768px) {
    .display+.limit {
        margin-left: 0;
}
    .product-filter {
        padding: 8px 10px;
    }
    #right_block .product .image {
        position: relative;
        height: 90px;
        width: 90px;
        margin: 0;
        margin-right: 10px;
        bottom: inherit;
        order: -1;
        margin-left: 0!important;

    }
    .product .image img {
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
        height: 140px;
        width: 140px;
        max-width: none;
    }
    .product-grid .product_id {
        text-align: left;
        margin-bottom: 5px;
    }
    .search_count {
        margin-right: 5px;
        padding-right: 5px;
    }
        .category-list_list .category_link {
        padding: 0;
    }
}