*{
    margin: 0px;
    font-family: arial;
    border: border-box;
}
.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.nav-logo{
    height: 50px;
    width: 100px;
}
.logo{
    background: url("images/an-logo.jpg");
    background-size: cover;
    height: 50px;
    width: 100%;
}
.border{
 border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}
.add-first{
color:#CCCCCC;
font-size: 0.85rem;
margin-left:15px;
}
.add-sec{
 font-size: 1rem;
 margin-left: 3px;
}
.add-icon{
    display: flex; 
    align-items: center;
}
.nav-search{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 600px;
    height:40px;
    border-radius: 4px;
}
.nav-search:hover{
  border: 2px solid #febd68; ;
}
.selectt{
    background-color: #f3f3f3;
    width:50px;
    height: 85%;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.innput{
    width:100%;
    height: 80%;
    font-size: 1rem;
    border: none;
}
.search-icon{
    height: 85%;
    width:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    background-color:#febd68;
    color:#0f1111;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
span{
    font-size: 0.7rem;
}
.sign{
    font-size: 0.8rem;
    font-weight: 700;
}
.nav-cart i{
 font-size:30px;
}
.nav-cart{
    font-size: 0.85rem;
    font-weight: 700;
}
.panel{
    height:40px;
    background-color:#222f3d;
    display:flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}
.panel-ops p{
 display: inline;
 margin-left: 15px;
}
.panel-ops{
    width: 70%;
    font-size: 0.85rem;
}
.panel-div{
    font-size: 0.9rem;
    font-weight: 700;
}
.all-info {
  position: fixed;
  top: 0;
  left: -300px; /* hidden by default */
  width: 300px;
  height: 100%;
  background-color: white;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: left 0.3s ease-in-out;
  overflow-y: auto; /* Enable vertical scroll */
}

.all-info.active {
  left: 0; /* Slide into view */
}

.all-info h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #111;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.all-info a {
  display: block;
  margin: 5px 0;
  color: #37475a;
  text-decoration: none;
  padding-left: 3px;
  padding-bottom: 3px;
}


.all-info a:hover {
  text-decoration: underline;
}
.profile{
    font-size: 20px;
    background-color: #37475a;
    color: white;
    text-align: center;width: 100%;
  height:65px;
  padding: 0;
  margin: 0
}
.profile i{
    font-size: 30px;
    padding-top: 3px;
}
.profile pre{
    font-size: 20px;
}
.hero-sec{
    height: 400px;
    background-image:url("images/hero.jpg");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items:flex-end;
   
}
.hero-p{
    height: 40px;
    width: 80%;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  background-color: white;
   color: black;
    margin-bottom: 23px;
}
.hero-p a{
    color: #007185;
}
.shop{
    display:flex;
    flex-wrap:wrap ;
    justify-content: space-evenly;
    background-color:#FCD8CD;

}
.box{
    height: 400px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}
.box-img{
    height:300px;
    background-size:cover;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.box-con{
    margin-left: 1rem;
    margin-right: 1rem;
}
.box-xoc p{
    color: #007185;
}
footer{
    margin-top: 15px;
}
.foot-p1{
  background-color:#37475a;
  color: white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
}
.foot-p2{
    background-color: #222f3d;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
}
ul{
    margin-top: 20px;
}
ul a{
    display: block;
    text-decoration: none;
    color:#dddddd;
    font-size: 0.85rem;
    margin-top:10px;
}
.foot-p3{
    height: 70px;
    background-color:black;
    color:white;
    border-top: 0.3px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    background-image: url("images/an-logo.jpg");
    background-size: cover;
    height:50px;
    width: 100px;
}
button{
    border: #dddddd;
     border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
     border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
}
.sign-in{
    display: flex;
  justify-content: center;
  text-align: center;
  margin-left: 105px;
  margin-top: 6px;
  background: #37475a;
  color: white;
  font-size: 1.1rem;
  font-weight: 100;

}