* {
font-family: 'Vollkorn', serif;
 margin:0px;
 scroll-behavior: smooth;
}

body{
  margin-top:0px;
  background-color: #eeebe8;
  /*overflow: hidden;*/
}

header{
  background-color: #eeebe8;
}

.navelement {
  padding: 5px 10px 5px 10px;
}

@media only screen and (max-width: 600px) {
  .headline_container {
    margin-left: 0rem !important;
  }

  .element-item {
  width: 53vw !important;
  height: 300px;
}
  .item {
  width: 100%;


}
}



.lds-ring {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 64px;
height: 64px;
margin: 8px;
border: 8px solid black;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}



button{
  display: block;
  width: 20px !important;
  height: 20px !important;
  border-radius: 10px;
  border: none;
  background-color: transparent;

  box-sizing: border-box;
}
/*
button[slot="hotspot-1"]:not([data-visible]) {
background-color: transparent;
  border: 3px solid white;
}
*/
.hotspot:hover ~ #test1{
display: block !important;
}

#annotation{
  background-color: transparent;

  position: absolute;
  transform: translate(-10px, -10px);
  border-radius: 20px;
  padding: 0px;
  transition: 0.5s;


}

.an {
  border: 2px solid;
border-color: rgb(255,255,255,0.8);
transition: 0.3s;
}

.hidden {
  border-color: rgb(255,255,255,0);
}

#annotation: hover{
  width: 200px;
}
/* This keeps child nodes hidden while the element loads */
:not(:defined) > * {
  display: none;
}



.ib {
border: 2px solid rgb(0,0,0,0);
}

#infoblock {

width: 10px;
height: 10px;
border-radius: 10px;
transition: 0.5s;
overflow: hidden;
opacity: 0;
  background-color: rgb(255,255,255,0.5);
}

#infoblock:hover{
background-color: white;
width: 400px;
height: 100px;
opacity: 1;
}

.mini {
margin-top: -90px;
margin-left: 110px;
font-size: 1.5rem;
text-align: left !important;
width: 290px;
}

.mini_2 {
font-size: 0.7rem;
width: 300px;
margin-left: 110px;
line-height: 1rem;
}

.mini_3 {
width: 90px;
  height: 90px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 10px;
}

.annotation-wrapper {
  opacity: 1 !important;
}

.annotation-wrapper ::slotted(*) {
  pointer-events: initial;
  opacity: 1 !important;
}

.footer {
  /* position: fixed; */
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: darkgrey;
  color: white;
  text-align: center;
  margin-left: 8rem;
  margin-right: 2rem;
  border-radius: 25px 25px 0 0;
}

.main {
  margin-left: 2vw;
  /*margin-right: 3vw;*/
  font-size: 28px;
  padding: 0px;
   background-color: #eeebe8;
}

.nav_container {
  height: 100%;
  width: 8vw;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
/*  background-color: #eeebe8;*/
}

.social_container {
  height:60vh;
  width: 8vw;
  position: fixed;
  z-index: 1;
  top: 20vh;
  right: 0;
  overflow-x: hidden;
  z-index: 99999999999999999999;
}

.header {
  width:98%;
    height: 90vh;
    position:relative;
}

.reduce{
  padding-left: 8rem !important;
}

.reduce2{
    margin-left: -5rem !important;
}

.moveup {
    margin-top: -5rem !important;
}



.header_kurs {
  width:98%;
    height:100vh;
    position:relative;
}

.inverted {
  color: white !important;
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.versatz1_container{
  width
}

.header_inner {
  overflow: hidden;
  width:100%;
  height:90%;
  margin: auto;
  border-radius:20px;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.current {
background-color: white;
border-radius: 20px;
padding: 5px 15px 5px 15px;
}


#overlay { position: absolute; top: 0; left: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}

#news_container {
  float: right;
  border-radius: 20px;
    margin-right: 5vh;
    width: 400px;
    height: 90%;
    background: #ece9df;
}
#logo_container {
  float: left;
  width: calc(100% - 200px);
  text-align: center;
}

