:root {
  --bioola-primary: #96af04;
  --bioola-secondary: #1a1a1a;
  --bioola-light: #d4cfc3;
  --bioola-dimm: #a1aa6e;
  --bioola-dimm: #a7ab91;
}
html{
  scroll-behavior: smooth;
}
.alert {
  position: fixed;
right: 1em;
top: 1em;
z-index: 10;
}
body{
  background: rgb(251, 251, 251);
  font-family: proxima-nova, Arial, Helvetica sans-serif;
  font-weight: 400;
  font-style: normal;
}

a{
  color: var(--bioola-secondary);
  text-decoration: underline;
}
a:hover
{
  text-decoration: none;
  color: var(--bioola-primary);
}
a:active
{
  text-decoration: underline;
}
.btn-bioola {
  background: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  border: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
  font-weight: 600;

}
.h1, h1{
  font-size: 3em;
  text-transform: uppercase;
}

h2 span {
  display: block;
}


header.mainHeader {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  z-index: 500;
  display: block;
}

header.sticky {
  position: fixed;
  top: 0;
}

header.mainHeader .row {
  align-items: center;
}


.dropdown-menu-center {
  right: auto !important;
  left: 50% !important;
  top: 100% !important;
  -webkit-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
}

.dropdown-menu {
  padding: 1em;
  min-width: 15rem;
}

nav.mainNav ul.primaryNav,
nav.secondaryNav ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 0em;
  margin: 10px 0 0;
  max-width: 500px;
}

nav.mainNav ul.primaryNav li,
nav.secondaryNav ul li {
  margin: 0 .2em;
  flex: 1 1 100%;
  position: relative;
  text-align: center;
  font-size: 1.1em;
}
nav.mainNav ul.primaryNav li ul.dropdown-menu  {
  border: none
}

nav.mainNav ul.primaryNav li ul.dropdown-menu li{
  text-align: left;
  margin: 10px 5px;
}
@media (max-width: 768px) {
nav.mainNav ul.primaryNav li ul.dropdown-menu
  {
    position: relative !important;
    width: 90%;
    margin: 0;
    padding: 0;
  }
  nav.mainNav ul.primaryNav li ul.dropdown-menu li
  {
    font-size: 150%;
    margin: 1em 0;
  }
  nav.mainNav ul.primaryNav li a:hover{
    color:inherit;
  }
}
a.toggle-basket-preview {
    display: flex;
    align-items: center;
}
nav.secondaryNav ul li.icon
{
  flex: 1 1 10%
}

nav.mainNav ul.primaryNav li a,
nav.secondaryNav ul li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 100%;
  text-transform: uppercase;
}
nav.mainNav ul.primaryNav li a:hover,
nav.secondaryNav ul li a:hover {
  color: var(--bioola-primary);

}
nav.mainNav ul.primaryNav li a:hover svg,
nav.secondaryNav ul li a:hover svg
{
  stroke: var(--bioola-primary);
}
.toggleNav {
  display: none;
}

nav .secondaryNav {
  display: none;
}

.logo img {
    max-height: 10vh;
    margin: 1vh 1px 1vh;
}
a{
  cursor: pointer;
}

.dropShadow {
  background: #000;
  width: 100%;
  height: 100vh;
  opacity: 0;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 600;
  display: none;
}

.dropShadow.visible {
  display: block;
  opacity: 0.8;
}

.cartHolder {
  display: block;
}
.nav-link{display:inline-block}


.searchbox {
  display: inline-block;
  padding-bottom: 2px;
}
.searchbox input{
  width: 0;
  display: inline-block;
  transition: all .33s linear;
  border: none;
}
.searchbox.visible
{
  border-bottom: 1px solid #333;
}
.searchbox.visible input {
  width: 200px;
}
.parallax{
  background-size: cover;
  background-color: #000;
  width: 100%;
  height: calc(100vh - 100px);
  color: #fff;
  position: relative;
  display: flex;
  box-shadow: 0 0 10px rgba(0,0,0,.2) inset;

  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
}

