.category-customblock {
    margin-bottom: 90px;
}

.category-customblock .emptyblock {
    display: block;
    width: 100%;
    height: auto;
}

.category-customblock h1 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 15px;
}

.category-customblock h2 {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #444;
}

.category-customblock .category-contentblock {
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.category-customblock .category-contentblock strong,
.category-customblock .category-contentblock b {
    font-weight: bold;
    color: #444;
}

.category-customblock .category-contentblock img {
    max-width: 90%;
    margin: auto;
    display: block;
}

.category-customblock .category-contentblock a {
	color: #ee815e;
}
.category-customblock .category-contentblock a:hover {
	text-decoration: underline;
}


.category-customblock .category-categoryblock {
	display: flex;
    align-items: end;
    justify-content: space-evenly;
    flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px;
	gap: 40px 10px;
}

.category-customblock .categoryblock-item-wrapper {
	width: 150px;
    min-width: 150px;
    height: 150px;
    background-color: #CCC;
	background-size: cover;
    background-position: center center;
	border-radius: 200px;
    box-sizing: border-box;
}

.category-customblock .categoryblock-item-name {
	width: 100%;
    text-align: center;
    margin-top: 15px;
    color: #444;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}

.category-customblock .categoryblock-item:hover .categoryblock-item-name{
	color: #ee815e;
}





.category-customblock .category-productsblock {
	display: flex;
    align-items: end;
    justify-content: space-evenly;
    flex-wrap: wrap;
	gap: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.category-customblock .productsblock-item-wrapper {
	width: 250px;
    min-width: 200px;
    height: 200px;
    background-color: #CCC;
    display: flex;
    align-items: end;
    justify-content: center;
	background-size: cover;
    background-position: center center;
	border: 1px solid #CCC;
	padding-bottom: 15px;
}

.category-customblock .productsblock-item-wrapper:hover {
	border-color: #ee815e;
}

.category-customblock .productsblock-item-name {
	width: 100%;
    text-align: center;
	background-color: #FFF;
	padding: 10px 5px;
    color: #444;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}

.category-customblock .productsblock-item:hover .productsblock-item-name{
	color: #ee815e;
}