/*!/wp-content/themes/flatsome-child/assets/css/single-product.css*/.single-product form.cart{display:flex;gap:10px;flex-wrap:wrap}.custom-modal{display:none;justify-content:center;align-items:center;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100vh;overflow:auto;background-color:#000;background-color:rgb(0 0 0 / .4)}.custom-modal-content{background-color:#fefefe;margin:20px auto;padding:20px;border:1px solid #888;width:600px;position:relative;max-height:calc(100vh - 40px);overflow-y:scroll}.custom-close{color:#aaa;float:right;font-size:28px;font-weight:700;position:absolute;top:10px;right:10px;z-index:999}.custom-close:hover,.custom-close:focus{color:#000;text-decoration:none;cursor:pointer}