.fast-order{
    position:relative;
    float:right;
    background-color:#fff;
    padding: 20px;
    border-radius:25px;
    box-shadow:0px 2px 25px #0000001f;
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
}
.fast-order select{
    padding: 8px !important;
    width: 100% !important;
    min-width: 100% !important;
    border: 1px solid #ddd !important;
}
.fast-order > div > div{
    float:right;
    width: 100%;
}
.fast-order > div > div > div:nth-child(1){
    float:right;
    width: 100%;
    font-weight: bold !important;
    font-size: 14px;
    position: relative;
}
.fast-order > div > div > div:nth-child(2){
    float:left;
    width: 100%;
}
.fast-order > div > div > div > span{
font-size: 12px;
    float: right;
    font-weight: 300;
    margin-top: 3px;
    position: absolute;
    max-width: 500px;
    right: 73px;
    top: 0;
    color: #999;
}

.fast-order p.submit{
    float: initial;
}
.fast-order p.submit input{
    background: #e22525;
    padding: 5px 45px !important;
    color: #ffffff;
    text-shadow: none;
    border-radius: 6px;
    box-shadow: 0px 3px 10px #d23f06;
    height: auto;
    border: 0;
}
.fast-order center ul li{
    display:inline-block;
    border-radius: 50px;
    padding: 10px 25px 13px 25px;
    cursor: pointer;
    margin-left: 20px;
}
.fast-order center{
    margin-bottom:50px;
    float:right;
    width:100%;
}
.fast-order center ul li.active{
    color: #fff;
    background: #ff5151;
    box-shadow: 1px 3px 13px #ff5151;
    line-height: 20px;
}
.fast-order p.submit input:hover{
    background:#cc0000;
    box-shadow: 1px 3px 13px #b10000;
}
.fast-order .fa-select,.fast-order .fa-select option{
    font-family: 'Font Awesome 5 Pro','Font Awesome 5 Brands' !important;
    font-weight: 900;
    text-align: center;
}
.fast-order input[type=text]{
    border:1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 0 0 !important;
    background: #fbfbfb;
    padding: 6px 2px;
    min-width: 100%;
    padding-right: 10px;
}
.fast-order .fa-select{
    background: #fbfbfb;
    border-radius: 0px 25px 25px 0px;
    padding: 7px !important;
    height: 31px !important;
    position: absolute;
    border: 1px solid #eee;
    border-left: 0px;
    box-shadow: 6px 0px 34px #e4e4e4;
}
.bottomnav input[type=text]{text-align:left;direction: ltr;}


