/*
Theme Name: HL-Theme
Theme URI: 
Author: Bicer-IT
Author URI: 
Description: Theme created For HL automotive by Bicer-IT
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hl-theme
Tags: 
*/
font-face {
    font-family: 'Inter';
    src: url('https://www.hlautomotive.com/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
.wp-block-group > ul {
  padding-bottom: 10px;
}
.margh {
  margin-top: -10px;
  padding-bottom: 10px;
}

.woocommerce span.onsale {
  line-height: 20px;
  padding: 5px;
  min-height: 20px;
  background-color: #e24444;
  color: #fff;
  font-size: 12px;
  z-index: 9;
  border-radius: 3%;
  font-weight: 600;
  border-radius: 5px;
  float: right;
  margin-left: 10px;
}

.wc-block-grid__product-onsale {
  background-color: #e24444 !important;
  color: white !important;
  font-size: 10px !important;
}
.reset_variations {
  margin-left: 10px;
  color: #e24444;
}

.re-pr-ha {
  height: 63px;
  font-size: 16px;
}

/* Maak de doorgestreepte oude prijs rood en iets kleiner */
.woocommerce bdi {
  font-size: 18px;
  font-weight: 800;
}
.woocommerce del bdi {
  font-size: 11px;
  font-weight: 400;
}

.woocommerce del {
  width: 100%;
  display: block;
}
.wc-block-components-product-image {
  min-height: 216px;
}

.products-block-post-template li {
  border: #eeeeee solid 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 3px;
}

.wc-block-product-categories-list--has-images {
  display: grid;
  column-gap: 10px;
  row-gap: 5px;
  grid-template-columns: auto auto auto auto;
  padding-left: 0px;
}

.wc-block-product-categories-list--has-images
  .wc-block-product-categories-list-item__image {
  border: none;
  display: inline-block;
  margin: 0px;
  max-width: 75px;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.wc-block-product-categories-list--has-images
  .wc-block-product-categories-list-item {
  clear: both;
  list-style: none outside;
  margin: 0px;
  border: #eeeeee solid 1px;
  padding: 3px;
  border-radius: 5px;
}

.wc-block-product-categories-list-item__name {
  padding-left: 10px;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 11px;
}
.wp-block-button__link img {
  padding-right: 5px;
  margin-bottom: -2px;
}
.footerhtekst {
  font-size: 14px;
}
.vink {
  list-style-type: none; /* Verwijder standaard lijststijl */
  padding: 0; /* Verwijder padding */
}

.vink li {
  position: relative; /* Positionering voor pseudo-element */
  padding-left: 20px; /* Ruimte voor de vinkjes */
  margin-left: -15px;
}

.vink li::before {
  content: ""; /* Gebruik leeg omdat we een SVG gebruiken */
  position: absolute; /* Absoluut positioneren in het li-element */
  left: 0; /* Plaats het aan de linkerkant */
  top: 7px; /* Plaats het aan de bovenkant */
  width: 13px; /* Grootte van het vinkje */
  height: 13px; /* Hoogte van het vinkje */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="green" viewBox="0 0 16 16"><path d="M13.485 1.343a1 1 0 0 1 1.414 0l1.1 1.1a1 1 0 0 1 0 1.414l-10.9 10.9a1 1 0 0 1-1.414 0l-5.9-5.9a1 1 0 0 1 0-1.414l1.1-1.1a1 1 0 0 1 1.414 0l4.9 4.9 9.9-9.9z"/></svg>');
  background-size: cover;
}

.cargen {
  width: 26%;
  float: left;
  position: relative;
  padding: 20px;
  border: solid 1px #f3f3f3;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.cargen  img{
  width: 100%;
}

.cargen  a{
	display:block;
  width: 100%;
  text-align: center;
  list-style: none;
  padding-left: 0px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #0237cd;
}

.genwrap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  gap: 10px;
}

.child-pages-list {
  list-style: none;
  padding-left: 0px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
  border: solid 1px #efefef;
}


.prijscont:has(del) {
    margin-top: -20px;
}


@media only screen and (max-width: 475px) {
  .cargen {
    width: 45%;
  }

  .wc-block-components-product-image {
    min-height: 176px;
  }
  .wc-block-product-categories-list--has-images {
    grid-template-columns: auto auto;
  }
  .wc-block-product-categories-list-item__name {
    margin-left: 5px;
    font-size: 11px;
  }
  .right:hover {
    .item {
      left: 5%;
    }
    img {
      margin-left: 0px;
      filter: contrast(200%);
    }
  }

  .mmmenu {
    display: none;
  }
  .mmbalk {
    height: 10px;
  }
  .navmob {
    display: ;
  }

  .cato-wrap {
    display: block !important;
  }

  .footer-info {
    padding-left: 0px !important;
    border: none;
  }

  .cato-item {
    position: relative;
    float: left;
    width: 40%;
    margin-left: 5px;
    border: solid 1px #f7f7f7;
  }

  .cato-item p {
    padding-bottom: 10px;
  }
  .my-unique-plugin-wrapper-classb .reviews-head-link {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
  }
  .wc-block-product-categories-list--has-images
    .wc-block-product-categories-list-item__image {
    margin: 0px;
    max-width: 100%;
    min-height: 179px;
  }
  .wc-block-product-categories-list-item__name {
    padding: 3px;
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    margin-left: 0px;
    color: #0237cd;
  }
  .cargen {
    padding: 3px;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-left: 0px;

  }
  .genwrap {
    justify-content: center;
  }
}
.bestelknop a {
    display: inline-block;
    background-color: #20d35d;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    float: right;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.bestelknop a:hover {
    background-color: #18b84c; /* Donkerder groen bij hover */
    transform: scale(1.05); /* Licht vergroten bij hover */
}


@media only screen and (min-width: 475px) {
  .navmob {
    display: none;
  }
}

.wp-block-woocommerce-customer-account a {
	padding:0px !important;
}
.whatsapp-float {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1000;
    border-radius: 50%;

}
.whatsapp-float img {
    width: 50px;
    height: 50px;
	 transform: scaleX(-1);
}
.video-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.woocommerce-Tabs-panel iframe {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  width: 100%;
}

