#shopping .delivery-offer .line .block {
display:table-cell;
width:11%;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
#shopping .delivery-offer .line .block {
width:12%;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
#shopping .delivery-offer .line .block {
width:18%;
}
#shopping .delivery-offer .line .block .content {
border:none!important;
}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
#shopping .delivery-offer .line .block {
width:25%;
}
#shopping .delivery-offer .line .block .content {
border:none!important;
}
}

#shopping i {
        background: url(/images/common/icons/icons-delivery.png);
        height: 40px;
        width: 36px;
        margin: -12px 5px 0 0;
    }
    .postcode-tool {
        border: solid 1px #bfebfb;
        background: #f4fbfe;
        padding:20px 20px 10px 20px;
    }
    #shopping i.icon-ow-clickcollect {
        background-position:-149px -88px;
        width: 36px;
        margin-right: -3px;
        background-repeat:no-repeat;
    }
    #shopping i.icon-ow-delivery {
        background-position: -63px -41px;
        width: 60px;
    }
    #shopping i.icon-ow-sameday {
        background-position: -36px top;
        margin-right:0;
    }
    #shopping h2 {
        line-height: 26px;
    }
    #shopping .delivery-offer {
        margin: 10px 0 20px 0;
    }
    #shopping .delivery-offer .section-header-2 {
        line-height: 28px;
        font-size: 25px;
        padding-bottom: 5px;
    }
    #shopping .delivery-offer h2 span {
        padding-top: 0;
        line-height:20px;
    }
    #shopping .delivery-offer .line .block {
        background: #e6f9ff;
    }
    #shopping .delivery-offer .line .block:first-child {
    }
    #shopping .delivery-offer .line .block:last-child .content {
        border-right: solid 1px #d7d7d7;
    }
    #shopping .delivery-offer .line .block.orange {
        background: #fdf6db;
    }
    #shopping .delivery-offer .line .block.red {
        background: #fcf3e6;
    }
    #shopping .delivery-offer .line .block.green {
        background: #f3fce6;
    }
    #shopping .delivery-offer .line .block .content {
        padding: 20px 10px;
        border: solid 1px #d7d7d7;
        border-right: none;
        border-bottom: none;
        text-align: center;
    }
    #shopping .delivery-offer .line .block .content .note {
        margin-top: 5px;
        line-height: 13px;
    }
    #shopping .delivery-offer .line.titles .block {
        text-align: center;
    }
    #shopping .delivery-offer .line.titles .block:first-child {

background:none;

    }
    #shopping .delivery-offer .line.titles .block .content {
        padding: 20px 5px 10px 5px;
    }
    #shopping .delivery-offer .line:last-child .block .content {
        border-bottom: solid 1px #d7d7d7;
    }

    #shopping .notes {
     margin-bottom:10px;
    }
    #shopping .notes li {
        font-size: 13px;
        color: #666;
        margin-left:15px;
    }

    #shopping .lead {
        line-height: 20px;
        margin-bottom: 15px;
    }
    #shopping .features {
        float: left;
        margin: 0px 0 15px 0px;
    }
    #shopping .features li {
        background: #f4fbfe;
        float: left;
        list-style: none;
        padding: 15px 0 0 0;
        border: solid 1px #bfebfb;
        border-right: none;
        margin-left:0;
    }
    #shopping .features li p {
        padding-left:20px;
        padding-right:20px;
    }
    #shopping .features li h2 {
        padding:0px 20px;
        font-size: 18px;
        margin:0;
    }
    #shopping .features li:last-child {
        border-right: solid 1px #bfebfb;
    }
    #shopping .features.three-wide li {
        width: 33.15%;
        min-height: 165px;
        max-width:249px;
    }
    #shopping .features.two-wide li {
        width: 49.16%;
        min-height: 165px;
    }