/* BASIC css start */
span.countV {color:var(--blue-color);}

#header { position: relative; width: 100%; z-index: 100; min-height: 55px; }
.fpmenu { position: fixed; top: 0; left: 0; z-index: 500; width:100% }
.main-menu { width: 100%; }

#fp_top { width:100%; height: 55px; position: relative; background: #fff; }
#fp_top ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}
#fp_top ul li { display: inline-block; position: absolute; }
#fp_top ul li i { font-size: 22px; }

#fp_top ul .back_btn { left: 15px; }
#fp_top ul .back_btn i { font-size: 31px; }
#fp_top ul .prd_cate { left: 40px; }
#fp_top ul .prd_cate a { font-size: 18px; font-weight: bold; }

#fp_top ul .home { right: 96px; }
#fp_top ul .search { right: 55px; }
#fp_top ul .share { right: 20px; }

.bsk_menu {
    bottom: 150px;
    right: 10px;
    display: inline-block;
    position: fixed;
    z-index: 100;
    transition: 0.5s;
}

.bsk_menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border: 3px solid var(--beige-color);
    border-radius: 100%;
    box-sizing: border-box;
}

.bsk_menu a i {
    font-size: 22px;
    color: var(--beige-color);
    margin-top: -3px;
}

.bsk_menu .user_basket_quantity {
    position: absolute;
    top: -2px;
    right: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    font-size: 9px;
    font-weight: 200;
    background-color: var(--beige-color);
    border-radius: 100%;
    color: #fff;
    line-height: 1;
}

.bsk_menu a p {
    position: absolute;
    bottom: -10px;
    color: #fff;
    background-color: var(--beige-color);
    font-size: 10px;
    border-radius: 40px;
    width: 52px;
    text-align: center;
    height: 18px;
    line-height: 18.5px;
    
}

.bsk_menu .plus_num {
    position: absolute;
    top: -19px;
    right: -0px;
    font-size: 14px;
    color: var(--main-color);
    font-weight: 500;
    
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
};

.goUp1{  }

.history { bottom: 200px !important; }
/* BASIC css end */

