/* General Styles -------------------- */

a.anchor {
  display: block; 
  position: relative; 
  top: -450px; 
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Poppins", sans-serif !important;
}

figcaption h2 {
  margin-top: 0;
}

/* Header ------------------ */

#bge-header {
  margin: 0;
  padding: 0;
  background-color: #fff !important;
  width: 100%;
}

.nomobi { 
  display: none; 
}

a#topmenu_select {
  width: 100px;
  border-radius: 5px;
  background: url('../images/white_arrow.png') #605a5a;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 5px 75px 2px 20px;
  margin-left: 45px;
}

nav ul {
  list-style-type: none;
  padding: 10px 0;
  margin: 0;
}

nav a {
  color: #fff;
}

#step1_gift_description { 
  padding-left: 8px; 
  padding-right: 8px; 
}

/* Buttons and links  -------------------*/

a {
  color: #699138;
}


.add-card-container {
  text-align: left;
}

.gift-button-section .add-to-cart,
.related-gifts .add-to-cart,
.r-gifts-section .add-to-cart {
  margin: 0 auto;
  height: 50px !important;
}

.add-to-cart {
  padding: 12px 30px 5px;
  height: 60px;
  margin-top: 30px;
}

.add-to-cart p {
  margin: 0;
}

.add-to-cart a,
.add-card a {
  color: #fff
}

.add-card {
  padding: 8px 15px;
  background: #699138;
  border: 1px solid #699138;
  margin-left: 15px;
  margin-top: 15px;
}

.add-to-cart.button {
  background: #699138;
  border: #699138 1px solid;
  text-shadow: none;
}

p.big-text, p.small-text {
  margin: 0 !important;
}

.big-text {
   font-size: .9em !important;
  text-shadow: none;
}

.small-text {
  font-size: .8em !important;
  text-shadow: none;
}

.small {
  padding: 10px 12px !important;
  margin-bottom: 30px !important;
  margin-top: -10px !important;
}

.button.add-to-cart.add-gift.small {
  height: 40px !important;
  font-size: 0.75em;
}

.new-pay button {
  padding: 6px 0px 6px 0px;
  color: #fff;
  background: #699138;
  font-size: 1.3em;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 80%;
  border: none;
  text-transform: uppercase;
  margin: 0 auto;
  text-shadow: none;
}

.new-pay button .fa {
  position: absolute;
  top: 12px;
  left: 60px;
}

.new-pay a {
  color: #fff;
}

.paypal-button {
  background: #72b2d4;
  border: #72b2d4 1px solid;
  width: 45%;
  padding: 5px;
  height: 60px;
  margin-top: 10px;
  float: right;
}

.empty-card .button {
  background: #699138;
  border: 1px solid #699138;
  color: #fff;
  padding: 4px 15px 6px;
  text-shadow: none;
  font-size: 13px;
  line-height: 0;
}

.fa.fa-envelope {
    margin-right: 12px;
}

.fa.fa-envelope:before {
  padding-top: 0px;
}

.empty-card .button:hover,
.add-card:hover {
  background: #699138;
}


/* Gifte page styles -----------------------------------------------------------------------------------------------------------------------------*/

/* Step 1 --------------*/

#step1_gift_description {
  padding-left: 8px;
  padding-right: 8px;
}

#step1_gift_description header {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #699138;
}

.gift-head {
  border-bottom: 1px solid rgb(199, 78, 40);
}

.price {
  float: right;
}

#step1_gift_description p {
  font-size: 18px;
  line-height: 20px;
  margin-top: 20px;
}

.gift-button-section {
  text-align: center;
}

.free-cards {
  background: #B6B6B6;
  color: #fff;
  padding: 5px 20px 10px 20px;
  border-radius: 5px;
}

.free-cards .fa {
  margin-right: 15px;
}

/* Cart, Cards & Pay --------------------------------------------------------------------------------------------------------*/

/* CCP Overlay -----------*/

