.wpcf7-form-control .wpcf7-submit{
width: 100%;
}
.wpcf7-form-control .wpcf7-submit{
width: 100%;
}
@media only screen and (max-width: 48em) { .single_add_to_cart_button {
width: 100% !important;
margin: 1em 0;
}
}
}  .custom-info-box {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
margin: 0 0 20px 0;
} .custom-info-box .info-item {
background: #f7f5f2;
border: 0.5px solid #e0dbd4;
border-radius: 10px;
padding: 16px 8px;
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
box-sizing: border-box;
text-align: center;
} .custom-info-box .info-item .info-label {
font-size: 10px;
color: #888;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;
} .custom-info-box .info-item .info-value {
font-size: 13px;
color: #111;
font-weight: 500;
} @media (max-width: 768px) {
.custom-info-box {
grid-template-columns: repeat(2, 1fr);
}
}