body{
    font-family: sans-serif;
    padding-top: 5rem;
}
.header-nav{
    z-index: 1;
    background-color: black;
    height:3.5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.middle-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2rem;
}
.input-search-box{
    height: 2rem;
    font-size: 1rem;
    padding-left: 1rem;
    width: 40rem;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search-button{
    height: 2.17rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    cursor: pointer;
    background-color: orange;
    margin-left: -1px;
}
.right-section{
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center; 
   height: 2rem;
   color: white;
   cursor: pointer;
}
.returns{
margin-right: 0.5rem;
display: block;
}
.returns:hover{
    border: 1px solid white;
    padding: 0.3rem;
    border-radius: 3px;
    border-color: white;    
}
.hamburger-menu{
    display: none;
    height: 1.5rem;
    width: 1.5rem;
    border-radius:3px ;
}
.hamburger-image{
    width: 100%;
    display: block;
}
.hamburger-exit-image{
    width: 100%;
    display: none;
}
.cart{
    display: block;
}
.cart:hover{
    border: 1px solid white;
    padding: 0.3rem;
    border-radius: 3px;
    border-color: white;
}
.number-of-items-in-cart{
   position: absolute; 
   color: orange;
   top: 0;
   left: 1.3rem;
   font-weight: bold;
}
.dropdown-info{
    z-index: 1;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 3.5rem;
    background-color: black;
    color: white;
}
.for-return{
    cursor: pointer;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.for-return:hover{
    background-color: rgb(68, 65, 65);
}
.for-cart{
    color: orange;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    height: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}
.for-cart:hover{
    background-color: rgb(68, 65, 65);
}
.normal-logo{
    height: 1.8rem;
    display: block;
}
.mobile-logo{
    height: 1.8rem;
    display:none;
}
.tracking-div{
    display: none;
    width: 52rem;
    margin: 3rem auto 3rem auto;
}
.view-orders-link{
}
.products-arrival-date-for-tracking{
    margin-top: 3rem;
    margin-bottom: 0.7rem;
    font-weight: bold;
    font-size: 1.5rem;
}
.products-name-for-tracking{
    margin-bottom: 0.6rem;
}
.product-image-for-tracking{
    display: flex;
    align-items: center;
    justify-content: start;
    width: 15rem;
    /* border: 1px solid red; */
    height: 15rem;
    margin-top: 1rem;
}
.product-tracking-terms{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
.progress-bar-container-for-tracking{
    background-color: lightgray;
    border: 1px solid black;
    width: 100%;
    border-radius: 3rem;
    margin-top: 1rem;
}
.progress-bar-for-tracking{
    width: 0;
    height: 2rem;
    border-radius: 3rem;
    background-color: green;
}
.your-order{
    font-weight: bold;
    font-size: 1.5rem;
    width: 10rem;
    margin: 0 auto 1rem 15.4rem;
}
.container-for-all-products-order{
    width: 52rem;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1rem;
    margin: 0 auto;
    border: 1px solid lightgrey;
    border-radius: 13px;
}
/* .orders-for-that-particular-delivery-date{
    border: 1px solid red;
    border-radius: 13px;
} */
.order-info{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    height: 4rem;
    column-gap: 1rem;
    background-color: rgb(240, 242, 242);
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
.confirm-order-placed, .confirm-total-of-order-placed, .confirm-order-id{
    padding-left: 1rem;
    padding-top: 0.6rem;
}
.product-ordered{
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    column-gap: 1rem;
    /* border: 1px solid grey; */
    margin-top: 1rem;
    margin-bottom: 4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.for-product-image{
    background-color: white;
    display:flex;
    align-items: start;
    justify-content: center;
}
.for-buy-again-image{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.the-ordered-product-name{
    font-weight: bold;
    font-size: 1.04rem;
    margin-bottom: 0.5rem;
}
.the-ordered-product-arrival-date{
    margin-bottom: 0.3rem;
}
.order-again-button{
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 10rem;
    background-color: #ffd814;
    border: 1px solid #ffd814;
    cursor: pointer;
    border-radius: 7px;
    height: 2rem;
}
.order-again-button:hover{
    background-color: #e9c511;
}
.for-product-tracking{
    background-color: white;
    border: 1px solid lightgrey;
    height: 2.4rem;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
    font-size: 1rem;
}
.for-product-tracking:hover{
    background-color: whitesmoke;
}
@media screen and (min-width: 0rem) {
    .preparing, .shipped, .delivered{
        font-size: 0.2rem;
    }
    .progress-bar-for-tracking{
        width: 0;
        height: 1.5rem;
        border-radius: 10rem;
        background-color: green;
    }
    .tracking-div{
        display: none;
        width: 100%;
        margin: 3rem auto 3rem auto;
    }
    .mobile-logo{
        display: block;
    }
    .normal-logo{
        display: none;
    }
    .input-search-box{
        height: 2rem;
        font-size: 1rem;
        padding-left: 1rem;
        width: 10rem;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .hamburger-menu{
        display: block;
        height: 1.5rem;
        width: 1.5rem;
        border-radius:3px ;
    }
    .hamburger-image{
        width: 100%;
    }
    .returns{
        display: none;
    }
    .cart{
        display: none;
    }
    .your-order{
        font-weight: bold;
        font-size: 1.5rem;
        width: 10rem;
        margin: 0 auto 1rem 0; 
    }
    .container-for-all-products-order{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 1rem;
        margin: 0 auto;
        border: 1px solid lightgrey;
        border-radius: 13px;
    }
    .order-info{
        display: grid;
        grid-template-columns: 1fr 1fr 2fr;
        height: 5.3rem;
        column-gap: 1rem;
        background-color: rgb(240, 242, 242);
        border-top-left-radius: 13px;
        border-top-right-radius: 13px; 
    }
    .product-ordered{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 1rem;
        row-gap: 1.5rem;
        /* border: 1px solid grey; */
        margin-top: 1rem;
        margin-bottom: 4rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}
@media screen and (min-width: 29.6875rem) {
    .tracking-div{
        display: none;
        width: 100%;
        margin: 3rem auto 3rem auto;
        /* border: 1px solid grey; */
    }
    .progress-bar-for-tracking{
        width: 0;
        height: 2rem;
        border-radius: 3rem;
        background-color: green;
    }
    .mobile-logo{
        display: block;
    }
    .normal-logo{
        display: none;
    }
    .input-search-box{
        height: 2rem;
        font-size: 1rem;
        padding-left: 1rem;
        width: 20rem;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .hamburger-menu{
        display: block;
        height: 1.5rem;
        width: 1.5rem;
        border-radius:3px ;
    }
    .hamburger-image{
        width: 100%;
    }
    .returns{
        display: none;
    }
    .cart{
        display: none;
    }
    .container-for-all-products-order{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 1rem;
        margin: 0 auto;
        border: 1px solid lightgrey;
        border-radius: 13px;
    }
    .order-info{
        display: grid;
        grid-template-columns: 1fr 1fr 2fr;
        height: 5rem;
        column-gap: 1rem;
        background-color: rgb(240, 242, 242);
        border-top-left-radius: 13px;
        border-top-right-radius: 13px; 
    }
    .your-order{
        font-weight: bold;
        font-size: 1.5rem;
        width: 10rem;
        margin: 0 auto 1rem 0; 
    }
    .product-ordered{
        display: grid;
        grid-template-columns: 1fr 2fr 2fr;
        column-gap: 1rem;
        /* border: 1px solid grey; */
        margin-top: 1rem;
        margin-bottom: 4rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}
@media screen and (min-width: 40.625rem) {
    .tracking-div{
        display: none;
        width: 100%;
        margin: 3rem auto 3rem auto;
        /* border: 1px solid grey; */
    }
    .mobile-logo{
        display: none;
    }
    .normal-logo{
        display: block;
    }
    .input-search-box{
        height: 2rem;
        font-size: 1rem;
        padding-left: 1rem;
        width: 15rem;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .hamburger-menu{
        display: none;
        height: 1.5rem;
        width: 1.5rem;
        border-radius:3px ;
    }
    .hamburger-image{
        width: 100%;
    }
    .returns{
        display: block;
    }
    .cart{
        display: block;
    }
    .order-info{
        display: grid;
        grid-template-columns: 1fr 1fr 2fr;
        height: 4rem;
        column-gap: 1rem;
        background-color: rgb(240, 242, 242);
        border-top-left-radius: 13px;
        border-top-right-radius: 13px; 
    }
    .product-ordered{
        display: grid;
        grid-template-columns: 1fr 2fr 2fr;
        column-gap: 1rem;
        /* border: 1px solid grey; */
        margin-top: 1rem;
        margin-bottom: 4rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .progress-bar-for-tracking{
        width: 0;
        height: 2rem;
        border-radius: 3rem;
        background-color: green;
    }
}
@media screen and (min-width: 53.4375rem) {
    .tracking-div{
        display: none;
        width: 100%;
        margin: 3rem auto 3rem auto;
    }
    .mobile-logo{
        display: none;
    }
    .normal-logo{
        display: block;
    }
    .input-search-box{
        height: 2rem;
        font-size: 1rem;
        padding-left: 1rem;
        width: 26rem;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .hamburger-menu{
        display: none;
        height: 1.5rem;
        width: 1.5rem;
        border-radius:3px ;
    }
    .hamburger-image{
        width: 100%;
    }
    .returns{
        display: block;
    }
    .cart{
        display: block;
    }
    .progress-bar-for-tracking{
        width: 0;
        height: 2rem;
        border-radius: 3rem;
        background-color: green;
    }
    .product-ordered{
        display: grid;
        grid-template-columns: 1fr 2fr 2fr;
        column-gap: 1rem;
        /* border: 1px solid grey; */
        margin-top: 1rem;
        margin-bottom: 4rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}
@media screen and (min-width: 69.6875rem) {
    .tracking-div{
        display: none;
        width: 52rem;
        margin: 3rem auto 3rem auto;
        /* border: 1px solid grey; */
    }
    .mobile-logo{
        display: none;
    }
    .normal-logo{
        display: block;
    }
    .input-search-box{
        height: 2rem;
        font-size: 1rem;
        padding-left: 1rem;
        width: 35rem;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .hamburger-menu{
        display: none;
        height: 1.5rem;
        width: 1.5rem;
        border-radius:3px ;
    }
    .hamburger-image{
        width: 100%;
    }
    .returns{
        display: block;
    }
    .cart{
        display: block;
    }
    .your-order{
        font-weight: bold;
        font-size: 1.5rem;
        width: 10rem;
        margin: 0 auto 1rem 7.6rem;
    }
    .container-for-all-products-order{
        width: 52rem;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 1rem;
        margin: 0 auto;
        border: 1px solid lightgrey;
        border-radius: 13px;
    }
    .progress-bar-for-tracking{
        width: 0;
        height: 2rem;
        border-radius: 3rem;
        background-color: green;
    }
    .product-ordered{
        display: grid;
        grid-template-columns: 1fr 2fr 2fr;
        column-gap: 1rem;
        /* border: 1px solid grey; */
        margin-top: 1rem;
        margin-bottom: 4rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}
@media screen and (min-width: 81.25rem){
    body{
        font-family: sans-serif;
        padding-top: 5rem;
    }
    .header-nav{
        z-index: 1;
        background-color: black;
        height:3.5rem;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }
    .middle-section{
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 2rem;
    }
    .input-search-box{
        height: 2rem;
        font-size: 1rem;
        padding-left: 1rem;
        width: 40rem;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .search-button{
        height: 2.17rem;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: none;
        cursor: pointer;
        background-color: orange;
        margin-left: -1px;
    }
    .right-section{
       display: flex;
       flex-direction: row;
       align-items: center;
       justify-content: center; 
       height: 2rem;
       color: white;
       cursor: pointer;
    }
    .returns{
    margin-right: 0.5rem;
    display: block;
    }
    .returns:hover{
        border: 1px solid white;
        padding: 0.3rem;
        border-radius: 3px;
        border-color: white;    
    }
    .hamburger-menu{
        display: none;
        height: 1.5rem;
        width: 1.5rem;
        border-radius:3px ;
    }
    .hamburger-image{
        width: 100%;
        display: block;
    }
    .hamburger-exit-image{
        width: 100%;
        display: none;
    }
    .cart{
        display: block;
    }
    .cart:hover{
        border: 1px solid white;
        padding: 0.3rem;
        border-radius: 3px;
        border-color: white;
    }
    .number-of-items-in-cart{
       position: absolute; 
       color: orange;
       top: 0;
       left: 1.3rem;
       font-weight: bold;
    }
    .dropdown-info{
        z-index: 1;
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 3.5rem;
        background-color: black;
        color: white;
    }
    .for-return{
        cursor: pointer;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        height: 1.5rem;
        font-weight: bold;
        text-align: center;
    }
    .for-return:hover{
        background-color: rgb(68, 65, 65);
    }
    .for-cart{
        color: orange;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-align: center;
        height: 1.5rem;
        font-weight: bold;
        cursor: pointer;
    }
    .for-cart:hover{
        background-color: rgb(68, 65, 65);
    }
    .normal-logo{
        height: 1.8rem;
        display: block;
    }
    .mobile-logo{
        height: 1.8rem;
        display:none;
    }
    .tracking-div{
        display: none;
        width: 52rem;
        margin: 3rem auto 3rem auto;
        /* border: 1px solid grey; */
    }
    .view-orders-link{
    }
    .products-arrival-date-for-tracking{
        margin-top: 3rem;
        margin-bottom: 0.7rem;
        font-weight: bold;
        font-size: 1.5rem;
    }
    .products-name-for-tracking{
        margin-bottom: 0.6rem;
    }
    .product-image-for-tracking{
        display: flex;
        align-items: center;
        justify-content: start;
        width: 15rem;
        /* border: 1px solid red; */
        height: 15rem;
        margin-top: 1rem;
    }
    .product-tracking-terms{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }
    .progress-bar-container-for-tracking{
        background-color: lightgray;
        border: 1px solid black;
        width: 100%;
        border-radius: 3rem;
        margin-top: 1rem;
    }
    .progress-bar-for-tracking{
        width: 0;
        height: 2rem;
        border-radius: 3rem;
        background-color: green;
    }
    .your-order{
        font-weight: bold;
        font-size: 1.5rem;
        width: 10rem;
        margin: 0 auto 1rem 15.4rem;
    }
    .container-for-all-products-order{
        width: 52rem;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 1rem;
        margin: 0 auto;
        border: 1px solid lightgrey;
        border-radius: 13px;
    }
    /* .orders-for-that-particular-delivery-date{
        border: 1px solid red;
        border-radius: 13px;
    } */
    .order-info{
        display: grid;
        grid-template-columns: 1fr 1fr 2fr;
        height: 4rem;
        column-gap: 1rem;
        background-color: rgb(240, 242, 242);
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
    }
    .confirm-order-placed, .confirm-total-of-order-placed, .confirm-order-id{
        padding-left: 1rem;
        padding-top: 0.6rem;
    }
    .product-ordered{
        display: grid;
        grid-template-columns: 1fr 2fr 2fr;
        column-gap: 1rem;
        /* border: 1px solid grey; */
        margin-top: 1rem;
        margin-bottom: 4rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .for-product-image{
        background-color: white;
        display:flex;
        align-items: start;
        justify-content: center;
    }
    .for-buy-again-image{
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .the-ordered-product-name{
        font-weight: bold;
        font-size: 1.04rem;
        margin-bottom: 0.5rem;
    }
    .the-ordered-product-arrival-date{
        margin-bottom: 0.3rem;
    }
    .order-again-button{
        margin-top: 0.6rem;
        display: flex;
        align-items: center;
        justify-content: start;
        width: 10rem;
        background-color: #ffd814;
        border: 1px solid #ffd814;
        cursor: pointer;
        border-radius: 7px;
        height: 2rem;
    }
    .order-again-button:hover{
        background-color: #e9c511;
    }
    .for-product-tracking{
        background-color: white;
        border: 1px solid lightgrey;
        height: 2.4rem;
        text-align: center;
        cursor: pointer;
        border-radius: 12px;
        font-size: 1rem;
    }
    .for-product-tracking:hover{
        background-color: whitesmoke;
    }
}