html {
	font-size: 52%;
}


/*-------------------------------------------- */
/* --------------- ANIMATIONS ---------------- */
/*-------------------------------------------- */

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}


/*-------------------------------------------- */
/* -------------- PAGE OVERRIDE -------------- */
/*-------------------------------------------- */

.right-popin__content {
	display: none !important;
}

/*-------------------------------------------- */
/* ------------- GLOBAL CONTAINER ------------ */
/*-------------------------------------------- */

.page-template-page-comparateur-entreprise-v2 .site-header,
.page-template-page-comparateur-entreprise-v2 .wrapper--breadcrumb,
.page-template-page-comparateur-entreprise-v2 .site-footer,
.page-template-page-comparateur-entreprise-v2 .post-content {
	display: none;
}

/*TODO Simon à corrigé  */
@media (min-width: 1200px) {
	.page-template-page-comparateur-entreprise-v2 .container {
		width: 100% !important;
	}
}

/*-------------------------------------------- */
/* ----------------- HEADER ------------------ */
/*-------------------------------------------- */

.comparateur_entreprise__header {
	max-width: 1499px !important;
	margin: 2rem auto;
	padding: 0 1rem;
}

.comparateur_entreprise__header button {
	appearance: none;
	background-color: #FF7500;
	border: 0;
	color: white;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin-left: 1rem;
	padding: 1rem 2rem;
	border-radius: 0.3rem;
	border: 0.1rem solid #FF7500;
}

.comparateur_entreprise__header input {
	border: 1px solid #ccc;
	border-radius: 0.3rem;
	font-size: 1.6rem;
	padding: 1rem 2rem;
	line-height: 1.2;
	color: #222222;
}

.comparateur_entreprise__header .entreprise-input-wrapper {
	display: flex;
}

.examples {
	padding: 2rem;
	border: 0.1rem solid #CCCCCC;
	color: #777777;
	border-radius: 0.3rem;
}

/*-------------------------------------------- */
/* --------------- SCORE BLOCS --------------- */
/*-------------------------------------------- */


.wrapper-score-classement {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1rem;
}

.score_title {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	margin-bottom: 1rem;
}

.wrapper-big-euro {
	width: 57%;
	display: inline-block;
}

.wrapper-classement {
	width: 43%;
	display: inline-block;
}

.score_moyen {
	max-width: 19rem;
}

.score_moyen, .classement_position {
	border: 0.1rem solid #d3d3d3;
	border-radius: 0.4rem;
	display: flex;
	align-items: center;
}

.numero {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0.2rem 1rem;
	width: 100%;
	text-align: center;
}

.big_euro {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0.2rem 1rem;
	background-color: #F1F1F1;

}

.progression_positif {
	font-weight: 700;
	color: #6dca85;
	padding-left: 1rem;
	padding-right: 1rem;
	line-height: 1;
}

.progression_negatif {
	font-weight: 700;
	color: #FF7D7D;
	padding-left: 1rem;
	padding-right: 1rem;
	line-height: 1;
}

.classement_icon {
	padding: 0.2rem 2rem;
}

.wrapper-classement .big_euro {
	color: #ffcd00;
}

.position_el {
	padding: 0.5rem;
	font-size: 2.5rem;
	font-weight: 700;;
	padding: 0.2rem 1rem;
}

.wrapper-score-classement .position_el {
	font-size: 2rem;
}
.show-list-classement {
	padding-right: 1rem;
}
.show-list-classement, .show-list-ca {
	font-size: 1.5rem;
	display: block;
}

/*-------------------------------------------- */
/* ------------ PODIUM + CA BLOCS ------------ */
/*-------------------------------------------- */

.podium {
	margin-top: 2rem;
	max-height: 40rem;
    overflow-y: auto;
}

.podium ul {
	font-weight: 700;
}

.podium ul li {
	display: flex;
	line-height: 1.2;
	margin-bottom: 0.3rem;
}

.podium .cla_entreprise_name {
	font-weight: normal;
	flex: 1;
	padding-left: 0.5rem;
}

.podium .add-comparateur {
	margin-left: auto;
}

.ca-moyenne {
	margin-top: 2rem
}

/*-------------------------------------------- */
/* -------------- COMMON STYLES -------------- */
/*-------------------------------------------- */


li.current_entreprise {
	color: #FF7500;
	font-weight: bold;
}


.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 8rem;
	height: 8rem;
}

.lds-ellipsis div {
	position: absolute;
	top: 3.5rem;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
	background-color: #FF7500;
}

