/*--------------------------------------------------------------
# MarocOffers
# Store Sidebar
# Version 0.6.1
--------------------------------------------------------------*/

.mo-store-sidebar{

	position:sticky;

	top:30px;

	align-self:start;

}

.mo-sidebar-card{

	background:#fff;

	border:1px solid #ececec;

	border-radius:18px;

	padding:30px;

	box-shadow:0 10px 30px rgba(0,0,0,.06);

	text-align:center;

}

.mo-sidebar-logo{

	width:110px;

	height:110px;

	margin:0 auto 20px;

	border-radius:50%;

	background:#fff;

	display:flex;

	align-items:center;

	justify-content:center;

	box-shadow:0 8px 20px rgba(0,0,0,.12);

	overflow:hidden;

}

.mo-sidebar-logo img{

	width:80%;

	height:80%;

	object-fit:contain;

}

.mo-sidebar-card h2{

	font-size:26px;

	margin-bottom:8px;

}

.mo-store-type{

	color:#777;

	font-size:14px;

	margin-bottom:24px;

}

.mo-sidebar-description{

	text-align:left;

	font-size:15px;

	line-height:1.8;

	color:#555;

	margin-bottom:25px;

}

.mo-store-details{

	list-style:none;

	margin:0 0 25px;

	padding:0;

}

.mo-store-details li{

	display:flex;

	justify-content:space-between;

	padding:12px 0;

	border-bottom:1px solid #eee;

	font-size:15px;

}

.mo-store-details strong{

	color:#111;

}

.mo-store-site{

	display:flex;

	align-items:center;

	justify-content:center;

	background:#0F9D58;

	color:#fff;

	text-decoration:none;

	padding:14px;

	border-radius:12px;

	font-weight:700;

	transition:.30s;

}

.mo-store-site:hover{

	background:#087a43;

	color:#fff;

}

@media(max-width:992px){

	.mo-store-sidebar{

		position:static;

		margin-top:40px;

	}

}

/*--------------------------------------------------------------
# Premium Sidebar
# Version 0.6.3
--------------------------------------------------------------*/

.mo-sidebar-card{

	background:#fff;

	border-radius:18px;

	padding:28px;

	box-shadow:0 15px 40px rgba(0,0,0,.08);

	border:1px solid #ececec;

}

.mo-sidebar-logo{

	text-align:center;

	margin-bottom:20px;

}

.mo-sidebar-logo img{

	width:90px;

	height:90px;

	object-fit:contain;

	border-radius:18px;

	background:#fff;

	padding:8px;

	box-shadow:0 6px 20px rgba(0,0,0,.08);

}

.mo-sidebar-card h2{

	text-align:center;

	font-size:26px;

	margin-bottom:10px;

}

.mo-store-type{

	text-align:center;

	color:#777;

	margin-bottom:25px;

}

.mo-store-details{

	list-style:none;

	margin:25px 0;

	padding:0;

}

.mo-store-details li{

	padding:10px 0;

	border-bottom:1px solid #f2f2f2;

}

.mo-store-details li:last-child{

	border-bottom:none;

}

.mo-store-site{

	display:block;

	text-align:center;

	background:#0F9D58;

	color:#fff;

	padding:14px;

	border-radius:12px;

	font-weight:700;

	text-decoration:none;

	margin-top:25px;

	transition:.25s;

}

.mo-store-site:hover{

	background:#0c8349;

	transform:translateY(-2px);

	color:#fff;

}