.w100 {
    width: 100% !important
}

.w45 {
    width: 45%;
}

.hide {
    display: none !important;
}

.flex {
    display: flex
}

.f-wrap {
    flex-wrap: wrap;
}

.ai-c {
    align-items: center;
}

.jc-c {
    justify-content: center;
}

.jc-fe {
    justify-content: flex-end;
}

.jc-sb {
    justify-content: space-between;
}

.jc-sa {
    justify-content: space-around;
}

.mr-5px {
    margin-right: 5px;
}

.no-pl {
    padding-left: 0 !important
}

#mobile_bottom_menu {
    background: transparent;
    position: fixed;
    bottom: 0;
    /*
    border-top: 1px solid #202020;
    -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
    */
    height: 50px;
    z-index: 1000000;
}

.mobile_bottom_menu_container {
    background: #2991d6;
    padding: 5px;
    border-radius: 10px;
}

#mobile_bottom_menu i {
    color: #FFF;
    font-size: 30px;
    padding: 0;
}

.back_to_menu {
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 10px
}

.icon-basket {
    margin-right: 10px;
}

.footer_phone_numbers {
    display: flex
}

.mobile_sub_menu {
    position: fixed;
    bottom: 50px;
    right: 10px;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    z-index: 1000000;
    text-align: right;
}

.mobile_sub_menu a {
    /*width: 100%;*/
    border-top: 1px solid #EEE;
    font-size: 16px;
    padding: 10px;
    background: #2991d6;
    padding: 10px;
    border-radius: 10px;
    color: #FFF;
    margin: 5px;
    position: relative;
}

/**
*
*/
@media only screen and (max-width: 600px) {

    /*
    .content_wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .content_wrapper .sidebar-1 {
        order: 1
    }

    .content_wrapper .sections_group {
        order: 2
    }

    .content_wrapper .sidebar-2 {
        order: 3
    }
        */
    body.with_aside.aside_both .sidebar-1 .widget-area {
        min-height: unset !important
    }

    .mobil-flex table tr {
        display: flex;
        flex-wrap: wrap
    }

    /** ez a téma back to topja*/
    #back_to_top.sticky {
        bottom: 60px !important
    }

    .cky-revisit-bottom-left {
        bottom: 60px !important
    }

    body #Top_bar {
        background-size: 100% !important;
        background-position: bottom left !important
    }

    .menu-toggle {
        background: #d5cb89;
        opacity: 1 !important
    }

    aside ul.menu .menu-item-has-children>a {
        background: #afa981 !important
    }
}

.cky-btn-revisit-wrapper:not(.show) {
    display: none !important
}

@media only screen and (min-width: 1020px) {
    .mpc-grid-posts[data-grid-cols="3"] .mpc-post {
        width: calc(33.33% - 10px) !important;
    }
}

/**
* nem működik valamiért az animációja a témának JS hiba..
*/
.mpc-animation {
    opacity: 1 !important
}

.grecaptcha-logo {
    opacity: 0 !important;
    pointer-events: none !important;
}