jQuery(function($){ const $table = $('.wp-list-table tbody'); if (!$table.length) return; // Make rows sortable $table.sortable({ helper: function(e, ui){ ui.children().each(function(){ $(this).width($(this).width()); }); return ui; }, update: function(){ // Assign priorities based on order (top = highest) const items = {}; const rows = $table.find('tr'); let prio = rows.length; rows.each(function(){ const postId = $(this).attr('id')?.replace('post-',''); if (!postId) return; items[postId] = prio--; $(this).find('input.mostrofolio-priority').val(items[postId]); }); $.post(MostrofolioList.ajax_url, { action: 'mostrofolio_update_order', nonce: MostrofolioList.nonce, items }); } }); // Manual priority change $table.on('change', 'input.mostrofolio-priority', function(){ const postId = $(this).data('post-id'); const val = parseInt($(this).val(), 10) || 0; const items = {}; items[postId] = val; $.post(MostrofolioList.ajax_url, { action: 'mostrofolio_update_order', nonce: MostrofolioList.nonce, items }); }); }); @keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}{"translation-revision-date":"2026-06-10 11:18+0000","generator":"WP-CLI\/2.12.0","source":"gutenberg\/edit-pages-panel\/src\/components\/PreviewPageButton.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"it_IT","plural-forms":"nplurals=2; plural=n != 1;"},"Preview":["Anteprima"]}}}{"animated-headline":true,"call-to-action":true,"testimonial-carousel":true,"code-highlight":true,"flip-box":true,"loop-grid":true,"mega-menu":true,"nav-menu":true,"slides":true,"video-playlist":true,"woocommerce-cart":true,"woocommerce-checkout-page":true,"woocommerce-menu-cart":true,"woocommerce-my-account":true,"woocommerce-product-add-to-cart":true,"woocommerce-products-archive":true,"woocommerce-purchase-summary":true} /*! jQuery UI - v1.11.4 - 2015-12-05 * http://jqueryui.com * Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px * Copyright jQuery Foundation and other contributors; Licensed MIT * Changes: Add CSS scope (.updraft-container) to prevent CSS conflict with other plugins that use jQuery UI too except for .ui-front and .ui-widget-overlay */ .updraft-container { position: absolute; top: 0; width: 1px; height: 1px; z-index: 99999; } .updraft-container .ui-helper-hidden { display: none; } .updraft-container .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .updraft-container .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .updraft-container .ui-helper-clearfix:before, .updraft-container .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; } .updraft-container .ui-helper-clearfix:after { clear: both; } .updraft-container .ui-helper-clearfix { min-height: 0; /* support: IE7 */; } .updraft-container .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: alpha(opacity=0); /* support: IE8 */; } .ui-front { z-index: 100; } .updraft-container .ui-state-disabled { cursor: default !important; } .updraft-container .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .updraft-container .ui-draggable-handle { -ms-touch-action: none; touch-action: none; } .updraft-container .ui-resizable { position: relative; } .updraft-container .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none; } .updraft-container .ui-resizable-disabled .ui-resizable-handle, .updraft-container .ui-resizable-autohide .ui-resizable-handle { display: none; } .updraft-container .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .updraft-container .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .updraft-container .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .updraft-container .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .updraft-container .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .updraft-container .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .updraft-container .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .updraft-container .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } .updraft-container .ui-selectable { -ms-touch-action: none; touch-action: none; } .updraft-container .ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; } .updraft-container .ui-sortable-handle { -ms-touch-action: none; touch-action: none; } .updraft-container .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin: 2px 0 0 0; padding: .5em .5em .5em .7em; min-height: 0; /* support: IE7 */ font-size: 100%; } .updraft-container .ui-accordion .ui-accordion-icons { padding-left: 2.2em; } .updraft-container .ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; } .updraft-container .ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } .updraft-container .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; } .updraft-container .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; } .updraft-container .ui-button { display: inline-block; position: relative; padding: 0; line-height: normal; margin-right: .1em; cursor: pointer; vertical-align: middle; text-align: center; overflow: visible; /* removes extra width in IE */; } .updraft-container .ui-button, .updraft-container .ui-button:link, .updraft-container .ui-button:visited, .updraft-container .ui-button:hover, .updraft-container .ui-button:active { text-decoration: none; } .updraft-container .ui-button-icon-only { width: 2.2em; } .updraft-container button.ui-button-icon-only { width: 2.4em; } .updraft-container .ui-button-icons-only { width: 3.4em; } .updraft-container button.ui-button-icons-only { width: 3.7em; } .updraft-container .ui-button .ui-button-text { display: block; line-height: normal; } .updraft-container .ui-button-text-only .ui-button-text { padding: .4em 1em; } .updraft-container .ui-button-icon-only .ui-button-text, .updraft-container .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } .updraft-container .ui-button-text-icon-primary .ui-button-text, .updraft-container .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } .updraft-container .ui-button-text-icon-secondary .ui-button-text, .updraft-container .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } .updraft-container .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } .updraft-container input.ui-button { padding: .4em 1em; } .updraft-container .ui-button-icon-only .ui-icon, .updraft-container .ui-button-text-icon-primary .ui-icon, .updraft-container .ui-button-text-icon-secondary .ui-icon, .updraft-container .ui-button-text-icons .ui-icon, .updraft-container .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } .updraft-container .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } .updraft-container .ui-button-text-icon-primary .ui-button-icon-primary, .updraft-container .ui-button-text-icons .ui-button-icon-primary, .updraft-container .ui-button-icons-only .ui-button-icon-primary { left: .5em; } .updraft-container .ui-button-text-icon-secondary .ui-button-icon-secondary, .updraft-container .ui-button-text-icons .ui-button-icon-secondary, .updraft-container .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } .updraft-container .ui-buttonset { margin-right: 7px; } .updraft-container .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } .updraft-container input.ui-button::-moz-focus-inner, .updraft-container button.ui-button::-moz-focus-inner { border: 0; padding: 0; } .updraft-container .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } .updraft-container .ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; } .updraft-container .ui-datepicker .ui-datepicker-prev, .updraft-container .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; } .updraft-container .ui-datepicker .ui-datepicker-prev-hover, .updraft-container .ui-datepicker .ui-datepicker-next-hover { top: 1px; } .updraft-container .ui-datepicker .ui-datepicker-prev { left: 2px; } .updraft-container .ui-datepicker .ui-datepicker-next { right: 2px; } .updraft-container .ui-datepicker .ui-datepicker-prev-hover { left: 1px; } .updraft-container .ui-datepicker .ui-datepicker-next-hover { right: 1px; } .updraft-container .ui-datepicker .ui-datepicker-prev span, .updraft-container .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .updraft-container .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .updraft-container .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .updraft-container .ui-datepicker select.ui-datepicker-month, .updraft-container .ui-datepicker select.ui-datepicker-year { width: 45%; } .updraft-container .ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; } .updraft-container .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } .updraft-container .ui-datepicker td { border: 0; padding: 1px; } .updraft-container .ui-datepicker td span, .updraft-container .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } .updraft-container .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } .updraft-container .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; } .updraft-container .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } .updraft-container .ui-datepicker.ui-datepicker-multi { width: auto; } .updraft-container .ui-datepicker-multi .ui-datepicker-group { float: left; } .updraft-container .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; } .updraft-container .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } .updraft-container .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } .updraft-container .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } .updraft-container .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .updraft-container .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } .updraft-container .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } .updraft-container .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; } .updraft-container .ui-datepicker-rtl { direction: rtl; } .updraft-container .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .updraft-container .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .updraft-container .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .updraft-container .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .updraft-container .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .updraft-container .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .updraft-container .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .updraft-container .ui-datepicker-rtl .ui-datepicker-group { float: right; } .updraft-container .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .updraft-container .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .updraft-container .ui-dialog { overflow: hidden; position: absolute; top: 0; left: 0; padding: .2em; outline: 0; } .updraft-container .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; height: auto; font-size: inherit; font-weight: inherit; line-height: inherit; } .updraft-container .ui-dialog .ui-dialog-title { float: left; margin: .1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; } .updraft-container .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; } .updraft-container .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; } .updraft-container .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: .5em; padding: .3em 1em .5em .4em; } .updraft-container .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .updraft-container .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } .updraft-container .ui-dialog .ui-resizable-se { width: 12px; height: 12px; right: -5px; bottom: -5px; background-position: 16px 16px; } .updraft-container .ui-draggable .ui-dialog-titlebar { cursor: move; } .updraft-container .ui-menu { list-style: none; padding: 0; margin: 0; display: block; outline: none; } .updraft-container .ui-menu .ui-menu { position: absolute; } .updraft-container .ui-menu .ui-menu-item { position: relative; margin: 0; padding: 3px 1em 3px .4em; cursor: pointer; min-height: 0; /* support: IE7 */ /* support: IE10, see #8844 */ list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); } .updraft-container .ui-menu .ui-menu-divider { margin: 5px 0; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; } .updraft-container .ui-menu .ui-state-focus, .updraft-container .ui-menu .ui-state-active { margin: -1px; } .updraft-container .ui-menu-icons { position: relative; } .updraft-container .ui-menu-icons .ui-menu-item { padding-left: 2em; } .updraft-container .ui-menu .ui-icon { position: absolute; top: 0; bottom: 0; left: .2em; margin: auto 0; } .updraft-container .ui-menu .ui-menu-icon { left: auto; right: 0; } .updraft-container .ui-progressbar { height: 2em; text-align: left; overflow: hidden; } .updraft-container .ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; } .updraft-container .ui-progressbar .ui-progressbar-overlay { background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw=="); height: 100%; filter: alpha(opacity=25); /* support: IE8 */ opacity: 0.25; } .updraft-container .ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; } .updraft-container .ui-selectmenu-menu { padding: 0; margin: 0; position: absolute; top: 0; left: 0; display: none; } .updraft-container .ui-selectmenu-menu .ui-menu { overflow: auto; /* Support: IE7 */ overflow-x: hidden; padding-bottom: 1px; } .updraft-container .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { font-size: 1em; font-weight: bold; line-height: 1.5; padding: 2px 0.4em; margin: 0.5em 0 0 0; height: auto; border: 0; } .updraft-container .ui-selectmenu-open { display: block; } .updraft-container .ui-selectmenu-button { display: inline-block; overflow: hidden; position: relative; text-decoration: none; cursor: pointer; } .updraft-container .ui-selectmenu-button span.ui-icon { right: 0.5em; left: auto; margin-top: -8px; position: absolute; top: 50%; } .updraft-container .ui-selectmenu-button span.ui-selectmenu-text { text-align: left; padding: 0.4em 2.1em 0.4em 1em; display: block; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .updraft-container .ui-slider { position: relative; text-align: left; } .updraft-container .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; -ms-touch-action: none; touch-action: none; } .updraft-container .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } .updraft-container .ui-slider.ui-state-disabled .ui-slider-handle, .updraft-container .ui-slider.ui-state-disabled .ui-slider-range { -webkit-filter: inherit; filter: inherit; } .updraft-container .ui-slider-horizontal { height: .8em; } .updraft-container .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } .updraft-container .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .updraft-container .ui-slider-horizontal .ui-slider-range-min { left: 0; } .updraft-container .ui-slider-horizontal .ui-slider-range-max { right: 0; } .updraft-container .ui-slider-vertical { width: .8em; height: 100px; } .updraft-container .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } .updraft-container .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .updraft-container .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .updraft-container .ui-slider-vertical .ui-slider-range-max { top: 0; } .updraft-container .ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; } .updraft-container .ui-spinner-input { border: none; background: none; color: inherit; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; } .updraft-container .ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; } .updraft-container .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } .updraft-container .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } .updraft-container .ui-spinner-up { top: 0; } .updraft-container .ui-spinner-down { bottom: 0; } .updraft-container .ui-spinner .ui-icon-triangle-1-s { /* need to fix icons sprite */ background-position: -65px -16px; } .updraft-container .ui-tabs { position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ padding: .2em; } .updraft-container .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } .updraft-container .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap; } .updraft-container .ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: .5em 1em; text-decoration: none; } .updraft-container .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; } .updraft-container .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .updraft-container .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .updraft-container .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; } .updraft-container .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; } .updraft-container .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } .updraft-container .ui-tooltip { padding: 8px; position: absolute; z-index: 9999; max-width: 300px; -webkit-box-shadow: 0 0 5px #AAA; box-shadow: 0 0 5px #AAA; } .updraft-container body .ui-tooltip { border-width: 2px; } .updraft-container .ui-widget { font-family: trebuchet ms,tahoma,verdana,arial,sans-serif; font-size: 1.1em; } .updraft-container .ui-widget .ui-widget { font-size: 1em; } .updraft-container .ui-widget input, .updraft-container .ui-widget select, .updraft-container .ui-widget textarea, .updraft-container .ui-widget button { font-family: trebuchet ms,tahoma,verdana,arial,sans-serif; font-size: 1em; } .updraft-container .ui-widget-content { border: 1px solid #DDD; background: #EEE url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; color: #333; } .updraft-container .ui-widget-content a { color: #333; } .updraft-container .ui-widget-header { border: 1px solid #E78F08; background: #F6A828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x; color: #FFF; font-weight: bold; } .updraft-container .ui-widget-header a { color: #FFF; } .updraft-container .ui-state-default, .updraft-container .ui-widget-content .ui-state-default, .updraft-container .ui-widget-header .ui-state-default { border: 1px solid #CCC; background: #F6F6F6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #2B2B2B; } .updraft-container .ui-state-default a, .updraft-container .ui-state-default a:link, .updraft-container .ui-state-default a:visited { color: #1C94C4; text-decoration: none; } .updraft-container .ui-state-hover, .updraft-container .ui-widget-content .ui-state-hover, .updraft-container .ui-widget-header .ui-state-hover, .updraft-container .ui-state-focus, .updraft-container .ui-widget-content .ui-state-focus, .updraft-container .ui-widget-header .ui-state-focus { border: 1px solid #C5C5C5; background: #F6F6F6; font-weight: normal; color: #454545; } .updraft-container .ui-state-hover a, .updraft-container .ui-state-hover a:hover, .updraft-container .ui-state-hover a:link, .updraft-container .ui-state-hover a:visited, .updraft-container .ui-state-focus a, .updraft-container .ui-state-focus a:hover, .updraft-container .ui-state-focus a:link, .updraft-container .ui-state-focus a:visited { color: #C77405; text-decoration: none; } .updraft-container .ui-state-active, .updraft-container .ui-widget-content .ui-state-active, .updraft-container .ui-widget-header .ui-state-active { border: 1px solid #C5C5C5; background: #F6F6F6; font-weight: normal; color: #454545; } .updraft-container .ui-state-active a, .updraft-container .ui-state-active a:link, .updraft-container .ui-state-active a:visited { color: #EB8F00; text-decoration: none; } .updraft-container .ui-state-highlight, .updraft-container .ui-widget-content .ui-state-highlight, .updraft-container .ui-widget-header .ui-state-highlight { border: 1px solid #FED22F; background: #FFE45C url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x; color: #363636; } .updraft-container .ui-state-highlight a, .updraft-container .ui-widget-content .ui-state-highlight a, .updraft-container .ui-widget-header .ui-state-highlight a { color: #363636; } .updraft-container .ui-state-error, .updraft-container .ui-widget-content .ui-state-error, .updraft-container .ui-widget-header .ui-state-error { border: 1px solid #CD0A0A; background: #B81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat; color: #FFF; } .updraft-container .ui-state-error a, .updraft-container .ui-widget-content .ui-state-error a, .updraft-container .ui-widget-header .ui-state-error a { color: #FFF; } .updraft-container .ui-state-error-text, .updraft-container .ui-widget-content .ui-state-error-text, .updraft-container .ui-widget-header .ui-state-error-text { color: #FFF; } .updraft-container .ui-priority-primary, .updraft-container .ui-widget-content .ui-priority-primary, .updraft-container .ui-widget-header .ui-priority-primary { font-weight: bold; } .updraft-container .ui-priority-secondary, .updraft-container .ui-widget-content .ui-priority-secondary, .updraft-container .ui-widget-header .ui-priority-secondary { opacity: 0.7; filter: alpha(opacity=70); /* support: IE8 */ font-weight: normal; } .updraft-container .ui-state-disabled, .updraft-container .ui-widget-content .ui-state-disabled, .updraft-container .ui-widget-header .ui-state-disabled { opacity: 0.35; filter: alpha(opacity=35); /* support: IE8 */ background-image: none; } .updraft-container .ui-state-disabled .ui-icon { filter: alpha(opacity=35); /* support: IE8 - See #6059 */; } .updraft-container .ui-icon { width: 16px; height: 16px; } .updraft-container .ui-icon, .updraft-container .ui-widget-content .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .updraft-container .ui-widget-header .ui-icon { background-image: url("images/ui-icons_ffffff_256x240.png"); } .updraft-container .ui-state-default .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .updraft-container .ui-state-hover .ui-icon, .updraft-container .ui-state-focus .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .updraft-container .ui-state-active .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .updraft-container .ui-state-highlight .ui-icon { background-image: url("images/ui-icons_228ef1_256x240.png"); } .updraft-container .ui-state-error .ui-icon, .updraft-container .ui-state-error-text .ui-icon { background-image: url("images/ui-icons_ffd27a_256x240.png"); } .updraft-container .ui-icon-blank { background-position: 16px 16px; } .updraft-container .ui-icon-carat-1-n { background-position: 0 0; } .updraft-container .ui-icon-carat-1-ne { background-position: -16px 0; } .updraft-container .ui-icon-carat-1-e { background-position: -32px 0; } .updraft-container .ui-icon-carat-1-se { background-position: -48px 0; } .updraft-container .ui-icon-carat-1-s { background-position: -64px 0; } .updraft-container .ui-icon-carat-1-sw { background-position: -80px 0; } .updraft-container .ui-icon-carat-1-w { background-position: -96px 0; } .updraft-container .ui-icon-carat-1-nw { background-position: -112px 0; } .updraft-container .ui-icon-carat-2-n-s { background-position: -128px 0; } .updraft-container .ui-icon-carat-2-e-w { background-position: -144px 0; } .updraft-container .ui-icon-triangle-1-n { background-position: 0 -16px; } .updraft-container .ui-icon-triangle-1-ne { background-position: -16px -16px; } .updraft-container .ui-icon-triangle-1-e { background-position: -32px -16px; } .updraft-container .ui-icon-triangle-1-se { background-position: -48px -16px; } .updraft-container .ui-icon-triangle-1-s { background-position: -64px -16px; } .updraft-container .ui-icon-triangle-1-sw { background-position: -80px -16px; } .updraft-container .ui-icon-triangle-1-w { background-position: -96px -16px; } .updraft-container .ui-icon-triangle-1-nw { background-position: -112px -16px; } .updraft-container .ui-icon-triangle-2-n-s { background-position: -128px -16px; } .updraft-container .ui-icon-triangle-2-e-w { background-position: -144px -16px; } .updraft-container .ui-icon-arrow-1-n { background-position: 0 -32px; } .updraft-container .ui-icon-arrow-1-ne { background-position: -16px -32px; } .updraft-container .ui-icon-arrow-1-e { background-position: -32px -32px; } .updraft-container .ui-icon-arrow-1-se { background-position: -48px -32px; } .updraft-container .ui-icon-arrow-1-s { background-position: -64px -32px; } .updraft-container .ui-icon-arrow-1-sw { background-position: -80px -32px; } .updraft-container .ui-icon-arrow-1-w { background-position: -96px -32px; } .updraft-container .ui-icon-arrow-1-nw { background-position: -112px -32px; } .updraft-container .ui-icon-arrow-2-n-s { background-position: -128px -32px; } .updraft-container .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } .updraft-container .ui-icon-arrow-2-e-w { background-position: -160px -32px; } .updraft-container .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } .updraft-container .ui-icon-arrowstop-1-n { background-position: -192px -32px; } .updraft-container .ui-icon-arrowstop-1-e { background-position: -208px -32px; } .updraft-container .ui-icon-arrowstop-1-s { background-position: -224px -32px; } .updraft-container .ui-icon-arrowstop-1-w { background-position: -240px -32px; } .updraft-container .ui-icon-arrowthick-1-n { background-position: 0 -48px; } .updraft-container .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } .updraft-container .ui-icon-arrowthick-1-e { background-position: -32px -48px; } .updraft-container .ui-icon-arrowthick-1-se { background-position: -48px -48px; } .updraft-container .ui-icon-arrowthick-1-s { background-position: -64px -48px; } .updraft-container .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } .updraft-container .ui-icon-arrowthick-1-w { background-position: -96px -48px; } .updraft-container .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } .updraft-container .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } .updraft-container .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } .updraft-container .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } .updraft-container .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } .updraft-container .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } .updraft-container .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } .updraft-container .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } .updraft-container .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } .updraft-container .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } .updraft-container .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } .updraft-container .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } .updraft-container .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } .updraft-container .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } .updraft-container .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } .updraft-container .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } .updraft-container .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } .updraft-container .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } .updraft-container .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } .updraft-container .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } .updraft-container .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } .updraft-container .ui-icon-arrow-4 { background-position: 0 -80px; } .updraft-container .ui-icon-arrow-4-diag { background-position: -16px -80px; } .updraft-container .ui-icon-extlink { background-position: -32px -80px; } .updraft-container .ui-icon-newwin { background-position: -48px -80px; } .updraft-container .ui-icon-refresh { background-position: -64px -80px; } .updraft-container .ui-icon-shuffle { background-position: -80px -80px; } .updraft-container .ui-icon-transfer-e-w { background-position: -96px -80px; } .updraft-container .ui-icon-transferthick-e-w { background-position: -112px -80px; } .updraft-container .ui-icon-folder-collapsed { background-position: 0 -96px; } .updraft-container .ui-icon-folder-open { background-position: -16px -96px; } .updraft-container .ui-icon-document { background-position: -32px -96px; } .updraft-container .ui-icon-document-b { background-position: -48px -96px; } .updraft-container .ui-icon-note { background-position: -64px -96px; } .updraft-container .ui-icon-mail-closed { background-position: -80px -96px; } .updraft-container .ui-icon-mail-open { background-position: -96px -96px; } .updraft-container .ui-icon-suitcase { background-position: -112px -96px; } .updraft-container .ui-icon-comment { background-position: -128px -96px; } .updraft-container .ui-icon-person { background-position: -144px -96px; } .updraft-container .ui-icon-print { background-position: -160px -96px; } .updraft-container .ui-icon-trash { background-position: -176px -96px; } .updraft-container .ui-icon-locked { background-position: -192px -96px; } .updraft-container .ui-icon-unlocked { background-position: -208px -96px; } .updraft-container .ui-icon-bookmark { background-position: -224px -96px; } .updraft-container .ui-icon-tag { background-position: -240px -96px; } .updraft-container .ui-icon-home { background-position: 0 -112px; } .updraft-container .ui-icon-flag { background-position: -16px -112px; } .updraft-container .ui-icon-calendar { background-position: -32px -112px; } .updraft-container .ui-icon-cart { background-position: -48px -112px; } .updraft-container .ui-icon-pencil { background-position: -64px -112px; } .updraft-container .ui-icon-clock { background-position: -80px -112px; } .updraft-container .ui-icon-disk { background-position: -96px -112px; } .updraft-container .ui-icon-calculator { background-position: -112px -112px; } .updraft-container .ui-icon-zoomin { background-position: -128px -112px; } .updraft-container .ui-icon-zoomout { background-position: -144px -112px; } .updraft-container .ui-icon-search { background-position: -160px -112px; } .updraft-container .ui-icon-wrench { background-position: -176px -112px; } .updraft-container .ui-icon-gear { background-position: -192px -112px; } .updraft-container .ui-icon-heart { background-position: -208px -112px; } .updraft-container .ui-icon-star { background-position: -224px -112px; } .updraft-container .ui-icon-link { background-position: -240px -112px; } .updraft-container .ui-icon-cancel { background-position: 0 -128px; } .updraft-container .ui-icon-plus { background-position: -16px -128px; } .updraft-container .ui-icon-plusthick { background-position: -32px -128px; } .updraft-container .ui-icon-minus { background-position: -48px -128px; } .updraft-container .ui-icon-minusthick { background-position: -64px -128px; } .updraft-container .ui-icon-close { background-position: -80px -128px; } .updraft-container .ui-icon-closethick { background-position: -96px -128px; } .updraft-container .ui-icon-key { background-position: -112px -128px; } .updraft-container .ui-icon-lightbulb { background-position: -128px -128px; } .updraft-container .ui-icon-scissors { background-position: -144px -128px; } .updraft-container .ui-icon-clipboard { background-position: -160px -128px; } .updraft-container .ui-icon-copy { background-position: -176px -128px; } .updraft-container .ui-icon-contact { background-position: -192px -128px; } .updraft-container .ui-icon-image { background-position: -208px -128px; } .updraft-container .ui-icon-video { background-position: -224px -128px; } .updraft-container .ui-icon-script { background-position: -240px -128px; } .updraft-container .ui-icon-alert { background-position: 0 -144px; } .updraft-container .ui-icon-info { background-position: -16px -144px; } .updraft-container .ui-icon-notice { background-position: -32px -144px; } .updraft-container .ui-icon-help { background-position: -48px -144px; } .updraft-container .ui-icon-check { background-position: -64px -144px; } .updraft-container .ui-icon-bullet { background-position: -80px -144px; } .updraft-container .ui-icon-radio-on { background-position: -96px -144px; } .updraft-container .ui-icon-radio-off { background-position: -112px -144px; } .updraft-container .ui-icon-pin-w { background-position: -128px -144px; } .updraft-container .ui-icon-pin-s { background-position: -144px -144px; } .updraft-container .ui-icon-play { background-position: 0 -160px; } .updraft-container .ui-icon-pause { background-position: -16px -160px; } .updraft-container .ui-icon-seek-next { background-position: -32px -160px; } .updraft-container .ui-icon-seek-prev { background-position: -48px -160px; } .updraft-container .ui-icon-seek-end { background-position: -64px -160px; } .updraft-container .ui-icon-seek-start { background-position: -80px -160px; } .updraft-container .ui-icon-seek-first { background-position: -80px -160px; } .updraft-container .ui-icon-stop { background-position: -96px -160px; } .updraft-container .ui-icon-eject { background-position: -112px -160px; } .updraft-container .ui-icon-volume-off { background-position: -128px -160px; } .updraft-container .ui-icon-volume-on { background-position: -144px -160px; } .updraft-container .ui-icon-power { background-position: 0 -176px; } .updraft-container .ui-icon-signal-diag { background-position: -16px -176px; } .updraft-container .ui-icon-signal { background-position: -32px -176px; } .updraft-container .ui-icon-battery-0 { background-position: -48px -176px; } .updraft-container .ui-icon-battery-1 { background-position: -64px -176px; } .updraft-container .ui-icon-battery-2 { background-position: -80px -176px; } .updraft-container .ui-icon-battery-3 { background-position: -96px -176px; } .updraft-container .ui-icon-circle-plus { background-position: 0 -192px; } .updraft-container .ui-icon-circle-minus { background-position: -16px -192px; } .updraft-container .ui-icon-circle-close { background-position: -32px -192px; } .updraft-container .ui-icon-circle-triangle-e { background-position: -48px -192px; } .updraft-container .ui-icon-circle-triangle-s { background-position: -64px -192px; } .updraft-container .ui-icon-circle-triangle-w { background-position: -80px -192px; } .updraft-container .ui-icon-circle-triangle-n { background-position: -96px -192px; } .updraft-container .ui-icon-circle-arrow-e { background-position: -112px -192px; } .updraft-container .ui-icon-circle-arrow-s { background-position: -128px -192px; } .updraft-container .ui-icon-circle-arrow-w { background-position: -144px -192px; } .updraft-container .ui-icon-circle-arrow-n { background-position: -160px -192px; } .updraft-container .ui-icon-circle-zoomin { background-position: -176px -192px; } .updraft-container .ui-icon-circle-zoomout { background-position: -192px -192px; } .updraft-container .ui-icon-circle-check { background-position: -208px -192px; } .updraft-container .ui-icon-circlesmall-plus { background-position: 0 -208px; } .updraft-container .ui-icon-circlesmall-minus { background-position: -16px -208px; } .updraft-container .ui-icon-circlesmall-close { background-position: -32px -208px; } .updraft-container .ui-icon-squaresmall-plus { background-position: -48px -208px; } .updraft-container .ui-icon-squaresmall-minus { background-position: -64px -208px; } .updraft-container .ui-icon-squaresmall-close { background-position: -80px -208px; } .updraft-container .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } .updraft-container .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } .updraft-container .ui-icon-grip-solid-vertical { background-position: -32px -224px; } .updraft-container .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } .updraft-container .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } .updraft-container .ui-icon-grip-diagonal-se { background-position: -80px -224px; } .updraft-container .ui-corner-all, .updraft-container .ui-corner-top, .updraft-container .ui-corner-left, .updraft-container .ui-corner-tl { border-top-left-radius: 4px; } .updraft-container .ui-corner-all, .updraft-container .ui-corner-top, .updraft-container .ui-corner-right, .updraft-container .ui-corner-tr { border-top-right-radius: 4px; } .updraft-container .ui-corner-all, .updraft-container .ui-corner-bottom, .updraft-container .ui-corner-left, .updraft-container .ui-corner-bl { border-bottom-left-radius: 4px; } .updraft-container .ui-corner-all, .updraft-container .ui-corner-bottom, .updraft-container .ui-corner-right, .updraft-container .ui-corner-br { border-bottom-right-radius: 4px; } .ui-widget-overlay { background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat; opacity: 0.5; filter: alpha(opacity=50); /* support: IE8 */; } .updraft-container .ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000; opacity: 0.2; filter: alpha(opacity=20); /* support: IE8 */ border-radius: 5px; } eStore HUBEK https://estore.hubek.com.tr/en/ Tue, 08 Apr 2025 12:55:34 +0000 en-US hourly 1 https://estore.hubek.com.tr/wp-content/uploads/2024/12/favicon-100x100.png eStore HUBEK https://estore.hubek.com.tr/en/ 32 32 KVKK https://estore.hubek.com.tr/en/kvkk/ Sun, 29 Dec 2024 16:28:12 +0000 https://estore.hubek.com.tr/kvkk/ PERSONAL DATA PROTECTION LAW (KVKK) INFORMATION TEXT

Last Updated: [Day/Month/Year]

  1. INTRODUCTION

This Information Text has been prepared in accordance with the Personal Data Protection Law No. 6698 (“KVKK”) to inform about the purposes, methods, legal reasons and rights of data owners of personal data obtained through estore.hubek.com.tr (hereinafter referred to as the “Site” or “Company”) operated by Fly Jet Aviation Education and Space Technologies LTD. ŞTİ. (HUBEK Aviation).

  1. DATA CONTROLLER

Data Controller as per KVKK:
Title: Fly Jet Aviation Education and Space Technologies LTD. ŞTİ.
Brand/School Name: HUBEK Aviation
Address: Yakuplu mh. Hürriyet blv. Skyport Residence No:1/64 Beylikdüzü/İstanbul
Phone: +90 212 711 66 66
E-mail: estore@hubek.com.tr

  1. YOUR PERSONAL DATA PROCESSED

3.1. Site Membership and Order Data

  • Name, Surname, Email address, Phone number
  • Delivery address, Billing address
  • Membership information such as username and password

3.2. Payment Information

  • Card/bank information is directly received by the secure payment infrastructure (3rd party payment provider) and is not stored on the Company servers.
  • Financial data such as payment confirmation or billing information.

3.3. Technical Data

  • Site usage information such as IP address, browser information, cookie records, log records, access date and time.

3.4. Communication / Support Data

  • Communication forms on the Site, support requests, call center records, etc. Message, comment or complaint content obtained through.

3.5. Education/Event Registration Data

  • Identity information required for services such as high school summer/winter school, “1-day pilot” event, ATPL modular training, etc., guardian/parent information (for minors), professional information and the like.

The scope of personal data collected may vary depending on the information you provide as a BUYER or member, the services you use and your activities on the Site.

  1. PURPOSES OF PROCESSING PERSONAL DATA

Your personal data may be processed for the following purposes within the framework of Articles 5 and 6 of the KVKK:

  1. Sales and Service Processes:
    • Receiving product/service orders, receiving payments, conducting invoicing and delivery processes
    • Making and planning training/event reservations
  2. Customer Relations and Communication:
    • Responding to customer/student requests, providing support services
    • Making campaign, announcement, event notifications (with your approval)
  3. In Fulfillment of Legal Obligations To be brought:
    • Performing data sharing or storage obligations within the framework of relevant legislation, supervisory authority requests or judicial authorities
  4. Operational Improvement and Security:
    • Improving the site experience and product/service quality
    • Implementing security and fraud prevention measures
  5. Marketing and Advertising (Optional):
    • Planning promotion, campaign and advertising activities regarding our products and services if you give your explicit consent
  1. TRANSFER OF PERSONAL DATA
  1. Service Providers and Business Partners:
    • Data required for the performance of the service may be shared with third parties such as payment infrastructure providers, cargo/logistics companies, customer relations or marketing automation providers.
  2. Legal Obligations and Official Institutions:
    • Personal data may be shared upon the request of courts or regulatory institutions within the framework of relevant legislation or legal processes.
  3. Institutional Changes:
    • In cases of restructuring such as company mergers, divisions, transfers, personal data may be transferred to the new organization or related parties.
  1. METHOD AND LEGAL REASON FOR COLLECTING PERSONAL DATA

Your personal data, Transactions you make through estore.hubek.com.tr are processed electronically through membership or order forms, communication/support channels, cookies and similar digital technology tools. collected in the environment. In some cases, data can also be obtained from physical environments such as face-to-face or telephone.

  • Legal Reasons:
    • Performance of the contract (e.g., provision of the purchased service)
    • Prescribed by law (tax legislation, commercial law, consumer law, civil aviation legislation, etc.)
    • Legitimate interest (Ensuring site security, preventing fraud, etc.)
    • Explicit consent (Marketing activities, special personal data, etc.)
  1. DATA STORAGE PERIOD

Your personal data is stored for the period required by the processing purposes and in accordance with the statute of limitations/storage periods stipulated by the relevant legislation. When these periods expire, personal data will be deleted, destroyed or made anonymous.

  1. RIGHTS OF THE DATA OWNER

According to Article 11 of the KVKK, data owners can apply to our Company and exercise the following rights:

  1. Learn whether your personal data is processed
  2. If processed, request information about it
  3. Learn the purpose of processing and whether it is used in accordance with its purpose
  4. Learn the third parties to whom the data is transferred in Turkey or abroad
  5. Request correction of incomplete or incorrect processing
  6. Request deletion or destruction within the framework of the conditions stipulated in the KVKK
  7. Request notification of correction or deletion to third parties to whom the data is transferred
  8. Object to the emergence of a result against the person by analyzing the processed data exclusively through automated systems
  9. Damage due to unlawful processing to request compensation for damages in case of damages
  1. APPLICATION METHODS

As a data owner, you can apply to exercise your rights above or request information on any subject by verifying your identity through the following communication channels:

Data Controller: Fly Jet Aviation Education and Space Technologies LTD. ŞTİ. (HUBEK Aviation)
Address: Yakuplu mh. Hürriyet blv. Skyport Residence No:1/64 Beylikdüzü/İstanbul
E-mail: estore@hubek.com.tr
Phone: +90 212 711 66 66

Your applications will be reviewed within the periods specified in the KVKK and relevant legislation and will be answered in writing or electronically as soon as possible.

  1. UPDATES AND CHANGES

This Disclosure Text may be updated depending on legal requirements and Company policy changes. If an update is made, the new text will be published on the Site and the last update date will be indicated at the top.

]]>
Cookie Policy https://estore.hubek.com.tr/en/cookie-policy/ Sun, 29 Dec 2024 16:27:20 +0000 https://estore.hubek.com.tr/cerez-cookie-politikasi/ COOKIE POLICY

