.cover {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.toast-dialog {
    position: absolute;
    top: 30%;
    left: 30%;
    right: 30%;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    vertical-align: middle;
    background-color: white;
}

.toast-icon {
    text-align: center;
}

.toast-icon img {
    display: inline-block;
}

.toast-header {
    font-size: 30px;
    margin: 20px;
}

.toast-content {
    padding: 10px;
    font-family: "miSans";
}

.toast-icon img {
    height: 40px;
    width: 40px;
}

.toast-footer {
    margin-top: 20px;
    text-align: center;
}

.toast-footer .button {
    border: 1px solid black;
    padding: 8px 14px;
    width: 100px;
    margin: 0 auto;
    border-radius: 14px;
    cursor: pointer;
}

.toast-footer .button:hover {
    background-color: #f4f4f4;
}

#loading-cover.cover {
    background-color: rgba(0, 0, 0, 0.8);
}

#loading-cover .loading {
    text-align: center;
    padding-top: 100px;
    font-size: 200%;
    line-height: 250%;
    color: white;
}

#loading-cover .auto-circle {
    display: block;
    margin: 15% auto 10px auto;
    /* animation: circleing linear 3s infinite; */
}

#loading-cover .auto-circle img {
    display: inline-block;
    width: 150px;
}

#serie-swiper .swiper-slide .font-bold {
    height: 2em;
}

#serie-swiper .swiper-slide .active,
.mb-serie-category .active {
    background-color: #ce2b3e;
}

#product-swiper .swiper-slide {
    width: 100% !important;
}

.inabout-left {
    width: 56%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.inabout-right {
    width: 54.5%;
}

.gb_body .big-title {
    font-weight: bold;
    font-size: 50px;
}

.ProList-name {
    margin-top: 20px;
}

.hotsale-swiper .swiper-slide {
    height: auto;
}




@media screen and (max-width: 1536px) {
    .inabout-left {
        width: 48%;
        border-radius: 0 110px 110px 0;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .inabout-right {
        width: 62%;
    }
}

@media screen and (max-width: 1280px) {
    .inabout-left {
        width: 100%;
        border-radius: 0;
    }

    .inabout-right {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .toast-dialog {
        left: 20%;
        right: 20%;
    }

    .toast-header {
        line-height: 40px;
    }

    #banner-swiper .swiper-pagination {
        bottom: 10px !important;
    }

    #banner-swiper .swiper-pagination span.swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
    }
}

@media screen and (max-width: 768px) {
    .inabout-left {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .gb_body .big-title {
        font-weight: bold;
        font-size: 24px;
    }

    .gb_body .brand-content {
        height: 150px;
    }

    .ProList-name {
        margin-top: 10px;
    }


}

@keyframes circleing {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}