#form h2 {
    text-align: center;
}
#form > fieldset {
    display:none;
}
#form > fieldset:nth-child(1) {
    display:block;
}
#form > fieldset .buttons {
    text-align: center;
    margin-top: 20px;
}
#form > fieldset .buttons .price {
    font-size: 16px;
    color: #000;
    margin-top: 7px;
    font-weight: bolder;
}
#form .btn {
    padding: 9px 40px;
}
#form .next-step, #button-cart {
    background: #F05B26;
    border-color: #F05B26;
}
#form .next-step:hover, #button-cart:hover {
    background: #000000;
    border-color: #000000;
}
#form .btn-success {
    border: 2px solid #4cae4c;
    &:hover {
        border-color: #888;
    }
}
#progressbar {
    margin-bottom: 30px;
    padding-left: 0;
    overflow: hidden;
    color: lightgrey;
    text-align: center;
}
#progressbar .active {
    color: #5cb85c
}
#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400

}
#progressbar.steps-2 li {
    width: 50%;
}
#progressbar.steps-3 li {
    width: 33%;
}
#progressbar.steps-5 li {
    width: 20%;
}

#progressbar #step1:before {
    content: "1"
}

#progressbar #step2:before {
    content: "2"
}

#progressbar #step3:before {
    content: "3"
}

#progressbar #step4:before {
    content: "4"
}

#progressbar #step5:before {
    content: "5"
}

#progressbar li:before {
    width: 45px;
    height: 45px;
    line-height: 42.5px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #5cb85c
}
#pintura {
    width: 100%;
    height: 600px;
}
@media (max-width: 767px) {
    #pintura {
        width: 95%;
        margin: 0px 2.5% 15px 2.5%;
    }
}
@media (max-width: 425px) {
    #pintura {
        width: 90%;
        margin: 0px 5% 15px 5%;
    }
}
#frame-holder {
    position: relative;
}
#frame-holder img {
    width: 100%;
}
#frame-holder::after
{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 767px)
{
    #progressbar li strong {
        display:none;
    }
}
@media (min-width: 767px) {
    #form #button-upload {
        width: 50%;
    }
}

fieldset.PinturaOptionsList.PinturaRadioGroup {
    max-height: 350px;
}