.wpas-theme-6 {
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 2px 1px 7px 0px #d3c6c6;
}

.wpas-theme-6 .er6-table-area {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
}

.wpas-theme-6 .er6-table-area .er6-single-col {
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.wpas-theme-6 .er6-table-area .er6-features-col {
    background-color: #f8f8f8;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-title {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding: 15px 10px;
    text-align: center;
    background-color: #333333;
    box-shadow: 0 3px 6px #00000029;
}

.wpas-theme-6 .er6-table-area .er6-single-col:last-child {
    border-right: none;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content {
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    height: calc(100% - 48px);
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .wpas--rating-categories .rating-wrap {
    margin-bottom: 15px;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .wpas--rating-categories .rating-wrap:last-child {
    margin-bottom: 0;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .wpas--rating-categories .rating-wrap .wpas--rating-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .wpas--rating-categories .rating-wrap .wpas--rating-detail .wpas--rating-name,
.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .wpas--rating-categories .rating-wrap .wpas--rating-detail .wpas--rating-rate {
    color: #000000;
    line-height: 25px;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .wpas--rating-categories .rating-wrap .wpas--rating-meter {
    background: #e1e1e1;
    height: 5px;
    width: 100%;
    border-radius: 7px;
    display: block;
    margin-top: 5px;
    overflow: hidden;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .wpas--rating-categories .rating-wrap .wpas--rating-meter .wpas--rating-bar {
    display: block;
    width: 50%;
    height: 100%;
    border-radius: 0 !important;
    background-color: red;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .er6-features-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .er6-features-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 17px;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .er6-features-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b2eedf;
    position: absolute;
    left: 0;
    top: 4px;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .er6-pros-cons-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .er6-pros-cons-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .er6-pros-cons-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 22PX;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .er6-pros-cons-list li.er6-pros::before {
    content: "\002B";
    left: -2px;
    color: rgb(76, 175, 80);
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-top-content .er6-pros-cons-list li.er6-cons::before {
    content: "\2012";
    color: rgb(244, 67, 54);
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #b2eedf;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 14px;
    text-transform: capitalize;
}
.wpas-theme-6 .er6-table-area .er6-features-col .er6-table-content .er6-bottom-content {
    background: #fdf2dd;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-bottom-content .er6-bottom-title {
    margin: 0;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-bottom-content.er6-pros-cons-bottom {
    display: block;
    position: relative;
    background: #f2eafd;
    line-height: 18px;
}

.wpas-theme-6 .er6-table-area .er6-single-col .er6-table-content .er6-bottom-content.er6-pros-cons-bottom .er6-bottom-value {
    font-size: 14px;
    position: relative;
    margin-right: 6px;
    font-weight: 700;
}


.wpas-theme-6 .er6-bottom-area {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr 1fr;
    padding: 20px 20px;
}

.wpas-theme-6 .er6-bottom-area .er6-bottom-col .er6-bottom-left-side {
    height: 100%;
}

.wpas-theme-6 .er6-bottom-area .frhd--rate-cover {
    background-color: #ffffff !important;
}

.wpas-theme-6 .er6-bottom-area .frhd--user-rating {
    text-align: center !important;
    margin-bottom: 15px !important;
}

.wpas-theme-6 .er6-bottom-area .wpas--total-category {
    font-size: 16px !important;
    margin: 0;
}

.wpas-theme-6 .er6-bottom-area .er6-bottom-col .er6-bottom-left-side figure {
    margin: 0;
    text-align: center;
    padding: 0;
    box-shadow: none !important;
}

.wpas-theme-6 .er6-bottom-area .er6-bottom-col .er6-bottom-left-side figure img {
    object-fit: contain;
    margin: 0 auto;
}

.wpas-theme-6 .er6-bottom-area .er6-bottom-col .er6-bottom-left-side p {
    margin: 15px 0 0;
    font-size: 18px;
    line-height: 1.3;
    color: #333333;
}
.wpas-theme-6 .er6-bottom-area .er6-bottom-col .er6-description {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 600;
}

.wpas-theme-6 .er6-bottom-area .er6-bottom-col .buttons {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpas-theme-6 .er6-bottom-area .er6-bottom-col .buttons a {
    border-radius: 5px;
    padding: 10px 30px;
    color: #ffffff;
    display: inline-block;
    background-color: #f24175;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s ease-in-out;
}

.wpas-theme-6 .er6-bottom-area .er6-bottom-col .buttons a:hover {
    filter: hue-rotate(180deg);
}


/* Stars Styles */
.wpas-star-rating input[type=radio] {
	display: none;
}
.wpas-star-rating {
	direction: rtl;
	display: inline-block;
	padding: 0 20px;
}
.wpas-star-rating input[type=checkbox],
.wpas-star-rating input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
.wpas-star-rating label {
	margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}
.wpas-star-rating svg {
	overflow: hidden;
	vertical-align: middle;
}
.wpas-star-rating label svg path {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.wpas-star-rating label:hover svg path,
.wpas-star-rating label:hover ~ label svg path,
.wpas-star-rating input[type=radio]:checked ~ label  svg path {
	stroke: #f2b600;
	fill: #f2b600;
}
.wpas-star-rating-wrap {
    background: #f1f1f1;
    padding: 15px 10px;
    text-align: center;
}
.frhd--user-rating-math-wrap {
    display: inline-block;
}
.frhd-rate-math {
    font-size: 20px;
}

/* User Rating Stars At Header */
.frhd--rate-cover {
    position: relative;
    width: 106px;
    height: 21px;
    margin: 5px auto;
    margin-top: 0;
}
.frhd--rate-visual:before,
.frhd--rate-visual:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 21px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
.frhd--rate-visual:before {
    width: 100%;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 304 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m181.9 23.2c0.4 1.2 0 2.6-0.9 3.4l-13.2 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 7-16.2c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.3 0.1 2.4 0.9 2.7 2.3z' fill='%23bdbdbd'/%3E%3Cpath d='m121 23.1c0.4 1.2 0 2.6-0.9 3.4l-13.1 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.6c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.4 0 2.4 0.9 2.8 2.2z' fill='%23bdbdbd'/%3E%3Cpath d='m303 26.4-13.2 11.6 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.1c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.3 0.1 2.4 1 2.8 2.2s0.1 2.6-0.8 3.3z' fill='%23bdbdbd'/%3E%3Cpath d='m242.9 23.2c0.4 1.2 0 2.6-0.9 3.4l-13.2 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.2c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.5 0.1 2.5 0.9 2.9 2.3z' fill='%23bdbdbd'/%3E%3Cpath d='m60.1 23.1c0.4 1.2 0 2.6-0.9 3.4l-13.1 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3s-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.6c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.1c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.4 0.1 2.5 1 2.8 2.3z' fill='%23bdbdbd'/%3E%3C/svg%3E");
    filter: drop-shadow(0px 1px 0px gray);
}
.frhd--rate-visual:after {
    width: 90%;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 304 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m181.9 23.2c0.4 1.2 0 2.6-0.9 3.4l-13.2 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 7-16.2c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.3 0.1 2.4 0.9 2.7 2.3z' fill='%23FFC107'/%3E%3Cpath d='m121 23.1c0.4 1.2 0 2.6-0.9 3.4l-13.1 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.6c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.4 0 2.4 0.9 2.8 2.2z' fill='%23FFC107'/%3E%3Cpath d='m303 26.4-13.2 11.6 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.1c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.3 0.1 2.4 1 2.8 2.2s0.1 2.6-0.8 3.3z' fill='%23FFC107'/%3E%3Cpath d='m242.9 23.2c0.4 1.2 0 2.6-0.9 3.4l-13.2 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.2c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.5 0.1 2.5 0.9 2.9 2.3z' fill='%23FFC107'/%3E%3Cpath d='m60.1 23.1c0.4 1.2 0 2.6-0.9 3.4l-13.1 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3s-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.6c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.1c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.4 0.1 2.5 1 2.8 2.3z' fill='%23FFC107'/%3E%3C/svg%3E");
}

@media screen and (max-width: 750px) {

    .wpas-theme-6 .er6-table-area,
    .wpas-theme-6 .er6-bottom-area {
        display: block;
    }

    .wpas-theme-6 .er6-bottom-area .er6-bottom-col {
        margin-bottom: 15px;
    }

    .wpas-theme-6 .er6-bottom-area .er6-bottom-col:last-child {
        margin-bottom: 0;
    }
}