/*
  Theme Name:   My Coupon Theme
  Theme URI:    https://foxbracket.com/
  Description:  My Coupon Theme.
  Author:       Aqib
  Author URI:   https://foxbracket.com/
  Version:      1.0
*/
.site-logo img {
  object-fit: cover;
  width: 100%;
  height: 3rem;
}
.deal-custom-btn {
    background-color: #000 !important;
    padding: 4px 10px !important;
    width: fit-content !important;
    color: #fff !important;
    border-radius: 20px !important;
    font-weight: 900 !important;
    letter-spacing: 0.6px !important;
}
.custom-coupon-btn p {
    font-size: 12px;
}
@media screen and (max-width:480px){
  .site-logo img {
    height: auto;
  } 
  #labor-day-deals ul li, #top-deals ul li {
    height: auto !important;
  }
  .footer-categories-section div {
      display: block;
  }
  .footer-recentposts-section {
    max-height: unset;
  }
  .footer-social-links {
      display: flex !important;
  }
  /* Store Css */
  .single-store-template .grid {
      display: block;
  }
  .single-store-template .prose {
      margin-bottom: 10px;
  }
  .single-store-template .tracking-widest {
      font-size: 9px;
  }
  .single-store-template .prose p {
      font-size: 12px;
      line-height: normal;
  }
  .single-store-template ul.grid li {
      display: inline-block;
      padding: 0px;
      line-height: normal;
  }
  .single-store-template ul.grid li a {
      font-size: 12px;
      line-height: normal;
      margin-right: 10px;
  }
  /* Coupons Css */
  .coupons-template .grid {
    display: block;
  }
  .coupons-template .prose {
      margin-bottom: 10px;
  }
  .coupons-template .tracking-widest {
      font-size: 9px;
  }
  .coupons-template .prose p {
      font-size: 12px;
      line-height: normal;
  }
  .coupons-template ul.grid li {
      display: inline-block;
      padding: 0px;
      line-height: normal;
  }
  .coupons-template ul.grid li a {
      font-size: 12px;
      line-height: normal;
      margin-right: 10px;
  }
  #menu-header-menu {
      display: none;
      background-color: #fff;
      margin-top: 12px;
  }
  .custom-coupon-btn {
      border: 1px #000 solid;
      border-radius: 12px;
  }
}