

/* Start:/local/templates/main/components/bitrix/catalog.element/offer/style.css?17588880052782*/
.table__pagination {
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.table__pagination a {
    font-size: 18px;
}

.table__pagination a.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.page__active {
    color: #ea5b0c;
    font-weight: 700;
}

.explotation-manual--open {
    display: flex;
    min-height: 48px;
    margin-top: 16px;
    border: 1px solid #145099;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.explotation-manual--open:hover,
.explotation-manual--open:focus {
    color: #145099;
}

.back-parent-url {
    margin-top: 16px;
    margin-bottom: 16px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    border: 1px solid #145099;
    border-radius: 10px;
}

.back-parent-url:hover {
    border: 1px solid #ea5b0c;
}

.add-to-basket {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.add-to-basket input {
    padding: 1rem;
    font-size: 16px;
    border-radius: 1rem;
}

.add-to-basket .to-bag,
.add-to-basket .in-bag {
    flex: 0 0 auto;
}

.add-to-basket .js-add-to-basket {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #ea580c;
    padding: 1rem;
    font-size: 16px;
    color: #fff;
    border-radius: 1rem;
    min-width: 160px;
}

.add-to-basket .js-add-to-basket svg,
.add-to-basket .in-bag a svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}

.add-to-basket .in-bag a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: green;
    padding: 1rem;
    font-size: 16px;
    color: #fff;
    border-radius: 1rem;
    min-width: 160px;
}

.offer-elec-table th {
    background: #ea580c;
    color: #fff !important;
    text-align: center;
}

.offer-elec-table th:first-child {
    border-right: 1px solid #fff !important;
}

.offer-elec-table tbody tr td:last-child {
    border-left: 1px solid #fff !important;
    text-align: center !important;
}
.cart__main-info__rightside__text {
    padding: 2rem;
    background: #f6f6f6;
    border-radius: 10px;
}

.cart__main-info__rightside__text:last-child {
    margin-top: 2rem;
}

.add-to-basket-block{
    margin-top: 0;
    display: flex;
    align-items: end;
    flex-direction: column;
}

.primary-button {
    display: inline-block;
    text-align: center;
    background: #ea580c;
    padding: 1rem;
    font-size: 16px;
    color: #fff;
    border-radius: 1rem;
    min-width: 160px;
}

.primary-button:hover {
    color: #fff;
}
/* End */
/* /local/templates/main/components/bitrix/catalog.element/offer/style.css?17588880052782 */
