
#navbar1{
    display: flex;
    width: 80%;
    margin: auto;
}
#navbar1 img{
    margin-top: 20px;
    margin-right: 40px;
    margin-left: -20px;
}
#nav-inner{
    display: flex;
    width: 80%;
    color: #535b62;
    font-family: Promixa\ Nova,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
    font-size: 13px;
    line-height: 68px;
    font-weight: 600;
    padding: 0 30px;
}
#nav-inner :nth-child(1){
    margin-right: 80px;
}
#nav-inner :nth-child(2),:nth-child(3),:nth-child(4){
    margin: 0 35px;
}

/* ---------------slider--css------------------ */
#slider{
    width: 100%;
    height: 380px;
    margin: auto;
}
.btn {
  border: none;
  /* padding: 0 0.5rem; */
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: inline-block;
  z-index: 2;
  text-align: center;

  
}
.left{
left: 1.3%;
}
.right{
right: 1.3%;
}
button:hover{
}
/* ---------------slider--css------------------ */
/* ---------------nav-2--css------------------ */
.nav-2{
    display: flex;
    width: 100%;
    height: 50px;
    margin: auto;
    justify-content: space-between;
    box-shadow: 0 0px 5px 0 rgb(46 61 73 / 20%);
    padding-top: 15px;
    color: gray;
    font-size: 15px;
    font-weight: bold;

}
.nav-2 :first-child{
    margin-left: 100px;
    cursor: pointer;

}

.nav-2 :last-child{
    display: flex;
   
    
    
    
}
#cat,#sor{
    display: flex;
    cursor: pointer;
    margin-top: -15px;
    padding: 15px;
    padding-right: 100px;
    /* border: 1px solid gray; */
    border-left: 1px solid gray;
    border-right: 1px solid gray;

}
#sor{
    margin-right: 100px;
}
#sort{
    text-align: center;
    position: absolute;
    z-index: 2;
    margin-left: 1050px;
    width: 150px;
    border-radius: 10px;
    font-weight: 600;
}
#sort div{
    padding: 5px;
    background-color: #fafafa;
    border: 1px solid black;
}
#sort div:hover{
    color: #ff5757;
    cursor: pointer;
    background-color: #cfcfcf;
}
#category{
    position: absolute;
    z-index: 2;
    height: 100px;
    background-color: #fafafa;
    margin-left: 750px;
    text-align: center;
    
}
#category h3{
    padding: 5px;
    border-top: 1px solid grey;
}
#category h3:hover{
    background-color: #535b62;
    color: white;
    cursor: pointer;
}
/* ---------------nav-2--css------------------ */
/* ---------------show-box--css------------------ */
.show-box{
    background-color: #fafafa;
    padding: 45px 0;
}

#container{
    width: 100%;
    margin: auto;
    text-align: center;

}

#box{
    text-align: center;

    
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px #ddd;
    margin: 0 32px 30px 0;
    width: 30%;
    min-height: 418px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0;
    cursor: pointer;

}
#box>div{
    padding: 20px 15px 20px;
    text-align: left;
}
#box h2{
    font-size: 16px;
    line-height: 24px;
    /* margin: 0 0 15px; */
    /* padding-bottom: 12px; */
    overflow: hidden;
    height: 55px;
    color: #101010;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
#box>div>div{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -2px;
}
#box>div>div :nth-child(2){
    margin-left: -100px;
}
#btn{
    margin-left: 480px;
    font-weight: bold;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: 8px 8px 15px 0px #efefef;
    color: #ff5757;
    font-size: 14px;
    padding: 14px 20px;
    text-transform: capitalize;
    width: 30%;
    margin-top: 15px;
    letter-spacing: 0;
    border: 0px;
    
}
#btn:hover{
    color: white;
    background-color: #ff5757;
}

/* ---------------show-box--css------------------ */


