﻿.smart-filter {
    display: inline-block;
    position: relative;
}

    .smart-filter .pop-filter {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 100;
        min-width: 200px;
        border: solid 1px #ccc;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        -moz-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        -webkit-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
    }

    .smart-filter:hover .pop-filter {
        visibility: visible;
        opacity: 1;
    }

    .smart-filter.hover .pop-filter {
        visibility: visible;
        opacity: 1;
    }

.pop-filter .cat-tree-item a:after {
    content: '';
    display: none;
}

.pop-filter li {
    border: none !important;
}

.range-active {
    color: #DA251C;
    font-weight: 700;
}

.count-item {
    margin-left: 5px;
}

.range-active ~ .count-item {
    color: #DA251C;
}

.range-close-item .fa {
    font-size: 1.15em;
    color: #DA251C;
}

.cat-tree-item .count-item {
    border-radius: 50%;
    display: table-cell;
    width: 20px;
    line-height: 20px;
    text-align: center;
    padding-right: 5px;
    color: #999;
    font-weight: normal;
    font-size: 0.9em;
}

.cat-tree-item.level1 {
    font-weight: bold;
}

.cat-tree-item.level2 {
    padding-left: 20px;
}


.cat-tree-item.level3 {
    padding-left: 30px;
}

.cat-tree-item.level4 {
    padding-left: 40px;
}

.cat-tree-item.level5 {
    padding-left: 50px;
}

li.cat-tree-item.level2 a {
    color: #0089e0;
}

li.cat-tree-item.level3 a {
    font-size: 0.9em;
    color: #6ec5fd;
}

/*li.cat-tree-item.level2 a:before {
    color: #999;
    content: '+ ';
}
li.cat-tree-item.level3 a:before {
    color: #999;
    content: '++ ';
}
li.cat-tree-item.level4 a:before {
    color: #999;
    content: '+++ ';
}
li.cat-tree-item.level5 a:before {
    color: #999;
    content: '++++ ';
}*/

.ticker-container {
    height: 60px;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: white;
    color: black;
    font-size: 1em;
    margin-bottom: 15px;
}

    .ticker-container .ticker-caption {
        height: 50%;
        width: 100%;
        display: table;
        position: absolute;
        z-index: 1;
        text-transform: uppercase;
    }

        .ticker-container .ticker-caption p {
            height: inherit;
            width: inherit;
            display: table-cell;
            vertical-align: middle;
            font-weight: bold;
        }

    .ticker-container ul {
        list-style: none;
        padding: 0;
        height: auto;
    }

        .ticker-container ul div {
            overflow: hidden;
            position: absolute;
            z-index: 0;
            display: inline;
            min-width: 100%;
            left: 0;
            height: 50%;
            -moz-transition: 0.25s ease-in-out;
            -o-transition: 0.25s ease-in-out;
            -webkit-transition: 0.25s ease-in-out;
            transition: 0.25s ease-in-out;
        }

            .ticker-container ul div.ticker-active {
                top: 30px;
                color: #19ABE0;
            }

            .ticker-container ul div.not-active {
                top: 60px;
            }

            .ticker-container ul div.remove {
                top: 0;
            }

            .ticker-container ul div li {
                padding: 0;
            }

                .ticker-container ul div li a {
                    color: #19ABE0;
                }

@media (min-width: 500px) {
    .ticker-container {
        height: 30px;
        text-align: left;
    }

        .ticker-container .ticker-caption {
            height: 100%;
            width: 100px;
        }

            .ticker-container .ticker-caption p {
                text-align: left;
                padding-left: 7px;
            }

        .ticker-container ul {
            margin-left: 110px;
            height: 100%;
        }

            .ticker-container ul div {
                height: 100%;
                left: 110px;
            }

                .ticker-container ul div.ticker-active {
                    top: 0;
                }

                .ticker-container ul div.not-active {
                    top: 30px;
                }

                .ticker-container ul div.remove {
                    top: -30px;
                }
}

@media (min-width: 768px) {
    .ticker-container {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .ticker-container {
        margin-bottom: 20px;
    }
}

#cart-popup .modal-body {
    margin: 0;
    padding: 5px;
    position: relative;
    z-index: 20;
    overflow-y: visible;
}

    #cart-popup .modal-body iframe {
        border-radius: 5px;
    }

    #cart-popup .modal-body button.close {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #19ABE0;
        opacity: 1;
        border-radius: 10px;
        width: 20px;
        height: 20px;
        color: #FFF;
        text-shadow: none;
        text-indent: 1px;
        font-size: 20px;
    }

#cart-popup .modal-dialog {
    width: 800px;
    margin-top: 60px;
}

.modal-backdrop {
    z-index: 2999;
}

.modal-backdrop {
    z-index: 2999;
    opacity: 0.8;
}

@media screen and (max-width:800px) {
    #cart-popup {
        width: 100%;
        bottom: 0 !important;
        top: inherit;
    }
}

