
.basel-sticky-sidebar-opener:not(.sticky-toolbar) {
	position: fixed;
	display: none;
	top: 30%;
	left: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 350;
	font-size: 0;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-style: solid;
	border-color: #000;
	background-color: #fff;
	transition: .2s all ease;
}

.basel-sticky-sidebar-opener:not(.sticky-toolbar):hover {
	text-decoration: none;
	fill: #fff;
}

.basel-sticky-sidebar-opener:not(.sticky-toolbar):hover svg {
	fill: #fff;
}

.basel-sticky-sidebar-opener:not(.sticky-toolbar):hover:not(.shop-sidebar-opener):after {
	color: #fff;
}

.basel-sticky-sidebar-opener svg {
	fill: #000;
	width: 18px;
	height: 50px;
	margin-left: -5px;
	transition: .2s all ease;
}

.basel-sticky-sidebar-opener:not(.shop-sidebar-opener):after {
	content: "";
	display: inline-block;
	font-family: "simple-line-icons";
	font-size: 20px;
	line-height: 48px;
	margin-left: -4px;
}

.shop-sidebar-opener:not(.sticky-toolbar) {
	opacity: 0;
	pointer-events: none;
	transform: translateX(-100%);
	backface-visibility: hidden;
}

.basel-sidebar-btn-shown:not(.sticky-toolbar) {
	pointer-events: visible;
	pointer-events: unset;
	opacity: 1;
	transform: none;
}

aside.sidebar-container.show-hidden-sidebar {
	pointer-events: visible;
	pointer-events: unset;
	opacity: 1;
	transform: none;
}

body.basel-show-hidden-sidebar .area-sidebar-shop {
	transform: none;
}

.basel-show-sidebar-btn {
	display: none;
	float: left;
	align-items: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #1b1919;
	text-transform: capitalize;
	cursor: pointer;
	margin-right: 20px;
	margin-bottom: 10px;
}

.basel-show-sidebar-btn span:not(.basel-side-bar-icon) {
	vertical-align: middle;
}

.basel-show-sidebar-btn .basel-side-bar-icon {
	position: relative;
	margin-top: 4px;
	margin-bottom: 4px;
	vertical-align: middle;
	margin-right: 7px;
}

.basel-show-sidebar-btn .basel-side-bar-icon, .basel-show-sidebar-btn .basel-side-bar-icon::before, .basel-show-sidebar-btn .basel-side-bar-icon::after {
	display: inline-block;
	width: 18px;
	height: 2px;
	background-color: rgba(0, 0, 0, .8);
	transition: all .25s ease-in-out;
}

.basel-show-sidebar-btn .basel-side-bar-icon::before, .basel-show-sidebar-btn .basel-side-bar-icon::after {
	position: absolute;
	content: "";
	left: 0;
}

.basel-show-sidebar-btn .basel-side-bar-icon::before {
	top: -6px;
}

.basel-show-sidebar-btn .basel-side-bar-icon::after {
	top: 6px;
}

.basel-show-sidebar-btn:hover .basel-side-bar-icon, .basel-show-sidebar-btn:hover .basel-side-bar-icon:before, .basel-show-sidebar-btn:hover .basel-side-bar-icon:after {
	background-color: #000;
}

.basel-show-sidebar-btn:hover .basel-side-bar-icon:before {
	width: 12px;
}

.basel-show-sidebar-btn:hover .basel-side-bar-icon:after {
	width: 10px;
}

.basel-show-sidebar-btn.btn-clicked .basel-side-bar-icon {
	background-color: transparent;
}

.basel-show-sidebar-btn.btn-clicked .basel-side-bar-icon:before, .basel-show-sidebar-btn.btn-clicked .basel-side-bar-icon:after {
	background-color: #000;
	width: 15px;
}

.basel-show-sidebar-btn.btn-clicked .basel-side-bar-icon:before {
	transform: translate3d(0px, 6px, 0) rotate(45deg);
}

.basel-show-sidebar-btn.btn-clicked .basel-side-bar-icon:after {
	transform: translate3d(0px, -6px, 0) rotate(-45deg);
}

