/* Agree */
 .btn_agree {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  padding: 23px 5px 21px;
  background-color: #ff7700;
  border: none;
}

.btn_agree:hover {
  background-color: #ffa04d;
}

input[type="button"][disabled] {
  background-color: #7b7b7b;
  cursor: default;
}

#toHomeDelivery {
    display: none;
}

.displayNone {
	display: none;
}
@media (max-width: 766px) {
  .btn_agree {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    padding: 15px 0;
    border: none;
    width: 100%;
  }
}