/*! RECOMMENDATIONS PAGE STYLING **/

#sideBox,
#breadcrumbs,
.pwa-site #categoryHeader {
	display: none;
}

#mainContent {
	width: 100% !important;
}

.module-carousel + .module-carousel {
	margin-top: 40px;
}

/*! MT MODIFICATIONS **/

.mt_slider__wrapper {
	border: none !important;
}

.mt_slider__header {
	position: relative;
	height: initial !important;
	height: inherit !important;
}

.mt_slider__header:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: -1;
	border-top: 1px solid #000;
}

.mt_slider__header h3 {
	letter-spacing: 0 !important;
	font-weight: 500 !important;
	background-color: #fff !important;
	padding-left: 10px !important;
	z-index:2;
	padding-right: 10px !important;
}

.mt_slide .gwt-quick-view-btn {
	margin-top: 5px;
}


.mt_slide__text .mt_slide__title {
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1;
	letter-spacing: 0;
}

.pwa-site .mt_slide__text .mt_slide__title {
	font-weight: 600;
	margin-top: 8px;
}