div#onepagecheckoutps div#onepagecheckoutps_contenedor {
    border-radius: 0px;
}
.pts .btn-primary {
    color: #ffffff;
    background-color: #e95858;
    border-color: #e95858;
    border-radius: 0!important;
}
.carrier_price.col-xs-3 {
    display: none!important;
}
.pts .input-sm {
    padding: 7px 10px;
    border-radius: 0px;
}
.pts .form-control {
    border-radius: 0px;
}
.pts .panel-group .panel {
    border-radius: 0px;
}
div#field_delivery_alias {
    display: none;
}
#order-detail-content {
    margin-top: 3px;
}
.pts .alert-info {
    color: #ffffff;
    background-color: #393939;
    border-color: #393939;
    border-radius: 0!important;
}
button#btn_continue_shopping {
    color: white;
    background: black;
    border-radius: 0;
    font-size: 15px;
    padding: 11px 7px;
}