* {
    margin: 0;
    font-family: Arial;
    border: border-box;
}

/* box1 */

.navbar {
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-logo {
    height: 50px;
    width: 100px;
    left: 0px;
}

.logo {
    background-image: url(images/amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100%;
}

.border {
    border: 1.5px solid transparent;
}

.border:hover {
    border: 1.5px solid white;
}

/* box2 */

.small {
    font-size: 0.75rem;
    color: #CCCCCC;
    margin-left: 15px;
}

.big {
    font-size: 0.875rem;
    margin-left: 3px;
}

.address-icon {
    display: flex;
    align-items: center;
}

/* box3 */

.options {
    display: flex;
    width: 620px;
    height: 40px;
    border-radius: 4px;
}

.search-select {
    background-color: #f3f3f3;
    font-size: 0.875rem;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}

.search-input {
    width: 100%;
    border: none;
    outline: none;
}

.searchicon {
    width: 45px;
    background-color: #F6B86F;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.313rem;
}

.options:hover {
    border: 2px solid orange;
    border-top-left-radius: 6.5px;
    border-bottom-left-radius: 6.5px;
    border-top-right-radius: 6.5px;
    border-bottom-right-radius: 6.5px;
}

.search-input:active  {
    border-bottom: grey;
}

/* box4 */

.language {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flaglogo {
    background-image: url(images/flag.png);
    background-size: cover;
    width: 22px;
    height: 14.5px;
    margin-right: 3px;
}

.dropdown-icon {
    background-color: #0f1111;
    color: white;
    border: none;
}

/* box4 and box5 */

span {
    font-size: 0.75rem;
}

.large-text {
    font-size: 0.875rem;
    font-weight: 700;
}

/* box6 */

.cart {
    font-size: 0.85rem;
    font-weight: 700;
}

.cart i {
    font-size: 1.875rem;
}

/* panel */

.panel {
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}

.panel-ops p {
    display: inline;
    font-size: 0.85rem;
    margin-left: 15px;
}

.panel-ops {
    width: 90%;
}

.panel-ops p:hover {
border: 1.5px solid white;
}

/* hero section */

.hero-section {
    background-image: url(images/hero_image.jpg);
    background-size: cover;
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-msg {
    height: 30px;
    width: 80%;
    background-color: #F5F6F6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    margin-bottom: 25px;
}

.hero-msg a {
    text-decoration: none;
    color: #2162a1;
}

/* shop section */

.shop-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}

.box {
    border: 2px solid black;
    height: 400px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}

.box1 {
    font-size: 1.313rem;
}

.box-img {
    background-size: cover;
    height: 300px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box-content {
    margin-left: 1rem;
    margin-right: 1rem;
}

.box a {
    text-decoration: none;
    color: #2162a1;
    font-size: 0.813rem;
}

.NewCustomer {
    height: 150px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #ddd;
    width: 100%;
}

.NewCustomer p {
    padding-top: 8px;
    font-size: 0.688rem;
}

.center {
    padding-top: 35px;
    font-size: 1.5rem;
}

.signin-btn {
    height: 30px;
    width: 150px;
    border-radius: 50px;
    font-size: 0.813rem;
    background-color: #FFCE12;
    outline: 0;
    border: 0;
}

/* footer */

footer {
    margin-top: 18px;
}

.footer-1 {
    height: 50px;
    background-color: #485769;
    color: white;
    font-size: 0.813rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-2 {
    height: 400px;
    background-color: #232F3E;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-evenly;
}

.line {
    color: #DDDDDD;
    font-size: 0.875rem;
}

.head {
    margin-bottom: 14px;
    font-size: 1rem;
    margin-top: 6px;
    color: white;
    font-weight: 700;
}

.space {
    width: 100px;
}

.footer-3 {
    height: 80px;
    border-top: 0.5px solid white;
    background-color: #232F3E;
    color: #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-2 {
   background-image: url(images/amazon_logo.png);
   background-size: cover;
   height: 50px;
   width: 100px;
   position: absolute;
   left: 300px;
}

.side-div {
    height: 34px;
    width: 130px;
    border: 1px solid grey;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #CCCCCC;
    font-size: 0.813rem;
    padding: 1px;
    margin-right: 4px;
}

.side-div i {
    margin-top: 2px;
}



.flag-2 {
    background-image: url(images/flag.png);
    background-size: cover;
    height: 12px;
    width: 18px;
}

.footer-4 {
    height: 60px;
    background-color: #131a22;
    color: #DDDDDD;
    font-size: 0.75rem;
    text-align: center;
    padding-top: 35px;

}

.footer-4 a {
    padding: 8px;
}

.copyright {
    padding-top: 10px;
}

