html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
  color: black;
}
body.locked {
  overflow: hidden;
}
body.locked .navbar-toggler {
  display: none;
}
body.locked .closeic {
  display: flex;
}
body.scrolled .header-top {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
body.scrolled .header-top .secondary-navigation {
  margin-bottom: 5px;
}
body.scrolled .header-top .border-bottom-1 {
  border-bottom: 0px solid #979797;
}
body.scrolled .header-top .py-3 {
  padding-bottom: .5rem !important;
  padding-top: .5rem !important;
}
body.scrolled .header-top .py-4 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
body.scrolled .header-top:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 60px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.025), transparent);
  opacity: 1;
  pointer-events: none;
  transition-property: opacity,height,background;
  transition-duration: .30s;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #278878;
  text-decoration: underline;
}
a.noline {
  text-decoration: none;
}
a:hover {
  color: #278878;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a.blacklink,
.blacklink a,
.blacklink {
  color: black !important;
  text-decoration: none;
}
.text-muted {
  color: #979797 !important;
}
.text-primary {
  color: #278878 !important;
}
.bg-primary {
  background-color: #278878 !important;
}
.border-primary {
  border-color: #278878 !important;
}
.pointer {
  cursor: pointer;
}
strong {
  font-weight: 500;
}
/* Typografi */

h1,
.h1 {
  font-size: 28px;
  font-weight: normal;
  line-height: 130%;
}
/**umb_name:Header 2*/

h2,
.h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 130%;
}
/**umb_name:Header 3*/

h3,
.h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 130%;
}
/* Helpers */

