.pickup-availability-title{
 color: black !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}

.pickup-delivery-info{
  color: #008900;
  /* Body/Body S Regular */ 
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
.delivery-cart-flex {
  display: flex;
  flex-direction: column;
}
.pickup-availability-button {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
}

.pickup-availability-button {
  white-space: nowrap;
}
.expedition-title{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}

.cart-delivery-info-parent{
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-content: start;
  justify-content: start;
  justify-items: start;
  align-items: start; 
  padding-left: unset !important;
}
.expedition-parent .toDeliveryDateInfo span {
  white-space: nowrap;
}
.expedition-parent{
  
  padding: 0;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  display: flex;

  flex-direction: column;
  
  svg{
    margin-top: 2px;
  }
}

.expedition-title-parent{
  gap: 5px;
  display: flex;
  flex-direction: row; 

}
.gift-wrapper .subItem-row:first-child td:not(.gift-col--spacer) {
  border-top: 1px solid #e5e5e5;
}

.gift-wrapper .subItem-row + .subItem-row td:not(.gift-col--spacer) {
  border-top: 1px solid #e5e5e5;
}

.gift-wrapper .subItem-row:last-child td:not(.gift-col--spacer) {
  border-bottom: 1px solid #e5e5e5;
}

.gift-col {
  padding: 16px 10px;
  vertical-align: middle;
}

.gift-col--media {
  display: flex;
  align-items: center;
  padding: 1rem !important;
}

.gift-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.gift-title {
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 4px;
}

.gift-subtitle {
  font-size: 12px;
  color: #6e6e73;
}

.gift-col--actions {
  text-align: right;
}

.gift-price {
  font-weight: 400;
  font-size:16px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .cart-delivery-info-parent {
    flex-direction: column;
    gap: 20px;
  }
}