/*Fixi Erna*/
body{
    background: #DDD;
}

footer{
    background-color: #fff;
}

#edit_article{
    background-color: #ddd;
}

.secondary-desktop-menu{
    border: unset !important;
    background-color: #ddd !important;
}

.secondary-desktop-menu .nav-item a:not(.current) {
    color: #444 !important;
}

.secondary-desktop-menu .nav-item a{
    font-weight: 400 !important;
}

.real-desktop-navbar .dropdown-item-shop:hover .dropdown-toggle::after{
    visibility: visible;
}

.real-desktop-navbar .dropdown-item-shop .dropdown-toggle::after{
    visibility: hidden;
}

.language-list-wrapper.open-language-list{
    z-index: 1042;
}

.language-list-wrapper.open-language-list {
    min-width: 70px;
}

/* Keep the desktop language menu above the fixed contact trigger (z-index: 1040). */
.language-switcher-wrapper:has(.language-list-wrapper.open-language-list) {
    z-index: 1041;
}

/* The fixed contact tab is outside the header stacking tree, so do not let it
   cover the desktop language menu while that menu is open. */
body:has(.language-switcher-wrapper .language-list-wrapper.open-language-list) .floating-contact-trigger {
    visibility: hidden;
    pointer-events: none;
}


.smart-search-panel,
.mfp-search-form-soft .search-popup{
    background-color: #ddd !important;
}

.smart-search-state{
    color: var(--body-color);
}

.mfp-search-form-soft #keyword {
    border-bottom-color: var(--body-color) !important;
    text-shadow: unset;
}

.search-button-wrapper i{
    color: var(--body-color);
}

.smart-search-input{
    color: var(--body-color) !important;
}

.color-body{
    color: var(--body-color) !important;
}
.smart-search-result__body {
    height: 100%;
}

.smart-search-result:not(:last-child) .smart-search-result__body {
    border-bottom: 1px solid #6E707026;
}

#search-popup .input-group{
    padding: 0.9rem 1rem;
}

#search-popup .pos-fixed-right-center{
    right: 5% !important;
}
