.woocommerce ul.products li .woocommerce-loop-product__title > a {
    color: #156c15;
}

.woocommerce ul.products li .woocommerce-loop-product__title {
    line-height: 22px;
    font-weight: normal !important;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.woocommerce ul.products li.product .images-product a {
    font-family: 'Montserrat', sans-serif;
    display: none;
}

.woocommerce ul.products li.product .price {
    text-align: start;
    margin-top: 8px;
}

.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-Price-currencySymbol {
    text-transform: uppercase;
    margin-left: 5px;
    font-size: 16px;
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}


.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.menu-cart-area,
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart div.quantity {
    display: none;
}

.bapf_sfilter {
    margin-bottom: 28px;
}

.bapf_head h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #405e4b;
    margin-bottom: 10px;
}

.bapf_slidr_all {
    padding-top: 10px;
}

#tab-description h2,
#tab-additional_information h2 {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li {
    margin-left: 0;
    margin-right: 5px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.woocommerce-result-count {
    color: #156c15;
    font-weight: bold;
}

.woocommerce div.product .product_meta {
    font-size: 16px;
}

.woocommerce .woocommerce-ordering select {
    border-color: #156c15;
}

select {
  background: #fff;
  color: #156c15;
}

option:not(:checked) {
  background-color: #fff;
}

.woocommerce .related .products li .add_to_cart_button {
    display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    border-bottom: 1px solid #156c15;
    margin-bottom: 20px;
}