
/* ===== Section Background ===== */
.checkout-shipping-wrap{
  background:#050505;
  padding:28px 20px 36px;
}

/* ===== Notice Box ===== */
.checkout-shipping-notice{
  max-width:680px;
  margin:0 auto;

  padding:18px 20px;

  background:#0d0d0d;

  border:1px solid rgba(255,255,255,0.08);
  border-left:3px solid #ff5a3c;

  border-radius:10px;

  color:rgba(255,255,255,0.82);

  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02),
    0 8px 30px rgba(0,0,0,0.35);

  font-size:13px;
  line-height:1.65;
  letter-spacing:0.2px;
}

/* ===== Title ===== */
.checkout-shipping-notice__title{
  color:#ff5a3c;

  font-size:16px;
  font-weight:700;

  text-transform:uppercase;
  letter-spacing:1px;

  margin-bottom:10px;

  font-family:
    "Barlow Condensed",
    "Oswald",
    Arial,
    sans-serif;
}

/* ===== Text ===== */
.checkout-shipping-notice__text p{
  margin:5px 0;
}

.checkout-shipping-notice__text strong{
  color:#ffffff;
  font-weight:600;
}

/* ===== Mobile ===== */
@media (max-width:749px){

  .checkout-shipping-wrap{
    padding:20px 12px 28px;
  }

  .checkout-shipping-notice{
    padding:15px 16px;
    font-size:12px;
    line-height:1.6;
  }

  .checkout-shipping-notice__title{
    font-size:14px;
    margin-bottom:8px;
  }
}
