.card-border{
    box-sizing: border-box;
    border: 10px black solid;
}
.preview-card{
    width:595.2px !important; 
    height:842.89px !important; 
    font-size:0.8em !important;
}
#printCardsPreview .preview-card{
  /* width: 300px !important; */
  /* height: 430px !important; */
  /* 595.28,  841.89 */
  width: calc(842.89px / 4) !important;
  height: calc(595.28px / 2) !important;
  font-size: 0.2em !important;
  padding: 10px;
  margin: 0;
}
#printCardsPreview .preview-card .uk-icon svg{
  width:50%
}
#printCardsPreview .preview-card h4{
  font-size: 6px;
  margin: 5px 0;
}
#printCardsPreview{
  /* display:flex;
  transform: scale(0.5); */
  /* display: flex;
  flex-wrap: wrap; */
  width: 842.89px;
  height: auto;
}
#card-cart-data-container{
  /* display: none; */
  /* opacity: 0;
  position: absolute;
  left: -10000px; */
}
.card-cart-data{
  /* display: none; */
  /* opacity: 0;
  position: absolute;
  left: -10000px; */
  display: flex;
  flex-wrap: wrap;
  width: 842.89px;
  height: 595.28px;
}

.wpcf7-form.sent > *{
    display:none;
}

.wpcf7-form.sent > .wpcf7-response-output{
    display:block 
}