@font-face {
  font-family: "Orator Std Medium";
  src: url("/public/fonts/OratorStd.otf");
  font-display: swap;
}

@font-face {
  font-family: "Book Antiqua";
  src: url("/public/fonts/book-antiqua.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Gadugi";
  src: url("/public/fonts/gadugi.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Gadugi Bold";
  src: url("/public/fonts/gadugib.ttf");
  font-display: swap;
}

@font-face {
  font-family: "LaFree";
  src: url("/public/fonts/la-solid-900.ttf");
  font-display: swap;
}

picture.hidden {
  display: none;
}

img.icon {
  width: 40px;
  height: 40px;
}

.order-now-dealer a {
  margin-top: 10px;
  background-color: rgb(222, 83, 83);
  padding: 10px;
  color: white;
  font-weight: bold;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.order-now-dealer a:hover {
  background-color: rgb(255, 0, 0);
}

#pac-card {
  padding: 10px;
  background-color: #0054a3;
  color: white;
}

#pac-card #title {
  font-weight: bold;
  color: white;
  font-size: 15px;
  margin-bottom: 7px;
}

#pac-card #pac-input {
  padding: 5px;
}

.sidebar-dealers {
  max-height: 600px;
  overflow-y: scroll;
}

.dealer-info {
  background-color: #f7f7f7;
  margin-bottom: 10px;
  padding: 5px 15px;
  cursor: pointer;
}
.product-category .image-wrapper {
    position: relative;
}

.product-category .image-wrapper .canadian-logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    box-shadow: none;
    max-width: 60px;
    height: auto;
}
.dealers-map {
  width: 100%;
  height: 600px;
}

#google-review {
  text-decoration: none;
}

.google-review {
  margin-top: 20px;
  padding: 15px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}

.google-review img {
  align-self: center;
  width: 200px;
}

#feedback-separator {
  margin-bottom: 40px;
  border-top: 2px solid #0054a3;
}

.google-review b {
  color: black;
  margin-bottom: 5px;
  align-self: center;
  text-decoration: none;
}

.google-review span {
  text-decoration: none;
  align-self: center;
  padding: 10px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  background-color: black;
  text-transform: uppercase;
}

input[type="submit"].link {
  background-color: transparent;
  border: 0px;
  font-size: inherit;
}

input[type="submit"].link:hover {
  cursor: pointer;
}

.become-dealer-login {
  background-color: #f4c836;
  text-decoration: underline;
  padding: 19.5px 10px 19.5px 10px;
  color: #0054a3;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  min-width: 150px;
}

.shopping-cart-warning {
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: black;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.shopping-cart-warning p {
  margin: 0px;
  line-height: 23.5px;
}

.shopping-cart-warning.yellow {
  background-color: #ffe6cc;
}

.pac-container {
  z-index: 999999;
}

body,
html {
  margin: 0px;
  padding: 0px;
  font-family: "open sans", sans-serif;
  -webkit-overflow-scrolling: touch;
}

body.modal-open {
  position: fixed !important;
  overflow-y: scroll !important;
  width: 100%;
}

.extra-desc {
  display: none;
}

.day-ross-extra-shipping-desc {
  display: none;
}

#day-ross-extra-shipping {
  display: none;
}

#day-ross-extra-shipping-usa {
  display: none;
}

#day-ross-extra-shipping-ca {
  display: none;
}

.transaction-data li {
  margin-top: 10px;
}

.alert {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.grecaptcha-badge {
  display: none;
}

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

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.photo-gallery-loading {
  position: absolute;
  left: 50%;
  display: none;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-small {
  margin-bottom: 5px;
}

.title-blue {
  color: #0054a3;
}

.container {
  margin: 0px auto;
}

.header {
  background-color: #2c559d;
  padding-top: 30px;
}

.header#pattern {
  box-shadow: inset 0 0 0 100vmax rgba(40, 83, 160, 0.95);
  background-image: url(/public/img/bg-pattern.webp);
}

.header > .container {
  display: flex;
  justify-content: space-between;
}

.header-logo {
  display: flex;
}

.header-ronni img {
  width: 110px;
}

.header-logo > .header-img {
  position: relative;
  width: 210px;
  height: 50px;
}

.header-img img {
  position: absolute;
  width: 210px;
}

.header-logo-text {
  color: white;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
}

.canadian-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.canadian-text img {
  height: 20px; /* optional – keeps flag neat */
}

/* Share Product */
.product-share {
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

.share-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #444;
}

.share-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.share-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.share-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.share-btn.facebook { background: #1877f2; }
.share-btn.twitter { background: #000000; }
.share-btn.whatsapp { background: #25d366; }
.share-btn.copy { background: #6b7280; }

.copy-msg {
  display: none;
  font-size: 12px;
  color: #16a34a;
  margin-top: 8px;
}

.header-logo-text #title {
  font-weight: bold;
  margin-bottom: 7px;
  font-family: "Gadugi Bold";
  font-size: 52px;
}

.header-logo-text #desc {
  margin-top: 10px;
  font-family: "Orator Std Medium";
}

#desc #desc-mark {
  font-family: arial;
  margin-left: 5px;
}

.header-desc {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-desc-search form {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}

.header-desc-search input[type="text"] {
  padding: 7px;
  border-color: #0055a4;
  outline: 0px transparent !important;
  background-color: white;
  border: 2px solid white;
  min-width: 0;
  flex: 1;
}

.header-desc-search button {
  border: 0px;
  color: white !important;
  font-weight: bold;
  background-color: black;
  padding: 8px;
  cursor: pointer;
}

.header-desc-social {
  display: flex;
  margin-bottom: 5px;
  align-self: flex-end;
}

.header-desc-social img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.header-desc-social a + a {
  margin-left: 10px;
}

.header-desc #phone {
  margin-top: 3px;
  margin-bottom: 15px;
  color: white;
  font-weight: bold;
  font-family: "Gadugi Bold";
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header-desc #phone a {
  color: white;
  text-decoration: none;
}

.header-desc-flags {
  align-self: flex-end;
  margin-top: 10px;
}

.menu {
  background-color: #f4c836;
}

.menu#pattern {
  box-shadow: inset 0 0 0 100vmax rgba(244, 200, 54, 0.95);
  background-image: url(/public/img/bg-pattern.webp);
}

.menu > .container > .items {
  display: flex;
  margin-left: 230px;
  justify-content: space-between;
}

.menu .item {
  cursor: pointer;
}

.menu .item.red a {
  color: #bf0000;
}

.main-point {
  font-size: 30px;
  display: none;
  border-bottom: 1px solid white;
  cursor: pointer;
}

.menu .item a:hover {
  background-color: #2c559d;
}

.menu .item a,
.main-point {
  position: relative;
  padding: 10px;
  color: white;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  text-underline-position: under;
}

.menu .item a {
  display: flex;
  align-items: center;
}

.menu .item a i {
  font-size: 20px;
  font-weight: bold;
}

.product-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-categories#grid {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: auto auto auto;
  grid-row-gap: 20px;
}

.product-categories#center-categories {
  justify-content: flex-start;
}

.product-categories#center-categories a + a {
  margin-left: 60px;
}

.product-categories + .product-categories {
  margin-top: 20px;
}

.product-categories a {
  text-decoration: none;
}

.product-category-item {
  position: relative;
}

