.cat-type-banner .category-content.extralayer {
    top: 0;
    left: 0;
    bottom: auto;
    align-items: flex-start;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    transition: top 0.3s,padding 0.3s;
    min-height: 0;
    bottom: 0;
    right: 0;
    padding: 40px;
}
.product_category {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}
.product_category .filter_group {
    width: 30%;
}
.product_category .filter_group .side_block {
    display: block;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}
.product_category .filter_group .side_block:last-child{
		border-bottom:0;
		margin-bottom:0;
}
.product_category .filter_group .side_block button{
    background-color: #ffa500;
    border: 0;
    display: block;
    color: #000;
    padding: 0.5em 3em;
    font-size: inherit;
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
}
.product_category .filter_group .side_block button:hover{
    opacity:0.8;
}
.product_category .product_group{
	width: 100%;
    display: block;	
}
div#price-slider {
    border: 0;
}
.product_category .filter_group .side_block h3 {
    font-size: 1.8rem;
    padding: 0 0 0.5rem 0;
    margin-bottom: 0;
    font-weight: 600;
}
ul.shop-category-filter {
    line-height: 1.5em;
    list-style: none;
    padding: 0;
    margin-top: 5px;
}
ul.shop-category-filter li {
    padding: 0.8rem 0;
    display: flex;
    justify-content: space-between;
}
ul.shop-category-filter li a {
    color: #666;
    font-size: 15px;
}
ul.shop-category-filter li a:hover,ul.shop-category-filter li a.active{
		color:var(--alpha-primary-color);
}
ul.shop-category-filter span.wc-block-product-categories-list-item-count {
    font-size: 14px;
}

.cat-type-banner .category-content.extralayer mark ,
.cat-type-banner .category-content.extralayer h3{
    color: #fff;
}
.cat-type-banner .category-content.extralayer .btn.btn-link {
    color: #fff;
}

.custom-product.product-loop {
    box-shadow: 0 0 2px #ccc;
}

.custom-product figure.product-media {
    background-color: #f6f6f6;
    padding: 40px;
}

.custom-product .product-details h3 {
    font-size: 16px;
    font-weight: 700;
}
.product-details .price {
    color: #ffa500;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 15px!important;
}
.product-details .price .woocommerce-Price-currencySymbol {
    padding-right: 2px;
}
nav.woocommerce-pagination {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 3em;
    border-top: 1px solid #f6f6f6;
    padding-top: 2em;
}
.elementor-element-55d3f9a .menu > .current-menu-item.order-menu > a {
    color: #000;
}

.product.content-center.grid_product{
        text-align: left;
    display: flex;
    background-color: #f6f6f6;
    align-items: center;
    justify-content: space-between;
    padding:20px;
}
.grid_product figure.product-media {
    background-color: #f6f6f6;
    padding: 0px;
}
.grid_product .product-details h3 {
    padding: 0!important;
}

@media (max-width: 767px) {
    .product_category .filter_group {
        width: 100%;
    }
    .product_category {
        flex-direction: column;
    }
}

@media (max-width: 650px) {
    ul.custom-product.cols-2 {
        --alpha-col: 1;
    }
}