.module-productlist .product-layout > div
{
	margin-bottom:20px;
}
.product-thumb .caption
{
	padding:0 20px;
	text-align:center;
}

.product-thumb .button-group
{
	text-align:center;
}
.product-details .product-title
{
	margin:0;
}
.product-listview .product-thumb .caption,.product-listview .product-thumb .button-group
{
	text-align:left;
}
.product-image {
    border: 1px solid #d6d4d4;
    line-height: 20px;
    margin: 0;
    text-align: center;
    width: 100%;
}
.image-additionals
{
 border: 1px solid #e0e0e0;
    float: left;
    height: auto;
    margin: 15px 0;
    overflow: hidden;
    padding: 5px 0 0 1%;
    position: relative;
    width: 100%;
}
.image-additionals .additionalImages {
    border: 2px solid #fff;
    float: left;
    list-style: outside none none;
    margin: 0 0 5px;
    transition: all 0.4s ease 0s;
    width: 19% !important;
}
.module-productdetail .add-to-cart .text2 {
    float: left;
    margin-right: 1%;
    width: 15%;
	
}
.module-productdetail .add-to-cart input[type="text"] {
	text-align:center;
} 
.module-productdetail .add-to-cart  button{
    width: 84%;
}
.product-info ul
{
	list-style:none;
	padding:0;
	margin:0;
}
.rating  .fa-stack {
    width: 1em;
}
.rating  .fa-star, .rating  .fa-star-o{
	color:#ff992b;
}
