.pop-up{background-color:#fff;width:460px;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px);max-height:-webkit-calc(100vh - 200px);max-height:-moz-calc(100vh - 200px);max-height:calc(100vh - 200px);position:fixed;z-index:101;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:40px}.pop-up__close{cursor:pointer;position:absolute;top:12px;right:10px}.pop-up-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background:rgb(0 0 0 / .6);z-index:100}.choose-store-popup__title{text-align:center;text-transform:uppercase;font-size:18px}.choose-store-popup [name="store"],.choose-store-popup [type="submit"]{width:100%;border-radius:0.3rem!important}.choose-store-popup [name="store"]{margin-bottom:10px;height:40px;padding:8px;background:#fff;border:1px solid #d2d6dc}