/*** sections ***/
#choicegiftcard section .done {
  display: none;
}
#choicegiftcard section[data-gcstep-valid="1"] .done {
  display: inline-block;
}
#choicegiftcard section[data-gcstep-valid="1"] .step-number {
  /*display: none;*/
}

#choicegiftcard section[data-gcstep-valid="1"] .icon-ta-check {
  vertical-align: middle;
  line-height: 1;
  color: #deeb70;
}

#choicegiftcard section .gc-section-content {
  /*display: none;*/
  max-height: 0;
  padding: 0px 2.3125rem;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  #choicegiftcard section .gc-section-content {
    padding: 0;
    width: 100%;
  }
}
#choicegiftcard section .gc-section-content .gc-actions {
  margin-top: 15px;
}
#choicegiftcard #gc-step-template .gc-section-content {
  padding: 0;
}
#choicegiftcard section.js-current-step .gc-section-content {
  max-height: 500px; /* approximate max height */
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  overflow-y: auto;
}
@media (max-width: 767px) {
  #choicegiftcard section.js-current-step .gc-section-content {
    max-height: 550px; /* approximate max height */
  }
}
[id="module-giftcard-choicegiftcard"] #choicegiftcard section.js-current-step [id="recepmode-mail-additional-information"] {
  position: initial;
}

#choicegiftcard p.error {
  background-color: #fdf7f7;
  border: 1px solid #d9534f;
  color: #d9534f;
  padding: 5px;
}
#choicegiftcard p.success {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #3c763d;
  padding: 5px;
}
/***  JCAROUSEL  ***/
#choicegiftcard .jcarousel li span.zoom_link {
  background: url(../../../img/icon/zoom.png) no-repeat;
}
#choicegiftcard .jcarousel li span.check {
  background: url(../../../img/icon/check_wg.png) no-repeat;
}
/***  END JCAROUSEL  ***/

/*** FORM GIFT CARD ***/
#formgiftcard p {
  padding-bottom: 10px;
}
#formgiftcard p.datesendcard {
  margin-top: 5px;
}
#formgiftcard h3.datesendcard {
  background: url("../../../img/icon/calendar_send.png") no-repeat;
  padding-left: 28px !important;
  padding-top: 5px;
}
#formgiftcard .input {
  background-color: #fff;
  padding: 13px 13px 13px 54px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#formgiftcard .input:focus {
  box-shadow: 0;
  border: 1px solid #000;
  color: #000;
  outline: none;
}

/* Icons */
#formgiftcard input.input_user_to {
  background-image: url(../../../img/icon/user_to.png);
  background-size: 30px 27px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}
#formgiftcard input.input_user_to:focus {
  background-image: url(../../../img/icon/user_to_active.png);
}
#formgiftcard input.input_user_from {
  background-image: url(../../../img/icon/user_from.png);
  background-size: 30px 27px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}
#formgiftcard input.input_user_from:focus {
  background-image: url(../../../img/icon/user_from_active.png);
}
#formgiftcard .textarea_comment {
  background-image: url(../../../img/icon/pen.png);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}
#formgiftcard .textarea_comment:focus {
  background-image: url(../../../img/icon/pen_active.png);
}
#formgiftcard input.email {
  background-image: url(../../../img/icon/mail.png);
  background-size: 29px 19px;
  background-position: 11px 12px;
  background-repeat: no-repeat;
}
#formgiftcard input.email:focus {
  background-image: url(../../../img/icon/mail_active.png);
}
#choicegiftcard .ta-gc-submit button i,
.gcsm-cart-summary .btn i {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 12px;
}
#formgiftcard .submit_button {
  float: left;
  width: 50%;
  border: #fbfbfb solid 8px;
  cursor: pointer;
  background-color: grey;
  color: white;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
#formgiftcard .submit_button:hover {
  background: no-repeat 10px 9px #000;
}

/*** END FORM GIFT CARD ***/

/*AJAX OVERLAY*/
#choicegiftcard div.ui-loader-background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-image: url("../../../img/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
		endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  position: fixed;
  z-index: 1000;
  display: none;
}
#choicegiftcard .ui-loading .ui-loader-background {
  display: block;
}
/*END AJAX OVERLAY*/
