h2.woocommerce-loop-product__title {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 5px;
}
.item-product-tr img {
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}
.item-product-tr span.price {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.orderby-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}
form#product-filter-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 2rem;
    padding: 0.1rem;
    border: 0.1rem solid #afafaf;
    border-radius: 0.5rem;
    width: 20px;
    margin-right: 6px;
    height: 20px;
}
form#product-filter-form input[type="checkbox"]::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    transform: scale(0);
    background-color: #42bd80;
    border-radius: 3px;
    margin-top: 2px;
}
form#product-filter-form  input[type="checkbox"]:checked::before {
  transform: scale(1);
}
form#product-filter-form input[type="checkbox"]:hover {
  color: black;
}

form#product-filter-form label {
    display: flex;
    align-items: center;
    justify-content: flex-start;font-size: 16px;
}
.custom-price-range input {
    width: 40%;
    margin: 10px;
}
.custom-price-range input:first-child {
    margin-left: 0px;
}
#product-filter-form h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
#product-filter-form {
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 16px;
}
form#product-filter-form h2 {
    font-size: 20px;
    font-weight: 600;
}
div#container {
    padding-top: 150px;
}
h1.woocommerce-products-header__title.page-title {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
div#container  nav.woocommerce-breadcrumb, div#container .add_to_cart_button {
    display: none;
}
.item-product-tr {
    margin-bottom: 30px;
}
button.about-price {
    display: flex;
    align-items: center;
}
button.about-price span {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    background: #fff;
    border: 0.1rem solid #afafaf;
    border-radius: 5px;
    margin-right: 10px;
}
button.about-price.active-price span:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    background: #42bd80;
    height: calc(100% - 6px);
    border-radius: 3px;
}
.header-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
header.woocommerce-products-header {
    display: block;
    width: 50%;
    order: 1;
}
.woocommerce-notices-wrapper {
    DISPLAY: NONE;
}
form.woocommerce-ordering {
    width: 50%;
    order: 2;
}
p.woocommerce-result-count {
    order: 3;
    width: 100%;
    margin-top: 13px;
    margin-bottom: 30px;
}
.product-mau-klt {
    color: #616161;
    margin-bottom: 6px;
}

nav.woocommerce-pagination li a, nav.woocommerce-pagination li span {
    padding: 5px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
nav.woocommerce-pagination li a:hover, nav.woocommerce-pagination li span {
    border: 1px solid #15ae62;
    background: #42bd807a;
}
nav.woocommerce-pagination ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 5px;
    margin-bottom: 40px;
}
button#btn-filter-mobile, .header-filter, .footer-filter {
    display: none;
}
@media (max-width: 991px) {
    .filter-open {
    overflow: hidden;
    /* background: #000; */
}
.filter-open:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 61%);
    z-index: 9999;
}
    header.woocommerce-products-header {
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    button.reset-filter {
        color: #15ae62;
    }form#product-filter-form {
        padding-top: 61px;
        background: #fff;
        margin-bottom: 0px;
        padding-bottom: 100px;
    }
    button.close-filter {
        color: #a2a2a2;
    }
    form#product-filter-form>h2 {
        display: none;
    }

    .header-filter h3 {
        font-size: 18px;
        color: #000;
        font-weight: bold;
    }
       .header-filter {
        position: fixed;
        width: 100%;
        z-index: 99999;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background: #fff;
        border-radius: 10px 10px 0px 0px;
    }
   .apply-filter {
    color: #fff;
    font-size: 16px;
    background: #15ae62;
    width: calc(100% - 20px);
    padding: 13px;
    border-radius: 10px;
    margin-bottom: 10px;
}
    .footer-filter {
    position: fixed;
    z-index: 999999;
    bottom:0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    display: block;
}
    .orderby-links {
        justify-content: flex-start;
    }
    h1.woocommerce-products-header__title.page-title{
        font-size: 20px;
    }
    div#container .col-md-9 {
        width: 100%;
    }
    .filter-sidebar {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60vh;
        overflow: auto;        z-index: 999999;
    }
    .orderby-links>p {
        display: none;
    }
    button#btn-filter-mobile {
        display: flex;
        align-items: center;
        font-size: 16px;        color: #000;
    }
    button#btn-filter-mobile svg {
        color: #adadad;
    }
}
@media (max-width: 768px) {


    .col-md-4.item-product-tr {
        width: 50%;
    }
    
    .woocommerce-tabs.wc-tabs-wrapper {
        font-size: 14px;
    }
    div#container {
        padding-top: 20px;
    }
    .form-search-pr-tr{
       margin-top: 50px;
    }
form.woocommerce-ordering {
    width: 100%;
    order: 2;
}
nav.woocommerce-pagination ul{
    justify-content: center;
}
}