/* Style the module of glboal on navigation */
.ModuleGlobalNavigation {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: rgba(57, 61, 65, 0.9);

    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;

    width: 100%;
    height: 100%;

    padding: 17px;

    opacity: 0.0;
    transition: 0.4s;
}

@media screen and (max-width: 850px){
    .ModuleGlobalNavigation {
        padding: unset;
    }
}

    .ModuleGlobalNavigation__Browser {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

        background: rgb(57, 61, 65);
        border-radius: 3px;

        width: 100%;
        max-width: 850px;

        padding: 17px;

        scale: 0.0;
        opacity: 0.0;
        transition: 0.4s;
        filter: drop-shadow(0px 0px 37px rgba(255, 237, 177, 0.7));
    }

    @media screen and (max-width: 850px){
        .ModuleGlobalNavigation__Browser {
            height: 100%;
        }
    }

        .ModuleGlobalNavigationBrowser__Header {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;

            width: 100%;

            margin-bottom: 17px;
        }

            .ModuleGlobalNavigationBrowser__Header > button {
                min-width: 50px;
                min-height: 50px;

                margin-right: 17px;
            }

            @media screen and (max-width: 550px){
                .ModuleGlobalNavigationBrowser__Header > .ButtonDefault {
                    display: none;
                }
            }

                .ModuleGlobalNavigationBrowser__Header > button:last-child {
                    margin-right: unset;
                }

            .ModuleGlobalNavigationBrowserHeader__Path {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;

                background: rgb(60, 64, 68);
                border-radius: 3px;

                width: 100%;
                height: 100%;

                padding-left: 17px;
                padding-right: 17px;

                margin-right: 17px;
            }

            .ModuleGlobalNavigationBrowser__Header > .ButtonDefault {
                width: 100%;
                max-width: 194px;
            }

        .ModuleGlobalNavigationBrowser__Body {
            display: grid;
            align-items: flex-start;
            justify-content: flex-start;

            grid-template-columns: repeat( auto-fill, minmax( 250px, 1fr ) );
            grid-template-rows: repeat( auto-fill, minmax( 120px, 145px ) );;

            position: relative;

            width: 100%;
            height: 100%;
            min-height: 400px;

            gap: 17px;

            margin-bottom: 47px;
        }

        .ModuleGlobalNavigationBrowser__Body::-webkit-scrollbar { width: 0px; height: 0px; }

        @media screen and (max-width: 850px){
            .ModuleGlobalNavigationBrowser__Body {
                overflow-y: auto;
                margin-bottom: unset;
            }
        }

            .ModuleGlobalNavigationBrowserBody__Loading {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;

                background: rgb(57, 61, 65);

                position: absolute;
                z-index: 1;

                width: 100%;
                height: 100%;
            }

                .ModuleGlobalNavigationBrowserBody__Loading > img {
                    width: 100%;
                    height: auto;
                    max-width: 156px;
                }

            .ModuleGlobalNavigationBrowserBody__Category {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: flex-start;

                background: url( '/wp-content/themes/sizif-app-version/assets/images/system/themes/sizif-themes-background-box-350x250-v3.svg' ), rgb(60, 64, 68);
                background-size: cover;
                background-position: top right;
                background-repeat: no-repeat;
                border-radius: 3px;

                width: 100%;
                height: 100%;

                padding: 17px;

                cursor: pointer;
                transition: 0.4s;
            }

                @media screen and (min-width: 500px){
                    .ModuleGlobalNavigationBrowserBody__Category:nth-of-type(1) {
                        display: none;
                    }
                }

                .ModuleGlobalNavigationBrowserBody__Category:hover {
                    transition: 0.2s;
                    background: url( '/wp-content/themes/sizif-app-version/assets/images/system/themes/sizif-themes-background-box-350x250-v3.svg' ), rgb(64, 68, 72);
                    background-size: cover;
                    background-position: top right;
                    background-repeat: no-repeat;

                    z-index: 2;

                    filter: drop-shadow(0px 0px 17px rgba(255, 237, 177, 0.3));
                }

                @media screen and (max-width: 500px){
                    .ModuleGlobalNavigationBrowserBody__Category:hover {
                        filter: drop-shadow(0px 0px 17px rgba(255, 237, 177, 0.0));
                    }
                }

                .ModuleGlobalNavigationBrowserBodyCategory__Header {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: flex-start;

                    width: 100%;
                }

                    .ModuleGlobalNavigationBrowserBodyCategoryHeader__Icon {
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content: center;

                        color: rgba(255, 237, 177, 0.1);
                    }

                    .ModuleGlobalNavigationBrowserBodyCategoryHeader__Title {
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content: flex-start;

                        border-bottom: 1px solid rgba(255, 237, 177, 0.1);

                        width: 100%;

                        margin-bottom: 20px;
                    }

                        .ModuleGlobalNavigationBrowserBodyCategoryHeader__Title > span {
                            color: rgb(247, 197, 47);

                            padding-bottom: 4px;
                            margin-left: 7px;
                        }

                .ModuleGlobalNavigationBrowserBodyCategory__Data {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: space-between;

                    width: 100%;
                }

                    .ModuleGlobalNavigationBrowserBodyCategoryData__Description {
                        display: block;

                        color: rgb(235, 235, 235);
                        text-align: left;

                        word-break: break-all;
                    }

                    .ModuleGlobalNavigationBrowserBodyCategoryData__Icon {
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content: center;

                        margin-left: 17px;
                    }

                        .ModuleGlobalNavigationBrowserBodyCategoryData__Icon > img {
                            width: 36px;
                            height: auto;
                        }

                .ModuleGlobalNavigationBrowserBodyCategory__Links {
                    display: none;
                }

            .ModuleGlobalNavigationBrowserBody__Item {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;

                background: url( '/wp-content/themes/sizif-app-version/assets/images/system/themes/sizif-themes-background-box-350x250-v4.svg' ), rgb(60, 64, 68);
                background-size: cover;
                background-position: top right;
                background-repeat: no-repeat;
                border-radius: 3px;

                width: 100%;
                height: 100%;

                padding: 17px;

                cursor: pointer;
                transition: 0.4s;
            }

                .ModuleGlobalNavigationBrowserBody__Item:hover {
                    transition: 0.2s;
                    background: url( '/wp-content/themes/sizif-app-version/assets/images/system/themes/sizif-themes-background-box-350x250-v4.svg' ), rgb(64, 68, 72);
                    background-size: cover;
                    background-position: top right;
                    background-repeat: no-repeat;

                    z-index: 2;

                    filter: drop-shadow(0px 0px 17px rgba(255, 237, 177, 0.3));
                }

                @media screen and (max-width: 500px){
                    .ModuleGlobalNavigationBrowserBody__Item:hover {
                        filter: drop-shadow(0px 0px 17px rgba(255, 237, 177, 0.0));
                    }
                }

                .ModuleGlobalNavigationBrowserBodyItem__Icon {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: center;

                    margin-right: 17px;
                }

                    .ModuleGlobalNavigationBrowserBodyItem__Icon > img {
                        width: 56px;
                        height: auto;
                    }

                .ModuleGlobalNavigationBrowserBodyItem__Data {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    justify-content: center;

                    width: 100%;
                }

                    .ModuleGlobalNavigationBrowserBodyItemData__Name {
                        display: block;
                        text-align: left;
                    }

                        .ModuleGlobalNavigationBrowserBodyItemData__Price {
                            display: block;

                            color: rgb(97, 107, 117);
                            font-size: 14px;
                            font-weight: 400;
                            text-align: left;
                        }

        .ModuleGlobalNavigationBrowser__Footer {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;

            border-top: 1px solid rgb(60, 64, 68);

            font-size: 14px;
            text-align: center;

            width: 100%;

            padding-top: 17px;
        }

        @media screen and (max-width: 450px){
            .ModuleGlobalNavigationBrowser__Footer {
                flex-direction: column;
            }
        }

            .ModuleGlobalNavigationBrowser__Footer > a {
                margin-left: 7px;
            }