.stm_demo_sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 240px;
    padding: 37px 0 0 15px;
    text-align: center;
    background: #23282d;
    color: #777;
    transform: translateX(240px);
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}

.stm_demo_sidebar__holder {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.stm_demo_sidebar__holder.active {
    display: block;
}

.stm_demo_sidebar .cls-1 {
    fill: #e7174d;
    transition: all 0.2s ease-in-out;
}

.stm_demo_sidebar .cls-1, .stm_demo_sidebar .cls-2 {
    fill-rule: evenodd;
}

.stm_demo_sidebar .cls-2 {
    fill: #fff;
}

.stm_demo_sidebar.active {
    transform: translateX(0);
}

.stm_demo_sidebar.active .cls-1 {
    fill: #23282d;
}

.stm_demo_sidebar.active .stm_demo_sidebar__toggler {
    left: -45px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #23282d;
}

.stm_demo_sidebar.active .stm_demo_sidebar__toggler .stm_demo_sidebar__svg_1 {
    transform: translate3d(0, -2px, 0);
}

.stm_demo_sidebar.active .stm_demo_sidebar__toggler .stm_demo_sidebar__svg_3 {
    transform: translate3d(0, 2px, 0);
}

.stm_demo_sidebar__toggler {
    position: absolute;
    top: 45%;
    left: -54px;
    margin-top: -22px;
    background: #e7174d;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 1 !important;
    cursor: pointer;
    transition: border-radius 0.2s cubic-bezier(0.18, 0.67, 0.36, 0.85) 0.15s, left 0.2s cubic-bezier(0.18, 0.67, 0.36, 0.85), background 0.2s cubic-bezier(0.18, 0.67, 0.36, 0.85);
    z-index: 999999;
}

.stm_demo_sidebar__toggler .stm_demo_sidebar__svg {
    position: absolute;
    top: 13px;
    left: 13px;
    transition: all 0.2s cubic-bezier(0.18, 0.67, 0.36, 0.85);
}

.stm_demo_sidebar__toggler .stm_demo_sidebar__svg_1 {
    z-index: 30;
}

.stm_demo_sidebar__toggler .stm_demo_sidebar__svg_2 {
    top: 16px;
    z-index: 20;
}

.stm_demo_sidebar__toggler .stm_demo_sidebar__svg_3 {
    top: 19px;
    z-index: 10;
}

.stm_demo_sidebar__toggler:hover .stm_demo_sidebar__svg_1 {
    transform: translate3d(0, -2px, 0);
}

.stm_demo_sidebar__toggler:hover .stm_demo_sidebar__svg_3 {
    transform: translate3d(0, 2px, 0);
}

.stm_demo_sidebar__layouts {
    overflow-y: auto;
}

.stm_demo_sidebar__layout {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.stm_demo_sidebar__layout:last-child {
    margin-bottom: 1px;
}

.stm_demo_sidebar__layout:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 100;
}

.stm_demo_sidebar__layout:hover:after {
    opacity: 0.4;
}

.stm_demo_sidebar__layout:hover .stm_demo_sidebar__url {
    opacity: 1;
}

.stm_demo_sidebar__container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stm_demo_sidebar__url {
    min-width: 135px;
    padding: 0 10px;
    height: 45px;
    background-color: #fff;
    border-radius: 22px;
    color: #23282d;
    line-height: 45px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 110;
}

.stm_demo_sidebar__url:hover {
    color: #e7174d;
}

.stm_demo_sidebar__top {
    padding-right: 15px;
}

.stm_demo_sidebar__buy_wr {
    margin: 0 -15px 20px;
}

.stm_demo_sidebar__buy {
    display: block;
    width: 100%;
    background-color: #e7174d;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none !important;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

.stm_demo_sidebar .mCSB_scrollTools {
    right: 5px;
    opacity: 1 !important;
}

.stm_demo_sidebar .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    background-color: #33373c;
}

.stm_demo_sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
    background-color: #e7174d;
}

.stm_demo_sidebar .mCSB_inside > .mCSB_container {
    margin-right: 25px;
}

.stm_demo_sidebar .stm_lazyload_image {
    background: rgba(0, 0, 0, 0.1);
}

.stm_demo_sidebar .stm_lazyload_image img.lazyload {
    top: 0;
}

@media (max-width: 800px) {
    .stm_demo_sidebar .stm_demo_sidebar__layout {
        margin-right: 20px;
        margin-left: 5px;
    }
}