@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
body {
  background-color: #fff; }

*:not(.glyphicon, .glyphicons) {
  font-family: 'PT Sans', sans-serif !important;
  font-size: 16px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1400px !important;
    width: 100% !important; }
    .container--sub {
      max-width: 1000px !important; } }
.apodan-theme .is-container {
  width: auto;
  max-width: fit-content;
  padding: 0px; }
.apodan-theme:not(.eb-section-text) .is-container {
  margin: 0; }
.apodan-theme:not(.eb-section-product-grid) .is-builder div {
  width: fit-content; }

.eb-search {
  display: block !important; }

.eb-header {
  height: auto;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .eb-header .eb-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media only screen and (max-width: 1199px) {
      .eb-header .eb-row {
        flex-direction: column; } }
  @media only screen and (max-width: 899px) {
    .eb-header .eb-logo {
      display: flex;
      align-items: center;
      width: 100%; } }
  .eb-header .eb-logo #eb-toggle-menu {
    display: none; }
    @media only screen and (max-width: 899px) {
      .eb-header .eb-logo #eb-toggle-menu {
        display: block;
        margin-left: auto;
        background-color: #0d1f49;
        width: 50px;
        height: 50px;
        border: 0;
        border-radius: 3px; } }
  .eb-header__logo {
    display: block; }
    @media only screen and (max-width: 1199px) {
      .eb-header__logo {
        display: flex;
        justify-content: center; } }
    @media only screen and (max-width: 899px) {
      .eb-header__logo {
        width: 100%; } }
    .eb-header__logo > img {
      max-width: 320px;
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 899px) {
        .eb-header__logo > img {
          max-width: 200px; } }
  .eb-header__menu {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 1199px) {
      .eb-header__menu {
        justify-content: center; } }
    @media only screen and (max-width: 899px) {
      .eb-header__menu {
        width: 100%; } }
    .eb-header__menu .eb-menu {
      display: flex;
      align-items: center;
      list-style: none;
      padding-left: 20px; }
      @media only screen and (max-width: 1199px) {
        .eb-header__menu .eb-menu {
          margin-top: 20px; } }
      @media only screen and (max-width: 899px) {
        .eb-header__menu .eb-menu {
          padding-left: 0px;
          flex-direction: column;
          width: 100%; }
          .eb-header__menu .eb-menu--mobile {
            display: none; } }
      .eb-header__menu .eb-menu__item {
        margin-right: 20px;
        font-weight: bold;
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative; }
        .eb-header__menu .eb-menu__item a {
          color: inherit; }
        .eb-header__menu .eb-menu__item > a {
          display: flex;
          align-items: center;
          pointer-events: none; }
          .eb-header__menu .eb-menu__item > a svg {
            margin-left: 5px;
            width: 5px;
            height: auto; }
        @media only screen and (max-width: 899px) {
          .eb-header__menu .eb-menu__item {
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-right: 0; }
            .eb-header__menu .eb-menu__item a {
              display: block; }
            .eb-header__menu .eb-menu__item--mobile-show .eb-submenu {
              display: block !important; } }
        .eb-header__menu .eb-menu__item:last-child {
          margin-right: 0; }
        .eb-header__menu .eb-menu__item .eb-search #product-search-form-field {
          border: 0;
          box-shadow: none;
          border-radius: 0;
          border-bottom: 1px solid #222; }
        .eb-header__menu .eb-menu__item .eb-search .input-group-addon {
          background-color: transparent !important;
          color: #222 !important;
          border: 0 !important; }
        .eb-header__menu .eb-menu__item .eb-search .form-control {
          text-transform: uppercase; }
        .eb-header__menu .eb-menu__item .eb-submenu {
          display: none;
          width: 200px;
          list-style: none;
          position: absolute;
          background-color: #fff;
          border: 1px solid rgba(0, 100, 158, 0.5);
          padding: 0;
          top: 100%;
          left: 50%;
          transform: translateX(-50%);
          z-index: 100; }
          .eb-header__menu .eb-menu__item .eb-submenu li {
            text-align: center; }
          .eb-header__menu .eb-menu__item .eb-submenu a {
            display: block;
            padding: 10px; }
          @media only screen and (max-width: 899px) {
            .eb-header__menu .eb-menu__item .eb-submenu {
              display: none;
              position: initial;
              width: 100%;
              background-color: #e6e6e6;
              transform: translateX(0%);
              margin-top: 10px; } }
          .eb-header__menu .eb-menu__item .eb-submenu--submenu > a {
            pointer-events: none; }
        @media only screen and (min-width: 899px) {
          .eb-header__menu .eb-menu__item--submenu:hover .eb-submenu {
            display: block; } }
      .eb-header__menu .eb-menu .active a {
        text-decoration: underline; }

