/* Sidebar */
.woocommerce-sidebar-wrapper .woocommerce-sidebar-widget {
	margin-bottom: 0;
	margin-top: 0;
}

.woocommerce-sidebar-wrapper h3 {
	margin-bottom: 10px;
}

.sidebar-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 22px;
	margin-bottom: 0 !important;
}

/* Widgets */
.widget a {
	font-weight: normal;
}

.search-no-results .theme-container-divi-section {
	display: none !important;
}

/* Search */
.woocommerce-sidebar-wrapper .woocommerce-product-search {
	border-bottom: 2px solid;
	background: #ffffff;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce-sidebar-wrapper .woocommerce-product-search input,
.woocommerce-sidebar-wrapper .woocommerce-product-search button {
	border: 0;
	background: transparent;
	color: #222222;
	padding: 10px;
}

.woocommerce-sidebar-wrapper .woocommerce-product-search button {
	cursor: pointer;
}

.woocommerce-sidebar-wrapper .woocommerce-product-search input {
	width: 100%;
}

.woocommerce-sidebar-wrapper .woocommerce-product-search i {
	color: #222222;
}

@media(hover:hover) {
	.widget a:hover {
		text-decoration: underline;
	}
}

.widget .count {
	font-weight: normal;
}

/* Current filters */
.widget_layered_nav_filters li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.widget_layered_nav_filters li a {
	padding: 10px 20px;
	display: block;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

@media(hover:hover) {
	.widget_layered_nav_filters li a:hover {
		text-decoration: none;
	}
}

.widget_layered_nav_filters li a::before {
	content: '×';
	margin-right: 10px;
}

/* Product categories */
.product-categories .children {
	padding-left: 20px;
}

.cat-item.current-cat>a {
	font-weight: bold;
}

.cat-item .toggle {
	float: right;
	width: 20px;
	text-align: center;
	cursor: pointer;
}

.cat-item .toggle::before {
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	font-size: 12px;
	display: block;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

.cat-item.active .toggle::before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.cat-parent .children {
	overflow: hidden;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

/* Price filter */
.price_slider {
	background: #eee;
}

.ui-slider-horizontal {
	height: 3px;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.price_slider {
	margin-top: 10px;
	margin-bottom: 20px;
	border-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ui-slider .ui-slider-handle:last-child {
	margin-left: -10px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 11px;
	height: 11px;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -5.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-width: 0;
	background-image: none;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	-webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 38%) inset;
	-moz-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 38%) inset;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 38%) inset;
	background-image: none;
}

.price_slider_amount {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price_slider_amount .button {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 10px 20px !important;
}

.price_slider_amount .price_label {
	font-weight: normal;
}

.price_slider_amount input {
	display: none;
}

.price_slider_amount .clear {
	display: none;
}

/* Product list */
.product_list_widget:not(.woocommerce-mini-cart) li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product_list_widget:not(.woocommerce-mini-cart) li .product-widget-image {
	width: 84px;
	-ms-flex: 0 0 84px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 84px;
	-moz-box-flex: 0;
	flex: 0 0 84px;
	padding: 0;
	margin-right: 20px;
}

.product_list_widget:not(.woocommerce-mini-cart) li .product-widget-image img {
	width: 100%;
	height: auto;
}

.product_list_widget .product-widget-content {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: -webkit-calc(100% - 104px);
	max-width: -moz-calc(100% - 104px);
	max-width: calc(100% - 104px);
}

.product_list_widget:not(.woocommerce-mini-cart) li .product-widget-title {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.product_list_widget a {
	display: block;
	font-weight: 600;
}

/* Product filter */
.widget_layered_nav li.chosen a {
	font-weight: bold;
}

/* Sort */
.woocommerce-ordering label {
	font-weight: normal;
}

.woocommerce-ordering .orderby {
	padding: 10px;
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	line-height: 1.7em;
}

/* Shop wrappers */
.before-shop-wrapper,
.archive-no-products-found,
.after-shop-wrapper {
	margin-bottom: 25px;
}

/* Archive items */
.archive .columns-3 li {
	margin-bottom: 2%;
}

/* Pagination */
.after-shop-wrapper .woocommerce-pagination {
	text-align: right;
}

.after-shop-wrapper:last-child,
.archive .woocommerce-products-description:last-child {
	margin-bottom: 50px;
}

.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	margin: 0 0 0 10px;
	clear: both;
}

.woocommerce-pagination ul li {
	float: left;
	margin-left: 5px;
	display: inline;
	padding: 0;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 5px;
	line-height: 2em;
	min-width: 30px;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

.woocommerce-pagination ul li i {
	line-height: 2em;
}

/* No products found */
.archive-no-products-found {
	text-align: center;
}

.archive-no-products-found p {
	margin-bottom: 20px;
}

/* Toggleable sidebar */
@media (min-width: 980px) {
	.sidebar-togglable.archive .theme-col-archive {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.sidebar-togglable .sidebar-toggle {
		display: inline-block;
	}

	.sidebar-togglable .sidebar-active {
		overflow: hidden;
	}

	.sidebar-togglable .before-shop-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		padding: 10px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: -webkit-sticky;
		position: sticky;
		z-index: 999;
		transition: .2s;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
	}

	.sidebar-togglable .woocommerce-ordering .orderby {
		margin-right: 0;
	}

	.sidebar-togglable .woocommerce-sidebar {
		padding: 20px !important;
		position: fixed;
		left: -300px;
		top: 0;
		overflow-y: scroll;
		z-index: 9999;
		max-height: 100vh;
		max-width: 300px;
		transition: .2s;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.sidebar-togglable .woocommerce-sidebar.active {
		left: 0;
	}

	body.sidebar-active::after {
		opacity: 0.7;
		pointer-events: auto !important;
	}

	.sidebar-togglable .sidebar-col {
		padding: 0;
	}
}

/* Desktop */
@media (max-width: 1405px) {}

/* Tablet */
@media (max-width: 980px) {
	.sidebar-active {
		overflow: hidden;
	}

	.before-shop-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		padding: 10px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: -webkit-sticky;
		position: sticky;
		z-index: 999;
		transition: .2s;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
	}

	.woocommerce-ordering .orderby {
		margin-right: 0;
	}

	.woocommerce-sidebar {
		position: fixed;
		left: -300px;
		top: 0;
		overflow-y: scroll;
		z-index: 99999;
		max-height: 100vh;
		max-width: 300px;
		transition: .2s;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
	}

	.woocommerce-sidebar.active {
		left: 0;
	}

	body.sidebar-active::after {
		opacity: 0.7;
		pointer-events: auto !important;
	}

	.sidebar-col {
		padding: 0;
	}
}

/* Smartphone */
@media (max-width: 768px) {

	.woocommerce-ordering label {
		display: none;
	}

	.slider-toggle,
	.woocommerce-ordering {
		width: 60%;
	}

	.woocommerce-ordering .orderby {
		width: 100%;
	}
}

/* Smartphone medium */
@media (max-width: 479px) {}