﻿.icon-sale {
    /*position: absolute;
    bottom: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: .8rem;
    z-index: 1;
    text-align: center;
    background: url(/assets/images/all/promo.webp)*/
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: .8rem;
    z-index: 1;
    text-align: center;
    background-color: #ff0000;
    border-radius: 0 0 .375rem .375rem;
}

.icon-new {
    background-color: #109e0e;
    position: absolute;
    left: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    padding-top: 36px;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-size: .7rem;
    text-transform: uppercase;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.icon-hot {
    background-color: #ff0000;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    padding-top: 36px;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-size: .7rem;
    text-transform: uppercase;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.icon-saleoff {
    position: absolute;
    bottom: 6px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 3px 6px;
    text-align: center;
    background: url('/assets/images/all/saleoff.webp');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
    font-size: .8rem;
    text-transform: uppercase;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 50px;
    width: 38px;
    padding-top: 25px;
    font-weight: bold;
}

    .icon-saleoff span {
        position: absolute;
        top: 3px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
    }
/*.icon-saleoff:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -5px;
    border: 5px solid transparent;
    border-bottom: 5px solid #007506
}
*/
/*view-sort star*/

.sort-filter-box {
    margin-bottom: 1rem;
}

p.view-sort,
div.view-sort {
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border: 1px solid #eee;
    margin-bottom: -1px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*view-sort end*/

/*product star */
#content-body-menu {
}

#content-body-menu-btnshow {
    border-radius: 0.5rem;
    background-color: #fff;
    left: 0.75rem;
    height: 2.7rem;
    width: 2.7rem;
    transform: translateX(0.25rem);
    color: #c70600;
    border: 2px solid #c70600;
    cursor: pointer;
    font-size: 1.7rem;
}

.content-body-menu-close {
    background-color: #000;
    cursor: pointer;
    position: relative;
}

    .content-body-menu-close .box-icon {
        background-color: #c70600;
        height: 100%;
        width: 2.86rem;
        color: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        top: 0;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .content-body-menu-close .box-icon i {
            font-size: 1.44rem;
        }

    .content-body-menu-close .box-title {
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 1.44rem;
        padding-left: 3rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        display: block;
    }

.box-product-hot-home {
    /*background: #fff;
    position: relative;
    padding: 2rem 1rem 1rem 1rem;
    border: 1px solid #f6f6f6;*/
    background-color: #d00;
    position: relative;
    padding: 1rem;
    border-radius: 0.5rem;
}

    .box-product-hot-home .box-title {
        /* color: #24c12a;
        font-weight: 500;
        font-size: 1.3rem*/
    }

    .box-product-hot-home .box-icon:after {
        content: "";
        background: url('/assets/images/project/flash.png') no-repeat;
        position: absolute;
        top: -5px;
        right: -5px;
        height: 110px;
        width: 121px;
    }

.pro-tabs {
    border-bottom: 2px solid #035b93
}

    .pro-tabs .nav-link, .pro-tabs .tab-link {
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center;
        padding: 8px 15px 5px;
        -webkit-transition: .3s;
        transition: .3s;
        margin-right: 5px;
        margin-top: 5px;
        border-radius: .25rem .25rem 0 0;
        text-transform: uppercase;
    }

    .pro-tabs.nav-pills .nav-link {
        color: #000;
        background: #fff;
    }

        .pro-tabs.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            background-color: #035b93;
            /*background: repeating-linear-gradient(to right,red 0,#00f 50%,red 100%);*/
            background-size: 200% auto;
            background-position: 0 100%;
            animation: 2s linear infinite forwards gradient;
            color: #fff;
        }

.product-box {
    text-align: center;
    width: 100%;
    position: relative;
    /*border: 1px solid #eee;
    /*border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;*/
    background-color: #fff;
    height: 100%;
    padding-bottom: 1rem;
    border-radius: 1rem;
    -webkit-box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.15);
}

.product-box {
    /*border-radius: 0.5rem;*/
}

.sp-img-wrapper {
    /*border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;*/
}

.pro-box .product-box {
    /*width: 20%*/
}

.pro-box-f .product-box:first-child {
    /*width: 50%*/
}

.product-box:nth-child(-n+4) {
    /*border-top: 1px solid #eee*/
}

.product-box:nth-child(4n+1) {
    /*border-left: 1px solid #eee*/
}

.product-box:hover {
    z-index: 10;
    /*-webkit-box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.15);*/
    /*border-radius: 1rem;*/
}

