.menu__item {
    margin: 0 32px;
}

.menu__item.menu__edit_profile {
    margin-left: 150px;
    margin-right: 18px;
}

.menu__item.menu__edit_profile a {
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 24px;
    padding: 10px 30px;
}

.menu__item.menu__logout {
    margin-left: 18px;
    margin-right: 5px;
}

.menu__item.menu__logout a {
    font-weight: 400;
    white-space: nowrap;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px;
}

.menu__item a {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 36px;
}

.simple-step-wrapper {
    color: #000;
    min-height: calc(100vh - 110px);
}

.simple-step-wrapper .configurator-banner {
    /*height: 150px;*/
    background-color: #000;
    background-image: url('/assets/images/png/configurator_v2_banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.configurator-banner-box {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px 30px 20px 50px;
    text-align: center;
}

.configurator-banner-box-title {
    font-size: 20px;
    line-height: 40px;
}

.configurator-banner-box-content {
    font-size: 14px;
    line-height: 28px;
}

.simple-step-wrapper .configurator-form {
    margin-bottom: 70px;
}

.simple-step-wrapper .configurator-form-loader,
.simple-step-wrapper .configurator-grid-form-loader {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff87;
    width: 100%;
    height: 100%;
    z-index: 38;
    border-radius: 12px;
}

.configurator-form-loader .wrapper,
.configurator-grid-form-loader .wrapper {
    left: calc(50% - 150px);
    bottom: 30%;
    position: fixed;
    font-size: 50px;
}

.simple-step-wrapper .section-title {
    font-size: 24px;
    border: 0;
    color: #000;
    font-weight: 500;
    margin-left: 6px;
    margin-bottom: 20px;
}

.simple-step-wrapper .section-subtitle {
    font-size: 16px;
    border: 0;
    color: #000;
    font-weight: 300;
    margin-left: 6px;
    margin-bottom: 20px;
}

.simple-step-wrapper .section-separator {
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}

.simple-step-wrapper .toggleable-table-wrapper p {
    background-color: transparent;
}

.simple-step-wrapper p.compatibility-label {
    background-color: #d22730;
    text-align: center;
    color: #fff;
    border-radius: 8px;
}

.simple-step-wrapper .first-section-separator {
    padding-top: 20px;
}

.simple-step-wrapper .choosen-comset {
    border: 1px solid #d22730;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.simple-step-wrapper .choosen-comset-not-compatible {
    font-weight: bold;
    color: #d22730;
}

.hidden-marker {
    border: 3px solid #d22730;
}

.simple-step-wrapper .form-check {
    display: flex;
    align-items: center;
    justify-content: left;
    /*max-width: max-content;*/
    border-radius: 8px;
    margin-bottom: 6px;
    position: relative;
}

.simple-step-wrapper #configurator-form .form-check {
    min-width: 240px;
}

.simple-step-wrapper .form-check input {
    margin: 0 0 0 18px;
    accent-color: #d22730;
    position: absolute;
}

.simple-step-wrapper .form-check label {
    width: 100%;
    padding: 16px 18px 14px 40px;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
}

.simple-step-wrapper .form-check input[type="radio"]:checked + label {
    border-color: #d22730;
}

/*.simple-step-wrapper .form-group legend {*/
/*    font-size: 24px;*/
/*    border: 0;*/
/*    color: #000;*/
/*    font-weight: 500;*/
/*    margin-left: 6px;*/
/*}*/

/*.simple-step-wrapper .form-group.main-section legend {*/
/*    border-top: 1px solid #e5e5e5;*/
/*    padding-top: 20px;*/
/*}*/

/*.simple-step-wrapper .form-group.sub-section legend {*/
/*    font-size: 16px;*/
/*}*/

.simple-step-wrapper .field-select.form-group {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    flex-direction: column;
}

.simple-step-wrapper .field-select.form-group label {
    order: 0;
    position: absolute;
    z-index: 2;
    top: -8px;
    left: 28px;
    padding: 0 12px;
    border-radius: 12px;
    background-color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    transition: color 0.3s ease-out;
}

.simple-step-wrapper .field-input.form-group {
    position: relative;
}

.simple-step-wrapper .field-input.form-group .form-group {
    position: relative;
}

.simple-step-wrapper .field-input.form-group label:not(.force-label-inline) {
    position: absolute;
    top: -6px;
    left: 26px;
    font-size: 10px;
    background-color: #fff;
    font-weight: 300;
    padding: 0 10px;
}

.simple-step-wrapper .field-input.form-group input,
.simple-step-wrapper .field-select.form-group select {
    appearance: none;
    height: auto;
    border-radius: 42px;
    width: 100%;
    padding: 12px 24px;
    border: 1px solid #d22730;
    color: #4D4D4D;
    font-weight: 500;
    line-height: 24px;
    transition: border-color 0.3s ease-out;
    background: transparent;
}

.simple-step-wrapper .field-select.form-group select {
    overflow: hidden !important;
}


.simple-step-wrapper .field-select .form-group select.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(210, 39, 48, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(210, 39, 48, 0.4);
}

.simple-step-wrapper .incompatible-message {
    text-align: center;
    font-weight: bold;
    color: #d22730;
}

.simple-step-wrapper .infobox {
    background-color: #e5e4e4;
    padding: 40px 60px;
    width: 260px;
    position: relative;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    border-radius: 16px;

    margin-top: 40px;
    margin-bottom: 40px;
}

.configurator-process {
    margin-top: 20px;
    margin-bottom: 20px;
}

.configurator-process-markers {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 6px;
    font-size: 10px;
}

.configurator-process-line {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d7424a;
    border-radius: 12px;
    background-color: #f9e3e4;
    height: 20px;
}

.configurator-process-line-inside {
    background-color: #d22730;
    width: 0;
    border-radius: 12px;
    margin: 3px;
}

.configurator-process.configurator-process--start .configurator-process-line-inside {
    width: 3%;
}

.configurator-process.configurator-process--config .configurator-process-line-inside {
    width: 70%;
}

.configurator-process.configurator-process--summary .configurator-process-line-inside {
    width: 100%;
}

.configurator-process.configurator-process--start .configurator-process-markers-start {
    color: #d22730;
}

.configurator-process.configurator-process--config .configurator-process-markers-start,
.configurator-process.configurator-process--config .configurator-process-markers-config {
    color: #d22730;
}

.configurator-process.configurator-process--summary .configurator-process-markers-start,
.configurator-process.configurator-process--summary .configurator-process-markers-config,
.configurator-process.configurator-process--summary .configurator-process-markers-summary {
    color: #d22730;
}

.simple-step-wrapper .button-save-dimentons {
    padding: 12px 24px;
    width: 100%;
}

.simple-step-wrapper .configurator-errors {
    margin: 20px 0;
}

.simple-step-wrapper .configurator-errors-title {
    font-size: 20px;
    margin-bottom: 6px;
    text-align: center;
    font-weight: bold;
}

.simple-step-wrapper .configurator-errors-content {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.simple-step-wrapper .configurator-errors-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-icon {
    position: relative;
    width: 16px;
    height: 16px;
}

.custom-icon:before {
    width: 16px;
    height: 16px;
}

.icon-arrow-left {
    width: 24px;
    height: 24px;
}

.icon-arrow-left:before {
    content: url("/assets/icons/svg/arrow-left.svg");
}

.icon-minus:before {
    content: url("/assets/icons/svg/minus.svg");
}

.icon-plus:before {
    content: url("/assets/icons/svg/plus.svg");
}

.icon-times:before {
    content: url("/assets/icons/svg/times.svg");
}

.info-cloud-icon {
    filter: invert(43%) sepia(7%) saturate(6%) hue-rotate(314deg) brightness(103%) contrast(89%);
}

/* GRID */
.standard-controls-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 720px;
}

