:root {
  --main-color: rgb(0, 142, 170);
  --main-color: #009dc5;
  --main-text-color: rgba(255, 255, 255, 1);
  --main-text-color-hover: rgba(255, 255, 255, 1);
  --main-color-dark: #003f78;
  --main-text-color-dark: rgba(255, 255, 255, 1);
  --main-text-color-dark-hover: rgba(225, 225, 225, 1);
  --main-color-light: #d5ecf0;
  --main-text-color-light: rgba(0, 0, 0, 0.9);
  --main-text-color-light-hover: rgba(0, 0, 0, 0.9);
  --btn-primary-background: #003f78;
  --btn-primary-color: rgba(255, 255, 255, 0.9);
  --btn-primary-hover-background: rgb(0, 29, 66);
  --btn-primary-hover-color: rgba(255, 255, 255, 0.9);
}

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

body {
  /* margin-bottom: 200px; */
  color: rgba(0, 0, 0, 0.8);
  font-family: "calibri", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 400;
}

main {
  /* background-color: #f6f4f1; */
  /* margin-bottom: 350px; */
}

/*############ EXTRA BASE START ############*/
h1,
h2,
h3,
h4,
h5,
h6 {
  /* color: rgb(0, 90, 49); */
  font-weight: 700;
}

h2 {
  font-size: clamp(1.75rem, 1.4375rem + 1.25vw, 2.375rem);
}

/* .login h2::after,
.start-image-text-container h2::after {
  content: " ";
  display: block;
  height: 12px;
  width: 94px;
  margin-top: 16px;
  background-color: #a8cfed;
}

.login h2::after,
.start-image-text-container h2::after {
  background-color: #73b16c;
} */

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

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;
}

/*############ EXTRA BASE END ############*/

.login-page-wrapper {
  background-color: rgb(23, 48, 48);
  background-color: #ffffff;
  /* background-color: rgba(23, 48, 48, 0.37); */
  color: #fffaeb;
  width: 100%;
  height: 100vh;
}

.login-page-container {
  padding: 60px;
  color: #000000;
  width: 100%;

  background-color: #ffffff;
  background-image:
    linear-gradient(to bottom, transparent, #ffffff),
    url("./images/BG-INLOGG.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login-page-wrapper .btn-login {
  background-color: #ffffff;
  color: #000000;
}

.login-page-wrapper .btn-login:hover {
  background-color: #ffffff;
  color: #000000;
}

/*############ BROWSER (IE) FIXES START ############*/
/*############ BROWSER (IE) FIXES END ############*/

.alert {
  border-radius: 0;
}

/*############ INPUT CONTROL START ############*/
.form-control,
.custom-select,
.form-control:focus {
  border: 0;
  border-bottom: solid 1px var(--main-color-dark);
  border-bottom: solid 1px #cccccc;
  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-logo {
  width: 200px;
}

.navbar-first {
  z-index: 1030;
  padding: 5px 0px;
  /* height: 40px; */
  font-size: 10px;
  background-color: var(--main-color-dark);
  color: var(--main-text-color-dark);
}

.navbar-first a {
  color: var(--main-text-color-dark);
  margin: 0 8px;
}

.navbar-first a:first-child {
  margin-left: 0;
}

.navbar-first a:hover {
  color: #ffffff;
}

.navbar-second {
  z-index: 9999;
  padding: 0px;
  height: 90px;
  background-color: var(--main-color);
  /*
    -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 {
  color: var(--main-text-color);
  font-size: 1rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  /* text-transform: uppercase; */
  /* letter-spacing: 1.5px; */
  /* border-bottom: 2px solid var(--main-text-color); */
}

.xnav-item:not(:last-child) {
  margin-right: 10px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--main-color);
}

.dropdown-item.active:hover {
  background-color: #00aeda;
}

.navbar-second .nav-link:hover {
  /* border-bottom: 2px solid #3B9A66; */
  /* color: black; */
  color: var(--main-text-color);
  opacity: 0.8;
}

.navbar-second .nav-link {
  padding: 10px 0.5rem;
}

.navbar-second #navbarSearch {
}

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

.navbar-second input[type="search"] {
  color: #000;
  background-color: #fff;
  border-radius: 3px 3px 3px 3px;
  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;
}

.search-input {
  color: #173232 !important;
}

.nav-item.active {
  border-bottom: 2px solid #173232;
}

/* style active navbar items */
.nav-item.active a,
.dropdown-item.active a,
.dropdown-item:active a {
  font-weight: 600;
}

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

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

.cart-menu,
.search-menu {
  position: relative;
}

.logotype {
  bottom: 1.4rem;
  left: 0;
  width: 100px;
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .logotype {
    width: 150px;
    justify-content: left;
  }
}

.logotype img {
  width: 100px;
  height: auto;
  z-index: 9999;
  margin-bottom: 4px;
}

@media (max-width: 600px) {
  .logotype img {
    width: 75px !important;
  }
}

@media (max-width: 1200px) {
  .logotype {
    left: 0;
  }
}

@media (max-width: 767px) {
  #logo {
    width: 50px;
  }

  .navbar-logo {
    width: 100px;
  }

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

  .navbar-nav {
    padding-top: 60px;
    background: white;
  }

  .navbar-nav .nav-link {
    color: #000;
  }

  .navbar-first {
    display: none;
  }
}

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

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

