span.error, .error, #display_form_captch_txt {
    color: #d43f3a !important;
    font-style: italic;
    font-size: 14px;
    animation: blinker 1s linear infinite;
}

.btn-product-group .product-button {
	margin: 5px;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
    background-color: blue;
    border-color: blue;
}
.row {
    pointer-events: auto !important;
}
.form-check-label {
  margin-left: 20px !important;
}
.card-body {
    border: 1px solid rgba(0,0,0,.125) !important;
}

.editor-layout .row > .col {
	min-height : 25px;
}
.col-md-3 { 
    max-width : fit-content !important; flex:none !important; width: fit-content !important;
}
.card-product-info {
    padding: 10px !important;
}
.info-wrap {
    padding: 10px !important;
}
.col-md-3 .product {
	width: 250px !important;
}