.sell-points li {
    padding: 0 0 0 18px;
    display: inline-block; 
    position: relative;
}

.sell-points li:before {
    position: absolute;
    left: 0;
    font-size: 2.8em;
    color: #79848e;
    -webkit-transition: color 120ms;
    -moz-transition: color 120ms;
    transition: color 120ms;
}
.sell-points li:hover:before {
    color: #0081bd;
}

.sell-points a {
    color:#333e49;
}

.sell-points li:hover * {
    color:#333e49;
}

.sell-points strong {
    display: block;
    -webkit-transition: color 120ms;
    color: #3498db;
}

.sell-points li:hover strong {
    color: #006aad;
}

.sell-points em {
    font-style: normal; 
    display: block;
}




/* product page overrides */

.product-container h3.widget-header, .product-container h4.widget-header {
    font-size: 1em;
}

.product-container .widget-content.sell-points {
    padding: 18px;
    margin: 0;
    border: 0;
}

.product-container .widget-content.sell-points li {
    padding: 0 0 0 32px;
    margin: 0 0 18px;
    font-size: 0.875em;
}

.product-container .widget-content.sell-points li:before {
    left: -1px;
    font-size: 22px!important; /*px value needed b/c of IE9+IE10 bug. Yuck!*/
}


.product-container .widget-content.sell-points li:last-child {margin-bottom: 0;}
.product-container .widget-content.sell-points span {display: none;}


/* Listing and Category Page Overrides */

.listing-container ul.sell-points, .category-container ul.sell-points {
	margin:0;
	font-size: 0.8125em;
	padding: 12px 3px 10px 6px;
	background-color: #fff!important;
}

.listing-container .sell-points li, .category-container .sell-points li {
	padding: 4px 15px 10px 42px;
	line-height: 1.2;
}
.listing-container .sell-points li:before, .category-container .sell-points li:before {
	font-size: 20px;
	left:10px;
}
.listing-container .sell-points li em
, .category-container .sell-points li em {display: none}



/* !--- small size responsiveness --- */
@media screen and (max-width:599px) {
	.sell-points.widget-content li {width: 100%;}
}

/* !--- responsive: medium --- */
@media screen and (max-width:801px) and (min-width:599px) {
	.sell-points.widget-content li {width: 48%; padding-right: 2%;}
}

/* !--- responsive: medium larger end --- */
@media screen and (max-width:801px) and (min-width:768px) {
	/* .sell-points.widget-content li {width: auto; padding-right: 2.5%;} */
}