.productlist .listitem{
	font-size: 15px;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	border-top: 1px dashed #555;
	padding: 10px 0;
}
.productlist .item-title{
	float: left;
	margin: 0;
	font-weight: bold;
	max-height: 30px;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;

}
.productlist .item-cart{
    position: relative;
	float: right;
    margin-top: 0px;
    padding-left: 8px;
    float: right;
    font-size: 18px;
    background: #fff;
    -webkit-box-shadow: -1px 1px 10px 4px rgba(255,255,255,1);
    -moz-box-shadow: -1px 1px 10px 4px rgba(255,255,255,1);
    box-shadow: -1px 1px 10px 4px rgba(255,255,255,1);
}
.productlist .price-from{
    font-size: x-small;
    margin-top: 11px;
    font-style: italic;
    margin-right: 4px;
}
.productlist .item-amount{
	margin-top: 3px;
	float: left;
}
.productlist .item-description{
	margin-bottom: 0;
}
.productlist .item-description p{
    margin: 0 0 0px;
}
.productlist .item-image > a{
	width: 100%;
	height: 100%;
}
.productlist .item-image{
    height: 100%;
    width: 90px;
    float: left;
    padding-right: 3px;
}
.productlist .item-content{
	height: auto;
	overflow: hidden;
	position: relative;
}
.productlist .share-elements{
	opacity: 0;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0;
	float: left;
}
.productlist .listitem:hover .share-elements{
	opacity: 1;

}
.productlist .list-item-header-bar + .listitem{
	border: 0;
}
.productlist .item-rating ul li i{
	font-size: 12px;
}
/* Out of stock level */
.productlist .out-of-stock-level {
    z-index: 9;
    color: red;
    top: -5px;
    left: -38px;
    height: 43px;
    width: 103px;
    padding: 2px 0;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    transform: rotate(-49deg);
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.9);
    padding-top: 10px;
}
.productlist .level-border {
    border-bottom: 2px dashed red;
    line-height: 15px;
}
.productlist .level-border > span{
    display: block;
}

.productlist .item-cart .btn{
	font-size: 14px;
	line-height: 1;
}
.productlist .item-unit{
	font-size: 12px;
}
@media (max-width: 1024px){
	.productlist .cat-index-padding .col-md-9{
		width: 100%;
	}
}
@media (max-width: 490px){
	.productlist .item-title{
		overflow: hidden;
	}
}


/* Accordion CSS Starts */

.productlist .accordion {
  cursor: pointer;
  outline: none;
}

.productlist .accordion-panel {
  padding: 0 10px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.productlist .accordion-arrow{
    float:right;
    color:#d2d2d2;
}


/* Accordion CSS Ends*/


