/*.category-view,
.without-top {
	margin: 70px 0 0 0;
}
.isCookieVisible .category-view,
.isCookieVisible .without-top {
	margin: 150px 0 0 0;
}*/

.isCookieVisible.page-layout-collection .top-container-wrapper {
	margin-top: 150px;
}
.page-layout-collection .top-container-wrapper {
	margin-top: 120px;
}

@media (max-width: 959px) {
	.isCookieVisible.page-layout-collection .top-container-wrapper {
		margin-top: 100px;
	}
	.page-layout-collection .top-container-wrapper {
		margin-top: 70px;
	}
}

.category-breadcrumbs {
	display: none;
	line-height: 60px;
	background: #f4f4f4;
	font-family: "aventalight", sans-serif;
	padding: 0
}

@media (min-width: 960px) {
	.category-breadcrumbs {
		display: block
	}
}

.category-breadcrumbs .grid {
	max-width: 1140px;
	padding-left: 10px;
	padding-right: 10px
}

@media screen and (min-width: 960px) {
	.category-breadcrumbs .grid {
		padding-left: 20px;
		padding-right: 20px
	}
}

.category-breadcrumbs .uk-breadcrumb>*>* {
	display: inline-block;
	color: #000;
	font-size: .7rem
}

.category-breadcrumbs .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
	margin: 0 10px;
	color: #000
}

.wrapp-top-main {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto;
	grid-template-columns: auto;
	background: #f4f4f4
}

@media (min-width: 960px) {
	.wrapp-top-main {
		-ms-grid-columns: max-content auto;
		grid-template-columns: max-content auto
	}
}

