@font-face {
 font-family: 'Poppins';
 src: url('fonts/Poppins-Light.ttf') format('truetype');
 font-style: normal;
 font-weight: 300;
 font-display: swap;
}
@font-face {
 font-family: 'FontAwesome';
 src: url('fonts/fontawesome-webfont.woff2') format('woff2');
 font-style: normal;
 font-weight: 300;
 font-display: block;
}
/* LSHOP Tarnekast: original, simple delivery notice. */
.lshop-delivery-box.toote_teavituse_kast {
 display: block;
 background: #fffac4;
 font-size: 0.9em;
 font-family: 'Poppins', sans-serif;
 color: #000000;
 padding: 1em 1em 1em 1.5em !important;
 margin: 0 0 2em !important;
 border: 1px solid #ededed;
 border-radius: 0;
 width: auto;
 font-weight: 300;
 letter-spacing: 0px;
 box-shadow: none;
 box-sizing: border-box;
}
.lshop-delivery-box[hidden] { display: none !important; }
.lshop-delivery-box.toote_teavituse_kast:before {
 display: inline-block;
 font-family: FontAwesome;
 float: left;
 content: "\f252";
 font-weight: 300;
 margin-right: 8px;
 color: #000;
 font-size: 0.8em;
}
.lshop-delivery-box .lshop-delivery-box__content,
.lshop-delivery-box .lshop-delivery-box__line,
.lshop-delivery-box .lshop-delivery-box__countdown {
 display: inline;
 font-family: inherit;
 font-size: 1em !important;
 font-weight: inherit;
 color: inherit;
 line-height: inherit;
 background: none;
 border: 0;
 border-radius: 0;
 margin: 0;
 padding: 0;
 box-shadow: none;
}
.lshop-delivery-box__line + .lshop-delivery-box__line:before { content: " "; }
.lshop-delivery-box .lshop-delivery-box__countdown {
 font-variant-numeric: tabular-nums;
 white-space: nowrap;
 background: #fff;
 color: #a12a20;
 padding: 0.08em 0.3em;
 border-radius: 3px;
}
