
/* =========================================================
   FreshMarket - Responsive Stylesheet
   ========================================================= */
 
/* -------------------- Large Desktops (below 1200px) -------------------- */
@media   (max-width: 1199.98px) {
  .hero-title {
    font-size: 2.7rem;
  }
 
  .section-title {
    font-size: 2.1rem;
  }
 
  .cta-section {
    padding: 50px;
  }
}
 
/* -------------------- Tablets (below 991.98px) -------------------- */
@media (max-width: 991.98px) {
  .section-padding {
    padding: 65px 0;
  }
 
  .hero-section {
    padding: 70px 0 50px;
    text-align: center;
  }
 
  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }
 
  .hero-stats {
    justify-content: center;
  }
 
  .hero-img-wrap {
    margin-top: 40px;
  }
 
  .hero-badge-float {
    padding: 10px 16px;
  }
 
  .why-us-img {
    margin-bottom: 30px;
  }
 
  .cta-section {
    text-align: center;
  }
 
  .cta-section .cta-btn-wrap {
    margin-top: 20px;
    justify-content: center;
    display: flex;
  }
 
  .footer-fresh {
    text-align: center;
  }
 
  .footer-social {
    justify-content: center;
    display: flex;
  }
 
  .footer-contact-item {
    justify-content: center;
  }
 
  .newsletter-form {
    justify-content: center;
    display: flex;
  }
 
  .filter-bar .row > div {
    margin-bottom: 12px;
  }
}
 
/* -------------------- Small Tablets / Large Phones (below 767.98px) -------------------- */
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.2rem;
  }
 
  .section-title {
    font-size: 1.8rem;
  }
 
  .section-padding {
    padding: 50px 0;
  }
 
  .navbar-brand-fresh {
    font-size: 1.3rem;
  }
 
  .cta-section {
    padding: 40px 24px;
  }
 
  .cta-section h2 {
    font-size: 1.6rem;
  }
 
  .contact-form-wrap {
    padding: 28px;
  }
 
  .page-header {
    padding: 50px 0 40px;
  }
 
  .page-header h1 {
    font-size: 2rem;
  }
 
  .feature-box {
    padding: 18px;
  }
 
  .testimonial-card {
    padding: 24px;
  }
 
  .hours-table {
    padding: 22px;
  }
}
 
/* -------------------- Mobile Phones (below 575.98px) -------------------- */
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.85rem;
  }
 
  .hero-stats {
    gap: 22px;
    flex-wrap: wrap;
  }
 
  .hero-stats .stat-item h3 {
    font-size: 1.4rem;
  }
 
  .section-subtitle {
    font-size: 0.75rem;
    padding: 5px 14px;
  }
 
  .section-title {
    font-size: 1.55rem;
  }
 
  .product-img-wrap img {
    height: 180px;
  }
 
  .product-body {
    padding: 16px;
  }
 
  .btn-green,
  .btn-outline-green {
    padding: 10px 24px;
    font-size: 0.92rem;
  }
 
  .cta-section .btn-light-cta {
    padding: 11px 26px;
    font-size: 0.92rem;
  }
 
  .contact-form-wrap {
    padding: 20px;
  }
 
  .category-card {
    padding: 26px 14px;
  }
 
  .footer-fresh {
    padding-top: 50px;
  }
 
  .back-to-top {
    width: 40px;
    height: 40px;
    bottom: 18px;
    right: 18px;
  }
}
 
/* -------------------- Extra small devices -------------------- */
@media (max-width: 399.98px) {
  .hero-badge-float {
    display: none;
  }
 
  .hero-title {
    font-size: 1.6rem;
  }
}
@media (max-width:768px){
.shopping{
    justify-content:flex-end;
}
.shopping .content-all{
    width:100%;
    height: 100%;
}
.shopping .li-list{
    padding:18px;
}
.shopping .li-list li{
    gap:12px;
}
.shopping .imge{
    width:75px;
    height:75px;
}
.shopping .text h3{
    font-size:16px;
}
.shopping footer{
    padding:18px;
}
.shopping footer .hea h3{
    font-size:18px;
}
.shopping footer .prais{
    font-size:20px;
}
}
@media (max-width: 991px) {
    .checkout-summary-card .li-list {
        max-height: 300px;
    }
}
/* =========================================================
   Checkout Page - Responsive Rules
   Kept self-contained here so responsive.css stays untouched.
   ========================================================= */
@media (max-width: 991.98px) {
  .checkout-summary-card {
    position: static;
    margin-top: 10px;
  }
}
 
@media (max-width: 767.98px) {
  .checkout-account-card,
  .checkout-form-card,
  .checkout-summary-card {
    padding: 22px;
  }
 
  .success-card {
    padding: 40px 22px;
  }
 
  .btn-google {
    width: 100%;
    justify-content: center;
  }
 
  .google-demo-note {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}
 
@media (max-width: 575.98px) {
  .order-item-info h6 {
    font-size: 0.88rem;
  }
 
  .order-item-img {
    width: 50px;
    height: 50px;
  }
 
  .success-detail-item {
    min-width: 140px;
    padding: 14px 18px;
  }
 
  .btn-confirm-order {
    font-size: 0.98rem;
    padding: 13px 24px;
  }
}
@media (max-width: 576px) {

    .auth-overlay {
        padding: 15px;
    }

    .auth-box-content {
        padding: 30px 22px;
        border-radius: 17px;
    }

    .auth-header h2 {
        font-size: 21px;
    }

    .auth-header p {
        font-size: 13px;
    }
}
/* end code css login */
@media (min-width: 576px) {
  .admin-search {
    display: block;
  }
}
@media (min-width: 992px) {
  .admin-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
 
@media (max-width: 767.98px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}