.oak-artwork-actions {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.oak-artwork-action{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    padding: 0;
    background: none;
    border: none;
    font-size: 30px;
    color: #000;
    cursor: pointer;

    transition:
        transform .18s ease,
        color .18s ease,
        background-color .18s ease;
}

.oak-artwork-action:hover{
    color:#b9653c;
    background:rgba(185,101,60,.08);
}

.oak-artwork-action iconify-icon{
    font-size:1.2rem;
	color:black;
}
.oak-collection-btn{
	background:none !important;
}
#love-error-dialog {
    border: none;
    padding: 12px 18px;
    background: #333;
    color: #fff;
    pointer-events: none;
}
