
/* mobile */

@media (max-width: 576px) {
    .input-search-mobile {
        color: #1a1b1d !important;
        background: #ffffff !important;
        font-size: 24px !important;
        padding-left: 0 !important;
        margin-left: 0px !important;
        position: relative !important;
        border-radius: 15px !important;
        text-align: center !important;
        width: 100% !important;
    }
    .browse-search-mobile {
        padding: 0 !important;
        width: 100%;
        height: 40px;
    }
    .search-desktop {
        display: none !important;
    }
    .mobile-detail-pieces-description {
        text-align: start !important;
    }
}

/* tablet */
@media (min-width: 577px) and (max-width: 992px) {
    .browse-search-mobile {
        padding: 0 !important;
        width: 100%;
        height: 40px;
    }
    .input-search-mobile {
        width: 90% !important;
    }
    .search-desktop {
        display: none !important;
    }
    .img-search-mobile {
        padding-left: 0 !important;
    }
    .mobile-detail-pieces-description {
        text-align: start !important;
    }
}

/* desktop */

@media (min-width: 992px) {
    .search-mobile {
        display: none !important;
    }
}

/* mobile */

@media (max-width: 576px) {
    .desktop {
        display: none;
    }

    .mobile .info {
        padding-top: 4px;
    }

    .title h4 {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    .popup-content {
        /* background-color: #e8eaf6; */
        width: 90% !important;
        max-width: 500px !important;
        margin: 30% auto !important;
        padding: 20px !important;
        /* border: 1px solid #333 !important; */
        border-radius: 5px !important;
        height: 400px !important;
    }
}

/* tablet */

@media (min-width: 577px) and (max-width: 992px) {
    .desktop {
        display: none;
    }

    .mobile .info {
        padding-top: 25px;
    }

    .title h4 {
        font-size: 27px;
    }

    .title h5 {
        font-size: 21px;
    }

    .written-by .fw-600 {
        font-weight: 600 !important;
        font-size: 21px;
    }

    .written-by p {
        font-size: 18px;
    }

    ul li p {
        font-size: 18px;

    }
}

/* desktop */

@media (min-width: 992px) {
    .mobile {
        display: none !important;
    }
}

