.productDetailsB{
    background: none repeat scroll 0 0 #fff;
    color: #666;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: normal;
    padding: 8px 14px;
    /* padding: 6px 14px 6px; */
    text-transform: uppercase;
    border: 1px #e5e5e5 solid;
    line-height: 13px;
    font-family: "Poppins", sans-serif;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    border-radius: 0px;
    text-shadow: none;
    box-shadow: none;
    border-radius: 3px;
}

a.productDetailsB:hover {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    background-color: #7c4194;
    color: #fff;
    border: 1px #7c4194 solid;
}

.gridOrListOption{
	cursor: pointer;
}

.product-image-list{
	min-width: 178px;
	min-height: 178px;
}

.listProDesc{
	word-wrap:break-word;
	white-space: inherit !important;
	max-width: 100%;
	max-height: 90px;
}

.prodItemBox{
	height: 380px;
	min-height: 380px;
	max-height: 380px;
}

.breakLine{
	height: 0px;
	width:100%;
	/*float: left;*/
}

.prodIndex1 , .prodIndex2 , .prodIndex3 , .prodIndex4{
	float: none;
}

.box-hover .add-to-links li a:hover {
    
    background: rgba(0,131,193,0.32);
    border-radius: 100px;
    color: rgba(0,0,0,0);
}

.box-hover .add-to-links li a:hover:after {
	
    background: rgba(0,131,193,0.32);
    /*
    	background: rgba(0,0,0,0);
    	background: #0083c152;
    */
    border-radius: 100px;
    color: #fff;
   
}

.box-hover .add-to-links li a {
    color: #fff;
    background: none;
}

.box-hover .add-to-links li a:after {
    width: 40px;
    height: 40px;
    float: left;
    background: rgba(0,131,193,0.32);
    content: "";
    text-align: center;
    font-family: FontAwesome;
    border-radius: 100px;
    /* 
    font-size: 11px;
    border: 1px #eee solid; 
    
    */
}

.item .item-inner .item-img .box-hover .add-to-links li a.bagIcon20:after {
    content: "\f00e" !important;
    font-family: FontAwesome !important;
    font-size: 20px;
    font-weight: normal;
}

.list2_Margin{
	margin-left: 100px; 
}

#products-list{
	float: none;
}

@media (min-width: 1200px){
	/*4*/
	
	.prodIndex2{
		float: left;
	}
}

@media (max-width: 1200px) and (min-width: 992px){
	/*3*/
	.prodIndex2{
		float: left;
	}
	
	.list2_Margin{
		margin-left: 70px; 
	}
	
}

@media (max-width: 992px) and (min-width: 768px){
	/*2*/
	.prodIndex2{
		float: left;
	}
	
	.list2_Margin{
		margin-left: 70px; 
	}
	
	.category-products ul.products-grid li.item {
    	width: 80%;
	}
}

@media (max-width: 768px) and (min-width: 480px){
	/*2*/
	.prodIndex2{
		float: left;
	}
	
}

@media (max-width: 480px){
	/*1*/
	.prodIndex1{
		float: left;
	}
	
}