Last Updated: 27.12.2024

  1. LOGIN

This Cookie Policy (“Policy”); explains how the cookie data obtained from users (hereinafter referred to as “Visitor” or “User”) through estore.hubek.com.tr (hereinafter referred to as the “Site”) operated by Fly Jet Aviation Education and Space Technologies LTD. ŞTİ. (HUBEK Aviation) is collected, used and protected. This Policy has been prepared within the framework of the Law on the Protection of Personal Data No. 6698 (KVKK) and other relevant legislation.

  1. WHAT ARE COOKIES?

Cookies are small text files sent to your browser (e.g. Chrome, Safari, Firefox) by a website and stored on your device (computer, smartphone or tablet). Cookies allow a website to remember visitor preferences and personalize the experience.

  1. WHAT TYPES OF COOKIES DO WE USE?
  1. Session Cookies
    • These cookies are valid for the duration of your visit to the Site and are automatically deleted when you close your browser. Session cookies enable basic functions, such as remembering your login details or shopping cart operations.
  2. Persistent Cookies
    • They are cookies that are stored in your browser or device for a certain period of time or until you manually delete them. They store your user preferences (language, region selection, etc.), remember these preferences when you revisit the Site, and personalize your experience.
  3. Analysis/Performance Cookies
    • They collect data about how you use the Site (such as which pages you view, the duration of your visit, your click behavior). This data is usually anonymized and used for statistical purposes; Helps to improve the performance, content and design of the Site.
  4. Advertising/Targeting Cookies
    • These are cookies placed by the Site or third-party advertising networks to provide advertisements that are relevant to your interests. User’s visit history and interest information can be analyzed to display more relevant content and advertisements to you.
  5. Third Party Cookies
    • Our Site may also use cookies from social media plugins (e.g. Facebook, Instagram, LinkedIn, etc.) or external service providers (e.g. Google Analytics, payment infrastructure providers). The data collected through these cookies is subject to the relevant third party’s own privacy and cookie policies.
  1. PURPOSES OF USING COOKIES
  • To Provide Basic Functionality of the Site: To be able to perform basic functions such as logging in, shopping cart transactions, and filling out forms.
  • Performance and Analysis: To compile statistical data such as visit numbers, visit duration, and click behavior to improve user experience.
  • Personalization: To remember user preferences (language, location, themes, etc.) and improve your experience on your next visit.
  • Advertising and Marketing: To present advertisements that are suitable for your interests, inform about campaigns, or customize the content displayed on the Site to the user.
  • Security and Fraud Prevention: To increase site security, prevent fraudulent transactions and unauthorized access.
  1. MANAGEMENT OF COOKIES AND USER PREFERENCES
  1. Browser Settings:
    • You can prevent cookies from being saved or choose to receive a warning before cookies are stored using your browser’s settings.
    • You can remove previously placed cookies from the history data clearing section of your browser.
    • These settings may vary depending on the browser you use (e.g. Chrome, Safari, Firefox, Edge, etc.). For more information, please visit your browser’s help or settings menu.
  2. Disabling Third Party Cookies:
    • If you wish to disable certain types of cookies, such as advertising cookies or analytics cookies, you may use the “cookie preference” pages or opt-out mechanisms provided by the relevant third party service provider.
  3. Consequences of Limiting Cookie Use:
    • Disabling certain cookies may prevent you from using certain features of the Site. For example, if you disable session cookies, your membership login You may not be able to use the website or shopping cart properly.
  1. PERSONAL DATA PROTECTION

