* {
    margin: 0;
    font-family: Arial;
    border: border-box;
}

div {
    display: block;
}

.navbar {
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 1000px;
}

.nav-logo {
    height: 50px;
    width: 113px;
    padding: 1px 8px 0 6px;
    margin: 1px;
}

.logo {
    background-image: url("./images/amazon_logo.png");
    background-size: cover;
    height: 100%;
    width: 100%;
}

.border {
    border: 1.5px solid transparent;
}

.border:hover {
    border: 1.5px solid white;
    border-radius: 2px;
}


/* box2 */

.address {
    font-size: 0.75em;
    color: #cccccc;
    margin-left: 15px;
}

.location {
    font-size: 0.875em;
    margin-left: 3px;
}

.add-icon {
    display: flex;
    align-items: center;
}


/* box 3 */

.nav-search {
    display: flex;
    width: 740px;
    height: 40px;
    border-radius: 4px;
    padding: 10px 4px 10px 3px;
    margin: 0 6px;
    justify-content: space-evenly;
}

.nav-search:focus-within {
    border: 3px solid orange;
    padding: 0;
    border-radius: 10px;
}

.search-select {
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}

.search-input {
    flex-grow: 1;
    font-size: 1rem;
    border: none;
    outline: none;
}

.search-icon {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #febd68;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}


/* box 4 */

span {
    font-size: 0.75rem;
}

.nav-second {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 15px;
}


/* box 6 */

.nav-cart i {
    font-size: 35px;
    height: 30px;
}

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


/* panel */

.panel {
    display: flex;
    height: 40px;
    background-color: #222f3d;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}

.panel-ops {
    width: 80%;
    font-size: 0.85rem;
    font-weight: 700;
}

.panel-ops p {
    display: inline;
    margin-left: 10px;
}

.panel-deals {
    font-size: 0.9rem;
    font-weight: 700;
}


/* hero section */

.hero-section {
    background-image: url('./images/hero_image.jpg');
    height: 350px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-msg {
    background-color: #f5f6f6;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    width: 95vw;
    margin-bottom: 35px;
}

.hero-msg a,
.box-content a {
    color: #007185;
    text-decoration: none;
}


/* Shop section */

.shop-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}

.box {
    height: 420px;
    width: 23%;
    background-color: white;
    padding: 20px 0 15px;
    margin-top: 15px;
}

.box-img {
    height: 300px;
    background-size: cover;
    margin: 1rem 0;
}

.box-content {
    margin: 0 20px;
}

.foot-panel1 {
    background-color: #354555;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8125rem;
}

.foot-panel2 {
    background-color: #222f3d;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
}

ul {
    margin-top: 40px;
}

ul a {
    display: block;
    font-size: 0.875rem;
    margin-top: 10px;
    color: #dddddd;
}

ul p {
    font-weight: 700;
    font-size: 1rem;
}

.foot-panel3 {
    background-color: #222f3d;
    border-top: 0.3px solid #ddd;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    background-image: url('./images/amazon_logo.png');
    background-size: cover;
    height: 50px;
    width: 100px;
}