.miniSearch-wrapper {
  display: flex;
}

#miniCart,
#miniSearch {
  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: 4px;
  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);
  display: flex;
}

#miniSearch {
  /* visibility: visible;
    opacity: 1; */
  background-color: var(--main-color-dark);
  min-height: auto;
  padding-bottom: 15px;
  right: -30px;
}

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

#miniCart #cartTable a {
  color: #000;
}

#miniCart p {
  text-align: center;
}

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

#miniCart #goToCart {
  border: 0px;
  padding: 12px;
  border-radius: 0 0px 4px 4px;
  bottom: 0px;
  left: 0px;
  /* background-color: var(--main-color);
    color: #FFFAEB; */
  font-weight: 700;
  /* font-size: 0.8rem; */
}

#miniCart #goToCart:hover {
  /* background-color: var(--btn-primary-hover-background) !important; */
}

.navbar-toggler {
  font-size: inherit;
  line-height: inherit;
  padding: 0.375rem 0.75rem;
}

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

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

.sortiment-banner-start {
  height: 15vh;
  background: #3b9a66;
  /* background: radial-gradient(circle, rgba(16, 88, 65, 1) 0%, rgba(60, 154, 103, 1) 51%, rgba(16, 88, 65, 1) 100%); */
}

.article-banner-start {
  height: 15vh;
}

