*, *:before, *:after {
  box-sizing: border-box;
  position: relative;
}

.space{
  margin-bottom: 20px;
}

@media (min-width: 750)
{
  .giftcard-text h2
   {
       font-size: 170px; 
   }
}

.giftcard-text table {
  font-size: 1.2rem;
  color: #939393;
}

/* .giftcard-text > h1, .giftcard-text > h2 {
  margin: 0;
  font-weight: normal;
  line-height: 1.1;
} */

/* .giftwrap .button {
  width: 110px;
  top: calc(50% - 25px);
  left: calc(50% - 50px);
} */


@media (max-width: 400px) {
  .giftwrap .button {
  margin: 0px 0px 0px 2px;
  font-size: 15px;
}
}

@media (max-width: 500px) {
  .giftwrap .button {
  margin: 0px 0px 0px 2px;
  font-size: 15px;
}
}
@media (max-width: 500px) {
  .giftcard-text table {
    padding: 0px 0px 10px 0px;
    font-size: 100%;
    margin: 10px -19px 0px 3px;
  }
}

@media (max-width: 500px) {
  .giftcard-text img {
      width: 50px;
      height: 35px;
  }
}

  .giftcard-text {
    padding: 0px 0px 10px 0px;
    margin: -13px -10px 0px 8px;
  }

@media (max-width: 400px) {
  .giftcard-text table {
    padding: 0px 0px 10px 0px;
    font-size: 70%;
    margin: 10px -19px 0px 3px;
  }
}

@media (max-width: 400px) {
  .card-title {
    display: none;
  }
}




.route {
  display: none;
}

.giftcard {
  border: 1px solid darkgrey;
  height: 105px;
  width: 500px;
  font-family: PT Sans, sans-serif;
  overflow: hidden;
  border-radius: 1.5rem/2rem;
  box-shadow: 8px 10px 16px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.giftcard-content, .giftcard-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 5rem);
  width: 100%;
}

.giftcard-cover {
  background: lightgreen;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.giftcard-content {
  padding: 1rem 2rem;
  color: #939393;
  z-index: 1;
  background: white;
}
.giftcard-content > * {
  -webkit-transform: translateX(3rem);
          transform: translateX(3rem);
  opacity: 0;
}
.giftcard-content h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.giftcard-content h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
}
.giftcard-content h2, .giftcard-content h3 {
  color: #232323;
}
.giftcard-content div {
  font-size: 1rem;
}
.giftcard-content address {
  font-style: normal;
  margin-bottom: 1rem;
}
.giftcard-content a, .giftcard-content .subtext {
  color: #939393;
}
.giftcard-content a {
  display: block;
  text-decoration: none;
}

.giftcard-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5rem;
  width: 100%;
  background: white;
  z-index: 3;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.giftcard-footer > * {
  float: right;
}

.giftcard-text, .giftcard-info {
  width: calc(100% - 150px);
  padding: 1rem;
}

.giftcard-text {
  height: 100%;
  padding: 1rem;
  width: auto;
  height: auto;
  padding-top: 24px;

}

.giftcard-text h1 {
  font-size: 1.5rem;
  color: #cc199d;
}


.giftcard-info {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: right;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: table;
  padding-left: 0;
  background: white;
}
.giftcard-info > * {
  display: table-cell;
}
.giftcard-info > *:first-child {
  padding-right: 1rem;
}
.giftcard-info input[type="text"] {
  height: 50px;
  width: 100%;
  padding: 0 1rem;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #dedede;
}

.button, input[type="text"] {
  border-radius: 3px;
}

.button {
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: orange;
  color: white;
  font-size: 1.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}
.button.secondary {
  background: #009cee;
}

.giftwrap {
  width: 150px;
  height: 150px;
}


.ribbon {
  width: 150px;
  height: 150px;
  top: calc(50% - 75px);
}
.ribbon:before, .ribbon:after {
  display: none;
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
}
.footerr {
  /* position: fixed; */
  left: 0;
  bottom: 0;
  width: 100%;
  color: rgb(0, 0, 0);
  text-align: center;
}


/* Loading style */


.loadingcard {
	width: 400px;
	padding: 1rem;
	margin: 3rem auto;
	background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075);
}

.content-placeholder {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;

    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);

    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;

    height:25px;
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
}