.product-category-item picture {
  height: 260px;
  display: flex;
  min-width: 363px;
  max-width: 363px;
  -webkit-box-shadow: 3px 5px 6px 0px rgba(128, 128, 128, 1);
  -moz-box-shadow: 3px 5px 6px 0px rgba(128, 128, 128, 1);
  box-shadow: 3px 5px 6px 0px rgba(128, 128, 128, 1);
}

.product-category-item img {
  height: 260px;
  max-width: 364px;
  margin: 0 auto;
}

.product-category img {
  height: 260px;
  -webkit-box-shadow: 3px 5px 6px 0px rgba(128, 128, 128, 1);
  -moz-box-shadow: 3px 5px 6px 0px rgba(128, 128, 128, 1);
  box-shadow: 3px 5px 6px 0px rgba(128, 128, 128, 1);
}

.product-category h3,
.product-category-item h3 {
  color: black;
  font-size: 23px;
  text-align: center;
  text-underline-position: under;
  text-decoration: underline;
  font-family: "Orator Std Medium";
  margin-top: 13px;
}

.product-category-item h3 {
  margin-top: 3px;
}

.product-category-item h4 {
  color: black;
  text-align: center;
  font-family: "Orator Std Medium";
  margin-top: 13px;
  margin-bottom: 3px;
}

#home-container {
  margin-top: 60px;
}

.hovering {
  background-color: #0054a3;
}

.dropdown-div {
  z-index: 99999;
  display: none;
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 1px 5px 5px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 5px 5px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 5px 5px 2px rgba(0, 0, 0, 0.75);
}

.dropdown-div a {
  color: #0054a3 !important;
  padding: 10px 20px 10px 20px !important;
  text-decoration: none !important;
}

.dropdown-div a:hover {
  color: white !important;
}

.content-with-sidebar {
  display: flex;
}

.content-with-sidebar > .content {
  flex: 2 0 0;
}

.request-quote {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  cursor: pointer;
  background-color: #0054a3;
  font-family: "Orator Std Medium";
  color: white;
  font-size: 27px;
  border-bottom: 15px solid #f4c836;
  display: flex;
  align-items: center;
  border-radius: 5px;
  text-decoration: none;
}

.request-quote img {
  padding: 10px;
}

.request-quote span {
  padding: 10px 10px 0px 0px;
  text-decoration: none;
}

.product-title {
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #0054a3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product-title > .go-back {
  font-weight: bold;
  font-size: 32px;
  background-color: #f4c836;
  padding: 10px;
  height: 100%;
  width: auto;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.go-back a {
  text-decoration: none;
  color: #0054a3;
}

.go-back a i {
  transform: scale(2, 1.7);
}

.product-title > .product-title-text {
  margin: 0px;
  color: white;
  display: block;
  text-align: center;
  width: 100%;
  font-family: "Orator Std Medium";
  text-decoration: underline;
  font-size: 23px;
}

.product-gallery-container {
  padding: 20px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(128, 128, 128, 1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(128, 128, 128, 1);
  box-shadow: 2px 2px 5px 0px rgba(128, 128, 128, 1);
  margin-top: 10px;
}

#gallery-enlarge {
  margin: 0px;
  margin-top: 10px;
  color: #777;
  display: inline-block;
  border-bottom: 1px dotted #ccc;
  cursor: pointer;
}

.gallery-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.gallery-container > .gallery-image {
  align-self: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.gallery-image img {
  width: 100%;
  border-radius: 4px;
  display: none;
}

.gallery-image img.active {
  display: block;
}

.gallery-image img.is-new {
  border: 1px solid #dadada;
  border-radius: 4px;
}

.gallery-container > .gallery-controls {
  align-self: flex-start;
  display: flex;
  margin-left: 15px;
}

.gallery-controls .gallery-image-preview {
  display: grid;
  grid-template-columns: 62px 62px;
  grid-gap: 10px;
}

.gallery-controls .gallery-image-preview img {
  width: 62px;
  height: 62px;
  border-radius: 2px;
  cursor: pointer;
  border: 2px solid #d6d6d6;
  object-fit: cover;
}

.gallery-image-preview img.active {
  border: 2px solid #0054a3;
}

.gallery-image-preview img + img {
  margin-top: 5px;
}

.gallery-title {
  margin: 0px;
  font-family: "Gadugi Bold";
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.installation-video {
  margin-bottom: 25px;
  margin-top: 15px;
}

.installation-video h4 {
  margin-bottom: 5px;
}

.product-link {
  display: flex;
  align-items: center;
}

.product-link > .link-icon {
  padding: 10px;
  background-color: #f4c836;
  border-radius: 50%;
  color: #0054a3;
  font-size: 40px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.product-link > .link-icon > i {
  margin: 0 auto;
}

.product-link > .link-title a {
  text-decoration: none;
  color: black;
  text-decoration: underline;
  font-family: "Orator Std Medium";
  font-weight: bold;
  font-size: 18px;
}

.product-link + .product-link {
  margin-top: 22px;
}

.product-texts {
  margin-top: 35px;
}

.product-text + .product-text {
  display: none;
}

.product-texts-navbar,
.about-navbar {
  display: flex;
  justify-content: space-between;
}

.about-header > a {
  width: 100%;
}

.about-header > a + a {
  margin-left: 3px;
}

.product-nav-item {
  width: 100%;
  text-align: center;
  font-family: "Orator Std Medium";
  color: #0054a3;
  padding: 13px 25px 3px 25px;
  font-weight: bold;
  background-color: #cacaca;
  cursor: pointer;
  border-bottom: 15px solid #adadad;
  text-decoration: underline;
  box-sizing: border-box;
}

.product-nav-item.active {
  background-color: #0054a3;
  border-bottom: 15px solid #f4c836;
  color: white;
}

.product-nav-item + .product-nav-item {
  margin-left: 3px;
}

.product-text {
  margin-top: 35px;
}

.product-text ul {
  margin-top: 0px;
}

.product-text p {
  font-family: "Roboto";
  line-height: 28px;
}

.sidebar-content {
  margin-top: 20px;
}

.header-desc-flags a {
  text-decoration: none;
}

.product-text li + li {
  margin-top: 10px;
}

.product-nav-item-separator {
  width: 1px;
  background-color: black;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.footer {
  margin-top: 40px;
  background-color: #f7f7f7;
  box-shadow: inset 0 0 0 100vmax rgba(247, 247, 247, 0.96);
  background-image: url(/public/img/bg-pattern.webp);
  font-family: "Roboto";
}

.footer-content {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}

.footer-link {
  display: flex;
  align-items: center;
  text-align: center;
}

.footer-link img {
  width: 40px;
  height: 29px;
  margin-right: 10px;
}

.footer-link img.phone {
  width: 30px;
  height: 29px;
  margin-right: 10px;
}

.footer-navigation {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.footer-navigation a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-subscribe h2 {
  text-transform: uppercase;
  margin-bottom: 7px;
}

.footer-subscribe form {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-subscribe form input[type="email"] {
  padding: 15px 16px;
  border-color: #0055a4;
}

.footer-subscribe form input[type="submit"] {
  border: 2px solid #ffcc40;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: bold;
  background-color: #ffcc40;
  color: black;
  padding: 15px 16px;
}

.footer-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

.footer-socials a {
  text-decoration: none;
}

.footer-socials a + a {
  margin-left: 13px;
}

.footer-socials a img {
  width: 36px;
  height: 36px;
}

.footer-notes {
  padding: 20px;
  border-top: 1px solid #bfbfbf;
  background-color: white;
  text-align: center;
}

.footer-notes .notes {
  display: inline-block;
}

.footer-notes .notes span {
  text-align: center;
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

.footer-navigation-link#last {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
}

.footer-link#first {
  font-size: 1.5em;
}

.footer-link#warehouse {
  font-size: 0.8em;
  margin-bottom: 20px;
}

.footer-final-links {
  margin-bottom: 6px;
}

.footer-navigation-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-navigation-link .footer-link + .footer-link {
  margin-top: 15px;
}

.footer-npsa {
  margin-top: auto;
}

.footer-npsa img {
  height: 85px;
}

h2#phone .phone {
  width: 30px;
  height: 29px;
  margin-right: 10px;
  display: none;
}

.footer-images #footer-logo {
  width: 200px;
  display: block;
}

.invi {
  visibility: hidden;
}

.product-title + #grid {
  margin-top: 40px;
}

#mobile-bars {
  color: #315aa2;
  font-weight: bold;
  border-radius: 7px;
}

.flex-control {
  display: flex;
}

.form-control {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.flex-control + .form-control {
  margin-top: 23px;
}

.form-control + .form-control {
  margin-top: 23px;
}

.flex-control > .form-control + .form-control {
  margin-top: 0px;
}

.form-control + .flex-control {
  margin-top: 23px;
}

.flex-control + .flex-control {
  margin-top: 23px;
}

.flex-control > .form-control + .form-control {
  margin-left: 30px;
}

.form-control label {
  margin-bottom: 5px;
}

.form-control select {
  padding: 7px 7px 6.3px 7px;
  border-color: #0055a4 !important;
  border: 2px solid #0055a4;
  outline: 0px transparent !important;
  background-color: white;
}

.form-control input,
textarea {
  padding: 7px 7px 7px 7px;
  border-color: #0055a4;
  border: 2px solid #0055a4;
  outline: 0px transparent !important;
}

.form-control select.form-control-error {
  border-color: red !important;
}

.form-control-error {
  border-color: red !important;
}

.form-control input[type="submit"] {
  border: 0px;
  color: white !important;
  font-weight: bold;
  display: inline-block !important;
  background-color: black;
  width: 100px;
  border-radius: 5px;
  padding: 17px;
  cursor: pointer;
}

.form-control button.submit {
  border: 0px;
  color: white !important;
  font-weight: bold;
  display: inline-block !important;
  background-color: black;
  width: 80px;
  border-radius: 5px;
  padding: 17px;
  cursor: pointer;
}

.form-control textarea {
  resize: vertical;
  min-height: 300px;
}

.form-error {
  margin-top: 10px;
  margin-top: 7px;
  font-size: 14px;
  color: #c11b1b;
  font-weight: bold;
}

.form-control textarea.error {
  border-color: #a40000 !important;
}

.form-control input[type="text"].error {
  border-color: #a40000 !important;
}

.form-control input[type="email"].error {
  border-color: #a40000 !important;
}

input:focus {
  outline: 0px transparent !important;
  border-radius: 0px;
}

.product-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product-list .product-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.product-list .product-item label {
  cursor: pointer;
}

.product-list .product-item input {
  margin-right: 10px;
}

.product-list .product-item + .product-item {
  margin-top: 5px;
}

#dealer-href {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: black;
}

#dealer-href b {
  text-align: center;
  margin-top: 7px;
}

