.deliveryTime{
    line-height: 140%;
}
.deliveryTime ul{
    list-style: none;
}
.deliveryTime h1{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px 0;
    color: #444;
}
.deliveryTimeMenu{
    padding-left: 0;
    list-style: none;
}
.deliveryTimeMenu li{
    background: #888888;
    position:relative;
    cursor: pointer;
}
.deliveryTimeMenu h3 {
    font-family: DM_sans_medium!important;
    line-height: 1.1;
}
.deliveryTime p {
    color: #402B2B;
}
.deliveryTimeContent{
    padding-left:0;
    list-style: none;
    color: #444;
    display: none;
    line-height: 140%;
}
.deliveryTimeContent table{
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.deliveryTimeContent table thead tr{
    background: #888;
    color: #fff;
}
.deliveryTimeContent table thead th.zoneTitleHeader{
    border-top: 1px #CCC solid;
    border-bottom: 1px white solid;
    border-left: 1px white solid;
    border-right: 1px white solid;
}
.deliveryTimeContent table thead th.zoneHeader{
    border-left: 1px white solid;
    border-right: 1px white solid;
    padding-left: 3px;
    padding-right: 3px;
}
.deliveryTimeContent table th, .deliveryTimeContent table td{
    border-spacing: 0;
}
.deliveryTimeContent table tr:not(:last-child){
    border-bottom: 1px solid #cccccc;
}
.deliveryTimeContent table thead tr th{
    padding: 5px 0;
    font-weight: normal;
}
.deliveryTimeContent table tbody tr td:last-child{
    border-left: 1px solid #cccccc;
}
.deliveryTimeContent table tbody tr td:not(:last-child){
    padding: 8px 0;
    border-right: 1px solid #cccccc;
}
.deliveryTimeContent table tbody tr td:first-child, .deliveryTimeContent table thead tr th:not(.zoneHeader):first-child{
    padding-left: 33px;
    text-align: left;
}
.deliveryTimeContent table tbody tr td, .deliveryTimeContent table thead tr th{
    text-align: center;
}
.deliveryTimeContent table tbody tr td.text-center{
    text-align: center;
}
.deliveryTimeContent.active{
    display: block;
}
.deliveryTimeContent ul{
    padding: 0;
}
.deliveryTimeContent li i{
    margin-right: 10px;
    font-size: 16px;
}
.QAZone.menuTabContent h2,.QAZone.menuTabContent .deliveryTimeContent h2{
    font-size: 18px;
}
.oneLineContent{
    display: block;
    clear: both;
}

p a{
    color: #999;
}
.orangeText, .greyText, .redText, .blueText{
    font-weight: 700;
}
.greyText{
    color: #444;
}
.orangeText{
    color: #E85711;
}
.redText{
    color: #c10000;
}
.blueText{
    color: #017fba;
}
.table-wrapper td {
    color: #402B2B;
}
