.favorites {
    padding-top: 50px;
}
.favorites h2 {
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 36px;
    font-weight: 300;
}
.favorites ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.favorites li {
    width: 180px;
    text-align: center;
    height: 260px;
    margin: 0 5px;
    border-radius: 10px;
    padding: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
}
#view-board .favorite-items li {
    width: 100px;
    height: 150px;
}
.favorites li.grey-bkg {
    background-color: #ddd;
}
.favorites li p:nth-child(2) {
    margin-top: 20px;
}
.favorites li.add-board p {
    margin: 0;
}
.favorites li.has-items div {
    background: rgba(255, 255, 255, 0.7);
    padding: 8px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 20px;
}
.favorites li .btn {
    position: absolute;
    top: 5px;
}
.favorites li .cart {
    color: #555;
    left: 5px;
    background: #fff;
    border-radius: 20px;
    width: 28px;
    height: 28px;
    padding-top: 5px;
    text-align: center;
    border: 1px solid #ddd;
}
.favorites li .cart:hover {
    color: #009c0a;
}
.favorites li .remove {
    background: #fff;
    border-radius: 20px;
    right: 5px;
    color: #555;
    font-size: 20px;
}
.favorites li .remove:hover {
    color: #a00;
}
.favorites li .add-to-board {
    background: #009c0a;
    border-radius: 20px;
    right: 5px;
    color: #fff;
    font-size: 14px;
    padding: 3px 4px;
}
.vb-modal .modal-content {
    font-size: 16px;
}
.vb-modal h3 {
    text-align: center;
    padding-bottom: 8px;
    margin: 0 auto 10px;
    width: 96%;
    border-bottom: 1px solid #ddd;
}
.vb-modal .form {
    width: 96%;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 0 auto 10px;
    font-size: 16px;
}
.vb-modal .center-text {
    margin-bottom: 8px;
}
.vb-modal input {
    margin: 0 10px;
    padding: 3px 6px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 400px;
    font-size: 16px;
}
.vb-modal button {
    background: #ddd;
    font-size: 16px;
    float: right;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
}
.vb-modal button:hover {
    background: #555;
    color: #fff;
}
.vb-modal .checkbox {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    padding-top: 5px;
    border: 1px solid #ccc;
}
.vb-modal .fa-check {
    color: #a00;
    display: none;
}
.vision-boards {
    margin-bottom: 60px;
}