/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 24 2025 | 10:08:57 */
body .wa-shipping-restriction-notice {
  background-color: #f4f8ff !important;
  border-radius: 10px;
  color: #702a03;
  align-items: stretch;
  background-color: #fff;
  color: #2f2f2f;
  display: flex;
  font-size: 15px !important;
  font-weight: 400;
  gap: 12px;
  line-height: 1.5;
  margin: 16px 0;
  padding: 16px !important;
}
body .wa-shipping-restriction-notice p {
  margin: 0 !important;
}
body .wa-shipping-restriction-notice svg {
  background-color: #21a73f !important;
  fill: #fff;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #2f2f2f;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  padding: 2px;
}
.wa-shipping-restriction-cart-item {
  position: relative;
  border-radius: 10px;
  border: none;
  padding: 10px;
}
@media (max-width: 767px) {
  .wa-shipping-restriction-cart-item {
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .wa-shipping-restriction-cart-item {
    margin-inline: -22px;
    padding: 10px 22px;
  }
}
.wa-shipping-restriction-cart-item:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  pointer-events: none;
  background-size: 100% 100%;
  background: url("data:image/svg+xml;utf8,				<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'>				<rect x='0' y='0' width='100%' height='100%' rx='10' ry='10' 				fill='none' stroke='%2321A73F' stroke-width='1' stroke-dasharray='12 8' />				</svg>") no-repeat;
}
