
.cakeconfigurator-base .cakeconfigurator-tabs {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.cakeconfigurator-base .cakeconfigurator-tabs li {
    display: inline-block;
    line-height: 2.5em;
    background-color: #e3e2e3;
    padding: 0 10px;
    margin-right: 2px;
    cursor: default;
}
.cakeconfigurator-base .cakeconfigurator-tabs li span.index {
    font-weight: bold;
    padding-right: 5px;
}
.cakeconfigurator-base .cakeconfigurator-tabs li.active {
    background-color: #CFA528;
    color: #ffffff;
}

.cakeconfigurator-base .cakeconfigurator-steps {
    clear: both;
}
.cakeconfigurator-base .cakeconfigurator-steps:after {
    content: '';
    clear: both;
    display: block;
}

.cakeconfigurator-base .cakeconfigurator-step {
    display: none;
}
.cakeconfigurator-base .cakeconfigurator-step[class~="active"] {
    display: block;
}

.cakeconfigurator-base .category-products > .toolbar .pager {
    display: none;
}
.cakeconfigurator-base .category-products > .toolbar .limiter {
    display: none;
}

.cakeconfigurator-base .cakeconfigurator-product-info {
    float: right;
}
.cakeconfigurator-base .cakeconfigurator-picture-preview {
    min-height: 300px;
    text-align: center;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
.cakeconfigurator-base .cakeconfigurator-picture-preview img {
    position: relative;
    z-index: 8;
}
.cakeconfigurator-base .cakeconfigurator-picture-preview > img {
    z-index: 10;
    width: 100%;
}
.cakeconfigurator-base .cakeconfigurator-picture-selected, .cakeconfigurator-base .cakeconfigurator-text-selected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
}
.cakeconfigurator-base .cakeconfigurator-text-selected img {
    max-width: inherit;
}
.cakeconfigurator-base .cakeconfigurator-picture-height > img {
    max-height: 100%;
}

.cakeconfigurator-base .cakeconfigurator-choose-picture {
    float: left;
    min-height: 400px;
}

.cakeconfigurator-base .picture-option-own {
    width: 80%;
}
.cakeconfigurator-base .picture-option-upload {
    position: relative;
    display: block;
    height: 45px;
}
.cakeconfigurator-base .picture-option-upload button {
    float: left;
    margin-left: 3%;
}
.cakeconfigurator-base .picture-select {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.cakeconfigurator-base .picture-select span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    text-align: center;
    line-height: 40px;
    background: #eeeeee;

    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;

    -ms-z-index: 12;
}
.cakeconfigurator-base .picture-select:hover span {
    background: #000000;
    color: #ffffff;
}

.cakeconfigurator-base .picture-option-upload-status-bar {
    background: #CFA528;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 8;
}
.cakeconfigurator-base .picture-option-upload-status-bar-uploading {
    transition: width 500ms ease-out;
    -webkit-transition: width 500ms ease-out;
    -moz-transition: width 500ms ease-out;
    -m-transition: width 500ms ease-out;
}
.cakeconfigurator-base .picture-select .picture-upload-file {
    position: absolute;
    top: 0;
    right: 0; /* not left, because only the right part of the input seems to
                 be clickable in some browser I can't remember */
    cursor: pointer;
    opacity: 0.0;
    filter: alpha(opacity=0); /* and all the other old opacity stuff you
                                 want to support */
    font-size: 300px; /* wtf, but apparently the most reliable way to make
                         a large part of the input clickable in most browsers */
    height: 200px;
    z-index: 20;
}

.cakeconfigurator-base .picture-option-gallery {
    margin-top: 125px;
}

.cakeconfigurator-base .cakeconfigurator-gallery-list .item {
    overflow: hidden;
    height: 230px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #ffffff;
    box-sizing: border-box;
}
.cakeconfigurator-base .cakeconfigurator-gallery-list .item:hover {
    border: 1px solid #eee;
}
.cakeconfigurator-base .cakeconfigurator-gallery-list .item[class~="selected"] {
    border: 1px solid #CFA528;
}

.cakeconfigurator-base .cakeconfigurator-gallery-list .gallery-image {
    margin: 15px;
    height: 200px;
    width: 200px;
    overflow: hidden;
}
.cakeconfigurator-base .cakeconfigurator-gallery-list .item img {
    max-width: inherit;
    max-height: 100%;
}

.cakeconfigurator-base .cakeconfigurator-navigation {
    clear: both;
    margin-top: 10px;
}

.cakeconfigurator-base .cakeconfigurator-navigation:after {
    content: '';
    display: block;
    clear: both;
    margin-bottom: 10px;
}
.cakeconfigurator-base .cakeconfigurator-navigation-prev {
    float: left;
}
.cakeconfigurator-base .cakeconfigurator-navigation-next {
    float: right;
}

.cakeconfigurator-base #picture_option_edit_crop > span {
    display: none;
}
.cakeconfigurator-base #picture_option_edit_crop > span.active {
    display: inherit;
}