.product-actions {
    height: auto;
    text-align: center;
    position: absolute;
    width: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .product-actions a {
        width: 2.5rem;
        /*height: 2.5rem;*/
        display: inline-block;
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;*/
    }

        .product-actions a:not(:first-child) {
            /*margin-top: 5px;*/
            margin-left: 5px;
        }

    .product-actions i {
        border-radius: 0.25rem;
        padding: 0.75rem 0.65rem;
        /*margin: 0 2px;*/
        display: inline-block;
        line-height: 12px;
        background: #035b93;
        color: #fff;
        font-size: 1.1rem;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        width: 100%;
    }

        .product-actions i:hover {
            background: #cd0000;
        }

    .product-actions .favouriteProduct i {
    }

        .product-actions .favouriteProduct i:hover {
        }

    .product-actions .favouriteProduct.act i {
        background: #cd0000;
    }

        .product-actions .favouriteProduct.act i:hover {
        }

.product-actions-list {
    display: none;
}

.product-box:hover .product-actions {
    opacity: 1;
    visibility: visible;
    right: 5px;
    transition: all ease 300ms
}

.sp-img-wrapper {
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 6px solid #fff;
    border-radius: 1rem;
}

    .sp-img-wrapper:before {
        /*content: "";
        display: block;
        padding-top: 100%*/
    }

    .sp-img-wrapper .box-img {
        position: relative;
        z-index: 0;
        overflow: hidden;
        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: 1rem;
    }

        .sp-img-wrapper .box-img:before {
            position: relative;
            content: "";
            padding-top: 80%;
            display: block;
        }

    .sp-img-wrapper .sp-img {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 5;
        height: auto;
        width: 100%;
    }

        .sp-img-wrapper .sp-img:hover {
            /* -webkit-transition: all 500ms ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 500ms ease-in;
        -ms-transform: scale(1.1);
        -moz-transition: all 500ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 500ms ease-in;
        transform: scale(1.1);
        z-index: 0*/
            /* -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);*/
        }

/*.product-box .sp-img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/

.product-box .sp-img-wrapper .imgExtra {
    position: absolute;
    bottom: 0.5rem;
    z-index: 10;
    height: 3rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-box:hover .sp-img-wrapper .imgExtra {
    opacity: 1;
}

.product-box .sp-img-wrapper .imgExtra .i-item {
    width: 3rem;
    margin: 0 0.25rem;
    border: 3px solid #fff;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 0.25rem;
}

    .product-box .sp-img-wrapper .imgExtra .i-item:before {
        position: relative;
        content: "";
        padding-top: 70%;
        display: block;
    }

    .product-box .sp-img-wrapper .imgExtra .i-item img {
        width: 100%;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: auto;
        width: 100%;
        border-radius: 0.25rem;
    }

.product-name {
    /*height: 2.8rem;*/
    line-height: 1.3;
    padding: 0 1rem;
    margin-top: 0;
    overflow: hidden;
    font-size: 1.1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    margin-top: 1rem;
}

    .product-name h2, .product-name h3 {
        font-size: 1.1rem !important;
        line-height: 1.3
    }

.product-summary {
    padding: 0 1rem;
    overflow: hidden;
    clear: both;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    margin-top: 0.375rem;
}

.product-name a {
}

    .product-name a * {
        font-size: 1.1rem;
        line-height: 120%;
        color: #000;
        font-weight: 500;
    }

.product-box:hover .product-name a * {
    color: #035b93
}

.product-price-cart {
    position: relative;
    /*height: 60px;*/
    padding: 5px 10px 0;
    margin-top: 1rem;
}

