/* @extend display-flex; */
display-flex,
.select-icon,
.select-icon i,
.form-radio input + label figure,
.form-flex,
.steps ul,
.actions ul li a,
.form-row {
    display: flex;
    display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli,
.steps ul,
.actions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}
.h3 {
    font-size: 16px !important;
    font-weight: bold;
    color: #999999;
    cursor: pointer;
}

.main {
    padding: 160px 0;
}

.signup-form {
    padding: 0;
    position: relative;
}

.select-icon {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}
.select-icon i {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    width: 70px;
    height: 40px;
    font-size: 30px;
    color: #999;
}

fieldset {
    border: none;
    margin: 0px;
    margin-top: 20px;
    padding: 0 30px;
}

.form-flex {
    justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around;
    padding: 0 140px;
}

.content h3 {
    display: none;
}

.steps ul {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}
.steps ul li {
    width: 100%;
}
.steps ul li a {
    text-decoration: none;
    display: block;
    background: #f8f8f8;
    text-align: center;
    padding: 8px 0;
}
.steps ul li:hover a {
    background: #ff9d02;
}
.steps ul li:hover a h3 {
    color: #fff;
}
.steps ul .current a {
    background: #ff9d02;
}
.steps ul .current a h3 {
    color: #fff;
}

.actions {
    padding-right: 30px;
    padding-left: 30px;
}
.actions ul {
    display: inline-block;
    width: 100%;
}
.actions ul .disabled {
    display: none;
}
.actions ul li:first-child {
    float: left;
}
.actions ul li:first-child a {
    background: transparent;
    color: #999999;
    border: 1px solid #ebebeb;
}
.actions ul li:nth-child(2),
.actions ul li:last-child {
    float: right;
}
.actions ul li a {
    width: 140px;
    height: 50px;
    color: #fff;
    background: #ff9d02;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    text-transform: uppercase;
}

.inputfile + label {
    max-width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.inputfile + label figure {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background-color: transparent;
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
}

.inputfile + label figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.form-row {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.form-group-flex {
    width: 510px;
}

.form-input {
    width: 50%;
    padding: 0 10px;
    padding-bottom: 20px;
    position: relative;
}

.form-input-flex {
    margin: 0 -10px;
}

label {
    margin-bottom: 0;
}

select.error {
    border: 1px solid #f63726;
}

input.error {
    border: 1px solid #f63726;
}

label.error {
    font-size: 12px;
    color: #f63726;
    /* position: absolute; */
    bottom: 17px;
    left: 0;
}

.label-radio {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 70px;
}

@media screen and (max-width: 992px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%;
    }

    .form-group-flex {
        width: 310px;
    }
}
@media screen and (max-width: 768px) {
    .steps ul,
    .form-row {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }

    .steps ul li {
        width: 100%;
    }

    .content {
        height: 550px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .form-file {
        margin-bottom: 20px;
    }

    .form-flex {
        padding: 0 40px;
    }

    .form-input,
    .form-group-flex {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .signup-form {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*# sourceMappingURL=style.css.map */

.card-input {
    margin: 10px;
    padding: 0px;
}

.card-input:hover {
    cursor: pointer;
}

.selected-card {
    box-shadow: 0 0 1px 1px #2575fc;
}

.buy-items label {
    width: 100%;
}

.loading-spinner {
    width: 30px;
    height: 30px;
    border: 2px solid #ff9d02;
    border-radius: 50%;
    border-top-color: #0001;
    display: inline-block;
    animation: loadingspinner 0.7s linear infinite;
}
@keyframes loadingspinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
