/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --my-primary-color: #4a444e; /*Tabs, Text Color, Reviewer Name, icons, */
  --my-secondary-color: #4a444e;
  --my-third-color: #4a444e;
  --accent-color: #4a444e;
}

@font-face {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v15/nKKZ-Go6G5tXcraVGwA.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/*@font-face {
    font-family: 'HelveticaNeue';
    src: url('https://cdn.shopify.com/s/files/1/0708/4605/4708/files/HelveticaNeueRegular.woff2?v=1740524182') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}*/

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

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

@font-face {
  font-family: "quincy-cf";
  src: url("https://use.typekit.net/af/e6e282/00000000000000007735fcfa/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/e6e282/00000000000000007735fcfa/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/e6e282/00000000000000007735fcfa/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

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

@font-face {
  font-family: "Gotham";
  src: url("https://cdn.shopify.com/s/files/1/0708/4605/4708/files/Gotham-Book_c438bdac-adb8-4db7-8f72-46970bc1f67e.woff2?v=1737972456")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[class*="yotpo-device-"][class*="yotpo-display-"] * {
  font-family: "HelveticaNeue", sans-serif !important;
}

/*PDP*/
.yotpo-icon-button__container[data-v-40cc5430] {
    margin-left: 6px;
}

.yotpo-icon-button__container .yotpo-icon-button[data-v-40cc5430] {
    background-color: transparent !important;
}

.yotpo-icon-button__container .yotpo-icon-button[data-v-40cc5430]:focus,
.yotpo-icon-button__container .yotpo-icon-button[data-v-40cc5430]:hover {
    --hover-color: #4A444E !important;
}

.yotpo-icon-button__container .yotpo-icon-button[data-v-40cc5430]:focus,.yotpo-icon-button__icon[data-v-40cc5430],
.yotpo-icon-button__container .yotpo-icon-button[data-v-40cc5430]:hover .yotpo-icon-button__icon[data-v-40cc5430] {
    fill: #4A444E !important;
}

.yotpo-reviews-main-widget *,
.yotpo-questions-and-answers *,
.yotpo-reviews-main-widget .modal-backdrop.yotpo-media-modal {
  font-family: var(--primary-font-family), sans-serif !important;
  font-family: var(--secondary-font-family), sans-serif !important;
}

.yotpo-widget-override-css:has(.yotpo-empty-state)
  .yotpo-main-widget-layout
  .ugc-storefront-widgets-tabs-container {
}

/*EMPTY REVIEWS*/
.yotpo-widget-override-css
  .yotpo-main-widget-layout:has(.yotpo-widget-instance[style="display: none;"])
  .ugc-storefront-widgets-tabs-container {
}

/*EMPTY QUESTION*/
.yotpo-widget-override-css
  .yotpo-main-widget-layout:has(.yotpo-main-layout[style="display: none;"])
  .ugc-storefront-widgets-tabs-container {
}

.yotpo-widget-override-css
  .yotpo-main-widget-layout
  .ugc-storefront-widgets-tabs-container {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #918e95;
  gap: 16px;
  padding: 0 0 0;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  .ugc-storefront-widgets-tabs-container
  .ugc-storefront-widgets-tabs-container__tab {
  text-transform: lowercase;
  padding-bottom: 6px;
  font-weight: normal;
  font-size: 14px;
  color: #69646c;
  margin: 0;
  border-bottom: 3px solid transparent;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  .ugc-storefront-widgets-tabs-container
  .ugc-storefront-widgets-tabs-container__tab.selected {
  color: #000;
  font-weight: 500;
  position: relative;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  .ugc-storefront-widgets-tabs-container
  .ugc-storefront-widgets-tabs-container__tab.selected:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  z-index: 99;
}

.yotpo-reviews-main-widget .yotpo-main-widget-layout .yotpo-base-layout {
  width: 100% !important;
  max-width: 854px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.yotpo-widget-override-css .yotpo-main-widget-layout .yotpo-main-layout {
  width: 100% !important;
  max-width: 854px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/*HEADING*/
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-head {
  margin: 0 auto;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  padding: 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-head:before {
  content: "";
  width: 100%;
  height: 0.5px;
  background: #e3e3e3;
  position: absolute;
  left: 0;
  top: 0;
  display: none; /*bottom:0;transform: translateY(-50%);*/
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-head:after {
  content: "";
  width: 100%;
  height: 0.5px;
  background: #e3e3e3;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none; /*bottom:0;transform: translateY(-50%);*/
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-head
  .yotpo-headline {
  font-family: "Kanit", sans-serif !important;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 100%;
  color: var(--text-color);
  margin: 0;
  flex-basis: 100%;
  max-width: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-head
  .yotpo-reviews-by {
  /*background: #fff;*/
  justify-content: flex-start;
  z-index: 1;
  width: max-content;
  min-width: 0;
  flex-basis: auto;
  padding-left: 15px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-head
  .yotpo-reviews-by
  .yotpo-reviews-icon-text {
  color: var(--my-third-color);
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-head
  .yotpo-reviews-by
  svg {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-head
  .yotpo-reviews-by
  svg
  path {
  fill: var(--my-third-color);
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-review-border-smooth {
  display: none;
}
/*END HEADING*/

/*HEADER*/
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container {
  /*border-top:1px solid #EAEAEA;border-bottom: 1px solid #E3E3E3;*/
  margin: 0;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper {
  margin: 0;
  padding: 25px 0;
  /* gap: 84px; */
  gap: 8px;
  justify-content: center;
  /* flex-direction: row; */
  flex-direction: column;
  align-items: center;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line {
  margin: 0;
  padding: 0;
  position: relative;
  gap: 50px; /*width:100%;*/
  justify-content: center;
  align-items: center;
}
/*.yotpo-reviews-main-widget .yotpo-main-widget-layout [class*="yotpo-main-"] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line:before{content: "";width: 1px;height: 100%;background: #bbbbbb;position: absolute;top: 50%;transform: translate(-50%, -50%);left: 37%;}*/
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section {
  gap: 24px;
  align-items: center;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-summary {
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-score {
  font-size: 52px;
  font-weight: normal;
  color: var(--text-color);
  line-height: 100%;
  padding: 0;
  margin-bottom: 0;
  font-family: "Kanit", sans-serif !important;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-score:after {
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-right-panel {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-right-panel
  .yotpo-bottom-line-stars {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-right-panel
  .yotpo-bottom-line-stars
  .star-container:not(:last-child) {
  margin-right: 6px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-right-panel
  .yotpo-bottom-line-stars
  .star-container
  svg {
  /*width:12px;height:12px;*/
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-right-panel
  .yotpo-bottom-line-text {
  margin: 0 0 0;
  line-height: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-right-panel
  .yotpo-bottom-line-text
  .yotpo-bottom-line-basic-text {
  font-size: 16px;
  margin: 0;
  line-height: 100%;
  color: var(--text-color);
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-summary
  .yotpo-vertical-border {
  display: none;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-reviews-summary-button {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-reviews-summary-button
  .button-padding {
  padding: 0;
  margin: 0;
  width: 151px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--my-third-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-reviews-summary-button
  .button-padding
  .yotpo-button-icon-text {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "HelveticaNeue", sans-serif !important;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-vertical-border {
  display: none;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution {
  padding: 0 !important;
  border: none !important;
  position: relative;
  text-align: left;
  gap: 5px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e3e3e3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
/*.yotpo-reviews-main-widget .yotpo-main-widget-layout [class*="yotpo-main-"] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution:after{content: "";width: 1px;height: 100%;background: #E3E3E3;position: absolute;top: 50%;transform: translateY(-50%);right: -37px;}*/
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution
  .yotpo-distribution-row {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution
  .yotpo-distribution-row
  .yotpo-star-distribution-index {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution
  .yotpo-distribution-row
  .yotpo-star-rating-icon {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution
  .yotpo-distribution-row
  .yotpo-star-rating-icon
  path {
  /*fill:#FF504B;*/
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution
  .yotpo-distribution-row
  .yotpo-star-distribution-bar {
  margin: 4px 12px 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution
  .yotpo-distribution-row
  .yotpo-star-distribution-bar
  .yotpo-progress-bar {
  margin-top: 0;
  margin-right: 0;
  border-radius: 0;
  overflow: hidden;
  border: none;
  background: #e3e3e3;
  height: 8px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution
  .yotpo-distribution-row
  .yotpo-star-distribution-bar
  .yotpo-progress-bar
  .yotpo-progress-bar-score {
  background: var(--my-third-color);
  border-radius: 0;
  height: 100%;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution
  .yotpo-distribution-row
  .yotpo-star-distribution-value {
  height: auto;
}

.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container {
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"] {
  width: 100%;
  padding: 10px 0;
  border: none !important;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-review-question-wrapper {
  flex-wrap: nowrap;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-custom-questions-see-more-closable {
  margin-top: 15px;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-review-question-wrapper
  .yotpo-custom-questions-range-question.yotpo-custom-questions-range-question {
  justify-content: center;
  gap: 5px;
  margin-bottom: 0;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-review-question-wrapper
  .yotpo-custom-questions-range-question.yotpo-custom-questions-range-question:has(
    .yotpo-custom-questions-range-question-wrapper[type="Size"]
  ) {
  width: 200px;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-review-question-wrapper
  .yotpo-custom-questions-range-question.yotpo-custom-questions-range-question
  .yotpo-custom-questions-range-question-wrapper {
  width: 100%;
  max-width: 100%;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-review-question-wrapper
  .yotpo-custom-questions-range-question.yotpo-custom-questions-range-question
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-custom-questions-range-question-title {
  justify-content: flex-start;
  color: var(--my-secondary-color);
  font-weight: normal;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-review-question-wrapper
  .yotpo-custom-questions-range-question.yotpo-custom-questions-range-question
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-custom-questions-range-question-value {
  font-weight: normal;
  color: var(--my-third-color);
}

.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-review-question-wrapper
  .yotpo-custom-questions-range-question.yotpo-custom-questions-range-question
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-wrapper {
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-review-question-wrapper
  .yotpo-custom-questions-range-question.yotpo-custom-questions-range-question
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-wrapper
  .yotpo-progress-bar {
  background: #e3e3e3;
  border: none;
  border-radius: 20px;
  height: 8px;
  margin-top: 0;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-review-question-wrapper
  .yotpo-custom-questions-range-question.yotpo-custom-questions-range-question
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-wrapper
  .yotpo-progress-bar
  .yotpo-progress-bar-score {
  background: var(--my-third-color) !important;
  height: 100%;
  border-radius: 20px;
}

.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-review-question-wrapper
  .yotpo-custom-questions-range-question.yotpo-custom-questions-range-question
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-wrapper
  .yotpo-progress-bar-value {
  position: relative;
  margin-top: 5px;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-review-question-wrapper
  .yotpo-custom-questions-range-question.yotpo-custom-questions-range-question
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-wrapper
  .yotpo-progress-bar-value
  .yotpo-progress-bar-value-point {
  display: none;
  width: 10px;
  height: 8px;
  background: #eaeaea !important;
  border-radius: 0;
  bottom: 9px;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-review-question-wrapper
  .yotpo-custom-questions-range-question.yotpo-custom-questions-range-question
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-wrapper
  .yotpo-progress-bar-value
  .yotpo-progress-bar-value-label {
  font-weight: normal;
  color: var(--my-third-color);
  line-height: 100%;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-new-review-btn-wrapper {
  /*align-self: flex-end;*/
  margin: 0;
  width: auto;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-new-review-btn-wrapper
  #yotpo-main-widget-btn {
  font-size: 12px;
  width: auto;
  min-width: 0;
  height: 100%;
  min-height: 0;
  padding: 20px 52px;
  padding: 0;
  width: 138px;
  height: 36px;
  border: 1px solid var(--my-third-color);
  border-radius: 50px;
  color: var(--my-third-color);
  font-weight: 500;
  background: none;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #fff;
  font-family: "HelveticaNeue", sans-serif !important;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-new-review-btn-wrapper
  #yotpo-main-widget-btn:hover {
  border: 1px solid var(--accent-color);
}
/*END HEADER*/

/*FORM MODAL*/
.yotpo-main-widget-layout [class*="modal-backdrop"] {
  z-index: 2147483647 !important;
}

/*REVIEWS*/
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="-modal"] {
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="-modal"]
  .modal-close-btn-wrapper {
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="-modal"]
  .modal-close-btn-wrapper
  .btn-close {
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="-modal-header"] {
  margin: 0 auto;
  padding: 40px 20px;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="-modal"]:has(.yotpo-form-complete)
  .yotpo-modal-header {
  padding: 20px 0;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="-modal-header"] {
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  h2[class*="-modal-header"] {
  padding: 0;
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="-modal"]
  [class*="modal-body"] {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
  box-sizing: border-box;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="-modal"]
  [class*="modal-body"]::-webkit-scrollbar {
  height: 10px;
  width: 5px;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="-modal"]
  [class*="modal-body"]::-webkit-scrollbar-thumb {
  background: var(--my-primary-color);
  border-radius: 10px;
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="-modal"]
  [class*="modal-body"]
  .yotpo-form-complete {
  height: auto;
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form {
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-star-rating-wrapper {
  min-height: auto;
  margin-bottom: 15px;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-star-rating-wrapper
  .yotpo-form-label {
  margin-top: 0;
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-star-rating-wrapper
  .yotpo-star-rating-icons {
  min-height: 0;
  margin: 0;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-star-rating-wrapper
  .yotpo-star-rating-icons
  .yotpo-star-rating-icons-wrapper {
  padding: 0;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-star-rating-wrapper
  .yotpo-star-rating-icons
  .yotpo-star-rating-icons-wrapper
  legend {
  float: none;
  width: auto;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-star-rating-wrapper
  .yotpo-star-rating-icons
  .yotpo-star-rating-icons-wrapper
  legend
  label {
  margin-bottom: 0;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-star-rating-wrapper
  .yotpo-star-rating-icons
  .yotpo-star-rating-icons-wrapper
  .yotpo-star-rating-icon {
  outline: 0;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-star-rating-wrapper
  .yotpo-star-rating-icons
  .yotpo-star-rating-icons-wrapper
  .yotpo-star-rating-icon.yotpo-sr-star-empty
  path {
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-star-rating-wrapper
  .yotpo-star-rating-icons
  .yotpo-star-rating-text {
  text-align: left;
  display: block;
  line-height: 1;
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-star-rating-wrapper
  .yotpo-star-rating-error {
  margin-bottom: 0;
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-input-wrapper {
  min-height: auto;
  margin-bottom: 15px;
  width: 100%;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-input-wrapper
  .yotpo-form-label {
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-input-wrapper
  .yotpo-new-input-message {
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-input-wrapper
  input,
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-input-wrapper
  select,
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-input-wrapper
  textarea {
  box-sizing: border-box;
  width: 100%;
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-input-wrapper
  textarea {
  border: 1px solid var(--yotpo-form-border-black);
  overflow: hidden;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-input-wrapper
  textarea.yotpo-validation-warning {
  border: 1px solid #cb2222;
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-input-wrapper
  .yotpo-new-input-validation {
  margin-bottom: 0;
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-name-email-wrapper {
  min-width: 100%;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-name-email-wrapper
  .yotpo-input-wrapper {
  width: 47%;
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-file-upload {
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-file-upload
  .yotpo-file-input-headline {
  font-weight: 500;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-file-upload
  .yotpo-upload-label {
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-file-upload
  .yotpo-new-input-message {
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-custom-questions-container {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-custom-questions-container
  .yotpo-form-custom-questions-wrapper {
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-custom-questions-container
  .yotpo-form-custom-questions-wrapper
  .yotpo-custom-question-headline {
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-custom-questions-container
  .yotpo-form-custom-questions-wrapper
  .yotpo-custom-question-headline
  h6.yotpo-custom-question-message {
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-custom-questions-container
  .yotpo-form-custom-questions-wrapper
  .yotpo-custom-questions-options {
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-custom-questions-container
  .yotpo-form-custom-questions-wrapper
  .yotpo-custom-questions-options
  .yotpo-custom-questions-option {
  font-size: 12px;
  height: 100%;
  width: max-content;
  padding: 5px 8px;
  margin-top: 5px;
  font-weight: normal;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-custom-questions-container
  .yotpo-form-custom-questions-wrapper
  textarea.yotpo-custom-question-input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--yotpo-form-border-black);
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-custom-questions-container
  .yotpo-form-custom-questions-wrapper
  .yotpo-custom-questions-options
  .yotpo-custom-questions-option[style*="background-color: var(--primary-color)"] {
  background: var(--accent-color) !important;
  font-weight: 500;
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  footer.form-footer {
  background: #eaeaea;
  box-sizing: border-box;
  padding: 10px;
  bottom: 0;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  footer.form-footer
  .yotpo-terms-and-conditions-container {
  padding: 0;
  flex-wrap: wrap;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  footer.form-footer
  .yotpo-terms-and-conditions-container
  .yotpo-checkbox {
  appearance: auto;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  footer.form-footer
  .yotpo-terms-and-conditions-container
  .yotpo-checkbox:focus {
  outline: 0;
  border: 0;
  background: none;
  outline-offset: 0;
  box-shadow: none;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  footer.form-footer
  .yotpo-terms-and-conditions-container
  .yotpo-checkbox-label {
  position: unset;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  line-height: 100%;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  footer.form-footer
  .yotpo-terms-and-conditions-container
  .yotpo-checkbox-link {
  line-height: 100%;
  color: inherit;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  footer.form-footer
  .yotpo-terms-and-conditions-container
  .yotpo-new-input-validation {
  line-height: 100%;
  position: relative; /*font-size:0;*/
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  footer.form-footer
  .yotpo-terms-and-conditions-container
  .yotpo-new-input-validation:before {
  /*content:"* requis";font-size:12px;line-height:100%;*/
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  footer.form-footer
  .yotpo-terms-and-conditions-container
  .yotpo-checkbox-mandatory-sign {
  line-height: 100%;
}

.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  footer.form-footer
  .yotpo-review-form-footer-container {
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  footer.form-footer
  .yotpo-review-form-footer-container
  h6 {
  margin: 0;
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  footer.form-footer
  .yotpo-new-review-submit {
  border-radius: 50px;
  background: var(--accent-color);
}
.yotpo-main-widget-layout
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  footer.form-footer
  .yotpo-new-review-submit:hover {
}
/*END REVIEWS*/

/*Q&A*/
.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .yotpo-qna-modal {
}
.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .yotpo-qna-modal
  .close-btn-wrapper {
}
.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .yotpo-qna-modal
  .close-btn-wrapper
  .btn-close {
}

.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .yotpo-qna-modal-header {
  padding: 40px 20px;
  margin: 0 auto;
}
.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .yotpo-qna-modal-header
  .yotpo-qna-modal-header {
  /*margin:0 auto;padding:20px 0;*/
  padding: 0;
}
.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .yotpo-qna-modal-header
  .yotpo-qna-modal-header
  .yotpo-qna-modal-header-font {
}

.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .yotpo-qna-modal
  .modal-body {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
}

.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form {
}
.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form
  .yotpo-input-wrapper {
  min-height: auto;
  margin-bottom: 15px;
}
.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form
  .yotpo-input-wrapper
  h4.yotpo-form-label {
}

.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form
  .yotpo-input-wrapper
  .yotpo-new-input-message {
}

.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form
  .yotpo-input-wrapper
  input,
.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form
  .yotpo-input-wrapper
  select,
.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form
  .yotpo-input-wrapper
  textarea {
  box-sizing: border-box;
  width: 100%;
}
.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form
  .yotpo-input-wrapper
  textarea {
  border: 1px solid var(--yotpo-form-border-black);
}
.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form
  .yotpo-input-wrapper
  textarea.yotpo-validation-warning {
  border: 1px solid #cb2222;
}

.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form
  .yotpo-input-wrapper
  .yotpo-new-input-validation {
  margin-bottom: 0;
}

.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form
  footer.form-footer {
  background: #eaeaea;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
}
.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form
  footer.form-footer
  .yotpo-question-submit {
  border-radius: 50px;
  background: var(--accent-color);
}
.yotpo-main-widget-layout
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form
  footer.form-footer
  .yotpo-question-submit:hover {
}
/*END Q&A*/

/*END FORM MODAL*/

/*==OVERALL FILTERS==*/

/*FILTER RATING*/
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container {
  /*border-bottom: 1px solid #E3E3E3;*/
  padding: 15px 0 24px;
  margin: 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner {
  position: relative;
  gap: 20px;
  /* flex-direction: row; */
  flex-direction: column;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner:before {
  content: "Filter Reviews";
  color: var(--my-secondary-color);
  font-weight: 500;
  text-align: left;
  display: block;
  line-height: 1;
  font-size: 16px;
  order: -1;
  display: none;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  text-align: left;
  gap: 15px;
  column-gap: 24px;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-free-search-filter-container {
  width: 305px;
  max-width: 100%;
  margin-right: 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-free-search-filter-container
  label.yotpo-search-label {
  width: 305px;
  display: block;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-free-search-filter-container
  input.yotpo-search-input {
  border-radius: 50px;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 400;
  background: transparent;
  height: 50px;
  padding-top: 4px;
  padding-left: 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-free-search-filter-container
  input.yotpo-search-input::placeholder {
  color: #69646c;
  text-transform: capitalize;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-free-search-filter-container
  svg.yotpo-search-icon
  path {
  fill: var(--my-primary-color);
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container {
  flex-basis: 196px;
  width: 196px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-base {
  position: relative;
  width: 100%;
}
/*.yotpo-reviews-main-widget .yotpo-main-widget-layout [class*="yotpo-main-"] .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-dropdown-base:after{content: ""; width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}*/
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  input.yotpo-filter-select {
  width: 100%;
  border: 1px solid #949197;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: 0;
  z-index: 1;
  color: var(--text-color);
  background: transparent;
  height: 50px;
  padding-left: 16px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-selected-value {
  font-weight: 400;
  color: #69646c;
  z-index: 1;
  left: 16px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-base
  svg.yotpo-dropdown-arrow-icon {
  z-index: 1;
  cursor: pointer;
  width: 16px;
  height: 20px;
  transform: translateY(-50%) !important;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-base
  .yotpo-star-rating {
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content {
  width: 100%;
  height: auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #fff !important;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option:hover {
  background: rgba(0, 0, 0, 0.2);
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option[style*="background-color"] {
  background: rgba(0, 0, 0, 0.08) !important;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option:hover,
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option[aria-selected="true"] {
  background: rgba(0, 0, 0, 0.2) !important;
  color: var(--yotpo-empty-white) !important;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-base
  .yotpo-selected-score {
  z-index: 1;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option:hover
  span.yotpo-score.yotpo-score-option {
  background: none !important;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option
  svg.yotpo-selected-icon {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option
  svg.yotpo-selected-icon
  path {
  fill: var(--accent-color);
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option
  .yotpo-score {
  margin-left: 12px;
  color: var(--my-primary-color);
  font-weight: 500 !important;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option
  .yotpo-score
  .star-container {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option
  .yotpo-score
  .star-container
  .yotpo-sr-star-empty {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option
  .yotpo-score
  .star-container
  .yotpo-sr-star-empty
  path,
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-base
  .yotpo-selected-score
  .star-container
  .yotpo-sr-star-empty
  path {
  stroke: var(--accent-color);
  fill: var(--yotpo-empty-white);
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option
  .yotpo-score
  .star-container
  .yotpo-sr-star-full
  path,
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-base
  .yotpo-selected-score
  .star-container
  .yotpo-sr-star-full
  path {
  stroke: var(--accent-color);
  fill: var(--accent-color);
}

/*.yotpo-reviews-main-widget .yotpo-main-widget-layout [class*="yotpo-main-"] .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-dropdown-content .yotpo-score-option .yotpo-score{font-size:13px;}*/

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-media-filter-container {
  margin-right: 0;
  flex-basis: auto;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-media-filter-container
  .yotpo-radio-base {
  position: relative;
  width: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-media-filter-container
  .yotpo-radio-base:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-media-filter-container
  .yotpo-media-select {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
  color: var(--text-color);
  width: 100%;
  background: transparent;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-media-filter-container
  .yotpo-selected-value {
  font-weight: bold;
  color: var(--text-color);
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-media-filter-container
  svg.yotpo-radio-icon
  path {
  fill: var(--my-third-color);
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-media-filter-container
  svg.yotpo-radio-icon
  circle {
  stroke: #e3e3e3;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-smart-topics-panel {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-smart-topics-panel
  .yotpo-smart-topics-container {
  flex-basis: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-smart-topics-panel
  .yotpo-smart-topics-container
  .yotpo-smart-topics-headline {
  display: none;
  font-size: 16px;
  font-weight: 400;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-smart-topics-panel
  .yotpo-smart-topics-container
  .smart-topic-collection {
  gap: 8px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-smart-topics-panel
  .yotpo-smart-topics-container
  .smart-topic-collection
  .yotpo-smart-topic-filter {
  margin: 0;
  color: var(--text-color);
  font-size: 13px;
  font-weight: 400;
  height: 100%;
  width: max-content;
  padding: 5px 8px;
  border-radius: 3px;
  background: #ebebeb;
  border: 1px solid transparent;
  text-transform: capitalize;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-smart-topics-panel
  .yotpo-smart-topics-container
  .smart-topic-collection
  .yotpo-smart-topics-see-more-label {
  margin-top: 0;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-smart-topics-panel
  .yotpo-smart-topics-container
  .smart-topic-collection
  .yotpo-smart-topic-filter[style*="#FFFFFF"] {
  background: var(--my-primary-color);
  color: #fff;
}

/*CQ*/
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-custom-questions-filter {
  flex-basis: 173px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-custom-questions-filter
  .yotpo-radio-base {
  display: block;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable {
  width: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-base {
  width: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-base
  .yotpo-dropdown-placeholder-input {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: var(--text-color);
  border-radius: 4px;
  border: 1px solid #949197;
  position: relative;
  top: 0;
  z-index: 1;
  height: 50px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-base
  .yotpo-selected-value {
  font-weight: 400;
  font-size: 14px;
  color: #69646c;
  text-transform: capitalize;
  z-index: 1;
  text-align: left;
  pointer-events: none;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-base
  svg.yotpo-dropdown-arrow-icon {
  z-index: 1;
  pointer-events: none;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper {
  width: 100%;
  height: auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px;
  top: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option {
  width: 100%;
  margin: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
  color: var(--text-color);
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option
  svg {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option
  svg
  path {
  fill: var(--my-primary-color);
}
/*.yotpo-reviews-main-widget .yotpo-main-widget-layout [class*="yotpo-main-"] .yotpo-filters-container .yotpo-filters-container-inner .yotpo-custom-questions-filter .yotpo-dropdown-closable .yotpo-dropdown-content-wrapper .yotpo-dropdown-option[title="All"]{font-size:0;position:relative;}
.yotpo-reviews-main-widget .yotpo-main-widget-layout [class*="yotpo-main-"] .yotpo-filters-container .yotpo-filters-container-inner .yotpo-custom-questions-filter .yotpo-dropdown-closable .yotpo-dropdown-content-wrapper .yotpo-dropdown-option[title="All"]:before{content:"Tous";font-size:14px;}*/

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option[aria-selected="true"] {
  background: rgba(0, 0, 0, 0.2) !important;
  color: var(--my-primary-color) !important;
  font-weight: 500 !important;
}

/*END CQ*/

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel {
  /*border-top: 1px solid #E3E3E3;padding: 15px 0;*/
  width: 100%;
  flex-basis: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable {
  font-size: 16px;
  color: var(--my-third-color);
  height: 100%;
  border: none;
  font-weight: 400;
  text-transform: lowercase; /*width: auto;height: 100%;*/
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-dropdown-placeholder {
  font-size: 16px;
  font-weight: 500;
  text-transform: lowercase;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-selected-value {
  /*padding: 0 30px 0 15px;position: relative;width: fit-content;text-align: left;height: 100%;line-height: 47px;box-sizing: border-box;border-radius: 4px;font-size: 14px;font-weight: 600;border: 1px solid #CFCFCF;background: #E9EDFF;color: #353535;*/
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-selected-value:before {
  /*content: "Sort by ";font-weight: normal;*/
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-selected-value:after {
  /*content:"";width:18px;height:18px;display:block;position: absolute;top: 54%;transform: translateY(-50%);right: 10px;background-size: contain;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(53,53,53,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");*/
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  svg.yotpo-dropdown-arrow-icon {
  /*display:none;*/
  width: 16px;
  height: 16px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  svg.yotpo-dropdown-arrow-icon
  path {
  stroke-width: 0.5px;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper {
  width: 100%;
  height: auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px;
  top: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option {
  width: 100%;
  margin: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option[aria-selected="true"] {
  font-weight: 500 !important;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option
  svg {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option
  svg
  path {
  fill: var(--my-primary-color);
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option:hover,
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option[aria-selected="true"] {
  background: rgb(0, 0, 0, 0.2) !important;
  color: var(--accent-color) !important;
}
/*END FILTER RATING*/

/*MOBILE FILTER*/
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container {
  z-index: 999999;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-header {
  box-sizing: border-box;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-header
  .yotpo-popup-close-button-wrapper {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-header
  .yotpo-popup-close-button-wrapper
  svg.yotpo-mobile-filters-popup-close {
  top: 23px;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-header
  .yotpo-mobile-filters-popup-title {
  font-weight: bold;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-header
  .yotpo-mobile-filters-popup-clear {
  right: 10px;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content {
  padding: 60px 15px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper {
  margin-bottom: 15px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-mobile-filters-popup-field-label {
  font-weight: bold;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-media-filter {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-media-filter
  .yotpo-radio-base {
  width: 100%;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-dropdown-base {
  position: relative;
  width: 100%;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-dropdown-base
  input.yotpo-filter-select {
  font-weight: 400;
  font-size: 14px;
  z-index: 1;
  position: relative;
  top: 0;
  border-radius: 4px;
  border: 1px solid #949197;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-dropdown-base
  svg.yotpo-dropdown-arrow-icon {
  z-index: 1;
  pointer-events: none;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-dropdown-base
  .yotpo-star-rating {
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-dropdown-base
  .yotpo-selected-value {
  z-index: 1;
  font-weight: normal;
  font-size: 14px;
  color: #69646c;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-media-filter
  .yotpo-media-select {
  font-weight: 400;
  font-size: 16px;
  border-radius: 3px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-media-filter
  .yotpo-selected-value {
  z-index: 1;
  font-weight: normal;
  left: 0;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-media-filter
  svg.yotpo-radio-icon
  path {
  fill: var(--my-third-color);
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-mobile-filters-popup-btn {
  width: 100%;
  height: 50px;
  flex-basis: auto;
  border-radius: 4px;
  border: 1px solid #949197 !important;
  background: transparent; /*padding: 8px 12px;*/
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-mobile-filters-popup-btn
  .yotpo-mobile-filters-btn-text {
  font-size: 14px;
  font-weight: 500;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-score-filter
  .yotpo-dropdown-content {
  width: 100%;
  height: auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-score-filter
  .yotpo-dropdown-content
  span.yotpo-score-option {
  width: 100%;
  margin: 0;
  max-width: 100%;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-score-filter
  .yotpo-dropdown-content
  span.yotpo-score-option[aria-selected="true"],
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-score-filter
  .yotpo-dropdown-content
  span.yotpo-score-option:hover {
  background: rgba(0, 0, 0, 0.2) !important;
  color: var(--yotpo-empty-white) !important;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-score-filter
  .yotpo-dropdown-content
  .yotpo-score-option:hover,
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-score-filter
  .yotpo-dropdown-content
  .yotpo-score-option[aria-selected="true"] {
  background: rgba(0, 0, 0, 0.2) !important;
  color: var(--yotpo-empty-white) !important;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-score-filter
  .yotpo-dropdown-content
  .yotpo-score-option:hover
  span.yotpo-score.yotpo-score-option {
  background: none !important;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-dropdown-base
  .yotpo-selected-score {
  z-index: 1;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-score-filter
  .yotpo-dropdown-content
  .yotpo-score-option
  svg.yotpo-selected-icon
  path {
  fill: var(--my-primary-color);
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option
  svg.yotpo-selected-icon {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-score-filter-container
  .yotpo-dropdown-content
  .yotpo-score-option
  svg.yotpo-selected-icon
  path {
  fill: var(--accent-color);
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-score-filter
  .yotpo-dropdown-content
  .yotpo-score-option
  .yotpo-score {
  margin-left: 12px;
  color: var(--my-primary-color);
  font-weight: 500 !important;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-score-filter
  .yotpo-dropdown-content
  .yotpo-score-option
  .yotpo-score
  .star-container {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-score-filter
  .yotpo-dropdown-content
  .yotpo-score-option
  .yotpo-score
  .star-container
  .yotpo-sr-star-empty {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-score-filter
  .yotpo-dropdown-content
  .yotpo-score-option
  .yotpo-score
  .star-container
  .yotpo-sr-star-empty
  path,
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-dropdown-base
  .yotpo-selected-score
  .star-container
  .yotpo-sr-star-empty
  path {
  stroke: var(--accent-color);
  fill: var(--yotpo-empty-white);
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-score-filter
  .yotpo-dropdown-content
  .yotpo-score-option
  .yotpo-score
  .star-container
  .yotpo-sr-star-full
  path,
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-mobile-filters-popup-field-wrapper
  .yotpo-dropdown-base
  .yotpo-selected-score
  .star-container
  .yotpo-sr-star-full
  path {
  stroke: var(--accent-color);
  fill: var(--accent-color);
}

/*CQ*/
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-custom-questions-filters {
  row-gap: 10px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-custom-questions-filters
  svg {
  top: 42%;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-custom-questions-filters
  .yotpo-custom-questions-filter {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-custom-questions-filters
  .yotpo-custom-questions-filter
  .yotpo-radio-base {
  width: -webkit-fill-available;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-custom-questions-filters
  .yotpo-custom-questions-filter
  .yotpo-custom-questions-filter-title {
  font-weight: bold;
  text-transform: capitalize;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-custom-questions-filters
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-custom-questions-filters
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-base {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-custom-questions-filters
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-base
  .yotpo-dropdown-placeholder {
  border-radius: 0;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-custom-questions-filters
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-base
  .yotpo-selected-value {
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-custom-questions-filters
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper {
  width: 100%;
  height: auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-custom-questions-filters
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option {
  width: 100%;
  margin: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-custom-questions-filters
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option
  svg {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content
  .yotpo-custom-questions-filters
  .yotpo-custom-questions-filter
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper
  .yotpo-dropdown-option
  svg
  path {
  fill: var(--my-primary-color);
}
/*END CQ*/

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  button.yotpo-mobile-filters-btn
  .yotpo-mobile-filters-btn-badge-wrapper {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  button.yotpo-mobile-filters-btn
  .yotpo-mobile-filters-btn-badge-wrapper
  span {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*END MOBILE FILTER*/

/*SEARCH RESULT SECTION*/
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-clear-filters-device {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  justify-content: space-between;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-clear-filters-device
  .yotpo-matched-reviews {
  text-align: left;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-clear-filters-device
  .yotpo-clear-filters {
  text-align: right;
}
/*END SEARCH RESULT SECTION*/

/*NO RESULT SECTION*/
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-no-matching-reviews-container {
  margin: 50px 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-no-matching-reviews-container
  .yotpo-no-matching-reviews-primary {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-no-matching-reviews-container
  .yotpo-no-matching-reviews-secondary {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-no-matching-reviews-container
  #yotpo-main-widget-btn {
  width: auto !important;
  min-width: 0;
  height: 100% !important;
  min-height: 0;
  margin: 25px auto 0 !important;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  background: var(--text-color);
  background: var(--accent-color);
  line-height: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-no-matching-reviews-container
  #yotpo-main-widget-btn:hover {
  background: transparent;
  border: 1px solid var(--my-primary-color);
  color: var(--my-primary-color);
}
/*END NO RESULT SECTION*/

/*NO REVIEWS AND QUESTION BUTTON*/
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  [class*="-empty-state"] {
  /*border-top: 1px solid #E3E3E3;*/
  padding: 25px 0 0;
  margin: 0;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  [class*="-empty-state"]
  svg {
  margin: 0 auto;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  [class*="-empty-state"]
  .yotpo-qna-empty-state {
  padding: 0;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  [class*="-empty-state"]
  .yotpo-title-text {
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  [class*="-empty-state"]
  .yotpo-body-text {
}

.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  [class*="-btn-wrapper"] {
  margin: 0 auto 50px;
  width: fit-content;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  [class*="-btn-wrapper"]
  #yotpo-main-widget-btn.empty-state {
  width: auto;
  height: 100%;
  margin: 0 auto;
  padding: 15px 25px;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  background: var(--text-color);
  background: var(--accent-color);
  line-height: 100%;
  text-transform: uppercase;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  [class*="-btn-wrapper"]
  #yotpo-main-widget-btn.empty-state:hover {
  background: transparent;
  border: 1px solid var(--my-primary-color);
  color: var(--my-primary-color);
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  [class*="-btn-wrapper"]
  #yotpo-widget-btn.empty-state {
  width: auto;
  height: 100%;
  margin: 0 auto;
  padding: 15px 25px;
  border: 1px solid transparent;
  border-radius: 50px;
  background: var(--accent-color);
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  [class*="-btn-wrapper"]
  #yotpo-widget-btn.empty-state
  span {
  color: #fff;
  font-weight: 500;
  line-height: 100%;
  line-height: 100%;
  text-transform: uppercase;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  [class*="-btn-wrapper"]
  #yotpo-widget-btn.empty-state:hover {
  background: transparent;
  border: 1px solid var(--my-primary-color);
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  [class*="-btn-wrapper"]
  #yotpo-widget-btn.empty-state:hover
  span {
  color: var(--my-primary-color);
}
/*END NO REVIEWS AND QUESTION BUTTON*/

/*==END OVERALL FILTERS==*/

/*REVIEWS*/
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list {
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review:first-child {
  margin-top: 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review {
  position: relative;
  margin: 0 0;
  background: #f3eeed;
  padding: 24px 24px 0;
  border-radius: 8px 8px 0 0;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel {
  order: 1;
  flex-basis: 100%;
  min-width: auto;
  margin: 16px auto 12px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer {
  align-items: center;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-image {
  display: block;
  width: 40px;
  height: 40px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-image
  svg.yotpo-initials-icon {
  width: 40px;
  height: 40px;
  background: var(--my-third-color);
  border-radius: 50%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-image
  svg
  .yotpo-initials-background {
  fill: var(--my-third-color);
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-image
  svg
  .yotpo-avatar-initials-text {
  font-size: 16px;
  fill: #fff;
  font-weight: normal;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-image
  .yotpo-verified-icon-wrapper {
  left: 28px;
  top: 25px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-image
  .yotpo-verified-icon-wrapper
  svg.yotpo-verified-icon
  circle {
  fill: #1cc286;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-details {
  align-self: center;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-details-verified {
  flex-direction: row;
  padding-top: 0;
  gap: 5px;
  align-items: center;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-name {
  font-size: 16px;
  color: var(--my-third-color) !important;
  font-weight: 500;
  line-height: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-details-verified
  > div {
  line-height: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-details-verified
  > div
  svg {
  display: none;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-details-verified
  > div
  span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-left: 0 !important;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container {
  width: max-content;
  margin: 10px 0 0 50px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper {
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question
  .yotpo-custom-questions-free-text-question {
  display: flex;
  gap: 10px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question
  .yotpo-custom-questions-free-text-question
  .yotpo-custom-questions-free-text-title {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: var(--my-primary-color) !important;
  position: relative;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question
  .yotpo-custom-questions-free-text-question
  .yotpo-custom-questions-free-text-title:after {
  content: ":";
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question
  .yotpo-custom-questions-free-text-question
  .yotpo-custom-questions-free-text-value {
  font-size: 12px !important;
  font-weight: normal;
  color: var(--my-primary-color) !important;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-key-value-question {
  margin: 0 0 0;
  grid-template-columns: 170px 130px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-key-value-question
  .yotpo-custom-questions-title {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: var(--my-secondary-color) !important;
  position: relative;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-key-value-question
  .yotpo-custom-questions-title:after {
  content: ":";
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-key-value-question
  .yotpo-custom-questions-value {
  font-size: 12px;
  color: var(--my-secondary-color) !important;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions
  .yotpo-custom-questions-see-more-closable {
  margin-top: 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions
  .yotpo-custom-questions-see-more-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--my-third-color);
  margin-top: 5px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-review-customer-questions-container
  .yotpo-review-customer-questions
  .yotpo-custom-questions-see-more-content-wrapper {
  position: static !important;
  width: auto !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border-radius: 0;
  margin: 0 0 0;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel {
  display: flex;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  flex-basis: 100%;
  order: 0;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel:has(.yotpo-thumbnail-container)
  .yotpo-review-rating-title {
  width: calc(100% - 320px);
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel:has(.yotpo-thumbnail-container)
  .yotpo-review-content {
  width: calc(100% - 320px);
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-rating-title {
  display: flex;
  margin-bottom: 14px;
  order: 1;
  align-items: flex-start;
  gap: 12px;
  flex-direction: column;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-rating-title
  .yotpo-star-rating {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-rating-title
  .yotpo-star-rating
  .star-container:not(:last-child) {
  margin-right: 4px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-rating-title
  .yotpo-star-rating
  .star-container
  svg {
  width: 14px;
  height: 14px;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-rating-title
  .yotpo-review-title {
  color: var(--my-primary-color);
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  font-family: "Kanit", sans-serif !important;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  line-height: 1;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-rating-title
  .yotpo-review-title
  span {
  text-transform: inherit;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-content {
  font-size: 16px;
  margin: 0;
  order: 2;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-content
  a.yotpo-read-more {
  font-weight: 500; /*text-decoration:underline;*/
  color: var(--my-third-color);
  font-size: inherit;
}

/* Fixing the space on Read More when it's first on the line */
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-content
  .yotpo-read-more-text {
  display: inline;
  margin-right: 5px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-content
  a.yotpo-read-more {
  margin: 0;
}
/* Fixing the space on Read More when it's first on the line */

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container {
  order: 3;
  max-width: 100%;
  min-width: auto;
  margin: 0 0 0;
  padding: 0;
  height: 100%;
  gap: 8px;
  align-items: flex-start;
  min-height: 0;
  overflow: auto;
  position: absolute;
  right: 24px;
  top: 24px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container
  .yotpo-media-thumbnail:hover {
  outline: 0;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container
  .yotpo-media-option-thumbnail {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container
  .yotpo-media-option-thumbnail
  .yotpo-single-thumbnail.yotpo-video-thumbnail {
  width: 68px !important;
  min-width: 68px !important;
  height: 68px !important;
  min-height: 68px !important;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container
  .yotpo-media-option-thumbnail
  .yotpo-video-play-icon {
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container
  .yotpo-media-option-thumbnail
  .yotpo-single-thumbnail.yotpo-image-thumbnail {
  width: 68px !important;
  min-width: 68px !important;
  height: 68px !important;
  min-height: 68px !important;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container
  div[role="listitem"] {
  margin: 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container
  .yotpo-collapsed-wrapper {
  margin: 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container
  .yotpo-collapsed-wrapper
  .yotpo-collapsed-text {
  margin-left: 5px;
  font-weight: bold;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container
  div[role="listitem"]:hover,
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container
  .yotpo-collapsed-wrapper:hover {
  box-shadow: none;
  outline: 0;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container
  div[role="listitem"]
  .yotpo-thumbnail {
  position: relative;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container
  div[role="listitem"]
  .yotpo-thumbnail.yotpo-video-thumbnail:before {
}

.yotpo-reviews-main-widget
  .modal-backdrop.yotpo-media-modal
  .yotpo-modal
  .yotpo-media-modal-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container::-webkit-scrollbar,
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container::-webkit-scrollbar {
  height: 10px;
  width: 10px; /* height of horizontal scrollbar ← You're missing this */ /* width of vertical scrollbar */
}

.yotpo-reviews-main-widget
  .modal-backdrop.yotpo-media-modal
  .yotpo-modal
  .yotpo-media-modal-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container::-webkit-scrollbar-thumb:horizontal,
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container::-webkit-scrollbar-thumb:horizontal {
  background: var(--my-primary-color);
  border-radius: 10px;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel {
  order: 4 !important;
  margin: 25px 0 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper {
  gap: 5px;
  flex-direction: column;
  justify-content: flex-end;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-custom-questions-range-question-title {
  line-height: 100%;
  font-weight: normal;
  font-size: 12px;
  position: relative;
  color: var(--my-secondary-color);
  text-align: left;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-custom-questions-range-question-value {
  line-height: 100%;
  font-weight: normal;
  font-size: 12px;
  color: var(--my-third-color);
  display: none;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar {
  background: #e3e3e3;
  border: none;
  border-radius: 20px;
  height: 8px;
  margin-top: 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar
  .yotpo-progress-bar-score {
  background: var(--my-third-color) !important;
  height: 100%;
  border-radius: 20px;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-value {
  position: relative;
  margin-top: 5px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-value
  .yotpo-progress-bar-value-point {
  display: none;
  width: 10px;
  height: 8px;
  background: #eaeaea !important;
  border-radius: 0;
  bottom: 9px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-value-label {
  font-weight: normal;
  color: var(--my-third-color);
  line-height: 100%;
  display: none;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question
  .yotpo-custom-questions-free-text-question {
  margin-bottom: 5px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question
  .yotpo-custom-questions-free-text-question:not(:last-child) {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question
  .yotpo-custom-questions-free-text-question
  .yotpo-custom-questions-free-text-title {
  font-size: 12px;
  font-weight: bold !important;
  font-style: normal;
  color: var(--my-secondary-color) !important;
  position: relative;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question
  .yotpo-custom-questions-free-text-question
  .yotpo-custom-questions-free-text-title:after {
  content: ":";
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question
  .yotpo-custom-questions-free-text-question
  .yotpo-custom-questions-free-text-value {
  font-size: 12px !important;
  font-weight: normal !important;
  color: var(--my-secondary-color) !important;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-custom-questions-see-more-closable {
  margin-top: 0;
  width: fit-content;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-custom-questions-see-more-closable
  .yotpo-custom-questions-see-more-label {
  font-size: 12px;
  font-weight: bold;
  color: var(--my-third-color);
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-product-questions
  .yotpo-custom-questions-see-more-closable
  .yotpo-custom-questions-see-more-content-wrapper {
  position: static !important;
  width: auto !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border-radius: 0;
  margin: 0 0 0 !important;
  overflow: auto !important;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-related-product {
  order: 5;
  margin-top: 25px !important;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-related-product
  .yotpo-related-product-title {
  line-height: 100%;
  font-size: 0;
  line-height: 1;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-related-product
  .yotpo-related-product-title:before {
  content: "Reviewed at: ";
  font-size: 14px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-related-product
  .yotpo-related-product-name {
  line-height: 100%;
  font-weight: normal;
  font-size: 14px;
  color: var(--my-third-color);
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-comment {
  margin-top: 10px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  gap: 15px;
  width: 100%;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-comment
  .yotpo-vertical-line {
  margin-left: 0;
  display: none;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-comment
  .yotpo-comment-data {
  flex-direction: column-reverse;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-comment
  .yotpo-comment-data
  .yotpo-comment-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: var(--my-third-color);
  margin: 10px 0 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-comment
  .yotpo-comment-data
  .yotpo-comment-content {
  font-size: 16px;
  font-weight: 400;
  color: var(--my-secondary-color);
  margin: 0;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-comment
  .yotpo-comment-avatar {
  display: none; /*margin-left:0;border-radius: 50%;height: 30px;*/
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-right-panel {
  margin: 0 0 0;
  order: 2;
  flex-basis: 0;
  align-self: flex-start;
  min-width: auto !important;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-right-panel
  .yotpo-review-details {
  justify-content: flex-end;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-right-panel
  .yotpo-review-details
  svg {
  display: none;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-right-panel
  .yotpo-review-date {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-right-panel
  .yotpo-review-date
  .yotpo-date-format {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #69646c;
}

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review-votes-wrapper {
  margin: -12px 0 24px;
  align-items: center;
  background: #f3eeed;
  padding: 0 24px 24px;
  border-radius: 0 0 8px 8px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review-votes-wrapper
  .yotpo-review-votes-text {
  font-size: 13px;
  text-transform: capitalize;
  color: var(--my-primary-color);
  line-height: 1;
  display: none;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review-votes-wrapper
  .yotpo-review-votes-icons-wrapper {
  position: relative;
  gap: 16px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review-votes-wrapper
  .yotpo-review-votes-icons-wrapper
  .yotpo-review-votes-icons-container {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review-votes-wrapper
  .yotpo-review-votes-icons-wrapper
  .yotpo-review-votes-icons-container
  .yotpo-review-votes-icons {
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review-votes-wrapper
  .yotpo-review-votes-icons-wrapper
  .yotpo-review-votes-icons-container
  .yotpo-review-votes-icons
  svg {
  margin: -1px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review-votes-wrapper
  .yotpo-review-votes-icons-wrapper
  .yotpo-review-votes-icons-container
  .yotpo-review-votes-icons
  svg
  path {
  fill: var(--my-primary-color);
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review-votes-wrapper
  .yotpo-review-votes-icons-wrapper
  .yotpo-review-votes-icons-container
  .yotpo-review-votes-number {
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  color: var(--my-primary-color);
}

/*.yotpo-reviews-main-widget .yotpo-main-widget-layout .yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper .yotpo-review-votes-icons-wrapper .yotpo-review-votes-icons-container .yotpo-review-votes-icons svg.yotpo-review-votes-icon-up path{fill:var(--my-primary-color)!important;}*/

.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review-border-smooth {
  display: block;
  background-size: cover;
  height: 1px;
}
.yotpo-reviews-main-widget
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review-border-smooth.top-margin {
  margin: 25px 0 0;
  background: #e3e3e3;
  display: none;
}
/*.yotpo-reviews-main-widget .yotpo-main-widget-layout .yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review-border-smooth:last-of-type{display:none;}*/

/*END REVIEWS*/

/*IMAGE MODAL*/

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile
  .modal-backdrop.yotpo-media-modal {
  background-color: #fff;
  overflow-y: scroll;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile
  .modal-backdrop.yotpo-media-modal
  #yotpo-modal {
  overflow-y: unset;
}

/*NEW IMAGE POP-UP DESIGN*/

.yotpo-reviews-main-widget .modal-backdrop[class*="media-modal"] {
  padding: 20px;
  box-sizing: border-box;
}
.yotpo-reviews-main-widget .modal-backdrop[class*="media-modal"] .yotpo-modal {
  outline: 0;
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  header.yotpo-modal-header {
  padding: 20px !important;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  header.yotpo-modal-header
  .yotpo-review-media-modal-header {
  width: 100%;
  margin: 0;
  line-height: 100%;
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-modal-body {
  overflow: auto;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body {
  flex-direction: row; /*flex-wrap: wrap;*/
  margin: 0;
  padding: 20px; /*width:100%;height:100%;*/
  box-sizing: border-box;
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-left-side {
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-left-side
  .yotpo-review-media-modal-preview-container {
  height: 100%;
  justify-content: center;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-left-side
  .yotpo-review-media-modal-preview-container
  .yotpo-review-media-modal-media-container {
  /*width:100%;*/
  height: 100%;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-left-side
  .yotpo-review-media-modal-preview-container
  .yotpo-review-media-modal-media-container
  .yotpo-slider-wrapper {
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-left-side
  .yotpo-review-media-modal-preview-container
  .yotpo-review-media-modal-media-container
  .yotpo-slider-wrapper
  .carousel {
  height: 100%;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-left-side
  .yotpo-review-media-modal-preview-container
  .yotpo-review-media-modal-media-container
  .yotpo-slider-wrapper
  .carousel
  .carousel__viewport {
  height: 100%;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-left-side
  .yotpo-review-media-modal-preview-container
  .yotpo-review-media-modal-media-container
  .yotpo-slider-wrapper
  .carousel
  .carousel__viewport
  .carousel__track {
  height: 100%;
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side {
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side::-webkit-scrollbar {
  height: 10px;
  width: 3px;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side::-webkit-scrollbar-thumb {
  background: var(--my-primary-color);
  border-radius: 10px;
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top {
  align-items: center;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer {
  align-items: center;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  .yotpo-reviewer-image {
  display: none;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  .yotpo-reviewer-image
  .yotpo-verified-image-icon {
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  .yotpo-reviewer-image
  .yotpo-verified-image-icon
  span {
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  .yotpo-reviewer-image
  .yotpo-verified-image-icon
  span
  svg.yotpo-anonymous-person-icon {
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  .yotpo-reviewer-image
  .yotpo-verified-image-icon
  span
  svg.yotpo-anonymous-person-icon
  circle {
  fill: #fff;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  .yotpo-reviewer-image
  .yotpo-verified-image-icon
  span
  svg.yotpo-anonymous-person-icon
  circle:nth-of-type(1) {
  fill: var(--my-third-color);
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  .yotpo-reviewer-image
  .yotpo-verified-image-icon
  .yotpo-verified-icon-wrapper {
  left: 28px;
  top: 25px;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  .yotpo-reviewer-image
  .yotpo-verified-image-icon
  .yotpo-verified-icon-wrapper
  svg {
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  .yotpo-reviewer-image
  .yotpo-verified-image-icon
  .yotpo-verified-icon-wrapper
  svg
  circle {
  fill: var(--my-third-color);
  fill: #1cc286;
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  [class*="yotpo-reviewer-details"] {
  flex-direction: column;
  padding-top: 0;
  gap: 5px;
  align-items: center;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  [class*="yotpo-reviewer-details"]
  .yotpo-reviewer-name {
  font-size: 16px;
  color: var(--my-third-color) !important;
  font-weight: 500;
  line-height: 100%;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  [class*="yotpo-reviewer-details"]
  > div {
  line-height: 100%;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  [class*="yotpo-reviewer-details"]
  > div
  svg {
  display: none;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  [class*="yotpo-reviewer-details"]
  > div
  span {
  display: block;
  font-size: 16px;
  line-height: 100%; /*margin-left:0!important;*/
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-content-date {
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-content-date
  .yotpo-date-format {
  font-weight: normal;
  line-height: 100%;
  color: #69646c;
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center {
  display: flex;
  padding: 0;
  margin: 15px 0 0;
  flex-basis: 100%;
  height: auto;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-star-rating {
  margin: 0;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-star-rating
  .star-container:not(:last-child) {
  margin-right: 4px;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-star-rating
  .star-container
  svg {
  width: 14px;
  height: 14px;
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-review-title {
  line-height: 100%;
  color: var(--my-secondary-color);
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 10px;
  text-transform: lowercase;
  font-family: "Kanit", sans-serif !important;
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-thumbnail-container {
  order: 3;
  max-width: 100%;
  min-width: 100%;
  margin: 20px 0 0;
  padding: 0;
  gap: 10px;
  min-height: auto;
  overflow: auto;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-thumbnail-container
  div[role="listitem"] {
  margin: 0;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-thumbnail-container
  div[role="listitem"]:hover {
  box-shadow: none;
  outline: 0;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-thumbnail-container
  div[role="listitem"]
  .yotpo-selected-thumbnail {
  box-shadow: none;
  outline: none;
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-thumbnail-container
  .yotpo-media-option-thumbnail {
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-thumbnail-container
  .yotpo-media-option-thumbnail
  .yotpo-selected-thumbnail {
  outline: none;
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-modal-body-review-content {
  font-size: 14px;
  margin: 0;
  order: 2;
  flex: unset;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-modal-body-review-content
  .yotpo-read-more-text {
  font-size: inherit;
  line-height: 100%;
}
.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-modal-body-review-content
  a.yotpo-read-more {
  font-weight: 500; /*text-decoration:underline;*/
  color: var(--my-third-color);
}

.yotpo-reviews-main-widget
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-review-question-wrapper {
  display: none;
}

/*END IMAGE MODAL*/

/*PAGINATION*/
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav {
  margin: 24px auto;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination {
  margin: 0;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  .yotpo-horizontal-pagination-container {
  margin: 0;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 20px;
  color: var(--my-third-color);
  height: 100%;
  width: auto;
  padding: 3px 5px;
  min-width: auto;
  line-height: 100%;
  border-bottom: 2px solid transparent;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"]
  .yotpo-pagination-icon {
  fill: var(--my-third-color);
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"]:hover
  .yotpo-pagination-icon {
  fill: var(--my-third-color);
}

.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"].selected,
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"]:hover {
  background: none;
  font-weight: 500;
  border-bottom: 2px solid var(--my-primary-color);
}

.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"][aria-label="Goto previous page"] {
  margin: 0;
  padding: 0;
  margin-right: 15px;
  position: relative;
  border: none;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"][aria-label="Goto previous page"]:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' fill='currentColor'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"][aria-label="Goto previous page"]
  svg {
  display: none;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"][aria-label="Goto previous page"]
  svg
  path {
}

.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"][aria-label="Goto previous page"]:hover {
  border: none;
}

.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"][aria-label="Goto next page"] {
  margin: 0;
  padding: 0;
  margin-left: 15px;
  position: relative;
  border: none;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"][aria-label="Goto next page"]:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' fill='currentColor'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"][aria-label="Goto next page"]
  svg {
  display: none;
}
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"][aria-label="Goto next page"]
  svg
  path {
}

.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-horizontal-pagination
  [class*="-pagination-item"][aria-label="Goto next page"]:hover {
  border: none;
}

.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-vertical-pagination
  .yotpo-reviews-pagination-item,
.yotpo-widget-override-css
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  nav
  .yotpo-vertical-pagination
  .yotpo-pagination-item {
  width: auto;
  height: 100%;
  padding: 15px 25px;
  border: none;
  border-radius: 50px;
  color: #fff;
  background: var(--accent-color);
  line-height: 100%;
  text-transform: capitalize;
  font-weight: 500;
  text-transform: uppercase;
}
/*END PAGINATION*/

/*QUESTIONS TAB*/
/*HEADING*/
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-header-container {
  margin: 0;
  gap: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-header-container
  .yotpo-header-head {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
  position: relative;
  padding: 0;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-header-container
  .yotpo-header-head:before {
  display: none;
  content: "";
  width: 100%;
  height: 0.5px;
  background: #e3e3e3;
  position: absolute;
  top: 0; /*transform: translateY(-50%);*/
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-header-container
  .yotpo-header-head
  .yotpo-header-headline {
  font-family: "Kanit", sans-serif !important;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 100%;
  color: var(--text-color);
  margin: 0;
  flex-basis: 100%;
  max-width: 100%;
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-header-container:has(.yotpo-ask-question-btn-wrapper) {
  gap: 40px;
  padding: 40px 0;
}
/*END HEADING*/

/*HEADER*/
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-header-container
  .yotpo-header-head
  .yotpo-header-summary {
  font-family: "Kanit", sans-serif !important;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 100%;
  color: var(--my-primary-color);
  position: relative;
  text-transform: lowercase;
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-header-container
  .yotpo-ask-question-btn-wrapper {
  position: static;
  transform: none;
  margin: 0 0;
  align-self: center;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-header-container
  .yotpo-ask-question-btn-wrapper
  #yotpo-widget-btn {
  width: auto;
  min-width: 0;
  height: 100%;
  min-height: 0;
  padding: 20px 52px;
  padding: 0;
  width: 140px;
  height: 36px;
  border: 1px solid var(--my-third-color);
  border-radius: 50px;
  background: #fff;
  text-decoration: none;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-header-container
  .yotpo-ask-question-btn-wrapper
  #yotpo-widget-btn
  span {
  font-size: 12px;
  color: var(--my-third-color);
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "HelveticaNeue", sans-serif !important;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-header-container
  .yotpo-ask-question-btn-wrapper
  #yotpo-widget-btn:hover {
  border: 1px solid var(--accent-color);
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-header-container
  .yotpo-ask-question-btn-wrapper
  #yotpo-widget-btn:hover
  span {
}

/*HEADER*/

/*QUESTIONS LIST*/
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-layout-header-wrapper {
  display: none;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-border-smooth {
  display: none;
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container {
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list {
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question {
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question {
  position: relative;
  margin: 24px 0;
  border-radius: 8px;
  background: #f3eeed;
  padding: 24px;
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper {
  flex-basis: auto;
  padding: 0;
  align-items: center;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-image {
  align-items: flex-start;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-image
  .yotpo-verified-image-icon {
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-image
  .yotpo-verified-image-icon
  span {
  display: block;
  width: 40px;
  height: 40px;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-image
  .yotpo-verified-image-icon
  span
  > svg {
  width: 40px;
  height: 40px;
  background: var(--my-third-color);
  border-radius: 50%;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-image
  .yotpo-verified-image-icon
  svg
  .yotpo-initials-background {
  fill: var(--my-third-color);
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-image
  .yotpo-verified-image-icon
  svg
  .yotpo-avatar-initials-text {
  font-size: 16px;
  fill: #fff;
  font-weight: normal;
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-image
  .yotpo-verified-image-icon
  .yotpo-verified-icon-wrapper {
  left: 28px;
  top: 25px;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-image
  .yotpo-verified-image-icon
  .yotpo-verified-icon-wrapper
  svg.yotpo-verified-icon
  circle {
  fill: var(--my-third-color);
  fill: #1cc286;
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-details {
  align-self: center;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-details
  .yotpo-shopper-name {
  font-size: 12px;
  color: #69646c;
  font-weight: 400;
  line-height: 1;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-details-verified {
  flex-direction: column;
  padding-top: 0;
  gap: 5px;
  align-items: center;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-details-verified
  .yotpo-shopper-name {
  font-size: 12px;
  color: #69646c;
  font-weight: 400;
  line-height: 1;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-details-verified
  > div {
  line-height: 100%;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-details-verified
  > div
  svg {
  display: none;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-details-verified
  > div
  span {
  display: block;
  font-size: 12px;
  line-height: 100%; /* margin-left: 0!important;*/
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel {
  display: block;
  padding: 0;
  margin: 10px 0 0 !important;
  flex-basis: 100%;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-content {
  flex-basis: 100%;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 0;
  color: var(--my-primary-color);
  font-family: "Kanit", sans-serif !important;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  line-height: 1;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-content
  .yotpo-read-more-text {
  font-size: inherit;
  font-weight: 500;
  line-height: 100%;
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers {
  margin: 20px 0 0 0;
  width: 100%;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  .yotpo-answers-answer {
  border: none;
  border-top: 1px solid #69646c;
  padding: 20px 0 0 !important;
  box-sizing: border-box;
  width: 100%;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  .yotpo-answers-answer
  .yotpo-answer-data {
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  .yotpo-answers-answer
  .yotpo-answer-data
  .yotpo-answer-content {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 0;
  color: var(--my-primary-color);
  font-family: "Kanit", sans-serif !important;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  line-height: 1;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  .yotpo-answers-answer
  .yotpo-answer-data
  .yotpo-answer-content
  a.yotpo-read-more {
  font-weight: 500;
  color: var(--my-primary-color);
  font-size: inherit;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  .yotpo-answers-answer
  .yotpo-answer-data
  .yotpo-answer-content
  .yotpo-read-more-text {
  font-size: inherit;
  font-weight: 500;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  .yotpo-answers-answer
  .yotpo-answer-data
  .yotpo-answerer-title {
  font-size: 12px;
  font-weight: 400;
  color: #69646c;
  margin-top: 10px;
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  .yotpo-answers-extra-container {
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  a.yotpo-answers-extra {
  padding: 0px;
  margin: 20px 0 0 0;
  border: none !important;
  flex-direction: row-reverse;
  align-items: center;
  text-decoration: none;
  gap: 4px;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  a.yotpo-answers-extra
  svg {
  width: 12px;
  height: 12px;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  a.yotpo-answers-extra
  .yotpo-answers-extra-label {
  font-size: 0;
  color: var(--my-primary-color);
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  margin: 0;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  a.yotpo-answers-extra
  .yotpo-answers-extra-label:before {
  content: "Read all answers";
  font-size: 12px;
  color: inherit;
  font-weight: inherit;
  line-height: 1;
  margin: 0;
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  .yotpo-answers-extra-container {
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  .yotpo-answers-extra-container
  .yotpo-answer.yotpo-answers-answer:not(:first-child) {
  margin-top: 24px;
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-date {
  flex-basis: auto;
  flex-grow: 0;
  min-width: 0;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-date
  .yotpo-date-format {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #69646c;
}
.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-date
  .yotpo-date-format:before {
  content: "on";
  margin: 0 5px;
  line-height: 1;
}

.yotpo-questions-and-answers
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-border-smooth {
  display: block;
  background-size: cover;
  height: 2px;
  display: none;
}
/*.yotpo-questions-and-answers .yotpo-main-widget-layout .yotpo-main-layout .yotpo-questions-container .yotpo-questions-list .yotpo-border-smooth:last-of-type{display:none;}*/

/*END QUESTIONS LIST*/
/*END QUESTIONS TAB*/

/*==RESPONSIVE MOBILE==*/
.yotpo-widget-override-css.yotpo-display-s
  .yotpo-main-widget-layout
  .ugc-storefront-widgets-tabs-container {
  justify-content: flex-start;
}
.yotpo-widget-override-css.yotpo-display-s
  .yotpo-main-widget-layout
  .ugc-storefront-widgets-tabs-container
  .ugc-storefront-widgets-tabs-container__tab {
}

/*REVIEWS HEADER*/
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-head {
  flex-direction: column;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-head:before {
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-head
  .yotpo-headline {
  font-size: 32px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-head
  .yotpo-reviews-by {
  align-self: flex-end;
  width: 100%;
  justify-content: flex-end;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-new-review-btn-wrapper {
  align-self: center;
  width: 100%;
}
/* .yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-new-review-btn-wrapper
  #yotpo-main-widget-btn {
  width: 100%;
} */

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper {
  padding: 30px 0 0;
  flex-direction: column;
  gap: 16px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line {
  gap: 30px;
  align-self: center;
}
/*.yotpo-reviews-main-widget.yotpo-display-s .yotpo-main-widget-layout .[class*="yotpo-main-"] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line:before{content: "";width: 100%;height: 1px;background: #EAEAEA;position: absolute;top:40px;}*/

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section {
  align-items: center;
  margin: 0 auto;
  gap: 16px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-summary {
  margin-top: 0;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-summary
  .yotpo-bottom-line-score {
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-score {
  font-size: 32px;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-reviews-summary-button {
  padding: 0;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-right-panel {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-right-panel
  .yotpo-bottom-line-stars {
  gap: 5px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-right-panel
  .yotpo-bottom-line-stars
  .star-container {
  margin: 0;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-right-panel
  .yotpo-bottom-line-text
  .yotpo-bottom-line-basic-text {
  font-size: 14px;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution {
  margin-top: 0;
  align-self: center;
  width: 200px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution:before {
  content: "";
  width: 100%;
  height: 1px;
  top: -15px;
  left: 0;
  right: 0;
  max-width: 100%;
  transform: none;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution:after {
  display: none;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution
  .yotpo-distribution-row {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution
  .yotpo-distribution-row
  .yotpo-star-distribution-index-wrapper {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution
  .yotpo-distribution-row
  .yotpo-star-distribution-bar {
  width: 100%;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-star-distribution
  .yotpo-distribution-row
  .yotpo-star-distribution-bar
  .yotpo-progress-bar {
  width: 100%;
  max-width: 100%;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-header-lower-wrapper {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-header-lower-wrapper
  .yotpo-bottom-line-question-wrapper-horizontal {
  width: 100%;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-header-lower-wrapper
  .yotpo-bottom-line-question-wrapper-horizontal
  .yotpo-range-questions-center-wrapper {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-header-lower-wrapper
  .yotpo-bottom-line-question-wrapper-horizontal
  .yotpo-range-questions-center-wrapper
  .yotpo-review-range-question-top {
  justify-content: center;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-header-lower-wrapper
  .yotpo-bottom-line-question-wrapper-horizontal
  .yotpo-range-questions-center-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper {
  gap: 5px;
  flex-direction: row;
  align-items: center;
  flex-basis: 100%;
  justify-content: center;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-header-lower-wrapper
  .yotpo-bottom-line-question-wrapper-horizontal
  .yotpo-range-questions-center-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-custom-questions-range-question-title {
  line-height: 100%;
  font-weight: bold;
  font-size: 14px;
  color: var(--my-secondary-color);
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-header-lower-wrapper
  .yotpo-bottom-line-question-wrapper-horizontal
  .yotpo-range-questions-center-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-custom-questions-range-question-value {
  line-height: 100%;
  font-weight: bold;
  font-size: 14px;
  color: var(--my-secondary-color);
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-header-lower-wrapper
  .yotpo-bottom-line-question-wrapper-horizontal
  .yotpo-review-question-wrapper {
  align-items: center;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-header-lower-wrapper
  .yotpo-bottom-line-question-wrapper-horizontal
  .yotpo-review-question-wrapper
  .yotpo-custom-questions-range-question.yotpo-custom-questions-range-question {
  flex-basis: 100%;
  max-width: 100%;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  [class*="yotpo-bottom-line-question-wrapper"]
  .yotpo-review-question-wrapper
  .yotpo-custom-questions-range-question.yotpo-custom-questions-range-question
  .yotpo-custom-questions-range-question-wrapper {
  margin: 0 !important;
}
/*END REVIEW HEADER*/

/*MODAL*/
.yotpo-main-widget-layout.yotpo-display-s
  .modal-backdrop.yotpo-review-form-modal
  [class*="-modal"] {
  width: auto;
}
.yotpo-main-widget-layout.yotpo-display-s
  .modal-backdrop.yotpo-review-form-modal
  [class*="-modal"]
  [class*="modal-body"] {
}

.yotpo-main-widget-layout.yotpo-display-s
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form {
  margin: 0;
}

.yotpo-main-widget-layout.yotpo-display-s
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-new-review-star-rating {
}
.yotpo-main-widget-layout.yotpo-display-s
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-new-review-star-rating
  .yotpo-star-rating-icons {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.yotpo-main-widget-layout.yotpo-display-s
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-new-review-star-rating
  .yotpo-star-rating-icons
  .yotpo-star-rating-icons-wrapper {
  padding: 0;
}
.yotpo-main-widget-layout.yotpo-display-s
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-new-review-star-rating
  .yotpo-star-rating-icons
  .yotpo-star-rating-text {
  width: 100%;
}

.yotpo-main-widget-layout.yotpo-display-s
  .modal-backdrop.yotpo-review-form-modal
  [class*="modal-body"]
  .yotpo-review-form
  .yotpo-input-wrapper {
  width: 100%;
}

.yotpo-main-widget-layout.yotpo-display-s
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .yotpo-qna-modal-header {
  max-width: 270px;
}
.yotpo-main-widget-layout.yotpo-display-s
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form {
  margin: 0;
}
.yotpo-main-widget-layout.yotpo-display-s
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal
  .modal-body
  .yotpo-question-form
  .yotpo-input-wrapper {
  width: 100%;
}
/*END MODAL*/

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-base-layout {
  /*width:100%;*/
}

/*FILTER RATING*/
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner {
  flex-direction: column;
  gap: 16px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner:before {
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel {
  width: 100%;
  flex-basis: 100%;
  flex-direction: column;
  gap: 10px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-free-search-filter-container {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-top-panel
  .yotpo-free-search-filter-container
  label.yotpo-search-label {
  width: 100%;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-smart-topics-panel
  .yotpo-smart-topics-container
  .smart-topic-collection {
  gap: 5px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-smart-topics-panel
  .yotpo-smart-topics-container
  .smart-topic-collection
  .yotpo-smart-topic-filter {
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable {
  font-size: 14px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-dropdown-placeholder {
  font-size: 14px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-selected-value {
  padding: 0;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-filters-container
  .yotpo-filters-container-inner
  .yotpo-filters-right-panel
  .yotpo-sorting-filter-container
  .yotpo-dropdown-closable
  .yotpo-dropdown-content-wrapper {
  width: 180px;
  max-width: 180px;
}
/*END FILTER RATING*/

/*REVIEWS LIST*/
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 16px 16px 0;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel {
  flex-basis: 100%;
  min-width: 0;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer {
  align-items: center;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-details-verified {
  flex-direction: row;
  gap: 5px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-details-verified
  .yotpo-reviewer-name {
  font-size: 14px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-image
  .yotpo-verified-icon-wrapper {
  /*top:22px;left:22px;*/
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-image
  svg
  .yotpo-avatar-initials-text {
  font-size: 12px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-details {
  align-self: center;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-left-panel
  .yotpo-reviewer
  .yotpo-reviewer-details-verified
  > div
  span {
  font-size: 14px; /*margin-left:0!important;*/
}

/*.yotpo-reviews-main-widget.yotpo-display-s .yotpo-main-widget-layout .yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-image .yotpo-verified-image-icon .yotpo-verified-icon-wrapper{left:25px;top:19px;}*/

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel {
  /*padding-left:45px;margin:-10px 0 0;*/
  padding: 0;
  margin: 0;
  flex-basis: 100%;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-rating-title {
  display: block;
  width: 100%;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-rating-title
  .yotpo-star-rating {
  margin-bottom: 0;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-rating-title
  .yotpo-review-title {
  line-height: 100%;
  margin: 15px 0 0;
  font-size: 16px;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-content {
  display: block;
  font-size: 14px;
  width: 100%;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-content
  .sr-only {
  left: 0;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-comment {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-comment
  .yotpo-comment-data
  .yotpo-comment-title {
  font-size: 14px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-comment
  .yotpo-comment-data
  .yotpo-comment-content {
  font-size: 14px;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-thumbnail-container {
  max-width: 250px;
  width: 100%;
  height: auto;
  min-height: 0;
  position: static;
  margin: 15px 0 0;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel {
  margin: 0 0 25px;
  height: auto;
  overflow: auto;
  order: -1 !important;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions {
  margin-top: 0;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper {
  gap: 15px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-key-value-question {
  gap: 0 !important;
  flex-direction: column;
  margin: 0;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-key-value-question
  .yotpo-custom-questions-question-wrapper {
  gap: 0;
  align-items: center;
  flex-direction: row;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-key-value-question
  .yotpo-custom-questions-question-wrapper
  .yotpo-custom-questions-title {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--my-secondary-color) !important;
  font-style: italic;
  min-width: auto;
  align-self: flex-start;
  overflow-wrap: initial !important; /*white-space: unset!important;*/
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-key-value-question
  .yotpo-custom-questions-question-wrapper
  .yotpo-custom-questions-value {
  font-size: 12px;
  font-weight: 400;
  color: var(--my-secondary-color) !important;
  white-space: normal !important;
  overflow-wrap: initial !important;
  width: auto;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-key-value-question
  .yotpo-custom-questions-question-wrapper
  span:last-child {
  display: none;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question
  .yotpo-custom-questions-free-text-question {
  display: flex;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question
  .yotpo-custom-questions-free-text-question
  .yotpo-custom-questions-free-text-title {
  font-size: 16px !important;
  font-weight: normal !important;
  color: var(--my-third-color) !important;
  font-style: normal;
  position: relative;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question
  .yotpo-custom-questions-free-text-question
  .yotpo-custom-questions-free-text-title:after {
  content: ":";
  margin-right: 5px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-free-text-question
  .yotpo-custom-questions-free-text-question
  .yotpo-custom-questions-free-text-value {
  font-size: 16px;
  font-weight: 400;
  color: var(--my-third-color) !important;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-custom-questions-see-more-closable {
  margin-top: 0;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-custom-questions-see-more-closable
  .yotpo-custom-questions-see-more-label {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-custom-questions-see-more-label {
  font-size: 14px;
  font-weight: bold;
  color: var(--my-third-color);
  margin-top: 5px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-custom-questions-see-more-closable
  .yotpo-custom-questions-see-more-content-wrapper {
  position: static !important;
  width: auto !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border-radius: 0;
  margin: 0 0 0 !important;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top {
  flex-direction: column !important;
  gap: 10px !important;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper {
  width: 100% !important;
  gap: 5px;
  flex-direction: column;
  margin-bottom: 0 !important;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper:not(:last-child) {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-custom-questions-range-question-title {
  line-height: 100%;
  font-weight: 400;
  font-size: 12px;
  color: var(--my-secondary-color);
  text-align: left;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-custom-questions-range-question-value {
  line-height: 100%;
  font-weight: 400;
  font-size: 12px;
  color: var(--my-third-color);
  display: none;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-wrapper {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-wrapper
  .yotpo-progress-bar {
  background: #e3e3e3;
  border: none;
  border-radius: 20px;
  height: 8px;
  margin-top: 0;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-wrapper
  .yotpo-progress-bar
  .yotpo-progress-bar-score {
  background: var(--my-third-color) !important;
  height: 100%;
  border-radius: 20px;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-wrapper
  .yotpo-progress-bar-value {
  position: relative;
  margin-top: 5px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-wrapper
  .yotpo-progress-bar-value
  .yotpo-progress-bar-value-point {
  display: none;
  width: 10px;
  height: 8px;
  background: #eaeaea !important;
  border-radius: 0;
  bottom: 9px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-questions-mobile-panel
  .yotpo-review-customer-questions
  .yotpo-review-question-wrapper
  .yotpo-review-range-question-top
  .yotpo-custom-questions-range-question-wrapper
  .yotpo-progress-bar-wrapper
  .yotpo-progress-bar-value
  .yotpo-progress-bar-value-label {
  font-weight: normal;
  color: var(--my-third-color);
  line-height: 100%;
  display: none;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-crfs-seperator {
  display: none;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-related-product {
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px !important;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-related-product
  .yotpo-related-product-title {
  display: block;
  width: auto;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-related-product
  .yotpo-related-product-name {
  width: fit-content;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-right-panel {
  /*flex-basis:30%;order:0;*/
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review
  .yotpo-review-right-panel
  .yotpo-review-details {
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review-votes-wrapper {
  flex-wrap: wrap;
  padding: 0 16px 16px;
  margin: -12px 0 16px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-reviews-container
  .yotpo-reviews-list
  .yotpo-review-votes-wrapper
  .yotpo-review-votes-text {
}
/*END REVIEWS LIST*/

/*END REVIEWS*/

/*IMAGE MODAL*/

/*NEW IMAGE POP-UP MODAL*/
.yotpo-reviews-main-widget.yotpo-display-s
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal {
  width: 600px;
  max-width: 100%;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body {
  /*flex-wrap:wrap;*/
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-left-side {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body::-webkit-scrollbar {
  height: 10px;
  width: 5px;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body::-webkit-scrollbar-thumb {
  background: var(--my-primary-color);
  border-radius: 10px;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side {
  margin: 20px 0 0;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer {
  align-items: center;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  [class*="yotpo-reviewer-details"] {
  flex-direction: column;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-top
  .yotpo-reviewer
  .yotpo-reviewer-image
  .yotpo-verified-image-icon
  .yotpo-verified-icon-wrapper {
  top: 22px;
  left: 22px;
}

.yotpo-reviews-main-widget.yotpo-display-s
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center {
  margin: 15px 0 0;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-star-rating {
  padding: 0;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .modal-backdrop[class*="media-modal"]
  .yotpo-modal
  .yotpo-review-media-modal-body
  .yotpo-modal-body-right-side
  .yotpo-modal-body-right-side-center
  .yotpo-review-title {
  margin: 10px 0 15px;
}

/*==END RESPONSIVE MOBILE==*/

/*QUESTIONS TAB*/

/*HEADER*/
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container {
  gap: 20px;
  padding: 20px 0;
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-header-head {
  text-align: center;
  margin-bottom: 0 !important;
  gap: 30px; /*padding:25px 0;*/
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-header-head:before {
  top: 0;
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-header-head
  .yotpo-header-headline {
  font-size: 32px;
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-header-head
  .yotpo-header-summary {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container:has(.yotpo-ask-question-btn-wrapper) {
  /*gap:30px;padding:30px 0;*/
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-qna-empty-state {
}

.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-ask-question-btn-wrapper {
  margin: 0 auto;
  align-self: center;
  width: 100%;
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  [class*="yotpo-main-"]
  .yotpo-header-container
  .yotpo-ask-question-btn-wrapper
  #yotpo-widget-btn {
  width: 100%;
}

/*END HEADER*/

/*QUESTION LIST*/
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container {
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question {
  padding: 16px;
}

.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper {
  align-items: center;
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-details-verified {
  flex-direction: column;
  gap: 5px;
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-details-verified
  > div
  span {
  /*margin-left:0!important;*/
}

.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel {
  margin: 15px 0 0 !important;
  flex-basis: 100%;
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-content {
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-content
  .yotpo-read-more-text {
  font-size: 16px;
}

.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers {
  margin: 15px 0 0 0;
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  .yotpo-answers-answer {
  padding: 15px 0 0 !important;
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  .yotpo-answers-answer
  .yotpo-answer-data
  .yotpo-answer-content {
  font-size: 16px;
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-center-panel
  .yotpo-question-answers
  .yotpo-answers-answer
  .yotpo-answer-data
  .yotpo-answerer-title {
  /*font-size:14px;*/
}

.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-date {
}

.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-image
  .yotpo-verified-image-icon
  span {
  width: 35px;
  height: 35px;
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-image
  .yotpo-verified-image-icon
  span
  > svg {
  width: 35px;
  height: 35px;
}
.yotpo-questions-and-answers.yotpo-display-s
  .yotpo-main-widget-layout
  .yotpo-main-layout
  .yotpo-questions-container
  .yotpo-questions-list
  .yotpo-question
  .yotpo-question-shopper
  .yotpo-shopper-image
  .yotpo-verified-image-icon
  .yotpo-verified-icon-wrapper {
  left: 22px;
  top: 22px;
}
/*END QUESTION LIST*/

/*END QUESTIONS TAB*/

/*==END RESPONSIVE MOBILE==*/

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-reviews-summary-container
  .yotpo-reviews-summary-container {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-reviews-summary-container
  .yotpo-reviews-summary-container
  .yotpo-reviews-summary-modal-backdrop {
}

.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-reviews-summary-container
  .yotpo-reviews-summary-modal-container {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-reviews-summary-container
  .yotpo-reviews-summary-modal-container
  #yotpo-summary-container {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-reviews-summary-container
  .yotpo-reviews-summary-modal-container
  #yotpo-summary-container
  .yotpo-mobile-summary-bottomline {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-reviews-summary-container
  .yotpo-reviews-summary-modal-container
  #yotpo-summary-container
  .yotpo-summary-header {
  width: 100%;
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-reviews-summary-container
  .yotpo-reviews-summary-modal-container
  #yotpo-summary-container
  .yotpo-summary-body {
}
.yotpo-reviews-main-widget.yotpo-display-s
  .yotpo-reviews-summary-container
  .yotpo-reviews-summary-modal-container
  #yotpo-summary-container
  .yotpo-summary-footer-container {
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"]
  .yotpo-filters-container
  .yotpo-search-filter.yotpo-free-search-filter-container {
  border: 1px solid #918e85 !important;
  height: 50px;
  box-sizing: border-box;
  flex-direction: row-reverse;
}
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"]
  .yotpo-filters-container
  .yotpo-filters-right-panel
  button.yotpo-dropdown-closable.yotpo-reviews-widget-dropdown[aria-expanded="true"]
  svg.yotpo-dropdown-arrow-icon {
  margin: 0 !important;
  position: absolute;
  top: 6px;
  right: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"]
  .yotpo-filters-container
  .yotpo-filters-right-panel
  button.yotpo-dropdown-closable.yotpo-reviews-widget-dropdown[aria-expanded="true"] {
  padding-right: 21px;
}
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style]
  .yotpo-dropdown-content-wrapper {
  width: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style]
  .yotpo-filters-container
  .yotpo-filters-right-panel
  button.yotpo-dropdown-closable.yotpo-reviews-widget-dropdown[aria-expanded="true"] {
  padding-right: 11px;
}

/* 6-13-25 */
.yotpo-empty-state svg {
    display: none;
}

.yotpo-widget-override-css .yotpo-main-widget-layout [class*="yotpo-main-"] [class*="-btn-wrapper"] #yotpo-main-widget-btn.empty-state {
    padding: 0 25px;
    min-height: 0;
    line-height: 34px;
}

.yotpo-widget-override-css .yotpo-main-widget-layout [class*="yotpo-main-"] [class*="-btn-wrapper"] #yotpo-widget-btn.empty-state {
    padding: 0 25px;
    line-height: 34px;
    display: block;
}

@media only screen and (max-width: 767px) {
  .yotpo-reviews-main-widget
    .yotpo-main-widget-layout
    [class*="yotpo-main-"]
    .yotpo-filters-container
    .yotpo-filters-container-inner
    .yotpo-filters-top-panel {
    justify-content: flex-end !important;
  }
  .yotpo-reviews-main-widget .yotpo-main-widget-layout [class*="yotpo-main-"] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-new-review-btn-wrapper {
    width: 100% !important;
  }
.yotpo-reviews-main-widget .yotpo-main-widget-layout [class*="yotpo-main-"] .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-new-review-btn-wrapper #yotpo-main-widget-btn {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {
  .yotpo-reviews-main-widget
    .yotpo-main-widget-layout
    [class*="yotpo-main-"]
    .yotpo-filters-container
    .yotpo-filters-container-inner {
    flex-direction: row;
  }

  .yotpo-reviews-main-widget
    .yotpo-main-widget-layout
    [class*="yotpo-main-"]
    .yotpo-filters-container
    .yotpo-filters-container-inner
    .yotpo-filters-right-panel {
    height: 100%;
  }
}
