@media (min-width: 576px) and (max-width: 768px) {
    .botoncoupon {
        right: -246px!important;
    }
    .boton_compra {
        height: 44px!important;
        width: 100%!important;
    }
    .boton_info {
        padding-left: 4px!important;
        width: 110%!important;
    }
    .boton_compra_detail {
        margin-top: 0px!important;
    }
}


/*TABLET GRANDE*/

@media (min-width: 768px) and (max-width: 1024px) {
    .ocultar-tablet-grande {
        display: none!important;
    }
    .botoncoupon {
        right: 0px!important;
    }
}


/*TAMAÑO MOVIL*/

@media (max-width: 576px) {
    .ocultar-movil {
        display: none;
    }
    .text-color-movil {
        color: black!important;
    }
    .movil-grande {
        height: 450px;
        width: auto!important;
        padding-left: 60px;
    }
    .imagen {
        max-height: 100px!important;
    }
    .modal-cookies {
        left: 5px!important;
        top: 140px!important;
    }
    .botoncoupon {
        right: 0px!important;
    }
    .boton_compra {
        margin-top: 14px!important;
        height: 37px!important;
        width: 38%!important;
    }
    #submitform {
        display: block!important;
    }
    #coupontext {
        border: 1px solid !important;
    }
    #buttonCoupon {
        margin-top: 5px!important;
    }
    #couponarea {
        border: none!important;
    }
}