.lds-ellipsis div:nth-child(1) {
	left: 0.8rem;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 0.8rem;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 3.2rem;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 5.6rem;
	animation: lds-ellipsis3 0.6s infinite;
}

.label-cursor {
	background: #222222;
	color: white;
	padding: 0.2rem;
	border-radius: 1rem;
	font-size: 1rem;
	position: absolute;
	right: -3.3rem;
	display: inline-block;
	top: 0.3rem;
}


.stats-q-0 {
	background-color: #fedcdc;
}

.stats-q-1 {
	background-color: #ffffd5;
}

.stats-q-2 {
	background-color: #e2feea;
}

.stats-q-3 {
	background-color: #c9fcd7;
}

.stats-q-4 {
	background-color: #d7fbe1;
}

.stats-q-5 {
	background-color: #e7ffee;
}

.stats-q-x {
	height: 3.1rem;
	display: block;
	position: relative;
}

.bloc {
	background: #ffffff;
	padding: 1.5rem;
	color: #222222;
	border: 1px solid #cccccc;
	border-radius: 0.4rem;
}

.bloc ul {
	padding-left: 0;
}

.bloc p {
	font-size: 1.5rem;
	line-height: 1.3;
}


.pastille-score {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.dot {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 2.5rem;
	display: inline-block;
	vertical-align: top;
}

.green_dot {
	background-color: #A6F3BA;
}

.yello_dot {
	background-color: #FFFFAC;
}

.red_dot {
	background-color: #FF7D7D;
}

.grey_dot {
	background-color: #EBEBEB;
}


/*-------------------------------------------- */
/* ---------------- COLUMNS ------------------ */
/*-------------------------------------------- */

.comparateur_entreprise__centering {
	display: flex;
	justify-content: center;
}

.comparateur_entreprise__container {
	overflow-x: auto;

}

/* @media (min-width: 1700px) {
	.comparateur_entreprise__container {
		display: flex;
		justify-content: center;
	}
} */
.comparateur_entreprise__columns {
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 1.5rem;
	margin: 0 1rem 1rem 1rem;
	/*min-width: 1500px;*/
}

.comparateur_entreprise__columns > div {
}

/*-------------------------------------------- */
/* ------------ FIRST + X COLUMN ------------- */
/*-------------------------------------------- */


.entreprise-1__wrapper {
	border: 1px solid #cccccc;
	border-radius: 0.4rem;
	background-color: #f8f8f8;
	padding: 2rem;
}

.entreprise-1__wrapper__title {
	font-style: italic;
	font-size: 1.8rem;
	display: block;
	text-align: center;
	margin-bottom: 1rem;
}

.entreprise-1__wrapper .entreprise-result {
	min-width: 40rem;
	max-width: 48rem;
}

.entreprise-1__wrapper .entreprise-result .title-entreprise {
	background-color: #FF7500;
	color: white;
	padding-right: 6rem;
}

.entreprise-1__wrapper .entreprise-result .entreprise-title {
	font-weight: bold;
}

.entreprise-1__wrapper .entreprise-result .adresse {
	color: white;
}

.entreprise-1__wrapper .entreprise-result #categorie-entreprise_cible {
	font-weight: 700;
}

.wrapper-score-classement {
	margin-top: 2rem;
}


.entreprise-x__wrapper {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23CCCCCCFF' stroke-width='2' stroke-dasharray='3%2c 7' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 0.4rem;
	background-color: #f8f8f8;
	padding: 2rem;
}

.entreprise-x__wrapper .btn-ajout-entreprise {
	appearance: none;
	border: none;
	line-height: 1;
	font-size: 5rem;
	background-color: #FF7500;
	color: white;
	border-radius: 0.4rem;
	margin-top: 6rem;
}

.entreprise-x__wrapper .entreprise-result {
	min-width: 40rem;
	max-width: 48rem;
}

.entreprise-x__wrapper .entreprise-result .adresse {
	display: none;
}

/*-------------------------------------------- */
/* ----------- 3 COLUMS COMPARISON ----------- */
/*-------------------------------------------- */

.wrapper-comparateur-3 {
	border: 1px solid #cccccc;
	border-radius: 0.4rem;
	background-color: #f8f8f8;
	padding: 2rem 1rem;
	transition: all 200ms linear;
	opacity: 1;
}
.wrapper-comparateur-3.hidden {
	opacity: 0;
}

