.gift_card-template .main_title > span {
  text-transform: none;
}
.gift_card-template .main_title > span:first-letter {
  text-transform: uppercase;
}
.gift_card-template [class*=step_] {
  margin-bottom: 45px;
}
.gift_card-template .step_1 .swiper-template {
  position: relative;
  padding-left: 27px;
  padding-right: 27px;
}
.gift_card-template .left .swiper-container li img, .gift_card-template .step_2 .giftcardAmountLineImg {
  width: 100%;
}
.gift_card-template .left .swiper-container li {
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s border-color ease;
  margin-right: 20px;
}
.gift_card-template .left .swiper-container li:hover:not(.selected) {
  border-color: #d2d2d2;
}
.gift_card-template .left .swiper-container li.selected {
  border-color: #000;
}
.gift_card-template .left .swiper-button-next, .gift_card-template .left .swiper-button-prev {
  width: 27px;
}
.gift_card-template .left .civ label {
  margin-right: 25px;
}
.gift_card-template .right #checkBalanceOutputData {
  margin-top: 20px;
  line-height: 2em;
}
@media (max-width: 767px) {
  .gift_card-template .step_3 .emailOwnerContainer > div:not(:first-child) {
    margin-top: 15px;
  }
  .gift_card-template .step_5 .deliveryModeContainer label {
    width: 100%;
    text-align: left;
  }
  .gift_card-template .step_5 .deliveryModeContainer label:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (min-width: 767px) {
  .gift_card-template .step_5 .deliveryModeContainer label:first-child {
    margin-right: 10px;
  }
  .gift_card-template .left {
    border-right: 1px solid #d2d2d2;
  }
  .gift_card-template .left .swiper-container li {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .gift_card-template .left {
    padding-right: 50px;
  }
  .gift_card-template .right {
    padding-left: 50px;
  }
}
@media (min-width: 767px) and (max-width: 1279px) {
  .gift_card-template .left {
    padding-right: 20px;
  }
  .gift_card-template .right {
    padding-left: 20px;
  }
}