* {
    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;
  }
  
  .navlogo {
    height: 50px;
    width: 100px;
  }
  
  .logo {
    background-image: url(https://www.amazon.com/ref=nav_logo);
    background-size: cover;
    height: 50px;
    width: 100%;
    background-size: cover;
  }
  .border {
    border: 2px solid transparent;
    border-radius: 2px;
  }
  .border:hover {
    border: 1.5px solid white;
  }
  
  .addfirst {
    color: #cccccc;
    font-size: 12px;
    margin-left: 16px;
    align-items: center;
  }
  
  .addsecond {
    font-size: 14px;
    margin-left: 3px;
    font-weight: 700;
    align-items: center;
  }
  
  .addicon {
    display: flex;
    align-items: center;
  }
  
  .border2:hover {
    border: 1.5px solid white;
    height: 50px;
  }
  
  .search1 {
    display: flex;
    align-items: center;
    margin-left: 15px;
    background-color: rgb(255, 52, 52);
    height: 40px;
    width: 620px;
    border-radius: 6px;
    text-align: center;
  }
  
  .nav-search {
    display: flex;
    height: 40px;
    width: 620px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    background-color: #ff8484;
    margin-left: 15px;
    border-radius: 4px;
    justify-content: space-evenly;
  }
  
  .search-option1 {
    background-color: #f3f3f3;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 50px;
    text-align: center;
    border: none;
  }
  
  input {
    width: 100%;
    font-size: 1rem;
    border: none;
  }
  .search-input{
      border: none;
  }
  .search-icon {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(238, 156, 4, 0.849);
    font-size: 1.2rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
  }
  
  .lanoption {
    font-weight: bolder;
    background: transparent;
    color: white;
    border: none;
  }
  
  .languageoption {
    height: 50px;
    width: 74px;
    display: flex;
    align-items: center;
    padding-left: 6px;
  }
  .american {
    background-image: url(Images/america.webp);
    background-size: cover;
    height: 15px;
    width: 20px;
  }
  
  .hello {
    font-size: 12px;
    margin-left: 4px;
  }
  
  .account-sign {
    font-size: 14px;
    font-weight: bold;
    background: transparent;
    color: white;
    border: none;
  }
  
  .return {
    font-size: 12px;
  }
  
  .order {
    font-size: 14px;
    font-weight: bold;
  }
  
  .cart i {
    font-size: 30px;
  }
  
  .cart {
    font-size: 0.8rem;
    font-weight: 700;
  }
  
  .nav-search:hover {
    border: 2px solid orange;
  }
  
  .second-nav {
    height: 42px;
    background-color: #222f3d;
    align-items: center;
    color: white;
    justify-content: space-evenly;
    display: flex;
  }
  
  .second-nav p {
    display: inline;
  }
  
  .allicon {
    padding-left: 8px;
    align-items: center;
    display: flex;
    width: 58px;
    height: 36px;
  }
  
  .list {
    font-weight: 700;
    margin: 2px;
    font-size: 14px;
  }
  
  .panel-ops {
    width: 70%;
    font-size: 0.8rem;
  }
  
  .ptag {
    margin-left: 15px;
  }
  .deals {
    font-size: 0.9rem;
    font-weight: 700;
  }
  
  .main{
      background-image: url(navbar.jpg);
      height: 400px;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: flex-end;
  }
  
  .msg{
      font-size: 14px;
      background-color: #f5f6f6;
      width: 80%;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px;
  }
  
  .msg a {
      color: #007185;
      text-decoration: none;
  } 
  
  .shop{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      background-color: #e2e7e6;
  }
  
  .box{
      height: 400px;
      width: 23%;
      background-color: white;
      padding: 20px 0px 15px;
      margin: 8px;
  }
  
  .shop1{
      font-size: 16px;
  }
  
  .box1-img{
      height: 300px;
      background-size: cover;
      margin-top: 1rem;
      margin-bottom: 1rem;
  }
  
  .box1-content{
      margin-left: 1rem;
      margin-right: 1rem;
  }
  
  .shop1 p a{
        text-decoration: none;
        color: #007185;
        font-size: 15px;
  }
  
  footer{
    margin-top: 15px;
  }
  .firstpanel{
    height: 50px;
    background-color: #232F3E;
    color: white;
    font: 13px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  
  .secondpanel{
    background-color: #333;
    color: white;
    height: 400px;
    display: flex;
    justify-content: space-evenly;
  }
  
  ul{
    margin-top: 20px;
  }
  ul a {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    color: #dddddd;
  }
  
  .thirdpanel{
    background-color: #333;
    color: white;
    border-top: 0.5px solid #848688;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .logo{
    background-image: url(https://tahirsolutions.com/wp-content/uploads/2021/07/amazon_white_png.png);
    height: 50px;
    width: 100px;
    background-size: cover;
    width: 100px;
  }
  
  .select-op{
    margin-left: 55px;
    display: flex;
  }
  
  .select-op select{
    background: transparent;
    color: #cccccc;
    font-size: 13px;
    text-decoration: none;
    margin-left: 5px;
    border: 1px solid #848688;
    padding: 6px 18px 6px 8px;
    border-radius: 3px;
  }
  
  .panel4{
    background-color: #333;
    color: white;
    height: 80px;
    font-size: 12px;
    text-align: center;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
  }
  
  .page{
    text-align: center;
    padding-top: 25px;
  }
  .page a {
    text-decoration: none;
    color: white;
  
  }
  
  .copyright{
    margin-top: 5px;
  }