/* X-Small breakpoint: */
@media (max-width: 575px) {

    .sidebar-menu {
        .nav-link {
            font-size: 0.85rem !important;
            color: black;
        }

        i {
            color: black;
        }
    }

    .cart-total {
        scale: 0.8 !important;
    }

    .under-header {
        height: 40px;
    }

    .height-minus-nav {
        min-height: calc(100vh - 40px) !important;
    }

    .intro-video {
        max-width: 97%;
    }

    .my_navbar {
        height: 40px;

        img {
            scale: 60%;
        }

        .btn_in_dark,
        .btn_in_light {
            scale: .65;
        }

        .bi-person-circle {
            margin-right: 0.5rem !important;
        }

        i {
            font-size: 1.3rem !important;
        }

        .menu {
            font-size: 1.5rem !important;
        }
    }

    .intro-text {
        font-size: .8rem !important;
    }

    .profile-list {
        font-size: 0.85rem !important;
        min-height: 100vh;
    }

    .form-label,
    .form-control,
    .sidebar .nav-item {
        font-size: calc(0.8rem) !important;
    }

    .sale-coundown .sale-coundown-time {
        font-size: calc(0.4rem + 2vw);
    }

    .sale-coundown .sale-coundown-number {
        font-size: calc(2rem + .6vw);
    }

    .under-construction {
        font-size: calc(.75rem + .6vw);
    }

}