/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */
.ast-footer-copyright{color:#fff !important}
.ast-footer-copyright a{color:#fff !important}

/* Style for product thumbnails in order details */
.product-thumbnail {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 3px;
    border-radius: 3px;
}

.product-thumbnail img {
    width: 50px;
    height: auto;
}

/* Clear floats after product items */
.woocommerce-table__line-item:after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce-billing-fields-custom{display:none !important;}

/* Unique class names to avoid WordPress conflicts */
        .bn-feature-container {
            max-width: 1200px;
            margin: 20px auto;
            padding: 0 15px;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .bn-feature-columns {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .bn-feature-col {
            flex: 1;
            min-width: 250px;
            background: #fff;
            border-radius: 8px;
            padding: 25px 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .bn-feature-col:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .bn-feature-icon {
            font-size: 3rem;
            margin-bottom: 15px;
            display: inline-block;
            height: 80px;
            width: 80px;
            line-height: 80px;
            border-radius: 50%;
            color: white;
        }
        
        .bn-quality-icon {
            background: #3498db;
        }
        
        .bn-delivery-icon {
            background: #2ecc71;
        }
        
        .bn-cash-icon {
            background: #e74c3c;
        }
        
        .bn-feature-title {
            font-size: 1.4rem;
            color: #2c3e50;
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        .bn-feature-text {
            color: #7f8c8d;
            line-height: 1.5;
        }
        
        /* Mobile List View */
        @media (max-width: 768px) {
            .bn-feature-columns {
                flex-direction: column;
                gap: 0;
            }
            
            .bn-feature-col {
                display: flex;
                align-items: center;
                text-align: left;
                padding: 20px 15px;
                border-radius: 0;
                box-shadow: none;
                border-bottom: 1px solid #eee;
                min-width: 100%;
            }
            
            .bn-feature-col:last-child {
                border-bottom: none;
            }
            
            .bn-feature-col:hover {
                transform: none;
                box-shadow: none;
                background-color: #f9f9f9;
            }
            
            .bn-feature-icon {
                font-size: 2rem;
                height: 60px;
                width: 60px;
                line-height: 60px;
                margin-bottom: 0;
                margin-right: 15px;
                flex-shrink: 0;
            }
            
            .bn-feature-content {
                flex: 1;
            }
            
            .bn-feature-title {
                font-size: 1.2rem;
                margin-bottom: 5px;
            }
            
            .bn-feature-text {
                font-size: 0.9rem;
            }
        }

.custom-sorting-navbar {
  margin: 15px 0;
}

.sorting-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  background: #f8f8f8;
  padding: 10px 15px;
  border-radius: 8px;
}

.sort-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.sort-link:hover {
  border-color: #ddd;
  background: #fff;
}

.sort-link.active {
  background: #000;
  color: #fff;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .sorting-nav {
    justify-content: center;
    gap: 6px;
  }
  .sort-link {
    font-size: 14px;
    padding: 5px 10px;
  }
}

@media (max-width: 480px) {
  .sorting-nav {
    flex-direction: column;
    align-items: stretch;
  }
  .sort-link {
    text-align: center;
    width: 100%;
  }
}
