div.products_list { /* change to 0.8em in qnc */
	font-size: 16px;
}

div.products_list * {
	box-sizing: border-box
}

.list_item {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	max-width: 840px;
	margin: 4em auto;
	border-top: 3px solid rgba(0,153,204,0.5);
	border-radius: 4px;
	background-color: #FFF;
}

div.products_list .list_item:first-child {
	margin-top: 0;
}

.list_item.top {
	border-top: 3px solid rgba(26,43,51,0.8);
}



/* ===== thumbnail container ===== */

.list_item .thumbnail {
	/*display: flex;
	justify-content: center;
	align-items: flex-start;*/
	position: relative;
	font-size: 0;
	line-height: 1;
}

.list_item .thumbnail .no-image {
	width: 175px;
	height: 150px;
	background-color: rgba(26,43,51,0.1);
}

.list_item .thumbnail div.spec_stamps.desktop {
	position: absolute;
	width: 100px;
	top: 10px;
	left: -20px;
}



/* ===== infos container ===== */

.list_item .infos {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 10px;
	letter-spacing: -0.02em;
}

.list_item .infos > h4 {
	margin: 0 0 0.2em 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: -0.03em;
}

.list_item .infos > h4 a {
	color: #009cc1;
	text-decoration: none;
	transition: 0.3s all;
}

.list_item .infos > h4 a:hover {
	opacity: 0.7;
}

.list_item .infos > h4 a b {
	text-decoration: none;
	white-space: nowrap;
}

.list_item .infos > p {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.1em;
}

.list_item .infos div.spec_stamps.desktop {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}

.list_item .infos div.spec_stamps.desktop > div {
	width: 100px;
	min-height: 100px;
	line-height: 0;
}

.list_item .infos a.add-to-compare {
	display: block;
	position: absolute;
	width: 50px;
	height: 40px;
	top: 5px;
	right: 5px;
	font-weight: bold;
	color: #FFF;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
	transition: all 0.5s;
}

.list_item .infos a.add-to-compare:hover {
	width: 180px;
	background-color: rgba(0, 197, 229, 1);
}

.list_item .infos a.add-to-compare svg {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 10px;
}

.list_item .infos a.add-to-compare svg polyline {
	fill: none;
	stroke: rgba(26, 43, 51, 0.3);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	transition: all 0.5s;
}

.list_item .infos a.add-to-compare:hover svg polyline {
	stroke: rgba(255, 255, 255, 1);
}

.list_item .infos a.add-to-compare span {
	display: block;
	position: absolute;
	top: 0;
	right: 60px;
	line-height: 40px;
	white-space: nowrap;
	opacity: 0;
	transition: all 0.5s;
}

.list_item .infos a.add-to-compare:hover span {
	opacity: 1;
}

.list_item.custom_msg .infos {
	display: block;
	padding: 1em;
}

.list_item.custom_msg .infos img {
	display: block;
	/*max-width: 75%;*/
	margin: 0 auto;
}

.list_item.custom_msg .infos h4 {
	margin-bottom: 1em;
	font-weight: bold;
	color: #009cc1;
}

.list_item.custom_msg .infos p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.2em;
}

.list_item.custom_msg .infos blockquote {
	margin-bottom: 1em;
	padding-left: 1em;
	font-size: 1em;
	font-style: italic;
	line-height: 1.0em;
	opacity: 0.7;
}

.list_item.custom_msg .infos ol,
.list_item.custom_msg .infos ul {
	margin-bottom: 1em;
	padding-left: 1em;
	font-size: 1.2em;
	line-height: 1.4em;
}

.list_item.custom_msg .infos ol {
	list-style: decimal inside;
}

.list_item.custom_msg .infos ul {
	list-style: disc inside;
}

.list_item.custom_msg .infos > div > div {
	max-width: 100%;
}

.list_item.product .infos > h4 {
	font-weight: bold;
}