.about-video-showcase b {
  display: block;
  margin-top: 7px;
  text-align: center;
}

.slideshow {
  display: flex;
  width: 100%;
}

.slideshow .slideshow-prev {
  flex: 1;
  text-align: start;
  align-self: center;
  display: flex;
  cursor: pointer;
}

.slideshow .slideshow-next {
  flex: 1;
  text-align: end;
  align-self: center;
  display: flex;
  cursor: pointer;
}

.slideshow .slideshow-next i {
  margin-left: auto;
}

.slideshow .slideshow-prev i,
.slideshow .slideshow-next i {
  font-size: 50px;
  background-color: #f4c836;
  color: #0054a3;
  border-radius: 50%;
  padding: 5px;
}

.slideshow .slideshow-content {
  width: 100%;
}

.slideshow .slideshow-content a {
  display: none;
}

.slideshow .slideshow-content a.active {
  display: block;
}

.slideshow .slideshow-content picture {
  display: flex;
}

.slideshow .slideshow-content picture img {
  margin: 0 auto;
  max-width: 100%;
}

#about-testimonials img {
  width: 200px;
}

.profile-picture {
  display: flex;
  flex: 1;
}

.profile-picture.alternative {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.profile-picture img {
  width: 170px;
  margin-right: 15px;
}

.profile-picture img.human {
  min-height: 200px;
  box-shadow: 2px 1px 7px #a5a5a5;
  max-height: 227px;
}

.profile-picture img.human.thin {
  width: 152px;
}

.profile-picture img.human#albert {
  height: 240px;
  max-height: 240px;
}

.profile-picture h4,
.profile-picture h3 {
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: normal;
}

.profile-picture h3 {
  font-size: 21px;
}

.profile-picture h4 {
  font-style: italic;
  font-size: 17px;
}

.profile-picture p {
  margin-top: 7px;
  font-size: 15px;
}

#albert-div a {
  display: block;
  font-weight: bold;
  align-self: flex-start;
  background-color: #0054a3;
  text-decoration: none;
  padding: 7px 12px 7px 12px;
  color: white;
  border-radius: 2px;
  margin-bottom: 8px;
  margin-right: 18px;
}

.quote {
  font-style: italic;
}

#our-team-photo {
  display: flex;
}

.our-team-main + .our-team-main {
  margin-top: 35px;
}

#our-team-photo img {
  height: 420px;
}

.no-margin {
  margin-top: 2px;
  margin-bottom: 2px;
}

.antiqua {
  font-family: Book Antiqua;
  font-size: 26px;
}

.product-text p.antiqua {
  font-family: Book Antiqua;
  font-size: 26px;
  line-height: 28px;
}

.antiqua span {
  font-family: Roboto;
  font-size: 16px;
}

.slideshow-preview-content {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  flex-wrap: wrap;
}

.slideshow-preview {
  cursor: pointer;
  border: 3px solid transparent;
}

.slideshow-preview.active {
  border: 3px solid #0055a4;
}

.slideshow-preview picture {
  width: 64px;
  height: 64px !important;
}

.slideshow-preview img {
  width: 64px;
  height: 64px !important;
  object-fit: initial !important;
}

.slideshow-preview + .slideshow-preview {
  margin-left: 10px;
}

#about-us-slideshow > .slideshow-small {
  display: none;
  margin-top: 20px;
  justify-content: space-between;
}

.testimonial-block + .testimonial-block {
  margin-top: 40px;
}

.product-list-media {
  display: flex;
  flex-direction: column;
}

.product-list-element {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #ccc;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 5px;
  padding-right: 5px;
}

.product-list-element:hover {
  background-color: #0054a3;
  color: white;
}

.product-list-element:first-child {
  border-top: 0px solid #ccc;
}

