.shopstylewidget {
	margin-top: 50px;
}
.shopstylewidget h3 {
	text-align: left;
	text-transform: uppercase;
	font-size: 10pt;
}
.shopstylewidget h3 span {
	padding: 0 20px 0 0;
}

.enews-widget p {
	margin: 0 0 20px 0;
}
.enews-widget input[type=submit] {
	padding: 7px;
}

.shop-now .shopping-box {
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.shop-now .shopping-box iframe {
	width: 100%;
}
.shop-now h3.widget-title,
.shop-now-desc h3 {
	text-align: left;
	border: 0;
	margin: 5px 0;
	font-size: 11pt;
	text-transform: uppercase;
}
.shop-now h3.widget-title span {
	background-color: transparent!important;
	padding: 0;
	top: 0;
}
.shop-now-desc {
	margin: 0 20px;
	font-size: 0.85em;
	line-height: 165%;
}
.must-have {
	position: relative;
}
.must-have a.must-have-img-wrap {
	background-color: #FFFFFF;
	width: 100%;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	top: -5px;
}
.must-have h3.widget-title {
	position: absolute;
	text-align: center;
	line-height: 1em;
	border: 0;
	margin: 0;
	top: -0.75em;
	left: 0;
	right: 0;
	display: block;
	font-size: 16pt;
	z-index: 5;
}
.must-have h3.widget-title span {
	background-color: transparent!important;
	padding: 0;
	top: 0;
}
.must-have .must-have-img {
	margin: 0 auto;
	display: block;
}
.must-have a:hover .must-have-img {
	opacity: 1;
}
.must-have .must-have-desc {
	margin: -50px auto 0 auto;
	font-size: 9pt;
	text-transform: uppercase;
	line-height: 175%;
	text-align: center;
	padding: 10px 20px;
	width: 80%;
	box-sizing: border-box;
	background-color: #CBE3E2;
	position: relative;
}
.must-have {
	margin: 5px 0;
	float: right;
}
.must-have a.more {
	display: inline-block;
	letter-spacing: 0.25em;
	position: relative;
	padding-right: 22px;
}
.must-have a.more:after {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 14px;
    top: 0;
    right: 0;
    position: absolute;
    font-weight: normal;
}
.must-have a.more:hover {
    color: #FFF;
}

@media screen and (max-width: 640px) {
	.must-have {
		margin-top: 40px;
		float: none;
	}
	.shop-now-desc {
		margin-bottom: 40px;
		text-align: center;
	}
	.shop-now h3 {
		text-align: center;
	}
}