﻿#_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
    }
}
#catalog-fs label.prev {
    display: none;
}

#catalog-fs ul.product-highlight-wrap {
    display: inline-flex !important;
    /*width: unset;*/
}

.list-product-highlight > ul {
    /*width: 650%;
    display: inline-flex !important;*/
    transition-duration: .8s;
}

    .list-product-highlight > ul.no-transition {
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
    }
.name-cat-main {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.list-product-highlight {
    width: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    min-height: 50%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fff;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    /*height: 100%;*/
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-pagination {
    position: relative;
    text-align: center;
    height: 15px;
    bottom: 0px;
    visibility: hidden;
}

.swiper-pagination-bullet {
    outline: none;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
    margin: 0 3px;
}

.swiper-pagination-bullet-active {
    background: #333;
}

.swiper-slide img {
    display: block;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
}

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url('/themes/dmld/images/Back-img.png')no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    right: auto;
    background-size: 30px;
    outline: none;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url('/themes/dmld/images/Next-img.png')no-repeat;
    width: 50px;
    height: 50px;
    right: 0;
    left: auto;
    background-size: 30px;
    background-position: right top;
    outline: none;
}

img.slide-thumb {
    height: auto;
    aspect-ratio: 97/27;
}

.name-cat-main h2 {
    font-size: inherit;
}

.prod-hl-name h3 {
    font-size: inherit;
    text-transform:capitalize;
}
._cc_ilcss0_ {
    padding-bottom: 50px;
}

._cc_ilcss1_ {
    text-align: justify;
}
ol.breadcrum-cat-box {
    margin: 5px 0;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}

.breadcrum-cat-item.home, .breadcrum-cat-item.nav1 {
    display: inline;
}

.has-chidren.hover.mobile .breadcrum-cat-menu {
    display: block;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 99;
    left: 0;
}

.breadcrum-cat-item.home img {
    filter: grayscale(100%);
    opacity: .75;
}
.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;
}
.search-trend-cat-title .h3 {
    font-size: 16px;
}
@keyframes fadein {
    /*        0% {
                           opacity: 0;
                           transform: scale(0);
                           }*/
    0% {
        opacity: 0.99;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.buyed {
    position: fixed;
    top: -300px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    width: 300px;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
    /*background: rgba(0,0,0,.8);*/
    background: rgba(218,37,28,.9);
    color: #fff;
    border-radius: 3px
}
/*.list-notications-box.bell::before {
                           background: none !important;
                           }*/
#account-btn .promotion-view-box {
    padding-top: 20px;
    padding-bottom: 80px;
}

.bell-bg.active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(50,50,50,.5);
    z-index: 8880;
    left: 0;
}

#account-btn, #popup-cart {
    -webkit-overflow-scrolling: touch;
}

@media (hover: hover) {
    .notica-link:hover .account-hover-container {
        display: block;
    }
}

.account-hover-container {
    display: none;
    min-width: 165px;
    height: 80px;
    position: absolute;
    top: 30px;
    right: -8px;
    text-indent: 8px;
    -webkit-animation: fadein .2s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadein .2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    z-index: 99;
}

.account-hover-wrap {
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 9%);
    background: #fff;
    border-radius: 0.125rem;
    border: 1px solid rgba(0,0,0,.09);
}

.account-hover-container .up-arrow {
    display: flex;
    height: 10px;
    justify-content: center;
}

.account-hover-container .arrow-outer {
    position: relative;
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0,0,0,.09);
}

    .account-hover-container .arrow-outer .arrow-inner {
        position: absolute;
        bottom: -10px;
        left: -8px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }

.account-hover {
    padding: 8px 5px;
    font-size: 16px;
}

    .account-hover:hover {
        color: #da251c;
        background: #fafafa;
    }

.header-acc-btn {
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .txt-login-more {
        width: 122px;
    }
}
/*.cart-product-box::before {
                        background: none!important;
                        }*/
.cart-bg.active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(50,50,50,.5);
    z-index: 990;
    left: 0;
}

.random-slide {
    padding: 20px 0;
    display: none;
}

    .random-slide.active {
        display: block;
    }

        .random-slide.active img {
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

.tiep-tuc-mua-sam,
.tiep-tuc-mua-sam:hover {
    padding: 10px 15px;
    background: #da251c;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}

.cart-link .fa-shopping-cart {
    max-height: 24px;
    max-width: 24px;
}

.cart-box .title-notication.title-notication-viewed,
.cart-box .product-viewed.visited-box.visited_list {
    display: none;
}

    .cart-box .title-notication.title-notication-viewed.active,
    .cart-box .title-notication.title-notication-viewed.active ~ .product-viewed.visited-box.visited_list {
        display: block;
    }
#center-m #_filters.filter-general-expanded, #center-m.active #_filters.filter-general-expanded {
    -webkit-overflow-scrolling: touch;
}

#catpagesub-m .body-left-box-inner-extra {
    -webkit-overflow-scrolling: touch;
}
.brand-thumb img {
    object-fit: scale-down;
}

.box-cat-title .h2 {
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 6px;
    padding-top: 4px;
    font-size: 18px;
    border-left: 4px solid #fc0;
    max-width: calc(100% - 105px);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.countdown-product ~ .sp-da-ban {
    display: none;
}
.list-seen {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

#seen-placeholder .title-bar-left .h2 {
    display: inline-block;
    vertical-align: 8px;
    font-size: 18px;
}

#seen-placeholder .h3 {
    font-size: 14px;
}
.list-seen > ul {
    width: auto;
    display: inline-flex;
    transition-duration: .8s;
}

    .list-seen > ul.no-transition {
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
    }
#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('/images/icons/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;
}
.navs-container .arc-menu.active ~ .navs-bg {
    background-color: transparent;
}
#scrollable {
    z-index: 1;
}

.productscroll {
    position: relative;
}

    .productscroll:after {
        content: "";
        display: block;
        clear: both;
    }
.bar-sort-product li.sort-item label a:hover {
    color: #fff;
    padding-bottom: 5px;
    border: 1px solid #0071c4;
    background: #0071c4
}