.modal{display:none;position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4)}.modal.open,.modal.closing,.modal.opening{display:block}.modal-dialog{display:flex;height:100%;width:100%}.modal-content{top:-30px;opacity:0;transform:scale(2,2);position:relative;width:80%;max-width:860px;background-color:#fff;margin:auto;padding:0;border:1px solid rgba(0,0,0,0.1);box-shadow:0 4px 8px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1);border-radius:5px;transition:all 400ms cubic-bezier(0.215,0.61,0.355,1),opacity 300ms ease-in}.modal.open .modal-content{top:0;opacity:1;transform:scale(1,1)}.modal-header,.modal-footer,.modal-body{padding:2em;clear:both;overflow:hidden}.modal-header,.modal-footer{background-color:#eee}.close{color:#aaa;float:right;font-size:28px;font-weight:bold}.close:hover,.close:focus{color:black;text-decoration:none;cursor:pointer}.modal .single-product div.product .images,.modal .single-product div.product .summary,.modal .single-product div.product .woocommerce-product-gallery{margin-top:0;margin-bottom:0}