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

    .nav-logo {
        height: 50px;
        width: 100px;
    }

    .logo {
        height: 50px;
        width: 100px;
    }

    .border {
        border: 0px solid transparent;
    }

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

    /* box1 */
    .first-address {

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

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

    .nav-search {
        display: none;
    }

    span {
        font-size: 0.65rem;
    }

    .nav-second {
        font-size: 0.76rem;
        font-weight: 700;
    }

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

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

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

    .mobile-navsearch {
        display: flex;
        width: 100%;
        height: 39px;
        background-color: #f3a847;
        width: 345px;
        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;
        width: 340px;
    }

    .mobile-search-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        font-size: 0.90rem;
    }

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

    .tabpanel-ops {
        display: flex;
        font-size: 0.70rem;
        justify-content: center;
        align-items: center;
        justify-content: space-evenly;
    }

    .tabpanel-ops p {
        margin-left: 15px;
        display: inline;
    }


    .mobilepanel-ops {
        display: none;
    }

    .panel-deals {
        display: none;
    }

    .hero-section {
        height: 200px;
    }

    .hero-msg {
        font-size: 0.70rem;
        height: 30px;
        width: 95%;
        text-align: center;
    }

    .box {
        height: 390px;
        width: 47%;
    }

    .box1-img {
        height: 150px;
    }

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

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


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