.product-price {
    display: block;
    padding-bottom: 4px;
    color: #d4060e;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

.product-price-old {
    display: block;
    /*padding-bottom: 4px;*/
    color: #aaa;
    text-decoration: line-through;
    line-height: 1.2;
}

.product-info-box {
    margin-top: 0.5rem;
    padding: 0 1rem;
}

    .product-info-box .box-item {
        /*margin-top: 0.25rem;
        text-align: left;*/
        margin-top: 0.75rem;
        text-align: left;
        position: relative;
        padding-left: 33px;
    }

        .product-info-box .box-item .item-title {
        }

            .product-info-box .box-item .item-title i {
                /*margin-right: 0.375rem;
                width: 0.9rem;*/

                width: 26px;
                height: 26px;
                line-height: 26px;
                color: #fff;
                background: #035b93;
                text-align: center;
                border-radius: 5px;
                position: absolute;
                top: 0px;
                left: 0;
            }

            .product-info-box .box-item .item-title span {
                font-weight: 500;
            }


        .product-info-box .box-item .item-value {
        }

.product-desc .product-info-box {
    padding: 0;
}

    .product-desc .product-info-box .box-item {
        padding-top: 1rem;
        border-top: 1px solid #dee2e6;
    }

        .product-desc .product-info-box .box-item:last-child {
            padding-bottom: 1rem;
            border-bottom: 1px solid #dee2e6;
        }

        .product-desc .product-info-box .box-item .item-title {
            min-width: 8rem;
            display: inline-block;
        }

            .product-desc .product-info-box .box-item .item-title i {
                top: 1rem;
            }

.product-box .product-start .item-start {
    color: #dfdfdd
}

    .product-box .product-start .item-start i.act {
        color: #f2c604
    }

/*productbox-list start*/
.productbox-list {
    margin-top: 1rem;
}

    .productbox-list .product-box {
        /*border: 1px solid #eee;*/
    }

        .productbox-list .product-box:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .productbox-list .product-box .sp-img-wrapper {
            border-radius: 0;
        }

        .productbox-list .product-box .product-summary {
            display: none;
        }

        .productbox-list .product-box .product-price-cart {
            height: auto;
        }

        .productbox-list .product-box .product-actions-list a span {
            display: none;
        }

@media(min-width: 576px) {
    .productbox-list .product-box:after {
        content: '';
        clear: both;
        display: block;
    }

    .productbox-list:nth-child(2n+1) .product-box {
        background: #f2f2f2;
    }

    .productbox-list .product-box {
        border: 0px;
        padding: 1rem;
    }

        .productbox-list .product-box .sp-img-wrapper {
            float: left;
            width: 30%;
            border: 0;
            /*height: calc(100%);*/
        }

            .productbox-list .product-box .sp-img-wrapper .product-actions {
                display: none;
            }

        .productbox-list .product-box .product-name {
            width: 70%;
            float: left;
            text-align: left;
            z-index: 10;
            position: relative;
            margin-top: 0;
        }

        .productbox-list .product-box .product-summary {
            display: block !important;
            width: 70%;
            float: left;
            clear: inherit;
            /*display: block;*/
            text-align: left;
        }

        .productbox-list .product-box .product-price-cart {
            width: 70%;
            float: left;
            text-align: left;
            padding: 0.5rem 1rem 0 1rem;
        }

        .productbox-list .product-box .product-start {
            width: 70%;
            float: left;
            height: auto;
            text-align: left;
            padding: 0 1rem;
        }

        .productbox-list .product-box .product-actions-list {
            display: block;
        }

            .productbox-list .product-box .product-actions-list a {
                background-color: #035b93;
                border: 1px solid #035b93;
                color: #fff;
                border-radius: 0.375rem;
                margin-top: 0.5rem;
                width: 2rem;
                padding: 0.5rem 0.5rem;
                display: -webkit-inline-box !important;
                display: -ms-inline-flexbox !important;
                display: inline-flex !important;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .productbox-list .product-box .product-actions-list .favouriteProduct.act {
                background-color: #ffff00;
                border-color: #ffff00;
            }
}

@media(min-width: 992px) {
    .productbox-list .product-box .product-summary {
        /*width: 70%;
        float: left;
        clear: inherit;
        display: block;
        text-align: left;*/
    }
}

@media(min-width: 1200px) {
    .productbox-list .product-box .product-name {
        width: 45%;
        float: left;
    }

    .productbox-list .product-box .product-summary {
        width: 45%;
    }

    .productbox-list .product-box .product-price-cart {
        /*width: 100%;
        float: none;
        padding-top: 0;*/
        width: 25%;
        margin-left: 75%;
        float: none;
        padding-top: 0;
        padding: 0;
    }

    .productbox-list .product-box .product-start {
        width: 25%;
        float: right;
        padding: 0;
    }

    .productbox-list .product-box .product-actions-list {
        /*width: 25%;
                float: right;
                padding: 0;*/
        text-align: center;
        margin-top: 0.5rem;
    }

        .productbox-list .product-box .product-actions-list a {
            width: 100%;
            display: block;
            padding: 0.25rem 1rem;
        }

            .productbox-list .product-box .product-actions-list a:hover {
                background-color: #035b93;
                border-color: #035b93;
            }

            .productbox-list .product-box .product-actions-list a span {
                display: inline-block;
            }

            .productbox-list .product-box .product-actions-list a i {
                margin-right: 0.75rem;
            }

        .productbox-list .product-box .product-actions-list .favouriteProduct {
            background-color: transparent;
            border-color: #748194;
            color: #748194;
        }

            .productbox-list .product-box .product-actions-list .favouriteProduct:hover {
                background-color: #748194;
                border-color: #748194;
                color: #fff;
            }

            .productbox-list .product-box .product-actions-list .favouriteProduct.act {
                background-color: #748194;
                border-color: #748194;
                color: #fff;
            }

                .productbox-list .product-box .product-actions-list .favouriteProduct.act i {
                    color: #ffff00;
                }
}
/*productbox-list end*/
/*.product-shortcuts {
    margin: 10px 0;
    padding: 5px 10px;
    border-bottom: 3px solid #0296ff
}

    .product-shortcuts a {
        font-size: 13px;
        font-weight: 500;
        color: #0863ac;
        display: inline-block;
        text-decoration: underline;
        margin-right: 10px
    }*/
#tooltip {
    display: none;
    position: absolute;
    z-index: 99999;
    background: #fff;
    border: solid 1px #888;
    width: 370px;
    box-shadow: 0 0 7px #666;
    padding-bottom: 10px;
    border-radius: 8px;
    overflow: hidden
}

    #tooltip .hover-pro-name {
        width: 100%;
        padding: 10px 15px;
        font-size: 1.3rem;
        background: #035b93;
        color: #fff;
        font-weight: bold
    }

    #tooltip .hover-pro-info {
        padding: 15px
    }

    #tooltip .hover-pro-title {
        display: inline-block;
        padding: 6px;
        background: #0066d3;
        color: #fff;
        border-radius: 6px
    }

