﻿@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;
    }
}