#kursbutton {
  border-radius: 50px;
  background: #ece9df;
  padding: 6px 20px;
  text-align: center;
  display: inline-block;
  font-size: 0.7rem;
  color: #4a4a4a;
  margin-top: 1.9rem;
  transform: translateZ(20px);
  transition: 0.4s;

}



#hummelbutton {
  border-radius: 50px;
  background: #eeebe8;
  box-shadow: 20px 20px 60px #989896, -20px -20px 60px #fbf5e2;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #4a4a4a;
  margin: 3rem;
  transition: 0.4s;

}

#hummelbutton:hover {

  background: #70c776;

}

a {
  color: #202020 !important;
  display:inline-block;
  text-decoration: none !important;
}

h1 {
  font-size: 2.5rem !important;
  display: inline-block;
  font-weight: normal;
  line-height: 2.8rem;
}

h2 {
  font-size: 2.2rem;
  display: inline-block;
  font-weight: normal;
  line-height: 8rem;
}

h5 {
  display:inline-block;
  font-weight: normal;
  color: black;
  font-size: 1.1rem;
}

h3 {
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 2.1rem;
    color: white;
  text-shadow: 1px 1px 8px rgb(0 0 0 / 84%);
}

h9 {
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 2.1rem;
  text-align: left;

}

h4 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.1rem;

}

h6 {
  display:inline-block;
  font-weight: normal;
  color: white;
  font-size: 1.7rem;
}

p {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.6rem;
}

.textblock_small {
  max-width: 25rem;
  padding-left: 13rem;
  margin-top: -2rem;

}

.color_seperator {
  background-color: rgb(0,0,0,0.05);
}

.versatz_container {
  max-width: 80rem;
  width: 100%;
}

.versatz1 {
  text-align: left;

  width: 30rem;


}

.versatz2 {
  text-align: left;
  width: 35rem;
  margin-top: 5rem;
  margin-bottom: -5rem;
  float: right;
}

.versatz3 {
  text-align: left;
  width: 35rem;
  margin: auto;
}

.offset {

  text-align: left;
  width: 30rem;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  float: right;
  margin-right: 50%;
}

.kurse_voll {
  width: 100%;
  max-width: 70rem;
  margin: auto;
}

.content {
text-align: center;
overflow-x: hidden;
}

.text_center{
  width: 35em;
  margin: auto;
  padding-left: 2rem;
}

.logogrid {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
   opacity: 0.3;
   max-width: 250px;
   width: 80%;
   transition: 0.5s;
}

.logogrid:hover {
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
   opacity: 1;
}

.nav {
  width: 80vh;
text-align: center;
font-size: 20px;
position: absolute;
top: 95vh;
width: 45rem;
left: 50%;
border-radius: 20px;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-color: #edebe7;
}



.circle {
  width: 50px;
  height: 50px;
  margin: 0px -20px -30px -10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
   border-radius: 50%;
   background: #ece9df;
}

#mobile_nav {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  text-align: center;
  transition: 0.5s;
  opacity: 0;
}

.mobile_nav {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  text-align: center;
  transition: 0.5s;
  opacity: 0;
}


.hotspot {
font-size: 0rem;
width:10px;
}
.hotspot:hover ~ #annotation {
font-size: 1rem;
background-color: black;
width: 200px;

}


  /* This keeps child nodes hidden while the element loads */
  :not(:defined) > * {
    display: none;
  }

  button2{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: none;
    background-color: blue;
    box-sizing: border-box;
  }

#kurs_seite {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100vw; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0vw;
  right: 0;
  bottom: 0;
  background-color: #EEEBE8; /* Black background with opacity */
  z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  overflow-y: scroll;
  text-align: center;
  overflow-x: hidden;
}

#kurs_details {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8); /* Black background with opacity */
  z-index: 4; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#mobile_menu{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.kurs{
  padding: 6rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #dbd7d3;
  border-radius: 15px;
  margin: 1rem;
  transform-style: preserve-3d;



    width: 80%;
    height: 400px;
    background-size: cover;
    color: white;
    padding: 20px;

}

