.woopq-quantity {
  height: auto !important;
}

.woopq-quantity-input {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  overflow: hidden;
  --tw-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 1px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.woopq-quantity-plus-minus .plus, .woopq-quantity-plus-minus .minus, .woopq-quantity-plus-minus .btn-plus, .woopq-quantity-plus-minus .btn-minus {
  display: none !important;
}

.woopq-quantity-input-plus, .woopq-quantity-input-minus {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  background-color: #fefefe;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woopq-quantity-input .qty {
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  margin: 0;
  box-shadow: none;
  background-color: #fefefe;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  outline: none;
  font-weight: 700;
  font-size: 20px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.woopq-quantity-input input::-webkit-outer-spin-button, .woopq-quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woopq-quantity-input input[type=number] {
  -moz-appearance: textfield;
}

.woopq-disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.woopq-atc-disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.woopq-quantity-input.woopq-hidden-init {
  display: none;
}

.woopq-quantity.woopq-hidden-init,
.woopq-quantity-hidden.woopq-hidden-init {
  display: none !important;
}

.woopq-quantity-input-plus.disabled,
.woopq-quantity-input-minus.disabled {
  opacity: 0.6;
  cursor: wait;
  pointer-events: none;
}

.woopq-quantity-input-plus.disabled i,
.woopq-quantity-input-minus.disabled i {
  opacity: 0.4;
}

.woopq-quantity-input-plus.disabled:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.woopq-quantity-input-plus,
.woopq-quantity-input-minus {
  transition: all 0.2s ease;
}

.woopq-quantity-input-plus:not(.disabled):hover,
.woopq-quantity-input-minus:not(.disabled):hover {
  transform: scale(1.05);
}

.woopq-quantity-input {
  position: relative;
}

.woopq-loader-overlay svg {
  width: 30px;
  height: 30px;
}

.woopq-quantity-input-plus.disabled,
.woopq-quantity-input-minus.disabled,
.qty.disabled {
  opacity: 0.6;
  cursor: wait;
}

.woopq-quantity-input-plus.disabled,
.woopq-quantity-input-minus.disabled {
  pointer-events: none;
}

/* Overlay */
.emc-modal-overlay.qc-cross-sell-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* Box */
.qc-cross-sell-box {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  width: 100%;
  max-width: 680px;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/* Close button */
.qc-cross-sell-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f3f4f6;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #374151;
  transition: background 0.2s;
}

.qc-cross-sell-close:hover {
  background: #e5e7eb;
}

/* Header */
.qc-cross-sell-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 24px;
}

.qc-cross-sell-header i {
  color: #6366f1;
  font-size: 20px;
}

/* Grid */
.qc-cross-sell-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}

/* Item */
.qc-cross-sell-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.qc-cross-sell-item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.qc-cross-sell-name a {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.qc-cross-sell-price {
  font-size: 13px;
  color: #6366f1;
  font-weight: 700;
}

/* Buttons */
.qc-cross-sell-atc,
.qc-cross-sell-view {
  font-size: 12px !important;
  padding: 6px 10px !important;
  border-radius: 8px !important;
  text-align: center;
  width: 100%;
}

/* Footer */
.qc-cross-sell-footer {
  margin-top: 24px;
  text-align: center;
}

.qc-continue-btn {
  background: #f3f4f6;
  border: none;
  padding: 10px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #374151;
  transition: background 0.2s;
}

.qc-continue-btn:hover {
  background: #e5e7eb;
}

.qc-cart-icon-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.qc-cart-count {
  position: absolute;
  top: -10px;
  right: -12px;
  background: #ef4444;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.dgwt-wcas-search-wrapp {
  max-width: 400px !important;
  margin: 0;
  padding: 20px;
  background: #fff;
  height: 100%;
  text-align: right;
  backdrop-filter: blur(5px);
}

.emc-qty-btn {
  width: 28px;
  height: 28px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.emc-qty-input {
  width: 45px;
  height: 28px;
  text-align: center;
  padding: 0 5px;
}

.emc-mini-cart-dropdown .close-cart {
  opacity: 0;
}
.emc-mini-cart-dropdown .upper_cart {
  transform: translateX(110%);
}
.emc-mini-cart-dropdown.showing {
  visibility: visible;
  opacity: 1;
}
.emc-mini-cart-dropdown.showing .close-cart {
  opacity: 1;
}
.emc-mini-cart-dropdown.showing .upper_cart {
  transform: translateX(0);
}/*# sourceMappingURL=qc.css.map */