: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.active,
.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; 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; display: flex; flex-flow: column; background: var(--menu-background-color); position: absolute; left: 0px; right: 0px;
}
.is_mobile .menu .group { position: static;
}
.group_button_wrapper { position: relative;
}
.menu_button_in_group { display: flex; flex-flow: row; justify-content: center; gap: 5px; align-items: center; text-decoration: none;
}
.menu_button_in_group:hover { color: var(--active-color);
}
.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_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;
}
#myBody #myBodyContent .login_section { justify-content: center; align-content: center; height: 100vh; margin: 0px;
}
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_bold-65491de9961ab"; src: url("https://www.lovalo.cz/files/23/7/montserrat_bold-65491de9961ab.ttf"); }
:root { --active-color: #8cb77c; --secondary-color: #8cb77c; --menu-background-color: #fafafa; --menu-button-height: 41px; --menu-height: 79px; --font-menu-size: 15px; --font-size: 14px; --font-h1-size: var(--font-h2-size); --background-color: #fff; --background-secondary-color: #F8F9F7; --order-active-color: var(--active-color); --order-hover-color: var(--tertiary-color); --font-family: Calibri ,sans-serif; --footer-background-color: #141724; --footer-border-color: #232739; --footer-font-color: #c2c2c2; --scrollbar-color-hover: var(--active-color); --scrollbar-color: #D7DBE5;}.is_mobile { --font-h3-size: 16px; --font-size: 13px; --menu-height: 85px;}h1 { padding-top: 30px; padding-bottom: 30px;}h1, h2, h3 { font-family: "montserrat_bold-65491de9961ab",sans-serif;}h2 { padding-top: 50px; padding-bottom: 20px;}h1:after, h1:before, h2:after, h2:before{ display: inline-block; vertical-align: middle; content: ""; width: 75px; height: 1px; background-color: #d2d8ec; margin: 0px 25px;}.is_mobile h1:after, .is_mobile h1:before, .is_mobile h2:after, .is_mobile h2:before{ display: none;}a { color: var(--active-color);}.menu_horizontal .logo { float: none; line-height: normal;}.is_mobile .menu_horizontal .logo { left: 10px; line-height: calc(var(--menu-button-height) - 35px);}.menu_horizontal .logo img { height: 52px;}.is_mobile .menu_horizontal .logo img { width: 140px; padding-top: 0px;}.is_mobile .logo::after,.logo::after { display: none;}.menu_horizontal { line-height: var(--menu-height); text-align: center; height: var(--menu-height); position: sticky; border: none; border-bottom: 1px solid #E1E1E1; }.menu_content { max-width: 1200px; width: 100%; height: var(--menu-height); margin: auto; display: flex; align-items: center; justify-content: space-between;}.is_mobile .menu_content { align-items: flex-start;}.menu .menu_button.active,.menu .menu_button:hover{ color: var(--active-color); background: none;} .menu .menu_button{ color: var(--base-font-color); background: none; font-weight: 700;}.is_mobile .menu .menu_button { padding-left: 0px; padding-right: 15px; background: var(--menu-background-color); border-bottom: 1px solid var(--active-color);}#menu_mobile_button { padding-right: 1px; height: var(--menu-height); line-height: var(--menu-height); display: none;}.is_mobile #menu_mobile_button i { font-size: 35px; width: 55px; margin-top: 0px;}.menu_buttons_mobile { top: var(--menu-height); left: 0px; right: auto;}.menu_buttons_mobile.active { height: calc(100vh - var(--menu-height));}.menu .cart_button { background: var(--active-color); color: var(--tertiary-color); transition: background 0.3s linear;}.menu_button.cart_not_empty { font-size: 18px; animation: cart_attention 7s ease 0s infinite normal forwards;}.is_desktop .cart_button { padding: 5px 29px 2px 15px; display: block; }.is_mobile .menu .cart_button { right: 10px; padding-right: 17px; padding-left: 10px; background: var(--active-color); color: var(--tertiary-color); line-height: 43px;}.cart_button:hover,.cart_button.active{ background: var(--tertiary-color); color: var(--active-color);}.is_desktop .cart_button i { line-height: 41px; border-right: 1px solid #0001; padding-right: 13px; font-size: 17px; margin-bottom: 4px;}.is_desktop .cart_button span { padding-left: 13px; text-transform: none;}.cart_button_quantity::after { content: "Ks";}.is_mobile .cart_button_price { display: none;}#menu_link_button_10005 { display: none;}.is_mobile #menu_link_button_10005 { position: fixed; top: 0px; right: 124px; background: var(--active-color); color: var(--tertiary-color); line-height: 43px; display: block; padding: 0px 13px;}.is_mobile #menu_link_button_10005:hover,.is_mobile #menu_link_button_10005.active{ background: var(--tertiary-color); color: var(--active-color);}.is_mobile #menu_link_button_10005 span { display: none;}#menu_link_button_10004 { display: none;}#app_header_info { color: var(--secondary-color); display: inline-block; font-size: var(--font-size); top: 9px;}.is_mobile #app_header_info { left: 143px; top: 7px; transform: none; z-index: 15;}.is_mobile #app_header_info .article_text { display: flex; flex-flow: column; text-align: left;}.is_mobile #app_header_info a { padding: 0 10px; vertical-align: middle;}.is_mobile #app_header_info a > i { font-size: 16px;}#app_header_info p { display: inline-block; padding: 0px 10px;}#app_header_info i { color: var(--active-color);}#app_header_info a { text-decoration: none; color: var(--base-font-color);}#app_header_search { display: flex; bottom: 3px;}.search_form button, .search_form input,.search_form button:hover,.search_form button.active,.search_form input:hover,.search_form input:focus{ border-radius: 0px;}.search_form .button { color: #ffffff;}.is_mobile .search_form .button { height: 26px;}.search_autocomplete_results { top: calc(100% + 6px);}.is_mobile .search_text { padding: 5px 20px 5px 30px;}.search_autocomplete_product_price_without_vat { width: 140px;}#myBody .content_wrapper { max-width: 1200px; width: calc(100% - 20px); margin: auto;}.card {}.card:hover { z-index: 10; position: relative; border: 1px solid #979DB6; box-shadow: 0px 0px 15px 0px #0002;}.card-head { padding: 10px;}.product-desc > div { display: none;}.product-desc a { text-decoration: none;}.product-title { text-align: center; color: var(--base-font-color);}.product_detail .product-price_without_vat { display: inline-block; float: none;}.card .product_buy_button { line-height: 32px; box-shadow: 0px 5px 15px -10px #000c; background: var(--order-active-color); color: var(--order-hover-color); padding: 2px; width: 100%;}.card .product_buy_button:hover { color: var(--order-active-color); background: var(--order-hover-color);}.is_mobile .component { margin: 5px 5px;}.is_mobile.product_detail .component_navigation { grid-row-start: 1 !important; grid-row-end: 2 !important;}.is_mobile.product_detail .component_name { grid-row-start: 2 !important; grid-row-end: 3 !important;}.is_mobile.product_detail .component_product_id { grid-row-start: 3 !important; grid-row-end: 4 !important;}.is_mobile.product_detail .component_media_files { grid-row-start: 4 !important; grid-row-end: 5 !important;}.is_mobile.product_detail .component_price { grid-row-start: 5 !important; grid-row-end: 6 !important;}.is_mobile.product_detail .component_on_stock_count { grid-row-start: 6 !important; grid-row-end: 7 !important;}.is_mobile.product_detail .component_buy_button { grid-row-start: 7 !important; grid-row-end: 8 !important; padding-top: 0px; display: flex; flex-flow: row;}.is_mobile.product_detail .component_description_long { grid-row-start: 8 !important; grid-row-end: 9 !important;}.product_detail .product_name { text-align: center;}.is_mobile .product_detail .product_name h1 { padding-top: 20px; padding-bottom: 20px;}.product_detail .product_id { font-size: 12px; font-weight: bold; color: #000;}.product_detail .component_navigation a { margin-left: 10px; margin-right: 10px; color: var(--base-font-color);}.product_detail .product_manufacturer { color: #999;}.component_stock_status { display: none;}.component_on_stock_count { border-top: 1px solid #eaeefb; border-bottom: 1px solid #eaeefb; display: flex; align-items: center; justify-content: center; max-height: 50px; min-height: 50px; color: var(--active-color); font-weight: 600; grid-column-start: 6 !important;}.product_detail .stock_status { color: var(--active-color); font-weight: 600;}.product_detail .product-price { font-size: 27px; vertical-align: middle;}.product_detail .media_preview{ border: 1px solid #eaeefb; height: 570px;}.is_mobile.product_detail .media_preview { height: 270px;}.product_detail .media_preview:hover{ border: 1px solid var(--active-color);}.product_detail .product_buy_button { background: var(--order-active-color); color: var(--order-hover-color); border-radius: 0px; padding: 10px 20px;}.is_mobile.product_detail .product_buy_button { margin-left: 0px; padding: 10px 8px; display: block; flex-grow: 1; text-align: center;}.product_detail .product_buy_button:hover { color: var(--order-active-color); background: var(--order-hover-color);}.product_buy_button i { font-size: 17px; margin-right: 10px;}.cms_category_section { width: 100%;}.cms_category_section .content_wrapper { text-align: justify;}.is_mobile .cms_category_section .content_wrapper { text-align: left;}.cms_category_section .category_home_button{ display: none;}.cms_category_section div > a { border: none; border-radius: 0px; font-weight: bold; color: var(--base-font-color); font-family: "montserrat_bold-65491de9961ab",sans-serif; position: relative;}.is_mobile .cms_category_section div > a { border: 1px solid #eaeefb; width: 50%; min-height: 40px; line-height: 33px; text-align: center;}.cms_category_section div > a i { transition: transform 0.5s;}.is_mobile .cms_category_section div > a i { display: block; position: absolute; opacity: 0.05; font-size: 45px;}.cms_category_section div > a.active,.cms_category_section div > a:hover { border: none; color: var(--active-color);}.cms_category_section div > a:hover i,.cms_category_section div > a.active i { border: none; transform: rotate(360deg);}.is_mobile .cms_category_section div > a > span { text-align: center; display: inline-block; width: 80%; margin: auto;}#category_10996 + .dropdown-content { display: block; width: 100%; max-width: 1200px; left: 50%; transform: translate(-50%, 0%);}#category_10996 + .dropdown-content > .dropdown { width: 33%;}.paging{ margin-top: 10px;}.footer { margin-top: 50px; position: static;}.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_10002 { border-bottom: 1px solid var(--footer-border-color);}#collage_10002 { justify-content: space-around;}#collage_10002 .collage_item { width: 300px; max-width: 300px; height: 270px;}#collage_10002 .collage_content { margin-top: 60px; vertical-align: top; width: auto !important;}.is_mobile #collage_10002 .collage_content { margin-top: 10px;}#collage_10002 p { margin-top: 10px; margin-left: 20px;}#collage_10002 i { font-size: 20px; margin-right: 5px; color: var(--footer-font-color--footer-font-color);}#collage_10002 td { padding-top: 10px;}#collage_10002 a:not(:first-child) { margin-left: 30px;}.is_mobile #collage_10002 .collage_item { max-width: 100% !important; width: 100% !important; height: auto !important; line-height: normal; margin-bottom: 50px;}.is_mobile #collage_10002 .article_text,.is_mobile #collage_10002 .article_text p{ text-align: center !important;}.is_mobile #collage_10002 p { margin-left: 0px;}.is_mobile #collage_10002 table { margin: 0 auto; text-align: left;}.footer .content_wrapper > .article { position: fixed; left: 0px; top: 0px; z-index: 999; background-color: var(--footer-background-color) !important; padding: 10px; margin: 0px; color: #ffffff; height: 39px; box-sizing: border-box; width: 100%; display: none;}.is_mobile .footer .content_wrapper > .article { font-size: 13px; height: 50px; padding: 5px 0px; display: flex; align-items: center; display: none;}.cookies_text a { color: #fff;}.cookies_buttons { align-items: center;}.cookies_buttons .button { border-radius: 0px; background: var(--active-color); color: #fff; margin: 0px;}.cookies_buttons .button:hover { border-radius: 0px; background: #fff; color: var(--active-color);}.cookies_buttons .button.cookies_ok:hover i { color: var(--active-color);}.search #search_10000{ display: none;}.cookies_message { top: 0px; bottom: 0px;}.is_mobile .cookies_message { justify-content: flex-end; padding-bottom: 80px;}.button { border: 2px solid var(--active-color); background: no-repeat; color: var(--active-color); padding: 10px 20px; border-radius: 0px; margin-top: 30px; font-size: 18px;}@keyframes cart_attention {	0%,	100% { transform: translateY(0);	}	10%,	30%,	50%,	70% { transform: translateY(-4px);	}	20%,	40%,	60% { transform: translateY(4px);	}	80% { transform: translateY(2.4px);	}	90% { transform: translateY(-2.4px);	}}
.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;
}