#modules_number_type_grid_collection_form_gridCollection > .form-group {
    position: relative;
}

#modules_number_type_grid_collection_form_gridCollection > .form-group legend {
    border: none;
}

#modules_number_type_grid_collection_form_gridCollection > .form-group .field-collection-item-action--flex-close-collection {
    position: absolute;
    top: -51px;
    right: 0;
    background-color: transparent;
    border: none;
    color: black;
    font-size: 12px;
}

#modules_number_type_grid_collection_form_gridCollection > .form-group .field-collection-item-action--flex-close-collection span {
    display: none;
}

#modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div {
    display: flex;
    flex-direction: column;
    overflow: scroll;
}

#modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div .form-group {
    grid-column-start: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px 20px 15px 0;
    width: 100%;
    max-width: 250px;
    min-width: 220px;
    flex-wrap: wrap;
}

#modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div .form-group:first-child {
    align-items: flex-end;
}

#modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div .form-group small {
    flex-basis: 100%;
    text-align: right;
    padding-right: 12px;
}

#modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div .form-group input {
    width: 52px;
    height: 38px;
    border-radius: 9px;
    text-align: center;
}

#modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div .grid__block {
    grid-row-start: 1;
    grid-row-end: span 2;
    grid-column-start: 2;
    padding-right: 0;
    padding-left: 50px;
    width: 560px;
}

#easyadmin-add-collection-item-modules_number_type_grid_collection_form_gridCollection,
#easyadmin-add-collection-item-modules_number_type_collection_form_rowCollectionVertical,
#easyadmin-add-collection-item-modules_number_type_collection_form_rowCollectionHorizontal,
#easyadmin-add-collection-item-modules_number_type_freestanding_collection_form_rowCollectionFreestanding {
    display: none;
}

[id^="easyadmin-remove-collection-item-modules_number_type_collection_form_rowCollectionVertical_"],
[id^="easyadmin-remove-collection-item-modules_number_type_collection_form_rowCollectionHorizontal_"],
[id^="easyadmin-remove-collection-item-modules_number_type_freestanding_collection_form_rowCollectionFreestanding_"] {
    display: none;
}

#modules_number_type_collection_form_rowCollectionVerticalCountPerRow,
#modules_number_type_collection_form_rowCollectionHorizontalCountPerRow,
#modules_number_type_freestanding_collection_form_rowCollectionFreestandingPerRow {
    width: 100%;
    max-width: 100%;
}

[id$="_moduleCount"] {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
    margin: 14px 0 0 0;
}

[id$="_moduleCount"] .form-check {
    align-items: center;
    border-radius: 12px;
    border: none;
    color: #7f7f7f;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 300;
    justify-content: center;
    width: 60px;
    height: 50px;
}

[id$="_moduleCount"] .form-check input {
    display: none;
}

[id$="_moduleCount"] .form-check input + label {
    width: 60px;
    height: 50px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    padding: 0;
    border: 1px solid #7f7f7f;
}

[id$="_moduleCount"] .form-check input:checked + label {
    background-color: #d22730;
    border: 1px solid #d22730;
    color: #fff;
}

.grid_summary {
    border: 2px solid #d22730;
    padding: 20px;
    display: flex;
    column-gap: 5px;
    flex-direction: column;
    grid-row-gap: 10px;
}

.grid_summary > div {
    display: flex;
    column-gap: 5px;
}

.grid_summary p {
    color: #d22730;
    margin: 0;
}

/* End GRID */

.label-medium {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
}

.label-small {
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    border: none !important;
}

.label-collection-row-small {
    font-weight: 500;
    font-size: 16px;
    border: none;
    margin-bottom: 0;
}

.iterable-number-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    column-gap: 5px;
}

.iterable-number-wrapper button {
    width: 32px !important;
    height: 38px !important;
    border-radius: 9px !important;
}

.iterable-number-wrapper input.iterable-number {
    width: 52px !important;
    height: 38px !important;
    border-radius: 9px !important;
    text-align: center !important;
    padding: 0 !important;
    border: 1px solid #cccccc !important;
}

.main {
    padding-bottom: 150px;
}

.button--1.filled {
    background-color: #d22730;
    color: white;
}

.button--1.filled:hover {
    background-color: white;
    color: #d22730;
}

/* tabela z produktami*/

.products-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.products-table thead {
    height: auto;
    vertical-align: top;
}

.products-table tbody tr td {
    border: 1px solid #e7e7e7;
    border-right: 0;
    border-left: 0;
}

.products-table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
    border: 1px solid #e7e7e7;
    border-right: 0;
    width: 20px;
}

.products-table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
    border: 1px solid #e7e7e7;
    border-left: 0;
    width: 20px;
}

.product-table-title {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
}

.products-table .product-single {
    height: auto;
}

.summary-controls .error-wrapper {
    margin-bottom: 10px;
}

.summary-controls .error-wrapper span {
    text-align: right;
}

.summary-controls .submit-to-summary-wrapper button {
    padding: 10px 30px;
    float: right;
}

.error-wrapper {
    display: flex;
    flex-direction: column;
    color: #d22730;
}

.grid-error legend,
.grid-error label {
    color: #d22730;
}

.products-summary-wrapper {
    margin-top: 20px;
}

.products-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*text-align: right;*/
}

.products-summary .products-summary-checkboxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
    column-gap: 10px;
}

.products-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products-cta-buttons {
    row-gap: 10px;
    column-gap: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}

.product-quantity-reset {
    background-color: transparent;
    height: 16px;
    width: 16px;
    padding: 0;
}

#forClientCollapsible {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-bottom: 20px;
}

#forClientCollapsible .offer_for_client__row {
    flex-direction: column;
}

#forClientCollapsible > div {
    margin-top: 20px;
}

#forClientCollapsible > div [class$="__text"] {
    margin-right: 10px;
    min-width: 110px;
    width: 100%;
    margin-bottom: 1rem;
}

#forClientCollapsible > div [class$="__text"] span {
    font-size: 12px;
    font-weight: 300;
}

#forClientCollapsible .offer_for_client__vat label {
    font-size: 12px;
    font-weight: 500;
}

/* Accessories */
#simple_step__comset_accessories-wrapper table thead {
    display: none;
    width: 100%;
}

#simple_step__comset_accessories-wrapper table tbody .item-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    column-gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

#simple_step__comset_accessories-wrapper table tbody .item-row:not(.selected-row) {
    border: 1px solid #CFCFCF;
    border-radius: 13px;
}

#simple_step__comset_accessories-wrapper table tbody .item-row.selected-row {
    border: 1px solid #d22730;
    border-radius: 13px;
}

#simple_step__comset_accessories-wrapper table tbody .item-row.open {
    padding-bottom: 15px;
}

#simple_step__comset_accessories-wrapper table tbody .item-row.open td.td-details {
    height: 0;
}

#simple_step__comset_accessories-wrapper table tbody .item-row.open td.td-details .details_button {
    margin-top: 30px;
}

