.promo-items .normal-heading
    {
        color: #d83c30;
         font-weight: 500;
         font-size: 22px;
    }
    .promo-items .product-small
    {
        width: 75px;
        height: auto;
    }
    .promo-items .item-details
    {
        width: 85%;
		margin-left: 15px;
    }
    .promo-items .image
    {
		
    }
    .promo-items .item-details p
    {
        line-height: 1.5em;
    }
    .promo-items .clearfix:after
    {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
	.promo-items {
	    margin-top: 25px;
	}

	.item-details ul li ul,
	.item-details ul {
	    list-style-type: square;
	    margin-left: 10px;
	}
    .promo-items .clearfix
    {
        display: inline-block;
    }
    .promo-items .pull-left
    {

		float: left;
		margin-bottom: 20px;
	}
	
	
	
	
    .promo-items .pull-right
    {
        float: right;
    }
    .promo-items .title-case
    {
        text-transform: capitalize;
    }
    .promo-items .added-to-cart
    {
        color: #25AF14;
        font-weight: bolder;
        font-size: larger;
    }
    .promo-items .quantity
    {
        width: 4em;
        margin-right: 3px;
    }