﻿#_filters ::-webkit-scrollbar {
    width: 10px;
    margin-right: 5px
}

#_filters ::-webkit-scrollbar-track {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px
}

#_filters ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ddd;
    border: 1px solid #ddd
}

    #_filters ::-webkit-scrollbar-thumb:active {
        background: #ccc
    }

.qrcode-app > img.hover {
    max-width: unset;
    max-height: unset;
    width: 150px;
    height: 150px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99
}

@media screen and (min-width:640px) and (max-width:979px) {
    .btnClear, .btnClear:hover {
        background: url(/themes/dmld/images/delete.png)no-repeat center;
        background-size: 14px;
        opacity: .3;
        position: absolute;
        top: 0;
        right: 60px;
        width: 32px;
        height: 32px;
        text-align: center
    }
}
.breadcrum-cat-item.home {
    display: inline-block;
}

li.close-li {
    display: none !important
}

@media screen and (max-width: 766px) {
    ol.breadcrum-cat-box {
        margin: 0;
        padding: 7px 3px;
        position: relative;
    }

    li.close-li {
        position: absolute !important;
        right: 0;
        top: 8px;
        white-space: nowrap;
        display: block !important
    }

        li.close-li > a {
            color: #333 !important;
        }

    .menu-box, .pure-menu {
        background: rgba(0,0,0,0);
    }

    .pure-menu-item {
        background: #fff;
    }

    /*.pure-menu-item.first {
                    visibility: hidden;
                }*/

    a.group-hang-item {
        text-align: left;
    }

        a.group-hang-item.smap img {
            width: 18px;
            vertical-align: -5px;
            margin-right: 5px;
        }
}

.p-name h2, .alpha-key-item h2 {
    font-size: inherit;
}
.top-banner ~ #menu-container .block.button-home-nav, .top-banner ~ .box-navi-top .box-navi-inner {
    top: 137px;
}

.top-banner ~ #header-m {
    margin-top: 60px;
}

#header-m.active.show .box-header {
    position: fixed !important;
}

.top-banner {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 60px;
}

    .top-banner a {
        display: block;
        height: 100%;
    }

    .top-banner img {
        max-width: 1236px;
        margin: auto;
        height: 100%;
    }

    .top-banner ~ #header-m .pos-relative {
        position: relative !important;
    }

#header-m ~ .ac_results {
    margin-top: 60px
}

#adsbgright, #adsbgleft {
    top: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 98;
}

#adsbgleft {
    left: -3px;
}

#adsbgright {
    right: -3px;
}

#header-m.pos-fixed ~ #adsbgright, #header-m.pos-fixed ~ #adsbgleft {
    /*top: 75px;*/
}

#header-m.active ~ #adsbgright, #header-m.active ~ #adsbgleft {
    /*top: 50px;*/
}

.top-banner ~ #adsbgright, .top-banner ~ #adsbgleft {
    /*top: 135px;*/
}

.search-trend-cat-title .h3 {
    font-size: 16px;
}
#scrolltop {
    background-color: #c2c2c2;
    bottom: 2em;
    color: #333 !important;
    display: none;
    text-align: center;
    opacity: .5;
    line-height: 33px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    position: fixed;
    right: 10px;
    text-decoration: none;
    z-index: 99
}

    #scrolltop:before {
        background: url('/Data/image/2021/05/10/up-icon.png')no-repeat;
        width: 24px;
        height: 24px;
        content: "";
        display: block;
        left: 6px;
        position: absolute;
        top: 6px
    }

.icon-slogan img {
    height: 48px;
    width: auto;
}

.verified-item img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

#footer-m .bar-row-title h4, #footer-m .title-row-info h4, #footer-m .bar-row-payment h4, #footer-m .title-app-name h4 {
    font-size: inherit;
}