#ppLoadingSpinner {
    display: block;
    position: fixed;
    background: rgb(255, 255, 255);
    z-index: 90000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#ppLoadingSpinner img {
    top: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.online-designer-preview {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    cursor: pointer;
    min-height: 175px;
    box-shadow: none;
    transition: all 0.5s;
}

.online-designer-preview a,
.online-designer-preview a:hover,
.online-designer-preview a:active {
    text-decoration: none;
}
.online-designer-preview .online-designer-preview-img {
    max-width: 100%;
    height: 69px;
    object-fit: contain;
    object-position: initial;
}

.online-designer-preview .online-designer-preview-title {
    display: block;
    padding: 10px;
    font-size: 12px;
}

.online-designer-action-bar {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255, .5);
    padding: 5px;
    text-align: right;
}

.online-designer-action-bar .btn-primary {
    border: none;
    background: none;
}

.online-designer-action-bar .btn-primary:hover {
    background: #286090;
}

.online-designer-action-bar .btn-primary i {
    font-size: 15px;
    color: #5e5e5e;
    margin: 0;
    padding: 0;
}
.online-designer-action-bar .btn-primary:hover i {
    color: #fff;
}

/*Panel tabs*/
.online-designer .panel-tabs {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

.online-designer .panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.blue-bottom-line .online-designer img {
    max-width: 100%;
}

.online-designer .panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
    text-decoration: none;
}

.online-designer .panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
}

.online-designer .panel-tabs > li.active > a,
.online-designer .panel-tabs > li.active > a:hover,
.online-designer .panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom-color: transparent;
    text-decoration: none;
}

.online-designer .panel-tabs > li.active > button:focus > .btn-icon>i {
    color: #cad940;
}

.online-designer-page .warenkorb-button-set a.btn {
    text-decoration: none;
    width: auto;
    padding-left: 22px;
    line-height: 35px;
}

.online-designer-page .warenkorb-button-set .btn-icon {
    margin-left: 22px;
    line-height: 33px;
}