#bonorder {
  padding: 30px;
  border-radius: 0;
}

#btn-bonorder {
  float: right;
  margin-top: -82px;
}
#btn-bonorder a.btn-bonorder span {
  float: right;
  line-height: 200%;
}
#btn-bonorder a.btn-bonorder {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  white-space: inherit;
  transition: all 0.2s linear;
}

#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 .image-sticky-order {
  width: 50%;
  float: left;
  margin-right: 15px;
}

#bonorder-wrapper label {
  text-align: left;
}

#bonorder-wrapper .modal-content {
  border-radius: 0;
}

#bonorder .quickbuy_errors,
#bonorder .quickbuy_success {
  margin: 0 15px;
  display: none;
  padding: 10px;
  line-height: 1.5;
}

.btn-bonorder {
  padding: 13px 35px;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  position: relative;
}

.btn-bonorder:hover,
.btn-bonorder:focus {
  color: #fff;
}

.btn-bonorder:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("../img/click.png") no-repeat 0 0;
  margin-right: 7px;
  vertical-align: -9px;
}

.bon_order_success.alert.alert-success {
  margin: 0;
  padding-top: 0;
}

#btn-bonorder a.btn-bonorder {
  padding: 16px 28px;
  text-transform: capitalize;
  font-weight: 400;
  white-space: inherit;
  border: none;
  transition: all 0.5s;
  box-shadow: 4px 4px 4px #7a7a7a44;
  background: #b2b2b2;
  color: #fff;
  letter-spacing: 0.5px;
}

#btn-bonorder a.btn-bonorder:hover {
  color: #fff;
  border-color: #fff;
  background: #7A7A7A;
  box-shadow: none;
}

#btn-bonorder a.btn-bonorder:before {
  background: #525252;
  /* box-shadow: 0px 110px 0px blue, 20px 110px 0px blue, 40px 110px 0px blue, 60px 110px 0px blue, 80px 110px 0px blue, 100px 110px 0px blue; bottom border */
}

#btn-bonorder a.btn-bonorder:hover span,
#btn-bonorder a.btn-bonorder:active span,
#btn-bonorder a.btn-bonorder:focus span {
  color: #fff;
}


@media screen and (max-width: 1200px) {
  #btn-bonorder {
    margin-top: -93px;
    margin-top: 0;
    float: none;
  }
}

@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;
  }
}
