@media(min-width: 767px) {
    ._buying-flow-image.size-large .img-responsive-bg, ._buying-flow-image.size-large .img-responsive-bg-cover {
        width: 120px;
        padding-bottom: 180px;
    }
}
@media(max-width: 767px) {
    .theme-categories .nav-left.visible {
        background: linear-gradient(90deg,rgba(255,255,255,1) 0,rgba(255,255,255,0.5) 40%,rgba(255,255,255,0) 100%);
    }
    .theme-categories .nav-right.visible {
        background: linear-gradient(-90deg,rgba(255,255,255,1) 0,rgba(255,255,255,0.5) 40%,rgba(255,255,255,0) 100%);
    }
    .theme-categories-wrapper {
        background: #fff;
    }
    .theme-product-left.one-column .theme-product-types ul:not(.dropdown-menu) {
        margin: 0 auto;
    }
    .theme-buying-flow-image {
        height: auto;
    }
    ._buying-flow-image.size-large .img-responsive-bg, ._buying-flow-image.size-large .img-responsive-bg-cover {
        padding-bottom: 460px;
    }
}