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

body {
    background-color: #E2E7E6;
}

.navbar {
    height: 60px;
    background-color: #0F1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

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

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

.border {
    border: 1.5px solid transparent;
}

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

/** Box2 **/
.add-ff {
    color: #CCCCCC;
    font-size: 0.85rem;
    margin-left: 15px;
}

.add-ss {
    font-size: 1rem;
    margin-left: 3px;
}

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

/** Box3 **/
.nav-search {
    display: flex;
    justify-content: space-evenly;
    height: 38px;
    width: 897px;
    border-radius: 4px;
}

.nav-search:hover {
    border: 2px solid #FEBD68;
}

.search-select {
    background-color: #F3F3F3;
    width: 47px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}

.search-input {
    width: 100%;
    font-size: 1rem;
    border: none;
}

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

/** Box4 **/
span {
    font-size: 0.7rem;
}

.nav-ss {
    font-size: 0.85rem;
    font-weight: 600;
}

/** Box6 **/
.nav-cart i {
    font-size: 30px;
}

.nav-cart {
    font-size: 0.85rem;
    font-weight: 600;
}

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

.panel-ops p {
    display: inline;
    margin-right: 15px;
}

.panel-ops {
    width: 100%;
    font-size: 0.85rem;
}

.panel-all {
    width: 54px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 7px;
}

.panel-deals {
    width: 235px;
    font-size: 0.9rem;
    font-weight: 600;
}

/** Hero Section **/
.hero-sec {
    background-image: url("images/hero_image.jpg");
    background-size: cover;
    height: 320px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-msg {
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    width: 97%;
    margin-bottom: 25px;
}

.hero-msg a {
    color: #007185;
}

/** Shop Section **/
.shop-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #E2E7E6;
}

.box {
    height: 400px;
    width: 350px;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 20px;
}

.box-content p {
    padding-top: 15px;
    color: #007185;
}

.box-content p:hover {
    color: #0C2D48;
}

.box-img {
    height: 303px;
    width: 320px;
    background-size: cover;
    margin-top: 15px;
    margin-bottom: 15px;
}

.box-content {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.img1 {
    background-image: url("images/box1.jpg");
}

.img2 {
    background-image: url("images/box2.jpg");
}

.img3 {
    background-image: url("images/box3.jpg");
}

.img4 {
    background-image: url("images/box4.jpg");
}

.img5 {
    background-image: url("images/box5.jpg");
}

.img6 {
    background-image: url("images/box6.jpg");
}

.img7 {
    background-image: url("images/box7.jpg");
}

.img8 {
    background-image: url("images/box8.jpg");
}

/** Footer **/
footer {
    margin-top: 30px;
}

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

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

ul {
    margin-top: 40px;
}

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

.foot-panel3 {
    background-color: #222F3D;
    color: white;
    border-top: 0.25px solid #DDDDDD;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.foot-panel4 {
    background-color: #0F1111;
    color: #DDDDDD;
    height: 76px;
    font-size: 0.75rem;
    text-align: center;
}

.pages {
    padding-top: 25px;
}

.pages a {
    padding-right: 12px;
}

.copyright {
    padding-top: 7px;
}