Data collected through cookies is processed and stored in accordance with KVKK No. 6698 and relevant legislation. You can review our KVKK Information Text for detailed information on the protection of personal data.

  1. UPDATING THE POLICY

This Policy may be updated depending on changes in cookie technologies or legislation. The current version is published on the Site under the title “Cookie Policy” and the “Last Updated Date” is indicated at the top.

If you have any questions or requests, please contact us:

Fly Jet Aviation Education and Space Technologies LTD. ŞTİ. (HUBEK Aviation)
Address: Yakuplu mh. Hürriyet blv. Skyport Residence No:1/64 Beylikdüzü/İstanbul
Phone: +90 212 711 66 66
E-mail: estore@hubek.com.tr

 

]]>
Cancellation and Refund Conditions https://estore.hubek.com.tr/en/cancellation-and-refund-conditions/ Sun, 29 Dec 2024 16:26:20 +0000 https://estore.hubek.com.tr/iptal-ve-iade-kosullari/ CANCELLATION AND RETURN CONDITIONS

  1. General Information
    This text explains the cancellation and return processes of products and/or services purchased through estore.hubek.com.tr, which is operated by Fly Jet Aviation Education and Space Technologies LTD. ŞTİ. (HUBEK Aviation). Unless otherwise stated, the provisions of the Consumer Protection Law No. 6502 and the relevant regulations apply.
  2. Cancellation Conditions
  1. Order Cancellation (Physical Products):
    • If the BUYER wishes to cancel their order after the payment stage, before the product is shipped, they can contact estore@hubek.com.tr or +90 212 711 66 66 to submit their order cancellation request.
    • When the order cancellation is approved, the refund will be made through the channel from which the payment was received, and this process may take 3-14 business days according to the procedures of the banks.
  2. Event/Training Cancellation:
    • The BUYER may cancel their order 14 days after the event or training date they will attend. cancellation request can be made up to 12 days in advance.
    • After the requested cancellation is evaluated by the SELLER, the result is notified to the BUYER in writing or via e-mail. If the cancellation is accepted, the payment refund will be made within the periods and methods specified in the contract.
    • In cancellation applications made within a shorter period than the specified period, there may be no partial refund or cancellation right. (Institutional costs are taken into account in organized services such as flight, accommodation, lesson program, etc.)
  3. Service Has Started to be Performed:
    • If the service (online education, lesson, seminar, etc.) has started with the BUYER’s approval before the cancellation period expires, the legal withdrawal right exceptions may come into play. In this case, the cancellation/return conditions are evaluated according to the conditions in the distance sales contract or service contract previously concluded between the BUYER and the SELLER.
  1. Return Conditions (Physical Products)
  1. Right of Withdrawal:
    • The BUYER may exercise the right of withdrawal for the physical product purchased within 14 (fourteen) days without giving any reason and without paying any penalty.
    • In order to exercise the right of withdrawal, it is sufficient for the BUYER to notify the SELLER in writing or via permanent data storage (e-mail, fax, etc.).
  2. Status of the Product to be Returned:
    • The product to be returned must be complete with its original box, packaging and all accessories. is expected.
    • If the product is assembled, used, damaged or has a condition that prevents it from being resold, the BUYER’s right to return may be restricted or the return request may be rejected.
  3. Return Shipping and Fees:
    • If the BUYER returns the product through the SELLER’s contracted cargo company, the cargo fee may be covered by the SELLER (in accordance with your institution’s policy). If another cargo company is used, the cargo fee may be the BUYER’s responsibility.
    • After the returned product is examined by the SELLER, the refund will be made to the BUYER within 14 days at the latest. The reflection of the return fee to the BUYER’s account may vary depending on the process differences arising from the bank.
  4. Defective / Damaged Products:
    • When the BUYER detects that the product received is defective or damaged, he/she must immediately notify the SELLER.
    • The requested replacement, repair or return transactions regarding the defective or damaged product are carried out within the framework of the optional rights in the Consumer Protection Law.
  1. Return Conditions (Services, Events and Training Programs)
  1. Right of Withdrawal and Exceptions:
    • If the BUYER purchases services such as training or events, he/she can generally benefit from the 14 (fourteen) day right of withdrawal. However, this right may not apply if the event date is very short, the performance of the service has started or other exceptions listed in the law are in question.
    • For example, if the date determined for the “Become a pilot for 1 day” event has been chosen by the BUYER and preparations for the event have been made, cancellation or refund requests may need to be made a certain period of time in advance in accordance with the program calendar.
  2. Education Package Contents:
    • If all or part of the relevant lessons/documents have been made available for access at the moment the education packages (online lessons, theoretical training, flight simulation, etc.) have been defined in the BUYER’s account and made available for use, the right to refund may be restricted.
    • In these cases, the BUYER must be clearly informed prior to purchase and in the contract about how the right of withdrawal will be affected by the start of performance.
  3. Return Process and Documents:
    • BUYER shall notify the cancellation/return request to estore@hubek.com.tr or +90 212 711 66 66.
    • SELLER shall evaluate the request and respond to BUYER in writing or via e-mail. If the return is approved, the fee will be refunded to the BUYER within 14 days at the latest.
  1. Fee Refund
  1. Refund According to Payment Method:
    • Payments made by credit card will be made to the credit card or bank card again after the return is approved.
    • Payments made by EFT/Bank Transfer will be refunded to the bank account provided by the BUYER.
  2. Refund Period:
    • The refund period starts from the SELLER’s approval of the cancellation or refund request and is completed within 14 days at the latest.
    • Due to the processes and procedures of banks, it takes 3-14 business days for the refund amount to be reflected in the BUYER’s account. may vary between.
  1. Contact Information