#simple_step__comset_accessories-wrapper table tbody .item-row.open td.details-additional {
    padding-left: 0.6em;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    column-gap: 50px;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td {
    width: 100%;
    border: none !important;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 30px;
    padding: 10px 0;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-details {
    justify-content: flex-end;
    z-index: 1;
    padding: 0;
    height: 0;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-details .details_button {
    margin-bottom: 30px;
    margin-top: -30px;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-link {
    padding-left: 0.6em !important;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-name > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-right: 30px;
    flex-direction: column;
    align-items: flex-start;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td span.label {
    color: black;
    font-size: 14px;
    flex-basis: 100px;
    flex-shrink: 0;
    text-align: left;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td span.label:after {
    content: ":";
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-details {
    border-right-style: none !important;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-check label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#simple_step__comset_accessories-wrapper .custom-checkbox {
    display: none;
}

#simple_step__comset_accessories-wrapper .custom-checkbox:checked + .custom-checkbox-label:before {
    border: 1px solid #d22730;
    color: #d22730;
}

#simple_step__comset_accessories-wrapper .custom-checkbox:checked + .custom-checkbox-label:after {
    align-items: center;
    border-radius: 50%;
    content: "";
    display: flex;
    justify-content: center;
    position: absolute;
    background-color: #d22730;
    border: 1px solid #d22730;
    color: #d22730;
    height: 12px;
    width: 12px;
}

#simple_step__comset_accessories-wrapper .custom-checkbox-label {
    position: relative;
    padding: 30px;
    margin: 0;
    cursor: pointer;
}

#simple_step__comset_accessories-wrapper .custom-checkbox-label:before {
    margin-right: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    border: 1px solid #d22730;
    border-radius: 50%;
    color: transparent;
    content: "";
    display: flex;
    height: 18px;
    justify-content: center;
    position: absolute;
    width: 18px;
    left: 50%;
}

#simple_step__comset_accessories-wrapper .custom-checkbox-label:after {
    left: 50%;
    margin-right: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    border: 1px solid #d22730;
    border-radius: 50%;
    color: transparent;
    content: "";
    display: flex;
    height: 18px;
    justify-content: center;
    position: absolute;
    width: 18px;
}

#simple_step__comset_accessories-wrapper table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
}

#simple_step__comset_accessories-wrapper table thead th.th-qty {
    text-align: center;
    display: flex;
    justify-content: center;
}

#simple_step__comset_accessories-wrapper table thead th.th-qty button {
    opacity: 0;
    margin-left: 15px;
    height: 0;
}

#simple_step__comset_accessories-wrapper table thead th.th-link {
    text-align: right;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td:first-child {
    border-left-style: solid;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td:last-child {
    border-right-style: solid;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-name > div .promotion {
    background-color: #d22730;
    color: white;
    border-radius: 9px;
    padding: 8px;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-price,
#simple_step__comset_accessories-wrapper table thead tr th.th-price {
    padding-right: 20px;
    text-align: right;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-price > div {
    white-space: nowrap;
}

.products-wrapper .wrapper,
#simple_step__comset_accessories-wrapper .td-qty .wrapper {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

.products-wrapper .wrapper button,
#simple_step__comset_accessories-wrapper .td-qty .wrapper button {
    background: transparent;
}

.products-wrapper .wrapper input,
#simple_step__comset_accessories-wrapper .td-qty .wrapper input {
    border: 1px solid #999999;
    width: 52px;
    height: 32px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 9px;
    text-align: center;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-link div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-details .details_button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 30px;
    background-color: transparent;
    color: #d22730;
    cursor: pointer;
    margin-top: -30px;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-details .details_button.open .to-close {
    display: block;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-details .details_button.open .to-open {
    display: none;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-details .details_button .to-close {
    display: none;
}

#simple_step__comset_accessories-wrapper .collapsible-section {
    position: relative;
    border-top: 1px solid #e5e5e5;
}

#simple_step__comset_accessories-wrapper .collapsible-section:last-child {
    border-bottom: 1px solid #e5e5e5;
}

#simple_step__comset_accessories-wrapper .collapsible-section legend {
    border-bottom: none;
    margin-bottom: 0;
    padding: 25px 0 25px 30px;
}

#simple_step__comset_accessories-wrapper .collapsible-section .collapsible:not(.collapsed) {
    margin-bottom: 30px;
}

#simple_step__comset_accessories-wrapper .collapsible-section .collapsible-control {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

#simple_step__comset_accessories-wrapper .collapsible-section .collapsible-control .open {
    font-weight: 900;
    font-size: 21px;
    margin-top: -5px;
}

#simple_step__comset_accessories-wrapper .collapsible-section .collapsible-control .close {
    float: none;
    text-shadow: none;
    opacity: 1;
}

#simple_step__comset_accessories-wrapper .action-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#simple_step__comset_accessories-wrapper .action-wrapper a {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

#simple_step__comset_accessories-wrapper .action-wrapper a div {
    margin-right: 10px;
}

#simple_step__comset_accessories-wrapper .action-wrapper button {
    padding: 18px 34px;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

#simple_step__comset_accessories-wrapper .collapsible {
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    max-height: 0;
}

#simple_step__comset_accessories-wrapper .collapsible + .collapsible-control .open {
    display: none;
}

#simple_step__comset_accessories-wrapper .collapsible + .collapsible-control .close {
    display: block;
}

#simple_step__comset_accessories-wrapper .collapsible.collapsed + .collapsible-control .open {
    display: block;
}

#simple_step__comset_accessories-wrapper .collapsible.collapsed + .collapsible-control .close {
    display: none;
}

#simple_step__comset_accessories-wrapper .collapsible + .collapsible-control {
    cursor: pointer;
}

#simple_step__comset_accessories-wrapper .collapsible + .collapsible-control:hover {
    text-decoration: underline;
}

#simple_step__comset_accessories-wrapper .parent-collapsible {
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

#simple_step__comset_accessories-wrapper .parent-collapsible.collapsed {
    max-height: 480px;
}

#simple_step__comset_accessories-wrapper .parent-collapsible.collapsed .collapsible-section:nth-child(6) {
    border-bottom: 1px solid #e5e5e5;
}

#simple_step__comset_accessories-wrapper .parent-collapsible.collapsed .collapsible-section:nth-child(n+7) {
    border: 1px solid red;
    background-color: red;
    display: none;
}

#simple_step__comset_accessories-wrapper #open-all {
    cursor: pointer;
    color: #d22730;
    font-size: 18px;
    line-height: 36px;
}

#simple_step__comset_accessories-wrapper #open-all i {
    margin-left: 10px;
}

#parent-collapsible.collapsed + .padded-accessories-div {
    margin-top: 25px;
}

#simple_step__comset_accessories-wrapper table {
    display: grid;
}

#simple_step__comset_accessories-wrapper table thead tr {
    display: grid;
    width: 100%;
    grid-template-columns: 8% 40% 10% 10% 20% 5% 7%;
    margin-bottom: 15px;
}

#simple_step__comset_accessories-wrapper table tbody {
    display: grid;
    width: 100%;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.details-additional {
    grid-column-start: 1;
    grid-column-end: 8;
    border: 1px solid #d22730;
    border-radius: 13px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    padding: 10px;
    display: none;
}

#simple_step__comset_accessories-wrapper table tbody .item-row.open td:not(.details-additional) {
    border-bottom: none;
}

