/*
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
====================================== */
.wpml-ls-item-es, .wpml-ls-item-de {
  display: none !important;
}
body {
  background-image: url("https://betontrowel.abako.be/wp-content/uploads/2024/12/pikaso_edit.jpg");
  background-size: cover;
}
.df-ui .df-ui-page {
  display: none !important;
}
.view-video, .view-document {
  background: #2F9EE0;
  border-radius: 100px;
  width: 100%;
  display: block;
  text-align: center;
  color: white !important;
  padding: 10px 15px;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.view-video:hover, .view-document:hover {
  opacity: 0.7;
}
.pswp__caption__center {
  text-align: center !important;
  font-size: 26px !important;
  font-weight: bold !important;
  color: #222 !important;
  background: white !important;
  margin-top: 5px !important;
  border-radius: 5px !important;
}
div.dgwt-wcas-search-wrapp {
  margin-right: 15px;
}
a.dgwt-wcas-search-icon {
  width: 35px;
  height: 35px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
a.dgwt-wcas-search-icon svg {
  top: -2px;
  position: relative;
}
.woocommerce-product-gallery__wrapper {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.product-description td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}
.product-description tr:nth-child(even) {
  background-color: #f2f2f2;
}
.product-description th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #124F72;
  color: white;
}
.subcategories img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.subcategories li.product, li.product-category {
  background: #EBF0F3;
  padding: 15px !important;
}
.subcategories li.product img, li.product-category img {
  aspect-ratio: 1;
  object-fit: cover;
}
.subcategories li.product h2, li.product-category h2 {
  font-size: 18px !important;
}
.subcategories .category-btn, li.product-category .category-btn {
  background: none;
  border: 2px solid #2F9EE0;
  color: #2F9EE0;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 100px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.subcategories .category-btn:hover, li.product-category .category-btn:hover {
  color: white;
  background: #2F9EE0;
}
.home-products img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.home-products li.product {
  background: white;
  border: 1px solid #DBDBDB;
  padding: 15px !important;
}
.home-products a.button {
  background: none;
  border: 2px solid #2F9EE0;
  color: #2F9EE0;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 100px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.home-products a.button:hover {
  color: white;
  background: #2F9EE0;
}
form.forminator-ui input, form.forminator-ui textarea {
  padding: 15px !important;
  background: rgba(18, 79, 114, 0.2);
  border: 1px solid #124F72 !important;
  color: #124F72;
}
form.forminator-ui input::placeholder, form.forminator-ui textarea::placeholder {
  color: #124F72;
}
.forminator-button-submit {
  background: #2F9EE0;
  padding: 11px 15px;
  box-shadow: none !important;
  font-weight: bold !important;
  color: white;
  border-radius: 100px !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.forminator-button-submit:hover {
  background: #124F72;
}
span.forminator-error-message {
  display: none !important;
}
/* ======================================
        EXTRA
====================================== */
a, input, textarea, select, button {
  outline: 0;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-product-related .related.products h2 {
  font-family: "BetonTrowel", "Bebas Neue", Sans-serif !important;
  text-transform: uppercase;
  font-size: 20px !important;
}
.subcategories li.product h2, li.product-category h2.woocommerce-loop-category__title, h2.woocommerce-loop-product__title {
  font-family: "BetonTrowel", "Bebas Neue", Sans-serif !important;
  text-transform: uppercase;
  font-size: 14px !important;
}
.subcategories li.product h2 mark.count, li.product-category h2.woocommerce-loop-category__title mark.count, h2.woocommerce-loop-product__title mark.count {
  display: none !important;
}
a.specification-button {
  padding: 12px 24px;
  background: #009EE0;
  color: white;
  text-decoration: none;
  border-radius: 200px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.specification-button:hover {
  background: #124F72;
}
.specification-sheet-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 15px 0;
}
.specification-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #f9f9f9;
  transition: box-shadow 0.2s ease-in-out;
}
.specification-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.specification-file-name {
  font-size: 15px;
  font-weight: 600;
  color: #124F72;
  flex-grow: 1;
}
/* Knop */
.specification-button {
  display: inline-block;
  padding: 8px 14px;
  background-color: #009EE0;
  color: #fff !important;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background-color 0.25s ease;
  white-space: nowrap;
}
.specification-button:hover {
  background-color: #007bb0;
}
/* ======================================
        IMPORTS
====================================== */
/* ======================================
        HEADER
====================================== */
/* ======================================
        LOGO
====================================== */
/* ======================================
        NAVIGATIE
====================================== */
/* ======================================
        OVERZICHT
====================================== */
/* ======================================
        INDIVIDUEEL
====================================== */
/* ======================================
        WINKELMAND
====================================== */
/* ======================================
        AFREKENEN
====================================== */
/* ======================================
        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;
}
/* ======================================
        FOOTER
====================================== */
/* ======================================
        SINERGIO
====================================== */
.sinergio img {
  height: 30px;
  width: auto;
}
/* ======================================
        RESPONSIVE
====================================== */
/*  BIG SCREEN  */
/*  MID SCREEN  */
/*  SMALL SCREEN  */
/*  TABLET  */
/*  SMARTPHONE  */
@media screen and (max-width: 768px) {
  body {
    background: white;
  }
}
/*  EXTRA  */
/* ======================================
        NUTTIGE FUNCTIES
========================================= 

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

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