#offcanvas-toggle,
#search-toggler {
    float: right;
    line-height: 75px;
    margin-left: 15px;
    font-size: 20px;
}

#search-toggler {
    margin-right: 15px;
}

#sp-search.display-search {
    display: initial !important;
    position: absolute;
    top: 18px;
    right: 25px;
}

#sp-search.display-search  .sp-module {
    display: initial;
    visibility: visible;
    margin-top: 10px;
    position: relative;
    height: 65px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    border-bottom: 1px dotted #e8e8e8;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 4px 5px;
}

@media (max-width: 767px) {
    .list-product .product-row {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .list-product .product-row .product-i {
        flex: 0 0 50%;
        width: initial;
        float: initial;
    }

    #sp-logo .logo {
        margin: 0;
    }

    #sp-header-wrapper .container .row {
        min-height: 88px;
        max-height: 88px;
        flex-direction: row;
        display: flex;
        justify-content: flex-start;
    }

    #sp-header-wrapper .container #sp-logo {
        flex: 6;
    }

    #sp-header-wrapper .container #sp-menu {
        position: relative !important;
        flex: 5;
    }

    #sp-header-wrapper .container .row #offcanvas-toggler {
        text-align: right !important;
        line-height: 40px;
        padding-top: 1px;
        width: initial;
        margin-right: 5px;
        display: block !important;
    }

    #offcanvas-toggler > i {
        display: inline-block;
        padding: 6px 0 0 0;
        font-size: 18px;
        margin: 5px 0;
        border-radius: 3px;
        cursor: pointer;
        color: #000;
        background: #ffe51e;
        height: 30px;
        width: 40px;
        text-align: center;
        -webkit-transition: color 400ms, background-color 400ms;
        -moz-transition: color 400ms, background-color 400ms;
        -o-transition: color 400ms, background-color 400ms;
        transition: color 400ms, background-color 400ms;
    }

    #sp-header-wrapper .container #sp-top4 {
        padding-top: 3px;
        margin-top: 20px;
        flex: 1;
    }

    .product-i .text-block .product-title a {
        color: #1c1d1d;
        font-weight: bold;
        font-size: 22px;
    }

    .productdetails .vm-product-details-container h1 {
        padding: 0;
        margin: 0;
        font-size: 24px;
        border: 0 none;
        font-weight: bold;
        letter-spacing: -0.5px;
    }

    #ProOPC table.cart-summary.proopc-table-striped tr.cart-sub-total,
    #ProOPC table.cart-summary.proopc-table-striped tr.shipping-row,
    #ProOPC table.cart-summary.proopc-table-striped tr.payment-row,
    #ProOPC table.cart-summary.proopc-table-striped tr.blank-row,
    #ProOPC table.cart-summary.proopc-table-striped tr.grand-total .sub-headings,
    #ProOPC table.cart-summary.proopc-table-striped tr.grand-total .col-discount {
        display: none !important;
    }

    .grand-total .PricebillTotal {
        color: #FE5252;
        font-weight: bold !important;
        text-align: right;
    }

    .proopc-finalpage .proopc-column3, .proopc-register, .proopc-login {
        float: none;
        width: 100%;
        margin-top: 15px;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .list-product .product-row {
        justify-content: center;
    }

    .list-product .product-row .product-i {
        flex: 1 1 100%;
    }

    .vm-product-details-inner .btn-groups {
        display: none;
        visibility: hidden;
    }

    #sp-main-body .sp-column .category-view > .row .category {
        flex: 100%;
        margin-bottom: 10px;
    }

    #sp-header-wrapper .logo h1 img.sp-default-logo,
    #sp-header-wrapper .logo h1 img.sp-retina-logo  {
        height: auto;
        width: 260px;
    }

    .vm-product-media-container .main-image #zoom-image {
        height: auto !important;
    }

    #sp-main-body {
        margin-top: 10px;
    }

    .productdetails .vm-product-details-container {
        background-color: #f5f5f5;
        padding: 20px;
    }

    .vm-product-details-container .vm-product-details-inner {
        margin-top: 0px;
    }

    .product-i .text-block .product-title a {
        color: #1c1d1d;
        font-weight: bold;
        font-size: 26px;
    }

    .view-details .register {
        background: #e81f00;
        display: inline-block;
        float: none;
        margin: 0 0 0 -1px;
        -webkit-appearance: none;
        color: #fff;
        cursor: pointer;
        font-size: 22px;
        font-weight: 700;
        height: 55px;
        line-height: 40px;
        padding: 10px 24px;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .product-i .text-block .product_s_desc {
        clear: none;
        display: block;
        text-align: center;
        margin: 25px 0;
        font-size: 16px;
        color: #3b3d3d;
    }

    .product-i .text-block .product_s_desc h3 {
        font-size: 24px;
    }

    #ProOPC table.cart-summary.proopc-table-striped .cart-images {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {

}

@media (min-width: 550px) and (max-width: 767px) {

}

@media (max-width: 552px) {

}

@media (min-width: 700px) and (max-width: 1199px) {

}

@media (min-width: 768px) {

}

@media (max-width: 991px) {
.container {
min-width: 95%;
}

#sp-main-body .container .row #sp-left {
display: none;
visibility: hidden;
}

#sp-main-body .sp-column .category-view > .row {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
width: 100%;
align-items: center;
margin: 0;
}
}

@media (min-width: 481px) and (max-width: 991px)  {
#sp-main-body .sp-column .category-view > .row .category {
flex: 49%;
flex-basis: 49%;
margin-bottom: 10px;
}
}

@media (max-width: 992px) {

}

@media (min-width: 553px) and (max-width: 992px)  {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
#sp-header-wrapper .sppb-container, #sp-header-wrapper .container,
#sp-footer .container {
max-width: 1170px;
width: 1170px;
}
}