.product-list-element h3 {
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

.product-list-element-options {
  font-size: 18px;
  color: #0054a3;
}

.product-list-element:hover .product-list-element-options {
  color: white;
}

.product-list-element-options a {
  color: #0054a3;
}

.product-list-element:hover .product-list-element-options a {
  color: white;
}

.small-videos {
  display: grid;
  grid-template-columns: 300px 300px 300px;
  align-items: center;
  justify-items: center;
  grid-gap: 25px;
}

.video-list {
  display: flex;
  justify-content: center;
}

.small-video {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-self: start;
}

.small-video .frame {
  margin: 0 auto;
  width: 300px;
  height: 170px;
  border: 2px solid black;
  position: relative;
}

.small-video.big .frame {
  width: 600px;
  height: 370px;
}

.small-video .frame .play {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ebebeb;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.small-video .frame:hover .play {
  background-color: #f4c836;
}

.small-video .frame .play img {
  width: 64px;
  height: 64px;
}

.small-video .frame picture img {
  width: 300px;
  height: 170px;
  object-fit: cover;
}

.small-video.big .frame > picture img {
  width: 600px;
  height: 370px;
}

.small-video h4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.modal {
  background-color: #0000007a;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6900;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.categories-select {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.category-select {
  padding: 4px;
  border: 2px solid #ccc;
  font-size: 13.6px;
  user-select: none;
  cursor: pointer;
}

.category-select.active {
  background-color: #0054a3;
  color: white;
  border-color: #0054a3;
}

.category-select + .category-select {
  margin-left: 5px;
}

.photo-product-images {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.photo-product-image {
  flex: auto;
  height: 200px;
  margin: 8px;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
}

.photo-product-image picture {
  width: 100%;
  display: flex;
}

.photo-product-image img {
  width: auto;
  margin: 0 auto;
  height: 200px;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #db3434;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #db3434;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}

.ribbon.ca span {
  padding: 7px 0;
  font-size: 14px;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

.ribbon-top-left.ca span {
  top: 37px;
}

.related-product {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}

.related-product-main {
  display: flex;
  align-items: center;
}

.related-product picture img {
  width: 150px;
  height: 100px;
  align-self: center;
  object-fit: contain;
}

.related-product span {
  align-self: center;
  margin-left: 35px;
}

.related-product a {
  align-self: center;
  margin-left: auto;
  padding: 7px 30px 7px 30px;
  border: 3px solid #0154a3;
  text-decoration: none;
  color: black;
  margin-right: 30px;
}

.related-product a:hover {
  background-color: #0154a3;
  color: white;
}

.related-product + .related-product {
  border-top: 2px solid #f4c836;
}

.catalog-page {
  display: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.catalog-page.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}

.catalog-page-container {
  display: flex;
  align-items: center;
  align-self: center;
  margin: 0 auto;
}

.catalog-page .catalog-page-number {
  margin-top: 20px;
  cursor: pointer;
}

.catalog-page picture {
  margin: 0 auto;
}

.catalog-page {
  margin-left: 15px;
  margin-right: 15px;
}

.catalog-page picture img {
  width: 680px;
  -webkit-box-shadow: 3px 5px 6px 0px rgba(128, 128, 128, 1);
  -moz-box-shadow: 3px 5px 6px 0px rgba(128, 128, 128, 1);
  box-shadow: 3px 5px 6px 0px rgba(128, 128, 128, 1);
}

.catalog-prev i,
.catalog-next i {
  font-size: 50px;
  background-color: #f4c836;
  color: #0054a3;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}

.shopping-cart {
  width: 100%;
  margin-top: 30px;
  background-color: #ececec;
  padding: 15px;
  box-sizing: border-box;
}

.shopping-cart button {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 15px 10px 10px 0px;
  font-weight: bold;
  background-color: #0054a3;
  font-family: "Orator Std Medium";
  color: white;
  border: 0px;
  font-size: 20px;
  cursor: pointer;
}

.shopping-cart button:disabled {
  cursor: not-allowed;
  background-color: #c3c4c5;
}

.shopping-cart-title {
  padding: 10px;
  background-color: #0054a3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
}

.shopping-cart-items {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 15px;
  max-height: 200px;
  overflow-y: scroll;
}

.shopping-cart-items > li + li {
  margin-top: 10px;
}

.shopping-cart .shopping-quantity {
  margin-top: 10px;
  margin-bottom: 20px;
  align-items: center;
}

.shopping-quantity select {
  background-color: white;
  padding: 10px;
  width: 100%;
  border-radius: 0px;
  font-size: 18px;
  margin-top: 15px;
}

.shopping-quantity select:focus {
  border-radius: 0px;
}

.shopping-quantity span {
  font-size: 30px;
  font-weight: bold;
}

#shopping-overview {
  visibility: hidden;
}

.shopping-cart-screen {
  position: fixed;
  z-index: 8000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
}

.shopping-cart-popup {
  z-index: 9999;
  background-color: white;
  -webkit-box-shadow: 3px 5px 6px 0px rgba(128, 128, 128, 1);
  -moz-box-shadow: 3px 5px 6px 0px rgba(128, 128, 128, 1);
  box-shadow: 3px 5px 6px 0px rgba(128, 128, 128, 1);
  position: fixed;
  max-height: 80%;
  max-width: 100%;
  overflow-y: scroll;
}

.shopping-cart-content {
  padding: 20px 40px 40px 40px;
}

.shopping-cart-popup h1,
.shopping-cart-popup h2,
.shopping-cart-popup h3,
.shopping-cart-popup h4 {
  font-family: "Orator Std Medium";
  text-decoration: underline;
  margin-top: 0px;
}

.shopping-cart-popup-items {
  width: 41.6666666667%;
}

.shopping-cart-popup-details {
  display: flex;
}

.shopping-cart-popup-details > div + div {
  margin-left: 55px;
}

.shopping-cart-popup input[type="email"] {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.shopping-cart-popup input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-left: 0px;
}

.shopping-cart-continue {
  margin-top: 25px;
}

#payment-terms-div {
  margin-top: 15px;
  display: flex;
  align-items: center;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.payment-next {
  margin-top: 20px;
  display: flex;
}

#payment-next-next {
  margin-top: 25px;
}

#payment-email {
  border: 2px solid black;
}

.payment-next button,
#payment-next-next {
  font-weight: bold;
  color: white;
  background-color: #0154a3;
  border: 0px;
  font-family: "Orator Std Medium";
  padding: 0px 55px 0px 55px;
  height: 40px;
  font-size: 18px;
  margin-right: 15px;
  cursor: pointer;
}

.payment-next p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #848484;
  font-size: 15px;
}

.shopping-cart-steps {
  margin-top: 30px;
}

.shopping-cart-steps h3 {
  text-decoration: none;
  margin-bottom: 0px;
}

.shopping-cart-steps hr {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.shopping-cart-step {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.shopping-cart-step .main {
  margin-bottom: 5px;
  color: black;
}

.shopping-cart-step span {
  color: #888;
}

.shopping-cart-actions {
  margin-bottom: 20px;
  display: flex;
}

.shopping-cart-actions button {
  margin-left: auto;
  border-radius: 50%;
  background-color: #bfbfbf;
  border: 0px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  color: white;
  text-align: center;
  cursor: pointer;
}

.shopping-cart-actions button:hover {
  background-color: #000;
}

.shopping-cart-item {
  display: flex;
}

.shopping-cart-item + .shopping-cart-item {
  margin-top: 35px;
}

.shopping-cart-item picture img {
  width: 80px;
  margin-right: 15px;
  object-fit: contain;
  max-height: 70px;
}

.shopping-cart-item-details h1 {
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  font-family: "open sans", sans-serif;
}

.shopping-cart-item-quantity {
  color: #0154a3;
  cursor: pointer;
  display: inline-flex;
  margin-bottom: 10px;
  align-items: center;
  position: relative;
}

.shopping-cart-item-total {
  font-weight: bold;
  display: block;
}

.shopping-cart-quantity-arrow {
  margin-left: 5px;
  font-weight: bold;
  width: 1em;
  height: 1em;
}

.shopping-cart-total {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

.shopping-cart-icon {
  padding: 15px;
  border-radius: 40px;
  display: inline-block;
  border: 1px solid #e6e5e5;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #f4c836;
  position: fixed;
  bottom: 50px;
  right: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

.fixed-cart .shopping-cart-icon {
  position: inherit;
  border: 0px;
}

.shopping-cart-icon:hover {
  background-color: #e7b100;
}

.shopping-cart-icon-container {
  height: 36px;
  width: 36px;
  position: relative;
}

.shopping-cart-icon-alert {
  position: absolute;
  top: -20px;
  right: -20px;
  padding: 0 5px;
  color: white;
  background-color: #0054a3;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 1.7em;
  height: 1.7em;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.shopping-cart-error {
  background-color: #ffb3b3;
  border: 1px solid red;
  padding: 0px 15px 0px 10px;
  margin-bottom: 30px;
}

.shopping-cart-error span {
  font-weight: bold;
}

.shopping-cart-item-quantity-select {
  position: absolute;
  opacity: 0;
  width: 100%;
}

.shopping-cart-item-details {
  width: 100%;
}

.shopping-cart-item-title {
  display: flex;
  justify-content: space-between;
}

.shopping-cart-item-delete {
  color: #0154a3;
  font-size: 20px;
  cursor: pointer;
  margin-left: 20px;
}

#shopping-email {
  display: flex;
  align-items: center;
}

.shopping-email-icon {
  width: 32px;
  border: 2px solid #0154a3;
  border-radius: 50%;
  color: #0154a3;
  height: 32px;
  margin-right: 15px;
}

.shopping-email-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  margin: 8px;
}

.shopping-email-container h4 {
  margin-bottom: 3px;
  text-decoration: none;
}

.shopping-email-container p {
  margin-bottom: 3px;
  margin-top: 3px;
}

#shopping-next-popup .shopping-cart-quantity-arrow,
#shopping-next-popup .shopping-cart-item-quantity-select,
#shopping-next-popup .shopping-cart-item-delete {
  display: none;
}

#shopping-email-address-change {
  color: #0154a3;
  cursor: pointer;
  margin-left: 10px;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple.white div {
  border: 4px solid #000;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.shopping-cart-popup-loading {
  position: absolute;
  opacity: 0.7;
  background-color: black;
  display: none;
  z-index: 99999;
  align-items: center;
}

.shopping-cart-popup-loading.white {
  background-color: white;
}

.catalog {
  display: flex;
}

.catalog-download {
  display: none;
  text-align: center;
}

.catalog-download p {
  margin-bottom: 35px;
}

.product-addon {
  margin-top: 35px;
  margin-bottom: 30px;
}

.product-addon h4 {
  margin-bottom: 10px;
}

.product-addon select {
  background-color: white;
  padding: 10px;
  width: 100%;
  flex: 2;
  border-radius: 0px;
  font-size: 18px;
}

.catalog-download a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 15px;
  cursor: pointer;
  background-color: #0054a3;
  font-family: "Orator Std Medium";
  color: white;
  font-size: 22px;
  display: block-inline;
  align-items: center;
  border-radius: 5px;
  text-decoration: none;
}

.shopping-cart-item-addons {
  margin-top: 10px;
  margin-bottom: 20px;
}

.shopping-cart-item-addon h4 {
  color: #757575;
  font-weight: normal;
  text-decoration: none;
  font-family: "open sans", sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
}

.shopping-cart-item-addon + .shopping-cart-item-addon {
  margin-top: 15px;
}

#mapply-frame {
  width: 100%;
  min-height: 700px;
  border: 0px;
}

#sitemap {
  margin-top: 20px;
  padding: 10px;
}

