@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?4zintq");
    src: url("../fonts/icomoon.eot?4zintq#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4zintq") format("truetype"), url("../fonts/icomoon.woff?4zintq") format("woff"), url("../fonts/icomoon.svg?4zintq#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
    content: "\e925";
}

.icon-star.active {
    color: #fbd22f;
}

@font-face {
    font-family: 'mpr-icomoon';
    src:  url('../fonts/fonts/mpr-icomoon.eot?nw49h');
    src:  url('../fonts/fonts/mpr-icomoon.eot?nw49h#iefix') format('embedded-opentype'),
    url('../fonts/fonts/mpr-icomoon.ttf?nw49h') format('truetype'),
    url('../fonts/fonts/mpr-icomoon.woff?nw49h') format('woff'),
    url('../fonts/fonts/mpr-icomoon.svg?nw49h#mpr-icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="mpr-icon-"], [class*=" mpr-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'mpr-icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mpr-icon-check-circle:before {
    content: "\e900";
}

.mpr-icon-star-new {
    color: #F8B80B;
}

.mpr-icon-star-new:before {
    content: "\e901";
}

.page-template-matat-products-reviews-main .site-content,
.page-template-matat-products-reviews-thanks .site-content {
    direction: rtl;
}

.page-template-matat-products-reviews-main .review-banner {
    position: relative;
}

.page-template-matat-products-reviews-main .review-banner img {
    width: 100%;
}

.page-template-matat-products-reviews-main .review-banner .banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.page-template-matat-products-reviews-main .review-banner h1 {
    margin: 0;
}

.page-template-matat-products-reviews-main .review-form-holder {
    margin: 33px -6px 0;
    position: relative;
    z-index: 3;
    padding: 0 0 32px;
}

.page-template-matat-products-reviews-main .review-form-holder > * {
    position: relative;
    z-index: 5;
}

.page-template-matat-products-reviews-main .review-form-holder .section-title {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    padding-right: 30px;
    margin: 0 0 13px;
    text-align: inherit;
}

.page-template-matat-products-reviews-main .review-form-holder .section-title .number {
    background: #f58c0d;
    position: absolute;
    top: 9px;
    right: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page-template-matat-products-reviews-main .review-product-section {
    background: #fff;
    margin: 0 0 13px;
}

.page-template-matat-products-reviews-main .review-product-item {
    border: 1px solid #ebebeb;
    padding: 18px 22px 15px;
}

.page-template-matat-products-reviews-main .review-product-item .img-wrap {
    max-width: 85px;
    margin: 0 auto 7px;
}

.page-template-matat-products-reviews-main .review-product-item .img-wrap img {
    width: 100%;
}

.page-template-matat-products-reviews-main .review-product-item .product-name {
    display: block;
    color: #000;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: center;
}

.page-template-matat-products-reviews-main .review-product-item .stars-holder {
    border: 1px solid #ebebeb;
    border-width: 1px 0;
    padding: 11px 0 14px;
    margin: 0 0 14px;
}

.page-template-matat-products-reviews-main .review-product-item .stars-holder .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 20px;
    color: #dad8da;
}

.page-template-matat-products-reviews-main .review-product-item .stars-holder .icon-star {
    margin: 0 6px;
}

.page-template-matat-products-reviews-main .review-product-item .stars-holder .icon-star.active {
    color: #fbd22f;
}

.page-template-matat-products-reviews-main .recommend-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.page-template-matat-products-reviews-main .recommend-product .recommend-title {
    display: block;
    font-weight: 600;
    font-size: 12px;
    color: #4c4b4b;
    margin: 0 0 9px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.page-template-matat-products-reviews-main .recommend-product .recommend-radio {
    font-size: 13px;
    line-height: 1.2308;
    margin: 0 0.625rem 0 0;
}

.page-template-matat-products-reviews-main.rtl .recommend-product .recommend-radio {
    margin-left: 0.625rem;
    margin-right: 0;
}

.page-template-matat-products-reviews-main .recommend-product .recommend-radio label {
    display: block;
    position: relative;
    padding-right: 23px;
    font-weight: 400;
}

.page-template-matat-products-reviews-main .recommend-product .recommend-radio label input[type="radio"] {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    margin: 0;
    height: 100%;
}

.page-template-matat-products-reviews-main .recommend-product .recommend-radio label input[type="radio"]:checked ~ .fake-input:before {
    opacity: 1;
}

.page-template-matat-products-reviews-main .recommend-product .recommend-radio label .fake-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #4c4b4b;
    border-radius: 50%;
}

.page-template-matat-products-reviews-main .recommend-product .recommend-radio label .fake-input:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background: #4c4b4b;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity;
}

.page-template-matat-products-reviews-main .recommend-product .recommend-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.page-template-matat-products-reviews-main .recommend-product .recommend-product .recommend-title {
    display: block;
    font-weight: 600;
    font-size: 12px;
    color: #4c4b4b;
    margin: 0 0 9px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.page-template-matat-products-reviews-main textarea.input-text {
    margin: 0;
    color: #4c4b4b;
    font-size: 12px;
    line-height: 1.25;
    padding: 2px 6px;
    height: 51px;
    resize: none;
    width: 100%;
}

.page-template-matat-products-reviews-main .rating-table-section {
    background: #fff;
    margin: 0 0 13px;
}

.page-template-matat-products-reviews-main .rating-table-section .review-table {
    border: none;
    width: 100%;
}

.page-template-matat-products-reviews-main .rating-table-section .review-table thead th,
.page-template-matat-products-reviews-main .rating-table-section .review-table thead td {
    background: #ebebeb;
    font-size: 16px;
    line-height: 1.25;
    padding: 6px 0;
    font-weight: 600;
    color: #4c4b4b;
    text-align: center;
}

.page-template-matat-products-reviews-main .rating-table-section .review-table tbody td,
.page-template-matat-products-reviews-main .rating-table-section .review-table tbody th {
    vertical-align: top;
}

.page-template-matat-products-reviews-main .rating-table-section .review-table tbody th {
    color: #4c4b4b;
    font-size: 13px;
    line-height: 1.2308;
}

.rtl .page-template-matat-products-reviews-main .rating-table-section .review-table tbody th {
    text-align: right;
}

.page-template-matat-products-reviews-main .rating-table-section .review-table tbody label {
    margin: 0;
    display: block;
    position: relative;
    padding-right: 23px;
    font-size: 13px;
    line-height: 1.2308;
    font-weight: 400;
}

.page-template-matat-products-reviews-main .rating-table-section .review-table tbody label.error {
    color: #f00;
    font-size: 12px;
}

.page-template-matat-products-reviews-main .rating-table-section .review-table tbody label input[type="radio"] {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    margin: 0;
    height: 100%;
}

.page-template-matat-products-reviews-main .rating-table-section .review-table tbody label input[type="radio"]:checked ~ .fake-input:before {
    opacity: 1;
}

.page-template-matat-products-reviews-main .rating-table-section .review-table tbody label .fake-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #4c4b4b;
    border-radius: 50%;
}

.page-template-matat-products-reviews-main .rating-table-section .review-table tbody label .fake-input:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background: #4c4b4b;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity;
}