.cakeconfigurator-base .cakeconfigurator-edit-picture .picture-option label {
    width: 20%;
    display: inline-block;
}

.cakeconfigurator-base .cakeconfigurator-picture-drag {
    border: 1px dotted #CFA528;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    background: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: move;
}

.cakeconfigurator-base .cakeconfigurator-picture-selected .crop-selector-box {
    position: absolute;
    left: 0;
    top: 0;
}
.cakeconfigurator-base .cakeconfigurator-picture-selected .crop-selector {
    background: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    z-index: 9;
}
.cakeconfigurator-base .cakeconfigurator-picture-selected .crop-selector-left {
    left: 0;
}
.cakeconfigurator-base .cakeconfigurator-picture-selected .crop-selector-top {
    top: 0;
}
.cakeconfigurator-base .cakeconfigurator-picture-selected .crop-selector-right {
    right: 0;
}
.cakeconfigurator-base .cakeconfigurator-picture-selected .crop-selector-bottom {
    bottom: 0;
}
.cakeconfigurator-base .crop-selector-action {
    cursor: crosshair;
    background: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
}

.cakeconfigurator-base .cakeconfigurator-picture-selected .crop-selector-cropped * {

}

.cakeconfigurator-base .cakeconfigurator-step-4 .picture-option label {
    width: 20%;
    display: inline-block;
}
.cakeconfigurator-base .cakeconfigurator-step-4 .picture-option textarea {
    width: 50%;
    max-height: 8em;
    resize: vertical;
    overflow: hidden;
    height: 8em;
}

