.single-rate_products-type .main-content-inner {
    width: 100%;
}

.single-rate_products-type .container.main-content-area {
    width: 100%;
    padding: 0;
    overflow: hidden;
}


.review-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 6px;
}

.review-breadcrumbs {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.rate_products-type-main {
    clear: both;
}

.review-product-large p.aawp-disclaimer, .review-top p.aawp-disclaimer {
    display: none;
}

.review-breadcrumbs-links span {
    padding-left: 10px;
}

.child-info-top-three h1 {
    text-align: center;
    color: #fff;
    padding: 60px 30px;
    font-size: 50px;
}

.child-top-three-prods {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    
}

.child-info-container-inner {
    max-width: 1196px;
    margin: 0 auto;
}

.review-product-small-vertical {
    max-width: 380px;
    width: 100%;
    /* box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08); */
    border-radius: 8px;
    position: relative;
    padding: 32px;
}

.review-product-small-vertical .review-product-img {
    max-width: 180px;
    margin: 0 auto;
}

.review-place {
    position: absolute;
    /* background: url('img/badge-blue.svg') 50% 50% no-repeat; */
    top: -12px;
    left: 16px;
    color: #fff;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    padding-left: 22px;
    font-weight: bold;
    font-size: 24px;
}

.review-place.review-place-1 {
    /* background: url('img/badge-gold.svg') 50% 50% no-repeat; */
}

.review-place.review-place-2 {
    /* background: url('img/badge-silver.svg') 50% 50% no-repeat; */
}

.review-place.review-place-3 {
    background: url('img/badge-bronze.svg') 50% 50% no-repeat;
}

.review-product-title {
    text-align: center;
    padding: 10px 0;
}

.review-product-review {
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    position: relative;
}

a.easyazon-link {
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 14px 40px;
    background-image: linear-gradient(180deg, #FF9900 0%, #EE8F00 100%);
}

a.easyazon-link:hover {
    background: #F9A629;
    color: #fff;
}

a.easyazon-link:active {
    background: #E48900;
    color: #fff;
}

.child-review img {
    max-width: 100%;
    height: auto;
}

.review-product-amazon-btn {
    text-align: center;
    margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.review-product-info-side .review-product-review > span:nth-child(1) {
    padding-left: 20px;
    background: url('img/star.svg') 0 50% no-repeat;
    background-size: 17px;
}

.review-product-review-stars .star-part,
.review-product-review-stars .star-full {
    background: url('img/star.svg') 0 50% no-repeat;
    background-size: 17px;
}

.review-product-review-stars .star-empty {
    background: url('img/star-empty.svg') 0 50% no-repeat;
    background-size: 17px;
}

.review-product-review-stars > span {
    width: 17px;
    height: 17px;
    display: inline-block;
}

.review-product-review-stars {
    text-align: center;
    margin-bottom: 15px;
}

.review-product-review-stars > span span {
    display: block;
    height: 17px;
}

.review-product-review > span {
    z-index: 10;
}

span.info-hover-open {
    position: absolute;
    width: 13px;
    height: 13px;
    background: url('img/help.svg') 0 50% no-repeat;
    background-size: contain;
    top: -2px;
    cursor: pointer;
}

span.info-hover {
    position: absolute;
    bottom: calc(100% + 24px);
    width: 220px;
    color: #1F1F1F;
    font-size: 12px;
    background: #fff;
    padding: 16px 16px 25px;
    text-align: left;
    font-weight: 400;
    line-height: 150%;
    z-index: 10;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0s;
}

span.info-hover:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -12px;
    left: 25px;
    background: #fff;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.05);
    transform: rotate(45deg);
    z-index: -1;
}

span.info-hover > span:nth-child(1) {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
    background: url('img/star.svg') 0 50% no-repeat;
    background-size: 16px;
}

span.info-hover-open:hover + span {
    visibility: visible;
    opacity: 1;
}

span.info-hover-open + span:hover {
    visibility: visible;
    opacity: 1;
}

.review-top-info {
    padding: 80px 0;
}

.review-product-large {
}

.review-product-large .review-product-title {
    text-align: left;
}



.review-top-info, .review-bottom-info {
    text-align: center;
    color: #EAEAEA;
    font-size: 23px;
    margin: 24px 0 32px;
    padding: 0;
}

.review-product-large {
    margin-bottom: 70px;
}

.review-product-large .review-product-title {
    text-align: left;
    padding: 10px 0;
}

.review-product-small-side {
    position: relative;
    transition: 0.2s;
}

.review-product-small-side:hover {
    box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

.review-product-large button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
    transform-origin: 50% 10px;
    font-size: 0;
    border: none;
    outline: none;
    background: none;
}

.review-product-large button.slick-arrow:after {
    content: '';
    width: 12px;
    height: 20px;
    background: url('img/arrow.svg') 50% 50%;
    background-size: contain;
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 0;
}

.review-product-large button.slick-arrow.slick-next {
    left: inherit;
    right: -5%;
    transform: translateY(-50%) rotate(180deg);
}

.review-product-large ul.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    bottom: 21px;
    margin: 0;
}

.review-product-large ul.slick-dots li button {
    width: 16px;
    height: 4px;
    display: block;
    margin: 0 4px;
    background: #C5C5C5;
    text-indent: -99999px;
    border: none;
}

.review-product-large ul.slick-dots li {
    display: block;
}

.review-product-large ul.slick-dots li.slick-active button {
    background: #3244E2;
}

.parent-review-single-review {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 24px;
    grid-auto-flow: dense;
    margin-bottom: 80px;
}

.parent-review-single-review-info {
    grid-row: span 2;
    grid-column: span 2;
}

.review-product-single-review:nth-child(2) {
    grid-row: span 2;
    grid-column: span 2;
    padding: 48px 48px 36px;
}

.review-product-single-review:nth-child(3) {
    grid-column: span 2;
}

.review-product-single-review:nth-child(4) {
    grid-column: span 2;
}

.review-product-single-review {
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08);
}

