/*

Theme Name:   Bacola Child

 Theme URI:    http://klbtheme.com/bacola/

 Description:  Bacola Child Theme

 Author:       KlbTheme

 Author URI:   http://themeforest.net/user/KlbTheme

 Template:     bacola

 Version:      1.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  bacola-child

*/



.woocommerce-widget-layered-nav-list {
	max-height:300px;
	overflow-y:scroll;
	scrollbar-width: thin;
	scrollbar-color: #D5D5E1 #F3F3F6;
	padding-right:8px !important;
}




/*ul.custom_brands {
	padding-left:0;
	height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
ul.custom_brands li {
	list-style:none;
}*/

.product-brands-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-brand-item {
    width: 18%; /* Adjust the width based on your preference */
    margin: 10px;
    /*text-align: center;*/
}
@media (max-width: 767px) {
	.product-brand-item {
    	width: 48%;
		margin: 1%;
	}
}

.brand-name {
    display: block;
    margin-top: 5px;
}


.widget .site-checkbox-lists .children {
  margin-left: 15px;
}


/*.site-login .login-form-container {
  width: 100%;
}*/


.term-description {
	margin-top:20px;
	margin-bottom:40px;
}


.products .awdr_discount_bar {
  padding: 0 1.25rem 10px 1.25rem;
  margin-bottom: 10px;
  border-radius: 4px;
  margin-left:1px;
  font-size:12px;
  text-align:center;
}


.elementor-widget-bacola-deal-carousel .module-hot-product .button {
	display:none !important;
}


.price_slider_amount .button {
	background: #254179;
	color:#fff !important;
    padding: 2px 5px;
    border-radius: 5px;
	font-weight:normal;
}