/*START OF GENERAL CUSTOMIZATION*/
.wrapper:has(.yotpo-device-mobile),
.accordion-body:has(.yotpo-device-mobile) {
    padding: 0;
}

@font-face {
  font-family: "Futura PT";
  src: url("https://cdn.shopify.com/s/files/1/0708/4605/4708/files/FuturaPT-Medium.woff2?v=1752822596") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("https://cdn.shopify.com/s/files/1/0708/4605/4708/files/FuturaPTBook-Reg.woff2?v=1738293757") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("https://cdn.shopify.com/s/files/1/0708/4605/4708/files/FuturaPT-Light.woff2?v=1752822596") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bodoni72";
  src: url("https://cdn.shopify.com/s/files/1/0708/4605/4708/files/BodoniSvtyTwoOSITCTT-Book.woff2?v=1752821840") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.yotpo-reviews-main-widget {
	--primary-font-family: "Futura PT", sans-serif !important;
	--secondary-font-family: "Futura PT", sans-serif !important;
  	--primary-font-weight: 450 !important;
	--secondary-font-weight: 300 !important;
}
/*END OF GENERAL CUSTOMIZATION*/

/*START OF HEADER SECTION*/
#yotpo-reviews-main-widget .yotpo-head {
    margin: 25px 0;
}

.yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-layout-header-wrapper:before {
    content: "";
    flex-basis: 33%;
}

#yotpo-reviews-main-widget .yotpo-layout-header-wrapper {
    justify-content: space-between;
    margin: 0;
}

#yotpo-reviews-main-widget .yotpo-bottom-line {
    margin: 0;
    flex-basis: 33%;
    justify-content: center;
}

#yotpo-reviews-main-widget .yotpo-bottom-line-summary .yotpo-vertical-border {
    display: none;
}

#yotpo-reviews-main-widget .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
    padding: 0;
    font-size: 12px;
    font-weight: 450;
    display: block;
}

#yotpo-reviews-main-widget .yotpo-bottom-line-right-panel {
    margin: 0;
    padding: 0;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-new-review-btn-wrapper {
    flex-basis: 33%;
    justify-content: flex-end;
}

#yotpo-reviews-main-widget .yotpo-bottom-line-summary {
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

#yotpo-reviews-main-widget .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

#yotpo-reviews-main-widget .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-bottom-line-text {
    margin: 0;
    font-size: 16px;
}

#yotpo-reviews-main-widget .yotpo-bottom-line-left-panel.yotpo-bottom-line-score:after {
    content: " Stars";
    text-transform: uppercase;
}

#yotpo-reviews-main-widget button#yotpo-summary {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 400;
    text-decoration: underline;
    height: auto;
}

#yotpo-reviews-main-widget .yotpo-summary-section {
    gap: 16px;
}

#yotpo-reviews-main-widget button#yotpo-main-widget-btn {
    max-width: 250px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--text-color);
    border: 1px solid var(--primary-color);
    background: none;
    border-radius: 0;
    min-height: 45px;
}

#yotpo-reviews-main-widget .yotpo-header-container ~  .yotpo-review-border-smooth {
    display: none;
}

#yotpo-reviews-main-widget button#yotpo-summary .yotpo-button-icon-text {
    font-size: 16px;
    font-weight: 300;
}

#yotpo-reviews-main-widget .yotpo-reviews-summary-button {
    justify-content: center;
}

#yotpo-reviews-main-widget .yotpo-bottom-line-summary .yotpo-bottom-line:not([average-score*="."]) .yotpo-bottom-line-left-panel.yotpo-bottom-line-score:after {
    content: ".0 Stars";
}

#yotpo-reviews-main-widget .yotpo-headline {
    font-size: 32px;
    font-family: 'Bodoni72', serif !important;
}

#yotpo-reviews-main-widget button#yotpo-main-widget-btn:focus, #yotpo-reviews-main-widget button#yotpo-main-widget-btn:hover {
    font-weight: 450;
    font-size: 12px;
    color: #fff;
    background: var(--primary-color);
}

#yotpo-reviews-main-widget .ugc-storefront-widgets-tabs-container__tab {
    font-size: 16px;
    font-weight: 300;
}

#yotpo-reviews-main-widget .yotpo-base-layout {
    width: 100% !important;
}
/*END OF HEADER SECTION*/