.wrapper-comparateur-3__columns {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.wrapper-comparateur-3__title {
	font-style: italic;
	font-size: 1.8rem;
	display: block;
	text-align: center;
	margin-bottom: 1rem;
}

.wrapper-comparateur-3__title #entreprise_cible {
	display: inline;
}

.wrapper-comparateur-3__columns .entreprise-result {
	width: calc(33.33% - 1rem);
	min-width: 40rem;
	margin: 0 1rem;
	vertical-align: top;
}


.hidden-comparateur {
	opacity: 0;
}

.visible-comparateur {
	opacity: 1;
}

.entreprise-result {
	transition: all 200ms linear;
}


#result_comparateur {
	min-height: 10rem;
}


.entreprise-result .title-entreprise {
	background: #ffffff;
	border: 0.1rem solid #FF7500;
	color: #FF7500;
	padding: 1rem;
	margin-bottom: 2rem;
	height: 11rem;
	border-radius: 0.4rem 0.4rem 0 0;
	border-bottom-width: 0.5rem;
}

.entreprise-result .title {
	color: inherit;
	font-size: 1.8rem;
	line-height: 135%;
}

.entreprise-result .title:hover {
	width: 100%;
	overflow: visible;
	position: relative;
	z-index: 9999;
}

.entreprise-result .location {
	display: block;
	color: #454545;
	font-size: 2rem;
	font-weight: 700;
}

.entreprise-result .adresse {
	color: #222222;
	font-size: 1.4rem;
	font-style: italic;
}

.entreprise-result {
	position: relative;
}

.title-entreprise {
	position: relative;
}

.close-btn-compare {
	display: flex;
	position: absolute;
	justify-content: center;
	position: absolute;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	line-height: 1;
	padding: 0.5rem;
	background-color: #FF7D7D;
	border: 0.1rem solid white;
	border-radius: 0.4rem;
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}


.title-item {
	font-size: 2rem;
	font-weight: bold;
	display: block;
	margin-bottom: 1.5rem;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 0.1rem solid #cccccc;
}

.sub-title-item {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5rem;
}

.informations-detail {
	margin-top: 2rem;
}

table.tab-financier {
	width: 100%;
	font-size: 1.3rem;
	border-collapse: collapse;
}

table.tab-financier tr:first-child td {
	font-weight: bold;
	font-size: 1.4rem;
}
table.tab-financier tr:first-child td input {
	font-weight: bold;
	font-size: 1.4rem;
}

table.tab-financier tr td {
	text-align: right;
}

table.tab-financier tr td:first-child {
	text-align: left;
}

table.tab-financier td {
	padding: 0.2rem 0.5rem;
	line-height: 1;
}

.add-comparateur {
	cursor: pointer;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid #222222;
	width: 2.1rem;
	height: 2.1rem;
	line-height: 21px;
	transition: all 0.2s ease;
}

.add-comparateur:hover {
	border: 2px solid #FF7500;
	color: #FF7500;
}

.current_entreprise .add-comparateur {
	display: none;
}


/*-------------------------------------------- */
/* -------------- PLAGE SCORE ---------------- */
/*-------------------------------------------- */

