/*
 * ---------------------------
 * --------- General ---------
 * ---------------------------
 */
.product-list {
	padding: 30px 0 50px;
	font-size: 0;
}

.product-list-sidebar {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-right: 20px;
}

.product-list-section-aside-sidebar {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 220px);
}

.product-list-title {
	margin-top: 8px;
}

.product-list-category-description {
	margin-top: 10px;
}

.product-list-category-banners {
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
}

.product-list-category-banner {
	display: inline-block;
	width: 100%;
}

.product-list-category-banner img {
	display: block;
	width: 100%;
}

.product-list-category-banners.owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	display: block;
	width: 56px;
	height: 56px;
	transform: translateY(-50%);
}

.product-list-category-banners.owl-carousel .owl-nav button.owl-prev {
	left: 20px;
	background: url('../../../icons/icon-chevron-left-dark-white-x4large.svg') no-repeat center;
}

.product-list-category-banners.owl-carousel .owl-nav button.owl-next {
	right: 20px;
	background: url('../../../icons/icon-chevron-right-dark-white-x4large.svg') no-repeat center;
}

.product-list-category-banners.owl-carousel .owl-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.product-list-category-banners.owl-carousel .owl-dots button {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	margin-right: 15px;
	background: #FFFFFF;
	border: 1px solid #818181;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #FFFFFF;
}

.product-list-category-banners.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

.product-list-category-banners.owl-carousel .owl-dots button.active {
	background: #1C1D1C;
	border-color: #1C1D1C;
}

.product-list-toolbar {
	margin-top: 30px;
}

.product-list-toolbar-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-list-items {
	margin-top: -10px;
	margin-left: -20px;
}

.product-list-items .block-product-list-item {
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 20px);
	margin-top: 40px;
	margin-left: 20px;
}

.product-list-paging {
	margin-top: 50px;
}

#product-list-sidebar-text {
	margin-top: 50px;
}

/*
 * --------------------------
 * --------- Loader ---------
 * --------------------------
 */
