:root {
	--primary-font-family: 'Helvetica'!important;
	--secondary-font-family: 'Helvetica'!important;
}
.yotpo-modal-header {
    height: 75px !important;
}

.modal-backdrop.yotpo-review-form-modal .yotpo-modal {
    height: 80% !important;
   	margin-top: -5% !important;
}
.yotpo-device-mobile .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-device-tablet .yotpo-review-form .yotpo-new-review-star-rating {
    min-height: 6.5em !important;
}

@media (max-width:700px) {
.modal-backdrop {
    justify-content: start !important;
	}
.modal-backdrop.yotpo-review-form-modal .yotpo-modal {
 	margin-top: 5% !important;
	}
}