html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 200px;
  color: rgba(0, 0, 0, 0.8);

  font-family: "GantModern";
  font-weight: 400;
  font-size: 16px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*############ EXTRA BASE START ############*/
h1,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h2 {
  font-family: 'GantSerif';
  font-weight: 400;
}

a {
  transition: all 0.2s;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.7);
}

a:hover {
  color: rgba(0, 0, 0, 1);
}

.breadcrumb {
  font-size: 14px;
  line-height: 25px;
  display: block;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.smoothLoad {
  opacity: 0;
}

.lazy {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

label {
  font-weight: bold;
}

.radio label {
  cursor: pointer;
}

.fa,
.fab,
.fal,
.far,
.fas {
  line-height: unset;
}

.line-header {
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 52%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%);
}

.line-header span {
  padding: 0 16px;
  background-color: #fff;
}

abbr {
  color: #f00;
}

.text-black {
  color: #000;
}

.alert {
  border-radius: 25px;
}

.form-control,
.custom-select,
.form-control:focus {
  border: 1px solid #ccc;
  border-radius: 0;
  /* background-color: #f8f9fa; */
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 1 !important;
  /* height: calc(1.785rem); */
  font-weight: 400;
  /* letter-spacing: 1.25px; */
}

.input-group-text {
  border: none !important;
  background-color: #f8f9fa;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  /* Firefox */
}

.form-control:-ms-input-placeholder {

  color: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  /* Firefox */
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  /* Firefox */
}

/*
.custom-control-label::before {
  background-color: #e9ecef !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: rgb(40 97 164) !important;
}


.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #e9ecef;
}
*/

/*############ INPUT CONTROL END ############*/


.tooltip {
  pointer-events: none;
}

/*############ NAVBAR START ############*/
.navbar-first {
  z-index: 1030;
  padding: 0px;
  height: 40px;
  font-size: 12px;
  background-color:rgba(247 247 247);
  color: rgba(0, 0, 0, 0.7);
}

.navbar-first a {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-first a:hover {
  color: rgba(0, 0, 0, 1);
}

.navbar-second {
  z-index: 9999;
  padding: 0px;
  height:90px;
  background-color: #fff;
  /*
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.4);
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.4);
  */
}

.navbar-second .nav-link {
  /* text-transform: uppercase; */
  color: #1C2B49;
  font-size: 0.9rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  border-bottom: 2px solid #fff;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background-color: #1C2B49;
}

.navbar-second .nav-link:hover {
border-bottom: 2px solid #1C2B49;
}

.navbar-second #navbarSearch {}

.navbar-second #navbarSearch .btn {
  border-radius: 0px 25px 25px 0px;

}

.navbar-second input[type="search"] {
  background-color: #1C2B49;;
  border-radius: 25px 0px 0px 25px;
  border: 2px solid #fff !important;
  color: #fff;
  border-right: 0px solid #fff !important;
  height: 34px;

}

.navbar-second input[type="search"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.9) !important;
  opacity: 0.9;
  /* Firefox */
}

.navbar-second input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}

.navbar-second input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important;
}

/* style active navbar items */
.nav-item.active a,
.dropdown-item.active a,
.dropdown-item:active a {

  color: #1C2B49;
  font-weight: 700;
}

/* Show dropdown menu on hover */
.dropdown:hover>.dropdown-menu {
  display: block;
}

#navbar-categories {
  position: relative;
  padding-top: 0;
}

@media (max-width: 767px) {

  .navbar-first {
    display: none;
  }

  #logo {
      width: 50px;
  }

  #navbar-categories {
      position: absolute;
      z-index: -1;
  }

  .navbar-nav {

      padding-top: 60px;
      background: white;
  }

  .navbar-nav .nav-link {
      color: #1C2B49;
  }
}

/*############ NAVBAR END ############*/





/*############ NAVBAR MINICART START ############*/

#miniCart {
  transition: all 0.4s;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  right: 0px;
  top: 40px;
  min-height: 100px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 0px;
  border-radius: 15px;
  padding-bottom: 40px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.27);
}

