*{
    margin: 0;
    padding: 0%;
    font-family: Arial;
    border: border-box; /*border is included in content*/
}

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

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

.logo{
    background-image: url("2.logo.png");
    background-size: cover; 
    height: 50px;
    width: 160px;  
}

.border{
     border: 2px solid transparent;
}

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

/*box2*/
.first{
      color: #cccccc;
      font-size: 0.85rem;
      margin-left: 15px;
}

.sec{
    font-size: 1rem;
    margin-left: 3px;
}

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

/*box3*/
.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(236, 160, 19);
    width: 620px;
    height: 40px;
    border-radius: 4px; 
}

.nav-search:hover{
    border: 4px solid rgb(236, 160, 19);
}

.search-select{
      background-color: #e6e6e6;
      width: 50px;
      text-align: center;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      border: none;
}

.search-input{
    width: 100%;
    font-size: 1rem;
    border: none;
}

.search-icon{
        width: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        color: #0f1111;
}


/*box4*/
span{
    font-size: 0.75rem;
}

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


/*box6*/
.nav-cart i{
    font-size: 35px;
}

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

/*panel*/
.panel{
    background-color: #232F2E;
    height: 45px;
    display: flex;
    color:  #FFFFFF;
    align-items: center;
    justify-content: flex-start;
}

.all{
    padding-left: 5px;
}

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

.opt{
    font-size: 0.85rem;
    width: 70%;
}



.hero{
    background-image: url("hero2.jpg");
    background-size: cover;
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: center;  
}

.hero-footer{
    background-color: #F5F6F6;
    height: 40px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97%;
    margin-bottom: 25px;
}

.hero-footer a{
    color: #007185;
    text-decoration: none;
}

 a:hover{
    color: rgb(236, 160, 19);
    text-decoration:underline;
}


/*shop*/
.content{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      background-color: rgb(195, 237, 221);
}

.box{
    height: 350px;
    background-color: white;
    width: 23%;
    padding: 20px 0px 15px;
    margin-top: 15px;
    margin-bottom: 25px;
}

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

.box-con{
    margin-left: 1rem;
    margin-right: 1rem;
    
}

.box-con a{
    color: #007185;
}


/*panel*/
.line-panel{
    background-color:white ;
    padding: 10px 20px;
    height: 280px;
    width: 1500px;
    margin-bottom: 30px;
}

.lph{
    color: #0f1111;
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 8px;
}
.lp-d{
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;    
}

.d{
    background-size: cover;
    margin-left: 8px;
    width: 250px;
    height: 220px;
}

/*footer*/
.foot-panel{
    background-color: #37475a;
    color: #FFFFFF;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}

.foot-panel2{
    background-color: #222f3d;
    display: flex;
    text-decoration: none;
    height: 380px;
    color: white;
    justify-content: space-evenly;
}

ul a{
    display: block;
    margin-top:  15px; 
    font-size: 0.85rem;
}

ul p{
    margin-top: 40px;
    font-weight: 600;
}

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

.logo{
    background-image: url("2.logo.png");
    background-size: cover; 
    height: 50px;
    width: 160px;  
}


