.nopadding {
   padding: 0;
}

.ws-category-spacing {
    margin-bottom: 0.1em;
}

.ws-category-title {
    font-family: 'MontserratBold';
    font-size: 30px;
    color: #2E2E2E;
    letter-spacing: 6px;
	margin-top: 48px;
}

.ws-category-no-products {
    font-family: 'MontserratRegular';
    font-size: 20px;    
    color: #2E2E2E;
}

.ws-category-image {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    border: 1px;
    border-style: solid;
    border-color: #eeeeee;
    border-radius: 4px;
    width: inherit;
}

.ws-category-card {
	padding: 32px;
}

.ws-category-name {
    font-family: 'MontserratBold';
    font-size: 16px;
    color: #2E2E2E;
    background-color: #F7F7F7;
	margin-top: 8px;
	line-height: 28px;
	padding-left: 8px;
}

.ws-category-price {
    font-family: 'MontserratBold';
    font-size: 18px;
    color: #2E2E2E;
	margin-top: 17px;
}

.ws-category-disabled-text {
    font-family: 'MontserratRegular';
    font-size: 14px;
    color: #727272;
	margin-top: 0px;
}

.ws-category-detail-button {
    font-family: 'MontserratBold';
    font-size: 12px;
    color: #727272;
    border: 1px;
    border-color: #727272;
    border-style: solid;
    border-radius: 0;
    background-color: #ffffff;
    background-image: none;
	margin-top: 10px;
}

.ws-category-detail-button:hover {
    font-family: 'MontserratBold';
    font-size: 12px;
    color: #ffffff;
    border: 1px;
    border-color: #727272;
    border-style: solid;
    border-radius: 0;
    background-color: #727272;
    background-image: none;
}

.ws-category-addcart-button {
    font-family: 'MontserratBold';
    font-size: 12px;
    color: #ffffff;
    border: 1px;
    border-color: #FF7F02;
    border-style: solid;
    border-radius: 0;
    background-color: #FF7F02;
    background-image: none;    
	margin-top: 10px;
}

.ws-category-addcart-button:hover {
    font-family: 'MontserratBold';
    font-size: 12px;
    border: 1px;
    border-style: solid;
    border-radius: 0;
    background-image: none;    
    background-color: #fd8716;
    color: #f7f7f7;
	border-color: #fd8716;
}

.rating .fa-star {
	color: #F77E0B;
}

.rating .fa-star-no {
	color: #bdbdbd;
}

.ws-category-review-count {
	padding-left: 12px;
}

.ws-category-review-link {
    color: #727272;
}

.ws-category-review-link:hover {
    color: #2e2e2e;
}