#product_shipping_info:after {
    clear:both;
}
 
#product_shipping_info { 
    padding: 10px 0;
    margin-top: 0;;
    color: #333;
    width: 100%;
    clear: both;
    display: block;
    border-left: 3px solid #bbb;
    background: #f0f0f0;
    padding: 10px 10px;
    margin-top: 10px;

}

#product_shipping_info h4 { 
	font-size: 16px;
    text-align: right;
    border-bottom: 1px solid #9B9B9B;
}

#product_shipping_info h4:before {
	font-family: "FontAwesome";
    /*content: "\f0d1";*/
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 40px;
}

#product_shipping_info p { 
	font-size: 14px; 
	padding-left: 10px; 
	text-align: right; 
}

#product_shipping_info p.delay { font-size: 10px; }

#product_shipping_info p span { 
	font-weight: bold; 
	font-size: 14px; 
}
