/*
Theme Name: Woodmart Child
Description: Custom Styles for Responsive Banners & Buttons
Author: Ehsan Nosrati
Template: woodmart
Version: 1.7.0
Text Domain: woodmart
*/

/* 💰 نمایش قیمت */
.wrap-price {
  display: block;
  text-align: center;
  color: #111;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 8px;
}
.wrap-price ins {
  color: #e60000;
  font-weight: 700;
}
.wrap-price del {
  color: #777;
  font-size: 14px;
  margin-left: 4px;
}

/* ☎️ دکمه تماس */
.contact-button {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  background-color: var(--elementor-primary-color, #0073aa);
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}
.contact-button:hover {
  background-color: var(--elementor-primary-color-hover, #005f8d);
  transform: translateY(-2px);
}

/* 📱 واکنش‌گرا برای دکمه تماس */
@media (max-width: 480px) {
  .contact-button {
    font-size: 15px;
    border-radius: 6px;
    padding: 10px 0;
  }
}

