.product-info__block:has(#ytimesAvgRating) {
    margin: 0;
}

#ytimesAvgRating {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

#ytimesAvgRating #reviewrat {
    padding: 5px 0 10px;
}

#reviewrat p#revrat {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    text-align: left;
}

#reviewrat p#revrat img {
    max-height: 16px;
    width: auto;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#reviewrat p#revrat a {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    vertical-align: middle;
}

#ytimesReviewsResult {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

#reviews {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
}

#reviews h2 {
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    font: bold 26px 'Libre Baskerville', serif;
    color: #0a492a;
    border-top: solid 2px #0a492a;
}

#reviews div.reviewRating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    text-align: left;
}

div.ratingBlock {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #093057;
    padding: 20px;
    line-height: 1.5;
}

#reviews div.reviewRating img {
    display: inline-block;
    max-height: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

#reviews div.reviewRating a {
    display: inline-block;
    width: 200px;
    margin: 10px auto 10px;
    background-color: #0a492a;
    border-radius: 3px;
    padding: 12px 20px;
    font: bold 13px arial;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

#reviews div.reviewRating small {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    color: #100f14;
    padding: 0 0 0 15px;
}

#reviews div.review {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border: solid 1px #cdcfcf;
    border-radius: 3px;
    margin: 0 0 10px;
    padding: 15px;
    font-size: 15px;
    color: #093057;
}

#reviews div.review div.reviewtitle {}

#reviews div.review div.reviewtitle img {
    display: inline-block;
    max-height: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

#reviews div.review div.reviewtitle b {
    font-size: 16px;
}

#reviews div.review div.reviewtitle span.dtreviewed {
    font-size: 14px;
}

#reviews div.review div.reviewtext {
    padding: 10px 0 0;
}

#reviews div.review div.reviewtext span.reviewer {
    font-weight: bold;
}

#reviews div.review div.reviewtext span.summary {
    padding: 15px 0;
    font-size: 16px;
}

#reviews div.review div.reviewtext p.reviewbcomm {
    margin: 10px 20px;
    background-color: #dfe2e4;
    border: solid 1px #ccc;
    padding: 10px;
    font-style: italic;
}

#reviews div.review div.reviewtext div.helpful {
    font-size: 13px;
}

#reviews div.review div.reviewtext div.helpful a {
    font-weight: bold;
    text-decoration: none;
    color: #0a492a;
}

#reviews div.review div.reviewtext div.helpful a:hover {
    text-decoration: underline;
}

#reviews .writereview {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
}

#reviews .writereview a {
    font-weight: bold;
    text-decoration: none;
    color: #0a492a;
}

#ytimesReviewsModalOverlay {
    background-color: black;
    filter: alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;
    cursor: wait;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100000;
}

#ytimesReviewsModalContainer {
    box-sizing: border-box;
    max-height: 400px;
    height: 100%;
    max-width: 600px;
    width: 100%;
    background-color: #2f2f2f;
    border: 1px solid #fff;
    padding: 3px;
    z-index: 100001;
    margin: 0px;
}

#ytimesReviewsModalClose {
    background: url("https://site.greatgolfmemories.com/yreviews/ssl/ytimes-reviews-x.png") no-repeat;
    width: 39px;
    height: 39px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -24px;
    right: -24px;
    cursor: pointer;
    z-index: 100002;
}

#wframe {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width : 600px) {
    #ytimesReviewsModalContainer {
        max-height: none;
        max-width: none;
    }
}