.page-template-matat-products-reviews-main .review-suggestion-section {
    background: #fff;
    margin: 0 0 24px;
}

.page-template-matat-products-reviews-main .review-suggestion-section .check-list {
    list-style: none;
    margin: 0;
    padding: 0 0 7px;
}

.page-template-matat-products-reviews-main .review-suggestion-section .check-list li {
    padding: 0 0 13px;
}

.page-template-matat-products-reviews-main .review-suggestion-section .check-list label {
    display: block;
    position: relative;
    padding-right: 23px;
    font-size: 13px;
    line-height: 1.2308;
    font-weight: 400;
}

.page-template-matat-products-reviews-main .review-suggestion-section .check-list label input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    margin: 0;
    height: 100%;
}

.page-template-matat-products-reviews-main .review-suggestion-section .check-list label input[type="checkbox"]:checked ~ .fake-input:before {
    opacity: 1;
}

.page-template-matat-products-reviews-main .review-suggestion-section .check-list label input[type="checkbox"]:checked ~ .fake-input:after {
    background: #4c4b4b;
}

.page-template-matat-products-reviews-main .review-suggestion-section .check-list label .fake-input {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    font-size: 15px;
}

.page-template-matat-products-reviews-main .review-suggestion-section .check-list label .fake-input:before,
.page-template-matat-products-reviews-main .review-suggestion-section .check-list label .fake-input:after {
    font-family: "icomoon";
    color: #4c4b4b;
}

.page-template-matat-products-reviews-main .review-suggestion-section .check-list label .fake-input:before {
    content: "\e909";
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    font-size: 12px;
    margin-top: -4px;
    left: 0;
    text-align: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity;
}

.page-template-matat-products-reviews-main .review-suggestion-section .check-list label .fake-input:after {
    content: "";
    border: 2px solid #4c4b4b;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
}

.page-template-matat-products-reviews-main .review-suggestion-section .additional-comment {
    margin: 0 -10px;
    max-width: 695px;
}

.page-template-matat-products-reviews-main .btn-submit {
    width: 228px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    padding: 9px;
    background: #f58c0d;
    color: #fff;
    border: 1px solid #f58c0d;
    display: block;
    margin: 0 auto;
    border-radius: 0;
}

.page-template-matat-products-reviews-main .btn-submit:hover {
    border-color: #000;
    background: #000;
    color: #fff;
}

.red {
    color: #e72c45;
}


