
.pushy{
    width: 600px; /* Changed the width to 400px */
}

.pushy-left{
    transform: translate3d(-600px,0,0); /* Updated the values */
    /* Don't forget the vendor prefixes */
}

.pushy-open-left #container,
.pushy-open-left .push {
    transform: translate3d(600px, 0, 0); /* Updated the values */
}

.pushy-right {
    transform: translate3d(600px, 0, 0); /* Updated the values */
    /* Don't forget the vendor prefixes */
}

.pushy-open-right #container,
.pushy-open-right .push {
    transform: translate3d(-600px, 0, 0); /* Updated the values */
    /* Don't forget the vendor prefixes */
}


.pushy {

    background: white;

}

.pushy button,.pushy button:hover, .pushy .mod_navigation a, .pushy .mod_navigation a:hover {
    color:#333;
}

.pushy-submenu button, .pushy .mod_navigation strong {
    width: 100%;
    color: #333;
    padding: 15px 30px;
    text-align: left;
    background: transparent;
    border: 0;
}


.pushy-submenu ul > li{
    font-size: 16px;
}


.pushy-submenu .mod_navigation ul > li > a, .pushy-submenu .mod_navigation ul > li > strong{
    padding: 0 30px;

}