#reportForm {
    background: #dfdfdf;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.justify-content-right {
    justify-content: right;
}
.block-inl {
    margin: 0 5px;
}
.product-item .col-sm-1 {
    padding: 0 5px;
    min-height: 65px;
}
.product-item-button-container .btn-sm {
    color: #fff;
}

#reportForm a {
    color: #fff;
}
.product-item-image-wrapper {
    padding-top: 58%;
    width: 60%;
}
.rp-opt-buttton {
    min-width: 500px;
    display: flex;
    justify-content: space-between;
}
.rp-between {
    justify-content: space-between;
}
.product-item-price-current {
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: bold;
    font-size: 22px;
}
@media (max-width: 767px)
{
    .wrap-mob {
        flex-wrap: wrap;
    }

    .rp-opt-buttton {
        width: 100%;
        display: block!important;
    }
    .rp-between {
        justify-content: center;
    }

}