#global-form-filter-wrapper{
    background-color: #fff;
    display: none;
    flex-direction: column;
    padding: 16px;
    z-index: 1000;
    gap: 16px;
    position: absolute;
    right: 40px;
    top: 90px;
    width: 292px;
    border: 1px solid #808080;
    border-radius: 8px;
}
.flex-visible{
    display: flex !important;
}
 #store-filter-wrapper .select_store{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    gap: 16px;
    width: 260px;
    height: 50px;
    background-color: #F2F1F6;
    border-radius: 8px;
    font-size: 14px;
}

#global-apply-filter-button{
    width: 260px;
    height: 42px;
    color: #fff !important;
    font-family: 'Montserrat-Medium';
    background-color: #031D30 !important;
}

#global_store_switcher{
    cursor: pointer;
    margin-left: 24px;
}

@media (max-width: 1024px){
    #global-form-filter-wrapper{
        right: 37px;
        top: 80px;
    }
}

@media (max-width: 767px) {
    .region-right-header{
        position: static;
    }
    #global-form-filter-wrapper {
        right: 15px;
        top: 95px;
    }
}