.jauge-score-global {
	display: block;
	position: relative;
	width: 93%;
	height: 2rem;
	margin: 0 auto;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.jauge-score-global .j {
	width: 20%;
	display: inline-block;
	height: 1.5rem;
}

.jauge-score-global .j-wrapper {
	display: flex;
	flex-wrap: nowrap;
	border-radius: 1rem;
	overflow: hidden;
}

.jauge-score-global .j-rouge {
	background-color: #fd9292;

}

.jauge-score-global .j-jaune {
	background-color: #ffbc7d;
}

.jauge-score-global .j-vert_clair {
	background-color: #fff6a8;
}

.jauge-score-global .j-vert_fonce2 {
	background-color: #f0f5f1;
}

.jauge-score-global .j-vert_fonce3 {
	background-color: #7ddf8d;
}

.jauge-score-global .cursor-note-wrapper {
	position: absolute;
	height: 10rem;
	left: 50%;
	top: -0.8rem;
	transform: translateX(-0.5rem);
}

.jauge-score-global .note-txt {
	display: block;
	font-weight: bold;
	font-size: 2.4rem;
	position: relative;
	transform: translateX(-40%);
}


.jauge-score-global .pipette {
	display: block;
	height: 3.5rem;
	width: 0.8rem;
	border-radius: 0.4rem;
	background-color: #222;
}

.entreprise-result, .entreprise-1__wrapper {
	position: relative;
}


/*-------------------------------------------- */
/* --------------- AVIS GLOBAL --------------- */
/*-------------------------------------------- */

.entreprise-x__wrapper .bloc-reviews {
	display: none;
}

.target-company-review {
	min-width: 33rem;
	margin-bottom: 3rem;
}

.target-company-review .review {
	display: flex;
	justify-content: center;
	align-items: center;
	align-items: baseline;
}

.target-company-review .review_note .note__big {
	font-size: 3.2rem;
	font-weight: 700;
}

.target-company-review .review_note .note__small {
	font-size: 2.4rem;
}

.target-company-review .review__number {
	font-weight: 600;
	font-size: 2.2rem;
	color: #707070;
	font-style: italic;
	padding: 0 0 0 1rem;
}

.target-company-review .review__star svg {
	transform: translate3d(0, 0.3rem, 0);
	margin-right: 0.3rem;
}

.review_smileys {
	display: flex;
	justify-content: center;
	gap: 2rem;
}

.review_smileys .smiley {
	text-align: center;
	line-height: 1;
}

.review_smileys .smiley span {
	font-size: 1.4rem;
}

.reviews__recap {
	padding: 1rem;
	border-radius: 0.4rem;
	background: #f1f1f1;
	font-size: 1.4rem;
}

.reviews__recap .review__line {
	display: flex;
	align-items: center;
}

.reviews__recap .review__line > div {
	padding: 0.2rem 0.5rem;
}

.reviews__recap .review__line .reviews__numbers {
	width: 11rem;
}

.reviews__recap .review__line .reviews__plateform {
	width: 10rem;
}

.reviews__recap .review__line .reviews__comment {
	width: auto;
}

.reviews_dispatch_bar {
	border-radius: 2rem;
	overflow: hidden;
	display: none;
	width: 100%;
	margin-top: 2rem;
}
.reviews_dispatch_bar__good {
	background-color: #7ddf8d;
	height: 1rem;
	width: 0%;
	transition: width 0.2s ease;
}
.reviews_dispatch_bar__neutral {
	background-color: #f0f5f1;
	height: 1rem;
	width: 0%;
	transition: width 0.2s ease;
}
.reviews_dispatch_bar__bad {
	background-color: #fd9292;
	height: 1rem;
	width: 0%;
	transition: width 0.2s ease;
}


.erep-danger {
	line-height: 1;
	padding: 1rem;
	border-radius: 0.4rem;
	background: #ffdbd9;
	font-size: 1.6rem;
	color: #d12e26;
	/*display: flex;*/
	display:none;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}

.plateforms {
	margin-top: 2rem;
}
.plateforms .plateform__recap--hide-children .plateform__review-details,
.plateforms .plateform__recap--hide-children .plateform__review-comments {

	display: none;
}

.plateforms .plateform__label {
	position: relative;
	padding: 0.5rem 1rem;
	border-radius: 0.4rem;
	background: #f1f1f1;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 1rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	line-height: 1;
    padding: 1rem;
}
.plateforms .plateform__recap .plateform__label:after {
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	background-image: url(/wp-content/plugins/comparateur_entreprise/img/arrow-down-black.svg);
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 1.5rem 1.5rem;
	right: 1rem;
    top: 1rem;
	transition: transform .2s ease-in-out;
	transform: rotate(180deg);
}
.plateforms .plateform__recap--hide-children .plateform__label:after {
	transform: rotate(0deg);
}

.plateforms .plateform__review-details {
	padding: 0.2rem 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.plateforms .review__note {
	width: 40%;
	font-size: 2rem;
}

.plateforms .review__note strong {

}

.plateforms .review_smileys--plateform {
	width: 60%;
	display: flex;
	justify-content: center;
	gap: 2rem;
	font-size: 1.4rem;
}

.plateforms .review_smmileys--plateform .smiley {
	text-align: center;
}

.comments__recap {
	font-size: 1.4rem;
	line-height: 1.3;
}

.comments__highlights, .comment__6-months {
	margin: 1rem 0;
	font-size: 1.4rem;
	font-weight: 700;
	color: #FF7D7D;
	margin-bottom: 2rem;
	line-height: 1.3;
}

.comment__6-months {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.comments__title {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 1rem 0;
}

.informations-detail.loading {
	position: relative;
}

.entreprise-1__wrapper .informations-detail.loading:after {
	content: '';
	background: url(/wp-content/plugins/comparateur_entreprise/img/loader.svg);
	/* width: 100%; */
	/* height: 100%; */
	position: absolute;
	left: calc(50% - 5rem);
	top: 10rem;
	background-repeat: no-repeat;
	width: 10rem;
	height: 10rem;
}

.synthese_p2 ul {
	list-style: disc;
	padding-left: 1.6rem;
}

/*

*/
.informations-general, .bloc-donnees-financier {
	position: relative;
}


.score-global.up-svg-toggle li.show-on-down {
	display: none;
}

.bloc-donnees-financier.up-svg-toggle div.show-on-down, .bloc-alerte_rj_lj.up-svg-toggle div.show-on-down {
	display: none;
}

.up-svg-toggle.bloc-conseils_financier div.show-on-down{
	display:none;
}
.down-svg-toggle.bloc-conseils_financier div.show-on-down{
	display:block !important;
}

.score-global.up-svg-toggle .toggleable:after, .bloc-donnees-financier.up-svg-toggle .toggleable:after,.bloc-alerte_rj_lj.up-svg-toggle .toggleable:after, .up-svg-toggle.bloc-conseils_financier .toggleable:after  {
	transform: rotate(0deg);
	transform-origin: 1rem 1rem;
}

.toggleable {
	cursor: pointer;
	position: relative;
}

.toggleable:after {
	content: '';
	width: 2rem;
	height: 2rem;
	background-image: url(/wp-content/plugins/comparateur_entreprise/img/arrow-down-black.svg);
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 2rem 2rem;
	right: 1.7rem;
	top: 0;
	transition: transform .2s ease-in-out;
	transform: rotate(180deg);
}

#entreprise_alert_rj_lj__pastille.dot,#entreprise_alert_rj_lj__pastille_cloned.dot {
	position: relative;
	top: 0.6rem;
	left: 0.2rem;
}

#manual-entreprise-financial {
	margin-top:2rem;
}
#manual-entreprise-financial input {
	max-width: 7rem;
	height: 2.9rem;
	padding: 0 0.2rem !important;
	border: none;
	border-bottom: #80808059 dotted 1px;
	margin: 0;
	color: black;
	font-size: 1.3rem !important;
	background:white !important;

}
#manual-entreprise-financial input[type=submit] {
	display: inline-block;
	max-width: initial;
	font-weight: bold;
	font-size: 1.6rem !important;
	border: none;
	border-radius: 0.4rem;
	background-color: #FF7500 !important;
    color: white;
	height: auto;
	padding: 0.8rem 1.5rem !important;
	margin-top: 1rem;
}
#wrapper_input_siret {
	position:relative;
}
#warning_nofinancial {
	border: 1px solid #ccc;
    border-radius: 0.4rem;
    padding: 1.5rem;
    margin-top: 1rem;
    background: #f8f8f8;
	cursor: pointer;
	position: fixed;
	top: 50vh;
	left: 40vw;
	z-index: 100;
}
.warning_nofinancialdata {
	margin-left:20px;
}

