.flexpopup {
	display:flex;
	justify-content:center;
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}

#fanback {
	display:none;
}

#fan-exit {
	width:100%;
	height:100%;
}

#MorganAndMen {
	background:#fff;
	position:absolute;
	top:20%;
	transform: translateY(-20%);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	width:70%;
}

#TheBlogWidgets {
	position: absolute;
    cursor: pointer;
    background: url(../images/popup/fanclose.png) no-repeat;
    height: 15px;
    padding: 20px;
    top: 8px;
    right: 5px;
    z-index: 9999;
}

.remove-borda {
	height:1px;
	width:100%;
	margin:0 auto;
	margin-top:16px;
	position:relative;
	margin-left:20px;
}

#linkit,
#linkit a.visited,
#linkit a,
#linkit a:hover {
	color:#80808B;
	font-size:10px;
	margin:0 auto 5px auto;
	float:center;
}

.popup_content {
	overflow:hidden;
	padding:20px;
	position:relative;
	text-shadow:0 0 black;
}

.popup_content img {
	width:100%;
	max-width:100%;
	height:auto;
}

.product-item{
	position: relative;
	display: block;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
}

.product-item h3{
	padding: 10px;
	font-size: 16px;
    font-weight: 500;
}

.bestselling{
	position: absolute;
    top: 12px;
    right: -53px;
    background-color: #f00;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 50px;
    transform: rotate(45deg);
}

@media (max-width: 767.98px) {
	#MorganAndMen{
		width: 98%;
	}
}