body.site {
    border-top: 3px solid #0088cc;
    background-color: #f4f6f7;
    padding: 20px;
}

#sp-header-topbar {
    padding-top: 8px;
}

.row>* {
    padding-right: calc(var(--bs-gutter-x) * 0.8);
    padding-left: calc(var(--bs-gutter-x) * 0.8);
}

.layout-boxed .body-innerwrapper {
    border-radius: 4px;
}

#sp-top-bar {
    display: none;
}

#sp-main-body {
    padding: 50px 0;
}

#sp-logo {
    width: 100%;
}

#sp-logo .align-items-center {
    justify-content: flex-start !important;
}

#sp-header .justify-content-xl-center {
    justify-content: left !important;
    padding-left: 16px;
}

#sp-footer,
#sp-bottom {
    background: #ffffff;
    color: #000000;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active:hover>a {
    color: #ffffff;
    background: #0088cc;
    border-radius: 5px;
    line-height: 34px;
}
.logo {
    padding: 1rem 0;
}
#sp-logo .logo a {
    color: #000;
    font-weight: bold;
    font-size: 40px;
}

#sp-left .sp-module,
#sp-right .sp-module {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
}

.breadcrumb {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
}

.block_product {
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.jshop_list_category .row-fluid {
    margin-right: 0;
    margin-left: 0;
}

.jshop_list_category .jshop_categ {
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
    border-bottom: 1px solid #e5e5e5;
}

@media(max-width: 991px) {
    #sp-header {
        display: none;
    }

    #sp-header-topbar {
        padding-top: 0px;
    }

    #sp-logo .logo a {
        font-size: 24px;
    }

    #sp-main-body {
        padding: 50px 0;
    }

    #sp-header-topbar div.align-items-center {
        justify-content: space-between;
    }

    #sp-logo {
        width: auto;
    }

    .right-toggler {
        width: 40px;
        margin-top: 4px;
    }
}


@media(max-width: 575px) {
    #sp-logo .logo a {
        font-size: 20px;
        margin-top: -10px;
    }
}

@media (max-width: 400px) {
    .right-toggler {
        width: 66px;
    }
}