/*
Theme Name: Sinergio
Author: Sinergio
Author URI: https://www.sinergio.be/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ======================================
        VARIABELE
====================================== */
/* ======================================
        INCLUDES FUNCTIES
====================================== */
/* ======================================
        ALGEMEEN
====================================== */
.free-shipping-notice {
  background: #eaf4ff !important;
  border-left: 4px solid #2271b1;
  border-top: none !important;
  padding: 12px 16px !important;
  margin-bottom: 15px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: #1d2327 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.free-shipping-notice::before {
  display: none !important;
}
.free-shipping-notice strong {
  color: #2271b1;
  font-weight: 700;
  font-size: 15px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-order {
  display: none !important;
}
.selection .select2-selection {
  height: 53px !important;
  background-color: #f9fafa !important;
  border: none !important;
}
.selection .select2-selection__rendered {
  padding: 0px 15px !important;
  height: 53px !important;
  display: flex !important;
  align-items: center !important;
}
.selection .select2-selection__arrow {
  height: 53px !important;
  top: 0px !important;
}
.select2-dropdown {
  margin-top: 10px !important;
  border: 1px solid #e8e8e8 !important;
  background: white !important;
  box-shadow: 0 5px 10px #f1f1f1 !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}
.select2-search__field {
  border-radius: 3px !important;
  background: #f9fafa !important;
  border: 1px solid #e8e8e8 !important;
  padding: 10px 15px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #009fc1 !important;
  color: white !important;
}
.account-button {
  background: #009fc1;
  border-radius: 100px;
  color: white;
  padding: 13px 20px;
  font-weight: 400;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.account-button:focus, .account-button:active {
  color: white;
}
.account-button i::before {
  font-size: 15px;
}
.account-button i {
  margin-left: 5px;
}
.account-button:hover {
  background: #0B849E;
  color: white;
}
input[name="ext_username"], input[name="ext_password"] {
  border: 1px solid #c9c9c9;
  padding: 7px 10px;
  border-radius: 5px;
  width: 100%;
  color: black;
}
.login-form button {
  background: #009fc1;
  border: none;
  padding: 10px 25px;
  color: white;
  border-radius: 100px;
  font-weight: bold;
}
.login-form .no-member-yet {
  font-size: 14px;
  color: #ababab;
}
.login-form .no-member-yet a {
  color: #009fc1;
  text-decoration: none;
}
.product-login-button {
  background: #009fc1 !important;
  border: none !important;
  padding: 10px 25px !important;
  color: white !important;
  border-radius: 100px !important;
  font-weight: bold !important;
}
.all-product-tags-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 blokjes per rij */
  margin: 10px 0;
  gap: 20px;
  /* ruimte tussen blokjes */
}
/* Tablet: 2 per rij */
@media (max-width: 1024px) {
  .all-product-tags-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Mobiel: 1 per rij */
@media (max-width: 768px) {
  .all-product-tags-blocks {
    grid-template-columns: 1fr;
  }
}
.all-product-tags-blocks .product-tag-block {
  display: inline-block;
  padding: 30px 20px;
  background-color: #009FC1;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s ease;
}
.all-product-tags-blocks .product-tag-block:hover {
  background-color: #0B849E;
}
/* ======================================
        EXTRA
====================================== */
a, input, textarea, select, button {
  outline: 0;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
/* ======================================
        IMPORTS
====================================== */
/* ======================================
        HEADER
====================================== */
/* ======================================
        LOGO
====================================== */
/* ======================================
        NAVIGATIE
====================================== */
/* ======================================
        OVERZICHT
====================================== */
/* ======================================
        INDIVIDUEEL
====================================== */
/* ======================================
        WINKELMAND
====================================== */
/* ======================================
        AFREKENEN
====================================== */
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
  margin-bottom: 15px !important;
}
/* ======================================
        THANK YOU
====================================== */
.forminator-module-edit-link {
  display: none !important;
}
.cmplz-blocked-content-container {
  position: relative;
}
.cmplz-blocked-content-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.forminator-g-recaptcha.cmplz-placeholder-element {
  background: none !important;
}
.forminator-g-recaptcha.cmplz-blocked-content-container {
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.forminator-g-recaptcha.cmplz-blocked-content-container::after {
  display: none !important;
}
.cmplz-blocked-content-notice {
  border-radius: 10px !important;
  border: none !important;
  padding: 15px !important;
  color: white !important;
  background: #302f3e !important;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4) !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cmplz-blocked-content-notice:hover {
  background: #434159 !important;
}
input.forminator-input, textarea.forminator-textarea {
  background: #e8e8e8 !important;
  border-radius: 5px !important;
  border: 1px solid #5a5a5a !important;
}
span.select2-selection {
  background: #e8e8e8 !important;
  border-radius: 5px !important;
  border: 1px solid #5a5a5a !important;
  height: 42.8px !important;
}
.forminator-select-dropdown {
  background: #2a4e42 !important;
  border-radius: 5px !important;
  border: 1px solid #5a5a5a !important;
}
.forminator-label {
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: black !important;
}
.forminator-button-submit {
  background: #F21D2F !important;
  color: white !important;
  padding: 10px 15px !important;
  border-radius: 5px !important;
  font-weight: bold !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.forminator-button-submit:hover {
  background: #c31b29 !important;
}
.forminator-error-message {
  padding: 0 !important;
  font-size: 14px !important;
}
.forminator-select-dropdown {
  background: #e8e8e8 !important;
  border: 1px solid #5a5a5a !important;
}
#ui-datepicker-div {
  background: #e8e8e8 !important;
}
/* ======================================
        FOOTER
====================================== */
/* ======================================
        SINERGIO
====================================== */
.sinergio img {
  height: 30px;
  width: auto;
}
/* ======================================
        RESPONSIVE
====================================== */
/*  BIG SCREEN  */
/*  MID SCREEN  */
/*  SMALL SCREEN  */
/*  TABLET  */
/*  SMARTPHONE  */
/*  EXTRA  */
/* ======================================
        NUTTIGE FUNCTIES
========================================= 

@include transition; -> Transitie functie ophalen
@include transition_easyload; -> Transitie easyload functie ophalen
@include displayflex; -> Display Flex

========================================= */