.list_item.product .infos > p {
	margin-bottom: 0.5em;
	font-size: 1.1em;
	line-height: 1.3em;
}

.list_item.product .infos div > p {
	margin-bottom: 0.5em;
	font-size: 0.9em;
	line-height: 1.2em;
	opacity: 0.7;
}



/* ===== buy box ===== */

.buy-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 8px;
	border-radius: 4px;
}

.products_list .buy-box {
	flex-basis: 200px;
	background-color: rgba(153,204,51,0.2);
}

.list_item .buy-box.top {
	background-color: rgba(26,43,51,0.14);
}

.buy-box.top:before {
content: "⚫💰 PREÇO BLACK 💰⚫";
	display: block;
	position: absolute;
	padding: 1px 7px 0 5px;
	top: -7px;
	right: 0;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	color: #FFF;
	/*border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;*/
	border-radius: 3px;
	/*background-color: rgba(26,43,51,1.0);*/
	background-color: #A9B0B3;
}

.single-buy-box .buy-box.top:before {
	border-radius: 3px;
}

.buy-box p {
	margin: 0;
}

.buy-box div.store {
	position: relative;
	width: 100%;
	height: auto;
}

div.store a {
	display: block;
	width: 120px;
	height: 80px;
	margin: 0 auto !important;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}

div.store.acer a {
	background-image: url('../images/gEYlUOA6lFQ2.png');
}

div.store.amazon a {
	background-image: url('../images/upZhi3bQVpjJ.png');
}

div.store.americanas a {
	background-image: url('../images/b2QAQHAWM7wC.png');
}

div.store.asus a {
	background-image: url('../images/M3okZux2j7nR.png');
}

div.store.avell a {
	background-image: url('../images/GoTlcDEeAQ0X.png');
}

div.store.carrefour a {
	background-image: url('../images/YkMQxI8OzNUk.png');
}

div.store.casasbahia a {
	background-image: url('../images/N3U9jaA6hUxU.png');
}

div.store.clubesamsung a {
	background-image: url('../images/oLCFVlKxV9np.png');
}

div.store.dell a {
	background-image: url('../images/5q6bJ2BpE73G.png');
}

div.store.fastshop a {
	background-image: url('../images/yl0SGKtPJ5QR.png');
}

div.store.hp a {
	background-image: url('../images/NfCIBT57Ne31.png');
}

div.store.kabum a {
	background-image: url('../images/Rg0hEzAFSwaF.png');
}

div.store.lenovo a {
	background-image: url('../images/J2YKLyYmZ1J6.png');
}

div.store.magazine a {
	background-image: url('../images/fvpQVQ0hZr0v.png');
}

div.store.mercadolivre a {
	background-image: url('../images/RTNoOQB6flob.png');
}

div.store.positivo a {
	background-image: url('../images/WOIjd5qu3G3b.png');
}

div.store.samsung a {
	background-image: url('../images/oLCFVlKxV9np.png');
}

div.store.vaio a {
	background-image: url('../images/F6HSWz6y5K9G.png');
}

div.store.acer.ad:before {
	content: "Esta oferta não funciona com AdBlock ativo";
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 2px 8px;
	top: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	color: rgba(210,60,60,1.0);
	border-radius: 3px;
	background-color: rgba(210,60,60,0.2);
}

div.store.acer.ad ~ div.price-infos,
div.store.acer.ad ~ div.ideal-prices,
div.store.acer.ad ~ div.footer-infos {
	display: none;
}

.buy-box div.price-infos {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}

.buy-box div.price-infos div.price {
	width: 100%;
	text-align: center;
}

.buy-box div.lowest-price-without-discounts p {
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: center;
	color: #1a2b33;
	opacity: 0.7;
}

