@media screen and (max-width: 959px) {
    .details-bons-plans .inner-details {
        float: none;
        margin-top: 32px;
        padding: 0 20px 30px 20px;
    }

    .details-bons-plans .item {
        float:left;
    }
    .details-bons-plans .description {
        width:100%;
        float:none;
        margin-top:0;
    }

    .details-bons-plans .description p.tooshort {
        min-width:320px;
        width:100%;
    }

    .details-bons-plans a.category-more {
        margin-right:20px;
    }

    .selection {
        padding: 0 20px;
    }
    .selection .side-push, .selection .side-push .item {
        width:100%;
    }
    .selection .side-push .item h3 {
        text-align: right;
    }
    .selection .facebook-box {
        width: 100%;
        border-bottom:none;
    }


}

@media screen and (max-width: 800px) {

    .details-bons-plans .buttonLEFT {
        width:250px;
        min-height:60px;
        margin:20px auto 0 auto;
        clear:both;
        float:none;
        text-align: center;
        display:block;
    }
    .details-bons-plans .buttonRIGHT {
        width:250px;
        min-height:60px;
        margin-right:auto;
        margin-left:auto;
        clear:both;
        float:none;
        text-align: center;
        display:block;
    }  
    .details-bons-plans .coupon .down-btn, .details-bons-plans .coupon .button {
        min-width:200px;
    } 



}


@media screen and (max-width: 640px) {

    .details-bons-plans .coupon .down-btn, .details-bons-plans .coupon .button {
        min-width: 100px;
    }    

    .details-bons-plans .item {
        width:100%;
        float:none;
    }
    .details-bons-plans .item .category-img {
        width:100%;
        max-width: none;
        float:none;
    }
    .details-bons-plans .buttonLEFT {
        width:200px;
        min-height:50px;
        margin-top: 0;
        margin-right:5px;
        clear: none;
        float:right;
    }
    .details-bons-plans .buttonRIGHT {
        width:230px;
        min-height:50px;
        margin-left:5px;
        clear: none;
        float:right;
    }



}

@media screen and (max-width: 480px) {

    .details-bons-plans .buttonLEFT {
        min-height:20px;
        margin-top:20px;
        margin-left:auto;
        margin-right:auto;
        float:none;
        clear:both;
        text-align: center;
    }
    .details-bons-plans .buttonRIGHT {
        min-height:20px;
        margin-left:auto;
        margin-right:auto;
        float:none;
        clear:both;
        text-align: center;
    }

    .details-bons-plans .coupon {
        display: inline-block;
        margin: 0 auto;
        float:none;
    }

    .facebook-box {
        display: none;
    }


}


@media screen and (max-width: 320px) {





}