/*====== Product Filter =====*/

.product_cat_button ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.product_cat_button {
    margin-bottom: 54px;
}

.product_cat_button ul li button {
    padding: 20px 40px;
    position: relative;
    display: grid;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
.product_cat_button ul li button i {
    color: #ddd;
    font-size: 40px;
    margin-bottom: 15px;
}

.product_cat_button {
    border-bottom: 1px solid #ddd;
    z-index: 1;
    position: relative;
}

.product_cat_button ul li .active:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: rotate(46deg);
    border-top: 0;
    border-left: 0;
    z-index: 2;
    background: #fff;
}


.product_title_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.product_title_price h2 {
    font-size: 25px;
    margin-bottom: 0;
}

.product_title_price h4 {
    font-size: 25px;
    margin-bottom: 0;
}

.product_title_price:before {
    content: '';
    width: 100%;
    border: 1px dashed;
    border-color: #ddd;
    position: absolute;
    left: 0;
    bottom: 37%;
    transform: translate(0, -50%);
}

.product_title {
    background: #fff;
    z-index: 2;
    padding-right: 14px;
}

.product_price {
    background: #fff;
    padding-left: 14px;
    z-index: 2;
}

.product_desc {
    margin: 23px 0;
}

.product_desc p {
    font-size: 15px;
}
.loading_bar {
   text-align:center;
   font-size: 20px;
}