.gift-cards-page > div + div, .gift-cards-page .gift-cards-promo > div + div{
	margin-top: 30px;
}

.gift-cards-promo .banner-header{
	background: #FFFFFF;
}

.date_catalog{
    display: none !important;
}

.gift-cards-instruction > div {
    width: 25%;
}

.instruction-text{
    text-align: center;
    border-top:1px solid #DADADA;
    padding:20px 0;
    background: transparent !important;
}

.gift-cards-filters{
	margin-left: -10px;
}
.gift-cards-filters > .float_left{
	width: 50%;
	padding-left: 10px;
}

.gift-card-description{
	font-size: 12px;
}

@media only screen
and ( max-width: 479px ){
	.gift-cards-page.mb-landing .gift-cards-instruction > .float_left{
		width: 100%;
		float: none;
		text-align: center;
	}
}

@media only screen
and ( min-width: 500px ){
	.gift-cards-filters .resize-image-left{
		text-align: center
	}
	.gift-cards-filters .resize-image-left > div{
		margin: 0;
	}
}

@media only screen
and ( max-width: 720px ){
	.gift-cards-filters{
		margin-left: 0px;
	}
	.gift-cards-filters > .float_left{
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	.gift-cards-filters > .float_left + .float_left{
		padding-top: 10px;
	}
}

@media only screen
and ( min-width: 479px )
and ( max-width: 959px){
	.gift-cards-page.mb-landing .gift-cards-instruction > .float_left{
		width: 50%;
		text-align: center;
	}
}

.gift-cards-instruction > div > div{
	background: white;
    text-align: center;
}
