/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    /*===============================*/
    #sp-header {
        position: relative;
        padding: 0 20px;
    }
    /*===============================*/
    #offcanvas-toggler {
        position: absolute;
        top: 26px; right: 20px;
    }
    /*===============================*/
    .b-slider {
        height: auto;
    }
    /*===============================*/
    .b-price .generic_content {
        margin-bottom: 20px;
    }
    /*===============================*/
    #sp-main-body {
        padding: 30px 20px;
    }
    /*===============================*/
    #sp-left {
        margin: 20px 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    /*===============================*/
    #sp-component {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    /*===============================*/
    .b-pricebox {
        top: 0;
    }
    /*===============================*/
}/* END */
/*===============================*/
@media (max-width: 991.98px) { 
    /*===============================*/
    /*===============================*/
}/* END */