.yotpo-base-layout {
    max-width: 1170px;
  	width: 100% !important;
}

.yotpo-reviews-pagination-container {
  	margin-top: 0 24px;
}

.yotpo-main-layout .yotpo-head {
	margin: 0 !important;
}

.yotpo-main-layout .yotpo-header-container .yotpo-bottom-line .yotpo-vertical-border{
	display: none;
}

.yotpo-display-l .yotpo-main-layout .yotpo-layout-header-wrapper .yotpo-bottom-line {
  margin-right: 0 !important;
}

.yotpo-star-distribution {
  border-right: none !important;
}

.yotpo-main-layout .yotpo-review-border-smooth{
	display: none !important;
}

.yotpo-display-l .yotpo-main-layout .yotpo-head .yotpo-headline {
    font-family: arial,sans-serif !important;
    font-size: 40px;
    font-weight: 700 !important;
    color: #272725;
    line-height: 48px;
    text-transform: none;
  	margin-top: 0px;
}

.yotpo-filters-container {
  font-weight: 700 !important;
}

.yotpo-main-layout .yotpo-search-filter {
	flex-basis: 0 !important;
    flex-grow: 2 !important;
}

button.yotpo-mobile-filters-btn {
	border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
    background: transparent !important;
	padding-left: 0 !important;
}

.yotpo-main-layout .yotpo-search-filter input {
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
    background: transparent !important;
	padding-left: 24px !important;
    font-weight: var(--secondary-font-weight);
}

.yotpo-main-layout .yotpo-search-filter svg {
    left: 0 !important;
}

.yotpo-main-layout .yotpo-dropdown-base input {
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
    background: transparent !important;
	padding-left: 0 !important;
}

.yotpo-main-layout .yotpo-dropdown-base svg {
    right: 0 !important;
}

.yotpo-main-layout .yotpo-radio-base input {
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
    background: transparent !important;
	padding-left: 0 !important;
}

.yotpo-main-layout #mediaInput {
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
    background: transparent !important;
	padding-left: 0 !important;
}

.yotpo-main-layout .yotpo-radio-base svg {
    right: 0 !important;
}

.yotpo-main-layout .yotpo-custom-questions-range-question-title {
	color: #272725 !important;
}

.yotpo-main-layout .yotpo-progress-bar {
  	background: #cdcdcd !important;
}

.yotpo-main-layout .yotpo-progress-bar-score {
	background: #272725 !important;
}

.yotpo-main-layout .yotpo-progress-bar-value .yotpo-progress-bar-value-point {
	display: none !important;
}

.yotpo-main-layout .yotpo-review {
  font-size: 14px !important;
  margin: 64px 0 8px !important;
}

.yotpo-main-layout .yotpo-reviewer-name {
  font-size: 14px !important;
  font-weight: bold !important;
}

.yotpo-main-layout .yotpo-review-rating-title {
 	flex-direction: column !important;
  	gap: 8px !important;
}

.yotpo-display-s .yotpo-review-rating-title {
 	margin-top: 0;
}

.yotpo-main-layout .yotpo-review .yotpo-review-title {
  font-size: 14px !important;
  font-weight: bold !important;
  margin-left: 0 !important;
}

.yotpo-review .yotpo-review-thumbnail-container {
  min-height: auto !important;
  margin: 0 !important;
}

.yotpo-review-votes-wrapper .yotpo-review-votes-text {
  font-size: 14px !important;
}

.yotpo-reviews-pagination-container {
  margin-bottom: 0 !important;
}

.modal-backdrop.yotpo-media-modal {
    z-index: 1000 !important;
}

.yotpo-mobile-filters-popup-overlay-container {
    margin-top: calc(var(--fixed-header-height)) !important;
}

.modal-close-btn-wrapper {
  min-height: 30px;
}
.yotpo-dropdown-closable .yotpo-dropdown-content-wrapper {
  top:20px !important;
}

.yotpo-reviews-widget-dropdown:focus{
	border-radius:3px !important;
  	box-shadow: 0 0 0 1px #272725;
  	border: none !important;
}