/*#quick_order {*/
    /*cursor: pointer;*/
    /*display: table-cell;*/
    /*width: 200px;*/
    /*background: #078811;*/
    /*border-radius: 20px;*/
    /*height: 38px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*font-size: 14px;*/
    /*vertical-align: middle;*/
    /*text-transform: uppercase;*/
/*}*/
.buy-block {
    /*width: 50%;*/
    /*margin: 10px auto;*/
    /*text-align: center;*/
    /*vertical-align: middle;*/
    clear: both;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.8;
}
.service-buy-block {
    width: 50%;
    margin: 10px auto;
    text-align: center;
    vertical-align: middle;
    border: 1px solid green;
    border-radius: 20px;
}
.quick_order_modal_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9998;
    background: rgba(0,0,0,0.5);
}
#quick_order_modal_body {
    position: fixed;
    z-index: 9999;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    margin: 10% auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border: 3px solid;
}
/*#quick_order_modal_body .middle > div:not(.image_block) {*/
    /*float: left;*/
    /*width: 100%;*/
    /*max-width: 485px;*/
    /*padding:10px;*/
    /*border-bottom: 1px solid #cfcfcf;*/
/*}*/
#quick_order_modal_body .image_block {
    /*
    float: left;
    border-right: 1px solid #cfcfcf;
    padding: 15px;
    margin-right: 15px;
    min-height: 240px;*/
    /*float: left;*/
    /*width: 170px;*/
    /*position: relative;*/
    /*min-height: 200px;*/
    /*height: 300px;*/
    /*border-right: 1px solid #cfcfcf;*/
    /*margin-right: 10px;*/
}
.modal-training-image {
    float: none;
    text-align: center;
    /*padding-top: 30%;*/
}
#quick_order_modal_body .processing .quantity,
#quick_order_modal_body .processing .totals,
#quick_order_modal_body .processing .option {
    display: inline-block;
    width: 32%;
    text-align: left;
    position: relative;
}
#quick_order_modal_body select {
    font-size: 16px;
    border: none;
    outline: none;
    max-width: 150px;
    overflow: hidden;
    max-width: 240px;
    position: relative;
}
.fa-times{
    font-size: 20px;
}
.option_error,
.field_error {
    position: absolute;
    color: red;
    font-size: 11px;
    right: 0;
    left: 0;
    margin: -10px auto;
}
/*KS 30.01.17*/
.field_error_quantity {
    font-size: 12px;
    top: 28px;
    color: red;
    position: absolute;
    display: inline-block;
    left: 0;
    top: -15px;
}
/*END*/
.option_error {
    padding-left: 193px;
}
.name .name_main {
    /*font-size: 18px;*/
}
#quick_order_modal_body .processing .totals {
    text-align: right;
}
#quick_order_modal_body .processing .option {
    border: none;
    outline: none;
    font-size: 14px;
    position: relative;
    text-align: center;
}
#quick_order_modal_body .bottom {
    /*text-align: right;*/
    /*float: right;*/
    /*padding-right: 3px;*/
    /*width: 100%;*/
    /*max-width: 485px;*/
    /*padding-top: 10px;*/
}
.bottom .totals {
    float: left;
    text-align: left;
    font-size: 22px;
}
#total_order {
    color: #FF5722;
}
/*#quick_order_modal_body .bottom input {*/
    /*border: none;*/
    /*padding: 10px;*/
    /*font-size: 14px;*/
    /*margin-top: 10px;*/
/*}*/
#quick_order_modal_body .close_button {
    cursor: pointer;
    float: right;
    font-size: 30px;
    position: absolute;
    right: 10px;
}
.ocdev_smart_checkout_fields div {
    position: relative;
    float: left;
    width: 100%;
}
.ocdev_smart_checkout_fields input {
    width: 100%;
    border: 1px solid #cfcfcf;
    margin-left: -1px;
    margin-top: 10px;
    line-height: 26px;
    padding-left: 10px;
    margin-bottom: 10px;
}
#quick_order_modal_body .processing {
    padding-top: 40px !important;
}
#quick_order_modal_body .processing .name {
    text-align: center;
}
#quick_order_modal_body .processing .name p {
    font-size: 12px;
    margin: 10px 0;
}
#quick_order_modal_body .input_quantity {
    width: 45px;
    height: 30px;
    border: none;
    text-align: center;
    outline: none;
    font-size: 21px;
    font-weight: 600;
}
#quick_order_modal_body .quantity button {
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}

#quick_order_modal_body .image_block img {
    width: 100%;
}
@media screen and (max-width: 767px) {

    .modal-product-image {
        float: none;
    }

}