.banner-start--media-wrapper {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner-start video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner-start .banner-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.sortiment-banner-start .banner-background {
  object-position: top;
  object-position: inherit;
}

.banner-start .banner-background::after {
  content: "";
  position: absolute;
  /* background-color: rgba(0,0,0,0.5); */
  background: linear-gradient(
    to bottom,
    rgba(0, 82, 147, 0.6) 0%,
    #0872bb 100%
  );
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-start .banner-content {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
  /* max-width: 550px; */
  height: 100%;
  justify-content: center;
}

.banner-start .banner-header {
  font-size: clamp(2.4rem, 0rem + 7.67vw, 4.2rem);
  font-weight: 700;
  line-height: 1.1em;
  hyphens: auto;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  text-align: center;
  color: white;
}
.sortiment-banner-start .banner-header {
  font-size: 25px;
}
.banner-start .banner-text {
  /* margin-top: 15px; */
}
.banner-start .banner-url {
  margin-top: 15px;
  cursor: pointer;
}

.start-image-header {
  display: block;
}

@media (min-width: 768px) {
  .banner-start .banner-header {
    /* font-size: 65px;
    line-height: 75px; */
    text-align: center;
  }
  .sortiment-banner-start .banner-header {
    font-size: 40px;
    line-height: 40px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .banner-start .banner-text {
    display: none;
  }
  .banner-start .banner-url {
    display: none;
  }
}

/*############ STARTPAGE SLIDER START ############*/
.carousel-inner {
  background-color: rgb(40 97 164);
  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;
}

.start-giveaways-box {
  margin-top: 60px;
  position: relative;
  height: 300px;
  min-height: 30vh;
  padding: 30px 0;
  background: url("images/Overlay.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.start-giveaways-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.start-giveaways-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.start-giveaways-box-container {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
  max-width: 500px;
  height: 100%;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.start-giveaways-box-header {
  font-size: 20px;
  text-align: center;
}
.start-giveaways-box-text {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
}
.start-giveaways-box-logos {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  overflow: auto;
  /* text-align: center; */
}

.start-giveaways-box-logos img {
  width: 100%;
  float: left;
  display: block;
  position: static;
}

@media (max-width: 768px) {
  .start-giveaways-box-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .start-giveaways-box-container {
    width: 100%;
  }

  .start-slider-text h1 {
    font-size: 20px;
  }

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

  .banner-start .banner-background {
    object-fit: cover;
  }
}

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

.start-introtext {
  /* background-image: url(./images/banner-gradient-mobile.jpg);  */
  /* background-image: url(./images/image-background-gradient.jpg);  */
  /* background-size: cover; */
  background-color: var(--main-color-light);
  padding-bottom: 100px;
}

.start-introtext-header {
  font-size: 1.7rem;
  line-height: 1.9rem;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
}
.start-introtext-text {
  color: #000000;
  text-align: center;
  font-size: 1rem;
}

.start-image-text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 5px 14px -3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 575px) {
  .start-image-text-container {
    border-radius: 0;
    box-shadow: none;
  }
}

.start-image-text-container.reversed {
  flex-direction: column-reverse;
}

.start-image-text-container-image {
  flex: 1;
  position: relative;
  min-height: 350px;
}

.start-image-text-container-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.start-image-text-content-wrapper {
  padding: 60px;
}

.start-image-text-container-text {
  flex: 1;
}

.start-image-text-container-text-header {
  font-size: 1.7rem;
  line-height: 1.9rem;
}
.start-image-text-container-text-text {
  margin-top: 10px;
  font-size: 1em;
}
.start-image-text-container-text-url {
  margin-top: 30px !important;
  font-size: 0.9rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .start-introtext {
    /* background-image: url(./images/banner.jpg);  */
    /* background-image: url(./images/image-background-gradient.jpg);  */
  }

  .start-image-text-container,
  .start-image-text-container.reversed {
    flex-direction: row;
  }
}

@media (max-width: 795px) {
  .start-image-text-content-wrapper {
    padding: 30px;
  }
}

/*############ STARTPAGE WELCOME-TEXT START ############*/
.slider-bottom {
  background-color: rgb(40 97 164);
  color: #fff;
}

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

  border-top: 20px solid #007dc2;
}

/*############ 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 ############*/
.article-image-overlay {
  opacity: 1;
}
.article-image-overlay {
  background: rgba(220, 220, 220, 0.3);
  /* mix-blend-mode: darken; */
  overflow: hidden;
  padding: 40px 0;
  padding: 15px 15px;
  background-repeat: no-repeat;
}

.article-image-overlay-small {
  padding: 0;
}

.article-item-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* background-color: #FFFAEB;
    background-image: linear-gradient(to bottom, white 23%, rgba(0,0,0,0) 23%);
    z-index: -1; */
}

.article-item-image-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 15px;
}

.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;
}

.article-item-description-container {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.article-item-description-text-muted {
  font-size: 0.6rem;
}

.article-item-description-title {
  font-size: 1.5rem;
}

.article-item-description-price-wrapper {
  display: flex;
  gap: 15px;
}

.article-item-description-price {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.1rem;
  color: black;
}

.article-item-description-price-vat {
  display: flex;
  align-self: flex-end;
  color: grey;
  font-size: 0.8rem;
}

.article-item-description-text-wrapper {
  margin-top: 15px;
}

.article-item-description-text-title {
  margin-bottom: 5px;
  /* font-size: 0.8rem; */
}

.article-item-description-text {
  font-size: 14px;
}

.article-item-selections-container {
  margin-top: 15px;
}

.article-item-selections {
}

.article-item-selections-wrapper {
  display: flex;
  gap: 10px;
}

.article-item-selections-size {
  flex: 8;
}

.article-item-selections-size .titles {
}

.article-item-selections-quantity {
  flex: 4;
}

.article-item-extra-container {
}

.article-item-cart-container {
  margin-top: 15px;
}

.article-item-image-overlayFilter {
  z-index: 50 !important;
  position: absolute !important;
  background-image: url("./images/default/overlay.png") !important;
  background-size: 100% !important;
  opacity: 0.9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: darken;
}

.list-other-articles-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.list-other-articles {
  margin-top: 15px;
  display: grid;
  gap: 30px;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 275px), 1fr));
}

