@charset "UTF-8";

/* Media Query */

@media(max-width:1023px) {
    .section:not(.fp-section, .slideshow) {
        padding: 2rem 0;
    }
    /* Navigation */
    .navigation {
        background: #fff;
        padding: 0.5rem 1rem;
        pointer-events: auto;
    }
    .navigation.was-scrolled {
        -webkit-box-shadow: 0px 2px 8px 0px #00000080;
        -moz-box-shadow: 0px 2px 8px 0px #00000080;
        box-shadow: 0px 2px 8px 0px #00000080;
    }
    .navigation>.navigation__inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navigation .navigation__logo {
        width: 140px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .navigation.was-scrolled .navigation__logo {
        width: 100px;
    }
    /* Mmenu */
    nav:where(#menu, #mm-menu, #menu-clone, #mm-menu-clone) {
        font-weight: 700;
        --mm-color-background: #fff;
        --mm-color-text: #000;
        --mm-color-text-dimmed: #000;
        --mm-color-button: #000;
    }
    nav:where(#menu, #mm-menu, #menu-clone, #mm-menu-clone) .mm-navbar__title {
        font-size: 18px;
    }
    .mm-listitem__btn span {
        display: none;
    }
    .mm-navbars_bottom {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
    }
    /* News */
    .news .news__info {
        padding: 0 1rem;
    }
    /* Slideshow */
    .slideshow .slideshow__item-inner img {
        height: auto;
    }
    /* Product New */
    .product--new .product__top-right:before {
        display: none;
    }
    .product--new .product__bottom {
        max-width: 100%;
        margin: 1.5rem 0 0;
    }
    /* News Featured */
    .news--featured .news__photo:before {
        display: none;
    }
    /* Button Plugin */
    .cart-fixed {
        right: 1rem;
        bottom: 140px;
    }
    .scroll-to-top {
        right: 1rem;
    }
}

@media (min-width:851px) and (max-width:1023px) {}

@media(max-width:850px) {
    /* Product */
    .product .product__list.flex-container {
        --columns: 2;
        --space-x: 0.75rem;
    }
    /* Articale */
    .article .article__list.flex-container {
        --columns: 2;
        --space-x: 0.75rem;
    }
    /* News */
    .news .news__list.flex-container {
        --space-y: 1.25rem;
    }
    /* Video */
    .video .video__list.flex-container {
        --columns: 2;
        --space-x: 0.75rem;
    }
    /* Album */
    .album .album__list.flex-container {
        --columns: 2;
        --space-x: 0.75rem;
    }
    /* Intro */
    .intro__center {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 60%;
    }
    .intro__left,
    .intro__right {
        width: -webkit-calc(50% - 0.5rem);
        width: -moz-calc(50% - 0.5rem);
        width: calc(50% - 0.5rem);
    }
    .intro__left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .intro__right {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .intro__desc {
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    /* Product New */
    .product--new .product__top {
        width: 100%;
        margin: 0 auto;
    }
    .product--new .product__title {
        left: 80px;
        z-index: 10;
    }
    .product--new .product__title span:nth-child(1) {
        top: 15px;
    }
    .product--new .product__title span:nth-child(2) {
        top: 60px;
    }
    /* Product List Featured */
    .product-list__left {
        text-align: center;
    }
    .product-list--featured .product-list__title,
    .product-list--featured .product-list__desc {
        margin-bottom: 1rem;
    }
    .product-list__btn .home__btn {
        margin: auto;
    }
    .product-list--featured .product-list__item:nth-child(2) {
        margin-bottom: 0;
    }
    /* Footer */
    .footer__right {
        width: 30%;
    }
}

@media(max-width:767px) {
    /* Copyright - Statistic */
    .footer__powered:has(.footer__statistic) .footer__copyright,
    .footer__powered:has(.footer__statistic) .footer__statistic {
        text-align: center;
    }
    .footer__powered:has(.footer__statistic) .footer__copyright {
        margin-bottom: 0.25rem;
    }
}

@media(max-width:576px) {
    /* Product */
    .product .product__list.flex-container {
        --space-x: 0.5rem;
    }
    /* Articale */
    .article .article__list.flex-container {
        --space-x: 0.5rem;
    }
    /* News */
    .news .news__info {
        text-align: left !important;
        padding: 1rem 0;
    }
    .news .news__btn {
        margin-right: auto !important;
        margin-left: unset !important;
    }
    /* Video */
    .video .video__list.flex-container {
        --space-x: 0.5rem;
    }
    /* Album */
    .album .album__list.flex-container {
        --space-x: 0.5rem;
    }
    /* Intro */
    .intro__inner {
        gap: 2rem;
    }
    .intro__left,
    .intro__center,
    .intro__right {
        width: 100%;
    }
    /* Product New */
    .product--new .product__title {
        top: unset;
        right: 0;
        bottom: 0;
        left: unset;
        z-index: 10;
        width: 180px;
        height: 130px;
    }
    /* Media */
    .media__list {
        gap: 1rem;
    }
    .media__item {
        width: 100% !important;
    }
    /* Footer */
    .footer__policy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media(max-width:369px) {
    /* Cart */
    .cart-pro-detail a {
        width: 100%;
    }
    .cart-pro-detail a:first-child {
        margin: 0 0 0.5rem 0;
    }
    .cart-pro-detail a i {
        display: none;
    }
}

@media (max-width:1023px) {
    /* General */
    .body-container {
        overflow: hidden;
    }
    /* Spacing */
    .mg-b\:1rem,
    .mg-b\:1\.5rem {
        margin-bottom: 0.75rem;
    }
    .mg-b\:2rem,
    .mg-b\:2\.5rem {
        margin-bottom: 1.25rem;
    }
    /* CKEditor Reset */
    .ckeditor {
        overflow-x: auto;
    }
    .ckeditor:after {
        content: '';
        clear: both;
        display: block;
    }
    .ckeditor *:not(iframe) {
        max-width: 100% !important;
        height: auto !important;
    }
    .ckeditor iframe {
        max-width: 100% !important;
    }
    /* Reset in Media */
    .rps-xl--visible[class*='rps-xl'][class*='--visible'] {
        display: block;
    }
    .rps-xl--hidden[class*='rps-xl'][class*='--hidden'] {
        display: none;
    }
    .rps-xl--w-fit[class*='rps-xl'][class*='--w-fit'] {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .rps-xl--w-100[class*='rps-xl'][class*='--w-100'] {
        width: 100%;
    }
    .rps-xl--flex-100[class*='rps-xl'][class*='--flex-100'] {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@media (max-width:850px) {
    .rps-lg--visible[class*='rps-lg'][class*='--visible'] {
        display: block;
    }
    .rps-lg--hidden[class*='rps-lg'][class*='--hidden'] {
        display: none;
    }
    .rps-lg--w-fit[class*='rps-lg'][class*='--w-fit'] {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .rps-lg--w-100[class*='rps-lg'][class*='--w-100'] {
        width: 100%;
    }
    .rps-lg--flex-100[class*='rps-lg'][class*='--flex-100'] {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@media (max-width:576px) {
    .rps-md--visible[class*='rps-md'][class*='--visible'] {
        display: block;
    }
    .rps-md--hidden[class*='rps-md'][class*='--hidden'] {
        display: none;
    }
    .rps-md--w-fit[class*='rps-md'][class*='--w-fit'] {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .rps-md--w-100[class*='rps-md'][class*='--w-100'] {
        width: 100%;
    }
    .rps-md--flex-100[class*='rps-md'][class*='--flex-100'] {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@media (max-width:369px) {
    .rps-sm--visible[class*='rps-sm'][class*='--visible'] {
        display: block;
    }
    .rps-sm--hidden[class*='rps-sm'][class*='--hidden'] {
        display: none;
    }
    .rps-sm--w-fit[class*='rps-sm'][class*='--w-fit'] {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .rps-sm--w-100[class*='rps-sm'][class*='--w-100'] {
        width: 100%;
    }
    .rps-sm--flex-100[class*='rps-sm'][class*='--flex-100'] {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}