/* WhiteFullBar v9 Theme - Based on Nine Theme */
/* @version 9.3 [rev.9.3.01] */

/* Import base nine theme styles */
@import url("../../../../themes/nine/assets/css/theme.css");

/* WhiteFullBar v9 Custom Overrides */

/* Header Customizations */
.whitefullbar-theme .desktop-navbar {
    background-color: #bb1924 !important;
}

.whitefullbar-theme .desktop-navbar .nav-search {
    background-color: #bb1924 !important;
    border-radius: 0px !important;
}

.whitefullbar-theme .logo2 {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
}

.whitefullbar-theme .logo2:hover {
    color: #e9e9e9 !important;
    text-decoration: none;
}

.whitefullbar-theme .au-welcome-user {
    color: #ffffff;
}

.whitefullbar-theme .au-links-desktop a {
    color: #ffffff;
}

.whitefullbar-theme .au-links-desktop a:hover {
    color: #e9e9e9;
    text-decoration: none;
}

/* Search Form Customizations */
.whitefullbar-theme #category-select-btn {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    color: #495057;
}

.whitefullbar-theme #basic-search {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    color: #495057;
}

.whitefullbar-theme .btn-default {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    color: #495057;
}

.whitefullbar-theme .btn-default:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
    color: #495057;
}

/* Place Ad Button Customizations */
.whitefullbar-theme .tbm .btn-primary {
    color: #ffffff !important;
    background-color: #242582 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    border: none !important;
}

.whitefullbar-theme .tbm .btn-primary:hover {
    background-color: #1a1b5e !important;
    color: #ffffff !important;
}

/* Mobile Navigation Customizations */
.whitefullbar-theme .mobile-navbar .navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #f8f9fa;
}

.whitefullbar-theme .mobile-navbar .navbar-brand {
    color: #bb1924;
    font-weight: bold;
}

/* Footer Customizations */
.whitefullbar-theme .footer-one {
    background-color: #f8f9fa;
}

.whitefullbar-theme .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.whitefullbar-theme .footer-links li {
    display: inline-block;
    margin: 0 10px;
}

.whitefullbar-theme .footer-links li a {
    color: #6c757d;
    text-decoration: none;
}

.whitefullbar-theme .footer-links li a:hover {
    color: #495057;
    text-decoration: underline;
}

/* Navigation Link Customizations */
.whitefullbar-theme .navbar-nav .nav-link {
    color: #ffffff;
}

.whitefullbar-theme .navbar-nav .nav-link:hover {
    color: #e9e9e9;
}

/* Dropdown Customizations */
.whitefullbar-theme .dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #ced4da;
}

.whitefullbar-theme .dropdown-item {
    color: #495057;
}

.whitefullbar-theme .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #495057;
}

/* Language and Cart Dropdown Customizations */
.whitefullbar-theme .language-dropdown .btn,
.whitefullbar-theme .cart-dropdown .btn {
    color: #ffffff;
    background-color: transparent;
    border: none;
}

.whitefullbar-theme .language-dropdown .btn:hover,
.whitefullbar-theme .cart-dropdown .btn:hover {
    color: #e9e9e9;
    background-color: transparent;
}

/* Form Control Focus States */
.whitefullbar-theme .form-control:focus,
.whitefullbar-theme .form-select:focus {
    border-color: #bb1924;
    box-shadow: 0 0 0 0.2rem rgba(187, 25, 36, 0.25);
}

/* Button Customizations */
.whitefullbar-theme .btn-primary {
    background-color: #bb1924;
    border-color: #bb1924;
}

.whitefullbar-theme .btn-primary:hover,
.whitefullbar-theme .btn-primary:focus {
    background-color: #a0151f;
    border-color: #a0151f;
}

.whitefullbar-theme .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 25, 36, 0.25);
}

/* Responsive Behavior */
@media (max-width: 991.98px) {
    .whitefullbar-theme .desktop-navbar {
        display: none !important;
    }
    
    .whitefullbar-theme .mobile-navbar {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .whitefullbar-theme .desktop-navbar {
        display: block !important;
    }
    
    .whitefullbar-theme .mobile-navbar {
        display: none !important;
    }
}

/* Additional WhiteFullBar Specific Styles */
.whitefullbar-theme .mpheader {
    background-color: #bb1924;
}

.whitefullbar-theme .nomargin {
    margin: 0;
}

.whitefullbar-theme .searchbarsection {
    background-color: #bb1924;
}

.whitefullbar-theme .plaatsdiv {
    text-align: center;
}

.whitefullbar-theme .searchsection {
    padding: 10px 0;
}

/* Ensure proper spacing */
.whitefullbar-theme main {
    padding-top: 10px;
}

/* Category dropdown styling */
.whitefullbar-theme .categories-dropdown {
    display: inline-block;
}

.whitefullbar-theme .tbm {
    display: inline-block;
} 