/*
 * XMAS
 */

.theme_xmas .header_login_container {
    padding-top: 70px !important;
    background: transparent !important;
    box-shadow: none !important;
}

.theme_xmas .slogan {
    text-align: center !important;
    color: var(--theme_color_red) !important;
}

.theme_xmas .slogan span {
    font-size: 1.3em !important;
}

.theme_xmas .theme_banner_top {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 60px !important;
    background: url(../../frontend/images/themes/xmas/border-top-xmas.png) center center/auto 100% repeat-x !important;
    background-size: cover !important;
    z-index: 911200 !important;
}

@media (max-width: 991px) {
    .header_login_container_ul {
        padding: 8px 20px;
    }

    .theme_xmas #slidemenu {
        margin-top: 60px !important;
    }
}