#overlayCart {
  background: rgba(0,0,0,.60);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  text-align: center;
  z-index: 55;
}

/* Shopping Cart Icon -----------*/

.new-cart-tab {
  cursor: pointer;
  position: relative;
  right: 100px;
}

@media all and (max-width: 700px) {
  .new-cart-tab {
    position: relative;
    right: 15px;
  }
}

.new-cart-tab a { 
  color: #fff; 
  border-radius: 3px;
  padding: 7px;
  background: #605a5a;
}

.new-cart-tab .fa {
  margin-right: 8px;
}

.new-card-tab p {
  width: 150px;
  padding: 14px 0 0 18px;
}

.cartTabTotalLabel { 
  width: 100px; 
  margin-left: 13px; 
  margin-top: 15px; 
}

.switch-to-cart {
  cursor: pointer;
}

#cart_counter:before {
  content: '(';
}

#cart_counter:after {
  content: ')';
}


/* CCP Styles --------------------------------------------------------------- */

.new-cart, .new-cards, .new-pay { 
  width: 320px; 
  right: 0;
  top: 0;
  position: absolute;
  z-index: 60;
  display: none;
  border: none;
}

.new-cards,
.new-pay {
  background: #fff;
}

.cart-header,
.card-header,
.pay-header,
.continue-shopping,
.back-to-cart {
  color: #fff;
  width: 100%;
  display: block;
  height: 45px;
  padding-top: 3px;
}

.continue-shopping .fa,
.back-to-cart .fa {
  float: left;
  margin-top: 6px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #fff;
}

.continue-shopping h6,
.back-to-cart h6 {
  color: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  float: left;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}

.continue-shopping h6,
.back-to-cart h6,
.cart-header h2,
.card-header h2,
.pay-header h2 {
  margin-top: 8px;
}

.cart-header,
.card-header,
.pay-header {
  background-color: #414143;
}

.cart-exit a {
  color: #fff !important;
}

.cart-header h2, 
.card-header h2,
.pay-header h2 {
  font-size: 1em;
  font-weight: 600;
  margin-right: 12px;
  float: right;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

.empty-gift {
  font-size: 0.9em;
  text-align: center;
  margin-top: 20px;
}

.new-cart .cart-line-items-container {
  width: 320px;
  padding: 0;
  min-height: calc(100vh - 326px); 
  overflow: auto;
  flex: 1;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.line-items {
  min-height: 120px;
}

#cart_items_list {
  margin-bottom: 15px;
}

.c-gift-title,
.line-items {
  border-bottom: 1px solid #898989;
}

.gift-show {
  margin-top: 20px;
}

.new-cart-gifts > h6,
.new-cart-cards > h6 {
  font-weight: 400;
  font-size: 1em;
  color: #888;
  margin: 20px 0 0 0;
}

.c-gift-image {
  width: 35%;
  float: left;
  margin-right: 5%;
  margin-left: 5%;
}

.c-gift-title,
.gift-qty,
.card-show {
  width: 50%;
  float: right;
  margin-right: 5%;
}

.gift-name {
  height: 40px;
  line-height: 1em;
  padding-top: 5px;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 0;
}

.gift-delete.fa.fa-times,
.fa.fa-times.card-delete {
  font-size: 11px;
  border: 1px solid rgb(133, 133, 133);
  padding: 3px 3px 3px 3px;
  border-radius: 3px;
  float: right;
  margin-right: 10px;
  color: rgb(133,133,133);
}

.gift-delete.fa.fa-times:before,
.fa.fa-times.card-delete:before {
  padding-top: 0;
}

.gift-delete.fa.fa-times,
.gift-qty {
  color: #767676;
}

.gift-show .price,
.gift-name,
.card-show {
  color: #000;
  font-weight: 600;
}

.gift-delete,
.card-delete,
.styled_calendar {
  cursor: pointer;
}

.gift-sub-total {
  margin-top: -40px;
  font-size: .9em;
  padding-left: 5px;
}

.gift-qty {
  float: left;
}

.gift-qty {
  font-size: 14px;
  position: relative;
}

.qty-text {
  position: absolute;
  left: 6px;
  top: 7px;
}

#dolla_bill_yall {
  position: relative;
  top: 1.5px;
  left: 3px;
  color: #555;
}

