/*********************************************/
/*  theme.css		          			 		         */
/*-------------------------------------------*/
/*           This file is part of:           */
/*                 2ShineBS5                 */
/*            https://2shine.org/            */
/*-------------------------------------------*/
/*  Here you can override Bootstrap          */
/*  specific variables so they fit           */
/*  your needs.                              */
/*********************************************/

/* A list of all accessable variables can be found here */
/* https://getbootstrap.com/docs/5.3/customize/css-variables/#root-variables */

/* If the variables above don't fullfill your needs, use the docs */
/* https://getbootstrap.com/docs/5.3/customize/css-variables/#component-variables */

:root,
[data-bs-theme="default-theme"] {
  /* BS Main Colors */
  --bs-primary: #0092c8;
  --bs-secondary: #312b2c;
  --bs-tertiary: #f03338;
  --bs-white: #ffffff;
  --bs-black: #000000; 

  /* Background Color for the backmost level */
  --theme-backdrop-bg: #E5E5E5;

  /* Default Background-Color and Color */
  --bs-body-bg: #f0f0f0;
  --bs-body-color: #555;
  
  /* Theme Classes */
  --theme-page-main-bg: var(--bs-body-bg);
  --theme-breadcrumb-bg: var(--theme-page-main-bg);
  --theme-footer-bg: #231f20;
  --theme-nav-bg: var(--bs-primary);
 
  /* Override Link-Colors */
  --bs-nav-link-color: var(--bs-white);
  --bs-link-color: var(--bs-primary);
  --bs-link-hover-color: var(--bs-body-color);

  /* Font Setting */
  --theme-font: system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --theme-font-headlines: var(--theme-font);
  --bs-body-font-family: var(--theme-font);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-h1-font-size: 2.5rem;
 
  /* Border Radius  */
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;

  /* Shadows */
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

  .breadcrumb {
    --bs-breadcrumb-font-size: 14px;
  }
  
  /* Main Button-Colors */
  .btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: color-mix(in srgb, var(--bs-primary) 15%, #000);
    --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-primary) 15%, #000);
    
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: color-mix(in srgb, var(--bs-primary) 15%, #000);
    --bs-btn-active-border-color: color-mix(in srgb, var(--bs-primary) 15%, #000);
    
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);    
  }

   [data-bs-theme="default-theme"] .btn-primary {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    }

  .btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: var(--bs-white);
    --bs-btn-border-color: var(--bs-primary);
    
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);

    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);

    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
  }  

  .btn-secondary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);

    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: color-mix(in srgb, var(--bs-secondary) 15%, #000);
    --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-secondary) 15%, #000);
    
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: color-mix(in srgb, var(--bs-secondary) 15%, #000);
    --bs-btn-active-border-color: color-mix(in srgb, var(--bs-secondary) 15%, #000);
    
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);    
  }

  .btn-outline-secondary {
    --bs-btn-color: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-secondary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-secondary);
    --bs-gradient: none;
  }

  .footer {
    --bs-link-color: var(--bs-white);
    --bs-link-hover-color: var(--bs-body-color);
  }
    

  [data-bs-theme="default-theme"] .navbar {
  --bs-navbar-color: var(--bs-white);
  --bs-navbar-hover-color: var(--bs-primary);
  --bs-navbar-active-color: var(--bs-primary);
}

[data-bs-theme="default-theme"] .navbar-nav {
  --bs-nav-link-color: var(--bs-white);
  --bs-nav-link-hover-color: var(--bs-primary);
}


  .table {
    --bs-table-bg: var(--bs-white);    
  }  

  .nbs-ajaxfilter .h2-headline{
        font-weight: bold;
    background: #0092c8;
    color: white;
    padding: 10px;
  }

