/*
Theme Name: Merto Child
Theme URI: https://demo.theme-sky.com/merto/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: merto
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, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: merto-child
*/

.menu-sticky {
    width: 90%;
}

.offcanvas-edison-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
}

.edison-category {
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 28px 32px;
}

.offcanvas-category-item {
    -webkit-box-align: center;
    align-items: center;
    background-color: #eaeaea;
    border-radius: 10px;
    display: flex;
    flex: 1 1 calc(25% - 32px);
    height: 88px;
    overflow: hidden;
    position: relative;
}

.offcanvas-category-item a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.offcanvas-category-item a h4 {
    font-size: 16px;
    margin: 0 16px 0 24px;
}

.offcanvas-category-item .img {
    align-self: flex-end;
}

.offcanvas-category-item img {
    max-width: 100px;   
}