hr,
.main-title {
  border-color: #00649e !important; }

.catalog-nav {
  background-color: #00649e;
  color: #fff;
  border-color: #0d1f49;
  display: none; }
  .catalog-nav--show {
    display: block !important; }
  .catalog-nav .navbar-nav > li:hover {
    background-color: #0d1f49; }
  .catalog-nav .navbar-nav > li > a {
    color: #fff !important; }
  .catalog-nav .sub-menu,
  .catalog-nav .sub-menu ul {
    border-color: #00649e; }
  .catalog-nav nav.catalog-horizontal ul > li:hover {
    background-color: transparent; }
  .catalog-nav .sub-menu ul a:hover {
    color: #222 !important; }

.eb-footer {
  background-color: #0d1f49;
  padding-top: 60px;
  padding-bottom: 60px; }
  .eb-footer * {
    color: #fff; }
  .eb-footer__columns {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 899px) {
      .eb-footer__columns {
        flex-direction: column; }
        .eb-footer__columns .footer-col:nth-child(n+2) {
          margin-top: 40px; } }
  .eb-footer .footer-col {
    width: auto;
    flex: 1; }
    .eb-footer .footer-col:first-child {
      flex: 2; }
    .eb-footer .footer-col__title {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 20px;
      text-transform: uppercase; }
  .eb-footer .footer-report {
    display: block;
    margin-top: 40px; }
  .eb-footer .footer-menu {
    padding: 0;
    padding-left: 26px;
    list-style: none; }
    .eb-footer .footer-menu li {
      position: relative;
      margin-bottom: 20px; }
      .eb-footer .footer-menu li::before {
        position: absolute;
        left: -26px;
        font-family: 'Glyphicons Halflings';
        content: "\e072"; }
      .eb-footer .footer-menu li:last-child {
        margin-bottom: 0; }
      .eb-footer .footer-menu li a:hover {
        color: #05a3ff; }

#content {
  overflow: hidden;
  margin-top: 0; }

body .is-wrapper div.is-section-100.eb-home-slider,
body .is-wrapper div.is-section-100.eb-home-slider div.is-box-centered {
  min-height: calc(100vh - 125px) !important; }
  @media only screen and (max-width: 899px) {
    body .is-wrapper div.is-section-100.eb-home-slider,
    body .is-wrapper div.is-section-100.eb-home-slider div.is-box-centered {
      min-height: auto !important;
      height: 400px; } }
body .is-wrapper div.is-section-50.eb-products,
body .is-wrapper div.is-section-50.eb-products div.is-box-centered {
  min-height: auto !important; }
body .is-wrapper button a, body .is-wrapper .blue-box a {
  display: inline-block;
  height: 100%;
  width: 100%; }
@media only screen and (max-width: 599px) {
  body .is-wrapper .blue-box {
    max-width: 70vw; } }
body .is-wrapper button a:before, body .is-wrapper .blue-box a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
body .is-wrapper .blue-box {
  padding: 0 !important; }
body .is-wrapper .blue-box a {
  padding: 20px; }

.eb-home-slider .is-container {
  width: 100%;
  max-width: none; }
  .eb-home-slider .is-container .eb-title,
  .eb-home-slider .is-container .eb-short-desc {
    text-shadow: 2px 2px 5px rgba(34, 34, 34, 0.75); }
  .eb-home-slider .is-container .eb-short-desc {
    padding-left: 40px; }
  .eb-home-slider .is-container .container * {
    font-family: "PT Sans", sans-serif !important; }
.eb-home-slider .eb-btn {
  margin-top: 20px; }
@media only screen and (max-width: 1550px) {
  .eb-home-slider .glide__arrow {
    display: none; } }
.eb-home-slider .glide__arrow {
  z-index: 9999;
  background-color: rgba(34, 34, 34, 0.5);
  top: 45% !important;
  transform: translateY(-50%) !important; }
  .eb-home-slider .glide__arrow svg {
    width: 30px !important;
    height: 30px !important; }
  .eb-home-slider .glide__arrow--left {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    left: 0 !important; }
    .eb-home-slider .glide__arrow--left path {
      transform: translateX(200px);
      d: path("M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"); }
  .eb-home-slider .glide__arrow--right {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    transform: translateX(30px) translateY(-50%) !important; }
    .eb-home-slider .glide__arrow--right path {
      transform: translateX(50px);
      d: path("M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"); }
.eb-home-slider .is-slider-caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center; }
  .eb-home-slider .is-slider-caption .eb-slider-content {
    max-width: calc(1400px + 80px);
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 1399px) {
      .eb-home-slider .is-slider-caption .eb-slider-content {
        max-width: 1400px; } }
    @media only screen and (max-width: 1199px) {
      .eb-home-slider .is-slider-caption .eb-slider-content {
        max-width: 870px; } }
    @media only screen and (max-width: 899px) {
      .eb-home-slider .is-slider-caption .eb-slider-content {
        max-width: 800px; } }
    @media only screen and (max-width: 599px) {
      .eb-home-slider .is-slider-caption .eb-slider-content {
        max-width: none;
        padding-left: 0;
        padding-right: 0; } }
    .eb-home-slider .is-slider-caption .eb-slider-content__title {
      font-weight: normal; }
    .eb-home-slider .is-slider-caption .eb-slider-content__title, .eb-home-slider .is-slider-caption .eb-slider-content__content {
      color: #222; }
      .eb-home-slider .is-slider-caption .eb-slider-content__title > *, .eb-home-slider .is-slider-caption .eb-slider-content__content > * {
        color: #222; }
    .eb-home-slider .is-slider-caption .eb-slider-content--black .eb-slider-content__title,
    .eb-home-slider .is-slider-caption .eb-slider-content--black .eb-slider-content__content {
      color: #fff; }
      .eb-home-slider .is-slider-caption .eb-slider-content--black .eb-slider-content__title > *,
      .eb-home-slider .is-slider-caption .eb-slider-content--black .eb-slider-content__content > * {
        color: #fff; }

.eb-products {
  min-height: auto !important;
  padding-top: 100px !important;
  padding-bottom: 80px !important;
  background-color: #fff !important; }
  @media only screen and (max-width: 1199px) {
    .eb-products {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }
  @media only screen and (max-width: 1199px) {
    .eb-products .container {
      width: 100% !important; } }
  .eb-products > .is-overlay {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important; }
  .eb-products .eb-title {
    text-align: center; }

.progress-bar {
  background: #00649e !important; }

.eb-products-slider {
  padding-bottom: 80px; }
  .eb-products-slider .is-overlay {
    max-width: 1400px !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
  .eb-products-slider .is-slider-caption {
    background-color: #00649e;
    text-transform: uppercase;
    font-weight: bold; }
    .eb-products-slider .is-slider-caption .eb-prod-link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .eb-products-slider .glide.coverflow .is-slider-caption, .eb-products-slider .is-slider-caption {
    bottom: 0 !important;
    text-align: center; }
  .eb-products-slider .glide__slide--following,
  .eb-products-slider .glide__slide--previous {
    transform: none !important; }
  .eb-products-slider .glide__slide {
    position: relative;
    margin-left: 10px !important;
    overflow: hidden;
    width: calc(33.333% - 10px) !important;
    flex: 1; }
  .eb-products-slider .is-slider-caption.appear {
    opacity: 1 !important;
    transform: translateY(0px) !important; }
  .eb-products-slider .is-slider-caption {
    left: 0 !important;
    right: 0 !important;
    padding: 30px; }
  .eb-products-slider .glide__arrow {
    background-color: rgba(34, 34, 34, 0.5);
    border-radius: 0;
    width: 40px; }
    .eb-products-slider .glide__arrow svg {
      width: 30px !important;
      height: 30px !important; }
    .eb-products-slider .glide__arrow--left {
      border-top-right-radius: 100%;
      border-bottom-right-radius: 100%;
      left: 10px; }
      .eb-products-slider .glide__arrow--left path {
        d: path("M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"); }
    .eb-products-slider .glide__arrow--right {
      border-top-left-radius: 100%;
      border-bottom-left-radius: 100%;
      right: 0; }
      .eb-products-slider .glide__arrow--right path {
        transform: translateX(50px);
        d: path("M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"); }

.eb-btn {
  text-transform: uppercase; }
  .eb-btn__link {
    display: inline-flex;
    background-color: teal;
    padding: 15px 35px;
    font-weight: bold;
    font-size: 16px;
    color: #fff !important;
    border-radius: 30px; }
    .eb-btn__link::after {
      font-family: 'Glyphicons Halflings';
      content: "\e072";
      transition: .25s ease;
      margin-left: 10px; }
    .eb-btn__link:hover::after {
      margin-left: 25px; }

.eb-title:empty br {
  display: none !important; }

.eb-section-1 {
  max-width: none !important;
  background-color: #0d1f49 !important;
  min-height: auto !important;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 20px !important;
  padding-right: 20px !important; }
  @media only screen and (max-width: 599px) {
    .eb-section-1 {
      padding: 20px !important; } }
  .eb-section-1 .container {
    position: relative;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media only screen and (max-width: 1199px) {
      .eb-section-1 .container {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (max-width: 599px) {
      .eb-section-1 .container {
        padding: 0 !important; } }
    .eb-section-1 .container a {
      color: #fff; }
    .eb-section-1 .container .row {
      color: #fff;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 1; }
      .eb-section-1 .container .row > .col-xs-12 {
        margin-right: 40px;
        margin-left: 40px; }
      @media only screen and (max-width: 899px) {
        .eb-section-1 .container .row {
          flex-direction: column; }
          .eb-section-1 .container .row > .col-xs-12 {
            margin-left: 0;
            margin-right: 0; } }
      @media only screen and (max-width: 599px) {
        .eb-section-1 .container .row {
          margin: 0 !important; } }
    .eb-section-1 .container::before {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 300px;
      background-color: #fff;
      top: -250px;
      left: 0;
      transform: scaleX(2) skew(-15deg, -15deg); }
    .eb-section-1 .container::after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 300px;
      background-color: #fff;
      bottom: -250px;
      left: 0;
      transform: scaleX(2) skew(-15deg, -15deg); }
    @media only screen and (max-width: 1199px) {
      .eb-section-1 .container::before, .eb-section-1 .container::after {
        content: none; } }
  .eb-section-1__content {
    color: #fff; }
    .eb-section-1__content .eb-title {
      text-transform: uppercase; }
    .eb-section-1__content .eb-btn {
      margin-top: 40px; }

@media only screen and (max-width: 599px) {
  body .is-wrapper .container img {
    margin: 0 auto !important; } }
.eb-section-text {
  max-width: none !important;
  min-height: auto !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important; }
  .eb-section-text__content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
    .eb-section-text__content--center {
      text-align: center; }
      @media only screen and (max-width: 899px) {
        .eb-section-text__content--center {
          text-align: left; } }
  @media only screen and (max-width: 899px) {
    .eb-section-text img {
      display: block;
      margin: 0 auto !important; } }
  @media only screen and (max-width: 599px) {
    .eb-section-text .container .row {
      margin: 0 !important; } }

.is-wrapper *,
.is-wrapper ::before,
.is-wrapper ::after {
  border: 0 !important;
  content: none; }

.eb-section-2 {
  max-width: none !important;
  min-height: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important; }
  .eb-section-2 .container {
    position: relative;
    padding-top: 300px !important;
    padding-bottom: 300px !important; }
    @media only screen and (max-width: 1199px) {
      .eb-section-2 .container {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
        .eb-section-2 .container .row {
          position: relative;
          z-index: 1; }
        .eb-section-2 .container .row > div {
          width: 100% !important; } }
    @media only screen and (max-width: 599px) {
      .eb-section-2 .container .row {
        margin: 0 !important; }
        .eb-section-2 .container .row > .col-xs-12 {
          padding: 0; } }
    .eb-section-2 .container::before {
      position: absolute;
      width: 100%;
      content: '';
      display: block;
      height: 300px;
      background-color: #fff;
      top: -150px;
      left: 0;
      transform: scaleX(2) skew(15deg, 15deg); }
    .eb-section-2 .container::after {
      position: absolute;
      width: 100%;
      content: '';
      display: block;
      height: 300px;
      background-color: #fff;
      bottom: -180px;
      left: 0;
      transform: scaleX(2) skew(-10deg, 15deg); }
    @media only screen and (max-width: 1199px) {
      .eb-section-2 .container::before, .eb-section-2 .container::after {
        content: none; } }
  .eb-section-2__content {
    color: #222 !important; }

.eb-footer-form-container {
  background-color: #fff;
  padding-top: 60px;
  overflow: hidden; }

.eb-footer-form {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 599px) {
    .eb-footer-form__content {
      margin: 0 !important; }
    .eb-footer-form form {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .eb-footer-form .form__row {
      padding-left: 0;
      padding-right: 0; } }
  .eb-footer-form::before {
    content: '';
    width: 100vw;
    height: 75px;
    position: absolute;
    bottom: 0;
    right: 100%;
    background-color: #0d1f49; }
  .eb-footer-form::after {
    content: '';
    width: 100vw;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 100%;
    background-color: #0d1f49; }
  .eb-footer-form * {
    color: #fff;
    text-align: center; }
  .eb-footer-form__title {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .eb-footer-form__desc {
    margin-bottom: 40px; }
  .eb-footer-form .form {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 599px) {
      .eb-footer-form .form {
        flex-direction: column; }
        .eb-footer-form .form > div {
          width: 100% !important; } }
    .eb-footer-form .form__row {
      margin-bottom: 40px; }
      .eb-footer-form .form__row .form-control {
        background: transparent;
        border: 0;
        border-bottom: 2px solid #fff;
        border-radius: 0;
        box-shadow: none;
        text-align: left; }
        .eb-footer-form .form__row .form-control::placeholder {
          color: #fff; }
        .eb-footer-form .form__row .form-control[id="message"] {
          height: 34px;
          overflow: hidden;
          max-width: 100%; }
      .eb-footer-form .form__row--submit {
        width: 100%;
        display: flex;
        justify-content: center; }
        .eb-footer-form .form__row--submit .btn {
          border: 0;
          display: inline-flex;
          background-color: teal;
          padding: 15px 35px;
          font-weight: bold;
          font-size: 16px;
          color: #fff !important;
          text-transform: uppercase;
          border-radius: 30px; }
          .eb-footer-form .form__row--submit .btn::after {
            display: block;
            font-family: 'Glyphicons Halflings' !important;
            content: "\e072" !important;
            transition: .25s ease !important;
            margin-left: 10px !important; }
          .eb-footer-form .form__row--submit .btn:hover::after {
            margin-left: 25px; }
  .eb-footer-form__content {
    max-width: 500px;
    margin: 0 auto; }

.is-wrapper .container img {
  margin: 0 !important; }
  @media only screen and (max-width: 1199px) {
    .is-wrapper .container img {
      margin: 0 auto !important; } }

.eb-text-col {
  max-width: none !important;
  min-height: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important; }
  @media only screen and (max-width: 1199px) {
    .eb-text-col__img {
      margin-bottom: 40px; }
      .eb-text-col__img img {
        margin: 0 auto !important; } }
  .eb-text-col--right .row {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 1199px) {
      .eb-text-col--right .row .eb-text-col__content {
        margin-bottom: 40px; } }
  .eb-text-col .container .row {
    display: flex; }
    @media only screen and (max-width: 1199px) {
      .eb-text-col .container .row {
        flex-direction: column; }
        .eb-text-col .container .row > .col-xs-12 {
          width: 100% !important;
          margin-right: 0 !important;
          margin-left: 0 !important; }
          .eb-text-col .container .row > .col-xs-12 img {
            max-height: 300px;
            display: block;
            margin-left: auto;
            margin-right: auto; } }
    .eb-text-col .container .row > .col-xs-12 {
      margin-right: 40px;
      margin-left: 40px; }

#shop-catalog-container .product-container {
  min-height: 475px; }
  @media only screen and (max-width: 599px) {
    #shop-catalog-container .product-container {
      min-height: auto; } }
  #shop-catalog-container .product-container > * {
    border-radius: 0; }
  #shop-catalog-container .product-container .product-container-inner {
    height: auto; }
    #shop-catalog-container .product-container .product-container-inner .product-image {
      height: auto;
      aspect-ratio: 145 / 179; }
      @media only screen and (max-width: 599px) {
        #shop-catalog-container .product-container .product-container-inner .product-image img {
          max-width: none; } }
      #shop-catalog-container .product-container .product-container-inner .product-image::after {
        content: 'Se produkt';
        display: inline-flex;
        background-color: teal;
        padding: 15px 35px;
        font-weight: bold;
        font-size: 16px;
        color: #fff !important;
        border-radius: 30px;
        text-transform: uppercase;
        position: absolute;
        left: 50%;
        top: 50%;
        white-space: nowrap;
        transform: translate(-50%, -30%);
        filter: opacity(0);
        transition: .25s ease; }
      #shop-catalog-container .product-container .product-container-inner .product-image:hover::after {
        filter: opacity(1); }
      #shop-catalog-container .product-container .product-container-inner .product-image span:empty {
        display: none !important; }
      #shop-catalog-container .product-container .product-container-inner .product-image img {
        width: 100%;
        max-height: none;
        object-fit: cover; }
  #shop-catalog-container .product-container .product-info {
    height: auto;
    padding: 0; }
    #shop-catalog-container .product-container .product-info .product-title {
      height: auto;
      display: block; }
      #shop-catalog-container .product-container .product-info .product-title a {
        display: block;
        padding: 20px;
        height: 100px;
        font-size: 14px;
        background-color: #00649e;
        font-weight: normal;
        color: #fff;
        text-align: center; }

.eb-banner {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 50% 30%; }
  .eb-banner__title {
    margin-top: 60px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 2px; }
  @media only screen and (max-width: 660px) {
    .eb-banner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  @media only screen and (max-width: 599px) {
    .eb-banner .container {
      max-width: none !important;
      width: 100% !important; }
      .eb-banner .container .row > .col-xs-12 {
        padding-left: 0 !important;
        padding-right: 0 !important; } }

.eb-catalog-search {
  background-color: #0d1f49;
  height: 100px;
  margin-bottom: 80px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .eb-catalog-search #product-search-form-field {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #fff; }
  .eb-catalog-search .input-group-addon {
    background-color: transparent !important;
    color: #fff !important;
    border: 0 !important; }
  .eb-catalog-search .form-control {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 25px; }
  .eb-catalog-search .eb-search {
    max-width: 300px; }

.horizontal-filter {
  padding-right: 40px; }

#catalog-filter-collection-container {
  background-color: transparent !important; }

.filter-container {
  background-color: transparent !important;
  box-shadow: none !important; }
  .filter-container .navbar-default .navbar-collapse,
  .filter-container .navbar-default .navbar-form {
    background-color: transparent Im !important; }
  .filter-container > .table td:nth-child(2) {
    width: 100%; }
  .filter-container > .table .align-right {
    display: none; }
  .filter-container .filter-title {
    background-color: transparent !important;
    padding: 0 !important;
    color: #222 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px; }
  .filter-container .price-filter-border {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .filter-container #price-slider {
    margin-left: 20px !important;
    margin-right: 0 !important;
    height: 2px;
    border-color: #222 !important; }
  .filter-container .noUi-horizontal .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    background-color: #222;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 100% !important;
    top: -10px !important; }
    .filter-container .noUi-horizontal .noUi-handle::before, .filter-container .noUi-horizontal .noUi-handle::after {
      content: none !important; }
  .filter-container table td {
    border: 0 !important; }

.eb-contact-container {
  display: flex;
  padding-left: 20px;
  padding-right: 20px; }
  .eb-contact-container__col--content {
    padding: 40px;
    width: 500px;
    background-color: #00649e;
    color: #fff; }
    .eb-contact-container__col--content > *:first-child {
      margin-top: 0; }
    .eb-contact-container__col--content h1,
    .eb-contact-container__col--content h2,
    .eb-contact-container__col--content h3,
    .eb-contact-container__col--content h4,
    .eb-contact-container__col--content h5,
    .eb-contact-container__col--content h6 {
      font-size: 18px;
      font-weight: bold; }
    .eb-contact-container__col--content a {
      color: inherit;
      text-decoration: none; }
  .eb-contact-container__col--form {
    display: flex;
    flex: 1; }
    .eb-contact-container__col--form > div {
      width: 100%; }
      .eb-contact-container__col--form > div > div {
        height: 100%;
        padding: 40px 140px;
        background-color: #fff; }
        .eb-contact-container__col--form > div > div .eb-footer-form__content {
          max-width: none; }
        .eb-contact-container__col--form > div > div form {
          margin-left: 0 !important;
          margin-right: 0 !important; }
        .eb-contact-container__col--form > div > div .form {
          display: flex;
          flex-direction: column; }
          .eb-contact-container__col--form > div > div .form > div {
            width: 100%;
            padding-left: 0 !important;
            padding-right: 0 !important; }
          .eb-contact-container__col--form > div > div .form__row:nth-child(n+2) {
            margin-top: 40px; }
          .eb-contact-container__col--form > div > div .form__row[data-placeholder="Besked*"] textarea {
            height: 36px;
            margin-top: 40px; }
          .eb-contact-container__col--form > div > div .form__row[data-placeholder=""] {
            display: flex;
            justify-content: center; }
            .eb-contact-container__col--form > div > div .form__row[data-placeholder=""] input {
              display: inline-flex;
              background-color: teal;
              padding: 15px 35px;
              font-weight: bold;
              font-size: 16px;
              color: #fff !important;
              border-radius: 30px; }
              .eb-contact-container__col--form > div > div .form__row[data-placeholder=""] input::after {
                font-family: 'Glyphicons Halflings';
                content: "\e072";
                transition: .25s ease;
                margin-left: 10px; }
              .eb-contact-container__col--form > div > div .form__row[data-placeholder=""] input:hover {
                border-color: teal; }
                .eb-contact-container__col--form > div > div .form__row[data-placeholder=""] input:hover::after {
                  margin-left: 25px; }
    .eb-contact-container__col--form .eb-footer-form__title {
      margin-top: 0;
      font-weight: bold;
      margin-bottom: 20px; }
    .eb-contact-container__col--form .eb-footer-form__desc {
      margin-bottom: 20px; }
    .eb-contact-container__col--form .form-control {
      background-color: transparent;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      border-bottom: 2px solid #222; }
      .eb-contact-container__col--form .form-control::placeholder {
        color: #222;
        font-weight: bold; }
  @media only screen and (max-width: 1199px) {
    .eb-contact-container {
      flex-direction: column; }
      .eb-contact-container__col--content {
        width: 100%;
        margin-bottom: 20px; }
      .eb-contact-container__col--form > div > div {
        padding: 20px; } }

.eb-contact-maps {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px; }
  .eb-contact-maps > iframe {
    width: 100%; }

.eb-sub-hero {
  min-height: auto !important;
  max-width: none !important;
  padding: 40px 20px !important;
  box-sizing: border-box; }
  .eb-sub-hero * {
    box-sizing: border-box; }
  .eb-sub-hero .eb-banner {
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
    height: 400px;
    display: flex;
    align-items: center; }

.eb-product-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }
  @media only screen and (max-width: 599px) {
    .eb-product-container {
      width: 100vw;
      margin-right: 0; } }
  .eb-product-container__title {
    margin-top: 0;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .eb-product-container .product-image {
    /*margin-bottom: 20px;*/ }
    .eb-product-container .product-image img {
      display: block;
      width: 100%; }
  .eb-product-container .shop-product {
    margin-bottom: 40px; }
    @media only screen and (max-width: 599px) {
      .eb-product-container .shop-product {
        padding: 0; } }
    .eb-product-container .shop-product > .container-top {
      display: flex;
      flex-wrap: wrap; }
    @media only screen and (max-width: 899px) {
      .eb-product-container .shop-product .container-top {
        display: flex;
        flex-direction: column; }
        .eb-product-container .shop-product .container-top .eb-product-img-container {
          width: 100%; }
        .eb-product-container .shop-product .container-top .product-info {
          width: 100%; }
        .eb-product-container .shop-product .container-top .eb-product-img-container {
          margin-bottom: 20px; } }
    @media only screen and (max-width: 599px) {
      .eb-product-container .shop-product .container-top .eb-product-img-container {
        padding: 0;
        padding-left: 20px;
        padding-right: 32px;
        width: 100vw; }
      .eb-product-container .shop-product .container-top .product-info {
        width: calc(100vw + 20px); } }
  .eb-product-container .product-info {
    background-color: #ddd;
    padding: 40px; }
    @media only screen and (max-width: 1199px) {
      .eb-product-container .product-info {
        width: 50%; } }
    @media only screen and (max-width: 599px) {
      .eb-product-container .product-info {
        width: 100%; } }
  .eb-product-container .product-image-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
    .eb-product-container .product-image-box:empty {
      display: none; }
  .eb-product-container .product-gallery-image-container {
    margin-top: 0;
    height: 150px; }
    .eb-product-container .product-gallery-image-container .fancybox-image {
      padding-left: 10px;
      padding-right: 10px; }
    .eb-product-container .product-gallery-image-container .fancybox-thumbnail {
      width: 100%;
      height: 100%;
      display: block;
      max-height: none;
      top: 0;
      object-fit: cover; }
    .eb-product-container .product-gallery-image-container:nth-child(3n+1) .fancybox-image {
      padding-left: 0; }
    .eb-product-container .product-gallery-image-container:nth-child(3n+3) .fancybox-image {
      padding-right: 0; }
    .eb-product-container .product-gallery-image-container:nth-child(n+4) {
      margin-top: 20px; }
  .eb-product-container .product-stock {
    display: none; }
  .eb-product-container .product-features th,
  .eb-product-container .product-features td {
    padding: 0 !important; }
  .eb-product-container .product-features td:first-child::after {
    content: ':'; }
  .eb-product-container .product-features td:last-child {
    padding-left: 20px !important; }
  .eb-product-container .table th,
  .eb-product-container .table td {
    padding-left: 0;
    padding-right: 0; }
    .eb-product-container .table th[colspan="2"],
    .eb-product-container .table td[colspan="2"] {
      display: flex;
      align-items: center;
      white-space: nowrap; }
  .eb-product-container .price-break-container td {
    border-bottom: 1px solid #bbb; }
  .eb-product-container .product-quantity {
    margin-left: 20px; }
  .eb-product-container .description,
  .eb-product-container .inner-container {
    margin-top: 0;
    border: 0;
    padding: 0 !important; }
  .eb-product-container .description {
    min-height: auto; }
  .eb-product-container .favourite-container {
    padding-left: 0;
    padding-right: 0; }
  .eb-product-container .eb-product-img-container {
    padding-right: 80px; }
    @media only screen and (max-width: 1199px) {
      .eb-product-container .eb-product-img-container {
        padding-right: 20px;
        width: 50%; } }

.eb-related-products {
  max-width: 1100px;
  margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    .eb-related-products {
      width: 100vw; } }
  .eb-related-products__title {
    text-align: center;
    text-transform: uppercase;
    margin: 80px auto;
    font-size: 32px; }
  .eb-related-products .product-container {
    min-height: 445px; }
    .eb-related-products .product-container .product-container-inner {
      background-color: #00649e;
      border-radius: 0; }
    .eb-related-products .product-container .product-image {
      height: auto; }
      .eb-related-products .product-container .product-image img {
        display: block;
        width: 100%;
        max-width: none;
        max-height: none;
        height: 200px;
        object-fit: cover; }
  .eb-related-products .product-info {
    padding: 0; }
    .eb-related-products .product-info a {
      padding: 20px;
      display: block;
      text-align: center;
      color: #fff;
      font-weight: normal; }
    .eb-related-products .product-info .product-title {
      display: block;
      height: auto; }
  @media only screen and (max-width: 599px) {
    .eb-related-products .related_products_content {
      padding-left: 20px;
      padding-right: 20px; } }

.eb-category-desc {
  margin-bottom: 80px; }
  @media only screen and (max-width: 599px) {
    .eb-category-desc {
      margin-top: -40px; } }
  .eb-category-desc .container {
    background-color: #0d1f49;
    color: #fff;
    padding: 20px 60px; }
    .eb-category-desc .container h2 {
      font-size: 26px;
      text-transform: uppercase;
      margin-bottom: 40px; }
  .eb-category-desc a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff; }
  .eb-category-desc strong {
    color: #fff; }

.eb-section-product-grid > .row > .is-container {
  max-width: none !important;
  margin-left: 35px;
  margin-right: 35px; }
.eb-section-product-grid .image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  max-width: 1400px;
  margin: 0 auto;
  /* Center indholdet på skærmen */ }
.eb-section-product-grid .image-box {
  width: calc(33.33% - 10px);
  /* 3 billeder per række, mindre margin mellem dem */
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
  /* Juster margenen til endnu mindre plads mellem billederne */ }
.eb-section-product-grid .image {
  width: 100%;
  max-width: 100%;
  height: 308px;
  /* Ændret højden til 308px */
  object-fit: cover;
  /* Gør det muligt at beskære billedet, hvis det er nødvendigt, for at passe til højden */ }
.eb-section-product-grid .button {
  font-family: PT sans, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  height: 92px;
  padding: 10px 0;
  background-color: #00649e;
  color: white;
  border: none;
  cursor: pointer;
  text-align: center; }
@media (max-width: 1150px) {
  .eb-section-product-grid .image-box {
    width: calc(50% - 10px);
    /* To billeder per række */ } }
@media (max-width: 800px) {
  .eb-section-product-grid > .row > .is-container {
    max-width: none !important;
    /*weird fix, this makes it so the elements start at the edge of the screen, it will be at -25px if set to 0*/
    margin-left: 25px;
    margin-right: 25px; }
  .eb-section-product-grid .image-box {
    width: 100%;
    /* Billederne og knapperne vil være i en kolonne */
    margin-right: 0;
    margin-left: 0;
    /* Fjern margen på mindre skærme */ } }

@media screen and (orientation: landscape) and (max-width: 700px) {
  /* Your CSS Here*/
  body .is-wrapper div.is-section-50, body .is-wrapper div.is-section-50 .is-box, body .is-wrapper div.is-section-50 .is-box-centered {
    min-height: 100vh !important; }

  body .eb-section-product-grid .image {
    height: 400px; } }

/*# sourceMappingURL=main.css.map */
