.block-sidebar {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.search-sidebar .heading_box {
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 12px;
}

#search-form-sb {
    border: 1px solid #ddd;
    padding: 7px;
    width: 100%;
}

.search-sidebar .searchform {
    position: relative;
}

.search-sidebar .searchform .search-submit {
    position: absolute;
    top: 0;
    right: 0;
}

.search-sidebar {
    padding: 21px;
}

.shadow img {
    display: block;
    width: 100%;
}

.heading_box.cate-title,
.heading_filter {
    font-size: 19px;
    text-align: center;
    background: #3ab54a;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
    line-height: 38px;
}

.block-content form,
.block-content ul {
    padding: 10px;
}

#menu-sidebar {
    height: 100%;
    list-style: none;
    padding: 0;
    background: #fff;
    margin: 0;
}

.cat-item {
    position: relative;
    margin: 0;
    width: 100%;
}

#menu-sidebar>li>a {
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    padding: 8px 0 8px 35px;
    color: #444444;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
    display: block;
    font-size: 15px;
}

#menu-sidebar>li:hover>a {
    padding: 8px 0 8px 45px;
    color: #3ab54a;
}

#menu-sidebar>li>a::before {
    content: '\f101';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 3px;
}

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

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

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

.control-sidebar {
    width: 30px;
    position: absolute;
    height: 30px;
    background: #fff;
    text-align: center;
    top: 55%;
    border: 1px solid #3ab54a;
    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: #3ab54a;
}

.wrap-siderbar-news-post h3 {
    font-size: 24px;
    font-weight: normal;
}

#post-menu,
.new-post {
    padding: 15px;
    list-style: none;
    margin: 0;
}

#post-menu li,
.new-post li {
    border-bottom: 1px dotted #eee;
    padding: 3px 5px 5px;
}

#post-menu li a,
.new-post li a {
    color: #444;
}

#post-menu li a:hover,
.new-post li a:hover {
    color: #4DC7EC;
}

#post-menu li .sub-menu {
    display: none;
}

.pd-10 {
    padding: 10px;
}


/* yith */

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

ul.yith-wcan-list li {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.yith-wcan-list li:before {
    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: #018791;
    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: 10px;
}

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

.woocommerce a.yith-wcan-reset-navigation.button {
    background: #018791;
    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: #018791;
    text-transform: uppercase;
    font-size: 21px;
}

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

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

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

@media only screen and (max-width: 900px) {
    .sidebar-one,
    .sidebar-two {
        width: 240px;
        position: fixed;
        background: #fff;
        top: 0;
        height: 100%;
        z-index: 99;
    }
    .control-sidebar {
        display: block;
    }
    .sidebar-one {
        top: 0;
        left: -240px;
    }
    .sidebar-two {
        right: -240px;
    }
    .sidebar-content {
        height: 100%;
        overflow-y: scroll;
        width: 100%;
        padding: 10px;
    }
}