

/* Start:/local/templates/aspro_next_custom/components/bitrix/catalog.section/catalog_block/style.css?17587988701749*/
.bottom_nav.block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bottom_nav .ajax_load_btn {
    width: 100%;
}

.bottom_nav .module-pagination {
    flex-grow: 1;
}

.view_elements_count .common_select {
    max-width: 70px;
}

.right_block1 .catalog_item .image_wrapper_block {
    width: 100%;
}

.right_block1 .catalog_item .like_icons {
    top: 10px;
    right: 10px;
}

.catalog-section-carousel-dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    opacity: 0;
    justify-content: center;
}

.catalog-section-carousel-dots:hover {
    opacity: 1;
}

.catalog-section-carousel-dot {
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
}

.catalog-section-carousel-dot::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 5px;
    width: 100%;
    background: #ffeee7;
    opacity: 0.6;
}

.catalog-section-carousel-dot:hover::before {
    background: #ff9467;
}

.catalog-section-carousel-dot:first-child::before {
    border-radius: 10px 0px 0px 10px;
}

.catalog-section-carousel-dot:last-child::before {
    border-radius: 0px 10px 10px 0px;
}

.sticker_sale_text {
    background-image: none;
    background-color: #e52929;
    display: inline-block;
    color: #fff;
    width: auto;
    font-size: 10px;
    line-height: 12px;
    position: relative;
    box-sizing: border-box;
    padding: 5px 10px 4px;
    text-transform: uppercase;
    border-radius: 2px;
    text-align: right;
    margin-left: auto;
    float: right;
}

.product-count {
    font-size: 11px;
    line-height: 2em;
    margin-left: 5px;
    display: inline-block;
    color: #b6b5b5;
}
/* End */
/* /local/templates/aspro_next_custom/components/bitrix/catalog.section/catalog_block/style.css?17587988701749 */
