.modal-watch-button .btn-primary{
    display: flex;
    text-align: center;
    margin: 25px auto 0;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #e3e3e3;
    color: #000000;
    font-weight: 400;
}

.modal-watch-button .btn-primary:hover{
    background: #000000;
    color: #ffffff;
}

.modal-watch-button .btn-primary .icon{
    background: url("../../../../../nbshop5_time/_static/images/core/crna_1.svg");
    width: 20px;
    height: 19px;
    display: block;
    margin-right: 10px;
}

.modal-watch-button .btn-primary:hover .icon{
    background: url("../../../../../nbshop5_time/_static/images/core/bela.svg");
    width: 20px;
    height: 19px;
    display: block;
}