.parallax.home {
  background: url(../assets/hero_nature.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  align-items: center;
}



.parallax.home h1 {
  text-align: left;
  font-size: 5em;
}

.philo {
  width: 100%;
  height: 75vh;
  color: #fff;
  position: relative;
  display: flex;
  box-shadow: 0 0 10px rgba(0,0,0,.2) inset;

  background: url(../assets/hero_philo.jpg) ;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;

  align-items: flex-end;
  justify-content: flex-end;
}

.philo h1 {
  text-align: right;
  font-size: 5em;
}

.philo p,
.philo h2 {
  width: 50%;
  margin-left: auto;
}

p.lead {
  line-height: 175%;
}

p.lead span {
  border-bottom: 5px solid var(--bioola-primary);
  line-height: 50%;
  display: inline-block;
  font-weight: bold;
}

.water, .linseed, .pigments, .carnauba{
  background: url(../assets/water.jpg) no-repeat;
  background-position: top 0;
  background-size: cover;

  padding: 8em 0;
  margin: 0em;

  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.linseed {
  background: url(../assets/flax.jpg) no-repeat;
  background-size: cover;
}
.carnauba {
  background: url(../assets/carnauba.jpg) no-repeat;
  background-size: cover;
}

.pigments {
  background: url(../assets/pigments.jpg) no-repeat;
  background-size: cover;
}

h2 {
  text-transform: uppercase;
  font-size: 3em;
}

.closet_detail, .nature_detail {
  min-height: 650px;
  background: url(../assets/detail_3.jpg) no-repeat;
  background-position: top right;
  background-size: cover;

  display: flex;
  align-items: flex-end;
  padding: 2em 2em 1em;
  margin: 2em 0;

}


#cont_nature .row,
#cont_color .row {
  margin: 2em 0;
}
video {
    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
    left: 50%; /* % of surrounding element */
     top: 50%;
     transform: translate(-50%, -50%); /* % of current element */

    position: absolute;
}
.container-fluid{background-color:#fff}

#cont_nature {
  background: #000;
  position:relative;
  height: calc(100vh - 109px);
  overflow:hidden;
  align-items: flex-end;
}

#cont_nature h1 ,#cont_nature p {
  z-index: 10;
color: #fff;
position: relative;
}

#cont_nature .container-lg {
  z-index:1;
  margin: auto;
  position: relative;
  height: 100%;
  vertical-align: middle;
  align-items: center;
  display: flex;
}

@media (max-width: 768px) {
  #cont_nature{
    display: flex;
  }
  #cont_nature video  {
    transform: translate(-50%, -50%); /* % of current element */
    left: 0vw;
  }
  #cont_nature .container-lg  {
align-items: flex-end;
height: 40vh;
margin: 0;
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);

  }

  #cont_nature p {
    line-height: 1.4;
    text-align: center;
  }

  #cont_nature h1 {text-align: center}

}



#cont_nature .col-md-6{
  z-index:1000;
  color:#fff
}

.nature_detail {
  min-height: 500px;
  background: url(../assets/nature.jpg) no-repeat;
  background-position: top left;
    background-size: cover;
}

.breadcrumb,
div.breadcrumbs nav{
  background:#fff;
}


/* description of item */
.descriptionContainer {
  margin-bottom: 1em;
}

.descriptionButton {
  padding: 0.5em 0;
  font-size: 140%;
  border-bottom: 2px solid var(--sina-light2);
  color: var(--sina-dark);
}
.descriptionButton
{
  border-bottom: 2px solid #ccc
}

button.collapsed
{
  border-bottom: 0;
}

.variationPrice{
  text-align: right;
}

.descriptionButton .feather {
  float: right;
}

.descriptionContent {
  padding: 1em 1em 1em 0em;
}

.variationManufacturer{text-align:left;margin-right:auto;max-width:33%;cursor: pointer;}
.variationManufacturer img{width: 100%;
    height: 100%;
    aspect-ratio: initial;}

p, .descriptionContent ul li{
  font-size:110%;
  line-height: 1.75;
}


/* CATEGORY LIST */
article.itemCategoryProduct {
    background: #fff;
    padding: 0.5em;
    min-height: 310px;
    border-radius: 5px;
width: 100%;display: block;position:relative;background-color:#fff;overflow:hidden;border-radius: 0.325rem;height:100%;}
.itemCategoryProduct .imageBox{display:block;height:230px;line-height:230px;text-align:center}
.itemCategoryProduct .imageBox img {    display: inline-block;
    width: 100%;
    max-height: 200px;
    width: auto;}

.productListItem{
  margin-bottom:30px;
}
.produkt_picture{
  text-align:center;
  height: 70%;
}

.tagLine{    display: flex;
    flex: 0 0 100%;
    min-height: 20px;margin-top:0px;justify-content: center;}

    .productName{display:inline-block;font-size:110%;overflow:hidden;padding:0 2%;margin-top:5px;text-align:center;width:100%;height:auto;}
    .productName a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 110%;
    font-weight: 100;
    line-height: 1.6;
    color: #333;
    text-decoration: none;
}

