:root { --active-color: #FFD059; --secondary-color: #A07C20; --tertiary-color: #fff; --background-color: #FBFAFA; --background-secondary-color: #f3f3f3; --menu-background-color: #050505; --menu-button-height: 104px; --font-menu-size: 17px; --menu-width: 240px; --base-font-color: #414141; --footer-height: 180px; --font-size: 12px; --font-size-big: 14px; --font-h1-size: 48px; --font-h2-size: 28px; --font-h3-size: 18px; --font-family: "Open Sans", sans-serif; --font-product-price-size: 18px; --font-sort-products-size: 15px; --sort-products-border-color: #E7E7E7; --font-search-size: 15px; --search-border-color: #E7E7E7; --order-active-color: #7CB54A; --order-hover-color: #C9CC53; --footer-height: 150px; --footer-border-color: #E7E7E7; --footer-background-color: #F7F7F7; --footer-font-color: #636668; --scrollbar-color: #BCB5A4; --scrollbar-color-hover: #FFD059; --selection-color: #ffffff; --selection-background: #333333; --product-detail-media-view-height: 400px; --product-detail-media-item-height: 66px; --product-detail-media-item-width: 66px; --product-detail-media-previews-wrapper-max-height: 228px; --cookies-message-font-color: #f3f3f3; --cookies-message-background-color: #000a; --cookies-message-border-color: var(--menu-background-color); --cookies-message-button-ok-color: var(--active-color); --cookies-message-button-ok-font-color: #555; --cookies-message-button-ko-color: #fff; --filter-interval-input-width: 70px; --filter-component-price-slider-width: calc(calc(100% - calc(var(--filter-component-price-input-width)*2)) - 40px); --filter-component-line-height: 30px; --filter-component-color: var(--secondary-color); --filter-component-active-color: var(--active-color); --filter-slider-thumb-width: 28px; --filter-slider-thumb-height: 28px; --filter-slider-height: 14px; --filter-slider-border-radius: 10px; --filter-slider-color: #CCCCCC; --filter-slider-active-color: var(--filter-component-active-color); --filter-checkbox-active-color: var(--filter-component-active-color); } .is_mobile { --filter-interval-input-width: 50px; } ::selection { color: var(--selection-color); background: var(--selection-background); } .app_status { display: none; } html, body { margin: 0px; text-align: center; background: var(--background-color); font-family: var(--font-family); font-weight: normal; display: flex; flex-direction: column; min-height: 100vh; scroll-behavior: initial; } img { border-width: 0px; } .text_center { text-align: center; } .text_right { text-align: right; } .input:focus, textarea:focus { border-color: #ddd; box-shadow: 0px 0px 10px #ddd; outline: none; } #headerAndMyBody { min-height: 100%; width: 100%; scroll-behavior: initial; } #myBody { scroll-behavior: initial; display: inline-block; background: var(--background-color); color: var(--base-font-color); font-size: var(--font-size); text-size-adjust: none; flex-grow: 1; } .version { position: absolute; top: 3px; right: 3px; color: #aaa; font-size: 8px; font-weight: 800; font-family: monospace; } .pointer { cursor: pointer; } .clearfix { clear: both; } .error { box-shadow: 0px 0px 10px #D84029 !important; border-color: #D84029 !important; } .noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } nav { height: 32px; } ul { margin-top: 0px; margin-bottom: 0px; } h1, h2, h3, h4, h5 { margin: 3px; } h1 { font-size: var(--font-h1-size); font-weight: 300; } h2 { font-size: var(--font-h2-size); font-weight: 300; } h3 { font-size: var(--font-h3-size); font-weight: 300; } section { display: block; width: 100%; } article { text-align: justify; width: 512px; margin: 10px; padding: 10px; display: inline-block; vertical-align: top; background: #ffffff; box-shadow: 0px 1px 1px #ccc; } a { color: var(--base-font-color); } .hidden { display: none !important; visibility: hidden; } .invisible, .unvisible { visibility: hidden !important; } .message_ok, .message_ko { width: calc(100% - 20px); margin-top: 15px; background: #6DAF36; padding: 10px; color: #fff; position: fixed; top: 0; z-index: 1000; float: left; opacity: 0.9; } .message_ko { background: #D84029; } .message_ok span, .message_ko span { width: calc(100% - 70px); display: inline-block; } .message_ok i, .message_ko i { width: 50px; } ::-webkit-scrollbar { width: 8px; height: 10px; background: none; } ::-webkit-scrollbar-track {} ::-webkit-scrollbar-thumb { background: var(--scrollbar-color); } ::-webkit-scrollbar-thumb:hover { background: var(--scrollbar-color-hover); } .note { display: none; } .updateManySelected { box-shadow: inset 1px 1px 10px 3px orange; } input, .input_val { margin: 0px; padding: 0px; } .input, .input_val, .button, .button_a, .button_a_50, .input_sized, .input_select { display: inline-block; font-family: inherit; border-style: solid; border-width: 1px; font-size: 95%; } .input, .input_val, textarea, .input_sized, .input_select { min-height: 24px; padding-left: 1%; padding-right: 1%; border-color: #ddd; } textarea { resize: none; height: 128px; font-family: Open Sans, sans-serif; font-size: 14px; } .input:focus, textarea:focus { border-color: #ddd; box-shadow: 0px 0px 10px #ddd; outline: none; } .input_select { padding: 0px; } article table, article .input { width: 98%; } article .input_select { width: 100%; } .button { cursor: pointer; position: relative; width: auto; text-align: center; color: #fff; text-decoration: none; font-family: var(--font-family); display: inline-block; margin: 3px; padding: 3px 8px 3px 8px; border-radius: 3px; border-color: #fff; background: #444; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } .button:hover { background: #eee; color: #222; border-color: #eee; } .button:active {}  blockquote { font-style: italic; } blockquote::before { content: "„"; } blockquote::after { content: "“"; } .cookies_message { z-index: 12; position: fixed; display: flex; align-items: center; left: 0; right: 0; bottom: 0; color: var(--cookies-message-font-color); background-color: var(--cookies-message-background-color); border-top: 1px solid var(--cookies-message-border-color); font-size: var(--font-size); padding: 1% 10%; } .is_mobile .cookies_message { padding: 15px; flex-direction: column; } .cookies_text { margin-left: auto; margin-right: auto; text-align: left; border-right: 1px solid #333; } .is_mobile .cookies_text { border: unset; text-align: justify; margin-bottom: 15px; } .cookies_text > i { font-size: 42px; color: var(--cookies-message-button-ok-color); vertical-align: middle; padding-right: 40px; float:left; } .is_mobile .cookies_text > i { padding-right: 10px; } .cookies_buttons { min-width: 300px; display: flex; justify-content: space-evenly; } .cookies_buttons .button { border: 3px solid var(--cookies-message-button-ok-color); color: var(--cookies-message-button-ok-color); border-radius: 0px; font-size: 14px; } .cookies_ok { padding-right: 20px; } .cookies_ok:hover { background: var(--cookies-message-button-ok-color); color: var(--cookies-message-button-ok-font-color); } .cookies_settings { margin-top: 10px; line-height: 24px; vertical-align: middle; } .cookies_settings:hover { color: var(--active-color); } .cookies_ok i { font-size: 22px; width: 32px; height: 32px; line-height: 32px; vertical-align: middle; color: var(--cookies-message-button-ko-color); margin: 0px 10px; } .is_mobile .cookies_ok i { margin-right: 0px; } .cookie_group { width: 100%; padding: 5px 0px; margin-bottom: 30px; } .cookie_group_title { display: flex; justify-content: space-between; font-size: var(--font-h3-size); } .cookie_group_description { text-align: left; } .footer { min-height: var(--footer-height); width: 100%; padding: 3%; background-color: var(--footer-background-color) !important; border-top: solid 1px var(--footer-border-color); } .footer .article { color: var(--footer-font-color); margin-top: 50px; margin-bottom: 50px; height: auto; } .footer .article a { color: var(--footer-font-color); text-decoration: none; } .footer .article a:hover { color: var(--active-color); } #app_header_info, #app_header_search { display: flex; position: absolute; left: 50%; width: auto; transform: translate(-50%, 0%); line-height: normal; } #app_header_info { top: 15px; width: auto !important; } #app_header_search { bottom: 12px; } .is_mobile #app_header_info { display: none; } .is_mobile #app_header_search { bottom: 5px; width: 100%; box-sizing: border-box; padding: 0px 10px; } .is_mobile #app_header_search input { width: 100%; } .is_mobile .search_autocomplete_results { width: 100%; left: 0px; } .ebenit_author { padding: 11px 0px; background-color: var(--footer-background-color); border-top: solid 1px #0001; color: var(--footer-font-color); } .ebenit_author .content_wrapper * { opacity: 0.8; } .ebenit_author a { color: var(--footer-font-color); text-decoration: none; } .ebenit_author a:hover { color: var(--active-color); opacity: 1; }#dialog_window { position: fixed; z-index: 10000; top: 0px; left: 0px; width: 100%; height: 100vh; overflow: hidden; background: #fffa; display: flex; justify-content: center; align-items: center; } .is_mobile #dialog_window { align-items: start; } #dialog_wrapper { width: 40%; min-width: 512px; height: auto; max-height: 100%; background-color: #eee; display: flex; justify-content: center; align-items: center; border-radius: 7px; padding: 3px; box-sizing: border-box; } .is_mobile #dialog_wrapper { min-width: unset; width: 100%; height: auto; border-radius: 0px; } #dialog { border: 1px solid #aaaaaa; border-radius: 5px; width: 100%; height: 100%; background-color: var(--background-color); } #dialog_title { font-size: var(--font-h2-size); background: var(--background-secondary-color); padding: 5px; margin: 10px; border-radius: 5px 5px 0px 0px; border-bottom: 1px solid #ccc; color: #444; } #dialog_content i, #dialog_title i { padding-right: 15px; color: var(--active-color); } #dialog_content { display: flex; padding: 20px; flex-wrap: wrap; flex-flow: column; font-size: var(--font-size); color: #444; } .dialog_buttons { width: 100%; display: flex; justify-content: center; margin-top: 20px; margin-bottom: 20px; } .is_mobile .dialog_buttons { min-width: unset; flex-flow: column-reverse; } .dialog_template { display: none !important; } .switch { position: relative; display: inline-block; width: 40px; height: 22px; vertical-align: middle; padding: 2px 0px; } .switch input { opacity: 0; width: 0 !important; height: 0 !important; } .switch .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .3s; transition: .3s; border-radius: 10px; box-shadow: 1px 1px 3px 0px inset #0005; } .switch .slider:before { position: absolute; content: ""; height: 16px; width: 16px; left: 3px; bottom: 5px; background-color: white; -webkit-transition: .3s; transition: .3s; border-radius: 3px; } input:checked+.slider { background-color: #71b280; box-shadow: 1px 1px 3px 0px inset #0005; } input:focus+.slider { box-shadow: 0 0 1px #71b280; box-shadow: 1px 1px 3px 0px inset #0005; } input:checked+.slider:before { -webkit-transform: translateX(18px); -ms-transform: translateX(18px); transform: translateX(18px); }