html {
  min-height: 100%;
  position: relative;
  height: auto !important;
}
body {
  height: auto!important;
}
a.category:hover,
a.subcategory:hover {
  text-decoration: underline !important;
}
a:focus,
a:active {
  text-decoration: none;
}
/* Breadcrumbs */
.breadcrumbs a:hover,
.breadcrumbs a.current,
.breadcrumbs a,
.breadcrumbs span {
  font-size: 14px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.breadcrumbs a:hover {
  text-decoration: underline;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #ffffff;
}
.breadcrumbs i {
  color: #ffffff;
}
.breadcrumbs-line {
  border-bottom: 1px solid #ffffff;
}
select {
  color: #363c3f;
}
hr {
  border-color: #fff;
}
main {
  margin-bottom: 50px;
  margin-top: 150px;
}
#omschrijving-bottom {
  color: #000;
}
.product-block img {
  transition: all 0.2s ease-out;
  -webkit-backface-visibility: hidden;
}
.product-block img:hover {
  transform: scale(1.05, 1.05);
  transition: all 0.2s ease-out;
  -webkit-backface-visibility: hidden;
}
.product-block .product-info {
  margin-top: 0 !important;
  text-transform: uppercase;
}
.product-block .product-info h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 19px;
}
.product-block .price-new {
  color: #fff !important;
  font-size: 26px !important;
}
.product-block .price-old {
  color: #00477e !important;
  font-size: 16px !important;
}
.product-block.list .product-block-inner .title h3 a {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 19px;
}
.product-block .product-block-inner img {
  -moz-transition: all 0.075s linear;
  -webkit-transition: all 0.075s linear;
  -o-transition: all 0.075s linear;
  transition: all 0.075s linear;
}
.product-block .product-block-inner .image {
  border: none;
}
.gui a {
  color: #fff;
}
.gui-blog .gui-blog-article {
  border: 0;
  padding-bottom: 144px !important;
}
.gui-blog .gui-blog-article header {
  background: transparent;
}
.gui-blog .gui-blog-article h1 a {
  color: #FFF;
  font-size: 33px;
  font-weight: 700;
}
.gui-blog-article-comments span {
  background: none;
}
.gui-blog-article-comments span a:hover span {
  background: none;
}
[for="gui-form-email"] {
  color: black !important;
}
#gui-wrapper footer {
  position: inherit;
}
.gui-blog .gui-col2-right-col2 {
  display: none;
}
.home .foutmeldingen {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 37px;
  z-index: 99999;
}
.home .foutmeldingen .messages {
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.gui-block {
  border: none !important;
}
.gui {
  font-size: 14px;
}
gui-form .gui-field > label {
  font-size: 14px !important;
}

/* overlaying images */
.product-block .product-block-inner a figure img {
    transform: scale(1);
}
.product-block .product-block-inner a {
    overflow: hidden;
}
.product-block .product-block-inner a:hover figure img {
    transform: scale(1.05);
}
.product-block .product-block-inner .overlay, .productpage .img .overlay, campaign-body .overlay{
  background-color: rgba(0, 0, 0, 0); 
  bottom: 0; 
  color: #fff; 
  left: 0; 
  margin: 0; 
  position: absolute; 
  right: 0; 
  top: 0; 
  z-index: 1;
}

/*# sourceMappingURL=meledi-global.css.map */