﻿/* Style the dropdown menu when closed */
details:not([open]) .dropdown-menu {
    display: none;
}

/* Style the dropdown menu when open */
details[open] .dropdown-menu {
    display: block;
    opacity: 1;
}

.show-menu {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 30px 30px 30px;
    margin: auto;
    max-width: 640px;
    top: 44px;
    display: none;
    box-shadow: 0 5px 4px rgba(0,0,0,.25);
    z-index: 9;
}

    .show-menu a {
        display: block;
        overflow: hidden;
        color: #3e3e3f;
        font-size: 15px;
        line-height: 20px;
        padding: 15px 0;
        border-bottom: 1px solid #f5f5f7;
    }

        .show-menu a:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

@media screen and (max-width: 320px) {
    .show-menu {
        top: 75px;
    }
}

.list-menu {
    display: block;
    overflow: hidden;
    padding: 0 10px;
}

    .list-menu li {
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #3f3f3f;
        padding: 0 0 10px;
    }

        .list-menu li span {
            display: block;
            overflow: hidden;
            color: #333;
            font-size: 14px;
            line-height: 21px;
            padding: 10px 0 0;
            font-weight: 500;
            position: relative;
        }

        .list-menu li a {
            display: block;
            overflow: hidden;
            font-size: 13px;
            line-height: 18px;
            padding: 10px 0 0;
            color: #333;
        }

        .list-menu li:nth-child(n+1) a {
            padding: 10px 25px 0;
        }

        .list-menu li .show-next {
            display: none;
        }

        .list-menu li:nth-child(n+2) span:after, .list-menu li:nth-child(n+2) span:before {
            content: '';
            width: 12px;
            height: 2px;
            background: #333;
            border-radius: 10px;
            position: absolute;
            top: calc(100% - 10px);
            right: 4px;
        }

        .list-menu li:nth-child(n+2) span:before {
            transform: rotate(90deg);
        }

.godox-searchGray {
    background-position: -341px -93px;
    width: 20px;
    height: 20px;
}

.godox-delGray {
    background-position: -370px -96px;
    width: 14px;
    height: 14px;
}

.form-search {
    display: none;
    max-width: 640px;
    top: 40px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    z-index: 9999;
    height: 40px;
    background: #fff;
}

.click-search {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding: 11px 10px;
}

    .click-search input {
        width: 100%;
        padding-left: 10px;
        overflow: hidden;
        box-sizing: border-box;
        border: 0;
        background: unset;
        color: #101010;
        font-size: 16px;
    }

        .click-search input:placeholder {
            color: #3e3e3f;
        }

.sg-search {
    position: absolute;
    top: 40px;
    max-width: 640px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 14px 20px;
    background: #fff;
    display: none;
    border: 1px solid #e5e5e5;
}

html {
    scroll-behavior: smooth;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ff6600
}

@media (min-width: 767px) {
    .bottom-bar.visible-phone.footer-toolbar-sp {
        display: none;
    }
}

@media (max-width: 767px) {
    .bottom-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        right: 0;
        max-width: 640px;
        margin: 0 auto;
        background: #fff;
        padding: 7px 0 4px;
        z-index: 999;
        box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .bottom-bar-ul {
        margin-bottom: 0px;
        padding: 0;
        display: -moz-flex;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }

        .bottom-bar-ul li {
            width: 20vw;
        }

            .bottom-bar-ul li a {
                display: block;
                color: #696969;
                font-size: 12px;
                text-align: center;
                position: relative;
                font-weight: 100;
            }

                .bottom-bar-ul li a i {
                    font-size: 25px;
                    font-weight: 500;
                    color: #696969;
                    width: 25px;
                    height: 25px;
                }

    li {
        margin: 0;
        padding: 2px 0;
        text-indent: 0;
        list-style: none;
    }
}

figure {
    margin: 0;
}
