/* 
    Opmerkingen :   Dit is alle 'custom' css voor het project. Wordt later ingeladen dan style.css 
                    Er zijn enkele elementen welke niet zo heel vaak wijzigen, deze vind je terug in de elements.css file
    Author     :    Probu Online
*/

/* import font */
@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");

:root {
  --maincolor: #3190cf;
  --secondarycolor: #afcb11;
  --accentcolor: #ff0100;
  --gradient: linear-gradient(
    90deg,
    rgba(65, 202, 249, 1) 0%,
    rgba(183, 215, 13, 1) 100%
  );
  --ie-gradient: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41caf9",endColorstr="#b7d70d",GradientType=1);
}

body {
  background-color: #fff !important;
}

/* disable admin bar in preview mode */
/*#wpadminbar {display:none;}
body {margin-top: -32px !important;}*/

/* chrome outline button fix on focus */
button:focus {
  outline: 0;
}
*:focus {
  outline: none;
}

/*###########################
    Styles / Typography
############################*/
body,
body > div,
html {
  font-size: 16px;
}
body,
html {
  color: #000;
}
html,
body,
p {
  font-family: "Nunito", franklin-gothic-urw, "Open Sans", verdana, arial,
    tahoma, sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: var(--maincolor);
}

h1 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}

h2 {
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}

h3 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #8f8f8f;
  font-family: "Nunito", sans-serif;
}

footer h3 {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Nunito", sans-serif;
}
h4,
h5,
h6 {
  font-size: 1.2rem;
}

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

/** Buttons **/
.button,
input.button,
.iw-so-button,
input#submit {
  background: #e53138 !important;
  color: #fff;
  border-radius: 50px !important;
  font-weight: normal !important;
  font-size: 18px !important;
}
.button:hover,
input.button:hover,
.iw-so-button:hover,
input#submit:hover {
  background-color: #8f8f8f !important;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: dotted 1px #8f8f8f;
}

.button.btn-two {
  background: #fff !important;
  color: #e53138 !important;
}
.button.btn-two:hover {
  background: #e53138 !important;
  color: #fff !important;
}
a.back-to-top {
  background: #e53138 !important;
}
/* button css */
/* button css */
/* button css */
.button,
input.button,
input#submit,
.ow-button-base a {
  border: 0 !important;
  color: #fff !important;
  background: var(--accentcolor) !important;
  border-radius: 300px !important;
  padding: 10px 25px !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}

.button:hover,
input.button:hover,
input#submit:hover,
.ow-button-base:hover a {
  background: var(--secundairycolor) !important;
}
.button-2 .button,
.button-2 input.button,
.button-2 .iw-so-button,
.button-2 input#submit,
.button-2 .ow-button-base a {
  background: linear-gradient(to right, #2596be, #afcb11) !important;
  font-size: 22px !important;
  font-weight: bold !important;
}

.button-3 .button,
.button-3 input.button,
.button-3 .iw-so-button,
.button-3 input#submit,
.button-3 .ow-button-base a,
.button-3 .ow-button-base * {
  background: rgba(0, 0, 0, 0) !important;
  color: var(--accentcolor) !important;
  font-size: 17px;
  font-weight: bold !important;
  text-decoration: underline;
}
.button-4 .button,
.button-4 input.button,
.button-4 .iw-so-button,
.button-4 input#submit,
.button-4 .ow-button-base a,
.button-4 .ow-button-base * {
  background: rgba(0, 0, 0, 0) !important;
  color: var(--maincolor) !important;
  font-size: 17px;
  font-weight: bold !important;
  text-decoration: underline;
}
.button-4 .ow-button-base span span,
.button-3 .ow-button-base span span {
  text-decoration: none;
  margin-left: 8px !important;
}
/* Styles for .alt-button */
.alt-button .button,
.alt-button input.button,
.alt-button input#submit,
.alt-button .ow-button-base a {
  border: 0 !important;
  color: #fff !important;
  background: var(--secundairycolor) !important;
}

.alt-button .button:hover,
.alt-button input.button:hover,
.alt-button input#submit:hover,
.alt-button .ow-button-base:hover a {
  background: var(--maincolor) !important;
}

/* Styles for .lsow-dark-bg */
.lsow-dark-bg .button,
.lsow-dark-bg input.button,
.lsow-dark-bg input#submit,
.lsow-dark-bg .ow-button-base a {
  border: 0 !important;
  color: var(--maincolor) !important;
  background: #fff !important;
}
.lsow-dark-bg .ow-button-base * {
  color: var(--maincolor) !important;
}

.lsow-dark-bg .button:hover,
.lsow-dark-bg input.button:hover,
.lsow-dark-bg input#submit:hover,
.lsow-dark-bg .ow-button-base:hover a {
  background: var(--secundairycolor) !important;
}

#carousel .slidefill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff2b2b+1,ff0100+100&0.8+37,0+72 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 43, 43, 0.8) 1%,
    rgba(255, 28, 27, 0.8) 37%,
    rgba(255, 13, 12, 0) 72%,
    rgba(255, 1, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 43, 43, 0.8) 1%,
    rgba(255, 28, 27, 0.8) 37%,
    rgba(255, 13, 12, 0) 72%,
    rgba(255, 1, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 43, 43, 0.8) 1%,
    rgba(255, 28, 27, 0.8) 37%,
    rgba(255, 13, 12, 0) 72%,
    rgba(255, 1, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff2b2b', endColorstr='#00ff0100',GradientType=1 ); /* IE6-9 */
}

#carousel .caption {
  z-index: 10;
}