#simple_step__comset_accessories-wrapper table tbody .item-row.open td:not(.details-additional).td-check {
    border-bottom-left-radius: 0;
}

#simple_step__comset_accessories-wrapper table tbody .item-row.open td:not(.details-additional).td-details {
    border-bottom-right-radius: 0;
}

#simple_step__comset_accessories-wrapper table tbody .item-row.open td:not(.details-additional).td-details .details_button .to-close {
    display: block;
}

#simple_step__comset_accessories-wrapper table tbody .item-row.open td:not(.details-additional).td-details .details_button .to-open {
    display: none;
}

#simple_step__comset_accessories-wrapper table tbody .item-row.open td.details-additional > div {
    display: flex;
    flex-direction: column;
}

#simple_step__comset_accessories-wrapper table tbody .item-row.open td.details-additional > div.details-availability div {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

#simple_step__comset_accessories-wrapper .glide__arrow {
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
}

#simple_step__comset_accessories-wrapper .glide__arrow {
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    transition: all 0.2s ease-in-out;
    bottom: -5px;
    border-radius: 0;
    border: none;
    margin-top: 0;
    color: #d22730;
    font-size: 28px;
    line-height: 28px;
}

#simple_step__comset_accessories-wrapper .glide__arrow--left {
    left: 0;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

#simple_step__comset_accessories-wrapper .glide__arrow--right {
    right: 0;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

#simple_step__comset_accessories-wrapper .glide {
    margin-bottom: 30px;
}

#simple_step__comset_accessories-wrapper .glide__track .glide__slides .glide__slide {
    background-color: white;
    border: 1px solid #d22730;
    border-radius: 13px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 0;
    min-height: 235px;
    justify-content: space-between;
}

#simple_step__comset_accessories-wrapper .glide__track .glide__slides .glide__slide .slide-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

#simple_step__comset_accessories-wrapper .glide__track .glide__slides .glide__slide .slide-row .label {
    display: none;
}

#simple_step__comset_accessories-wrapper .glide__track .glide__slides .glide__slide .slide-row .td-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    span.value {
        min-height: 65px;
    }
}

#simple_step__comset_accessories-wrapper .glide__track .glide__slides .glide__slide .slide-row .td-name .promotion {
    background-color: #d22730;
    color: white;
    border-radius: 9px;
    padding: 8px;
    margin-bottom: 8px;
}

#simple_step__comset_accessories-wrapper .glide__track .glide__slides .glide__slide .slide-row .td-link {
    flex-basis: 24px;
    flex-shrink: 0;
    align-self: flex-start;
}

#simple_step__comset_accessories-wrapper .glide__track .glide__slides .glide__slide .slide-row .td-price {
    font-weight: bold;
}

#simple_step__comset_accessories-wrapper .glide__track .glide__bullets {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
}

#simple_step__comset_accessories-wrapper .glide__track .glide__bullets .glide__bullet {
    border: 1px solid #d22730;
    background-color: transparent;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin-top: 10px;
}

#simple_step__comset_accessories-wrapper .glide__track .glide__bullets .glide__bullet.glide__bullet--active {
    position: relative;
}

#simple_step__comset_accessories-wrapper .glide__track .glide__bullets .glide__bullet.glide__bullet--active:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #d22730;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

.in-statement-tag {
    position: static;
    color: #d22730;
    background-color: transparent;
    border: none;
    font-weight: 500;
    padding: 0 0 0 0.6em;
    font-size: 14px;
}

/* End Accessories */

.transport-info p {
    font-weight: bold;
    color: #d22730;
    text-align: center;
}

.product-single .inner-label {
    display: none;
}

.configurator-summary {
    margin-bottom: 20px;
}

.configurator-summary-form-title {
    font-size: 24px;
    margin-bottom: 20px;
}

#simple_step__comset_summary .products-cta #summary_form_button_save_and_confirm,
#simple_step__comset_summary .products-cta #summary_confirm_form_confirm {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: white;
    background-color: #d22730;
    border: 1px solid #d22730;
    padding: 12px 24px;
    border-radius: 42px;
    white-space: nowrap;
    transition: all 0.3s;
}

#simple_step__comset_summary .products-cta #summary_form_button_save_and_confirm:hover,
#simple_step__comset_summary .products-cta #summary_confirm_form_confirm:hover {
    color: #d22730;
    background-color: white;
}

#simple_step__comset_summary .products-summary {
    display: flex;
    row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
}

#simple_step__comset_summary .products-summary .total-price-wrapper {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

#simple_step__comset_summary .products-summary .total-price-wrapper #TotalForDisplay {
    font-weight: 600;
}

#simple_step__comset_summary #summary_form_button_save_and_stay,
#simple_step__comset_summary .configurator-summary-form-save-button {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #d22730;
    border: 1px solid #d22730;
    padding: 12px 24px;
    border-radius: 42px;
    background: white none;
    transition: all 0.3s;
}

#simple_step__comset_summary #summary_form_button_save_and_stay:hover,
#simple_step__comset_summary .configurator-summary-form-save-button:hover {
    background-color: #d22730;
    color: white;
}

#simple_step__comset_summary .products-cta {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

#simple_step__comset_summary .products-cta #return_to_comset_form_returnToComset {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    background: none;
    padding: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

#simple_step__comset_summary .products-cta #return_to_comset_form_returnToComset:hover {
    text-decoration: underline;
}

#simple_step__comset_summary .products-cta #return_to_comset_form_returnToComset:before {
    content: url("/assets/icons/svg/arrow-left.svg");
    line-height: 36px;
    margin-right: 10px;
    height: 24px;
}

.NewMultipleAmount.new_multiple_amount.show {
    flex-basis: 100%;
    display: flex !important;
    justify-content: flex-end;
}

.NewMultipleAmount.new_multiple_amount.show button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.NewMultipleAmount.new_multiple_amount.show button .NewMultipleAmountToUpdate {
    margin-right: 5px;
}

/* ajax info */
.simple-step-wrapper .section-title {
    margin-left: 0;
}

/*#inverterMountingTypeChoice.has-info {*/
/*    margin-bottom: -60px;*/
/*}*/

/*#inverterMountingTypeChoice .form-group {*/
/*min-height: 165px;*/
/*margin-bottom: 0;*/
/*width: 100%;*/
/*justify-content: space-between;*/
/*align-items: flex-start;*/
/*}*/

#inverterMountingTypeChoice .form-group button.button-save-dimentons {
    width: auto;
    margin-top: 10px;
}

#inverterMountingTypeChoice .field-input.form-group {
    width: auto;
    min-height: 180px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

#inverterMountingTypeChoice .info-wrapper .info-image {
    margin-top: 20px;
}

.simple-step-wrapper .has-info .field-select.form-group {
    min-height: 285px;
}

.simple-step-wrapper .has-info .field-select.form-group .info-wrapper {
    /*margin-top: 10px;*/
}

