.afxshop,
.afxshop * {
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	text-transform: none;
	font-style: normal;
	/* text-decoration: none !important; */
	text-decoration: none;
	box-shadow: none;
	color: rgba(0, 0, 0, .87);
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

.afxshop {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	/* overflow: hidden; */
	font-family: "Century Gothic", CenturyGothic, Helvetica, Arial, sans-serif;
	max-width: 1200px;
	margin: 0 auto;
	/* font-family: Helvetica, sans-serif; */
}

.afxshop a, .afxshop a:hover {
	text-decoration: none;
	color: currentColor;
}
/* .widget_afxshopping .afxshop * { */
	/* text-align: inherit !important; */
/* } */

/*new 090722*/
.afxshop .afxshop-pros ul, .afxshop .afxshop-cons ul, .afxshop .afxshop-description ul {
	margin-left: 10px;
	padding: 0;
}
.afxshop .afxshop-list {
	font-size: inherit;
	list-style: none;
	/* overflow: hidden; */
}

.afxshop .afxshop-list li::before {
	content: none;
}

.afxshop .afxshop-item {
	position: relative;
	font-size: inherit;
	max-width: 100%;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 5px;
	text-align: center;
	/* text-align: center !important; */
	cursor: pointer;
	overflow: hidden;
	padding: 0;
}

.widget_afxshopping .afxshop ul li a {
    /* display: block !important; */
    display: block;
}

.afxshop .afxshop-item:hover,
.afxshop .afxshop-item:focus {
    box-shadow: 0 5px 15px rgba(100,100,100,.3);
}

/*new 090722*/
.afxshop .afxshop-header {
	display: block;
	width: 100%;
	padding: 5px 10px
}

/*
.afxshop .afxshop-image {
	width: 100%;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 300px;
	padding: 10px;
	overflow: hidden;
	aspect-ratio: 4/3;
}

.afxshop .afxshop-image img{
	height: auto;
	width: auto;
	max-height: min(100%,280px);
	max-width: min(100%,300px);
}

@supports (-webkit-touch-callout: none) {
	.afxshop .afxshop-image img {
		max-height: 280px;
	}
}
@supports not (aspect-ratio: 4/3) {
	.afxshop .afxshop-image img {
		max-height: 280px;
	}
}
*/

.afxshop .afxshop-image {
	position: relative;
	/* padding: 10px; */
	padding-bottom: max(200px, min(300px, 75%));
	height: 0;
	overflow: hidden;
	max-width: 350px;
	/* min-width: 250px; */
	margin: 0.5em auto;
}
.afxshop .afxshop-image img, body[class*='amp-single'] .afxshop .afxshop-image amp-img {
	position: absolute;
	padding: 10px;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	min-height:200px;
	object-fit: contain;
}

body[class*='amp-single'] .afxshop .afxshop-logo amp-img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.afxshop .afxshop-logo {
	height:auto;
	display: inline-block;
	vertical-align: middle;
	width:24px;
	height:24px;
	position:relative;
	border-radius: 5px;
}

.afxshop .afxshop-logo img{
	height:auto;
	width:auto;
	max-width:24px;
	max-height:24px;
}

/* CONTENT */
.afxshop .afxshop-content {
	display: block;
	width: 100%;
	font-size: inherit;
	padding: 0 0 10px;
	/* padding: 0 10px 10px; */
}

/* TITLE */
.afxshop .afxshop-title {
	display: block;
	text-align: left;
	padding-left: 10px;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	margin: .5em 0;
	line-height: 1.2em;
	max-height: 2.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
	letter-spacing: inherit;
	text-transform: inherit;
	font-style: inherit;
	color: #202e3b;
}

.afxshop-grid .afxshop-title {
	text-align: center;
}				   

/* DESCR, PROS, CONS */
.afxshop .afxshop-description {
	display: block;
	width: 100%;
	margin: 8px 0 10px;
}

.afxshop .afxshop-autodescr {
	line-break: after-white-space;
}

.afx-ellipsis::after {
	content: "...";
}

.afxshop .afxshop-description,
.afxshop .afxshop-description *,
.afxshop .afxshop-cons *,
.afxshop .afxshop-pros *
{
	font-size: 14px;
	line-height: 24px;
	/* max-height: 72px; */
	list-style: none;
	/* text-align:left; */
}

.afxshop .afxshop-cons,
.afxshop .afxshop-pros,
.afxshop .afxshop-description
{
	text-align:left;
	/* padding: 0 15px; */
}

.afxshop .afxshop-description ul li::before {
	content: '●';
	position: relative;
	font-weight: 700;
	/* background-color: #bc00bc; */
	font-size: 12px;
	/* height: 14px; */
	/* width: 14px; */
	color: #626b99;
	/* border-radius: 100%; */
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 3px 5px 4px 0;
	line-height: 12px;
}
.afx-pros-title, .afx-cons-title {
	margin-left: 10px;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom:10px;
	position: relative;
}										 
.afxshop .afxshop-pros ul li::before,
.afxshop .afxshop-cons ul li::before {
	content: '';
	display:inline-block;
	width:20px;
	height:20px;
	background:
	linear-gradient(#e05c5c,#e05c5c),
	#fff;
	background-position:center;
	background-size: 50% 2px,2px 50%;
	background-repeat:no-repeat;
	vertical-align:middle;
	margin: 3px 5px 4px 0;
	border-radius: 100%;
	position:static;			 
	border:2px solid #e05c5c;					  
}
.afx-pros-title::after, .afx-cons-title::after {
	content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    bottom: 2px;
    background-color: #6eb340;
    left: 0;
}
.afx-cons-title::after {
	background-color: #e05c5c;
}						  
.afxshop .afxshop-pros ul li::before {
	background:
	linear-gradient(#6eb340,#6eb340),
	linear-gradient(#6eb340,#6eb340),
	#fff;
	background-position:center;
	background-size: 50% 2px,2px 50%;
	background-repeat:no-repeat;
	border:2px solid #6eb340;
}
.afxshop-arg {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-flow: row wrap;
	/* margin: 1em 0; */
	/* padding: 0; */
	align-items: center;
	justify-content: center;
	align-items: stretch;
}
.afxshop .afxshop-cons,
.afxshop .afxshop-pros {
	background-color: #faf0f0;
	margin:7px;
	padding:0.5em;
	padding-top:10px;
	-webkit-box-flex: 1;
	flex: 1 0 150px;
	padding-bottom:20px;
	border-radius:5px;
}
.afxshop .afxshop-pros {
	/* background-color: #f0f9e9; */
	background-color: #ebf2f5;
	/* margin-bottom: 5px; */
}

/* RANK */
.afxshop-rank {
	margin:5px 0 20px;	
}
.icon-rank {
	margin-bottom:10px;
}
.title-rank {
	padding-bottom:10px;
	margin:0 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.afxshop .afxshop-footer {
	display: block;
	width: 100%;
	font-size: inherit;
	/* padding: 0 1em .5em */
}

.afxshop .afxshop-offer {
	display: block;
	width: 100%;
	font-size: inherit;
	padding: .5em 15px .5em 15px;
	text-align: center;
	border-top: 1px solid #eee;
	position:relative;
	text-align: right;
}

.afxshop-autodescr ul {
	margin-bottom:0;
}

.afxshop .afxshop-offer:hover {
	background-color: rgba(0, 123, 255, .1);
}

.afxshop .afxshop-offer img {
	border-radius:5px;
	vertical-align: middle;
	/* margin: 0 !important; */
	margin: 0;
}

/* .afxshop .lg-kk { */
	/* border: 1px solid #ccc; */
	/* border-radius: 100%; */
/* } */

.afxshop-logo:not(.lg-kk) > img {
	max-width:24px;
	height:auto;
}

.afxshop .afxshop-old-price {
	display: inline;
	/* text-decoration: line-through !important; */
	text-decoration: line-through;
	color: inherit;
	white-space: nowrap;
	position: absolute;
	/* text-align: center; */
	width: 100%;
	left: 0;
	bottom: -10px;
	color: #AAA;
	font-size: 10px;
}

/* .afxshop .afxshop-discount { */
	/* position: absolute; */
	/* font-size: 12px; */
	/* background: red; */
	/* color: #fff; */
	/* font-weight: 700; */
	/* white-space: nowrap; */
	/* right: 0px; */
	/* background:#ed1515; */
    /* border-radius:50%; */
    /* height: 30px; */
    /* width: 30px; */
    /* line-height: 30px; */
    /* display: inline-block; */
    /* text-align: center; */
	/* top: 50%; */
    /* transform: translateY(-50%); */
	/* box-shadow: 2px 2px 1px 0px #BBB; */
/* } */

.afxshop .afxshop-discount {
	display: inline;
	white-space: nowrap;
	position: absolute;
	text-align: center;
	/* left: calc(50% - 15px); */
	color: #fff;
	font-size: 10px;
	transform: skew(-10deg);
	font-weight: 700;
	background: #ed1515;
	width: 30px;
	top: -16px;
	box-shadow: 1px 1px 2px 0px #555;
	padding: 1px;
	line-height: 16px;
}

.afxshop .afxshop-price {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	/* color: inherit; */
	color: #222;
	white-space: nowrap;
	vertical-align: middle;
	/* min-width: 80px; */
	position:relative;
}

/* .afxshop .afxshop-discount,.afxshop .afxshop-item:hover,.afxshop .afxshop-item:focus{border-color:' . $color . '} */

.afxshop .afxshop-button, a.btnafx {
	position:relative;
	display: inline-block;
	max-width: 100%;
	margin-top: .3em;
	padding: .3em .5em;
	background: #bc00bc;
	color: #fff;
	border-radius: 3px;
	font-size: 16px;
	vertical-align: middle;
	white-space: nowrap;
	/*white-space: normal;*/
}

a.btnafx {
	text-align:center;
	max-width:100%;
	cursor:pointer;
	/* width:600px; */
}
.afxshop-small .afxshop-price, .afxshop .afxshop-button, a.btnafx {
	background: #bc00bc;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	/* transition: all 1s linear;	 */
}

.afxshop-small .afxshop-price::after, .afxshop .afxshop-button::after, a.btnafx::after {
	content:'';
	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	display:inline-block;
}

/*GRADIENT*/
.afxshop-small .afx-gradient .afxshop-price::after, .afxshop .afx-gradient .afxshop-button::after, .afx-gradient a.btnafx::after {
	background: linear-gradient(to right bottom, rgba(255,255,255, 0.3) 0%, rgba(255,255,255, 0)  100%);
}

.afxshop .afxshop-button::before {
	content: attr(data-cta)
}

.afxshop-small .afxshop-price:hover, .afxshop .afxshop-button:hover, a.btnafx:hover {
	opacity: .75;
	/* border: 1px solid rgba(0,0,0, 0); */
	box-shadow: inset 1.5px 1.5px 3px rgba(0,0,0,.2);
	text-decoration: none;				   
}

.afxshop-small .afxshop-price:hover::after, .afxshop .afxshop-button:hover::after {
	background:none;
	background: linear-gradient(to right bottom, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.3)  100%);
}


.afxshop-grid .afxshop-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-flow: row wrap;
	margin: .5em -.5em;
	align-items: flex-start;
}

.afxshop-grid .afxshop-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-flex: 1;
	flex: 1 0 calc(33% - 1em);
	min-width: 180px;
	margin: .5em;
	padding-bottom:0;
	/* overflow: hidden; */
}

.afxshop-note svg {
    margin: 10px 3px 0;
    fill: #edb329;
}
.afxshop-note {
	margin-bottom:10px;
}

.afxshop-box .afxshop-list {
	display: block;
	margin: 0
}

.afxshop-box .afxshop-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-flow: row wrap;
	margin: 1em 0;
	/* padding: .5em; */
	padding: 0;
	align-items: center;
	justify-content: center;
}

/* .afxshop-box .afxshop-image {
	margin: 0.5em;
} */

.afxshop-box .afxshop-header,
.afxshop-box .afxshop-content {
	/* display: -webkit-box; */
	/* display: flex; */
	/* padding: 0 20px 0 0 */
	padding: 0
}

.afxshop-review .afxshop-header {
	-webkit-box-flex: 1;
	flex: 1 0 150px
}
.afxshop-box .afxshop-rank {
	width: 100%;
}
.afxshop-review .afxshop-side {
	width: 100%;
}

.afxshop-review .afxshop-content {
	-webkit-box-flex: 4;
	flex: 4 0 200px;
	padding: 0 10px;
}

.afxshop-box:not(.afxshop-review) .afxshop-header {
	-webkit-box-flex: 2;
	flex: 2 0 180px
}
/* .afxshop-box:not(.afxshop-review) .afxshop-rank { */
	/* width: 100%; */
/* } */
.afxshop-box:not(.afxshop-review) .afxshop-side {
    -webkit-box-flex: 2;
    flex: 2 0 290px;
}

.afxshop-box:not(.afxshop-review) .afxshop-content {
	-webkit-box-flex: 3;
	flex: 3 0 200px;
	padding: 0 10px;
}

/* .afxshop-box .afxshop-discount { */
	/* left: -1px; */
	/* border-radius: 3px 0 3px 0 */
/* } */

.afxshop-box .afxshop-button {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.afxshop .google-auto-placed {
	display: none
}

.afxshop .afxshop-offer a {
	border: none;
}

/* PRICELIST */
.afxshop-pricelist .afxshop-logo {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.afxshop-pricelist .afxshop-logo img {
	max-width: 32px;
	max-height: 32px;
}

/* .afxshop-pricelist .afxshop-wrap, .afxshop-pricelist .afxshop-header { */
.afxshop .afxshop-wrap {
	width:100%;
	/* display: flex !important; */
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-flow: row wrap;
	align-items: center;
	/* justify-content: center; */
	justify-content: right;
}

.afxshop-pricelist .afxshop-title {
	text-align: left;
	margin-left: 25px;
	-webkit-box-flex: 1;
    flex: 1 0 110px;
	text-align:left;
	margin-top: 12px;
}
/* .afxshop-pricelist .afxshop-merchant { */
.afxshop-merchant {
    -webkit-box-flex: 2;
    flex: 2 0 80px;
	text-align:left;
}
/* .afxshop-pricelist .afxshop-details { */
.afxshop .afxshop-details {
    -webkit-box-flex: 1;
    flex: 1 0 50px;
	/* text-align:right !important; */
	text-align:right;
	/* padding-right:10%; */
	white-space: nowrap;
}
/* .afxshop-pricelist .afxshop-btn { */
.afxshop-btn {
	-webkit-box-flex: 1;
	flex: 1 0 50px;
	padding: 0 5px;
	margin: 5px 0;
}
/* .afxshop-pricelist .afxshop-price { */
.afxshop-price {
	font-size:18px;
	font-weight:500;
	min-width: auto;
	margin-right: 10px;
}
/* .afxshop-pricelist .afxshop-discount { */
.afxshop-discount {
	position:absolute;
	/* transform:none; */
	right: 0;
	left:auto;
}
/* .afxshop-pricelist .afxshop-old-price { */
.afxshop-old-price {
	text-align:right;
}
.afxshop-mname {
	font-size: 14px;
	padding-right: 10px;
}
/* .afxshop-grid .afxshop-mname, .afxshop-box .afxshop-mname { */
	/* font-size: 13px; */
/* } */
.afxshop-pricelist .afxshop-bestprice {
	text-align:right;
	-webkit-box-flex: 1;
    flex: 1 0 110px;
	margin-right: 25px;
}
.afxshop-pricelist .afxshop-bestprice span {
	white-space: nowrap;
}
/* .afxshop-pricelist .afxshop-button { */
.afxshop-button {
	display:inline-block;
	text-align:center;
	min-width: 90%;
}
.afxshop-pricelist .afxshop-content {
	padding: 0;
}

/*BTN MORE*/
.afxshop .more_mkt {
	display:none;
}

.afxshop-offer:first-child .afxshop-price, .afxshop-offer:first-child .afxshop-mname {
	font-weight:700;
	/* color:#38619C; */
}

.afxshop .more_btn {
	background-color:#ebeef2;
	line-height: 0.6;
	/* border-radius:5px; */
}
.afxshop .more_btn::after {
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url(../img/caret-down-fill.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:0.5em;
	vertical-align: middle;
}

.afxshop-price svg {
	display: none;
	vertical-align: text-bottom;
}

/*ARROW SLICK*/
/* .affiai_arrow_next, .affiai_arrow_prev { */
    /* background-color: #0d0d0d; */
    /* width: 40px; */
    /* height: 50px; */
    /* z-index: 1; */
    /* border-radius: 0; */
    /* left: 0; */
/* } */

.afxshop .affiai_arrow_next, .afxshop .affiai_arrow_prev {
    font-size: 0;
    line-height: 0;
    /* position: absolute !important; */
    position: absolute;
    /* top: 30% !important; */
    top: 30%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
	background-color: #0d0d0d;
	/* width: 50px !important; */
	width: 50px;
	/* height: 50px !important; */
	height: 50px;
	z-index: 1;
	border-radius: 100%;
	/* left: 0 !important; */
	left: 0;
}
.afxshop .affiai_arrow_next {
    /* right: 0 !important; */
    /* left: auto !important; */
    right: 0;
    left: auto;
}
.affiai_arrow_next i, .affiai_arrow_prev i {
	color:#fff;
}

/* DATE */

.afxshop-date {
	/* position:relative; */
	text-align: right;
	margin-bottom: -15px;
	margin-top: 5px;
	right: 2%;
	width: 100%;
	z-index: 1000;
}

.afxshop-date {
	opacity: 0.6;	
}

.afxshop-pricelist .afxshop-date {
	margin-bottom: 0px;
}

.afxshop-date span, .afxshop-mentions span {
	/* background-color: #fff; */
	/* border: 1px solid rgba(0, 0, 0, .125); */
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 7px;
	color: #555;
}

.afxshop-mention {
	position:relative;
}
.afxshop-mentions span {
	padding:5px 10px;
	color: #555;
	border-bottom:1px dotted #666;
	/* border: 1px solid #999; */
	border-radius: 5px;
}
.afxshop-mentions svg {
	height:14px;
	width:14px;
	vertical-align:middle;
}

.afxshop-mentions span::after {
  vertical-align: middle;
}

.afx-tooltip {
    display:inline-block;
    position:relative;
    text-align:left;
	cursor:pointer;
}
.afx-tooltip .afx-bottom {
    /* min-width:300px;  */
    max-width:100%;
    /* top:40px; */
    /* right:0; */
    /* padding:10px 20px; */
    color:#444444;
    /* background-color:#FEFEFE; */
    font-weight:normal;
    font-size:13px;
    /* border-radius:8px; */
    /* position:absolute; */
    /* z-index:99999999; */
    box-sizing:border-box;
    /* box-shadow:0 1px 8px rgba(0,0,0,0.2); */
    /* display:none; */
}
.afx-tooltip .afx-bottom i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}
.afx-tooltip .afx-bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#FEFEFE;
    box-shadow:0 1px 8px rgba(0,0,0,0.2);
}
.mtn_content {
	/* max-width:240px; */
	text-align: justify;
	text-justify: auto;
	margin-bottom:0;
}

.afxshop .afx-carousel li {
height: auto;
}

.afxshop-note svg{
width:22px
}

.afximg {
	cursor: pointer;
}

body a.afximg {
	text-decoration: none !important;
}

.afx-sst {
	max-width: 200px;
	display: inline-block;
	vertical-align: bottom;
}

.afx-sst .afxshop-image img {
	padding: 0;
	min-height: 150px;
}

.afx-sst .afxshop-image {
	padding-bottom: max(150px, min(300px, 75%));
}

.afx-sst .afxshop-title, .afx-sst .afxshop-content {
	padding: 0;
	font-size: 16px;
}

.afx-sst .afxshop-date span::before {
	content: '';
}

.afx-sst .afxshop-date span {
	padding:0;
}

.afx-sst .afxshop-list, .afx-sst .afxshop-item {
	margin-bottom: 2.5px;
}

/*RESPONSIVE*/
@media only screen and (min-width: 1200px) {
	/* .tp_rank { */
		/* margin-top:-10px !important; */
	/* } */
	.afxshop-pricelist .afxshop-details {
		padding-right:2%;
	}
}
/* @media only screen and (max-width: 400px) { */
	.afxshop-small .afxshop-price {
		padding: 5px 10px;
		border-radius: 5px;
		color: #fff;
		margin-right:0;
	}
	.afxshop-small .afxshop-old-price {
		display:none;
	}
	.afxshop-small .afxshop-price svg {
		display: inline;
	}
	.afxshop-small .afxshop-btn {
		display:none;
	}
	.afxshop-small .afxshop-details {
		padding:0;
	}
	.afxshop .afxshop-small .afxshop-discount {
		/* top:-10px !important; */
		top:-10px;
	}
/* } */

@media only screen and (max-width: 500px) {
	.afxshop-grid .afxshop-item {
		min-width: 250px;
	}
	.afxshop-review .afxshop-header {
	-webkit-box-flex: 1;
	flex: 1 0 220px
	}
	.afxshop-box:not(.afxshop-review) .afxshop-header {
	-webkit-box-flex: 2;
	flex: 2 0 250px
	}
}

/*CORECTIF A SUPPRIMER*/
.afxshop .afxshop-item .afxshop-header a, .afxshop-offer a {
    display: inline;
}