.features_container {
    margin-bottom: 0px;
}

.features_summary {
    cursor: pointer;
    font-weight: bold;
    background-color: #d1eeff;
	padding:15px 10px;
}

.features_description {
    overflow: hidden;
    transition: max-height 0.25s ease-out, padding 0.25s ease-out;
	margin:15px 0px;
}

.product {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    width: 100%;
   
}
.product:hover
{
	background-color:#ebf5ff;
	border-radius:15px
}
.product_name
{
    width:75%;
    padding-left: 30px;
	    align-content: center;
}

.product a {
    text-decoration: none;
    color: #000;
}

.product-price {
    margin-left: 10px;
	margin-right:10px;
    font-weight: bold;
    width: 24%;
	    align-content: center;
    text-align: right;
    
}
.add_btn
{
	float: right;
    position: absolute;
    right: 0;
}
.prc
{
	/*float:right;
*/	margin-right:20px;

}

.link_btn
{
	  background-color: #000;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:10px;
	margin-right:10px;
	font-weight:100;
}
.link_btn:hover
{
	background-color: #ffffff;
	border: 1px solid #1363DF;
}
.prdt_title{
	white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    display: inline-flex;
    width: 43%;
}
