/*
Theme Name: Mini Shop
Theme URI: https://namban.vn/
Author: BD
Author URI: https://amazingbooking.com.vn/
Description: namban.vn
Version: 1.1.0
License: GNU General Public License
License URI: 
Text Domain: mns

*/

.loading {
    position: relative;
}

.loading * {
    opacity: 0.7 !important;
}

.loading.center:before {
    top: 50%;
}

.loading:before {
    width: 12px;
    height: 12px;
    background: #DA251D;
    border-radius: 50%;
    box-shadow: 20px 0 #00000022, -20px 0 #DA251D;
    animation: d5 1s infinite linear alternate;
    position: absolute;
    z-index: 9999999999;
    top: 50px;
    left: 50%;
    right: 50%;
    content: "";
}

.loading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.loading.white:after{background: white;}
.n_new_nofify{position: absolute;top: -3px;right: -5px;width: 17px;height: 17px;border-radius: 100%; background: #F15E75;color: white;text-align: center;font-size: 10px;line-height: 17px;}
html[lang]{margin-top: 0 !important;}
#wpadminbar{display: none !important;}
@keyframes d5 {
    0% {
        box-shadow: 20px 0 #DA251D, -20px 0 rgba(0,0,0,0.13);
        background: #DA251D
    }
    33% {
        box-shadow: 20px 0 #DA251D, -20px 0 rgba(0,0,0,0.13);
        background: rgba(0,0,0,0.13)
    }
    66% {
        box-shadow: 20px 0 rgba(0,0,0,0.13), -20px 0 rgba(0,0,0,0.13);
        background: rgba(0,0,0,0.13)
    }
}