
.bx_item_detail_rating{margin-bottom: 100px;}
.bx_item_detail_rating td{
	vertical-align: middle;
	text-align: right;
}
.bx_item_detail_rating .bx_item_rating{
	text-align: right;
}
.bx_item_detail_rating .bx_stars_container{
	position: relative;
	width: 256px;
	height: 113px;
	background: #fff;
	background-size: 100% 100%;
    margin: 0 auto;
}
.bx_item_detail_rating .bx_stars_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: url(images/stars-new2.png) no-repeat center;
	/*background-size: 120%;*/
}

.bx_item_detail_rating .bx_stars_progress{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #ffb300;
}
.bx_item_detail_rating .bx_stars_rating_votes{
	color: #8d8d8d;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
}

.title-vote {
    color: #787878;
    font-size: 32px;
    text-align: center;
    margin-bottom: 0;
}

.vote-click-result.btn {
    margin: 0 auto;
    width: 20%;
    display: flex;
}

.vote-click-result.btn:hover {
    color: #5ac37d;
    background-color: #fff;
    border: 2px solid #5ac37d;
}

/*.bx_item_detail_rating .bx_vam{vertical-align: middle;}*/

@media only screen and (min-width: 531px) and (max-width: 1024px) {

    .title-vote {
        font-size: 26px;
        margin-top: 20px !important;
    }

}

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

    .title-vote {
        font-size: 24px;
        margin-top: 10px !important;
    }

    .bx_item_detail_rating {margin-bottom: 20px;}

	.bx-touch .bx_item_detail_rating .bx_stars_container{
        height: 113px;
        margin: 0 auto;
	}
	.bx_item_detail_rating .bx_stars_rating_votes{
			font-size: 7px;
			line-height: 7px;
	}

    .vote-click-result.btn {width: 25%;}
}

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

    .bx_item_detail_rating {margin-bottom: 0;}

    .bx_item_detail_rating td {padding: 20px 10px;}

    .vote-click-result.btn {width: 30%;}

}

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

    .bx-touch .bx_item_detail_rating .bx_stars_container {width: 100%;}

}

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

    .bx-touch .bx_item_detail_rating .bx_stars_container {height: 109px;}

    .bx_item_detail_rating .bx_stars_bg {background-size: contain;}

}

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

    .title-vote {font-size: 18px;}

    .bx-touch .bx_item_detail_rating .bx_stars_container {height: 90px;}

    .vote-click-result.btn {width: 35%;}

}