.elementor-630 .elementor-element.elementor-element-dcd55b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-630 .elementor-element.elementor-element-cde8078{padding:0% 15% 0% 15%;}@media(max-width:767px){.elementor-630 .elementor-element.elementor-element-cde8078{padding:0% 0% 0% 0%;}}@media(min-width:768px){.elementor-630 .elementor-element.elementor-element-dcd55b5{--width:85%;}}/* Start custom CSS for html, class: .elementor-element-99e5dfe */.quote-moq-text {
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.6;
  color: #b0724f; /* 👈 màu chữ bạn muốn */
}

@media (max-width: 767px) {
  .quote-moq-text {
    font-size: 1em;
    font-weight: 500;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cde8078 */.quote-form{
  font-family: "Poppins", sans-serif;
}

/* TITLE */
.quote-form-title{
  font-size:28px; /* fix typo */
  font-weight:500;
  margin-bottom:16px;
}

/* LABEL */
.quote-label{
  display:block;
  margin-bottom:4px;
  font-size:14px;
  font-weight:500;
}

/* REQUIRED / OPTIONAL TEXT */
.required{
  color:#c0392b;
  font-weight:400;
  font-size:0.85em;
  margin-left:4px;
}

.optional{
  color:#888;
  font-weight:400;
  font-size:0.85em;
  margin-left:4px;
}

/* INPUT */
.quote-input{
  width:100%;
  padding:12px;
  margin-bottom:14px;
  font-size:14px;
  border:1px solid #ccc;
  border-radius:4px;
}

/* BUTTON */
.quote-submit-btn{
  width:100%;
  padding:14px;
  background:#B37853;
  color:#fff;
  border:none;
  font-size:15px;
  cursor:not-allowed;
  transition:0.2s;
  border-radius:4px;
}

/* ACTIVE BUTTON */
.quote-submit-btn.active{
  background:#8b5e3c; /* dùng 1 màu duy nhất */
  cursor:pointer;
}

/* SUCCESS MESSAGE */
.quote-success{
  display:none;
  margin-top:14px;
  color:green;
  font-size:14px;
}

/* EMPTY CART TEXT */
.quote-empty{
  text-align:center;
  font-size:18px;
  margin:40px 0;
  color:#555;
}

/* MOBILE */
@media (max-width:767px){

  .quote-form-title{
    font-size:20px;
  }

  .quote-input{
    font-size:14px;
    padding:10px;
  }

  .quote-submit-btn{
    font-size:14px;
    padding:12px;
  }

  .quote-label{
    font-size:13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e089c6 */#quote-success {
  display: none;
  margin-top: 15px;
  color: green;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS *//* =========================
   TABLE BASE
========================= */
#quote-list table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* quan trọng để control width */
}

/* Header */
#quote-list th {
  text-align: center;
  padding: 12px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* Row */
#quote-list td {
  padding: 14px;
  vertical-align: middle;
}

/* =========================
   COLUMN WIDTH – DESKTOP
========================= */
#quote-list th:nth-child(1),
#quote-list td:nth-child(1) {
  width: 65%;
}

#quote-list th:nth-child(2),
#quote-list td:nth-child(2) {
  width: 15%;
}

#quote-list th:nth-child(3),
#quote-list td:nth-child(3) {
  width: 20%;
}

/* =========================
   PRODUCT CELL
========================= */
.quote-product {
  display: flex;
  align-items: center;
  gap: 14px;
}

.quote-product img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.quote-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

/* =========================
   QTY INPUT
========================= */
.quote-qty {
  width: 70px;
  height: 36px;
  font-size: 14px;
  text-align: center;
}

/* CENTER COLS */
.quote-center {
  text-align: center;
}

/* REMOVE BUTTON */
.quote-remove {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
}

/* =========================
   📱 MOBILE RESPONSIVE
========================= */
@media (max-width: 767px) {

  /* Cột theo % màn hình */
  #quote-list th:nth-child(1),
  #quote-list td:nth-child(1) {
    width: 55%;
  }

  #quote-list th:nth-child(2),
  #quote-list td:nth-child(2) {
    width: 18%;
  }

  #quote-list th:nth-child(3),
  #quote-list td:nth-child(3) {
    width: 27%;
  }

  /* Giảm padding để tiết kiệm chỗ */
  #quote-list th,
  #quote-list td {
    padding: 10px 8px;
  }

  /* Ảnh nhỏ lại */
  .quote-product img {
    width: 56px;
    height: 56px;
  }

  /* Title nhỏ lại cho vừa */
  .quote-title {
    font-size: 14px;
  }

  /* Qty nhỏ theo màn hình */
  .quote-qty {
    width: 56px;
    height: 34px;
    font-size: 13px;
  }

  /* Remove button nhỏ nhưng vẫn bấm được */
  .quote-remove {
    padding: 6px 8px;
    font-size: 12px;
    white-space: nowrap;
  }
}
/* Luôn hiện nút tăng giảm cho input number */
.quote-qty {
  -webkit-appearance: auto;
  appearance: auto;
}

/* Chrome, Edge, Safari */
.quote-qty::-webkit-inner-spin-button,
.quote-qty::-webkit-outer-spin-button {
  opacity: 1;
  display: block;
}

/* Firefox */
.quote-qty {
  -moz-appearance: number-input;
}/* End custom CSS */