
/* General layout */
.woocommerce form .form-row {
    margin-bottom: 16px;
}
h3, h2, label {
    color: #000;
}
#place_order {
    background-color: #F0293C !important;
    color: #fff !important;
    padding: 12px 24px !important;
    width: 100%;
}
#place_order:hover {
    background-color: #d92632 !important;
}
.after-order-whatsapp {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}
.after-order-whatsapp a {
    color: #25D366;
    text-decoration: none;
    font-size: 16px;
}
@media (max-width: 768px) {
    .col2-set {
        display: flex;
        flex-direction: column !important;
    }
}
