.odl-estimate{display:flex;align-items:center;gap:6px;font-size:13px;line-height:1.3;color:#1a1a1a}
.odl-estimate__icon img{display:block}
.odl-estimate__text b{font-weight:600}
.odl-cta{display:none!important}

@media(max-width:767px){
  .odl-estimate--loop{font-size:12px;white-space:nowrap}
}

.products .product .odl-estimate--loop{margin-top:6px;margin-bottom:10px}
.products .product .woocommerce-LoopProduct-link{display:flex;flex-direction:column;height:100%}

.single-product .odl-estimate--single{margin:0 0 .75rem}

.odl-estimate--cart{border:1px solid #e2e2e2;background:#f9f9f9;padding:10px 13px;margin-bottom:-1px}

.odl-estimate--checkout{
  border:1px solid #e2e2e2;
  border-radius:.3rem;
  background:#f9f9f9;
  gap:.9rem;
  padding:6px .75rem;
  margin-top:.75rem;
  align-items:center;
  white-space:nowrap;
  box-sizing:border-box;
  text-align:center;
}

.woocommerce-order .odl-estimate--order{margin:6px 0 12px}
.odl-estimate--email{margin:8px 0 12px}

.odl-estimate--mini-cart{
  font-size:13px;
  border-bottom:1px solid #f2f2f2;
  padding:10px 0;
  margin-left:-23px
}

.odl-estimate--mini-cart .odl-estimate__icon img{
  width:32px!important;
  height:32px
}

.odl-tooltip{
  display:inline-block;
  font-size:14px;
  color:#7c7c7c;
  cursor:help;
  position:relative
}

.odl-tooltip::after{
  content:attr(data-tooltip);
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:calc(100% + 8px);
  background:#444;
  color:#fff;
  border-radius:6px;
  padding:8px 16px;
  font-size:12px;
  line-height:1.4;
  white-space:normal;
  min-width:150px;
  max-width:220px;
  box-shadow:0 2px 6px rgba(0,0,0,.15);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s;
  z-index:9999
}

.odl-tooltip:hover::after,
.odl-tooltip:focus::after{opacity:1}