.buy-box div.lowest-price {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

.buy-box div.lowest-price a.edit-price {
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	left: -18px;
	margin-top: -6px;
	font-size: 12px;
	opacity: 0.4;
}

.buy-box div.lowest-price a.edit-price:hover {
	opacity: 0.7;
}

.buy-box div.lowest-price a.button {
	margin: 0 auto;
	white-space: nowrap;
}

.buy-box.top a.button:hover:after {
	border-top-color: rgba(26,43,51,0.8);
	border-right-color: rgba(26,43,51,0.8);
}

.buy-box div.lowest-price i.ideal-price-icon {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	right: -15px;
	margin-top: -5px;
	border-radius: 5px;
	cursor: pointer;
	z-index: 998;
	transition: all 0.3s;
}

.buy-box div.lowest-price i.ideal-price-icon:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	background-color: transparent;
}

@media (min-width: 992px) {
	.buy-box div.lowest-price i.ideal-price-icon:hover {
		opacity: 0;
	}
}

.buy-box div.lowest-price i.ideal-price-icon.bad_price {
	background-color: rgba(233, 126, 46, 0.8);
}

.buy-box div.lowest-price i.ideal-price-icon.regular_price {
	background-color: rgba(204, 198, 41, 0.8);
}

.buy-box div.lowest-price i.ideal-price-icon.normal_price {
	background-color: rgba(99, 158, 37, 0.8);
}

.buy-box div.lowest-price i.ideal-price-icon.good_price {
	background-color: rgba(23, 138, 224, 0.8);
}

.buy-box div.payment-details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}

.buy-box div.payment-type {
	width: 100%;
}

.buy-box div.payment-type p {
	margin-top: 8px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #6d9224;
}

.buy-box.top div.payment-type p {
	color: rgba(26,43,51,0.8);
}

.buy-box div.has-coupon {
	width: 100%;
}

.buy-box div.has-coupon p:first-child {
	margin-bottom: 4px;
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	color: #1a2b33;
}

.buy-box div.has-coupon p.coupon-code {
	width: fit-content;
	margin: 0 auto;
	padding: 0.2em 0.4em 0.1em 0.4em;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	color: #0086a5;
	border: 2px dotted rgba(0,197,229,0.7);
	border-radius: 3px;
	background-color: rgba(0,197,229,0.14);
}

.buy-box div.has-coupon p.coupon-code:hover {
	border-color: rgba(0,197,229,1.0);
	background-color: rgba(0,197,229,0.2);
	cursor: pointer;
}

.buy-box div.has-installments {
	margin-top: 8px;
	width: 100%;
}

.buy-box div.has-installments p {
	font-size: 0.9em;
	line-height: 1em;
	text-align: center;
	color: #1a2b33;
}

aaa

.buy-box div.has-cashback {
	width: 100%;
}

.buy-box div.has-cashback p {
	padding: 8px;
	font-size: 0.9em;
	line-height: 1em;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	background: linear-gradient(90deg, rgba(237, 0, 89, 0.8) 40%, rgba(23, 0, 133, 0.8) 100%);
}

.buy-box a.show-all-prices {
	position: absolute;
	width: 100%;
	padding: 3px 5px;
	right: 0;
	bottom: -24px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 18px;
	color: rgba(26,43,51,0.7);
	text-decoration: none;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.7);
}

.buy-box .ideal-prices {
	position: absolute;
	width: 100%;
	min-height: 100%;
	top: 0;
	right: 0;
	padding: 14px 20px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.95);
	visibility: hidden;
	opacity: 0;
	z-index: 997;
	transition: all 0.5s;
}

.buy-box .ideal-prices.show {
	visibility: visible;
	opacity: 1;
}

.products_list .buy-box .ideal-prices {
	width: 100%;
}

section.compare .buy-box .ideal-prices {
	padding: 14px;
	background-color: #e8e9ea;
}

.buy-box .ideal-prices h5 {
	display: inline-block;
	margin: 0 0 0.4em 0;
	padding: 0.2em 0.4em 0.1em 0.4em;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	border-radius: 3px;
}

.buy-box .ideal-prices.bad_price h5 {
	background-color: rgba(233, 126, 46, 1.0);
}

