/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

#plg_system_eprivacy_alert {
  background-color: #F3EEE6 !important;
  border-color: #CDBDA8 !important;
  color: #13294B !important;
}
#plg_system_eprivacy_details {
  display: none !important;
}
#plg_system_eprivacy_alert {
  border: 4px solid #9E5A5A !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24) !important;
}
#plg_system_eprivacy_modal .modal-content {
  background-color: #F3EEE6 !important;
  border: 2px solid #9E5A5A !important;
  color: #13294B !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28) !important;
}
#plg_system_eprivacy_modal .modal-header, #plg_system_eprivacy_modal .modal-footer {
  background-color: #F3EEE6 !important;
}
#plg_system_eprivacy_modal .modal-title {
  color: #17366A !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
}
.hikashop_cart_input_button, .hikashop_add_to_cart_button, .hikabtn.hikacart {
  background: #6f604f !important;
  border-color: #6f604f !important;
  color: #ffffff !important;
  border-radius: 2px !important;
  padding: 10px 18px !important;
}
.hikashop_cart_input_button:hover, .hikashop_add_to_cart_button:hover, .hikabtn.hikacart:hover {
  background: #51463a !important;
  border-color: #51463a !important;
}
/* HikaShop checkout - teksten beter leesbaar */
#hikashop_checkout_login, #hikashop_checkout_registration, .hikashop_checkout_page {
  color: #222 !important;
}
#hikashop_checkout_login label, #hikashop_checkout_registration label, .hikashop_checkout_page label {
  color: #222 !important;
}
/* Links zoals wachtwoord / gebruikersnaam vergeten */
#hikashop_checkout_login a, #hikashop_checkout_registration a, .hikashop_checkout_page a {
  color: #4a3a2c !important;
  font-weight: 500;
}
#hikashop_checkout_login a:hover, #hikashop_checkout_registration a:hover, .hikashop_checkout_page a:hover {
  color: #222 !important;
}
/* ==================================================
   HIKASHOP CHECKOUT - AMERPRODUCTIES
   ================================================== */
