﻿#headerMenu {
    flex-direction: row-reverse !important;
}

.main-tabs {
    justify-content: right;
}

        
@media (max-width: 700px) {
    #headerMenu {
       flex-direction: column !important;
       position: absolute !important;
    }
    #header_top {
        position: relative;
    }
}

.login-modal-content {
    min-width: 300px;
}

#login-main {
    min-width: 290px;
}
.main-tabs > li:last-of-type {
    margin-right: 7px;
}
.main-tabs > li:first-of-type {
    margin-right: 0px;
}

@media (max-width: 700px) {
    #headerMenu {
        flex-direction: column !important;
        position: absolute !important;
    }

    .categories_list a {
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        margin: 7px 0px;

    }

    .category {
      padding: 0; 
    }

    #header_top {
        position: relative;
        width: 412px;
    }

    #header_main {
        width: 356px;
        margin: 0px auto;
        overflow: hidden;
        /*height: 154px !important;*/
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding: 0;
    }

    #langs, #logo, #girl {
        display: none;
    }

    .panel-title {
        color: inherit;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        color: inherit;
    }

    #categories {
        width: 285px;
        margin: auto !important;
        padding: 30px 0px 20px;
        float: none;
        padding-top: 0;
    }

    #category_content {
        float: right !important;
    }

    #content {
        margin: 0px auto;
        overflow: hidden;
        width: 412px;
        margin-right: 0px;
        margin-left: 0px;
    }

    #content-all-width {
        width: 412px;
    }

    body {
        min-width: 412px !important;
    }

    * {
        max-width: 412px !important;
    }

    #slogan {
        float: right; 
        color: white;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        display: inline-flex;
        align-items: center;
        height: 160px;
        line-height: 32px;
        margin-top: 0; 
    }
}