.buy-box .ideal-prices.regular_price h5 {
	background-color: rgba(204, 198, 41, 1.0);
}

.buy-box .ideal-prices.normal_price h5 {
	background-color: rgba(99, 158, 37, 1.0);
}

.buy-box .ideal-prices.good_price h5 {
	background-color: rgba(23, 138, 224, 1.0);
}

.buy-box .ideal-prices p.ideal-prices-calcs {
	margin-bottom: 0.4em;
	font-size: 1em;
	line-height: 1.2em;
	opacity: 0.8;
}

.ideal-prices-range {
	position: relative;
	width: 95%;
	height: 4px;
	margin: 10px 0;
	border-radius: 1px;
	background: linear-gradient(90deg, rgba(23,138,224,1) 0%, rgba(23,138,224,1) 22%, rgba(99,158,37,1) 26%, rgba(99,158,37,1) 48%, rgba(204,198,41,1) 52%, rgba(204,198,41,1) 74%, rgba(233,126,46,1) 78%, rgba(233,126,46,1) 100%);
}

.ideal-prices-marker {
	position: absolute;
	width: 10px;
	height: 10px;
	top: -3px;
	border-radius: 50%;
	outline: 4px solid #000;
	transform: translateX(-5px);
	animation-name: marker-blink;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@keyframes marker-blink {
	0% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	85% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.buy-box .ideal-prices.bad_price .ideal-prices-marker {
	outline-color: rgba(233, 126, 46, 0.4);
	background-color: rgba(233, 126, 46, 1.0);
}

.buy-box .ideal-prices.regular_price .ideal-prices-marker {
	outline-color: rgba(204, 198, 41, 0.4);
	background-color: rgba(204, 198, 41, 1.0);
}

.buy-box .ideal-prices.normal_price .ideal-prices-marker {
	outline-color: rgba(99, 158, 37, 0.4);
	background-color: rgba(99, 158, 37, 1.0);
}

.buy-box .ideal-prices.good_price .ideal-prices-marker {
	outline-color: rgba(23, 138, 224, 0.4);
	background-color: rgba(23, 138, 224, 1.0);
}

.buy-box .ideal-prices p.ideal-prices-alert {
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.2em;
	opacity: 0.55;
}

section.compare .buy-box .ideal-prices > p.ideal-prices-alert {
	padding-right: 60px; /* review */
}

.buy-box.out-of-stock p.availability,
.buy-box.discontinued p.availability {
	width: fit-content;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 2em;
	white-space: nowrap;
	color: rgba(26,43,51,0.5);
	border-radius: 2px;
	background-color: rgba(26,43,51,0.1);
}

.buy-box a.similar-products {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #009cc1;
}

.buy-box.out-of-stock a.similar-products,
.buy-box.discontinued a.similar-products {
	display: block;
	font-size: 0.8em;
}

.buy-box .admin-infos {
	position: absolute;
	top: -20px;
	left: 0px;
	font-size: 10px;
	line-height: 11px;
	opacity: 0;
	transition: 0.4s all;
}

.buy-box:hover .admin-infos {
	opacity: 1;
}

.buy-box .admin-infos .tooltip-text * {
	font-size: 11px;
	line-height: 12px;
}

.buy-box .admin-infos .tooltip-text hr {
	margin: 5px 0 !important;
	border: 0 !important;
	border-top: 1px solid rgba(255,255,255,0.2) !important;
	background-color: transparent !important;
}

.buy-box div.footer-infos {
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 0.7em;
	text-align: center;
}

.products_list .buy-box div.footer-infos {
	position: absolute;
	width: 200%; /* to show all infos */
	margin: 0;
	right: 0;
	bottom: -20px;
	text-align: right;
}



/* edit product - overlay */

.edit-product input.acf-button {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

.edit-product form + a {
	display: block;
	margin-top: 10px;
	text-align: center;
}



/* isolated buy box used in shortcodes */

.single-buy-box {
	box-sizing: border-box; /* to remove in new theme */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 620px;
	margin: 2em auto;
	padding: 1em;
	border-top: 3px solid rgba(0, 153, 204, 0.5);
	border-radius: 5px;
	background-color: #FFF;
	/*-webkit-box-shadow: 0px 8px 20px 0px rgba(26,43,51,0.2);
	-moz-box-shadow: 0px 8px 20px 0px rgba(26,43,51,0.2);
	box-shadow: 0px 8px 20px 0px rgba(26,43,51,0.2);*/
}

/* to remove in new theme */
.single-buy-box * {
	box-sizing: border-box;
}

.single-buy-box h2 {
	flex-basis: 100%;
	margin: 0 0 1em 0;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

.single-buy-box h2 strong {
	display: block;
}

.single-buy-box div.thumbnail {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 50%;
}

.single-buy-box div.thumbnail img {
	display: block;
	max-width: 280px;
	margin: 0 auto;
}

.single-buy-box div.buy-box {
	flex-basis: 50%;
}

.single-buy-box .buy-box .ideal-prices {
	padding: 1em 3em 1em 1em;
	background-color: rgba(255, 255, 255, 1.0);
}

@media (min-width: 992px) {

	.single-buy-box .buy-box p.price-details.without-discounts {
		font-size: 18px;
	}

	.single-buy-box .buy-box p.price-details.payment-type {
		font-size: 22px;
	}

	.single-buy-box .buy-box p.price-details.has-installments {
		font-size: 18px;
	}

	.single-buy-box .buy-box p.price-details.has-coupon {
		font-size: 20px;
	}

}

.single-buy-box p.prices-notice {
	flex-basis: 100%;
	margin: 1.2em 0 0 0;
	font-size: 0.8em;
	text-align: center;
}

@media (max-width: 991.98px) {

	.single-buy-box h2 {
		margin: 0 0 0.4em 0;
		font-size: 0.9em;
		line-height: 1.4em;
	}

	.single-buy-box h2 strong {
		font-size: 1.4em;
	}

	.single-buy-box div.thumbnail {
		flex-basis: 100%;
	}

	.single-buy-box div.thumbnail img {
		max-width: 140px;
	}

	.single-buy-box div.buy-box {
		flex-basis: 100%;
	}

}



@media only screen and (min-width: 1340px) {

	.list_item .thumbnail {
		flex-basis: 210px;
		min-width: 210px;
		padding: 10px 10px 10px 25px;
	}

	.list_item .infos {
		flex-basis: calc(100% - 210px - 200px);
		padding: 10px;
	}

	.list_item.custom_msg .infos {
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.products_list .buy-box {
		max-width: 200px;
	}

	.products_list .buy-box div.store {
		margin-top: -8px;
	}

	.buy-box.out-of-stock div.store,
	.buy-box.discontinued div.store {
		display: none;
	}

	.products_list .buy-box .ideal-prices {
		width: 120%;
		padding: 14px 40px 14px 20px;
	}

	.products_list .buy-box .ideal-prices:after {
		content: '';
		display: block;
		position: absolute;
		width: 50px;
		height: 100%;
		top: 0;
		left: -50px;
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%);
	}

	.products_list .buy-box div.has-installments {
		margin-top: 8px;
	}

	.buy-box div.has-installments br {
		display: none;
	}

	.buy-box div.has-coupon {
		margin-top: 8px;
	}

	.buy-box.out-of-stock a.similar-products,
	.buy-box.discontinued a.similar-products {
		margin-top: 8px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1339.98px) {

	.list_item {
		max-width: 700px;
	}

	.list_item .thumbnail {
		flex-basis: 210px;
		min-width: 210px;
		padding: 10px 10px 10px 25px;
	}

	.list_item .infos {
		max-width: calc(100% - 210px);
		flex-basis: calc(100% - 210px);
	}

	.list_item .infos > p {
		font-size: 0.8em;
	}

	.list_item.custom_msg .infos {
		max-width: 100%;
		flex-basis: 100%;
	}

	.products_list .buy-box {
		flex-direction: row;
		flex-basis: 100%;
		padding: 14px 8px;
	}

	.products_list .buy-box div.store {
		flex-basis: 25%;
		height: 100%;
	}

	.products_list .buy-box div.store a {
		max-width: 70px;
		height: 100%;
	}

	.products_list .buy-box div.price-infos {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		flex-basis: 75%;
	}

	.products_list .buy-box div.price-infos div.price {
		flex-basis: 60%;
	}

	.products_list .buy-box div.price-infos div.payment-details {
		flex-basis: 40%;
	}

	.buy-box.out-of-stock a.similar-products,
	.buy-box.discontinued a.similar-products {
		font-size: 0.7em;
	}

	.buy-box.top:before {
		top: -4px;
	}

}

@media only screen and (max-width: 767.98px) {

	.list_item {
		max-width: 400px;
	}

	.list_item .thumbnail {
		flex-basis: 110px;
		min-width: 110px;
		padding: 10px;
	}

	.list_item .thumbnail img {
		height: auto;
	}

	.list_item .thumbnail .no-image {
		width: 110px;
		height: 94px;
	}

	.list_item .thumbnail div.spec_stamps.desktop {
		display: none !important;
	}

	.list_item .thumbnail div.spec_stamps.mobile {
		position: absolute;
		width: 100px;
		bottom: 10px;
		left: 50%;
		margin-left: -50px;
	}

	.list_item .infos {
		max-width: calc(100% - 110px);
		flex-basis: calc(100% - 110px);
	}

	.list_item .infos > h4 {
		margin-bottom: 0.4em;
		font-size: 0.9em;
		line-height: 18px;
	}

	.list_item .infos > p {
		font-size: 0.7em;
	}

	.list_item .infos div.spec_stamps.desktop {
		display: none !important;
	}

	.list_item .infos div.spec_stamps.mobile {
		margin-top: 8px;
	}

	.list_item.custom_msg .infos {
		max-width: 100%;
		flex-basis: 100%;
	}

	.list_item.custom_msg .infos p,
	.list_item.custom_msg .infos ul li,
	.list_item.custom_msg .infos ul li a {
		font-size: 0.9em;
		line-height: 1.2em;
	}

	.list_item.product .infos > p {
		margin-bottom: 0.5em;
		font-size: 0.9em;
		line-height: 1.0em;
	}

	.list_item.product .infos div > p {
		font-size: 0.8em;
		line-height: 1.0em;
	}

	.products_list .buy-box {
		flex-direction: row;
		flex-basis: 100%;
		padding: 14px 8px;
	}

	.products_list .buy-box div.store {
		flex-basis: 25%;
		height: 100%;
	}

	.products_list .buy-box div.store a {
		max-width: 70px;
		height: 100%;
	}

	.products_list .buy-box div.price-infos {
		display: flex;
		flex-direction: row;
		flex-basis: 75%;
	}

	.products_list .buy-box div.price-infos div.price {
		flex-basis: 60%;
	}

	.buy-box div.lowest-price-without-discounts p {
		font-size: 0.7em;
	}

	.products_list .buy-box div.price-infos div.payment-details {
		flex-basis: 40%;
	}

	.buy-box div.payment-type p {
		margin-top: 4px;
		font-size: 0.7em;
	}

	.buy-box div.has-coupon p:first-child {
		font-size: 0.7em;
	}

	.buy-box div.has-coupon p.coupon-code {
		font-size: 0.8em;
	}

	.buy-box div.has-installments p {
		font-size: 0.8em;
	}

	.buy-box div.has-cashback p {
		padding: 5px;
		font-size: 0.8em;
	}

	.buy-box.out-of-stock a.similar-products,
	.buy-box.discontinued a.similar-products {
		font-size: 0.7em;
	}

	.buy-box.top:before {
		top: -4px;
	}

}