
.gift-cards-container{
  border: 1px solid var(--black-text-color);
  margin-bottom: 25px;
}
 .main-menu{
  background-color: #1B3545;
}
.page-template-default .navbar-fixed:not(.fixed) {
 position: inherit; 

}
.site-content {
  padding: 42px 0;
}
.content-title{
  margin-bottom: 24px;
}
.content-title h2{
  margin-bottom: 10px;
}
body{
  background-image: url(../../images/zl-bg.png);
  background-size: cover;
}
.gc-container-title h4{
    font-size: 32px;
    margin: 7px 0;
}
.zl-title-container:before{
    max-height: 100%;
}
.content-cards{
  align-content: center;
 /* max-width: 1000px;*/
 margin-left: 38px;
    /*margin-top: -130px;*/
    margin-top: -18%;
}
.gift-card-1 h5{
    color: var(--black-text-color);
    font-weight: 600;
    padding: 5px 10px;
}
.gift-card-1,
.gift-card-2{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}
.gift-card{
    width: 431px;
    max-width: 100%;
    height: 271px;
    overflow: hidden;
    padding: 0;
    border-radius: 22px;
}

.gift-card-1{
    padding: 28px 0;
    z-index: 2;
}
.gift-card-list{
    padding: 15px 30px;
}
.gift-card-2-wrap{
  padding-left: 22%;
  margin-bottom: -75px;
  z-index: 1;
}
.gift-card-2{
    border: 1px solid var(--blue-color);
}
.gift-card-3{
  border: 1px solid #07252F;
}
.gift-card-3-wrap{
  padding-left: 50%;
  margin-bottom: -85px;
  z-index: 0;
}
.img-gift-card .gift-card-img{
    height: 100%;
    border-radius: 22px;
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 48px;
}

.img-gift-card::before {
    content: "";
    position: absolute;
    width: 55%;
    height: 102%;
    background: var(--blue-color);
    clip-path: polygon(0 0, 100% 0, 64% 100%, 0 100%);
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    border-top-left-radius: 18px;
}
.gift-card-3::before{
  background: #07252F;
}
.gift-card-content{
  position: relative;
  z-index: 3;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 36px;
  justify-content: space-between;
}

.gift-card-price{
  line-height: 2;
  padding-left: 30px;
  margin-top: 10px;
}

.gift-card-price .price-number{
  font-size: 50px;
  font-weight: 700;
}

.gift-card-price .price-currency{
  font-size: 36px;
    font-weight: 700;
}
.gift-card-title{
  position: absolute;
    bottom: 17px;
    right: 20px;
}

.img-gift-card:after{
  content: "";
    position: absolute;
    inset: 0;
    background:  rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.gift-card-bow{
  position: absolute;
    right: -1px;
    top: -1px;
    z-index: 3;
}
.gift-card-info{
  font-size: 10px;
  padding-left: 20px;
}
.gift-card-info h5{
  font-size: 10px;
  margin-bottom: 4px;
}

.choose-amount-container{
  margin-left: auto;
  /*margin-top: -312px;*/
 
  max-width: 380px;
  margin-right: 32px;
  z-index: 2;
}
.select-amount-title {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid var(--blue-color);
  font-size: 18px;
  margin-bottom: 16px;
}

.select-amount-btn{
border-radius: 10px;
border: 1px solid var(--blue-color);
color: var(--black-text-color);
background-color: #fff;
font-weight: 600;
width: 74px;
height: 60px;
font-size: 22px;
align-content: center;
}
.num-input-wrap{
  width: 100%;
    margin: 16px 0 5px;
}
.num-input-wrap .num-input-num{
  width: 70%;
}

.white-container {
  margin-bottom: 30px;
}
.recipient-type {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid var(--grey-inputs-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  width: 335px;
  max-width: 100%;
}
.recipient-input {
  display: none;
}
.recipient-type label {
  position: relative;
  width: fit-content;
  text-transform: uppercase;
  cursor: pointer;
}
.recipient-type label::before {
  content: "";
  position: absolute;
  left: -25px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--blue-color);
  border-radius: 50%;
  background-color: #fff;
  transition: 0.2s;
}
.recipient-type input.recipient-input:checked + label::before {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
  box-shadow: inset 0 0 0 4px white;
}
.recipient-type:has(input[type="radio"]:checked) {
  outline: 2px solid var(--blue-color);
}
.recipient-contant{
  max-width: 708px;
  margin: 0 auto;
}

.recipient-data-form input:not(.wpcf7-submit), .recipient-data-form textarea {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), rgba(247, 247, 247, 0.60);
  box-shadow: 0px 2px 27px rgba(0, 175, 238, 0.25);
  border-radius: 30px;
}

.recipient-data-form input:not(.wpcf7-submit), .recipient-data-form textarea {
  box-shadow: none !important;
}
.recipient-data-form input {
  height: 50px;
}
.summary-container{
  padding-bottom: 80px;
}
.summary-details .summ-info h6 {
  margin-bottom: 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-btn-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  text-align: center;
}

.summary-img-wrapper .gift-card{
  margin: 0 auto;
}
.summary-header{
  margin-bottom: 43px;
}
.summary-content .summ-total {
  border-top: 1px solid #ccc;
  padding: 12px 2px;
}
.summary-content .summ-total h6{
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  text-transform: uppercase;
}
.summary-details-content{
  max-width: 335px;
}

@media (min-width: 992px) {
  .site-content {
    margin-top: 54px;
  }
  .gift-cards-container{
    padding: 45px 55px;
  }
  .choose-amount-container{
    margin-top: -20%;
  }
}

@media (min-width: 1400px) {
  .choose-amount-container{
    margin-top: -27%;
  }
}
@media (max-width: 768px) {
  .summary-details{
    padding: 0 30px;
  }
  .zl-title-container{
    margin-bottom: 20px !important;
  }
  .content-cards{
    margin-left: 0;
  }
  .gift-card{
    height: auto;
  }
  .gift-card-1{
    font-size: 12px;
    padding-bottom: 12px;
  }
  .gift-card-2-wrap{
    padding-left: 0px;
    margin-bottom: -17px;
    padding-right: 0;
    margin-left: 12px;
  }
  .gift-card-3-wrap{
    display: none;
    padding-left: 0;
    margin-bottom: 7px;
    padding-right: 0;
  }
  .content-cards{
    margin-top: 5px;
  }
  .choose-amount-container{
    margin-top: 5px;
  }
  .gift-card-logo{
    width: 43%;
  }
  .gift-card-price .price-currency{
    font-size: 28px;
  }
  .gift-card-price .price-number{
    font-size: 36px;
  }
  .gift-card-info{
    font-size: 8px;
  }
  .img-gift-card::before{
    width: 58%;
  }
  .select-amount-btn{
    width: 64px;
    height: 54px;
    font-size: 18px;
  }
}
