.gift-image-container {
  height: 260px;
  width: 490px;
  margin: 40px auto 10px;
  position: relative;
  max-width: 100%;
}
@media (max-width: 470px) {
  .gift-image-container {
    width: 300px;
  }
}
.gift-image-container .gift-box {
  margin-top: 106px;
  width: 122px;
}
.gift-image-container .icon {
  position: absolute;
  background-size: 409px 50px;
  width: 50px;
  height: 50px;
  background-image: url("../images/icons_map_large@2x.png");
  transition: 0.25s;
}
.gift-image-container .icon.selected {
  background-image: url("../images/icons_map_large_selected@2x.png");
}
.gift-image-container .icon-scale {
  left: 5%;
  bottom: 88px;
  background-position: 0 0;
}
.gift-image-container .icon-weight {
  right: 17%;
  bottom: 170px;
  background-position: -100px 0;
}
@media (max-width: 470px) {
  .gift-image-container .icon-weight {
    right: 11%;
    bottom: 160px;
  }
}
.gift-image-container .icon-apple {
  left: 17%;
  bottom: 170px;
  background-position: -200px 0;
}
@media (max-width: 470px) {
  .gift-image-container .icon-apple {
    left: 11%;
    bottom: 160px;
  }
}
.gift-image-container .icon-cross {
  left: 35%;
  bottom: 210px;
  background-position: -300px 0;
}
@media (max-width: 470px) {
  .gift-image-container .icon-cross {
    left: 27%;
  }
}
.gift-image-container .icon.icon-heart {
  right: 35%;
  bottom: 210px;
  background-position: -350px 0;
  width: 59px;
}
@media (max-width: 470px) {
  .gift-image-container .icon.icon-heart {
    right: 27%;
  }
}
.gift-image-container .icon-pump {
  right: 0;
  bottom: 0;
  background-position: -250px 0;
}
.gift-image-container .icon-stress {
  left: 0;
  bottom: 0;
  background-position: -150px 0;
}
.gift-image-container .icon-drop {
  right: 5%;
  bottom: 88px;
  background-position: -50px 0;
}
.gift-selected-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 50px;
  color: #ffcf00;
}
.learn-more-link {
  font-weight: 600;
  text-decoration: underline;
}
.prices-container {
  margin: 30px auto 0;
  max-width: 960px;
  text-align: center;
}
.delivery-container {
  margin: 20px auto 60px;
  max-width: 960px;
}
.success-response {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
}
#top-container {
  text-align: center;
}
#top-container h1 {
  margin-top: 80px;
  font-size: 30px;
}
@media (min-width: 500px) {
  #top-container h1 {
    font-size: 72px;
  }
}
#top-container button {
  margin-bottom: 80px;
}
#top-container h2 {
  font-size: 22px;
  line-height: 1.5em;
}
/*    @media (min-width 500px)
        padding-right 100px
    @media (min-width 768px)
        padding-right 150px
    @media (min-width 992px)
        padding-right 300px
    @media (min-width 1200px)
        padding-right 450px
*/
.price-option {
  margin: 15px 0px;
}
.price-option {
  padding: 0 8px;
  color: #000;
  line-height: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  display: inline-block;
/*width 33%*/
  position: relative;
}
.price-option .border-container {
/*cursor pointer*/
  background: #fff;
  height: 354px;
/*width 300px*/
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.price-option .popular-ribbon {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 8px;
  width: 102px;
}
.price-option .duration {
  padding: 0 5px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 14px;
  text-transform: initial;
  letter-spacing: normal;
}
.price-option .price {
  font-size: 60px;
  font-weight: 600;
  margin-top: 70px;
}
.price-option .price:not(.popular-price) {
  margin-top: 70px;
}
.price-option .discount {
  font-size: 14px;
  font-weight: 400;
  color: #949494;
  margin: 5px 0 30px;
  line-height: 17px;
}
.price-option .description {
  font-size: 12px;
  margin: 10px 0 30px;
  padding: 0 5px;
}
.price-option .popular {
  font-size: 18px;
  color: #39c7da;
  font-weight: 600;
  margin-top: 22px;
/*margin-left 70px*/
/*margin-right 70px*/
  line-height: 23px;
  position: absolute;
  left: 50%;
  margin-left: -112px;
}
.price-option .choose-button {
  border: 0;
  min-width: 160px;
  height: 50px;
  background: rgba(57,199,218,0.8);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 42px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.price-option .choose-button:hover {
  background: #39c7da;
}
.choose-button {
  margin-left: -80px;
}
.price-option.selected .border-container {
  border: 4px solid #39c7da;
}
@media (max-width: 767px) {
  #top-container h2 {
    padding: 0 10px;
  }
  #top-container .price-option {
    padding: 0 4px;
  }
  #top-container .price-option .duration {
    font-size: 12px;
  }
  #top-container .price-option .popular-ribbon {
    right: 4px;
    width: 51px;
  }
}
.separator {
  margin: 8px 4px;
  background-color: #fff;
  height: 1px;
  width: 30%;
  max-width: 412px;
  display: inline-block;
}
.sectionheader {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-bottom: 50px;
}
#payment-form {
  height: 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: #4dd2d5;
}
#payment-form .form-section {
  margin: auto;
  width: 310px;
  max-width: 95%;
  text-align: left;
  vertical-align: top;
}
#payment-form .form-section .form-field-container {
  width: 100%;
  height: 80px;
}
#payment-form .form-section input,
#payment-form .form-section textarea {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 3px 0px 0px #ebebeb;
  -moz-box-shadow: inset 0px 3px 0px 0px #ebebeb;
  box-shadow: inset 0px 3px 0px 0px #ebebeb;
  padding-left: 10px;
  width: 100%;
  color: #707f8b;
}
#payment-form .form-section input::-webkit-input-placeholder,
#payment-form .form-section textarea::-webkit-input-placeholder {
  color: #ccc;
}
#payment-form .form-section input:-moz-placeholder,
#payment-form .form-section textarea:-moz-placeholder {
  color: #ccc;
}
#payment-form .form-section input::-moz-placeholder,
#payment-form .form-section textarea::-moz-placeholder {
  color: #ccc;
}
#payment-form .form-section input:-ms-input-placeholder,
#payment-form .form-section textarea:-ms-input-placeholder {
  color: #ccc;
}
#payment-form .form-section input:focus,
#payment-form .form-section textarea:focus {
  outline-color: #ffcf00;
}
#payment-form .form-section input {
  height: 45px;
}
#payment-form .form-section textarea {
  padding-top: 10px;
  height: 205px;
}
#payment-form .form-section .main-label {
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
#payment-form .form-section .sub-label {
  font-size: 12px;
  font-weight: 600;
  display: block;
}
#payment-form .form-section .half-container {
  width: 50%;
}
#payment-form .form-section .half-container.left {
  float: left;
  padding-right: 6px;
}
#payment-form .form-section .half-container.right {
  float: right;
  padding-left: 6px;
}
#payment-form .form-section .form-field-container.no-main {
  padding-top: 23px;
}
#payment-form .form-section.left {
  display: block;
}
@media (min-width: 700px) {
  #payment-form .form-section.left {
    display: inline-block;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  #payment-form .form-section.left {
    margin-right: 45px;
  }
}
#payment-form .form-section.right {
  display: block;
}
@media (min-width: 700px) {
  #payment-form .form-section.right {
    display: inline-block;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  #payment-form .form-section.right {
    margin-left: 45px;
  }
}
#payment-form button {
  margin-bottom: 60px;
  min-width: 320px;
}
#payment-form .payment-response {
  margin: 20px 0;
}
#mobile-gift-carousel {
  background-color: #4dd2d5;
  text-align: center;
  padding-bottom: 50px;
}
#mobile-gift-carousel .gift-image-container {
  margin-top: 0;
}
#mobile-gift-carousel .gift-selected-title {
  margin-bottom: 0;
}
#sender-main-info-container {
  margin-bottom: 65px;
}
#secure-card-badge {
  height: 127px;
  margin-top: 12px;
}
#sender-card-info-container {
  margin-bottom: 45px;
}
#sender-submit-container {
  height: 0;
  overflow: hidden;
}
#delivery-address-container {
  height: 0;
  overflow: hidden;
}
#delivery-address-container h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
#delivery-address-container #address-copy-checkbox {
  margin-top: 25px;
}
.page-top {
  background: url("../images/weight-loss-background@2x.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 30px;
}
.topmarketing-footer {
  background: #39c7d9;
}
.nav>li>a.gift-header {
  display: none;
}
