
.products {
	transition: all .2s ease;
}

.basel-loading .basel-shop-loader {
	display: block;
	animation: fade-in 1s ease;
}

.basel-loading .basel-shop-loader.hidden-loader {
	animation: fade-in 1s ease;
}

.basel-loading .basel-shop-loader:after {
	animation: load-spin 450ms infinite linear;
}

.basel-loading .products {
	position: relative;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
}

.basel-shop-loader {
	display: none;
}

.basel-shop-loader:after {
	content: " ";
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #000;
	border-radius: 50%;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}

.basel-shop-loader:not(.hidden-loader) {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -17px;
}

.basel-shop-loader.hidden-from-top {
	position: relative;
}

.basel-shop-loader.hidden-from-top:after {
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 30px;
}

.basel-shop-loader.hidden-from-top.hidden-loader {
	margin-left: 0 !important;
}

.basel-shop-loader.hidden-from-bottom {
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: 115px;
}

.basel-shop-loader.hidden-from-bottom.hidden-loader {
	margin-left: -17px !important;
}

.shop-content-area.col-sm-12 .basel-shop-loader {
	margin-left: -17px;
}

.content-without-products .basel-shop-loader {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 15px;
	margin-left: -17px;
}

.basel-active-filters {
	margin-top: -15px;
	margin-bottom: 15px;
	min-height: 1px;
}

.basel-active-filters .widget_layered_nav_filters {
	display: inline;
}

.basel-active-filters .widget_layered_nav_filters ul {
	display: inline;
}

.basel-active-filters .widget_layered_nav_filters ul li {
	margin-bottom: 5px;
	margin-right: 15px;
	display: inline-block;
}

.basel-active-filters .widget_layered_nav_filters ul li a {
	color: #1b1919;
	text-decoration: none;
}

.basel-active-filters .widget_layered_nav_filters ul li a:after {
	transform: rotate(-45deg);
}

.basel-active-filters .widget_layered_nav_filters ul li a:before {
	transform: rotate(45deg);
}

.basel-active-filters .widget_layered_nav_filters ul li a:hover:after {
	transform: rotate(0);
}

.basel-active-filters .widget_layered_nav_filters ul li a:hover:before {
	transform: rotate(0);
}

.basel-active-filters .widget_layered_nav_filters ul li a:after, .basel-active-filters .widget_layered_nav_filters ul li a:before {
	background-color: #1b1919;
}

.basel-clear-filters-wrapp {
	display: inline;
}

.basel-clear-filters-wrapp .basel-clear-filters {
	position: relative;
	font-weight: bold;
	cursor: pointer;
	padding-left: 16px;
	text-decoration: none;
	margin-right: 15px;
	padding-right: 15px;
	border-right-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .1);
}

.basel-clear-filters-wrapp .basel-clear-filters:after, .basel-clear-filters-wrapp .basel-clear-filters:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 10px;
	height: 2px;
	display: inline-block;
	background-color: #000;
	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}

.basel-clear-filters-wrapp .basel-clear-filters:after {
	transform: rotate(-45deg);
}

.basel-clear-filters-wrapp .basel-clear-filters:before {
	transform: rotate(45deg);
}

.basel-clear-filters-wrapp .basel-clear-filters:hover:after {
	transform: rotate(0);
}

.basel-clear-filters-wrapp .basel-clear-filters:hover:before {
	transform: rotate(0);
}

.shop-loop-head {
	margin-bottom: 20px;
	margin-top: -10px;
	text-align: right;
	line-height: 20px;
	padding: 10px 0 0 0;
	vertical-align: middle;
	width: 100%;
}

.shop-loop-head:after {
	content: "";
	clear: both;
	display: block;
}

.shop-loop-head .woocommerce-breadcrumb, .shop-loop-head .yoast-breadcrumb {
	float: left;
	margin-bottom: 10px;
}

.shop-loop-head .woocommerce-result-count {
	font-size: 13px;
	letter-spacing: .3px;
	color: #9e9e9e;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 20px;
	vertical-align: middle;
}

