.short_desc{
	max-height: 78px;
	overflow: hidden;
	position: relative;
}

.whats_included_link{
	background: white;
}

.short_desc:after{
	content: '';
	height: 40%;
	background: transparent linear-gradient(to top, #ffffff, transparent);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.top_monthlydeals
{
	background: rgba(4, 106, 138, 0.274);
	/*color: #FFF;*/
	/*margin-bottom: 0;*/
	padding: 0;
}
.top_monthlydeals_menu
{
	padding: 50px 0;
	background: #DEE7F2;
}
.top_monthlydeals_menu h1
{
	font-size: 50px;
	text-align: center;
	padding-right: 30px;
	color: #E35A2C;
	font-weight: 100;
	font-family: impact;
}
.top_monthlydeals_menu h1 b
{
	font-size: 100px;
	display: block;
	color: #048BCF;
	text-transform: uppercase;
	/*font-weight: 600;*/
}
.products_list .pict img
{
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}
.save-icon
{
	border-radius: 100px;
	padding: 15px;
	width: auto;
	position: absolute;
	left: 20px;
	top: 10px;
	text-align: center;
	/*background: #EE5025;*/
	color: #EE5025;
	border: 3px solid;
	line-height: 100%;
	font-size: 20px;
	font-weight: bold;
}
.save-code
{
	border-radius: 5px;
	padding: 10px;
	width: auto;
	margin-bottom: 20px;
	text-align: center;
	background: #0D80B2;
	color: #FFF;
	line-height: 100%;
	font-size: 22px;
	/*font-weight: bold;*/
}
.save-code b
{
	border: 1px solid #FFF;
	padding: 1px 10px;
}
.trade
{
	display: none;
}
.products_list .item .PRODUCT_BUTTONS
{
	display: block;
}
@media (max-width: 575px)
{
}
@media (min-width: 576px) and (max-width: 767px)
{
}
@media (min-width: 768px) and (max-width: 991px)
{
}
@media (min-width: 992px) and (max-width: 1199px)
{
}
@media (min-width: 1200px) and (max-width: 1399px)
{
}
@media (min-width: 1400px) and (max-width: 1599px)
{
}
@media (min-width: 1600px) and (max-width: 1799px)
{
}
@media (min-width: 1800px)
{
}