.headline_container{
  display:inline-flex;
  flex-wrap:wrap;
  margin-bottom: 5rem;

}

.paten_container{
  display:inline-flex;
  flex-wrap:wrap;
  margin-bottom: 5rem;
  margin-top: 5rem;
}



.kurs_container {
  display:inline-flex;
  margin: auto;
}

.flex-direction{
  flex-direction:row;
}

.flex-direction_2{
  flex-direction:row;
}

.illustration{
}

.headline{
}

.links{
  width: 40rem;
}

.rechts{
  width: 40rem;
}

.collage_container{
  display:inline-flex;
  flex-wrap:wrap;
  margin-bottom: 2rem;
}

.collage{
  width:35%;
}

.textblock{

}

.collage_img{
  display: block;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: -300px;
 border-radius: 100px;
}

span{
    display: block;
    text-align: left;
}

.icon{
  margin-bottom:-50px;
}

.kurs_titel {
  transform: translateZ(30px);
}

.kurs_info {
  margin-top: 4rem !important;
  transform: translateZ(20px);
  padding-left: -20px;
  height: 25px;
  margin: 0;
  top: 50%;
}

.ohne_head {
  margin-top: 0.2rem !important;

}

h6{
 float: center;
 color: white;
 width: 100vw;
}

h7{
 float: center;
 color: white;
 font-size: 0.8rem;
}


@media screen and (min-width: 751px) {

  .cond {
    margin: auto;
  }
  .burgermenu{
    display: block;
  }

  .mobile_only {
  display: none !important;
  }


  [data-element="product.description"]{
  width: 45vw !important;
  }



.shopify-buy__product__price {
    margin-bottom: 15px;
    margin-left: 0px !important;
    display: block !important;
}




}
@media screen and (min-width: 1200px) {
  .shopify-buy__btn-wrapper {
    zoom: 100% !important;
  }
  .shopify-buy__layout-vertical .shopify-buy__product__variant-selectors {
    zoom: 100% !important;
  }
}

.menu_3 {
  position: fixed;
    margin-top: 3rem;
    /* text-align: center; */
    right: 3rem;
    z-index: 999999999999999999999999;
    cursor: pointer;
    transition: 0.3s;
    /* WIDTH: 8VW; */
    /* min-width: 100px; */
    /* width: 150px; */
  }

