
.dropdown { position: relative; padding: 0; margin: 0; }
.dropdown dd,.dropdown dt { margin: 0px; padding: 0px;}
.dropdown dt a { border: 1px solid #dddddd; border-radius: 3px; background: #ffffff url('/eshop/scripts/ce/images/arrow_small_down.png') no-repeat 98% 45%; display: block; padding: 5px; min-height: 27px; overflow: hidden; width: 180px; max-width: 100%; box-sizing: border-box;}
.dropdown .list { background-color: #ffffff; border: 1px solid #dddddd; border-radius: 3px; display: none; left: 0px; padding: 2px 15px 2px 5px; margin: 0; position: absolute; z-index: 10000; top: 32px; min-width: 350px; min-height: 40px; max-height: 400px; overflow: auto; list-style-type: none;}
.dropdown .list li { display: block; }
.dropdown .multiSel{ display: block; overflow: hidden; text-indent: 4px; }
.dropdown .multiSel span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 130px; display: inline-block;}

.search-list-container{ position: relative; }
.search-list-container .list{ position: absolute; min-width: 20rem; max-height: 350px; overflow: auto; border: 1px solid #e0e0e0; padding: 10px; display: none; background: #fff; }
.search-list-container .list.active{ display: block; }
.search-list-container .list ul{ padding: 0; margin: 0; list-style: none; }
.search-list-container .list li{ margin: 0; padding: 6px 0; }
.search-list-container .list li:hover{ cursor: pointer; background: #f0f0f0; }
.search-list-container .list li.hide{ display: none; }
.search-list-container .list li.active{ color: #0a5188; font-weight: bold; }

.ce-nav-fixed{ position: fixed; bottom: 60px; right: 1.5%; z-index: 50000; background: url('/eshop/scripts/images/scroll.svg') no-repeat; height: 30px; width: 30px; background-size: cover; }
.ce-nav-fixed:hover { cursor: pointer; }

.tabber{ position: relative; }
.tabber .tabberNav { display: flex; flex-wrap: nowrap; }
.tabber .tabberNav > a { margin-left: 15px; padding: 8px 15px; white-space: normal; border: 1px solid transparent; border-bottom: none; outline: none; color:#000000; position: relative; border-radius: 3px 3px 0 0; text-align: center; min-width: 80px; position: relative; z-index: 100; }
.tabber .tabberNav > a:hover:not(.active){ text-decoration:none; border-top:1px solid #000000; border-radius: 0; }
.tabber .tabberNav > a.active { border-color: #f0f0f0; background: #fff; font-weight: bold; }

.tabber > .tabbertab{ display:none; position: relative; border-top:1px solid #f0f0f0; padding: 20px; }
.tabber > .tabbertab:nth-child(2) { display: block; }
.tabber > .tabbertab.active { display: block; margin-top: -1px; }


.numberArrows{ white-space: nowrap; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none;  user-select: none; display: inline-block; }
.numberArrows > input[type=number], .numberArrows > input[type=number]:focus, .numberArrows > input[type=number]:hover  { -moz-appearance:textfield; text-align: center; padding-left: 0; padding-right: 0; -moz-user-select: auto; -khtml-user-select: auto; -webkit-user-select: auto;  user-select: auto; border-radius: 0;  border: none; }
.numberArrows > input[type=number]::-webkit-outer-spin-button, .numberArrows > input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.numberArrows:before, .numberArrows:after{ display: inline-block; text-align: center; padding: 2px; cursor: pointer; user-select: none; -webkit-user-select: none; background: #f0f0f0; border-radius: 50%; width: 1rem; line-height: 1rem; }
.numberArrows:before { border-right: none; content: "-"; }
.numberArrows:after{ border-left: none; content: "+"; }


/* banner-slider  */
.banner-slider { position: relative; width: 100%; overflow: hidden; }
.banner-slider figure { position: relative; width: 100%; margin: 0; padding: 0; font-size: 0; text-align: left; white-space: nowrap; overflow: hidden; }
.banner-slider figure > * { display: inline-block; position: absolute; z-index: 900; width: 100%; background: #fff; }
.banner-slider figure > *:not(:first-child) { display: none; }
.banner-slider img { width: 100%; max-width: none !important; }

.banner-slider figure > .ce_s_active{ z-index: 1200; position: relative; }
.banner-slider figure > .ce_s_active-anim{ z-index: 1200; animation-iteration-count: 1; position: relative; }
.banner-slider figure > .ce_s_active-anim:not(.ce-left) { animation: anim-banner-slider 0.9s forwards ease-in-out; }
.banner-slider figure > .ce_s_active-anim.ce-left { animation: anim-banner-slider-ce-left 0.9s forwards ease-in-out; }

.banner-slider figure > .ce_s_active-out{ z-index: 1000; animation-iteration-count: 1; position: absolute; }
.banner-slider figure > .ce_s_active-out:not(.ce-left) { animation: anim-banner-slider-inactive 0.9s forwards ease-in-out; }
.banner-slider figure > .ce_s_active-out.ce-left { animation: anim-banner-slider-inactive-ce-left 0.9s forwards ease-in-out; }

.banner-slider .ce_s_arrow_left, .banner-slider .ce_s_arrow_right { display: block;width: 2rem; line-height: 2rem; position: absolute; z-index: 1300; transition: all 0.25s ease; user-select: none; text-align: center; vertical-align: middle; transform: translateY(-50%); top:50%; }
.banner-slider .ce_s_arrow_left { left: 0; border-radius: 0 10% 10% 0; }
.banner-slider .ce_s_arrow_left:after { content: "❮"; font-size: 1.5rem; color: #fff; }
.banner-slider .ce_s_arrow_right{ right: 0; border-radius: 10% 0 0 10%; }
.banner-slider .ce_s_arrow_right:after { content: "❯"; font-size: 1.5rem; color: #fff; }
.banner-slider .ce_s_arrow_left:hover, .banner-slider .ce_s_arrow_right:hover { cursor: pointer; background-color: #101010; opacity: 0.8; }

.banner-slider .ce_s_navigation{ display: inline-block; position: absolute; left: 50%; transform: translateX(-50%); bottom: 1em; z-index: 1500; }
.banner-slider .ce_s_navigation >* { cursor: pointer; height: 0.4rem; width: 0.8rem; margin: 0 0.35rem; background: #ddd; box-shadow: 0 0 5px #fff; display: inline-block; transition: background 0.6s ease; opacity: 0.7; }
.banner-slider .ce_s_navigation >*.ce-active, .banner-slider .ce_s_navigation >*:hover { background: #707070; }

.banner-slider .ce-heading { position: absolute; z-index: 1300; font-size: 0.875rem; left: 10%; bottom: 20%; width: 50%; white-space: normal; padding: 2rem; max-width: 650px; }
.banner-slider .ce-heading .ce-txt{ position: relative; z-index: 1300; padding: 8%; }

.ce-category-list { position: relative; }
.ce-category-list > .ctg-item{ border-radius: 5px; border:1px solid #eee; padding: 0.25rem 0.5rem; background: #fff; overflow: hidden; }
.ce-category-list > .ctg-item:hover{ border:1px solid #444; cursor: pointer; }
.ce-category-list > .ctg-item  > p{ margin: 0; }
.ce-category-list > .ctg-item a > img{ margin-right: 0.5rem; margin-bottom: 0.5rem; mix-blend-mode: multiply; border-radius: 4px; }
.ce-category-list > .ctg-item a{ color: #000; font-weight: bold; }


.ce-carousel.ce_arrow_start, .ce-carousel.ce_arrow_end { display: table;width: 1.5rem; height: 1.5rem; line-height: 1.5rem; position: absolute; z-index: 1300; transition: all 0.25s ease; user-select: none; text-align: center; vertical-align: middle; top:37%; background: #fff; color: #333; }
.ce-carousel.ce_arrow_start { left: 0; border-radius: 15%; border: 1px solid #e0e0e0; display: none; }
.ce-carousel.ce_arrow_start:after { content: "❮"; font-size: 1rem; text-align: center; }
.ce-carousel.ce_arrow_start.ce_vertical{ top: 0; left: 37%; right:auto; transform: rotate(90deg); }

.ce-carousel.ce_arrow_end{ right: 0; border-radius: 15%; border: 1px solid #e0e0e0; }
.ce-carousel.ce_arrow_end:after { content: "❯"; font-size: 1rem; text-align: center; }
.ce-carousel.ce_arrow_end.ce_vertical{ top:auto; left: 37%; right:auto; transform: rotate(90deg); }


.ce-carousel.ce_arrow_start:hover, .ce-carousel.ce_arrow_end:hover { cursor: pointer; background-color: #101010; opacity: 0.8; color: #fff; }
.ce-carousel.ce_arrow_start.ce-active{ display: table; }


@keyframes anim-banner-slider {
  0%  { left: 99%; }
  100% { left: 0; }
}

@keyframes anim-banner-slider-ce-left {
  0%  { left: -99%; }
  100% { left: 0; }
}

@keyframes anim-banner-slider-inactive {
  0%  { left: 0; z-index: 1001; }
  100% { left: -100%; z-index: 1000; }
}
@keyframes anim-banner-slider-inactive-ce-left {
  0%  { left: 0; z-index: 1001; }
  100% { left: 100%; z-index: 1000; }
}
/* end banner-slider  */

.ce-calendar-picker{ border: 1px solid #999; max-width: 300px; min-height: 100px; background: url('/eshop/scripts/external/daterangepicker/calendar-picker.svg') 10px center no-repeat; background-size: 50px 50px;
  border-radius: 7px; display: flex; align-items: center; padding-left: 70px; cursor: pointer; text-align: left; flex-wrap: wrap; }
.ce-calendar-picker:hover{ border-color: #000; }
.ce-calendar-picker .date-from{ margin-right: 25px; padding-right: 30px; position: relative; }
.ce-calendar-picker .date-from:after{ content: "-->"; position: absolute; top:50%; right: -10px; }
.ce-calendar-picker .title{ font-weight: bold; color: #000; display: block; }
.ce-calendar-picker .value{ display: block; font-weight: bold; }
.date-reserved{ background: #f5e4e1 !important; text-decoration: line-through; opacity: 0.5; }


.products-view-tools{ clear: both; }
.products-view-tools .c-toolbar{  margin-bottom: 0.5rem; padding-top: 0.5rem; max-width: 100%; }
.products-view-tools .items-list{ border:1px solid #f0f0f0; border-radius: 3px; padding: 1rem; background: #fff; margin-bottom: 1.5rem; position: relative; clear: both; }
.products-view-tools .c-categories-link{ display: none; }

.products-view-tools .c-toolbar .c-title{ display: inline-block; color: #000; margin-right: 1rem; user-select: none; padding: .5rem 0; margin-left: 28px; }
.products-view-tools .c-toolbar .c-title:after{ content: ": "; }
.products-view-tools .c-toolbar .c-title:before{ content:""; width: 22px; height: 22px; background: url("/eshop/scripts/images/filter.svg") center center no-repeat; background-size: 22px 22px; display: inline-block; position: absolute; margin-left: -28px; }
.products-view-tools .c-toolbar .c-title .f-count{ display: none; }

.products-view-tools .c-toolbar .c-filter-items{ display: inline; }

.products-view-tools .c-toolbar .sorting-navigator{ text-align: right; display: inline-block; float: right; }
.products-view-tools .c-toolbar .sorting-navigator .s-title{ color: #000; }
.products-view-tools .c-toolbar .sorting-navigator .s-items { padding: .5rem 1rem .5rem .5rem; outline: 0; border:0; border-radius: 0; width: auto; max-width: 10rem; line-height: inherit; font-size: 1em; text-align: left; color:inherit; text-overflow: ellipsis; background-color: transparent; }
.products-view-tools .c-toolbar .sorting-navigator .s-items:hover{ cursor: pointer; text-decoration: underline; outline: 0; border:0; color: #000; }
.products-view-tools .c-toolbar .sorting-navigator .s-items option{ padding: 0.5rem; }

.products-view-tools .c-toolbar .price-slider{ user-select: none; display: inline-block; }
.products-view-tools .c-toolbar .price-slider.hide{ display: none; }
.products-view-tools .c-toolbar .price-slider .s-title{ display: flex; align-items: center; padding: 0.5rem 0; cursor: pointer; }
.products-view-tools .c-toolbar .price-slider .s-title.clicked{ color: #404040; font-weight: bold; }
.products-view-tools .c-toolbar .price-slider .s-title:hover{ text-decoration: underline; cursor: pointer; color: #000; }
.products-view-tools .c-toolbar .price-slider .s-title:after{ content: ""; border: solid #777; border-width: 0 0 1px 1px; display: inline-block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); vertical-align: middle; width: 4px; height: 4px; margin-left: 8px; }
.products-view-tools .c-toolbar .price-slider .s-title.clicked:after{ border-color: #404040; border-width: 0 0 2px 2px; }
.products-view-tools .c-toolbar .price-slider .s-title .s-title-data{ margin-left: 5px; display: inline-block; color: #404040; font-weight: bold; }
.products-view-tools .c-toolbar .price-slider .s-slider{ display: none; }

.products-view-tools .price-items-list{ display: block; }
.products-view-tools .price-items-list .s-txt{ display: inline-block; white-space: nowrap; vertical-align: middle; margin-right: 3rem; user-select: none; }
.products-view-tools .price-items-list .s-price{border:none;background:none;color:#404040; outline: none; user-select: none; cursor: default; font-size: 0.925em; vertical-align: baseline; }
.products-view-tools .price-items-list .s-price:hover, .products-view-tools .price-slider .s-price:focus { border:none; background: none; }
.products-view-tools .price-items-list .slider-range{ display: inline-block; vertical-align: middle; width:95%; margin-right: 5%; max-width: 350px; }

.c-toolbar .resetIcon, #panel-filter-list .resetIcon{ cursor:pointer; display: inline-block; margin-left: 1rem; vertical-align: middle; }
.c-toolbar .resetIcon:before, #panel-filter-list .resetIcon:before{ display: inline-block; content: "\00d7"; font-size: 1.2rem; color: #ff0000; transition: all 0.3s ease; border: 1px solid #ff0000; border-radius: 10%; width: 1.2rem; line-height: 1.2rem; text-align: center; margin-right: 5px; }
.c-toolbar .resetIcon:hover:before, #panel-filter-list .resetIcon:hover:before { color: #000; border-color: #000; }
.c-toolbar .resetIcon:hover, #panel-filter-list .resetIcon:hover { text-decoration: underline; }

.products-view-tools .items-list.ctg-list{ display: none; }


.categoryFilters{ display: inline; }
.categoryFiltersTitle { position: relative; }
.categoryFiltersTitle h2{ margin: 0 0 10px 0px; padding: 0; font-size: 1.2em;}

.categoryFilterName{ user-select: none; padding: 0.5rem 1rem 0.5rem 0; margin-right: 0.5rem; }
.categoryFilterName:after{ content: ""; border: solid #777; border-width: 0 0 1px 1px; display: inline-block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); vertical-align: middle; width: 4px; height: 4px; margin-left: 8px; margin-top: -4px; }
.categoryFiltersRow.f-collapsed .categoryFilterName:after{ border-width: 0 1px 1px 0; margin-top: -2px; }
.categoryFilterName:hover{ text-decoration: underline; color: #000; cursor: pointer; }
.categoryFilterName.clicked{ background-color: transparent; border-color: #555; color: #000; font-weight: bold; }
.categoryFilterName.clicked:after{ border-width: 0 0 2px 2px; border-color: #000; }
.categoryFilterName .f-count{ display: inline-block; margin-left: 4px; }

.products-view-tools .c-toolbar .categoryFiltersRow{ display: inline-block; }
.products-view-tools .c-toolbar .categoryFilterValues{ display:none; }
.products-view-tools .c-toolbar .categoryFilterName:has(.f-count){ text-decoration: underline; }

.category-items-list { overflow: auto; max-height: 310px; min-height: 42px; display: grid; grid-gap: 0.5rem 1rem; grid-template-columns: repeat(6, auto); }
.category-items-list label{ display: block; }
.category-items-list label:hover{ cursor: pointer; text-decoration: underline; }
.category-items-list label:before{ display: inline-block; content: ' '; min-width: 0.9rem; width: 0.9rem; height: 0.9rem; border: 1px solid #bbb; margin-right: 5px; vertical-align: sub; border-radius: 2px; }
.category-items-list label.activated { text-decoration:underline; color: #0f6fac; font-weight: bold; }
.category-items-list label.activated:before{ background: url('../images/checkbox_selected.png') center center no-repeat; background-size: 10px 10px; }
.category-items-list label.disabled{ pointer-events: none; cursor: default; opacity: 0.4; }

.categoryFilterValues label{ margin-bottom: 6px; display: block; }
.categoryFilterValues label:hover{ cursor: pointer; text-decoration: underline; }
.categoryFilterValues label:before{ display: inline-block; content: ' '; min-width: 0.9rem; width: 0.9rem; height: 0.9rem; border: 1px solid #bbb; margin-right: 5px; border-radius: 2px; }
.categoryFilterValues label.activated { text-decoration:underline; color: #0f6fac; font-weight: bold; }
.categoryFilterValues label.activated:before{ background: url('../images/checkbox_selected.png') center center no-repeat; background-size: 10px 10px; }
.categoryFilterValues label.disabled{ pointer-events: none; cursor: default; opacity: 0.4; }

.categoryFilterValues label::before, .products-view-tools .items-list label::before { float:left; }


#panel-filter-list{ position: relative; margin-top: 1rem; }
#panel-filter-list .categoryFiltersRow{ display: block; margin: 0.5rem 0; position: relative; padding: 0.5rem 0; border-top:1px solid #f0f0f0; }
#panel-filter-list .categoryFiltersRow:last-child{ border-bottom: 1px solid #f0f0f0; }
#panel-filter-list .categoryFilterName{ font-weight: bold; color: #000; user-select: none; }
#panel-filter-list .categoryFilterName:hover{ cursor: pointer; }
#panel-filter-list .categoryFilterName:after{ border-color: #000; }

#panel-filter-list .categoryFilterValues{ max-height: 600px; overflow: auto; }
#panel-filter-list .categoryFilterValues label{ display: block; }
#panel-filter-list .categoryFilterValues label::before{ margin-right: 10px; }
#panel-filter-list .resetIcon{ position: relative; margin-left: 0; margin-top: 1rem; }


#panel-filter-list .categoryFiltersRow .categoryFilterValues{ display: none; }
#panel-filter-list .categoryFiltersRow:not(:nth-child(1n+4)) .categoryFilterValues{ display: block; }
#panel-filter-list .categoryFiltersRow.f-expanded .categoryFilterValues { display: block; }
#panel-filter-list .categoryFiltersRow.f-collapsed .categoryFilterValues { display: none; }


.ce-related_window{ background: #fff; position: absolute; z-index: 12500; right: -2rem; padding: 2rem; border:1px solid #f0f0f0; box-shadow: 2px 2px 5px rgba(183, 183, 183, 0.5); border-radius: 0.8rem; }
.ce-related_window.ce-active{ display: inline-block !important; }
.ce-related_window:after { content:"";  width: 1rem; height: 1rem; position: absolute; top: -0.57rem; right: 2rem; border: solid #f0f0f0; border-width: 1px 1px 0 0; display: inline-block; transform: rotate(-45deg); background: #fff; }
.ce-related_window .btn-close{ position: absolute; right: 0; top: 0; z-index: 10000; cursor: pointer; width: 2rem; text-align: center; }
.ce-related_window .btn-close:after{ display: inline-block; content: "\00d7"; font-size: 2rem; color: #000; transition: all 0.3s ease; }
.ce-related_window .btn-close:hover:after{ transform: rotate(-90deg); }
.ce-related_window .ce-active{ display: block; }
.ce-related_window .ce-inner-html{ overflow-y: auto; scroll-behavior: smooth; max-height: 80vh; }


.loading {  position: absolute; left: 0; right: 0; top: 50%; width: 100px; color: #000; margin: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-weight: bold; }
.loading span { position: absolute; height: 10px; width: 84px; top: 50px; overflow: hidden; }
.loading span > i { position: absolute; height: 10px; width: 10px; border-radius: 50%; -webkit-animation: wait 4s infinite; -moz-animation: wait 4s infinite; -o-animation: wait 4s infinite; animation: wait 4s infinite;}
.loading span > i:nth-of-type(1) { left: -28px; background: black;}
.loading span > i:nth-of-type(2) { left: -21px; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; background: black; }

@-webkit-keyframes wait {  0%  { left: -7px  }  30%  { left: 52px  }  60%  { left: 22px  }  100% { left: 100px } }
@-moz-keyframes wait {  0% { left: -7px  }  30%  { left: 52px  }  60%  { left: 22px  }  100% { left: 100px }}
@-o-keyframes wait { 0% { left: -7px  } 30%  { left: 52px  }  60%  { left: 22px  }  100% { left: 100px }}
@keyframes wait { 0%   { left: -7px  }  30%  { left: 52px  } 60%  { left: 22px  }  100% { left: 100px }}


#win_loading-wait{ position: fixed; z-index: 1000000; height: 100%; width: 100%; top: 0; left: 0; }
#win_loading-wait .wait-bckg{ position: absolute; height: 100%; width: 100%; top: 0; left: 0; background: #fff; opacity: 0.85;  }

.ceres_menu_main{ display: none; }


/* ce-site-cookie popup */
.ce-site-cookie{ position: fixed; bottom: 0; left: 0; right: 0; width: 100%; min-height: 4rem; box-shadow: 0 0 30px rgba(27,25,57,.5); background-color: #fff; color: #000; z-index: 20000; margin: 0 auto; max-width: 860px; border-radius: 1rem 1rem 0 0; }
.ce-site-cookie a{ color: #000; }
.ce-site-cookie-content{ max-width: 800px; margin: 0 auto; padding: 3rem 1.5rem 1rem 1.5rem; text-align: justify;}
.ce-site-cookie-btns{ max-width: 800px; margin: 0 auto; padding: 0 1.5rem 3rem 1.5rem; }
.ce-site-cookie-btn.ce-btn-ok { padding: 0.4rem 1.5rem; display: inline-block; cursor: pointer; margin-right: 0.5rem; }
.ce-site-cookie-btn.ce-btn-no, .ce-site-cookie-btn.ce-btn-settings{ background: transparent; border: 0; display: inline-block; cursor: pointer; padding: 0.4rem 1.5rem; font-weight: bold; }
.ce-site-cookie-btn.ce-btn-ok:hover, .ce-site-cookie-btn.ce-btn-settings:hover, .ce-site-cookie-btn.ce-btn-no:hover{ text-decoration: underline; }


/* panel collapse */
.pan-collapse:not(.ce_expand) { grid-template-columns: 2rem auto; grid-gap: 3rem; }
.pan-collapse:not(.ce_expand) > .pan-sub-hide { border: 1px solid #e9e9e9; border-radius: 5px; position: relative; }
.pan-collapse:not(.ce_expand) > .pan-sub-hide > *{ display: none; }


.pan-collapse .i_expand{ position: absolute; width: 2rem; height: 3rem; display: flex; align-items: center; justify-content: center; }
.pan-collapse .i_expand:after { content: ">>"; display: block; clear: both; font-weight: bold; text-align: center; cursor: pointer; }
.pan-collapse .i_expand:hover{ text-decoration: underline; }

/* ce-dropdownLink */
.ce-dropdownLink { position: relative; display: inline-block; }
.ce-dropdownLink .dropbtn { cursor: pointer; position: relative; z-index: 10005; border: 1px solid transparent; padding: 5px 8px; }
.ce-dropdownLink .dropbtn:after { content:"";  width: 4px; height: 4px; float: right; border: solid black; border-width: 0 0 1px 1px; display: inline-block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); margin-top: 7px; margin-right: 1rem; transition: all 0.30s ease; }
.ce-dropdownLink:hover .dropbtn{ border: 1px solid #555555; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #ffffff; border-bottom: none; }
.ce-dropdownLink:hover .content{ margin-top: -1px; }
.ce-dropdownLink .content { display: none; position: absolute; right:0; background-color: #fff; min-width: 200px; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); z-index: 10000; border-color: var(--font-color); max-height: 350px; overflow-y: auto; overflow-x: hidden; }
.ce-dropdownLink .content.left{ right: unset; left: 0; }
.ce-dropdownLink .content a { color: black; padding: 5px 16px; text-decoration: none; display: block; }
.ce-dropdownLink .content a:hover { background-color: #f1f1f1; }
.ce-dropdownLink .group { font-weight: bold; display: block; padding: 5px; }
.ce-dropdownLink:hover .content { opacity:0; display: block; animation: fadein 0.6s; animation-fill-mode: forwards; animation-delay: 0.1s; padding-top: 15px; padding-bottom: 15px; }


@keyframes fadein {
  from { opacity:0; }
  to   { opacity:1; border-style: solid; border-width:1px;  height: auto; }
}


@media only screen and (max-width: 1360px) {
  .category-items-list { grid-template-columns: repeat(5, auto); }
  .products-view-tools .c-toolbar .categoryFilterName{ cursor: pointer; padding-right: 0.5rem; }
}

@media only screen and (max-width: 1150px) {
  .category-items-list { grid-template-columns: repeat(4, auto); }
}

@media only screen and (max-width: 1000px) {

  .ceres_menu_main { display:block; background-color: #ffffff; width: 95%; left: 0; top:0; z-index: 100000; position: relative; clear: both; height: 80vh; overflow-x: hidden; overflow-y: auto; margin-top: 40px; animation: res-menu_expand 0.3s linear; }
  .ceres_menu_main li { border-top: 1px solid #f0f0f0; position: relative; overflow: hidden; }
  .ceres_menu_main li a { display: inline-block; padding: 10px 2.5rem 10px 0; color: #333333; }
  .ceres_menu_main ul { list-style-type: none; padding-left: 1.5rem; }
  .ceres_menu_main .b_res-tree > ul > li:last-child{ border-bottom: 1px solid #f0f0f0; }
  .ceres_menu_main .b_res-tree > ul { margin-left:0; margin-top: 5px; padding-left: 2.5%; }

  .ceres_menu_main .b_res-tree > ul > li { border-right: 1px solid #f0f0f0; }

  .ceres_menu_main .b_res-tree:first-child > ul{ display: block; margin-bottom: 50px; }
  .ceres_menu_main .b_res-tree:last-child{ margin-bottom: 150px; }

  .ceres_menu_main .b_res-tree > ul ul { display: none; }
  .ceres_menu_main .icon-expand{ border-left: 1px solid #f0f0f0; width: 3rem; position: absolute; right: 0; top: 0; cursor: pointer; }
  .ceres_menu_main .icon-expand:after { content: "+"; width: 3rem; text-align: center; font-size: 1rem; display: inline-block; vertical-align: middle; padding-top: 9px; padding-bottom: 10px; color: #333; }
  .ceres_menu_main li.collapsed > ul{ display: block; }
  .ceres_menu_main li.collapsed > .icon-expand{ height: 2.3rem; }
  .ceres_menu_main li.collapsed > .icon-expand:after {content: ""; width: 0.35rem; height: 0.35rem; border: solid #333; border-width: 0 0 1px 1px; display: inline-block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); padding: 0; right: 40%; position: absolute; top: 0.8rem; }

  .ceres_menu_main li.collapsed > a{ display: list-item; list-style-type: disclosure-open; list-style-position: inside; }
  .ceres_menu_main li.selected > a{ text-decoration: underline; display: inline-block; }

  .ceres_menu_main li a p{ margin: 0; }
}

@media only screen and (max-width: 800px) {
  .category-items-list { grid-template-columns: repeat(3, auto); }
  .products-view-tools{ border-bottom: 1px solid #f0f0f0; margin-bottom: 1rem; }

  .products-view-tools .c-toolbar { display: grid; grid-template-columns: repeat( auto-fit, minmax(25%, 2fr) ); align-items: center; justify-content: space-between; margin-bottom: .3rem; padding-top: .3rem;
    grid-template-areas: 'c-filter-title c-category-list-title sorting-navigator' 'c-filter-items c-filter-items c-filter-items'; position: relative; border-top:1px solid #f0f0f0;  }

  .products-view-tools .c-toolbar .c-title{ grid-area: c-filter-title; cursor: pointer; border-right: 1px solid #f0f0f0; padding: .5rem 0; letter-spacing: normal; }
  .products-view-tools .c-toolbar .c-title::after{ content: ""; border: solid #777; border-width: 0 0 1px 1px; display: inline-block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); vertical-align: middle; width: 4px; height: 4px; margin-left: 0.5rem; }
  .products-view-tools .c-toolbar .c-title.clicked{ font-weight: bold; }
  .products-view-tools .c-toolbar .c-title .f-count{ display: inline-block; margin-left: 4px; }

  .products-view-tools .c-toolbar .c-filter-items{ grid-area: c-filter-items; display: none; margin-top: 0.5rem; padding-top: 0.5rem; }
  .products-view-tools .c-toolbar .c-filter-items.f-active{ display: inline-block; border-top: 1px solid #f0f0f0; }

  .products-view-tools .c-toolbar .categoryFilters { display: block; max-width: 95%;  }
  .products-view-tools .c-toolbar .categoryFilterName { font-weight: bold; color: #000; padding: 0.75rem 1rem 0.75rem 0; }
  .products-view-tools .c-toolbar .categoryFilterName:after{ border-color: #000; }
  .products-view-tools .c-toolbar .categoryFilters .categoryFiltersRow { display: block; border-bottom: 1px solid #f0f0f0; }
  .products-view-tools .c-toolbar .categoryFilters .categoryFilterValues { display: grid; grid-template-columns: repeat(3, auto); grid-gap: 1px 1%; overflow: auto; max-height: 350px; padding-bottom: 5px; padding-top: 5px; }

  .products-view-tools .c-toolbar .categoryFilters .categoryFiltersRow .categoryFilterValues{ display: none; }
  .products-view-tools .c-toolbar .categoryFilters .categoryFiltersRow:not(:nth-child(1n+4)) .categoryFilterValues{ display: block; }
  .products-view-tools .c-toolbar .categoryFilters .categoryFiltersRow.f-expanded .categoryFilterValues { display: block; }
  .products-view-tools .c-toolbar .categoryFilters .categoryFiltersRow.f-collapsed .categoryFilterValues { display: none; }


  .products-view-tools .c-categories-link{ display: none; color: #000; }
  .products-view-tools .c-categories-link.ctg-active{ grid-area: c-category-list-title; display: block; border-right: 1px solid #f0f0f0; }
  .products-view-tools .c-categories-link .ctg-title{ visibility: hidden; padding: 0.5rem 0; user-select: none; }
  .products-view-tools .c-categories-link .ctg-title.clicked{ font-weight: bold; }
  .products-view-tools .c-categories-link.ctg-active .ctg-title{ cursor: pointer; visibility: visible; text-align: center; }
  .products-view-tools .c-categories-link.ctg-active .ctg-title:after{ content: ""; border: solid #777; border-width: 0 0 1px 1px; display: inline-block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); vertical-align: middle; width: 4px; height: 4px; margin-left: 0.5rem; }
  .products-view-tools .c-categories-link .ctg-title .c-count{ display: inline-block; margin-left: 4px; letter-spacing: normal; }

  .products-view-tools .items-list.ctg-list { display: block; }

  .products-view-tools .c-toolbar .sorting-navigator{ grid-area: sorting-navigator; float: none; }
  .products-view-tools .c-toolbar .sorting-navigator .s-title{ display: none; }
  .products-view-tools .c-toolbar .sorting-navigator .s-items{ width: auto !important; color: #000; padding: .5rem 1rem 0.5rem 0; text-align: right; max-width: 100%; letter-spacing: normal; }

  .products-view-tools .c-toolbar .resetIcon{ margin: 0; position: absolute; top: 0.8rem; left: 5rem; }

  .products-view-tools .ctg-list{ display: block; animation: res-menu_expand 0.3s linear; }
  .products-view-tools .ctg-list ul{ list-style:none; margin: 0; padding: 0; }
  .products-view-tools .ctg-list > ul ul { display: none; }
  .products-view-tools .ctg-list li{ margin: 0.6rem 0; padding: 0.2rem 0; position: relative; }
  .products-view-tools .ctg-list li:after {content: ""; width: 0.35rem; height: 0.35rem; border: solid #888; border-width: 0 1px 1px 0; display: inline-block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); float: right; margin-top: 0.35rem; }
  .products-view-tools .ctg-list li:last-child{ margin-bottom: 0; }
  .products-view-tools .ctg-list > a { color: #000; font-weight: bold; }

  .products-view-tools .price-items-list { border: none; }
  #panel-filter-list{ display: none; }

  .pan-collapse {display: block;}
  .pan-collapse:not(.ce_expand) > .pan-sub-hide > *{ display: initial; }

}

@media only screen and (max-width: 480px) {
  .ce-nav-fixed{ bottom: 20px; }

  .tabber .tabberNav {  display: flex; flex-wrap: wrap; overflow-x: auto; overflow-y: visible; border: none;  }
  .tabber .tabberNav > a{ margin-left: 0; margin-right: 0; margin-bottom: 0; padding: 0.5rem; overflow: initial; white-space: normal; text-align: left; width: 100%; text-align: center; border: 1px solid #e0e0e0; border-top:none; border-radius: 0; }
  .tabber .tabberNav > a:after { content:"";  width: 6px; height: 6px; position: absolute; border: solid black; border-width: 0 1px 1px 0; display: inline-block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); margin-top: 0.5em; margin-left: 1em; transition: all 0.30s ease; }
  .tabber .tabberNav > a.active { font-weight: bold; border-color: #e0e0e0; }
  .tabber .tabberNav > a.active:after { content:"";  width: 6px; height: 6px; position: absolute; border: solid black; border-width: 0 0 2px 2px; display: inline-block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); margin-top: 0.4em; margin-left: 1em; transition: all 0.30s ease; }
  .tabber .tabberNav > a:first-child { border-top: 1px solid #e0e0e0; }
  .tabber > .tabbertab { padding: 1rem 10px; }


  #page_order_login_out .tabber > .tabbertab{ border:1px solid #f0f0f0; border-radius: 0 4px 4px 4px; }

  .banner-slider .ce-heading { width: 100%; left: 0; }
  .banner-slider .ce-heading * { font-size: 1rem !important; }
  .banner-slider .ce-heading .ce-txt{ padding: 5%; }
  .banner-slider .ce_s_navigation{ bottom: 0.3rem; }
  .banner-slider .ce_s_navigation >* { cursor: pointer; margin: 0 0.2rem; height: .3rem; width: .6rem; }

  .ce-related_window { max-height: 90vh; overflow: auto; }
  .window-search_list_category.ce-related_window { width: 90vw; }
  .ce-related_window, #loginUser .ce-related_window{ position: fixed; top: 50%; width: 90vw; left: 5vw; right: auto; transform: translateY(-50%); }
  .ce-related_window:after{ content: none !important; }

  .category-items-list { grid-template-columns: repeat(2, auto); }
  .products-view-tools .c-toolbar .categoryFilters .categoryFilterValues { grid-template-columns: repeat(2, auto); }
  .products-view-tools .c-toolbar .resetIcon span{  display: none; }

  .ce-category-list > .ctg-item { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10; word-break: break-word; overflow: hidden; }
  .ce-category-list > .ctg-item a{ display: block; text-align: center; }
  .ce-category-list > .ctg-item a > img{ display: block; margin-left: auto; margin-right: auto; }

  #page_order_payment_out .order_block-countries .ddlst_country_filter {  min-width: 0; }

  .ce-site-cookie-content{ padding: 1.5rem 0.8rem 0.5rem 0.8rem; }
  .ce-site-cookie-btns{ padding: 0 0.8rem 1rem 0.8rem; }
  .ce-site-cookie-btn.ce-btn-no, .ce-site-cookie-btn.ce-btn-settings{ padding: .4rem 0.8rem; }
}

@media only screen and (max-width: 390px) {
  .products-view-tools .c-toolbar .c-title{ margin: 0; }
  .products-view-tools .c-toolbar .c-title:before { content: none; }
}



/*! nouislider - 15.5.0 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}
.noUi-target{position:relative}
.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}
.noUi-connects{overflow:hidden;z-index:0}
.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}
.noUi-vertical .noUi-origin{top:-100%;width:0}
.noUi-horizontal .noUi-origin{height:0}
.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}
.noUi-touch-area{height:100%;width:100%}
.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}
.noUi-state-drag *{cursor:inherit!important}
.noUi-horizontal{height:18px}
.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}
.noUi-vertical{width:18px}
.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}
.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}
.noUi-connects{border-radius:3px}
.noUi-connect{background:#3FB8AF}
.noUi-draggable{cursor:ew-resize}
.noUi-vertical .noUi-draggable{cursor:ns-resize}
.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}
.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}
.noUi-handle:before,.noUi-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}
.noUi-handle:after{left:17px}
.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px}
.noUi-vertical .noUi-handle:after{top:17px}
[disabled] .noUi-connect{background:#B8B8B8}
[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}
.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}
.noUi-pips{position:absolute;color:#999}
.noUi-value{position:absolute;white-space:nowrap;text-align:center}
.noUi-value-sub{color:#ccc;font-size:10px}
.noUi-marker{position:absolute;background:#CCC}
.noUi-marker-sub{background:#AAA}
.noUi-marker-large{background:#AAA}
.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}
.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}
.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}
.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}
.noUi-marker-horizontal.noUi-marker-sub{height:10px}
.noUi-marker-horizontal.noUi-marker-large{height:15px}
.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}
.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}
.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}
.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}
.noUi-marker-vertical.noUi-marker-sub{width:10px}
.noUi-marker-vertical.noUi-marker-large{width:15px}
.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}
.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}
.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}
.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}
.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}


/* CE customs */
.noUi-horizontal { height: 1px;}
.noUi-horizontal .noUi-handle{ width: 1rem; height: 1rem; box-shadow: none; border-radius: 50%; background: #fff; top: -0.5rem; right: -0.5rem; }
.noUi-handle::before, .noUi-handle::after{ content: none; }
.noUi-connect { background: transparent; }
.noUi-target { border-radius: 0; border:none; border-top: 1px solid #e0e0e0; box-shadow: none; }


