.paylix-delivery-cart-product {
  padding: 1rem;
  border: 1px solid var(--borderColor);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  background: var(--backgroundColor);
}
.paylix-delivery-cart-product-title {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--lightFontColor);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--borderColor);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.paylix-delivery-cart-product:last-child {
  margin-bottom: 0;
}
.paylix-delivery-cart-product:empty {
  display: none;
}
.paylix-delivery-cart-product:empty span:empty {
  display: none;
}
.paylix-delivery-products {
  overflow: hidden;
  margin-right: 3rem;
  margin-bottom: 1.5rem;
  width: 70%;
}
@media (max-width: 768px) {
  .paylix-delivery-products {
    width: 100%;
    margin-right: 0;
    padding: 1rem;
  }
}
.paylix-delivery-products.skip {
  border: 1px solid transparent;
  background: transparent;
  border-radius: 0.5rem;
  padding: 0;
}
.paylix-delivery-products.skip .paylix-delivery-product-title {
  font-size: 1rem;
}

.paylix-delivery-products .paylix-delivery-products-info {
  border: 1px solid var(--borderColor);
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.paylix-delivery-products .paylix-delivery-products-info.is-cart {
  border: none;
  padding: 0;
  border-radius: 0;
}

.paylix-delivery-products .paylix-delivery-products-info:empty {
  padding: 0;
  border: none;
}

.paylix-delivery-products .paylix-delivery-products-info.empty {
  padding: 0;
  border: none;
}


@media (max-width: 768px) {
  .paylix-delivery-product {
    margin-top: 2rem !important;
  }
}
.paylix-delivery-product-title {
  display: flex;
  width: 100%;
  margin: 1rem 0;
  color: var(--lightFontColor);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.paylix-delivery-product-title.is-cart {
  margin: 0 0 1rem 0;
}
.paylix-delivery-product-item {
  padding: 0 0;
  margin: 1rem 0;
  color: var(--lightFontColor);
  line-height: 1.5rem;
}
.paylix-delivery-product-item-subtype strong {
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .paylix-delivery-product-item {
    margin-bottom: 0;
  }
}
.paylix-delivery-product-item.is-cart {
  margin: 1rem 0 0 0;
}
.paylix-delivery-product-buttons {
  display: flex;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .paylix-delivery-product-buttons {
    flex-direction: column;
  }
  .paylix-delivery-product-buttons button {
    width: 100%;
  }
  .paylix-delivery-product-buttons button:first-child {
    margin-bottom: 1rem;
  }
}

