button#yotpo-main-widget-btn {
    border-radius: 0 !important;
    font-family: Montserrat,sans-serif;
	font-size: 1rem;
	line-height: 1.375rem !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500 !important;
    padding: 1rem 4rem !important;
	width: auto;
  	white-space: nowrap;
}

.yotpo-custom-questions-range-question-value[title="Marked Fit to Size"] {
    position: relative;
    color: #ffffff00 !important;
}

.yotpo-custom-questions-range-question-value[title="Marked Fit to Size"]:before {
    content: 'True to size';
    color: black !important;
    position: absolute;
}

.yotpo-custom-questions-range-question-value[title="Marked Size Up"] {
    position: relative;
    color: #ffffff00 !important;
}

.yotpo-custom-questions-range-question-value[title="Marked Size Up"]:before {
    content: 'Runs large';
    color: black !important;
    position: absolute;
}

.yotpo-custom-questions-range-question-value[title="Marked Size Down"] {
    position: relative;
    color: #ffffff00 !important;
}

.yotpo-custom-questions-range-question-value[title="Marked Size Down"]:before {
    content: 'Runs small';
    color: black !important;
    position: absolute;
}

.yotpo-related-product-name-link {
  	font-weight: bold;
}

@media(max-width:768px){
	.yotpo-new-review-btn-wrapper button#yotpo-main-widget-btn{
        padding: 16px 20px !important;
        max-width: 100% !important;
        white-space: wrap !important;
    }
    #modalDescription > form > div.yotpo-input-wrapper.yotpo-new-review-content {
      	min-height: 14em;
  	}
}