.sm_item {
    border: dotted 1px #ccc;
    border-bottom: none;
    display: block;
    padding: 3px 5px 3px 10px;
    /*    height: 28px;*/
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#map {
    border-bottom: dotted 1px #ccc;
    -moz-column-width: 200px;
    -webkit-column-width: 200px;
    column-width: 200px;
}

    #map td {
        overflow: hidden;
        white-space: nowrap;
        width: 25%;
    }

    #map a {
        text-decoration: none;
        line-height: 24px;
    }

    #map .cat-icon img {
        max-width: 100%;
        max-height: 100%;
        border: none;
    }

    #map .cat-icon {
        display: block;
        float: left;
        width: 24px;
        height: 24px;
        margin-right: 5px;
        padding: 1px;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

.sm_0 {
    font-weight: 500;
    font-size: 1.2em;
    text-transform: uppercase;
}

    .sm_0 a {
        color: #19abe0;
    }

.sm_1 {
    font-weight: 500;
    font-size: 1.1em;
    padding-left: 10px;
}

.sm_2 {
    padding-left: 25px;
}

.sm_3 {
    padding-left: 40px;
}

.sm_4 {
    padding-left: 55px;
}

.sm_5 {
    padding-left: 70px;
}

section.promo-summary img.small {
    text-align: left;
    float: left;
    margin: 3px 10px;
    vertical-align: middle;
}

.btn-promo-more {
    display: block;
    width: 180px;
    margin: 10px auto;
}

.support-form .box-inner {
    position: relative;
    z-index: 10;
}

.support-form .box-close {
    position: absolute;
    top: -5px;
    right: -16px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    text-indent: 1px;
    color: #FFF;
    font-size: 16px;
    line-height: 18px;
    text-shadow: 1px 1px 0 #888;
}

.alert {
    display: block;
    z-index: 99999;
    border-radius: 0 0 5px 5px;
    margin-bottom: 15px;
}

.social-box .social-button {
    display: block;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font-size: 0;
    max-height: 26px;
    float: left;
    overflow-y: hidden;
    padding-right: 20px;
    overflow-x: hidden;
}

.phone-number a:active, .phone-number a:hover {
    color: #0092db;
    text-decoration: underline !important;
}

.vldsum-pad {
    display: block;
    clear: both;
}

    .vldsum-pad:before, .vldsum-pad:after, .checkout-wrap:before, .checkout-wrap:after, .checkout-vld-sum:before, .checkout-vld-sum:after {
        content: '';
        display: block;
        clear: both;
    }

.checkout-vld-sum {
    float: left;
    display: inline-block;
    padding: 0 10px;
}

    .checkout-vld-sum > p > a {
        color: #FD0000;
        padding-left: 10px;
        line-height: 22px;
    }

        .checkout-vld-sum > p > a:before {
            content: " - ";
        }

        .checkout-vld-sum > p > a:hover, .checkout-vld-sum > p > a:active {
            text-decoration: underline;
        }

    .checkout-vld-sum > p.sum-head {
        font-weight: bold;
        padding-left: 0;
        color: #FD0000;
        line-height: 22px;
    }

.checkout-cart:before, .checkout-cart:after, .sticky:before,
.sticky:after {
    content: '';
    display: table;
    clear: both;
}

.hover .fa {
    color: #19ABE0;
}

.rate-sumary-item {
    width: 100%;
}

a.review-rbt:hover {
    color: #DA251C;
}

a.review-rbt {
    color: #FFB909;
}

span.review-count {
    color: #333;
}

.rate-box-scroll {
    position: relative;
}

.rvw-count {
    position: absolute;
    top: 11px;
    left: 23px;
    min-width: 26px;
    display: block;
    line-height: 16px;
    text-align: center;
    background: #FFB909;
    color: #FFFFFF;
    border: 2px solid #FFB909;
    font-size: 0.9em;
    font-weight: 500;
}

.bar-buy.product-tabs ul li:hover a .rvw-count {
    color: #FFFFFF;
    background: rgb(255, 185, 9);
    border: 2px solid #FFF;
    z-index: 10;
}

    .bar-buy.product-tabs ul li:hover a .rvw-count:after {
        content: '';
        position: absolute;
        border-width: 3px;
        border-color: #FFB909 transparent transparent transparent;
        border-style: solid;
        bottom: -6px;
        left: 8px;
    }

#_filters.float {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 300px;
    z-index: 9999;
    border-left: solid 1px #ccc;
    height: 100%;
}

    #_filters.float .box-inner {
        display: block;
        position: relative;
        z-index: 10;
        height: 100%;
    }

    #_filters.float > .box-inner > .inner {
        padding: 10px;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
    }

#_filters div.toggler {
    background: rgb(218, 37, 28);
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid #fff;
    box-shadow: -1px 0 8px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    width: 20px;
    height: 120px;
    position: fixed;
    top: 30%;
    cursor: pointer;
    display: block;
    right: 0;
    z-index: 10;
    opacity: 0.8;
}

