/*===================================================
Theme by Storecraft for Lightspeed 2016
http://theme-one-pager.webshopapp.com
licensed under GPL
================================================== */


/* General
================================================== */
body {
  background: #fafafa;
  color:#000;
  margin-top:0 !important; 
  height:100%;
  width:100%;
 -webkit-font-smoothing: antialiased;
}



.hidden{
  display:none;
  }

.tempmargin{
  margin-top:60px;
  margin-bottom:60px;
  }
.center{
  text-align:center;
  display:block;
  margin:auto;
 }
.padding{
  padding-top:30px;
  padding-bottom:30px;
  }
  

.right{
  float:right;
  }
.left{
  float:left;
  }

.fa{
    vertical-align: sub;
}
a, input {
  outline:0;
  color:#000;
  }
a:hover,
a:active,
a:focus {
  color:#999;
  text-decoration:none;
}
*:focus {
    outline: none;
}


.border_padding{
padding:px;

}

.fixed {
    position: fixed;
    top:0; 
    z-index:99;
    width:100%;
  
}
.sidr-open .overlay {
    background-color: rgba(0,0,0,0.5);/*dim the background*//*dim the background*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    transition: background-color 0.3s ease;

}
ul{
  padding-left:0;
  }
/* Forms
================================================== */

select {
    width: 300px;
    background: none;
    height: 50px;
    background-color: white;
}
.variant {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Typography
================================================== */
body{
  font-family: 'Open Sans', sans-serif;
  color:#262626;
}

h1, h2, h3, h5, .gui-page-title , .button_large, .button_small , .testimonial, .buynow, input {
font-family: 'Open Sans', sans-serif;
color:#000000;
}


p, .pricinglist , .sidr h4{
      font-size: 16px;
    line-height:24px;
     color:inherit;
  
}
h2{
  font-size:55px;
  font-weight:600;
}
h3{
  font-size:25px;
  font-weight:600;
}
h4{
  font-size:22px;
    font-weight:300;
}


h5 {
    font-weight: 800;
    font-size: 17px;
}
h6{
    text-decoration: underline;
    font-size: 17px;
    font-weight: 400;
}
a{
  font-size:17px;
  font-weight:600;
}

.underline{
    text-decoration: underline;
}
.dark{
color:#000;  
}
.light{
 color:#fff;
  }

.price{
  font-size:17px;
  font-weight:600;
}
.grey{
  color:#999;
  }

.bold{
  font-weight:bold;
  }

/* Background Colors
================================================== */

.first_color{
 background-color:#f3e99e;
}

.second_color{
background-color:#efefeb;  
}

.third_color{
  background-color:#cccccc;
}
.fourth_color{
  background-color:#000;
}
.black{
 background-color: #000;
  }
.white{
  background-color:#fff;
  }
/* Borders
================================================== */
.fat_border{
  border: 6px solid #000;
 
  }
.slim_border{
  border: 3px solid #000;
  }
.border_bottom{
  border-bottom: 1px solid #eee;
  }

/* Buttons
================================================== */
.button_small{

  font-size:12px;
  padding: 18px 10px;
  display: inline;
  display:block;
  font-size: 15px;
  font-weight: 600;
  background-color: #333333;
  color:#ffffff;
  cursor:pointer;
  text-align:center;

}


.button_large{
  font-size:25px;   
  padding-top:20px;
  padding-bottom:20px;
  font-weight: 600;
  text-align:center;
  display:block;
  margin-top:0px;
  background-color: #333333;
  color:#ffffff;
  cursor:pointer;



}
/* Sections
================================================== */

section{
  display:block;
  width:100%;
  }


section padding{
  padding-left:30px;
  padding-right:30px;
  }



/* Brands section
================================================== */

.logo_bar {
    padding-top: 30px;
    padding-bottom: 30px;
}
.brands-img-container {
    height: 32px;
    margin: 24px 0;
    text-align: center;
    white-space: nowrap;
}
.brands-img-container img {
    margin: 0 auto;
    max-height:32px;
}
.brands-img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


/* Pricing table
================================================== */

.price{
  padding-top:30px;
  }

.price h2{
  font-size:100px;
  width: 100%;
  display: inline;
  }

.pricinglist{
  list-style-type:none;
  text-align:left;
  padding-top:75px;
  font-weight: 400;
  font-size: 16px;
  padding-bottom:30px;
  
  }

.pricingtable > .button_small{
    margin: auto;
    width: 100%;
}
.money {
    position: relative;
    left: -5px;
    top: -50px;
    color:#999;
}
.mo{
  color:#999;
}
ul.pricinglist li {
    margin-bottom: 5px;
}

#pricing {
    padding-top: 90px;
}
.pricetable {
    margin-top: 90px;
    margin-bottom:60px;
}
.pricetable h3 {
    margin-top: 0px;
}


/* Testimonials
================================================== */

.testimonial {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight:600;
  font-size:25px;
  width: 60%;
  display: block;
  margin: auto;
 }
.testimonial_portrait {
    margin: auto;
    display: block;
    margin-top: -40px;
}

.team p {
  font-size:22px;
  }

.testimonial{
  background-color: #ffffff;
  color: #000000;
  opacity:.1;
}

.testimonial h2,
.testimonial h6{
  color: #000000;
}

.slick-active > .testimonial{
  opacity:1;
  }
/* Topbar
================================================== */
.topbar{
  font-size:12px;
  height:33px;
  padding-top:2px;
  padding-right:15px;
  }
.my_account {
    display: inline-block;
    /* font-weight: 300; */
    margin-right: 5px;
}

.my_account a {
    font-size: 12px;
    text-decoration: underline;
}

.lanuage_dropdown {
    position: absolute;
    background: white;
    border: 1px solid #eee;
    width: 85px;
    text-align: left;
    z-index: 999;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  right: -12px;
    top: 24px;
  display:none;

}
.currency_dropdown {
    position: absolute;
    background: white;
    border: 1px solid #eee;
    width: 65px;
    text-align: left;
    z-index: 999;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    right: -12px;
    top: 24px;
  display:none;
}
.lanuage, .currency {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height:30px;
}
.lanuage:hover > .lanuage_dropdown{
  display:block;
  }
.currency:hover > .currency_dropdown{
  display:block;
  }

 .lanuage_dropdown a,
 .currency_dropdown a{
  font-size:12px;
  font-weight:300;
  }

/* Header
================================================== */


.preorder{
  margin-top:-16px;
  padding-bottom:19px; 
}

.navigation{
  height: 58px;
  padding-top: 15px;
  font-size: 12px;

}

.logo {
    width: 180px;
    margin-top:-7px;
  
}

.cart_amount{
  border-radius:20px;
  width: 25px;
  height:25px;
  color: #fff;
  display: inline-block;
  padding-left: 9px;
  padding-top: 5px;
  margin-left: 10px;
}
.buynow {
    margin-top: -8px;
    font-size: 17px;
    font-weight: 600;
    max-width:222px;
    padding: 10px 10px;

}
i.fa.fa-search {
    font-size: 23px;
    margin-top: 3px;
    vertical-align: sub;
    margin-left: 10px;
    cursor: pointer; 
    cursor: hand;
}
.search_trigger {
    display: inline;
    cursor: pointer; 
    cursor: hand;
}

.bag {
    margin-left: 30px;
}


.bag_trigger {
    display: inline-block;
    cursor:pointer;
    height: 45px;
}

.cartoverview {
    position: absolute;
    z-index: 999;
    width: 300px;
    margin-top: 37px !important;
}
.bag_trigger:hover .cartoverviewcontainer{
 opacity:1;
}
.cartoverviewcontainer{
  opacity:0;
  margin-top:-20px;
}
i.fa.fa-bars {
    font-size: 30px;
}
.menu_button {
    font-weight: 300;
    font-size: 17px;
    margin-left: 10px;
}

.currency_switch {
    background-color: #fff;
    z-index: 9999;
    width: 90px;
    border: 1px solid #eee;
    float: right;
}
.cartoverview {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 17px;
}
.fixedspace {
    height: 92px;
}


/* Slideout nav
================================================== */

body {
  width: 100%;
  height: 100%;
}
.sidr{
  background-color: #333333;
  color: #ffffff;

}

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position:relative;
  z-index: 1;
  will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.menu_item {
    margin-top: 40px;
    margin-bottom: 40px;
}

ul,
ol {
  list-style: none;
}
.close_menu{
  cursor:pointer;
  }

 a.menu_item {
  margin:0;
  padding:0;
  }



/* Searchbar 
================================================== */
.searchbar {
    height: 270px;
    display:none;
    opacity:0;
    background-color:#fff;
    margin-top:8px;
  
}
.search input {
    width: 100%;
    height: 90px;
    border: 0;
    margin-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 1px solid #eee;
    font-size: 50px;
    font-weight: 600;
    color:#000;
    border-left:0;
    border-right:0;
    border-top:0;
  
}
.search{
  cursor: pointer; 
  cursor: hand;
  }
.search input:placeholder{
      color: #e2e0e0;

  }
.close_search {
    width: 40px;
    height: 40px;
    padding-left: 8px;
    padding-top: 8px;
    float: right;
    margin-top: 30px;
    margin-bottom: -50px;
    cursor: pointer;
}

i.fa.fa-times {
    font-size: 28px;
}
/* Google maps 
================================================== */
.maps_embed{
  border:6px solid #fff;
  height:600px;
  }
.googleMap {
    height: 500px;
}
.googleMap iframe.clicked{
    pointer-events: auto;
}

.googleMap iframe{
    display: block;
    width: 100%;
    position: relative; /* IE needs a position other than static */
    pointer-events: none;
}

.googleMap > iframe {
    height:100%;
    width:100%;
    border:0;
    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+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }

.googleMap{
  height:600px;
  }




/* Promo 
================================================== */
.promo_bar {
    padding-top: 110px;
    padding-bottom: 110px;
   background: url(promo-background-image.png?20211208165035?20211208165035) repeat scroll top left;

}
.promo_button{
  background-color: ;
}



/* Product 
================================================== */


.video_embed{
  border:6px solid #fff;
  margin-top:60px;
  }



/* Logo bar 
================================================== */
.logo_bar{
  background-color: #f7f7f7;
  color: #000000;
}

/* Google maps 
================================================== */
.google_maps{
  background-color: #ffffff;
  color: #000000;
}

/* Jumbotron 
================================================== */
.jumbotron{
  color: #2e2e2e;
  background: #fafafa url('background-image.png?20211208165035') repeat scroll ;
  background-position: center top; 
}

.jumbotron h2{
    color: #2e2e2e;
}

/* Pricing tables 
================================================== */
.pricing_tables{
  background-color: ;
  color: ;
}

/* Promo bar 
================================================== */
.promo_bar{
  background-color: #000000;
  color: #ab87ab;
}
.promo_bar h3{
   color: #ab87ab;
}

/* Recent blogposts 
================================================== */
.recent_blogposts{
  background-color: #f7f7f7;
  color: #000000;
}
.recent_blogposts h2 ,
.recent_blogposts h3 ,
.recent_blogposts p ,
.recent_blogposts a{
   color: #000000;
  }

/* Video player 
================================================== */
.video_player{
  background-color: #ffffff;
  color: #000000;
}

/* Usps 
================================================== */
.usps{
  background-color: #ffffff;
  color: #000000;
}

.usps .fa {
    font-size: 70px;
    margin: auto;
    display: block;
}

.usps p, .usps h3 , .usps h2 {
    color: inherit;
}


/* Twitter 
================================================== */
.twitter{
  background-color: #ffffff;
  color: #888888;


}
.twitter a ,
.twitter h2 {
    color: inherit;
}
#tweecool{
  font-size: 22px;
  font-weight: 300;
  margin-top:10px;
  margin-bottom:10px;
  }