.parent-review-single-review-info {
    border-radius: 8px;
}

.review-product-single-review:nth-child(2) .review-product-img {
    max-width: 262px;
    margin: 0 auto;
}

.review-product-single-review:nth-child(3) .review-product-img, .review-product-single-review:nth-child(4) .review-product-img {
    max-width: 196px;
    float: left;
    padding-right: 32px;
    box-sizing: content-box;
}

.review-product-single-review:nth-child(3), .review-product-single-review:nth-child(4) {
    padding: 32px;
}

.review-product-single-review:nth-child(2) .review-product-title {
    margin: 42px 0 32px;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-product-single-review:nth-child(3) .review-product-title, .review-product-single-review:nth-child(4) .review-product-title {
    height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parent-review-single-review-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.single-review-date {
    position: absolute;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    left: 0;
    top: 40px;
    font-weight: 300;
}

.single-review-title {
    font-weight: bold;
    font-size: 56px;
    line-height: 72px;
    color: #fff;
    text-align: center;
}

.single-review-link a {
    background: #FFFFFF;
    border-radius: 28px;
    color: #1F1F1F;
    font-size: 14px;
    line-height: 16px;
    padding: 14px 79px;
    text-transform: uppercase;
    font-weight: 600;
}

.single-review-title-link {
}

.single-review-link {
    margin-top: 48px;
}

.child-top-three-prods .slick-track {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.child-info-container-inner.child-top-three-prods .slick-list {
    padding: 20px 15px 50px;
}

.review-product-small-vertical {
    margin: 0;
    flex: 1;
    max-width: 100%;
    transition: 0.2s;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.single-review-date2 {
    text-align: center;
    padding: 30px 0 0;
}

.review-breadcrumbs-date {   
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 2px 2px 3px #000;
}

.child-info-top-three h1 {
    padding-bottom: 0;
    margin: 0 auto 32px;
    max-width: 750px;
    text-shadow: 3px 3px 4px #000000;
}

.child-top-three-prods {
    display: flex;
    margin-top: 48px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.review-product-small-vertical:not(:last-child) {
    border-right: 1px solid #E4E4E4;
    border-radius: 0;
}

.child-info-top-three {
    padding-bottom: 40px;
    background-color: #131313 !important;
    position: relative;
}

.child-info-top-three > div {
    position: relative;
    z-index: 2;
}

.child-info-top-three:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.review-product-small-vertical:hover {
    box-shadow: 0px 0 24px 2px rgba(0, 0, 0, 0.24);
}

.review-product-large .review-product-title h3 {
    font-size: 34px;
}

.review-product-review-bordered-right {
    max-width: 415px;
    flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.review-product-review-bordered-left {
    flex: 1;
    margin-right: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.review-product-review-bordered-left .review-product-price {
	text-align: center;
	font-weight: 600;
	color: #1B8A07;
}

.review-product-review-bordered {
    display: flex;
    padding: 32px 32px 32px 40px;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 32px;
    margin-top: 10px;
}

.review-product-cons h3 {
    background: #FFEEED;
    border-radius: 6px 0px 0px 0px;
    padding: 19px 0;
    text-align: center;
    color: #FF6853;
    margin: 0;
}

.review-product-pros h3 {
    background: #ECFFE5;
    border-radius: 0px 6px 0px 0px;
    padding: 19px 0;
    text-align: center;
    margin: 0;
    color: #3AB70E;
    border-right: 1px solid #E4E4E4;
}

.review-container {
    padding-bottom: 30px;
}

.review-product-pros-cons {
    display: flex;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
}

.review-product-pros-cons > div {
    flex: 1;
}

.pros-list {
    border-right: 1px solid #E4E4E4;
}

.review-product-pros-cons > div > div {
    padding: 21px 24px 4px 28px;
    line-height: 24px;
    font-size: 16px;
}

.single-procon {
    margin-bottom: 20px;
    display: flex;
}

.single-procon > span:first-child {
    color: #3AB70E;
    font-size: 24px;
    padding-right: 12px;
}

.single-procon.single-con > span:first-child {
    color: #FF6853;
}

.review-main-part {
    display: flex;
    padding-top: 40px;
    position: relative;
}

.review-main-part-sidebar {
    max-width: 275px;
    width: 100%;
}

.review-main-part-reviews {
    flex: 1;
    margin-right: 40px;
}

.review-product-small-side {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    margin-bottom: 20px;
}

.review-product-title-side h3 {
    margin: 0;
    background: #F7F7F7;
    border-radius: 6px 6px 0px 0px;
    font-size: 16px;
    padding: 16px;
    margin-bottom: 8px;
}

.review-product-img-side {
    flex: 1;
}

.review-product-info-side {
    display: flex;
    padding: 0 8px 8px;
}

.review-product-info-text-side {
    flex: 1.1;
    margin-left: 12px;
    padding-bottom: 10px;
}

.review-prod-info-text-short-side h2 {
    font-weight: normal;
    font-size: 14px;
}

.review-prod-info-text-short-side p {
    display: none;
}

.review-prod-info-rate-link-side {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.review-prod-info-rate-link-side a.easyazon-link {
    font-size: 12px;
    padding: 8px 15px;
}

.review-prod-info-rate-link-side .review-product-amazon-btn {
    margin: 0;
}

.review-main-part-sidebar-inner.active {
    position: fixed;
    top: 50px;
    width: 275px;
}

.reviews-disclaimer {
    color: #fff;
    text-align: center;
        font-size: 12px;
}

.review-product-review-bordered-left > div {
    text-align: left;
}

.review-bottom {
    padding: 40px 0;
}

.review-main-part-sidebar-inner {
    max-width: 275px;
}

.review-top {position: relative;}

.abs a {
    position: absolute;
    text-indent: -99999px;
    background: none !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.review-product-review-bordered {
    position: relative;
    transition: 0.2s;
}

.review-product-review-bordered:hover {
    box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

.review-product-pros-cons {
    margin-top: 30px;
}

.review-prod-info-rate-link-side-full > div {
    text-align: left;
}

.review-prod-info-rate-link-side-full a.easyazon-link {
    padding: 12px 8px;
    font-size: 12px;
}


.review-prod-info-rate-link-side > div {
    margin: 0 5px;
}

.review-product-review-bordered-left > div {
    justify-content: flex-start;
}

.review-prod-info-rate-link-side-full a.easyazon-link {
    padding: 10px 5px;
}

.review-product-info-text-side {
    margin-left: 10px;
}

.reviews-link {
    margin-top: 20px;
    text-align: right;
}
.review-product-small-side .review-product-amazon-btn a,
.review-product-small-vertical .review-product-amazon-btn a,
.review-product-review-bordered .review-product-amazon-btn a {
    transition: 0.3s;
    z-index: 20;
    position: relative;
}

.review-product-small-side .review-product-amazon-btn a:hover, .review-product-small-side .review-product-amazon-btn a:hover, .review-product-small-vertical .review-product-amazon-btn a:hover, .review-product-small-vertical .review-product-amazon-btn a:hover, review-product-review-bordered .review-product-amazon-btn a:hover, .review-product-review-bordered .review-product-amazon-btn a:hover {
    background-image: linear-gradient(180deg, #a307c0 0%, #8b00a5 100%);
    text-decoration: none !important;
}

.review-table table th {
    background: #000;
    color: #fff;
}

.review-table table {
    width: 100%;
    margin-top: 25px;
}

.review-summary-title h2 {
    font-size: 21px;
}

.review-summary-table table tr td + td a {
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    background-image: linear-gradient(180deg, #FF9900 0%, #EE8F00 100%);
}

.review-summary-table table tr td:last-child {
    text-align: center;
}

.review-summary-table table tr td + td a:hover {
    background-image: linear-gradient(180deg, #a307c0 0%, #8b00a5 100%);
    text-decoration: none !important;
}

.top-badge {
    position: absolute;
    top: -13px;
    left: 16px;
    width: 110px;
}

.review-bottom-part {
    padding-top: 20px;
    margin-bottom: 0;
}

.review-table-contents {
    position: absolute;
    left: -280px;
    top: calc(10% + 5px);
    width: 200px;
    background: #FAFAFA;
    padding: 14px 18px 18px;
}

.review-table-contents-heading span {
    font-size: 15px;
    cursor: pointer;
    position: relative;
    color: #666;
    margin-left: 4px;
}

.review-table-contents-heading span:hover {
    border-bottom: 1px dotted #000;
}

.review-table-contents-heading span:before {content: '[ ';background: #FAFAFA;padding-bottom: 5px;color: #333;}

.review-table-contents-heading span:after {content: ' ]';background: #FAFAFA;padding-bottom: 5px;color: #333;}

.review-table-contents-list a {
    font-size: 18px;
    display: block;
    color: #666;
    line-height: 25px;
    margin-bottom: 20px;
}

.review-table-contents-list {
    padding-top: 20px;
}

.review-table-contents-item-type-H3 {
    padding-left: 15px;
}

.review-container {
    position: relative;
}

.review-bottom-part h2 {
    font-size: 38px;
}



@media screen and (max-width: 1600px) {
    .parent-review-single-review-info {
        grid-column: span 6;
        grid-row: span 1;
        min-height: 340px;
    }

    .review-product-single-review:nth-child(2) {
        grid-row: span 2;
        grid-column: span 3;
    }

    .review-product-single-review:nth-child(3), .review-product-single-review:nth-child(4) {
        grid-column: span 3;
    }

    .review-container {
        max-width: 960px;
    }

    .review-top-info, .review-bottom-info {
        padding: 30px 5px;
    }

    .review-container.child-review {
        max-width: 1110px;
    }

    .child-info-container-inner {
        max-width: 940px;
    }

    .review-product-small-vertical {
            max-width: 100%;
    }

    .review-product-large button.slick-arrow {
        left: -7%;
    }

    .review-product-large button.slick-arrow.slick-next {
        right: -7%;
    }

    a.easyazon-link {
        padding: 14px 44px;
    }
}

@media screen and (max-width: 1390px) {
    .review-table-contents {
        position: relative;
        width: 100%;
        max-width: 460px;
        top: 10px;
        left: 0;
    }
}

@media screen and (max-width: 970px) {
    .single-review-title {
        font-size: 40px;
    }

    .review-summary-table table tr th:nth-child(2), .review-summary-table table tr td:nth-child(2) {
        display: none;
    }

    .review-product-single-review:nth-child(2) {
        grid-column: span 6;
    }

    .review-container {
        max-width: 480px;
    }

    .review-product-single-review:nth-child(2) .review-product-img {
        width: 140px;
        margin: 0;
        float: left;
        padding-right: 32px;
        box-sizing: content-box;
    }

    .review-product-single-review:nth-child(2) .review-product-title {
        margin: 0;
        display: block;
    }

    .review-product-single-review:nth-child(3) .review-product-img, .review-product-single-review:nth-child(4) .review-product-img {
        max-width: 78px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    .review-product-single-review:nth-child(3), .review-product-single-review:nth-child(4) {
        padding: 24px;
    }

    .review-product-single-review:nth-child(3) .review-product-title, .review-product-single-review:nth-child(4) .review-product-title {
        min-height: 72px;
        height: auto;
    }

    .review-product-small-vertical {
        max-width: 700px;
    }

    .child-top-three-prods button.slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 35px;
        transform-origin: 50% 20px;
        font-size: 0;
        outline: none;
        background: #fefefe;
        width: 40px;
        height: 40px;
        border: 1px solid #958c8c;
        border-radius: 20px;
        z-index: 10;
    }

    .child-top-three-prods button.slick-arrow:after {
        content: '';
        width: 12px;
        height: 20px;
        background: url(img/arrow.svg) 50% 50%;
        background-size: contain;
        position: absolute;
        font-size: 20px;
        left: 10px;
        top: 9px;
    }

    .child-top-three-prods button.slick-next.slick-arrow {
        left: inherit;
        right: 35px;
        transform: translateY(-50%) rotate(180deg);
    }
    
    .review-product-review-bordered-left .easyazon-link {
        padding: 8px 5px;
    }

    .child-info-container-inner {
        max-width: 700px;
    }

    .child-top-three-prods .slick-track {
        display: block;
    }

    .review-product-small-vertical {
        box-shadow: none;
    }

    .review-product-small-vertical.slick-slide.slick-current.slick-active {
            box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08);
    }


    .child-top-three-prods {
        display: block;
        background: none;
        border: none;
    }

    .review-product-small-vertical {
        background: #fff;
        margin-bottom: 20px;
        border-radius: 0;
    }

    .review-main-part-sidebar {
        display: none;
    }

    
}

@media screen and (max-width: 650px) {
    a.easyazon-link {
        padding: 14px 20px;
    }
    .review-product-small-vertical {
        max-width: 290px;
        margin: 0 auto 30px;
        border-radius: 10px !important;
    }

    .reviews-disclaimer {
        padding: 12px;
    }

    .review-main-part-reviews {
        margin: 0;
    }
    


    .child-review img {
        max-width: 100%;
        height: auto;
    }

    .review-product-review-bordered-right {
        flex: auto;
        width: 100%;
    }

    .review-product-review-bordered-left {
        flex: auto;
            margin: 5px 0 0;
    }

    .review-product-review-bordered {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 30px;
        text-align: center;
    }

    .review-product-pros-cons {
        flex-direction: column;
        border: none;
    }

    .review-product-pros h3 {
        border-right: none;
    }

    .review-product-pros-cons > div > div {
        border-right: none;
    }

    .review-product-pros-cons > div {
        border: 1px solid #eee;
        margin-bottom: 20px;
        border-radius: 6px;
    }

    .review-product-review-bordered-left > div {
        justify-content: center;
    }

    .review-product-review-bordered-left > div {
        text-align: center;
    }
}

@media screen and (max-height: 621px) {
    .review-product-small-side:nth-child(3) {
        display: none;
    }

}


@media screen and (max-width: 485px) {
    .review-product-single-review:nth-child(3), .review-product-single-review:nth-child(4) {
        grid-column: span 6;
        padding: 24px 0 35px;
    }

    
    .review-summary-table table tr td a {
        padding: 10px;
        font-size: 10px;
    }

    .review-summary-table table tr td:last-child {
        padding: 5px 0;
        width: 120px;
        vertical-align: middle;
    }

    .review-product-single-review:nth-child(3) .review-product-img, .review-product-single-review:nth-child(4) .review-product-img {
        max-width: 170px;
    }

    .review-product-single-review:nth-child(2) .review-product-img {
        width: 170px;
        float: none;
        padding: 0;
        margin: 0 auto;
    }

    .review-product-single-review:nth-child(2) .review-product-title {
        min-height: 100%;
        padding: 10px 0;
    }

    .review-product-single-review:nth-child(3) .review-product-title, .review-product-single-review:nth-child(4) .review-product-title {
        min-height: auto;
        padding: 10px 0;
    }



    .single-review-title {
        font-size: 32px;
    }

    .review-place {
        background-size: 50px !important;
        background-position: 0px 4px !important;
        font-size: 20px;
        height: 55px;
        width: 51px;
        padding-left: 15px;
    }

    .child-info-top-three {
        background-size: auto 500px !important;
        background-position: 50% 0% !important;
    }
}