@media (max-width: 991.98px) {
  #theme-page-header .HeaderPane {
    background-color: #f0f0f0 !important;
  }

  #theme-page-header #theme-page-navigation {
    background-color: transparent !important;
    border: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  #theme-page-header #theme-page-navigation .container-xxl,
  #theme-page-header #theme-page-navigation .row,
  #theme-page-header #theme-page-navigation .col-12 {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
  }

  .webshop-wrapper {
    display: none;
  }

  .mobile-header-row {
    --bs-gutter-x: 0;
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    column-gap: 6px;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 12px;
  }

  .mobile-header-row [id$="HeaderSearchPane"] {
    width: 100%;
  }

  .mobile-header-row > [class*="col"] {
    padding-left: 0;
    padding-right: 0;
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }

  .mobile-menu-col {
    margin-left: 2px;
    flex: 0 0 auto;
  }

  .mobile-search-col {
    min-width: 0;
    overflow: hidden;
    max-width: 100%;
  }

  .mobile-search-col input,
  .mobile-search-col .form-control,
  .mobile-search-col .input-group {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  [id$="HeaderSearchPane"] .nbssearch,
  [id$="HeaderSearchPane"] .nbssearchfield,
  [id$="HeaderSearchPane"] .nbssearchinput {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  [id$="HeaderSearchPane"] input[id*="searchtext"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .mobile-menu-toggle {
    border-radius: 30px !important;
    height: 44px;
    width: 44px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu-toggle .fa {
    font-size: 18px;
  }

  .mobile-search-col .form-control,
  .mobile-search-col input[type="search"],
  .mobile-search-col input[type="text"] {
    border-radius: 30px !important;
    height: 44px;
    padding-left: 1rem;
    padding-right: 3rem;
  }

  .mobile-search-col .btn,
  .mobile-search-col button {
    border-radius: 30px !important;
  }

  .mobile-search-col .input-group .btn,
  .mobile-search-col .input-group button {
    height: 44px;
    width: 44px;
    padding: 0;
  }

  .mobile-search-col .input-group .btn .fa,
  .mobile-search-col .input-group button .fa {
    font-size: 18px;
  }

  .mobile-header-row [id$="HeaderRightPane"] {
    display: flex;
    align-items: center;
  }

  [id$="HeaderRightPane"] .mini-cart-items,
  [id$="HeaderRightPane"] a.mini-cart-items,
  [id$="HeaderRightPane"] .minicarticon > i {
    border-radius: 30px !important;
  }

  [id$="HeaderRightPane"] a.mini-cart-items {
    height: 44px;
    min-width: 44px;
    width: 44px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  [id$="HeaderRightPane"] a.mini-cart-items i {
    margin: 0;
    font-size: 18px;
  }

  [id$="HeaderRightPane"] a.mini-cart-items span {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 10px;
    line-height: 1;
    background: #fff;
    color: #000;
    border-radius: 999px;
    padding: 1px 4px;
  }

  [id$="HeaderRightPane"] .minicarticon > i {
    height: 44px;
    width: 44px !important;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .offcanvas-header .btn {
    border-radius: 999px;
  }

  .dropdown-assortment {
    margin-top: 0;
  }

  .dropdown-assortment .dropdown-item.level1 {
    padding-left: 1.5rem;
  }

  .dropdown-assortment .dropdown-item.level2 {
    padding-left: 2rem;
  }

  .dropdown-assortment .dropdown-item.level3 {
    padding-left: 2.5rem;
  }

  .offcanvas .mobile-menu-section {
    margin-bottom: 1rem;
  }

  .offcanvas .mobile-menu-assortment {
    margin-bottom: 0;
  }

}

.footer-ceesboer .container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.webshop-wrapper {
  position: relative;
  display: inline-block;
}

.open-webshop-btn {
  background-color: #0092c8;
  color: #ffffff;
  border: 1px solid #0092c8;
  border-radius: 8px;
}

.open-webshop-btn:hover {
  background-color: #0081b0;
  border-color: #0081b0;
  color: #ffffff;
}

.open-webshop-btn.active {
  background-color: #ffffff;
  color: #333333;
  border-color: #cccccc;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.webshop-dropdown {
  top: 100%;
  left: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  min-width: 100%;
}