#miniCart #cartTable {
  max-height: 60vh;
  overflow-y: scroll;
}

#miniCart #cartTable a {
  color: #1C2B49;
}


#miniCart p {
  text-align: center;
}

#miniCart.show {
  visibility: visible;
  opacity: 1;
}

#miniCart #goToCart {
  border: 0px;
  padding: 12px;
  border-radius: 0 0px 15px 15px;
  bottom: 0px;
  left: 0px;
}


.navbar-toggler {
  font-size: inherit;
  line-height: inherit;
  padding: .375rem .75rem;
}

/*############ NAVBAR MINICART END ############*/



.banner-start {
  width: 100%;
  position: relative;
  max-height: 60vh;
  overflow: hidden;
}

.banner-start .banner-background {
  width: 100%;
  height: 60vh;
  background-image: url('/images/sliders/front-image.jpg');
  background-size: cover;
  background-position: 50% 75%;

  min-width: 1000px;
  margin: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

.banner-start .banner-text {
  font-family:'GantSerif';
  text-shadow: 0 0 3px #000;
  font-weight:400;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 3rem;
  transform: translate(-50%, -50%);
}

.banner-start .banner-text h4 {
  font-size: 1.4vw;
}

.banner-start .banner-text h1 {
  font-size: 3vw;
}

@media (max-width: 600px) {
  .banner-text {
      font-size: 2rem;
  }
  .banner-start .banner-text {
      max-width: 100%;
  }

  .banner-start .banner-text h4 {
      font-size: 4vw;
  }

  .banner-start .banner-text h1 {
      font-size: 6vw;
  }

}

/*############ STARTPAGE SLIDER START ############*/
.carousel-inner {
  background-color: #1C2B49;
  max-height: 70vh;
}

/* Make slider center  */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.carousel-item {
  align-items: center;
  /* horizontal */
  justify-content: center;
  /* vertical */
}

.carousel-item img {
  vertical-align: middle;
  display: inline-block;
  min-width: 1000px;
}

.start-slider-text {
  position: absolute;
  text-align: left;
  color: #fff;
  left: 50px;
  top: 10vw;
}

.start-slider-text h1 {
  font-weight: 700;
  margin: 0px;
}

.frontpage-description {
  padding: 0 8rem;
}


@media (max-width: 768px) {

  .start-slider-text h1 {

      font-size: 20px;

  }

  .frontpage-description {
      padding: 0 30px;
  }

}


/*############ STARTPAGE SLIDER END ############*/




/*############ STARTPAGE WELCOME-TEXT START ############*/
.slider-bottom {
  background-color: #1C2B49;
  color: #fff;

}

.slider-bottom-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 20px solid #1C2B49;
}

/*############ STARTPAGE WELCOME-TEXT END ############*/

/*############ STARTPAGE BANNER-BOX START ############*/
.banner-box {
  height: 300px;

}

.banner-box div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
}
/*
#banner-box-1 .bg {
  background-image: url(./images/box4.jpg);
}

#banner-box-1 h1 {
  font-size: 45px;
  color: #fff;
  font-weight: bolder;
}

#banner-box-2 .bg {
  background-image: url(./images/box5.jpg);
}
*/
#banner-box-2 h1 {
  font-size: 45px;
  color: #fff;
  font-weight: bolder;
}

/*############ STARTPAGE BOX-BANNER END ############*/

/*############ STARTPAGE SORTIMENT-BOX START ############*/
.sortiment-box {
  overflow: hidden;
}

.sortiment-box img {
  transition: all 0.8s;
}

.sortiment-box-text {
  transition: all 0.4s;
  padding: 10px;
  display: block;
  background-color: rgba(0, 59, 121, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: -30px;

}

.sortiment-box-text .extra {
  color: #003B79;
  opacity: 0;
  transition: all 1s;
}

.sortiment-box:hover .sortiment-box-text {
  margin-bottom: 0px;
  color: #fff;
  background-color: rgba(255, 210, 0, 0.8);
}

.sortiment-box:hover .sortiment-box-text .extra {
  opacity: 1;
}

.sortiment-box:hover img {
  transform: scale(1.1);
}

/*############ STARTPAGE SORTIMENT-BOX END ############*/

#info-box {
  background-color: #151f42;
  border-top: 3px solid #ca0b0f;
  border-bottom: 3px solid #ca0b0f;

}

