* {
	box-sizing: border-box;
	outline: 0
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}
.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.text-center{
	text-align:center !important;
}
.text-right{
	text-align:right !important;
}
.flex {
	display:flex;
	flex-wrap:nowrap;
	width: 100%;
	overflow: hidden;
}
.flex-wrap {
	flex-wrap:wrap !important;
}
.flex .item{
	flex:0 0 auto;
}
.spaceBetween{
	justify-content:space-between !important;
}
.gray-bg{
	background:#f1f1f1;
}

#mi-corpo-header-menu-item-phone{
	width:auto;
	margin-left:0;
}
#mi-corpo-header-menu-item-phone a{
	display:block;
	width:auto;
	white-space:nowrap;
	position:relative;
	padding-left:30px;
}
#mi-corpo-header-menu-item-phone a img{
	position:absolute;
	left:0;
}
#mi-corpo-header-menu-item-phone a img,
#mi-corpo-header-menu-item-phone a span{
	display:inline-block;
	float:left;
}



#mi-corpo-header-menu-item-countryselector{
	position:relative;
}
#mi-corpo-header-menu-item-countryselector .dropdown-toggle{
	color:transparent;
	padding-left:0;
	padding-right:0;
}
#mi-corpo-header-menu-item-countryselector .dropdown-toggle::after{
	display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.lang-selector{
	display:;
	position:absolute;
	width:auto;
	min-width:80px;
	padding:5px 10px;
	top:0px;
	left:0px;
	background:#fff;
}
.lang-selector a{
	display:block;
	white-space:nowrap;
}

#fieldset a,
#mi-footer-countrySelectorMobile a{
	color:#fff;
}


.listshop2 .sf_colsIn:first-child .card-body{
	background:var(--purple);
	color:var(--white) !important;
}
.listshop2 .sf_colsIn:nth-child(2) .card-body{
	background:var(--blue);
	color:var(--white) !important;
}

#listshop3 .listshop2 .sf_colsIn:nth-child(2) .card-body{
	background:#78A21E;
	color:var(--white) !important;
}

.listshop2 .sf_colsIn:first-child .card-body .card-title,
.listshop2 .sf_colsIn:nth-child(2) .card-body .card-title,
.listshop2 .sf_colsIn:first-child .card-body .card-text,
.listshop2 .sf_colsIn:nth-child(2) .card-body .card-text{
	color:var(--white) !important;
}

.listshop2 .sf_colsIn .card-body .card-text p{
	margin:0
}
.listshop2 .sf_colsIn .card-body .card-text ul{
	margin-top:1rem;
}

.mi-corpo-body-area img{
	max-width:100%;
	height:auto;
}

#download .mi-corpo-body-area .mi-h2{
	font-size: 32px;
}

.contact-info .flex{
	margin-bottom:30px;
	justify-content:space-between;
}
.contact-info .item{
	flex:0 0 50%;
	background:#f1f1f1;
}
.contact-info .item:first-child{
	padding:20px;
	flex:0 0 48%;
}

.map{
	width:100%;
	min-height:320px;
}
.map img{
	max-width:200%;
}

.map .BMap_bubble_content{
	font-size:14px;
	line-height:1.4;
}

.mi-corpo-header-LanguageSelector-mobilemenu {
    margin-top: 10px !important;
}

#footer-cn .mi-footer .card-body,#footer-cn .mi-footer .accordion-title{
	padding-left:0;
	padding-right:0;
}




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

}