/* Instagram 
================================================== */
.instagram{
  background-color: #8a0b8a;
  color: #000000;
  padding-top:130px; 
  padding-bottom:130px;
}

.instagram h2,
.instagram h6 {
  color:inherit;
}

#instafeed img {
    width: 12.5%;
    margin-bottom: 20px;
    padding-right: 15px;
}

@media (max-width: 992px) {
#instafeed img{
    width:25%;
  }
}


/* Testimonials 
================================================== */
.testimonials{
  background-color: #ffffff;
  color: #000000;
  padding-top: 110px;
  padding-bottom: 110px;
}

/* Team 
================================================== */
.team{
  background-color: #f7f7f7;
  color: #000000;
  padding-top: 110px;
  padding-bottom: 110px
}
.team h3, .team h2{
    color: #000000;
}



/* Newsletter 
================================================== */
.newsletter{
  background-color: #f7f7f7;
  color: #000000;
   padding-top: 110px;
    padding-bottom: 110px;
}
.newsletter h3{
  margin-top:10px !important;
  color:inherit;
  }
.newsletter h2 {
  color:inherit;
  }
.newsletter input{
    border: 1px solid #eee !important;
    height:60px;
    width:100%;
    padding:15px;
}


/* About us 
================================================== */
.about_us{
   background-color: ;
   color: ;
   padding-top: 110px;
   padding-bottom: 110px;
  }