.info-wrapper {
    position: relative;
    flex-basis: 100%;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.info-wrapper .info-image {
    overflow: hidden;
    margin: auto;
}

.info-wrapper .info-image img {
    border: 1px solid #d9d9d9;
    border-radius: 13px;
    max-width: 285px;
    max-height: 300px;
    padding: 10px;
    /* background is set because images can be transparent */
    background-color: #fff;
    object-fit: cover;
}

.info-wrapper .info-cloud {
    z-index: 10;
    background-color: #F0F0F0;
    border: 1px solid rgba(212, 212, 212, 0.5);
    border-radius: 13px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    row-gap: 20px;
    text-align: center;
    font-size: 16px;
    width: 284px;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 25px;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.info-wrapper .info-cloud.double-width {
    max-width: 524px;
    width: 100%;
}

.info-wrapper .info-cloud img {
    max-width: 45%;
}

legend.has-info {
    display: flex;
    column-gap: 20px;
    position: relative;
}

legend.has-info .info-wrapper {
    position: static;
}

legend.has-info .info-wrapper .info-cloud {
    top: 50px;
}

/* end ajax info */

.comset-choice.form-group {
    margin-bottom: 0;
}

.comset-choice.form-group > legend,
.comset-choice.form-group > fieldset {
    margin-bottom: 15px;
}

.input-group-as-alert.form-group {
    margin-bottom: 0;
}

.input-group-as-alert label {
    color: #d22730;
    font-weight: bold;
}

.input-group-as-alert input {
    border: 0 !important;
    background-color: transparent !important;
    cursor: auto !important;
    box-shadow: none !important;
    height: 0 !important;
}

.collapsible-section-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff87;
    width: 100%;
    height: 100%;
    z-index: 38;
    border-radius: 12px;
    display: none;
    justify-content: center;
    align-items: center;
}

.collapsible-section-loader.show {
    display: flex !important;
}

.search-bar {
    margin-bottom: 10px;
}

.search-bar input {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 10px 20px;
    margin-right: 10px;
}

.search-bar button {
    background-color: #d22730;
    color: white;
    border: 2px solid #d22730;
    border-radius: 40px;
    padding: 10px 20px;
}

tr.item-row.no-results td {
    justify-content: center !important;
}

.simple-step-wrapper .configurator-banner {
    background: none;
    position: relative;
}

.simple-step-wrapper .configurator-banner .login__video {
    display: none;
    width: 100%;
    height: auto;
    max-width: 100vw;
    margin: auto;
    padding: 0 15px;
}

#simple_step__comset_accessories-wrapper button.trigger-move-to-buy {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: white;
    background-color: #d22730;
    border: 1px solid #d22730;
    padding: 12px 24px;
    border-radius: 42px;
    white-space: nowrap;
    transition: all 0.3s;
    margin-right: 15px;
}

#simple_step__comset_accessories-wrapper button.trigger-move-to-buy:hover {
    color: #d22730;
    background-color: white;
}

.slide-row .td-qty {
    display: flex;
    flex-direction: column;
}

.trigger-submit-ajax {
    padding: 6px 12px;
    opacity: 0;
    transform: translate(-5px);
}

.trigger-submit-ajax.visible {
    opacity: 1;
    transform: none;
}

#configurator-form .offer__b2b_link {
    position: static;
}

legend .row-count {
    margin-left: 8px;
}

.chosen-comset-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.chosen-comset-wrapper .choosen-comset {
    margin-bottom: 0;
}

#simple_step__comset_accessories-wrapper table tbody .item-row td.td-qty {
    column-gap: 0;
}

.form-check:hover * {
    cursor: pointer;
}

select.form-control {
    z-index: 1;
    background-color: white !important;
}

select.form-control option:hover {
    cursor: pointer;
}

.info-image {
    position: relative;
}

.info-image .not-selected {
    display: none;
    position: relative;
    z-index: 1;
    top: 0;
}

#offer_list_edit_name_popup_overlay,
#summary_form_save_popup_overlay,
.custom_popup_overlay {
    position: fixed;
    background-color: black;
    opacity: 0.2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

#offer_list_edit_name_popup,
#summary_form_save_popup,
.simple-step-custom-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    margin: auto;
    background-color: white;
    padding: 50px;
    border: 1px solid #d22730;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

#offer_list_edit_name_popup .info,
#summary_form_save_popup .info,
.simple-step-custom-popup .info {
    font-size: 16px;
    font-weight: 500;
}

#offer_list_edit_name_popup .form,
#summary_form_save_popup .form,
.simple-step-custom-popup .form {
    position: relative;
}

#offer_list_edit_name_popup .form label,
#summary_form_save_popup .form label,
.simple-step-custom-popup .form label {
    background-color: #fff;
    border-radius: 10px;
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 300;
    left: 16px;
    padding: 0 12px 0 6px;
    position: absolute;
    top: -8px;
    z-index: 10;
}

#offer_list_edit_name_popup .form input,
#summary_form_save_popup .form input,
.simple-step-custom-popup .form input {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px;
    width: 100%;
}

#offer_list_edit_name_popup .actions,
#summary_form_save_popup .actions,
.simple-step-custom-popup .actions {
    display: flex;
    justify-content: flex-end;
    column-gap: 5px;
}

#offer_list_edit_name_popup .actions button,
#summary_form_save_popup .actions button,
.simple-step-custom-popup .actions button {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: white;
    background-color: #d22730;
    border: 1px solid #d22730;
    padding: 5px 15px;
    border-radius: 42px;
    white-space: nowrap;
    transition: all 0.3s;
}

#offer_list_edit_name_popup .actions button.cancel,
#summary_form_save_popup .actions button.cancel,
.simple-step-custom-popup .actions button.cancel {
    color: #d22730;
    background-color: white;
}

#offer_list_edit_name_popup .actions button:hover,
#summary_form_save_popup .actions button:hover,
.simple-step-custom-popup .actions button:hover {
    color: #d22730;
    background-color: white;
}

#offer_list_edit_name_popup .errors p {
    color: #d22730;
}

.result_list__custom_name {
    grid-area: RESULT_LIST_CUSTOM_NAME;
    display: flex;
    flex-direction: column;
}

.result_list__custom_name .info {
    color: #3c763d;
}

.details-availability .stock_amount__name,
.details-availability .stock_amount__value {
    font-size: 14px;
}

.simple_step__comset small {
    padding-left: 12px;
}

.module-dimension-wrapper {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 10px;
}

select option:hover {
    color: #d22730;
}

.select-wrapper {
    position: relative;
    align-self: flex-start;
    z-index: 1;
    max-width: 90%;
}

#configurator-grid-form .select-wrapper {
    width: 90%;
}

.select-wrapper select {
    padding-right: 48px !important;
}

.select-wrapper .to-open,
.select-wrapper .to-close {
    position: absolute;
    right: 24px;
    top: 18px;
    color: #d22730;
    pointer-events: none;
}

.select-wrapper .to-open {
    display: block;
}

.select-wrapper .to-close {
    display: none;
}

.select-wrapper.open .to-open {
    display: none;
}

.select-wrapper.open .to-close {
    display: block;
}

.select-wrapper.open ~ .toggleable-table-wrapper {
    padding: 12px 24px;
    border-width: 1px;
    overflow-x: auto;
}

.select-extended:hover {
    cursor: pointer;
}

.float-right {
    float: right;
}

.extended-choices {
    flex-wrap: wrap;
}

.toggleable-table-wrapper {
    border: 1px solid #d22730;
    border-radius: 32px;
    overflow: hidden;
    padding: 12px 24px;
    margin-top: 5px;
    transition: all 0.3s;
    padding: 0 24px;
    border-width: 0;
}

.toggleable-table {
    background-color: white;
    z-index: 10;
    max-width: max-content;
    width: 100%;
    border-collapse: collapese;
    border-style: hidden;
}

.toggleable-table th,
.toggleable-table td {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px;
}

