.compare {
    border-top: 1px solid white;
    border-left: 1px solid white;
}
.compare__title {
    cursor: pointer;
}
.productComparison-error {
    background: #e60000;
    width: 50%;
}
.productComparison-error .notyf__wrapper{
    padding: 6px 0 6px 0;
}
.productComparison-error .notyf__message {
    line-height: 24px;
}
.productComparison-error .icon {
    float: left;
    width: 3em;
    height: 3em;
}