.product-list-section-aside-sidebar .product-list-items:before {
	content: '';
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 45;
	display: none;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	border: 5px solid rgba(0, 0, 0, 0.24);
	border-right-color: rgba(0, 0, 0, 0.94);
	cursor: wait;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: rotating 0.62s linear infinite, fadeOutFromBlock 0.01s ease-in-out;
	-o-animation: rotating 0.62s linear infinite, fadeOutFromBlock 0.01s ease-in-out;
	animation: rotating 0.62s linear infinite, fadeOutFromBlock 0.01s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.product-list-section-aside-sidebar .product-list-items.is-loading:before {
	display: block;
	-webkit-animation: rotating 0.62s linear infinite, fadeInFromNone 0.01s ease-in-out;
	-o-animation: rotating 0.62s linear infinite, fadeInFromNone 0.01s ease-in-out;
	animation: rotating 0.62s linear infinite, fadeInFromNone 0.01s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.product-list-section-aside-sidebar .product-list-items:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: 35;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.76);
	cursor: wait;
	-webkit-animation: fadeOutFromBlock 0.01s ease-in-out;
	-o-animation: fadeOutFromBlock 0.01s ease-in-out;
	animation: fadeOutFromBlock 0.01s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.product-list-section-aside-sidebar .product-list-items.is-loading:after {
	display: block;
	-webkit-animation: fadeInFromNone 0.36s ease-in-out;
	-o-animation: fadeInFromNone 0.36s ease-in-out;
	animation: fadeInFromNone 0.36s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

/*
 * ---------------------------
 * ------- Price Slider ------
 * ---------------------------
 */
.product-list-filter-price-slider-title {
	margin-bottom: 15px;
}

.product-list-filter-price-slider .ui-slider {
	display: block;
	width: calc(100% - 16px);
	height: 5px;
	margin: 0 auto;
	background: #E6E5E5;
	border: none;
	border-radius: 2px;
}

.product-list-filter-price-slider .ui-slider-handle {
	top: -5px;
	width: 16px;
	height: 16px;
	background: #1C1D1C;
	border: none;
	border-radius: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.product-list-filter-price-slider .ui-slider-range {
	background: #1C1D1C;
}

.product-list-filter-price-inputs {
	margin-top: 20px;
}

.product-list-filter-price-input {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
}

.product-list-filter-price-input:not(:last-child) {
	margin-right: 10px;
}

.product-list-filter-price-input input {
	height: 40px;
	padding-right: 30px;
}

.product-list-filter-price-input span {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	user-select: none;
}

/*
 * ---------------------------
 * --------- Filters ---------
 * ---------------------------
 */

.sub-categories {
	margin-bottom: 30px;
}

.sub-categories-title {
	margin-bottom: 15px;
}

.product-list-filter-category {
	margin-bottom: 10px;
}


.product-list-filter-category.is-active {
	font-weight: 700;
}

.product-list-filter-category:last-child {
	margin-bottom: 0;
}

.product-list-filter-category.active a {
	font-weight: bold;
}

.product-list-filter-attribute-title {
	margin-top: 30px;
	margin-bottom: 15px;
}

.product-list-filter-search {
	position: relative;
	margin-bottom: 17px;
}

.product-list-filter-search:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	display: block;
	width: 16px;
	height: 16px;
	background: url('../../../icons/icon-search-dark-small.svg') no-repeat center;
	transform: translateY(-50%);
}

.product-list-filter-search input {
	height: 40px;
	padding-right: 35px;
}

.product-list-filter-attribute-options {
	max-height: 310px;
	overflow-y: auto;
}

.product-list-filter-attribute-option {
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
	cursor: pointer;
}

.product-list-filter-attribute-option:last-child {
	margin-bottom: 0;
}

.product-list-filter-attribute-option:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url('../../../icons/icon-square-pale-small.svg') no-repeat center;
}

.product-list-filter-attribute-option[data-available='0'] {
	display: none;
}

.product-list-filter-attribute-option[data-selected='1']:before {
	background: url('../../../icons/icon-square-check-success-small.svg') no-repeat center;
}

/*
 * ---------------------------
 * -------- Per Page ---------
 * ---------------------------
 */
.product-list-per-page-text {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.product-list-per-page-system-field-element {
	display: inline-block;
	vertical-align: middle;
	width: inherit;
	height: 40px;
}

/*
 * ---------------------------
 * --------- Sorter ----------
 * ---------------------------
 */
.product-list-sorter-text {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.product-list-sorter-system-element {
	display: inline-block;
	vertical-align: middle;
	width: inherit;
	height: 40px;
}

/*
 * ---------------------------
 * ---- Selected options -----
 * ---------------------------
 */
.product-list-selected-options {
	margin-top: 30px;
	padding: 7px 14px 12px;
	background: #F7F4F4;
}

.product-list-filter-selected-options {
	display: inline-block;
}

.product-list-selected-option {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
	padding: 0 42px 0 10px;
	background-color: #FFFFFF;
	line-height: 32px;
	cursor: pointer;
}

.product-list-selected-option:last-of-type {
	margin-right: 20px;
}

.product-list-selected-option:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background: url('../../../icons/icon-times-dark-small.svg') no-repeat center;
	border-left: 1px solid #F7F4F4;
}

.product-list-filter-clear-button {
	display: inline-block;
	height: 32px;
	margin-top: 5px;
	background: transparent;
	border: none;
}

/*
 * ---------------------------
 * --------- Spinner ---------
 * ---------------------------
 */
.product-list-loading {
	opacity: 0;
	-webkit-transition: opacity 0.57s ease-in-out;
	-moz-transition: opacity 0.57s ease-in-out;
	-o-transition: opacity 0.57s ease-in-out;
	transition: opacity 0.57s ease-in-out;
}

.product-list-loading.is-active {
	opacity: 1;
}

.product-list-loading-spinner:before,
.product-list-loading-spinner:after,
.product-list-loading-spinner {
	width: 2.5em;
	height: 2.5em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: spinLoad 1.5s infinite ease-in-out;
	-o-animation: spinLoad 1.5s infinite ease-in-out;
	animation: spinLoad 1.5s infinite ease-in-out;
}

.product-list-loading-spinner {
	position: relative;
	margin: -25px auto 25px;
	color: #000;
	font-size: 10px;
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.product-list-loading-spinner:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.32s;
	-o-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.product-list-loading-spinner:after {
	left: 3.5em;
}

.product-list-loading-spinner:before,
.product-list-loading-spinner:after {
	content: "";
	position: absolute;
	top: 0;
}

/*
 * ------------------------------
 * --------- Favourites ---------
 * ------------------------------
 */

.favourites {
	padding: 15px 0 50px;
}

.favourites .product-list-title {
	margin-top: 25px;
}

.favourites .product-list-items .block-product-list-item {
	width: calc((100% / 6) - 20px);
}

.product-no-favourites {
	padding: 40px 0;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
	.product-list-sidebar {
		margin-top: 60px;
	}
}