* {
  box-sizing: border-box;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

body {
  font-family: "Inconsolata", monospace;
  margin: 0;
  line-height: 1.5;
  font-size: 19px;
  color: #222;
  box-sizing: border-box;
}

.content {
  padding: 0 20px;
}

.content.pt {
  padding-top: 24px;
}

.bur-section {
  padding: 24px 0;
}

header.bur-section {
  padding-bottom: 0;
}

header h2 {
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 32px 0;
}

header h2 br {
  display: none;
}

h1 {
  margin-top: 0;
  font-size: 33px;
}

h2 {
  margin-bottom: 8px;
  font-size: 27px;
}

h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

p {
  margin: 20px 0;
}

h2 + p,
h3 + p {
  margin-top: 8px;
}

.btn-cta {
  display: inline-block;
  padding: 16px 35px;
  background-color: #c0242a;
  color: #fff;
  text-decoration: none;
  font-family: "Inconsolata", monospace;
  font-size: 21px;
  font-weight: 300;
  border: none;
  box-shadow: 7px 7px 0 0 #222;
  cursor: pointer;
}

.btn-cta.full {
  width: 100%;
}

.btn-cta:hover {
  position: relative;
  top: 2px;
  left: 2px;
  box-shadow: 5px 5px 0 0 #222;
}

.btn-cta:active {
  top: 7px;
  left: 7px;
  background-color: #a02126;
  box-shadow: none;
}

@media (min-width: 600px) {
  .bur-section {
    padding: 80px 0;
  }
  
  h1 {
    font-size: 47px;
  }
  
  header h2 {
    font-size: 23px;
    margin: 0 0 40px 0;
  }

  header h2 br {
    display: inline;
  }

  .btn-cta.full {
    width: auto;
  }
}

.bur-section img {
  max-width: 100%;
}

.bg-brown {
  background-color: #ebe2d9;
}

.bg-red {
  background-color: #df9985;
}

.center {
  text-align: center;
}

#cta {
  padding: 58px 0 65px 0;
}

#cta h2 {
  margin-top: 0;
}


figure {
  margin: 0 0 40px 0;
}

figure:last-of-type {
  margin-bottom: 0;
}

footer {
  padding: 20px 0;
}

footer h5 {
  font-size: 19px;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

footer li {
  display: block;
  margin: 4px 10px;
}

@media (min-width: 600px) {
  footer li {
    display: inline-block;
    margin: 4px 10px;
  }
}

a {
  color: #222;
}

a:hover {
  text-decoration: none;
}

.form-control {
  margin: 0 0 24px 0;
}

.form-control label {
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
}

.address .form-control label {
  display: block;
  margin-bottom: 8px;
}

.form-control label:first-of-type {
  margin-top: 0;
}

.form-control .bur-input {
  width: 100%;
  display: block;
  padding: 12px;
  border: none;
  background-color: white;
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  box-shadow: 3px 3px 0 0 #7e7265;
}

.form-control .bur-input:active,
.form-control .bur-input:focus {
  outline: none;
  box-shadow: 3px 3px 0 0 #c0242a;
}

hr {
  height: 2px;
  display: block;
  margin: 32px 0;
  border: none;
  background-color: #aa9e91;
  opacity: 0.5;
}

#narocilo h2 {
  margin: 0 0 32px 0;
  font-size: 27px;
  text-align: center;
}

@media (min-width: 600px) {
  #narocilo h2 {
    margin: 0 0 56px 0;
    font-size: 33px;
  }
}

.price {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 24px;
}

.price-amount {
  font-size: 43px;
  color: #c0242a;
}

.totals {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 3px solid #aa9e91;
  border-width: 3px 0;
  font-size: 19px;
}

.total-value {
  text-align: right;
}

.total {
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 600;
}

#payment-cost {
  display: none;
}

#order_payment_3,
#order_payment_3 + label {
  display: none;
}

.choice {
  display: inline-block;
  width: 20px;
  margin: 0 10px 8px 0;
}

.choice + label {
  width: calc(100% - 30px);
  line-height: 20px;
  margin: 0 0 8px 0;
  font-weight: 400;
  font-size: 17px;
  position: relative;
  bottom: 1px;
}

.hide {
  display: none;
}

#order_quantity {
  width: 60px;
  height: 40px;
  font-family: "Inconsolata", monospace;
  font-size: 17px;
  margin-left: 15px;
  text-align: center;
  border: none;
  border-radius: 0;
  box-shadow: 3px 3px 0 0 #7e7265;
}

#order_quantity:active,
#order_quantity:focus {
  outline: none;
}

#thank-you h2 {
  margin: 0;
  font-size: 33px;
  text-align: center;
}

#thank-you h3:first-child,
#thank-you p:first-child {
  margin-top: 0;
}

.order-date {
  margin: 0 0 56px 0;
  font-size: 23px;
  font-weight: normal;
  text-align: center;
}

.text-center {
  text-align: center;
}

.intro-text {
  margin-bottom: 16px;
}

.order-details {
  margin-bottom: 40px;
}

#stripe_info {
  display: none;
  margin: 16px 0 0;
  font-size: 15px;
  color: #666;
}

.terms-checkbox {
  display: flex;
}

.terms-checkbox input {
  margin: 8px 10px 0 0;
}

.fancy-table {
  border-collapse: collapse;
  margin: 0 0 25px 0;
}

.fancy-table thead tr {
  background-color: #ccc;
  font-weight: 600;
  text-align: left;
}

.fancy-table tbody tr {
  background-color: #f3f3f3;
}

.fancy-table th, .fancy-table td {
  padding: 8px 15px;
  border: 1px solid #fff;
}
