

/* Start:/local/templates/aspro_next/components/bitrix/catalog.section/collection_table/style.css?17896372081055*/
.collections-table {
    width: 100%;
    border-collapse: collapse;
}

.collections-table__row {
    border-bottom: 1px solid #eee;
}

.collections-table td {
    padding: 12px 10px;
    vertical-align: middle;
}

.collections-table__photo {
    width: 72px;
}

.collections-table__photo img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    display: block;
    max-width: none;
    max-height: none;
    border: 0;
}

.collections-table__sizes {
    color: #888;
    font-size: 13px;
}

.collections-table__price {
    white-space: nowrap;
}

.collections-table__more {
    text-align: right;
    width: 1%;
}

.collections-table .collection-card__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #1b1b1b;
    background: #1b1b1b;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.bottom_nav--ajax {
    display: none;
}

@media (max-width: 767px) {
    .collections-table__sizes {
        display: none;
    }
}

/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.section/collection_table/style.css?17896372081055 */
