/* КНОПКА "ОФОРМИТЬ ЗАКАЗ" + "Вернуться в корзину" */
#basketOrderButton1,
.btn-outline {
  background-color: transparent;
  border: 2px solid #8a0038;
  color: #8a0038;
  height: 40px;
  padding: 0 24px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

#basketOrderButton1:hover,
.btn-outline:hover {
  background-color: #8a0038;
  color: #fff;
}

/* МОБИЛКА — кнопка на всю ширину */
@media (max-width: 767px) {
  #basketOrderButton1,
  .btn-outline {
    width: 100%;
    display: block;
  }
}

/* ВОТ ЭТО ДОБАВЬ */
#order_form_div .btn-outline {
  display: inline-block !important;
}

/* ПРОМОКОД — без переноса */
.bx_ordercart_coupon span {
  white-space: nowrap;
}