.order-review {
    border: 1px solid #F5F5F5;
    margin-bottom: 35px;
}

.order-review .card-title {
    display: flex;
    justify-content: space-between;
    /* border: 0.2px gray solid; */
    padding: 0 10px;
}

.order-review .card-title h5 {
    margin: 10px 0;
    font-size: 16px;
    color: #656565;
    font-weight: 300;
}

.order-review .content {
    display: flex;
    column-gap: 54px;
}

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

.order-review .content .list-items {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
}


.order-review .content legend {
    text-align: center;
    font-weight: bold;
}

.emoticon-radio {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    gap: 20px;
}

.after-review .custom-control-label img {
    display: inline-flex;
    width: 100%;
    height: 60px;
    margin: 10px 0;
}

.form-review-content .emoticon-radio {
    justify-content: center;
}

.emoticon-radio input[name="lime_order_review_experience_id"],
.emoticon-radio input[type="radio"] {
    visibility: hidden
}

label.custom-control-label {
    filter: grayscale(1);
}

.modal-inner-content .custom-control.custom-radio {
    display: inline-flex;
    flex-direction: column;
}

label.custom-control-label img {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(347deg) brightness(118%) contrast(119%);
    width: 60px;
}

label.custom-control-label:hover,
.after-review label.custom-control-label,
.emoticon-radio input[type="radio"]:checked+label {
    filter: grayscale(0);
}

.emoticon-radio input[name="lime_order_review_experience_id"]:checked~label {
    color: blue;
}

.form-review-content .product-name {
    color: #252525;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;
    text-align: start;
    margin-bottom: 12px;
}

.custom-control-label {
    font-size: 60px;
}

.after-review,
.before-review {
    text-align: center;
    padding: 20px;
}

.card-footer {
    text-align: right;
    padding: 10px;
}

.form-review-content .form-info-product {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    gap: 15px;
    padding-bottom: 10px;
}

.form-review-content .form-info-product img {
    width: 100px;
}

.form-review-content .review-control-vote:before,
.form-review-content .review-control-vote label {
    width: max-content !important;
    left: 0%;
}

.form-review-content .review-field-rating {
    text-align: center;
}

.form-review-content legend.label span,
.form-review-content .review-field-rating label span {
    display: none !important;
}

.form-review-content .review-field-is_hide {
    display: flex;
}

.review-customer-index .modal-footer {
    display: none;
}

.catalog-product-view .block.review-add {
    display: none;
}

.catalog-product-view #reviews #product-review-container {
    width: 100% !important;
}

.image .product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.image .product-image-wrapper {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    cursor: pointer;
    height: 150px;
    line-height: 1;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    width: 150px;
}

.image {
    background: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    margin: 10px;
    position: relative;
    vertical-align: top;
    /* width: 150px; */
}

.account .order-review .table-wrapper tbody td {
    padding: 8px;
}

.order-review .product-item-name {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    margin: 10px 0 10px;
}

.image .product-image-wrapper:hover .product-image {
    opacity: .5;
}

.review-toolbar .pager {
    flex-direction: column-reverse !important;
    gap: 15px;
}


/* Modal Pop Up */

#modal-see-review {
    word-break: break-all;
}

#modal-see-review .card-title {
    display: none;
}

#modal-see-review .review-form {
    text-align: center;
}

#modal-see-review .image {
    width: 150px;
}

#modal-see-review .shipping-experience-wrapper {
    margin-top: 12px;
}

#modal-see-review .rating-review,
#modal-see-review .button-review-wrapper {
    display: none;
}

#modal-see-review legend:not(:first-child) {
    display: none;
}

#modal-see-review .after-review h6 {
    visibility: hidden;
    line-height: initial;
    margin-top: 0rem;
    margin-bottom: 2rem;
    margin: 0 !important;
    padding: 0 !important;

}

#modal-see-review td {
    display: block;
    text-align: center;
}

#modal-see-review .product-item-name {
    margin: 0 !important;
}

#modal-see-review .review-item-title {
    font-size: 20px;
    font-weight: 500;
    padding: 5px;
    text-align: left;
    text-transform: capitalize;
    margin-top: 12px;
}

#modal-see-review .review-item-detail {
    font-size: 16px;
    text-align: left;
    padding: 0 5px;
}

#modal-see-review .review-media-value {
    text-align: left;
    display: flex;
    overflow: auto hidden;
    max-width: 325px;
    justify-content: center;
    gap: 10px;
}

#modal-see-review .close-review-btn {
    float: right;
}

/* BUTTON */

button.bct-button {
    line-height: 18px;
    padding: 11px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

button.open-form-review-btn {
    color: white;
    background-color: #FF9935;
    border: 1px solid #FF9935;

}

button.open-form-review-btn:hover {
    background: #e68a30;
    border: 1px solid #e68a30;
    color: #fff;
}

button.see-review-btn,
button.edit-review-btn {
    border: 1px solid #b9b9b9;
    color: #FF9935;

}

button.see-review-btn:hover,
button.edit-review-btn:hover {
    background: #b9b9b9;
    border: 1px solid #FF9935;
    color: #FF9935;
}

.button-review-wrapper.desktop-only {
    padding: 8px;
    display: flex;
    gap: 10px;
}

button:active.open-form-review-btn,
button:focus.open-form-review-btn {
    color: white;
    background-color: #FF9935;
    border: 1px solid #FF9935;

}

button:active.see-review-btn,
button:focus.see-review-btn,
button:active.edit-review-btn,
button:focus.edit-review-btn {
    border: 1px solid #FF9935;
    color: #FF9935;
}


.review-attachments button.action-remove {
    position: absolute;
    bottom: 1px;
    border: 0px;
    color: #7373e6;
    width: 62px;
    background: transparent;
    right: 0;
    /* height: 35px; */
    padding: 0 0;
    line-height: 2;
    z-index: 100;
}

.review-attachments button.action-remove:hover {
    color: blue;
    text-decoration: underline;
}

#modal-content-edit image .product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#modal-content-edit .image .product-image-wrapper,
#modal-see-review .image .product-image-wrapper {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    cursor: pointer;
    height: 100px;
    line-height: 1;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    width: 100px;
}

#modal-content-edit .image,
#modal-see-review .image {
    background: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 5px 5px 0;
    position: relative;
    vertical-align: top;
    width: 100px;
}

#modal-content-edit .image .product-image-wrapper:hover .product-image {
    opacity: .5;
}


.review-control-vote:before,
.review-control-vote label:before {
    font-size: 22px !important;
}

img.lof-sort-loading {
    position: absolute;
    width: 38px;
    margin: 0 auto;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.review-info-message {
    font-size: 12px;
    color: rgb(198, 59, 59);
}


.shipping-experience {

    padding: 6px;
    background-color: rgba(245, 119, 35, 0.1);
    color: #F57723;
    border-radius: 4px;
    vertical-align: middle;
}

.shipping-experience img {
    width: 25px;
    margin-left: 10px;

    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(347deg) brightness(118%) contrast(119%);
    vertical-align: bottom;
    float: unset;
}

.shipping-experience-need-review {
    padding: 6px;
    background-color: rgba(111, 111, 111, 0.1);
    color: #656565;
    border-radius: 4px;
    vertical-align: middle;
}


.shipping-experience-need-review img {
    width: 25px;
    margin-right: 10px;
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(347deg) brightness(118%) contrast(119%);
    vertical-align: bottom;
    float: unset;

}

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

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

.rating-review {
    color: #656565;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 15px;

}

.rating-review p {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 17px;
    max-height: 62px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bct-button img {
    width: 20px;
}
