/* ===========================================
   BARETTEN-SHOP.NL
   Site-specifieke CSS
   =========================================== */
/* ===========================================
   NOORLOOS-SE.COM (HOOFDSITE)
   Site-specifieke CSS
   
   LET OP: Dit bestand wordt NAAST base.css geladen
   en bevat alleen site-specifieke overrides.
   =========================================== */

/* -----------------------------------------
   CSS Variables Override
   ----------------------------------------- */
:root {
    --primary-color: #2F271D;
    --text-color: #2F271D;
    --link-color: #2F271D;
    --menu-bg: #2F271D;
    --menu-text: #FFFFFF;
    --site-width: 1140px;
}

/* -----------------------------------------
   Body & Background
   ----------------------------------------- */
body {
    background-color: #FFFFFF;
}

/* -----------------------------------------
   Main Layout - Noorloos Specifiek
   ----------------------------------------- */
.mainBody {
    width: 1140px;
    box-shadow: 0px 0px 16px 12px rgb(223 223 223);
    z-index: 0;
}

.mainPane {
    width: 1140px;
}

/* -----------------------------------------
   Header - Met achtergrondafbeelding
   ----------------------------------------- */
.headerPane {
    width: 1140px;
    height: 220px;
    background-image: url(../images-sites/baretten-shop/header_baretten_shop.jpg);
    background-repeat: no-repeat;
}

.languagePane {
    width: 1140px;
    height: 185px;
    float: left;
    text-align: right;
    margin: 10px 0 0 0;
    padding: 0;
}

/* -----------------------------------------
   Header Menu
   ----------------------------------------- */
.headerMenuPane {
    text-align: center;
    width: 1140px;
    height: 25px;
    float: left;
    margin: 0px;
    padding: 0;
    background-color: #2F271D;
}

.headerMenuPane td {
    font-size: 10px;
    color: #FFFFFF;
}

.headerMenuPane a {
    font-family: 'Stencil Std', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

.headerMenuPane a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.headerMenuPane .active {
    text-decoration: underline;
    color: #FFFFFF;
}

/* -----------------------------------------
   MenuPane
   ----------------------------------------- */
.menuPane {
    width: 1140px;
    height: 37px;
    float: left;
    color: #FFFFFF;
    text-align: left;
    margin: 86px 0 0 36px;
    padding: 6px 0 0 0;
}

/* -----------------------------------------
   Menu Links (Sidebar)
   ----------------------------------------- */
.menulinks {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #2F271D;
}

.menulinks a {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #2F271D;
}

.menulinks a:hover {
    color: #FFFFFF;
}

.menulinksaan a,
.menulinksaan a:hover {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}

/* -----------------------------------------
   Submenu Links (Sidebar)
   ----------------------------------------- */
.submenulinks a:hover {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.submenulinks a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #2F271D;
}

.submenulinksaan a,
.submenulinksaan a:hover {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

/* -----------------------------------------
   Content Area - Two Column Layout
   ----------------------------------------- */
.contentPane {
    text-align: left;
    width: 1140px;
    float: left;
    box-sizing: border-box;
    overflow: hidden; /* Clearfix */
}

/* -----------------------------------------
   Left Sidebar
   ----------------------------------------- */
.leftPane {
    text-align: left;
    width: 225px;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #BBBABA;
    box-sizing: border-box;
}

.productgroepenPane {
    text-align: left;
    width: 215px;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

.shoppingbasketPane {
    text-align: left;
    width: 215px;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

.zoekPane {
    text-align: left;
    width: 213px;
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
    box-sizing: border-box;
}

/* -----------------------------------------
   Middle Content Pane
   ----------------------------------------- */
.middlePane {
    text-align: left;
    width: 905px;  /* 1140 - 225 - 10 margin = 905 */
    float: left;
    z-index: 5;
    margin: 10px 0 0 5px;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden; /* Voorkom dat content uitzet */
}

/* Voorkom overflow door images en tables */
.middlePane img {
    max-width: 100%;
    height: auto;
}

.middlePane table {
    max-width: 100%;
    table-layout: fixed;
}

.middlePane a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.middlePane a:hover {
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

/* -----------------------------------------
   Product Categorie Styling
   ----------------------------------------- */
.categoryPane {
    float: left;
    width: 100%;  /* Past binnen parent (middlePane) */
    min-height: 50px;
    text-align: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.inleiding {
    text-align: left;
    float: left;
    width: 100%;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
}

/* -----------------------------------------
   Product Grid
   ----------------------------------------- */
.productLijst {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* -----------------------------------------
   Footer
   ----------------------------------------- */
.footerPane {
    width: 1140px;
    margin: 0 auto;
    padding: 5px 0 10px 10px;
    text-align: left;
    font-size: 10px;
    color: #000000;
}

.footerPane a {
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    color: #000000;
}

.footerPane a:hover {
    color: #2F271D;
}

/* -----------------------------------------
   Menu Knoppen (Sidebar)
   ----------------------------------------- */
.menuKnop a {
    width: 141px;
    height: 23px;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    margin: 0;
    padding: 0 0 0 30px;
}

.menuKnop a:hover {
    width: 141px;
    height: 23px;
    float: left;
    color: #2F271D;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/knop_aan.jpg);
    background-repeat: no-repeat;
    text-align: left;
    margin: 0;
    padding: 0 0 0 30px;
}

.menuKnopAan a,
.menuKnopAan a:hover {
    width: 141px;
    height: 23px;
    color: #2F271D;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../images/knop_aan.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 0 0 30px;
}

/* -----------------------------------------
   Left Pane Headers
   ----------------------------------------- */
.leftPaneKop a {
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

.leftPaneKop a:hover {
    color: #3B4480;
}

/* -----------------------------------------
   Kop Styling
   ----------------------------------------- */
.WitKop10 {
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
}

.Kop10 {
    font-size: 10pt;
    font-weight: bold;
    color: #2F271D;
}

/* -----------------------------------------
   Product Cards
   ----------------------------------------- */
.Product {
    text-align: left;
    float: left;
    width: 275px;
    height: 164px;
    margin: 10px 5px;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-sizing: border-box;
}

.ProductKop {
    width: 270px;
    height: 33px;
    float: left;
    margin: 13px 0 0 10px;
    padding: 0;
    text-align: left;
}

.ProductKop a {
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.ProductKop a:hover {
    text-decoration: underline;
}

/* -----------------------------------------
   Winkelmandje (Cart) Styling
   ----------------------------------------- */
.Mandje {
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

.Mandje a {
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

.Mandje a:hover {
    text-decoration: underline;
}

/* -----------------------------------------
   Bootstrap Overrides
   (nodig om Bootstrap te laten samenwerken)
   ----------------------------------------- */

/* Headers - aangepast voor Bootstrap compatibiliteit */
h1 {
    display: block; /* Bootstrap heeft block nodig voor margins */
}

h2 {
    display: block;
}

/* Zorg dat Bootstrap grid goed werkt */
.row {
    margin-left: 0;
    margin-right: 0;
}