: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: 5px; padding-right: 5px; 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); }.menu::-webkit-scrollbar { width: 6px; height: 8px; background: #282C31; } .menu { z-index: 11; background: var(--menu-background-color); border-right: 1px solid #E1E1E1; } .menu .logo { text-decoration: none; } .menu .logo img { vertical-align: top; display: inline-block; } .logo::after { content: ""; font-size: 30px; font-family: "Open Sans",sans-serif; font-weight: 300; color: var(--base-font-color); padding-left: 20px; } .is_mobile .logo::after { padding-left: 10px; font-size: 22px; width: 100px; display: inline-block; line-height: normal; vertical-align: middle; text-align: left; } .menu .menu_button, .menu .group_button { text-decoration: none; font-size: var(--font-menu-size); border-width: 0px; width: auto; min-height: var(--menu-button-height); vertical-align: top; line-height: var(--menu-button-height); display: inline-block; } .menu .menu_button.active, .menu .group_button.active, .menu .menu_button:hover { background: var(--active-color); color: var(--base-font-color); } .menu_group { display: flex; flex-direction: column; } .version { display: inline-block; position: absolute; top: 0px; height: auto; line-height: normal; } .menu i { vertical-align: middle; text-align: center; width: 30px; display: inline-block; -webkit-transition: transform 0.5s; transition: transform 0.5s; } .menu .group_button.active i { -ms-transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); } .menu .menu_button img { vertical-align: middle; text-align: center; height: 30px; line-height: 30px; display: inline-block; -webkit-transition: transform 0.5s; transition: transform 0.5s; } .menu .group { overflow: hidden; -webkit-transition: height 0.5s; transition: height 0.5s; } .menu .group .menu_button { border-left: 1px solid #FFD059; } .menu_buttons_mobile { height: 0px; overflow: hidden; -webkit-transition: all 0.5s; transition: all 0.5s; background: none; width: 100%; width: 100vw; position: absolute; right: 0px; top: var(--menu-button-height); } .is_mobile #menu_open, .is_mobile #menu_close { font-size: 45px; width: 45px; } .menu_buttons_mobile.active { height: calc(100vh - var(--menu-button-height)); overflow-y: scroll; scrollbar-width: none; } .menu_buttons_mobile.active::-webkit-scrollbar { width: 0; height: 0; } .menu_buttons_mobile .menu_button, .menu_buttons_mobile .group_button, .menu_buttons_mobile .group { display: block; width: 100%; background: var(--menu-background-color); } .menu_buttons_mobile .menu_button, .menu_buttons_mobile .group_button { border-bottom: 1px solid #ccc; } .menu_buttons_mobile .group .menu_button { border-left: 10px solid #FFD059; } #menu_mobile_button { position: absolute; right: 0px; top: 0px; } .menu_vertical { width: var(--menu-width); overflow-y: scroll; overflow-x: hidden; position: fixed; top: 0px; height: 100vh; left: 0px; } .menu_vertical+#myBody, .menu_vertical+#myBody+.footer { width: -moz-calc(100% - var(--menu-width) - 1px); width: -webkit-calc(100% - var(--menu-width)); width: calc(100% - var(--menu-width)); margin-left: calc(var(--menu-width)); } .menu_vertical .logo { margin-top: 12px; } .menu_vertical .menu_button, .menu_vertical .group_button { width: calc(100% - 20px); padding: 0px 10px 0px 10px; border-bottom: 1px solid #E1E1E1; text-align: right; vertical-align: middle; } .menu_vertical .menu_button:hover { background: #FFD059; color: #555; border-bottom: 1px solid #FFD059; } .menu_vertical i { height: 30px; line-height: 30px; } .menu_vertical .menu_button>span { width: calc(var(--menu-width) - 61px); display: inline-block; text-align: left; line-height: 17px; vertical-align: middle; } :root .menu_horizontal { --menu-width: 100%; } .menu_horizontal { height: 104px; color: var(--base-font-color); line-height: var(--menu-button-height); display: block; width: 100%; position: sticky; top: 0px; left: 0px; text-align: right; border-bottom: 1px solid #E1E1E1; box-sizing: border-box; } .menu_horizontal+#myBody { width: 100%; } .menu_horizontal .logo { float: left; } .menu_horizontal .logo img { height: var(--menu-button-height); object-fit: contain; } .menu_horizontal .menu_button, .menu_horizontal .group_button { width: auto; padding: 0px 22px 0px 20px; } section.page_part { overflow-x: hidden; } img { vertical-align: middle; } .page_part .collage_item { padding: 0; } .article { position: relative; overflow: hidden; } .article_text { text-align: left; line-height: normal; } .article_text p { margin: 0; padding: 0; } .collage, .cms_group_section { background-repeat: no-repeat; background-size: cover; } .slider, .slider_navigation, .image { text-align: center; } .slider { width: unset; } .slider > div { width: 100%; height: 100%; max-height: 100%; } .slider .article { height: 100%; max-height: 100%; } .image img { max-width: 100%; margin: 0 auto; } .video_box { width: 100%; height: 0px; overflow: visible; } .attachment_section .collage_item { position: relative; max-width: 200px; max-height: 250px; line-height: 150px; } .attachment_section .collage_content { width: 100%; max-height: 100%; text-align: center; } .attachment_section .download { position: absolute; top: 0.1em; right: 0.2em; line-height: normal; font-size: 2em; } .attachment_section .icon { font-size: 5em; } .content_wrapper .address_item p a { text-decoration: unset; } .google_map_item.collage_content { width: 100%; height: 100%; vertical-align: top; } .amount { width: 40px; text-align: center; } .MARGIN_AUTO { margin: auto; } .CONTENT_LEFT_TOP, .CONTENT_LEFT_MIDDLE, .CONTENT_LEFT_BOTTOM, .CONTENT_CENTER_TOP, .CONTENT_CENTER_MIDDLE, .CONTENT_CENTER_BOTTOM, .CONTENT_RIGHT_TOP, .CONTENT_RIGHT_MIDDLE,.CONTENT_RIGHT_BOTTOM { position: absolute; } .CONTENT_LEFT_TOP { top: 20%; left: 20%; } .CONTENT_LEFT_MIDDLE { top: 50%; left: 20%; transform: translateY(-50%); } .CONTENT_LEFT_BOTTOM { top: 80%; left: 20%; transform: translateY(-100%); } .CONTENT_CENTER_TOP { top: 20%; left: 50%; transform: translateX(-50%); } .CONTENT_CENTER_MIDDLE { top: 50%; left: 50%; transform: translate(-50%, -50%); } .CONTENT_CENTER_BOTTOM { top: 80%; left: 50%; transform: translate(-50%, -100%); } .CONTENT_RIGHT_TOP { top: 20%; left: 80%; transform: translateY(-100%); } .CONTENT_RIGHT_MIDDLE { top: 50%; left: 80%; transform: translate(-100%, -50%); } .CONTENT_RIGHT_BOTTOM { top: 80%; left: 80%; transform: translate(-100%, -100%); } .FONT_WEIGHT_100 { font-weight: 100; } .FONT_WEIGHT_200 { font-weight: 200; } .FONT_WEIGHT_300 { font-weight: 300; } .FONT_WEIGHT_400 { font-weight: 400; } .FONT_WEIGHT_500 { font-weight: 500; } .FONT_WEIGHT_600 { font-weight: 600; } .FONT_WEIGHT_700 { font-weight: 700; } .FONT_WEIGHT_800 { font-weight: 800; } .FONT_WEIGHT_900 { font-weight: 900; } .BACKGROUND_COVER { background-size: cover; } .BACKGROUND_CONTAIN { background-size: contain; } .BACKGROUND_REPEAT { background-repeat: repeat; } .BACKGROUND_REPEAT-X { background-repeat: repeat-x; } .BACKGROUND_REPEAT-Y { background-repeat: repeat-y; } .BACKGROUND_NO-REPEAT { background-repeat: no-repeat; } .BACKGROUND_SPACE { background-repeat: space; } .BACKGROUND_ROUND { background-repeat: round; } .X_VISIBLE { overflow-x: visible; } .X_HIDDEN { overflow-x: hidden; } .X_SCROLL { overflow-x: scroll; } .Y_VISIBLE { overflow-y: visible; } .Y_HIDDEN { overflow-y: hidden; } .Y_SCROLL { overflow-y: scroll; } .search_component { margin-top: 10px; } .search_form { justify-content: center; align-items: center; } .search_form .search_icon { position: relative; left: 12px; width: 0px; color: var(--active-color); font-size: 16px; pointer-events: none; } .search_form .loading_icon { position: absolute; left: 2px; color: var(--active-color); font-size: 22px; pointer-events: none; } .is_mobile .search_form .loading_icon { left: 12px; } .search_form .button { margin: 0px; border-radius: 0px 3px 3px 0px; height: 35px; display: flex; align-items: center; padding: 0px 10px 2px 10px; background: var(--active-color); border-color: var(--search-border-color); color: var(--base-font-color); user-select: none; border-width: 1px; font-size: var(--font-size); } .search_form .button:hover { background: #eee; color: #222; border-color: #eee; } .search_form input { font-size: var(--font-search-size); background: #fff; border: 1px solid var(--search-border-color); padding: 10px 20px 10px 30px; vertical-align: top; outline: none !important; } .search_form input:hover, .search_form input:focus { background: #fefefe; border-radius: 0px; border: 1px solid var(--active-color); } input[type="search"]::-webkit-search-decoration { display: none; } .search_autocomplete_results_wrapper { position: relative; } .search_autocomplete_results { position: absolute; top: calc(100% + 10px); background-color: #fefefe; width: 200%; left: -50%; } .autocomplete_row { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 5px 20px 5px 10px; box-sizing: border-box; margin-bottom: 5px; margin-top: 5px; } .search_autocomplete_product { text-decoration: none; } .search_autocomplete_product:hover { background: var(--active-color); color: #ffffff; } .search_autocomplete_product img { width: 48px; height: 48px; object-fit: contain; } .search_autocomplete_product_name { text-align: left; flex-grow: 1; padding: 0px 20px; } .search_autocomplete_product_price_without_vat { font-size: 12px; } .search_autocomplete_product_prices { display: flex; flex-direction: column; } .form{ font-size: 100%; } .form form { text-align: justify; margin: auto; padding: 10px; display: inline-block; vertical-align: top; background: none; width: 98%; } .form table{ width: 100%; } .form .input, .form textarea, .form select, .form .radio_container{ width: 90%; box-sizing: content-box; padding: 5px; border: none; border-bottom: solid #888 1px; border-radius: 3px; background: #f5f5f5; min-height: 20px; font-family: "Open Sans", sans-serif; font-size: 12px; } .form .button{ line-height: 20px; height: 20px; box-sizing: content-box; background: #333F54; border: none; color: #fff; padding: 10px 14px 9px 14px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; font-weight: 700; -webkit-transition: all 0.2s; } .form .button:hover{ background: #DBAC3F; } .form input[type="submit"].button.approve_btn { background-color: #559948; } .form input[type="submit"].button.approve_btn:hover { background-color: #DBAC3F; } .form input[type="submit"].button.deny_btn.deny_btn { background: #DB7272; } .form input[type="submit"].button.deny_btn:hover { background-color: #B52727; } .form .button-danger, .button-danger { background: #b34 !important; } .form input[type=submit] { float:right; } .form input[type=checkbox] { width: 23px; height: 23px; vertical-align: middle; } .form input[type=radio] { width: 23px; height: 23px; vertical-align: middle; margin-top: -3px; margin-bottom: -3px; } .form select{ height: 20px; line-height: 20px; margin-top: -2px; } .form .radio_container{ display: inline-block; width: auto; padding-top: 17px; height: 19px; } .form .error{ box-shadow: 0px 0px 10px 5px #D84029 !important; border-color: #888 !important; } #myBodyContent .login_section { justify-content: center; align-content: center; height: 100vh; } article { vertical-align: middle; } .login { height: 500px; width: 390px; max-width: 390px; text-align: center; padding: 20px; position: relative; display: inline-block; z-index: 1000; display: flex; align-items: center; justify-content: space-between; } .login_content { height: 250px; width: 100%; } .login_content_bottom { display: flex; align-items: center; justify-content: space-between; width: 100%; } .login_content_bottom .login_content_links { display: flex; flex-direction: column; float: left; } .login_content_bottom p, .login_content_bottom a { text-align: left; float: left; vertical-align: bottom; padding-top: 25px; text-decoration: none; font-weight: 700; border: 0px solid #FFD059; border-width: 0px 0px 2px 0px; padding: 0; } .login_content_bottom p i, .login_content_bottom a i { margin-right: 7px; } .login img { vertical-align: middle; padding: 0px; margin-bottom: 21px; } .form form { width: 100%; padding: 0px; } .form form tr:last-child { text-align: center; } .login h3 { text-align: left; margin-top: 50px; } .form form td { height: 50px; } .form span { font-weight: 700; border: 0px solid #FFD059; border-width: 0px 0px 2px 0px; } .langs { text-align: right; display: flex; justify-content: space-around; width: 25%; } .form .input { width: calc(100% - 28px); padding: 10px 14px 9px 14px; } .form form .button { float: none; width: 60%; } .password_reset_wrapper { width: 0px; overflow: visible; display: inline-block; transition: all 0.6s; } .password_reset_wrapper_active { margin-left: 260px; margin-top: 22px; } .password_reset { display: inline-block; background-color: #fff; border: 3px solid #FFECBF; border-radius: 0px 10px 10px 0px; box-shadow: none; padding: 3px; width: 260px; margin: 0px; margin-left: -300px; } .password_reset_content { display: inline-block; height: 400px; width: calc(100% - 25px); max-width: calc(100% - 25px); background: #FFFAEF; border-radius: 5px; padding: 10px; padding-left: 15px; text-align: center; width: 100%; color: #B79345; } .password_reset_content p { text-align: left; margin-top: 70px; padding-left: 15px; } .password_reset_content .button { background: #B79345; } .password_reset_content .input { border-color: #B79345; color: #A07924; background: #EAE6DC; } .password_reset_content .input::placeholder { color: #B79345; } .conditions { position: absolute; right: 10px; bottom: 10px; color: #ADADAD; }@font-face { font-family: "montserrat_regular-646e029f8cf2d"; src: url("https://www.princl.cz/files/23/30/montserrat_regular-646e029f8cf2d.ttf"); }
:root { --font-h2-size: 35px; --font-h1-size: var(--font-h2-size); --active-color: #94C343; --secondary-color: #000000; --tertiary-color: #4F7539; --background-color: #FFFFFF; --font-family: "montserrat_regular-646e029f8cf2d", sans-serif; --font-size: 14px; --font-size-big: 18px; --menu-button-height: 35px; --menu-background-color: transparent; --font-menu-size: 14px; --footer-border-color: #cccccc; --footer-font-color: #999999; --footer-background-color: #dddddd; --footer-height: 202px; --font-product-price-size: 20px; --order-active-color: var(--active-color); --order-hover-color: var(--tertiary-color); --scrollbar-color: var(--active-color);}.is_mobile { --menu-button-height: 104px; --font-h2-size: 25px; --font-h1-size: var(--font-h2-size);}.menu_horizontal .logo { line-height: calc(var(--menu-button-height) - 40px);}.menu .logo::after { display: none;}.menu .logo img { vertical-align: middle; height: 118px;}.is_mobile .menu .logo img { width: 180px; height: 50px; vertical-align: bottom;}.menu_horizontal { line-height: 104px; background-image: url(https://www.princl.cz/files/23/1/horni_lista-646dfcf6b9366.png); padding-bottom: 10px; background-repeat: repeat-x; border: none;}.menu .menu_button.active,.menu .menu_button:hover{ color: #ffffff; background: var(--tertiary-color);} .menu .menu_button{ color: var(--secondary-color); background: none; font-weight: bold; padding: 0 5px; margin-left: 20px; margin-top: 3px; border-radius: 10px;}.is_mobile .menu .menu_button { padding-left: 0px; padding-right: 15px; background: var(--tertiary-color); border-bottom: 1px solid var(--active-color); color: #ffffff; margin-left: 0; line-height: calc(var(--menu-button-height) - 40px); min-height: calc(var(--menu-button-height) - 40px);}.is_mobile .menu .menu_button:not(.pointer):not(.cart_button) { height: 80px; min-height: 80px; line-height: 80px; border-radius: 0;}.is_mobile .menu_button.active,.is_mobile .menu .menu_button:hover { color: var(--active-color);}#menu_mobile_button { padding-right: 1px; border: none; color: var(--secondary-color); background-color: transparent;}.is_mobile #menu_mobile_button i { font-size: 35px; width: 55px; margin-top: 12px;}.menu_button:not(#menu_external_button_10000) > span { margin-right: 5px;}#menu_link_button_10005 { background: var(--tertiary-color); color: #ffffff; transition: background 0.3s linear;}.is_desktop #menu_link_button_10005 { padding: 5px 29px 2px 15px; position: absolute; right: 42px; bottom: 30px;}.is_mobile #menu_link_button_10005 { height: 40px; min-height: 40px; line-height: 40px; padding-left: 6px; top: 20px; right: 58px;}#menu_link_button_10005:hover i,#menu_link_button_10005.active i{ color: var(--active-color);}.is_desktop #menu_link_button_10005 i { line-height: 25px; border-right: 1px solid #62844F; padding-right: 13px; font-size: 17px; margin-bottom: 4px;}.is_desktop #menu_link_button_10005 span { padding-left: 13px; text-transform: none;}section { text-align: center;} section .content_wrapper { max-width: 1200px; width: calc(100% - 20px); margin: auto;}section:not(.footer) .content_wrapper:not(.collage) { display: inline-block; margin-top: 50px;}.menu_horizontal+#myBody { margin-top: -10px;}#app_header_info { color: var(--secondary-color); display: inline-block;}.is_mobile #app_header_info { display: block; left: 0px; top: 3px; transform: none; font-size: 13px; z-index: 15; width: 100% !important;}.is_mobile #app_header_info .article_text { text-align: center;}#app_header_info p { display: inline-block; padding: 0px 10px; font-weight: 600;}#app_header_info i { color: var(--tertiary-color);}#app_header_info a { text-decoration: none; color: var(--secondary-color);}#app_header_search { display: flex; bottom: 30px;}.search_form button, .search_form input,.search_form button:hover,.search_form button.active,.search_form input:hover,.search_form input:focus{ border-radius: 10px !important;}.footer { margin-top: 50px;}.footer .content_wrapper { width: calc(100% - 60px); max-width: 1200px; margin: auto; display: block;}.footer h3 { color: var(--active-color);}.footer .article { margin-top: 15px; margin-bottom: 15px;}#collage_10000 { border-bottom: 1px solid var(--footer-border-color);}#collage_10000 { justify-content: space-around;}#collage_10000 .collage_item { width: 300px; max-width: 300px; height: 270px;}#collage_10000 .collage_content { margin-top: 60px; vertical-align: top; width: auto !important;}.is_mobile #collage_10000 .collage_content { margin-top: 10px;}#collage_10000 p { margin-top: 10px; margin-left: 20px;}#collage_10000 i { font-size: 25px; margin-right: 5px; color: var(--secondary-color);}#collage_10000 td { padding-top: 10px;}#collage_10000 a:not(:first-child) { margin-left: 30px;}.is_mobile #collage_10000 .collage_item { max-width: 100% !important; width: 100% !important; height: auto !important; line-height: normal; margin-bottom: 50px;}.is_mobile #collage_10000 .article_text,.is_mobile #collage_10000 .article_text p{ text-align: center !important;}.is_mobile #collage_10000 p { margin-left: 0px;}.is_mobile #collage_10000 table { margin: 0 auto; text-align: left;}.products_container { margin-top: unset;}.card { max-width: 300px; box-shadow: 0px 2px 12px rgb(0 0 0 / 8%); background-color: #FFFFFF; border: 1px solid var(--sort-products-border-color); height: auto; text-decoration: none;}.card .card-head { padding: 10px; height: 180px; line-height: 180px; background-color: #FFFFFF;}.card .card-head img { width: 100%; height: 100%; object-fit: contain; object-position: center;}.card .card-body .product-title { font-size: 18px; margin-bottom: 5px; border-bottom: 1px solid var(--active-color); text-align: center; padding-bottom: 10px;}.card .card-body .product-desc { max-height: 105px;}.card .product-price { margin-top: 5px;}.card a { text-decoration: none;}.product-price, .product-price_without_vat, .product-price-alternative { color: var(--base-font-color); text-align: center;}.product-button { width: calc(100% - 10px); border-radius: 0; float: unset; text-transform: uppercase; box-shadow: unset; font-size: var(--font-size-big); margin-top: 0px; padding: 10px 0px;}.product_stock_status { line-height: 30px; vertical-align: middle; color: var(--active-color); font-size: 18px;}.cms_category_section { width: 100%;}.component_category { margin: 0px;}.dropdown { display: block; width: 100%; border: 0px solid #ccc; text-align: right;}.dropdown-content { display: none; position: unset; min-width: 0px;}.cms_category_section .content_wrapper { border-radius: 4px; box-shadow: 0px 2px 12px rgb(0 0 0 / 8%); width: 90%; background: #fff; border: 1px solid var(--sort-products-border-color);}.is_mobile .cms_category_section .content_wrapper { width: 100%;}.dropdown-content > .dropdown:first-child > a:first-child::before, .dropdown > a::before { content: " "; display: block; float: left; width: 24px; margin-left: -24px; height: 25px; margin-top: 1px; color: var(--active-color); position: unset; background-color: unset; background-size: contain; background-image: url(https://www.princl.cz/files/23/15/arrow_right-646dfe48496c0.png);}.dropdown-content > .dropdown:first-child > a.active:first-child::before,.dropdown > a.active::before { background-image: url(https://www.princl.cz/files/23/15/arrow_down-646dfe48447d6.png);}.cms_category_section div > a.active + .dropdown-content { display: block; padding-left: 40px;}.cms_category_section div > a { display: block; border-radius: 0px; border: 0px solid #ccc; width: calc(100% - 40px); text-align: left; padding: 8px 10px 8px 30px;}.cms_category_section div > a { min-height: auto; display: none;}.is_mobile .cms_category_section div > a { width: calc(100% - 40px); line-height: 24px;}.dropdown:hover > .dropdown-content { display: none;}.dropdown-content a { margin-top: 0px;}.cms_category_section div > a.active,.cms_category_section div > a:hover{ border: 0px solid #000; background: #fff !important; color: var(--active-color); font-weight: bold; display: block;}.cms_category_section a.active.last_active + .dropdown-content a,.cms_category_section .category_visible,#categories_unset_10000{ display: block;}.is_mobile #categories_unset_10000 { text-align: center;}.product_detail .static_components { width: 100%; max-width: 1200px; display: block; margin: auto; padding-top: 30px; background: #ffffff;}.product_detail .stock_status { font-size: 24px; color: var(--active-color);}.product_detail .product_description_long iframe { max-width: 100%;}.product_detail .component_media_files .collage_wrapper { scrollbar-width: none;}.is_mobile.product_detail .stock_status ,.is_mobile.product_detail .product_prices_wrapper,.is_mobile.product_detail .product_buy_button_amount,.is_mobile.product_detail .product_buy_button { text-align: center; width: 100%; display: block;}.is_mobile.product_detail .product_buy_button { width: auto;}.is_mobile.product_detail .media .media_preview { height: 200px;}.is_mobile.product_detail .media .collage_wrapper:not(.show_one_row) { max-height: unset;}.product_detail .label_name{ flex: 0 0 40%; padding-right: 10px;}.cart_product img { object-fit: contain;}.search #myBody .search_component { display: none;}.search .search_result_wrapper { justify-content: flex-start;}.search .search_results { margin-top: 50px;}.search .search_results .title { text-align: left;}.search .search_result_wrapper:hover .title { color: var(--active-color);} .collage { display: flex; flex-wrap: wrap; justify-content: center; } .collage_box, .collage_box_w2, .collage_item { text-align: center; width: 384px; height: 768px; -webkit-flex-grow: 1; flex-grow: 1; max-width: 500px; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; line-height: 384px; } .collage_box, .collage_box_w2 { display: flex; flex-wrap: wrap; justify-content: center; } .collage_box_w2 { min-width: 500px; max-width: 1000px; -webkit-flex-grow: 2; flex-grow: 4; } .collage_item { height: 384px; color: var(--base-font-color); overflow: hidden; } .collage_item>img { width: 100%; } .collage_box_w2 .collage_item { height: 768px; line-height: 768px !important; max-width: 1000px; } .collage_content { font-family: var(--font-family); display: inline-block; vertical-align: middle; text-align: left; line-height: 170%; font-size: var(--font-size); } .collage h2 { margin: 0px; padding: 0px; } .collage_box_w2 h2 { margin-bottom: 15%; } .slider { width: 100%; height: auto; display: flex; overflow-x: hidden; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; scroll-behavior: smooth; } .slider > div{ width: 100%; flex-shrink: 0; height: 100%; scroll-snap-align: start; } .slider_navigation > div{ display: inline-block; width: 16px; height: 16px; border: 2px solid #fff; border-radius: 50%; margin: 10px; opacity: 0.5; cursor: pointer; -webkit-transition: opacity 1.5s ease-out; transition: opacity 1.5s ease-out; } .slider_navigation > div:hover, .slider_navigation > .slider_navigation_active{ background: #fff; opacity: 1; } .slider_navigation { overflow: visible; height: 0px; position: relative; top: -60px; } .over { width: 100%; height: 0px; overflow: visible; position: relative; z-index: 1; } 