@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

a:hover {
    text-decoration: none
}

.absolute-top {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1030
}

.card-img-top {
    -o-object-fit: cover;
    object-fit: cover
}

.img-wrap {
    text-align: center;
    display: block
}

    .img-wrap img {
        max-width: 100%
    }

.icon-wrap {
    text-align: center;
    display: inline-block
}

.price-wrap {
    letter-spacing: -0.2px;
    line-height: 1.4
}

.icon-lg, .icon-md, .icon-sm, .icon-xs {
    display: inline-block;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

    .icon-lg i, .icon-md i, .icon-sm i, .icon-xs i {
        vertical-align: middle !important;
        margin-top: -4px
    }

.icon-xs {
    width: 36px;
    height: 36px;
    line-height: 36px !important;
    font-size: 16px
}

    .icon-xs img {
        width: 20px;
        height: 20px;
        margin-top: -2px
    }

.icon-sm {
    width: 48px;
    height: 48px;
    line-height: 48px !important;
    font-size: 20px
}

    .icon-sm img {
        width: 26px;
        height: 26px;
        margin-top: -5px
    }

.icon-md {
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    font-size: 28px
}

    .icon-md img {
        width: 32px;
        height: 32px;
        margin-top: -7px
    }

.icon-lg {
    width: 96px;
    height: 96px;
    line-height: 96px !important;
    font-size: 42px
}

    .icon-lg img {
        width: 56px;
        height: 56px;
        margin-top: -10px
    }

.img-lg, .img-md, .img-sm, .img-xl, .img-xs {
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.img-xs {
    width: 32px;
    height: 32px
}

.img-sm {
    width: 52px;
    height: 52px
}

.img-md {
    width: 72px;
    height: 72px
}

.img-lg {
    width: 96px;
    height: 96px
}

.img-xl {
    width: 250px;
    height: 250px
}

.center-xy {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.center-y {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.center-x {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.vh-100 {
    height: 100vh
}

hr {
    color: #dee2e6
}

.divider {
    height: 10px;
    margin-top: 0;
    margin-bottom: 0
}

.opacity {
    opacity: 0.65
}

.absolute-top {
    position: absolute;
    top: 0;
    width: 100%
}

ul.row, ul.row-sm {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.padding-around, .padding-xy {
    padding: 1.25rem
}

.padding-x {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.padding-y {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.padding-top {
    padding-top: 1.25rem
}

.padding-bottom {
    padding-bottom: 1.25rem
}

var {
    font-style: normal
}

figure {
    margin-bottom: 0
}

.form-noborder .btn, .form-noborder input, .form-noborder select {
    border: 0
}

    .form-noborder select.form-control-lg:not([size]):not([multiple]) {
        height: 2.875rem
    }

.bg-half {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(49.999%,#519120),color-stop(50%,white));
    background-image: linear-gradient(#519120 49.999%,white 50%)
}

.bg-gray {
    background-color: #dee2e6
}

.bg-gradient-blue {
    background: rgba(33,37,41,0.4);
    background: -webkit-gradient(linear,left top,right bottom,from(rgba(13,110,253,0.9)),to(rgba(33,37,41,0.4)));
    background: linear-gradient(to bottom right,rgba(13,110,253,0.9),rgba(33,37,41,0.4));
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.overlay-gradient {
    position: relative
}

    .overlay-gradient:before {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.6;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        background: aqua;
        background: -webkit-gradient(linear,left top,right bottom,from(#519120),to(aqua));
        background: linear-gradient(to bottom right,#519120,aqua)
    }

    .overlay-gradient:hover:before {
        opacity: 0.9
    }

.title-lg {
    margin-bottom: 1.25rem;
    padding-left: 1.25rem
}

.title-section {
    margin-bottom: 0;
    margin-top: 1.25rem;
    padding-left: 1.25rem
}

.title-sm {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #adb5bd;
    padding-top: 1rem;
    padding-bottom: 0.6rem;
    margin-bottom: 0;
    display: block
}

p:last-child {
    margin-bottom: 0
}

.app-header {
    padding: 5px 7px;
    width: 100%;
    height: 60px;
    z-index: 200;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

    .app-header.hidden {
        top: -100%;
        -webkit-transition: 0.5s;
        transition: 0.5s
    }

    .app-header.visible {
        top: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s
    }

    .app-header .logo {
        max-height: 36px
    }

    .app-header .btn-header:first-child {
        margin-right: 5px
    }

    .app-header .btn-header {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0.5rem;
        min-width: 38px;
        padding: 10px;
        line-height: 1;
        text-align: center;
        background-color: transparent;
        border: 0;
        color: #212529
    }

        .app-header .btn-header i {
            font-size: 28px
        }

        .app-header .btn-header:active, .app-header .btn-header:hover {
            background-color: rgba(0,0,139,0.1)
        }

    .app-header .title-header {
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 7px;
        padding-right: 7px;
        text-align: center;
        font-size: 1.28rem
    }

    .app-header .header-right {
        min-width: 40px;
        text-align: right
    }

    .app-header.ondark {
        color: #fff
    }

        .app-header.ondark .btn-header, .app-header.ondark .btn-header i {
            color: #fff
        }

    .app-header.onlight .btn-header, .app-header.onlight .btn-header i {
        color: white;
    }

body.scrolling-down .app-header, body.scrolling-up .app-header {
    -webkit-box-shadow: 0 1px 6px rgba(33,37,41,0.3);
    box-shadow: 0 1px 6px rgba(33,37,41,0.3)
}

.nav-sidebar > a {
    display: block;
    padding: 10px;
    color: initial;
    border-radius: 0.5rem;
    font-weight: 500
}

    .nav-sidebar > a i {
        width: 16px;
        text-align: center;
        margin-right: 20px;
        display: inline-block;
        color: #adb5bd
    }

    .nav-sidebar > a:hover {
        background-color: #eee
    }

.nav-sidebar hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.filter-group .custom-control, .filter-group .form-check {
    margin-bottom: 1.25rem
}

.bar-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.625rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2)
}

    .bar-bottom .custom-select, .bar-bottom .form-control {
        display: inline-block;
        width: auto
    }

.nav-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 60px;
    z-index: 10000;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

    .nav-bottom .nav-link {
        text-align: center;
        color: #adb5bd;
        display: inline-block;
        padding: 7px
    }

        .nav-bottom .nav-link .icon {
            display: inline-block;
            font-size: 26px
        }

        .nav-bottom .nav-link .text {
            display: block;
            font-weight: 500;
            font-size: 0.8rem;
            color: #adb5bd
        }

        .nav-bottom .nav-link.active {
            color: #519120
        }

            .nav-bottom .nav-link.active .text {
                color: #519120
            }

.slider-banner-owl .owl-nav .owl-next, .slider-banner-owl .owl-nav .owl-prev {
    padding: 16px 7px;
    color: #FFF;
    display: inline-block;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 9;
    position: absolute
}

.slider-banner-owl .owl-nav .owl-prev {
    left: 0
}

.slider-banner-owl .owl-nav .owl-next {
    right: 0
}

.slider-banner-owl .item-slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff
}

    .btn-facebook:hover {
        color: #fff
    }

.btn-instagram {
    background-color: #E52D27;
    color: #fff
}

    .btn-instagram:hover {
        color: #fff
    }

.btn-youtube {
    background-color: #C8046C;
    color: #fff
}

    .btn-youtube:hover {
        color: #fff
    }

.btn-twitter {
    background-color: #42AEEC;
    color: #fff
}

    .btn-twitter:hover {
        color: #fff
    }

.btn-google {
    background-color: #ff7575;
    color: #fff
}

    .btn-google:hover {
        color: #fff
    }

.btn-fab {
    width: 60px;
    height: 60px;
    padding: 5px;
    position: fixed;
    bottom: 7%;
    right: 5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    background: #519120;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2)
}

    .btn-fab i.icon {
        font-size: 30px
    }

.btn-light {
    background-color: #f2f2f2;
    color: #519120
}

    .btn-light i {
        color: #519120
    }

    .btn-light:hover {
        background-color: #dee2e6
    }

.btn-block {
    margin-bottom: 10px
}

.btn-icon {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0.6rem;
    padding-right: 0.6rem
}

.btn:not(.btn-sm) {
    font-weight: 600
}

.btn-icon:not(.btn-sm) {
    height: calc(1.5em + 1.28rem + 2px);
    width: calc(1.5em + 1.28rem + 2px)
}

.btn-icon.btn-sm {
    height: calc(1.5em + 0.82rem + 2px);
    width: calc(1.5em + 0.82rem + 2px)
}

.btn-icon.btn-lg {
    height: calc(1.5em + 1.2rem + 2px)
}

.btn i {
    font-size: 24px;
    display: inline-block
}

.btn-sm i {
    font-size: 20px;
    line-height: 0.9
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

    .itemside .aside {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .itemside .info {
        padding-left: 15px;
        padding-right: 7px
    }

    .itemside p {
        margin-bottom: 0.625rem
    }

    .itemside .title {
        display: block;
        color: #212529
    }

    .itemside a.title:hover {
        color: #519120
    }

    .itemside select {
        min-width: 50px
    }

a.itemside {
    color: initial
}

.itemlist {
    padding: 20px;
    border-bottom: 1px solid #eee
}

.scroll-horizontal {
    white-space: nowrap;
    overflow-x: scroll
}

    .scroll-horizontal .item, .scroll-horizontal .item-lg, .scroll-horizontal .item-sm, .scroll-horizontal .item-xs, .scroll-horizontal > div {
        display: inline-block;
        vertical-align: top;
        white-space: initial;
        margin-right: 5px;
        margin-bottom: 0.3125rem
    }

    .scroll-horizontal .item-xs {
        width: 72px
    }

    .scroll-horizontal .item-sm {
        width: 90px
    }

    .scroll-horizontal .item {
        width: 140px
    }

    .scroll-horizontal .item-lg {
        width: 300px
    }

    .scroll-horizontal .item-banner {
        width: 100%;
        margin-right: 3px
    }

.list-inline {
    margin-bottom: 0
}

.list-inline-item {
    vertical-align: middle
}

dl[class=row] {
    margin-bottom: 0
}

[class*=dlist-] {
    margin-bottom: 5px
}

    [class*=dlist-] dd {
        margin-bottom: 0
    }

.dlist-inline dd, .dlist-inline dt {
    display: inline-block
}

.dlist-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .dlist-align dt {
        width: 120px;
        word-wrap: break-word;
        font-weight: normal
    }

    .dlist-align dd {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

[class*=list-] li:after {
    visibility: hidden;
    display: block;
    content: "";
    overflow: hidden;
    height: 0;
    clear: both
}

.list-icon {
    list-style: none;
    padding-left: 0
}

    .list-icon li {
        margin-bottom: 7px;
        position: relative;
        padding-left: 30px
    }

    .list-icon .icon {
        width: 22px;
        margin-right: 15px;
        vertical-align: middle;
        text-align: center;
        color: #6c757d;
        position: absolute;
        top: 3px;
        left: 0
    }

    .list-icon span {
        vertical-align: middle
    }

.list-bullet {
    list-style: none;
    padding-left: 0
}

    .list-bullet li {
        margin-bottom: 5px;
        position: relative;
        padding-left: 15px
    }

        .list-bullet li:before {
            content: " ";
            position: absolute;
            top: 8px;
            left: 0;
            width: 7px;
            border-radius: 100%;
            height: 7px;
            background: #ced4da
        }

.list-check {
    padding-left: 0;
    list-style: none
}

    .list-check > li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 10px
    }

        .list-check > li:before {
            font-family: "Material Icons Round";
            font-size: 20px;
            color: #198754;
            position: absolute;
            top: -3px;
            left: 0;
            content: ""
        }

.list-normal {
    list-style: none;
    padding-left: 0
}

    .list-normal li {
        padding-left: 1em;
        margin-bottom: 7px
    }

        .list-normal li:before {
            content: "•";
            color: #519120;
            display: inline-block;
            width: 1em;
            margin-left: -1em
        }

.list-search-history {
    list-style: none;
    margin: 0;
    padding: 0
}

    .list-search-history > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .list-search-history .text {
        display: block;
        width: 100%;
        font-size: 1.1rem;
        padding: 10px 0
    }

    .list-search-history i {
        color: #ced4da
    }

.timeline-num {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

    .timeline-num li {
        border-left: 1px solid #fd8c14;
        margin-left: 12px;
        padding-left: 30px;
        position: relative;
        min-height: 40px
    }

        .timeline-num li:last-child {
            border-left: none
        }

    .timeline-num .num {
        position: absolute;
        top: -1px;
        left: -12px;
        background: #FFE5BE;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        display: inline-block;
        color: #fd8c14;
        text-align: center;
        font-size: 0.875rem;
        line-height: 24px
    }

.timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

    .timeline li {
        border-left: 1px solid #fd8c14;
        margin-left: 12px;
        padding-left: 30px;
        position: relative;
        min-height: 40px;
        padding-bottom: 10px
    }

        .timeline li:before {
            position: absolute;
            top: 5px;
            left: -6px;
            content: "";
            background: #fd8c14;
            width: 11px;
            height: 11px;
            border-radius: 100%;
            display: inline-block
        }

.cols-two {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.cols-three {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.cols-four {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
}

a[class*=product] {
    color: initial
}

    a[class*=product]:hover .title {
        color: #519120
    }

[class*=product] {
    color: initial;
    display: block
}

    [class*=product] .title {
        color: #495057;
        display: block
    }

    [class*=product] .badge {
        top: 10px;
        left: 10px;
        position: absolute
    }

    [class*=product] .img-wrap {
        background-color: #f2f2f2;
        border: 1px solid #e9ecef;
        position: relative;
        overflow: hidden
    }

        [class*=product] .img-wrap img {
            height: 100%;
            width: 100%;
            display: inline-block;
            -o-object-fit: cover;
            object-fit: cover;
            mix-blend-mode: multiply
        }

    [class*=product] p {
        margin-bottom: 0
    }

    [class*=product]:hover .img-wrap {
        border: 1px solid #ced4da
    }

    [class*=product]:active .img-wrap {
        border: 1px solid #ced4da
    }

    [class*=product] .price-wrap {
        line-height: 1.2
    }

.product .img-wrap {
    height: 165px;
    border-radius: 0.36rem
}

    .product .img-wrap.lg {
        height: 210px
    }

    .product .img-wrap.img-book img {
        mix-blend-mode: normal
    }

.product .info-wrap {
    overflow: hidden;
    padding: 1.25rem;
    color: #212529
}

.product .text-wrap {
    padding-top: 0.625rem;
    line-height: 1.25
}

.product .title {
    font-size: 0.875rem
}

.product .price {
    font-weight: 600
}

.product-book .img-wrap {
    height: 220px;
    border-radius: 0.36rem
}

    .product-book .img-wrap img {
        mix-blend-mode: normal
    }

.product-book .text-wrap {
    padding-top: 0.625rem;
    line-height: 1.25
}

.product-book .price {
    font-size: 0.875rem;
    color: #adb5bd
}

.scroll-horizontal .product .img-wrap {
    height: 135px
}

.scroll-horizontal .product-book .img-wrap {
    height: 200px
}

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .product-list .rating-wrap {
        margin-bottom: 5px
    }

    .product-list .img-wrap {
        display: block;
        height: 120px;
        width: 130px;
        background-color: #e9ecef;
        border-radius: 0.5rem
    }

        .product-list .img-wrap img {
            mix-blend-mode: normal
        }

        .product-list .img-wrap.lg {
            height: 210px
        }

    .product-list .info-wrap {
        overflow: hidden;
        padding-left: 0.625rem;
        color: #212529;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 70%
    }

.card .img-wrap {
    overflow: hidden
}

.box {
    padding: 1rem;
    border-radius: 0.5rem;
    display: block
}

    .box img {
        max-width: 100%
    }

a.box, a.card {
    color: initial
}

.icontext {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle
}

    .icontext p {
        margin-bottom: 0
    }

    .icontext .text {
        width: 100%
    }

    .icontext .icon {
        position: relative;
        margin-right: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .icontext .title {
        display: block;
        margin-bottom: 0
    }

.breadcrumb.steps .breadcrumb-item {
    opacity: 0.4
}

    .breadcrumb.steps .breadcrumb-item.current, .breadcrumb.steps .breadcrumb-item.done {
        opacity: 1
    }

    .breadcrumb.steps .breadcrumb-item.current {
        font-weight: bold
    }

.tag {
    display: inline-block;
    padding: 3px 7px;
    background: #f2f2f2;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-top: 4px;
    margin-right: 2px;
    font-size: 85%
}

.user-online {
    position: relative
}

    .user-online img {
        border: 3px solid #fd8c14
    }

    .user-online:after {
        content: "";
        position: absolute;
        bottom: 3px;
        right: 3px;
        z-index: 5;
        width: 12px;
        height: 12px;
        border-radius: 10px;
        display: inline-block;
        background-color: #1DC41F
    }

.item-logo {
    margin-bottom: 20px;
    text-align: center
}

    .item-logo img {
        max-height: 65px
    }

.icon-control {
    float: right;
    color: #ced4da
}

.notify {
    position: absolute;
    top: -4px;
    right: -10px;
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-radius: 3rem;
    color: #fff;
    background-color: #dc3545
}

.dot {
    font-style: normal;
    opacity: 0.5
}

    .dot:after {
        content: "•";
        display: inline-block
    }

.pulsate {
    -webkit-animation-name: highlight_anim;
    animation-name: highlight_anim;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-webkit-keyframes highlight_anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes highlight_anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.rating-wrap {
    line-height: 1
}

.rating-stars {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    clear: both;
    line-height: 0.8
}

    .rating-stars i {
        font-size: 14px;
        color: #ccc;
        display: inline
    }

    .rating-stars img {
        height: 14px;
        max-width: none
    }

    .rating-stars li {
        display: block;
        text-overflow: clip;
        white-space: nowrap;
        z-index: 1
    }

        .rating-stars li.stars-active {
            z-index: 2;
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden
        }

            .rating-stars li.stars-active i {
                color: orange
            }

    .rating-stars.stars-lg img {
        height: 18px;
        max-width: none
    }

.label-rating {
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle
}

[class*=avatar-] {
    display: inline-block;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-radius: 50%;
    color: #adb5bd;
    background-color: #dee2e6
}

.avatar-xs {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 24px
}

.avatar-sm {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 18px
}

.avatar-md {
    width: 56px;
    height: 56px;
    line-height: 55px;
    font-size: 32px
}

.avatar-lg {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 48px
}

.card-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    border: 0;
    background: #519120;
    background-size: cover;
    background-position: center center
}

    .card-banner .card-body {
        background-size: cover;
        position: relative;
        z-index: 10
    }

    .card-banner .caption {
        background-color: rgba(0,0,0,0.4);
        z-index: 10;
        padding: 1.4rem;
        color: #fff
    }

        .card-banner .caption.bottom {
            bottom: 0;
            left: 0;
            position: absolute;
            width: 100%
        }

        .card-banner .caption.top {
            top: 0;
            left: 0;
            position: absolute;
            width: 100%
        }

        .card-banner .caption.left {
            top: 0;
            left: 0;
            bottom: 0;
            position: absolute
        }

    .card-banner .text-bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
        padding: 10px 20px;
        padding-top: 30px;
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.3)));
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
        color: #fff
    }

    .card-banner .text-top {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        padding: 7px 20px;
        padding-top: 30px;
        color: #fff;
        text-shadow: 0 1px 3px rgba(0,0,0,0.2)
    }

    .card-banner .card-img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .card-banner .img-bg {
        position: absolute;
        right: 0;
        bottom: 0;
        mix-blend-mode: multiply;
        max-width: 100%
    }

.item-category-grid {
    height: 200px !important;
    text-align: center;
    background-color: #ffffff;
    color: initial;
    padding: 0.625rem 0;
    margin-bottom: 10px;    
    display: block;
    text-transform: capitalize;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #80808033;
}

.product-item-sm .item-category-grid {
    height: 120px !important;
    margin-bottom: 0.25rem;
}

.item-category-grid .icon, .item-category-grid img {
    width: -webkit-fill-available;
}

.item-category-grid img {
    position: absolute;
    width: 50px;
    left: 0px;
    top: 0px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.item-category-grid .icon-wrap {
    margin-bottom: 7px;
    display: block;
    font-size: 62px;
}

.item-category-grid i {
    font-size: 32px !important;
    line-height: 32px;
    color: #519120
}

.item-category-grid .text {
    color: #212529;
    display: block;
    line-height: 1.2;
    text-transform: capitalize;
}

.item-category-grid:focus {
    background-color: #9ec5fe
}

.item-category-sm {
    text-align: center;
    display: block;
    border-radius: 0.5rem
}

    .item-category-sm .icon, .item-category-sm img {
        width: 30px;
        height: 30px
    }

    .item-category-sm .icon-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        border-radius: 0.6rem;
        margin-bottom: 7px;
        background-color: #f2f2f2;
        width: 70px;
        height: 70px;
        padding: 0.625rem 0
    }

    .item-category-sm i {
        font-size: 26px;
        line-height: 32px
    }

    .item-category-sm .title {
        display: block;
        color: #adb5bd;
        font-size: 0.8rem;
        line-height: 1.2
    }

    .item-category-sm:active {
        opacity: 0.7
    }

    .item-category-sm:hover {
        opacity: 0.7
    }

.item-category-img {
    overflow: hidden;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    height: 100px;
    border-radius: 0.5rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    color: #fff
}

    .item-category-img .text {
        position: relative;
        z-index: 7;
        text-shadow: 0 0 7px rgba(0,0,0,0.9);
        letter-spacing: 0.5px
    }

    .item-category-img:hover {
        color: #fff
    }

.nav-list {
    margin-left: 1.25rem
}

.btn-list:last-child {
    border-bottom: 1px solid #eee;
    margin-bottom: -1px
}

.btn-list {
    color: initial;
    position: relative;
    font-weight: 500;
    padding: 15px 1.25rem;
    padding-left: 7px;
    margin-left: -7px;
    border-bottom: 1px solid #eee;
    display: block
}

    .btn-list:active {
        background-color: #f2f2f2
    }

    .btn-list:hover {
        background-color: #f2f2f2
    }

    .btn-list .icon-action, .btn-list .icon-control {
        color: #ced4da;
        float: right;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .btn-list .title {
        color: #adb5bd;
        display: block
    }

.list-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

    .list-menu li.nav-item {
        margin-bottom: 0.625rem;
        border-radius: 0.5rem
    }

        .list-menu li.nav-item:active {
            background-color: #f2f2f2;
            -webkit-box-shadow: 0 0 0 3px #f2f2f2;
            box-shadow: 0 0 0 3px #f2f2f2
        }

        .list-menu li.nav-item:hover {
            background-color: #f2f2f2;
            -webkit-box-shadow: 0 0 0 3px #f2f2f2;
            box-shadow: 0 0 0 3px #f2f2f2
        }

    .list-menu a {
        color: #212529;
        width: 100%
    }

    .list-menu .icon {
        background-color: #e9f3e7
    }

    .list-menu .title {
        font-weight: 500
    }

.input-spinner {
    width: 160px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .input-spinner input.form-control {
        text-align: center;
        max-width: 60px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
        border-color: #dee2e6;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding-left: 0.4rem;
        padding-right: 0.4rem
    }

    .input-spinner .btn {
        width: 48px;
        border-color: #dee2e6;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center
    }

.input-group-sm.input-spinner {
    width: 124px
}

.input-dark {
    background-color: rgba(255,255,255,0.1);
    border: 0
}

.checkbox-btn {
    position: relative
}

    .checkbox-btn input {
        position: absolute;
        z-index: -1;
        opacity: 0
    }

        .checkbox-btn input:checked ~ .btn {
            border-color: #519120;
            background-color: #519120;
            color: #fff
        }

.js-check.box {
    width: 100%;
    border: 2px solid #dee2e6;
    background-color: #f2f2f2
}

.js-check {
    position: relative
}

    .js-check .checkbox {
        position: absolute;
        top: 21px;
        right: 18px
    }

    .js-check.active {
        border-color: #519120
    }

    .js-check:hover:not(.active) {
        border-color: #ccc
    }

body.dialog-on {
    overflow: hidden
}

.app-content {
    min-height: calc(100vh - 110px);
    padding-bottom: 60px;
    max-width: 1024px;
    margin: 0 auto
}

section {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: -1px;
    margin-bottom: -1px
}

.preloader {
    background-color: #519120;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    top: 0;
    left: 0;
    overflow: hidden
}

    .preloader img {
        height: 32px;
        width: auto;
        margin-bottom: 15px
    }

.gallery-wrap img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.gallery-wrap .item-slider {
    height: 320px;
    width: 86%;
    overflow: hidden;
    background: #e9ecef;
    text-align: center;
    margin-right: 0;
    margin-bottom: 0
}

    .gallery-wrap .item-slider img {
        mix-blend-mode: multiply
    }

.gallery-wrap .img-big-wrap {
    height: 280px;
    overflow: hidden;
    background: #e9ecef;
    border-bottom: 1px solid #dee2e6;
    text-align: center;
    display: block
}

    .gallery-wrap .img-big-wrap img {
        mix-blend-mode: multiply
    }

.gallery-wrap .thumbs-wrap {
    line-height: 1
}

    .gallery-wrap .thumbs-wrap .item-thumb {
        width: 74px;
        height: 56px;
        background: #e9ecef;
        border: 1px solid #dee2e6;
        border-radius: 0.36rem;
        display: inline-block;
        overflow: hidden
    }

    .gallery-wrap .thumbs-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        mix-blend-mode: multiply
    }

.title-detail {
    margin-bottom: 5px
}

.info-detail-wrap p {
    margin-bottom: 0
}

.item-option-select {
    margin-bottom: 1rem;
    display: inline-block;
    margin-right: 15px
}

    .item-option-select .btn {
        min-width: 80px
    }

.title-item-detail {
    margin-bottom: 15px
}

.table-price-detail {
    border-top: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 1rem
}

    .table-price-detail td {
        padding: 5px 0
    }

        .table-price-detail td:first-child {
            width: 90px
        }

        .table-price-detail td:last-child {
            color: #adb5bd
        }

    .table-price-detail tr {
        border-bottom: 1px solid #dee2e6
    }

@media (max-width: 600px) {
    ::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
}

.error {
    color: red;
}

.app-logo-main {
    width: 200px;
}

.modal-on-top {
    z-index: 10001;
}