

.modal-content {
    background-color: #fefefe;
    float: right;
    padding: 20px;
    width: 22%;
    top: 85px;
    border: none !important;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 13px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.flex-item {
    display: flex;
    justify-content: center;
}
.closes {
    border: none;
    background: #5BBFB3;
    color: #fff;
    width: 50px;
    padding: 5px;
}
.delete {
    border: none;
    background-color: red;
    color: #fff;
    width: 50px;
    padding: 5px;
    margin-left: 10px;
}

@media only screen and (max-width: 991px) {
    .desktop-cart {
        display: block !important;
    }
}
