.cfg-btn {
    height: 40px;
    line-height: 43px;
    color: #fff;
    padding: 0 40px;
    font-size: 14px;
    background: #0363cd;
    cursor: pointer;
    border: none;
    border-radius: 6px;
}

.cfg-btn:hover {
    text-decoration: none;
    background: #0359b9;
    color: #fff;
}

.cfg-btn {
    display: inline-block;
    padding: 0;
}

.cfg-btn--back {
    font-size: 12px;
    font-weight: 500;
    background: #252525;
}

.cfg-btn--back:hover {
    background: #1a1a1a;
}

.cfg-btn--next {
    font-size: 12px !important;
    font-weight: 500;
}

.all-price {
    float: right;
    display: flex;
    height: 40px;
    align-items: baseline;
    justify-content: center;
    margin-right: 20px;
    padding-top: 2px;
}

.all-price__text {
    font-size: 14px;
    margin-right: 5px;
    color: #8d8d8d;
}

.all-price__value {
    font-size: 26px;
    color: #4d4d4d;
}

.all-price__currency {
    margin-left: 5px;
    font-size: 14px;
    color: #8d8d8d;
}

.cfg-color-filter {
    padding: 0 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cfg-color-option {
    display: flex;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
}

.cfg-color-check {
    height: 16px;
    width: 16px;
    margin-right: 10px;
    background-color: #f8f8f8;
    border: 1px solid #aaa;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.cfg-color-check:hover,
.cfg-color-option:hover > .cfg-color-check {
    transition: background-color 0.2s ease;
    background-color: #d8d8d8;
}

.cfg-color-check.active {
    background-color: #0363cd;
}

.cfg-color-check.active:hover,
.cfg-color-option:hover > .cfg-color-check.active {
    transition: background-color 0.2s ease;
    background-color: rgba(3, 99, 205, .2);
}

/* *** CONFIGURATOR BOX *** */

.cfg-box {
    width: 950px;
    margin: 0 auto;
    background: unset;
    margin-top: 20px;
}

.cfg-box .cfg-option-btn .figure {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    justify-content: center;
}

.cfg-box .cfg-option-btn .figure img {
    max-width: 100%;
    max-height: 100%;
}

.cfg-products-notice {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    color: #ffffff;
    font-size: 13px;
    padding: 15px 15px 12px 15px;
    background: #ff0000;
}

.cfg-products-notice a {
    color: #ffffff;
}

.cfg-products-notice a:hover {
    text-decoration: underline;
}

.cfg-title {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    color: #242424;
    font-size: 16px;
    padding: 15px 15px 12px 15px;
}

.cfg-nav {
    padding: 15px;
    width: 100%;
    border-top: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.cfg-nav a {
    width: 200px;
    text-align: center;
    max-width: 100%;
}

.cfg-nav a {
    vertical-align: top;
}

.cfg-options {
    padding: 20px 0 25px 0;
    width: 100%;
}

.cfg-step {
    display: none;
}

.cfg-step.step-count {
    display: block;
}

.cfg-options ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10px;
    justify-content: center;
    max-height: 50vh;
    overflow-x: auto;
}

.cfg-options ul::after {
    content: '';
    display: block;
    clear: both;
}

.cfg-options li {
    width: 20%;
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

.cfg-options li.is-half-selected .figure img,
.cfg-options li.has-two-images img {
    float: left;
    width: 48%;
}

.cfg-options li.is-half-selected .figure img:nth-child(2),
.cfg-options li.has-two-images img:nth-child(2) {
    float: right;
}

.cfg-options li.is-half-selected .figure::after,
.cfg-options li.has-two-images::after {
    content: '';
    display: block;
    clear: both;
}

.cfg-finish-warning {
    padding: 10px;
    background: #0363cd;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 6px;
    display: none;
}

.step-slot-picker .cfg-options li.added-to-wishlist a {
    border: 1px solid #0363cd;
}

.step-frame .cfg-options li.added-to-wishlist a {
    border: 1px solid #0363cd;
}

.cfg-options .txt {
    display: block;
    margin: 15px 0 -3px 0;
}

.cfg-option-btn {
    text-align: center;
    color: #242424;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #fff;
    display: block;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.cfg-option-btn:hover,
.cfg-option-btn.active {
    background: #edf2f8;
    color: #242424;
    text-decoration: none;
}

.cfg-option-btn.active {
    border-color: #0363cd;
}
.is-selected-frame .cfg-option-btn {
    border-color: #0363cd;
}

.step-frame .cfg-options li {
    width: 25%;
}

.step-frame .cfg-options li {
    display: none;
}

.step-frame .cfg-options li .txt {
    color: #242424;
    font-size: 12px;
    height: 32px;
    overflow: hidden;
}

.step-frame .cfg-options li .txt {
    line-height: 1;
    overflow: visible;
    height: 40px;
}

.cfg-option-btn .txt-1 {
    color: #242424;
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
}

.cfg-slot-action {
    height: 31px;
    border-radius: 4px;
    background: #0363cd;
    line-height: 33px;
    margin-top: 15px;
    padding: 0 15px;
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.cfg-step.step-count li {
    display: none;
}

.cfg-step.step-count li.not-empty {
    display: block;
}

/* highlight all sockets up to the hovered one */
.step-count li.is-count-hover .cfg-option-btn {
    background: #eef0f2;
    border-color: #d4d9de;
    border-radius: 6px;
}

/* *** STEP 4 - SUMMARY *** */

.cfg-summary {
    width: 100%;
    border-collapse: collapse;
}

.cfg-summary td {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 15px;
    vertical-align: middle;
}

.cfg-summary tr:first-child td {
    border-top: 1px solid #ebebeb;
}

.cfg-summary-img {
    width: 90px;
}

.cfg-summary-img img {
    max-width: 70px;
    max-height: 50px;
}

.cfg-summary-name {
    text-align: left;
    font-size: 14px;
}

.cfg-summary-count,
.cfg-summary-price {
    text-align: right;
    white-space: nowrap;
    font-size: 14px;
}

.cfg-summary-price {
    font-weight: 600;
}

.cfg-summary-remove {
    width: 40px;
    text-align: center;
}

.cfg-summary-remove-btn {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #e30613;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
}

.cfg-summary-remove-btn:hover {
    background: #c00511;
    color: #fff;
    text-decoration: none;
}

.cfg-summary-total {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    line-height: 40px;
    vertical-align: top;
}

.cfg-summary-total strong {
    font-size: 18px;
}

.btn-buy-all.disabled {
    opacity: 0.5;
    cursor: default;
}
.Element.Konfigurator {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
}
.cfg-options li .cfg-option-btn {
    background-color: #fff
}

.Konfigurator .path {
    display: none;
}
.Konfigurator .cfg-box .cfg-title {
    text-align: center;
    font-size: 25px;
}
.Konfigurator .cfg-warning {
    background-color: #e74c3c;
    font-size: 19px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

@media only screen and (max-width: 992px) {
    .cfg-box {
        max-width: 100%;
    }

    .step-frame .cfg-options li {
        width: 33.3333%;
    }
}

@media only screen and (max-width: 768px) {
    .cfg-options li {
        width: 33.333%;
    }

    .cfg-options .txt {
        font-size: 14px;
    }

    .cfg-nav {
        text-align: center;
    }

    .cfg-nav .float-right,
    .cfg-nav .float-left {
        float: none !important;
        width: 100%;
        margin: 2px 0;
        display: inline-block;
    }

    .cfg-nav a {
        float: none;
    }

    .step-frame .cfg-options li {
        width: 50%;
    }
}

@media only screen and (max-width: 576px) {
    .cfg-options li {
        width: 50%;
    }
}

@media only screen and (max-width: 620px) {
    .cfg-color-filter span:first-child,
    .cfg-color-option {
        margin-bottom: 10px;
    }
}