Fly Jet Aviation Education and Space Technologies LTD. ŞTİ. (HUBEK Aviation)
Address: Yakuplu mh. Hürriyet blv. Skyport Residence No:1/64 Beylikdüzü/İstanbul
Phone: +90 212 711 66 66
E-mail: estore@hubek.com.tr

  1. Authorized Authority and Dispute Resolution
  • In transactions made as a consumer, consumers may apply to provincial/district consumer arbitration committees or consumer courts.
  • These conditions are subject to the laws of the Republic of Turkey and Istanbul Courts and Enforcement Offices are authorized to resolve disputes.

 

]]>
Privacy and Security Policy https://estore.hubek.com.tr/en/privacy-and-security-policy/ Sun, 29 Dec 2024 16:25:37 +0000 https://estore.hubek.com.tr/gizlilik-ve-guvenlik-politikasi/ PRIVACY AND SECURITY POLICY

Last Updated: 27.12.2024

  1. Login

This Privacy and Security Policy (“Policy”) explains how personal data collected on the estore.hubek.com.tr e-commerce platform (in short, the “Site”) operated by HUBEK Aviation under Fly Jet Aviation Education and Space Technologies LTD. ŞTİ. is used, shared and protected. This Policy applies to all services and products offered through the Site, including high school summer school, high school winter school, “Become a pilot for 1 day” event, school uniforms and books, and souvenirs.

  1. Information We Collect
  1. Personal Information:
    • Information such as name, surname, e-mail address, telephone number, billing address and delivery address requested during order transactions, reservations or registration.
    • Information such as username and password that you share when you create a member account.
  2. Payment Information:
    • Card/bank information required for payment transactions are obtained and stored through third party service providers that provide secure payment infrastructure during the transaction in question. The Site does not store sensitive information such as credit cards or similar on its servers.
  3. Technical Information (Log Records):
    • Information such as IP address, browser type, operating system, and visit time may be collected automatically.
    • Your behavior on the Site (navigation, clicks, etc.) may be analyzed.
  4. Cookies:
    • Cookies may be used on the Site to improve your user experience and increase the performance of the Site. You can disable cookies from your browser settings; however, in this case, you may not be able to fully benefit from some features of the Site.
  1. Use of Personal Data
  • Order and Reservation Transactions: Your personal data is used for transactions such as completing your order, invoicing, delivery of products or services, and post-purchase support.
  • Customer Support: We evaluate your requests in order to answer your questions, deal with your suggestions, and provide technical support.
  • Marketing and Communication: In line with your explicit consent, we may send you announcements and campaigns regarding products or services that may be of interest to you via e-mail, SMS, or telephone. If you do not want to receive such messages, you can use the “Unsubscribe” link under the e-mail/message.
  • Service Development and Analysis: Anonymous statistical analyses may be performed to monitor site performance, improve user experience and offer new services.
  1. Sharing and Transfer of Data
  1. Service Providers and Business Partners:
    • Only the data required for the execution of the relevant process is shared with third parties such as cargo companies, payment infrastructure providers, accounting, CRM and marketing automation solutions.
  2. Legal Obligations:
    • In cases where current legislation requires or legal authorities request, we may be obliged to share data with relevant institutions and organizations.
  3. Business Transfers:
    • In the event of a merger, acquisition or asset sale, user data may be transferred to the new legal entity or related party.
  1. Data Retention Period
  • Your personal data is stored for the period necessary to fulfill the purposes set out in this Policy, in accordance with legal retention and limitation periods. When the period expires or is no longer needed, the data is securely deleted or anonymized.
  1. Security Measures
  1. SSL/TLS Encryption:
    • The site uses an SSL/TLS certificate to secure data transmission.
  2. Authorization and Access Controls:
    • Only authorized personnel can access the systems where your personal data is stored, and these personnel have a confidentiality agreement.
  3. Payment Security:
    • Your card information is processed and stored by secure payment infrastructure providers that comply with international security standards (PCI-DSS).
  4. Periodic Maintenance and Updates:
    • Regular daily updates to minimize server and software security vulnerabilities
  5. Data Backup and Recovery:
    • Regular backup procedures are implemented to prevent data loss. We minimize possible data loss with emergency plans.
  1. Cookie Policy
  • Cookies are used to improve user experience, increase Site performance and personalize ads.
  • You can prevent the use of cookies by changing your browser settings or prefer to receive a warning before cookies are stored.
  1. Third Party Links
  • The Site may contain links to third party sites. We state that we are not responsible for the privacy practices and content of these sites. We recommend that you review the privacy policies of third-party sites.
  1. Children’s Privacy
  • Applications for educational activities such as high school summer school, winter school or “Become a pilot for 1 day” events can be made through the site. In order for minors under the age of 18 to place orders/payments through the Site, the consent of a parent or legal representative is required.
  • Personal data belonging to users under the age of 18 is processed only within the legal framework and for the purpose of conducting educational processes.
  1. User Rights
  • Right to Access: You have the right to request information regarding your personal data stored by us.
  • Right to Rectify: If there are errors or omissions in your personal data, you can request their correction.
  • Right to Erasure (Right to be Forgotten): You may request the deletion or anonymization of your data within the framework of legal requirements and legitimate interests.
  • Right to Object: You may object to certain processing activities and request the restriction or cessation of these transactions.

