/* Add here all your CSS customizations */
* {
    //transition:ease-in 1s;
}
#header {
    z-index:unset;
}
.shadow {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 998;
    display: none;
    background-color: #000;
    opacity: .2;
}
.login_form {
    position: absolute;
    width:300px;
    top:60px;
    right:0;
    z-index: 1060;
    display: none;
}
.toggleMenu {
    padding-right: 16px;
    font-size:0.9em;
}
.toggleMenu.active {
    background: white;
    z-index: 1060;
    display: block;
    position: fixed;
    height: 62px;
    top: 20px;
    padding-left: 16px;
}
.shadow.active {
    display:block;
}
.login_form.active {
    display:initial;
}
body.lout .menu_lout{
    display: block;
}
body.lin .menu_lin {
    display: block;
}
.menu_lout {
    display:none;
}
.menu_lin {
    display: none;
}
.dropdown-item {
    font-size:0.8em;
}
.search-results {
    background: white;
    padding: 15px;
    position: absolute;
    top: 100%;
    display: none;
    font-family: Helvetica;
    z-index: 3;
}
.search-results a:hover {
    color: #ff7f00;
    cursor: pointer;
}

.search-results div:hover {
    color: #ff7f00;
}
.fa-home {
    padding:10px;
}
hl {
    background-color: #FDDB80;
}

@media (min-width: 992px) {
    .noBeforeDesktop:before {
        content: none !important;
    }
    .hide-on-desktop{
        display: none !important;
    }
}
@media (max-width: 991px) {
    .hide-on-mobile {
        display: none;
    }
    .product-thumb-info a.hide-on-mobile {
        display: none;
    }
    .product-thumb-info:hover .product-thumb-info-image:before {
        opacity: 0;
    }
}
@media (max-width: 444px) {
    .login_form {
        position: fixed;
        top: 83px;
        right: calc( (50vw - 150px));
    }
}
@media (min-width: 445px) {
    .show-on-xs {
        display:none;
    }
}