.new-line {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.checkout-li {
  font-size: var(--ol-li-font-size);
  text-transform: capitalize;
}

.country-list {
  width: 15em;
}

.item-margin {
  margin: var(--li-margin) auto;
}

.container-margin {
  margin: var(--ol-margin) auto;
}

.x-small-field {
  width: var(--x-small-field-width);
}

.small-field {
  width: var(--small-field-width);
}

.checkout-login-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.top-margin {
  margin-top: 10px;
}

.bottom-margin {
  margin-bottom: 25px;
}

.visa-logo {
  height: 1em;
  margin-left: 8px;
}

.vipps-logo {
  max-width: 5em;
}

.continue-co {
  background-color: var(--cta-background);
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  padding: 7px 25px;
  margin-top: var(--ol-margin);
  border: var(--cta-background) solid thin;
  border-radius: 10px;
  transition-property: background-color;
  transition-duration: 0.5s;
}

.continue-co:hover {
  background-color: var(--cta-hover-background);
  cursor: pointer;
}

/* =============== ABOUT CONTACT SECTION ===============*/

.checkout-section {
  max-width: 800px;
}

.about-text,
.contact-padding {
  font-size: 0.95em;
  padding: 0 8px;
}

.bold {
  font-weight: bold;
}

.contact-form {
  margin-top: 45px;
}