/**DEAL.CSS
MATSCLUB DEAL OF THE DAY PAGE**/

body {
    overflow-x: hidden;
}
  
  .page-title-area {
    text-align: center;
  }
  
  .deal-container {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .deal-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .deal-table td {
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: top;
  }
  
  .deal-image {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  
  .add-to-cart {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
  }
  
  .add-to-cart:hover {
    background-color: #0056b3;
  }
  
  .row-padding {
    padding-top: 20px;
  }
  
  /* Media query for responsiveness */
  @media (max-width: 768px) {
    .deal-table td {
        padding: 10px;
    }
  
    .deal-image {
        max-height: 120px;
    }
  }

    /* Responsive layout - makes the three columns stack on top of each other instead of next to each other on smaller screens (600px wide or less) */
    @media (max-width: 768px) {
        .navbar .search-container {
          float: au;
        }
        .logo {
          margin: 10px;
        }
        .topnav input[type=text] {
          border: 1px solid #ccc;  
        }
        .container, .c1, .c2 {
          width: 100%;
        }
    }