
.block-sidebar.sb-tt{
    margin: 0 0 30px;
    position: relative;
    padding: 20px 15px;
    border: 1px solid #eae4e8;
    background-color: #fff;
}
.heading_box {

}
.block-loc{
    margin-bottom: 20px;
}
.block-content {
    box-sizing: border-box;
}

.sidebar-product.sidebar-one{
    float: left;
    margin: 0;
    margin-right: 2%;
}

.block-filter {
    padding: 15px 0 5px 0;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 5px;
    box-sizing: border-box;
    margin: 0;
}

.block-filter:last-child {
    border-bottom: none;
}

.heading_filter ,
.sidebar-product .heading_box {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
    background: #57b1ba;
    padding: 8px 10px;
    color: #fff;
    cursor: pointer;
}
.heading_filter::after ,
.sidebar-product .heading_box::after {
    content: "\f078";
    float: right;
    margin-right: 8px;
    margin-top: 5px;
    font-weight: normal;
    font-size: 10px;
    font-family:FontAwesome;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}

.heading_filter.active::after ,
.sidebar-product .heading_box.active::after {
    /*content: '\f067';*/
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.block-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.block-menu ul li {
	position: relative;
}
.block-menu ul > li {
	border-bottom: 1px solid #ededed;
}
.block-menu ul > li span, .block-menu ul > li a {
    padding: 10px 10px;
    color: #333;
    display: block;
    position: relative;
    font-size: 15px;
}
.block-menu ul > li:last-child {
	border-bottom: none;
}
.block-menu ul > li.menu-item-has-children > span::after, 
.block-menu ul > li.menu-item-has-children > a::after {
	content: "\f067";
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	right: 10px;
	font-size: 9px;
	top: 10px;
	color: #4d4d4d;
}
.block-menu ul > li.menu-item-has-children.current-menu-parent > a::after, 
.block-menu ul > li.menu-item-has-children.current-menu-item > a::after, 
.block-menu ul > li.menu-item-has-children:hover > a::after, 
.block-menu ul > li.menu-item-has-children:focus > a::after, 
.block-menu ul > li.menu-item-has-children.current-menu-item > a::after, 
.block-menu ul > li.menu-item-has-children:hover > a::after, 
.block-menu ul > li.menu-item-has-children:focus > a::after {
	content: "\f068";
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	right: 10px;
	font-size: 9px;
	top: 10px;
	color: #4d4d4d;
}
.block-menu>ul > li.current-menu-parent > a, 
.block-menu>ul > li.current-menu-item > a, 
.block-menu>ul > li:hover > a, 
.block-menu>ul > li:focus > a {
	border-left: 3px solid #ca1f25;
}
.block-menu ul > li.current-menu-parent > ul > li.current-menu-item > a{
	color: #ca1f25;;
}

.block-menu .sub-menu{
	display: none;
}
.block-menu .menu-item-has-children.current-menu-parent>.sub-menu,
.block-menu .menu-item-has-children.current-menu-item>.sub-menu,
.block-menu .menu-item-has-children:hover>.sub-menu{
	display: block;
}

.sidebar-product .block-menu ul > li{
    border-bottom: 0;
}
.sidebar-product .block-menu ul > li a{
    padding: 5px 0;
    color: #252a2b;
    font-weight: 500;
}
.block-filter .yith-wcan-group,
.widget_price_filter form,
.block-menu .block-content{
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 7px 10px !important;
}
.widget_price_filter form {
    padding-top: 20px !important;
}
/**/
.sidebar-product .heading_box, .heading_filter {
    font-size: 14px;
}

.block-sidebar .item-post {
	padding: 10px;
	border-bottom: 1px solid #ededed;
}

.block-sidebar .item-post:last-child {
    border-bottom: none;
}

.block-sidebar .item-images {
    width: auto;
}

.block-sidebar .item-post a{
	display: flex;
}
.block-sidebar .item-images img {
	height: auto;
	max-width: 100px;
	object-fit: cover;
}

.block-sidebar .item-detail {
	flex: 1;
    padding-left: 10px;
}

.block-sidebar .item-detail h4.title {
    font-size: 14px;
    padding: 0;
    color: #333;
    margin: 0;
    overflow: hidden;
}

.block-sidebar a:hover .item-detail h4.title {
    text-decoration: underline;
}

.block-sidebar .item-detail .item-date {
    color: #808080;
    margin-top: 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);
}

.block-cart .widgettitle {
    display: none;
}

.control-sidebar {
    width: 30px;
    position: absolute;
    height: 30px;
    background: #fff;
    text-align: center;
    top: 55%;
    border: 1px solid rgba(1, 135, 145, 0.6);
    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: #018791;
}

/* 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 {
    content: "\f096";
    font: normal normal normal 14px/1 FontAwesome;
    width: 20px;
    font-size: 16px;
    color: #999;
    line-height: 24px;
}

ul.yith-wcan-list li.chosen:before {
    content: "\f046";
}

ul.yith-wcan-list li a {
    font-family: Varela Round, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

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;
    display: flex;
}


@media only screen and (max-width: 990px) {

    .sidebar-one,
    .sidebar-two {
        width: 256px;
        position: fixed;
        background: #fff;
        top: 0;
        height: 100%;
        z-index: 99;
        margin: 0;
        padding: 8px;
    }

    .control-sidebar {
        display: block;
    }

    .sidebar-one {
        top: 0;
        left: -256px;
    }

    .sidebar-two {
        right: -256px;
    }

    .sidebar-content {
        height: 100%;
        overflow-y: scroll;
        width: 100%;
    }
}