		.category-page {
			margin-top: 10px;
			border: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

		.category-page .left-navigation {
			min-width: 200px;
			max-width: 200px;
			margin-right: 24px;
		}

		.category-page .left-navigation .refinements {
			background-color: #fafafa;
			padding: 10px 20px;
		}

		.category-page h1.title {
			color: #13294b;
			margin: 20px 0;
		}

		.category-page .description {
			color: #828282;
			margin: 0 0 20px 0;
		}

		.category-page .primary-content {
		}

		.category-page .category-list {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			margin: 20px 0;
			max-width: 800px;
		}

		.category-page .category-list .category-item {
			width: 156px;
			text-align: center;
			margin-bottom: 20px;
		}

		.category-page .category-list .category-item a.cat-name {
			color: #00a9ce;
			font-size: 14px;
			margin-top: 10px;
			display: block;
		}

		.category-page .category-list .category-item .cat-scientific {
			font-size: 12px;
			font-style: italic;
			color: #898989;
		}

		.category-page .category-list .category-item .cat-price {
		    margin-top: 10px;
		    margin-bottom: 5px;
		}

		.category-page .category-list .category-item .cat-price .was span {
			text-decoration: line-through;
		}

		.category-page .category-list .category-item .cat-price .sale {
			color: #ff0000;
		}

		.category-page .category-list .category-item .cat-coming-soon {
		}

		.category-page .category-list .category-item .cat-available {
			font-style: italic;
		}
		
		.category-page .snippet {
			margin: 20px 0;
		}
		
		.category-page .snippet.-bottom {
			margin: 40px auto;
		}		

		.category-page .information-center {
			clear: both;
			padding: 20px;
			background-color: #215c92;
			text-align: center;
			background-image: url(/images/endstate/category/la-articles-bg.png);
			margin: 40px auto;
			width: 739px;
			height: 99px;
		}

		.category-page .information-center h3 {
			margin: 0;
		}

		.category-page .information-center h3 a {
			color: #fff000;
			font-size: 20px;
			text-transform: uppercase;
		}

		.category-page .information-center ul {
			list-style-type: none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-ms-flex-pack: distribute;
			    justify-content: space-around;
		}

		.category-page .information-center li {
			width: 200px;
			text-align: left;
		}

		.category-page .information-center li a {
			color: white;
		}

		.category-page .information-center li a::before {
			content: ' ';
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 306 306' fill='%23fff000'%3E%3Cpolygon points='94.4 0 58.7 35.7 176 153 58.7 270.3 94.4 306 247.4 153 '/%3E%3C/svg%3E%0A");
			background-repeat: no-repeat;
			color: #fff000;
			display: inline-block;
			width: 16px;
			height: 12px;
			margin-top: 10px;
		}

		.category-page .select-custom {
			border-radius: 20px;
			border: 1px solid #a09e9f;
			display: inline-block;
			position: relative;
			background-color: #fff;
			z-index: 0;
		}

		.category-page .select-custom select {
			background: transparent;
			border: none;
			line-height: 24px;
			padding: 0px 25px 0 15px;
			color: #000;
			-moz-appearance: none;
			-webkit-appearance: none;
			width: 100%;
			font-size: 11px;
			outline: none;
		}

		.category-page .select-custom select::-ms-expand {
		        display: none;
		}

		.category-page .select-custom:after {
			position: absolute;
			z-index: -1;
			content: ' ';
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='7' viewBox='0 0 531.7 460.5'%3E%3Cpolygon points='530.9 0.5 265.9 459.5 0.9 0.5 ' fill='%23a09e9f' stroke='%23000'/%3E%3C/svg%3E%0A");
			background-position: 0;
			background-repeat: no-repeat;
			overflow: hidden;
			height: 8px;
			width: 8px;
			display: inline-block;
			right: 11px;
			top: 8px;
		}

		.category-page .category-options,
		.category-page .category-filters {
			color: #828282;
			margin: 5px 0;
			font-weight: bold;
			min-height: 24px;
		}

		.category-page .category-options .results,
		.category-page .category-options .select-custom {
			margin-right: 20px;
		}

		.category-page .category-filters {
			margin-top: 15px;
			padding-top: 15px;
			border-top: 1px solid #a09e9f;
		}

		.category-page .category-filters .refinement-active {
			padding: 5px 15px;
			border-radius: 25px;
			border: 1px solid #cfe4eb;
			font-size: 12px;
			background-color: #f0f6f8;
			color: #009abd;
			margin: 2px;
			display: inline-block;
			text-decoration: none;
		}

		.category-page .category-filters .refinement-active:after {
			content: 'X';
			display: inline-block;
			padding-left: 10px;
		}

		.category-page .category-filters .refinement-active .value {
			font-weight: bold;
		}

		.category-page .category-filters .clear {
			float: right;
			color: #009abd;
			text-decoration: none;
			display: inline-block;
			font-weight: bold;
			cursor: pointer;
		}

		.category-page .category-filters .clear:before {
			content: '';
			display: inline-block;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='12px' height='12px' viewBox='0 0 612.005 612.006' style='enable-background:new 0 0 612.005 612.006;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x37__22_'%3E%3Cg%3E%3Cpath d='M605.731,267.776h-34.959C552.174,138.147,440.991,38.412,306.221,38.412c-104.15,0-194.175,59.635-238.404,146.487 l71.791,27.6c32.742-58.22,95.033-97.633,166.614-97.633c92.471,0,169.595,65.675,187.294,152.909h-46.064 c-5.905,5.734-11.563,9.29-3.096,19.229l71.312,72.517c5.906,5.734,15.482,5.734,21.389,0l71.791-72.517 C614.734,281.271,611.637,273.529,605.731,267.776z M306.221,497.141c-85.572,0-157.993-56.252-182.363-133.797h41.821 c5.906-5.734,9.002-13.494,3.096-19.229l-71.771-72.517c-5.906-5.734-15.482-5.734-21.388,0L4.302,344.115 c-8.468,9.939-2.81,13.494,3.096,19.229h35.055c20.738,113.383,130.756,210.25,263.787,210.25 c97.346,0,182.286-52.16,229.115-129.877l-72.346-28.555C428.452,464.686,371.168,497.141,306.221,497.141z' fill='%23009bbd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
			width: 12px;
			height: 12px;
			-webkit-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
					transform: rotate(90deg);
			background-repeat: no-repeat;
			padding: 0 16px 0 0;
			display: inline;
		}

		.category-page .refinements h3 {
			text-transform: uppercase;
			color: #132a4a;
			font-size: 16px;
			margin: 20px 0;
		}

		.category-page .refinements h5 {
			color: #828282;
			font-size: 13px;
			font-weight: bold;
			margin: 0;
		}

		.category-page .refinements .refinement,
		.category-page .refinements .all-categories {
			margin: 20px 0;
		}

		.category-page .refinements .select-custom {
			display: block;
			margin-top: 5px;
			z-index: 0;
		}

		.category-page .refinements .see-all {
			display: block;
			border-radius: 25px;
			border: 1px solid #194e90;
			padding: 15px 10px;
			background-color: #194e90;
			color: #fdfffd;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 11px;
			text-align: center;
			margin: 20px 0;
		}

		.pagination {
			display: inline-block;
			float: right;
		}

		.pagination .pager {
			border-radius: 50%;
			border: 1px solid #a09e9f;
			width: 22px;
			height: 22px;
			display: inline-block;
			text-align: center;
			color: #0198c1;
			background-repeat: no-repeat;
			background-position: 6px 5px;
		}

		.pagination a {
			display: inline-block;
			vertical-align: middle;
			text-decoration: none;
			margin: 0 5px;
		}

		.pagination .pager.-inactive {
			opacity: .5;
		}

		.pagination .pager.-right,
		.pagination .pager.-left {
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 306 306' fill='%230198c1'%3E%3Cpolygon points='94.4 0 58.7 35.7 176 153 58.7 270.3 94.4 306 247.4 153 '/%3E%3C/svg%3E%0A");
		}

		.pagination .pager.-left {
			-webkit-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
					transform: rotate(180deg);
		}

		.pagination .page {
			color: #0198c1;
		}

		.pagination .page.-active {
			color: #898989;
		}

		.category-page .breadcrumbs {
			margin: 10px 0;
		}
		
		.category-page .breadcrumbs .breadcrumb {
			margin: 0 !important;
		}

		@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
			.category-page .select-custom {
				padding: 5px;
			}
		}
		
		@-moz-document url-prefix() {
			.category-page .select-custom {
				padding: 5px 0;
			}
			
			.category-page .select-custom::after {
				top: 10px;
			}
		}