.rheading {
    font-size: 19px;
    margin-right: 25px;
    margin-bottom: 7px;
    display: inline-block;
}
.stareviews{
    display: block;
    margin-bottom: 5px;
}
.stareviews .fa {
    font-size: 13px;
}
.middle h3{
    margin-top:0px;
    margin-bottom: 3px;
}
.checked {
    color: orange;
}

  /* Three column layout */
.side {
    float: left;
    width: 15%;
    margin-top:10px;
}

.middle {
    margin-top:10px;
    float: left;
    width: 70%;
}

/* Place text to the right */
.right {
    text-align: right;
}

/* Clear floats after the columns */
.rowa:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}
.middle h3{
    margin-top:0px;
}
/* Individual bars */
.bar-5 {width: 60%; height: 18px; background-color: #4CAF50;}
.bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
.bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
.bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
.bar-1 {width: 15%; height: 18px; background-color: #f44336;}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
    .side, .middle {
      width: 100%;
    }
    .right {
      display: none;
    }
}


div#shopify-product-reviews {
    max-height: 1171px;
    overflow-y: scroll;
}
.ratingreview{
    border-bottom: 1px solid #adadad;
    margin-bottom: 10px;
    padding-bottom: 7px;
}
.mostrelevant{
    font-weight: bold;
    padding-bottom: 12px;
    display: block;
    font-weight:bold;
    color:#000
}

.product-title{
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

button.buy_now.button:after{
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(255,255,255,0.3);
    border-left-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-left: -9px;
    margin-top: -9px;
    transition: opacity 0s ease;
    -webkit-transition: opacity 0s ease;
    animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    transition: opacity .25s ease;
    -webkit-transition: opacity 0.25s ease;
}
button.buy_now.button.loading:after{
    opacity: 1;
}


.shopify-product-rating,h1.product_title.entry-title{
    margin-bottom: 10px !important;
}

img.size-shop_catalog {
    float: left;
    /* width: 100px; */
    height: 230px;
    object-fit: cover;
}
.all_reviews{
    max-height: 500px;
    overflow-y: scroll;
}