#multishoplinkscontent {
	display:none;
}

#multishoplinkscontent_overlay {
	display: none;
}

.multishoplink-modal {
	width: 20px;
	position: absolute;
	top: -5px;
	right: -18px;
	text-indent: -9999px;
	display: block;
}

@media(min-width: 992px) {

	.multishoplinks-top {
		display: inline-block;
		position: relative;
		z-index: 99;
		float: right;
		/*margin-top: 55px;*/
		text-transform: uppercase;
		margin-right: 10px;
	}

	.multishoplink-modal {
		position: relative;
		top: 2px;
		left: 0;
		padding-left: 25px;
		/*line-height: 45px;*/
		display: inline-block;
	}

}

.multishoplink-modal:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1px;
	left: 0;
	display: inline-block;
	background: transparent url('yodeyma-worldwide.svg') no-repeat top left;
}

#multishoplinkscontent {
	position: fixed;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	max-height: 600px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	z-index: 1200;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

#multishoplinkscontent_close {
	position: absolute;
	display: inline-block;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
}

#multishoplinkscontent_close:after,
#multishoplinkscontent_close:before {
	width: 1px;
	height: 30px;
	content: "";
	display: block;
	background-color: rgba(58,58,58,0.3);
	position: absolute;
	top: 0;
	left: 50%;
}

#multishoplinkscontent_close:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#multishoplinkscontent_close:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

#multishoplinkscontent_close:hover:after,
#multishoplinkscontent_close:hover:before {
	background-color: rgba(58,58,58,0.8);
}

#multishoplinkscontent_overlay {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(235,235,235,0.8);
	z-index: 1199;
}

#multishoplinkscontent_tit {
	text-align: center;
	width: 100%;
	text-transform: uppercase!important;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding-bottom: 25px;
}

#multishoplinks-list {
	width: 100%;
	max-height: calc(100% - 55px);
	padding: 40px;
	overflow-y: scroll;
}

#multishoplinks-list li {
	width: 100%;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
}

@media(min-width: 992px) {
	#multishoplinks-list {
		display: flex;
		-webkit-display: flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space;
		-webkit-justify-content: space;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		overflow-y: hidden;
	}
	#multishoplinks-list li {
		width: 33.33%;
		margin-bottom: 15px;
		text-transform: uppercase;
		text-align: left;
		padding-left: 10%;
	}
}


#multishoplinks-list li a {
	border-bottom: 1px solid #fff!important;
	text-decoration: none;
	position: relative;
	padding-left: 25px;
}

#multishoplinks-list li a:not(.no-icon):before {
	content: "";
	position: absolute;
	display: block;
	top: -1px;
	left: 0;
	width: 18px;
	height: 18px;
	background: transparent url('yodeyma-shopbag.svg') no-repeat top left;
}

#multishoplinks-list li a:hover span {
	color: #000!important;
	text-decoration: none;
	border-bottom: 1px solid #000!important;
}