i.fa.fa-plus-square.qty-plus,
i.fa.fa-minus-square.qty-minus {
  position: absolute;
  top: 12px;
}

i.fa.fa-plus-square.qty-plus {
  left: 40px;
}

i.fa.fa-minus-square.qty-minus {
  left: 70px;
}

.styled-input {
  width: 50%;
  background: #fff;
  overflow: hidden;
  border: none;
  float: left;
  margin-top: 0;
}

.gift-qty .styled-input { 
  width: 56%; 
  margin-top: 0;
}

.gift-entry .styled-input { 
  background: transparent; 
}
  

.gift-sub-total .price {
  margin-top: 5px;
  margin-right: -15px;
}

.gift-sub-total .fa {
  padding-left: 10px;
  padding-right: 10px;
}

.new-cart-cards .fa {
  padding: 0 15px 0 0;
}

.gift-show .price {
  font-size: 1.1em;
  margin-right: 8px;
  margin-top: 6px;
}

.card-theme {
  width: 100px;
  font-size: 0.75em;
  float: left;
  margin-left: 6px;
  font-weight: 600;
  text-align: left;
  line-height: 1.2em;
}

.edit-icons {
  float: right;
  margin-left: 0;
  margin-top: -3px;
  cursor: pointer;
}

i.fa.fa-pencil.card-edit {
  margin-right: 8px;
  margin-top: -5px;
}

.optional-txt {
  color: #B4B4B4;
  font-size: 17px;
}

.line-item-1,
.line-item-2,
.line-item-3 {
  min-height: 123px;
}

.line-item-1 {
  border-bottom: 1px solid #C3C3C3;
}

.more-gifts-option {
  padding: 12px;
  margin-bottom: 0px;
}

.more-gifts-option p {
  margin-bottom: 0 !important;
  font-size: .85em;
  margin-top: 20px;
  text-align: center;
}

.new-cart .totals-section,
.new-cart .payment-section {
  border-bottom: 1px solid #C3C3C3;
  background-color: #fff;
}

.top-up {
  height: 45px;
  background: #fff;
}

.top-up label {
  width: 180px;
  margin-top: 10px;
  font-size: .8em;
}

.top-up input[id="chktotal"] {
  border: none !important;
  background: rgb(251,251,251) none repeat scroll 0% 0%;
  width: 30px;
  text-align: center;
  box-shadow: none;
  height: 40px;
  font-size: 18px;
  padding-left: 0;
  margin-bottom: 0;
}

.top-up .fa {
  position: relative;
  cursor: pointer;
  font-size: .8em !important;
  color: #898989;
}

.cartTotal {
  margin-right: 18px;
}

.calculation.total {
  text-transform: uppercase;
  margin: 0px;
  padding: 10px 20px;
  color: #333;
}

.calculation dt {
  float: left;
  font-weight: 700;
}

.calculation dd {
  float: right;
  font-weight: 700;
}

.cart-total {
  background-color: #e5e5e5;
  width: 100%;
  height: 60px;
  margin-top: 0;
}

dt, dd {
  margin-top: 10px;
}

.payment-section {
  padding: 20px 10px;
  text-align: center;
  min-height: 125px;
}

.payment-section .add-to-cart {
  margin-top: 10px;
  float: left;
  width: 45%;
  height: 60px;
  padding: 2px 5px;
}

.payment-section .fa::before {
  margin: 0 auto;
  width: 30px;
  padding-top: 0;
}

.pay-icons .fa {
  color: #fff;
  font-size: 1.5em;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
}

.paypal-icon {
  color: #fff;
  font-size: 1.8em;
  margin: 0 auto;
  text-shadow: none;
}

.payment-divider {
  position: relative;
}