Exercising these rights or you can reach us through the communication channels below to submit your questions.

  1. Changes and Updates
  • This Policy may be updated from time to time in line with legal requirements, changes in our business processes or new services. We always publish the current version on the Site and update the “Last Updated” statement at the top of the page.
  • If we make significant changes, we may notify you through the Site or by sending a notification to your registered e-mail addresses.
  1. Contact Information

Fly Jet Aviation Education and Space Technologies LTD. ŞTİ.
Address: Yakuplu mh. Hürriyet blv. Skyport Residence No:1/64 Beylikdüzü/İstanbul
Phone: +90 212 711 66 66
E-mail: estore@hubek.com.tr

For questions or requests regarding our Privacy and Security Policy, please contact us using the contact information above.

]]>
Distance Selling Agreement https://estore.hubek.com.tr/en/distance-selling-agreement/ Sun, 29 Dec 2024 16:24:41 +0000 https://estore.hubek.com.tr/mesafeli-satis-sozlesmesi/ DISTANCE SALES CONTRACT

  1. PARTIES
  1. SELLER
    • Title: Fly Jet Aviation Education and Space Technologies LTD. STI.
    • Brand/School Name: HUBEK Aviation
    • Address: Yakuplu mh. Hürriyet blv. Skyport Residence No:1/64 Beylikduzu/Istanbul
    • Phone: (0212) 711 66 66
    • E-mail: estore@hubek.com.tr
      (Hereinafter referred to as “SELLER”)
  2. BUYER
    • Name Surname / Title:
    • Address:
    • Phone:
    • E-mail:
      (Hereinafter referred to as “BUYER”) (hereinafter referred to as.)