.list-other-articles a {
  text-decoration: none;
  color: #173232;
}

.list-other-articles a:hover {
  text-decoration: none;
  color: #173232;
}

.list-other-articles-article img {
  transition:
    opacity 2.25s ease,
    transform 0.2s ease;
}

.green-button {
  background-color: var(--main-color) !important;
  color: var(--main-text-color) !important;
  border: solid 1px var(--main-text-color) !important;
  padding: 0.2rem 1.5rem !important;
  border-radius: 5px !important;
}
.green-button:hover {
  background-color: var(--btn-primary-background) !important;
  border: solid 1px var(--main-color) !important;
  color: var(--main-color) !important;
}

.yellow-button {
  background-color: var(--btn-primary-hover-background);
  color: var(--btn-primary-color) !important;
  border: solid 1px var(--btn-primary-color) !important;
  padding: 0.2rem 1.5rem !important;
  border-radius: 5px !important;
}
.yellow-button:hover {
  background-color: var(--btn-primary-color);
  border: solid 1px var(--btn-primary-background) !important;
  color: var(--btn-primary-background) !important;
}

.go-button {
  bottom: 0;
  opacity: 0;
  transition:
    opacity 1s ease-in-out,
    margin 0.2s linear;
  margin-top: -50px;
  z-index: 200;
  /* font-size: 0.8rem !important; */
  /* background-color: #FB480B !important;
    color: #FFFFFF !important; */
}

.go-button:hover {
  /* background-color: #e0410b !important;
    color: #FFFFFF !important; */
}

.list-other-articles-article a:hover .go-button {
  margin-top: 0px;
  opacity: 1;
}

.list-other-articles-article a:hover img {
  transform: scale(1.05);
}

@media (min-width: 600px) {
  /* .list-other-articles { grid-template-columns: repeat(3, 1fr); } */

  .article-item-description-text-wrapper {
    flex: 1;
  }

  .article-item-description-title {
    font-size: 2rem;
  }
}

.list-other-articles-article {
  display: flex;
  flex: 1;
  border-radius: 15px 15px 0 0;
  /* overflow: hidden; */
}

.list-other-articles-article .article-image-overlay {
  border-radius: 15px 15px 0 0;
}

.list-other-articles-article-title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 15px;
  color: #173232;
  position: relative;
}

.list-other-articles-article-title::after {
  content: "";
  width: 30px;
  height: 20px;
  background: url("images/Arrow-04.svg");
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 10px;
}

.list-other-articles-article-artno {
  font-size: 0.6rem;
}

@media (min-width: 768px) {
  .article-hero-container {
    max-width: 1140px;
    margin: auto;
  }

  .article-item-wrapper {
    max-width: 1140px;
    margin: auto;
    flex-direction: row;
  }

  .list-other-articles-wrapper {
    max-width: 1140px;
    margin: auto;
  }

  .on-sortiment-page {
    padding: 30px 15px;
  }

  .list-other-articles-article-title {
    font-size: 0.9rem;
  }
}
/*############ STARTPAGE SORTIMENT-BOX 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: 500;
  line-height: 1 !important;

  padding: 0.5rem 1.5rem;
  border: none;
  box-shadow: none !important;
  border-radius: 0px;
}

.btn-nav-cart {
  border: solid 1px #00095b;
  border-radius: 0;
}

.btn-nav-cart .fa-shopping-cart {
  color: #00095b;
}

.btn-outline {
  background-color: var(--main-color) !important;
  border: 2px solid #fff !important;
}

.btn-primary {
  background-color: var(--btn-primary-background);
  color: var(--btn-primary-color);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 6px;
}

.btn-primary:hover {
  background-color: var(--btn-primary-hover-background);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--main-color);
  color: var(--btn-primary-background);
}

.btn-primary:disabled {
  background-color: #cccccc;
}

.btn-white {
  background-color: white;
  color: black;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 6px;
}

.btn-white:hover {
  background-color: #f0f0f0;
}

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

.btn-secondary:hover {
  background-color: rgb(40 97 164);
  color: #fff;
}

.btn-inverted {
  background-color: var(--btn-primary-hover-background);
  color: var(--btn-primary-hover-color);
}

.btn-inverted:hover {
  background-color: var(--main-color);
  color: var(--btn-primary-background);
}
.btn-inverted-outlined {
  background-color: var(--btn-primary-hover-background);
  color: var(--btn-primary-hover-color);
  border: solid 1px var(--btn-primary-hover-background);
}

.btn-inverted-outlined:hover {
  background-color: var(--main-color);
  color: var(--btn-primary-background);
  border: solid 1px var(--btn-primary-hover-background);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: rgb(40 97 164);
  color: #fff;
}

.add-to-cart-btn {
  font-weight: 600;
  /* font-size: .8rem; */
  text-align: left;
}