#sitemap a {
  color: black;
}

#sitemap ul {
  margin-left: 0px;
  padding-inline-start: 20px;
  list-style-type: none;
}

#sitemap ul li {
  list-style-type: none;
  font-size: 18px;
}

#sitemap li + li {
  margin-top: 10px;
}

#sitemap ul li:before {
  content: "- ";
}

#sitemap h1 {
  font-size: 19px;
  margin-top: 18px;
  margin-bottom: 18px;
}

ol.list_1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bullet_1 {
  font-weight: bold;
}

.bullet_2 {
  font-weight: bold;
}

.block_2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-us-information-content + .contact-us-information-content {
  margin-top: 35px;
}

.contact-us-information-content picture img {
  height: 35px;
  width: 42px;
}

.contact-us-information-content picture {
  margin-right: 15px;
  height: 35px;
  width: 42px;
}

.contact-us-information-content {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.contact-us-information-content.no-align-center {
  align-items: start;
}

.contact-us-information-content a {
  text-decoration: none;
}

#contact-form {
  margin-top: 30px;
}

#contact-form .contact-us-information-content p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 21px;
}

#contact-form .contact-us-information-content p.p {
  font-size: 19px;
}

#contact-form .contact-us-information-content h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
}

#contact-form .contact-us-information-content div p.small {
  margin-top: 15px;
  font-size: 15px;
}

#contact-form hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #e4e4e4;
}

#blog-form {
  margin-top: 30px;
}

.blog-entries {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 65px;
  row-gap: 45px;
}

.blog-entry {
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 2px 2px 13px -6px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: 2px 2px 13px -6px rgba(0, 0, 0, 0.69);
  box-shadow: 2px 2px 13px -6px rgba(0, 0, 0, 0.69);
}

.blog-entry-image {
  height: 250px;
  border-bottom: 1px solid #e6e6e6;
}

.blog-entry-preview {
  margin-bottom: 15px;
}

.blog-entry-image picture img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.blog-entry-content {
  padding: 10px;
}

.blog-entry-view-content img {
  max-width: 100%;
}

.blog-entry-view-content a {
  text-decoration: none;
  color: #3459a2;
  cursor: pointer;
}

.blog-entry-view-content p span.text-big {
  font-size: 1.4em;
}

.blog-entry-view-content .flexbox-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-entry-view-content .flexbox-content * + * {
  margin-left: 10px;
}

.blog-entry-view-content figure {
  margin-left: 0px;
  margin-right: 0px;
}

.blog-entry-view-content figure.image.image-style-align-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog-entry-view-content .text-small {
  font-size: 0.85em;
}

.blog-entry-view-content p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.blog-entry-view-content blockquote {
  margin-top: 5px;
  margin-bottom: 5px;
}

.blog-entry-view-content .image.image-style-align-left {
  float: left;
  margin-right: 10px;
}

.blog-entry-view-content .image.image-style-align-right {
  margin-left: 10px;
  float: right;
}

.entry-date {
  margin-top: 5px;
  margin-bottom: 5px;
}

.entry-title {
  font-weight: bold;
  color: #0154a3;
  text-decoration: none;
}