.toggleable-table tr {
    cursor: pointer;
}

.toggleable-table tr:not(.header) td:first-child {
    padding-left: 12px;
}

.toggleable-table tr:not(.header):hover {
    color: #d22730;
}

.toggleable-table tr.header {
    pointer-events: none;
}

.toggleable-table tr.header td {
    font-weight: 600;
}

.module-type-choice-table td:nth-child(2) {
    white-space: nowrap;
}

.toggleable-table th,
.toggleable-table td {
    font-size: 16px;
}

select.form-control,
select option {
    font-size: 16px;
}

.module-type-choice-header-controls {
    cursor: pointer;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.toggleable-table-wrapper {
    width: 100%;
    max-width: 1064px;
}

.toggleable-table-wrapper p {
    background-color: #e7e7e7;
    margin-bottom: 0;
    font-weight: 600;
    padding: 5px;
}

.sortable-table.dataTable {
    border-collapse: collapse;
    border-bottom: none !important;
    width: 100% !important;
}

.sortable-table.dataTable th,
.sortable-table.dataTable td {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px;
}

.sortable-table.dataTable thead tr th {
    border-bottom: none;
}

.sortable-table.dataTable thead:not(.visible) tr th {
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    padding: 0;
    line-height: 0;
}

.sortable-table.dataTable tbody tr:hover {
    color: #d22730;
    cursor: pointer;
}

.sortable-table.dataTable tbody tr td:first-child {
    padding-left: 12px;
}

.module-type-choice-header-controls {
    cursor: pointer;
}

.module-type-choice-header-controls th span {
    position: relative;
}

.module-type-choice-header-controls th span:before,
.module-type-choice-header-controls th span:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 10px;
}

.module-type-choice-header-controls th[data-sort="asc"] span {
    padding-right: 15px;
}

.module-type-choice-header-controls th[data-sort="asc"] span:after {
    content: "\25b2";
}

.module-type-choice-header-controls th[data-sort="desc"] span {
    padding-right: 15px;
}

.module-type-choice-header-controls th[data-sort="desc"] span:after {
    content: "\25bc";
}

.module-type-choice-header-controls th[data-sort="sorting"] span {
    padding-right: 15px;
}

.module-type-choice-header-controls th[data-sort="sorting"] span:before {
    content: "\25b2";
    top: 30%;
}

.module-type-choice-header-controls th[data-sort="sorting"] span:after {
    content: "\25bc";
    top: 70%;
}

.product-single td > a:hover {
    color: #d22730;
}

.forTransport-help-wrapper p {
    color: #d22730;
    font-weight: bold;
}

.frontend_module_price .menu__new_offer,
[class^='service_form_'] .menu__new_offer,
.frontend_module_price .menu__list_offer,
[class^='service_form_'] .menu__list_offer {
    display: none !important;
}

.result_list .table__label,
.result_list .table__label p,
.result_list .table__label .offer__b2b_link--small,
.result_list .table__label .download_links,
.result_list .grid_summary p {
    font-size: 13px;
}

.result_list__table {
    grid-area: RESULT_LIST_TABLE;
}

.result_list .grid_summary {
    padding: 10px;
    max-width: unset;
}

.module-overlay-enabled {
    display: flex;
    align-items: center;
    column-gap: 100px;
    flex-wrap: wrap;
}

.module-overlay-enabled fieldset.form-group {
    display: none;
}

.module-overlay {
    flex-basis: 100%;
}

.module-overlay .leftmost {
    width: 60px;
}

.module-overlay .rL:hover,
.module-overlay .cL:hover {
    color: inherit;
    cursor: auto;
}

.module-overlay .east-west .k {
    opacity: 0;
}

.matched-construction-title {
    display: flex;
    justify-content: space-between;
}

.matched-construction-title .info-wrapper {
    position: static;
}

#matched_construction .info-wrapper .info-cloud {
    min-width: 284px;
    width: auto;
    max-width: 524px;
    word-break: break-word;
    z-index: 0;
}

.search-bar legend {
    display: none;
    padding-left: 0 !important;
    cursor: pointer;
}

.search-bar legend i {
    margin-right: 12px;
}

.search-bar.sticky {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

.search-bar.sticky legend {
    display: block;
}

#matched_construction .info-cloud-icon {
    position: absolute;
    top: -43px;
    right: 0;
}

.info-cloud.for-matched-construction {
    opacity: 1;
    right: 0;
    pointer-events: all;
    cursor: help;
    position: relative;
}

.info-cloud.for-matched-construction .info-cloud-icon {
    display: none;
}

.chosen-comset-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* start mobile table */
@media screen and (max-width: 400px) {
    #simple_step__comset_accessories-wrapper table tbody .item-row td {
        flex-wrap: wrap;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td .iterable-number-controls {
        margin-left: auto;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td > button {
        flex-basis: 100%;
        max-width: 100px;
        margin-left: auto;
    }
}

@media screen and (max-width: 991px) {

    #simple_step__comset_summary .products-summary {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    #simple_step__comset_summary .products-cta {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    #simple_step__comset_summary .products-cta-buttons {
        justify-content: flex-end;
    }

    #simple_step__comset_summary .products-wrapper .products-table {
        display: flex;
        flex-direction: column;
    }

    #simple_step__comset_summary .products-wrapper .products-table thead {
        display: none;
    }

    #simple_step__comset_summary .products-wrapper .products-table tbody {
        display: flex;
        flex-direction: column;
    }

    #simple_step__comset_summary .products-wrapper .products-table tbody tr.product-single {
        display: flex;
        flex-direction: column;
        height: auto;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #simple_step__comset_summary .products-wrapper .products-table tbody tr.product-single td {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        border: none;
        position: relative;
        margin-bottom: 6px;
    }

    #simple_step__comset_summary .products-wrapper .products-table tbody tr.product-single td .inner-label {
        display: block;
        font-weight: bold;
    }

    /* end mobile table */
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    #simple_step__comset_accessories-wrapper table tbody .item-row td.td-qty {
        flex-direction: column;
    }

    .trigger-submit-ajax {
        height: 0;
        padding: 0;
        margin: 0;
        border-width: 0;
        pointer-events: none;
    }

    .trigger-submit-ajax.visible {
        height: auto;
        padding: 6px 12px;
        margin: 2px;
        border-width: 2px;
        pointer-events: all;
    }
}

@media screen and (max-width: 767px) {
    .info-wrapper .info-cloud-hover.hovered + .info-cloud {
        opacity: 1;
        top: 45px;
        pointer-events: all;
    }

    .mobile-flex-row {
        flex-direction: row !important;
    }

    tr .trigger-submit-ajax {
        margin-left: 15px;
    }

    #summary_form_save_popup .actions,
    .simple-step-custom-popup .actions {
        flex-direction: column;
        row-gap: 10px;
    }

    .module-overlay {
        padding-bottom: 20px;
        overflow: scroll;
    }

    .module-overlay > div {
        width: max-content;
    }
}

