.delivery-location-box {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.delivery-location-icon {
   width:40px;
   height:40px;
   border-radius:50%;
   background:#f3f5ff;
   display:flex;
   align-items:center;
   justify-content:center;
   color:#0057ff;
   font-size:18px;
}

.delivery-location-content span {
	 display:block;
     font-size:12px;
     color:#777;
     line-height:1;
}

.delivery-location-content strong {
 display:block;
 font-size:15px;
 font-weight:600;
 color:#111;
 margin-top:3px;
}