.or-paypal {
  background-color: white;
  color: #000;
  left: calc(100% / 2 - 15px);
  position: absolute;
  text-align: center;
  top: 30px;
  width: 30px;
  font-size: .8em;
  text-transform: uppercase;
}

.card-selector-steps {
  color: #000;
  font-size: 0.9em;
  margin-left: 5%;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.2em;
  text-align: left;
}

.card-selector-steps.step4 {
  margin-top: 20px;
}

.pdf p {
  padding-left: 12px;
  padding-right: 12px;
}

.selection-deliver-online {
  margin: 20px 0 10px;
}

.delivery-time {
  margin: 50px 0 20px 20px
}

.delivery-selection {
  text-align: left;
}

.related-gifts {
  padding: 10px 20px;
  height: 857px;
  overflow: auto;
}

#related_gifts > header {
  color: #424242;
  font-size: 30px;
  font-weight: bold;
  padding-top: 30px;
  letter-spacing: -0.035em;
}

.r-gift-head {
  border-bottom: 1px solid #699138;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 700;
}

.r-gift-head .gift-name {
  float: none;
  margin: 0;
}

.r-gift-image {
  width: 36%;
  float: left;
  margin-bottom: 0px;
  margin-right: 19px;
}

.r-gift-description {
  line-height: 1.4;
  font-size: 0.9em;
}


/* Form Styles -------------------------------------------*/

#payform {
  width: 85%;
  margin: 0 auto;
}

.selection-radio {
  padding-left: 30px;
  padding-bottom: 40px;
  margin-top: 30px;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  color: #424242;
  cursor: pointer;
}

input[type="radio"] {
  display: inline-block;
  float: left;
  width: 22px;
  height: 22px;
  margin: 3px 10px 0 30px;
  vertical-align: middle;
  background: #DFDFE0;
  border-radius: 50%;
}

input[type="radio"]:checked {
  background: url('../images/radio-button.png') no-repeat;
}

#ecardPreview,
#pdfPreview,
#printedPreview {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 288px 218px;
  height: 218px;
}

#ecardPreview {
  margin-top: 10px;
}

#printedPreview {
  background-image: url('../images/printed_card_preview_back.png');
  position: relative;
}

#printed-preview-image {
  position: absolute;
  top: 27px;
  left: 58px;
  width: 238px;
}

.no-card {
  height: 700px;
}

.ecard_gift,
.ecard_birthday,
.ecard_teacher,
.ecard_wedding {
  background-size: 90%;
  background-position: center center;
  margin-bottom: -37px;
}

.printed_standard,
.printed_holidary {
  background-position: center center;
}

.ecard-intro {
  color: #424242;
}

.card_form_section label {
  display: inline-block;
  width: 150px;
  font-size: 16px;
  font-weight: bold;
}

label {
  float: left;
  width: 190px;
}

input[type="text"], input[type="password"], input[type="number"], input[type="email"], textarea, .styled_select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 16px;
  width: 290px;
  font-size: 0.68em;
  padding: 3px 5px;
}

div.styled_calendar {
  border: 0;
  padding: 0;
}

.styled_calendar input {
  background: url('../images/calendar.png') no-repeat right rgb(255,255,255);
  cursor: pointer;
  background-position: 265px 6px;
}

.card_form_section label {
  display: inline-block;
  width: 150px;
  font-size: 16px;
  font-weight: bold;
  color: #424242;
}

.card_form_section {
  width: 320px;
  margin-left: -5px;
}

.card_form_section p {
  margin: 0;
}

textarea {
  resize: none;
  height: 100px;
  border-radius: 0px;
  margin-bottom: 5px;
  background: #fff;
}

textarea {
  width: 288px;
}

textarea:focus,
input:focus {
  border-color: lightblue;
  background: lightyellow;
}

