/* @import url("afx-icon.css"); */

.afxshop,
.afxshop * {
	box-sizing: border-box !important;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	text-transform: none;
	font-style: normal;
	text-decoration: none !important;
	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;
	font-family: "Century Gothic", CenturyGothic, Helvetica, Arial, sans-serif;
	max-width: 1200px;
	margin: 0 auto;
}

.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;
}

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

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

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

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

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

.afxshop .afxshop-image {
	position: relative;
	padding-bottom: max(200px, min(300px, 75%));
	height: 0;
	overflow: hidden;
	max-width: 350px;
	margin: 0.5em auto;
}
.afxshop .afxshop-image img {
	position: absolute;
	padding: 10px;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	min-height:200px;
	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;
}

/* 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: #333; */
	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;
	list-style: none;
}

.afxshop .afxshop-cons,
.afxshop .afxshop-pros,
.afxshop .afxshop-description
{
	text-align:left;
}

.afxshop .afxshop-description ul li::before {
	content: '●';
	position: relative;
	font-weight: 700;
	font-size: 12px;
	color: #626b99;
	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;
	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: #ebf2f5;
}

/* RANK */
.afxshop-rank {
	margin:5px 0 20px;	
}
.icon-rank {
	margin-bottom:10px;
}

.icon-rank i {
	font-size:24px;
}
.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;
}

.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;
}

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

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

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

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

.afxshop .afxshop-discount {
	display: inline;
	white-space: nowrap;
	position: absolute;
	text-align: center;
	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;
}

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

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

a.btnafx {
	text-align:center;
	max-width:100%;
	cursor:pointer;
}

.afxshop-small .afxshop-price, .afxshop .afxshop-button, a.btnafx {
	background: #bc00bc;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.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;
	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;
}

.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: 0;
	align-items: center;
	justify-content: center;
}

.afxshop-box .afxshop-header,
.afxshop-box .afxshop-content {
	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-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-button {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

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

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

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

.afxshop-wrap {
	width:100%;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-flow: row wrap;
	align-items: 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-merchant {
    -webkit-box-flex: 2;
    flex: 2 0 80px;
	text-align:left;
}

.afxshop-details {
    -webkit-box-flex: 1;
    flex: 1 0 50px;
	text-align:right !important;
	white-space: nowrap;
}

.afxshop-btn {
	-webkit-box-flex: 1;
	flex: 1 0 50px;
	padding: 0 5px;
	margin: 5px 0;
}

.afxshop-price {
	font-size:18px;
	font-weight:500;
	min-width: auto;
	margin-right: 10px;
}

.afxshop-discount {
	position:absolute;
	right: 0;
	left:auto;
}

.afxshop-old-price {
	text-align:right;
}
.afxshop-mname {
	font-size: 14px;
	padding-right: 10px;
}

.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-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;
}

.afxshop .more_btn {
	background-color:#ebeef2;
	line-height: 0.6;
}
.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;
}

.affiai_arrow_next, .affiai_arrow_prev {
    font-size: 0;
    line-height: 0;
    position: absolute !important;
    top: 30% !important;
    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;
	height: 50px !important;
	z-index: 1;
	border-radius: 100%;
	left: 0 !important;
}
.affiai_arrow_next {
    right: 0 !important;
    left: auto !important;
}
.affiai_arrow_next i, .affiai_arrow_prev i {
	color:#fff;
}

/* DATE & MENTIONS */
.afxshop-date, .afxshop-mentions {
	text-align: right;
	margin-bottom: -15px;
	margin-top: 5px;
	right: 2%;
	width: 100%;
	z-index: 1000;
}

.afxshop-mentions {
	margin-bottom: 10px;
}

.afxshop-date {
	opacity: 0.6;	
}

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

.afxshop-date span, .afxshop-mentions span {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 7px;
	color: #555;
}

.mtn_content span {
	padding: 0;
}
.afxshop-mention {
	position:relative;
}
.afxshop-mentions > :not(.mtn_content) > span {
	padding:5px 10px;
	color: #555;
	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_close {
	position:absolute;
	right:10px;
	font-size:16px;
}
.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) {
	.afxshop-pricelist .afxshop-details {
		padding-right:2%;
	}
}

.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-small .afxshop-discount {
	top:-10px !important;
}


@media only screen and (max-width: 500px) {
	.afxshop-grid .afxshop-item {
		min-width: 220px;
	}
	.afx-carousel .afxshop-item {
		min-width: 150px;
	}
	.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
	}
}

.afxshop-item .afxshop-header a, .afxshop-offer a {
    display: inline !important;
}

