/* Attribute Selection */
.attributeSelectionItem .form-group{
	width:100%;
	padding:5px 0;
}

div > div.attributeSelectionItem:nth-of-type(2){
border-top: 1px solid #eeeeee;
padding-top:10px;
}

div > div.attributeSelectionItem:last-of-type{
border-bottom: 1px solid #eeeeee;
padding-bottom:10px;
}

.attributeSelectionItem label{
	width:40%;
}

.attributeSelectionItem select{
	width:30%!important
}


/* fix add to cart button bug */

.add-to-cart .btnAddCart {
	
	display:inline-block!important;
}