/**
 * Theme Name:     Astra Child
 * Author:         Dipto Nath
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
 * Author URI:     http://diptonath.com
 */
.woocommerce .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item, .woocommerce .widget .wc-block-checkbox-list li {
    display: inline!important;
}
.woocommerce .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a, .woocommerce .widget .wc-block-checkbox-list li label {
    padding: 0em 0em!important;
    border: 0px!important;
}
button{
	background-color: #23232C!important;
}
#wpforms-submit-508{
	padding: 15px!important;
}
.astra-off-canvas-sidebar .ast-filter-wrap .widget, .ast-filter-wrap .ast-woo-sidebar-widget.widget {
    margin-bottom:1em!important;
		border-bottom:1px solid #DDD!important;
    padding-bottom: 1em!important;
}
.woocommerce-pagination{
	text-align:center!important;
}
.widget-title{
	font-size: 14px!important;
	font-weight: 600!important;
}
.ast-variation-button-group .ast-single-variation.active{
   border: 2px solid #76452d;
}
.astra-cart-drawer .astra-cart-drawer-close {
    color: #fff!important;
}


/* Products Catagory Design */
.woocommerce-category-list-wrapper .woocommerce-category-list {
   margin-bottom:10px!important;
}



/* Default styles for the category list (desktop and larger screens) */
.woocommerce-category-list-wrapper .woocommerce-category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0px;
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.woocommerce-category-list-wrapper .woocommerce-category-list li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.woocommerce-category-list-wrapper .woocommerce-category-list li a {
    text-decoration: none;
    color: #23232c;
    font-size: 14px;
    font-weight: 600!important;
    padding: 5px 10px;
    background-color: #ffffff!important;
    transition: background-color 0.3s ease;
}

.woocommerce-category-list-wrapper .woocommerce-category-list li a:hover {
font-weight: 600;
}

/* Responsive styles for smaller screens (tablets and below) */
@media (max-width: 768px) {
    .woocommerce-category-list-wrapper .woocommerce-category-list {
        justify-content: center;
    }

    .woocommerce-category-list-wrapper .woocommerce-category-list li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

/* For mobile devices (smaller than tablets) */
@media (max-width: 480px) {
    .woocommerce-category-list-wrapper .woocommerce-category-list {
        flex-direction: column;
        align-items: center;
    }

    .woocommerce-category-list-wrapper .woocommerce-category-list li {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%; /* Ensure each item takes full width on smaller screens */
    }

    .woocommerce-category-list-wrapper .woocommerce-category-list li a {
        display: block;
        text-align: center;
    }
}

.ast-archive-description {
    margin-bottom: 1em;
    padding-bottom: 0;
}

/* Remove default underline */
.woocommerce-category-list-wrapper .woocommerce-category-list li a {
  text-decoration: none;
  color: inherit; 
  position: relative;
  padding-bottom: 2px;
  display: inline-block; 
}

.woocommerce-category-list-wrapper .woocommerce-category-list li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%; 
  height: 2px; 
  background-color: #23232c; 
  transition: width 0.3s ease;
  transform: translateX(-50%);
}
.woocommerce-category-list-wrapper .woocommerce-category-list li a:hover::after,
.woocommerce-category-list-wrapper .woocommerce-category-list li a:active::after,
.woocommerce-category-list-wrapper .woocommerce-category-list li a.current::after {
  width: 100%;
}

.term-description{
	display:none!important;
}