SELLER and BUYER shall be referred to individually as “Party” and collectively as “Parties”.

  1. SUBJECT OF THE AGREEMENT

The subject of this Agreement is the determination of the rights and obligations of the parties regarding the sale and performance of the products or services, the qualities and sales prices of which are specified below, that the BUYER orders electronically via the estore.hubek.com.tr (“Site”) website. This Agreement has been prepared in accordance with the provisions of the Consumer Protection Law No. 6502 and the “Regulation on Distance Contracts”.

Types of Products/Services

  • High school summer school, high school winter school
  • “Be a pilot for 1 day” event
  • School uniforms and books
  • Gifts
  • All other training and flight service packages

BUYER accepts that he/she has read, understood and electronically approved all information regarding the basic characteristics, sales price, payment method, performance/delivery conditions of the contracted products/services.

 

  1. PRODUCT/SERVICE INFORMATION SUBJECT TO THE CONTRACT
  1. Product/Service Name:
  2. Unit Price (VAT included):
  3. Piece/Quantity:
  4. Total Sales Price (VAT included):
  5. Payment Method: Credit Card / Bank Card / EFT / etc.
  6. Delivery / Performance Method:
    • For Physical Products: Delivery by cargo
    • For Service / Event / Training: Performance on the specified date and location / Online access etc.