@media (min-width: 1025px) {
	.offcanvas-sidebar-desktop.admin-bar .area-sidebar-shop {
		top: 32px;
	}
	
	.offcanvas-sidebar-desktop .basel-shop-loader:not(.hidden-loader) {
		margin-left: -17px !important;
	}
	
	.offcanvas-sidebar-desktop .shop-content-area:not(.col-sm-12) {
		width: 100%;
		left: 0;
	}
	
	.offcanvas-sidebar-desktop .shop-content-area:not(.col-sm-12) .shop-loop-head {
		margin-bottom: 30px;
	}
	
	.offcanvas-sidebar-desktop .shop-content-area:not(.col-sm-12).content-without-products .woocommerce-breadcrumb, .offcanvas-sidebar-desktop .shop-content-area:not(.col-sm-12).content-without-products .yoast-breadcrumb {
		text-align: left;
		float: none;
	}
	
	.offcanvas-sidebar-desktop .shop-content-area:not(.col-sm-12).content-without-products .woocommerce-breadcrumb, .offcanvas-sidebar-desktop .shop-content-area:not(.col-sm-12).content-without-products .yoast-breadcrumb, .offcanvas-sidebar-desktop .shop-content-area:not(.col-sm-12) .woocommerce-result-count {
		display: block;
		border-bottom-width: 1px;
		border-style: solid;
		border-color: rgba(0, 0, 0, .1);
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.offcanvas-sidebar-desktop .shop-content-area:not(.col-sm-12) .basel-show-sidebar-btn {
		display: inline-flex;
	}
	
	.offcanvas-sidebar-desktop .shop-content-area:not(.col-sm-12) .basel-active-filters {
		margin-top: -20px;
	}
	
	.offcanvas-sidebar-desktop .shop-content-area:not(.col-sm-12) .basel-active-filters:before {
		content: " ";
		display: table;
		clear: both;
	}
	
	.offcanvas-sidebar-desktop .area-sidebar-shop {
		position: fixed;
		width: 340px;
		top: 0;
		bottom: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		overflow: hidden;
		background-color: #fff;
		z-index: 700;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
		transition: transform .25s ease;
		transform: translate3d(-340px, 0, 0);
	}
	
	.offcanvas-sidebar-desktop .area-sidebar-shop .widget-area {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.offcanvas-sidebar-desktop .area-sidebar-shop .sidebar-widget {
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom-width: 1px;
		border-style: solid;
		border-color: rgba(124, 124, 124, .15);
	}
	
	.offcanvas-sidebar-desktop .area-sidebar-shop .sidebar-widget:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.offcanvas-sidebar-desktop .area-sidebar-shop .basel-close-sidebar-btn {
		display: block;
		height: 67px;
	}
	
	.offcanvas-sidebar-desktop .area-sidebar-shop>.basel-scroll {
		position: absolute;
		top: 67px;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
	}
	
	.offcanvas-sidebar-desktop .area-sidebar-shop .basel-sidebar-content {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: scroll;
		overflow-x: hidden;
	}
	
	.offcanvas-sidebar-desktop .area-sidebar-shop .basel-sidebar-content:focus {
		outline: none;
	}
	
	.offcanvas-sidebar-desktop.basel-show-hidden-sidebar .basel-scroll .basel-sidebar-content {
		opacity: 1;
		transition: opacity .4s cubic-bezier(.445, .05, .55, .95);
	}
}

@media (max-width: 768px) {
	.offcanvas-sidebar-mobile .single-product-page .product-image-summary {
		width: 100%;
		left: 0;
	}
	
	.offcanvas-sidebar-mobile .site-content:not(.col-sm-12) {
		width: 100%;
		left: 0;
	}
	
	.offcanvas-sidebar-mobile .shop-content-area:not(.col-sm-12) {
		width: 100%;
		left: 0;
	}
	
	.offcanvas-sidebar-mobile .shop-content-area:not(.col-sm-12) .shop-loop-head {
		display: block;
		text-align: right;
	}
	
	.offcanvas-sidebar-mobile .shop-content-area:not(.col-sm-12) .shop-loop-head .woocommerce-breadcrumb, .offcanvas-sidebar-mobile .shop-content-area:not(.col-sm-12) .shop-loop-head .yoast-breadcrumb {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		border-bottom-width: 1px;
		border-style: solid;
		border-color: rgba(0, 0, 0, .1);
		margin-bottom: 20px;
		padding-bottom: 20px;
		width: 100%;
	}
	
	.offcanvas-sidebar-mobile .shop-content-area:not(.col-sm-12) .woocommerce-result-count {
		display: none;
	}
	
	.offcanvas-sidebar-mobile .shop-content-area:not(.col-sm-12) .basel-show-sidebar-btn {
		display: inline-flex;
	}
	
	.offcanvas-sidebar-mobile .shop-content-area:not(.col-sm-12) .basel-active-filters {
		margin-top: 0;
	}
	
	.offcanvas-sidebar-mobile .shop-content-area:not(.col-sm-12) .basel-active-filters:before {
		content: " ";
		display: table;
		clear: both;
	}
	
	.offcanvas-sidebar-mobile .basel-sticky-sidebar-opener {
		display: block;
	}
	
	.offcanvas-sidebar-mobile .basel-sticky-sidebar-opener.sticky-toolbar {
		display: flex;
	}
	
	.offcanvas-sidebar-mobile .sidebar-container {
		position: fixed;
		width: 300px;
		top: 0;
		bottom: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		overflow: hidden;
		background-color: #fff;
		z-index: 99999;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
		transition: transform .25s ease;
		transform: translate3d(-300px, 0, 0);
	}
	
	.offcanvas-sidebar-mobile .sidebar-container .widget-area {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.offcanvas-sidebar-mobile .sidebar-container .sidebar-widget {
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom-width: 1px;
		border-style: solid;
		border-color: rgba(124, 124, 124, .15);
	}
	
	.offcanvas-sidebar-mobile .sidebar-container .sidebar-widget:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.offcanvas-sidebar-mobile .sidebar-container .basel-close-sidebar-btn {
		display: block;
		height: 67px;
	}
	
	.offcanvas-sidebar-mobile .sidebar-container>.basel-scroll {
		position: absolute;
		top: 67px;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
	}
	
	.offcanvas-sidebar-mobile .sidebar-container .basel-sidebar-content {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: scroll;
		overflow-x: hidden;
	}
	
	.offcanvas-sidebar-mobile .sidebar-container .basel-sidebar-content:focus {
		outline: none;
	}
	
	.offcanvas-sidebar-mobile.basel-show-hidden-sidebar>.basel-scroll .basel-sidebar-content {
		opacity: 1;
		transition: opacity .4s cubic-bezier(.445, .05, .55, .95);
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.offcanvas-sidebar-tablet .basel-shop-loader:not(.hidden-loader) {
		margin-left: -17px !important;
	}
	
	.offcanvas-sidebar-tablet .shop-content-area:not(.col-sm-12) {
		width: 100%;
		left: 0;
	}
	
	.offcanvas-sidebar-tablet .shop-content-area:not(.col-sm-12) .shop-loop-head {
		display: block;
		text-align: right;
	}
	
	.offcanvas-sidebar-tablet .shop-content-area:not(.col-sm-12) .shop-loop-head .woocommerce-breadcrumb, .offcanvas-sidebar-tablet .shop-content-area:not(.col-sm-12) .shop-loop-head .yoast-breadcrumb {
		float: left;
	}
	
	.offcanvas-sidebar-tablet .shop-content-area:not(.col-sm-12).content-without-products .woocommerce-breadcrumb, .offcanvas-sidebar-tablet .shop-content-area:not(.col-sm-12).content-without-products .yoast-breadcrumb {
		text-align: left;
		float: none;
	}
	
	.offcanvas-sidebar-tablet .shop-content-area:not(.col-sm-12).content-without-products .woocommerce-breadcrumb, .offcanvas-sidebar-tablet .shop-content-area:not(.col-sm-12).content-without-products .yoast-breadcrumb, .offcanvas-sidebar-tablet .shop-content-area:not(.col-sm-12) .woocommerce-result-count {
		display: block;
		border-bottom-width: 1px;
		border-style: solid;
		border-color: rgba(0, 0, 0, .1);
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.offcanvas-sidebar-tablet .shop-content-area:not(.col-sm-12) .basel-show-sidebar-btn {
		display: inline-flex;
	}
	
	.offcanvas-sidebar-tablet .shop-content-area:not(.col-sm-12) .basel-active-filters {
		margin-top: 0;
	}
	
	.offcanvas-sidebar-tablet .shop-content-area:not(.col-sm-12) .basel-active-filters:before {
		content: " ";
		display: table;
		clear: both;
	}
	
	.offcanvas-sidebar-tablet .shop-sidebar-opener {
		display: block;
	}
	
	.offcanvas-sidebar-tablet .shop-sidebar-opener.sticky-toolbar {
		display: flex;
	}
	
	.offcanvas-sidebar-tablet .area-sidebar-shop {
		position: fixed;
		width: 300px;
		top: 0;
		bottom: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		overflow: hidden;
		background-color: #fff;
		z-index: 99999;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
		transition: transform .25s ease;
		transform: translate3d(-300px, 0, 0);
	}
	
	.offcanvas-sidebar-tablet .area-sidebar-shop .widget-area {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.offcanvas-sidebar-tablet .area-sidebar-shop .sidebar-widget {
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom-width: 1px;
		border-style: solid;
		border-color: rgba(124, 124, 124, .15);
	}
	
	.offcanvas-sidebar-tablet .area-sidebar-shop .sidebar-widget:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.offcanvas-sidebar-tablet .area-sidebar-shop .basel-close-sidebar-btn {
		display: block;
		height: 67px;
	}
	
	.offcanvas-sidebar-tablet .area-sidebar-shop>.basel-scroll {
		position: absolute;
		top: 67px;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
	}
	
	.offcanvas-sidebar-tablet .area-sidebar-shop .basel-sidebar-content {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: scroll;
		overflow-x: hidden;
	}
	
	.offcanvas-sidebar-tablet .area-sidebar-shop .basel-sidebar-content:focus {
		outline: none;
	}
	
	.offcanvas-sidebar-tablet.basel-show-hidden-sidebar>.basel-scroll .basel-sidebar-content {
		opacity: 1;
		transition: opacity .4s cubic-bezier(.445, .05, .55, .95);
	}
}
