ul.list_bar_pro {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0 10px
}

ul.list_bar_pro li a {
    display: grid;
    grid-template-columns: 60px calc(100% - 70px);
    gap: 10px;
    row-gap: 5px
}

ul.list_bar_pro img {
    width: 60px;
    grid-row: 1/3;
    border: 1px solid #ddd;
}

ul.list_bar_pro h2.woocommerce-loop-product__title {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}
ul.list_bar_pro li:hover h2 {
    text-decoration: underline;
}

ul.list_bar_pro li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

ul.list_bar_pro .star-rating {
    display: none
}

ul.list_bar_pro .price {
    color: #ed1c24;
}

ul.list_bar_pro a.button {
    display: none !important;
}

ul.list_bar_pro li:last-child {

    border-bottom: none;
    padding-bottom: 0;
}
.block-sidebar.category-wapper {
    margin-bottom: 30px;
}

/* // */

.block-content.content_bar_post {
    padding: 0 10px;
}


/* ///////////////////////////////////////////////////////////////////// */
.block-sidebar {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background: #fff;
}

.heading_box {
    float: left;
    width: 100%;
    color: #fff;
    background: #008f01;
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.block-content {
    float: left;
    width: 100%;
    border: 1px solid #ebeef2;
    box-sizing: border-box;
}

.block-filter {
    padding: 15px 0 5px 0;
    border-bottom: 2px solid #008f01;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 5px;
    box-sizing: border-box;
}

.block-filter:last-child {
    border-bottom: none;
}

.heading_filter {
    font-size: 13px;
    color: #008f01;
    margin-bottom: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

ul#menu-sidebar {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#menu-sidebar ul {
    list-style: none;
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
}

#menu-sidebar a:hover {
    background: #008f01;
    color: #fff !important;
}

#menu-sidebar a {
    color: #3e474b;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

ul#menu-sidebar>li:last-child a {
    border: none
}

#menu-sidebar ul a {
    padding-left: 25px;
}

.block-sidebar .item-post {
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
}

.block-sidebar .item-post:last-child {
    border-bottom: none;
}

.block-sidebar .item-images {
    width: 23%;
    float: left;
    margin-right: 2%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
}

.block-sidebar .item-images img {
    height: auto;
}

.block-sidebar .item-detail {
    float: left;
    width: 75%;
}

.block-sidebar .item-detail .title {
    padding: 0;
    color: #3e474b;
    margin: 0;
    overflow: hidden;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.block-sidebar a:hover .item-detail h4.title {
    text-decoration: underline;
}

.block-sidebar .item-detail .item-date {
    font-size: 12px;
    color: #008f01;
    margin-top: 3px;
}

.block-tag h2.widgettitle {
    display: none;
}

.tagcloud a {
    color: #008f01;
    font-size: 16px !important;
    float: left;
    width: 100%;
    text-decoration: none;
    padding: 8px 5px;
    box-sizing: border-box;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tagcloud a:before {
    content: "\f02b";
    float: left;
    margin-right: 8px;
    font: normal normal normal 14px/1 FontAwesome;
    transform: rotate(90deg);
}

.block-cart .widgettitle {
    display: none;
}

.woocommerce .woocommerce-mini-cart-item.mini_cart_item {
    margin-top: 5px;
}

.woocommerce .woocommerce-mini-cart-item.mini_cart_item a {
    color: #008f01;
}

.woocommerce.widget_shopping_cart .total {
    text-align: right;
    padding-right: 10px;
}

.woocommerce.widget_shopping_cart .buttons a {
    padding: 5px;
    font-size: 12px;
    margin-left: 10px;
    background: #f37022;
    color: #fff;
}

.woocommerce.widget_shopping_cart .buttons a.checkout {
    background: #008f01;
}

.woocommerce.widget_shopping_cart .buttons a.checkout:hover {
    color: #fff;
}
/* 
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 12px;
    background: #008f01;
    color: #fff;
    padding: 5px 8px;
    font-weight: normal;
} */

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background: #f37022;
}

.control-sidebar {
    width: 30px;
    position: absolute;
    height: 30px;
    background: #fff;
    text-align: center;
    top: 55%;
    border: 1px solid #008f01;
    cursor: pointer;
    display: none;
}

.sidebar-one .control-sidebar {
    left: auto;
    right: -30px;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
}

.sidebar-two .control-sidebar {
    right: 239px;
    left: auto;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.sidebar-fa {
    font-size: 18px;
    margin-top: 6px;
    color: #008f01;
}

/* yith */

ul.yith-wcan-list li.chosen>a:before {
    display: none;
}

ul.yith-wcan-list li {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.yith-wcan-list li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f096";
    width: 20px;
    float: left;
    font-size: 16px;
    color: #01959f;
}

ul.yith-wcan-list li.chosen:before {
    content: "\f046";
}

ul.yith-wcan-list li a {
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #008f01;
    font-size: 13px;
}

ul.yith-wcan-list li a:hover {
    text-decoration: underline;
}

ul.yith-wcan-color.yith-wcan.yith-wcan-group,
ul.yith-wcan-list {
    margin: 0;
    padding: 0;
}

.yith-woocommerce-ajax-product-filter ul li {
    line-height: 22px;
}

.woocommerce a.yith-wcan-reset-navigation.button {
    background: #008f01;
    color: #fff;
    padding: 6px 8px;
    font-size: 12px;
    border: none;
}

.woocommerce a.yith-wcan-reset-navigation.button:hover {
    background: #f37022;
    color: #fff;
}

h1.woocommerce-products-header__title.page-title {
    color: #008f01;
    text-transform: uppercase;
    font-size: 21px;
}

.woocommerce .content-wrap .woocommerce-breadcrumb a {
    color: #008f01;
    text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

.woocommerce .woocommerce-breadcrumb {
    border-bottom: 2px solid #008f01;
    padding-bottom: 5px !important;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left !important;
    width: 23% !important;
    margin-right: 3%;
    border: 1px solid rgba(1, 135, 145, 0.6);
}

.woocommerce ul.cart_list li a span,
.woocommerce ul.product_list_widget li a span {
    float: left;
    width: 70%;
    font-size: 14px;
    color: #008f01;
}

.woocommerce ul.cart_list li a:hover span,
.woocommerce ul.product_list_widget li a:hover span {
    text-decoration: underline;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    border-bottom: 1px solid rgba(1, 135, 145, 0.6);
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
    border-bottom: none;
}

.woocommerce ul.product_list_widget li .woocommerce-Price-amount.amount {
    font-size: 12px;
}

@media only screen and (max-width: 1112px) {

    .sidebar-one,
    .sidebar-two {
        width: 300px;
        position: fixed;
        background: #fff;
        top: 0;
        height: 100%;
        z-index: 99;
    }

    .control-sidebar {
        display: block;
    }

    .sidebar-one {
        top: 0;
        left: -300px;
    }

    .sidebar-two {
        right: -300px;
    }

    .sidebar-content {
        height: 100%;
        overflow-y: scroll;
        width: 100%;
    }

}