.relative {
  position: relative;
}
.font-weight-medium {
  font-weight: 500 !important;
}
.bg-grey {
  background: #edecec;
}
.bg-lightgrey {
  background: #f4f4f4;
}
hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #979797;
}
hr.hr-light {
  border-top-color: #e5e5e5;
}
.small,
small {
  font-weight: 300;
}
.shadow {
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.color-black {
  color: black !important;
}
.color-green {
  color: #97af94;
}
.color-grey {
  color: #979797;
}
.color-light-grey {
  color: #bababa;
}
.lh-130 {
  line-height: 130%;
}
.f-20,
.font-20 {
  font-size: 20px;
  line-height: 130%;
}
.f-14,
.font-14 {
  font-size: 14px;
  line-height: 140%;
}
.f-16,
.font-16 {
  font-size: 16px;
  line-height: 130%;
}
.border-top-0 {
  border-top: 0;
}
.border-top-1 {
  border-top: 1px solid #979797;
}
.border-bottom-1 {
  border-bottom: 1px solid #979797;
}
.centered-axis-xy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
a.btn,
.btn {
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
}
a.btn.btn-sm,
.btn.btn-sm {
  font-size: 14px;
}
.btn-primary-green {
  color: white;
  background-color: #278878;
  border-color: #278878;
}
.btn-primary-green:hover {
  color: white;
  background-color: #127363;
  border-color: #127363;
}
.btn-secondary {
  color: white;
  background-color: #cbc0b2;
  border-color: #cbc0b2;
}
.btn-secondary:hover {
  background-color: #a7a59e;
  border-color: #a7a59e;
}
.btn-grey {
  color: white;
  background-color: #979797;
  border-color: #979797;
}
.btn-grey:hover {
  color: white;
  background-color: #777777;
  border-color: #777777;
}
.btn-light-orange {
  color: white;
  background-color: #ffa87f;
  border-color: #ffa87f;
}
.btn-light-orange:hover {
  color: white;
  background-color: #d8956c;
  border-color: #d8956c;
}
.btn-orange {
  color: white;
  background-color: #e39074;
  border-color: #e39074;
}
.btn-orange:hover {
  color: white;
  background-color: #cc795d;
  border-color: #cc795d;
}
.btn-dark-orange {
  color: white;
  background-color: #a95e34;
  border-color: #a95e34;
}
.btn-dark-orange:hover {
  color: white;
  background-color: #90451b;
  border-color: #90451b;
}
.btn-green {
  color: white;
  background-color: #92bfb5;
  border-color: #92bfb5;
}
.btn-green:hover {
  color: white;
  background-color: #74a197;
  border-color: #74a197;
}
.btn-lg {
  padding: .8rem 1rem;
}
.servicenavigation {
  /*background: #EDECEC;
    padding: 5px 0px;*/
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
.video-annonce {
  padding: 30px 0px;
}
.headerLongText {
  font-size: 13px;
  /*line-height:22px;*/

}
.Sparxpres__cart {
  padding: 0px !important;
}
.titleLine {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.titleLine:before,
.titleLine:after {
  border-top: 1px solid #979797;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
.titleLine:before {
  right: 1.5%;
}
.titleLine:after {
  left: 1.5%;
}
.white-popup-block {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
.medarbejder .h1 {
  font-size: 22px;
}
.medarbejder .h2 {
  font-size: 18px;
}
.medarbejder .h2 a {
  text-decoration: none;
  color: black;
}
/*
    Footer 
*/

.site-footer {
  font-size: 15px;
  line-height: 170%;
}
.site-footer a {
  text-decoration: none;
  color: #979797;
}
.site-footer a:hover {
  color: black;
}
.site-footer .h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
/*
    Header 
*/

.header-top {
  /*position: sticky;*/
  top: 0;
  z-index: 90029;
  background: white;
  /*box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.1);*/
  /*transition-property: transform,opacity;
    transition-duration: .35s;
    transition-timing-function: ease-in-out;*/
  /*transition-timing-function: ease-out;*/
  /* Quick on the way out */
  /*transition: 0.55s;*/
  /*transform: translateY(-130%);*/
  transition-property: transform,opacity;
  transition-duration: .30s;
  transition-timing-function: ease-in-out;
  /*&.sticky-top {
        transition-timing-function: ease-in;
        transition: 0.35s;
        transform: translateY(0);
        opacity: 1;
    }*/

}
.header-top .border-bottom-1 {
  border-bottom: 1px solid #979797;
}
.header-top .toolbar {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
.header-top.nav-open {
  transform: initial !important;
}
.header-top .site-logo {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
.header-top .site-logo img {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
.header-top.hidden-top {
  opacity: 0;
  transform: translate3d(0, -135px, 0);
}
.header-top .navbar-toggler {
  font-size: 30px;
  width: 30px;
  border-radius: 0;
  border: 0px;
  color: black;
}
.header-top .navbar {
  padding-top: 0;
  padding-bottom: 0;
  /*&.nav-open {
            display:block;
        }*/

}
.header-top .site-menu {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  justify-content: center;
}
@media (max-width: 991px) {
  .header-top .site-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 146px;
    bottom: 0;
    /*height: 100% !important;*/
    z-index: 99999;
    background: white;
    transform: initial !important;
    overflow-y: scroll;
  }
  .header-top .site-menu > ul {
    display: block;
    /*margin-top: 80px;*/
  
  }
  .header-top .site-menu > ul > li {
    display: block;
  }
  .header-top .site-menu > ul > li > a {
    padding: 5px 7px 5px 15px;
    font-weight: 500;
  }
}
.grid {
  width: 100%;
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
}
@media only screen and (min-width: 991px) {
  .grid {
    grid-template-columns: 230px 1fr;
    grid-template-rows: repeat(2, 1fr);
    justify-items: end;
  }
}
.site-branding {
  grid-area: 1 / 1 / 2 / 2;
}
@media only screen and (min-width: 991px) {
  .site-branding {
    grid-area: 1 / 1 / 3 / 2;
  }
}
.navigation {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}
@media only screen and (min-width: 991px) {
  .navigation {
    grid-area: 2 / 2 / 3 / 3;
    width: 100%;
  }
}
.search-field-container {
  grid-area: 2 / 1 / 3 / 3;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .search-field-container {
    grid-area: 1 / 2 / 2 / 3;
  }
}
.search-field-container form {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .search-field-container form {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.search-field-container form input {
  width: 100%;
  padding: .25rem 25px .25rem .25rem;
  border: none;
  border-bottom: 1px solid;
}
.search-field-container form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: none;
  border: none;
  apperance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.5rem;
}
.search-field-container .clerk-instant-search-container {
  position: absolute;
  top: 100%;
}
.clerk-live-search-container {
  position: absolute;
  top: 100%;
  z-index: 99999;
}
.closeic {
  /*position: absolute;
            right: 17px;
            top: 0px;*/
  display: none;
  z-index: 9999999;
  width: 30px;
}
.closeic a {
  color: black;
  line-height: 100%;
}
@media (min-width: 991px) {
  .menu .border-right-1 {
    border-right: 1px solid #979797;
  }
}
.mega-menu {
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
}
.mega-menu ul > li > a {
  display: block;
  padding-bottom: 7px !important;
  line-height: 18px;
}
.mega-menu ul > li > ul > li {
  line-height: 120%;
  padding-bottom: 5px !important;
}
@media (max-width: 991px) {
  .mega-menu {
    display: none;
    position: relative;
    left: 0;
    right: 0;
  }
  .mega-menu.expanded {
    display: block;
  }
}
.mega-menu a {
  font-size: 14px;
}
/* Grid styles*/

@media (max-width: 767px) {
  .umb-grid .column {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .umb-grid [style*="padding:24px 0px 24px 0px;"] {
    padding: 12px 0px 12px 0px !important;
  }
}
@media (max-width: 767px) {
  .umb-grid [style*="padding:56px 0px 56px 0px;"] {
    padding: 25px 0px 25px 0px !important;
  }
}
/*
    Product list item 
*/

.minicart-oversigt .product-thumb img {
  width: 75px;
}
.product-thumbnails .owl-stage-outer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.product-thumbnails .owl-stage-outer > .owl-stage {
  margin: 0 auto;
}
.product-listitem {
  font-weight: 400;
}
.product-listitem .product-thumb img {
  width: 150px;
}
@media (max-width: 767px) {
  .product-listitem .product-thumb img {
    width: 95px;
  }
}
@media (max-width: 575px) {
  .product-listitem .product-thumb img {
    width: 75px;
  }
}
.product-listitem .product-title {
  font-weight: 500;
}
.product-listitem .small-btn {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 15px;
  background: none;
}
.product-listitem .count-forms form {
  height: 20px;
}
.product-listitem .form-antal {
  background: none;
  text-align: center;
}
#badge-basket-quantity {
  display: none;
}
.search-input {
  color: #979797;
}
.search-input:focus {
  color: #979797 !important;
}
.search-input::-webkit-input-placeholder {
  /* Edge */
  color: #979797 !important;
}
.search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #979797 !important;
}
.search-input::placeholder {
  color: #979797 !important;
}
/*
    Product card
*/

.product-card a {
  text-decoration: none;
}
.product-card .btn-outline-secondary {
  display: inline-block;
  padding: 5px 8px;
  background-color: white;
  color: #9f9a93;
  font-size: 12px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  line-height: 100%;
  border: 1px solid #dddddd;
}
/*
    Card item
*/

.cardItem {
  position: relative;
}
.cardItem .cardImage {
  padding-bottom: 22px;
  overflow: hidden;
}
/*
    Grid carrusel
*/

.owl-carousel:not(.owl-loaded) {
  opacity: 0;
}
.gridKarrusel .karruselItem {
  display: inline-block;
  width: initial;
}
.gridKarrusel .karruselItem .karruselTekst.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*transform: translate(-50%, -50%);*/
  background: rgba(0, 0, 0, 0.1);
  color: white;
  padding: 20px;
}
@media (max-width: 767px) {
  .gridKarrusel .karruselItem .karruselTekst .header0 {
    font-size: 30px;
  }
  .gridKarrusel .karruselItem .karruselTekst h1 {
    font-size: 20px;
  }
}
.gridKarrusel .karruselItem img {
  max-width: 100% !important;
  height: auto !important;
}
.selectedProducts .mb-30 {
  margin-bottom: 0 !important;
}
.ezsearch-results a {
  color: black;
}
.ezsearch-results a:after {
  content: ' / ';
}
.ezsearch-results a:last-child:after {
  content: '';
}
/*
    Video item
*/

.videoEmbed {
  position: relative;
}
.videoEmbed .videoImage {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .videoEmbed .videoImage .centered-axis-xy {
    top: 40%;
  }
}
.videoEmbed .videoItem {
  display: none;
  padding-bottom: 22px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.videoEmbed .videoCaption .item-title {
  font-weight: 600;
  color: white;
  font-size: 16px;
  line-height: 130%;
  margin: 0;
  padding: 0;
}
/*.owl-carousel .item-video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}*/

.owl-carousel .fixed-video-aspect {
  position: relative;
}
.owl-carousel .fixed-video-aspect:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.owl-carousel .fixed-video-aspect > .item-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: black;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/img/play-btn.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* Pop up */

.popupKontakt {
  display: block;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 70px;
  max-width: 320px;
  background: #444444;
  color: white;
  font-size: 13px;
}
.popupKontakt a {
  color: white;
}
@media (max-width: 767px) {
  .popupKontakt {
    max-width: 290px;
    bottom: 15px;
    font-size: 12px;
  }
}
.popupKontakt.bounceInRight {
  display: block;
}
.popupKontakt .popClose {
  position: absolute;
  left: -15px;
  top: -15px;
  color: white;
  font-size: 22px;
  line-height: 22px;
  background: #278878;
  padding: 3px 8px;
}
@media (max-width: 767px) {
  .popupKontakt .popClose {
    top: 0px;
    right: 0px;
    left: auto;
    font-size: 32px;
  }
}
.popupKontakt .popClose a {
  display: block;
}
.popupKontakt .popClose i {
  color: white;
}
.popupKontakt h1,
.popupKontakt h2,
.popupKontakt h3,
.popupKontakt h6 {
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .popupKontakt h1,
  .popupKontakt h2,
  .popupKontakt h3,
  .popupKontakt h6 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.popupKontakt .tekst {
  padding: 15px;
}
.popupKontakt p {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  /*
      	#popupKontakt {
      -webkit-animation: cssAnimation 3s forwards;
      animation: cssAnimation 3s forwards;
  }
  @keyframes cssAnimation {
      0%   {opacity: 1;}
      90%  {opacity: 1;}
      100% {opacity: 0;}
  }
  @-webkit-keyframes cssAnimation {
      0%   {opacity: 1;}
      90%  {opacity: 1;}
      100% {opacity: 0;}
  }
  */
}
.produktLoadingbar {
  display: none;
}
.relativeMenuItem {
  display: block;
  position: relative;
  width: 100%;
}
.home-grid a {
  text-decoration: none;
  color: black;
}
.footer-brands {
  background: #edecec;
}
.footer-brands a {
  mix-blend-mode: multiply;
  position: relative;
}
.footer-brands img {
  max-height: 80px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.footer-brands .owl-carousel .owl-prev,
.footer-brands .owl-carousel .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 50px;
  margin-top: -25px;
  transition: all .4s;
  border-radius: 0;
  background-color: transparent;
  color: #606060;
  line-height: 50px;
  text-align: center;
  opacity: .7;
  z-index: 10;
}
.footer-brands .owl-carousel .owl-prev:hover,
.footer-brands .owl-carousel .owl-next:hover {
  opacity: 1;
}
.footer-brands .owl-carousel .owl-prev::before,
.footer-brands .owl-carousel .owl-next::before {
  font-family: 'Material Icons';
  font-size: 50px;
  content: '\e5cc';
}
.footer-brands .owl-carousel .owl-prev {
  left: 20px;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.footer-brands .owl-carousel .owl-next {
  right: 15px;
}
.footer-brands .owl-carousel:hover .owl-prev {
  left: 15px;
}
.footer-brands .owl-carousel:hover .owl-next {
  right: 10px;
}
.home-section {
  background: whitesmoke;
  position: relative;
  /*text-shadow: 0px 1px 0px #f5f5f5;*/
  color: white;
}
.home-section h2 {
  color: white;
}
.home-section:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/* Produkter */

.product-card .produkt-img-oversigt {
  position: relative;
  /*background-color: #ccc;*/
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-position: center center;
  text-align: center;
  /*
      img {
          position: absolute;
    left: 50%;
    top: 50%;
    width:auto;
    height:262px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
        }
      */

}
@media (max-width: 575px) {
  
}
#collapseSearch {
  /*position: absolute;
    left: 0;
    right: 0;*/
  background: #edecec;
  padding: 15px 15px;
  /*top: 80px;*/
  margin-bottom: 20px;
}
/* Overrides */

.input-group .btn {
  margin: 0;
}
#mc_embed_signup div.mce_inline_error {
  display: block;
  width: 100%;
  margin-top: 1px !important;
  margin-bottom: 0px !important;
}
#mce-error-response {
  background: orange;
  color: white;
  padding: 10px 15px;
  font-size: 12px;
}
#mce-error-response a {
  color: white;
}
#mce-success-response {
  background: #278878;
  color: white;
  padding: 10px 15px;
  font-size: 12px;
}
#mce-success-response a {
  color: white;
}
/* Video */

.video-section .container {
  position: relative;
  z-index: 10;
  color: white;
}
.video-section h2 {
  color: white;
}
/* Video background */

.videobg {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  pointer-events: none;
  overflow: hidden;
}
.videobg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(185, 201, 213, 0.3);
}
/* horizontally center the video */

.videobg-width {
  position: absolute;
  width: 100%;
  /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
/* set video aspect ratio and vertically center */

.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}
.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px;
  /* 16:9 ratio */
  top: -55px;
  left: -97.7777px;
  /* 16:9 ratio */

}
.videobg video,
.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}
#topCookiesID {
  position: fixed;
  display: none;
  z-index: 16777273;
  bottom: 0px;
  width: 100%;
  background: #3a3a3a;
  font-size: 11px;
  line-height: 16px;
  color: white;
  padding: 10px 0px;
}
/*  ------------------------------------------------ 
    Template styling.
    ------------------------------------------------ */

