﻿body {
    background-color: #f2f3f7;
}

.bg-white {
    background-color: white;
}
.nav-tabs {
        border-bottom: 2px solid #eee;
    }

    .nav-tabs > li {
        position: relative;
        top: 3px;
        left: -2px;
    }

        .nav-tabs > li > a {
            border: none !important;
            color: #222 !important;
        }

    .nav-tabs li.active a {
        color: #222 !important;
    }

    .nav-tabs > li > a {
        border: none !important;
        color: #999 !important;
        font-size: 16px;
    }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: inherit;
}

.nav-tabs li.active a:before {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-tabs li.active a:before {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-tabs > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #2196F3;
    bottom: 2px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.store-head {
    background-image: url('/Content/images/bg-default-store.webp');
    background-color: gray;
    padding: 20px;
}

.logo-store {
    display: inline-block;
    vertical-align: top;
}

    .logo-store img {
        max-height: 68px;
    }

.info-store-name {
    display: inline-block;
}

.info-store {
    padding-left: 10px;
    padding-top: 5px;
}

    .info-store .it {
        padding-bottom: 3px;
    }

        .info-store .it span.material-icons {
            padding-right: 3px;
        }

.store-info {
    background-color: white;
    width: 500px;
    padding: 10px;
}

.icon-sao i {
    color: #bbbbbb;
}

    .icon-sao i.star {
        color: green;
    }



.product-image {
    overflow: hidden;
}

    .product-image img {
        width: 100%;
        object-fit: cover;
        max-height: 253px;
    }

.product-name a {
    display: block;
}

    .product-name a:first-letter {
        text-transform: uppercase;
    }

#product .filter {
    border-bottom: 2px solid #eeeeee;
    padding: 10px;
}

#product .col-xs-3, #product .col-sm-3, #product .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}

.view_mode i {
    color: #dadada;
    font-size: 32px;
    vertical-align: middle;
}

    .view_mode i.active {
        color: #183545;
    }

.phan-trang {
    padding: 30px 0px;
    margin: 2% 0px;
    text-align: center;
    float: left;
    width: 100%;
}

    .phan-trang ul {
        display: inline-block;
        margin-bottom: 0px;
    }

        .phan-trang ul li {
            list-style: none;
            float: left;
            margin-right: 10px;
            border: 1px solid #c7c7c7;
            color: #616161;
            font-family: Roboto-Bold;
            border-radius: 50%;
            background-color: #f6f6f6;
            text-align: center;
            padding-top: 8px;
            font-size: 16px;
            width: 40px;
            height: 40px;
        }

            .phan-trang ul li.active {
                background-color: #53a940;
                color: #fff;
            }

            .phan-trang ul li a {
                display: block;
                color: #616161;
                text-decoration: none;
                height: 100%;
            }

            .phan-trang ul li.active a {
                color: #fff;
            }

.nav-tabs > li.store-search {
    float: right;
}

    .nav-tabs > li.store-search input {
        padding: 7px 10px;
        outline: none;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(218, 218, 218);
        box-shadow: rgb(0 0 0 / 3%) 0px 1px 0px 0px;
        border-radius: 3px;
    }

.store-categry-head {
    padding-top: 22px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 0px;
    border-bottom: 2px solid #eeeeee;
}

.store-categry-list {
    list-style: none;
    margin-top: 5px;
}

    .store-categry-list li {
        padding: 5px;
        border-bottom: 1px solid #eeeeee;
    }

.row-hotro {
    /*margin-top: 15px;*/
}

    .row-hotro .col-inner {
        border: 1px solid #e1e1e1;
        padding: 10px 10px 15px;
    }

    .row-hotro h3 {
        font-size: 1.25em;
    }

.icon-box-left, .icon-box-right {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

    .icon-box-left .icon-box-img, .icon-box-right .icon-box-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
        max-width: 200px;
    }

        .icon-box-left .icon-box-img + .icon-box-text {
            padding-left: 1em;
        }

.banner {
    margin: 10px 0px;
}

.slide-img img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.home-product {
    border: 2px solid #ebebeb;
    border-radius: 5px;
    padding: 4px;
    margin-bottom: 19px;
}

    .home-product .product-image img {
        width: 100%;
        height: inherit;
        object-fit: cover;
    }

.row_title_sanpham {
    background: #fcfcfc;
    margin-bottom: 15px;
    border-bottom: 2px solid #9cc600;
    height: 40px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
}
@media (min-width: 360px) {
    .home-product-item {
        width: 50%;
        padding: 0px 5px;
    }
    .store-head {
        padding: 5px;
    }

    .store-info {
        width: 320px;
        padding: 5px;
    }
    .nav > li.store-search {
        display: none;
    }
}

/*Responsive*/
@media (min-width: 375px) {
    .row_title_sanpham {
        margin-bottom: 10px;
    }

    .home-product-item {
        width: 50%;
        padding: 0px 5px;
    }

    .nav > li.store-search {
        display: none;
    }

    .store-head {
        padding: 5px;
    }

    .store-info {
        width: 335px;
        padding: 10px;
    }
}
@media (min-width: 390px) {
    .store-head {
        padding: 5px;
    }

    .store-info {
        width: 350px;
        padding: 10px;
    }
}
@media (min-width: 667px) {
    .home-product-item {
        width: 33.33333333%;
        padding: 0px 5px;
    }
    .store-info {
        width: 420px;
        padding: 10px;
    }
    .nav > li.store-search {
        display: block;
    }
}
@media (min-width: 740px) {
    .col-xs-12 {
        padding-bottom: 15px;
    }
    .nav > li.store-search {
        display: block;
    }
}
@media (min-width: 844px) {
    .store-head {
        padding: 10px;
    }

    .store-info {
        width: 425px;
        padding: 10px;
    }

    .icon-box-left .icon-box-img + .icon-box-text {
        padding-left: 0em;
    }
}
@media (min-width: 1023px) {
    .home-product-item {
        width: 25%;
    }
}