/* ===================================================================
   GLOBAL VARIABLES & FONT SETUP
   =================================================================== */
:root {
    --YotpoPrimaryColor: #000;
    --YotpoSecondaryColor: #000;
    --YotpoPrimaryFont:'Akkurat', var(--YotpoFallbackFont);
    --YotpoSecondaryFont:'Akkurat', var(--YotpoFallbackFont);
    --YotpoFallbackFont: sans-serif;
    --YotpoLogoIconColor : var(--YotpoPrimaryColor);
    --YotpoAvatarBackgroundColor: var(--YotpoSecondaryColor);
    --YotpoVerifiedIconBackgroundColor:#ffff;
}
@font-face {
    font-family: 'yotpo-widget-font';
    src: url("https://staticw2.yotpo.com/assets/yotpo-widget-font.eot?version=2023-07-30_08-44-12");
    src: url("https://staticw2.yotpo.com/assets/yotpo-widget-font.eot?version=2023-07-30_08-44-12#iefix") format("embedded-opentype"),url("//staticw2.yotpo.com/assets/yotpo-widget-font.woff?version=2023-07-30_08-44-12") format("woff"),url("//staticw2.yotpo.com/assets/yotpo-widget-font.ttf?version=2023-07-30_08-44-12") format("truetype"),url("//staticw2.yotpo.com/assets/yotpo-widget-font.svg?version=2023-07-30_08-44-12") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
  font-family: Akkurat;
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.shopify.com/s/files/1/2460/2627/files/AkkuratLL-Regular-9d96e0cd3d11cf48d8559bf19c356a5c.woff?v=1736447400) format("woff"),
       url(https://cdn.shopify.com/s/files/1/2460/2627/files/AkkuratLL-Regular-3ba48b5eca972742cac197761c9013d6.woff2?v=1736447400) format("woff2")
}