#product-group table tr th,
#product-group table tr td {
  padding: 10px;
}
#product-group table tr th:nth-child(4),
#product-group table tr td:nth-child(4) {
  text-align: center;
}
#product-group table tr th:nth-child(5),
#product-group table tr td:nth-child(5) {
  text-align: center;
}
#product-group table tr th:nth-child(6),
#product-group table tr td:nth-child(6) {
  text-align: right;
}
#product-data #alert-product-added {
  margin-top: 10px;
  display: none;
}
/*
.input-validation-error {
    border: 1px solid #e80c4d;
}
*/

.field-validation-error {
  color: #e80c4d;
}
.wdc-image-preview {
  width: 120px;
  height: 80px;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
/*
    Product details
*/

.productDetails .h2 {
  font-size: 25px;
}
.productDetails .pricestyle {
  font-size: 30px;
  font-weight: 500;
}
.productDetails .product-badge.banderol {
  margin-left: 0px;
}
.productDetails select.form-control {
  padding-right: 25px;
  background-position: center right 0px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAAAMVJREFUaN7t1jEOwiAYxfG/upt4lg71Zi4m4uiRjJOD1zE6OeIgJEqoEdoixvdLGMrw8R4sBRERERERkT+0BtoB5rRuVlFbwAJXYNljTgOc3axdqfDGHehXbonn8H6Z1CHTjINvwfcc2CeWaIADsAj2bUaeLCteby7lJWI3b4FNqfB9SlQTPqdEdeFTSlQb/pMS1Yf3TCTkxa1w33w7bJfYS1R/8yklqg//rsTPhI+VGC38bMQCJ2ACHHn8/ImIiIiIiAzqDtDdcLKEt7q/AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTA0LTAyVDExOjM3OjM2KzAwOjAwtKw5IQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0wNC0wMlQxMTozNzozNiswMDowMMXxgZ0AAAAodEVYdHN2ZzpiYXNlLXVyaQBmaWxlOi8vL3RtcC9tYWdpY2stMWhrejdqSGfK8O4BAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  padding: 0px 0rem;
  border: 0;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0px;
}
.productDetails input[type=number] {
  /* Firefox */
  -moz-appearance: textfield;
  border-color: black;
  /* Chrome, Safari, Edge, Opera */

}
.productDetails input[type=number]::-webkit-outer-spin-button,
.productDetails input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.productDetails .owl-carousel .owl-dots {
  margin-top: 5px;
}
/* Designer */

.designer a {
  text-decoration: none;
  font-size: .9em;
  display: block;
  width: 100%;
}
.designer a:hover .designer__name {
  background: #dbdbdb;
}
.designer__image picture {
  display: block;
}
.designer__name {
  background: #e8e8e8;
  padding: 15px;
  text-align: center;
  transition: background .5s ease;
}
/*
    Cart / Basket style
*/

#accordionBasket .card .card-header {
  background-color: black;
  letter-spacing: 1.2px;
}
#accordionBasket .card .card-header a {
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#accordionBasket .card .card-header.inactive {
  background-color: #e5e5e5;
}
#accordionBasket .card .card-header.inactive a {
  color: black;
}
#accordionBasket .card .disabled {
  cursor: default;
}
.accordion .card {
  margin-bottom: -2px;
  background-color: transparent;
}
.accordion .card-header {
  padding: 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  background-color: transparent;
}
.accordion [data-toggle='collapse'] {
  display: block;
  position: relative;
  padding: 12px 0rem;
  padding-right: 25px;
  transition: background-color 0.25s;
  /*background-color: #f5f5f5;*/
  /*color: #000000;*/
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.accordion [data-toggle='collapse']::after {
  position: absolute;
  top: 50%;
  right: 0;
  transition: transform .25s;
  font-family: 'Material Icons';
  font-size: 26px;
  line-height: 26px;
  margin-top: -13px;
  content: '\e5cb';
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion [data-toggle='collapse'].collapsed {
  background-color: transparent;
}
/*.accordion [data-toggle='collapse'].collapsed:hover {
  background-color: #f5f5f5;
}*/

.accordion [data-toggle='collapse'].collapsed::after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion [data-toggle='collapse'] > i {
  margin-top: -3px;
  margin-right: 7px;
  color: #999999;
  font-size: 1.1em;
}
.accordion [data-toggle='collapse'] > i.socicon-paypal {
  display: inline-block;
  margin-top: 1px;
  font-size: .8em;
  vertical-align: middle;
}
/*
    Toast
*/

.iziToast {
  border: 0;
  border-radius: 0;
  background: #404040;
  color: white;
}
.iziToast::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
  content: '';
  z-index: -1;
}
.iziToast > .iziToast-body {
  margin-left: 15px;
}
.iziToast > .iziToast-body > .iziToast-icon {
  margin-top: -10px;
}
.iziToast > .iziToast-icon {
  color: white;
}
.iziToast > .iziToast-close {
  width: 40px;
  transition: opacity .25s;
  background: none;
  color: white;
}
.iziToast > .iziToast-close::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Material Icons';
  font-size: 14px;
  text-align: center;
  content: '\e5cd';
}
.iziToast.iziToast-info {
  background-color: #c8e1f7;
  color: #5ea7e7;
}
.iziToast.iziToast-info > .iziToast-close {
  color: #2487df;
}
.iziToast.iziToast-success {
  background-color: #278878;
  color: white;
}
.iziToast.iziToast-success > .iziToast-close {
  color: white;
}
.iziToast.iziToast-warning {
  background-color: #fce69e;
  color: #be9306;
}
.iziToast.iziToast-warning > .iziToast-close {
  color: #876904;
}
.iziToast.iziToast-danger {
  background-color: #fd9ac4;
  color: #ef0568;
}
.iziToast.iziToast-danger > .iziToast-close {
  color: #bd0452;
}
/*
    Style.css
*/

