.yotpo-reviews-trademark { display: none !important;}
.yotpo-base-layout {
    margin: 0 auto;
    max-width: 800px;
}
.yotpo-head {display: none !important;}

.yotpo-review-votes-wrapper { display: none !Important;}
.yotpo-review { position: relative !important;}
.yotpo-reviews-list div.yotpo-review {
    background: #FFFEF9;
    padding: 32px;
      flex-direction: column !important;
  margin: 0 0 40px 0 !important;
}
.yotpo-review-rating-title {
    flex-direction: column !important;
      margin-bottom: 10px !important;
}
.yotpo-review-title { 
  margin-left: 0 !important;
  margin-top: 10px !important; 
  font-family: var(--font-primary) !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 160% !important;
    letter-spacing: .02rem !important;
    color: rgba(var(--color-heading), 1);
  margin-bottom: 0 !important;
}

.yotpo-review-left-panel {
  min-width: 160px !Important;
}
.yotpo-review-right-panel { 
  min-width: auto !Important;
}

.yotpo-review-center-panel {
    order: 1 !important;
    padding: 0 !important;
}
.yotpo-review-left-panel {
    order: 2 !important;
}
.yotpo-reviewer-image {
    display: none;
}
.yotpo-review-left-panel { 
  margin-top: 10px !important; 
}
.yotpo-reviewer-verified-buyer-text {
  margin-top: 10px !important; 
  display: none !important; 
}

.yotpo-text-container {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(var(--color-primary-body-text), 1);
}
.yotpo-star-rating .star-container {
    width: 12px;
    margin-right: 4px !important;
}
.yotpo-review-border-smooth.top-margin {
    display: none !important;
}
.yotpo-reviews-summary-button {
    display: none !important;
}
.yotpo-filters-container {
    margin: 20px 0 !important;
  	position: relative !important;
  	top: 0px !Important;
}
.yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
    display: none !important;
}
.yotpo-bottom-line .yotpo-bottom-line-right-panel {
    padding-right: 10px !important;
}
.yotpo-bottom-line {
    margin-right: 10px !important;
}
.yotpo-vertical-border {
    display: none !important;
}
.yotpo-review-right-panel {
    position: absolute;
    right: 32px;
  	font-size: 12px !important;
}
.yotpo-filters-top-panel { 
  display: none !important;
}
.yotpo-review-border-smooth { 
  display: none !important;
}
.yotpo-bottom-line-summary {
    margin-top: 0 !important;
}
.yotpo-layout-header-wrapper {
  margin-bottom: 0 !important;
    flex-direction: row !important;
}
.yotpo-review-content {
  margin-top: 0 !important;
}
.yotpo-shop-badge {
  display: none !important;
}
button.yotpo-dropdown-closable.yotpo-reviews-widget-dropdown {
    border-radius: 45px;
    border: 1px solid var(--Primary-Cloud, #D7D2CB);
    background: var(--Primary-Milk-White, #FFFEF9);
    display: flex;
    /* width: 209px; */
    /* height: 56px; */
    padding: 16px 30px;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    align-items: center;
}
.yotpo-bottom-line-right-panel {
    display: none !important;
}
button#yotpo-main-widget-btn {
    border-radius: 35px !important;
    padding: 16px 64px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0 !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    letter-spacing: 0.18px !important;
    color: #13322B !important;
    background: var(--Primary-bobbie-green, #00C65E) !important;
    width: auto;
}
.yotpo-layout-header-wrapper {
    align-self: flex-start !important;
}
.yotpo-header-container {
    z-index: 2;
    position: relative;
    width: fit-content;
}

@media only screen and (max-width: 767px) {
  
.yotpo-main-layout.yotpo-main-reviews-widget > div:nth-child(2) {
    flex-direction: column !important;
    display: flex !important;
}
  
  div.yotpo-filters-container {
  	top: 0px !Important;
}
  
  .yotpo-filters-right-panel {
    justify-content: flex-start !important;
    align-self: flex-start !important;
    margin: 20px 0 !important;
}
  .yotpo-bottom-line {
    display: none !important;
}
  button.yotpo-dropdown-closable.yotpo-reviews-widget-dropdown {
    width: auto !important;
}
  form.yotpo-review-form {
    width: 90% !important;
}
}

input#checkboxInput {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
}
.yotpo-widget-clear button.yotpo-dropdown-closable.yotpo-reviews-widget-dropdown { width: auto; }