.filter.active {
  border-bottom: 1px solid rgb(247, 142, 33);
  color: #f78e21 !important;
}

#filters span {
	margin-left: 15px;
	padding-left: 0;
}

.main-menu a.active {
    color: #f78e21;
	cursor: default;
}

.product-item {
	cursor: pointer;
}

.category-item {
	cursor: pointer;
}

div.filters {
	margin-top: 15px;
}

.product-image img {
	width: 100%;
	border: 1px solid #f78e21;
    box-shadow: 0px 0px 10px 0px #f78e21;
}

.product-description {
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
}

.product-name {
	font-weight: bold;
	font-size: 20px;
}

.vertical-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-subtypes {
	padding-top: 15px;
    padding-bottom: 15px;
}

.subtype-title {
	font-size: 16px;
	font-weight: bold;	
    text-align: center;
    color: #f78e21;
}

.separator {
	text-align: center;
	padding-top: 30px;
    padding-bottom: 15px;
}
.product-info-wrapper {
	margin-top: 30px;
    border: 1px solid #f78e21;
    box-shadow: 0px 0px 11px 0px #f78e21;
    border-radius: 5px;
}

img.item {
	min-height: 200px;
	min-width: 200px;
	border: 1px solid #f78e21;
}

img.thumb {
    min-height: 130px;
    min-width: 130px;
    border: 1px solid #f78e21;
}

.subtype-wrapper {
	overflow: hidden;
}

.subtype-list {
	position:  relative;
	-webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}

.subtype-wrapper .portfolio-item {
    max-width: 170px;
    display: inline-block;
	padding: 0 15px;
}