#m-header {
    background-color: var(--blue-color);
}

.deliver-to {
    font-size: 12px;
    font-weight: 500;
}

.currency-picker,
.country-picker {
    width: auto !important;
}

.currency-picker .dropdown-toggle,
.country-picker .dropdown-toggle {
    padding: 0;
}

.currency-picker .bootstrap-select.btn-group .dropdown-toggle .filter-option,
.country-picker .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: unset;
}

.currency-picker .bootstrap-select.btn-group .dropdown-menu li,
.country-picker .bootstrap-select.btn-group .dropdown-menu li {
    padding-left: 0!important;
}

.currency-picker .dropdown-menu.open.show ul li a,
.country-picker .dropdown-menu.open.show ul li a {
    padding-left: 6px;
    line-height: 2;
    font-size: 14px;
    color: #000;
}

.country-picker span.filter-option img {
    width: 30px;
}

.country-picker .dropdown-menu.open.show ul li a img {
    width: 30px;
}

.currency-picker span.filter-option.pull-left {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.currency-picker .dropdown-toggle::after,
.country-picker .dropdown-toggle::after {
    color: #000;
    position: relative;
    right: 0px;
    margin: 0 !important;
}

.country-picker .dropdown-toggle::after {
    top: 3px;
}

.country-picker .dropdown-toggle {
    position: relative;
    top: -3px !important;
}

.currency-picker,
.country-picker {
    outline: none;
    box-shadow: none;
}

.m-bars {
    font-size: 24px;
    color: var(--orange-color);
}

.search-input-group input,
.search-input-group button {
    height: 32px;
}

.search-input-group button {
    color: #fff;
    background-color: var(--orange-color);
}

.search-input-group input::placeholder {
    font-size: 14px;
}

#menu-toggle {
    position: relative;
    top: 2px;
}

#top-bar {
    background-color: #192c55;
}


/* @media (max-width: 768px) {
    header.main {
        display: none;
    }
    #m-header {
        display: block;
    }
}

@media (min-width: 768px) {
    header.main {
        display: block;
    }
    #m-header {
        display: none;
    }
} */

nav#menu {
    font-size: .85em;
}

#menu:not( .mm-menu) {
    display: none;
}

.modal .btn.orange-bg {
    color: #ffffff;
}

.modal .btn.orange-bg:hover {
    background-color: var(--blue-color);
    border-color: var(--blue-color);
    color: #ffffff;
}


.mm-spn.mm-spn--light {
    background-color: #fff!important;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
    background-color: var(--blue-color);
    color: #fff;
    opacity: 1!important;
    text-align: left!important;
    font-weight: 700;
}

/* .mm-spn li:after {
    border-top: 0!important;
} */

/* Mobile Search Suggestions */
#mobileSearchSuggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1050;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    max-height: 70vh;
    overflow-y: auto;
}

#mobileSearchSuggestions .close-suggestion-box {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 10;
    color: #666;
    font-size: 20px;
    padding: 4px 8px;
}

#mobileSearchSuggestions .suggestion-content {
    padding: 35px 15px 15px 15px;
}

#mobileSearchSuggestions .title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

#mobileSearchSuggestions hr {
    margin: 5px 0 10px 0;
    border-color: #e0e0e0;
}

#mobileSearchSuggestions .nav {
    flex-direction: column;
}

#mobileSearchSuggestions .nav-link {
    padding: 8px 0;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

#mobileSearchSuggestions .nav-link:hover {
    color: var(--orange-color);
    background-color: #f8f8f8;
}

#mobileSearchSuggestions .part-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobileSearchSuggestions .part-image img {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}

#mobileSearchSuggestions .part-name {
    font-size: 12px;
    color: #333;
    line-height: 1.3;
}

#mobileSearchSuggestions .mb-3:last-child {
    margin-bottom: 0 !important;
}

