body {
    background: #f7ede1;
}
#clipArea {
    min-height: 400px;
}
#file,
#clipBtn {
}
.heading {
    text-align: center;
}
#preview {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.container {
    margin-top: 70px;
    padding-left: 0;        
}    
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: block;
}

.stepwizard {
    display: block;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

@media only screen and (max-width: 720px) {
    .stepwizard-row:before {
        display: none;
    }
    .container {
        margin-top: 20px;
        padding-left: 0;        
    }
    .stepwizard.container {
        margin-top: 70px;
    }
    .seo-poster-text {
        padding: 20px;
    }
}
@-moz-document url-prefix() {
    .stepwizard-row:before {
        display: none;
    }
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.buttons-container {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px
}
.nextBtn {
    float: right;
}
.backBtn {
    float: left;
    background-color: #eee;
}
@media only screen and (max-width: 720px) {
    .nextBtn {
        margin: auto;
        float: none;
        margin-left: 10px;
    }
    .buttons-container {
        text-align: center;
    }
}
@media only screen and (max-width: 450px) {
    .backBtn {
        float: none;
        margin: auto;
        margin-bottom: 10px;
    }
}
.step-content {
    padding-bottom: 20px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
body {
    font-family: sans-serif;
}

.file-upload {
    background: none;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
    outline: 3px solid #f00;
}
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #b2331f40;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #b2331f1a;
    border: 4px dashed #db9237;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #cf4b2d;
}

.drag-text {
    text-align: center;
    padding: 10px;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #db9237;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 400px;
    max-width: 90%;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 250px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.photo-warning {
    background: url(https://static2.solentro.com/_all/varningstriangel.gif) no-repeat !important;
    width: 39px;
    height: 40px;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    margin-right: 10px;
}

.arrows {
    width: 20px;
    height: 20px;
}

.image-manipulation-legend {
    display: flex;
    text-align: center;
    margin-left: 1px;
    margin-bottom: 5px;
}

.cselect select {
    border: 1px solid #ccc;
    background: #fafafa;
    padding: 5px 10px;
}

#loader {
    display: none;
    position: fixed;
    z-index: 19999;
    top: 250px;
    font-weight: 700;
    font-size: 25px;
    width:100%;
    justify-content: center;
}
.loader-container {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    line-height: normal;
}
.loader-message {
    margin: auto;
    margin-left: 0;
    margin-right: 0;
}
@media only screen and (max-width: 720px) {
    .loader-message {
        text-align: center;
        margin: auto;
        max-width: 400px;
    }
    #loader {
        font-size: 15px;
        text-align: center;
        margin: auto;
        width: 100%;
    }
    .loader-container {
        flex-direction: column-reverse;
    }
    .loader-container img {
        width: 200px;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}
#price {
    font-size: 40px;
}
.additional-price {
    font-weight: bold;
}
.add-to-cart {
    float:right;
}

@media only screen and (max-width: 720px) {
    .add-to-cart-container {
        height: 50px;
    }
}
.white_frame, .black_frame, .oak_frame {
    border: 10px solid;
    box-shadow: 0 0 9px 5px rgb(0 0 0 / 60%);
}

.white_frame {
    border-color: rgb(251 251 251 / 66%);
    box-shadow: 0 0 9px 5px rgb(0 0 0 / 60%), inset 20px 10px 35px rgb(0 0 0 / 40%);
    border-style: solid;
}

.white_frame img {
}

.oak_frame {
    border-image:url(https://4.imimg.com/data4/EK/KF/MY-3369904/oak-wood-500x500.jpg) 30 30 stretch;
    -moz-border-image: url(https://4.imimg.com/data4/EK/KF/MY-3369904/oak-wood-500x500.jpg) 30 30 stretch;
    -ms-border-image: url(https://4.imimg.com/data4/EK/KF/MY-3369904/oak-wood-500x500.jpg) 30 30 stretch;
    -o-border-image: url(https://4.imimg.com/data4/EK/KF/MY-3369904/oak-wood-500x500.jpg) 30 30 stretch;
    border-style:solid;
}

.final-product {
    max-width: 100%;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .zoom-slider {
        height: 10px;
        border-radius: 10px;
        background-color: #6969694f;
        margin-top: 3px;
    }
    .zoom-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: #d9534f;
        border: 2px solid white;
        border-radius: 25px;
        cursor: pointer;
    }
      
    .zoom-slider::-moz-range-thumb {
        -webkit-appearance: none;
        width: 25px;
        height: 25px;
        background: #d9534f;
        border: 2px solid white;
        cursor: pointer;
        border-radius: 25px;
    }
}
.glyphicon-zoom-out, .glyphicon-zoom-in {
    cursor: pointer;
}
@media only screen and (max-width: 600px) {
    .hidden-phone {
        display: none;
    }
}
.mobile-container {
    margin-bottom: 20px;
}
.frame-presentation {
    width: 60px;
    height: auto;
}
.image-radio-container label {
    margin: 10px;
}

@media only screen and (max-width: 720px) {
    .image-radio-container label {
        margin: 5px;
    }
    .additional-price {
        font-size: 12px;
    }
    .frame-presentation {
        width: 50px;
    }
}

.image-radio-container.frame {
    display: flex;
    justify-content: center;
}
.list-group-item {
    background: none;
}
.list-group-item .summary-value {
    float:right;
    font-weight: bold;
}
.list-group-item.final-price {
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.list-group-item .summary-value.price {
    font-weight: bold;
    font-size: larger;
}
.list-group-item {
    text-align: left;
}
.summary-list-group {
    margin-top: 100px;
}
.size-preview._20 {
    width: 50px;
    height: auto;
}
.size-preview._30 {
    width: 60px;
    height: auto;
}
.size-preview._50 {
    width: 75px;
    height: auto;
}
.size-preview._70 {
    width: 90px;
    height: auto;
}
.poster-details-form {
    margin-left: 50px;
}
#step-1 .poster-details-form { 
    width: 16%;
    margin: auto;
}
.poster-details-form .form-control {
    width: 210px;
}

@media only screen and (max-width: 720px) {
    #step-1 .poster-details-form {
        width: 80%;
    }
    .size-preview._20 {
        width: 40px;
        height: auto;
    }
    .size-preview._30 {
        width: 50px;
        height: auto;
    }
    .size-preview._50 {
        width: 60px;
        height: auto;
    }
    .size-preview._70 {
        width: 70px;
        height: auto;
    }
    .summary-list-group {
        margin-top: 10px;
    }
}
.tools-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.tools-group {
    font-size: 20px;
    color: black;
    display: flex;
    gap: 20px;
    margin-top: 10px;
    justify-content: center;
}

.tools-group.rotation-container {
    margin-top: 8px;
}

.tools-group i{
    margin-left: 3px;
    cursor: pointer;
    font-size: 20px;
}
.tools-group i:hover, .tools-group span:hover{
    color: #eea236;
}
@media only screen and (max-width: 720px) {
    .tools-group i{
        margin-left: 3px;
        cursor: pointer;
        font-size: 25px;
    }
}
.lds-roller {
    background: none;
}