.hidden-ecran{
  width: 0px;
  height: 0px;
  /*display: none;*/
  position: absolute;
  color: transparent;
  opacity: 0;
}

.banner-style-four .thumb::after{
  background: var(--color-secondary);
}
.f-item.newsletter form button::after{
   background: var(--color-secondary);
}
.side .close-side i{
  color: var(--color-secondary);
}
.f-item.newsletter form button:hover{
  color: var(--white);
}
.side .widget .logo::after{
  background: var(--white);
}
.product .product-contents{
  padding: 10px;
}
.food-menu-style-one .item .thumb img{
  border-radius: initial;
}
.feature-product-item:first-child a .thumb{
  top: 70%;
  right: -30%;
  max-width: 100%;
}
.feature-product-item:nth-child(2) a .thumb{
  right: -3%;
  bottom: -3%;
}
.feature-product-item:nth-child(2) a:last-child .thumb{
  left: -20%;
  bottom: -30%;
  width: 60%;
}
.breadcrumb-area{
  padding: 250px 0 20px;
}
.discount-content h2{
  font-size: 90px;
}












@media only screen and (max-width: 767px) {

  .discount-content h2{
    font-size: 70px;
  }
  .feature-product-item:first-child a .thumb{
    top: 10%;
  }
  .feature-product-item:first-child a .thumb .offer{
    top: -80px;
  }
  .feature-product-item:nth-child(2) a:last-child .thumb{
    left: 50%;
    width: 100%;
  }

}