/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.phone-box{
	display: block;
	margin-top: 6px;
}
.phone-box i{
	font-size: 19px !important;
}

/*بخش مرسوله پستی*/
.tracking-form {
  max-width: 400px;
  margin: 40px auto;
  text-align: center;
  background: #fff;
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.tracking-form h3 {
  margin-bottom: 15px;
  color: #222;
}
.tracking-form input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.tracking-form input:focus {
  border-color: #6a1b9a;
  box-shadow: 0 0 0 2px rgba(106,27,154,0.2);
  outline: none;
}
.tracking-form button {
  background: #6a1b9a;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.tracking-form button:hover {
  background: #4a0072;
}
.tracking-result {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fafafa;
}
.tracking-result h4 {
  color: #0073aa;
  margin-bottom: 10px;
}
.tracking-link {
  background: #f1f1f1;
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
}
.tracking-link a {
  color: #6a1b9a;
  font-weight: bold;
  text-decoration: none;
}
.tracking-link a:hover {
  text-decoration: underline;
}
.tracking-error {
  color: #c00;
  margin-top: 20px;
}

