.block-sidebar {
    margin-bottom: 30px;
    width: 100%;
}

.heading_box {
	text-transform: uppercase;
	font-size: 22px;
	border-bottom: solid 1px #ebebeb;
	margin-bottom: 25px;
}
.heading_box span {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}
.heading_box span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -2px;
	left: 0;
	background: #0066b3;
}

.block-content {
	position: relative;
    width: 100%;
    box-sizing: border-box;
}

.block-video a{
	position: relative;
	display: block;
	overflow: hidden;
}
.block-video a::before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.6));
	background-image: -o-linear-gradient(transparent,rgba(0,0,0,0.6));
	background-image: linear-gradient(transparent,rgba(0,0,0,0.6));
}
.block-video img{
	display: block;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.block-video:hover img.banner-video {
	transform: scale(1.1);
}
.sbvideo-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	display: flex;
	padding: 20px;
}
.sbvideo-content img{
	width: 50px;
	object-fit: contain;
}
.sbvideo-content h3{
	margin: 0;
	padding-left: 15px;
	flex: 1;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	align-items: center;
}
.block-filter {
    padding: 15px 0 5px 0;
    border-bottom: 2px solid #018791;
    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: #018791;
    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: #018791;
    color: #fff !important;
}

#menu-sidebar a {
    color: #018791;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(1, 135, 145, 0.6);
}

#menu-sidebar ul a {
    padding-left: 25px;
}

.block-sidebar .item-post {
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ebebeb;
}

.block-sidebar .item-post:last-child {
    border-bottom: none;
}

.block-sidebar .item-images {
    width: 150px;
    float: left;
    box-sizing: border-box;
}
.block-sidebar .item-images img {
	display: inline-block;
	height: 100px;
	object-fit: cover;
	width: 100%;
}

.block-sidebar .item-detail {
    float: left;
    width: calc(100% - 150px);
    padding-left: 15px;
}

.block-sidebar .item-detail h4.title {
    font-size: 16px;
    padding: 0;
    overflow: hidden;
}

.block-sidebar a:hover .item-detail h4.title {
    text-decoration: underline;
}

.block-sidebar .item-detail .item-date {
    /*font-size: 15px;*/
    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;
}

.woocommerce .woocommerce-mini-cart-item.mini_cart_item {
    margin-top: 5px;
}

.woocommerce .woocommerce-mini-cart-item.mini_cart_item a {
    color: #018791;
}

.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: #018791;
}

.woocommerce.widget_shopping_cart .buttons a.checkout:hover {
    color: #fff;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 12px;
    background: #018791;
    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 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: 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: 0;
}

.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;
}

.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: #018791;
}

.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: 990px) {
    .heading_box {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sbvideo-content h3 {
        padding-left: 10px;
        font-size: 14px;
    }
    .block-sidebar .item-images {
        width: 40%;
    }
    .block-sidebar .item-detail {
        width: 60%;
        padding-left: 10px;
    }
    .sidebar-one,
    .sidebar-two {
        width: 256px;
        position: fixed;
        background: #fff;
        top: 0;
        height: 100%;
        z-index: 99;
        margin: 0;
    }

    .control-sidebar {
        display: block;
    }

    .sidebar-one {
        top: 0;
        left: -256px;
    }

    .sidebar-two {
        right: -256px;
    }

    .sidebar-content {
        height: 100%;
        overflow-y: scroll;
        width: 100%;
        padding: 7px;
    }
}