@media only screen and (max-width: 815px) {

    .header-search-tab {
        display: none;
    }

    .header-search-tab-block {
        display: block;
    }

    .header-search-tab-content {
        overflow-y: hidden;
    }

    #header-search-content.header-content-active {
    	height: auto;
    	max-height: 1000px!important;
    }

    .header-search-container {
        max-width: 815px;
        min-width: 300px;
        padding-bottom: 0px!important;
    }

    .header-log-tab {
        display: none;
    }

    .header-log-tab-block {
        display: block;
    }

    .header-log-tab-content {
        overflow-y: hidden;
    }

    #header-log-content.header-content-active {
        height: auto;
        max-height: 1000px!important;
    }

    .header-log-container {
        max-width: 815px;
        min-width: 300px;
        padding-bottom: 0px!important;
    }

    .c-col-6 {
        width: 50%!important;
    }

    form.c-form .c-col-3 {
        width: 50%;
    }

    .transaction-payment {
        display: none;
    }

    .drop-down-transaction {
        display: block!important;
    }

}
