#frm_form_2_container input, textarea {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #737373;
    border: 1px solid rgba(255, 255, 255, 0.15);
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

#frm_form_2_container input{
    border: 1px solid rgba(193, 193, 193, 0.49);
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#frm_form_2_container input:focus{
    border: 1px solid #c1c1c1 !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

#frm_form_2_container input:focus {
    border: solid 1px #c1c1c1 !important;
}

#frm_form_2_container textarea {
    background: none !important;
    border: solid 1px !important;
    box-shadow: none !important;
}

.ebor-cart a{
  display: none !important;
}

#couponHeadBanner {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	color: white;
	margin-bottom: 20px;
	font-size: 1.2rem;
	font-family: "Josefin Sans", sans-serif;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#masthead {
	margin-top: 40px;
}
#aq-block-2656-3 #aq-block-2656-4 {
    min-height: 500px !important;
}