.btn-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.row-modal {
	margin-left: 0px !important;
	margin-right: 0px !important;
	text-align: center;
	width:100%;
}

.woocommerce-billing-fields h3{
    display:none;
}

.woocommerce-billing-fields::before {
    content: "Información para envío" !important;
    font-size: 1.647em;
    font-weight: 400;
    color: #121212;
    margin-bottom: 0.5em;
    font-family: "Lato",sans-serif;
}