
  
  #navPart {
    position: sticky;
    top: 0px;
}

header {
    background-color: rgb(51, 51, 51);
    width: 100%;
    height: 50px;
}

#logo {
    color: white;
    font-size: 22px;
    position: absolute;
    top: 8px;
    left: 12%;
    float: left;
    margin-top: 1px;
}

#logo:hover {
    cursor: pointer;
    opacity: .6;
    transition: .3s;
}

nav {
    position: absolute;
    left: 19%;
    margin-top: 10px;
}

nav a {
    text-decoration: none;
    color: #f5f5f7;
    margin-right: 65px;
    font-size: 12px;
    margin-left: 20px;
    
}

nav a:hover {
    opacity: .5;
    transition: .3s;
}

.right {
    float: right;
}

#search {
    position: absolute;
    right: 244px;
    margin-top: 7px;
    color: white;
    font-weight: normal;
}

#search:hover {
    opacity: .5;
    transition: .3s;
    cursor: pointer;
}

#lock {
    color: white;
    margin-top: 6px;
    margin-right: -3px;
}

#lock:hover {
    opacity: .5;
    transition: .3s;
    cursor: pointer;
}

.banner {
    background: url("http://mateen.kurdzman.net/ban.png") no-repeat;
    width: 100%;
    height: 585px;
    background-position: center;
    background-size: cover;
}
#banner1 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  
  gap: 20px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 70px;
  padding-left: 15%;
}
@media screen and (min-width:300px) and (max-width:850px) {
  #banner1 {
      display: grid;
      grid-template-columns: repeat(1,1fr);
  }
}
#banner1 div {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  width: 410px;
  height: 450px;
}

#banner1 div img:hover {
  width: 200px;

}

#banner1 div img {
  width: 200px;
  /* margin-bottom: 20%; */
}

#banner1 h4 {
  text-align: center;
  font-size: 18px;
  line-height: 1.14286;
  font-weight: 600;
  letter-spacing: .007em;
  font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #1d1d1f;
  margin: 0 0 9px;
  padding-top: 10px;
}
#banner1 h3 {
  padding-left: 50px;
  font-size: 18px;
  line-height: 1.14286;
  font-weight: 600;
  letter-spacing: .007em;
  font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #1d1d1f;
  margin: 0 0 9px;
  padding-top: 10px;
}
  
#banner1 button {
  margin-left: 70%;
  padding: 15px 20px;
  border-radius: 15px;
  border: 0px;
  background-color: #0071e3;
  color: white;
  margin-bottom: -100%;
  

}

#banner1 p {
  margin-left: 5%;
  font-size: 14px;
  line-height: 1.28577;
  font-weight: 400;
  letter-spacing: -.016em;
  font-family: SF Pro Text, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;


}
#cart_total{
  margin-left: 30%;
  
  font-weight: 600;
  font-size: 50px;
}
#checkout{
  padding: 20px 30px;
  border-radius: 15px;
  border: 0px;
  margin-left: 50%;
  background-color: #0071e3;
  margin-bottom: 70px;
}
 #checkout a{
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  color: white;
 }  
 #ul_table{
  display: flex;
  /* border: 1px solid red; */
  justify-content: space-between;
  text-align: left;

}
#ul_table>div>ul{
color: black;
margin-top: -5px;
}
/* 
#third{
  margin-right: 20%;
} */

#ul_table>div>ul>a{
  text-decoration: none;
  /* text-align:end; */
  color:rgb(110,110,115);


}

 #ul_table>div>ul:hover{
  /* border-bottom: 1px solid black; */
  text-decoration: underline;
  
 }

 #main{
  width: 75%;
  /* margin-c: 10%; */
  margin: auto;

 
 }

 body{
  background-color: #f5f5f7;
 }

 p{
  color: #939397;
  font-size: 15px;
 }

 #link{
  color:#6c7378;
  text-decoration: none;
  /* text-decoration: underline; */
 }

 a{
  color:rgb(110,110,115);
  font-size: 13px;
  font-weight: 400; 
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  /* margin-top: 20px;
  margin-bottom: 20px; */
 } 

#last{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* margin-top: -10px; */
  /* margin-left: -10%; */
  padding: auto;
}
 
#last>div>a{
  /* font-family: Arial, Helvetica, sans-serif; */
  text-decoration: none;
  color:rgb(110,110,115);
  /* font-size: 13px; */
  /* font-weight: 400; */
  margin-top: 10px;
}

h5{
  color: #4d4d4f;
  /* text-align: left; */
  margin-left: 40px;
  margin-bottom: 15px;
}