
body
{
    font-family: 'Open Sans', sans-serif;
    color: #;
    font-size: 14px;
    line-height:28px;
    overflow-x: hidden;
}

.hidden {
  display: none;
}

.t90 {
  top:90px;
  z-index:100;
}

.t130 {
  top:130px;
  z-index:100;
}

.red {
  color:red;
}

h1,
h2
{
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h2.title
{
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 15px;
}

h2.title:before
{
  margin-right: 15px;
}

a
{
  color: #;
}

a:hover
{   
  text-decoration: none;
  color: #;
}

footer
{
  font-size: 0.8em;
}

.width100
{
  width: 100%;
}

.maxwidth75
{
  width:350px;
  max-width: 75%;
}


.btn-primary {
  background-color: #;
  border-color: #;
}

.btn-primary:hover, .btn-primary:active {
  background-color: #;
  border-color: #;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

input.newsletter {
  max-width:450px;
}


/* Effects */

.gallery-item:hover
{
  transform: scale(0.98);  
}

/*
a:hover .fa,
.fa:hover
{
  transform: scale(1.1);  
}
*/

/* Extra utilities */

.vervolgcontainer
{
  margin-top:40px;
}

.maincontent .mycontent
{
  opacity: 0;
}

.maincontent:nth-child(odd)
{
background-color: #;
}

.maincontent:nth-child(even)
{
background-color: #;
}


.vervolg .maincontent:nth-child(odd)
{
background-color:#;
}

.vervolg .maincontent:nth-child(even)
{
background-color: #;
}

.cover-height {
  min-height: calc(100vh - 115px);
}

ul.breadcrumbs {
  margin-top:unset;
  margin-bottom:unset;
}

.breadcrumbs li
{
  margin-right: 15px;
  display: inline-block;
}

.breadcrumbs li:nth-child(1)
{
margin-left: 0px;
}

.breadcrumbs li:after
{
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 300; 
  content: "\f054";
  left: 10px;
  position: relative;
}

.breadcrumbs li:last-child:after
{
  content: "";
}

.breadcrumb-link {
  color:#;
}

.square:before{
    content: "";
    display: block;
    padding-top: 100%;  /* initial ratio of 1:1*/
}

#toplink{
  display: none; 
  position: fixed; 
  bottom: 45px; 
  right: 45px; 
  opacity: 0.5; 
  color: #010101; 
  cursor: pointer;
  z-index: 10000; 
  font-size: 35px;
}


/* Modules */

.bestelformrij
{
  padding: 20px 0px 0px 20px;
  border-bottom:1px solid rgb(0,0,0,0.05);
}

.bestelformrij h2
{
  margin-bottom:0px;

}

.bestelformrij > div:first-child
{
  padding: 0px 0px 20px 0px;
}

.slideshow_image
{
    width:100%;
    height:calc(100vh - 130px) !important;
    object-fit:cover !important;
}


.slideshowdesc
{
  padding: 10%;
  line-height: 32px;
  position: relative;
  font-size: 1.3em;
}

.navbtn
{
  position: absolute;
  right: 5%;
  top:5%;
  font-size: 30px;
  opacity: 0.8;
}

.inactive
{
  opacity: 0.2;
}

.title-wrapper
{
  width: 100%;
  /* background-color:#; */
  text-align: left;
  position: relative;
}


.maincontent:nth-child(odd) .title-wrapper
{
  background-color:#;
}

.maincontent:nth-child(even) .title-wrapper
{
  background-color: #;
}


.title-wrapper h2
{
  margin: 0px;
  padding: 20px;
  color: #;
  font-size: 14px;
  font-weight: 700;
}

.gallink
{
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  height:100%;
  background-color: #;
  padding: 14px;
  font-size: 1.5em;
}


.maincontent:nth-child(odd) .gallink
{
  color:#;
}

.maincontent:nth-child(even) .gallink
{
  color: #;
}

.columnscount4 {
  column-count: 4;
}

.card {
  border: none;
}


/* HEADER - TOPBAR - BOTTOMBAR */

.headertxt p
{
  margin:0px;
  padding: 0px;
}

.socialicon
{
font-size: 1.5em;
margin-top: -3px;
}

a.socialicon {
 color:#;
}

a.socialicon:hover {
 color:#;
}

a.socialicon:last-child {
  padding-left: 0.25rem !important;
  padding-right: 1rem !important;
}

.topbar
{
  height: 40px;
  font-size: 11px;
  line-height:normal;
  background-color:#;
  color:#;
}

.topbar a:hover
{   
  text-decoration: none;
  color:#;
}
 
.bottombar {
  background-color:#;
  color:#;
  opacity:0.9;
}


.bottombar a {
  color:#;
}

.bottombar a:hover {
  color:#;
}

/* FOOTER */

.footer-bg {
  background-color:#;
}

.footer-txt,
.footer-txt a {
  color:#;
}

.footer-txt a:hover {
  color:#;
}

/* BOOSTRAP NAV*/

.navbar
{
  background-color:#;
}

.navbar-nav
{
  position: relative;
  z-index: 10;
}

.navbar-nav
{
  position: relative;
  z-index: 10;
}



.navbar-brand {
  z-index:1060;
}


.breadcrumbsbar
{
  position: absolute; 
  bottom: -40px; 
  left: 0px; 
  z-index: -1;
    font-size:11px;
  line-height:normal;
  color:#;
  background-color:#;
}



.fixed-height-80 {
  height: 80px;
}

.fixed-height-90 {
  height: 90px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #;
  padding: 35px 25px;
}


.nav-small
{
    padding: 35px 15px !important;
}


.navbar-dark .navbar-nav .show > .nav-link {
  color: #;
  background-color: #;
}

.navbar-dark .navbar-nav .show > .nav-link:hover {
  animation-name: none;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #;
  background-color: #;
  padding: 35px 25px;
  animation-name: menu-fade;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
}

.navbar-dark .navbar-nav .nav-link.active:hover {
  color: #;

  animation-name: none;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #;
  background-color: #;
  padding: 35px 25px;
}


.navbar-toggler
{
  border: 0px;
}

.navbar-dark .navbar-toggler-icon
{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* SUBMENU */

.dropdown-menu {
  background-color: #fff;
  border-radius:0px;
}

.dropdown-item:first-child {
  color: #;
  padding-left:1.5rem;
}

.dropdown-item {
  color: #;
  padding-left:1.8rem;
}

.dropdown-item:hover, .dropdown-item:active, .dropdown-item.active {
  color: #;
  background-color:# !important;
}

/* VIDEO ANIMATION */

.video-toggle-btn {
  border: 0px; 
  border-radius: 5px; 
  background-color: #7ab800; 
  color:white;
}

button:focus {
  outline: none;
}



@keyframes menu-fade {
  from {background-color: transparent;}
  to {background-color: #;}
}


/* WEBSHOP ADDONS */


.carousel-caption,
.carousel-caption a,
.carousel-caption p,
.carousel-caption h6

{
    color:#;
}

.productsubtitle
{
  font-size:0.8em;
  line-height:1.2em;
}

.productsubtitle_detail
{
  font-size:0.9em;
}


.carousel-caption {
    cursor: pointer;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
}


.carousel-caption-top {
    top: 0;
    left: 0;
    width: 100%;
    bottom: auto;
}


.bg_1 .carousel-caption {
    cursor: pointer;
    top: 100%;
    left: 0;
    width: 100%;
    bottom: -80px;
    text-align: right;
}

.bg_1 .carousel-caption p {
  margin-top:-5px;
}

.bg_1 .carousel-caption-top {
    cursor: pointer;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
}

.bg_1 .carousel-inner {
    margin-bottom: 100px;
}


.carousel-indicators li {
    background-color: #d1d1d1;
}

.productprice {
  line-height:1.2;
}


/*
.carousel:hover .carousel-item,
.carousel:hover .carousel-caption
 {
    opacity: 0;
}*/

.carousel-item a img,
.webshopdetail_images
{
  border: px solid #;
}


.searchform:focus::placeholder 
{
  border:none;
  text-shadow: none;
  outline: none;
}

.searchgroup_mobile {
  z-index:10;
  width:100vw;
  position:absolute;
  top:45px;
  left:0px;
  float: right; 
  display:none;
 }

.searchgroup {
  position:absolute;
  margin-top:63px;
  z-index:10;
  width:250px;
  margin-right:25px;
  right:0px;
  top:30px;
  float: right;
  display:none;
}

.searchform:focus {
  color:black;
  text-shadow: none;
  outline: none;
  border-bottom:1px solid #;
  box-shadow: 0 0 0 0;
}

.searchform {
  color:black;
  border:0px;
  border-bottom:1px solid #;
  border-radius:0px;
  background-color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
  outline: none;
  width:100%;
}

.searchgroup .input-group-text
{
  background-color:tranparent;
  border:0px;
  color:black;
} 


.ui-autocomplete {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    float: right;
    display: none;
    width: 250px; 
    max-height: 50vh;
    overflow-y:auto;
    padding: 5px;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-autocomplete li div
{
    cursor:pointer;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-helper-hidden-accessible > div {
  display: none;
}

.searchform::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #;
  font-size:0.8em;
}
.searchform::-moz-placeholder { /* Firefox 19+ */
  color: #;
  font-size:0.8em;
}
.searchform:-ms-input-placeholder { /* IE 10+ */
  color: #;
  font-size:0.8em;
}
.searchform:-moz-placeholder { /* Firefox 18- */
  color: #;
  font-size:0.8em;
}


.category-item-title
{
  background-color: #;
  color: white;
}

.category-item-title a
{
  color: white;
}

.error {
    color: #dc3545;
}

.errorname {
    color: #dc3545;
    display: none;
}

.errorform {
    border-color: #dc3545;
}


.strikeout {
  position: relative;
}

.strikeout:before {
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  right: 0px;
  border-top: 2px solid;
  border-color: #;

  -webkit-transform:rotate(-35deg);
  -moz-transform:rotate(-35deg);
  -ms-transform:rotate(-35deg);
  -o-transform:rotate(-35deg);
  transform:rotate(-35deg);
}


.catdesc h2
{
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
}


.cat_title
{
    text-transform: uppercase;
    font-size: 1.5em;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 300;
}

.subcats,
.subsubcats
{
    margin:0px;
    padding: 0px;
}


.subsubcats li
{
    list-style: none;
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,1);
}

.subsubcats li:hover
{
    list-style: none;
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,0.3);
    background-color: # !important;
}

.subcats li.subcat_li
{
    list-style: none;
    padding: 10px;
    background-color: #fafafa;
    cursor:pointer;
}

.subcats li.subcat_li:nth-child(odd)
{
    background-color: #f1f1f1;
}

.subcats li a
{
    color: #000;
}

.showsubcats li.subcat_active,
.showsubcats li:hover
{
    cursor:pointer;
    list-style: none;
    padding: 10px;
    background-color: # !important;
}

.subcats li:hover .subsubcats li
{
    border-top: 1px solid rgba(255,255,255,0.3);
}

.subcats li.subcat_active a,
.subcats li:hover a,
.subsubcats li:hover

{
    color: #ffff !important;
}

.filteroption
{
  width: 90%; display: 
  inline-block;
  cursor:pointer;
}

.salelabel_overview
{
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 1;
    background-color: #;
    color: white;
    padding: 10px 5px;
}

.salelabel_detail
{
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 1;
    background-color: #;
    color: white;
    padding: 8px 5px;
}


.cart,
.table thead th,
.cart tbody tr td
{
    border-top: 0px;
    border-bottom: 0px;
}

.cart tbody tr td
{
    background-color: #F0F1F2;
}

.cart tbody tr:nth-child(odd) td
{
    background-color: #f8f9fa;
}

.cart tbody tr:nth-child(even) td
{
    border-bottom:5px solid #fff;
}

.nav-pills .nav-link
{
    margin: 15px 30px 0px 0px;
    padding: 0px;
    color: #d1d1d1;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link
{
    background-color: transparent;
    color: #000;
}

.newaccount .form-row
{
    background-color: #FCFEFF;
}
.newaccount .form-row:nth-child(odd)
{
    background-color: #f8f9fa;
}


/* MEDIA STATEMENTS */


@media all and (max-width:1350px) and (min-width:991px) {
  
  .txtdiv {
  padding-left: 200px;
  }


  .columnscount4 {
    column-count: 3;
  }

}



@media all and (max-width:991px) {


  .columnscount4 {
    column-count: 2;
  }
  
  .fixed-height-80 {
    height: auto;
  }

  .fixed-height-90 {
    height: auto;
  }

  .navbar {
    padding:0px;
  }

  .navbar-nav .nav-item,
  .navbar-dark .navbar-nav .nav-link.active {
    background-color:# !important;
  }
  
  
  .navbar-collapse {
    background-color:#;
  }
  
  .navbar-dark .navbar-nav .nav-link {
    padding:.5rem 1rem;
        color: #;

  }
    .navbar-dark .navbar-nav .nav-link:hover {
    color: #;
    background-color: transparent;
    padding:.5rem 1rem;
    animation-name: none;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;
  }

  .navbar-dark .navbar-nav .nav-link.active {
    color: #;
    background-color: transparent;
    padding: .5rem 1rem;;
  }
  
  .title-wrapper h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

  .animation-learnmore {
  display: none !important;
  }
  
  .sticky-top
  {
    position: relative;
  }


  .searchgroup {
    position:absolute;
    z-index:10;
    width:100%;
    margin-right:25px;
    left:0px;
    top:inherit;
    display:none;
  }

  
}


@media all and (max-width:768px) {


  .columnscount4 {
    column-count: 1;
  }
}