/* Begin Catalog-shop */
.catalog_shops{
    width: 1110px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 75px;
}
.catalog_shops h1{
    font: 30px OpenSansBold;
    color: #333;
    text-transform: uppercase;
    padding-top: 16px;
    margin-bottom: 28px;
}
.catalog_shops .filter-block{
    width: 272px;
    height: 474px;
    background: #f4f4f4;
    float: left;
    padding-top: 22px;
}
.catalog_shops .filter-block .radio-block{
    height: 41px;
    margin: 0 0 0 19px;
}
.catalog_shops .filter-block .radio-block .catalog-shops-filter-input{
    display: none;
}
.catalog_shops .filter-block .radio-block label{
    display: inline-block;
    cursor: pointer;
    float: left;
    color: #333333;
    position: relative;
    line-height: 41px;
    font: 12px OpenSansLight;
}
.catalog_shops .filter-block .radio-block label:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 33px;
    height: 16px;
    top: 3px;
    margin-right: 16px;
    background: url(../img/catalog_radio_bt.png);
}
.catalog_shops .filter-block .radio-block.activeCh label:before{
    background: url(../img/catalog_radio_btHover.png);
}
.catalog_shops .filter-block .radio-block input[type=checkbox]:checked + label:before {
    background: url(../img/catalog_radio_btHover.png);
}
.catalog_shops .razd{
    width: 100%;
    height: 1px;
    background: #bebebe;
    margin-bottom: 12px;
}
.catalog_shops .calcOrder-block a{
    font: 14px OpenSansRegular;
    color: #58066f;
    margin: 0px 0 0 48px;
}
.catalog_shops .calcOrder-block a:before{
    content: "";
    display: inline-block;
    position: relative;
    width: 15px;
    height: 19px;
    top: 4px;
    margin-right: 8px;
    background: url(../img/main_form_calc.png);
    opacity: .5;
}
.catalog_shops .calcOrder-block a:hover:before{
    opacity: 1;
}
.catalog_shops .rightBl{
    width: 822px;
    float: right;
    height: auto;
}
.catalog_shops .rightBl .wrap_search_shop input{
    width: 805px;
    height: 48px;
    font: 14px OpenSansLight;
    color: #333;
    padding-left: 15px;
    border: 1px solid #e6e6e6;
}
#button_search_shop{
    background: url(../img/search_decor.png) center no-repeat #fff;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: relative;
    right: 2px;
    top: -49px;
    float: right;
}
.catalog_shops .rightBl .store_item{
    width: 820px;
    min-height: 203px;
    
    margin-top: 29px;
    border: 1px solid #e6e6e6;
}
.catalog_shops .rightBl .store_item .photo-block{
    width: 251px;
    height: 203px;
    float: left;
    display: table;    
    text-align: center;
    /*border-right: 1px solid #e6e6e6;*/
}
.catalog_shops .rightBl .store_item .photo-block div{
    display: table-cell;
    vertical-align: middle;
}
.catalog_shops .rightBl .store_item .store_item_info{
    padding: 16px 0 67px 24px;
    float: left;
    width: 543px;
    min-height: 131px;
    background: #fbfbfb;
    position: relative;
    border-left: 1px solid #e6e6e6;
}
.catalog_shops .rightBl .store_item_info .sale-icon{
    position: absolute;
    right: 15px;
}
.catalog_shops .rightBl .store_item_info .title{
    font: 18px OpenSansBold;
    color: #333;
}
.catalog_shops .rightBl .store_item_info .description{
    font: 14px OpenSansLight;
    line-height: 28px;
    margin-top: 14px;
}
.catalog_shops .rightBl .store_item_info .moreBtn{
    width: 163px;
    height: 33px;
    border: 1px solid #df9c52;
    color: #df9c52;
    text-align: center;
    font: 14px OpenSansRegular;
    line-height: 33px;
    display: block;
    cursor: pointer;
    border-radius: 15px;
    margin-top: 15px;
    position: absolute;
    bottom: 20px;
}
.catalog_shops .rightBl .store_item_info .moreBtn:hover{
    background: #df9c52;
    color: #fff;
}



.stars{
    margin-top: 12px;
}

.stars div{
    width: 16px;
    height: 14px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    background: url(../img/reviews_star_1.png);
}
.stars div.grey{
    background: url(../img/reviews_star_2.png);
    background-size: 100% 100%;
}
/* End Catalog-shop */