/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v44-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

#logo {
    text-align: center;
}

#logo img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 0 auto;
}

#top {
    background: #325571;
    background-color: #325571;
    border: 0;
    padding: 4px 0px 3px 0;
    margin: 0 !important;
    min-height: 40px;
}

#top * {
    text-shadow: none !important;
    color: #fff;
}

#top .dropdown-toggle,
#top .dropdown-toggle:hover {
    color: #fff;
}

header {
    background: #5bb0cd;
    padding: 1em 0 1em 0;
}

header .h3, header .h2 {
    color: #fff;
    font-weight: 700;
    margin: .25em 0 .25em 0;
}

#menu {
    background: #ffffff00;
    background-color: inherit;
    background-image: none;
    background-repeat: no-repeat;
    border-color: inherit;
    border: 0;
    min-height: 40px;
}

.navbar-collapse.collapse {
    background: #325571;
    border: 0;
    border-radius: 0 0 15px 15px;
}

.flex {
    display: flex;
    min-height: 150px;
    flex-direction: column;
}

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

#cart .btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #325571;
    background-color: #325571;
    background-image: none;
    background-repeat: no-repeat;
    border: 0;
}

footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #325571;
    border: 0;
    color: #fff;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #ffffff99;
}

footer span {
    color: #fff;
}

.payment-logos {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    columns: 3;
}

.payment-logos img {
    width: 100px;
    height: 100px;
}