.entry-title a {
  font-weight: bold;
  color: #0154a3;
  text-decoration: none;
}

.entry-title a:hover {
  color: #eac035;
}

.blog-entry-read-more {
  margin-top: 30px;
  display: flex;
  margin-bottom: 5px;
}

.blog-entry-read-more a {
  cursor: pointer;
  margin-left: auto;
  order: 2;
  color: black;
  border: 0px;
  font-weight: bold;
  text-decoration: underline;
  background-color: #f4c836;
  padding: 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.blog-entry-view-date {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 6px;
}

.blog-entry-view-date.filed-under {
  margin-bottom: 40px;
}

.blog-entry-view-date.filed-under a {
  color: #3459a2;
  cursor: pointer;
  text-decoration: none;
}

.blog-entry-view-date span {
  color: #3459a2;
  cursor: pointer;
}

.blog-entry-view-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
}

.blog-entry-view-image picture {
  margin: 0 auto;
}

.blog-entry-view-image picture img {
  max-width: 817px;
}

.blog-entry-view-content {
  line-height: 27px;
}

.blog-entry-view-social {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.blog-entry-view-social img {
  width: 26px;
  height: 26px;
}

.blog-entry-view-social a {
  padding: 5px;
}

.blog-entry-view-social a + a {
  margin-left: 30px;
}

.blog-sidebar h1,
.blog-categories h1 {
  margin-top: 35px;
  font-size: 25px;
  font-family: "Orator Std Medium";
  text-decoration: underline;
}

.blog-categories h2 {
  margin-top: 15px;
  font-size: 20px;
  font-family: "Orator Std Medium";
  text-decoration: underline;
  cursor: pointer;
}

.blog-categories h2 a {
  text-decoration: none;
  color: #0154a3;
}

.blog-categories h2 a:hover {
  color: #eac035;
}

.blog-sidebar-entry + .blog-sidebar-entry {
  margin-top: 25px;
}

.blog-sidebar-entry {
  padding: 30px;
  background-color: #f5f5f5;
  line-height: 25px;
  color: #333;
}

.blog-sidebar-entry h2 {
  margin-top: 0px;
}

.blog-sidebar-entry h2 a {
  color: #333;
  text-decoration: none;
}

.blog-sidebar-entry h2 a:hover {
  color: #0054a3;
}

.blog-sidebar-entry-read-more {
  color: #0154a3;
  text-decoration: none;
}

.blog-sidebar-entry-read-more:hover {
  color: #f4c836;
}

#request-quote-products {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#request-quote-products.large {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.request-quote-dealer-price {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ececec;
  padding: 2px 4px 2px 4px;
  font-size: 14px;
}

.request-quote-product {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

.request-quote-product h1 {
  margin-top: 0px;
  font-size: 17px;
}

.request-quote-product picture img {
  width: 110px;
  max-height: 120px;
  object-fit: contain;
}

.request-quote-product-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#boat-bg-image {
  display: none;
}

.about-us-mission-list a {
  color: #0154a3;
  text-decoration: none;
}

.about-us-mission-list a:hover {
  color: #f4c836;
}

.blogs-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blogs-pagination div + div {
  margin-left: 30px;
}

.blogs-pagination a {
  padding: 10px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-color: #0154a3;
}

.product-offer {
  font-size: 16px;
  background-color: #f4c836;
  padding: 10px;
  border-radius: 5px;
}

.product-offer span {
  font-size: 16px;
}

.link {
  text-decoration: none;
  color: #0154a3;
}

.link:hover {
  color: #f4c836;
}

.sidebar-product {
  padding: 9px;
  background-color: #ececec;
}

.sidebar-product + .sidebar-product {
  margin-top: 15px;
}

.sidebar-product p {
  margin-bottom: 0px;
}

.sidebar-product-information {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.sidebar-product-information img {
  width: 110px;
  max-height: 120px;
  object-fit: contain;
}

button.continue {
  border: 0px;
  color: white !important;
  font-weight: bold;
  display: inline-block !important;
  background-color: black;
  width: 100px;
  border-radius: 5px;
  padding: 17px;
  cursor: pointer;
}

button.continue.blue {
  background-color: #0154a3;
}

.cart-title {
  font-family: "Orator Std Medium";
  text-decoration: underline;
}

#dealers-product-details h3 {
  font-family: "Orator Std Medium";
  text-decoration: underline;
}

#dealers-product-details input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-left: 0px;
}

.info-table table {
  width: 100%;
  border-spacing: 0px;
}

.info-table thead tr {
  background-color: #f4c836;
  padding: 5px;
}

.info-table thead tr th {
  padding: 10px;
}

.info-table tbody tr {
  background-color: #f5f5f5;
}

.info-table tbody tr:nth-child(2n) {
  background-color: #e8e8e8;
}

.info-table tbody tr td {
  padding: 13px 10px 13px 10px;
}

.info-table tbody tr td a {
  color: #0154a3;
  text-decoration: none;
}

.info-table tbody tr td a:hover {
  color: #f4c836;
}

.request-quote-product-alert-box {
  grid-column: 1 / -1;
  padding: 10px;
  background-color: #ffe6cc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 14px;
}

/* Icons */
i.las {
  font-family: "LaFree";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

i.las.la-tools:before {
  content: "\f7d9";
}

i.las.la-times:before {
  content: "\f00d";
}

i.las.la-cog:before {
  content: "\f013";
}

i.las.la-youtube:before {
  content: "\f167";
}

i.las.la-document:before {
  content: "\f56c";
}

i.las.la-angle-left:before {
  content: "\f104";
}

i.las.la-angle-right:before {
  content: "\f105";
}

i.las.la-search-plus:before {
  content: "\f00e";
}

i.las.la-bars:before {
  content: "\f0c9";
}

i.las.la-angle-down:before {
  content: "\f107";
}

i.las.la-star:before {
  content: "\f005";
}

.la-youtube {
  width: 40px;
}

.reviews {
  margin-top: 40px;
}

.review-info {
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #ffcc4014;
}

.review-info hr {
  border-top: 1px solid #ccc;
}

#add-review {
  font-family: "Orator Std Medium";
  color: white;
  font-size: 14px;
  cursor: pointer;
  padding: 15px 10px 10px;
  border: 0px;
  font-weight: bold;
  background-color: #0054a3;
  border-radius: 5px;
}

.review-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 22px;
}

.review-info .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review {
  margin-top: 20px;
}

.review .customer-name {
  font-size: 18px;
  margin-bottom: 5px;
}

