<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#category-banner {
	width: 100%;
	height: 173px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(219,219,219,0.9);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(219,219,219,0.9);
	box-shadow: inset 0px 0px 20px 0px rgba(219,219,219,0.9);
}
#category-banner h1 {
	text-align: center;
	margin: 0px;
	padding: 70px 0 0 0;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: #5c727e
}
@media (max-width: 767px) {
	#category-banner { display: none }
}

#category-description {
  margin-bottom: 25px;
  text-align: justify!important 
}
	#category-description a { color: #ec1b92!important}
	#category-description a:hover { color: #bb1573!important; text-decoration: underline }

	#category-description .category_text_important a { 
		color: #FFFFFF!important;
	}

.subcategory-title {
  margin: 0;
}

#category-subcategories {
	padding-bottom: 20px;
}
#category-subcategories ul li {
	text-align: center;
}
#category-subcategories ul li a { font-weight: bold; color: #545556; }
#category-subcategories ul li a:hover { color: #e41d91;}

#category-subcategories ul li.col { width: 20%; padding-bottom: 15px; }
@media (min-width: 768px) and (max-width: 991px) {
	#category-subcategories ul li.col { width: 33%; padding: 10px 0 }
}
@media (max-width: 767px) {
	#category-subcategories ul li.col { width: 50%; padding: 10px 0 }
}</pre></body></html>