.fast-order .switcher {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 100px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    font-size: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fast-order .switcher input {
    display: none;
}

.fast-order .switcher__indicator::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #d5d5d5;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation-name: pulsein;
    animation-name: pulsein;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.fast-order .switcher__indicator::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 50px;
    height: 4px;
    background-color: #d5d5d5;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.fast-order input:checked + .switcher__indicator::after {
    background-color: #e22525;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-animation-name: pulseout;
    animation-name: pulseout;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.fast-order input:checked + .switcher__indicator::before {
    background-color: #e22525;
}
.fast-order input:disabled + .switcher__indicator::after, input:disabled + .switcher__indicator::before {
    background-color: #e5e5e5;
}

@-webkit-keyframes pulsein {
    0%, 100% {
        top: 7px;
        height: 20px;
        width: 20px;
    }
    50% {
        top: 12px;
        height: 15px;
        width: 32px;
    }
}

@keyframes pulsein {
    0%, 100% {
        top: 7px;
        height: 20px;
        width: 20px;
    }
    50% {
        top: 12px;
        height: 15px;
        width: 32px;
    }
}
@-webkit-keyframes pulseout {
    0%, 100% {
        top: 7px;
        height: 20px;
        width: 20px;
    }
    50% {
        top: 12px;
        height: 15px;
        width: 32px;
    }
}
@keyframes pulseout {
    0%, 100% {
        top: 7px;
        height: 20px;
        width: 20px;
    }
    50% {
        top: 12px;
        height: 15px;
        width: 32px;
    }
}

.fast-ordershow:before{
    display:none !important;
}
.fast-order .notice{
    padding: 10px;
    border-color: #e22525;
    background: #ffffff;
    color: #e22525;
    font-weight: 600;
    margin-bottom: 40px;
    float: right;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.fast-order .button-primary.focus,.fast-order .button-primary.hover,.fast-order .button-primary:focus,.fast-order .button-primary:hover{
    background:#cc0000;
}

.fast-order h1{
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.fast-order #message{
    box-sizing:border-box;
}

.fast-order .fast-order-sidebar{
    width: 100%;
    float:right;
    box-sizing: border-box;
}
.fast-order .fast-order-general{
    width: 100%;
    float:left;
    margin-top: 30px;
    display: none;
}
.fast-order .fast-order-general.active{
    display:block !important;
}
.fast-order .fast-order-sidebar ul{
    margin:0;
    width: auto;
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 18px;
}
.fast-order .fast-order-sidebar ul li{
    margin: 0;
    display: inline-block;
    padding: 10px 50px;
    cursor: pointer;
    margin-left: 15px;
    border: 1px solid #eee;
    border-radius: 30px;
    width: 40px;
}
.fast-order .fast-order-sidebar ul li a{
    color:#555;
}
.fast-order .fast-order-sidebar ul li.active,.fast-order .fast-order-sidebar ul li:hover{
    box-shadow:0px 0px 10px #eee;
    background: #e22525;
    border-radius: 30px;
    box-shadow: 0px 0px 8px #e225257a;
    border: 1px solid #e22525;
    transition:0.3s;
}
.fast-order .fast-order-sidebar ul li.active a,.fast-order .fast-order-sidebar ul li:hover a{
    color:#fff;
}

.fast-order-shortcode{
    width: 100%;
    float:left;
    margin-top: 30px;
    display: none;
}
.fast-order-shortcode.active{
    display:block !important;
}

.fast-order .fast-order-shortcode .notice span{
    background:#eee;
    padding: 6px 75px;
    position: absolute;
    left: 1%;
    top: 3px;
    color: #555;
    border: 1px solid #9992;
    cursor: text;
    right: inherit;
}
.fast-order-shortcode .col h2{
    background:#656565;
    padding:10px;
    border-radius:3px;
    color:#fff;
}
.fast-order-shortcode .col:nth-child(3){
    width: 48%;
    padding-left: 1%;
    border-left: 2px solid #ddd;
    float:right;
}
.fast-order-shortcode .col:nth-child(4){
    width: 48%;
    padding-right: 1%;
    float:left;
}

.fast-order-shortcode .col > div{
    width:100% !important;
    float: right !important;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEC;
    padding-bottom: 10px;
    position: relative;
}
.fast-order-shortcode .col > div:nth-child(odd){
    background:#eee;
    padding:10px 5px;
    box-sizing:border-box;
    border-radius:5px;
}
.fast-order-shortcode .col > div:nth-child(even){
    background:#fff;
    padding:10px 5px;
    box-sizing:border-box;
}

.fast-order .fast-order-shortcode input{
    padding: 3px;
    border-radius: 4px;
    min-width: 50px;
    float: left;
    background: #eee;
    border: 1px solid #9995;
    text-align: center;
    width: 50px;
}
.fast-order .fast-order-shortcode label span{
    float: left;
    margin-right: 7px;
    width: 35px;
    position: relative;
    height: 35px;
    margin-top: -24px;
    font-size: 10px;
}

.fast-order-shortcode .col>div >div:first-child{
    width:auto;
    float: right;
    padding-top: 3px;
}
.fast-order .fast-order-shortcode span{
    float:right;
    position: absolute;
    right: 0;
    top: 33px;
    color: #999;
    right: 5px;
}

.fast-order .wp-picker-container{
    float:left;
}
.fast-order .wp-color-result-text{
    display:none;
}

.fast-order .col #message{
    display:none
}
.fast-order > div > div > div:nth-child(2) span{
    float: right;
    position: inherit;
}

.fast-order > div > div > div:nth-child(2) span .select2-selection{
    border:1px solid #ddd;
}
.fast-order > div > div > div:nth-child(2) span.select2-selection__choice__remove{
    width: 10px !important;
    min-width: auto;
}
.input span.requierd{
    display: none;
    left: 45px !important;
    right: unset !important;
    font-size: 11px !important;
    color: red !important;
    top: 3px !important;
}
.error-input{
    border: 1px solid red !important;
}
.input {
    position: relative;
    width: 100%;
    margin: 15px auto;
    display:flex;
}
p.course-error{
    display:none;
    color: red;
    margin: 0;
}