/*******************************************************************************
 HEADER
*******************************************************************************/
nav h1 {
	margin: 0;
	line-height: 70px;
}
@media (max-width: 767px) {
	nav h1 {
		margin-left: -0.5em;
		line-height: 50px;		
	}
	.header-btn {
		padding: 1em;	
	}
	
	.deals.container {
		padding: 0px;
	}
}
/*******************************************************************************
 DEALS
*******************************************************************************/

.deals-wrapper .price-text-color {
	font-size: 2.5em;
}
.deals-wrapper .price-text-color s {
	font-size: 0.5em;
	font-weight: normal;
	color: #999;
	font-style: italic;
}
.col-deal .photo-container {
	display: flex;
}
.col-deal .photo {
	margin-top: 20px;
	width: 250px;
	height: 250px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 10px;
}
.col-deal .info {
	color: #a9a9a9;
	flex: 1;
}
.col-deal .photo-container .info {
	text-align: right;
}
.col-deal {
	padding-bottom: 20px;
	display: flex;
}
.btn-see {
	font-weight: bold;
}

@media (max-width: 767px) {
	.col-deal .photo {
		width: 100px;
		height: 100px;
	}

	.col-deal {
		flex-direction: column;
	}
}