.groupSelector{
	margin-bottom: 30px;
}

.groupSelector	select{
	color: #000;
}

.store-original-price {
    text-decoration: line-through;
}

.store-product-list-sort {
    margin-top: 15px;
}

.store-product-list-wrapper{
	background-color: #F6F6F6;
	border: solid 2px #ccc;
	color: #000;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.store-product-list-thumbnail img{
	margin: 0 auto;
}

.store-product-list-name{
	padding-left: 15px;
}
.store-product-list h4{
	letter-spacing: 0px; 
	margin-top: 0;
	margin-bottom: 10px;
}

.store-btn-more-details-container{
	margin-top: 15px;
	text-align: center;
}


.store-product-list-description{
	padding: 15px;
}

@media (min-width: 768px) {
			    
	.store-product-list-description{
		display: table;
		margin: 0 auto;
	}
}

@media (min-width: 1024px) {
  
  	.store-product-list-description{
		display: table;
		margin: 0;
	}
  
}