[class*="yotpo-display-"][class*="yotpo-device-"] div#newReviewFormModal input,
[class*="yotpo-display-"][class*="yotpo-device-"] div#newReviewFormModal textarea,
[class*="yotpo-display-"][class*="yotpo-device-"] div#newReviewFormModal h4,
[class*="yotpo-display-"][class*="yotpo-device-"] div#newReviewFormModal .yotpo-file-input-headline,
[class*="yotpo-display-"][class*="yotpo-device-"] div#newReviewFormModal .yotpo-custom-question-headline,
[class*="yotpo-display-"][class*="yotpo-device-"] div#newReviewFormModal p,
[class*="yotpo-display-"][class*="yotpo-device-"] div#newReviewFormModal label {
	font-weight: 400 !important;
}

/* Fixed position Arrow in 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;
}

/* Fixed position Arrow in Image Modal */

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

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-review .yotpo-review-center-panel .yotpo-read-more {
	margin: 0;
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 400;
}

/* Fixing the space on Read More when it's first on the line */

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

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list>.yotpo-review-votes-wrapper .yotpo-review-votes-icons-wrapper .yotpo-review-votes-icons-container .yotpo-review-votes-icons {
	margin: 0;
}

/*Header*/

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .ugc-storefront-widgets-tabs-container.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab.selected {
	padding-bottom: 6px;
	border-bottom: 3px solid #000000;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 0.0625rem;
	font-size: 14px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .ugc-storefront-widgets-tabs-container.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab {
	padding-bottom: 6px;
	border-bottom: 3px solid transparent;
	font-family: 'Roboto', sans-serif !important;
	margin-right: 0;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	font-size: 14px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary {
	flex-direction: row;
	align-items: center;
	column-gap: 5px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 5px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
	padding: 0;
	color: var(--text-color);
	line-height: 1.3;
	font-stretch: normal;
	font-size: 42px;
	letter-spacing: normal;
	font-weight: var(--secondary-font-weight);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 30px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line {
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-progress-bar-value .yotpo-progress-bar-value-point {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head:has(.yotpo-reviews-wrapper:empty) {
	justify-content: center;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-star-rating.yotpo-bottom-line-stars .star-container {
	width: 15px;
	height: 15px;
	margin-right: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-star-rating.yotpo-bottom-line-stars .star-container svg {
	width: calc(100% - 2.5px);
	height: calc(100% - 2.5px);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-star-rating.yotpo-bottom-line-stars+.yotpo-bottom-line-text {
	font-family: 'Roboto', Arial, sans-serif !important;
	color: var(--text-color) !important;
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-star-rating.yotpo-bottom-line-stars .star-container:last-child {
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-layout-header-wrapper .yotpo-bottom-line+.yotpo-new-review-btn-wrapper button#yotpo-main-widget-btn:hover,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-no-matching-reviews-container button#yotpo-main-widget-btn:hover,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-head+div .yotpo-empty-state button#yotpo-main-widget-btn:hover,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-head+div .yotpo-empty-state+.yotpo-new-review-btn-wrapper button#yotpo-main-widget-btn:hover {
	border-color: #6A6C77;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line+.yotpo-new-review-btn-wrapper button#yotpo-main-widget-btn,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-no-matching-reviews-container button#yotpo-main-widget-btn,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-empty-state button#yotpo-main-widget-btn,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-empty-state+.yotpo-new-review-btn-wrapper button#yotpo-main-widget-btn {
	border-radius: 3px;
	width: 122px;
	color: var(--text-color);
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	background-color: #fff;
	border: none;
	padding: 0 10px;
	text-decoration: underline;
	height: auto;
	font-weight: 400;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-star-rating.yotpo-bottom-line-stars .star-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13px;
	height: 13px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-star-rating.yotpo-bottom-line-stars .star-container:not(:last-child) {
	margin-right: 3px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-star-rating.yotpo-bottom-line-stars .star-container svg {
	width: calc(100% - 2.25px);
	height: calc(100% - 2.25px);
}

/* End Header*/

/* Filters */
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner {
	position: relative;
	gap: 0;
	flex-direction: inherit;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel {
	position: static;
	order: 2;
	margin: 5px 0;
	flex-basis: auto;
	margin-top: 20px;
	gap: 15px;
	row-gap: 10px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters {
	order: 3;
	flex-basis: 47%;
	flex-grow: 1;
	margin: 5px 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters+.yotpo-smart-topics-panel {
	order: 1;
	flex-basis: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container label.yotpo-search-label {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container label.yotpo-search-label input#searchInput {
	border-radius: 3px;
	border-color: #575757 !important;
	max-width: 455px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container label.yotpo-search-label input#searchInput::placeholder {
	color: var(--text-color);
	font-family: 'Roboto', sans-serif;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container label.yotpo-search-label input#searchInput::placeholder {
	color: var(--text-color);
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters+.yotpo-smart-topics-panel .yotpo-smart-topics-headline {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters+.yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container {
	flex-basis: 60%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters+.yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container .smart-topic-collection {
	margin-bottom: 5px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters+.yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container .smart-topic-collection label.yotpo-smart-topic-filter.smart-topic-wrapper {
	border-radius: 18px;
	background-color: #e5e5e5;
	outline: none;
	padding: 12px 13px 12px 15px;
	line-height: 30px;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1;
	color: var(--text-color);
	margin: 0;
	border: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters+.yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container .smart-topic-collection label.yotpo-smart-topic-filter.smart-topic-wrapper[style="--705d7519: rgba(221,185,179,1); --1684a10c: #FFFFFF;"] {
	color: #fff !important;
	background-color: #000 !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters+.yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container .smart-topic-collection label.yotpo-smart-topic-filter.smart-topic-wrapper:hover {
	background-color: #6d6d6d !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters+.yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container .smart-topic-collection label.yotpo-smart-topic-filter.smart-topic-wrapper+.yotpo-smart-topics-see-more-label {
	margin: 0;
	color: #000;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters+.yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container .smart-topic-collection label.yotpo-smart-topic-filter.smart-topic-wrapper+.yotpo-smart-topics-see-more-label:hover {
	color: #6d6d6d;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel label.yotpo-dropdown-base {
	min-width: 220px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container+.yotpo-media-filter.yotpo-media-filter-container {
	flex-grow: unset;
	flex-basis: unset;
	width: 220px;
	min-width: 220px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel label.yotpo-dropdown-base input#scoreDropdownInput,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container+.yotpo-media-filter.yotpo-media-filter-container button#mediaInput {
	width: 100%;
	border-radius: 3px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters .yotpo-custom-questions-filters-wrapper {
	gap: 9px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters .yotpo-custom-questions-filters-wrapper .yotpo-custom-questions-filter {
	min-width: 220px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters .yotpo-custom-questions-filters-wrapper .yotpo-custom-questions-filter button.yotpo-dropdown-closable {
	width: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters .yotpo-custom-questions-filters-wrapper .yotpo-custom-questions-filter button.yotpo-dropdown-closable input.yotpo-dropdown-placeholder.yotpo-dropdown-placeholder-input {
	width: 100%;
	border-radius: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters .yotpo-custom-questions-filters-wrapper .yotpo-custom-questions-filter button.yotpo-dropdown-closable label {
	width: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-selected-value {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	color: var(--text-color);
	font-size: 13px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters:has(.yotpo-custom-questions-filter:nth-child(3)) {
	flex-basis: 100%;
}

/* End Filters */



div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-desktop"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container {
	position: relative;
	padding-bottom: 70px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-desktop"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list {
	margin-top: 15px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review {
	position: relative;
	margin-bottom: 0;
	box-sizing: border-box;
	display: block;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin {
	margin-bottom: 20px;
	place-content: flex-start;
	flex-basis: calc(100%/3);
	flex-grow: 1;
	padding-left: 35px;
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-desktop"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list div:nth-child(14) {
	order: 11;
	margin: 0 !important;
	padding-bottom: 40px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-desktop"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list div:nth-child(17) {
	order: 12;
	margin: 0 !important;
	padding-bottom: 40px;
	border-bottom: 1px solid #e3e3e3;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-desktop"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container {
	order: 20;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel+.yotpo-review-right-panel {
	order: 2;
	flex-basis: auto;
	min-width: unset !important;
	flex-grow: 0;
	display: flex;
	position: absolute;
	right: 30px;
	top: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer {
	width: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-details-verified,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-details {
	flex-direction: row;
	gap: 7px;
	padding: 0;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container {
	padding-left: 50px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container .yotpo-custom-questions-wrapper.yotpo-review-key-value-question {
	grid-template-columns: max-content max-content;
	margin-bottom: 0;
	grid-auto-rows: 17px;
	align-items: center;
	margin-top: 15px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container .yotpo-custom-questions-wrapper.yotpo-review-key-value-question+.yotpo-custom-questions-free-text-wrapper.yotpo-review-free-text-question {
	display: flex;
	justify-content: center;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container .yotpo-custom-questions-wrapper.yotpo-review-key-value-question+.yotpo-custom-questions-free-text-wrapper.yotpo-review-free-text-question .yotpo-custom-questions-free-text-question {
	display: grid;
	grid-template-columns: max-content max-content;
	grid-auto-rows: 17px;
	align-items: center;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container .yotpo-custom-questions-wrapper.yotpo-review-key-value-question+.yotpo-custom-questions-free-text-wrapper.yotpo-review-free-text-question .yotpo-custom-questions-free-text-question span.yotpo-custom-questions-free-text-title {
	margin-right: 10px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container .yotpo-custom-questions-wrapper.yotpo-review-key-value-question+.yotpo-custom-questions-free-text-wrapper.yotpo-review-free-text-question .yotpo-custom-questions-free-text-question:first-child {
	margin-bottom: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-details-verified div {
	display: flex;
	align-items: center;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title {
	position: static;
	width: 100%;
	margin-bottom: 10px;
	order: 1;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title+.yotpo-review-content,
[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-modal-body-review-content,
[class*="yotpo-display-"][class*="yotpo-device-"][style] .modal-backdrop.yotpo-review-media-modal .yotpo-modal-body-review-content .yotpo-read-more-text {
	flex-shrink: 12;
	font-size: 14px;
	line-height: 1.5;
	order: 2;
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title+.yotpo-review-content+.yotpo-thumbnail-container.clickable-thumbnails.yotpo-review-thumbnail-container {
	flex-grow: 1;
	margin-top: 10px;
	order: 3;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title .yotpo-star-rating.yotpo-review-star-rating {
	position: absolute;
	top: 20px;
	left: 50px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-title,
[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal h3.yotpo-review-title.yotpo-modal-body-review-title,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-title span {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title .yotpo-star-rating.yotpo-review-star-rating .star-container,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content .yotpo-star-rating.yotpo-score .star-container {
	width: 17px;
	height: 17px;
	display: flex;
	align-items: center;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title .yotpo-star-rating.yotpo-review-star-rating .star-container svg,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content .yotpo-star-rating.yotpo-score .star-container svg {
	width: calc(100% - 3.5px);
	height: calc(100% - 3.5px);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title .yotpo-star-rating.yotpo-review-star-rating .star-container:not(:last-child),
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content .yotpo-star-rating.yotpo-score .star-container:not(:last-child) {
	margin-right: 2px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-details-verified div span.yotpo-reviewer-verified-buyer-text.unselectable,
[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal span.yotpo-reviewer-name.unselectable,
[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal span.yotpo-reviewer-verified-buyer-text.unselectable {
	font-family: var(--secondary-font-family);
	font-weight: 400;
	color: var(--text-color);
	font-size: 12px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel+.yotpo-review-right-panel .yotpo-date-format,
[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-date-format {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container .yotpo-custom-questions-wrapper.yotpo-review-key-value-question .yotpo-custom-questions-title:after,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container .yotpo-custom-questions-wrapper.yotpo-review-key-value-question+.yotpo-custom-questions-free-text-wrapper.yotpo-review-free-text-question .yotpo-custom-questions-free-text-question span.yotpo-custom-questions-free-text-title:after {
	content: ":";
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container .yotpo-custom-questions-wrapper.yotpo-review-key-value-question .yotpo-custom-questions-value,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container .yotpo-custom-questions-wrapper.yotpo-review-key-value-question+.yotpo-custom-questions-free-text-wrapper.yotpo-review-free-text-question .yotpo-custom-questions-free-text-question span.yotpo-custom-questions-free-text-value {
	color: #6B6D76 !important;
	font-size: 12px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title+.yotpo-review-content .sr-only {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container label.yotpo-custom-questions-see-more-label {
	font-size: 12px;
	color: var(--text-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin .yotpo-review-votes-text.unselectable {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: capitalize;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title+.yotpo-review-content+.yotpo-thumbnail-container.clickable-thumbnails.yotpo-review-thumbnail-container .yotpo-media-thumbnail.yotpo-media-option-thumbnail:hover {
	outline: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title+.yotpo-review-content+.yotpo-thumbnail-container.clickable-thumbnails.yotpo-review-thumbnail-container div.yotpo-image-thumbnail:hover {
	opacity: .8;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel+.yotpo-review-right-panel svg.yotpo-shop-badge.yotpo-shop-badge-desktop {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer text.yotpo-avatar-initials-text {
	font-size: 17px;
	font-weight: 400;
	fill: #fff;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container a.selected.yotpo-reviews-pagination-item.yotpo-pagination-number {
	background-color: unset;
	color: #000;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container a.yotpo-reviews-pagination-item.yotpo-pagination-number {
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container path.yotpo-pagination-icon:hover {
	fill: #333;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container .yotpo-horizontal-pagination {
	align-items: center;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-laptop"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list div:nth-child(17) {
	margin: 0 !important;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container+div .yotpo-clear-filters-container.yotpo-clear-filters-device+.yotpo-review-border-smooth.yotpo-bold-margin {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-desktop"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top {
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-desktop"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-wrapper {
	margin: 0 !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-comment.yotpo-review-comment .yotpo-comment-title {
	font-weight: 700;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-empty-state+.yotpo-new-review-btn-wrapper button#yotpo-main-widget-btn {
	min-width: 250px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters .yotpo-custom-questions-filters-wrapper .yotpo-custom-questions-filter .yotpo-dropdown-content-wrapper {
	width: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel+.yotpo-custom-questions-filters .yotpo-custom-questions-filters-wrapper .yotpo-custom-questions-filter .yotpo-dropdown-content-wrapper span.yotpo-dropdown-option {
	width: auto;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	font-size: 12px;
	color: #737373;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content {
	width: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content span.yotpo-score-option {
	width: auto;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content span.yotpo-score-option span {
	color: var(--text-color);
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal h3.yotpo-review-title.yotpo-modal-body-review-title {
	margin-top: 20px;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-reviewer {
	display: flex;
	align-items: center;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-reviewer .yotpo-reviewer-details-verified {
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-reviewer .yotpo-reviewer-details-verified span.yotpo-reviewer-name.unselectable+div {
	display: flex;
	align-items: center;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal:has(.yotpo-thumbnail-container) h3.yotpo-review-title.yotpo-modal-body-review-title {
	order: 2;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal:has(.yotpo-thumbnail-container) .yotpo-star-rating.yotpo-modal-body-review-score {
	order: 1;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal:has(.yotpo-thumbnail-container) .yotpo-thumbnail-container.clickable-thumbnails.yotpo-modal-body-review-media-container {
	order: 4;
	margin: 20px 0 30px;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .modal-backdrop.yotpo-review-media-modal:has(.yotpo-thumbnail-container) .yotpo-modal-body-review-content {
	order: 3;
	flex: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal:has(.yotpo-thumbnail-container) .yotpo-review-question-wrapper {
	order: 5;
}

[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .modal-backdrop.yotpo-review-media-modal:has(.yotpo-thumbnail-container) .yotpo-review-question-wrapper {
	gap: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal:has(.yotpo-thumbnail-container) .yotpo-thumbnail-container.clickable-thumbnails.yotpo-modal-body-review-media-container .yotpo-image-thumbnail {
	border-radius: 3px;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-review-question-wrapper .yotpo-custom-questions-wrapper.yotpo-review-key-value-question {
	flex-direction: column;
	margin-bottom: 0;
	gap: 0 !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-review-question-wrapper span.yotpo-custom-questions-wrapper-suffix-padding {
	display: none;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-review-question-wrapper .yotpo-custom-questions-free-text-wrapper.yotpo-review-free-text-question .yotpo-custom-questions-free-text-question {
	display: flex;
	margin: 0;
	gap: 5px;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-review-question-wrapper .yotpo-custom-questions-free-text-wrapper.yotpo-review-free-text-question .yotpo-custom-questions-free-text-question span.yotpo-custom-questions-free-text-title:after {
	content: ":";
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-review-question-wrapper .yotpo-custom-questions-wrapper.yotpo-review-key-value-question span.yotpo-custom-questions-value,
[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-review-question-wrapper .yotpo-custom-questions-free-text-wrapper.yotpo-review-free-text-question span.yotpo-custom-questions-free-text-value {
	color: #6B6D76 !important;
	font-size: 12px;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-modal-body-review-content a.yotpo-read-more {
	color: #333 !important;
	font-weight: 700;
	text-decoration: none;
	margin: 0;
}

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

[class*="yotpo-display-"][class*="yotpo-device-"] div#newReviewFormModal .modal-close-btn-wrapper {
	z-index: 999999;
}

[class*="yotpo-display-"][class*="yotpo-device-"] div#newReviewFormModal textarea::placeholder,
[class*="yotpo-display-"][class*="yotpo-device-"] div#newReviewFormModal input::placeholder {
	font-family: 'Rubik', sans-serif !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"] div#newReviewFormModal button.yotpo-new-review-submit {
	border-radius: 0;
	text-transform: uppercase;
	background: var(--primary-color);
}

[class*="yotpo-display-"][class*="yotpo-device-"] div#newReviewFormModal button.yotpo-new-review-submit:hover {
	background-color: #000;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-layout-header-wrapper {
	gap: 20px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-smart-topics-panel {
	margin-top: 20px;
	flex-basis: 100%;
	margin-bottom: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics-headline {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-smart-topics-panel .smart-topic-collection label.yotpo-smart-topic-filter.smart-topic-wrapper[style="--705d7519: rgba(221,185,179,1); --1684a10c: #FFFFFF;"] {
	background-color: #000;
	color: #fff;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-smart-topics-panel .smart-topic-collection label.yotpo-smart-topic-filter.smart-topic-wrapper {
	margin: 0;
	padding: 12px 13px 12px 15px;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-smart-topics-panel .smart-topic-collection label.yotpo-smart-topic-filter.smart-topic-wrapper+.yotpo-smart-topics-see-more-label {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container+button.yotpo-mobile-filters-btn.yotpo-mobile-filters-popup-btn:has(.yotpo-mobile-filters-btn-badge[style="display: none;"]) {
	border-color: #6d6d6d;
	border: 1px solid;
	border-radius: 3px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics.yotpo-smart-topics-container {
	flex-basis: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel {
	flex-basis: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list div.yotpo-review:first-child {
	margin-top: 10px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel {
	padding: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title .yotpo-star-rating.yotpo-review-star-rating {
	left: 45px;
	top: 40px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel+.yotpo-review-right-panel {
	position: unset;
	order: 8;
	display: flex;
	margin-top: 20px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title {
	order: 1;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title+.yotpo-review-content {
	order: 2;
	margin-top: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title+.yotpo-review-content+.yotpo-thumbnail-container.clickable-thumbnails.yotpo-review-thumbnail-container {
	order: 3;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel {
	order: 0 !important;
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions {
	margin: 0;
	margin-bottom: 20px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper {
	gap: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper .yotpo-custom-questions-wrapper.yotpo-review-key-value-question {
	margin: 0;
	gap: 0 !important;
	flex-direction: column;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper .yotpo-custom-questions-wrapper.yotpo-review-key-value-question span.yotpo-custom-questions-wrapper-suffix-padding {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper .yotpo-custom-questions-free-text-question {
	flex-direction: row;
	display: flex;
	margin: 0;
	gap: 5px;
	flex-wrap: wrap;
	row-gap: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper .yotpo-custom-questions-free-text-question span.yotpo-custom-questions-free-text-title:after {
	content: ":";
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper .yotpo-custom-questions-wrapper.yotpo-review-key-value-question span.yotpo-custom-questions-title,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper .yotpo-custom-questions-free-text-question span.yotpo-custom-questions-free-text-title {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.6875rem !important;
	font-weight: 400 !important;
	font-style: normal !important;
	color: var(--text-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper .yotpo-custom-questions-wrapper.yotpo-review-key-value-question span.yotpo-custom-questions-value,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper .yotpo-custom-questions-free-text-wrapper.yotpo-review-free-text-question span.yotpo-custom-questions-free-text-value {
	font-size: 12px;
	color: var(--text-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions label.yotpo-custom-questions-see-more-label {
	font-size: 13px;
	color: #333;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin .yotpo-review-votes-text.unselectable {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin {
	margin-top: -60px;
	padding-bottom: 5px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container+button.yotpo-mobile-filters-btn.yotpo-mobile-filters-popup-btn {
	border-color: #6d6d6d;
	border: 1px solid;
	border-radius: 3px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin .yotpo-review-votes-number.unselectable {
	color: var(--text-color);
	font-size: 13px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin svg path {
	fill: var(--text-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container {
	padding-top: 20px;
	margin: 20px 0 40px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary {
	margin: 0;
	flex-wrap: wrap;
}

[class*="yotpo-display-"][class*="yotpo-device-mobile"] div#newReviewFormModal form.yotpo-review-form {
	width: 100%;
}

[class*="yotpo-display-"][class*="yotpo-device-mobile"] div#newReviewFormModal form.yotpo-review-form .yotpo-input-wrapper.yotpo-new-review-content {
	width: 100%;
}

[class*="yotpo-display-"][class*="yotpo-device-mobile"] div#newReviewFormModal form.yotpo-review-form .yotpo-name-email-wrapper {
	width: 100%;
	box-sizing: border-box;
}

[class*="yotpo-display-"][class*="yotpo-device-mobile"] div#newReviewFormModal form.yotpo-review-form .yotpo-name-email-wrapper .yotpo-input-wrapper {
	width: 100%;
	box-sizing: border-box;
	min-width: unset;
}

[class*="yotpo-display-"][class*="yotpo-device-mobile"] div#newReviewFormModal form.yotpo-review-form .yotpo-name-email-wrapper .yotpo-input-wrapper.yotpo-new-review-name input.yotpo-new-input-container {
	width: 100%;
	box-sizing: border-box;
}

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

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup h4.yotpo-mobile-filters-popup-title {
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	font-weight: 400;
	color: var(--text-color);
	font-size: 16px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup h4.yotpo-mobile-filters-popup-title+button.yotpo-mobile-filters-popup-clear {
	color: #6d6d6d;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.6875rem;
	letter-spacing: 0.0625rem;
	font-weight: 400;
	right: 5px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup .yotpo-mobile-filters-popup-field-label,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup .yotpo-custom-questions-filter-title {
	color: #6d6d6d;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.6875rem;
	letter-spacing: 0.0625rem;
	font-weight: 400;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup .yotpo-selected-value,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup span.yotpo-score-option span.yotpo-score,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup span.yotpo-dropdown-option {
	color: #6d6d6d;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.6875rem;
	letter-spacing: 0.0625rem;
	font-weight: 400;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup span.yotpo-filters-results-btn-text {
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	font-weight: 400;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup button.yotpo-filters-results-btn.yotpo-mobile-filters-results-btn {
	background-color: #6d6d6d;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup label.yotpo-dropdown-base {
	width: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup .yotpo-dropdown-content-wrapper,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup .yotpo-dropdown-content {
	width: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup .yotpo-dropdown-content-wrapper span,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup .yotpo-dropdown-content span.yotpo-score-option {
	width: auto;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer span circle {
	fill: var(--primary-color);
}

[class*="yotpo-display-"][class*="yotpo-device-mobile"] div#newReviewFormModal form.yotpo-review-form .yotpo-star-rating-icons {
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	max-width: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container p.yotpo-no-matching-reviews-secondary {
	line-height: 1.5;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container p.yotpo-no-matching-reviews-secondary+button#yotpo-main-widget-btn {
	margin: 20px 0 !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-no-matching-reviews-container {
	margin-top: 10px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics-headline {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topic-filter.smart-topic-wrapper:hover {
	color: #fff;
	background: var(--primary-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topic-filter.smart-topic-wrapper[aria-checked="true"] {
	color: #fff;
	background: var(--primary-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topic-filter.smart-topic-wrapper {
	border-radius: 3px;
	text-transform: capitalize;
	color: var(--text-color);
	background: #F7FBFB;
	border: none;
	padding: 12px 13px 13px 15px;
	font-size: 13px;
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer span.yotpo-reviewer-name.unselectable {
	color: var(--text-color) !important;
	font-weight: 400;
	font-size: 12px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container[style="--33b62f28: rgba(225,154,166,1); --b7b5cc7a: rgba(225,154,166,0.15;"] input,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container+.yotpo-media-filter.yotpo-media-filter-container[style="--3dc191fa: rgba(225,154,166,1);"] button {
	border-color: #6A6C77;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container[style="--33b62f28: rgba(225,154,166,1); --b7b5cc7a: rgba(225,154,166,0.15;"] input:hover,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container+.yotpo-media-filter.yotpo-media-filter-container[style="--3dc191fa: rgba(225,154,166,1);"] button:hover {
	border-color: #6A6C77;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container:before {
	content: "Filter Reviews";
	align-self: flex-start;
	margin-bottom: 30px;
	font-weight: 400;
	color: var(--text-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head h2.yotpo-headline {
	font-family: 'Roboto', sans-serif !important;
	font-size: 24px;
	margin: 0;
	position: relative;
	z-index: 2;
	color: #000;
	display: inline;
	flex-basis: unset;
	font-weight: 400;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head {
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-smart-topics-panel .smart-topic-collection {
	gap: 7px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topic-filter.smart-topic-wrapper+.yotpo-smart-topics-see-more-label {
	margin: 0;
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 400;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] .yotpo-head h2.yotpo-headline {
	font-size: 58px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] .yotpo-head h2.yotpo-headline:after {
	right: -20px;
}

.yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] div#yotpo-mobile-filters-popup label.yotpo-dropdown-base {
	width: 100%;
}

.yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] div#yotpo-mobile-filters-popup .yotpo-dropdown-content {
	width: 100%;
}

.yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] div#yotpo-mobile-filters-popup .yotpo-dropdown-content span.yotpo-score-option {
	width: auto;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-verified-icon-wrapper {
	top: 24px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-verified-icon-wrapper svg.yotpo-verified-icon circle {
	stroke: #fff;
	r: 7;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container a.yotpo-reviews-pagination-item path.yotpo-pagination-icon {
	fill: #000;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel {
	min-width: 100px;
	flex-direction: column;
}

.yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] div#yotpo-mobile-filters-popup button.yotpo-mobile-filters-popup-clear {
	right: 20px;
}

@media only screen and (max-width: 370px) {
	div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] .yotpo-head h2.yotpo-headline {
		font-size: 45px;
	}

	div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] .yotpo-head h2.yotpo-headline:after {
		right: -16px;
		height: 25px;
	}
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-star-rating.yotpo-bottom-line-stars+.yotpo-bottom-line-text .yotpo-bottom-line-basic-text {
	line-height: 1;
	padding-left: 5px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-custom-questions-filter .yotpo-dropdown-placeholder.yotpo-dropdown-placeholder-input {
	border-radius: 0;
	box-sizing: border-box;
	min-width: 220px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list {
	display: block !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list nav.yotpo-reviews-pagination-container {
	border: none !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin {
	display: block !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line+.yotpo-new-review-btn-wrapper button#yotpo-main-widget-btn:focus {
	outline: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-custom-questions-filter button.yotpo-dropdown-closable .yotpo-dropdown-content-wrapper {
	width: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-custom-questions-filter button.yotpo-dropdown-closable .yotpo-dropdown-content-wrapper span.yotpo-dropdown-option {
	width: auto;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-comment.yotpo-review-comment {
	margin-bottom: 10px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container a.selected.yotpo-reviews-pagination-item.yotpo-pagination-number[aria-current="true"] {
	font-weight: 700;
	color: var(--primary-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container .yotpo-horizontal-pagination ul.yotpo-horizontal-pagination-container {
	align-items: center;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list>.yotpo-review-votes-wrapper .yotpo-review-votes-icons-wrapper .yotpo-review-votes-icons-container svg.yotpo-review-votes-icon-down {
	margin: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-reviews-list>.yotpo-review-votes-wrapper .yotpo-review-votes-icons-wrapper .yotpo-review-votes-icons-container .yotpo-review-votes-icons svg.yotpo-review-votes-icon-up {
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container div#yotpo-filter-selected-score .star-container {
	width: 17px;
	height: 17px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container div#yotpo-filter-selected-score .star-container svg.yotpo-star-rating-icon.yotpo-sr-star-full {
	width: calc(100% - 2.83px);
	height: calc(100% - 2.83px);
}

[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-review .yotpo-review-center-panel .yotpo-read-more {
	margin: 0;
	color: var(--text-color);
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary {
	flex-direction: column;
	align-items: center;
	column-gap: 5px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	row-gap: 10px;
	flex-direction: column;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
	padding: 0;
	color: var(--primary-color);
	line-height: 1.3;
	font-stretch: normal;
	font-size: 42px;
	letter-spacing: normal;
	font-weight: 600;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 10px;
	margin-top: 10px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line {
	margin: 0;
	width: 100%;
	gap: 30px;
	flex-wrap: wrap;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head:has(.yotpo-reviews-wrapper:empty) {
	justify-content: center;
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-star-rating.yotpo-bottom-line-stars .star-container:last-child {
	margin-right: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line+.yotpo-new-review-btn-wrapper {
	align-self: flex-end;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-layout-header-wrapper .yotpo-bottom-line+.yotpo-new-review-btn-wrapper button#yotpo-main-widget-btn:hover,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-no-matching-reviews-container button#yotpo-main-widget-btn:hover,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-head+div .yotpo-empty-state button#yotpo-main-widget-btn:hover,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"][style] .yotpo-head+div .yotpo-empty-state+.yotpo-new-review-btn-wrapper button#yotpo-main-widget-btn:hover {
	border-color: #6A6C77;
	border: 1px solid #6a6a6a;
	background: transparent;
	color: var(--text-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line+.yotpo-new-review-btn-wrapper button#yotpo-main-widget-btn,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-no-matching-reviews-container button#yotpo-main-widget-btn,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-empty-state button#yotpo-main-widget-btn,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-empty-state+.yotpo-new-review-btn-wrapper button#yotpo-main-widget-btn {
	border-radius: 0;
	width: 205px;
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	background-color: var(--primary-color);
	border: none;
	padding: 0 10px;
	height: 45px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	border: 1px solid transparent;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-star-rating.yotpo-bottom-line-stars .star-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

/* End Header*/

/* Filters */

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner {
	flex-direction: inherit;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
	height: auto;
	position: relative;
	padding-top: 60px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel {
	position: static;
	order: 2;
	margin: 10px 0;
	flex-basis: auto;
	gap: 15px;
	row-gap: 20px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel label.yotpo-dropdown-base input#scoreDropdownInput,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container+.yotpo-media-filter.yotpo-media-filter-container button#mediaInput,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container input#scoreDropdownInput {
	width: 100%;
	border-radius: 3px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-selected-value {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 700;
	color: var(--text-color);
	font-size: 13px;
}

/* End Filters */

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-desktop"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container {
	position: relative;
	padding-bottom: 70px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin {
	margin-bottom: 20px;
	place-content: flex-end;
	flex-basis: calc(100%/3);
	flex-grow: 1;
	padding-left: 50px;
	margin: 0;
	margin-top: 20px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel {
	padding: 0;
	margin-top: 5px;
	padding-left: 50px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel+.yotpo-review-right-panel {
	order: 2;
	flex-basis: auto;
	min-width: unset !important;
	flex-grow: 0;
	display: flex;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-details-verified,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-details {
	flex-direction: row;
	gap: 5px;
	padding: 0;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 0;
	margin-top: -25px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container .yotpo-custom-questions-wrapper.yotpo-review-key-value-question {
	margin-bottom: 0;
	align-items: center;
	margin-top: 15px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title {
	position: static;
	width: 100%;
	margin-bottom: 10px;
	order: 1;
	margin-top: 10px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title+.yotpo-review-content,
[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-modal-body-review-content,
[class*="yotpo-display-"][class*="yotpo-device-"][style] .modal-backdrop.yotpo-review-media-modal .yotpo-modal-body-review-content .yotpo-read-more-text {
	flex-shrink: 12;
	font-size: 13px;
	line-height: 1.5;
	order: 2;
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-title,
[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal h3.yotpo-review-title.yotpo-modal-body-review-title,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-title span {
	margin: 0;
	font-weight: 700;
	font-size: 13px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container .yotpo-custom-questions-wrapper.yotpo-review-key-value-question .yotpo-custom-questions-title,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer+.yotpo-review-customer-questions-container .yotpo-custom-questions-wrapper.yotpo-review-key-value-question+.yotpo-custom-questions-free-text-wrapper.yotpo-review-free-text-question .yotpo-custom-questions-free-text-question span.yotpo-custom-questions-free-text-title {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin .yotpo-review-votes-text.unselectable {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: capitalize;
	color: var(--text-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container a.yotpo-reviews-pagination-item.yotpo-pagination-number:hover {
	font-weight: 400;
	background-color: unset;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container a.yotpo-reviews-pagination-item.yotpo-pagination-number {
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container a.yotpo-reviews-pagination-item {
	line-height: 1;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-wrapper .yotpo-custom-questions-range-question-title {
	min-width: 115px;
	font-size: 13px;
	font-weight: 400;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-wrapper .yotpo-custom-questions-range-question-title+.yotpo-progress-bar-wrapper {
	min-width: 100px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-wrapper .yotpo-custom-questions-range-question-title+.yotpo-progress-bar-wrapper+.yotpo-custom-questions-range-question-value {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-comment.yotpo-review-comment .yotpo-comment-title {
	font-weight: 700;
	font-size: 13px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content {
	width: 100%;
	padding: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content span.yotpo-score-option span {
	color: var(--primary-color);
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 600 !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-review-question-wrapper .yotpo-custom-questions-wrapper.yotpo-review-key-value-question span.yotpo-custom-questions-title,
[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-review-question-wrapper .yotpo-custom-questions-free-text-wrapper.yotpo-review-free-text-question span.yotpo-custom-questions-free-text-title {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 700 !important;
	color: var(--text-color);
	text-transform: capitalize;
	font-style: italic;
	font-size: 12px !important;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal .yotpo-modal-body-review-content a.yotpo-read-more {
	color: #333 !important;
	font-weight: 700;
	text-decoration: none;
	margin: 0;
	font-size: 13px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-layout-header-wrapper {
	gap: 10px;
	margin-bottom: 25px;
	position: static;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container+button.yotpo-mobile-filters-btn.yotpo-mobile-filters-popup-btn:has(.yotpo-mobile-filters-btn-badge[style="display: none;"]) {
	border-color: var(--primary-color) !important;
	border: 1px solid;
	border-radius: 3px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel {
	flex-basis: 100%;
	margin-top: 5px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list div.yotpo-review:first-child {
	margin-top: 10px;
	padding: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title .yotpo-star-rating.yotpo-review-star-rating {
	left: 46px;
	top: 20px;
}

@media only screen and (max-width: 420px) {
	div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin {
		margin-top: -18px !important;
	}

	div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel+.yotpo-review-right-panel {
		bottom: 0;
		left: 0;
		top: unset;
		margin: 20px;
	}

	div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review {
		padding-bottom: 30px !important;
	}
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel+.yotpo-review-right-panel {
	position: absolute;
	order: 8;
	display: flex;
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-rating-title+.yotpo-review-content+.yotpo-thumbnail-container.clickable-thumbnails.yotpo-review-thumbnail-container {
	order: 3;
	padding-bottom: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel {
	order: 0 !important;
	margin-top: 20px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions {
	margin: 0;
	margin-bottom: 10px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper {
	gap: 10px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper .yotpo-custom-questions-wrapper.yotpo-review-key-value-question {
	margin: 0;
	gap: 5px !important;
	flex-direction: column;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper .yotpo-custom-questions-wrapper.yotpo-review-key-value-question span.yotpo-custom-questions-title,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper .yotpo-custom-questions-free-text-question span.yotpo-custom-questions-free-text-title {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12px !important;
	font-weight: 600 !important;
	font-style: italic !important;
	color: var(--text-color);

	line-height: 1 !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper .yotpo-custom-questions-wrapper.yotpo-review-key-value-question span.yotpo-custom-questions-value,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question.yotpo-review-customer-questions .yotpo-review-question-wrapper .yotpo-custom-questions-free-text-wrapper.yotpo-review-free-text-question span.yotpo-custom-questions-free-text-value {
	font-size: 12px;
	color: var(--text-color);
	line-height: 1 !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin {
	padding-bottom: 0;
	padding-left: 0;
	justify-content: flex-end;
	margin-top: 5px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container {
	padding-top: 20px;
	margin: 20px 0 40px;
	position: unset;
	border: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] div#yotpo-mobile-filters-popup h4.yotpo-mobile-filters-popup-title+button.yotpo-mobile-filters-popup-clear {
	color: #6d6d6d;
	font-family: 'Monstserrat', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.6875rem;
	letter-spacing: 0.0625rem;
	font-weight: 400;
	right: 5px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer span circle {
	fill: #666666;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer span.yotpo-reviewer-name.unselectable {
	color: var(--primary-color) !important;
	font-weight: 700;
	font-size: 12px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-header-container {
	position: relative;
	padding-bottom: 85px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container:before {
	content: "Filter Reviews";
	align-self: flex-start;
	margin-bottom: 25px;
	font-weight: 600;
	color: var(--text-color);
	font-size: 15px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head h2.yotpo-headline {
	font-family: 'Title', sans-serif !important;
	font-size: 24px;
	margin: 0;
	position: relative;
	z-index: 2;
	color: #000;
	display: inline;
	flex-basis: unset;
	font-weight: 400;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] .yotpo-head h2.yotpo-headline {
	font-size: 24px;
	line-height: 1;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-verified-icon-wrapper svg.yotpo-verified-icon circle {
	stroke: #fff;
	r: 7;
	fill: #307a07;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel {
	min-width: 100px;
}

@media only screen and (max-width: 370px) {
	div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"] .yotpo-head h2.yotpo-headline:after {
		right: -16px;
		height: 25px;
	}
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin {
	display: block !important;
	border-bottom: 1px solid #7f8081;
	background: unset;
	margin-top: 15px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-custom-questions-filter button.yotpo-dropdown-closable .yotpo-dropdown-content-wrapper {
	width: 100%;
	padding: 0;
	top: 35px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container a.selected.yotpo-reviews-pagination-item.yotpo-pagination-number[aria-current="true"] {
	font-weight: 700;
	color: var(--primary-color);
	line-height: 1;
}

.yotpo-reviews-main-widget div#yotpo-mobile-filters-popup label.yotpo-radio-base {
	width: 100%;
}

.yotpo-reviews-main-widget div#yotpo-mobile-filters-popup button,
.yotpo-reviews-main-widget div#yotpo-mobile-filters-popup input {
	border-radius: 0;
}

.yotpo-reviews-main-widget div#yotpo-mobile-filters-popup button.yotpo-dropdown-closable .yotpo-dropdown-placeholder.yotpo-dropdown-placeholder-input {
	border-radius: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review {
	padding: 0;
	margin-top: 15px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel label.yotpo-dropdown-base path,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-custom-questions-filter button.yotpo-dropdown-closable svg.yotpo-dropdown-arrow-icon path {
	stroke: var(--text-color);
}

div#newReviewFormModal fieldset.yotpo-star-rating-icons-wrapper,
div#newReviewFormModal .yotpo-checkbox-container.yotpo-terms-and-conditions-container {
	flex-wrap: wrap;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container a.yotpo-reviews-pagination-item svg {
	padding-bottom: 2px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-details-verified div svg.yotpo-verified-icon.yotpo-reviewer-verified-icon-standalone {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head:has(.yotpo-reviews-wrapper:empty) {
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container:before {
	margin-bottom: 10px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container {
	margin-top: 10px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner {
	padding-top: 50px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-comment.yotpo-review-comment {
	margin-bottom: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-comment.yotpo-review-comment .yotpo-comment-title+.yotpo-comment-content {
	font-size: 13px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container:has(.yotpo-vertical-pagination) {
	margin: 0;
	padding-top: 25px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review-votes-wrapper.top-margin+.yotpo-review-border-smooth.top-margin+nav.yotpo-reviews-pagination-container:has(.yotpo-vertical-pagination) a.yotpo-reviews-pagination-item.yotpo-vertical-pagination-item {
	padding-top: 8px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section+.yotpo-vertical-border {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution {
	border: none !important;
	padding: 0 !important;
	gap: 6px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-question-wrapper-vertical {
	border: none !important;
	min-width: 260px;
	padding: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-question-wrapper-vertical .yotpo-progress-bar-score {
	border-radius: 0;
	background: #6a6a6a !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-question-wrapper-vertical .yotpo-progress-bar {
	min-width: 90px;
	margin: 0;
	border-radius: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-question-wrapper-vertical label.yotpo-progress-bar-value-point {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-question-wrapper-vertical span.yotpo-progress-bar-value-label {
	margin: 0;
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-question-wrapper-vertical .yotpo-progress-bar-value {
	margin: 0 !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-question-wrapper-vertical .yotpo-custom-questions-range-question-wrapper {
	flex-direction: row;
	align-items: center;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-question-wrapper-vertical .yotpo-custom-questions-range-question-wrapper .yotpo-custom-questions-range-question-value {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-question-wrapper-vertical .yotpo-custom-questions-range-question-wrapper .yotpo-custom-questions-range-question-title {
	min-width: 110px;
	font-weight: 400;
	font-size: 12px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-index-wrapper {
	width: auto;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-index-wrapper svg {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-value {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-bar {
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-bar .yotpo-progress-bar-score {
	border-radius: 0;
	background: #6a6a6a;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-bar .yotpo-progress-bar {
	border-radius: 0;
	margin-right: 0;
	width: 93px;
	height: 7px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel .yotpo-star-rating.yotpo-bottom-line-stars .star-container:not(:last-child) {
	margin-right: 4px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-index {
	font-weight: 600;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-question-wrapper-vertical .yotpo-custom-questions-range-question.yotpo-review-range-question-top {
	margin: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-row-wrapper:has(.yotpo-progress-bar-score[style="width: 0%;"]) .yotpo-star-distribution-index {
	opacity: 0.3;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line+.yotpo-new-review-btn-wrapper button#yotpo-main-widget-btn::before {
	background-color: var(--primary-color);
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: scale(1);
	transform-origin: left center;
	z-index: -1;
	transition: transform .45s cubic-bezier(.785, .135, .15, .86);
	/* Transition on transform */
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-layout-header-wrapper .yotpo-bottom-line+.yotpo-new-review-btn-wrapper button#yotpo-main-widget-btn:hover::before {
	transform-origin: right center;
	transform: scaleX(0);
	z-index: 1
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel {
	order: 0 !important;
	margin-top: 12px !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner svg.yotpo-dropdown-arrow-icon[style="transform: rotate(0deg); transition: transform 0.3s;"] {
	transform: translateY(-50%) rotate(0deg) !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content .yotpo-score-option[aria-checked="true"],
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-custom-questions-filter button.yotpo-dropdown-closable .yotpo-dropdown-content-wrapper span.yotpo-dropdown-option[aria-selected="true"],
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-custom-questions-filter button.yotpo-dropdown-closable .yotpo-dropdown-content-wrapper span.yotpo-dropdown-option:hover {
	background: rgba(0, 0, 0, 0.07) !important;
	color: var(--primary-color) !important;
	font-family: var(--secondary-font-family);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content span.yotpo-score-option:hover {
	background: rgba(0, 0, 0, 0.07);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content .yotpo-score-option[aria-checked="true"] path.yotpo-score-filter-full-star,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content span.yotpo-score-option:hover path.yotpo-score-filter-full-star {
	fill: var(--primary-color);
	stroke: var(--primary-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content span.yotpo-score-option:hover svg.yotpo-star-rating-icon.yotpo-sr-star-empty path.yotpo-score-filter-empty-star {
	fill: #fff;
	stroke: var(--primary-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container span#yotpo-star-rating-filter-by-all span.yotpo-score.yotpo-score-option,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container span#yotpo-star-rating-filter-by-all span.yotpo-score.yotpo-score-option:hover {
	background: transparent;
	color: var(--primary-color) !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter.yotpo-score-filter-container .yotpo-dropdown-content svg.yotpo-star-rating-icon.yotpo-sr-star-full path {
	fill: var(--primary-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-custom-questions-filter button.yotpo-dropdown-closable .yotpo-dropdown-content-wrapper span.yotpo-dropdown-option[aria-selected="true"] path {
	fill: var(--primary-color);
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top {
	flex-direction: column !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-wrapper {
	flex-direction: row;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-wrapper .yotpo-custom-questions-range-question-title+.yotpo-progress-bar-wrapper .yotpo-progress-bar-value label.yotpo-progress-bar-value-point {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-wrapper .yotpo-custom-questions-range-question-title+.yotpo-progress-bar-wrapper .yotpo-progress-bar-value span.yotpo-progress-bar-value-label {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-wrapper .yotpo-custom-questions-range-question-title+.yotpo-progress-bar-wrapper .yotpo-progress-bar-score,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-wrapper .yotpo-custom-questions-range-question-title+.yotpo-progress-bar-wrapper .yotpo-progress-bar {
	border-radius: 0;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal:has(.yotpo-thumbnail-container) .yotpo-review-question-wrapper .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-value {
	display: none;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal:has(.yotpo-thumbnail-container) .yotpo-review-question-wrapper .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-wrapper {
	flex-direction: row;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal:has(.yotpo-thumbnail-container) .yotpo-review-question-wrapper .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-progress-bar-wrapper {
	min-width: 80px;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal:has(.yotpo-thumbnail-container) .yotpo-review-question-wrapper .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-wrapper .yotpo-custom-questions-range-question-title {
	min-width: 95px;
	font-size: 12px;
	font-weight: 400;
}

[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal:has(.yotpo-thumbnail-container) .yotpo-review-question-wrapper .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-progress-bar-wrapper .yotpo-progress-bar,
[class*="yotpo-display-"][class*="yotpo-device-"] .modal-backdrop.yotpo-review-media-modal:has(.yotpo-thumbnail-container) .yotpo-review-question-wrapper .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-progress-bar-wrapper .yotpo-progress-bar .yotpo-progress-bar-score {
	border-radius: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel:not(:has(.yotpo-review-questions-mobile-panel)) {
	margin-top: 5px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-layout-header-wrapper .yotpo-bottom-line {
	flex-direction: row;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-layout-header-wrapper .yotpo-bottom-line+.yotpo-new-review-btn-wrapper {
	align-self: center;
	position: absolute;
	bottom: 30px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-header-container .yotpo-header-lower-wrapper .yotpo-bottom-line-question-wrapper-horizontal {
	padding-bottom: 0;
	border-top: 1px solid #e8e8e8;
	padding-top: 30px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-header-container .yotpo-header-lower-wrapper .yotpo-bottom-line-question-wrapper-horizontal .yotpo-custom-questions-range-question-value {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-header-container .yotpo-header-lower-wrapper .yotpo-bottom-line-question-wrapper-horizontal span.yotpo-progress-bar-value-label {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-header-container .yotpo-header-lower-wrapper .yotpo-bottom-line-question-wrapper-horizontal label.yotpo-progress-bar-value-point {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-header-container .yotpo-header-lower-wrapper .yotpo-bottom-line-question-wrapper-horizontal .yotpo-custom-questions-range-question-wrapper {
	flex-direction: row;
	margin: 0 !important;
	width: 100% !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-header-container .yotpo-header-lower-wrapper .yotpo-bottom-line-question-wrapper-horizontal .yotpo-custom-questions-range-question-wrapper .yotpo-progress-bar-wrapper {
	width: 100%;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-header-container .yotpo-header-lower-wrapper .yotpo-bottom-line-question-wrapper-horizontal .yotpo-custom-questions-range-question-wrapper .yotpo-custom-questions-range-question-title {
	min-width: 110px;
	font-size: 14px;
	font-weight: 400;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-header-container .yotpo-header-lower-wrapper .yotpo-bottom-line-question-wrapper-horizontal .yotpo-custom-questions-range-question.yotpo-review-range-question-top {
	gap: 10px !important;
	justify-content: center;
	flex-direction: column !important;
	align-items: center;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-header-container .yotpo-header-lower-wrapper .yotpo-bottom-line-question-wrapper-horizontal .yotpo-custom-questions-range-question-wrapper .yotpo-progress-bar,
div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-header-container .yotpo-header-lower-wrapper .yotpo-bottom-line-question-wrapper-horizontal .yotpo-custom-questions-range-question-wrapper .yotpo-progress-bar-score {
	border-radius: 0;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-layout-header-wrapper .yotpo-bottom-line+.yotpo-new-review-btn-wrapper {
	align-self: center;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter.yotpo-free-search-filter-container+button.yotpo-mobile-filters-btn.yotpo-mobile-filters-popup-btn:has(.yotpo-mobile-filters-btn-badge[style="display: none;"]) .yotpo-mobile-filters-btn-badge-wrapper {
	display: none;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top {
	gap: 5px !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-"] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-wrapper {
	margin: 0 !important;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel:not(:has(.yotpo-review-questions-mobile-panel)) {
	margin-top: 25px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] .yotpo-head+div .yotpo-review-border-smooth+div+div#yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel+.yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-custom-questions-range-question.yotpo-review-range-question-top .yotpo-custom-questions-range-question-wrapper .yotpo-custom-questions-range-question-title {
	font-size: 12px;
	line-height: 1;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"] .yotpo-qna-empty-state {
	margin-top: 10px;
}

div#yotpo-reviews-main-widget[class*="yotpo-display-"] .yotpo-main-widget-tabs {
	justify-content: center;
    gap: 20px;
}