#bonorder {
    padding: 30px;
    border-radius: 0;
}

#btn-bonorder a.btn-bonorder {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    border: none;
    transition: all .3s cubic-bezier(.39,.58,.57,1);
    /* background: var(--gray-black); */
    letter-spacing: .16em;
    padding: 19px 20px;
    line-height: 100%;
}

#bonorder-wrapper fieldset {
    margin-top: 0;
}

#bonorder-wrapper .modal-body {
    overflow: hidden;
}

#bonorder-wrapper .submit {
    padding-top: 5px;
}

#bonorder sup {
    color: red;
    font-weight: bold;
}

#bonorder label {
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
    text-align: left;
}

#bonorder .modal-content {
    border-radius: 0;
}

#bonorder-wrapper .title {
    background-color: #F5F5F5;
    padding: 13px 0;
    border-bottom: 1px solid rgba(159, 159, 159, 0.34);
    font-size: 18px;
    color: var(--gray-black);
    margin: 0;
    text-align: center;
}

#bonorder-wrapper .image-sticky-order {
    width: 50%;
    float: left;
    margin-right: 15px;
}

#bonorder-wrapper label {
    text-align: left;
}
#bonorder-wrapper .modal-dialog {
    max-width: 700px;
}

#bonorder-wrapper .modal-content {
    border-radius: 0;
}
#bonorder-wrapper .btn {
   width: 100%;
   padding: 20px 5px;
}

#bonorder .quickbuy_errors,
#bonorder .quickbuy_success {
    margin: 0 15px;
    display: none;
    padding: 10px;
    line-height: 1.5;
}

.btn-bonorder:hover,
.btn-bonorder:focus {
    color: #fff;
}

.bon_order_success.alert.alert-success {
    margin: 0;
    padding-top: 0;
}

#btn-bonorder a.btn-bonorder:before {
    background: #525252;
}

#btn-bonorder a.btn-bonorder:hover span,
#btn-bonorder a.btn-bonorder:active span,
#btn-bonorder a.btn-bonorder:focus span {
    color: #fff;
}

#btn-bonorder a.btn-bonorder:hover:after,
#btn-bonorder a.btn-bonorder:active:after,
#btn-bonorder a.btn-bonorder:focus:after {
    filter: invert(0);
}

@media screen and (min-width: 1201px) {
    #btn-bonorder {
        float: right;
        margin-top: -84px;
    }
}

@media screen and (max-width: 768px) {

    #bonorder-wrapper .image-sticky-order {
        display: none;
    }

    #bonorder-wrapper .modal-dialog {
        margin: 100px auto;
    }

    #bonorder-wrapper label {
        margin: 10px 0;
    }
}


@media screen and (max-width: 480px) {
    #bonorder-wrapper .modal-open .modal {
        margin: 0 10px
    }
}