﻿.ShipmentOuterWrapper {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 2px solid #e5e5e5;
}
    .ShipmentOuterWrapper.bottom {
        padding-bottom: 10px;
    }
.ShipmentWrapper_top {
    float: left;
    width: 100%;
    padding: 0 14px;
    font-size: 24px;
    font-variant: small-caps;
    line-height: 34px;color: #e09900;
}
.ShipmentWrapper {
    background-color: #fff;
    width: 18%;
    padding: 10px;
    margin: 1%;
    height: 170px;
    position: relative;
    float: left;
}
.ShipmentOuterWrapper.tags {
    padding: 0;
}
.cssancTags {
    color: #C16A25;
    background-color: #f5f5f5;
    margin: 7px;
    border: 1px solid #e09900;
    border-radius: 5px;
    display: inline-table;
    padding: 0 10px;
    line-height: 30px;
}
        .cssancTags.stt,.cssancTags:hover {
            color: #fff;
            background-color: #e09900;
        }
span.lideliveredtext {
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 20px;
    font-size: 16px;
}
span.lidays {
    position: absolute;
    line-height: 130px;
    text-align: center;
    width: 100%;
    top: 25px;
    left: 0;
    font-size: 20px;
    color: #e09900;
}
img.imgdhl {
    position: absolute;
    right: 10px;
    top: 10px;
}
span.liheadertext {
    position: absolute;
    bottom: 0px;
    left: 0;
    line-height: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #e09900;
}
span.lidays font {
    font-size: 40px;
}
.ShipmentOuterWrapper .container {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 14px;
    line-height: 26px;
    color: #555;
}
.ShipmentOuterWrapper.bottom .container {
    padding: 0;
}
    .ShipmentOuterWrapper .container.full {
        width: 100%;
        margin: 0px;
    }
    .ShipmentOuterWrapper .container b {
        color: #C16A25;
        font-weight: normal;
        text-transform: capitalize;
    }
    .ShipmentOuterWrapper .container i {
        color: #999;
    }
    .ShipmentOuterWrapper .container ul {
        list-style-type: decimal;
        margin: 0 0 0 20px;
    }
        .ShipmentOuterWrapper .container ul li {
            margin-bottom: 10px;
        }
.ShipmentOuterWrapper.bottom .heading {
    text-decoration: underline;
    color: #C16A25;
}
.ancCustomise.btn.btn-primary {
    color: #fff;display:table;margin:10px auto;font-size:18px;
}
.ancCustomise.btn.btn-primary:hover {
    color: #fff;background-color:#A7500B;
    
}
.spn_headertext {
    text-align: left;
    color: #C16A25;
    font-size: 24px;
    font-variant: small-caps;
    line-height: 34px;
}
.ShipmentOuterWrapper.bottom .spn_headertext {
    font-size: 28px;
    line-height: 38px;
}
@media (max-width: 1199px) 
{
    .ShipmentWrapper {
    width: 23%;
    margin: 1%;
}
 .ShipmentWrapper:nth-child(6n+1)
 {
     display:none;
 }
}
@media (max-width: 849px) 
{
    .ShipmentWrapper {
    width: 48%;
    margin: 1%;
}
    .ShipmentOuterWrapper.bottom .spn_headertext {
        font-size: 24px;
        line-height: 34px;
    }
}
@media (max-width: 479px) 
{
    .ShipmentWrapper {
    width: 96%;
    margin: 2%;
}
 .ShipmentWrapper:nth-child(6n+1)
 {
     display:block;
 }
    .ancCustomise.btn.btn-primary {
        color: #fff;
        display: table;
        margin: 10px auto;
        font-size: 18px;
        width: 100%;
    }
}