#manual-entreprise-financial {
	display:none;
}

.entreprise-x__wrapper #form_manual_financial {
	display:none;
}
.entreprise-x__wrapper #form_manual_financial {
	display:none !important;
}
#wrapper_input_siret a {
	visibility: hidden;
}

ul li.hidden_center_el {
	display:none;
}

ul.show_hidden_center li.hidden_center_el{
	display:flex;
}
ul.show_hidden_center li.show_hidden_center_el {
	display:none;
}
.show_hidden_center_el {
	text-align: center;
	border-bottom: 0.1rem dotted #cccccc;
	justify-content: center;
	position: relative;
	margin: 2rem 0 !important;
}
.show_hidden_center_el span {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	color: #454545;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	background: white;
	border-radius: 0.4rem;
	border: 0.1rem dotted #cccccc;
	padding: 0.5rem 1rem;
}
.plateform__recap {
	display:none;
}
.plateform__recap.show-plateform {
	display:block;
}

/*.financial_marge_brute, .financial_excedent_brut, .financial_tresorerie{*/
/*	display:none;*/
/*}*/
/*.financial_resultat_net*/

.flag_adherent{
	background-image: url(/wp-content/plugins/comparateur_entreprise/img/logo-membre-blanc.svg) !important;
	background-size: 126px 46px !important;
	background-repeat: no-repeat !important;
	background-position: right bottom!important;
}


.item_pqp_reviews {
	font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e9e9e9;
}
.item_pqp_reviews .pqp_note {
	font-weight: bold;
}
