@charset "UTF-8";

.type-detail .surcharge-list {
    padding: 10px 0
}

.type-detail .surcharge-list.msg-on:before {
    content: "VBitte wählen Sie eine der Optionen aus";
    color: red;
    padding: 5px 0;
    font-size: 12px
}

.type-detail .surcharge-list.images-params .accordion-params {
    position: relative;
    width: 100%;
    padding: 10px 85px 10px 2rem !important;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    border: 2px solid #58b54a;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    margin-bottom: 1em
}

.type-detail .surcharge-list.images-params .accordion-params:after {
    content: "";
    border: solid #58b54a;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg)
}

.type-detail .surcharge-list.images-params.opened .selection {
    display: none
}

.type-detail .surcharge-list.images-params.opened .accordion-params:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg)
}

.type-detail .surcharge-list.images-params.opened .select-box-container {
    display: table-cell
}

.type-detail .surcharge-list.images-params:has(.selection):not(.opened) .accordion-params:after {
    border: none;
    content: "Ändern";
    font-weight: 600;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.type-detail .surcharge-list.images-params:has(.selection):not(.opened) .accordion-params:has(.box:not(.first-hidden)) .placeholder {
    display: none
}

.type-detail .surcharge-list.images-params .selection {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.type-detail .surcharge-list.images-params .selection .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 2px;
    font-weight: bold
}

.type-detail .surcharge-list.images-params .selection .box:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300a000' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px
}

.type-detail .surcharge-list.images-params .selection .box img {
    height: 40px
}

.type-detail .surcharge-list.images-params .selection .box span {
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    padding-right: 10px
}

.type-detail .surcharge-list.images-params .selection .box .open-full-img {
    display: none
}

.type-detail .surcharge-list.images-params .select-wrapper:after {
    display: none
}

.type-detail .surcharge-label {
    font-weight: 700
}

.type-detail .select-box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

@media (min-width:992px) {
    .type-detail .select-box-container {
        grid-template-columns: repeat(7, 1fr)
    }
}

@media (min-width:1200px) {
    .type-detail .select-box-container {
        grid-template-columns: repeat(5, 1fr)
    }
}

.type-detail .select-box-container .box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    line-height: 1.2;
    position: relative;
    cursor: pointer;
    padding: 5px;
    background-color: #f0f0f0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold
}

.type-detail .select-box-container .box.box-active,
.type-detail .select-box-container .box:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15)
}

.type-detail .select-box-container .box.box-disabled {
    background-color: #eee;
    opacity: 0.5
}

.type-detail .select-box-container .box img {
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 5px;
    max-height: 65px
}

.type-detail .select-box-container .box .open-full-img:before {
    content: "\e920";
    font-family: "shoptet";
    font-size: 12px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-secondary);
    color: #fff;
    padding: 5px
}

.type-detail .select-box-container .box img[src*="param_default.jpg"]+.open-full-img {
    display: none
}

.type-detail .select-box-container .box span {
    font-weight: 400;
    color: #000;
    margin-top: 5px
}

.type-detail .select-box-container .box .show-tooltip {
    position: absolute;
    right: 5px;
    top: 5px
}

.type-detail #simple-variants label.advanced-parameter.has-image {
    width: 55px;
    height: 55px
}

@media (min-width:768px) {
    .type-detail #simple-variants label.advanced-parameter.has-image {
        width: 65px;
        height: 65px
    }
}

.type-detail #simple-variants label.advanced-parameter.has-image .advanced-parameter-inner {
    width: 55px;
    height: 55px
}

@media (min-width:768px) {
    .type-detail #simple-variants label.advanced-parameter.has-image .advanced-parameter-inner {
        width: 65px;
        height: 65px
    }
}