@media (max-width: 767px) {
.nav .bg-light-primary{
  height: 45px;

  background-color: #fed5a8 !important;
}
  
  .desk_only {
    display: none;
  }
  .mob_only {
    display: block !important;
  }
  nav.bg-light {
    height: auto !important;
    padding: 0;
    margin: 0;
  }
  .navbar-light .navbar-toggler-icon {
    display: block;
  }
  .navbar-light .navbar-toggler {
    border: none !important;
    outline: none;
  }
  .nav-link {
    text-align: center !important;
    line-height: 40px
  }

  .main {
    padding: 120px 0 !important;
  }
 
  .main h1 {
    font-size: 23px !important;
    line-height: 38px;
  }
  .main h6 {
    font-size: 19px;
    line-height: 34px;
  }

  .main p {
    font-size: 18px;
    line-height: 29px;
  }
  .features .col-md-3 {
    margin-bottom: 25px;
  }
  .hot_deal_week_offer {
    margin-top: 51px;
    margin-bottom: 51px;
    text-align: center;
  }
  .row {
    width: auto;
  }
  .hot_deal_week_offer h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: -4px;
  }
  
  .hot_deal_week_offer h3 {
    font-size: 17px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  
 
  .product_cart img {
    width: auto;
  }
  .see_all {
    font-size: 12px;
    line-height: 44px;
  }
  .hot_deal_week_offer .col {
    flex-basis: auto;
  }
  .home_about {
    padding: 50px;
  }
  .top_footer {
    text-align: center;
    margin-top: 0px;
  }
  /* .top_footer h4 {
    margin: 13px 0;
  } */
  .bottom_footer p {
    text-align: center !important;
    margin: 10px 0;
  }
  
  /* .top_footer h4 {
    font-size: 17px;
    line-height: 44px;
    color: #393939;
    font-weight: 700;
    font-family: "Open Sans";
    margin-bottom: 26px;
  } */
}