.shop-loop-head .basel-products-shop-view {
	display: inline-flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 12px;
	white-space: nowrap;
	vertical-align: middle;
	margin-left: 20px;
	margin-bottom: 10px;
}

.shop-loop-head .basel-products-shop-view>a {
	display: inline-flex;
	align-self: center;
	opacity: .3;
}

.shop-loop-head .basel-products-shop-view>a.shop-view-grid:before {
	content: "";
	font-family: "basel-font";
}

.shop-loop-head .basel-products-shop-view>a.shop-view-list:before {
	content: "";
	font-family: "basel-font";
}

.shop-loop-head .basel-products-shop-view>a.current-view {
	opacity: .9;
}

.shop-loop-head .basel-products-shop-view>a:not(.current-view):hover {
	opacity: .6;
}

.shop-loop-head .basel-products-shop-view>a:before {
	font-size: 18px;
	transition: all .25s ease-in-out;
}

.shop-loop-head .basel-products-shop-view.products-view-list_grid {
	flex-direction: row;
}

.shop-loop-head .basel-products-shop-view.products-view-grid_list {
	flex-direction: row-reverse;
}

.shop-loop-head .basel-filter-buttons {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 19px;
	vertical-align: middle;
}

.shop-loop-head .basel-filter-buttons .open-filters {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #1b1919;
	position: relative;
	padding-right: 20px;
	text-decoration: none;
}

.shop-loop-head .basel-filter-buttons .open-filters:after, .shop-loop-head .basel-filter-buttons .open-filters:before {
	content: " ";
	width: 10px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 9px;
	display: inline-block;
	background-color: #1b1919;
	transition: all .2s ease-in-out;
}

.shop-loop-head .basel-filter-buttons .open-filters:before {
	transform: rotate(-90deg);
}

.shop-loop-head .basel-filter-buttons .open-filters:hover:after {
	transform: translateX(-6px) rotate(50deg);
}

.shop-loop-head .basel-filter-buttons .open-filters:hover:before {
	transform: rotate(-50deg);
}

.shop-loop-head .basel-filter-buttons .open-filters.btn-opened:before {
	transform: rotate(-45deg);
}

.shop-loop-head .basel-filter-buttons .open-filters.btn-opened:after {
	transform: rotate(45deg);
}

.shop-loop-head .woocommerce-ordering {
	display: inline-block;
	position: relative;
	margin-top: -10px;
	margin-left: 20px;
	vertical-align: top;
	color: #636363;
}

.shop-loop-head .woocommerce-ordering select:focus {
	border-color: rgba(0, 0, 0, .4);
}

.icon-drop-category {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: inline-block;
	border-radius: 50%;
	width: 60px;
	height: 40px;
	cursor: pointer;
}

.icon-drop-category:after, .icon-drop-category:before {
	content: " ";
	width: 10px;
	height: 1px;
	position: absolute;
	right: 12px;
	top: 19px;
	display: inline-block;
	background-color: #312f2f;
	transition: all .2s ease-in-out;
}

.icon-drop-category:after {
	transform: translateX(-6px) rotate(50deg);
}

.icon-drop-category:before {
	transform: rotate(-50deg);
}

.icon-drop-category.basel-act-icon:after, .icon-drop-category.basel-act-icon:before {
	width: 15px;
}

.icon-drop-category.basel-act-icon:before {
	transform: rotate(-45deg);
}

.icon-drop-category.basel-act-icon:after {
	transform: rotate(45deg);
}

.color-scheme-light .icon-drop-category:after, .color-scheme-light .icon-drop-category:before {
	background-color: #fff;
}

.basel-show-categories {
	display: none;
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	color: #2f2d2d;
	cursor: pointer;
	padding-right: 16px;
	padding-right: 22px;
}

.basel-show-categories:after, .basel-show-categories:before {
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 10px;
	height: 2px;
	display: inline-block;
	background-color: #2f2d2d;
	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}

.basel-show-categories:after {
	transform: translateX(-6px) rotate(50deg);
}

.basel-show-categories:before {
	transform: rotate(-50deg);
}

.basel-show-categories.button-open:before {
	transform: rotate(-45deg);
}

