  body.widget-snippet .cheap-small-bins-text{
        margin: 30px;
    }
    .widget-snippet .above-price-rate{
        color: red;
    }

    .widget-snippet .cheap-option-img {
        margin: 15px 0 30px 0;
    }
    .widget-snippet .cheap-option-img img{
        max-width: 100%;
        height: auto;
        margin-right: 15px;
        margin-bottom: 15px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .widget-snippet .cheap-option-img:hover img{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        transform: scale(1.03);
    }