.productName a:hover{text-decoration:none}
    .productName span.newItem {
          background: #48af38;
          color: #fff;
          font-weight: bold;
          padding: 0px 10px;
          border-radius: 3px;
          line-height: 20px;
          margin: 5px 0 0;
          letter-spacing: 0.5px;
          font-size: 80%;
          display: inline-block;
    }
    p.variationHint{color:#6f6f6f;display:block;font-size:80%;text-align:center;width:100%;margin:3px 0 0;line-height:100%;}

.itemTag{
  border: 1px solid #008a0b;
  border-radius: 4px;
  padding: 1px 6px 0;
  font-size: 11px;
  font-weight: 100;
  text-transform: uppercase;
  color: #008a0b;
  line-height: 14px;
  min-height: unset;
  margin: 0 2px;
}

span.mini{float:left;font-size:80%;line-height:1.1;text-align:center;width:100%}
span.strike{text-decoration:line-through}
.itemPrice{display:inline-block;padding:2px 5%;vertical-align:top;text-align:center;width:100%;font-weight:700;position: absolute; left: 0; bottom: 0;}
.percent{font-weight:700;color:red;font-size:12px;text-align:right;display:inline-block;background:#e00302;color:#fff;padding:1px 5px;border-radius:.325rem;margin:10px 0 2px auto}

.produkt_picture a img {

  width: 100%;
  height: 100%;
  max-height: 275px;
  object-fit:contain;
}

.productInfoContainer {
    position: relative;
    height: 28%;
    bottom: 0;
    margin-top: 0px;
    width: 100%;
    background: none;
    padding-top: 10px;
    line-height: 100%;
}


/* Basket */
.basket-list-item .item-name {
    font-size: 110%;
    text-decoration: none;
}


.basketTotals{padding: 0.5em 1em 0;border:1px solid #ddd;margin: 0 0 1em 0;}
.basketTotals dl{margin:0;}

.basketTotals .net{color:#6f6f6f;display:none;}
.basketTotals .h3{text-align:left;border-bottom: 1px solid #ddd;padding-bottom:0.4em;}
.basketTotals button{position: absolute;
    top: 5px;
    right: 5px;
    font-size: 90%;
    padding: 0.5em 1em;}


    .emblemRow {
      display: flex;
      flex-direction: row;
      justify-content: center;
    }

    .emblemRow .emblem {
        flex: 1 1 auto;
        max-width: calc( 80% / 5 );
        max-height: 75px;
        margin: 0 .5%;
    }


footer {
  text-align: center;
  padding: 2em 0;
  color: #666;
}

.swiper{
  padding-bottom: 2em;
}
.swiper-slide {
       text-align: center;
       font-size: 18px;
       background: #fff;
       min-height: 25vh;

       /* Center slide text vertically */
       display: -webkit-box;
       display: -ms-flexbox;
       display: -webkit-flex;
       display: flex;
       -webkit-box-pack: center;
       -ms-flex-pack: center;
       -webkit-justify-content: center;
       justify-content: center;
       -webkit-box-align: center;
       -ms-flex-align: center;
       -webkit-align-items: center;
       align-items: center;
     }

     .swiper-slide img {
       display: block;
       width: 100%;
       height: 100%;
       object-fit: cover;
     }

     .swiper-button-next, .swiper-button-prev
     {
       color: #fff;
     }

     .swiper-pagination-bullet-active{
       background: #000;
     }

     .swiper-button-next {
       right: 5vw;
       }

      .swiper-button-prev
      {
        left: 5vw;
      }
      .swiper-horizontal>.swiper-pagination-bullets
      {
        bottom: 0;
      }

      .back-to-top {
    background: rgb(219 219 219 / 45%);
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: .5em 1em;
    width: auto;
    height: auto;
    z-index: 100;
    text-decoration: none;
    text-transform: uppercase;
}

.hidden-md-up{display:none;}
