.wpcf7 form .mon-form-row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.wpcf7 form .mon-form-col-50 {
width: 48%;
margin-bottom: 20px;
} @media (max-width: 600px) {
.wpcf7 form .mon-form-row {
flex-direction: column;
}
.wpcf7 form .mon-form-col-50 {
width: 100%;
}
}
.anchor-target {
position: relative;
padding-top: 200px; margin-top: -200px; }
.fpd-change-customization-link {
display: none !important;
} .cart-contents {
position: relative;
text-decoration: none;
font-size: 20px;
}
.cart-contents .count {
position: absolute;
top: -6px;
right: -10px;
background: red;
color: white;
font-size: 12px;
border-radius: 50%;
padding: 1px 5px;
}