.product-review-wrap h1{
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -1px;
    text-align: left;
    margin: 0 0 40px;
}

.product-review-inner{
    /*display: flex;*/
    float: left;
    width: 100%;
}

.product-review-right-as{
    margin-bottom: 5px;
}

.product-review-right-as,
.pricing-data-wrap{
    width: 100%;
}

.product-review-right-as.prra-size{
    margin-bottom: 20px;
}

.product-review-left{
    float: left;
    width: calc(100% - 385px);
    margin-right: 40px;
}

.product-review-right{
    float: right;
    width: 345px;
}

.product-review-right-af,
.product-review-right-as{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #43459C;
}

.product-review-right-as span,
.product-review-right-af span{
    color: #4C4C4C;
    font-weight: 400;
}

.pricing-data-item{
    border-top: 1px solid #e2e2e2;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pdi-retailer{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #4C4C4C;
    width: 145px;
}

.pdi-price{
    color: #F45E29;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.button-go,
.pdi-link{
    background: #F45E29;
    border-radius: 3px;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.button-go{
    display: inline-block;
    padding: 8px 25px;
    margin-top: 20px;
}

.button-go:hover,
.pdi-link:hover{
    background: #DC440F;
    color: #fff;
}

.disclaimer{
    font-family: "Oxygen";
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    padding: 16px;
    background: #F6F6F6;
    margin-top: 10px;
}

.disclaimer p:last-of-type{
    margin-bottom: 0;
}

.pr-image{
    margin-bottom: 30px;
    background: #f6f6f6;
}

.pr-image a {
	width: 100%;
	text-align: center;
	display: block;
}

.pr-image img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.pr-quick-menu{
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.pr-quick-menu a{
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #B2B2B2;
}

.pr-quick-menu a.active,
.pr-quick-menu a:hover{
    color: #43459C;
}

.pr-review-content{
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 10px;
    clear: both;
    float: left;
}

.pr-review-content p{
    font-family: "Oxygen";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.pr-review-coming-soon{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
}

.pr-sources h2,
.pr-review-coming-soon h2,
.pr-details h2,
.pr-similar-sheds h2,
.pr-similar-categories h2,
.pr-top-brands h2{
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 20px;
}

.pr-rating{
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 30px;
    float: left;
    clear: both;
}

.pr-rating-overall-box{
    font-family: "Inter";
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
    height: 85px;
    width: 85px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
}

.green .pr-rating-overall-box{
    background: #00C052;
}

.amber .pr-rating-overall-box{
    background: #F5B614;
}

.red .pr-rating-overall-box{
    background: #EC4343;
}

.pr-rating-overall-text{
    height: 85px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    float: left;
}

.prro-title{
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 10px;
}

.green .prro-title{
    color: #00C052;
}

.amber .prro-title{
    color: #F5B614;
}

.red .prro-title{
    color: #EC4343;
}

.datapoints,
.prro-supporting{
    font-family: "Oxygen";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4C4C4C;
}

/*.datapoints a{
    color: #4C4C4C;
}*/
.datapoints span.blue{
    color: #4242a1;
}

.datapoints span.green{
    color: #00C052;
}

.prro-supporting span{
    font-weight: 700;
}

.prro-supporting span.green{
    color: #00C052;
}

.prro-supporting span.red{
    color: #EC4343;
}

.pr-rating-item{
    width: 100%;
    clear: both;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.pr-rating-item.last{
    margin-bottom: 25px;
}

.pr-rating-item-value i{
    font-size: 20px;
    color: #00C052;
    margin-left: 7px;
}

.pr-rating-item-key{
    font-family: "Oxygen";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #4C4C4C;
}

.pr-rating-content{
    font-family: "Oxygen";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 16px;
    background: #F6F6F6;
    margin-top: 10px;
}

.pr-rating-content p:last-of-type{
    margin-bottom: 0;
}

.pr-review-coming-soon p:last-of-type{
    margin-bottom: 0;
}

.pr-details{
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
    float: left;
    clear: both;
}

.details-item{
    width: 100%;
    float: left;
    font-family: "Oxygen";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}

.di-left,
.di-right{
    width: 50%;
    float: left;
}

.di-right{
    font-weight: 700;
    color: #4C4C4C;
}

.pr-similar-sheds{
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
    float: left;
    clear: both;
}

.pr-ss-table-wrap{
    overflow-x: scroll;
    width: 100%;
}

.pr-ss-table{
    width: 100%;
    min-width: 700px;
    table-layout: fixed;
}

.pr-ss-table img{
    width: auto;
    height: 60px;
}

.pr-ss-table td{
    padding: 7px 12px 7px 20px;
    font-family: "Oxygen";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    color: #4C4C4C;
    vertical-align: top;
}

.pr-author,
.pr-similar-categories,
.pr-top-brands{
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 25px;
    float: left;
    clear: both;
}

.col1{
    width: 140px;
}

.col1.grey{
    background: #F6F6F6;
    padding: 7px 12px;
    font-family: "Oxygen";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    color: #4C4C4C;
    background: #F6F6F6;
    vertical-align: top;
}

.row1 td{
    padding-bottom: 30px;
}

.row2 th.col1.grey{
    padding-top: 12px;
}

.row2 td{
    padding-top: 5px;
}

.row2 span{
    font-family: "Inter";
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    color: #fff;
    padding: 7px 20px;
    background: #00C052;
    display: inline-block;
}

.row2 .green span{
    background: #00C052;
}

.row2 .amber  span{
    background: #F5B614;
}

.row2 .red  span{
    background: #EC4343;
}

a.pr-similar-category,
a.pr-top-brand{
    padding: 10px;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #4C4C4C;
    margin: 0 10px 10px 0;
    float: left;
    display: block;
}

a.pr-similar-category:hover,
a.pr-top-brand:hover{
    border: 1px solid #43459C;
    color: #4C4C4C;
    background: #ECECF5;
}

.pr-sources,
.pr-author{
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 30px;
}

.pr-author-image{
    float: left;
    border: 2px solid #43459C;
    padding: 2px;
    border-radius: 120px;
    margin-right: 20px;
}

.pr-author-image img {
	border-radius: 120px;
}

.pr-author-details{
    float: left;
    height: 128px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.pr-author-details h2{
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #43459C;
    margin-bottom: 0;
}

.pr-author-details .pr-author-title{
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    color: #43459C;
    margin-bottom: 0;
}

.pr-author-bio{
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pr-author-bio a{
    color: #43459C;
    text-decoration: underline;
    font-weight: 600;
}

.pr-author-button{
    display: block;
    float: left;
    clear: both;
    background: #00C052;
    border-radius: 3px;
    color: #fff;
    padding: 8px 55px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.pr-author-button:hover{
    color: #fff;
    background-color: #56a94a;
}

.showmob{
    display: none;
}

.hidemob{
    display: block;
}

@media only screen and (max-width: 991px) {

    .showmob{
        display: block;
    }

    .hidemob{
        display: none;
    }

    .pr-quick-menu{
        display: none;
    }

    .product-review-wrap h1 {
    	font-family: "Open Sans";
    	font-size: 22px;
    	font-weight: 600;
    	line-height: 31px;
    	letter-spacing: 0px;
    	text-align: left;
    	margin: 0 0 20px;
    }

    .product-review-inner {
    	display: block;
    }

    .product-review-right,
    .product-review-left {
        float: left;
    	width: 100%;
        margin-right: 0;
    }

    .pr-rating-content {
    	font-family: "Oxygen";
        font-size: 10px;
        font-weight: 400;
        line-height: 13px;
    }

    .product-review-inline {
    	width: 100%;
    	margin-bottom: 30px;
    	border-bottom: 1px solid #E2E2E2;
    	padding-bottom: 30px;
    	float: left;
    	clear: both;
    }

}
