.elementor-4421 .elementor-element.elementor-element-29794e2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-dd3b357 *//* Footer styles */
footer {
  background-color: #f9f9f9;
  padding: 40px 20px;
}

footer .shoppefly-logo {
  width: 180px; /* Chiều rộng logo */
  height: auto; /* Chiều cao tự động theo tỷ lệ */
}

footer .fx-brand {
  margin-left: 15px;
}

footer .footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap; /* Cho phép các cột gói lại trên màn hình nhỏ */
}

footer .footer-column {
  flex: 1;
  padding: 0 20px;
  border-right: 1px solid #ddd;
  min-width: 250px; /* Đảm bảo mỗi cột có chiều rộng tối thiểu */
  margin-bottom: 20px;
}

footer .footer-column:last-child {
  border-right: none; /* Loại bỏ border của cột cuối cùng */
}

footer .footer-column h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

footer .footer-column ul {
  list-style: none;
  padding: 0;
}

footer .footer-column ul li {
  margin: 8px 0;
}

footer .footer-column ul li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

footer .footer-column ul li a:hover {
  color: #0f766e;
}

footer .footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  color: #666;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

footer .footer-bottom p {
  margin: 0;
  font-size:15px !important;
}

footer .payment-methods {
  margin-top: 20px;
}

footer .payment-methods img {
  width: 40px;
  height: auto;
  margin: 0 10px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  footer .footer-container {
    flex-direction: column; /* Chuyển các cột thành dọc trên màn hình nhỏ */
    align-items: center; /* Căn giữa các cột khi gói lại */
    width: 100%;
    padding: 0 15px; /* Thêm padding để các cột không dính vào cạnh */
  }

  footer .footer-column {
    border-right: none; /* Loại bỏ border khi các cột chuyển thành dọc */
    text-align: center; /* Căn giữa nội dung trong các cột */
    min-width: 100%; /* Cột chiếm toàn bộ chiều rộng màn hình */
    margin-bottom: 20px;
    padding: 10px 0; /* Điều chỉnh padding cho phù hợp với màn hình nhỏ */
  }

  footer .footer-column h3 {
    font-size: 16px; /* Giảm font-size cho tiêu đề */
  }

  footer .footer-column ul li a {
    font-size: 16px; /* Giảm font-size cho các liên kết */
  }

  footer .footer-bottom {
    margin-top: 20px;
  }

  footer .payment-methods img {
    width: 35px; /* Giảm kích thước logo thanh toán trên màn hình nhỏ */
  }
}

@media (max-width: 480px) {
  footer {
    padding: 20px 10px; /* Giảm padding cho footer trên các thiết bị rất nhỏ */
  }

  footer .footer-bottom {
    margin-top: 20px;
  }

  footer .payment-methods img {
    width: 30px; /* Giảm kích thước logo thanh toán trên các màn hình nhỏ hơn */
  }
}/* End custom CSS */