#carousel .caption-wrap {
  padding: 15px 30px;
}

/* benzineprijzen table */
.steelBlueCols {
  background-color: #766a5f;
}
.steelBlueCols td {
  border: 5px solid #9e9082;
  padding: 5px 10px;
  min-width: 75px;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
}
.steelBlueCols td:last-child {
  background-color: #000;
  font-size: 0.75rem;
  padding: 7px 10px;
}
/* benzineprijzen table */

/* search form */
.search-form {
  display: flex;
  flex-direction: row;
  width: 100% !important;
}
.search-form .search input[type="submit"],
.widget_search input[type="submit"] {
  height: auto !important;
  width: auto !important;
  padding: 5px 10px;
  background-color: #e53138 !important;
  position: relative !important;
}
/* search form */

/* popup maker */
.popmake.theme-4617 a {
  color: #fff !important;
}
.popmake.theme-4617 {
  -webkit-border-radius: 10px 10px 0px 0px !important;
  -moz-border-radius: 10px 10px 0px 0px !important;
  border-radius: 10px 10px 0px 0px !important;
}
/* popup maker */
/* popup maker */
/*###########################
    HEADERHEADER
############################*/
.mega-website-position-absolute {
  position: absolute !important;
  right: 0 !important;
  top: -50px !important;
}
#navToggle {
  z-index: 1050;
}
#probuSidenav {
  z-index: 1045;
}
#navOverlay {
  z-index: 1040;
}
#hosoil-header {
  z-index: 999;
  position: relative;
  .site-inner {
    z-index: 300;
    position: relative;
  }
  #hosoil-header .wrap {
    padding: 10px 0;
  }
}
.header-widget-area {
  padding: 0;
}

.hosoil-container {
  padding: 0;
  /*background-color:#fff;*/
}
.header-widget-area {
  padding-right: 15px;
} /* weird fix, why */

#header {
  padding-top: 30px !important;
}
#header,
.nav-primary,
.archive_header {
  background: var(--gradient);
  filter: var(--ie-gradient);
}
#mega-menu-wrap-primary {
  background: transparent;
}
#genesis-nav-primary {
  background-color: #fff;
}
.nav-secondary {
  background-color: #fff;
}
#probuSidenav ul.menu {
  margin-bottom: 0;
}

/* Ensure FontAwesome is included */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");

/* Style for the search form within #hosoil-header */
#hosoil-header .search-form {
  display: flex;
  flex-direction: row;
}

/* Style for the search input within #hosoil-header */
#hosoil-header .search-form-input {
  border-radius: 30px 0 0 30px;
  padding: 5px 10px !important;
  border: 0 !important;
  font-size: 14px;
  flex: 1; /* Allow input to grow and fill available space */
}

/* Style for the search button within #hosoil-header */
#hosoil-header .search-form-submit {
  background-color: #fff !important;
  border: 0 !important;
  color: var(--maincolor);
  border-radius: 0 30px 30px 0;
  padding: 5px 10px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px; /* Adjust icon size if needed */
}

#hos_hero {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
#hos_hero .panel-grid-cell {
  position: relative;
  z-index: 11;
}
#hos_hero::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(66, 192, 239);
  background: linear-gradient(
    90deg,
    rgba(66, 192, 239, 1) 0%,
    rgba(122, 198, 126, 0) 50%,
    rgba(175, 203, 17, 1) 100%
  );
  z-index: 10;
  opacity: 0.6;
}
.outline-blue {
  border: 1px solid var(--maincolor);
  padding: 30px 30px 30px 0;
  border-radius: 0 25px 25px 0;
}