.basel-show-categories.button-open:after {
	transform: rotate(45deg);
}

.color-scheme-light .basel-show-categories {
	color: #fff;
}

.color-scheme-light .basel-show-categories:after, .color-scheme-light .basel-show-categories:before {
	background-color: #fff;
}

.basel-header-overlap .title-shop.without-title.title-size-small {
	padding: 95px 0 50px 0;
}

.basel-header-overlap .title-shop.without-title.title-size-default {
	padding: 140px 0 100px 0;
}

.basel-header-overlap .title-shop.without-title.title-size-large {
	padding: 175px 0;
}

.title-shop {
	border: none;
}

.title-shop.without-title.title-size-small {
	padding: 0;
}

.title-shop.without-title.title-size-default {
	padding: 30px 0;
}

.title-shop.without-title.title-size-large {
	padding: 60px 0;
}

.title-shop.title-design-centered {
	text-align: center;
}

.title-shop.title-design-centered .nav-shop .entry-title {
	float: none;
	margin-left: 0;
}

.title-shop.title-design-centered :is(.basel-back-btn+.entry-title, .basel-back-btn+.entry-title+.basel-show-categories+.basel-product-categories, .basel-back-btn+.basel-show-categories+.basel-product-categories) {
	padding-left: 50px;
	padding-right: 50px;
}

.title-shop.title-design-centered.title-size-large .nav-shop .entry-title {
	line-height: 75px;
}

.title-shop .nav-shop {
	position: relative;
}

.title-shop .nav-shop:after {
	content: "";
	clear: both;
	display: block;
}

.title-shop .nav-shop span.entry-title {
	display: block;
}

.title-shop .nav-shop .entry-title {
	float: right;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	letter-spacing: 2px;
	line-height: 50px;
}

.title-shop :is(.basel-back-btn+.entry-title+.basel-show-categories+.basel-product-categories, .basel-back-btn+.basel-show-categories+.basel-product-categories) {
	padding-left: 60px;
}

.title-shop :is(.basel-back-btn+.entry-title+.basel-show-categories, .basel-back-btn+.basel-show-categories) {
	margin-left: 60px;
	margin-right: 60px;
}

.title-shop .basel-back-btn {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 0;
}

.title-shop.color-scheme-light .nav-shop>.basel-back-btn>span {
	background-color: #fff;
}

.title-shop.color-scheme-light .nav-shop>.basel-back-btn>span:after {
	background-color: #fff;
}

.title-shop.color-scheme-light .nav-shop>.basel-back-btn>span:before {
	color: #fff;
}

.woocommerce-pagination {
	display: block;
	text-align: center;
}

.woocommerce-pagination .page-numbers {
	display: inline-block;
}

.woocommerce-pagination .page-numbers li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-right: 3px;
}

.woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span {
	display: inline-block;
	border: 1px solid transparent;
	border-bottom: 1px solid #b1b1b1;
	color: #000;
	font-size: 16px;
	width: 34px;
	line-height: 32px;
	transition: all .2s ease-in-out;
}

.woocommerce-pagination .page-numbers li a {
	text-decoration: none;
}

.woocommerce-pagination .page-numbers li a:hover {
	border-color: #b1b1b1;
}