.add-to-cart-btn-icon {
  color: #fffaeb;
  width: 20px;
  height: 15px;
}

.add-to-cart-btn:hover .add-to-cart-btn-icon {
  color: var(--main-text-color);
}

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

/*############ FOOTER START ############*/
footer {
  /* position: absolute; */
  width: 100%;
  bottom: 0;
  color: var(--main-text-color);
  /* height: 350px; */
}

.links {
  background-color: var(--main-color-dark);
}

.start-checkboxes-wrapper {
  background-color: #f5f5f5;
  color: #000000;
}

.start-checkboxes-inner-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.start-checkboxes-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.start-checkboxes-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

.start-checkboxes-container .fa-check {
  color: #1ed2b0;
  margin-right: 5px;
}

.footer-information-container {
  max-width: 400px;
}

.footer-information__header {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.footer-information__text {
  /* font-size: 0.8rem; */
}

.footer-wrapper {
  display: flex;
  gap: 30px;
  flex-direction: column;
  padding: 60px 0;
}

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

.footer-logo img {
  height: 80px;
}

.footer-search-wrapper {
  flex: 1;
}

.social-media-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.social-media-container img {
  /* filter: invert(1); */
}

.footer-search-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 230px;
}

.footer-search-header {
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-search-text {
  margin-bottom: 15px;
  font-size: 12px;
}

.footer-search-searchbox {
  position: relative;
  display: inline-block;
  width: 80%;
}

.footer-search {
  background: #ffffff;
  border: 0;
  border-radius: 3px;
  color: white;
  padding: 10px;
  width: 100%;
  outline: none;
}

.footer-search:focus {
  outline: none;
  border: 0;
  border-radius: 3px;
}

.footer-search-searchbox .footer-search-btn {
  background: #ffffff;
  border: 0;
  color: white;
  padding: 0px;
  position: absolute;
  right: 5px;
  top: 3px;
  cursor: pointer;
}

.footer-search-btn img {
  height: 20px;
}

.footer-search {
  position: relative;
}

.footer-navigation-wrapper {
  display: flex;
  gap: 30px;
}

.footer-navigation-container {
  flex: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.footer-navigation-section {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.footer-navigation-section-header {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.footer-navigation-section a {
  color: var(--main-text-color);
  font-size: 1rem;
}
.footer-navigation-section a:hover {
  color: var(--main-text-color-hover);
  text-decoration: none;
}

.footer-navigation-section a:not(:last-child),
.footer-navigation-section .social-media-container:not(:last-child) {
  margin-bottom: 3px;
}

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

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

footer > .links > .container {
  padding: 0 30px;
}

.footer-wrapper a:hover {
  color: #aaaaaa;
}

.copyright-wrapper {
  background-color: #323930;
  color: #737373;
}

.footer-copyright {
  font-size: 10px;
  color: #737373;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

.footer-copyright img {
  /* width: 40px; */
  height: 8px;
  margin-right: 15px;
}

.footer-copyright-text {
  display: flex;
  align-items: center;
  color: #737373;
}

@media (min-width: 768px) {
  .start-checkboxes-container {
    gap: 60px;
  }
  .start-checkboxes-item {
    font-size: 0.9rem;
  }

  .footer-wrapper {
    flex-direction: row;
    gap: 100px;
  }

  .footer-navigation-wrapper {
    gap: 100px;
  }

  footer > .links > .container {
    padding: 0 15px;
  }
}

@media (max-width: 795px) {
  .footer-search-wrapper {
    display: none;
  }
}

/*############ 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: var(--main-color-dark);
  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: 0.8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  mix-blend-mode: darken;
}

.select-menu {
  background-color: none;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #173232;
  color: #173232;
  display: inline-block;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.select-menu {
  background-image:
    linear-gradient(45deg, transparent 50%, rgb(255, 255, 255) 50%),
    linear-gradient(135deg, rgb(255, 255, 255) 50%, transparent 50%),
    linear-gradient(to right, rgb(127, 127, 127), rgb(127, 127, 127));
  background-position:
    calc(100% - 14px) calc(0.5em + 5px),
    calc(100% - 9px) calc(0.5em + 5px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.4em 2.4em;
  background-repeat: no-repeat;
}

select.select-menu {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-image: url("images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}

select.select-menu:hover {
  /* background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.8) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.8) 50%, transparent 50%),
    linear-gradient(to right, rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.7)); */
  cursor: pointer;
}

/*############ CART PAGE START ############*/

.cart-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
}

.cart-form-wrapper {
  flex: 4;
  background-color: white;
}

.cart-summery {
}

.cart-summery-wrapper {
  flex: 3;
  /* background-color: hotpink; */
}

.cart-summery-title {
  /* text-transform: uppercase; */
}

.cart-table {
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 5px;
  background-color: white;
}

.cart-table-article {
  display: flex;
  gap: 30px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfe2e6;
}

.cart-table-article-image img {
  width: 100%;
  max-width: 90px;
}
.cart-table-article-information {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-table-article-title {
  font-weight: 600;
  text-transform: uppercase;
}

.cart-table-article-title a {
  color: #005a31;
}

.cart-table-article-variation {
  /* font-size: 0.8rem; */
}
.cart-table-article-extrainfo {
  font-size: 0.7rem;
}
.cart-table-article-quantity {
  max-width: 100px;
  /* font-size: 0.8rem; */
}
.cart-table-article-delete .btn {
  padding: 0 !important;
}

.discount-container {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  /* font-size: 0.8rem; */
}

.cart-discount-container {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.cart-discount-inputs {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.cart-discount-inputs-input {
  flex: 1;
}

.cart-discount-button {
  display: flex;
  justify-content: flex-end;
}

.cart-summery-summery-container {
  margin-top: 30px;
}

.cart-summery-summery-container-item {
  display: flex;
  /* font-size: 0.8rem; */
}
.cart-summery-summery-container-label {
  width: 125px;
}
.cart-summery-summery-container-value {
  flex: 1;
}

.cart-summery-summery-container-total-item {
  display: flex;
  justify-content: space-between;
}

.cart-summery-summery-container-total-label {
  font-weight: 600;
}

.cart-summery-summery-container-total-vat {
  display: flex;
  justify-content: flex-end;
}

.cart-errors-warnings-container {
  margin-top: 30px;
}

.cart-terms-container {
  margin-top: 30px;
  /* font-size: 0.8rem; */
  display: flex;
  flex-direction: column;
}

.cart-paybutton-container {
  margin-top: 30px;
}

.cart-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 5px;
}

.cart-discount-checkbox-container {
  position: relative;
}

.cart-terms-container .custom-control-input {
  position: absolute !important;
}
.cart-discount-checkbox-container .custom-control-input {
  position: absolute !important;
}

@media (min-width: 600px) {
  .cart-wrapper {
    flex-direction: row;
  }
  .cart-table-article-title {
    /* font-size: 0.8rem; */
  }
  .cart-table-article-variation {
    /* font-size: 0.8rem; */
  }
  .cart-discount-inputs {
    flex-direction: row;
  }
  .last-checkbox {
    padding-left: 10px;
    margin: 0;
  }
}

#payButton {
  width: 100%;
}

.quantity-btn {
  color: #fffaeb;
  padding-bottom: 3px;
}

.quantity-button {
  background-color: var(--btn-primary-background);
  height: 28.5px;
}

.quantity-button:hover {
  background-color: var(--btn-primary-hover-background);
}

.box {
  border-style: none;
  cursor: zoom-in;
  display: inline-block;
  mix-blend-mode: darken;
}

.login-page-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.login-page-content-wrapper .login-container,
.login-page-content-wrapper .private-container {
  flex: 1;
}

.login-logo {
  width: 100%;
}

@media (min-width: 1015px) {
  .login-page-content-wrapper {
    flex-direction: row;
    width: 900px;
    gap: 90px;
  }
  .login-logo {
    width: 900px;
  }
}

.deleteArticle {
  cursor: pointer;
  background-color: red;
  border-radius: 3px;
  width: 15px;
  color: white;
  font-weight: 800;
  text-align: center;
}

.deleteArticle:hover {
  background-color: rgb(205, 0, 0);
}

/* login */

.login {
  margin: 1rem auto;
  max-width: 500px;
  width: auto;
  /* min-height: 1000px; */
}

.login h1 {
  font-size: 1.5rem;
  margin: 1rem 0;
}

.login h2 {
  font-size: 1.2rem;
  margin: 0.75rem 0;
}

.login p {
  margin: 1rem 0;
}

.login__head {
  display: flex;
  justify-content: space-between;
  gap: 0px;
}

.login__language {
  margin-top: auto;
  text-align: right;
  color: #fff;
}

.login__box {
  background-color: #ffffff;
  color: #000000;
  border-radius: 20px;
  padding: 2rem 3rem;
  margin-top: 2rem;
  transition: height 0.25s ease-in;
  box-shadow: 5px 5px 14px -3px rgba(0, 0, 0, 0.2);
}

.login__forgot {
  text-align: center;
  font-weight: normal;
}

.login__forgot a {
  font-weight: bold;
}

.login_backdrop {
  z-index: -1;
  background-image: url("./images/sliders/nibe-slider-02.webp");
  background-image: url("./images/sliders/sf-login-slider.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}
.login_backdrop::after {
  content: "";
  position: absolute;
  color: rgb(0, 63, 120);
  /* background-color: rgba(0,0,0,0.5); */
  background: linear-gradient(
    to bottom,
    rgba(0, 31, 60, 0.5) 0%,
    rgb(0, 31, 60) 100%
  );
  /* background: linear-gradient(
    to bottom,
    rgba(0, 142, 170, 0.6) 0%,
    rgb(184, 221, 225) 100%
  ); */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.login .language-flag-container.unselected {
  filter: brightness(0.8);
}

.login .language-flag-container.unselected::after {
  background-color: transparent;
}

.login .btn {
  width: 100%;
  border-radius: 4px;
  height: 2.5rem;
}

.login input[type="text"],
.login input[type="password"] {
  background-color: #e9ecef;
  /* border-color: #f2f4d0; */
  height: 2.5rem;
  font-size: 16px;
  border-radius: 5px;
}

.login a {
  color: #333;
}

@media (max-width: 500px) {
  .login {
    margin: 1rem 0.5rem;
  }
}

.product-amount {
  color: var(--main-text-color);
}

.list-group-item.active {
  background-color: #0872bb;
  border-color: #dfdfdf;
}

.disabled-text {
  color: #ccc;
}

.currency-button {
  border-radius: 10px;
  font-size: 0.7rem;
  border: 2px solid #c0c0c0;
  border: 2px solid #ececec;
  background-color: #ececec;
  color: #a4a4a4;
  cursor: pointer;
  padding: 2px 10px;
  user-select: none;
}

.currency-button.active {
  border: 2px solid #fdcd6d;
  background-color: #fdcd6d;
  color: #000000;
}

.designerImageWrapper {
  width: 100%;
}

.designerImageWrapper img {
  width: 100%;
  max-width: 400px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #d5ecf0;
}

.ribbon {
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 20px; /* the top offset */

  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 5px 10px calc(5px + var(--f)) calc(10px + var(--r));
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  background: #bd1550;
  background: red;
  background: #105841;
  color: #f2f4d0;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
}

.language-flag-container {
  cursor: pointer;
  position: relative;
}

.language-flag-container.unselected::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
  }
}