.catalog-price {
	 color:red;
}


:root {
    --pt-acc-font-size: 14px;
    --bs-border-color: #dee2e6;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
}
.prod_table table {
    caption-side: bottom;
    border-collapse: collapse;
}

.prod_table
{
    max-width: 1810px;
    position: relative;
    margin: 0 auto;
    overflow-x: auto;
    scrollbar-width: none;
}

.prod_table::-webkit-scrollbar
{
    display: none;
}

.scrolling
{
    cursor: grab;
    user-select: none;
    scroll-snap-type: x mandatory;
    -webkit-box-shadow: -12px 0px 13px -9px rgba(34, 60, 80, 0.15) inset;
    -moz-box-shadow: -12px 0px 13px -9px rgba(34, 60, 80, 0.15) inset;
    box-shadow: -12px 0px 13px -9px rgba(34, 60, 80, 0.15) inset;
}

.scrolling:active {
    cursor: grabbing;
}
.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.prod_table tbody, .prod_table td, .prod_table tfoot, .prod_table th, .prod_table thead, .prod_table tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.prod_table thead
{
    position: relative;
}
.prod_table table.table {
    --bs-table-bg: transparent;
    -webkit-overflow-scrolling: touch;
}
.prod_table {
    --pt-first-col-width: 350px;
    --pt-acc-padding: 6px;
}
.prod_table table.table > :not(caption) > tr > * {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
    padding: 3px;
    position: relative;
    border-right: 1px solid var(--bs-border-color);
    border-color: var(--bs-border-color);
    color: var(--bs-body-color);
    background-color: var(--bs-table-bg);
}

.prod_table table.table > thead th {
    font-weight: 700;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    min-width: 50px;
}

.table-title
{
    text-align: center;
    margin: 15px 0;
    font-weight: 700;
    font-size: var(--pt-acc-font-size);
}

.prod_table table.table > thead tr + tr th {
    border-top: 1px solid var(--bs-border-color);
}

.prod_table table.table > thead > tr:first-child > th:first-child, .prod_table table.table > tbody > tr > th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    border-right: none;
    text-align: left;
    width: var(--pt-first-col-width);
    min-width: var(--pt-first-col-width);
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}



.prod_table table.table > thead > tr:first-child > th:first-child::after, .prod_table table.table > tbody > tr > th:first-child::after {
    --bs-table-accent-bg: #fff;
    z-index: -1;
}

.prod_table table.table > tbody > tr > *:first-child::before, .prod_table table.table > tbody > tr > *:first-child::after {
    border-left: 1px solid var(--bs-border-color);
}

.prod_table table.table > tbody > tr > th:first-child::before {
    z-index: 0;
}

.prod_table table.table.table-striped > tbody > tr:not(.checkrow):nth-of-type(2n+1) > th:first-child::before {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
}

.prod_table table.table > thead > tr:first-child > th:first-child::before, .prod_table table.table > tbody > tr > th:first-child::before, .prod_table table.table > thead > tr:first-child > th:first-child::after, .prod_table table.table > tbody > tr > th:first-child::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg), 1px 0 0 0 var(--bs-border-color);
    pointer-events: none;
}


