/* CATEGORY */
.category-list h1 {
	margin: 2rem;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: -1px;
}
@media screen and (max-width:425px) {
	.category-list h1 {
		margin: 1rem;
		font-size: 3rem;
	}
}

.products-list.all .product-subcategory-photo {
	display: none !important;
}
.product-subcategory-photo {
	width: 50% !important;
}
.product-subcategory-photo img {
	width: 100%;
}

.product-subcategories-list {
	margin-bottom: 2rem;
	overflow: hidden;
}
.product-subcategories-list li,
.sp-product-subcategories-list {
	float: left;
	margin-right: 1rem;
	padding: 1rem 2rem;
	cursor: pointer;
	border: 1px solid #ccc;
}
.product-subcategories-list li.active {
	background-color: #fcc60e;
	border-color: #fcc60e;
	color: #000;
}
.sp-product-subcategories-list {
	display: none;
	margin-bottom: 2rem;
}
@media screen and (max-width:425px) {
	.sp-product-subcategories-list {
		display: block;
		width: 100%;
	}
	.product-subcategories-list {
		display: none;
	}
}

/* PRODUCTS LIST */
.product-model-name {
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
@media screen and (max-width:768px) {
	.products-list li {
		width: 33.33%;
	}
}
@media screen and (max-width:425px) {
	.products-list li {
		width: 50%;
		padding: 1rem;
	}
	.product-info {
		padding: 1rem;
	}
}