.usll_Programs .Program{
	margin: 10px;
	position: relative;
}

.usll_Programs .Program.InCart{
	background-color: rgba(200,250,200,0.7)
}

.usll_Programs .price-tag{
	display: inline-block;
	position:relative;
}

.usll_Programs .price-tag > svg{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	top:-5px;
	left:-2px;
}

.usll_Programs .price-tag.slash{
	zoom:0.7;
}

.usll_Programs .tags{
	position:absolute;
	top:-15px;
	right:8px;
	text-align:right;
}

@media (max-width: 991px) {	
	.usll_Programs .MobileHide{
		display: none;
	}
	
	.usll_Programs .Checkout{
		z-index: 1;
		bottom: 10px;
		left: 0;
		text-align: right;
		width: 100%;
	}
}