.prod_table table.table > tbody > tr > th.spn-cell::before
{
    background: linear-gradient(180deg, #820e09 0%, #4e0b08 100%);
    box-shadow: none;
}

.prod_table table.table > tbody > tr > th.spn-cell::after
{
    box-shadow: none;
}

.prod_table table.table > thead > tr:first-child > th:first-child {
    padding-left: 0;
}

.prod_table table.table > tbody.pt_acc > tr {
    height: calc(var(--pt-acc-font-size) * 1.4 + var(--pt-acc-padding) * 2);
    position: relative;
}

.prod_table table.table > tbody.pt_acc > tr > th {
    /*padding: 0;
    position: absolute;
    width: 100%;*/
    border: none;
    background: linear-gradient(180deg, #820e09 0%, #4e0b08 100%);
}


.accordion-button {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.prod_table .accordion-button {
    padding: var(--pt-acc-padding) 15px;
    font-size: var(--pt-acc-font-size);
    font-weight: 700;
    line-height: 1.4em;
    color: #fff;
    /*background: linear-gradient(180deg, #820e09 0%, #4e0b08 100%);*/
    box-shadow: none;
    white-space: nowrap;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
}

.reset_cb {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 3px 40px;
    border: 1px solid #820e09;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4em;
    color: #820e09;
    background: #fff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.prod_table .param {
    white-space: normal;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.prod_table label:not(.error) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

label {
    font-weight: 400;
}
label {
    display: inline-block;
}

.prod_table .param > input {
    position: absolute;
    z-index: -10;
    opacity: 0;
}

.prod_table .param > span {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.prod_table .param > input:not(:disabled) + span {
    cursor: pointer;
}

.prod_table .param > span::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 3px 15px 0 0;
    border: 1px solid #888;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 85% 70%;
    background-color: #fff;
    z-index: 1;
}

.prod_table .param > input:checked + span::before {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 9'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.714.282c.381.377.381.988 0 1.364l-7.15 7.072a.983.983 0 0 1-1.378 0L.286 4.86a.957.957 0 0 1 0-1.363.983.983 0 0 1 1.378 0l3.211 3.175 6.46-6.39a.983.983 0 0 1 1.38 0Z' fill='%23888'/%3E%3C/svg%3E");
}

.prod_table table.table > :not(caption) > tr.checkrow > *, .prod_table table.table.table-striped > tbody > tr.checkrow:nth-of-type(2n+1) > *, .prod_table table.table > tbody > tr.checkrow > th:first-child::before {
    --bs-table-accent-bg: #d3e3ef;
    --bs-table-bg-state: var(--bs-table-accent-bg);
}

.prod_table table.table > tbody > tr > td {
    vertical-align: middle;
}

.prod_table table.table td.dot::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: #820e09;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.prod_table table.table .hidecol {
    display: none;
}

.prod_table .param > input:disabled + span {
    opacity: 0.6;
}

.prod_table .param > input:disabled + span::before {
    background-color: #e5e5e5;
}

.prod_table button:not(:disabled) {
    cursor: pointer;
}

.prod_table .accordion-button::before {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    content: '';
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -ms-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.prod_table .accordion-button:not(.collapsed)::before {
    transform: rotate(-180deg);
}

.prod_table .collapse:not(.show) {
    display: none;
}


@media (max-width: 1200px)
{
    .prod_table table.table > thead > tr:first-child > th:first-child, .prod_table table.table > tbody > tr > th:first-child
    {
        --pt-first-col-width: 300px;
    }
}


@media (max-width: 920px)
{
    .prod_table table.table > thead > tr:first-child > th:first-child, .prod_table table.table > tbody > tr > th:first-child
    {
        --pt-first-col-width: 250px;
    }
}


@media (max-width: 768px)
{
    .prod_table table.table > thead > tr:first-child > th:first-child, .prod_table table.table > tbody > tr > th:first-child
    {
        --pt-first-col-width: 150px;
    }

    .prod_table .accordion-button {
        padding-left: 7px;
        padding-right: 7px;
    }

    .prod_table .param > span
    {
        padding: 0 5px;
    }


}


@media (max-width: 590px)
{
    .prod_table label:not(.error)
    {
        white-space: normal;
    }
    .prod_table table.table > thead > tr:first-child > th:first-child, .prod_table table.table > tbody > tr > th:first-child
    {
        --pt-first-col-width: 100px;
    }

    .prod_table table.table > :not(caption) > tr > *
    {
        font-size: 12px;
    }

    .prod_table .accordion-button
    {
        --pt-acc-font-size: 12px;
    }


    .prod_table .accordion-button::before
    {
        width: 12px;
        height: 12px;
    }

    .prod_table table.table > thead th
    {
        min-width: 40px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .prod_table table.table td.dot::after
    {
        width: 12px;
        height: 12px;
    }

    .prod_table .accordion-button
    {

    }

    .prod_table table.table > tbody.pt_acc > tr
    {

    }

}


@media (max-width: 480px)
{

}

.selector__tab table
{
    width: 100%;
}

.selector__tab table td
{
    padding: 10px;
}

@media (max-width: 576px)
{
    .selector__tab table
    {
        font-size: 12px;
    }

    .selector__tab table td
    {
        padding: 5px;
    }
}