.wrapp-top-main .category-breadcrumbs {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

@media (min-width: 960px) {
	.wrapp-top-main .category-breadcrumbs {
		-ms-grid-column-span: 1;
		-ms-grid-column: 1;
		grid-column: 1 / span 1
	}
}

.wrapp-top-main .widget-usp {
	-ms-grid-column-span: 1;
	-ms-grid-column: 1;
	grid-column: 1 / span 1
}

@media (min-width: 960px) {
	.wrapp-top-main .widget-usp {
		-ms-grid-column-span: 1;
		-ms-grid-column: 2;
		grid-column: 2 / span 1
	}
}

.category-header {
	background-size: cover;
	background-position: top center
}

@media (min-width: 640px) {
	.category-header {
		margin-top: 0;
		padding-top: 0
	}
}

.category-header .grid {
	width: 100%;
	max-width: 1440px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 250px
}

@media (min-width: 640px) {
	.category-header .grid {
		min-height: 350px
	}
}

@media (min-width: 960px) {
	.category-header .grid {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media (min-width: 1200px) {
	.category-header .grid {
		height: 450px
	}
}

.category-header .category-title {
	width: 100%;
	max-width: 600px
}

.category-header .category-title h1 {
	text-transform: none;
	margin: 0 4rem;
	max-width: 350px;
	font-size: 36px;
}

.section-category-products .category-products-counter {
	text-align: center;
	font-size: .8rem
}

.section-category-products .list-products {
	width: 100%;
	padding: 0 0 2rem
}

@media (min-width: 960px) {
	.section-category-products .list-products {
		padding: 0 1rem 1rem
	}
}

.section-category-products .list-products .product {
	position: relative;
	background: #fff;
	-webkit-transition: .3s box-shadow;
	transition: .3s box-shadow;
	padding: 5px 5px 10px 5px;
	margin: 10px 0 5px
}

@media (min-width: 960px) {
	.section-category-products .list-products .product:hover {
		box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.15);
		z-index: 1
	}
}

.section-category-products .list-products .product .new {
	margin: 0;
	width: 45px;
	height: 45px;
	top: 15px;
	left: 15px;
	border-radius: 50%
}

@media (min-width: 960px) {
	.section-category-products .list-products .product .new {
		width: 65px;
		height: 65px
	}
}

.section-category-products .product .color {
	margin: 0 25px;
}

.section-category-products .list-products .product>a {
	-webkit-box-flex: 1;
	-ms-flex: auto 1 1;
	flex: auto 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.section-category-products .list-products .product>a[data-variant]:not(.active) {
	height: 0;
	-ms-flex: 0 0 0px;
	-webkit-box-flex: 0;
	flex: 0 0 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden
}

.section-category-products .list-products .product .product-image {
	position: relative;
	margin-bottom: 5px
}

.section-category-products .list-products .product .product-image::after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 100%
}

.section-category-products .list-products .product .product-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.section-category-products .list-products .product [data-variant]:not(.active) {
	height: 0;
	-ms-flex: 0 0 0px;
	-webkit-box-flex: 0;
	flex: 0 0 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden
}

.section-category-products .list-products .product .product-color {
	height: 15px;
	margin-bottom: 5px;
	font-size: 12px;
	word-spacing: .5em
}

@media (min-width: 480px) {
	.section-category-products .list-products .product .product-color {
		font-size: 18px
	}
}

@media (min-width: 960px) {
	.section-category-products .list-products .product .product-color span {
		-webkit-transition: .3s all;
		transition: .3s all
	}
}

.section-category-products .list-products .product-name,
.section-category-products .list-products .product-price,
.section-category-products .list-products .product-sizes {
	font-family: "aventalight", sans-serif;
}

.section-category-products .list-products .product-name {
	padding: 20px 0px;
	margin: auto
}

.section-category-products .list-products .product-sizes {
	text-transform: uppercase;
	font-size: 0
}

.section-category-products .list-products .product-sizes a,
.section-category-products .list-products .product-sizes span {
	display: inline-block;
	position: relative;
	padding: 7px 6px 10px;
	font-size: 11px
}

.section-category-products .list-products .product-sizes a.active,
.section-category-products .list-products .product-sizes a:hover,
.section-category-products .list-products .product-sizes span.active,
.section-category-products .list-products .product-sizes span:hover {
	color: #000
}

.section-category-products .list-products .product-sizes a:not(.active):not(:hover),
.section-category-products .list-products .product-sizes a:not(.active):not(:hover),
.section-category-products .list-products .product-sizes span:not(.active):not(:hover),
.section-category-products .list-products .product-sizes span:not(.active):not(:hover) {
	color: #9b9b9b
}

.section-category-products .list-products .product-sizes a:not(:first-child),
.section-category-products .list-products .product-sizes a:not(:first-child),
.section-category-products .list-products .product-sizes span:not(:first-child),
.section-category-products .list-products .product-sizes span:not(:first-child) {
	margin-left: 1px
}

.section-category-products .list-products .product-sizes a:not(:first-child)::before,
.section-category-products .list-products .product-sizes a:not(:first-child)::before,
.section-category-products .list-products .product-sizes span:not(:first-child)::before,
.section-category-products .list-products .product-sizes span:not(:first-child)::before {
	content: "";
	position: absolute;
	left: -1px;
	width: 1px;
	height: 1em;
	background: #9b9b9b
}

.section-category-products .list-products .product-price {
	padding-top: 7px;
	padding-bottom: 10px;
	/*height: 50px*/
}

.category-footer {
	background: #f4f4f4;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: -80px;
	padding: 30px 0 80px 0
}

@media (min-width: 768px) {
	.category-footer {
		background: transparent
	}
}

.category-footer .grid {
	max-width: 900px;
	padding: 0 3rem;
	margin: 0 auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width: 768px) {
	.category-footer .grid {
		text-align: left
	}
}

@media (min-width: 992px) {
	.category-footer .grid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 5rem 3rem
	}
}

.category-footer .grid .category-seo .category-title {
	width: 100%
}

.category-footer .grid .category-seo .category-title p {
	text-transform: uppercase;
	line-height: 1.3;
	font-size: 24px;
	text-align: center;
	margin: 30px 0 10px auto
}

@media (min-width: 992px) {
	.category-footer .grid .category-seo .category-title p {
		text-align: left
	}
}

.category-footer .grid .category-seo .category-desc {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto
}

.category-footer .grid .category-seo .category-desc p {
	font-size: 16px;
	margin: 10px 0;
	display: block;
	text-align: center
}

@media (min-width: 992px) {
	.category-footer .grid .category-seo .category-desc p {
		text-align: left
	}
}

@media (min-width: 1170px) {
	.category-footer .grid .category-seo .category-desc p {
		font-size: 18px
	}
}

.category-footer .grid .category-seo .category-desc img {
	width: 100%;
	margin: 0 auto;
	max-width: 250px
}

@media (min-width: 992px) {
	.category-footer .grid .category-seo .category-desc img {
		max-width: 300px;
		margin: 0 auto;
		padding-right: 30px
	}
}