@media (min-width:320px) and (max-width:426px) {
    .navbar {
        height: 50px;
    }

    .nav-logo {
        height: 30px;
        width: 60px;
    }

    .logo {
        height: 30px;
        width: 60px;
    }

    .border {
        border: 0cqh solid transparent;
    }

    .border:hover {
        border: 0.75px solid white;
    }

    /* box1 */
    .first-address {

        font-size: 0.55rem;
        margin-left: 23px;
    }

    /* box2 */
    .second-address {
        font-size: 0.66rem;
        margin-left: 2px;
    }

    .nav-search {
        display: none;
    }

    span {
        font-size: 0.55rem;
    }

    .nav-second {
        font-size: 0.66rem;
        font-weight: 400;
    }

    /* box6 */
    .nav-cart i {
        font-size: 20px;
    }

    .nav-cart {
        font-size: 0.66rem;
        font-weight: 400;
    }

    .mobile-nav-search {
        display: flex;
        width: 100%;
        height: 30px;
        background-color: #0f1111;
        align-items: center;
        justify-content: center;
        padding-bottom: 10px;
    }

    .mobile-navsearch {
        display: flex;
        width: 100%;
        height: 29px;
        background-color: #f3a847;
        width: 245px;
        height: 20px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .mobile-search-select {
        display: flex;
        width: 40px;
    }

    .mobile-search-input {
        display: flex;
        font-size: 0.85rem;
    }

    .mobile-search-icon {
        display: flex;
        width: 35px;
        font-size: 0.90rem;
    }

    .panel-all {
        font-size: 13px;
    }

    .mobilepanel-ops {
        font-size: 0.70rem;
        margin-left: 15px;
        display: inline;
    }


    .panel-deals {
        display: none;
    }

    .hero-section {
        height: 200px;
    }

    .hero-msg {
        font-size: 0.60rem;
        height: 30px;
        width: 95%;
    }

    .box {
        height: 320px;
        width: 85%;
    }

    .box-img {
        height: 220px;
    }

    .box-content {
        font-size: 0.60rem;
    }

    .foot-panel2 {
        font-size: 0.55rem;
        height: 200px;
    }

    .foot-panel4 {
        font-size: 0.50rem;
    }
}