.card_wrapper{
    width: 100%;
}
.card_container{
    display: flex;
    flex-wrap: wrap;
    text-align: -webkit-center;
    justify-content: space-between;
}
.collection_box {
    width: 48%;
    background: #fff;
    padding: 10px 5px;
    margin-bottom: 8px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}
.collection_box:focus,.collection_box:visited,.collection_box:hover{
    text-decoration: none;
}
.card_img{
    width: 50%;
    display: block;
}
.card_img img{
    width: 100%;
}
.collection_box h5{
    font-weight: 600;
    font-size: 12px;
    color: #000;
    margin: 4px 0px;
}
.collection_box small{
    color: #262626;
}
.percent_off{
    background: var(--success);
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
}
.collection_box h4{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 4px 0px;
}