@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
  letter-spacing: normal; }

svg {
  margin-right: 0.6em; }

div {
  box-sizing: border-box; }

.img-fluid {
  width: 100%;
  height: auto; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

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

.bg-white {
  background: #FFFFFF; }

.contact-box, .contact-body, .contact form {
  display: flex;
  flex-flow: column wrap;
  box-sizing: border-box;
  z-index: 100; }

.contact-box {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  margin-left: auto;
  margin-right: 40px;
  width: 280px;
  padding: 1em 1em 1em 3em;
  background: linear-gradient(#3bb050, #2e8a3f);
  color: #FFFFFF;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  cursor: pointer; }
  .contact-box:hover {
    cursor: pointer; }
  @media (max-width: 500px) {
    .contact-box {
      width: 100%;
      border-top-right-radius: 0;
      border-top-left-radius: 0; } }
  .contact-box .button {
    background: rgba(255, 255, 255, 0.25);
    display: block;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    margin-left: auto;
    font-size: 10px;
    padding: 5px 15px;
    transition: background-color 0.2s ease-in; }
    .contact-box .button:hover {
      background: rgba(255, 255, 255, 0.35); }

.contact-title {
  text-transform: uppercase; }
  .contact-title h3 {
    margin-bottom: 0;
    line-height: normal;
    color: #FFFFFF;
    font-weight: bold; }

.contact-body {
  font-size: 12px;
  display: none; }
  .contact-body form {
    margin-bottom: 1rem; }
  .contact-body input, .contact-body textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(46, 138, 63, 0.4);
    padding: 5px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 10px; }
    .contact-body input:hover, .contact-body input:focus, .contact-body textarea:hover, .contact-body textarea:focus {
      border: 1px solid rgba(46, 138, 63, 0.4); }
  .contact-body textarea {
    margin-bottom: 0.3rem; }
  .contact-body input::-webkit-input-placeholder, .contact-body textarea::-webkit-input-placeholder {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: italic; }
  .contact-body input:-ms-input-placeholder, .contact-body textarea:-ms-input-placeholder {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: italic; }
  .contact-body input::-ms-input-placeholder, .contact-body textarea::-ms-input-placeholder {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: italic; }
  .contact-body input::placeholder, .contact-body textarea::placeholder {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: italic; }
  .contact-body .form-group {
    position: relative;
    margin-bottom: 0.3rem; }
    .contact-body .form-group svg {
      position: absolute;
      right: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #888888;
      font-size: 12px; }
  .contact-body p {
    margin-bottom: 0.3rem;
    color: #FFFFFF; }
    .contact-body p:first-child {
      margin-bottom: 0.7rem; }

.contact-icon {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 20px; }

.products .products-title {
  display: block;
  font-size: 1.5em;
  line-height: 34px;
  color: #000000;
  margin-bottom: 10px;
  letter-spacing: normal; }

.products .products-view-more {
  display: block;
  text-align: right; }
  .products .products-view-more a,
  .products .products-view-more input[type="submit"],
  .products .products-view-more input[type="button"] {
    display: block;
    padding: 0.3em 0.8em;
    border-radius: 3px;
    transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out;
    background: #3bb050;
    border: 1px solid #3bb050;
    color: #FFFFFF;
    font-size: 16px;
    box-sizing: border-box; }
    .products .products-view-more a:hover, .products .products-view-more a:focus,
    .products .products-view-more input[type="submit"]:hover,
    .products .products-view-more input[type="submit"]:focus,
    .products .products-view-more input[type="button"]:hover,
    .products .products-view-more input[type="button"]:focus {
      cursor: pointer;
      color: #FFFFFF;
      background: #2e8a3f;
      border-color: #2e8a3f;
      text-decoration: none; }
  .products .products-view-more.reverse a,
  .products .products-view-more.reverse input[type="submit"],
  .products .products-view-more.reverse input[type="button"] {
    background: #FFFFFF;
    color: #3bb050; }
    .products .products-view-more.reverse a:hover, .products .products-view-more.reverse a:focus,
    .products .products-view-more.reverse input[type="submit"]:hover,
    .products .products-view-more.reverse input[type="submit"]:focus,
    .products .products-view-more.reverse input[type="button"]:hover,
    .products .products-view-more.reverse input[type="button"]:focus {
      cursor: pointer;
      color: #2e8a3f; }
  .products .products-view-more.disabled a,
  .products .products-view-more.disabled input[type="submit"],
  .products .products-view-more.disabled input[type="button"] {
    color: #FFFFFF;
    background: #c4c4c4;
    border-color: #c4c4c4; }
    .products .products-view-more.disabled a:hover, .products .products-view-more.disabled a:focus,
    .products .products-view-more.disabled input[type="submit"]:hover,
    .products .products-view-more.disabled input[type="submit"]:focus,
    .products .products-view-more.disabled input[type="button"]:hover,
    .products .products-view-more.disabled input[type="button"]:focus {
      cursor: default;
      color: #FFFFFF;
      background: #c4c4c4;
      border-color: #c4c4c4; }
  .products .products-view-more a {
    display: inline-block; }

.products p.product-name {
  font-weight: bold; }

.products .product-tile {
  display: flex;
  flex-direction: column;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 1.5rem; }
  .products .product-tile.visit-category {
    flex-wrap: wrap;
    justify-content: space-between; }
    .products .product-tile.visit-category > div {
      position: relative;
      display: flex;
      flex-grow: 1;
      justify-content: center;
      align-items: center;
      background: #3bb050;
      color: white;
      font-size: 18px;
      box-sizing: border-box;
      padding: 1rem;
      border-radius: 8px; }
      .products .product-tile.visit-category > div img {
        max-width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        opacity: 0; }
      .products .product-tile.visit-category > div span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

.products .product-name {
  font-size: 12px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  margin: .5rem 0 0 0; }
  .products .product-name > div:first-child {
    width: 69%;
    font-weight: bold; }
    @media (max-width: 480px) {
      .products .product-name > div:first-child {
        display: block;
        margin: 0 0 0.5rem 0; } }
  .products .product-name > div:last-child {
    width: 29%;
    color: #3bb050;
    text-align: right; }
    @media (max-width: 480px) {
      .products .product-name > div:last-child {
        width: 100%;
        display: block; } }

.products a:hover {
  text-decoration: none;
  border-bottom: none; }

.products .bs-row {
  margin-left: -5px;
  margin-right: -5px; }

.products img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #3bb050;
  border-radius: 8px;
  overflow: hidden;
  padding: 5px;
  box-sizing: border-box; }

@media (max-width: 768px) {
  .products .product-tile {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 430px) {
  .products .product-tile {
    flex: 0 0 100%;
    max-width: 100%; } }

.button {
  cursor: pointer; }
  .button a,
  .button input[type="submit"],
  .button input[type="button"] {
    display: block;
    padding: 0.3em 0.8em;
    border-radius: 3px;
    transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out;
    background: #3bb050;
    border: 1px solid #3bb050;
    color: #FFFFFF;
    font-size: 12px;
    box-sizing: border-box; }
    .button a:hover, .button a:focus,
    .button input[type="submit"]:hover,
    .button input[type="submit"]:focus,
    .button input[type="button"]:hover,
    .button input[type="button"]:focus {
      cursor: pointer;
      color: #FFFFFF;
      background: #2e8a3f;
      border-color: #2e8a3f;
      text-decoration: none; }
  .button.reverse a,
  .button.reverse input[type="submit"],
  .button.reverse input[type="button"] {
    background: #FFFFFF;
    color: #3bb050; }
    .button.reverse a:hover, .button.reverse a:focus,
    .button.reverse input[type="submit"]:hover,
    .button.reverse input[type="submit"]:focus,
    .button.reverse input[type="button"]:hover,
    .button.reverse input[type="button"]:focus {
      cursor: pointer;
      color: #2e8a3f; }
  .button.disabled a,
  .button.disabled input[type="submit"],
  .button.disabled input[type="button"] {
    color: #FFFFFF;
    background: #c4c4c4;
    border-color: #c4c4c4; }
    .button.disabled a:hover, .button.disabled a:focus,
    .button.disabled input[type="submit"]:hover,
    .button.disabled input[type="submit"]:focus,
    .button.disabled input[type="button"]:hover,
    .button.disabled input[type="button"]:focus {
      cursor: default;
      color: #FFFFFF;
      background: #c4c4c4;
      border-color: #c4c4c4; }
  .button:hover {
    cursor: pointer; }

.button-signup {
  margin-bottom: 1rem; }
  .button-signup a,
  .button-signup input[type="submit"],
  .button-signup input[type="button"] {
    display: block;
    padding: 0.3em 0.8em;
    border-radius: 3px;
    transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out;
    background: #3bb050;
    border: 1px solid #3bb050;
    color: #FFFFFF;
    font-size: 16px;
    box-sizing: border-box; }
    .button-signup a:hover, .button-signup a:focus,
    .button-signup input[type="submit"]:hover,
    .button-signup input[type="submit"]:focus,
    .button-signup input[type="button"]:hover,
    .button-signup input[type="button"]:focus {
      cursor: pointer;
      color: #FFFFFF;
      background: #2e8a3f;
      border-color: #2e8a3f;
      text-decoration: none; }
  .button-signup.reverse a,
  .button-signup.reverse input[type="submit"],
  .button-signup.reverse input[type="button"] {
    background: #FFFFFF;
    color: #3bb050; }
    .button-signup.reverse a:hover, .button-signup.reverse a:focus,
    .button-signup.reverse input[type="submit"]:hover,
    .button-signup.reverse input[type="submit"]:focus,
    .button-signup.reverse input[type="button"]:hover,
    .button-signup.reverse input[type="button"]:focus {
      cursor: pointer;
      color: #2e8a3f; }
  .button-signup.disabled a,
  .button-signup.disabled input[type="submit"],
  .button-signup.disabled input[type="button"] {
    color: #FFFFFF;
    background: #c4c4c4;
    border-color: #c4c4c4; }
    .button-signup.disabled a:hover, .button-signup.disabled a:focus,
    .button-signup.disabled input[type="submit"]:hover,
    .button-signup.disabled input[type="submit"]:focus,
    .button-signup.disabled input[type="button"]:hover,
    .button-signup.disabled input[type="button"]:focus {
      cursor: default;
      color: #FFFFFF;
      background: #c4c4c4;
      border-color: #c4c4c4; }
  .button-signup a {
    background: #000000;
    border-color: #000000;
    padding: 1em;
    text-align: center; }
    .button-signup a:hover, .button-signup a:focus {
      background: #080808;
      border-color: #080808; }

ul.check {
  margin-left: 1.5rem; }
  ul.check li span {
    color: #3bb050;
    font-size: 12px; }

.search-box {
  margin-right: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  min-width: 240px; }
  .search-box input {
    border: 1px solid #d5d5d5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    flex-grow: 1; }
    .search-box input::-webkit-input-placeholder {
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-style: italic;
      color: #d5d5d5; }
    .search-box input:-ms-input-placeholder {
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-style: italic;
      color: #d5d5d5; }
    .search-box input::-ms-input-placeholder {
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-style: italic;
      color: #d5d5d5; }
    .search-box input::placeholder {
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-style: italic;
      color: #d5d5d5; }
  .search-box .submit {
    border: 1px solid #d5d5d5;
    border-left: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 0.7rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #eeeeee; }
    .search-box .submit svg {
      margin-right: 0; }
  @media (max-width: 500px) {
    .search-box {
      min-width: 100%; } }

body .sp-cart-popup .sp-cart-popup-bg {
  background: rgba(85, 85, 85, 0.4); }

body .sp-cart-popup .sp-cart-popup-box {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden; }
  body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-title {
    background: #3bb050;
    padding: 1rem;
    color: #FFFFFF;
    font-size: 14px; }
    body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-title svg {
      font-size: 22px;
      margin: 0 10px 0 0; }
    body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-title .sp-cart-popup-close {
      margin-left: auto;
      font-size: 20px;
      line-height: 20px; }
  body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; }
    body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button {
      flex: 0 0 auto;
      max-width: 50%;
      display: inline-block;
      box-sizing: border-box;
      margin-right: 0.5em; }
      body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button a,
      body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button input[type="submit"],
      body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button input[type="button"] {
        display: block;
        padding: 0.3em 0.8em;
        border-radius: 3px;
        transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out;
        background: #3bb050;
        border: 1px solid #3bb050;
        color: #FFFFFF;
        font-size: 12px;
        box-sizing: border-box; }
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button a:hover, body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button a:focus,
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button input[type="submit"]:hover,
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button input[type="submit"]:focus,
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button input[type="button"]:hover,
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button input[type="button"]:focus {
          cursor: pointer;
          color: #FFFFFF;
          background: #2e8a3f;
          border-color: #2e8a3f;
          text-decoration: none; }
      body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.reverse a,
      body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.reverse input[type="submit"],
      body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.reverse input[type="button"] {
        background: #FFFFFF;
        color: #3bb050; }
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.reverse a:hover, body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.reverse a:focus,
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.reverse input[type="submit"]:hover,
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.reverse input[type="submit"]:focus,
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.reverse input[type="button"]:hover,
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.reverse input[type="button"]:focus {
          cursor: pointer;
          color: #2e8a3f; }
      body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.disabled a,
      body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.disabled input[type="submit"],
      body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.disabled input[type="button"] {
        color: #FFFFFF;
        background: #c4c4c4;
        border-color: #c4c4c4; }
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.disabled a:hover, body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.disabled a:focus,
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.disabled input[type="submit"]:hover,
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.disabled input[type="submit"]:focus,
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.disabled input[type="button"]:hover,
        body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.disabled input[type="button"]:focus {
          cursor: default;
          color: #FFFFFF;
          background: #c4c4c4;
          border-color: #c4c4c4; }
      body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button a::after {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0; }
      body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button a::after {
        margin-left: 0.5em; }
      body .sp-cart-popup .sp-cart-popup-box .sp-cart-popup-actions .button.reverse a {
        background: none; }

.modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  background: rgba(85, 85, 85, 0.4); }
  .modal-container .modal {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; }
  .modal-container .modal-box {
    position: relative;
    flex: 0 0 auto;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden; }
    .modal-container .modal-box .modal-header {
      background: #3bb050;
      padding: 15px;
      display: flex;
      align-items: center;
      color: #FFFFFF; }
      .modal-container .modal-box .modal-header p {
        color: #FFFFFF;
        margin: 0;
        padding: 0; }
      .modal-container .modal-box .modal-header svg {
        font-size: 22px; }
    .modal-container .modal-box .modal-body {
      padding: 15px; }
    .modal-container .modal-box .button-wrapper {
      display: flex;
      flex-flow: row wrap; }
    .modal-container .modal-box .button {
      flex: 0 0 auto;
      max-width: 50%;
      display: inline-block;
      box-sizing: border-box;
      margin-right: 0.5em; }
      .modal-container .modal-box .button svg {
        margin-left: 0.5em; }
    .modal-container .modal-box .modal-close {
      position: absolute;
      top: 0;
      right: 0;
      width: 2rem;
      height: 2rem;
      color: rgba(0, 0, 0, 0.55);
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      background: transparent; }
      .modal-container .modal-box .modal-close svg {
        margin-right: 0;
        font-size: 14px; }
      .modal-container .modal-box .modal-close:hover, .modal-container .modal-box .modal-close:focus {
        cursor: pointer; }

.modal-open {
  overflow-y: hidden; }
  .modal-open .site-container {
    -webkit-filter: blur(3px);
            filter: blur(3px); }
  .modal-open footer {
    -webkit-filter: blur(3px);
            filter: blur(3px); }

.drp-calendar table td, .drp-calendar table th {
  padding: 0; }

.contact-box {
  width: 300px;
  padding: 0; }
  @media (max-width: 768px) {
    .contact-box {
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .contact-box {
      width: calc(90% - 30px); } }
  .contact-box .error,
  .contact-box .success {
    display: none;
    padding: 10px;
    margin: 0 3em 1em 2.5rem;
    box-sizing: border-box;
    color: white;
    width: calc(100% - (3em + 2.5rem)); }
    .contact-box .error span,
    .contact-box .success span {
      font-weight: bold;
      font-size: 14px;
      color: white; }
    .contact-box .error p,
    .contact-box .success p {
      font-size: 12px;
      margin: 0;
      padding: 0;
      color: white; }
  .contact-box .success {
    background: none;
    padding: 0; }
  .contact-box .error {
    background: none;
    border: 1px dashed #ffffff;
    padding: 10px;
    color: white; }
    .contact-box .error p, .contact-box .error span {
      color: inherit; }
  .contact-box .contact-title {
    padding: 1em 3em 1em 2.5rem;
    z-index: 2; }
  .contact-box .contact-body {
    max-width: 100%;
    padding: 0 3em 0 2.5rem;
    z-index: 1; }
    .contact-box .contact-body textarea {
      line-height: normal;
      min-height: 100px; }
    .contact-box .contact-body::before {
      content: "\f068";
      display: block;
      position: absolute;
      right: 20px;
      top: 17px;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.contact-box-trigger:hover {
  cursor: pointer; }

.help {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 2px dashed #ddd;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 8px;
  margin: 50px 0 0 0; }
  @media (max-width: 768px) {
    .help {
      display: block; } }
  .help .help-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%; }
    @media (max-width: 768px) {
      .help .help-col {
        width: 100%;
        margin: 0 0 25px 0; }
        .help .help-col:last-child {
          margin: 0; } }
    .help .help-col .help-content {
      display: block;
      width: 100%;
      text-align: center; }
      .help .help-col .help-content .help-title {
        font-size: 18px;
        font-weight: bold; }
      .help .help-col .help-content .help-message {
        font-size: 16px; }
      .help .help-col .help-content p {
        display: block;
        margin: 0 0 5px 0;
        padding: 0; }
      .help .help-col .help-content .button {
        display: inline-block;
        background: #3bb050;
        color: white;
        padding: 5px 10px;
        margin: 10px 0 0 0;
        font-size: 14px;
        border-radius: 3px;
        transition: all 100ms ease-in-out; }
        .help .help-col .help-content .button:hover {
          background: #000000; }
    .help .help-col.message::before {
      content: "";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0; }
    .help .help-col.contact::before {
      content: "";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0; }
    .help .help-col.faq::before {
      content: "";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0; }
    .help .help-col::before {
      display: block;
      margin: 0 0 10px 0 !important;
      font-size: 24px !important;
      line-height: 75px !important;
      width: 75px;
      height: 75px;
      background: #eee;
      color: #555555;
      text-align: center;
      border-radius: 100px;
      box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1); }

body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature,
body .feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }
  @media (max-width: 768px) {
    body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature,
    body .feature {
      display: block; } }
  body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col,
  body .feature .feature-col {
    display: flex;
    width: 33%; }
    @media (max-width: 768px) {
      body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col,
      body .feature .feature-col {
        width: 100%;
        margin: 0 0 25px 0; }
        body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col:last-child,
        body .feature .feature-col:last-child {
          margin: 0; } }
    body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col .feature-content,
    body .feature .feature-col .feature-content {
      display: block;
      width: calc(100% - 100px);
      margin: 0 0 0 25px; }
      body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col .feature-content .feature-title,
      body .feature .feature-col .feature-content .feature-title {
        font-size: 24px;
        line-height: normal;
        color: #3bb050;
        margin: 0 0 15px 0; }
      body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col .feature-content .feature-message,
      body .feature .feature-col .feature-content .feature-message {
        font-size: 12px; }
        body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col .feature-content .feature-message ul,
        body .feature .feature-col .feature-content .feature-message ul {
          margin: 0;
          padding: 0;
          list-style-type: none; }
          body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col .feature-content .feature-message ul li,
          body .feature .feature-col .feature-content .feature-message ul li {
            padding: 0;
            font-size: 14px;
            line-height: normal;
            margin: 0 0 10px 0; }
            body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col .feature-content .feature-message ul li:last-child,
            body .feature .feature-col .feature-content .feature-message ul li:last-child {
              margin-bottom: 0; }
            body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col .feature-content .feature-message ul li::before,
            body .feature .feature-col .feature-content .feature-message ul li::before {
              content: '';
              display: none; }
        body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col .feature-content .feature-message p,
        body .feature .feature-col .feature-content .feature-message p {
          padding: 0; }
    body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col.warehouse::before,
    body .feature .feature-col.warehouse::before {
      content: "";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0; }
    body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col.general::before,
    body .feature .feature-col.general::before {
      content: "";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0; }
    body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col.qr::before,
    body .feature .feature-col.qr::before {
      content: "";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0; }
    body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col.qr img,
    body .feature .feature-col.qr img {
      margin: 15px 0 0 0;
      max-width: 100%;
      width: 175px; }
    body .theme-page .contentarea > *.contentwrap .content_control_li > .mp-cms-editmode > .content .feature .feature-col::before,
    body .feature .feature-col::before {
      display: block;
      margin: 0 0 10px 0 !important;
      font-size: 24px !important;
      line-height: 75px !important;
      width: 75px;
      height: 75px;
      background: #3bb050;
      color: white;
      text-align: center;
      border-radius: 100px;
      box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1); }

.site-container #main_slider li .video,
.site-container #main_slider li .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

@media (min-aspect-ratio: 16 / 9) {
  .site-container #main_slider li .video {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .site-container #main_slider li .video {
    width: 300%;
    left: -100%; } }

.site-container #main_slider li a {
  max-width: 100% !important; }
  .site-container #main_slider li a:hover img {
    opacity: 1; }

.site-container #main_slider li img {
  max-width: 100% !important; }

a.info-block,
.info-block {
  background: #000000;
  color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem; }
  a.info-block:hover,
  a.info-block a:hover,
  .info-block:hover,
  .info-block a:hover {
    text-decoration: none !important;
    color: white !important; }
  a.info-block a,
  .info-block a {
    color: white !important; }
  a.info-block h3,
  .info-block h3 {
    margin-bottom: 0.5em;
    color: #FFFFFF;
    font-size: 1.5em; }
  a.info-block p,
  .info-block p {
    color: #FFFFFF;
    padding: 0; }
  a.info-block .info-icon,
  .info-block .info-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  a.info-block svg,
  .info-block svg {
    display: inline-block;
    font-size: 56px;
    margin-right: 0;
    margin: 10px; }
    a.info-block svg:hover,
    .info-block svg:hover {
      color: white !important; }
  a.info-block .info,
  .info-block .info {
    padding: 10px;
    display: flex; }
  a.info-block .info-icon,
  .info-block .info-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center; }

body.loggedin:not(.controlmode) .guest-only {
  display: none !important; }

body.loggedin.controlmode .guest-only::before {
  content: 'Opgelet: Deze blok is enkel zichtbaar voor beheerders en bezoekers die NIET aangemeld zijn.';
  display: block;
  width: 100%;
  padding: 5px;
  background: #90111a;
  color: white;
  font-size: 12px; }

body.accMode::before, body.localMode::before {
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  background: #444;
  color: white;
  text-align: center;
  box-sizing: border-box;
  padding: .5rem;
  font-weight: bold; }

body.accMode::before {
  content: 'Dit is de ACCEPTATIE omgeving';
  background: #ff9800; }

body.localMode::before {
  content: 'Dit is de LOKALE / DEVELOPMENT omgeving';
  background: #00BCD4; }

body .spv-container {
  justify-content: center;
  align-items: center; }
  body .spv-container[style*="block"] {
    display: flex !important; }
  body .spv-container .spv-content {
    max-width: 1000px;
    max-height: 1000px;
    float: none;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    body .spv-container .spv-content .spv-photo {
      background: none;
      height: auto;
      min-height: 0;
      max-height: 100%; }
      body .spv-container .spv-content .spv-photo .spv-img {
        font-size: 0;
        line-height: 0;
        max-height: 100%; }
        body .spv-container .spv-content .spv-photo .spv-img img {
          top: 0;
          -webkit-transform: translateY(0);
          transform: translateY(0); }

.sp-product-overview .no-results {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #888;
  margin: 0 0 50px 0;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  background: #f5f5f5; }

.sp-product-overview .sidebar {
  background: #3bb050;
  color: #FFFFFF;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem; }
  .sp-product-overview .sidebar h3 {
    color: #FFFFFF;
    margin-bottom: 0.5em;
    line-height: 1.2em; }
  .sp-product-overview .sidebar p {
    margin-bottom: 20px;
    color: #FFFFFF;
    padding: 0; }
  .sp-product-overview .sidebar a {
    font-weight: bold;
    color: #FFFFFF; }
  @media (max-width: 991px) {
    .sp-product-overview .sidebar {
      order: 2; } }

.sp-product-overview .login {
  background: #000000;
  color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem; }
  .sp-product-overview .login h3 {
    margin-bottom: 0.25em;
    color: #FFFFFF;
    font-size: 1.5em; }
  .sp-product-overview .login p {
    color: #FFFFFF;
    padding: 0;
    font-size: 18px; }
  .sp-product-overview .login .info-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  .sp-product-overview .login svg {
    display: inline-block;
    opacity: 1;
    font-size: 56px;
    margin-right: 0;
    margin: 10px; }

.sp-product-overview .info {
  padding: 10px;
  display: flex; }

.sp-product-overview .login-form {
  color: #000000;
  display: inline-flex;
  align-items: center;
  background: #FFFFFF;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 2px solid #000000;
  padding: 10px; }
  .sp-product-overview .login-form .error-message {
    display: none;
    order: 1; }
    .sp-product-overview .login-form .error-message p {
      display: block;
      background: #F44336;
      margin: 10px 0;
      padding: 7px 15px; }
      @media screen and (max-width: 480px) {
        .sp-product-overview .login-form .error-message p {
          padding: 15px; } }
    @media screen and (max-width: 480px) {
      .sp-product-overview .login-form .error-message {
        order: initial; } }
  .sp-product-overview .login-form form {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%; }
    @media screen and (max-width: 480px) {
      .sp-product-overview .login-form form .form-group {
        width: 100%;
        display: block; }
        .sp-product-overview .login-form form .form-group label {
          width: 100%;
          display: block; }
        .sp-product-overview .login-form form .form-group input {
          width: 100%;
          display: block; }
      .sp-product-overview .login-form form .form-submit {
        width: 100%;
        display: block;
        margin: 0 0 10px 0; }
      .sp-product-overview .login-form form .form-links {
        display: block;
        margin: 0; }
        .sp-product-overview .login-form form .form-links a {
          display: block; } }
  .sp-product-overview .login-form label {
    font-size: 0.8rem;
    margin-right: 0.5rem; }
  .sp-product-overview .login-form input {
    padding: 3px 5px;
    font-size: 0.8rem;
    border: 1px solid #eeeeee; }
  .sp-product-overview .login-form .form-submit {
    margin-left: 20px; }
    .sp-product-overview .login-form .form-submit a,
    .sp-product-overview .login-form .form-submit input[type="submit"],
    .sp-product-overview .login-form .form-submit input[type="button"] {
      display: block;
      padding: 0.3em 0.8em;
      border-radius: 3px;
      transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out;
      background: #3bb050;
      border: 1px solid #3bb050;
      color: #FFFFFF;
      font-size: 12px;
      box-sizing: border-box; }
      .sp-product-overview .login-form .form-submit a:hover, .sp-product-overview .login-form .form-submit a:focus,
      .sp-product-overview .login-form .form-submit input[type="submit"]:hover,
      .sp-product-overview .login-form .form-submit input[type="submit"]:focus,
      .sp-product-overview .login-form .form-submit input[type="button"]:hover,
      .sp-product-overview .login-form .form-submit input[type="button"]:focus {
        cursor: pointer;
        color: #FFFFFF;
        background: #2e8a3f;
        border-color: #2e8a3f;
        text-decoration: none; }
    .sp-product-overview .login-form .form-submit.reverse a,
    .sp-product-overview .login-form .form-submit.reverse input[type="submit"],
    .sp-product-overview .login-form .form-submit.reverse input[type="button"] {
      background: #FFFFFF;
      color: #3bb050; }
      .sp-product-overview .login-form .form-submit.reverse a:hover, .sp-product-overview .login-form .form-submit.reverse a:focus,
      .sp-product-overview .login-form .form-submit.reverse input[type="submit"]:hover,
      .sp-product-overview .login-form .form-submit.reverse input[type="submit"]:focus,
      .sp-product-overview .login-form .form-submit.reverse input[type="button"]:hover,
      .sp-product-overview .login-form .form-submit.reverse input[type="button"]:focus {
        cursor: pointer;
        color: #2e8a3f; }
    .sp-product-overview .login-form .form-submit.disabled a,
    .sp-product-overview .login-form .form-submit.disabled input[type="submit"],
    .sp-product-overview .login-form .form-submit.disabled input[type="button"] {
      color: #FFFFFF;
      background: #c4c4c4;
      border-color: #c4c4c4; }
      .sp-product-overview .login-form .form-submit.disabled a:hover, .sp-product-overview .login-form .form-submit.disabled a:focus,
      .sp-product-overview .login-form .form-submit.disabled input[type="submit"]:hover,
      .sp-product-overview .login-form .form-submit.disabled input[type="submit"]:focus,
      .sp-product-overview .login-form .form-submit.disabled input[type="button"]:hover,
      .sp-product-overview .login-form .form-submit.disabled input[type="button"]:focus {
        cursor: default;
        color: #FFFFFF;
        background: #c4c4c4;
        border-color: #c4c4c4; }
  .sp-product-overview .login-form .form-group {
    display: inline-flex;
    box-sizing: border-box;
    align-items: center; }
    .sp-product-overview .login-form .form-group:first-child input {
      margin-right: 1rem; }
    .sp-product-overview .login-form .form-group input {
      flex-grow: 1; }
  .sp-product-overview .login-form .form-links {
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    margin: 0 0 0 auto; }
    .sp-product-overview .login-form .form-links a {
      color: #555555;
      display: inline-block;
      margin: 0 0 0 20px;
      font-size: 12px; }
      .sp-product-overview .login-form .form-links a.sp-forgot::before {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0 10px 0 0; }
      .sp-product-overview .login-form .form-links a.sp-register::before {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0 10px 0 0; }
      .sp-product-overview .login-form .form-links a:hover {
        color: #3bb050; }

.sp-product-overview .pagination {
  background: #eeeeee;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .sp-product-overview .pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    margin-right: 0.5rem; }
  .sp-product-overview .pagination .page-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #e1e1e1;
    border-bottom-width: 2px;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    margin-right: 1px;
    color: #444444; }
    .sp-product-overview .pagination .page-button.first {
      margin-right: 0.5rem; }
    .sp-product-overview .pagination .page-button.last {
      margin-left: 0.5rem; }
    .sp-product-overview .pagination .page-button.active {
      background: #3bb050;
      color: #FFFFFF;
      border-color: #359d47; }
    .sp-product-overview .pagination .page-button svg {
      margin-right: 0;
      font-size: 10px; }
  .sp-product-overview .pagination .page-text {
    display: inline-block; }
  .sp-product-overview .pagination .button {
    display: inline-block;
    margin-left: auto;
    background: #000000;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 3px;
    text-align: center; }

.sp-product-overview footer {
  background: #3bb050; }

@media (max-width: 1199px) {
  .camrent-page .login-form {
    position: relative; }
    .camrent-page .login-form label {
      min-width: 100px; }
    .camrent-page .login-form .form-group {
      width: 70%; }
      .camrent-page .login-form .form-group:first-child input {
        margin-right: 0; }
    .camrent-page .login-form input {
      margin-bottom: 0.5rem; }
    .camrent-page .login-form .button {
      position: absolute;
      right: 10px;
      top: 10px; }
  .camrent-page .pagination .page-numbers {
    margin-bottom: 0.5rem; }
  .camrent-page .pagination .button {
    width: 100%; } }

@media (max-width: 768px) {
  .camrent-page .login-form .form-group {
    width: 100%;
    margin-right: 0; }
  .camrent-page .login-form .button {
    position: initial;
    width: 100%; } }

@media (max-width: 590px) {
  .camrent-page .login-form .form-group {
    flex-direction: column; }
    .camrent-page .login-form .form-group label, .camrent-page .login-form .form-group input {
      width: 100%; }
  .camrent-page .pagination {
    justify-content: center; }
    .camrent-page .pagination .page-numbers {
      margin-right: 0; }
    .camrent-page .pagination .page-text {
      margin-bottom: 0.5rem; } }

.product-detail .sidebar {
  margin-bottom: 2rem; }
  .product-detail .sidebar p {
    padding: 0; }
  .product-detail .sidebar .title {
    margin-bottom: 0.5rem; }
  .product-detail .sidebar section {
    margin-bottom: 1rem; }
  .product-detail .sidebar ul {
    margin-left: 2.5rem;
    list-style-type: circle; }
  .product-detail .sidebar section.package-contents ul {
    margin-left: 1rem;
    list-style-type: none; }
    .product-detail .sidebar section.package-contents ul li {
      position: relative;
      padding-left: 1.5rem; }
      .product-detail .sidebar section.package-contents ul li::before {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0; }
      .product-detail .sidebar section.package-contents ul li::before {
        position: absolute;
        top: 4px;
        left: 0;
        color: #3bb050; }

.product-detail h1 {
  margin-bottom: 0.6rem;
  line-height: 1; }

.product-detail h3 {
  margin-bottom: 0;
  font-weight: bold; }

.product-detail .article {
  padding: 0;
  color: #3bb050;
  margin-bottom: 0.6rem; }

.product-detail .product-info {
  padding: 0;
  margin-bottom: 2rem; }
  @media screen and (max-width: 480px) {
    .product-detail .product-info {
      padding: 15px; } }
  .product-detail .product-info > * {
    margin-right: -15px;
    margin-left: -15px; }
    .product-detail .product-info > *.bs-row:nth-child(3) {
      margin-right: -30px;
      margin-left: -30px; }
  .product-detail .product-info .product-photos {
    flex: 0 0 380px;
    max-width: 100%; }
    @media screen and (max-width: 990px) {
      .product-detail .product-info .product-photos {
        flex: 0 0 100%; } }
  .product-detail .product-info .prices {
    text-align: center;
    margin-left: auto;
    padding-left: 40%; }
    @media screen and (max-width: 480px) {
      .product-detail .product-info .prices {
        padding-left: 0; } }
    .product-detail .product-info .prices .price {
      padding: 0.7rem 1rem;
      border: 2px solid #eeeeee;
      border-radius: 8px;
      font-size: 1.6rem;
      color: #888888;
      text-align: center;
      margin-bottom: 10px;
      margin-top: 5px; }
      .product-detail .product-info .prices .price.your {
        background: #000000;
        color: #FFFFFF;
        border-color: #000000; }
        .product-detail .product-info .prices .price.your.signin {
          font-size: 12px;
          line-height: normal; }
          .product-detail .product-info .prices .price.your.signin a {
            color: #FFFFFF; }
      @media screen and (max-width: 480px) {
        .product-detail .product-info .prices .price {
          margin-top: 10px; } }
    @media screen and (max-width: 480px) {
      .product-detail .product-info .prices.equal-height {
        display: block; } }
  .product-detail .product-info .insurance {
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: calc(40% + 15px); }
    @media screen and (max-width: 480px) {
      .product-detail .product-info .insurance {
        padding-left: 15px; } }
    .product-detail .product-info .insurance span {
      position: relative;
      display: block;
      background: #eee;
      box-sizing: border-box;
      padding: 5px 10px 5px 30px;
      border-radius: 3px;
      overflow: hidden;
      font-size: 12px;
      color: #000000;
      text-align: center; }
      .product-detail .product-info .insurance span::before {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0; }
      .product-detail .product-info .insurance span::before {
        position: absolute;
        top: 8px;
        left: 10px;
        font-size: 16px; }
  .product-detail .product-info-img {
    margin-bottom: 5rem; }
  .product-detail .product-info .reserve {
    margin-bottom: 1rem; }
  @media screen and (max-width: 480px) {
    .product-detail .product-info .contents {
      margin-top: 1rem; } }
  @media screen and (max-width: 480px) {
    .product-detail .product-info .specs {
      margin-top: 1rem; } }
  .product-detail .product-info .specs ul {
    display: block;
    margin: 0;
    padding: 0 0 0 30px;
    list-style-type: disc; }
  .product-detail .product-info .button {
    display: inline-block;
    margin-left: 0; }
  .product-detail .product-info ul.check {
    margin-bottom: 1rem; }
  .product-detail .product-info .equal-height {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    width: 100%; }
    .product-detail .product-info .equal-height > div {
      display: flex;
      flex-direction: column; }
      .product-detail .product-info .equal-height > div > *:last-child {
        flex-grow: 1; }
        .product-detail .product-info .equal-height > div > *:last-child:not(.signin) {
          display: flex;
          align-items: center;
          justify-content: center; }

.product-detail .similar-overview {
  padding: 0;
  flex: 0 0 790px; }
  @media screen and (max-width: 480px) {
    .product-detail .similar-overview {
      padding: 15px; } }

.product-detail .package-contents ul {
  margin-left: 0 !important; }

.product-detail .manual {
  margin: 1rem 0 0 0; }

.product-detail .video {
  margin-top: 25px;
  margin-bottom: 25px; }
  .product-detail .video > div {
    background: black;
    flex: 0 0 790px;
    max-width: 100%;
    padding: 0;
    line-height: 0; }
    .product-detail .video > div iframe {
      height: 444.38px; }
      @media screen and (max-width: 768px) {
        .product-detail .video > div iframe {
          height: 320.63px; } }

.product-detail .description {
  margin-top: 1rem; }
  .product-detail .description p {
    padding-top: 0; }
  .product-detail .description ul {
    margin-left: 2.5rem;
    list-style-type: circle; }
  .product-detail .description > div {
    flex: 0 0 790px;
    max-width: 100%;
    padding: 0; }

.product-detail .products img {
  border-color: #d5d5d5;
  border-radius: 2px; }

.product-detail .products a {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0.5rem; }

.product-detail .products .product-price {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  font-weight: bold; }
  .product-detail .products .product-price-text {
    color: #3bb050; }
    .product-detail .products .product-price-text .currency {
      position: relative; }
    .product-detail .products .product-price-text .duration {
      color: initial;
      font-weight: normal;
      font-size: 0.9em; }
    .product-detail .products .product-price-text.original.strike {
      justify-self: flex-start;
      margin-right: auto;
      text-decoration: line-through;
      color: #aaa;
      font-weight: normal; }
      .product-detail .products .product-price-text.original.strike .currency,
      .product-detail .products .product-price-text.original.strike .duration {
        color: #aaa; }
  .product-detail .products .product-price a {
    margin-bottom: 0; }

.product-detail .products.similar > h3 {
  margin-bottom: 0.2rem; }

.product-detail .products.similar .product-img img {
  border-radius: 8px; }

.product-detail .products.similar .product-price {
  justify-content: space-between;
  align-items: stretch; }
  .product-detail .products.similar .product-price .product-price-text {
    padding: 0.7rem 1rem;
    border: 2px solid #eeeeee;
    border-radius: 8px;
    font-size: 14px;
    color: #888888;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .product-detail .products.similar .product-price .product-price-text .duration {
      font-size: 10px;
      color: #888888;
      display: block;
      line-height: 12px; }
    .product-detail .products.similar .product-price .product-price-text .signin {
      font-size: 10px;
      line-height: 12px; }
    .product-detail .products.similar .product-price .product-price-text.tailored {
      background: #000000;
      color: #FFFFFF;
      border-color: #000000; }
      .product-detail .products.similar .product-price .product-price-text.tailored.signin {
        font-size: 12px;
        line-height: normal; }
        .product-detail .products.similar .product-price .product-price-text.tailored.signin a {
          color: #FFFFFF; }
      .product-detail .products.similar .product-price .product-price-text.tailored .duration {
        color: #FFFFFF; }
    @media screen and (max-width: 480px) {
      .product-detail .products.similar .product-price .product-price-text {
        margin-top: 10px; } }

.product-detail .products .product-order {
  margin: 5px 0 0 0;
  text-align: right; }
  .product-detail .products .product-order .button {
    display: inline-block; }

.product-detail .gallery_fading {
  height: 350px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  margin: 0 !important; }
  .product-detail .gallery_fading li {
    height: 350px;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center; }
  .product-detail .gallery_fading img {
    height: auto;
    width: auto;
    max-height: 95%;
    max-width: 95%;
    pointer-events: none; }
    .product-detail .gallery_fading img:hover {
      pointer-events: none; }

.product-detail .gallery_thumbnails {
  top: 0.5rem; }
  .product-detail .gallery_thumbnails li {
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box; }
    .product-detail .gallery_thumbnails li.active {
      border-color: #3bb050; }

.sp-product-overview .products > div a .product-name {
  align-items: start; }
  .sp-product-overview .products > div a .product-name .product-price {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
    width: auto;
    margin-left: 0.5rem; }
    .sp-product-overview .products > div a .product-name .product-price-text {
      color: #3bb050; }
      .sp-product-overview .products > div a .product-name .product-price-text .currency {
        position: relative; }
      .sp-product-overview .products > div a .product-name .product-price-text .duration {
        color: initial;
        font-weight: normal;
        font-size: 0.9em; }
      .sp-product-overview .products > div a .product-name .product-price-text.original.strike {
        justify-self: flex-start;
        margin-right: .5rem;
        text-decoration: line-through;
        color: #aaa;
        font-weight: normal; }
        .sp-product-overview .products > div a .product-name .product-price-text.original.strike .currency,
        .sp-product-overview .products > div a .product-name .product-price-text.original.strike .duration {
          color: #aaa; }
    .sp-product-overview .products > div a .product-name .product-price a {
      margin-bottom: 0; }

.videobg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -100;
  overflow: hidden;
  -webkit-filter: blur(8px);
          filter: blur(8px); }
  .videobg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .videobg::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.landing-logo {
  display: block;
  margin: auto;
  width: 60vw; }

.tiles {
  margin-top: 10vh; }

.tile {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 2rem;
  background: #FFFFFF;
  border-radius: 8px;
  border: 3px solid #FFFFFF;
  text-align: center;
  font-size: 14px;
  color: #555555;
  cursor: pointer; }
  .tile .details {
    display: none; }
  .tile img {
    max-width: 100%; }
  .tile.camrent {
    border-color: #3bb050; }
  .tile.camcrews {
    border-color: #15b5c2; }
  .tile.droners {
    border-color: #f06b2b; }
  .tile.tbd {
    border-color: #a354a1;
    min-height: 140px; }
  .tile:hover {
    cursor: pointer; }

footer {
  background: rgba(0, 0, 0, 0.6);
  font-size: 12px; }
  footer ul {
    list-style: none;
    color: #FFFFFF;
    margin: 1em 0; }
    footer ul svg {
      margin-right: 1em;
      min-width: 1em; }

@media (min-aspect-ratio: 16 / 9) {
  .videobg-video {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .videobg-video {
    width: 300%;
    left: -100%; } }

@media (max-width: 768px) {
  .tiles {
    margin-top: 0; }
  .tile .details {
    display: inline-block; } }

.cart-page {
  padding-bottom: 4rem; }
  .cart-page h1 span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    font-weight: normal; }
  .cart-page .cart-row {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex-flow: row nowrap; }
    .cart-page .cart-row .name {
      flex-grow: 1; }
    .cart-page .cart-row .price {
      min-width: 4rem;
      font-weight: bold;
      padding: 0 0.5rem;
      text-align: right;
      flex: 0 0 6rem; }
      .cart-page .cart-row .price.standard {
        color: #6f6f6f;
        font-weight: normal; }
      .cart-page .cart-row .price-text {
        display: none; }
    .cart-page .cart-row .remove {
      margin-left: 1rem;
      flex: 0 0 2rem; }
      .cart-page .cart-row .remove a {
        padding: 0.5rem;
        font-size: 20px;
        color: #555555; }
      .cart-page .cart-row .remove svg {
        margin-right: 0; }
    @media (max-width: 576px) {
      .cart-page .cart-row {
        flex-flow: row wrap;
        align-items: flex-start;
        display: block; }
        .cart-page .cart-row .article-nr {
          font-size: 12px;
          margin: 0;
          padding: 0; }
        .cart-page .cart-row .name {
          flex: 0 0 89%;
          max-width: 100%;
          margin-bottom: 0.5em; }
        .cart-page .cart-row .price {
          flex: 0 0 100%;
          max-width: 100%;
          order: 2; }
          .cart-page .cart-row .price-text {
            display: initial; }
        .cart-page .cart-row .remove {
          flex: 1 0 10%;
          max-width: 10%;
          order: 1;
          margin-left: 0; } }
  .cart-page .cart-title {
    padding: 0 0.5em;
    background: #eeeeee;
    border-radius: 3px; }
    .cart-page .cart-title h3 {
      margin: 0;
      font-weight: bold;
      text-transform: uppercase; }
    @media (max-width: 576px) {
      .cart-page .cart-title .price {
        display: none; } }
  .cart-page .cart-item {
    padding: 1em 0.5em;
    border-bottom: 2px dashed #eeeeee; }
    .cart-page .cart-item:last-child {
      border-bottom: none; }
    .cart-page .cart-item h4 {
      font-size: 14px;
      margin-bottom: 0; }
  .cart-page .cart-total {
    background: #3bb050;
    color: #FFFFFF;
    padding: 0 0.5em;
    margin-top: 1em;
    border-radius: 3px; }
    .cart-page .cart-total h3 {
      color: #FFFFFF;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 0; }
    .cart-page .cart-total .price span {
      display: block;
      font-size: 10px;
      font-weight: normal; }
    .cart-page .cart-total .price.standard {
      color: #FFFFFF; }
  .cart-page .cart-category:last-child {
    margin-bottom: 2rem; }
  .cart-page .cart-category p.inline {
    display: inline-block; }
  .cart-page .button a {
    padding: 0.5em;
    font-size: 16px; }
  .cart-page .button svg {
    margin-left: 0.5em; }

body .sp-cart-checkout .sp-cart-overview .cart-total,
body .sp-cart-checkout .sp-cart-overview .cart-total-day,
body .sp-cart-checkout .sp-cart-overview .cart-subtotal,
body .sp-cart-checkout > * .cart-total,
body .sp-cart-checkout > * .cart-total-day,
body .sp-cart-checkout > * .cart-subtotal,
body .sp-cart-overview .sp-cart-overview .cart-total,
body .sp-cart-overview .sp-cart-overview .cart-total-day,
body .sp-cart-overview .sp-cart-overview .cart-subtotal,
body .sp-cart-overview > * .cart-total,
body .sp-cart-overview > * .cart-total-day,
body .sp-cart-overview > * .cart-subtotal {
  background: #000000;
  color: white; }
  body .sp-cart-checkout .sp-cart-overview .cart-total h3,
  body .sp-cart-checkout .sp-cart-overview .cart-total-day h3,
  body .sp-cart-checkout .sp-cart-overview .cart-subtotal h3,
  body .sp-cart-checkout > * .cart-total h3,
  body .sp-cart-checkout > * .cart-total-day h3,
  body .sp-cart-checkout > * .cart-subtotal h3,
  body .sp-cart-overview .sp-cart-overview .cart-total h3,
  body .sp-cart-overview .sp-cart-overview .cart-total-day h3,
  body .sp-cart-overview .sp-cart-overview .cart-subtotal h3,
  body .sp-cart-overview > * .cart-total h3,
  body .sp-cart-overview > * .cart-total-day h3,
  body .sp-cart-overview > * .cart-subtotal h3 {
    color: white; }

body .sp-cart-checkout .sp-cart-overview .button a,
body .sp-cart-checkout > * .button a,
body .sp-cart-overview .sp-cart-overview .button a,
body .sp-cart-overview > * .button a {
  padding: 0.5em;
  font-size: 16px; }

body .sp-cart-checkout section.form .sp-cart-checkout-form form > div .input input[type="tel"],
body .sp-cart-checkout section.form .sp-cart-checkout-form form > div .input input[type="text"],
body .sp-cart-checkout section.form .sp-cart-checkout-form form > div .input input[type="email"],
body .sp-cart-checkout section.form .sp-cart-checkout-form form > div .input input[type="number"],
body .sp-cart-checkout section.form .sp-cart-checkout-form form > div .input textarea,
body .sp-cart-overview section.form .sp-cart-checkout-form form > div .input input[type="tel"],
body .sp-cart-overview section.form .sp-cart-checkout-form form > div .input input[type="text"],
body .sp-cart-overview section.form .sp-cart-checkout-form form > div .input input[type="email"],
body .sp-cart-overview section.form .sp-cart-checkout-form form > div .input input[type="number"],
body .sp-cart-overview section.form .sp-cart-checkout-form form > div .input textarea {
  max-width: 350px; }

body .sp-cart-checkout section.form .sp-cart-checkout-form form > div .input input[type="submit"],
body .sp-cart-overview section.form .sp-cart-checkout-form form > div .input input[type="submit"] {
  width: auto;
  clear: both;
  margin: 0 15px 0 0;
  padding: 0.5em;
  font-size: 16px;
  background: #3bb050;
  border-color: #3bb050; }
  body .sp-cart-checkout section.form .sp-cart-checkout-form form > div .input input[type="submit"]:hover,
  body .sp-cart-overview section.form .sp-cart-checkout-form form > div .input input[type="submit"]:hover {
    background: #2e8a3f;
    border-color: #2e8a3f; }

.ui-datepicker {
  display: none;
  max-width: 450px;
  z-index: 100;
  background: white;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden; }
  .ui-datepicker .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -11px -11px 0 -11px;
    background: #3bb050;
    color: white;
    box-sizing: border-box;
    padding: 10px; }
    .ui-datepicker .ui-datepicker-header a {
      text-decoration: none;
      color: white; }
      .ui-datepicker .ui-datepicker-header a:hover {
        text-decoration: none;
        color: white;
        cursor: pointer; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      order: 1; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      padding: 0 10px;
      text-align: center;
      font-weight: bold;
      flex-grow: 1;
      order: 2; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
        background: none;
        color: white;
        border: 1px solid white;
        box-sizing: border-box;
        padding: .5rem;
        margin: 0 2px; }
        .ui-datepicker .ui-datepicker-header .ui-datepicker-title select option {
          color: black; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      order: 3; }
  .ui-datepicker table {
    width: 100%; }
    .ui-datepicker table tr:nth-child(2n+1) {
      background: #FFFFFF; }
    .ui-datepicker table td,
    .ui-datepicker table th {
      padding: 0; }
      .ui-datepicker table td span,
      .ui-datepicker table td a,
      .ui-datepicker table th span,
      .ui-datepicker table th a {
        display: block;
        padding: 5px 10px; }
        .ui-datepicker table td span:hover,
        .ui-datepicker table td a:hover,
        .ui-datepicker table th span:hover,
        .ui-datepicker table th a:hover {
          background: #3bb050 !important;
          color: white !important; }
        .ui-datepicker table td span.ui-state-active,
        .ui-datepicker table td a.ui-state-active,
        .ui-datepicker table th span.ui-state-active,
        .ui-datepicker table th a.ui-state-active {
          color: white !important;
          background-color: #3bb050 !important; }
          .ui-datepicker table td span.ui-state-active:hover,
          .ui-datepicker table td a.ui-state-active:hover,
          .ui-datepicker table th span.ui-state-active:hover,
          .ui-datepicker table th a.ui-state-active:hover {
            color: white !important;
            background-color: #3bb050 !important; }
      .ui-datepicker table td.in-range,
      .ui-datepicker table th.in-range {
        background-color: rgba(59, 176, 80, 0.3); }
      .ui-datepicker table td.active,
      .ui-datepicker table th.active {
        background-color: #3bb050; }
        .ui-datepicker table td.active:hover,
        .ui-datepicker table th.active:hover {
          background-color: #3bb050; }
      .ui-datepicker table td.disabled,
      .ui-datepicker table th.disabled {
        text-decoration: none;
        color: #c4c4c4; }
    .ui-datepicker table th {
      font-weight: bold;
      text-align: center;
      border-bottom: 1px solid #aaa; }
    .ui-datepicker table td {
      background: #f0f0f0;
      text-align: right;
      border: none; }
      .ui-datepicker table td a {
        background: white;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd; }
      .ui-datepicker table td:last-child a {
        border-right: none; }
      .ui-datepicker table td.ui-datepicker-today a,
      .ui-datepicker table td.ui-datepicker-today span {
        background: #ffe0b2;
        color: inherit;
        border: none; }
      .ui-datepicker table td.ui-datepicker-unselectable a:hover,
      .ui-datepicker table td.ui-datepicker-unselectable span:hover {
        background: none;
        color: inherit; }

.noSelection .ui-datepicker table td:not(.ui-datepicker-today) span.ui-state-active,
.noSelection .ui-datepicker table td:not(.ui-datepicker-today) a.ui-state-active,
.noSelection .ui-datepicker table th:not(.ui-datepicker-today) span.ui-state-active,
.noSelection .ui-datepicker table th:not(.ui-datepicker-today) a.ui-state-active {
  color: #3bb050 !important;
  background-color: #FFFFFF !important;
  border: none !important; }
  .noSelection .ui-datepicker table td:not(.ui-datepicker-today) span.ui-state-active:hover,
  .noSelection .ui-datepicker table td:not(.ui-datepicker-today) a.ui-state-active:hover,
  .noSelection .ui-datepicker table th:not(.ui-datepicker-today) span.ui-state-active:hover,
  .noSelection .ui-datepicker table th:not(.ui-datepicker-today) a.ui-state-active:hover {
    color: #3bb050 !important;
    background-color: #FFFFFF !important; }

.noSelection .ui-datepicker table td.ui-datepicker-today a,
.noSelection .ui-datepicker table td.ui-datepicker-today span,
.noSelection .ui-datepicker table th.ui-datepicker-today a,
.noSelection .ui-datepicker table th.ui-datepicker-today span {
  background: #ffe0b2 !important;
  color: inherit !important;
  border: none !important; }

.noSelection .ui-datepicker table td.ui-datepicker-today:not(.ui-state-disabled) a:hover,
.noSelection .ui-datepicker table td.ui-datepicker-today:not(.ui-state-disabled) span:hover,
.noSelection .ui-datepicker table th.ui-datepicker-today:not(.ui-state-disabled) a:hover,
.noSelection .ui-datepicker table th.ui-datepicker-today:not(.ui-state-disabled) span:hover {
  color: #FFFFFF !important;
  background-color: #3bb050 !important; }

.confirmation {
  flex-grow: 1; }
  .confirmation input[name="dates"] {
    width: 11rem;
    font-size: 0.9rem;
    margin-bottom: 4rem; }
  .confirmation .total-price {
    display: none;
    background: #3bb050;
    padding: 0.5rem 2rem;
    border-radius: 5px;
    margin-bottom: 4rem; }
    .confirmation .total-price .price p {
      font-size: 1.5rem; }
    .confirmation .total-price .offer-message p {
      font-size: 1rem; }
    .confirmation .total-price p {
      color: #FFFFFF;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
    .confirmation .total-price .offer-message {
      display: none; }
