.close-sidebar .message.global.demo {
    width: 100%;
}
.panel-sidebar {
    visibility: hidden;
    font-size: 13px;
    float: right;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    max-height: 100vh;
    z-index: 99;
    font-family: 'Arial';
}

.panel-sidebar h4 {
    padding: 0 10px 10px;
    margin: 10px 0;
    font-size: 14px;
}

.panel-sidebar ul {
    padding: 0;
    margin: 0;
}

.panel-sidebar ul li {
    list-style: none;
    border: 1px solid #dde1e4;
    border-radius: 5px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.panel-sidebar ul li a {
    text-decoration: none;
    color: #3c3c3c;
    cursor: pointer;
}

.panel-sidebar ul li:hover a,
.panel-sidebar ul li:hover i {
    color: #ef5b34;
}

.panel-sidebar ul li i {
    font-size: 10px;
    padding-right: 5px;
}

.panel-sidebar .sidebar {
    background-color: #f6f6f7;
    height: 100vh;
    max-height: 100vh;
    width: 100%;
    overflow-y: auto;
}

.sidebar {
    display: block;
}

.close-sidebar .demo-controls-foot {
    display: block;

}

.close-sidebar .demo-controls-foot button.demo-controls__button {
    display: block;

}

.list-section-sidebar {
    flex-grow: 1;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.list-section-sidebar .front-end h4 {
    text-transform: uppercase;
}
.demo-footer {
    margin: 30px 10px;
}
.tutorials-panel__header {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 10px;
    background: #666;
    text-align: center;
    font-size: 20px;
}
.tutorials-panel__header:after {
    content: "";
    display: table;
    clear: both;
}

.sidebar a.title-dir {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    margin: 10px;
    display: block;
}

.sidebar a.title-dir:hover {
    color: #ef5b34 !important;
}

.tutorials-panel__close {
    color: #fff;
    background: none;
    border: none;
    padding: 0;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 10px;
    box-shadow: none;
}

.product.media .fotorama__stage__frame .fotorama__img {
    width: auto;
}

.cms-index-index .block-new-products .block-title {
    margin-bottom: 30px;
    margin-top: 50px;
}

.block-title strong {
    font-size: 36px !important;
    font-weight: 400 !important;
}

.block-title {
    text-align: center;
}

.footer-columns .widget .block-title {
    text-align: left;
}

.page-layout-1column .products-grid .product-item {
    clear: inherit !important;
}


.open-sidebar .panel-sidebar {
    visibility: visible;
    display: block;
}

.open-sidebar .sidebar {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}

.open-sidebar .demo-controls-foot {
    display: none;

}

.open-sidebar .sticky-header {
    width: calc(100% - 428px);
}

.close-sidebar .panel-sidebar {
    visibility: visible;
    display: none;
}

.close-sidebar {
    padding-right: 0;
}
.demo-controls-foot {
    display: block;
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 140px;
    z-index: 99;
}
.demo-controls-foot button.demo-controls__button {
    background-color: #315aa5;
    color: #fff;
    padding: 20px 13px 40px;
    font-size: 16px;
    border: none;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    font-weight: bold;

}

.demo-close {
    display: none;
}

@media (max-width: 640px) {
    .tutorials-panel__header {
        display: none;
    }

    button.demo-close {
        color: red;
        background: none;
        border: none;
        padding: 0;
        font-size: 16px;
        position: absolute;
        top: 3px;
        right: 10px;
        box-shadow: none;
        display: block;
    }

    .panel-sidebar {
        max-width: 50vw;
        top: auto;
    }

    .panel-sidebar .sidebar{
        height: auto;
        max-height: 100vh;
    }

    .open-sidebar {
        padding-right: 0 !important;
    }

    .demo-footer {
        display: none
    }
}