@font-face {
  font-family: 'Akkurat';
  font-style: italic;
  font-weight: 400;
  src: url(https://cdn.shopify.com/s/files/1/2460/2627/files/AkkuratLL-Italic.otf?v=1736286558) format('opentype')
}

@font-face {
  font-family: 'Akkurat';
  src: url(https://cdn.shopify.com/s/files/1/2460/2627/files/AkkuratLL-Bold.otf?v=1736286558) format('opentype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Akkurat';
  src: url(https://cdn.shopify.com/s/files/1/2460/2627/files/AkkuratLL-BoldItalic.otf?v=1736286558) format('opentype');
  font-style: italic;
  font-weight: 500;
}

/* ===================================================================
   GLOBAL OVERRIDES & BASE STYLES
   =================================================================== */
/* Force font family throughout widget */
[class*="yotpo-display-"][class*="yotpo-device-"][style] *,
[class*="yotpo-display-"][class*="yotpo-device-"][style] input::placeholder,
[class*="yotpo-display-"][class*="yotpo-device-"][style] textarea::placeholder {
    font-family: var(--YotpoPrimaryFont) !important;
}
/* Ensure modals have highest z-index priority */
[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal,
[class*="yotpo-display-"][class*="yotpo-device-"][style] .modal-backdrop.yotpo-media-modal,
[class*="yotpo-display-"][class*="yotpo-device-"][style] #yotpo-mobile-filters-popup,
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-qna-modal-backdrop {
    z-index: 999999999999999 !important;
}
/* Hide unnecessary borders */
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-main-reviews-widget > div:not([class]) > .yotpo-review-border-smooth {
    display: none;
}

/* Fixing the space on Read More when it's first on the line */
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-review .yotpo-review-center-panel .yotpo-review-content .yotpo-read-more-text {
    display: inline;
    margin-right: 5px;
    font-size: 14px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-review .yotpo-review-center-panel .yotpo-read-more {
    margin: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--YotpoPrimaryColor);
    font-weight: 500;
    font-size: 14px;
}
/* Fixing the space on Read More when it's first on the line */

/* Fix code on Helpful Section issue in iPhone */
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list > .yotpo-review-votes-wrapper .yotpo-review-votes-icons-wrapper,
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list > .yotpo-review-votes-wrapper .yotpo-review-votes-icons-wrapper .yotpo-review-votes-icons-container {
    display: flex;
    gap: 5px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list > .yotpo-review-votes-wrapper .yotpo-review-votes-icons-wrapper .yotpo-review-votes-icons-container .yotpo-review-votes-icons {
    margin: 0;
}
/* Fix code on Helpful Section issue in iPhone */

/* Buttons */
#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] [id*="-widget-btn"],
#yotpo-questions-and-answers[class*="yotpo-display-"][class*="yotpo-device-"] [id*="-widget-btn"],
[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal #yotpo-modal.yotpo-form-complete .yotpo-form-complete .yotpo-shop-complete,
[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal footer.form-footer .yotpo-new-review-submit,
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-question-form .form-footer .yotpo-question-submit,
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-vertical-pagination .yotpo-reviews-pagination-item,
[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile .yotpo-vertical-pagination .yotpo-pagination-item {
    background: #000;
    color: #ffffff;
    border: 3px solid var(--YotpoPrimaryColor) !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    font-weight: 700;
    padding: 10px 25px !important;
    text-decoration: none;
    font-size: 14px !important;
    text-transform: unset !important;
    min-width: unset !important;
    letter-spacing: 0 !important;
}

#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] [id*="-widget-btn"]#yotpo-main-widget-btn {
    width: auto !important;
    height: auto !important;
    font-size: 14px !important;
    letter-spacing: unset !important;
    text-transform: unset !important;
}

#yotpo-questions-and-answers[class*="yotpo-display-"][class*="yotpo-device-"] [class*="-btn-wrapper"] [id*="-widget-btn"] span {
    color: var(--YotpoPrimaryColor);
    letter-spacing: unset !important;
    text-transform: unset !important;
    font-size: 14px !important;
}
/* Buttons */

/* Widget Tab */
[class*="yotpo-display-"][class*="yotpo-device-"][style] .ugc-storefront-widgets-tabs-container {
    gap: 20px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .ugc-storefront-widgets-tabs-container__tab {
    font-weight: 400 !important;
    border: none;
    margin: 0;
    border-bottom: 2px solid transparent;
    padding: 0 0 2px;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .ugc-storefront-widgets-tabs-container__tab.selected {
    font-weight: 500 !important;
    border-bottom: 2px solid var(--YotpoPrimaryColor) !important;
    color: var(--YotpoPrimaryColor) !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .ugc-storefront-widgets-tabs-container__tab:hover {
    color: var(--YotpoPrimaryColor) !important;
    border-color: var(--YotpoPrimaryColor) !important;
}
/* Widget Tab */

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-base-layout {
    position: relative;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style]  .yotpo-reviews-icon path {
    fill: var(--YotpoLogoIconColor);
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-display-l .yotpo-head {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-reviews-trademark {
    flex-wrap: wrap;
    row-gap: 10px;
}

/* Header section */

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-header-headline {
    font-size: 20px !important;
    letter-spacing: unset !important;
    text-transform: none !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper {
    gap: 25px;
    margin: 40px 0;
    justify-content: space-between;
    align-items: start;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-laptop .yotpo-header-container .yotpo-layout-header-wrapper {
    flex-wrap: wrap;
    row-gap: 30px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line {
    align-items: start;
    margin: 0;
    gap: 30px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-display-s .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line {
    align-items: center;
    width: 100%;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-laptop .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line {
    margin: 0;
    flex-wrap: wrap;
    row-gap: 30px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line > .yotpo-vertical-border {
    display: none;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution {
    /* border: none !important; */
    border-left: 1px solid #eaeaea;
    border-right: 0px!important;
    padding: 0 0 0 15px!important;
    row-gap: 2px;
    margin-left: 15px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution {
    padding: 0;
    border: none;
    margin-top: 20px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-progress-bar {
    margin-right: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-laptop .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution {
    border: none !important;
    padding: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-summary-section {
    flex-direction: row-reverse;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-summary-section .yotpo-bottom-line-summary {
    column-gap: 15px;
    flex-direction: row-reverse;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-summary-section .yotpo-bottom-line-summary {
    padding: 0;
    flex-direction: column;
    border: none;
    row-gap: 10px;
    margin: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-score {
    padding: 0;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    align-items: start;
    flex-direction: column;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel {
    align-items: center;    
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-bottom-line-text {
    margin: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-bottom-line-text .yotpo-bottom-line-basic-text {}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-summary-section .yotpo-bottom-line-summary > .yotpo-vertical-border {
    display: none;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-new-review-btn-wrapper {
    color: white;
}
#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] [id*="-widget-btn"]#yotpo-main-widget-btn {
    width: auto !important;
    height: auto !important;
    font-size: 14px !important;
    letter-spacing: unset !important;
    padding: 0 25px !important;
    background: #000;
    color: white!important;
    text-transform: uppercase!important;
}
#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] [id*="-widget-btn"]#yotpo-main-widget-btn:focus {
    outline-color: #000;
}


[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-display-s .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-new-review-btn-wrapper {
    align-self: center;
}
/* End Header section */

/* Filter section */
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container {
    position: relative;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container::before {
    content: 'Filter Reviews';
    position: absolute;
    top: 0;
    font-weight: 700;
    color: var(--YotpoPrimaryColor);
    display: none;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-filters-top-panel {
    flex-basis: auto;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-filters-top-panel > div:last-child {
    margin-right: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-filters-top-panel > div label {
    font-weight: 400;
    color: #2e2e2e;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-smart-topics-panel {
    flex-basis: auto;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-smart-topics-panel .yotpo-smart-topics {
    flex-basis: auto;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-smart-topics-panel .yotpo-smart-topics-headline {
    display: none;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-smart-topics-panel .yotpo-smart-topics .smart-topic-wrapper {
    margin-top: 0;
    background: #ffff;
    border-radius: 0;
    height: auto;
    padding: 8px;
    position: static;
    font-weight: 400;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-smart-topics-panel .yotpo-smart-topics .smart-topic-wrapper[style*="#FFFFFF"] {
    background: #ffff;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-smart-topics-panel .yotpo-smart-topics .yotpo-smart-topics-see-more-label {
    text-decoration: none;
    background: #ffff
      ;
    margin: 0;
    padding: 8px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-smart-topics-panel .yotpo-smart-topics .yotpo-smart-topics-see-more-label[aria-pressed="false"] {
    font-size: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-smart-topics-panel .yotpo-smart-topics .yotpo-smart-topics-see-more-label[aria-pressed="false"]::before {
    content: '...';
    font-size: 16px;
    letter-spacing: 3px;
}

 [class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-right-panel:empty {
     display: none;
 }

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-filters-container .yotpo-filters-top-panel {
    flex-direction: column;
    row-gap: 15px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-filters-container .yotpo-filters-top-panel .yotpo-search-filter {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
    width: 100%;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-filters-top-panel [class$="filter-container"] label input,
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-filters-top-panel .yotpo-media-filter .yotpo-media-select,
[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #yotpo-mobile-filters-popup [class$="filter"] input,
[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #yotpo-mobile-filters-popup [class$="filter"] button {
    border-radius: 5px;
    border: 1px solid var(--YotpoPrimaryColor) !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-filters-top-panel .yotpo-media-filter .yotpo-media-select {
    font-weight: 400 !important;
    letter-spacing: unset !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container .yotpo-filters-top-panel .yotpo-mobile-filters-btn {
    border-radius: 5px;
    border-width: 1px;
    flex-basis: auto;
    width: 100%;
}

/* mobile filter modal */
[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #yotpo-mobile-filters-popup {}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #yotpo-mobile-filters-popup .yotpo-mobile-filters-popup-header {
    padding: 20px;
    position: static;
    box-sizing: border-box;
    justify-content: space-between;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #yotpo-mobile-filters-popup .yotpo-mobile-filters-popup-header .yotpo-popup-close-button-wrapper {}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #yotpo-mobile-filters-popup .yotpo-mobile-filters-popup-header .yotpo-popup-close-button-wrapper > svg {
    position: static;
    transform: none;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #yotpo-mobile-filters-popup .yotpo-mobile-filters-popup-content {
    box-sizing: border-box;
    padding: 20px;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #yotpo-mobile-filters-popup .yotpo-mobile-filters-popup-content .yotpo-selected-value {
    font-weight: 400;
    color: #2e2e2e;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #yotpo-mobile-filters-popup .yotpo-mobile-filters-popup-header .yotpo-mobile-filters-popup-title {
    text-transform: unset;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #yotpo-mobile-filters-popup .yotpo-mobile-filters-popup-actions {
    box-sizing: border-box;
    padding: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #yotpo-mobile-filters-popup .yotpo-mobile-filters-popup-header  .yotpo-review-border-smooth {
    display: none;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #yotpo-mobile-filters-popup .yotpo-mobile-filters-popup-header .yotpo-mobile-filters-popup-clear {
    position: static;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #yotpo-mobile-filters-popup .yotpo-mobile-filters-popup-actions .yotpo-filters-results-btn {
    position: static;
    height: auto;
    padding: 20px;
}
/* End of mobile filter modal */
/* End Filter section */

/* Reviews section */
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review {
    justify-content: space-between;
    column-gap: 5px;
    position: relative;
    margin: 25px 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-votes-wrapper {
    font-size: 13px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-reviews-list .yotpo-review {
    margin-bottom: 20px;
    row-gap: 5px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list {
    border-top: 1px solid #eaeaea;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-border-smooth {
    margin-top: 25px;
    height: 1px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-left-panel {
    flex-basis: unset;
    min-width: unset;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-left-panel .yotpo-review-customer-questions-container {
    width: auto;
    padding: 0 0 0 60px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-left-panel .yotpo-review-customer-questions-container .yotpo-custom-questions-wrapper {
    margin: 0 0 10px;
    grid-template-columns: auto 1fr;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-custom-questions-wrapper .yotpo-custom-questions-title,
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-custom-questions-wrapper .yotpo-custom-questions-value {
    color: var(--YotpoPrimaryColor) !important;
    font-weight: 700;
    font-size: 12px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-custom-questions-wrapper .yotpo-custom-questions-title {
    font-style: italic;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-display-l .yotpo-reviews-list .yotpo-custom-questions-wrapper .yotpo-custom-questions-title::after {
    content: ':';
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-reviews-list .yotpo-review-left-panel {
    width: auto;
    min-width: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-left-panel .yotpo-reviewer-details-verified {
    padding: 0;
    flex-direction: row;
    margin-top: -30px;
    /* display: inline-flex; */
    gap: 8px;
    /* line-height: 3; */
    /* align-items: center; */
    postion: relative;
    /* justify-content: center; */
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-display-s .yotpo-reviews-list .yotpo-review-left-panel .yotpo-reviewer-details-verified {
    flex-direction: column;
    margin-top: -7px;
    row-gap: 0px;
    align-items: center;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-left-panel .yotpo-reviewer-details {
    margin-top: -30px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-left-panel .yotpo-reviewer-name {
    color: var(--YotpoPrimaryColor) !important;
    font-weight: 700;
    font-size: 12px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-left-panel .yotpo-reviewer-name ~ div {
    line-height: 1;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-left-panel .yotpo-reviewer-verified-buyer-text {
    font-size: 12px;
    line-height: 1;
    align-self: center !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-verified-image-icon svg.yotpo-initials-icon {
    width: 50px;
    height: 50px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-verified-image-icon .yotpo-initials-background {
    fill: var(--YotpoPrimaryColor);
    cx: 25;
    cy: 25;
    r: 25;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-verified-image-icon .yotpo-avatar-initials-text {
    fill: #fff;
    font-weight: 400;
    font-size: 18px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-verified-image-icon .yotpo-verified-icon > circle {
    fill: var(--YotpoVerifiedIconBackgroundColor);
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-verified-icon-wrapper {
    top: auto;
    bottom: -2px;
    left: auto;
    right: -2px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-rating-title {
    margin: 0 0 5px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-title {
    flex-basis: auto;
    margin: 0;
    font-size: 14px !important;
    color: var(--YotpoPrimaryColor);
    letter-spacing: unset !important;
    line-height: 1 !important;
    text-transform: unset !important;
    font-family: var(--YotpoPrimaryFont) !important;
    font-weight: bold;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-center-panel {
    width: 100%;
    flex-basis: auto;
    padding: 0 0 0 60px;
    order: 3;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-laptop .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-rating-title {
    flex-wrap: wrap;
    row-gap: 10px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-laptop .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-title {
    margin: 0;
    flex-basis: auto;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-reviews-list .yotpo-review-center-panel {
    width: 100%;
    padding: 0;
    margin-top: 30px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-star-rating {
    position: absolute;
    top: 25px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-display-s .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-star-rating {
    left: -2px;
    top: 59px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-star-rating .star-container:not(:last-child) {
    margin-right: 3px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-star-rating .yotpo-star-rating-icon {
    width: 18px;
    height: 18px;
    transform: scale(1);
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-content {
    display: block;
    flex-basis: 100%;
    margin: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-content {
    margin: 0;
    padding-top: 5px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-questions-mobile-panel {
    order: -1 !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-questions-mobile-panel,
[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question {
    margin: 0;
    overflow: unset;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-wrapper .yotpo-custom-questions-wrapper-suffix-padding {
    display: none;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-wrapper {
    margin: 0 0 10px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-content .sr-only {
    display: none;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-comment {
    width: 100%;
    flex-basis: auto;
    border-left: 2px solid;
    border-color: var(--YotpoPrimaryColor);
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-center-panel .yotpo-review-comment .yotpo-comment-avatar {
    width: 100%;
    height: 40px;
    max-width: 40px;
    display: none;
}


[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list .yotpo-review-right-panel {
    flex-basis: auto;
    min-width: 0 !important;
    order: 2;
    font-size: 12px;
    margin: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-reviews-list .yotpo-review-votes-text {
    font-size: 13px;
}
/*Fix inline customer name and verified review text*/
[class*="yotpo-display-"][class*="yotpo-device-"][style] span.yotpo-reviewer-name.unselectable {
    padding-top: 2px;
}
/*Thumbs down number inline*/
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-review-votes-number.unselectable {
    margin-top: 0px;
}
/* Reviews section */

/* Modal Form */
[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal .yotpo-star-rating-icons {
    margin: 0;
    min-height: 0;
    flex-direction: column;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal .yotpo-star-rating-icons .yotpo-star-rating-icons-wrapper {
    padding: 0;
    /* float: none!important; */
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal .yotpo-star-rating-icons .yotpo-star-rating-text {
    align-self: start !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal .yotpo-new-review-headline, 
[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal .yotpo-name-email-wrapper, 
[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal textarea,
[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile #newReviewFormModal .yotpo-name-email-wrapper .yotpo-input-wrapper {
    width: 100%;
    box-sizing: border-box;
    border-color: #000;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal input {
    border-color: #000;
    float: left;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal label.yotpo-custom-questions-option[style="color: var(--yotpo-black)"] {
    color: var(--YotpoPrimaryColor) !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal footer.form-footer {
    background: #f3f3f3;
    padding: 10px;
    box-sizing: border-box;
    bottom: 0;
    border: 1px solid #f3f3f3;
    gap: 10px;
    position: relative;
    bottom: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal h4.yotpo-form-label {
    font-size: 16px;
    text-transform: none;
    margin: 15px 0 12px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal footer.form-footer .yotpo-review-form-footer-container {}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal footer.form-footer .yotpo-review-form-footer-container > h6 {
    margin: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal footer.form-footer .yotpo-terms-and-conditions-container {
    padding: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal footer.form-footer .yotpo-terms-and-conditions-container .yotpo-new-input-validation {
    font-size: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal footer.form-footer .yotpo-terms-and-conditions-container .yotpo-new-input-validation::before {
    content: '*nÃƒÂ¶dvÃƒÂ¤ndig';
    font-size: 12px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal footer.form-footer .yotpo-terms-and-conditions-container label.yotpo-checkbox-label {
    font-size: 12px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal footer.form-footer .yotpo-terms-and-conditions-container .yotpo-checkbox-container .yotpo-checkbox-link {
    color: #000;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal #modalDescription {
    box-sizing: border-box;
    padding: 0;
    margin: 0 20px;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #newReviewFormModal {}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile [aria-labelledby="modalTitle"][role] {
    max-width: 300px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style]:not(:has(.yotpo-review-media-modal)) [aria-labelledby="modalTitle"][role] #modalTitle {
    /* box-shadow: 1px 2px 1px rgba(0,0,0,0.69); */
    padding: 0 10px;
    box-sizing: border-box;
    margin: 30px 0 10px;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #newReviewFormModal #yotpo-modal #modalDescription {
    margin: 0 auto;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #newReviewFormModal footer.form-footer .yotpo-terms-and-conditions-container .yotpo-new-input-validation {
    width: 100%;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile #newReviewFormModal footer.form-footer .yotpo-terms-and-conditions-container {
    flex-wrap: wrap;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal #modalDescription .yotpo-uploaded-images {}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal #modalDescription .yotpo-uploaded-images .yotpo-inner-label {
    color: #2e2e2e;
    font-weight: 400;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal #modalDescription .yotpo-uploaded-images .yotpo-image-delete-button {}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal #modalDescription .yotpo-uploaded-images .yotpo-image-delete-button .yotpo-delete-image-icon {
    width: 8px;
    height: 8px;
    display: inline-block;
}
[class*="yotpo-display-"][class*="yotpo-device-"][style] .modal-backdrop .yotpo-modal .yotpo-modal-body {
    height: unset;
}

/* Q&A Form */
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-question-form-modal {}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-question-form-modal .modal-body {
    padding: 0 0 20px;
    box-sizing: border-box;
    margin: 0 20px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-question-form-modal .form-footer {
    box-sizing: border-box;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-question-form-modal .modal-body textarea {
    box-sizing: border-box;
    width: 100%;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-question-form-modal .yotpo-name-email-wrapper,
[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-question-form-modal .modal-body .yotpo-question-form,
[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-question-form-modal .yotpo-input-wrapper {
    width: 100%;
}
/* Q&A Form */

/* FORM COMPLETE */
[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal #yotpo-modal.yotpo-form-complete {
    height: auto;
    overflow: auto;
    max-height: 100%;
    width: auto;
    padding: 0 0 40px;
    position: relative;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal #yotpo-modal.yotpo-form-complete .yotpo-form-complete {
    height: auto;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal #yotpo-modal.yotpo-form-complete #modalDescription {
    margin: 0;
    padding: 0;
    overflow: auto;
}
/* FORM COMPLETE */
/*Modal image background*/
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-anonymous-person-icon circle:first-of-type {
    fill: #000;
}
/*Review Title in Modal Bold*/
[class*="yotpo-display-"][class*="yotpo-device-"][style] h3.yotpo-review-title.yotpo-modal-body-review-title {
    font-weight: bold;
}
/* End Modal Form */

/* Pagination section */
[class*="yotpo-display-"][class*="yotpo-device-"][style] [class*="-pagination-container"] .yotpo-pagination-number.selected, 
[class*="yotpo-display-"][class*="yotpo-device-"][style] [class*="-pagination-container"] .yotpo-pagination-number:hover {
    background: none;
    height: auto;
    color: var(--YotpoPrimaryColor);
    border-bottom: none;
    font-weight: 700;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] [class*="-pagination-container"] .yotpo-pagination-number {
    padding: 0;
    font-size: 14px;
    width: 15px;
    display: inline-block;
    min-width: unset;
    line-height: 1;
    height: auto;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-horizontal-pagination .yotpo-reviews-pagination-item > svg {
    display: inline-block;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-pagination-container .yotpo-horizontal-pagination-container {
    margin: 0;
    align-items: center;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-pagination-container .yotpo-horizontal-pagination-container li {
    margin-top: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-pagination-container .yotpo-horizontal-pagination {
    align-items: center;
    margin: 0;
}
/*Pagination next inline fix*/
[class*="yotpo-display-"][class*="yotpo-device-"][style] a.yotpo-reviews-pagination-item {
    padding: 3px 5px 3px 5px;
}
/* End of Pagination section */

/* updated modal image */
[class*="yotpo-device-"][class*="yotpo-display-"] .yotpo-review-media-modal .yotpo-modal-body-review-content .yotpo-read-more-text,
[class*="yotpo-device-"][class*="yotpo-display-"] .yotpo-review-media-modal .yotpo-modal-body-review-content .yotpo-read-more {
    font-size: 14px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-review-media-modal .yotpo-modal-body-right-side .yotpo-modal-body-right-side-center .yotpo-modal-body-review-content {
    flex: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-review-media-modal .yotpo-read-more-text {
    margin-right: 5px;
    display: inline;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-review-media-modal .yotpo-read-more {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: var(--YotpoSecondaryColor);
    text-decoration-thickness: 2px;
    margin: 0;
    font-size: 14px;
}

[class*="yotpo-device-"][class*="yotpo-display-"] .yotpo-review-media-modal .yotpo-reviewer-name {
    color: var(--YotpoPrimaryColor) !important;
    font-weight: 700;
    font-size: 12px;
}
/* updated modal image */

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-star-distribution-value {
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line > .yotpo-vertical-border {
    display: none;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] ~ .yotpo-review-border-smooth {
    display: none;
}

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

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-container {
    margin: 0 auto;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style]  .yotpo-star-distribution-row-wrapper.default-row.yotpo-distribution-row {
    flex-direction: row-reverse;
    column-gap: 10px;
    align-items: center;
    /* align-content: center; */
    justify-content: center;
}

.yotpo-star-distribution-index-wrapper {}

.yotpo-star-distribution-index-wrapper {
    order: 3;
    /* display: none; */
}


[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-distribution-row .yotpo-star-distribution-value {
    order: 2;
    height: auto;
    width: -webkit-fill-available;
    text-align: left;
}
[class*="yotpo-display-"][class*="yotpo-device-"][style]  .yotpo-star-distribution-bar {order: 1;}

[class*="yotpo-display-"][class*="yotpo-device-"][style] legend.yotpo-form-label input {
    /* float: left!important; */
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] #newReviewFormModal .yotpo-star-rating-icons .yotpo-star-rating-icons-wrapper legend {
    float: none;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] button.yotpo-dropdown-closable.yotpo-reviews-widget-dropdown:focus {
    border: none;
}


[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-progress-bar {
    border-radius: 0px;
    height: 10px;
    margin: auto;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-progress-bar-score {
    border-radius: 0;
    height: 10px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-distribution-row .yotpo-star-distribution-index-wrapper {
    width: auto;
    /* order: 1; */
}
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-star-distribution-value::before {
    content: '(';
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-star-distribution-value::after {
    content: ')';
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-distribution-row .yotpo-star-distribution-index-wrapper::before {
    content: '';
    font-family: "yotpo-widget-font" !important;
    /* align-content: center; */
}
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-star-distribution-index .yotpo-star-rating-icon .yotpo-sr-star-full{
display: none;
    
}
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-distribution-row[aria-label*="5 star by"] .yotpo-star-distribution-index-wrapper::before {
    content: '\e60e \e60e \e60e \e60e \e60e';
    color: #000000;
    /* align-content: center; */
}
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-distribution-row[aria-label*="4 star by"] .yotpo-star-distribution-index-wrapper::before {
    content: '\e60e \e60e \e60e \e60e \e61b';
    color: #000000;
}
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-distribution-row[aria-label*="3 star by"] .yotpo-star-distribution-index-wrapper::before {
    content: '\e60e \e60e \e60e \e61b \e61b';
    color: #000000;
}
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-distribution-row[aria-label*="2 star by"] .yotpo-star-distribution-index-wrapper::before {
    content: '\e60e \e60e \e61b \e61b \e61b';
    color: #000000;
}
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-distribution-row[aria-label*="1 star by"] .yotpo-star-distribution-index-wrapper::before {
    content: '\e60e \e61b \e61b \e61b \e61b';
    color: #000000;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution {
    padding: 0 !important;
    border: none;
    margin: 0 auto;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-star-distribution-index {
    display: none;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-star-distribution-index [aria-hidden="true"] {
    display: none;
}


[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-star-distribution-bar {
    margin: 0 auto;
}

.yotpo-star-distribution-index-wrapper svg.yotpo-star-rating-icon.yotpo-sr-star-full {
    display: none;
}
/* SORT */
.yotpo-reviews-main-widget[class*="yotpo-device-"] .yotpo-main-layout .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-right-panel label.yotpo-sorting-filter-container button .yotpo-dropdown-content-wrapper {
    background-color: #FFFF;
    border-radius: 0;
    top: 100%;
}
.yotpo-reviews-main-widget[class*="yotpo-device-"] .yotpo-main-layout .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-right-panel label.yotpo-sorting-filter-container button .yotpo-dropdown-content-wrapper span.yotpo-dropdown-option{
    color: #000;
    position: relative;
    background: #FFF;
    z-index: 1;
    
}
.yotpo-reviews-main-widget[class*="yotpo-device-"] .yotpo-main-layout .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-right-panel label.yotpo-sorting-filter-container button .yotpo-dropdown-content-wrapper span.yotpo-dropdown-option .yotpo-selected-icon {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    z-index: -1;
    
}
.yotpo-reviews-main-widget[class*="yotpo-device-"] .yotpo-main-layout .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-right-panel label.yotpo-sorting-filter-container button .yotpo-dropdown-content-wrapper span.yotpo-dropdown-option .yotpo-selected-icon path {
    transform: translate(24px, 3px) scale(0.3);
}

.yotpo-reviews-main-widget[class*="yotpo-device-"] .yotpo-main-layout .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-right-panel label.yotpo-sorting-filter-container button .yotpo-dropdown-content-wrapper .yotpo-dropdown-option:hover {
    background: #000;
}
/*Sorting space*/
[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-filters-right-panel {
    padding-bottom: 5px;
}
/* END OF SORT */