/* tema kooltix */
header .logo, .global-header .logo {
    background-image: url(./logo-kooltix.png);
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center;
    width: 200px;
    height: 47px;
    top: 25px;
}
.is-site-mobile .global-header .logo,
header .logo{
    width: 147px;
    height: 34px;
}
@media (max-width:767px){
    .is-site-mobile .global-header .logo,
    header .logo{
        width: 100px;
        height: 32px;
    }
}