.global-message {
  border: none;
  margin-bottom: 5px;
}
.global-message a,
.global-message a:hover,
.global-message a:focus,
.global-message a:active {
  color: inherit;
}
.card-header,
.card-footer {
  border: 0;
  border-radius: 0 !important;
  background-color: #e5e5e5;
}
.toolbar .dropdown-menu {
  border: 0;
}
.toolbar .toolbar-toggle .count {
  display: block;
  position: absolute;
  top: -4px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #278878;
  color: white;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style: none;
}
.breadcrumbs > li {
  display: inline-block;
  color: #999999;
  cursor: default;
}
.breadcrumbs > li.separator {
  color: #999999;
}
.breadcrumbs > li > a {
  transition: color .25s;
  color: black;
  text-decoration: none;
}
.breadcrumbs > li > a:hover {
  color: #278878;
}
.input-group .form-control:focus ~ .input-group-addon {
  color: #278878;
}
.input-group .input-group-btn button:hover {
  color: #278878;
}
.btn-outline-primary {
  border-color: #278878;
  color: #278878;
}
.btn-link-primary {
  color: #278878;
}
.pagination .pages > li.active > a {
  border-color: #278878;
  color: #278878;
}
.dropdown-menu .dropdown-item:hover {
  color: #278878;
}
.dropdown-menu .dropdown-item.active {
  color: #278878;
}
.badge.badge-primary {
  background-color: #278878;
}
.alert-primary {
  background-color: rgba(220, 152, 20, 0.12);
  color: #278878;
}
.alert-primary > *:not(.text-white),
.alert-primary > *:not(.text-light),
.alert-primary h1:not(.text-white),
.alert-primary h1:not(.text-light),
.alert-primary h2:not(.text-white),
.alert-primary h2:not(.text-light),
.alert-primary h3:not(.text-white),
.alert-primary h3:not(.text-light),
.alert-primary h4:not(.text-white),
.alert-primary h4:not(.text-light),
.alert-primary h5:not(.text-white),
.alert-primary h5:not(.text-light),
.alert-primary h6:not(.text-white),
.alert-primary h6:not(.text-light),
.alert-primary p:not(.text-white),
.alert-primary p:not(.text-light),
.alert-primary ul:not(.text-white),
.alert-primary ul:not(.text-light),
.alert-primary ol:not(.text-white),
.alert-primary ol:not(.text-light),
.alert-primary a:not(.text-white),
.alert-primary a:not(.text-light) {
  color: #278878;
}
.alert-primary .alert-close {
  color: #278878;
}
/*
    Overrides 
*/

