.btn-canvas-fixed {
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #242424;
    z-index: 11;
}
.btn-canvas-fixed:hover {
    background-color: #000;
}
.btn-canvas-fixed .c49-text {
    justify-content: center;
    display: flex;
}
.btn-canvas-fixed .btn-canvas {
    color: #fff;
    background-color: transparent;
}
.c49mod-menu-vertical-stylish {
    background-color: #fff;
    position: fixed;
    top: 90px;
    right: 0;
    height: 100%;
    width: 90px;
    box-shadow: 0 0 40px #00000030;
    z-index: 10;
}
.c49mod-menu-vertical-stylish .menu-area .c49-icon {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.c49mod-menu-vertical-stylish .menu-area a {
    display: flex;
    flex-direction: column;
    padding: 20px 5px;
    border-bottom: 1px solid #66666633;
    font-size: .65rem;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.c49mod-menu-vertical-stylish .menu-area a:hover {
    background: #00000f10;
}

@media (max-width: 1200px) {
    .c49mod-menu-vertical-stylish {
        display: none;
    }
    .btn-canvas-fixed {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 85%;
    }
}