.hover-content-pro {
    display: none;
    line-height: 1.8
}

    .hover-content-pro table tr td {
        padding: 2px 0px;
    }

        .hover-content-pro table tr td .fas {
            color: #035b93
        }

    .hover-content-pro table {
        padding: 0 10px;
        margin-top: 8px;
        width: 100%;
    }

.boxbody_tbl {
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
    /*background: #fff*/
}

.boxbody_search {
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.boxbody_body {
    clear: both;
    margin: 0;
    /*padding: 15px;*/
    text-align: left;
    /*border: 1px solid #eee;*/
}

.boxbody_top {
    background-color: #fff;
    position: relative;
    /*border-bottom: 2px solid #035b93;*/
    overflow: hidden;
    max-width: 100%;
    line-height: normal;
    border-radius: 0.5rem;
}

    .boxbody_top > span {
        text-transform: uppercase;
        font-size: 1.3rem;
        padding: 0px 15px 0px 15px;
        /*background: #035b93;*/
        background-image: linear-gradient(45deg, #035b93, #035b93);
        color: #fff;
        /*border-left: 6px solid #035b93;*/
        position: relative;
        display: inline-block;
        float: left;
        min-width: 20%;
        /*min-height: 28px;*/
        min-height: 2.9rem;
        line-height: 2.9rem;
        /* border-bottom: 5px solid #fff; */
        border-radius: .75rem;
        margin-bottom: 0.25rem;
    }

        .boxbody_top > span:after {
            /*content: "";
            position: absolute;
            top: -1px;
            right: -37px;
            height: 0;
            width: 0;
            display: block;
            border-top: 1.51rem solid transparent;
            border-bottom: 1.51rem solid transparent;*/
            /* border-top: 1.31rem solid transparent;
            border-bottom: 1.31rem solid transparent;*/
            /*border-left: 1.2rem solid #035b93;
            border-right: 1.2rem solid transparent;*/
            /*content: "";
            position: absolute;
            top: 0;
            right: -2.4rem;
            height: 0;
            width: 0;
            display: block;
            border-top: 1.45rem solid transparent;
            border-bottom: 1.45rem solid transparent;
            border-left: 1.2rem solid #035b93;
            border-right: 1.2rem solid transparent;*/
        }

        .boxbody_top > span a {
            font-weight: normal;
            color: #fff;
        }

    .boxbody_top h1, .boxbody_top h2, .boxbody_top h3 {
        font-size: 1.3rem !important;
        font-weight: 500;
        display: inline-block;
        position: relative;
        z-index: 1;
        /*float: left;*/
    }

        .boxbody_top h1:before, .boxbody_top h2:before, .boxbody_top h3:before {
            /*content: '';
            position: absolute;
            left: 0px;
            bottom: 0px;
            display: block;
            height: 16px;
            width: 140px;
            background: #035b93;
            z-index: -1;
            transform: skew(-15deg);*/
        }

    .boxbody_top .subcat {
        height: 45px;
        line-height: 45px;
        overflow: hidden;
        padding-left: 45px;
    }

        .boxbody_top .subcat ul {
            width: 10000px;
            list-style: none;
        }

        .boxbody_top .subcat li {
            float: left;
            padding: 0 15px;
            position: relative;
        }

            .boxbody_top .subcat li:after {
                content: "|";
                position: absolute;
                right: 0;
                top: 0;
                color: #ccc;
            }

        .boxbody_top .subcat a {
            float: left;
            font-size: 1rem;
            line-height: 45px;
        }

    .boxbody_top .subcat2 {
        /*height: 3.4rem;*/
        /*line-height: 2.7rem;*/
        /*overflow: hidden;*/
        /*  padding-left: 1px;
        margin-bottom: 1rem;
        margin-top: 0.5rem;*/
        /*display: inline-block;*/
    }

        .boxbody_top .subcat2 ul {
            /*width: 10000px;*/
            list-style: none;
            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;*/
            width: 100%;
            flex-wrap: nowrap;
            overflow: auto;
            padding-bottom: 0.25rem;
        }

            .boxbody_top .subcat2 ul::-webkit-scrollbar {
                width: 0.375rem;
                height: 0.375rem;
            }

            .boxbody_top .subcat2 ul::-webkit-scrollbar-thumb {
                background-color: #035b93;
                cursor: pointer;
                border-radius: 0.375rem;
            }

            .boxbody_top .subcat2 ul li {
                float: none;
                position: relative;
            }

                .boxbody_top .subcat2 ul li h1,
                .boxbody_top .subcat2 ul li h2,
                .boxbody_top .subcat2 ul li h3 {
                    float: none;
                }

                .boxbody_top .subcat2 ul li:not(:last-child):after {
                    /*content: "|";
                    position: absolute;
                    right: 0;
                    top: 0;
                    color: #ccc;*/
                }

                .boxbody_top .subcat2 ul li a {
                    padding: 0 15px;
                    /*float: left;*/
                    font-size: 1rem;
                    line-height: 2.7rem;
                    display: block;
                    border: 1px solid #ddd;
                    border-radius: 0.375rem;
                    margin-top: 0.5rem;
                    white-space: nowrap;
                }

                .boxbody_top .subcat2 ul li:not(:last-child) a {
                    margin-right: 1rem;
                }

    .boxbody_top p.viewall {
        font-style: italic;
        font-family: tahoma;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        border-radius: 0.25rem;
        padding: 0.1rem 0.75rem 0.2rem 0.75rem;
        background-color: #035b93;
        margin-bottom: 0;
        z-index: 1;
    }

        .boxbody_top p.viewall a {
            display: inline-block;
            color: #fff;
            font-size: 0.83rem;
            line-height: 1.3;
        }

    .boxbody_top span.box-title {
        background-color: transparent;
        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;
        width: 100%;
        padding-bottom: 1rem;
        position: relative;
    }

#body_home .boxbody_top {
    border-bottom: 2px solid #035b93;
}

    #body_home .boxbody_top span.box-title {
        border-bottom: 1px solid #d4d4d4;
    }

        #body_home .boxbody_top span.box-title:after {
            content: "";
            width: 375px;
            max-width: 80%;
            height: 1px;
            background: #ed1c24;
            position: absolute;
            left: 50%;
            bottom: -1px;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -os-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            border: 0;
            bottom: -1px;
            right: auto;
        }

