body {
  background-color: white;
}

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
}

a {
  color: #003592;
}

a:hover {
  color: #002c79;
}

a.link-light {
  color: white;
  text-decoration: underline;
}

#content {
  padding-top: 40px;
}

#meta-nav {
  background-color: #003592;
  color: white;
  height: 40px;
}

#main-menu {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 40px;
}
#main-menu a.navbar-brand {
  max-width: 230px;
}
#main-menu a.navbar-brand img {
  width: 100%;
}
#main-menu #center-menu {
  font-size: 110%;
}
#main-menu #center-menu a.nav-link {
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
}
#main-menu #center-menu a.nav-link:hover::before {
  content: "\a";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #003592;
  display: inline-block;
  margin: 0 3px;
  position: absolute;
  bottom: -23px;
  z-index: 10000;
  left: calc(50% - 5px);
}

#center-menu .custom-dropdown, #right-menu .custom-dropdown {
  position: absolute;
  background-color: white;
  color: rgb(0, 0, 0);
  padding: 10px;
  top: 106px;
  right: 0px;
  left: 0px;
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 40px 10px 10px 10px;
  box-shadow: 0px 14px 12px -9px rgba(0, 0, 0, 0.175);
}

.transparent-navbar {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 40px;
}
.transparent-navbar a, .transparent-navbar a:hover, .transparent-navbar a:focus {
  color: black;
  cursor: pointer;
}
.transparent-navbar .custom-dropdown.show a {
  color: rgb(0, 0, 0);
}

.solid-navbar {
  background-color: white;
}
.solid-navbar a, .solid-navbar a:hover, .solid-navbar a:focus {
  color: rgb(0, 0, 0);
}

.shop-col h5 {
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-left: 8px;
}
.shop-col .item-display-fancy {
  list-style: none;
  padding: 0;
}
.shop-col .item-display-fancy li.item-fancy {
  margin-bottom: 20px;
}
.shop-col .item-display-fancy li.item-fancy a.item-fancy-link {
  transition: all 0.1s;
  text-decoration: none;
  padding: 8px;
  position: relative;
  overflow: hidden;
}
.shop-col .item-display-fancy li.item-fancy a.item-fancy-link:hover {
  color: white;
}
.shop-col .item-display-fancy li.item-fancy a.item-fancy-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #003592;
  transition: all 0.2s;
  z-index: -10000000000;
  border-radius: 0;
  margin: 0;
}
.shop-col .item-display-fancy li.item-fancy a.item-fancy-link:hover::before {
  width: 100%;
}

#searchbox {
  padding-top: 40px;
}

.form-control, .form-floating > .form-control {
  color: rgb(0, 0, 0);
  border-radius: 0;
  border: none;
  border: 1px solid #ced4da;
  padding: 5px;
  border-radius: 4px;
}

.form-floating > .form-control:not(:-moz-placeholder) {
  padding-left: 10px;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-left: 10px;
}

.form-floating > label {
  left: 10px;
}

.col-5 .form-floating > label, .col-7 .form-floating > label {
  left: -2px;
}

.form-control:focus {
  box-shadow: none;
  border-color: rgb(0, 0, 0);
}

#dynamicSearchQuery {
  font-size: 120%;
  font-weight: bolder;
}

.input-group-text {
  background: transparent;
  position: absolute;
  right: 0;
  border: none;
  z-index: 4;
}

.mt-120 {
  margin-top: 120px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.card-header {
  background: #343434;
  color: white;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 120, 201, 0.4);
  border-radius: 3px !important;
  margin: -20px 15px 0 15px;
  padding: 15px;
}

.btn-primary {
  background-color: #003592;
  color: white;
  border: none;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #003eac;
  color: white;
  box-shadow: none;
}

.btn-outline-primary {
  color: #003592;
  border-color: #003592;
}

.btn-outline-primary:hover {
  background-color: #003592;
  color: white;
  border-color: #003592;
}

.action-confirm {
  float: right;
}

.alert {
  margin-bottom: 40px;
}