.rounded-img,
.rounded-img img {
  border-radius: 15px !important;
  overflow: hidden;
}
/*####    sticky header
############################*/
/*    #hosoil-header {position:fixed;top:0;left:0;right:0;background-color:#fff;}
    
    no sticky on mobile
    @media (min-width: 768px) {
        #hosoil-header {position:relative!important;}
        #push {margin-top:0!important;}
    }*/

/*####    logo header / svg-afbeelding ipv header text
############################*/
.hosoil-header .site-title p {
  font-size: 5px;
  color: rgba(0, 0, 0, 0);
}

.hosoil-header .title-area {
  padding: 0 30px;
}
.hosoil-header .site-title a {
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 10px;
  background: url(../images/hosoil-logo.svg) no-repeat left center;
  background-size: contain;
}

.hosoil-header .site-title {
  position: relative;
  min-height: 80px;
  width: 100%;
  margin-top: 0;
}
.header-image .site-title > a {
  min-height: 80px;
}
@media (max-width: 767.98px) {
  .hosoil-header .title-area {
    background-position: left center !important;
    margin-bottom: 0px;
    margin-top: 0px;
    max-height: 60px;
    display: none;
  }
}

/*####    sticky-header
############################*/
#header-sticky,
#header-sticky .site-header {
  background-color: #fff;
  display: block;
}

#header-sticky::before {
  content: "";
  width: 200vw;
  position: absolute;
  left: 0;
  bottom: 0;
  left: -50vw;
  height: 100px;
  background-color: #fff;
  z-index: -1;

  /* height:200px; */
}
.scroll #header-sticky {
  top: 0;
}

/*####    navbar
############################*/
ul.menu {
  padding: 0;
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  color: #e53138;
}

ul.sub-menu {
  padding-left: 0 !important;
}

#genesis-nav-primary {
  padding: 0;
}
#genesis-nav-primary ul,
.nav-secondary ul {
  margin-left: 0;
  padding-left: 0;
}

.genesis-nav-menu a {
  color: #737373;
  font-weight: bold;
  /* text-transform: uppercase; */
  padding: 25px;
  font-size: 0.95rem;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.genesis-nav-menu li:last-child ul.sub-menu {
  right: 0 !important;
  left: auto !important;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #adadad;
  text-decoration: none;
}

/*navmenu flexbox*/
.genesis-nav-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  justify-content: flex-start;
  /*justify-content: space-between;*/
}

.genesis-nav-menu li.vacatures {
  margin-left: auto;
}

/*####    dropdown menu
############################*/
/*reg nav*/
/*reg nav*/

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu li {
  color: #000;
  padding: 0;
  margin: 0;
  border: 0;
}
.genesis-nav-menu .sub-menu a {
  padding: 15px;
  font-size: 1rem;
}
.genesis-nav-menu .sub-menu a:hover {
  color: #666;
}
.genesis-nav-menu .sub-menu {
  background-color: rgba(255, 255, 255, 0.7);
}

/*####    sidenav
############################*/
/*Kleur van de navbar-hamburger*/
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #000 !important;
}
.scroll .hamburger-inner,
.scroll .hamburger-inner::before,
.scroll .hamburger-inner::after {
  background-color: #000 !important;
}
.is-active .hamburger-inner,
.is-active .hamburger-inner::before,
.is-active .hamburger-inner::after {
  background-color: #fff !important;
}

#navToggle {
  position: fixed !important;
  top: 30px;
  right: 30px;
}
#navToggle.scroll {
  position: fixed !important;
  top: 30px;
}

.sidenav {
  background-color: #333;
}
.sidenav a {
  color: #fff;
}
.sidenav a:hover {
  color: #000;
}
#navOverlay {
  background-color: rgba(0, 0, 0, 0.5);
}

#probuSidenav li.active {
  background-color: rgba(0, 0, 0, 0.1);
}
#probuSidenav li.active a {
  color: #e53138;
}
#probuSidenav li.active ul.sub-menu a {
  color: #fff;
}
#probuSidenav li.active ul.sub-menu a:hover {
  color: #e53138;
}

/*###########################
    CONTENTCONTENT
############################*/
.gradient-1 {
  background: linear-gradient(to right, #42c0ef, #afcb11) !important;
  border-radius: 15px;
}
.gradient-1 * {
  color: #fff;
}
.site-inner {
  padding: 50px 45px !important;
}

.entry,
aside,
.sidebar,
.site-inner {
  background-color: #fff !important;
}

.entry,
aside,
.sidebar {
  background-color: #fff;
  padding: 0;
}
.entry .widget,
.aside .widget,
.sidebar .widget {
  padding: 0;
}

.breadcrumb {
  padding: 0;
  font-size: 0.8rem;
  justify-content: flex-end !important;
  flex-wrap: nowrap;
}

.loggedinonly {
  display: none;
}
.logged-in .loggedinonly {
  display: block;
}
.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
  background-color: #e53138;
}
.entry-title a,
.sidebar .widget-title a {
  color: #8f8f8f;
}

