﻿#_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
    }
}
.spotlight-products > ul, .box-cat-list {
    /*width: 650%;*/
    display: inline-flex;
    transition-duration: .8s;
}


#catalog-fs label.prev {
    display: none;
}

.spotlight-products > ul.no-transition, .box-cat-list.no-transition {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

ul.box-cat-list {
    max-height: 1350px;
}

.no-banners ~ .box-cat-inner {
    width: 100%;
}

.spotlight-products {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.box-cat-inner {
    overflow: hidden;
}

.box-cat-list, .product-highlight-wrap {
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
}

#test-div {
    position: absolute;
    top: 0;
    left: 0;
}

#homepage .list-catalog-main {
    max-height: unset;
}

.slide-thumb {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.articles-thumb {
    max-width: 100%;
    height: auto;
    object-fit: scale-down;
}

.thumb-cat-support img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

#wBanner img {
    max-height: 445px;
}

.lb-kredivo, .lb-credit {
    display: none;
}
#catalog-fs .box-cat-all.support {
    padding-top: 6px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 0 0 0 10px;
    padding-left: 10px;
    display: block;
}

    #catalog-fs .box-cat-all.support:before {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        right: 100%;
        width: 10px;
        height: 10px;
        background: rgba(255,255,255,0.2);
    }

    #catalog-fs .box-cat-all.support:after {
        display: block;
        position: absolute;
       /* content: '';*/
        top: 0;
        right: 100%;
        width: 10px;
        height: 10px;
       /* background: #fe0000;*/
        border-radius: 0 10px 0 0;
    }
.top-banner ~ #menu-container .block.button-home-nav, .top-banner ~ .box-navi-top .box-navi-inner {
    top: 155px;
}

#searchpage > .top-banner ~ #menu-container .block.button-home-nav, #searchpage .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 {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 60px;
}

    .top-banner ~ #header-m .pos-relative {
        position: relative !important;
    }

    .top-banner a {
        display: block;
        height: 100%;
    }

    .top-banner img {
        max-width: 1236px;
        margin: auto;
        height: 100%;
    }

#adsbgright, #adsbgleft {
    /*top: 125px;*/
    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;*/
}

.prod-hl-name h3 {
    font-size: inherit;
    text-transform: capitalize;
}

.btnClear, .btnClear:hover {
    background: url(themes/dmld/images/delete.png) no-repeat center;
    background-size: auto;
    background-size: 14px;
    opacity: .3;
    position: absolute;
    top: 0;
    right: 60px;
    width: 32px;
    height: 32px;
    text-align: center;
}
.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;
}
.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;
    }
.specpromotion {
    position: absolute;
    margin-left: -10px;
    font-size: 11px;
    font-weight: bold;
    background-color: #ffe500;
    color: #221f20;
    text-transform: uppercase;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .24);
    margin-top: -10px;
    padding: 2px 5px;
}
.name-cat-main h3 {
    font-size: inherit;
}

.trend-catalog.wrap-catalog-main li.be-hidden {
    display: none;
}

.discount-cat-main {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #da251c;
    padding: 0 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px
}

.trend-catalog-title .h2 {
    font-size: 18px;
    font-weight: bold;
}

.catalog-main-item {
    cursor: pointer;
}

.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;
    }
.list-brand-highlight img {
    object-fit: scale-down;
}
.box-cat-title .h2 {
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.box-catalog:nth-child(4n+3) .box-cat-title .h2 {
    border-left: 4px solid #25a1dc;
}

h3.articles-name {
    font-size: inherit;
}
.column-supp-title {
    font-size: 12px
}

.linetimer {
    font-weight: normal;
}
#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;
}