/*
 Theme Name:   Kiddino Child
 Theme URI:    https://wordpress.vecurosoft.com/kiddino/
 Description:  This is a child theme for Kiddino WordPress Theme
 Author:       Vecurosoft
 Author URI: http://vecurosoft.com/
 Template:     kiddino
 Version: 1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  kiddino-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

:root {
  --title-font: 'Poppins', sans-serif;
}

.footer-widget .footer-menu ul {
    display: block;
}

.mobile-menu-container .vs-menu-toggle {
    height: 35px;
    width: 35px;
}

.mobile-menu-container .vs-menu-toggle .fa-bars {
    font-size: 20px;
}

.mobile-menu-container .fkcart-shortcode-container {
    justify-content: flex-end;
}

.mobile-menu-container .header-logo {
    padding: 0;
}