<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#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;
}

@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;
}</pre></body></html>