#order-page {
  margin: 5px 0 15px 0;
}

sup {
  color: #CC0000;
}

.small-text {
  font-size: 13px;
}

#selected-time-block label {
  margin-bottom: 0;
}

#selected-time-block {
  padding: 10px;
  border: dashed 1px #444;
  margin-bottom: 15px;
}

#empty-fields-notice, #privacy-policy-notice {
  display: none;
}

.has-error {
  border-color: #D3002D;
}

.no-top-border {
  border-top: none;
}

#cart-total-row {
  font-weight: bold;
  font-size: 20px;
}

#submit-form {
  margin-bottom: 10px;
}

#empty-cart-notice {
  margin-bottom: 0;
}

.pull-left {
  float: left;
}

.back-link {
  margin: 15px 0;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.back-link:hover {
  text-decoration: none;
}

#mobile-back-link, #mobile-cart-edit-link {
  display: none;
}

.list-group-item {
  border: 1px solid rgba(0,0,0,.125);
}

#payment-please-wait {
  margin-left: 10px;
  display: none;
}

#delivery-place-info {
  margin-top: 7px;
  font-weight: 600;
}

.delivery-info-row {
  margin: 5px 0;
  line-height: 150%;
}

.delivery-info-text {
  display: inline-block;
  width: 250px;
}

.delivery-info-text.auto-width {
  width: auto;
}

#estimated-time {
  font-weight: bold;
}

#discount-card-promo-code {
  width: 250px;
  display: inline-block;
}

#order-form #apply-discount, #discount-alert-row {
  position: relative;
  top: -2px;
  margin-left: 5px;
}

#order-form #apply-discount {
  color: #FFF;
  width: 90px;
  text-align: center;
}

#discount-error-block {
  margin: 0 0 13px 0;
  display: none;
}

#discount-apply-block span {
  padding: 6px 1.25rem;
  display: inline-block;
  margin-bottom: 0;
}

#remove-discount {
  margin-left: 5px;
  position: relative;
  top: -2px;
  text-transform: uppercase;
}

#remove-discount:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 1000px) {
  #discount-apply-block span {
    display: block;
    margin-bottom: 15px;
  }
  #remove-discount {
    top: 0;
    margin: 0;
  }
}

@media (max-width: 500px) {
  #submit-form {
    width: 100%;
  }
  h4 {
    display: block;
  }
}

@media (max-width: 767px) {
  #mobile-back-link, #mobile-cart-edit-link {
    display: inline-block;
  }
  #mobile-cart-edit-link {
    margin: 7px 0 0 0;
  }
  .top-back-link {
    display: none;
  }
}

@media (max-width: 500px) {
  .delivery-info-text {
    width: 100%;
    display: block;
  }
}

/* Sąskaitos forma */

#invoice-form, #company-select-block, #company-form-notice {
  display: none;
}

/* Privatumo politika ir taisyklės */

.yellow-row {
  background: #fff3cd;
}

.red-text, .dish-discount {
  color: #FE0100;
}

.dish-discount {
  font-size: 12px;
}