.page-template-matat-products-reviews-thanks .banner-content {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-template-matat-products-reviews-thanks .trendy-section {
    text-align: center;
    margin-bottom: 40px;
}

.page-template-matat-products-reviews-thanks .banner-content h2,
.page-template-matat-products-reviews-thanks .trendy-section .section-title {
    font-size: 1.2rem;
}

@media (min-width: 1440px) {
    .page-template-matat-products-reviews-thanks .banner-content h2,
    .page-template-matat-products-reviews-thanks .trendy-section .section-title {
        font-size: 35px;
    }
}

/*review section start*/
.mpr-progress-bar {
    width: 100px;
    height: 5px;
    border-radius: 100px;
    background: #DCDCDC;
    margin: 0 10px;
    overflow: hidden;
}

.mpr-progress-bar-score {
    height: 100%;
    border-radius: 0;
    background: #000000;
}

.product-review-section {
    z-index: 3;
    position: relative;
    margin-bottom: 1.875rem;
} 

.product-review-section .review-section-title img {
    width: 1.25rem;
    margin-left: 0.46rem;
}

.product-review-section .reviews-list {
	margin-top: 1.25rem;
    padding-bottom: 0.9375rem;
}

.product-review-section .reviews-list:not(.flickity-enabled) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-review-section .flickity-slider {
    display: flex;
}

.product-review-section:has(.flickity-page-dots)  .flickity-viewport{
    margin-bottom: 1rem;
}

.product-review-section .review-item {
    width: 100%;
    min-height: 100%;
	margin-left: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
    background: rgba(0, 0, 0, .05);
    position: relative;
}

.product-review-section .reviews-list:not(.flickity-enabled) .review-item:first-child ~ .review-item {
    display: none;
}

.product-review-section .review-item-inn {
    padding: .9375rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: none;
    position: relative;
    z-index: 2;
}

.product-review-section .review-item .stars {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	text-align: initial;
	font-size: .6875rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 0.46875rem;
}

.product-review-section .review-item .review-text {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	text-align: initial;
    margin-top: 5px;
}

.product-review-section .review-item .review-text .toggle-review-content {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}

.product-review-section .review-item .review-text .toggle-review-content:hover {
    text-decoration: none;
}

.product-review-section .review-item .review-name {
	font-weight: 600;
}

.product-review-section .review-item .review-date {
	margin-right: .46875rem;
	font-size: .6875rem;
	color: rgba(0, 0, 0, .5);
	font-weight: 600;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.product-review-section .review-item .review-date::before {
	content: "-";
	margin-left: .1875rem;
}

.product-review-section.hav-less-item .flickity-page-dots {
    display: none;
}

.single-product-detail .woocommerce-product-rating {
    display: flex;
    flex-wrap: wrap;
    margin-block: 0 1rem;
}

.single-product-detail .woocommerce-product-rating .woocommerce-review-link {
    color: inherit;
    text-decoration: underline;
}

.star-rating {
    margin-left: 10px;
    display: block;
    overflow: hidden;
    width: 95px;
    min-height: 20px;
    font-family: 'mpr-icomoon';
    position: relative;
    font-size: 16px;
    color: #DCDCDC;
    line-height: 1.3;
}

.product-col .star-rating {
    margin-inline: auto;
}

.star-rating::before {
    content: "\e901" "\e901" "\e901" "\e901" "\e901";
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    letter-spacing: 2px;
}

.star-rating > span {
    position: absolute;
    top: 0;
    padding-top: 22px;
    color: #fbd22f;
    overflow: hidden;
    right: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    text-rendering: optimizeSpeed;
}

.star-rating > span::before {
    content: "\e901" "\e901" "\e901" "\e901" "\e901";
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: 2px;
    width: 100%;
}

.stars > i {
    color: #DCDCDC;
}

.stars > i.active {
    color: #F8B80B;
}

.product-review-section .review-section-title {
    font-size: 1.25rem;
}

.product-review-section.layout-one .review-section-title {
    margin-bottom: 40px;
    line-height: 1.3;
}

.product-review-section.layout-one .mpr-rating-info-wrap {
    max-width: 902px;
    margin: 0 auto;
}

.product-review-section.layout-one .mpr-review-listing-wrap {
    border: 1px solid #DCDCDC;
}

.product-review-section.layout-one .mpr-rating-wrap {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-review-section.layout-one .mpr-rating-wrap .mpr-total-average-wrap {
    border-left: 1px solid #DCDCDC;
    padding-left: 60px;
}

.product-review-section.layout-one .mpr-rating-wrap .mpr-total-count {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
}

.product-review-section.layout-one .mpr-rating-wrap .mpr-average-star {
    margin-bottom: 9px;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}

.product-review-section .mpr-average-star .stars {
    display: flex;
    gap: 6px;
}

.product-review-section.layout-one .mpr-rating-wrap .total-rating-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.product-review-section.layout-one .mpr-rating-wrap .total-rating-text strong {
    font-weight: normal;
}

.product-review-section.layout-one .mpr-rating-wrap .mpr-star-distribution {
    padding-right: 60px;
}

.product-review-section.layout-one .mpr-rating-wrap .mpr-bar-rating .mpr-star {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-review-section.layout-one .mpr-rating-wrap .mpr-bar-rating .mpr-count {
    font-size: 14px;
    font-weight: 400;
    min-width: 37px;
    line-height: 1;
}

.product-review-section.layout-one .mpr-rating-wrap .mpr-star-distribution .mpr-rating-number {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: block;
}

.product-review-section.layout-one .mpr-rating-wrap .mpr-star-distribution .mpr-rating-number::before {
    content: "\e901";
    font-family: 'mpr-icomoon';
    font-size: 15px;
    color: #F8B80B;
    margin-right: 5px;
}

.product-review-section.layout-one .review-item {
    width: 100%;
    background: none;
    margin: 0;
    border-bottom: 1px solid #DCDCDC;
}

.product-review-section.layout-one .review-item-inn {
    padding: 20px 30px;
}

.product-review-section.layout-one .mpr-name-holder {
    flex: initial;
    min-width: 170px;
    max-width: 170px;
    padding-left: 10px;
    border-left: 1px solid #DCDCDC;
}

.product-review-section.layout-one .mpr-name-holder .review-name {
    font-size: 14px;
    margin-bottom: 5px;
}

.product-review-section.layout-one .mpr-name-holder .review-verified {
    font-size: 12px;
}

.product-review-section.layout-one .mpr-name-holder .review-verified i {
    color: #09A709;
    vertical-align: middle;
    margin-left: 5px;
}

.product-review-section.layout-one .review-date {
    font-size: 14px;
    margin: 10px 0 0;
    color: #000;
    font-weight: 400;
    line-height: 1;
}

.product-review-section.layout-one .review-date::before {
    display: none;
}

.product-review-section.layout-one .mpr-review-content {
    flex: 1;
    padding-right: 30px;
}

.product-review-section.layout-one .mpr-review-content .star-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-review-section.layout-one .mpr-review-content .stars {
    flex: initial;
    margin: 0;
    font-size: 15px;
}

.product-review-section.layout-one .star-holder .review-date {
    display: none;
}

.product-review-section.layout-one .mpr-review-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.product-review-section.layout-one .mpr-review-content .star-holder .mpr-review-title {
    margin-right: 15px;
}

.product-review-section.layout-one .review-text {
    font-size: 14px;
}

.product-review-section.layout-one .mpr-review-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}

.product-review-section.layout-one .mpr-review-gallery img {
    max-width: 200px;
}

.product-review-section.layout-one .mpr-btn-holder {
    padding: 30px 20px;
    text-align: center;
}

.product-review-section.layout-one .mpr-review-listing-wrap .mpr-btn {
    background: #fff;
    border: 1px solid #000000;
    min-width: 200px;
    min-height: 45px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
}

.product-review-section.layout-one .mpr-review-listing-wrap .mpr-btn:hover {
    background: #000000;
    color: #ffffff;
}

/*review section end*/

/*mpr product review section start*/
.mpr-sub-title {
    text-align: center;
    margin-bottom: 1.25rem;
    font-size: 0.8125rem;
    color: #000000;
    line-height: 1.3;
}

.mpr-product-review-section {
    padding: 0 0.625rem;
}

.mpr-product-review-section:after {
    content: 'flickity';
    display: none;
}

.mpr-product-review-section:not(.flickity-enabled) {
    display: flex;
    margin: 0 -0.3125rem;
}

.mpr-product-review-section .review-item {
    padding: 0 0.3125rem;
    min-height: 100%;
    width: 100%;
    flex-wrap: initial;
    flex-direction: column;
}

.mpr-product-review-section:not(.flickity-enabled) .review-item {
    flex-basis: 100%;
    max-width: 100%;
}

.mpr-product-review-section:not(.flickity-enabled) .review-item:first-child ~ .review-item {
    display: none;
}

.mpr-product-review-section .review-item-inn {
    border: 1px solid #DCDCDC;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: initial;
    flex-direction: column;
    align-content: flex-start;
    flex: 1;
    color: #191919;
}

.mpr-product-review-section .review-item-inn .mpr-name-holder {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mpr-product-review-section .review-item-inn .review-name {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    text-transform: capitalize;
}

.mpr-product-review-section .review-item-inn .review-date {
    font-size: 14px;
    font-weight: 400;
}

.mpr-product-review-section .review-item-inn .review-verified {
    flex: initial;
    font-size: 12px;
    font-weight: 400;
}

.mpr-product-review-section .review-item-inn .review-verified i {
    vertical-align: middle;
    margin-left: 5px;
    color: #09A709;
}

.mpr-product-review-section .review-item-inn .star-holder {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mpr-product-review-section .review-item-inn .stars {
    flex: 1;
    font-size: 15px;
    display: flex;
}

.mpr-product-review-section .review-item-inn .stars i {
    margin-left: 4px;
    color: #F8B80B;
}

.mpr-product-review-section .review-item-inn .stars i:not(.active) {
    color: #D7D7D7;
}

.mpr-product-review-section .review-item-inn .review-text {
    flex-basis: 100%;
    max-width: 100%;
    order: 5;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.mpr-product-review-section .review-item-inn .review-text .toggle-review-content {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}

.mpr-product-review-section .review-item-inn .review-text .toggle-review-content:hover {
    text-decoration: none;
}

.mpr-product-review-section .review-item-inn .mpr-review-title {
    order: 4;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    flex-basis: 100%;
    max-width: 100%;
}

.mpr-product-review-section .review-item-inn .mpr-product-item {
    order: 7;
    margin-top: 15px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    align-content: flex-end;
}

.mpr-product-review-section .review-item-inn .mpr-product-item .mpr-product-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #DCDCDC;
}

.mpr-product-review-section .review-item-inn .mpr-product-item .mpr-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.mpr-product-review-section .review-item-inn .mpr-product-item .mpr-product-name {
    flex: 1;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
}

.mpr-product-review-section .review-item-inn .mpr-product-item .mpr-product-name a {
    color: #191919;
}

.mpr-product-review-section .flickity-button {
    padding: 0;
    width: 30px;
    height: 100%;
    box-shadow: none;
    outline: none;
    color: #191919;
    opacity: 1;
    border-radius: 0;
}

.mpr-product-review-section .flickity-button:focus {
    outline: none;
    box-shadow: none;
}

.mpr-product-review-section.hav-less-item .flickity-button {
    display: none;
}

.mpr-product-review-section .flickity-button.previous {
    left: 1.5%;
}

.rtl .mpr-product-review-section .flickity-button.previous {
    left: auto;
    right: 1.5%;
}

.mpr-product-review-section .flickity-button.previous svg {
    left: auto;
    right: 0;
}

.rtl .mpr-product-review-section .flickity-button.previous svg {
    left: 0;
    right: auto;
}

.mpr-product-review-section .flickity-button.next {
    right: 1.5%;
}

.rtl .mpr-product-review-section .flickity-button.next {
    left: 1.5%;
    right: auto;
}

.mpr-product-review-section .flickity-button.next svg {
    left: 0;
    right: auto;
}

.rtl .mpr-product-review-section .flickity-button.next svg {
    left: auto;
    right: 0;
}

.mpr-product-review-section .flickity-page-dots {
    position: static;
    margin-top: 0.78125rem;
}

.mpr-product-review-section.hav-less-item .flickity-page-dots {
    display: none;
}

.mpr-product-review-section .flickity-page-dots .dot {
    width: 0.46875rem;
    height: 0.46875rem;
    margin: 0.15625rem;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
}

.mpr-product-review-section .flickity-page-dots .dot.is-selected {
    background: #000000;
}

.product-review-section.layout-three .mpr-rating-info-wrap,
.product-review-section.layout-two .mpr-reviews-info-wrapper {
    padding-inline: 0.75rem;
}

.product-review-section.layout-three .review-section-title  {
    text-align: unset;
    color: #191919;
    margin: 0 0 1rem;
    line-height: 35px;
}

.product-review-section.layout-three .mpr-rating-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 15px;
    gap: 15px;
}

.product-review-section.layout-three .mpr-total-average-wrap,
.product-review-section.layout-three .mpr-star-distribution {
    width: 100%;
    background: #F4F4F4;
    border-radius: 20px;
    padding: 20px;
}

.product-review-section.layout-three .mpr-bar-rating .mpr-star {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-review-section.layout-three .mpr-bar-rating .mpr-star:not(:last-child) {
    padding: 0 0 10px;
}
.product-review-section.layout-three .mpr-bar-rating .mpr-star .mpr-count {
    display: flex;
    gap: 5px;
    font-size: 10px;
}

.product-review-section.layout-three .mpr-bar-rating .mpr-rating-number {
    min-width: 30px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}

.product-review-section.layout-three .mpr-progress-bar {
    width: 290px;
    height: 8px;
    border-radius: 100px;
    background: rgb(0 0 0 / 30%);
    margin: 0 30px 0 7px;
    overflow: hidden;
}
.product-review-section.layout-three .mpr-progress-bar-score {
    border-radius: 100px;
    margin: 0 auto 0 0;
    background: #8C1C13;
}
.product-review-section.layout-three .mpr-icon-star-new:not(.active) {
    opacity: 0.3;
}
.product-review-section.layout-three .mpr-total-average-wrap .mpr-total-count {
    font-size: 50px;
    font-weight: bold;
    line-height: 65px;
    margin: 0 0 15px;
}

.product-review-section.layout-three .mpr-bar-rating .mpr-star:not(:last-child) {
    padding: 0 0 10px;
}

.product-review-section.layout-three .mpr-total-rating-wrap .stars {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-review-section.layout-three .mpr-total-rating-wrap .stars i {
    font-size: 24px;
}

.product-review-section.layout-three .mpr-total-rating-wrap .total-rating-text {
    font-size: 14px;
    opacity: 0.5;
    margin: 10px 0 0;
    line-height: 18px;
}

.product-review-section.layout-three .mpr-total-rating-wrap .total-rating-text .rating {
    font-weight: normal;
}

.product-review-section.layout-three .mpr-review-listing-wrap .mpr-reviews-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-review-section.layout-three .mpr-review-listing-wrap .mpr-reviews-list .review-item {
    width: 100%;
    background: #ffffff;
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    margin: 0;
}
.product-review-section.layout-three .mpr-name-holder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-review-section.layout-three .review-verified,
.product-review-section.layout-three .review-item .review-date::before,
.product-review-section.layout-three .review-verified,
.product-review-section.layout-three .mpr-review-content .review-date {
    display: none;
}

.product-review-section.layout-three .mpr-review-listing-wrap .mpr-reviews-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.product-review-section.layout-three .mpr-name-holder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px;
    color: #191919;
}

.product-review-section.layout-three.mpr-review-content {
    width: 100%;
}

.product-review-section.layout-three .review-item .stars {
    font-size: 10px;
    gap: 5px;
    color: #000000;
}

.product-review-section.layout-three .review-item .stars i.active {
    opacity: 1;
}

.product-review-section.layout-three .review-item .stars i {
    opacity: 0.5;
}

.product-review-section.layout-three .review-item .review-text {
    margin: 20px 0 0;
}

.product-review-section.layout-three .review-content-short {
    font-size: 14px;
    line-height: 21px;
    color: #191919;
}

.product-review-section.layout-three .review-item .review-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.product-review-section.layout-three .review-image-gallery {
    margin: 20px 0 0;
    gap: 15px;
}

.product-review-section.layout-three .review-image-gallery .review-image-item {
    margin: 0;
    width: 100px;
    height: 100px;
}
.product-review-section.layout-three .mpr-btn-holder {
    margin: 30px 0 0;
    text-align: center;
}
.product-review-section.layout-three .mpr-btn-holder .mpr-btn {
    color: #8C1C13;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}
/*mpr product review section end*/

@media (min-width: 768px) {
	.page-template-matat-products-reviews-thanks .banner-content h2,
	.page-template-matat-products-reviews-thanks .trendy-section .section-title {
		font-size: 22px;
	}

    .page-template-matat-products-reviews-main .review-container {
        padding-bottom: 45px;
    }

    .page-template-matat-products-reviews-main .review-form-holder {
        max-width: 1083px;
        margin: 70px auto 0;
        padding: 45px 38px 0;
        position: relative;
    }

    .page-template-matat-products-reviews-main .review-form-holder:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 80px;
        left: 0;
        right: 0;
        background: #fff;
    }

    .page-template-matat-products-reviews-main .review-form-holder .section-title {
        font-size: 16px;
        padding-right: 40px;
        margin-bottom: 20px;
    }

    .page-template-matat-products-reviews-main .review-form-holder .section-title .number {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .page-template-matat-products-reviews-main .review-product-section {
        margin-bottom: 25px;
    }

    .page-template-matat-products-reviews-main .review-product-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -12px;
        padding-top: 7px;
    }

    .page-template-matat-products-reviews-main .review-product-list .review-product-col {
        padding: 0 12px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 400px;
    }

    .page-template-matat-products-reviews-main .review-product-item {
        border-width: 2px;
        padding: 21px 33px 33px;
        margin: 0 0 24px;
    }

    .page-template-matat-products-reviews-main .review-product-item .img-wrap {
        max-width: 170px;
        margin-bottom: 14px;
    }

    .page-template-matat-products-reviews-main .review-product-item .product-name {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .page-template-matat-products-reviews-main .review-product-item .stars-holder {
        border-width: 2px 0 0;
        padding: 19px 0 8px;
    }

    .page-template-matat-products-reviews-main .review-product-item .stars-holder .stars {
        font-size: 25px;
    }

    .page-template-matat-products-reviews-main .recommend-product {
        margin-bottom: 17px;
    }

    .page-template-matat-products-reviews-main .recommend-product .recommend-title {
        font-size: 16px;
    }

    .page-template-matat-products-reviews-main .recommend-product .recommend-radio {
        font-size: 15px;
        line-height: 1.2;
        margin: 0 15px 0 0;
    }

    .page-template-matat-products-reviews-main.rtl .recommend-product .recommend-radio {
        margin-left: 15px;
        margin-right: 0;
    }

    .page-template-matat-products-reviews-main .recommend-product .recommend-radio label {
        padding-right: 25px;
    }

    .page-template-matat-products-reviews-main .recommend-product .recommend-radio label .fake-input {
        width: 18px;
        height: 18px;
    }

    .page-template-matat-products-reviews-main .recommend-product .recommend-product {
        margin-bottom: 17px;
    }

    .page-template-matat-products-reviews-main .recommend-product .recommend-product .recommend-title {
        font-size: 16px;
    }

    .page-template-matat-products-reviews-main textarea.input-text {
        font-size: 14px;
        line-height: 1.2;
        padding: 10px 14px;
        height: 95px;
    }

    .page-template-matat-products-reviews-main .rating-table-section {
        margin-bottom: 50px;
    }

    .page-template-matat-products-reviews-main .rating-table-section .review-table {
        max-width: 995px;
    }

    .page-template-matat-products-reviews-main .rating-table-section .review-table tbody td,
    .page-template-matat-products-reviews-main .rating-table-section .review-table tbody th {
        border-bottom: 2px solid #ebebeb;
        padding: 14px 0 15px;
    }

    .page-template-matat-products-reviews-main .rating-table-section .review-table tbody th {
        font-size: 16px;
        line-height: 1.125;
        font-weight: 400;
    }

    .page-template-matat-products-reviews-main .rating-table-section .review-table tbody td {
        width: 70px;
    }

    .page-template-matat-products-reviews-main .rating-table-section .review-table tbody label {
        padding: 0;
        font-size: 15px;
        line-height: 1.2;
    }

    .page-template-matat-products-reviews-main .rating-table-section .review-table tbody label.error {
        font-size: 14px;
    }

    .page-template-matat-products-reviews-main .rating-table-section .review-table tbody label .fake-input {
        width: 18px;
        height: 18px;
        position: relative;
        display: block;
        margin: 0 auto;
    }

    .page-template-matat-products-reviews-main .rating-table-section .review-table tbody label .label-text {
        display: none;
    }

    .page-template-matat-products-reviews-main .review-suggestion-section {
        margin-bottom: 80px;
    }

    .page-template-matat-products-reviews-main .review-suggestion-section .check-list {
        padding-bottom: 2px;
    }

    .page-template-matat-products-reviews-main .review-suggestion-section .check-list li {
        padding-bottom: 16px;
    }

    .page-template-matat-products-reviews-main .review-suggestion-section .check-list label {
        padding-right: 25px;
        font-size: 16px;
        line-height: 1.125;
    }

    .page-template-matat-products-reviews-main .review-suggestion-section .check-list label .fake-input {
        font-size: 17px;
    }

    .page-template-matat-products-reviews-main .btn-submit {
        font-size: 20px;
        line-height: 1.3;
        padding: 14px;
        width: 280px;
    }

    .single-product-detail .woocommerce-product-rating {
        margin-block: 0 26px;
    }

	/*review section start*/
    .product-review-section {
        margin-bottom: 40px;
    }
    .product-review-section .review-section-title {
        font-size: 24px;
    }
    .product-review-section .review-section-title img {
        width: 30px;
        margin-left: 12px;
    }
	.product-review-section .reviews-list {
		margin-top: 30px;
        padding-bottom: 25px;
	}

    .product-review-section:has(.flickity-page-dots) .flickity-viewport{
        margin-bottom: 1rem;
    }

    .product-review-section .reviews-list:not(.flickity-enabled) {
        gap: 30px;
    }

	.product-review-section .review-item {
		margin-left: 30px;
        width: 50%;
	}

    .product-review-section .review-item-inn {
        padding: 20px;
    }

	.product-review-section .review-item .stars {
		font-size: 14px;
        margin-bottom: 10px;
	}

	.product-review-section .review-item .review-date {
		margin-right: 10px;
		font-size: 14px;
	}

	.product-review-section .review-item .review-date::before {
		margin-left: 5px;
	}

    .product-review-section.layout-one .review-date {
        margin-right: 0;
    }

    .product-review-section.layout-three .review-section-title  {
        margin: 0 0 20px;
    }

    .product-review-section.layout-three .mpr-rating-info-wrap,
    .product-review-section.layout-two .mpr-reviews-info-wrapper {
        padding-inline: 20px;
    }
	/*review section end*/

    /*mpr product review section start*/
    .mpr-sub-title {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .mpr-product-review-section {
        padding-inline: 30px;
    }

    .mpr-product-review-section:not(.flickity-enabled) {
        margin-inline: -10px;
    }

    .mpr-product-review-section .review-item {
        padding-inline: 10px;
        width: 50%;
        min-height: 100%;
    }

    .mpr-product-review-section:not(.flickity-enabled) .review-item {
        flex-basis: 50%;
        max-width: 50%;
    }

    .mpr-product-review-section .flickity-page-dots {
        display: none;
    }
    /*mpr product review section end*/
}

@media (min-width: 992px) {
    .page-template-matat-products-reviews-thanks .banner-content h2,
    .page-template-matat-products-reviews-thanks .trendy-section .section-title {
        font-size: 26px;
    }

    .page-template-matat-products-reviews-main .rating-table-section .review-table tbody td {
        width: 100px;
    }

    /*review section start*/
    .product-review-section {
        margin-bottom: 50px;
    }

    .product-review-section .review-section-title {
        font-size: 27px;
    }

    .product-review-section .review-item {
        width: 33.33%;
    }
    .product-review-section.layout-three .mpr-rating-info-wrap,
    .product-review-section.layout-two .mpr-reviews-info-wrapper {
        padding-inline: 40px;
    }
    /*review section end*/

    /*mpr product review section start*/
    .mpr-product-review-section {
        padding-inline: 45px;
    }

    .mpr-product-review-section .review-item {
        width: 33.33%;
    }

    .mpr-product-review-section:not(.flickity-enabled) .review-item {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .product-review-section.layout-three .mpr-rating-info-wrap,
    .product-review-section.layout-two .mpr-reviews-info-wrapper {
        padding-inline: 45px;
    }

    .product-review-section.layout-three .mpr-total-average-wrap, 
    .product-review-section.layout-three .mpr-star-distribution {
        width: calc(50% - 15px);
    }
    .product-review-section.layout-three .mpr-rating-wrap{
        margin: 0 0 30px;
    }
    .product-review-section.layout-three .mpr-review-listing-wrap .mpr-reviews-list{
        gap: 30px;
    }
    .product-review-section.layout-three .mpr-review-listing-wrap .mpr-reviews-list .review-item{
        width: calc(50% - 15px);
    }
    /*mpr product review section end*/
}

@media (min-width: 1200px) {
    .page-template-matat-products-reviews-thanks .banner-content h2,
    .page-template-matat-products-reviews-thanks .trendy-section .section-title {
        font-size: 32px;
    }

    /*mpr product review section start*/
    .product-review-section {
        margin-bottom: 60px;
    }
    .product-review-section .review-section-title {
        font-size: 30px;
    }

    .mpr-product-review-section {
        padding-inline: 60px;
    }

    .product-review-section.layout-three .mpr-rating-info-wrap,
    .product-review-section.layout-two .mpr-reviews-info-wrapper {
        padding-inline: 60px;
    }

    /*mpr product review section end*/
    .single-product-detail .woocommerce-product-rating {
        margin-block: 0 22px;
    }
}

@media (min-width: 1300px) {
    .product-review-section.layout-three .mpr-rating-info-wrap,
    .product-review-section.layout-two .mpr-reviews-info-wrapper {
        padding-inline: 75px;
    }
}
@media (min-width: 1440px) {
    /*mpr product review section start*/
    .mpr-product-review-section {
        padding-inline: 75px;
    }
    /*mpr product review section end*/
}

@media (max-width: 767.98px) {
    .page-template-matat-products-reviews-main .review-banner img {
        min-height: 12.5rem;
        width: 100%;
        object-fit: cover;
    }

    .page-template-matat-products-reviews-main .rating-table-section .review-table thead {
        display: none;
    }

    .page-template-matat-products-reviews-main .rating-table-section .review-table tbody tr {
        background: rgba(0, 0, 0, 0.05);
        padding: 0.9375rem;
        margin-bottom: 2px;
        display: flex;
        flex-wrap: wrap;
        gap: 0.9375rem 0.625rem;
    }

    .page-template-matat-products-reviews-main .rating-table-section .review-table tbody th {
        display: block;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .page-template-matat-products-reviews-main .rating-table-section .review-table tbody td {
        display: block;
        padding: 0;
        flex-basis: calc(33.33% - 0.4375rem);
        max-width: calc(33.33% - 0.4375rem);
    }

    .star-rating {
        font-size: 0.75rem;
        width: 4.5625rem;
        min-height: 0.9375rem;
    }

    .star-rating::before {
        letter-spacing: 0.125rem;
    }

    .star-rating > span {
        padding-top: 0.9375rem;
    }

    .star-rating > span::before {
        letter-spacing: 0.125rem;
    }

    .product-review-section.layout-one .review-section-title {
        margin-bottom: 0.9375rem;
    }

    .product-review-section.layout-one .mpr-rating-wrap {
        margin-bottom: 0.9375rem;
    }

    .product-review-section.layout-one .mpr-rating-wrap .mpr-total-average-wrap {
        padding-left: 0;
        padding-bottom: 0.625rem;
        border-left: none;
        border-bottom: 1px solid #DCDCDC;
        flex-basis: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .product-review-section.layout-one .mpr-rating-wrap .mpr-total-count {
        font-size: 1.9375rem;
        margin-bottom: 0;
        padding-left: 0.625rem;
    }

    .product-review-section.layout-one .mpr-rating-wrap .mpr-average-star {
        margin-bottom: 0.3125rem;
        font-size: 0.9375rem;
    }

    .product-review-section.layout-one .mpr-rating-wrap .total-rating-text {
        font-size: 0.75rem;
    }

    .product-review-section.layout-one .mpr-rating-wrap .mpr-star-distribution {
        padding-right: 0;
        padding-top: 0.625rem;
    }

    .product-review-section.layout-one .mpr-rating-wrap .mpr-bar-rating .mpr-star {
        margin-bottom: 0.3125rem;
    }

    .product-review-section.layout-one .mpr-rating-wrap .mpr-star-distribution .mpr-rating-number {
        font-size: 0.8125rem;
    }

    .product-review-section.layout-one .mpr-rating-wrap .mpr-star-distribution .mpr-rating-number::before {
        margin-left: 0.15625rem;
        font-size: 0.75rem;
    }

    .mpr-progress-bar {
        height: 0.25rem;
        margin-inline: 0.3125rem;
    }

    .product-review-section.layout-one .mpr-rating-wrap .mpr-bar-rating .mpr-count {
        font-size: 0.75rem;
        min-width: 1.875rem;
    }

    .product-review-section.layout-one .review-item-inn,
    .product-review-section.layout-three .review-item-inn,
    .product-review-section.layout-three .mpr-total-average-wrap,
    .product-review-section.layout-three .mpr-star-distribution {
        padding: 0.625rem;
    }

    .product-review-section.layout-one .mpr-name-holder {
        flex-basis: 100%;
        max-width: 100%;
        min-width: auto;
        border: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .product-review-section.layout-one .mpr-name-holder .review-name {
        font-size: 0.75rem;
        margin-bottom: 0.15625rem;
        flex: 1;
    }

    .product-review-section.layout-one .mpr-name-holder .review-verified {
        font-size: 0.6875rem;
    }

    .product-review-section.layout-one .mpr-name-holder .review-verified i {
        font-size: 0.625rem;
        margin-left: 0.15625rem;
    }

    .product-review-section.layout-one .mpr-name-holder .review-date {
        display: none;
    }

    .product-review-section.layout-one .mpr-review-content {
        padding: 0;
        flex-basis: 100%;
        max-width: 100%;
    }

    .product-review-section.layout-one .mpr-review-content .stars {
        flex: 1;
        font-size: 0.9375rem;
    }

    .product-review-section.layout-one .star-holder .review-date {
        display: block;
        flex: initial;
        font-size: 0.75rem;
        margin: 0;
    }

    .product-review-section.layout-one .mpr-review-content .star-holder .mpr-review-title {
        margin-top: 0.625rem;
        margin-right: 0;
        flex-basis: 100%;
        max-width: 100%;
    }

    .product-review-section.layout-one .review-text {
        margin-top: 0.3125rem;
        font-size: 0.75rem;
    }

    .product-review-section.layout-one .mpr-review-gallery {
        margin-top: 0.625rem;
        gap: 0.3125rem;
    }

    .product-review-section.layout-one .mpr-review-gallery img {
        max-width: 12.5rem;
    }

    .product-review-section.layout-one .mpr-btn-holder {
        padding: 0.625rem;
    }

    .product-review-section.layout-one .mpr-review-listing-wrap .mpr-btn {
        width: 100%;
        min-width: auto;
        min-height: 2.125rem;
        padding: 0.1875rem 0.625rem;
        font-size: 0.8125rem;
    }

    /*mpr product review section end*/
}

/* Image upload styles have been moved to mpr-image-upload.css */

.thankyou-banner img {
    width: 100%;
}

/* Star rating validation error styling */
.page-template-matat-products-reviews-main .stars-holder + .error,
.page-template-matat-products-reviews-main .stars-holder + label.error {
    display: block !important;
    color: #f00 !important;
    font-size: 12px !important;
    margin-top: 5px !important;
    text-align: center !important;
    background: none !important;
    border: none !important;
    padding: 2px 0 !important;
}

/* Ensure star rating error is visible */
.page-template-matat-products-reviews-main .star_value.error + label.error,
.page-template-matat-products-reviews-main label.error[for*="stars"] {
    display: block !important;
    color: #f00 !important;
}

/* Visual feedback for star rating with error */
.page-template-matat-products-reviews-main .stars-holder.has-error {
    border: 1px solid #f00;
    border-radius: 4px;
    padding: 5px;
    background-color: #fff5f5;
}

.page-template-matat-products-reviews-main .stars-holder.has-error .stars .icon-star {
    color: #f00 !important;
    opacity: 0.6;
}

.page-template-matat-products-reviews-main .stars-holder.has-error .star-rating-label {
    color: #f00 !important;
}

/* Star rating label and required indicator */
.page-template-matat-products-reviews-main .star-rating-label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}

.page-template-matat-products-reviews-main .star-rating-label .required {
    color: #f00;
    font-weight: bold;
}

.page-template-matat-products-reviews-main .stars-holder.error .stars .icon-star {
    border: 1px solid #f00;
    border-radius: 2px;
}

/* RTL support for error message */
.rtl .page-template-matat-products-reviews-main .stars-holder + .error {
    text-align: center;
}