#mylateorder .info-title {

margin: 0 0 9px;
}


#mylateorder .box {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    padding: 14px 18px 13px;
    margin: 0 0 30px 0;
    line-height: 23px;
}

#mylateorder .box.description_box {
font-weight: bold;
padding:1rem;
border:1px solid #975f2c; background-color: #c69b75 ;
margin-bottom:2rem;
}


#mylateorder .label {
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
color: #333;
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
line-height: 1.5;
padding:1rem; 
position: relative;
border: 1px solid #d6d4d4;
  border-bottom-color: rgb(214, 212, 212);
  border-bottom-style: solid;
  border-bottom-width: 1px;
background: #fbfbfb;
}

#mylateorder .label.label-success {
    background-color: #55c65e;
    border: 1px solid #36943e;
    color:white;
}
#mylateorder .label.label-warning {

    background-color: #fe9126;
    border: 1px solid #e4752b;
    color:white;
}