.boxbody_top span.box-title:before {
}

.boxbody_top span.box-title a {
    font-weight: 500;
    color: #0f0f0f;
}

    .boxbody_top span.box-title a h1,
    .boxbody_top span.box-title a h2,
    .boxbody_top span.box-title a h3 {
        font-weight: 500;
    }

.boxbody_top .box-title .box-img {
    margin-right: 0.5rem
}

    .boxbody_top .box-title .box-img i {
        font-size: 1.2rem;
    }

    .boxbody_top .box-title .box-img img {
        width: 2.5rem;
    }

.targetarea {
    position: relative;
}

.product-detail-img {
}

    .product-detail-img .btn-zoom {
        position: absolute;
        top: 0.25rem;
        right: 0.25rem;
        z-index: 10;
    }

        .product-detail-img .btn-zoom i {
            font-size: 2rem;
            color: #ddd;
            cursor: pointer;
        }

    .product-detail-img:hover .btn-zoom i {
        color: #8d8d8d;
    }

    .product-detail-img .thumbs {
        margin-top: 0.375rem;
    }

.product-detail-info {
    /*float: right;*/
    font-size: 1.2rem;
    /*width: 53%;*/
    text-align: left;
    overflow: hidden;
}

    .product-detail-info h1 {
        display: block;
        font-size: 1.4rem !important;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 15px;
        color: #035b93;
        line-height: 1.6;
        /*word-spacing: 3px;*/
    }

    .product-detail-info img, .product-detail-info table, .product-info-attr div {
        max-width: 100%
    }

    .product-detail-info table {
        width: 100% !important
    }

    .product-detail-info .product-info-attr {
        margin-bottom: 15px;
        list-style: none;
        padding: 15px;
        border: 1px solid #eee;
        border-radius: 0.175rem;
        overflow: hidden;
    }

        .product-detail-info .product-info-attr > ul > li {
            padding: 4px 0;
            border-bottom: 1px solid #f4f4f4;
            font-size: 1rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: start;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .product-detail-info .product-info-attr > ul > li:last-child {
                border-bottom: none
            }

            .product-detail-info .product-info-attr > ul > li > span {
                display: inline-block
            }

                .product-detail-info .product-info-attr > ul > li > span.label {
                    white-space: nowrap;
                    width: 185px;
                    text-align: left
                }

                    .product-detail-info .product-info-attr > ul > li > span.label i {
                        color: #035b93
                    }

                .product-detail-info .product-info-attr > ul > li > span.colon {
                    white-space: nowrap;
                    width: 10px
                }

                .product-detail-info .product-info-attr > ul > li > span.value {
                    width: calc(100% - 138px);
                    text-align: left
                }

                .product-detail-info .product-info-attr > ul > li > span.pprice {
                    color: red;
                    font-weight: bold
                }

        .product-detail-info .product-info-attr li {
            list-style: none
        }

.product-info-price > *,
.product-info-price {
    font-size: 1.3rem;
}

.product-info-price {
    border-bottom: none !important;
    border-left: 4px solid #eee;
    padding: 0 0 0 15px !important;
    margin-bottom: 15px;
}

    .product-info-price .product-info-price {
        padding: 0 !important;
        margin-bottom: 0;
        border-bottom: none !important;
        border-left: 0;
    }

    .product-info-price .no-vat {
        font-size: 1rem;
        display: block;
        width: 100%
    }

    .product-info-price > * > span.pprice,
    .product-info-price > span.pprice {
        color: red;
        font-weight: bold;
        display: inline-block
    }

    .product-info-price > * > span.product-price-old,
    .product-info-price > span.product-price-old {
        display: inline-block;
        margin-left: 15px
    }

.box-pricePickOption {
    padding: 0.5rem;
    border-radius: 0.175rem;
    border: 1px solid #eee;
}

    .box-pricePickOption label {
        background: #fff;
        color: #323232;
        padding: 0.25rem 1rem;
        border: 1px solid #323232;
        cursor: pointer;
    }

        .box-pricePickOption label.act {
            /*background: #323232;
            color: #fff;*/
            position: relative;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: inline-flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            border-color: red;
            border-width: 2px;
        }

            .box-pricePickOption label.act:after {
                content: '';
                background-color: #ff0000;
                position: absolute;
                right: -12px;
                top: -10px;
                width: 20px;
                height: 20px;
                padding-top: 0;
                text-align: center;
                color: #fff;
                z-index: 1;
                font-size: .6rem;
                text-transform: uppercase;
                -moz-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
            }

            .box-pricePickOption label.act:before {
                content: "\f00c";
                position: absolute;
                right: 0px;
                top: -2px;
                font-size: 0.4rem;
                color: #fff;
                z-index: 2;
                font-family: "Font Awesome 5 Pro";
                -moz-transform: rotate(13deg);
                -webkit-transform: rotate(13deg);
                -o-transform: rotate(13deg);
                -ms-transform: rotate(13deg);
            }

        .box-pricePickOption label input {
            display: none;
        }

.pricePickOption-body {
    margin-top: 1rem;
}

.pricePickOption-title, #pricePickOption {
    color: #f00;
    font-weight: bold;
    font-size: 1.4rem;
    padding-bottom: 1rem;
    display: inline-block;
}

