input#deliverys {
    width: 40px;
    margin-bottom: 10px;
}

.glavpunkt-calc {
  padding: 2em;
  max-width: 400px;
  background: #f4e743;
  color: #483117;
  margin: 0 0 1em;
  display: none; }
  .glavpunkt-calc h2 {
    text-align: center; }

.form.cart_form input[type="text"] {
  width: 98%; }

input.read-only {
  background: #eaeaea;
  cursor: not-allowed; }

.glavpunkt-selected-wrapper {
  padding: 1em;
  background: #f4e743; }
  .glavpunkt-selected-wrapper table {
    width: 98%; }
    .glavpunkt-selected-wrapper table td {
      padding: .5em; }
      .glavpunkt-selected-wrapper table td:nth-child(1) {
        width: 100px; }
      .glavpunkt-selected-wrapper table td:nth-child(2) {
        font-weight: bold; }

.order-result {
  padding: 4em;
  margin-bottom: 1em;
  border: 5px dashed green;
  text-align: center;
  font-size: 18px; }

.order-sum h1 {
  margin-bottom: 0;
  padding-bottom: 0; }

/*# sourceMappingURL=new.css.map */