@media screen and (min-width: 1000px) {

  .shopify-buy__product__actual-price {
    display: block !important;
    position: fixed !important;
    z-index: 999999999999999999999999999999 !important;
margin-left: calc(15vw - 140px + 105px) !important;
margin-top: calc(-40vh / 3) !important;
}




  .modder {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 55vw;

  }


  .modder2 {
    height: 55vh;
  }

  .shopify-buy__btn-wrapper {
    /* margin-top: 20px; */
    position: fixed !important;
    top: calc(50% + 4rem) !important;
    margin-left: -30rem !important;
    z-index: 9999999 !important;
    margin-top: 0px !important;
    zoom: 80%;

}

.shopify-buy__layout-vertical .shopify-buy__btn, .shopify-buy__layout-vertical .shopify-buy__quantity-container, .shopify-buy__layout-horizontal .shopify-buy__btn, .shopify-buy__layout-horizontal .shopify-buy__quantity-container {

    margin-left: calc(6rem + 15px) !important;
    /* padding: 15px; */
}

.shopify-buy__layout-vertical .shopify-buy__btn, .shopify-buy__layout-vertical .shopify-buy__quantity-container, .shopify-buy__layout-horizontal .shopify-buy__btn, .shopify-buy__layout-horizontal .shopify-buy__quantity-container {
    margin-left: 0px !important;
}

.shopify-buy__btn-wrapper {
    margin-left: 0rem !important;
}


  .shopify-buy__layout-vertical .shopify-buy__product__variant-selectors {
    width: 100% !important;
    max-width: 280px !important;
    display: block !important;
    position: fixed !important;
    padding-top: 20px !important;
    padding-bottom: 150px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: white !important;
    border-radius: 25px !important;
    z-index: 9999999 !important;
    /* margin: auto; */
    /* margin: 0; */
    position: fixed !important;
    top: 50% !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin-left: calc(15vw - 140px) !important;
    zoom: 80%;
}

.shopify-buy__layout-vertical .shopify-buy__btn,
  .shopify-buy__layout-vertical .shopify-buy__quantity-container,
  .shopify-buy__layout-horizontal .shopify-buy__btn,
  .shopify-buy__layout-horizontal .shopify-buy__quantity-container {
    margin: 20px auto 0;
    margin-left: calc(15vw - 140px + 15px) !important;
  }


}
@media screen and (max-width: 1300px) {

  .k_container {
    width: 80% !important;
  }

  .gallerie_1 {
    display: none;
  }

  .gallerie_2 {
    display: none;
  }

  .gallerie_3 {
    display: none;
  }

  .versatz_container {
    display:inline-flex;
    flex-wrap:wrap;
  }

  .versatz1 {
    flex: 50%;
  }

  .versatz2 {
    text-align: center !important;
  width: 100% !important;
margin: auto! important;
float: none;
  }

  .versatz3 {
    text-align: center !important;
    width: 100% !important;
  margin: auto! important;
  float: none;
  }

  .offset {
    margin: auto !important;
    width: 100% !important;
    text-align: center !important;
  }

  .offset2 {
    margin: auto !important;
    text-align: center !important;
    width: 100% !important;

  }

  .textblock_small {
    width: 35rem !important;
    max-width: 35rem !important;
    margin: auto;
    padding: 0px !important;
  }

  .paten_container {
    width: 100% !important;
  }

  .links {
    width: 100% !important;
  }

  .rechts {
    width: 100% !important;
    margin-top: -8rem;
  }

  .reduce2 {
    margin-left: auto !important;
  }

  .reduce {
    margin-left: auto !important;
  }

  .text_center {
    padding-left: 0em !important;
  }

  .blob { display: none;}

  .moveup {
    margin-top: 2rem !important;
}


}

.burgermenu {
  margin: auto;
  z-index: 9999999;

}

@media screen and (max-width: 750px) {



  .social_container{
    opacity: 0 !important;
    display: none !important;

  }

  .burgermenu {
    margin-left: 2.4rem;
}

  .k_container {
    width: 100% !important;
  }

  #kurs_seite {
    position: fixed;
    display: block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 4vw;
    right: 0;
    bottom: 0;
    background-color: #EEEBE8;
    z-index: 3;
    cursor: pointer;
    overflow-y: scroll;
    text-align: center;
    overflow-x: hidden;
    border: #efedeb 100px solid;
    margin-left: -100px;
    margin-top: -100px;
}

  footer {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .ft-main {
    display: block !important;
  }


  .textblock_small {
    width: 70% !important;
    max-width: 70% !important;
    margin: auto;
    padding: 0px !important;
  }

  .k_container {
    zoom: 200% !important;
  }

  .grid {
    overflow-x: hidden;
  }
  .flex-direction{
  flex-direction:column;
  }
  .headline{
  order:2;
  }
  .illustration{
  order:1;
  }

  .flex-direction2{
  flex-direction:column;
  }
  .collage{
  /*order:2;*/
  margin: auto;
  }
  .textblock{
  order:1;
  margin: auto;
  }



  .burgermenu{
    display: block;
    width: 20px;
  }

  .header_inner{
    height: 98%;
  }


  .collage {
    height:14rem;
  }

  span{
      text-align: center !important;
  }
  h1{
    padding: 0 !important;
  }
  #logo_container{
    width: auto !important;
  }
  .nav_container{
    display: none;
  }
  .main{
    margin-left: 2vw;
  }
  .content{
    zoom: 70%;
  }
  .text_center {
    text-align: center !important;
    width: 70%;
  }
}



.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #dbd7d3;;
  border: none;
  border-radius: 23px;
  color: #222;
  font-size: 1rem;
  cursor: pointer;
}

