.elementor-kit-7{--e-global-color-primary:#1C1D1D;--e-global-color-secondary:#FBC411;--e-global-color-text:#1C1D1D;--e-global-color-accent:#FBC411;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* basis css */

html,
body {
  width:100%;
  overflow-x:hidden;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background-color: black;
    font-weight: 400;
    font-family: 'Lato';
}

.site-main {
        max-width: 1140px;
        padding-top: 2%;
    }
    
    .alignwide {
        margin: 0;
    }
    
    /* arrows white */
    .jet-listing-grid__slider-icon.prev-arrow {
    left: -5%;
    right: auto;
    content: url(https://collectableworldevents.previewvanwebsite.nl/wp-content/uploads/2025/05/Group-39.svg);
    transform: rotate(180deg)
}

    .jet-listing-grid__slider-icon.next-arrow {
    left: -5%;
    right: auto;
    content: url(https://collectableworldevents.previewvanwebsite.nl/wp-content/uploads/2025/05/Group-39.svg);
    transform: rotate(0deg) !important
   
}

/* arrows hover orange */

    .jet-listing-grid__slider-icon.prev-arrow:hover {
    left: -5%;
    right: auto;
    content: url(https://collectableworldevents.previewvanwebsite.nl/wp-content/uploads/2025/05/Group-40-1.svg) !important;
    transform: rotate(0deg)
}

    .jet-listing-grid__slider-icon.next-arrow:hover {
    left: -5%;
    right: auto;
    content: url(https://collectableworldevents.previewvanwebsite.nl/wp-content/uploads/2025/05/Group-40-1.svg) !important;
    transform: rotate(180deg) !important
   
}

/* verwijderd de woocommerce notificatie bij een add to cart*/
.woocommerce-notices-wrapper {
   display: none;
}



/* notice woocommerce */

.added-notice {
  position: fixed;
  bottom: 30px;
  left: 30px;              /* 👈 verplaatst naar links */
  background: #27ae60;
  color: #fff;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  display: none;
  z-index: 9999;
  font-family: sans-serif;
  animation: fadeIn 0.3s ease;
}/* End custom CSS */