.review .customer-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review .customer-info .title {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.review .date {
  margin-top: 6px;
  display: block;
}

.review .customer-rating i {
  color: #f4c836;
}

.review .review-content {
  line-height: 1.6;
}

.review + .review {
  margin-top: 40px;
}

.reviews .view-all {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.reviews .view-all-btn {
  font-family: "Orator Std Medium";
  color: white;
  font-size: 15px;
  cursor: pointer;
  padding: 15px 10px 10px;
  border: 0px;
  font-weight: bold;
  background-color: #0054a3;
  border-radius: 5px;
}

.gallery-colors {
  margin-bottom: 7px;
  display: flex;
  gap: 10px;
}

.gallery-colors .color-option {
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  padding: 2px;
}

.gallery-colors .color-option .color {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
}

.gallery-colors .color-option.active {
  border: 2px solid #0054a3;
}

/* Big screen */
@media only screen and (min-width: 1600px) {
  #login-center {
    max-width: 400px;
    margin: 55px auto;
  }
  #sitemap {
    display: flex;
    justify-content: space-between;
    padding-left: 80px;
    padding-right: 80px;
  }
  .sidebar {
    width: 353px;
  }
  .catalog {
    display: flex !important;
  }
  .catalog-download {
    display: none !important;
  }
  .shopping-cart-item-details {
    max-width: 270px;
  }
  .shopping-cart-popup-items {
    max-width: 400px;
    min-width: 400px;
  }
  #boat-div {
    margin-bottom: -190px;
    position: absolute;
    max-width: 1240px;
  }
  .profile-picture img#bdo {
    margin-top: 40px;
  }
  #boat-bg-image {
    display: flex !important;
    align-items: center;
    min-height: 900px;
  }
  #boat-bg-image picture {
    margin: 0 auto;
  }
  #boat-bg-image img {
    margin: 0 auto;
    width: 1600px !important;
  }
  .our-team-main {
    display: flex;
  }
  .our-team-main .profile-picture + .profile-picture {
    margin-left: 55px;
  }
  #our-team-albert {
    display: flex;
  }
  #our-team-photo {
    margin-top: 10px;
    margin-left: 20px;
  }
  #our-team-photo div {
    margin-top: auto;
  }
  #about-testimonials {
    display: flex;
  }
  #about-testimonials .testimonials {
    flex: 1;
  }
  #about-testimonials .testimonials + .testimonials {
    margin-left: 50px;
  }
  #about-testimonials .testimonials:first-child {
    border-right: 1px solid #e4e4e4;
    padding-right: 50px;
  }
  .slideshow .slideshow-content img {
    object-fit: cover;
    height: 750px;
  }
  .slideshow .slideshow-content picture {
    height: 750px;
  }
  #why-insta {
    display: flex;
  }
  .about-video-showcase {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
  }
  .about-video-showcase iframe {
    height: 220px;
    width: 420px;
  }
  .homepage#home-container {
    width: 1600px;
  }
  #dealer-href {
    width: 608px;
  }
}

/* Big screen, computer */
@media only screen and (min-width: 1260px) {
  #our-team-albert {
    display: flex;
  }
  #our-team-photo div {
    margin-top: auto;
  }
  .sidebar {
    width: 353px;
  }
  #sitemap {
    display: flex;
    justify-content: space-between;
    padding-left: 80px;
    padding-right: 80px;
  }
  .catalog {
    display: none;
  }
  .catalog-download {
    display: block;
  }
  #boat-div {
    margin-bottom: 0px;
    max-width: 1240px;
  }
  #boat-bg-image {
    display: none;
  }
  #about-testimonials {
    display: flex;
  }
  #about-testimonials .testimonials {
    flex: 1;
  }
  #about-testimonials .testimonials + .testimonials {
    margin-left: 50px;
  }
  #about-testimonials .testimonials:first-child {
    border-right: 1px solid #e4e4e4;
    padding-right: 50px;
  }
  #why-insta {
    display: flex;
  }
  .about-video-showcase {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
  }
  .about-video-showcase iframe {
    height: 220px;
    width: 420px;
  }
  .about-video-showcase b {
    margin-top: 7px;
    text-align: center;
  }
  h2#phone .phone {
    display: block;
  }
  .footer-npsa {
    margin-right: 17px;
  }
  .footer-final {
    display: flex;
    flex-direction: row;
  }
  .footer-navigation-link .footer-link + .footer-link {
    margin-top: 0px;
    margin-left: 15px;
  }
  .footer-navigation-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer-subscribe form input[type="email"] {
    min-width: 240px;
  }
  .footer-images #footer-logo {
    width: 200px;
    margin-bottom: 30px;
    display: block;
  }

  .main-point {
    display: none;
  }

  .menu > .container > .items {
    margin-left: 250px;
  }

  .header-logo > .header-img {
    width: 240px;
    height: 10px;
  }

  .header-img img {
    margin-top: 20px;
    width: 240px;
  }

  .container {
    width: 1240px !important;
  }

  .sidebar {
    margin-left: 70px;
  }

  .product-gallery {
    height: 555px;
  }

  .gallery-image img {
    max-height: 480px;
    object-fit: cover;
  }
}

/* Bigger iPads and smaller screens */
@media only screen and (max-width: 1259px) {
  .header-ronni {
    display: none;
  }
  .padding-small {
    padding-left: 7px;
    padding-right: 7px;
  }
  #our-team-albert {
    display: flex;
  }
  #boat-bg-image {
    display: none;
  }
  .blog-sidebar h1 {
    margin-left: 10px;
  }
  .blog-categories {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
  }
  #blog-form {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
  }
  #sitemap {
    display: flex;
    justify-content: space-between;
    padding-left: 80px;
    padding-right: 80px;
  }
  .catalog {
    display: none !important;
  }
  .catalog-download {
    display: block;
  }
  .shopping-cart-popup-items {
    width: 100%;
    margin-bottom: 60px;
  }
  .shopping-cart-popup-details > div + div {
    margin-left: 0px;
  }
  .shopping-cart-popup-details {
    flex-direction: column;
  }
  .shopping-cart .shopping-quantity {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shopping-cart button {
    border-radius: 0px;
  }
  .category-select {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 17px;
  }
  .small-videos {
    grid-template-columns: auto auto;
  }
  .sheet-view {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-list-element {
    flex-direction: column;
  }
  .product-list-element h3 {
    margin-bottom: 20px;
  }
  #boat-bg-image {
    display: none;
  }
  .testimonials + .testimonials {
    margin-top: 40px;
  }
  #about-us-slideshow > .slideshow-small {
    display: flex;
    justify-content: space-between;
  }
  #about-us-slideshow {
    display: flex;
    flex-direction: column;
  }
  #about-us-slideshow > .slideshow-next,
  #about-us-slideshow > .slideshow-prev {
    display: none;
  }
  #dealer-href img {
    width: 100%;
  }
  .about-video-showcase {
    margin-top: 20px;
  }
  .about-video-showcase iframe {
    width: 100%;
    height: 500px;
  }
  .grid-title {
    text-align: center;
  }
  .invi {
    display: none;
  }
  .product-categories#grid {
    display: flex;
  }
  h2#phone .phone {
    display: block;
  }
  .footer-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery-image-preview picture + picture {
    margin-left: 5px;
  }

  .product-title > .go-back {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .header > .container {
    flex-direction: column;
  }

  .header-logo {
    justify-content: center;
    margin-bottom: 60px;
  }

  .header-desc {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-desc-flags {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .header-desc-social {
    margin-bottom: 15px;
  }

  #home-container {
    margin-top: 30px;
  }

  .menu > .container > .items {
    margin-left: 0px;
    flex-direction: column;
  }

  .menu > .container > .items .item a {
    border-bottom: 1px solid white;
    text-decoration: none;
  }

  .main-point {
    display: block;
  }

  .item {
    display: none;
  }

  .product-categories a {
    margin: auto;
  }

  .dropdown-div {
    box-shadow: none;
    -webkit-box-shadow: none;
    position: unset;
    display: none;
  }

  .dropdown-div a:not(:last-child),
  .dropdown-div div:first-child {
    border-bottom: 1px solid #ccc !important;
  }

  .content-with-sidebar {
    flex-direction: column;
  }

  .product-text {
    padding: 0px 15px 10px 15px;
  }

  .request-quote {
    border-radius: 0px;
  }

  .installation-video {
    display: none;
  }

  .product-links {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 20px;
  }

  .product-link + .product-link {
    margin: 0px;
  }

  .product-gallery {
    height: 555px;
  }

  .gallery-image img {
    height: auto;
  }

  .product-texts-navbar,
  .about-header {
    flex-direction: column;
  }

  .about-header > a + a {
    margin-left: 0px;
    margin-top: 3px;
  }
}

@media only screen and (max-width: 1120px) {
  #our-team-albert {
    flex-direction: column;
  }
  #our-team-photo {
    flex-direction: column;
  }
  #our-team-photo picture img {
    width: auto;
    height: 450px;
  }
  #our-team-photo {
    margin-bottom: 30px;
  }
  #our-team-photo > div > p {
    text-align: start !important;
  }
}