.orderbymenu {
  background-color: white;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.orderbymenu li {
  display: inline-block;
  padding: 0.3125rem 1rem;
}
.orderbymenu li:first-child {
  padding-left: 0;
}
.orderbymenu label {
  vertical-align: bottom;
  margin-right: 1rem;
}
.orderbymenu .fc-select {
  display: inline-block;
}

.fc-select {
  position: relative;
}
.fc-select svg {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 12px;
  fill: rgb(0, 0, 0);
  z-index: 10;
}
.fc-select select {
  position: relative;
  min-width: 4em;
  padding-right: 2em;
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}

.product-card {
  padding: 0 30px;
}
.product-card a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.product-card .product-image-wrapper {
  position: relative;
  padding: 20px;
  background-color: #f5f6f6;
}
.product-card .product-image-wrapper img {
  width: 100%;
}
.product-card .product-image-wrapper .add-to-cart {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.product-card:first-child, .product-card:nth-child(4) {
  padding-left: 0;
}

.product-card:nth-child(3) {
  padding-right: 0;
}

#searchResults {
  max-height: 70vh;
  overflow-y: auto;
}

.listview td {
  vertical-align: middle;
}
.listview a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.table > :not(:first-child) {
  border: none;
}

.table-striped-custom tr {
  border: 0px solid transparent;
}
.table-striped-custom tr:nth-child(odd) {
  background-color: #f5f6f6;
}

#order-wrapper {
  padding: 10px;
  background: #f5f6f6;
  border-radius: 4px;
  margin-bottom: 10px;
}
#order-wrapper .table-striped-custom caption {
  color: rgb(0, 0, 0);
}
#order-wrapper .table-striped-custom thead tr {
  background: transparent;
  border: none;
  color: rgb(0, 0, 0);
}
#order-wrapper .table-striped-custom tbody tr:nth-child(odd) {
  background-color: white;
}

.gallery-item {
  display: none;
  text-align: center;
}
.gallery-item img {
  width: 80%;
  cursor: pointer;
}

.gallery-overview {
  padding-left: 0;
  margin-bottom: 20px;
}
.gallery-overview .col-md-3 {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}
.gallery-overview .picture {
  cursor: pointer;
  padding: 10px;
  background: #f5f6f6;
  text-align: center;
}
.gallery-overview .picture img {
  max-width: 100%;
}

.item-description {
  background-color: #f5f6f6;
  padding: 10px;
}

#footer {
  background-color: #f5f6f6;
}

#page {
  min-height: calc(100vh - 247px);
  padding-bottom: 15px;
}

.zoomtrans {
  transition: 0.2s ease all;
}

.cart-col-optional {
  display: none;
}

table caption {
  display: none;
}

.banner {
  background-color: #003592;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .cart-col-optional {
    display: table-cell;
  }
  table caption {
    display: table-caption;
  }
}
@media (max-width: 768px) {
  .card {
    margin-top: 35px;
  }
  .footer-column {
    margin-bottom: 20px;
  }
  .banner {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 50px;
  }
  .product-card {
    padding: 0;
  }
}
.cart-item-wrapper {
  margin-top: 0;
}

.cart-item-img-wrapper {
  width: 120px;
  padding: 4px;
  margin: 0 0 0 12px;
}

.cart-item-img {
  width: 100%;
}

.cart-item-text-wrapper {
  margin: 0 12px;
  width: auto;
}

.cart-item-desc {
  text-align: left;
  margin-bottom: 0;
}

.cart-item-name {
  font-weight: 500;
  margin-bottom: 0;
}

.cart-item-count {
  width: 80px;
  float: right;
  margin-bottom: 0;
  background-color: transparent;
}

.cart-item-price {
  text-align: right;
  font-weight: 500;
  margin-bottom: 0;
}

.cart-item-vat {
  text-align: center;
  margin-bottom: 0;
}

.delete-cart-item {
  color: white;
  line-height: 24px;
  text-align: center;
}

.clear {
  clear: both;
}

.fullwidth {
  width: 100%;
}

.navbar-toggler {
  background-color: #003592;
}

#mobile-menu {
  padding: 10px 5px;
}
#mobile-menu ul {
  padding-left: 0;
  list-style: none;
}
#mobile-menu ul li {
  margin-bottom: 10px;
}
#mobile-menu a {
  color: #003592;
  padding-left: 0;
}
#mobile-menu .btn-primary {
  padding-right: 0;
  text-align: center;
  width: 100px;
  display: flex;
  justify-content: center;
}
#mobile-menu .btn-primary i, #mobile-menu .btn-primary span {
  color: white;
}
#mobile-menu #mobileActionWrapper {
  display: flex;
  justify-content: space-between;
}
#mobile-menu .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.carousel-item img {
  width: 100%;
}

.img-bg {
  background-size: cover;
  height: 500px;
  background-position: bottom;
  position: relative;
}
.img-bg .caption {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: color-mix(in srgb, #003592, transparent 50%);
  color: white;
}
.img-bg .caption h5 {
  margin: 10px 5px;
}
.img-bg p {
  background-color: white;
  color: white;
  margin-bottom: 0;
  padding: 5px;
}
.img-bg p a {
  text-decoration: none;
  color: #003592;
}

.sliderContainer {
  position: relative;
  background-color: white;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.sliderContainer div {
  height: 80%;
  margin-bottom: 60px;
  padding: 0 15px;
}
.sliderContainer div .sliderImage {
  max-height: 75%;
  max-width: 100%;
  margin-bottom: 15px;
}
.sliderContainer a.sliderLink {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 15px;
}

.static-wrapper {
  background: white;
  padding: 5px 20px;
  color: #555;
  border-radius: 3px;
}/*# sourceMappingURL=style.css.map */