During the ordering phase, the BUYER checks and approves the product/service and payment method he/she has chosen. The BUYER confirms that all information specified on the order creation and payment page is correct.

 

  1. GENERAL PROVISIONS
  1. Preliminary Information and Approval of the Agreement
    • BUYER accepts that he/she has placed an order after reading all the preliminary information regarding the basic characteristics, sales price, payment method and delivery/performance information of the contracted products/services on the Site and electronically approving this Distance Sales Agreement.
  2. Order Process and Payment
    • BUYER makes the payment by selecting one of the payment methods specified on the Site.
    • The protection and secure processing of credit card/bank card information is provided by third party payment service providers that comply with international security standards.
  3. Delivery and Performance Conditions
    • Physical Products: It will be delivered to the address specified during the order, via the cargo company, within 30 (thirty) days at the latest (except for force majeure reasons).
    • Education or Event Services: SELLER informs BUYER about the relevant training/event date, place and scope. BUYER will be able to receive the service/event on the specified date or on the calendar announced by SELLER.
  4. Right of Withdrawal
    • General Rule: BUYER has the right to withdraw from the contract within 14 (fourteen) days without giving any reason and without paying any penalty.
    • Exceptions:
      • If the performance of the service starts with the BUYER’s approval before the expiration of the right of withdrawal (for example, instantly accessible online training), the right of withdrawal may expire.
      • Flight ticket, accommodation, entertainment/educational event reservations, etc. In exceptional cases listed in the law, the right of withdrawal may not be valid.
    • In order to exercise the right of withdrawal, it is sufficient for the BUYER to send the notice of withdrawal to the SELLER in writing or via a permanent data storage device.
    • The product/service fee will be refunded to the BUYER within 14 (fourteen) days after the notice of withdrawal reaches the SELLER. If the product is to be returned, the BUYER must ship the product with all accessories, invoice or delivery note to the address specified by the SELLER.
  5. Other Returns and Exchangesim Conditions
    • In physical products, when damaged or defective goods are delivered, the BUYER must immediately notify the SELLER. The BUYER may use the optional rights specified in the law depending on the nature of the defect (exchange, repair, refund, etc.).
    • Cancellation/change conditions for education or event services may be arranged separately in the special conditions of the relevant program/campaign. This information is provided to the BUYER during or before the ordering phase.
  6. Legal Notices and Liability
    • The BUYER is responsible for the accuracy of all personal and contact information entered during the ordering process. SELLER cannot be held responsible for additional costs or delivery problems that may occur due to incorrect or incomplete information.
    • SELLER reserves the right to change prices and content due to typographical errors or updates on the Site.
  7. Force Majeure
    • In cases where the parties develop outside their control and prevent the performance of the contract, such as natural disasters, epidemics, war, terrorism, strikes, and states of emergency, the parties’ obligations are suspended. When the force majeure is eliminated, the contract continues to be performed; if performance becomes impossible, the contract may be terminated.
  8. Competent Court and Dispute Resolution
    • Consumers may apply to Provincial or District Consumer Arbitration Committees and Consumer Courts regarding their complaints and objections.
    • For matters not regulated in this Agreement, the provisions of the relevant legal legislation (Law No. 6502 on the Protection of Consumers and Regulation on Distance Contracts) shall apply.

 

  1. ENFORCEMENT

The BUYER declares that he/she has read, understood and accepted all the terms of this Agreement by marking “I have read and approved” before any purchase or reservation made on the Site. This Agreement shall enter into force on the date it is approved electronically by the BUYER.

SELLER
Fly Jet Aviation Education and Space Technologies LTD. STI.
(HUBEK Aviation)

BUYER
(Name Surname / Title)

Date: …/…/20…

 

]]>