* {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;
}

.navbar {
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-logo {
    width: 100px;
    height: 50px;
}

.logo {
    margin-top: 10px;
}

.border {
    border: 2px solid transparent;
    /* height: 50px; */
    /* transition: border 0.3s ease; */
}

.border:hover {
    border: 1px solid white;
    border-radius: 2px;

}

#deliver {
    font-weight: lighter;
    color: #cccccc;
    font-size: .9rem;
    margin-left: 23px;
}

#address {
    font-weight: 700;
    color: #ffffff;
    margin-left: 3px;
}

.address-icon {
    display: flex;
}

.nav-search {
    display: flex;
    justify-content: space-evenly;
    width: 600px;
    height: 35px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid transparent;
}

.search-input {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.nav-search:has(.search-input:focus) {
    border: 3px solid #ef8d0d;
    border-radius: 5px;
}

.search-button {
    width: 50px;
    border: none;
    font-size: 1.2rem;
    background-color: #febd68;

}

.language {
    display: flex;
    font-size: 20px;
}

.search-select {
    /* border-radius: 3px 0 0 4px; */
    width: 60px;
    background-color: #f3f3f3;
    color: rgb(128, 124, 124);
    text-align: center;
    border: none;
}

.search-select:hover {
    background: #f3f3f3c8;
    color: black;
}

span {
    font-size: .7rem;
}

.nav-2nd {
    font-size: .85rem;
    font-weight: bolder;
}

.nav-cart i {
    font-size: 30px;
}

.nav-cart {
    font-size: .85rem;
    font-weight: bolder;
}

.panel {
    display: flex;
    height: 40px;
    align-items: center;
    /* justify-content: space-evenly; */
    background-color: #222f3d;
    color: white;
}

.panel-all {
    margin-left: 10px;
    font-weight: bolder;
}

.panel-options {
    display: flex;
    align-items: center;
    width: 70%;
    /* justify-content: space-around; */
    gap: 20px;
    margin-left: 20px;
    /* width: 200px; */
}

.extra {
    margin-left: 110px;
    font-weight: bolder;
    /* margin-right: 10px; */
}

.hero-section {
    background-image: url(photos/hero.png);
    height: 250px;
    background-size: cover;
    /* width: 1000px; */

}

.shop-section {
    background: linear-gradient(to bottom, rgb(251, 101, 2), rgb(249, 245, 245));
}

.box {
    height: 300px;
    /* border: 2px solid black; */
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px 0px;
    margin-top: 20px;
}

.shop-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* margin-top: 20px; */
}

.box-image {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box-content {
    margin-left: 10px;
    margin-right: 10px;
    /* margin-bottom: 10px; */
}

.box-content p {
    color: #007185;
}

footer {
    margin-top: 15px;

}

.foot-panel1 {
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
}

a {
    text-decoration: none;
    color: white;
}

.foot-panel1:hover {
    background-color: #394753e3;
}

.foot-panel2 {
    color: #dddddd;
    display: flex;
    justify-content: space-evenly;
    background-color: #222f3d;
    height: 500px;
    padding-left: 100px;
    padding-right: 100px;
}

.foot-panel2 p {
    /* margin: 10px; */
    font-size: 1rem;
    font-weight: bolder;
    color: white;
}

.foot-panel2 a:hover {
    text-decoration: underline;

}

ul {
    margin-top: 45px;
}

ul a {
    display: block;
    font-size: .85rem;
    margin-top: 15px;
}

.foot-panel3 {
    background-color: #222f3d;
    border-top: .001px solid rgba(255, 255, 255, 0.177);
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    background-image: url(photos/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 40px;
}

.foot-panel4 {
    background-color: #0f1111ef;
    color: #dddd;
    height: 270px;


}

.pages {
    font-size: .7rem;
    text-align: center;
    padding-top: 20px;
    ;
}

.pages a {
    color: #dddddd;
    text-decoration: none;
    margin: 0 10px;
}

.pages a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: .7rem;
    text-align: center;
    margin-top: 5px;
}

.upper {
    display: flex;
    justify-content: space-evenly;
    /* flex-wrap: wrap; */
    padding-top: 20px;
    margin-right: 100px;
}

.upper a {
    padding: 10px;
}

.upper a :hover {
    text-decoration: underline;
}

.heading {
    /* font-size: 1.2rem; */
    font-weight: bolder;
}

.subheading {
    color: #dddddd;
}