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

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

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

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

.logo {
    background-image: url(amaz.jpeg);
    background-size: cover;
    height: 50px;
    width: 100%;
}

.border {
    border: 2px solid transparent;
}

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

/* Box 1 */
.Addfirst {
    color: #ccc;
    font-size: 0.85em;
    margin-left: 15px;
}

.Addsec {
    font-size: 1em;
    margin-left: 3px;
}

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

/* Box 3 */
.nav-search {
    display: flex;
    background-color: white;
    justify-content: space-evenly;
    height: 40px;
    width: 580px;
    border-radius: 4px;
}

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

.search-input {
    width: 500px;
    font-size: 1rem;
    border: none;
}

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

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

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

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

.cart {
    font-size: 0.85rem;
}

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

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

.panel-ops {
    width: 70%;
    font-size: 0.8em;
}

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

/* Hero Section */
.hero {
    background-image: url(PC-hero-new-kv_-3000x1200_2._CB570221731_.jpg);
    height: 350px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.heromsg {
    background-color: azure;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 25px;
}

.heromsg a {
    color: #007185;
}

/* Shop Section */
.shopsection {
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(116, 192, 240);
    justify-content: space-evenly;
    width: 100%;
}

.box {
    height: 400px;
    width: 23%;
    background-color: rgb(120, 199, 249);
    padding: 10px 0px 15px;
    margin-top: 15px;
}

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

.box-content {
    margin-left: 1rem;
    margin-right: 1rem;
    color: #0f1111;
}

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

.footpanel1 {
    background-color: #37475a;
    color: rgb(212, 237, 243);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

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

ul {
    margin-top: 20px;
}

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

.footpanel3 {
    background-color: #222f3d;
    color: white;
    border-top: 0.5px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footpanel3 .logo {
    background-image: url(amaz.jpeg);
    background-size: cover;
    height: 50px;
    width: 100px;
}

.footpanel4 {
    background-color: #0f1111;
    font-size: 0.7em;
    height: 80px;
    color: white;
    text-align: center;
}

.pages {
    padding-top: 25px;
}

.copyright {
    padding-top: 5px;
}
