/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/




.icon_notify img{
    width:19px;
}

.wd-preloader-img{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.wd-preloader-img:after{
    content:"";
    margin-top:16px;
    width:32px;
    height:32px;
    border-radius:50%;
    border:3px solid #ffffff;
    border-top-color:#ff0000;
    animation:wd-preloader-spinner .9s linear infinite;
}

@keyframes wd-preloader-spinner{
    to{
        transform:rotate(360deg);
    }
}
