 .heroBar .heroItem .text:after {
     content: "";
     background: rgba(0, 0, 0, 0);
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
}

.giftBar {
	background: #EDE93B;
}

.giftBar .giftBarInner .giftAmtBtns .otherGift input[type='text']:disabled {
    background-color: #EDE93B;
}
.giftBar .giftBarInner .giftAmtBtns .giftBtn {
	background: #EDE93B;
	border-style: solid;
	border-width: 2px;
	border-color: #4e2a84;

}