.single .entry-footer {
  display: none;
}

#footer-iconbar .image-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

#footer-iconbar .image-container img {
  max-height: 55px;
  height: auto;
  width: auto;
}
@media only screen and (max-width: 768px) {
  #footer-iconbar .image-container img {
    max-height: 30px;
  }
  #footer-iconbar img {
    max-width: 150px;
    margin: 0 auto;
  }
}

/*###########################
    FOOTERFOOTER
############################*/
.site-footer {
  background-color: var(--maincolor);
}

.site-footer * {
  color: #fff;
  line-height: 1.8 !important;
}

.site-footer .social-media-button-container * {
  color: var(--maincolor) !important;
}

.site-footer h3 {
  font-size: 18px !important;
  font-weight: bold !important;
}
.site-footer .social-media-button-container a {
  padding: 0 5px !important;
}
.site-footer .social-media-button-container a span {
  padding: 0 !important;
}

/* .site-footer, .site-footer div,.site-footer p{
        color:rgba(255,255,255,0.7);
    }
    .site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6 {
        color:#fff;
    }
    .site-footer a{
        color:#fff;
    }
    .site-footer a:hover{
        color:rgba(255,255,255,0.8);
    } */
.site-footer .testimonial-content {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px !important;
  margin-bottom: 15px;
}
.site-footer .testimonials-portrait {
  max-width: 40px;
}
.footer-container {
  padding: 60px 30px 30px 30px;
}
#snelnaar ul {
  list-style-type: none !important;
}
#snelnaar ul li li {
  display: none;
}
#snelnaar a[href$="#"] {
  display: none;
}

.credits {
  font-size: 0.8rem;
  padding-top: 0px;
  padding-bottom: 30px;
}

.postnav {
  padding: 15px;
}
.postnav.right {
  text-align: right !important;
}

@media (max-width: 767.98px) {
  .postnav {
    text-align: center !important;
  }
}

.post-type.product .one-third.first {
  clear: none;
}
#loaded {
  background-color: #555 !important;
  color: #fff !important;
  cursor: no-drop;
}
.button-container {
  width: 100% !important;
  display: block;
  float: left;
}

/*####    back to top
############################ */
.cookies-not-set #toTop {
  bottom: 100px;
}

#toTop {
  z-index: 99999;
}
a.back-to-top {
  color: #fff !important;
  background: #ccc;
}

#top {
  max-height: 0px;
}

/*####    search results
############################*/

#type-page article,
#type-post article,
#type-product article {
  display: none;
}
.post-type.product {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}
.post-type.product article {
  flex: 1 0 30%; /* explanation below */
  margin: 5px;
}

@media (max-width: 991.98px) {
  .post-type.product article {
    flex: 1 0 48%;
  }
}
@media (max-width: 591.98px) {
  .post-type.product article {
    flex: 1 0 100%;
  }
}

/*####    cookie notice
############################*/
#cookie-notice {
  z-index: 99998;
  background: #666 !important;
  padding: 0 15px;
}
#cookie-notice a {
  color: #c6c6c6 !important;
  border-bottom: 1px dotted #c6c6c6;
}
#cookie-notice .button {
  background: #333 !important;
  color: #fff !important;
  padding: 5px 10px !important;
}
@media (max-width: 767.98px) {
  #cookie-notice .cookie-notice-container {
    font-size: 0.7rem !important;
  }
}
@media (max-width: 991.98px) {
  #cookie-notice .cookie-notice-container {
    font-size: 0.8rem;
  }
}

/*###########################
    mobile only
############################*/
@media (max-width: 767.98px) {
  /*Centreer logo op mobiel*/
  .site-header .title-area a {
    margin: 0 50px;
    /*            background: url(../images/logo.png) no-repeat center center;
            background-size:contain!important;*/
  }

  #header .social-media-button-container {
    text-align: center !important;
  }
}

header.site-header {
  padding: 0 !important;
}

/* zoekfunctie*/

.stickycontent .stickycontent {
  position: sticky;
  top: 0;
}

/* masonry overlay text */