.new-pay input[type="text"],
.new-pay input[type="email"],
.new-pay input[type="number"],
.new-pay input[type="tel"],
.new-pay textarea {
  border: none;
  outline: 0;
  padding: 10px 0px 10px 18px;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0 0 18px;
  border: 1px solid #6a6a6a;
  border-radius: 3px;
  font-style: normal;
  font-size: 0.9em;
  transition: background-color 1s ease-in-out; 
}

.card_form_section input[type="text"]:focus,
.new-pay input[type="text"]:focus,
.new-pay input[type="email"]:focus,
.new-pay input[type="number"]:focus,
.new-pay input[type="tel"]:focus,
.new-pay textarea:focus,
.input-half-left input[type="text"]:focus,
.input-half-right input[type="text"]:focus {
  border: solid 1px #3ca0dd;
  background: lightyellow;
}

fieldset {
  margin: 20px 0;
  padding: 0;
  border: none;
}

legend {
  font-size: 0.9em;
  font-weight: 400;
  padding: 0;
  margin: 30px 0;
  text-align: left;
}

.new-pay label {
  display: block;
  margin-bottom: 8px;
}

.printed label {
  width: 80%;
  font-size: .85em;
}

input.chk {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  display: inline-block;
  margin-bottom: 0px;
  width: 144%;
  font-size: 14px;
  background: transparent;
  box-shadow: none;
  text-align: center;
  color: #444444;
  float: left;
}

input.chk:focus {
  box-shadow: none !important;
}

.recipient {
  padding-left: 15px;
}

.new-pay .styled-select,
.format-select.styled-select, 
.theme-select.styled-select, 
.recipient .styled-select {
  background: url('../images/chev-down-4.png') no-repeat right;
  background-color: #e9e9e9;
  background-size: 15px;
  height: 38px;
  margin: 0 0 18px;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  font-size: 0.9em;
  width: 100%;  /* this rule helps remove the default selector icon */
  overflow: hidden; /* this rule helps remove the default selector icon */
}

.new-pay .styled-select, 
.recipient .styled-select {
  background-position: 244px 10px; 
  padding: 13px 0 0 20px;
}

.recipient .styled-select {
  background-position: 265px 10px;
  width: 290px;
}

.payment-details .styled-select {
  background-position: 100px; 
}

.format-select.styled-select, 
.theme-select.styled-select {
  margin: 15px auto 30px;
  padding: 0;
  width: 70%;
  background-position: 187px 10px;
}

.new-pay select[id="credit-cards"],
.new-pay select[id="title"],
.new-pay select[id="user_expiry-month"],
.new-pay select[id="user_expiry-year"],
.new-pay select[id="province"],
.new-pay select[id="state"],
.new-pay select[id="country"],
.recipient select[id="r_country"],
.recipient select[id="r_province"],
.recipient select[id="r_state"] {
  font-size: .9em;
  color: #555;
  margin-top: -14px;
  margin-left: -23px;
  font-weight: 300;
  background: transparent; 
  width: 130%; /* this rule helps remove the default selector icon */
}

.new-pay select[id="user_expiry-month"],
.new-pay select[id="user_expiry-year"] {
  width: 150%;
}

.input-half-left .styled-select,
.input-half-right .styled-select {
  margin-bottom: 0;
  width: 98%;
}

.recipient select[id="recipient_country"],
.recipient select[id="recipient_province"] {
  border: none;
  padding-left: 20px;
}

.new-cards select[id="format"], 
.new-cards select[id="theme"] {
  font-size: .9em;
  color: #525252;
  margin-top: -3px;
  margin-left: 20px;
  font-weight: 400;
  background: transparent;
  width: 115%;
  border: none;
}

.new-cards select[id="format"] option,
.new-cards select[id="theme"] option,
.new-cards select[id="theme"] optgroup {
  color: #424242;
}

.input-half-left,
.input-half-right {
  float: left;
  width: 50%;
  margin: 0 0 18px;
}

.input-half-left input[type="text"],
.input-half-left .worldline-input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 0;
}

.input-half-right input[type="text"],
.input-half-right .worldline-input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
  margin-bottom: 0;
}