/* iPads, Bigger Phones */
@media only screen and (max-width: 1000px) {
  #request-quote-products {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .blog-entry-view-image picture img {
    max-height: auto;
    max-width: 100%;
    margin-top: 20px;
  }
  #contact-form {
    margin-left: 10px;
    margin-right: 10px;
  }
  #sitemap {
    flex-direction: row;
  }
  .related-product {
    flex-direction: column;
  }
  .related-product a {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .category-select {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 17px;
  }
  .photo-product-image img {
    max-width: 90%;
  }
  .small-video.big .frame {
    width: 100%;
    height: 370px;
  }
  .small-video.big .frame > picture img {
    width: 100%;
    height: 370px;
  }
  .small-videos {
    grid-template-columns: auto;
  }
  .slideshow-preview {
    margin-bottom: 20px;
  }
  .slideshow-preview + .slideshow-preview {
    margin-left: 10px;
  }
  .flex-control.third {
    flex-direction: column;
  }
  .flex-control.third > .form-control + .form-control {
    margin-left: 0px;
    margin-top: 23px;
  }
  .flex-control > .form-control + .form-control {
    margin-left: 15px;
  }
  #dealer-form {
    padding: 5px;
  }
  #our-team-photo {
    flex-direction: column;
  }
  #our-team-photo img {
    width: 100%;
    height: auto;
  }
  .our-team-main > .profile-picture {
    flex-direction: column;
  }
  .about-video-showcase iframe {
    width: 100%;
    height: 200px;
  }
  .invi {
    display: none;
  }
  .product-categories#grid {
    display: flex;
  }
  .footer-link#first {
    font-size: 1.1em;
  }
  h2#phone .phone {
    display: block;
  }
  .footer-npsa {
    display: flex;
    justify-content: center;
  }
  .footer-images {
    margin-bottom: 10px;
  }
  .footer-navigation {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .footer-subscribe {
    text-align: center;
  }
  .footer-socials {
    justify-content: center;
  }
  .footer-content {
    flex-direction: column;
  }
  .footer-notes .notes {
    text-align: center;
  }
  .footer-notes .notes span {
    margin-top: 20px;
  }
  .header > .container {
    flex-direction: column;
  }

  .header-logo {
    justify-content: center;
    margin-bottom: 60px;
  }

  .header-desc {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-desc-flags {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .header-desc-social {
    margin-bottom: 15px;
  }

  #home-container {
    margin-top: 30px;
  }

  .menu > .container > .items {
    margin-left: 0px;
    flex-direction: column;
  }

  .menu > .container > .items .item a {
    border-bottom: 1px solid white;
    text-decoration: none;
  }

  .main-point {
    display: block;
  }

  .item {
    display: none;
  }

  .dropdown-div {
    box-shadow: none;
    -webkit-box-shadow: none;
    position: unset;
    display: none;
  }

  .dropdown-div a:not(:last-child),
  .dropdown-div div:first-child {
    border-bottom: 1px solid #ccc !important;
  }

  .sidebar-content {
    margin-top: 0px;
  }

  .product-texts-navbar,
  .about-header {
    flex-direction: column;
  }

  .product-nav-item + .product-nav-item {
    margin-left: 0px;
    margin-top: 3px;
  }

  .request-quote {
    border-radius: 0px;
  }

  .product-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
  }

  .product-link {
    margin-bottom: 10px;
  }

  .gallery-container {
    flex-direction: column;
  }

  .gallery-controls {
    margin-top: 10px;
    flex-direction: column;
  }

  .gallery-image-preview img + img {
    margin-top: 0px;
  }

  .product-gallery {
    height: auto;
  }

  .gallery-image-preview + .gallery-image-preview {
    margin-left: 0px;
    margin-top: 10px;
  }

  .gallery-container > .gallery-controls {
    margin-left: 0px;
  }

  .gallery-controls .gallery-image-preview {
    flex-direction: row;
  }
  .grid-title {
    text-align: center;
  }
}

/* Normal Phones */
@media only screen and (max-width: 800px) {
  .fixed-cart .shopping-cart-icon {
    display: none;
  }

  .header-desc-main {
    align-items: center;
  }

  .request-quote-product-container select {
    width: 100%;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .request-quote-product-container {
    display: block;
  }
  #request-quote-products {
    grid-template-columns: 1fr 1fr;
  }
  .contact-us-information-content picture {
    display: none;
  }
  .blog-entries {
    display: block;
  }
  .blog-entry + .blog-entry {
    margin-top: 35px;
  }
  #sitemap {
    flex-direction: column;
  }
  .flex-control {
    flex-direction: column;
  }
  .flex-control > .form-control + .form-control {
    margin-top: 23px;
    margin-left: 0px;
  }
  .invi {
    display: none;
  }
  .grid-title {
    text-align: center;
  }
  .product-categories#grid {
    grid-template-columns: auto;
  }
  h2#phone .phone {
    display: none;
  }
  .header {
    padding-top: 0px;
  }

  .header-logo {
    margin-bottom: 0px !important;
  }

  .header-logo-text {
    margin-left: 0px;
    width: 100%;
  }

  .header-logo-text #title {
    font-size: 2em;
  }

  .header > .container {
    flex-direction: column;
  }

  .product-categories {
    justify-content: center;
  }

  .menu > .container > .items {
    margin-left: 0px;
    flex-direction: column;
  }

  .menu > .container > .items .item a {
    border-bottom: 1px solid white;
    text-decoration: none;
  }

  .dropdown-div a:not(:last-child),
  .dropdown-div div:first-child {
    border-bottom: 1px solid #ccc !important;
  }

  .main-point {
    display: block;
  }

  .item {
    display: none;
  }

  .header-logo {
    flex-direction: column;
  }

  .header-logo > .header-img {
    display: block;
    width: 170px;
    height: 140px;
    padding-top: 15px;
    margin: 0 auto;
  }

  .header-logo > .header-img img {
    width: 170px;
    height: 160px;
  }

  .header-desc {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-desc-flags {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .header-desc-social {
    display: none;
  }

  #home-container {
    margin-top: 30px;
  }

  .request-quote {
    border-radius: 0px;
  }

  .product-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
  }

  .product-link {
    margin-bottom: 20px;
  }

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

  .product-list {
    flex-direction: column;
  }
}

@media only screen and (max-width: 630px) {
  .header-desc {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 600px) {
  #our-team-photo picture img {
    width: 100%;
    height: auto;
  }
}