@media screen and (min-width: 768px) {
    #forClientSwitcher .form-check input,
    #forClientSwitcher .form-check label {
        cursor: pointer;
    }

    .simple-step-wrapper .horizontal-radio {
        display: flex;
        align-self: flex-start;
    }

    .simple-step-wrapper .horizontal-inputs {
        display: flex;
        column-gap: 40px;
        align-items: flex-end;
    }

    .simple-step-wrapper .horizontal-radio .form-check {
        margin-right: 40px;
    }

    .simple-step-wrapper .vertical-radio {
        display: flex;
        flex-direction: column;
        max-width: max-content;
    }

    .simple-step-wrapper .incompatible-message {
        text-align: left;
    }

    .simple-step-wrapper .field-select.form-group {
        flex-direction: row;
    }

    .simple-step-wrapper .field-input.form-group input,
    .simple-step-wrapper .field-select.form-group select {
        max-width: max-content;
    }

    .standard-controls-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    #modules_number_type_grid_collection_form_gridCollection .field-collection-item-row {
        width: 50%;
    }

    #modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div {
        display: grid;
        grid-template-columns: 1fr 560px;
        grid-template-rows: 1fr 1fr;
        overflow: initial;
    }

    #modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div .form-group {
        max-width: unset;
    }

    #modules_number_type_grid_collection_form_gridCollection > .form-group .field-collection-item-action--flex-close-collection {
        right: 85%;
    }

    #forClientCollapsible .offer_for_client__row {
        flex-direction: row;
    }

    #forClientCollapsible > div [class$="__text"] {
        width: 110px;
        margin-bottom: 0;
    }

    .grid_summary {
        max-width: 730px;
    }

    /* Accessories */
    #simple_step__comset_accessories-wrapper table thead {
        display: grid;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row {
        display: grid;
        grid-template-columns: auto 10% 10% 20% 5% 7%;
        column-gap: 0;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row.open {
        padding-bottom: 0; /* ?? */
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row.open td.td-details {
        height: 100%;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td.td-qty {
        justify-content: center;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td.td-details .details_button {
        margin: 30px;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row.open td.details-additional {
        display: flex;
        flex-direction: row;
        padding-left: 8%;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td {
        border: 1px solid #d22730;
        border-style: solid none solid none;
        height: 100%;
        padding: 16px 0;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td.td-details {
        border-top-right-radius: 13px;
        border-bottom-right-radius: 13px;
        height: 100%;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td.td-price {
        justify-content: flex-end;
    }

    #simple_step__comset_accessories-wrapper .td-qty {
        justify-content: center;

    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td.td-link {
        justify-content: flex-end;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td.td-check label {
        margin: 30px;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td span.label {
        display: none;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td.td-details .details_button {
        margin-top: 30px;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td.td-name > div {
        flex-direction: row;
        align-items: flex-start;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td.td-link {
        padding-left: 0;
    }

    .in-statement-tag {
        padding-left: 0;
        font-size: 12px;
        text-align: right;
    }

    /* End Accessories */
    /* ajax info */
    .simple-step-wrapper #slopeTypeChoice.has-info .field-select.form-group {
        min-height: 180px;
        max-height: 180px;
    }

    #inverterMountingTypeChoice .info-wrapper .info-image,
    #slopeTypeChoice .info-wrapper .info-image {
        margin-left: 0;
    }

    .simple-step-wrapper .has-info .field-select.form-group {
        align-items: flex-start;
        min-height: 285px;
    }

    #modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div {
        grid-template-columns: 1fr 560px 100%;
        grid-template-rows: 90px 90px auto;
        grid-template-areas: "row grid help" "column grid help" ". grid .";
    }

    #modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div .form-group:nth-child(1) {
        grid-area: row;
    }

    #modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div .form-group:nth-child(2) {
        grid-area: column;
    }

    #modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div .grid__block {
        grid-area: grid;
    }

    #modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div .info-wrapper {
        grid-area: help;
    }

    #modules_number_type_grid_collection_form_gridCollection .field-collection-item-row > div {
        grid-template-columns: 1fr 560px 100%;
    }

    .grid__block + .info-wrapper {
        grid-row-start: 1;
        grid-row-end: span 2;
        grid-column-start: 3;
        align-self: center;
    }

    .simple-step-wrapper .vertical-radio .form-check:last-child {
        margin-bottom: 0;
    }

    #configurator-grid-form form {
        min-height: 400px;
    }

    .has-info .form-group,
    .has-image .form-group {
        display: flex;
    }

    .has-info.has-image .form-group {
        min-height: 180px;
    }

    .has-info.has-image.half-height .form-group {
        min-height: 120px;
    }

    .info-wrapper {
        position: relative;
        flex-basis: 100%;
        flex: 1;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .info-wrapper .info-image {
        overflow: hidden;
        margin: 0;
    }

    .info-wrapper .info-image img {
        border: 1px solid #d9d9d9;
        border-radius: 13px;
        max-width: 285px;
        max-height: 300px;
    }

    .info-wrapper .info-cloud {
        background-color: #F0F0F0;
        border: 1px solid rgba(212, 212, 212, 0.5);
        border-radius: 13px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        row-gap: 20px;
        text-align: center;
        font-size: 16px;
        margin-right: 0;
        width: 284px;
        font-weight: normal;
        position: absolute;
        right: 10px;
        top: 0;
        opacity: 0;
        transition: all 0.3s ease;
        pointer-events: none;
    }

    .info-wrapper .info-cloud.double-width {
        width: 524px;
    }

    .info-wrapper .info-cloud:after {
        content: '';
        position: absolute;
        left: 1px;
        top: 50%;
        width: 0;
        height: 0;
        border: 16px solid transparent;
        border-right-color: #F0F0F0;
        border-left: 0;
        margin-top: -16px;
        margin-left: -16px;
        z-index: 1;
    }

    .info-wrapper .info-cloud.hook-top {
        top: -34px;
    }

    .info-wrapper .info-cloud.hook-top:after {
        top: 52px;
    }

    .info-wrapper .info-cloud img {
        max-width: 45%;
    }

    .info-wrapper .info-cloud-hover {
        cursor: help;
    }

    .info-wrapper .info-cloud:hover,
    .info-wrapper .info-cloud-hover:hover + .info-cloud {
        opacity: 1;
        right: 0;
        pointer-events: all;
        cursor: help;
    }

    .simple-step-wrapper .horizontal-inputs {
        align-items: flex-start;
    }

    legend.has-info .info-wrapper {
        position: relative;
    }

    legend.has-info .info-wrapper .info-cloud {
        top: -34px;
    }

    #simple_step__comset_accessories-wrapper .collapsible-section legend {
        padding: 20px 0 8px 30px;
    }

    #simple_step__comset_accessories-wrapper .collapsible-section .collapsible-control {
        top: 24px;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td {
        padding: 0;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row td.td-details .details_button {
        margin: 5px 30px 5px 5px;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row {
        margin-bottom: 8px;
    }

    #simple_step__comset_accessories-wrapper table tbody .item-row.no-results {
        display: flex;
        padding: 15px 0;
    }

    #simple_step__comset_accessories-wrapper table thead tr {
        margin-bottom: 8px;
    }

    #simple_step__comset_accessories-wrapper .glide__track .glide__slides .glide__slide {
        padding: 16px;
    }

    /* end ajax info */
    .module-type-choice-table tr:not(.header) th:last-child,
    .module-type-choice-table tr:not(.header) td:last-child {
        display: none;
    }

    .module-type-choice-table tr.header td {
        background-color: #e7e7e7;
    }

    .matched-construction-title .info-wrapper {
        position: relative;
    }

    #matched_construction .info-wrapper .info-cloud {
        width: max-content;
        min-width: 284px;
        max-width: 524px;
    }

    #matched_construction .info-cloud-icon {
        position: absolute;
        top: -43px;
        right: 12px;
    }

    .info-cloud.for-matched-construction {
        opacity: 1;
        right: 0;
        pointer-events: all;
        cursor: help;
        position: relative;
    }

    .info-cloud.for-matched-construction .info-cloud-icon {
        display: none;
    }

    .chosen-comset-wrapper .info-cloud {
        top: 10px !important;
        left: 0;
    }

    .chosen-comset-wrapper .info-cloud:after {
        top: -5px !important;
        right: 20px !important;
        left: unset !important;
        transform: rotate(90deg);
    }

    .horizontal-radio + .info-wrapper .info-cloud-hover {
        margin-top: 11px;
    }
}