.about_us h3{
   margin-top:0 !important;
   color: inherit;
}
.about_detail h3{
     color: inherit;
}
/* Quote 
================================================== */
.quote{
   background-color: #f7f7f7;
   color: #000000;
   padding-top: 110px;
   padding-bottom: 110px;
  }
  
.quote span, .quote h2, .quote h5{
  color:inherit;
}



/* Footer 
================================================== */
footer{
  background-color:#000000;
  color:#000000;
}
.footer_top{
  padding-bottom:30px;
  }

.footer_bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}
footer i{
    color:#000000;
    font-size:20px !important;
}

footer{
  color:#fff;
  }

footer h5{
    font-family: "Karla", Helvetica, sans-serif;
}
.footer_bar {
    padding-top: 10px;
    padding-bottom: 10px;
}
.social_media{
  padding-left:0;
}
.social_media li{
  float:left;
  margin-right:10px;
  }

ul.klantenservice li a {
    color: inherit;
    font-weight:100;
}
@media (max-width: 480px) { 

.about_detail h3 {
    font-size: 23px;
}
}

/* Extra products
================================================== */
.extra_products,
.extra_products a,
.extra_products h3{
   background-color: #f6f4f4;
   color: #b30000;
}


.price:hover{
  color:inherit;
 }

.price_old {
    text-decoration: line-through;
    margin-right: 10px;
}

