/**/
.block-filter{
	margin-bottom: 20px;
}
.block-sidebar .searchform {
	position: relative;
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.block-sidebar .searchform input[type="text"] {
	background: #fff;
	border: 1px solid #ccc;
	height: 38px;
	padding: 0 40px 0 15px;
	width: 100%;
}
.block-sidebar .searchform input[type="text"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.block-sidebar .searchform #searchsubmit {
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
}
.block-sidebar .searchform i {
	background: #000;
	border: none;
	color: #fff;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	cursor: pointer;
	top: 0;
	width: 44px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
/**/
.widgettitle,
.heading_filter{
	font-size: 18px;
	font-weight: bold;
}
.heading_filter:after,
.woocommerce main div.product .product_title:after,
.single .page-heading::after,
.widgettitle:after {
	content: " ";
	height: 3px;
	display: block;
	background-color: rgba(0,0,0,0.1);
	margin: 5px 0 1em;
	width: 100%;
	max-width: 30px;
}
.widget_recent_entries ul {
	list-style: none;
	padding-left: 0;
}
.widget_recent_entries ul li+li {
	border-top: 1px solid #ececec;
}
.widget_recent_entries ul li a {
	padding: 6px 0;
	font-size: 16px;
	display: inline-block;
}
.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;
    left: -30px;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
}

.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;
}

@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;
        right: -240px;
        padding: 10px;
    }

    .sidebar-two {
        right: -240px;
    }

    .sidebar-content {
        height: 100%;
        overflow-y: scroll;
        width: 100%;
    }
}