.wineday-cart-export-wrapper,
.wineday-cart-clear-wrapper {
  width: 100%;
}

.wineday-cart-export-wrapper {
  margin-top: 15px;
}

.wineday-export-cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #1f7a1f;
  border-color: #1f7a1f;
  color: #fff;
}

.wineday-export-cart-button:hover {
  background: #166016;
  border-color: #166016;
  color: #fff;
}

.wineday-export-cart-button .export-icon,
.wineday-clear-cart-button .clear-icon {
  margin-right: 0;
}

@media (max-width: 767px) {
  .wineday-export-cart-button,
  .wineday-clear-cart-button {
    display: flex;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    text-align: center;
  }
}