.input-half-right input[type="text"]:focus {
  margin-left: -4px;
}

input.stubby {
  width: 45%;
  height: 47px;
  float: left;
  margin-left: 30px;
}

.security-code {
  width: 60%;
}

.form-button-section {
  text-align: center;
}

.printed .selection-radio {
  padding-bottom: 0;
}

input[placeholder]::placeholder { color: #aaa !important;}
input::-webkit-input-placeholder { color: #aaa !important;}
input:-moz-placeholder { color: #aaa !important;}
input::-moz-placeholder { color: #aaa !important;}
input:-ms-input-placeholder { color: #aaa !important;}

input:focus::-webkit-input-placeholder { color:transparent; }  /* This rule set removes placeholder on focus */
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

#top {
  box-sizing: border-box;
}

p#order_button {
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 0;
}

#more_info {
  color: #424242;
  text-align: center;
  margin-bottom: 30px;
}

#more_info header {
  letter-spacing: -0.035em;
  font-weight: bold;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 25px;
}

#more_info > header {
  margin-top: 70px;
}

.more_info_entry {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  width: 370px;
  max-width: 100%;
  text-align: center;
  vertical-align: top;
}

.more_info_entry i.fa {
  display: block;
  width: 100%;
  border-style: dashed;
  border-width: 1px 0px 0px;
  font-size: 35px;
  padding-top: 25px;
}

#breadcrumbs {
  text-align: left;
  margin-top: 10px;
}

.home_gift_info .gift_container .short_desc {
  display: inline;
}

#biglist .home_gift_info .gift_container .short_desc {
  display: inline-block;
  line-height: 1.2em;
  font-size: 15px;
}

#biglist .home_gift_info {
  width: 600px;
  padding-left: 0;
  padding-right: 0;
}

#biglist .home_gift_info .gift_container {
  width: 600px; 
}

#biglist .home_gift_info .gift_container header {
  float: right;
  position: relative;
  right: 45px;
  width: 240px;
  border-bottom-width: 2px;
}

#biglist .home_gift_info .gift_container p {
  display: inline-block;
  width: 240px;
}

#biglist .home_gift_info .gift_container .orange_button {
  margin-top: 4px;
  border-radius: 5px;
  padding: 5px 15px;
}

.preview_pop_links {
  display: none;
}

#biglist .preview_pop_links {
  display: block;
}

/* ----------------------------------------------------------------------------
    Media Queries
---------------------------------------------------------------------------- */

@media screen and (min-width: 1024px) {

  /* Header --------------*/

  nav { 
    margin-left: 5%; 
  }
  
  nav ul { 
    padding: 0; 
  }
  
  nav li { 
    float: left; 
    margin-right: 40px; 
    margin-bottom: 0; 
  }
  
  nav li a { 
    position: relative; 
    top: 12px; 
  }
  
  nav a { 
    text-decoration: none; 
    color: #fff; 
  }
  
  a#topmenu_select { 
    left: 0; 
  }
  
  
/* Step 1 --------------*/
  
  #step1_gift_description { 
    padding-left: 0px; 
    padding-right: 60px; 
    margin-top: -20px; 
  }
  
  
/* CCP Tabs -----------*/
  
  .nomobi { 
    display: inline-block; 
  }
  
}

@media screen and (min-width: 1280px) { 

  /* Header --------------*/

  .nomobi { 
    margin-bottom: 1px; 
  }
  
  nav { 
    margin-left: 60px; 
  }
  
  /* Gifts Listing  --------------*/

  .home_gift_info {
    width: 100%;
    margin-bottom: 50px;
    float: left;
  }
  
  .home_gift_info .gift_container {
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    height: 275px;
    position: relative;
  }
  
  #biglist .home_gift_info .gift_container {
    height: 300px;
  }

  /* Step 1 --------------*/

  #step1_gift_description { 
    padding-left: 40px; 
    padding-right: 40px; 
    margin-top: 0; 
  }  
}

#sub-butt[disabled] {
  background-color: #999 !important;
}
