/* SHARED */
.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-center {
  justify-content: center;
}

.flex-around {
  justify-content: space-around;
}

.flex-items-center {
  align-items: center;
}

.flex-start {
  justify-content: flex-start;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.with-v-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.with-v-padding-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.with-h-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.full-width {
  width: 100%;
}

p.description {
  font-size: 0.85rem;
}

ul.nested {
  margin-top: 20px;
  margin-left: 20px;
}

ul.nested li {
  list-style-type: circle;
  border-bottom: none;
  margin-bottom: 10px;
  padding: 0;
}

/* SHOP PAGE */
.shop-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
}

.radio-control {
  position: relative;
  margin-right: 10px;
}

.radio-control:last-child {
  margin-right: 0;
}

.controls label {
  position: relative;
  display: inline-block;
  color: #89A2B6;
  width: 32px;
  height: 32px;
  border: solid 1px #89A2B6;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
}

.controls label.active {
  background-color: #89A2B6;
  color: #FFF;
}

.controls input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.controls input[type="radio"]:checked + label {
  background-color: #89A2B6;
  color: #FFF;
}

.shopping-content > div:not(:first-child) {
  margin-top: 2rem;
}

input.shop-phone:focus {
  box-shadow: none;
}

/* MARKDOWN */
#bugs p:empty, #bugs br {
  margin: 0;
  display: none;
}

#bugs h3 {
  margin-top: 2rem;
}

#bugs ol {
  margin-left: 1rem;
  margin-bottom: 2rem;
}

#bugs ol li {
  border-bottom: none;
}

#bugs ol ul {
  margin-left: 1rem !important;
  list-style-type: circle;
  margin-bottom: 1rem;
}

/* START */
#tfa .tag, #tour .tag {
  border: none;
}

#tfa .tag:hover, #tour .tag:hover {
  background-color: #209cee;
}

#tfa .tag.is-success:hover, #tour .tag.is-success:hover {
  background-color: #23d160;
}

/* MODAL */
.modal-card {
  top: 40px;
  width: auto;
  max-width: 520px;
}

/* COUNTRY SELECT */
.country-select .country-list {
  transform: translateY(-100%);
  width: 290px;

}

.country-select .country-list .country {
  display: flex;
  line-height: 14px;
}

/* FAQ */
.faq-section > ul > li {
  padding: 0;
  margin: 1rem 0;
}

.faq-section > ul > li > a {
  margin: 1rem 0;
}

.faq-section ul li .inner {
  margin: 2rem 0;
}

.faq-section ul li .inner p {
  line-height: 22px;
}

.faq-section ul li .inner ul {
  margin-left: 20px;
}

.faq-section ul li .inner ul li {
  list-style-type: circle;
  border-bottom: none;
  padding: 0;
  line-height: 22px;
}

/* RESELLERS */
.reseller-box {
  padding: 5px 15px;
  margin: 10px 0;
  font-size: 1rem;
  line-height: 1.5;
  border-left: solid 1px #8AA2B5;
}

.reseller-box i {
  margin-right: 15px;
  color: #8AA2B5;
}

/* CONTACT */
@media screen and (min-width: 769px) {
  .with-map {
    min-height: 500px;
  }
}

/* POLICIES */
.policies .area--blue h3 {
  color: white;
}

.policies .area--blue strong {
  color: white;
}

.policies .block__inner p:not(.block-sub-title) {
  font-size: 1rem;
}

.policies .block__inner ul, .policies .block__inner ol {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.policies .block__inner ul li, .policies .block__inner ol li {
  padding: 0;
  border: none;
  font-size: 1rem;
}

.policies .block__inner ul li {
  list-style-type: circle;
}

/* FOOTER */
.footer-nav ul li {
  border-bottom: none !important;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.footer-nav ul li a {
  text-decoration: none;
}
