.left-sidebar{
    display: none;
}

.rightsidebar-toggled .main-content{
    max-width: 1200px;
}

article.rightsidebar-toggled > .content-wrap > .flex-wrap{
    justify-content: center;
}

.main-content{
    margin: 0;
}

.bottom-navigation{
    display: none;
}

.main-content .page-content{
    padding-bottom: 50px;
}

@media only screen and (max-width: 1200px){
    .main-content .page-content {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
        .content-wrap, .zw-product-header .content-wrap {
        padding: 0 25px;
    }
}