.swal2-popup {
    font-size: 16px !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.social_login .btn_main {
    font-size: 14px;
    font-weight: 700;
}
.social_login .btn_main i {
    font-size: 18px;
    line-height: 14px;
    height: 14px;
    margin-right: 0px;
    width: 42px;
}
.customGPlusSignIn {
    display: inline-block;
    background: white;
    color: #444;
    width: 100%;
    border-radius: 5px;
    border: thin solid #888;
    white-space: nowrap;
    text-align: center;
}
.customGPlusSignIn:hover {
    cursor: pointer;
}
.customGPlusSignIn span.label {
    font-family: serif;
    font-weight: normal;
}
.customGPlusSignIn span.icon {
    background: url('/assets/frontend/images/system/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}
.customGPlusSignIn span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 17px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif, "Microsoft Jhenghei";
}
@media(max-width: 767px){
    .sub_link_ul{
        display: none;
    }
    .sub_link>a, .sub_link_ul>li>a{
        display: block;
    }
    .sub_titles:after{

    }
}
@media(min-width:768px) and(max-width:1199px){
    .nav-block{
        left:6%;
    }
}

.n_lang_caret>select,option{
    background-color: #ea6000;
    color:#fff;
}
.n_lang_caret>select>option{
    background-color: #ea6000;
    color:#fff;
}
.n_lang_caret::after{
    color:#fff;
}

[v-cloak] {
    display: none;
}

.grid_prd .title{
    text-overflow: ellipsis;
    white-space: nowrap;
}

img:not([src]):not([srcset]) {
    visibility: hidden;
}

.item-middle {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}