/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



/* Sidebar Container */
.custom-sidebar {
    background: #fff;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Sidebar Headings */
.custom-sidebar h3 {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #333;
}

/* Categories List */
.categories-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.categories-widget ul li {
    margin-bottom: 8px;
}

.categories-widget ul li a {
    text-decoration: none;
    color: #555;
    display: flex;
    justify-content: space-between;
    padding: 6px 10px;
    border-radius: 5px;
    transition: all 0.2s;
}

.categories-widget ul li a:hover {
    background: #f5f5f5;
    color: #111;
}

/* Best Sellers & Price Filter */
.best-sellers-widget ul,
.price-filter-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.best-sellers-widget li a {
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    color: #555;
    border-radius: 5px;
    transition: 0.2s;
}

.best-sellers-widget li a:hover {
    background: #f5f5f5;
    color: #111;
}

/* Price Filter */
.price-filter-widget {
    margin-top: 30px;
}

.custom-products ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.custom-products ul.products li.product {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    flex: 0 0 calc(25% - 20px); /* 4 products per row */
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-products ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Product Image */
.custom-products ul.products li.product img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Product Title */
.custom-products ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 16px;
    margin: 5px 0;
    color: #333;
}

/* Product Price */
.custom-products ul.products li.product .price {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    margin-bottom: 10px;
}

/* Add to Cart Button */
.custom-products ul.products li.product .button {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    transition: all 0.3s;
    text-decoration: none;
}

.custom-products ul.products li.product .button:hover {
    background: #333;
}
@media(max-width: 1024px){
    .custom-products ul.products li.product {
        flex: 0 0 calc(33.33% - 20px); /* 3 products per row */
    }
}

@media(max-width: 768px){
    .custom-category-page {
        flex-direction: column;
    }
    .custom-sidebar {
        width: 100%;
        margin-bottom: 20px;
    }
    .custom-products {
        width: 100%;
    }
    .custom-products ul.products li.product {
        flex: 0 0 calc(50% - 10px); /* 2 products per row */
    }
}

@media(max-width: 480px){
    .custom-products ul.products li.product {
        flex: 0 0 100%; /* 1 product per row */
    }
}
.best-sellers-widget h3 {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #333;
}

.best-sellers-list li img {
    border-radius: 5px;
    width: 60px; /* Thumbnail width */
    height: 60px; /* Thumbnail height */
    object-fit: cover;
}

.best-sellers-list li a {
    text-decoration: none;
}

.best-sellers-list li a:hover {
    color: #111;
}
.list-group{
    margin: 0;
}
a {
    text-decoration: none;
}


@media (min-width: 922px) {
    .ast-container {
        max-width: 1360px;
    }
}

/* First button (usually "View Cart" or similar) */
.woocommerce-mini-cart__buttons a:nth-child(1) {
    background: #28a745 !important;
    color: #fff; /* Optional: make text white */
}

/* Second button (usually "Checkout") */
.woocommerce-mini-cart__buttons a:nth-child(2) {
    background: transparent !important;
    border: 1px solid #28a745 !important;
    color: #28a745 !important; /* Optional: match border color */
}


button#wpforms-submit-18, button.woocommerce-button.button, .tml-button , .actions button   , .checkout-button , .single_add_to_cart_button {
    background: #E6A157 !important;
    color:#3E2F2F !important;
    border-radius: 5px !important;
}

button#wpforms-submit-16 {
    padding: 12px;
    margin-top: 1px;
    background: #E6A157;
    color: #3E2F2F;
        width: 100%;
}

.wpforms-submit-container {
    padding: 0 !important;
}

#place_order{
  background: #E6A157;
    color:#3E2F2F;
    border-radius: 5px;
}