/** Shopify CDN: Minification failed

Line 45:0 Expected "}" to go with "{"

**/
  .delivery-message {
    background-color: white;
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    width: 100%;
    margin-top:0px !important;
        margin-bottom:20px !important;
    padding: 12px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #374151;
    text-align: center;
    line-height: initial;
}

.delivery-message .message {
    font-size: 18px;
    font-weight: bold;
    color: #374151;
    text-align: center;
}

.deadline {
      font-weight: 100;
      font-size: 12px;
      font-family: 'Roboto', sans-serif;
      color: grey;
      text-align: center;

    }
  
.delivery-message .remaining-time {
    font-size: 18px;
    font-weight: bold;
    color: #eb0000;


