/** Shopify CDN: Minification failed

Line 157:0 Expected "}" to go with "{"

**/
.weekly_order{
    background-color:#F45F3B;
    padding:110px 0px;
}
.weekly_order .offers_lists{
    display: flex;
    margin: 0px -30px;
    flex-direction: row;
    flex-wrap:wrap;
}
.weekly_order h2{
    margin-bottom:50px;
    max-width:744px;
    font-size:48px;
    line-height:58px;
    font-weight:700;
}
.weekly_order .offers_lists .list{
    width: 33.33%;
    padding: 60px 35px; 
    background-color: #fff;
    flex: 0 0 calc(33.33% - 60px);
    margin: 0px 30px;
    border-radius:10px;
    margin-bottom:30px;
    height: 328px;
}
.weekly_order  .offers_lists .list .offer_logos{
    margin-bottom:20px;
    background-color: #F4F5F6;
    display: inline-block;
    padding: 4px 5px;
    border-radius:10px;
}
.weekly_order  .offers_lists .list h3{
  margin-bottom:10px;
  text-transform:capitalize;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Neutrif Pro';
}
.weekly_order  .offers_lists .list .description{ 
    font-size: 16px;
    line-height: 23px;
    color:#000;
    font-family: 'Neutrif Pro';
    font-weight: 400;
}
.weekly_order  .offers_lists .list:hover .offer_logos , .weekly_order  .offers_lists .list:hover h3{
   display:none;
}
.weekly_order  .offers_lists .list:hover{
    background-color:#E2431C;
}
.weekly_order  .offers_lists .list:hover .description{
    color:#fff;
}
@media(max-width:1500px){
  .weekly_order {
    padding: 70px 0px;
}
  .weekly_order h2 {
    font-size: 43px;
}
}
@media(max-width:1200px){
  .weekly_order h2 {
    margin-bottom: 40px;
    max-width: 680px;
    font-size: 39px;
}
  .weekly_order .offers_lists .list {
    padding: 28px 30px;
}
  .weekly_order .offers_lists .list .description {
    font-size: 15px;
    line-height: 23px;
}
}
@media(max-width:991px){
.weekly_order h2 {
    margin-bottom: 40px;
    max-width: 551px;
    font-size: 32px;
}
  .weekly_order .offers_lists .list h3 {
    font-size: 15px;
    line-height: 27px;
}
.weekly_order .offers_lists .list {
    height: 356px;
}
.weekly_order .offers_lists .list .description {
    font-size: 13px;
    line-height: 23px;}
  
}
@media(max-width:768px){
.weekly_order .offers_lists {
    margin: 0px -10px;
}
  .weekly_order .offers_lists .list {
    width: 50%;   
    padding: 30px 31px;
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px;
    margin-bottom:20px;
}
  .weekly_order h2 {
    margin-bottom: 30px;
    max-width: 478px;
    font-size: 28px;
    line-height: 37px;
}
  .weekly_order {
    padding: 40px 0px;
}
}
@media(max-width:576px){
.weekly_order h2 {
    margin-bottom: 30px;
    max-width: 426px;
    font-size: 25px;
    line-height: 41px;
}
  .weekly_order .offers_lists .list {
    padding: 27px 22px;
     height: 317px;
}
}
@media(max-width:480px){
.weekly_order h2 {
    margin-bottom: 15px;
    max-width: 300px;
    font-size: 20px;
    line-height: 36px;
}
  .weekly_order {
    padding: 25px 0px;
}
  .weekly_order .offers_lists .list {
    width: 100%;
    padding: 30px 31px;
    flex: 0 0 calc(100%);
    margin: 0 0px;
    margin-bottom:15px;
    height: 275px;
}
}
  @media(max-width:320px){