.card {
  border-color: #e5e5e5;
  /*.card-header {
        background: @colorLightGrey;
    }*/

}
.form-control {
  border-radius: 0px;
  border-color: #cfcfcf;
}
.form-control:focus {
  border-color: black;
  outline: none;
  color: black;
  box-shadow: none !important;
}
.btn-link:hover {
  color: black;
}
.btn-primary:active,
.btn-primary:focus {
  background: #999999;
  border-color: #999999;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #999999;
  border-color: #999999;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.pswp {
  z-index: 90509;
}
/*
    Widget Filter
*/

.widget li.active > a {
  color: #278878 !important;
}
.widget-categories ul,
.widget-links ul,
.widget-colors ul,
.widget-icon-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-categories ul > li,
.widget-links ul > li,
.widget-colors ul > li,
.widget-icon-list ul > li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 14px;
}
.widget-categories ul > li:last-child,
.widget-links ul > li:last-child,
.widget-colors ul > li:last-child,
.widget-icon-list ul > li:last-child {
  margin-bottom: 0;
}
.widget-categories ul > li::before,
.widget-links ul > li::before,
.widget-colors ul > li::before,
.widget-icon-list ul > li::before {
  display: block;
  position: absolute;
  top: 7px;
  left: -4px;
  width: 16px;
  height: 16px;
  transition: transform .35s;
  font-family: 'Material Icons';
  font-size: 16px;
  line-height: 16px;
  content: '\e315';
}
.widget-categories ul > li > a,
.widget-links ul > li > a,
.widget-colors ul > li > a,
.widget-icon-list ul > li > a {
  display: inline-block;
  transition: color .3s;
  color: black;
  font-size: 14px;
  text-decoration: none;
}
.widget-categories ul > li > a:hover,
.widget-links ul > li > a:hover,
.widget-colors ul > li > a:hover,
.widget-icon-list ul > li > a:hover {
  color: #278878;
}
.widget-categories ul > li.active > a,
.widget-links ul > li.active > a,
.widget-colors ul > li.active > a,
.widget-icon-list ul > li.active > a {
  color: #278878;
}
.widget-categories ul > li > span,
.widget-links ul > li > span,
.widget-colors ul > li > span,
.widget-icon-list ul > li > span {
  margin-left: 4px;
  color: #999999;
  font-size: 14px;
}
.widget-categories ul > li.has-children ul,
.widget-links ul > li.has-children ul,
.widget-colors ul > li.has-children ul,
.widget-icon-list ul > li.has-children ul {
  border-left: 1px solid #e7e7e7;
}
.widget-categories ul > li.has-children ul li::before,
.widget-links ul > li.has-children ul li::before,
.widget-colors ul > li.has-children ul li::before,
.widget-icon-list ul > li.has-children ul li::before {
  top: 14px;
  left: 0;
  width: 8px;
  height: 1px;
  -ms-transform: none;
  transform: none;
  border: 0;
  background-color: #e5e5e5;
  color: transparent;
}
.widget-categories ul > li.has-children ul li a,
.widget-links ul > li.has-children ul li a,
.widget-colors ul > li.has-children ul li a,
.widget-icon-list ul > li.has-children ul li a {
  font-size: 13px;
}
.widget-categories ul > li.has-children ul ul > li,
.widget-links ul > li.has-children ul ul > li,
.widget-colors ul > li.has-children ul ul > li,
.widget-icon-list ul > li.has-children ul ul > li {
  margin-bottom: 0;
}
.widget-categories ul > li.has-children > ul,
.widget-links ul > li.has-children > ul,
.widget-colors ul > li.has-children > ul,
.widget-icon-list ul > li.has-children > ul {
  max-height: 0;
  transition: max-height 0.6s;
  overflow: hidden;
}
.widget-categories ul > li.has-children.expanded::before,
.widget-links ul > li.has-children.expanded::before,
.widget-colors ul > li.has-children.expanded::before,
.widget-icon-list ul > li.has-children.expanded::before {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.widget-categories ul > li.has-children.expanded > ul,
.widget-links ul > li.has-children.expanded > ul,
.widget-colors ul > li.has-children.expanded > ul,
.widget-icon-list ul > li.has-children.expanded > ul {
  max-height: 800px;
}
/*
    Floating labels 
*/

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-label-group > input,
.form-label-group > select,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}
.form-label-group > label {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all 0.1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}
.form-label-group input:-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-moz-placeholder {
  color: transparent;
}
.form-label-group input::placeholder {
  color: transparent;
}
.form-label-group select:not(:placeholder-shown),
.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.form-label-group select:not(:placeholder-shown) ~ label,
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777777;
}
/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  
  .form-label-group input::-ms-input-placeholder {
    color: #777777;
  }
}
/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777777;
  }
}
/*
    Loader
*/

#loadingbar {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
#pageloadingbar {
  /*display: none;*/
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: white;
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.youtube-video-wrap {
  padding-top: 56.25%;
  position: relative;
}
.youtube-video-wrap iframe,
.youtube-video-wrap div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
#new-mmenu:not( .mm-menu ) {
  display: none;
}
.secondary-navigation {
  margin-bottom: 30px;
  transition: 200ms ease margin-bottom;
  background: #f4ebe3;
}
.secondary-navigation ul {
  list-style: none;
  padding: 4px 0;
  margin: 0 -5px;
}
.secondary-navigation ul li {
  display: inline-block;
  margin: 0 5px;
}
.secondary-navigation ul li a {
  color: black;
  text-decoration: none;
  font-weight: 500 !important;
  font-size: 12px;
  transition: 150ms ease opacity;
}
.secondary-navigation ul li a:hover {
  opacity: 0.6;
}
.mm-listitem.submenu-link {
  font-size: 14px;
}
.mm-listitem.submenu-link a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.karruselItem .btn {
  z-index: 2;
}
.karruselItem .full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