.cakeconfigurator-base .cakeconfigurator-step-2 .picture-option-own-preview {
    clear: both;
    width: 230px;
    height: 230px;
    border: 1px solid #CFA528;
    margin-top: 40px;
    position: relative;
}
.cakeconfigurator-base .cakeconfigurator-step-2 .picture-option-own-preview > div {
    margin: 15px;
    overflow: hidden;
    height: 200px;
    width: 200px;
}
.picture-option-own-preview .preview {
    background: url("../images/cakeconfigurator/ajax-loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.cakeconfigurator-base .cakeconfigurator-step-2 .picture-option-upload-quality {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}
.cakeconfigurator-base .cakeconfigurator-step-5 .cakeconfigurator-navigation-next span {
    background: #CFA528;
    color: #ffffff;
}
.cakeconfigurator-base .cakeconfigurator-step-5 .cakeconfigurator-navigation-next span:hover {
    background: #CFA528 !important;
    color: #ffffff !important;
}

.cakeconfigurator-base .cakeconfigurator-step-5 .cakeconfigurator-navigation-next .processing {
    background: url("../images/cakeconfigurator/ajax-loader-processing.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 220px;
}

.cakeconfigurator-base #picture_option_edit_quality {
    border: 1px solid #eee;
    display: inline-block;
    width: 60%;
    height: 45px;
    box-sizing: border-box;
    position: relative;
}
.cakeconfigurator-base #picture_option_edit_quality span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url('../images/cakeconfigurator/quality.png') 0 0 repeat-y;
}
.cakeconfigurator-picture-preview.processing {
    background: url("../images/cakeconfigurator/ajax-loader-processing.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.cakeconfigurator-base .cakeconfigurator-step-5 .cakeconfigurator-navigation-next .processing {
    background: url("../images/cakeconfigurator/ajax-loader-processing.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
    background-color: #FFF !important;
}
.grid12-6 {
    width: 50%;
    float: left;
}


/* CAKE CONFIGURATOR */

.cakeconfigurator-step-intro {
    margin-top: 15px;
}

.cakeconfigurator-product-info .product-name h1 {
    line-height: 25px;
    margin-top: 15px;
    font-size: 20px
}

.cakeconfigurator-choose-picture,
.cakeconfigurator-edit-picture,
.cakeconfigurator-preview-picture {
    margin-top: 15px;
}

.cakeconfigurator-base .picture-options .picture-option {
    margin-bottom: 5px;
}

.cakeconfigurator-base .cakeconfigurator-gallery-list {
    margin-top: 20px;
}

.cakeconfigurator-base #picture_option_checkbox_own_upload {
    margin: 15px 0;
}

.cakeconfigurator-base #picture_option_checkbox_own_upload .picture-option-upload-account {
    margin: 10px 0;
}

.cakeconfigurator-base .picture-select span {
    overflow: hidden;
}

.cakeconfigurator-base .cakeconfigurator-gallery-list .item {
    border: 1px solid #FFF !important;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.cakeconfigurator-base .cakeconfigurator-gallery-list .item:hover,
.cakeconfigurator-base .cakeconfigurator-gallery-list .item.selected {
    border: 1px solid #CFA528 !important;
}

.cakeconfigurator-base .cakeconfigurator-choose-picture {
    min-height: 0 !important;
}

.cakeconfigurator-base .cakeconfigurator-picture-preview {
    min-height: 0 !important;
    width: 80%;
}

.cakeconfigurator-base .picture-option label {
    margin-right: 30px;
}

.cakeconfigurator-base .picture-option select {
    width: 50%;
}

.cakeconfigurator-base .picture-edit-title {
    margin-bottom: 15px;
}

.has-cakeconfigurator {
    overflow: hidden;
    position: relative;
}
.has-cakeconfigurator img.thumb {
    position: relative;
    z-index: 40;
}
.has-cakeconfigurator img.cake {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}

.cakeconfigurator-base .product-name {
    padding-top: 20px;
}

button {
    padding: 5px;
    border: 1px solid #CFA528;
}

button:hover {
    background-color: #CFA528;
    border-color: #CFA528;
}

a, .alink,a:hover, .alink:hover {
    color: #CFA528;
}

.cakeconfigurator-base .cakeconfigurator-step-5 .cakeconfigurator-navigation-next span
{
    background-color: #FFF;
    color: #777;
}

.button.btn-cart.v-center:hover span {
    background: #CFA528;
    color: #fff;
}

#picture_option_preview_qty {
    width: 50px;
}
.price-container .price {
    color: #777 !important;
}
.cakeconfigurator-base .cakeconfigurator-step-5 .cakeconfigurator-navigation-next .processing {
    background: url("../images/cakeconfigurator/ajax-loader-processing.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
    background-color: #FFF !important;
    width: 220px;
    height: 33px;
}

.cakeconfigurator-navigation {
    padding-top: 25px !important;
}


/* TAART CONFIGURATOR */

/* tabs */

.cakeconfigurator-base .cakeconfigurator-tabs ul {
    padding: 0;
}


/* content */

.cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .product-name h1 {
    margin-top: 15px !important;
    line-height: 52px;
}

.cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step h2 {
    margin-bottom: 30px !important;
}

.cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .picture-options,
.cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-step-usps {
    margin-bottom: 30px !important;
}

@media only screen and (max-width: 768px) {
    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .picture-edit-title {
        padding-top: 20px;
    }

    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-text-picture h2 {
        margin-top: 15px !important;
    }

    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-edit-picture .picture-edit-title {
        padding-top: 0 !important;
    }

    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-edit-picture .picture-options label,
    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-text-picture .picture-options label {
        width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-edit-picture .picture-options button,
    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-edit-picture .picture-options select,
    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-edit-picture .picture-options textarea,
    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-text-picture .picture-options button,
    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-text-picture .picture-options select,
    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-text-picture .picture-options textarea {
        width: 90%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 420px) {
    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step h1 {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-choose-picture,
    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-preview-picture,
    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-edit-picture,
    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-product-info {
        width: 100%;
    }

    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-text-picture {
        width: 100%;
    }

    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-choose-picture .picture-option-own .picture-option-upload .picture-option-upload-account {
        float: left;
        width: 100%;
    }

    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-choose-picture .picture-option-own,
    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-choose-picture .picture-option-own .picture-option-own-preview {
        float: left;
        width: 100%;
    }

    .cakeconfigurator-base .cakeconfigurator-steps .cakeconfigurator-step .cakeconfigurator-choose-picture .picture-option-own .picture-option-upload .picture-option-upload-account .picture-option-own-preview button.button {
        display: none;
    }
}