.pricePickOption-title {
    color: #000;
    font-weight: 500;
}

#pricePickOptionOld {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 1.3rem;
    color: #aaa;
    padding-left: 1rem;
    display: inline-block;
}

.table-pricePickOption {
}

    .table-pricePickOption .box-name {
        width: 100px;
        white-space: nowrap;
        font-size: 1rem;
    }

    .table-pricePickOption .box-value {
        width: 100%;
    }

.product-btn-action, .product-btn-action button {
    text-transform: uppercase;
    font-size: 1.1rem !important
}

.description-product-detail {
    line-height: 1.8
}

    .description-product-detail p {
        line-height: 1.8;
        margin: 10px 0
    }

.product-quantity {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin: auto
}

.cbQuantity {
    padding: 8px 20px;
    background: #f2f2f2;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #eee;
    height: 40px;
    width: 100%
}

.subquantity, .addquantity {
    height: 40px;
    line-height: 38px;
    width: 40px;
    top: 0;
    position: absolute;
    left: 20px;
    border: none;
    outline: none !important;
    font-size: 1.5rem;
    background: #f2f2f2
}

.addquantity {
    left: auto;
    right: 20px
}

#btnMua {
    margin-top: -8px !important;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    font-size: 1.3rem;
    background: #035b93;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

    #btnMua:before {
        display: none !important
    }

.pro-detail-cat {
    font-size: 1rem
}

    .pro-detail-cat .label {
        color: #888
    }

    .pro-detail-cat a {
        font-weight: normal;
        color: #035b93
    }

        .pro-detail-cat a:hover {
            text-decoration: underline !important
        }

