

/* Start:/local/templates/boatpart/include/catalog/category_list/style.css?17308923281068*/
.section-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
    padding: 0 !important;
}
.section-list__item-wrap {
    width: calc(50% - 15px);
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-list__item-wrap:before {
    display: none;
}
.section-list__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 35px;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #333;
    width: 100%;
    min-height: 80px;
    height: 100%;
    background: #fff;
}
.section-list__item:hover {
}
.section-list__item-count {
    color: #7c7c7c;
    font-size: 13px;
    margin-left: 5px;
}
.category__image-wrap {
    padding: 2px 10px;
    margin: -14px 15px -14px -34px;
    background: #fff;
    width: 100px;
    height: 80px;
}
.category__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.category__item-title {
    margin: 0 auto;
}
@media (max-width: 768px) {
    .section-list__item-wrap {
        width: calc(100%);
    }
}

/* End */
/* /local/templates/boatpart/include/catalog/category_list/style.css?17308923281068 */
