/* supermarket */
.sup-card{
  text-align: center;
}
.sup-card img{
  width: 200px;
  height: 160px;
  margin-inline-end: 15px;
}
.cont2-sup img{
  width: 413px;
}
.container-super{
  width: 1250px;
}
.container-super  button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    background:white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 20px 20px;
}
.container-super .prev-btn-sup {
    inset-inline-end: 15px;
}
.container-super  .next-btn-sup {
    inset-inline-start: 15px;
}
.cont1-sup{
  text-align: center;
  display: flex;
  align-items: center;
}








.header-for-phone,.footer-mobile{
  display: none;
}




@media (max-width: 768px) {
  .header-for-phone, .footer-mobile {
    display: block;
  }
  .supermarket-page .container2-sup{
    display: none;
  }
}