.yotpo-new-review-btn {
  font-family: Futura-BT Medium !important;
  text-transform: uppercase !important;
}
#yotpo-main-widget-btn[data-v-4f716a87], #yotpo-widget-btn, .yotpo-ask-question-btn-wrapper, .yotpo-ask-question-btn-l  {
  letter-spacing: 0.02em !important;
  font-size: 12px !important;
  font-weight: 100 !important;
}

#yotpo-main-widget-btn[data-v-4f716a87] {
  border-radius: 5px !important;
  min-height: 40px !important;
  min-width: 150px !important;
}

.yotpo-display-l .yotpo-main-layout .yotpo-head, .yotpo-display-m .yotpo-main-layout .yotpo-head, .yotpo-main-layout .yotpo-layout-header-wrapper[data-v-012a3912] {
      justify-content: left !important;
}

.yotpo-display-l .yotpo-main-layout .yotpo-head, 
.yotpo-display-m .yotpo-main-layout .yotpo-head {
    align-items: flex-start;   /* instead of left */
    justify-content: flex-start; /* instead of left */
}

.yotpo-display-l .yotpo-main-layout .yotpo-head .yotpo-headline, .yotpo-display-m .yotpo-main-layout .yotpo-head .yotpo-headline {
    flex-basis: auto !important;
}

.yotpo-reviews-pagination-container {
  justify-content: right !important;
}

@media (min-width: 1024px) {
	.yotpo-head .yotpo-headline, .yotpo-header-headline {
   	 	font-size: 40px !important;
      	font-family: Moderat-Bold !important;
}
  
  .yotpo-display-l .yotpo-main-layout .yotpo-head, .yotpo-display-m .yotpo-main-layout .yotpo-head, .yotpo-header-headline {
  	margin-bottom: 30px !important;
   	margin-top: 50px !important;
  }
  
  	.yotpo-base-layout {
      width: 94% !important;
  }
}

@media (max-width: 767px) {
    .yotpo-head .yotpo-headline, .yotpo-header-headline {
      font-size: 30px !important;
      line-height: 30px !important;
      font-family: Moderat-Bold !important;
    }

    .yotpo-base-layout {
          width: 90% !important;
      }
}

.yotpo-display-l .yotpo-main-layout .yotpo-head, .yotpo-display-m .yotpo-main-layout .yotpo-head {
    margin-bottom: 30px;
    margin-top: 30px;
}


.yotpo-empty-state > svg {
    display: none;
}