.top-bar-burger {
  display: flex;
  font-size: 18px;
  cursor: pointer;
}

.top-bar-right {
  display: none;
}

.top-bar-search {
  display: none;
}


.modal-header{
    display: flex;
}

.nav-modal {
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}


.nav-modal-content{
  display: flex !important;
  width: 100% !important;
  /* justify-content: space-evenly !important; */
}


.modal-main {
  width: 80%;
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  height: 25rem;
}

.flex-center h3 {
  font-family: Pinar, sans-serif;
  font-variation-settings: "wght" 300, "DSTY" 5;
  color: #282828;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
}

.modal-search {
  position: relative;
}

.modal-search input {
  background-color: rgba(245, 245, 245, 0.7);
  border-radius: 15px;
  height: 47px;
  padding: 0 42px 0 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
  color: #000;
  border: none;
  width: 90%;
  font-family: inherit;
  outline: none;
}

.modal-search button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-search i {
  font-weight: bold;
}

.modal-list {
  margin-top: 30px;
}

.modal-list li {
  list-style: none;
  padding: 0.5rem;
}

.header-login-box {
  transform: translateX(-200px) !important;
  transition: all 1s;
  width: 250px !important;
  top: 0px;
}




.banner-item {
  width: 300px;
}
.banner-item--1{
  margin-right:  20px !important;
}

.banner-item--2{
  margin-left: 20px !important;
}

.banner-item--3{
  margin: 15px auto 0 auto;

}




.top-seller-item{
  width: 40% !important;
  margin: 15px 20px;
}

/* title */



@media only screen and (max-width : 981px) {
  .cat-off{
    width: 290px !important;
    margin: 50px 40px !important;
  }
  
  .cat-off-5{
    margin: 60px  auto  30px auto!important;
  
  }
  
  .section-title{
    text-align: center;
  }

}

@media only screen and (max-width : 800px) {
  .cat-off{
    width: 230px !important;
  }

  .cat-off:hover img {
    transform: scale(120%);
 
  }

}

@media only screen and (max-width : 680px) {
  .just-center{
    justify-content: center !important;
  }
  .cat-off{
    width: 50% !important;
    margin-bottom: 120px !important;
  }

  .cat-off:hover img {
    transform: scale(110%);
  }

  .flex-res{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  .banner-item--1{
    margin-right:  0px !important;
  }
  
  .banner-item--2{
    margin-left: 0px !important;
  }
  
  .banner-item--3{
    margin: 0 !important ;
  }
  

  .top-seller-items {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .top-seller-item{
    margin: 15px 0 !important;
    width: 400px !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }

  .top-seller-items {
    margin-bottom: 0px !important;
}


  footer .wrap {
   flex-direction: column;
}

.footer-box {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding : 15px 0;
  margin: 0 0 !important;
}

footer{
  margin-top: 0 !important;
}
}




.footer-box{
  flex: 0 0 40%;
  margin: 20px;
}

.footer-box .footer-social li a {
  font-size: 20px;
}

/* .footer-social li  {
  padding: 9px 15px ;
} */