html {
  font-size: 18px;
}

body {
  margin: 0;
}

* {
  font-family: 'Lato';
}

h1, h2, h3, h4, h5 {
  font-family: 'Sora';
}

h1 *, h2 *, h3 *, h4 *, h5 * {
  font-family: 'Sora';
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

h1.page-header {
  border-bottom: 0;
  margin-top: 50px;
}

.view-frontpage {
  display: none;
}

a {
  color: #1D1F1D;
}

.link-no-format, .link-no-format *, .link-no-format *:hover, .link-no-format *:focus, .link-no-format *:visited {
  text-decoration: none !important;
  cursor: pointer;
  color: #1D1F1D;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #FF873C;
  border-radius: 50%;
}

.s-pros .dot {
  background-color: #4CB542;
}

.no-margin {
  margin: 0;
}

.item-price-wrapper {
  display: flex;
  align-items: center;
}

.item-price-wrapper .item-price-icon {
  width: 20px;
  margin-right: 10px;
}

.btn-no {
  padding: 8px 20px;
  font-size: 1rem;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  display: block;
  font-weight: bold;
}

.btn-no:hover, .btn-no:active, .btn-no:focus {
  text-decoration: none;
  color: black;
}

.btn-no:active, .btn-no:focus {
  outline: none;
}

.btn-primary-no {
  background-color: #FF873C;
}

.s-pros .btn-primary-no {
  background-color: #4CB542;
}

.btn-secondary-no {
  background-color: #FEDFCB;
}

.navbar-search-toggle {
  display: none;
}

.m-auto {
  margin: auto;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #FF873C;
}

input:focus + .slider {
  box-shadow: 0 0 1px #FF873C;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.primary-container.appointment {
	display: none;
}