.woocommerce-pagination .page-numbers li .current {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.woocommerce-pagination .page-numbers li .next, .woocommerce-pagination .page-numbers li .prev {
	border: none;
	background-color: transparent;
	font-size: 0;
	color: #000;
	line-height: 0;
	margin-right: -4px;
}

.woocommerce-pagination .page-numbers li .next:before, .woocommerce-pagination .page-numbers li .prev:before {
	content: "";
	font-size: 16px;
	line-height: 34px;
	font-family: "simple-line-icons";
}

.woocommerce-pagination .page-numbers li .next:hover, .woocommerce-pagination .page-numbers li .prev:hover {
	text-decoration: none;
	color: #000;
	opacity: .8;
	background-color: transparent;
}

.woocommerce-pagination .page-numbers li .prev:before {
	content: "";
}

.product-title a {
	color: #252222;
	letter-spacing: .3px;
	text-decoration: none;
}

.title-line-one .product-grid-item .product-title, .title-line-two .product-grid-item .product-title {
	line-height: 22px;
	overflow: hidden;
}

.title-line-one .product-grid-item .product-title a, .title-line-two .product-grid-item .product-title a {
	line-height: inherit;
	vertical-align: top;
}

.title-line-one .basel-hover-alt .product-title, .title-line-two .basel-hover-alt .product-title {
	line-height: 26px;
}

.title-line-one .product-grid-item .product-title {
	max-height: 22px;
}

.title-line-one .basel-hover-alt .product-title {
	max-height: 26px;
}

.title-line-two .product-grid-item .product-title {
	max-height: 44px;
}

.title-line-two .basel-hover-alt .product-title {
	max-height: 52px;
}

@media (max-width: 991px) {
	.title-shop.without-title.title-size-default, .title-shop.without-title.title-size-large {
		padding: 0 0;
	}
	
	.title-shop.title-design-default {
		text-align: center;
	}
	
	.title-shop.title-design-default .nav-shop .entry-title {
		float: none;
		margin-left: 0;
	}
	
	.title-shop.title-design-default .nav-shop :is(.basel-back-btn+.entry-title+.basel-show-categories+.basel-product-categories, .basel-back-btn+.basel-show-categories+.basel-product-categories) {
		padding-left: 0;
	}
	
	.title-shop.title-design-default .nav-shop .basel-back-btn+.entry-title {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.title-shop.title-design-disable :is(.basel-back-btn+.entry-title+.basel-show-categories, .basel-back-btn+.basel-show-categories) {
		margin-right: 0;
	}
	
	.title-shop.title-size-large.title-design-centered .nav-shop .entry-title {
		line-height: 50px;
	}
	
	.title-shop .basel-back-btn {
		margin-top: 0;
		top: 10px;
	}
	
	.without-title .basel-back-btn {
		top: 2px;
	}
	
	body.basel-header-overlap .title-size-small {
		padding: 70px 0 30px;
	}
	
	body.basel-header-overlap .title-size-default, body.basel-header-overlap .title-size-large, body.basel-header-overlap .title-size-default.title-shop.without-title, body.basel-header-overlap .title-size-large.title-shop.without-title {
		padding: 100px 0 60px;
	}
	
	.title-shop.title-design-centered :is(.basel-back-btn+.entry-title+.basel-show-categories+.basel-product-categories, .basel-back-btn+.basel-show-categories+.basel-product-categories) {
		padding-left: 0;
		padding-right: 0;
	}
	
	.shop-loop-head {
		text-align: center;
		margin-top: -20px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	
	.shop-loop-head .basel-filter-buttons {
		margin-left: 0;
		display: block;
		order: 1;
	}
	
	.shop-loop-head .woocommerce-breadcrumb, .shop-loop-head .yoast-breadcrumb {
		float: none;
		display: block;
	}
	
	.shop-loop-head .woocommerce-result-count, .shop-loop-head .basel-products-shop-view {
		display: none;
	}
	
	.shop-loop-head .woocommerce-ordering {
		order: 1;
		position: static;
		margin-bottom: 10px;
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.basel-shop-loader:not(.hidden-loader) {
		margin-left: -17px !important;
	}
	
	.shop-loop-head .woocommerce-ordering {
		position: relative;
		margin-top: -6px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		margin-bottom: 0;
	}
	
	.shop-loop-head .woocommerce-ordering:after {
		content: "";
		font-family: "simple-line-icons";
		font-size: 20px;
		color: #1b1919;
		font-weight: 600;
	}
	
	.shop-loop-head .woocommerce-ordering select {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border: none;
		padding: 0;
		font-size: 0;
		font-weight: 400;
		background-image: none;
		-webkit-appearance: none;
		background-color: transparent;
	}
	
	.shop-loop-head .woocommerce-ordering select.nitro-lazy {
		background-image: none !important;
	}
	
	.shop-loop-head .woocommerce-ordering select option {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.woocommerce-pagination {
		text-align: center;
	}
}
