/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 21 2026 | 10:56:58 */
/* CF7 Two Column Layout */
.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.cf7-col {
  flex: 1;
}

.cf7-col-full {
  width: 100%;
}

.cf7-row label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #ff6a00;
  outline: none;
}

.wpcf7 input[type="submit"] {
  background: #ff6a00;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.wpcf7 input[type="submit"]:hover {
  background: #e65c00;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
  }
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  display: none !important;
}