.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group {
  margin-bottom: 20px;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */

.grid {
  margin: auto;
  width: 850px;

}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.item {
  width: 250px;
}


.element-item {
  width: 200px;
  height: 300px;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.gallerie_1 {
  width: 25vh;
  height: 25vh;
  background-color: blue;
  position: absolute;
  background-size: cover
}

.gallerie_2 {
  width: 24vh;
  height: 24vh;
  background-color: red;
  position: absolute;
  background-size: cover
}

.gallerie_3 {
  width: 20vh;
  height: 20vh;
  background-color: blue;
  position: absolute;
  background-size: cover
}

.h_1 {
  margin-left: 80%;
}

.h_2 {
  margin-left: 70%;
}

.h_3 {
  margin-left: 60%;
}

.h_4 {
  margin-left: 50%;
}

.h_5 {
  margin-left: 40%;
}

.h_6 {
  margin-left: 30%;
}

.h_7 {
  margin-left: 20%;
}
.h_8 {
  margin-left: 10%;
}


ul {
  list-style: none;
  padding-left: 0;
}
footer {
  background-color: rgb(0,0,0,0.6);
  color: #bbb;
  line-height: 1.5;
  margin-left: 8rem;
    margin-right: 2rem;
    border-radius: 25px 25px 0 0;
}
footer a {
  text-decoration: none;
  color: #eee;
}
a:hover {
  text-decoration: underline;
}
.ft-title {
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 1.375rem;
  padding-bottom: 0.625rem;
}
/* Sticks footer to bottom */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.container {
  flex: 1;
}
/* Footer main */
.ft-main {
  padding: 1.25rem 1.875rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 29.8125rem /* 477px */) {
  .ft-main {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 77.5rem /* 1240px */) {
  .ft-main {
    justify-content: space-evenly;
  }
}
.ft-main-item {
  padding: 1.25rem;
  min-width: 12.5rem;
}



#product-component-1580935128063 {
  margin: auto;

}

// Shopify Styles downbelow

// Shopify frame
.shopify-buy-frame{
	max-width: 300px;
	display: block;
	margin: auto;
}


[data-element="product.img"]{
width: 80vw;
border-radius: 25px, 0, 0, 25px;
}

[data-element="product.description"]{
margin: auto;
font-size: 0.9rem !important;
line-height: 1.6rem !important;
margin-left: 35vw;
}

.shopify-buy__product {
  width: 96vw !important;
    height: 30%;
    text-align: left !important;
    position: fixed;
    left: 2vw;
    color: white;
    /* padding: 10vw !important; */
    /* margin-left: 0px !important; */
    background-color: #f7f7f6;
    margin-top: 10vh;
    height: 86vh;
    border-radius: 25px;
    margin-right: 2vh;

}

.shopify-buy-frame--toggle {
  right: 6rem !important;
  bottom: -40vh !important;
}

.shopify-buy__product__variant-img {
  margin-bottom: 5rem !important;
}

// dropdown
[data-element="option.select"]{
	height: 42px;
	width: 110px;
	display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
	margin-bottom: 5px;
  border-radius: 25px;

}
// button
.shopify-buy__btn{
	height: 42px;
	width: 100%;
	max-width: 100%;
  padding: 2rem;
  border-radius: 25px;
}

.shopify-buy__select-icon{
	display: none;
}

.shopify-buy__cart-items {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    position: relative;
    margin-top: 120px;
    padding: 0 20px 20px;
    -webkit-overflow-scrolling: touch;
    -webkit-perspective: 400px;
    perspective: 400px;
    -webkit-perspective-origin: 50% 0px;
    perspective-origin: 50% 0px;
}

.shopify-buy__quantity-decrement svg, .shopify-buy__quantity-increment svg {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -7px;
    fill: currentColor;
}

.shopify-buy-frame--cart .shopify-buy__quantity {
    border-radius: 0;
    border-left: 0;
    border-left: 0;
    padding: 0;
    font-size: 16px;
}

.shopify-buy__cart-item__quantity-input {
    float: left;
    background: transparent;
}


.k_container {
  width: 100%;
  max-width: 1000px;
  margin: auto;

}

.owl-nav {
  display: none;
}
