
/***modal****/
.hover-site{
width: 100%;
height: 120vh;
position: fixed;
top: 0px;
left: 0px;
z-index: 99;
background: #00000080;
display: none;
}
.modal-form {
    z-index: 999;
    overflow: unset;
    top: 0px;
    width: 100%;
    padding: 40px 25px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.38);
    display: none;
    box-sizing: border-box;
    overflow: auto;
    position: fixed;
    height: 100vh;
}
.modal-form::-webkit-scrollbar {
  width: 3px;
}
.modal-form form{
	max-width:600px;margin:auto;
}
.close-modal-form {
position: fixed;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: 0.3s;
    background: url(/wp-content/uploads/2024/01/close.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    transition: 0.3s;
    width: 30px;
    height: 30px;
}
.close-modal-form:hover{
	transform: rotate(180deg);
    transition: 0.3s;
}
.modal-form input {
width: 100%;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #CACACA;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.title-modal-forms {
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    padding-bottom: 12px;
}
.modal-form label {
    font-size: 14px;
    padding-bottom: 8px;
    font-weight: 400;
    color: #000;
}
input.wpcf7-submit {
    -webkit-appearance: button;
    padding: 16px 20px !important;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    font-weight: 600;
    text-shadow: 0px 0px 0px transparent;
    border: none;
    border-radius: 0%;
    border: 0px transparent;
font-size: 16px;
    background: #000000;
    padding: 12px 20px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;     width: auto;
}
.button-order:hover {
    background: #DA664A;
    transition: 0.3s;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ff0000 !important;
    color: #ff0000;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    background: #fff;
    position: fixed;
    z-index: 999;
    top: calc(50% - 100px);
    width: 300px;
    left: calc(50% - 150px);
}
.wpcf7-list-item label{
    display: flex;
    align-items: center;
}
span.wpcf7-form-control-wrap span.wpcf7-list-item{
	margin-left:0px;
}
.wpcf7-list-item input{
	    width: 30px;
}
.title-modal-forms p{
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    padding-top: 16px;
    padding-bottom: 5px;
}
@media(max-width:640px) {

}

/**end modal**/