.category-content{
	position: relative;
}
.category-background{
	position: absolute;
	top:-530px;
	right: -175px;
	width: 750px;
	height: 750px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%
}
.category-head{
	width: 100%;
	margin-top: 160px;
	margin-bottom: 30px;
}
.category-head h1{
	margin-top: 0;
	margin-bottom: 0;
}
.category-head span{
	position: relative;
	top: 8px;
	display: block;
	max-width: 220px;
	font-weight: 800;
	font-size: 20px;
	line-height: 26px;
	color: #EB5757;
}
.category-short-description{
	margin-top: 10px;
	margin-bottom: 30px;
	max-width: 835px;
	margin-right: auto;
	text-align: right;
	font-size: 16px;
	line-height: 26px;
	text-align: right;
	color: rgba(53, 53, 68, 0.5);
}
.category-filters{
	margin-bottom: 50px;
}
.category-filter{
	background: #fff;
	border: 2px solid #DEE0F4;
	border-radius: 150px;
	padding: 11px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000000;
}
.category-filter-clear{
	border: 2px solid #EB5757;
	color: #EB5757;
}
.category-filter-selected, .category-filter:hover, .category-filter-clear:hover{
	background: #FF6E00;
	color: #ffffff;
	border: 2px solid #DEE0F4;
}
.category-products{
	margin-bottom: 80px;
}
.category-description{
	width: 100%;
}
.category-description-text{
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	max-height: 500px;
	overflow-y: auto;
	padding-right: 15px;
	-webkit-transform: translate(15px, 0);
	-moz-transform: translate(15px, 0);
	transform: translate(15px, 0);
}
.category-description-text ul{
	margin: 0 0 30px;
	padding-left: 40px;
	list-style-type: disc;
}
.category-description-img{
	width: 482px;
	height: 482px;
	margin-bottom: 25px;
	background-position: center center;
	background-repeat: no-repeat;
}
.category-description-text2{
	margin-right: 0;
	max-width: calc(100% - 685px);
	color: rgba(53, 53, 68, 0.5);
}
.category-description-text h2, .category-description-text h3, .category-description-text h4, .category-description-text h5{
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
	color: #353544;
}
@media screen and (max-width: 1599px) {
	.category-background {
	    top: -450px;
	    right: -120px;
	    width: 534px;
	    height: 534px;
	}
	.category-description-img{
		width: 458px;
		height: 458px;
		background-size: 100%;
	}
	.category-description-text2{
		max-width: calc(100% - 475px);
		padding-top: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.category-background {
	    top: -410px;
	    right: -75px;
	    width: 459px;
	    height: 459px;
	}
	.category-filters {
	    margin-bottom: 25px;
	}
	.category-description-img{
		width: 384px;
		height: 384px;
	}
	.category-description-text2{
		max-width: calc(100% - 400px);
		padding-top: 5px;
	}
}
@media screen and (max-width: 959px) {
	.category-background {
		display: none;
	}	
	.category-description{
		flex-direction: column;
		align-items: center;
	}
	.category-description-img{
		order: 2;
		margin-bottom: 0;
	}
	.category-description-text2{
		order: 1;
		width: 100%;
		max-width: 100%;
		padding-top: 0;
	}	
}
@media screen and (max-width: 639px) {
	.category-head{
		margin-top: 125px;
	}
	.category-head span{
		width: 100%;
		max-width: 100%;
	}
	.category-filter {
	    padding: 9px 10px;
	    font-size: 9px;
	    line-height: 10px;
	}
	.category-products {
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}

	.category-description-img{
		width: 304px;
		height: 304px;
	}
}
