 #messenger_count:before {
    content: attr(data-count);
    display: inline-block;
        position: absolute;
        top: 10px;
        left: 24px;
        background: #ff7b30;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 12px;
        font-family: emtepe;
        color: #fff;
        text-align: center;
        font-size: 10px;
    }
    
 #cart_count:before {
        content: attr(data-count);
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 30px;
        background: #ff7b30;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 12px;
        font-family: emtepe;
        color: #fff;
        text-align: center;
        font-size: 10px;
    }   
    
[data-count="0"]:before {
    display: none !important;
}    
    
    #loaderOverlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        z-index: 999999;
        display: none;
    }
    
    #loaderOverlay.show {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #loaderOverlay img {
        width: 200px;
    }
    
    #changeCountry {
        background: #ff7b30;
        color: #fff;
        border-radius: 0;
    }
    
    #changeCountry:hover {
        background: #2a5c88;
    }
    
    .search-button-inter {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .countries_box {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        margin-top: 30px;
    }
    
    .countries_box .country {
        text-align: center;
        text-transform: uppercase;
    }
    
    .countries_box .country:hover {
        background: #ccc;
        color: #fff;
        cursor: pointer;
    }
    
    .page-template p {
        margin-bottom: 10px;
    }
    
    #messages .positions {
        font-size: 14px;
    }
    
    .fixed .c-brand.is-fairs-editions-logo {
        display: none;
    }