/*START OF FORM MODAL*/
.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal legend.yotpo-form-label {
    float: unset;
    display: block;
    width: unset;
    height: unset;
    margin: 0 0 12px;
    padding: 0 0 0 5px;
    position: unset;
    overflow: unset;
    border: unset;
    clip: unset;
}

.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal textarea {
    width: 100%;
    box-sizing: border-box;
}

.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-input-wrapper.yotpo-new-review-headline {
    width: 100%;
}

.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-review-form .form-footer .yotpo-review-form-footer-container .yotpo-new-review-submit {
    color: var(--text-color);
    border-radius: 0;
    background: none;
    border: 1px solid var(--primary-color);
    text-transform: uppercase;
}

.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-upload-label {
    border-radius: 0;
}

.yotpo-reviews-main-widget.yotpo-device-mobile .modal-backdrop.yotpo-review-form-modal .yotpo-name-email-wrapper .yotpo-input-wrapper {
    width: 100%;
}

.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-name-email-wrapper {
    width: 100%;
}

.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-star-rating-icons-wrapper svg {
    display: unset;
}

.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-modal .modal-close-btn-wrapper .btn-close {
    display: unset;
}

.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-review-form .form-footer {
    box-sizing: border-box;
}
/*END OF FORM MODAL*/

/*START OF FILTER SECTION*/
#yotpo-reviews-main-widget .yotpo-filters-container-inner {
    flex-direction: row;
    flex-wrap: wrap;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-smart-topics-panel {
    order: -1;
    flex-basis: 100%;
    justify-content: center;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics-headline {
    display: none;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container {
    flex-basis: 100%;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container .smart-topic-collection {
    justify-content: center;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container .smart-topic-collection .yotpo-smart-topic-filter {
    border-radius: 0;
    text-transform: lowercase;
    max-width: 100px;
    width: 100%;
    justify-content: center;
    height: 40px;
    background: none;
    border-color: var(--primary-color);
    color: var(--text-color);
    font-size: 16px;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container .smart-topic-collection:has(.yotpo-smart-topic-filter[aria-checked="true"]) .yotpo-smart-topic-filter[aria-checked="false"], 
#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container .smart-topic-collection .yotpo-smart-topic-filter[aria-checked="false"]:hover {
    color: rgba(17,17,17,0.3);
    border-color: rgba(17,17,17,0.3);
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-top-panel {
    flex-grow: 1;
    justify-content: space-between;
}

#yotpo-reviews-main-widget .yotpo-filters-container {
    margin-bottom: 20px;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container {
    border-color: var(--primary-color) !important;
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container input#searchInput {
    padding: 0;
    margin: 0;
    background: none;
    font-size: 16px;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container .yotpo-icon-button__container .yotpo-icon-button {
    --background: none !important;
    --hover-background: none !important;
    --hover-color: var(--primary-color) !important;
    --color: var(--primary-color) !important;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container:hover {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

#yotpo-reviews-main-widget .yotpo-score-filter.yotpo-score-filter-container input {
    border: none;
    padding: 0;
    height: 33px;
    width: 110px;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container {
    width: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-selected-value {
    font-size: 16px;
    left: 0;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-dropdown-arrow-icon,
#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-right-panel button .yotpo-dropdown-arrow-icon {
    transform: unset !important;
    margin: 0 !important;
    top: 44%;
    right: 0;
}

#yotpo-reviews-main-widget .yotpo-score-filter.yotpo-score-filter-container input[aria-activedescendant="yotpo-star-rating-filter-by-all"] {
    width: 50px;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container:before {
    content: "Filter by:";
    font-size: 16px;
    height: 33px;
    display: flex;
    align-self: center;
    align-items: center;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container input#searchInput::placeholder {
    font-size: 16px;
    font-weight: 300;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-dropdown-content,
#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-right-panel button .yotpo-dropdown-content-wrapper {
    top: 33px;
    right: 0;
    border-radius: 0;
    border-color: var(--primary-color);
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-dropdown-content span,
#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-right-panel button .yotpo-dropdown-content-wrapper span {
    font-size: 16px;
    font-weight: 300 !important;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-score,
#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-selected-score {
    gap: 4px;
    left: 0;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-score .star-container:not(:last-child),
#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-selected-score .star-container:not(:last-child) {
    margin: 0;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-score .star-container .yotpo-star-rating-icon,
#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-selected-score .star-container .yotpo-star-rating-icon {
    transform: unset;
    width: 16px;
    height: 16px;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-right-panel {
    flex-basis: auto;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-right-panel button {
    height: 33px;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-right-panel button .yotpo-dropdown-placeholder {
    font-size: 16px;
    font-weight: 300;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-right-panel button .yotpo-selected-value {
    font-size: 16px;
    font-weight: 300;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-right-panel button:focus {
    border: none;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container .smart-topic-collection:has(.yotpo-smart-topic-filter[aria-checked="true"]) .yotpo-smart-topic-filter[aria-checked="false"]:hover {
    color: var(--text-color);
    border-color: var(--primary-color);
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-bottom-line-summary {
    margin-top: 0;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-reviews-summary-button {
    padding-bottom: 0;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-layout-header-wrapper {
    gap: 32px;
}

#yotpo-reviews-main-widget.yotpo-device-mobile button#yotpo-main-widget-btn {
    max-width: 100%;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-layout-header-wrapper .yotpo-new-review-btn-wrapper {
    width: 100%;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container .smart-topic-collection:has(.yotpo-smart-topic-filter[aria-checked="true"]) .yotpo-smart-topic-filter[aria-checked="false"] {
    color: rgba(17,17,17,0.3);
    border-color: rgba(17,17,17,0.3);
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-filters-container-inner .yotpo-smart-topics-panel {
    order: unset;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-filters-container-inner {
    gap: 32px;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-mobile-filters-btn.yotpo-mobile-filters-popup-btn {
    border: none !important;
    width: auto;
    flex-basis: unset;
    flex-grow: 0;
    padding: 0;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-mobile-filters-btn.yotpo-mobile-filters-popup-btn .yotpo-mobile-filters-btn-text {
    font-size: 16px;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-filters-container-inner .yotpo-filters-top-panel {
    gap: 32px;
    flex-wrap: nowrap;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container .smart-topic-collection .yotpo-smart-topics-see-more-label {
    flex-basis: 100%;
    justify-content: center;
    font-weight: var(--secondary-font-weight);
    font-size: 16px;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-filters-container-inner .yotpo-filters-right-panel {
    flex-basis: 100%;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-filters-container-inner .yotpo-filters-right-panel button .yotpo-dropdown-content-wrapper span {
    width: 100%;
    box-sizing: border-box;
}

.yotpo-reviews-main-widget .yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-content input {
    border-radius: 0;
}

#yotpo-reviews-main-widget .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container .yotpo-icon-button__container .yotpo-icon-button svg {
    display: unset;
}

#yotpo-reviews-main-widget .yotpo-matched-reviews {
    font-size: 16px;
}

#yotpo-reviews-main-widget .yotpo-clear-filters {
    font-size: 16px;
    font-weight: 450;
}
/*END OF FILTER SECTION*/

/*START OF REVIEWS SECTION*/
#yotpo-reviews-main-widget .yotpo-review {
    margin: 20px 0;
    position: relative;
}

.yotpo-reviewer-name {
    font-weight: 450 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
}

#yotpo-reviews-main-widget .yotpo-review .yotpo-review-left-panel {
    min-width: 250px;
    border-right: 1px solid var(--yotpo-separator-line-grey);
}

#yotpo-reviews-main-widget .yotpo-review .yotpo-review-center-panel {
    padding: 0 48px;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-review .yotpo-review-center-panel .yotpo-star-rating {
    position: absolute;
    left: 0;
    top: 36px;
}

#yotpo-reviews-main-widget .yotpo-review .yotpo-review-center-panel .yotpo-review-title {
    margin-left: 0;
    flex-basis: unset;
}

.yotpo-review-title {
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 450 !important;
}

.yotpo-reviews-main-widget .yotpo-star-rating .star-container:not(:last-child) {
    margin-right: 0;
}

#yotpo-reviews-main-widget .yotpo-review .yotpo-review-center-panel .yotpo-star-rating .star-container .yotpo-star-rating-icon {
    width: 16px;
    height: 16px;
}

.yotpo-reviews-main-widget .yotpo-star-rating {
    gap: 6px !important;
}

.yotpo-reviews-main-widget .yotpo-star-rating .star-container .yotpo-star-rating-icon {
    transform: unset;
    display: unset;
}

.yotpo-read-more-text {
    font-size: 20px !important;
    display: inline !important;
    margin-right: 5px !important;
}

.yotpo-read-more {
    font-size: 20px !important;
    margin-left: 0 !important;
    text-decoration: underline !important;
    font-weight: var(--secondary-font-weight) !important;
}

#yotpo-reviews-main-widget .yotpo-review .yotpo-review-right-panel {
    min-width: unset !important;
    margin: 0;
}

.yotpo-date-format {
    font-size: 14px !important;
    font-weight: 400 !important;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-review .yotpo-review-center-panel .yotpo-thumbnail-container {
    margin-top: 10px;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review .yotpo-review-left-panel {
    min-width: unset;
    border: none;
    flex-grow: 1;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review .yotpo-review-center-panel {
    margin: 0;
    padding: 0;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review {
    row-gap: 16px;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review .yotpo-review-center-panel .yotpo-review-title {
    margin-top: 32px;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review .yotpo-review-center-panel:not(:has(.yotpo-thumbnail-container)) .yotpo-review-content {
    margin-top: 0;
}
/*END OF REVIEWS SECTION*/

/*START OF MEDIA MODAL*/
.yotpo-reviews-main-widget:not(.yotpo-device-mobile) .modal-backdrop.yotpo-review-media-modal .yotpo-modal-body-right-side {
    display: none !important;
}

.yotpo-reviews-main-widget:not(.yotpo-device-mobile) .modal-backdrop.yotpo-review-media-modal .yotpo-review-media-modal-body {
    margin: 10px;
    width: auto;
    height: auto;
}

.yotpo-reviews-main-widget:not(.yotpo-device-mobile) .modal-backdrop.yotpo-review-media-modal .yotpo-modal {
    border-radius: 0;
}

.yotpo-reviews-main-widget:not(.yotpo-device-mobile) .modal-backdrop.yotpo-review-media-modal .yotpo-icon-button__container.modal-close-btn-wrapper .yotpo-icon-button {
    --background: none !important;
    --hover-background: none !important;
    margin: 0 !important;
}

.yotpo-reviews-main-widget:not(.yotpo-device-mobile) .modal-backdrop.yotpo-review-media-modal .yotpo-review-media-modal-body .yotpo-modal-body-left-side {
    margin: 0;
    width: auto;
    height: auto;
}

.yotpo-reviews-main-widget:not(.yotpo-device-mobile) .modal-backdrop.yotpo-review-media-modal .yotpo-review-media-modal-body .yotpo-modal-body-left-side .yotpo-review-media-modal-media-container .carousel__slide {
    margin: 0;
}

.yotpo-reviews-main-widget:not(.yotpo-device-mobile) .modal-backdrop.yotpo-review-media-modal .yotpo-icon-button__container.modal-close-btn-wrapper {
    top: 18px;
    right: 18px;
}

.yotpo-reviews-main-widget:not(.yotpo-device-mobile) .modal-backdrop.yotpo-review-media-modal .yotpo-modal-content .yotpo-icon-button__container .yotpo-icon-button {
    background: #fff;
}

.yotpo-reviews-main-widget:not(.yotpo-device-mobile) .modal-backdrop.yotpo-review-media-modal .yotpo-modal-content .yotpo-icon-button__container .yotpo-icon-button svg path {
    fill: var(--primary-color);
}

.yotpo-reviews-main-widget:not(.yotpo-device-mobile) .modal-backdrop.yotpo-review-media-modal .yotpo-modal-content .yotpo-icon-button__container .yotpo-icon-button[aria-disabled="true"] {
    opacity: 0.3;
}

.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-media-modal .yotpo-reviewer-image {
    display: none;
}
/*END OF MEDIA MODAL*/

/*START OF PAGINATION SECTION*/
#yotpo-reviews-main-widget .yotpo-horizontal-pagination .yotpo-reviews-pagination-item {
    font-size: 16px;
    font-weight: 300;
}

#yotpo-reviews-main-widget .yotpo-horizontal-pagination .selected, #yotpo-reviews-main-widget .yotpo-horizontal-pagination .yotpo-pagination-number-container .yotpo-pagination-number:hover {
    background: none;
    color: var(--text-color);
    font-weight: var(--primary-font-weight);
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-vertical-pagination .yotpo-reviews-pagination-item {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}
/*END OF PAGINATION SECTION*/