/* AFX ICON */
@font-face {
  font-family: 'afxicon';
  src: url('../font/afxicon.eot?72704249');
  src: url('../font/afxicon.eot?72704249#iefix') format('embedded-opentype'),
       url('../font/afxicon.woff2?72704249') format('woff2'),
       url('../font/afxicon.woff?72704249') format('woff'),
       url('../font/afxicon.ttf?72704249') format('truetype'),
       url('../font/afxicon.svg?72704249#afxicon') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="afx-icon-"]:before, [class*=" afx-icon-"]:before {
  font-family: "afxicon";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.afx-icon-star:before { content: '\e800'; } /* '' */
.afx-icon-star-empty:before { content: '\e801'; } /* '' */
.afx-icon-heart:before { content: '\e802'; } /* '' */
.afx-icon-heart-empty:before { content: '\e803'; } /* '' */
.afx-icon-ok:before { content: '\e804'; } /* '' */
.afx-icon-users:before { content: '\e805'; } /* '' */
.afx-icon-tag:before { content: '\e806'; } /* '' */
.afx-icon-home:before { content: '\e807'; } /* '' */
.afx-icon-thumbs-up:before { content: '\e808'; } /* '' */
.afx-icon-wrench:before { content: '\e809'; } /* '' */
.afx-icon-fire:before { content: '\e80a'; } /* '' */
.afx-icon-gauge:before { content: '\e80b'; } /* '' */
.afx-icon-block:before { content: '\e80c'; } /* '' */
.afx-icon-comment:before { content: '\e80d'; } /* '' */
.afx-icon-globe:before { content: '\e80e'; } /* '' */
.afx-icon-umbrella:before { content: '\e80f'; } /* '' */
.afx-icon-flight:before { content: '\e810'; } /* '' */
.afx-icon-leaf:before { content: '\e811'; } /* '' */
.afx-icon-megaphone:before { content: '\e812'; } /* '' */
.afx-icon-gift:before { content: '\e813'; } /* '' */
.afx-icon-camera:before { content: '\e814'; } /* '' */
.afx-icon-music:before { content: '\e815'; } /* '' */
.afx-icon-search:before { content: '\e816'; } /* '' */
.afx-icon-basket-1:before { content: '\e817'; } /* '' */
.afx-icon-award-1:before { content: '\e818'; } /* '' */
.afx-icon-star-half:before { content: '\e819'; } /* '' */
.afx-icon-left-open:before { content: '\e81a'; } /* '' */
.afx-icon-right-open:before { content: '\e81b'; } /* '' */
.afx-icon-down-open:before { content: '\e81c'; } /* '' */
.afx-icon-down-dir:before { content: '\e81d'; } /* '' */
.afx-icon-down-circle:before { content: '\e81e'; } /* '' */
.afx-icon-three:before { content: '\e81f'; } /* '' */
.afx-icon-two:before { content: '\e820'; } /* '' */
.afx-icon-one:before { content: '\e821'; } /* '' */
.afx-icon-clock:before { content: '\e822'; } /* '' */
.afx-icon-crown:before { content: '\e844'; } /* '' */
.afx-icon-hash:before { content: '\f029'; } /* '' */
.afx-icon-trophy:before { content: '\f074'; } /* '' */
.afx-icon-lightbulb:before { content: '\f0eb'; } /* '' */
.afx-icon-suitcase:before { content: '\f0f2'; } /* '' */
.afx-icon-gamepad:before { content: '\f11b'; } /* '' */
.afx-icon-star-half-alt:before { content: '\f123'; } /* '' */
.afx-icon-puzzle:before { content: '\f12e'; } /* '' */
.afx-icon-rocket:before { content: '\f135'; } /* '' */
.afx-icon-euro:before { content: '\f153'; } /* '' */
.afx-icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.afx-icon-female:before { content: '\f182'; } /* '' */
.afx-icon-male:before { content: '\f183'; } /* '' */
.afx-icon-sun:before { content: '\f185'; } /* '' */
.afx-icon-moon:before { content: '\f186'; } /* '' */
.afx-icon-child:before { content: '\f1ae'; } /* '' */
.afx-icon-paw:before { content: '\f1b0'; } /* '' */
.afx-icon-cab:before { content: '\f1b9'; } /* '' */
.afx-icon-birthday:before { content: '\f1fd'; } /* '' */
.afx-icon-bicycle:before { content: '\f206'; } /* '' */
.afx-icon-diamond:before { content: '\f219'; } /* '' */
.afx-icon-motorcycle:before { content: '\f21c'; } /* '' */
.afx-icon-battery-3:before { content: '\f241'; } /* '' */
.afx-icon-balance-scale:before { content: '\f24e'; } /* '' */
.afx-icon-hourglass-1:before { content: '\f251'; } /* '' */
.afx-icon-shopping-basket:before { content: '\f291'; } /* '' */