.extraproducts {
    font-size: 0;
}

.extraproduct {
    display: inline-block;
    float: initial;
    vertical-align: top;
}



/* Custom Content 
================================================== */
.custom_content{
  background-color: #f7f7f7;
  color: #888888;
}
.custom_content h2,
.custom_content h3,
.custom_content h4,
.custom_content h5,
.custom_content h6,
.custom_content p,
.custom_content span{
  color:inherit;
}


/* Dot nav
================================================== */


}
/* No Touch devices */
.cd-nav-trigger {
  display: none;
}

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.no-touch #cd-vertical-nav li {
  text-align: right;
}
.no-touch #cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  background-color: white;
}
.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.no-touch #cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  line-height: 14px;
  font-size: 17px;
}

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9);
}
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
  top: -9px;
}
.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
}
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
  display: none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683;
}
.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  .touch .cd-nav-trigger, .touch #cd-vertical-nav {
    bottom: 40px;
  }
}


/* Back to top
================================================== */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #333333 url(cd-top-arrow.svg?20211208165035) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #333333;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/* Extra products
================================================== */

label[for="product_configure_variants"] { display:none; }

/* Fixed layout
================================================== */
.fixed_layout{
  padding-top:30px;
  padding-bottom:110px;
  }

/* Slider
================================================== */

down vote
accepted
.slick-prev,
.slick-next,
.slick-prev:before,
.slick-next:before {
    height: 72px;
    width: 41px;
}
.slick-prev { left: -50px; }
.slick-next { right: -50px; }
.slick-prev:before,
.slick-next:before {
    content: "";
    opacity: 1; /* If you want to disable the opacity change on hover */
}
.slick-prev:before {
    background-image: url(https://cdn.webshopapp.com/shops/124672/themes/92600/assets/previous.png?20211208165035);
}
.slick-next:before {
    background-image: url(https://cdn.webshopapp.com/shops/124672/themes/92600/assets/next.png?20211208165035);
}



.slick-prev{
    background-image: url("https://cdn.webshopapp.com/shops/124672/themes/92600/assets/previous.png?20211208165035") !important;
    left:60px !important;
    width: 41px !important;
    height: 71px !Important;
z-index:999;
}

.slick-next{
    background-image: url("https://cdn.webshopapp.com/shops/124672/themes/92600/assets/next.png?20211208165035") !important;
    right:60px !important;
    width: 41px !important;
    height: 71px !Important;

}
.slick-prev:before, .slick-next:before{
  font-size:0 !important;
  }

.buynow:hover {
    background-color: white;
    color: black;
    border: 3px solid #000;

}
.promo_button{
  color:#fff;
  }
/* Header
================================================== */
header{

    background-color: #fafafa;
   color: #333333;

}

/* Header
================================================== */
.sort select {
    width: 100%;
    height: 30px;
}

/* Collection
================================================== */
.products.row{
  font-size:0;
}
}