.product-desc {
    clear: both;
    margin: 20px 0;
    line-height: 1.8;
    text-align: justify;
    overflow: hidden;
}

    .product-desc p {
        text-align: justify;
        line-height: 1.8;
        margin: 10px 0
    }

    .product-desc img {
        height: auto;
        max-width: 100%
    }

    .product-desc ul.nav li.nav-item {
        margin: 0 0 -1px !important;
        padding: 0 !important
    }

        .product-desc ul.nav li.nav-item a {
            display: block;
            font-size: 1rem;
            /*font-family: roboto,Arial,sans-serif !important;*/
            text-transform: uppercase;
            padding: 1em !important;
            font-weight: normal;
            border: 1px solid #ddd;
            background-color: #f4f4f4
        }

            .product-desc ul.nav li.nav-item a.nav-link.active {
                background-color: #fff !important;
                color: #035b93;
                border: 1px solid #ddd;
                border-top: 5px solid #035b93;
                border-bottom: 1px solid #fff;
                position: relative;
                /*margin-top: -3px*/
            }

                .product-desc ul.nav li.nav-item a.nav-link.active:after {
                    content: "";
                    display: none;
                    position: absolute;
                    left: 50%;
                    bottom: -16px;
                    margin-left: -8px;
                    height: 0;
                    width: 0;
                    border-bottom: 8px solid transparent;
                    border-top: 8px solid #035b93;
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent
                }

    .product-desc .event-tabs__body .tab-content > .tab-pane {
        padding-top: 1rem;
    }

    .product-desc .item-rating p,
    .product-desc #listComment p {
        text-align: center;
    }

        .product-desc #listComment p.review-date {
            text-align: left;
        }

#postComment {
    border: 1px solid #ddd;
    margin: 0 5px
}

    #postComment > .row {
        padding: 10px 0;
        margin: 0
    }

    #postComment .item-rating, #postComment .star-avg, #postComment .comments-count {
        text-align: center
    }

        #postComment .item-rating .star-avg {
            color: #ff6a00;
            font-weight: bold;
            font-size: 32px
        }

    #postComment .progress {
        margin-bottom: 0;
        width: 160px;
        display: inline-block
    }

        #postComment .progress .progress-bar {
            float: left;
            width: 0;
            height: 100%;
            font-size: 12px;
            line-height: 20px;
            color: #fff;
            text-align: center;
            background-color: #f52200;
            -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
            box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
            -webkit-transition: width .6s ease;
            -o-transition: width .6s ease;
            transition: width .6s ease;
        }

#formComment {
}

    #formCheckOrder .card-header,
    #formPayment .card-header,
    #formComment .card-header {
        font-size: 1.3rem;
        font-weight: bold;
        color: #000;
        border-top: 1px solid #ddd;
        background: #fff;
        background: -moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0%,#fff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
        background: -webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
        background: -o-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
        background: -ms-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
        background: linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
    }

.box_tbl {
    width: 100%;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #fff
}

.box_top {
    text-align: left;
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    position: relative;
    background: #035b93;
    color: #fff;
    border-left: 6px solid #035b93
}

    .box_top span {
        display: inline-block;
        padding: 8px 10px 8px 20px;
        font-size: 1.3rem
    }

        .box_top span.toggle {
            float: right;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer
        }

        .box_top span.icon {
            display: inline-block;
            float: left;
            height: 43px;
            line-height: 43px;
            background-color: #035b93;
            text-align: center;
            padding: 0;
            position: relative;
            -webkit-box-shadow: 2px 0 2px 0 rgba(0,0,0,.15);
            -moz-box-shadow: 2px 0 2px 0 rgba(0,0,0,.15);
            box-shadow: 2px 0 2px 0 rgba(0,0,0,.15)
        }

            .box_top span.icon:after {
                content: "";
                display: block;
                height: 0;
                width: 0;
                position: absolute;
                top: 0;
                bottom: 0;
                right: -10px;
                margin: auto;
                border-bottom: 5px solid transparent;
                border-top: 5px solid transparent;
                border-left: 5px solid #035b93;
                border-right: 5px solid transparent
            }

            .box_top span.icon:before {
                content: "";
                display: block;
                height: 0;
                width: 0;
                position: absolute;
                top: 0;
                bottom: 0;
                right: -14px;
                margin: auto;
                border-bottom: 7px solid transparent;
                border-top: 7px solid transparent;
                border-left: 7px solid #00000020;
                border-right: 7px solid transparent
            }

            .box_top span.icon img {
                display: block;
                height: 42px;
                padding: 0 8px;
                float: left
            }

            .box_top span.icon i {
                display: block;
                padding: 0 8px;
                font-size: 1.7rem;
                line-height: 46px
            }

    .box_top h3 {
        font-size: 1.6rem
    }

    .box_top a {
        color: #fff;
        font-weight: normal
    }

.box_body.box_body-right {
    padding: 10px
}

    .box_body.box_body-right .product-box {
        border: 0 !important;
        margin-top: 10px
    }

