div.ShopModule div.product { height: 296px; }
#onder { margin-top: 48px; }
#site {
background-color: #FFFFFF;
/*border: 2px solid #000000;*/
}
#menu .container > ul > li > a.active {
font-weight:bold;
}
.iziInnerContent {
    border-top: 2px solid black;    
}
/* Producten */
#site .product .thumbnail a:hover {
transform: scale(1.10);
margin: auto;
}
#site .category .thumbnail a:hover {
transform: scale(1.10);
margin: auto;
}
/* margin boven en onder menu */
#top {
margin-bottom: 20px;
margin-top: 20px;
}
/*MENU*/
#menu .container > ul > li > a.hover {
font-weight:bold;
}
.categoryMenu li a:hover {
font-weight:bold;
}
#menu .container {
    border-bottom: 2px solid black;
}
/* margin boven en onder slideshow */
#carousel {
border-radius: 0%;
margin-bottom: 20px;
margin-top: 20px;
}
/* kleur oude prijs voor de korting */
#site .product .discountPrice {
color: #FF5C33;
}
/* voor zoom wanneer de muis over de slides heen 'hovert' */
#carousel .slide .foreground:hover{
transform: scale(1.05);
margin: auto;
}
/* voor margin aan de linker kant van de foreground carousel */
#carousel div.slide .slogan {
    margin-left: 1%;
}
/* homepagetext desktopversie*/
.homepagetext p {
    font-size: 24pt;
}
.homepagetext a {
    font-size: 24pt;
    color: black;
}
@media only screen and (max-width: 676px) {
    #carousel {
border-top: 1px solid black;
padding-bottom: 12px;
border-bottom: 1px solid black;
}
   .iziInnerContent {
    border-top: 0px solid black;    
} 
/* homepagetext mobiele versie*/
    .homepagetext h1 {
    font-size: 18pt;
    line-height: 24px;
}
    .homepagetext p {
    font-size: 14pt;
}
    .homepagetext a {
    font-size: 14pt;
    color: black;
    text-decoration: underline
}
}
.usps {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 15px 20px;
    margin-bottom: 20px;
}
@media (max-width: 980px) {
.usps {
    display: block;
}
}
.flex-container {
 display: flex;
 justify-content: space-evenly;
}
.half-width {
 width: 50%;
}
.breadcr {
    display: block;
    margin-bottom: 20px;
}
.breadcr ul {
    margin: 0;
    padding: 0px;
}
.breadcr ul li {
    display: inline-block;
    margin-left: 0px;
}
.breadcr ul li a {
     font-size: 16px;
    font-weight: bold;   
}
.breadcr ul li:after {
    content: " / ";
}
.breadcr ul li:last-child:after {
    content: "";
}
#padding-right {
 padding-right: 30px;   
}
.grizzlycta {
    color: #ffffff !important;
    padding: 10px 20px !important;
    display: inline-block;
    background: #000000;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    font-size: 16px;
}
.grizzlycta:hover {
  color: #000000 !important;
  background: #DDDDDD;
  text-decoration: unset !important;
}
.contains-links a {
    font-size: 16px!important;
    font-weight: bold!important;
    }
@media (max-width: 980px) {
    .half-width {
        width: 100%!important;
        padding-bottom: 30px;
    }
    .flex-container {
        display: block;   
    }
    }