/*
Theme Name:   TutorStarter Child
Theme URI:        https://www.themeum.com
Description:  TutorStarter Theme
Author:           Alexey Shvets
Author URI:   https://ru.academy
Template:         tutorstarter
Version:          1.0.0
License:          GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags: education, e-commerce, blog, custom-logo, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, rtl-language-support, footer-widgets, left-sidebar, right-sidebar
Text Domain:  tutorstarter
 
*/
.utils-cart {
display: flex;
align-items: center;
}
@media (max-width: 500px) {
    .navbar .navbar-brand img {
        width: 140px !important;
    }
    .navbar.has-search-field {
        display: flex;
        justify-content: space-between;
    }
    .navbar .navbar-brand {
        width: calc(50% - 20px);
    }
    .navbar .navbar-utils {
        width: calc(50% - 20px);
        justify-content: flex-end;
    }
    .navbar .navbar-toggler {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .tutor-header-profile-name {
        font-size: 14px !important;
    }
    .navbar-utils .tutor-header-profile-menu-items {
        margin-left: 5px !important;
    }
}
@media (max-width: 400px) {
    .navbar .navbar-brand img {
        width: 100px !important;
    }
    .navbar .navbar-brand {
        width: calc(40% - 20px);
    }
    .navbar .navbar-utils {
        width: calc(60% - 20px);
        justify-content: flex-end;
    }
}
@media (max-width: 767px) {
    .tutor-screen-frontend-dashboard {
        padding-bottom: 0 !important;
    }
}