.wg_gift {
    width: 25%;
    display: inline-block;
    float: right;
    margin: 30px 0px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
    .wg_gift {
        width: 35%;
    }
}
@media only screen and (min-width: 520px) and (max-width: 766px) {
    .wg_gift {
        width: 50%;
    }
}
@media only screen and (max-width: 519px){
    .wg_gift {
        width: 75%;
    }
}
.wg_gift .wg_gift_product {
    text-align: center;
}
.wg_gift .wg_gift_product a {
    text-decoration: none !important;
} 
.wg_gift .item.wg_gift_product {
    border: 1px solid #ccc;
}
.wg_gift .wg_title {
    padding: 5px 0px;
}
.wg_gift h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}
.cart-collaterals {
    display: table;
}