/*############ PRODUCTBOX START ############*/
.product {
  overflow: hidden;
}

.product .product-price {
  font-weight: 900;
  font-size: 1.4rem;
  color: #007dc2;

}

.product .image-holder {
  padding-bottom: 120%;
  height: 0;
  position: relative;
  overflow: hidden;
}

.product .image-holder img {
  width: 90%;
  left: 5%;
  top: 10%;
  z-index: 2;
  transition: opacity 2.25s ease, transform 0.2s ease
}

.product:hover img {
  transform: scale(1.05);
}

.product button {
  transition: all 0.2s;
  z-index: 10;
}

.product:hover button {
  opacity: 1 !important;
}

/*############ PRODUCTBOX END ############*/


/*############ BUTTONS START ############*/
.btn {
  font-size: 14px;
  font-weight: 700;
/*  line-height: 1 !important; */
  padding: 0.5rem 1.5rem;
  border: 1px solid #1C2B49;
/*  box-shadow: none !important; */
border-radius: 0;
}

.btn-outline {
  color: #1C2B49;
  background-color: #fff;
}

.btn-primary {
  color: #1C2B49;
  background-color: #fff;
}

.btn-primary:hover {
  background-color: #1C2B49;
  border-color: #1C2B49;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #1C2B49;
  color: #fff;
}

.btn-secondary {
  background-color: #1C2B49;;
  color: #fff;
}

.btn-secondary:hover {
  background-color: #1C2B49;
  color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  background-color: #1C2B49;
  color: #fff;
}

/*############ BUTTONS END ############*/

/*############ FOOTER START ############*/
footer {
  position: absolute;
  width: 100%;
  /* height: 200px; */
  bottom: 0;
  color: #fff;
}

.footer-wrapper {
  background-color: #1C2B49;;
}



.footer-wrapper ul {
  list-style: none;
  line-height: 2;
}

.footer-wrapper .links a {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;

}

.footer-wrapper a:hover {
  color: rgb(40 97 164);
}

.footer-copyright {
  font-size: 12px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}

.footer-copyright,
.footer-copyright a,
.footer-copyright a:hover {
  color: rgba(255, 255, 255, 0.4);
  font-weight: lighter;
}

.footer-copyright img {
  height: 65px;
}

/*############ FOOTER END ############*/

/*############ MISC START ############*/
.toTop {
  transition: 1s all;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none !important;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 25px;

}

.toTop.active {
  opacity: 1;
  visibility: visible;
}

table.contact th {
  background-color: #1C2B49;;
  color: #fff;
}

table.contact td {

  color: #666;
}

.imagePreview {
  cursor: zoom-in;
}
/*
.parallax {
  background-image: url("./images/parallax.jpg");
  background-size: cover;
  background-position: 50% calc(50%);
  background-repeat: no-repeat;

}

.parallax div {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.4);
}
*/
/*############ MISC END ############*/



/* ---------------------------------------------------
  Spinner
----------------------------------------------------- */
.spinner {
  display: inline-block;
}

.spinner:after {
  content: " ";
  display: block;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.4s ease-in-out infinite;
}

@keyframes lds-dual-ring {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}



/***** 5 column design ****/
/* 5 Columns */

.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25,
.col-xl-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-24 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-24 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-24 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-24 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-24 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
}


.overlayFilter2 {
  z-index: 50 !important;
  position: absolute !important;
  background-image: url("./images/default/overlay.png") !important;
  background-size: 100% !important;
  opacity: .8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  mix-blend-mode: darken;
}

.article-item-image-thumbnails {
  display: flex;
  gap: 15px;
}

.article-item-image-thumbnail {
  flex: 1;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}