﻿.swal-modal {
    font-family: 微軟正黑體;
}

.span, body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: 微軟正黑體
}

.btn {
    border-radius: 50px;
    font-weight: 700
}

footer {
    color: #fff;
    text-align: center
}

.form-horizontal .form-group {
    margin-left: 0
}




#smallStore.CH {
    position: relative;
    color: #8d8682;
    padding-right: 0px;
}

    #smallStore .CH.ON {
        color: white;
    }
     

#smallStore.EN {
    color: #8d8682;
}

    #smallStore .EN.ON {
        color: white;
    }

#smallStore {
    display: flex;
    align-items: center;
}

    #smallStore .CH {
        position: relative;
        padding-right: 0px;
    }

        #smallStore .CH::after {
            display: inline-block;
            content: "";
            height: 15px;
            width: 2px;
            vertical-align: middle;
            margin: 0px 10px 3px 22px;
            background-color: #c9d9ef;
        }
       






a:hover, a:focus {
    color: #ffc107 !important;
}

@media (max-width: 768px) {
    #condition {
        font-size: 12px
    }

    #footerLogo {
        font-size: 10px
    }

    #repair {
        font-size: 10px;
    }
}

@media (min-width: 1024px) {
    #footerLogo {
        margin-left: 165px
    }
}
