@media screen and (max-width: 750px) {
    .page {
        width: 100%;
        min-width: 300px;
    }

    .text-align-right-mobile-center {
        text-align: center !important;
    }

    .text-align-left-mobile-center {
        text-align: center !important;
    }

    .content {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        min-width: unset;
        max-width: unset;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        width: 100%;
    }

    .mobile-col-1 {
        width: 8.33% !important;
    }

    .mobile-col-2 {
        width: 16.66% !important;
    }

    .mobile-col-3 {
        width: 25% !important;
    }

    .mobile-col-4 {
        width: 33.33% !important;
    }

    .mobile-col-5 {
        width: 41.66% !important;
    }

    .mobile-col-6 {
        width: 50% !important;
    }

    .mobile-col-7 {
        width: 58.33% !important;
    }

    .mobile-col-8 {
        width: 66.66% !important;
    }

    .mobile-col-9 {
        width: 75% !important;
    }

    .mobile-col-10 {
        width: 83.33% !important;
    }

    .mobile-col-11 {
        width: 91.66% !important;
    }

    .mobile-col-12 {
        width: 100% !important;
    }

    .row-scroll {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
    }

        .row-scroll::-webkit-scrollbar {
            display: none;
        }

        .row-scroll .col-1,
        .row-scroll .col-2,
        .row-scroll .col-3,
        .row-scroll .col-4,
        .row-scroll .col-5,
        .row-scroll .col-6,
        .row-scroll .col-7,
        .row-scroll .col-8,
        .row-scroll .col-9,
        .row-scroll .col-10,
        .row-scroll .col-11,
        .row-scroll .col-12 {
            min-width: 70% !important;
        }

    .key-value {
        border-right: none;
        padding-right: 5px;
        padding-left: 5px;
        margin-top: 8px;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #dcdcdc;
    }

    .button {
        margin-bottom: 6px;
    }

    .full-width {
        width: 100% !important;
    }

    .dialog-box,
    .dialog-box.tiny,
    .dialog-box.small,
    .dialog-box.big {
        width: 80vw;
    }

    label {
        display: block;
        margin-bottom: 10px;
    }

    .popup {
        width: 70vw;
        bottom: 10vw;
        left: 15vw;
        text-align: center;
    }

    .side-menu {
        width: 80vw;
    }

    .product.product-box-horizontal img {
        aspect-ratio: 3 / 4;
        margin: 0;
    }

    .menu a.logo img {
        margin-right: 0;
        height: 28px;
        margin-top: 6px;
    }

    .menu .menu-nav .menu-link .menu-close {
        display: block !important;
        border: none;
        text-align: right;
        font-size: 20px;
    }

    .menu .menu-nav {
        position: fixed;
        top: 0;
        right: 0;
        background-color: #fff;
        z-index: 1000;
        padding: 30px;
        padding-top: 10px;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        border-left: 1px solid #e3e3e3;
        box-shadow: 0 0 4px 4px rgb(99 99 99 / 0.1);
        display: none;
    }

    .menu .menu-link {
        float: none;
    }

    .menu .menu-right {
        display: none;
    }

    .menu .menu-nav .menu-link a {
        display: block;
        border-bottom: 1px dotted #e3e3e3;
        padding: 1px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .menu .menu-nav .menu-link a:not(:last-child)::after {
            content: none;
            color: #fff;
        }

    .menu .menu-mobile {
        display: block;
    }


    .hero {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .slide img{
        aspect-ratio: 16 / 9;
    }

    .slide p{
        padding: 10px;
        font-size: 13px;
    }
}

@media screen and (min-width: 750px) {
    .workspace::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        background-color: #fff;
    }

    .workspace::-webkit-scrollbar-thumb {
        background-color: #d2d2d2;
    }
}

@media print {
    .top-nav,
    .sub-nav {
        display: none;
    }

    body {
        background-color: #fff;
        zoom: 55%;
    }

    .workspace {
        width: 100%;
        height: auto;
    }

    .no-print {
        display: none;
    }
}