.box_body {
    margin: 0;
    vertical-align: top;
    padding: 10px 15px;
    position: relative;
    border: 1px solid #eee
}

.tdproduct {
    text-align: left;
    padding: 10px 0 !important
}

    .tdproduct:nth-child(2) {
        padding-left: 15px !important
    }

    .tdproduct img {
        width: 100%;
        min-width: 60px;
        border: 1px solid #ccc
    }

    .tdproduct a {
        font-weight: normal;
        font-size: 1rem
    }

.trTotal1, .trTotal2 {
    color: #cb0408;
    background: #f2f2f2
}

.trTotal2 {
    font-size: 1.1rem
}

input.txtQuantity {
    width: 2.2rem;
    height: 1.75rem;
    border: 1px solid #ddd;
    border-right: 0;
    border-left: 0;
}

    input.txtQuantity::-webkit-outer-spin-button, input.txtQuantity::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

input[type=number].txtQuantity {
    -moz-appearance: textfield
}

.btnChangeQuantity {
    width: 24px;
    height: 1.75rem;
    padding: 3px;
    background-color: transparent;
    border: 1px solid #ddd;
    line-height: 1.3;
}

    .btnChangeQuantity.btnChangeQuantityMin {
        border-right: 0;
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .btnChangeQuantity.btnChangeQuantityPlus {
        border-left: 0;
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .btnChangeQuantity.btnChangeQuantityRemove {
        margin-right: 2px;
        border-radius: 0.375rem;
        width: 1.6rem;
    }

    .btnChangeQuantity i {
        font-size: 14px;
        color: #808080
    }

    .btnChangeQuantity:hover i {
        color: #ff1818
    }


/*product end */

/*box-option start*/
.box-option {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid #a3a3a3;
    background: #fff;
    padding: 0.5rem 2rem;
    border-radius: 0.375rem;
    position: relative;
}

    .box-option .box-img {
        position: relative;
        overflow: hidden;
        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;
        max-width: 12rem;
        margin: 0 auto;
    }

        .box-option .box-img:after {
            position: relative;
            z-index: 1;
            content: "";
            padding-top: 65%;
            display: block;
        }

        .box-option .box-img img {
            position: absolute;
            top: auto;
            left: auto;
            max-width: 100%;
            max-height: 100%;
        }

    .box-option .box-title {
        margin-top: 0.75rem;
        line-height: 1.2;
        text-align: center;
        font-size: 1rem;
        display: block;
        font-weight: 500;
    }

    .box-option .box-price {
        display: block;
        text-align: center;
        font-weight: 500;
        margin-top: 1rem;
        color: #878787;
    }

    .box-option .box-triangle {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 30px 28px 0;
        border-color: transparent #f20000 transparent transparent;
    }

        .box-option .box-triangle i {
            color: #fff;
            position: absolute;
            right: -25px;
            top: 3px;
            font-size: 10px;
        }

    .box-option:hover,
    .box-option.act {
        border-color: #f20000;
    }

        .box-option.act .box-triangle {
            display: block;
        }
/*box-option end*/

/*paymentResult start */
.paymentResult {
    margin: 1rem auto;
    max-width: 400px;
    width: 100%;
    padding: 1rem;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(108, 124, 145, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(108, 124, 145, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(108, 124, 145, 0.15);
    background: #fff;
}

    .paymentResult .box-img img {
        width: 100%;
        max-width: 10rem;
        margin: 0 auto;
        display: block;
    }

    .paymentResult .box-title {
        margin-top: 1rem;
        text-align: center;
    }

        .paymentResult .box-title span {
            font-size: 1.2rem;
            font-weight: bold;
        }

    .paymentResult .box-body {
        margin-top: 1rem;
    }
/*paymentResult end*/

.product-contact {
    text-align: center;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #eee;
    position: sticky;
    top: 5rem;
}

.product-contact-img {
    width: 4rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

    .product-contact-img .frames:after {
        padding-top: 100%;
    }

    .product-contact-img img {
        width: 100%;
    }

.product-contact-name {
    margin-top: 1rem;
}

    .product-contact-name * {
        font-weight: 600;
    }

.product-contact-viewmore * {
    font-size: 0.83rem;
}

.product-contact-action {
    margin-top: 1rem;
}

    .product-contact-action a[class*=product-contact-action-] {
        display: flex;
        padding: 0.5rem 1rem;
        border: 1px solid #eee;
        border-radius: .5rem;
        text-align: center;
        font-weight: 500;
        line-height: 1.2;
        justify-content: center;
        align-items: center;
    }

.product-contact-action-phone {
    background: #035b93;
    color: #fff;
}

    .product-contact-action-phone:hover {
        background: #035b93;
        color: #fff;
    }
