/** Shopify CDN: Minification failed

Line 32:10 Expected ":"

**/
.modal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  top: 0px;
  left: 0px;
  z-index:10000;
  display: none;
}
.modal .modal-bg{
  background: rgba(0,0,0,0.7);
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  position: relative;
}
.modal .modal-content{
  background: #fff;
  width: 90%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  /*border-radius: 10px;*/
}
.modal .modal-content .modal-close{
  position: absolute;
  right: -10px;
  top: -10px;
}
.modal .modal-content .modal-close img{
  width: 30px;
}