.cartu-input {
    width: 100%;
}

.coupons {
    margin: 0 -15px 15px -15px;
}

.coupon-image img {
    height: 252px;
    width: 350px;
    margin: 15px auto 15px auto;
    object-fit: contain;
}

.coupon-image input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    display: block !important;
}

.thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.coupon-image:not(.shadow) img {
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 0 transparent;
}

.coupon-image.shadow:first-of-type, .coupon-image.shadow:nth-child(4) {
    padding-left: 15px;
}

.coupon-image.shadow:last-of-type {
    padding-right: 15px;
}

.coupon-image.shadow img {
    border: 1px solid #71984A;
    box-shadow: 0 2px 5px 0 #71984A;

}

.coupon-image:not(.shadow) {
    opacity: 0.7;
}

.coupon-image.shadow {
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .coupons {
        height: 100%;
    }

    .coupons #ordercoupon-image_id {
        display: flex;
    }
}

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

    .coupons #ordercoupon-image_id {
        flex-direction: column;

    }

    .coupons .coupon-image {
        width: 100%;
    }

    .coupons .coupon-image {
        padding: 0 15px;
    }

    .coupons .coupon-image img {
        width: 300px;
        margin: 0 auto;
    }

    .coupons .coupon-image {
        display: flex;
        flex-direction: column;
    }

    .coupons .coupon-image img {
        order: 2;
    }

    .coupons .coupon-image span {
        order: 1;
        display: flex;
    }
}

.col-md-4.coupon-image:nth-child(4) {
    clear: left;
}