.top-message-panel {
    margin-bottom: 24px;
    background-color: #242424;
    padding: 50px;
    position: relative;
    min-height: 300px;
}
.top-message-panel .message-box p{
    padding: 1.5rem;
    flex: 1 1 0%;
    color: #ff3300;
    font-size: 14px !important;
    font-family: "graphik", Helvetica, Arial, sans-serif;
}

.options-group {
    margin-bottom: 24px;
    border: rgb(20, 20, 20) solid 1px;
    border-radius: 2px;
    position: relative;
    padding: 20px 20px;
    background-color: #242424;
}
.options-group .description {
    border-bottom: none;
}

.options-group-focus{ border: #2AB459 solid 1px;}

.heading-text {
    padding: 1.5rem 0;
    flex: 1 1 0%;
}

.heading-title {
    margin-bottom: 8px;
    color: rgb(228, 228, 228);
    font-size: 20px;
    font-family: "graphik2", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.heading-selected {
    color: #fff;
    font-size: 14px;
}

.expanded {
    border-top: 1px solid #fff;
    margin: 0;
}

.description {
    color: rgb(228, 228, 228);
    font-size: 16px;
    margin: 20px 0px;
}
.description .description-value{padding: 0.5rem;}

.options {
    margin: 2rem 0px;
    display: flex;
    flex-direction: column;
}

.options-image {
    margin: 0;
    width: 100%;
}

.option-image img {
    display: block;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 50px;
}

.tabs {
    margin-bottom: 12px;
    font-size: 0;
}

.tab {
    min-width: unset;
    background-color: transparent;
    padding: 6px 20px;
    border: 1px solid #fff;
    color: #fff;
    font-family: "graphik", Helvetica, Arial, sans-serif;
    font-size: 13px;
    display: inline-block;
    line-height: 20px;
    margin: 3px 0;
}
.tab+ .tab {
    margin-left: -1px;
}

.selected-tab {
    background-color: #2AB459;
    color: #fff;
}

.sub-group-list-options {
    margin-bottom: 1rem;
}

.sub-group-list-title {
    font-family: "graphik2", Helvetica, Arial, sans-serif;
    letter-spacing: 0px;
    margin: 12px 0px;
    color: rgb(228, 228, 228);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    width: 70%;
}

.options-list {
    color: #ccc;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: "graphik2", Helvetica, Arial, sans-serif;
}

.options-list .radio-label{font-weight:  normal; color: #fff}
.options-list .label-info {
    background-color: unset;
    color: #0291DE;
    font-size: 14px;
    font-weight: normal;
}

.pc-model-wrapper input[type="radio"] {
    cursor: pointer;
    margin-right: 10px;
    float: left;
}

.pc-model-wrapper label {
    display: block;
    margin-left: 30px;
}

.pc-model-wrapper input[type="radio"]::after {
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    position: relative;
    background-color: white;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.pc-model-wrapper input[type="radio"]:disabled::after {
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    position: relative;
    background-color: #777;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #ccc;
}

.pc-model-wrapper input[type="radio"]:checked::after {
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    position: relative;
    background-color: #2AB459;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}


.actions {
    padding-bottom: 4px;
    min-height: 35px;
}

.actions {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding-bottom: 4px;
}

.collapse {
    border: none;
    outline: none;
    background: none;
    font-style: normal;
    font-family: "graphik2", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: rgb(228, 228, 228);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 12px;
}

.saveIcon {
    background: rgb(149, 8, 16);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.pc-model-overview-image {
    background-color: transparent;
    position: relative;
    width: 150px !important;
    height: 150px !important;
}

.pc-model-overview {
    background-color: #242424;
    padding-bottom: 2rem;
}

.pc-model-overview-summary {
    display: flex;
    padding: 12px;
}

.pc-model-overview-image img {
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pc-model-overview-info {
    margin-left: 16px;
}

.pc-model-overview-header {
    color: #fff;
    font-family: "graphik2", Helvetica, Arial, sans-serif;
    font-size: 20px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 30px;
    max-height: 90px;
    max-width: 232px;
    overflow: hidden;
}

.pc-model-overview-stats {
    padding: 1.5rem;
}

.stat-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.stat-label .performance-title {
    margin-bottom: 8px;
    color: #7D7D7C;
    font-size: 14px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.stat-label .performance-tips {
    margin-top: 2px;
    color: #7D7D7C;
    font-size: 15px;
    cursor: pointer;
}

.stat-label .performance-tips .tooltip-inner {
    max-width: 300px;
    padding: 15px;
    color: #e5e5e5;
    text-align: left;
    background-color: #000;
    line-height: 22px;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.2);
}

.progress-bar.jsx-577867048 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 8px;
    background: linear-gradient(180deg, #e4e4e4 0%, #949494 100%);
    border-radius: 8px;
    position: relative;
}

.pc-model-overview-as-configured {
    color: #2AB459;
    font-size: 16px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 22px;
    font-family: "graphik2", Helvetica, Arial, sans-serif;
    /*text-transform: uppercase;*/
}

.progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 15px;
    background: linear-gradient(180deg, #e4e4e4 0%, #949494 100%);
    border-radius: 8px;
    position: relative;
    width: 100%;
}

.progress {
    height: 100%;
    background: #1c9c5E;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    background-image: linear-gradient(to right, #2BB459, #7ED321);
}

.stat + .stat {
    margin-top: 20px;
}

.pc-model-overview-look-and-feel {
    color: #949494;
    font-size: 13px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 20px;
    padding: 20px 12px 10px 12px;
    margin-bottom: 24px;
}

.look_feel_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.look-feel-options {
    margin-top: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.look-feel-option {
    color: #646464;
    padding: 4px 12px;
    border-radius: 18px;
    background-color: #242424;
    margin-right: 8px;
}

.look-feel-selected {
    color: #e4e4e4;
    border: 2px solid #509508;
}

.step {
    background-color: #141414;
    z-index: 999;
    box-shadow: 0px -8px 4px rgba(4, 4, 4, 0.75);
    width: 100%;
    position: static;  /* fixed */
    bottom: 0;
}

.step-container {
    padding-top: 16px;
    padding-bottom: 16px;
}

.step-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.add-to-cart{
    width: 100%;
}
.wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.pc-info {
    margin-right: auto;
}

.pc-info .pc-title {
    text-transform: uppercase;
    font-family: "graphik2", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #e4e4e4;
}
.pc-info .pc-content a {
    text-decoration: underline;
    color: #2AB459;
    margin-bottom: 8px;
    display: inline-block;
}

.pc-config {
    margin-top: 4px;
}

.amount {
    margin-right: 0px;
}

.money {
    font-family: "graphik2", Helvetica, Arial, sans-serif;
    font-size: 25px;
    line-height: 32px;
    color: #e4e4e4;
    text-align: right;
}

.money-description {
    color: #949494;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.money-compare {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
}

.money-save {
    color: #fd0300;
}

.steps {
    margin: 0px;
    margin-top: 10px;
}

.button--submit,.reset-system-package,.system-package-next {
    width: 70%;
    color: #fff;
    background: #2AB459;
    font-family: "graphik2", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 12px 20px;
    border-radius: 0;
    border: none;
    outline: 0;
}
.reset-system-package,.system-package-next {
    width: 29%;
    margin-right: 1%;
}

.collapse-style .expanded {
    display: none !important;
}

.expand-toggle {
    display: none;
}

.heading:hover .expand-toggle::after {
    content: "";
    background: var(--edit-image);
    inset: 0px;
    position: absolute;
    z-index: 2;
}

.collapse-style .expand-toggle {
    width: 105px;
    height: 105px;
    padding: 4px;
    margin: 2px;
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    background: black;
    padding: 10px;
    border: 0px;
    border-radius: 2px;
    position: relative;
    z-index: 2;
}

.heading {
    display: flex;
    flex-direction: row;
}

.option-image {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.pc-model-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.pc-model-wrapper .pc-model-overview-container{ padding-left: 0; padding-right: 0; height: inherit;}
.pc-model-wrapper .pc-model-config-options { padding-left: 0; padding-right: 0; padding-bottom: 50px; }

.col-lg-8 {
    order: 1;
}

.col-lg-4 {
    order: 2;
}

.money-description {
    color: #949494;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.money-compare {
    text-decoration: line-through;
}

.no-lpad .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 400px) {
    .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 500px) {
    .heading-title {
        font-size: 22px;
    }

    .heading-selected {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .options-image-wrapper {
        width: 56%;
        margin: 0 auto;
    }
    .heading-title {
        font-size: 24px;
    }

    .heading-selected {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .add-to-cart{
        width: auto;
    }
    .steps {
        margin: 0px;
    }
    .options {
        flex-direction: row;
    }

    .options-image {
        padding: 0;
        margin-right: 2rem;
        width: 200px;
    }

    .options-image-wrapper {
        width: 220px;
    }

    .pc-model-overview {
    }

    .button--submit {
        width: 200px;
    }
    .reset-system-package,.system-package-next {
        width: 80px;
        margin-right: 9px;
    }

    .amount {
        margin-right: 24px;
    }
    .configure-now {
        padding: 0 0 0 5px;
    }
    .no-lpad .container-fluid {
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .pc-model-wrapper {
        display: block;
    }

    .col-lg-8 {
        order: 1;
    }

    .col-lg-4 {
        order: 1;
    }

    .pc-model-wrapper .pc-model-config-options { padding-left: 0; padding-right: 15px; }

    .pc-info .pc-content{display: none;}
    /* Pop up performance panel s */
    .pc-model-wrapper .mobile-model-overview-container {
        position: relative;
    }
    .pc-model-wrapper .mobile-model-overview-container .pc-model-overview {
        position: fixed;
        width: 300px;
        z-index: 99;
    }
    /* Pop up performance panel e */
    .pc-info {
        margin: 0 auto;
    }

    .no-lpad .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1280px) {
    .pc-model-wrapper .mobile-model-overview-container .pc-model-overview {
        width: 352px;
    }
}

@media (min-width: 1360px) {
    .options-image {
        width: 250px;
    }

    .options-image-wrapper {
        width: 280px;
    }

    .options-list {
        font-size: 16px;
    }
    .options-list .label-info {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .options-group {
        padding: 40px 50px;
    }
}

@media (max-width: 1199px) {
    /* Pop up performance panel s */
    .pc-model-wrapper .mobile-model-overview-container {
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 999;
        bottom: -5000px;
    }
    .pc-model-wrapper .mobile-model-overview-container .pc-model-overview {
        border: #666 solid 1px;
        background-color: #242424;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    /* Pop up performance panel e */
}