/**
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
*/

.woocommerce-cart-form .variation dd p{
    font-weight:normal;
}

.ast-site-header-cart-data .widget_shopping_cart{
    display:none;
}

@media (max-width: 782px) {

.astra-cart-drawer {
    
    display: none;
}

}

.checkout-button{
	background-color:#285366 !important;
}

.mega-menu ul.dropdown-menu:before{
	    left: 50% !important; 
	    top: -10% !important;
}

.mega-menu.shop-our-shutter-mega-menu-wrapper ul.dropdown-menu:before {
    top: -25%!important;
}
.productid_2 img.configurator-main-headertype{
   background-repeat: repeat!important;
    background-position: center!important;
    background-size: 20%!important;
}

/* 13032025 changes color */
.card-product__copy{
	background-color:#285366;
}
.card-grid__item{
	background:#c7d5db8a;
}
.primary-background-color,img.menu-image.menu-image-title-after{
	background:none !important;
}
table.variations tbody.is-active td.config-heading-td,.guides-page-contianer a{
	background-color:#285366;
}
table.variations tbody.is-active td.config-heading-td:before{
	border-top-color:#285366;
}
.product_atributes .shutter_color_cl.selected{
	border:2px solid #285366;
}

div#ppc-button-ppcp-gateway {
    margin-bottom: 10px;
}

.widget_product_categories,
.widget_layered_nav {
    background: #fff;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.widget_product_categories h2,
.widget_layered_nav h2 {
    font-size: 1.2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.widget_product_categories ul,
.widget_layered_nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.widget_product_categories li,
.widget_layered_nav li {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
}

.widget_product_categories li:last-child,
.widget_layered_nav li:last-child {
    border-bottom: none;
}

.widget_product_categories a,
.widget_layered_nav a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.widget_product_categories a:hover,
.widget_layered_nav a:hover {
    color: #1d2327;
    padding-left: 5px;
}

.widget_product_categories .current-cat > a {
    color: #1d2327;
    font-weight: 600;
}

/* For the "Filter by" dropdown */
.widget_layered_nav select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
}

/* Supplier list styling */
.widget_product_categories ul.children {
    padding-left: 15px;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .widget_product_categories,
    .widget_layered_nav {
        padding: 15px;
    }
    
    .widget_product_categories h2,
    .widget_layered_nav h2 {
        font-size: 1.1rem;
    }
}