@media screen and (min-width: 992px) {
    .NewMultipleAmount.new_multiple_amount.show button {
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .products-table tbody tr td {
        padding: 5px 0;
        word-break: break-word;
    }

    .info-cloud-hover {
        margin-right: auto;
    }

    .info-wrapper .info-cloud {
        top: 50%;
        height: fit-content;
        left: 55px;
        right: unset;
        transform: translate(0, -50%);
    }

    .info-wrapper .info-cloud.hook-top {
        transform: none;
    }

    .products-table {
        display: grid;
    }

    .products-table thead {
        padding: 4px 0;
    }

    .products-table thead tr {
        display: grid;
        grid-template-columns: 20px 64px 160px auto 160px 180px 115px 85px 20px 20px;
    }

    .products-table tbody {
        row-gap: 8px;
        display: grid;
        width: 100%;
    }

    .product-single {
        width: 100%;
        display: grid;
        grid-template-columns: 20px 64px 160px auto 160px 180px 115px 85px 20px 20px;
        column-gap: 0;
    }

    .product-single td {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .product-single td.type-qty {
        flex-direction: column;
        justify-content: center;
    }

    .product-single td.type-price {
        justify-content: flex-end;
        padding-right: 20px;
    }

    .product-single td.type-link {
        justify-content: center;
    }

    .module-type-choice-table th,
    .module-type-choice-table td {
        border-color: transparent;
        padding: 1px 0;
    }

    .toggleable-table-wrapper p {
        padding: 1px 0;
    }

    .sortable-table.dataTable th,
    .sortable-table.dataTable td {
        border: none !important;
    }

    .sortable-table.dataTable tbody tr td {
        padding: 1px 0;
    }

    .matched-construction-title {
        column-gap: 20px;
        justify-content: flex-start;
    }

    .search-bar.sticky {
        width: 83.33333333333334%;
        margin-left: 8.333333333333332%;
    }

    .info-cloud.for-matched-construction {
        opacity: 1;
        right: 0;
        pointer-events: all;
        cursor: help;
        position: relative;

        .info-cloud-icon {
            display: none;
        }
    }

    .chosen-comset-wrapper {
        flex-wrap: nowrap;
    }

    .chosen-comset-wrapper fieldset {
        margin-bottom: 0;
    }

    .chosen-comset-wrapper .offer__b2b_link {
        margin-top: 1px;
    }

    .chosen-comset-wrapper .info-cloud-icon.info-cloud-hover {
        margin-left: 10px;
        margin-top: 8px;
        position: static !important;
    }

    .chosen-comset-wrapper .info-cloud {
        top: -26px !important;
        left: 0;
    }

    .chosen-comset-wrapper .info-cloud:after {
        top: 52px !important;
        right: unset !important;
        left: 1px !important;
        transform: rotate(0);
    }
}

@media screen and (min-width: 1200px) {
    tr .trigger-submit-ajax {
        margin-left: 15px;
    }

    .search-bar.sticky {
        width: 66.66666666666666%;
        margin-left: 16.666666666666664%;
    }
}

@media screen and (min-width: 1360px) {
    .simple-step-wrapper {
        margin-top: 110px;
    }

    .simple-step-wrapper .configurator-banner {
        height: 350px;
    }

    .configurator-banner-box {
        /* same as col-sm-offset-1 */
        margin-left: calc(30px + 8.333333333333332%);
        position: relative;
        text-align: left;
        max-width: 660px;
        border-radius: 12px;
        top: calc(50% - 116px);
    }

    .configurator-banner-box-title {
        font-size: 32px;
        line-height: 60px;
    }

    .configurator-banner-box-content {
        font-size: 18px;
        line-height: 36px;
    }

    .configurator-process-markers {
        font-size: 12px;
    }

    .simple-step-wrapper .choosen-comset {
        width: max-content;
    }

    .simple-step-wrapper .configurator-errors-buttons {
        display: flex;
        flex-direction: row;
    }

    #simple_step__comset_accessories #simple_step__comset_accessories-wrapper .padded-accessories-div {
        padding: 0 140px;
    }

    .simple-step-wrapper .configurator-banner {
        background: none;
        position: relative;
    }

    .simple-step-wrapper .configurator-banner .login__video {
        display: block;
        width: auto;
        height: 100%;
        float: right;
    }

    .simple-step-wrapper .configurator-banner .configurator-banner-box {
        position: absolute;
    }

    .table--for_result_list .table__row {
        grid-template: "RESULT_LIST_DOC_NUMBER RESULT_LIST_AUTHOR RESULT_LIST_CUSTOM_NAME RESULT_LIST_STATUS RESULT_LIST_FOR_CLIENT RESULT_LIST_ORDER_DATE RESULT_LIST_TOTAL_PRICE RESULT_LIST_DOWNLOAD_FILES RESULT_LIST_DETAILS" auto
                       "RESULT_LIST_TABLE RESULT_LIST_TABLE RESULT_LIST_TABLE RESULT_LIST_TABLE RESULT_LIST_TABLE RESULT_LIST_TABLE RESULT_LIST_TABLE RESULT_LIST_DOWNLOAD_FILES RESULT_LIST_DETAILS" auto
                       "RESULT_LIST_ACTIONS RESULT_LIST_ACTIONS RESULT_LIST_ACTIONS RESULT_LIST_ACTIONS RESULT_LIST_ACTIONS RESULT_LIST_ACTIONS RESULT_LIST_ACTIONS RESULT_LIST_ACTIONS RESULT_LIST_ACTIONS" auto / 50px 150px 150px 150px 100px 150px 200px auto 150px;
    }

    .table--for_result_list .table__thead_row {
        grid-template-columns: 50px 150px 150px 150px 100px 150px 200px auto 150px;
    }

    .module-type-choice-header th:first-child {
        width: auto;
    }

    .module-type-choice-header th:nth-child(2) {
        width: 100px;
    }

    .module-type-choice-header th:nth-child(3) {
        width: 184px;
    }

    .result_list .grid_summary {
        display: inline-flex;
        padding: 10px;
        min-width: 270px;
    }

    .table--for_result_list .table__row .td.result_list__table {
        padding-top: 0;
        padding-bottom: 5px;
    }

    .table--for_result_list .table__row .td.result_list__doc_number,
    .table--for_result_list .table__row .td.result_list__author,
    .table--for_result_list .table__row .td.result_list__custom_name,
    .table--for_result_list .table__row .td.result_list__status,
    .table--for_result_list .table__row .td.result_list__for_client,
    .table--for_result_list .table__row .td.result_list__order_date,
    .table--for_result_list .table__row .td.result_list__total_price {
        padding-bottom: 5px;
    }

    .search-bar.sticky {
        top: 110px;
    }

}


