/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.trs-body-shade:before{
    content: " ";
    background-color: rgb(40,40,40,0.7);
    position: fixed;
    height: 100vh;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}
.woocommerce div.product form.cart .trs-ecard-preview-holder button {
  padding: 10px 20px;
  margin-right: 15px;
}
 .trs-ecard-preview-area-wrap{
    display: none;
    position: fixed;
    top: 3%;
    width: 95%;
    padding: 3%;
    z-index: 9999999;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: white;
    box-shadow: 0px 0px 15px grey;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}
.trs-ecard-preview-area{
    
}
.trs-ecard-close-preview-btn{
    position: absolute;
    right: 15px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: grey;
    color: white;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    cursor: pointer;
}
.trs-public-preloader{
  display: none;
  width: 120px;
  margin: auto;
}
.trs-public-div-zone{
  display: none;
}

.trs-slide {
  display: none;
  padding: 10px;
  height: min-height;
}

.trs-slide-active {
  display: block;
}

.trs-slide-controls {
  text-align: center;
  padding: 4px 10px;
  float: right;
}

.trs-slide-controls,
.trs-ecard-text-controls {
  display: none;
}

.slide-button,
.slide-button:focus {
  background: #222222;
  display: inline;
  padding: 10px;
  margin-right: 10px;
  color: white;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 13px;
}

.add-page-canvas {
  border: none;
}

.trs-ecard-side-num {
  margin-top: 0;
  margin-bottom: 30px;
}
/*Product Page CSS*/

  .trs-ecard-custom-field-wrapper{
    margin: 15px 0;
  }
  .trs-ecard-custom-field-wrapper label{
    display: block;
  }
  .trs-ecard-custom-field-wrapper input{
    width: 100%;
  }