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


/* FORMULARZ DETAILING */

.wpcf7 form {
max-width: 700px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
width: 100%;
padding: 14px;
border-radius: 8px;
border: 1px solid #ddd;
margin-top: 6px;
margin-bottom: 16px;
font-size: 15px;
transition: 0.3s;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
border-color: #ff2ea6;
outline: none;
box-shadow: 0 0 0 2px rgba(255,46,166,0.15);
}

/* checkbox */

.wpcf7-list-item {
display:block;
margin-bottom:8px;
}

/* przycisk */

.wpcf7-submit {
background: linear-gradient(90deg,#ff2ea6,#ff66c4);
border:none;
color:white;
font-weight:600;
padding:16px 28px;
border-radius:8px;
cursor:pointer;
font-size:16px;
transition:0.3s;
}

.wpcf7-submit:hover{
transform:translateY(-2px);
box-shadow:0 6px 18px rgba(255,46,166,0.4);
}