mark {
    padding: 0 !important;
    background-color: #f9f9f9 !important;
    color: #008f86 !important;
    font-weight: 600 !important;
}
.button {
    font-weight: 600;
    padding: 5px 25px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.button:hover {
    box-shadow: 0px 0px 3px 2px #e0e5e8;
}
.button.green {
    background-color: #008f86;
    color: #fff;
}
.button.gray {
    outline: 1px solid;
    background: inherit;
}



.search-section {
    margin: 0 0 30px 0;
}
.section-header {
    background: #f2f2f2;
    padding: 20px 15px;
    border-radius: 5px;
    margin: 0 0 30px 0;
}
.section-header p {
    font-weight: 600;
    gap: 10px;
}
.search-section__search-panel {
    display: flex;
    gap: 10px;
    padding: 0 0 10px 0;
}
.search-section__search-panel input {
    border: none;
    border-radius: 3px;
    padding: 0 10px;
    height: 32px;
    width: 300px;
}
.search-section__search-panel input:focus-visible {
    outline: 1px solid #949494;
}
.search-section__select-container {
    position: relative;
}
.search-section__option-list {
    position: absolute;
    top: 38px;
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px #cfcfcf;
    overflow: hidden;
    z-index: 9999;
}
.search-section__option-list._expanded {
    height: 450px;
    overflow-y: scroll;
}
.search-section__option-list p {
    padding: 2px 10px;
    cursor: pointer;
    margin: 0 !important;
}
.search-section__option-list span {
    background-color: #f9f9f9;
    color: #008f86;
}
.search-section__option-list p:hover {
    background-color: #ededed;
}
.search-section__get-more-btn {
    color: #008f86 !important;
    font-weight: 500 !important;
    position: relative;
}
.search-section__get-more-btn::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #008f86;
    border-right: 1px solid #008f86;
    top: 8px;
    left: 110px;
    transform: rotate(45deg);
}
.search-section__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.search-section__img-column {
    flex: 0 0 30%;
}
.search-section__img-column p {
    color: #008f86 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.search-section__text-column {
    flex: 0 0 50%;

    display: flex;
    flex-direction: column;
}
.search-section__btn-card {
    display: flex;
    gap: 10px;
    width: 200px;
    align-items: center;
}
.search-section__btn-card p {
    margin: 0 !important;
}
.search-section__price {
    color: #008f86 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

.text-column-header {
    font-weight: 600 !important;
    font-size: 16px !important;
}
.text-column-content {
    flex: 1;
}
.text-column-content ul {
    margin: 0 0 0 20px;
}
.text-column-content b {
    font-weight: 600;
}
.text-column-link {
    text-align: end;
}



@media (max-width: 1024px) {
    .search-section__search-panel input {
        width: 100%;
        margin: 0;
    }
    .search-section__search-panel {
        flex-wrap: wrap;
    }

    .search-section__select-container {
        flex: 1;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .btn {
        padding: 3px 15px;
    }

    .search-section__row {
        flex-wrap: wrap;
    }
    .search-section__img-column, .search-section__text-column {
        flex: 0 0 100%;
    }
}

@media (max-width: 640px) {
    .search-section__search-panel button {
        width: 100%;
    }
}

.modification-wizard {

}
.modification-wizard__selected-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 20px 0;
}
.modification-wizard__selected-tabs-row {
    flex:1;
    background: #e0e5e8;
    padding: 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.modification-wizard__selected-tabs button {
    background: #008f86;
    border: none;
    color: #fff;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin-left: auto;
    text-transform: inherit;
}
.selected-tab {
    padding: 0 10px 0 5px;
    height: 20px;
    border-radius: 4px;
    font-weight: 700;
    background: #fff;
    display: flex;
    align-items: center;
    margin: 0;
}
.selected-tab span {
    font-weight: 600;
    cursor: pointer;
    margin: 0 0 0 7px;
}
.modification-wizard__filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.modification-wizard__filters p {
    flex: 32%;
}
.modification-wizard__filters label {
    width: 100%;
}
.modification-wizard__filters span {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px 0;
    border-bottom: 1px solid;
}
.modification-wizard__filters select {
    width: 100%;
    height: 50px;
    padding: 5px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px;
    position: relative;
}
.modification-wizard__filters select::after {
    position: absolute;

}
.modification-wizard__table {
    margin: 10px 0 0 0;
}
.modification-wizard__table table {
    width: 100%;
}
.modification-wizard__table thead {
    background-color: #f0f0f0;
    border-bottom: 2px solid #cfcfcf;
}
.modification-wizard__table th {
    padding: 10px 5px;
    text-align: center;
}
.modification-wizard__table th:nth-child(1) {
    text-align: left;
}
.modification-wizard__table tr {
    border-bottom: 1px solid #cfcfcf;
}
.modification-wizard__table td {
    padding: 5px;
    text-align: center;
}
.modification-wizard__table td:nth-child(1) {
    font-weight: 600;
    text-align: left;
}
.modification-wizard__table td:nth-child(5) {
    font-weight: 600;
}
.modification-wizard__table button {
    background-color: #008f86;
    border: none;
    color: #fff;
    padding: 5px 15px;
}

.cart-button {
    background: url(sprite.css-fa95ae05.svg) no-repeat !important;
    background-position: 42.74193548387097% 78.75% !important;
    width: 25px !important;
    height: 25px !important;
    cursor: pointer !important;
}