@media (max-width:767px) {
    .order-review .content {
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

    .review-customer-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th[data-th]:before {
        padding-right: 0;
        content: '' !important;
        display: inline-block;
        color: #454545;
        font-weight: 700;
        line-height: 16px;
    }

    .review-customer-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td {
        width: 100%;
        display: flex !important;
        flex-direction: column;
        padding: 0 !important;
        justify-content: center;
        align-items: start;

    }

    #modal-see-review .list-order-items .col.item>* {
        margin: 0;
        width: 90vw;
    }

    #modal-see-review .review-media-value {
        text-align: left;
        display: flex;
        overflow: scroll hidden;
        max-width: 90vw;
    }

    .modal-custom .action-close:before,
    .modal-popup .action-close:before,
    .modal-slide .action-close:before {
        font-size: 20px !important;
        display: inline-block !important;
        font-weight: 700 !important;
        right: 25px !important;
        position: fixed !important;
        display: block !important;
        color: black !important;
    }

    .card.order-review tbody.list-order-items {
        max-height: 370px;
        overflow-x: hidden;
        /* background: #b0b0b021; */
    }

    .card-footer {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .card-footer button.edit-review-btn,
    .card-footer button.open-form-review-btn {
        color: white;
        background-color: #f57723;
        border: 0;
    }

    button[disabled].edit-review-btn {
        display: none;
    }

    body .order-review .card-title h5 {
        font-size: 12px;
    }

    body .order-review .content {
        flex-direction: row;
        column-gap: 12px;
        flex-flow: wrap
    }

    body .order-review .content .review-form .image {
        margin: 0px;
    }

    body .order-review .content .review-form {
        width: 20%;
    }

    body .order-review .content .list-items {
        width: 70%;
        padding-bottom: 0pc;
    }

    body .order-review .product-item-name {
        font-size: 14px;
        margin: 0 0 0 0;
        margin-bottom: 16px;
    }

    body .shipping-experience {
        font-size: 13px;
    }

    body.review-customer-index .rating-summary .rating-result:before,
    .review-customer-index .rating-summary .rating-result>span:before {
        font-size: 20px;
        line-height: 20px;
        height: 20px;
    }

    body .order-review .rating-summary {
        margin-top: 2px !important;
    }

    body .rating-review {
        font-size: 14px;
    }

    body .table-wrapper {
        margin-bottom: 0px;
    }

    body .button-review-wrapper.mobile-only {
        display: flex;
        flex: 1;
        padding: 0px;
        flex-wrap: wrap;
        gap: 8px;
    }

    body .button-review-wrapper.mobile-only button.bct-button {
        flex: 1;
        white-space: nowrap;
        justify-content: center;
    }
    body .button-review-wrapper.desktop-only {
        display: none;
    }
    body .shipping-experience-wrapper, body .rating-summary {
        padding-top: 8px;
    }

}
