/**
 * NOTICE OF LICENSE.
 *
 * @author    INVERTUS, UAB www.invertus.eu <support@invertus.eu>
 * @copyright Copyright (c) permanent, INVERTUS, UAB
 * @license   Addons PrestaShop license limitation
 *
 * @see       /LICENSE
 *
 * International Registered Trademark & Property of INVERTUS, UAB
 *
 */
.btn.js-quick-order-toggle-button svg {
  color: var(--color-a);
  transition: all 0.2s ease-in-out 0s;
}

.btn.js-quick-order-toggle-button:hover svg {
  fill: var(--color-a-hover);
}

.xls-file-upload-success {
  color: #3c763d
}

.quick-order-file-import-container,
.modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.js-quick-order-modal .modal-header .close {
  position: relative;
  width: auto;
  height: auto;
}

.js-quick-order-modal .modal-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.quick-order-response {
  padding-bottom: 15px;
}

.quick-order-response .quick_order_alert {
  margin: 0;
  height: 100%;
  padding: 0 15px;
}

.quick-order-response .quick_order_alert a {
  height: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 576px) {
  .quick-order-file-import-container {
    .file-import-description,
    .js-import-cart-toggle-button {
      flex: 1 0 auto;
    }
  }

  .modal-footer {
    .js-quick-order-add-more-products,
    .js-quick-order-submit-form {
      flex: 1 0 auto;
    }
  }
}

.cart-import-export-widget {
  border: 3px solid #efefef !important;
}

p.divider-text {
  width: 100%; 
  text-align: center; 
  border-bottom: 1px solid #000; 
  line-height: 0.1em;
  margin: 10px 0 10px; 
}

.text-divider-background {
  background:#fff; 
  padding:0 10px;
}

.cart-import-export-widget .js-import-cart-toggle-button {
  font-family: var(--font-family-body);
  font-weight: 700;
}

.cart-import-export-widget .js-import-cart-toggle-button:hover {
  color: var(--color-a-hover);
}

