.ch-slideout-drawer {
    border-radius: 20px 0px 0px 20px;
    background: #fff;
    box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.10);
    padding: 50px;
    width: 468px;
    position: fixed;
    top: var(--ch-slideout-drawer-top, 208px);
    right: -478px;
    z-index: 100001;
    transition: right 0.5s ease-out;
    overflow-y: auto;
    max-height: calc(100vh - var(--ch-slideout-drawer-top, 208px));
}
.ch-slideout-drawer-close {
    background: #fff;
    border:1px solid #000;
    border-radius: 5px;
    height: 30px;
    width: 30px !important;
    position: absolute;
    right: 16px;
    top:27px;
    padding: 0;
    line-height: 0;
}
.ch-drawer-open {right: 0px !important;}

@media (max-width:767px) {
    #main > .ch-container {overflow-x: hidden;}
}

@media (max-width:554px) {
    .ch-slideout-drawer {
        width: 100vw;
        right: -110vw;
        padding: 50px 16px;
    }
}
