/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 12 2024 | 03:41:12 */
@media only screen and (max-width: 767px) {
    .btMenuVertical .btLogoArea {
        display: flex; 
        grid-template-columns: auto 1fr;
        align-items: center;
        justify-content: center;
    }

    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_accent:before {
        background: #e94d65;
        margin-left: 8px;
        display: block;
        margin-right: 8px;
    }

    .btIconWidget.widget_bt_button_widget .bt_button_widget .bt_bb_button_text {
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin-left: 5px;
    }

    .btMenuVertical .mainHeader .menuPort {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 1em;
        padding-top: 1em;
    }

    .btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-right: -15px;
    }


	
    .btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-left: -37px;
    }
}