#_filters.float div.toggler {
    background: rgb(255,255,255);
    color: rgb(218, 37, 28);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid #fff;
    box-shadow: -1px 0 8px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    width: 20px;
    height: 120px;
    position: absolute;
    top: 30%;
    cursor: pointer;
    display: block;
    right: 100%;
}

    #_filters.float div.toggler:hover {
        opacity: 1;
    }
/*#_filters.float .cat-menu-title {
    border-radius: 3px;
}*/
#_filters.float .cat-menu-title h2,#_filters.float .cat-menu-title .h2 {
    text-align: left;
    padding-left: 12px;
}

#_filters > .box-inner > div.toggler > span {
    margin: 50px 2px;
    display: none;
    font-size: 20px;
    font-weight: bold;
}

#_filters > .box-inner > div.toggler:after {
    display: table;
    content: " ";
}

#_filters > .box-inner > div.toggler > span.off {
    display: none;
}

#_filters > .box-inner > div.toggler > span.on {
    display: block;
}


#_filters.float > .box-inner > div.toggler > span.off {
    display: block;
}

#_filters.float > .box-inner > div.toggler > span.on {
    display: none;
}

#_filters.float.off > .box-inner > div.toggler > span.off {
    display: none;
}

#_filters.float.off > .box-inner > div.toggler > span.on {
    display: block;
}

#_filters.float .filter-ls-bx {
    max-height: 150px;
    overflow-y: auto;
    position: relative;
}

    #_filters.float .filter-ls-bx.on {
        max-height: none;
        overflow-y: visible;
    }

#_filters.float ul {
    max-height: none;
    overflow-y: visible;
}

#_filters .expand-tail {
    visibility: hidden;
}

#_filters.float .filter-ls-bx.overflow ~ .expand-tail {
    visibility: visible;
    position: relative;
    margin-bottom: 3px;
    cursor: pointer;
}

#_filters.float .list-brand-filter, #_filters.float .list-size-filter {
    margin-bottom: 0;
}

#_filters.float .expand-tail:before {
    content: '';
    display: block;
    border-bottom: solid 1px #ddd;
    width: 92%;
    margin: 0 auto;
    height: 1px;
}

#_filters.float .expand-tail:after {
    content: '';
    background: #fff;
    display: block;
    text-align: center;
    border: solid 1px #ddd;
    border-top: none;
    margin: -1px 30px 0 auto;
    width: 20px;
    height: 10px;
}

#_filters.float .filter-ls-bx.on ~ .expand-tail:after {
    border: solid 1px #ddd;
    border-bottom: none;
    margin: -10px 30px 0 auto;
}

#_filters.float .expand-tail:hover:after {
    background: #DA251C;
}

.list-color {
    text-align: center;
}

@media (max-width: 767px) {
    .top-fb-like {
        display: none;
    }

    div#stickyheader {
        overflow: visible;
    }

        div#stickyheader.static {
            border-bottom: solid 1px #ddd;
            box-shadow: none;
        }

        /*div#stickyheader .col.item1 {
            content:'Khóa bỏ theo lệnh của SẾP 5-4-2017';
            -moz-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
            -o-transform-origin: bottom left;
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            position: fixed;
            z-index: 12;
            display: block !important;
            top: 116px;
            left: 0;
            background: #fff;
            border: solid 1px #ddd;
            border-left: none;
            border-right: none;
            min-width: 360px;
        }

             #detailpage #center .container {
        padding-left: 31px;
    }
        */

        div#stickyheader .col.item1 .box-product-tabs a {
            color: #999999;
            line-height: 30px;
            display: block;
            padding: 0 10px 0 15px;
            font-size: 1.1em;
            height: 30px;
        }



    .bar-buy.product-tabs ul li:last-child {
        float: right;
    }

    #slideshow.fullscreen {
        border: none;
    }

    ul.leftNavMenu {
        background: #fff;
    }
}

div[data-fname="meta"] .img-member-thumb {
    visibility: hidden;
    display: none;
}

div[data-fname="meta"] .name-member {
    font-weight: bold;
    color: #fb352b;
}

div[data-fname="meta"] .content-comments, div[data-fname="meta"] .relate-comment {
    margin-left: 0;
}

#expbanner {
    height: 70px;
}

.ft-cats-links {
    margin: 0;
    padding: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

    .ft-cats-links li {
        display: inline-flex;
        padding: 3px 5px 3px 5px;
        margin: 0;
        width: 160px;
    }

        .ft-cats-links li a {
            color: #0089e0;
        }

            .ft-cats-links li a:hover {
                text-decoration: underline;
            }

        .ft-cats-links li img {
            margin-right: 5px;
        }

p > a {
    color: #0089e0;
}

    p > a:hover {
        text-decoration: underline !important;
    }

.leftSubNavMenu p a:hover {
    text-decoration: none !important;
}