/* Algemene tekst */
.hikashop_checkout_page {
  color: #222 !important;
}
/* Labels */
.hikashop_checkout_page label {
  color: #222 !important;
  font-weight: 500;
}
/* Invoervelden */
.hikashop_checkout_page input[type="text"], .hikashop_checkout_page input[type="email"], .hikashop_checkout_page input[type="password"], .hikashop_checkout_page input[type="tel"], .hikashop_checkout_page select, .hikashop_checkout_page textarea {
  background: #f7f3ed !important;
  color: #222 !important;
  border: 1px solid #8b7a67 !important;
  border-radius: 3px !important;
  padding: 9px 12px !important;
}
/* Actief invoerveld */
.hikashop_checkout_page input:focus, .hikashop_checkout_page select:focus, .hikashop_checkout_page textarea:focus {
  border-color: #5f5143 !important;
  outline: none !important;
  box-shadow: 0 0 0 1px #5f5143 !important;
}
/* Links */
.hikashop_checkout_page a {
  color: #4a3a2c !important;
}
.hikashop_checkout_page a:hover {
  color: #222 !important;
}
/* Alle belangrijke HikaShop-knoppen */
.hikashop_checkout_page .btn, .hikashop_checkout_page .hikabtn, .hikashop_checkout_page .btn-success, .hikashop_checkout_page .btn-primary, .hikashop_checkout_page button, .hikashop_checkout_page input[type="submit"] {
  background: #6f604f !important;
  border-color: #6f604f !important;
  color: #fff !important;
  border-radius: 3px !important;
}
/* Hover knoppen */
.hikashop_checkout_page .btn:hover, .hikashop_checkout_page .hikabtn:hover, .hikashop_checkout_page .btn-success:hover, .hikashop_checkout_page .btn-primary:hover, .hikashop_checkout_page button:hover, .hikashop_checkout_page input[type="submit"]:hover {
  background: #51463a !important;
  border-color: #51463a !important;
  color: #fff !important;
}
/* Minder ruimte tussen formuliervelden */
.hikashop_checkout_page .control-group, .hikashop_checkout_page .hikashop_checkout_field {
  margin-bottom: 10px !important;
}
/* Witte blokken bij betaal- en verzendmethode iets zachter */
.hikashop_checkout_page .hikashop_checkout_shipping, .hikashop_checkout_page .hikashop_checkout_payment {
  background: #f7f3ed !important;
  border-radius: 3px;
}
/* Checkout iets compacter */
.hikashop_checkout_page {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
/* HikaShop winkelwagen - totaal beter leesbaar */
.hikashop_cart_module_product_total_title, .hikashop_cart_module_product_total_value, .hikashop_cart_module .hikashop_product_price, .hikashop_cart_module .hikashop_product_price_full {
  color: #222 !important;
  font-weight: 600 !important;
}
.hikashop_cart_module_product_total_title, .hikashop_cart_module_product_total_value {
  font-size: 17px !important;
}
/* HikaShop bedankmelding na bestelling */
.alert.alert-info, .alert.alert-success, .hikashop_messages .alert {
  background: #f7f3ed !important;
  border: 1px solid #8b7a67 !important;
  color: #2b2723 !important;
  border-radius: 3px !important;
  padding: 16px 20px !important;
  box-shadow: none !important;
}
/* Link "hier bekijken" */
.alert.alert-info a, .alert.alert-success a, .hikashop_messages .alert a {
  color: #6f604f !important;
  font-weight: 600 !important;
  text-decoration: underline;
}
/* Sluitkruisje */
.alert .close, .alert .btn-close {
  color: #51463a !important;
  opacity: 0.8 !important;
}
/* Bedankmelding HikaShop */
.alert.alert-info, .hikashop_messages .alert, .hikashop_success {
  background: #f7f3ed !important;
  border: 1px solid #8b7a67 !important;
  color: #2b2723 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  padding: 16px 20px !important;
}
/* Link in de melding */
.alert.alert-info a, .hikashop_messages .alert a, .hikashop_success a {
  color: #6f604f !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}
/* Sluitkruisje */
.alert.alert-info .close, .alert.alert-info .btn-close, .hikashop_messages .close, .hikashop_messages .btn-close {
  color: #51463a !important;
  opacity: 0.8 !important;
}
/* Bedankmelding na HikaShop-bestelling */
joomla-alert[type="info"] {
  --jui-alert-info-color: #2b2723 !important;
  --jui-alert-info-background-color: #f7f3ed !important;
  --jui-alert-info-border-color: #8b7a67 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}
/* Tekst */
joomla-alert[type="info"] .alert-message {
  color: #2b2723 !important;
}
/* Link "hier bekijken" */
joomla-alert[type="info"] .alert-message a {
  color: #6f604f !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}
/* Sluitkruisje */
joomla-alert[type="info"] .joomla-alert--close {
  color: #51463a !important;
  opacity: 0.8 !important;
}
/* HikaShop reclame/footer verbergen */
.hikashop_footer {
  display: none !important;
}
.schilderij-acties {
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 14px 16px;
  margin-top: 12px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.schilderij-acties > div {
  flex: 1 1 240px;
}
.schilderij-acties strong {
  color: #fff;
  font-size: 16px;
}
.schilderij-actieknop {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 14px;
  background: #6f604f;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 3px;
}
.schilderij-actieknop:hover {
  background: #51463a;
}
.winkel-intro {
  max-width: 900px;
  margin: 0 auto 28px auto;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}
.winkel-intro h1 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}
.winkel-intro p {
  margin: 0 0 12px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
}
.winkel-intro p:last-child {
  margin-bottom: 0;
}
.winkel-intro .winkel-keuze {
  font-weight: 500;
}
.winkel-intro {
  max-width: 950px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.hikashop_cart_module_product_total_title {
  color: #222222 !important;
}
/* Totaal in mini-winkelwagen duidelijk leesbaar */
.hikashop_small_cart_total_title {
  color: #222222 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
/* Ook voorkomen dat de linkkleur het totaal weer overschrijft */
.hikashop_small_cart_checkout_link .hikashop_small_cart_total_title {
  color: #222222 !important;
}
/* Productoverzicht schilderijen */
/* Volgorde: afbeelding - titel - prijs */
.hikashop_listing_img_title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
/* Afbeelding bovenaan */
.hikashop_listing_img_title .hikashop_product_image {
  order: 1;
}
/* Titel onder de afbeelding */
.hikashop_listing_img_title .hikashop_product_name {
  order: 2;
  margin-top: 8px !important;
  margin-bottom: 4px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center !important;
}
/* Titel donker en duidelijk */
.hikashop_listing_img_title .hikashop_product_name a {
  color: #2b2723 !important;
  text-decoration: none !important;
}
.hikashop_listing_img_title .hikashop_product_name a:hover {
  color: #6f604f !important;
}
/* Prijs onder de titel */
.hikashop_listing_img_title .hikashop_product_price_full {
  order: 3;
  color: #222222 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-align: center !important;
}
/* 'stuk' verbergen */
.hikashop_listing_img_title .hikashop_product_price_per_unit {
  display: none !important;
}
/* Winkel-intro alleen tonen op de hoofdpagina Winkel */
/* Verbergen zodra HikaShop producten toont */
body:has(.hikashop_products_listing) .winkel-intro {
  display: none !important;
}
/* Ook verbergen op een afzonderlijke productpagina */
body.view-product .winkel-intro {
  display: none !important;
}
img[src*="Boeken%20banner%202.png"], img[src*="schilderijen%20banner%202.png"], img[src*="Projecten%20banner.png"] {
  transition: transform 0.25s ease;
}
img[src*="Boeken%20banner%202.png"]:hover, img[src*="schilderijen%20banner%202.png"]:hover, img[src*="Projecten%20banner.png"]:hover {
  transform: scale(1.05);
  position: relative;
  z-index: 10;
}
/* Productoverzicht */
.hikashop_products_listing .hikashop_product_price::before {
  content: "Vanaf ";
}
/*# sourceMappingURL=custom_18.css.map */