.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: #004387;
}
.scb-theme .sell-points.header-level1 li:hover:before {
    color: #fff;
}
.sell-points a {
    color:#222;
}

.sell-points li:hover * {
    color:#333e49;
}
.scb-theme .sell-points.header-level1 li:hover * {
    color: var(--top-link-hover);
}
.sell-points strong {
    display: block;
    -webkit-transition: color 120ms;
    color: #06c;
}

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

.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%;}
	.sell-points.widget-content li:nth-child(even) {float:right;}
}

/* !--- 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%;} */
}

/* Sunny Sports Theme */
body.sns-theme .header-level1.sell-points li{
	margin-right: 6px;
}
body.sns-theme .sell-points li:before {
    color: #000;
}
body.sns-theme .sell-points li:hover:before {
    color: #335F00 !important;
}
body.sns-theme .sell-points a {
    color:#000;
	font-size: 12px;
	line-height: 19px;
	font-family: var(--main) !important; letter-spacing: var(--standard) !important; font-weight: var(--regular) !important;
}
body.sns-theme .sell-points li:hover * {
    color:#335F00 !important;
}
body.sns-theme .sell-points strong {
    color: #000;
	font-size: 12px;
	line-height: 19px;
    font-family: var(--main) !important; letter-spacing: var(--standard) !important; font-weight: var(--regular) !important;
}
body.sns-theme .sell-points li:hover strong {
    color: #335F00 !important;
}
body.sns-theme .header-level1.sell-points{
	height: 30px;
}
body.sns-theme .head-phone:before{
	top: 0px;
    left: -15px;
	color: black;
}
body.sns-theme .head-phone a{
	color: black;
}
body.sns-theme .head-phone a:hover{
	color: #335F00;
}
body.sns-theme .head-phone:hover:before {
	color: #335F00;
}
body.sns-theme .sell-points li:before{
	left: 6px;
}
.pnf-sellPoints-container li.sp-pff:before {
        display: block;
        margin: 0 auto;
        content: "";
        background-image: url(/image/lsa/ui/30-90-icon.svg);
        width: 40px;
        height: 36px;
        filter: invert(0.65);
        background-repeat: no-repeat;
        background-size: contain;
    }
@media screen and (min-width: 801px){
	body.sns-theme .ado-level1-secondary-section {
		padding: 0px 6px !important;
	}

	body.sns-theme .ado-level1-secondary-section strong{
		font-weight: normal;
	}
	.ado-level1 .sell-points li.sp-pff:nth-child(3):before {
	    content: "";
	    background-image: url(/image/lsa/ui/30-90-icon.svg);
	    width: 20px;
	    height: 16px;
	    background-repeat: no-repeat;
	    background-size: contain;
	}
	.sns-theme .ado-level1 .sell-points li.sp-pff:nth-child(3):before {
            background-color: #fff;
            background-blend-mode: difference;
	}
}
