﻿@charset "UTF-8";
/*
.has-error {
    border: 1px solid red !important;
}

    .has-error input {
        border: 2px solid red !important;
    }

    .has-error select {
        border: 2px solid red !important;
    }
*/

[data-error="true"] {
    border: 2px solid red !important;
}

.has-error .response-message {
    color: red;
}

.has-error > .cart__payment label {
    color: red;
}
