.list-analog-link{
    display: block;
    margin: 13px auto 0;
    border: 1px #ff0000 solid;
    color: #ff0000 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    padding: 0 20px;
    text-decoration: none;
}
.list-analog-link:hover{
    background: red!important;
    box-shadow: inset 0 0 10px 5px #00000040;
    color: #ffffff !important;
}
.catalog_item .stickers{
    top: 20px;
}
.catalog_item .stickers [class*="sticker_"]{
    margin-left: 0;
    background: rgba(0, 0, 0, 0.39);
    border-radius: 0;
    text-transform: none;
    font-size: 16px;
    padding: 7px 15px 5px;
}
.t-cbc{
    font-family: 'Geometria', 'PT Sans', Arial, sans-serif;
}
.t-cbc .sort_header .sort_filter a span{
    font-size: 18px;
    color: #b8b8b8;
}
.t-cbc .sort_header .sort_filter a.current span{
    color: #333;
}

.t-cbc .catalog_block .catalog_item{
    padding: 8px 8px 8px 8px;
}
.t-cbc .image_wrapper_block .like_icons{
    top: 0 !important;
    right: -5px !important;
}
.t-cbc .image_wrapper_block .like_icons .wish_item i,
.t-cbc .image_wrapper_block .like_icons .wish_item_new i{
    height: 30px;
    width: 30px;
    background: url('/local/templates/aspro_next/images/svg/Wishlist_big_black.svg') center center no-repeat !important;
    background-size: 17px 15px !important;
}
html:not(.bx-touch) .t-cbc .like_icons .wish_item:hover i,
html:not(.bx-touch) .t-cbc .like_icons .wish_item_new:hover i,
html:not(.bx-touch) .t-cbc .like_icons .wish_item.added i,
html:not(.bx-touch) .t-cbc .like_icons .wish_item_new.added i{
    background: url('/local/templates/aspro_next/images/svg/Wishlist_big_red_2.svg') center center no-repeat !important;
    background-size: 17px 15px !important;
}
.t-cbc .image_wrapper_block .like_icons span:hover,
.t-cbc .like_icons .wish_item.added,
.t-cbc .like_icons .wish_item_new.added{
    background-color: #fff !important;
    border-radius: 0;
    border: 1px solid #f2f2f2;
}
.t-cbc .catalog_item .rating{
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 100;
}

.t-cbc .catalog_item .image_wrapper_block,
.t-cbc .catalog_item .image_wrapper_block a{
    height: 245px;
    line-height: 245px;
}
.t-cbc .catalog_item .image_wrapper_block{
    height: 265px;
    padding-top: 20px;
    margin-bottom: 10px !important;
}
.t-cbc .catalog_block .catalog_item img{
}
.t-cbc .catalog_item .item-title{
    height: 60px !important;
    font-size: 14px;
}
.t-cbc .catalog_item .cost.prices{
    margin-top: 5px !important;
}
.t-cbc .catalog_block .cost.prices .price{
    font-size: 30px;
    font-weight: 500;
    color: #0e0e0e;
}
.t-cbc .price_matrix_block .price_group:nth-child(1) .price{
    line-height: 23px;
}
.t-cbc .price_matrix_block .price_group:nth-child(1) .price_value{
    white-space: nowrap;
    color: #0e0e0e;
}
.t-cbc .price_matrix_block .price_group:nth-child(2) .price_value{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    color: #606060;
}
.t-cbc .price_matrix_block .price_group:nth-child(2) .price_value > *{
    margin-left: 5px;
    margin-right: 0;
}
body .t-cbc .catalog_block .prices .price_matrix_block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    height: 30px !important;
    font-family: 'PT Sans', Arial, sans-serif;
}
.t-cbc .catalog_block .sku_props+.counter_wrapp{
    padding-top: 12px;
    position: relative;
}
.t-cbc .ajax_load.block .counter_wrapp .counter_block{
    float: left;
    width: auto;
    height: 36px !important;
    margin: 0 8px 0 0 !important;
    border: none;
    border-radius: 0;
}
.t-cbc .footer_button .counter_block input[type=text]{
    padding: 0 5px;
    height: 36px !important;
    width: 35px !important;
    text-align: center;
    background: white;
    font-family: 'Geometria', 'PT Sans',  Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    border:none;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}
.t-cbc .counter_block .minus,
.t-cbc .counter_block .plus {
    font-size: 20px;
    line-height: 35px !important;
    height: 36px !important;
    width: 20px !important;
    display: inline-block;
    text-align: center;
    border: 1px #cdcdcd solid;
}
/* new +/- */
.t-cbc .ajax_load.block .counter_wrapp .counter_block.new-plus-minus{
    width: 75px;
    position: relative;
    text-align: left;
}
.t-cbc .counter_block.new-plus-minus .minus,
.t-cbc .counter_block.new-plus-minus .plus{
    position: absolute;
    height: 18px !important;
    line-height: 18px !important;
    right: 0;
    top: 0;
}
.t-cbc .counter_block.new-plus-minus .minus{
    top: auto;
    bottom: 0;
    border-top: 0;
}
.t-cbc .footer_button .counter_block.new-plus-minus input[type=text]{
    width: 55px !important;
    border-left: 1px solid #cdcdcd;
    font-family: 'PT Sans', Arial, sans-serif;
}
/* new +/- */



.t-cbc .counter_block .minus:before,
.t-cbc .counter_block .plus:before{
    display: none;
}
.t-cbc .counter_block .minus:hover,
.t-cbc .counter_block .plus:hover{
    background: #ff0000 !important;
    box-shadow: inset 0 0 5px 2px #00000040;
    color: white;
    border-color: #00000040;
}
.t-cbc .ajax_load.block .counter_wrapp .button_block{
    width: auto;
    float: none;
    overflow: hidden;
    display: block;
    max-width: none;
    height: 36px;
}
body .t-cbc .catalog_block .footer_button .to-cart,
.t-cbc .svg-icon-cart .btn.btn-default{
    display: block;
    position: relative;
    background: #ff0000 !important;
    box-shadow: inset 0 0 5px 2px #00000040;
    border: none;
    font-size: 18px;
    font-weight: 400 !important;
    padding: 0 !important;
    line-height: 36px;
    height: 36px;
    border-radius: 0;
}
body .t-cbc .catalog_block .footer_button .to-cart:hover,
.t-cbc .svg-icon-cart .btn.btn-default:hover{
    background-color: #ff0000;
    box-shadow: inset 0 0 10px 5px #00000040;
}
.t-cbc .svg-icon-cart:not(.wide)>.small.to-cart:before{
    display: none;
}
.t-cbc .footer_button .total_summ{
    top: -53px;
    left: 0;
    display: none !important;
}
.t-cbc .catalog_item .item-title a span{
    font-weight: 500;
}