.showtitle .so-widget-sow-simple-masonry .so-premium-image-overlay {
  opacity: 0.8 !important;
}
.showtitle
  .so-widget-sow-simple-masonry
  .sow-masonry-grid-item:hover
  .so-premium-image-overlay {
  opacity: 1 !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

header .wrap,
.nav-primary .wrap {
  width: 100% !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 576px) {
  header .wrap,
  .nav-primary .wrap {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  header .wrap,
  .nav-primary .wrap {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  header .wrap,
  .nav-primary .wrap {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  header .wrap,
  .nav-primary .wrap {
    max-width: 1140px !important;
  }
}

@media (min-width: 1400px) {
  header .wrap,
  .nav-primary .wrap {
    max-width: 1320px !important;
  }
}

/* shop archive header */
.category-title {
  color: #fff;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 800 !important;
}
.category-title {
  font-size: 4rem;
}

@media (max-width: 992px) {
  /* Medium screens (e.g., small laptops) */
  .category-title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  /* Tablet and smaller */
  .category-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  /* Mobile devices */
  .category-title {
    font-size: 2rem;
  }
}

.archive_header .container {
  padding: 0 40px;
}

.archive_header img {
  /* mix-blend-mode: multiply */
  max-height: 120px;
}

.archive_header .img-container {
  min-height: 120px;
}
.woocommerce-breadcrumb,
.woocommerce-products-header__title {
  display: none;
}

/* Zorg ervoor dat je de bestaande WooCommerce grid niet verbreekt */

.custom-product-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  text-align: left;
}
.custom-product-price * {
  color: #000;
  font-weight: bold;
}
.custom-product-card:hover {
  transform: scale(1.05);
}

.custom-product-image {
  padding: 20px;
  position: relative;
}
.custom-product-image::before {
  mix-blend-mode: multiply;
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 5px;
  background: rgb(232, 255, 254);
  background: linear-gradient(
    180deg,
    rgba(232, 255, 254, 1) 28%,
    rgba(255, 255, 255, 1) 100%
  );
  pointer-events: none;
}

.custom-product-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.custom-product-details {
  padding: 15px;
}

.custom-product-title {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
  text-decoration: none;
}

.custom-product-title a {
  color: inherit;
  text-decoration: none;
}

.custom-product-price {
  font-size: 16px;
  color: #888;
}

.custom-description-and-icon {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}

.custom-product-short-description {
  font-size: 14px;
  color: #b3b3b3;
  margin: 0;
  flex: 1;
  text-align: left;
}

.custom-add-to-cart-icon * {
  color: #000;
}
.custom-add-to-cart-icon {
  font-size: 16px;
  background-color: #fff;
  padding: 6px;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s;
  margin-left: 10px;
}

.custom-add-to-cart-icon:hover {
  background-color: #005177;
  text-decoration: none;
}
.custom-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Allow full height stretching */
}

ul.products {
  display: flex;
  flex-wrap: wrap;
}

ul.products .entry {
  display: flex;
  flex-direction: column;
}

ul.products .custom-product-card {
  flex: 1; /* Make cards flexible to match the tallest */
}

ul.products .entry .custom-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.center-content-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; /* Ensures the div takes up full height */
  text-align: center; /* Optional: Center-align text inside the div */
}
.overlay-gradient {
  position: relative;
  background: var(--gradient);
  filter: var(--ie-gradient);
}
.overlay-gradient iframe {
  opacity: 0.5;
}

.gradient2 {
  background: rgb(73, 206, 243);
  background: linear-gradient(
    90deg,
    rgba(73, 206, 243, 1) 0%,
    rgba(177, 236, 206, 1) 50%,
    rgba(252, 255, 233, 1) 100%
  );
}

.position-absolute-button {
  position: absolute !important;
  bottom: -15px;
  left: 0;
  right: 0;
  z-index: 999;
}
.overflow-reset .panel-cell-style {
  overflow: visible !important;
}

.overflow-reset .panel-grid-cell {
  position: relative;
}

.gradient_and_bg_image .panel-grid-cell {
  z-index: 2;
}
.gradient_and_bg_image {
  position: relative;
  border-radius: 15px;
  border: 1px solid #000;
}
.gradient_and_bg_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(73, 206, 243);
  background: linear-gradient(
    90deg,
    rgba(73, 206, 243, 1) 0%,
    rgba(177, 236, 206, 1) 50%,
    rgba(252, 255, 233, 1) 100%
  );
  opacity: 0.5;
}

#klantervaringen {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-top: 100px;
  border: 1px solid #ccc;
}
#klantervaringen .testimonials {
  padding: 0;
}
#klantervaringen .testimonial-content {
  padding: 0;
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0) !important;
}
#klantervaringen .testimonials_grid {
  margin: 15px !important;
}
#klantervaringen .testimonials-portrait {
  max-width: 40px !important;
}
