﻿@charset "UTF-8";
/* IMPORT BASE */
@font-face {
  font-family: "VS Social Sharing Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/vs-social-sharing-icons.woff) format("woff"), url(../fonts/vs-social-sharing-icons.woff2) format("woff2");
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  font-family: "VS Social Sharing Icons";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-at:before {
  content: "fa-at";
}

.fa-facebook:before {
  content: "fa-facebook";
}

.fa-comment:before {
  content: "fa-comment";
}

.fa-linkedin:before {
  content: "fa-linkedin";
}

.fa-facebook-messenger:before {
  content: "fa-facebook-messenger";
}

.fa-pinterest:before {
  content: "fa-pinterest";
}

.fa-get-pocket:before {
  content: "fa-get-pocket";
}

.fa-stumbleupon:before {
  content: "fa-stumbleupon";
}

.fa-paper-plane:before {
  content: "fa-paper-plane";
}

.fa-twitter:before {
  content: "fa-twitter";
}

.fa-x-twitter:before {
  content: "fa-x-twitter";
}

.fa-viber:before {
  content: "fa-viber";
}

.fa-vk:before {
  content: "fa-vk";
}

.fa-whatsapp:before {
  content: "fa-whatsapp";
}

:root {
  --container: 100%;
  --safearea-bottom: env(safe-area-inset-bottom);
  --gutter: 1rem;
  --fs-small: 14px;
  --menu-left-panel-width: 250px !important;
  --menu-image-width: 250px;
  --menu-padding-left: 0px !important;
  --menu-padding-right: 0px !important;
  --menu-padding-top: 0.25rem !important;
  --menu-padding-bottom: 0.25rem !important;
  --menu-height: 425px !important;
}
@media only screen and (min-width:576px) {
  :root {
    --container: 540px;
  }
}
@media only screen and (min-width:768px) {
  :root {
    --container: 720px;
  }
}
@media only screen and (min-width:992px) {
  :root {
    --container: 960px;
  }
}
@media only screen and (min-width:1200px) {
  :root {
    --container: 1140px;
  }
}
@media only screen and (min-width:1400px) {
  :root {
    --container: 1324px;
  }
}

html {
  font-size: 16px;
}

body {
  padding: 0;
  margin: 0;
  color: #232F47;
  background: #F9F9F9;
  font-family: "Red Hat Display", serif;
  font-weight: 500;
  line-height: 1.4;
  opacity: 0;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}
body.loaded {
  opacity: 1;
  z-index: 1;
}
body.noscroll, body.-search-focus {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.iframe {
  min-height: initial;
}
body.page-mainpage main {
  padding-top: calc(var(--stickyHeight));
}
body.page-product-details header.header {
  position: relative !important;
}
body.page-product-details main {
  padding-top: 24px;
}
body.page-product-details .yahoobar {
  justify-content: flex-start;
}

label {
  margin-bottom: 0;
}

.list {
  list-style-type: none;
}

::selection {
  background-color: rgba(169.9079497908, 27.5313807531, 18.0920502092, 0.4);
  color: #fff;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.help-cursor, .cursor-help {
  cursor: help !important;
}

.cursor-default, .cursor-default * {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.newsletter-wrapper, .enduser ul.type-wrapper > li, .downloads .categories ul, .rate-order .rate-order-inner .rate-order-scale, .szuropanel, .stars, .spec-wrapper ul, .spec-wrapper, .stores-list, .parsed-webmenu-wrapper .parsed-webmenu, .webmenu, .footer-top .footer-menu ul, .message--to-cart ul, .password-note, .option-list, .tabs-wrapper > .tabs, .tabs-wrapper .container > .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0 0 12px 0;
}

.fw-black {
  font-weight: 900 !important;
}

.extrabold, .fw-extrabold {
  font-weight: 800 !important;
}

.bold {
  font-weight: 700 !important;
}

.semibold {
  font-weight: 600 !important;
}

.medium {
  font-weight: 500 !important;
}

.regular {
  font-weight: 400 !important;
}

.fs-null {
  font-size: 0 !important;
}

.fs-tiny {
  font-size: 11px !important;
}

.fs-smallest {
  font-size: 12px !important;
}

.fs-smaller {
  font-size: 13px !important;
}

.fs-small {
  font-size: 14px !important;
}

.fs-medium {
  font-size: 19px !important;
}

.fs-large {
  font-size: 24px !important;
}

.fs-huge {
  font-size: 30px !important;
}

.fs-normal {
  font-size: 16px !important;
}

h4.-marker, .h4.-marker, h3.-marker, .h3.-marker, .search-history .-marker.label, .search-suggestions .-marker.label, h2.-marker, .h2.-marker, h1.-marker, .h1.-marker {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  h4.-marker, .h4.-marker, h3.-marker, .h3.-marker, .search-history .-marker.label, .search-suggestions .-marker.label, h2.-marker, .h2.-marker, h1.-marker, .h1.-marker {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
h4.-marker:before, .h4.-marker:before, h3.-marker:before, .h3.-marker:before, .search-history .-marker.label:before, .search-suggestions .-marker.label:before, h2.-marker:before, .h2.-marker:before, h1.-marker:before, .h1.-marker:before, h4.-marker:after, .h4.-marker:after, h3.-marker:after, .h3.-marker:after, .search-history .-marker.label:after, .search-suggestions .-marker.label:after, h2.-marker:after, .h2.-marker:after, h1.-marker:after, .h1.-marker:after {
  content: "";
  display: block;
  width: 85px;
  height: 5px;
  border-radius: 50px;
  background: #D82317;
}
h4.-blue-marker.-marker:before, .-blue-marker.h4.-marker:before, h3.-blue-marker.-marker:before, .-blue-marker.h3.-marker:before, .search-history .-blue-marker.-marker.label:before, .search-suggestions .-blue-marker.-marker.label:before, h2.-blue-marker.-marker:before, .-blue-marker.h2.-marker:before, h1.-blue-marker.-marker:before, .-blue-marker.h1.-marker:before, h4.-blue-marker.-marker:after, .-blue-marker.h4.-marker:after, h3.-blue-marker.-marker:after, .-blue-marker.h3.-marker:after, .search-history .-blue-marker.-marker.label:after, .search-suggestions .-blue-marker.-marker.label:after, h2.-blue-marker.-marker:after, .-blue-marker.h2.-marker:after, h1.-blue-marker.-marker:after, .-blue-marker.h1.-marker:after {
  background: #3168D6;
}
h4.-grey-marker.-marker:before, .-grey-marker.h4.-marker:before, h3.-grey-marker.-marker:before, .-grey-marker.h3.-marker:before, .search-history .-grey-marker.-marker.label:before, .search-suggestions .-grey-marker.-marker.label:before, h2.-grey-marker.-marker:before, .-grey-marker.h2.-marker:before, h1.-grey-marker.-marker:before, .-grey-marker.h1.-marker:before, h4.-grey-marker.-marker:after, .-grey-marker.h4.-marker:after, h3.-grey-marker.-marker:after, .-grey-marker.h3.-marker:after, .search-history .-grey-marker.-marker.label:after, .search-suggestions .-grey-marker.-marker.label:after, h2.-grey-marker.-marker:after, .-grey-marker.h2.-marker:after, h1.-grey-marker.-marker:after, .-grey-marker.h1.-marker:after {
  background: #D4D3DE;
}
h4.-left.-marker, .-left.h4.-marker, h3.-left.-marker, .-left.h3.-marker, .search-history .-left.-marker.label, .search-suggestions .-left.-marker.label, h2.-left.-marker, .-left.h2.-marker, h1.-left.-marker, .-left.h1.-marker {
  justify-content: end;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  h4.-left.-marker, .-left.h4.-marker, h3.-left.-marker, .-left.h3.-marker, .search-history .-left.-marker.label, .search-suggestions .-left.-marker.label, h2.-left.-marker, .-left.h2.-marker, h1.-left.-marker, .-left.h1.-marker {
    align-items: end;
  }
}
h4.-left.-marker:after, .-left.h4.-marker:after, h3.-left.-marker:after, .-left.h3.-marker:after, .search-history .-left.-marker.label:after, .search-suggestions .-left.-marker.label:after, h2.-left.-marker:after, .-left.h2.-marker:after, h1.-left.-marker:after, .-left.h1.-marker:after {
  content: none;
}
h4.-right.-marker, .-right.h4.-marker, h3.-right.-marker, .-right.h3.-marker, .search-history .-right.-marker.label, .search-suggestions .-right.-marker.label, h2.-right.-marker, .-right.h2.-marker, h1.-right.-marker, .-right.h1.-marker {
  justify-content: start;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  h4.-right.-marker, .-right.h4.-marker, h3.-right.-marker, .-right.h3.-marker, .search-history .-right.-marker.label, .search-suggestions .-right.-marker.label, h2.-right.-marker, .-right.h2.-marker, h1.-right.-marker, .-right.h1.-marker {
    align-items: start;
  }
}
h4.-right.-marker:before, .-right.h4.-marker:before, h3.-right.-marker:before, .-right.h3.-marker:before, .search-history .-right.-marker.label:before, .search-suggestions .-right.-marker.label:before, h2.-right.-marker:before, .-right.h2.-marker:before, h1.-right.-marker:before, .-right.h1.-marker:before {
  content: none;
}

h1, .h1 {
  font-size: 30px;
  font-weight: 800;
  margin-top: 1em;
  margin-bottom: 1em;
}
h2, .h2 {
  font-size: 24px;
  font-weight: 800;
  margin-top: 1em;
  margin-bottom: 1em;
}
h3, .h3, .search-history .label, .search-suggestions .label {
  font-size: 19px;
  font-weight: 800;
  margin-top: 1em;
  margin-bottom: 1em;
}
h4, .h4 {
  font-weight: 800;
  margin-top: 1em;
  margin-bottom: 1em;
}
a {
  color: #D82317;
  transition: 0.2s ease-in-out;
}

pre, .pre {
  font-family: "Red Hat Display", serif;
  font-size: 16px;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #232F47;
  white-space: pre-line;
}

.color-primary {
  color: #D82317 !important;
}

.color-secondary {
  color: #232F47 !important;
}

.color-font {
  color: #232F47 !important;
}

.color-grey {
  color: #9A9A9A !important;
}

.color-success, .color-positive {
  color: #43CC71 !important;
}

.color-danger, .red, .color-negative {
  color: #D82317 !important;
}

.color-warning {
  color: #FFD83C !important;
}

.color-white {
  color: #fff !important;
}

.color-light {
  color: #FEFEFE !important;
}

.text-justify {
  text-align: justify;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.error-logo {
  width: 200px;
}

.error {
  margin: 1.5rem auto;
  padding: 1rem;
  max-width: 25rem;
  min-width: 20rem;
  border-radius: 16px;
  text-align: center;
  /* SPECIFIKUS HIBAOSZTÁLYOK */
}
.error .title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
}
.error .subtitle {
  font-size: 19px;
  margin-bottom: 1rem;
  color: #9A9A9A;
}
.error.\-404 {
  box-shadow: 0 0 0 2px #D82317, 0 1rem 2rem rgba(80, 80, 80, 0.16);
}
.error.\-404 .title {
  color: #D82317;
}
.error.\-404 .button, .error.\-404 .accordion-header.-button {
  background: #D82317;
}
.error.\-404 .button:hover, .error.\-404 .accordion-header.-button:hover {
  background: rgb(233.8284518828, 67.2175732218, 56.1715481172);
}
.error.\-503 {
  box-shadow: 0 0 0 2px #D82317, 0 1rem 2rem rgba(80, 80, 80, 0.16);
}
.error.\-503 .title {
  color: #D82317;
}
.error.\-503 .button, .error.\-503 .accordion-header.-button {
  background: #D82317;
}
.error.\-503 .button:hover, .error.\-503 .accordion-header.-button:hover {
  background: rgb(233.8284518828, 67.2175732218, 56.1715481172);
}
.error.\-notconfigured {
  box-shadow: 0 0 0 2px #D82317, 0 1rem 2rem rgba(80, 80, 80, 0.16);
}
.error.\-notconfigured .title {
  color: #D82317;
}
.error.\-notconfigured .button, .error.\-notconfigured .accordion-header.-button {
  background: #D82317;
}
.error.\-notconfigured .button:hover, .error.\-notconfigured .accordion-header.-button:hover {
  background: rgb(233.8284518828, 67.2175732218, 56.1715481172);
}
.error.\-closed {
  box-shadow: 0 0 0 2px #232F47, 0 1rem 2rem rgba(80, 80, 80, 0.16);
}
.error.\-closed .title {
  color: #232F47;
  font-size: 3rem;
}
.error.\-closed .button, .error.\-closed .accordion-header.-button {
  background: #232F47;
}
.error.\-closed .button:hover, .error.\-closed .accordion-header.-button:hover {
  background: rgb(51.8396226415, 69.6132075472, 105.1603773585);
}

@media only screen and (max-width: 767px) {
  .error {
    max-width: calc(100% - 1.5rem);
    min-width: calc(100% - 1.5rem);
  }
}
/* IMPORT SCRIPTS */
/*! jQuery UI - v1.11.4 - 2015-05-19
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css

/* Component containers
----------------------------------*/
.ui-datepicker.ui-widget-content {
  display: none;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  text-decoration: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* Overlays */
.ui-widget-overlay {
  opacity: 0.5;
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  opacity: 0.2;
  border-radius: 5px;
}

.ui-datepicker-calendar {
  width: 220px;
  margin: 5px 10px;
}

.ui-datepicker-calendar td, .ui-datepicker-calendar th {
  width: 20px;
  text-align: center;
  padding: 5px 0;
}

.ui-datepicker-title {
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}

.ui-datepicker-prev, .ui-datepicker-next {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.ui-datepicker-prev {
  left: 10px;
  background: url(../images/arrow_ic_24_white.svg) no-repeat center center; /*prev button*/
  transform: rotate(90deg);
}

.ui-datepicker-next {
  right: 10px;
  background: url(../images/arrow_ic_24_white.svg) no-repeat center center; /*next button*/
  transform: rotate(-90deg);
}

/*datepicker header*/
.ui-datepicker-header {
  line-height: 30px;
  text-align: center;
  position: relative;
  padding: 5px 10px;
  background: #D82317; /*header bgr color*/
  color: #fff;
}

.ui-state-default {
  padding: 2px 5px;
  border-radius: 0;
  border: 1px solid transparent;
}

/*actual day*/
.ui-state-highlight {
  border: 1px solid #EEEEEE;
  color: #D82317;
  font-weight: bold;
}

/*selected day*/
.ui-state-active {
  background: #D82317;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.ui-state-active a {
  color: #fff;
}

.ui-datepicker-trigger {
  background: transparent;
  color: #D82317;
  width: 24px;
  padding: 0;
}

/*  */
@media only screen and (max-width: 767px) {
  .datepicker-outer {
    flex-wrap: wrap;
  }
}
.datepicker-outer .separator {
  width: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .datepicker-outer .separator {
    width: 100%;
    text-align: center;
  }
}
.datepicker-outer input[type=submit] {
  flex-shrink: 1;
  margin-left: 12px;
}

.datepicker-wrapper {
  flex-grow: 1;
  flex-basis: 0;
}
@media only screen and (max-width: 767px) {
  .datepicker-wrapper {
    flex-basis: auto;
    justify-content: flex-start !important;
  }
}
.datepicker-wrapper input[type=text] {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .datepicker-wrapper input[type=text] {
    width: calc(100% - 2 * 24px);
  }
}
.datepicker-wrapper .clear-icon {
  margin-left: 5px !important;
}

.slider-wrapper-vue .ui-slider {
  height: 1.5rem;
  position: absolute;
  z-index: 2;
}
.slider-wrapper-vue .ui-slider .handle {
  width: 1.5rem;
  height: 1.5rem;
  outline: none;
  cursor: pointer;
  background: #FFFFFF;
  border: 2px solid #232F47;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  left: -0.25rem;
}
.slider-wrapper-vue .ui-slider .handle:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: #232F47;
  border-radius: 50%;
}
.slider-wrapper-vue .ui-slider .handle:active {
  border-color: #232F47;
}
.slider-wrapper-vue .ui-slider .bar {
  position: absolute;
  left: 0;
  height: 6px;
  top: calc(50% - 3px);
  border-radius: 6px;
}
.slider-wrapper-vue .ui-slider .bar.-active {
  background-color: #232F47;
}
.slider-wrapper-vue .ui-slider .bar.-default {
  width: 100%;
  background-color: #D4D3DE;
}
.slider-wrapper-vue .ui-slider .bar.-valid {
  background-color: #43CC71;
}
.slider-wrapper-vue .slider-values {
  margin: 0.5em 0 0 0 !important;
  width: 100% !important;
}
.slider-wrapper-vue .slider-values input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.slider-wrapper-vue .slider-values input:nth-child(2) {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.slider-wrapper-vue .slider-values input:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.slider-wrapper-vue .slider-values .button, .slider-wrapper-vue .slider-values .accordion-header.-button {
  height: 40px !important;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.slider-wrapper-vue .slider-values > div:first-child {
  margin-right: 0.75em;
}
.slider-wrapper-vue .slider-values > div:last-child {
  margin-left: 0.75em;
}
.slider-wrapper-vue .slider-range {
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  position: relative;
  background: transparent;
}
.slider-wrapper-vue .slider-range:before, .slider-wrapper-vue .slider-range:after {
  content: none;
}

#toTop, .toTopVue {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 32px;
  right: 0;
  left: 0;
  margin: auto;
  text-decoration: none;
  background: #FEFEFE;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08), 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  transition: 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  #toTop, .toTopVue {
    margin-left: 32px;
    left: 0;
  }
}
#toTop:before, .toTopVue:before {
  content: "expand_less";
}
#toTop.visible, .toTopVue.visible {
  opacity: 1;
  pointer-events: all;
}
#vsAtvetPontok {
  position: relative;
}
#vsAtvetPontok .item {
  position: relative;
}

.atvet-wrapper {
  max-height: 300px;
  overflow: auto;
}
.atvet-wrapper::-webkit-scrollbar {
  width: 6px;
}
.atvet-wrapper::-webkit-scrollbar-track, .atvet-wrapper::-webkit-scrollbar-corner {
  background: #f4f7fc;
  border-radius: 3px;
}
.atvet-wrapper::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 3px;
}
.atvet-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgb(196.5, 196.5, 196.5);
}
.atvet-wrapper .item {
  background: none;
  border: none;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  justify-content: flex-start;
  margin: 0 !important;
  padding: 15px 0;
}
.atvet-wrapper .item:first-child {
  border-top: none;
}
.atvet-wrapper .item:last-child {
  border-bottom: none;
}
.atvet-wrapper .item:only-child {
  padding: 15px 0;
}
.atvet-wrapper.-selected {
  cursor: auto;
  overflow: visible;
}
.atvet-wrapper.-selected .item {
  justify-content: flex-start !important;
}
.atvet-wrapper.-selected .item .title {
  cursor: auto;
}
.atvet-wrapper.-selected .item .radio {
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
  transition: 0.2s ease-in-out;
  min-width: 24px;
  position: relative;
  width: 24px;
  height: 24px;
}
.atvet-wrapper.-selected .item .radio:after {
  content: "";
  display: block;
  background: #D82317;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 4px;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}
.atvet-wrapper.-selected .item .details {
  flex-grow: 0;
  cursor: default;
}
.atvet-wrapper.-selected .item .change-button {
  margin-left: auto;
}
.atvet-wrapper.-selected .item .more {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 0;
}
.atvet-wrapper.-changed .help-icon {
  opacity: 0;
  pointer-events: none;
}
.atvet-wrapper .item {
  margin: 20px 0;
}
.atvet-wrapper .item.hovered .input input + label {
  background-position-y: -216px;
}
.atvet-wrapper .item .input {
  flex-shrink: 0;
}
.atvet-wrapper .item .input input {
  display: none;
}
.atvet-wrapper .item .details {
  flex-grow: 1;
  cursor: pointer;
}
.atvet-wrapper .item .address {
  font-size: 14px;
}
.atvet-wrapper .item .more-popper {
  right: 0;
  left: auto;
  top: 0;
  padding: 20px;
}
.atvet-wrapper .item .more-popper .h3, .atvet-wrapper .item .more-popper .search-history .label, .search-history .atvet-wrapper .item .more-popper .label, .atvet-wrapper .item .more-popper .search-suggestions .label, .search-suggestions .atvet-wrapper .item .more-popper .label {
  padding-right: 25px;
}
.atvet-wrapper .item .more-popper .address {
  margin: 10px 0;
}
.atvet-wrapper .item .more-popper .pre {
  font-size: 14px;
}
@media only screen and (max-width: 575px) {
  .atvet-wrapper .item .more-popper {
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .atvet-wrapper .item {
    flex-wrap: wrap;
  }
  .atvet-wrapper .item .change-button {
    margin: 10px 0 0 0 !important;
    width: 100%;
    flex: 0 0 100%;
  }
}

.opening-hours {
  margin-top: 1em;
}

/* CR TABS */
.tabs-wrapper {
  width: 100%;
  height: 64px;
  margin-top: 24px;
  position: sticky;
  top: var(--stickyHeight);
  z-index: 3;
}
.tabs-wrapper > .tabs, .tabs-wrapper .container > .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 64px;
  padding: 24px 0;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
  border-radius: 16px 16px 0px 0px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  color: #9A9A9A;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.tabs-wrapper > .tabs::-webkit-scrollbar, .tabs-wrapper .container > .tabs::-webkit-scrollbar {
  width: 6px;
}
.tabs-wrapper > .tabs::-webkit-scrollbar-track, .tabs-wrapper > .tabs::-webkit-scrollbar-corner, .tabs-wrapper .container > .tabs::-webkit-scrollbar-track, .tabs-wrapper .container > .tabs::-webkit-scrollbar-corner {
  background: #f4f7fc;
  border-radius: 3px;
}
.tabs-wrapper > .tabs::-webkit-scrollbar-thumb, .tabs-wrapper .container > .tabs::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 3px;
}
.tabs-wrapper > .tabs::-webkit-scrollbar-thumb:hover, .tabs-wrapper .container > .tabs::-webkit-scrollbar-thumb:hover {
  background: rgb(196.5, 196.5, 196.5);
}
.tabs-wrapper > .tabs::-webkit-scrollbar, .tabs-wrapper .container > .tabs::-webkit-scrollbar {
  height: 6px;
}
.tabs-wrapper > .tabs.-empty, .tabs-wrapper .container > .tabs.-empty {
  display: none;
}
.tabs-wrapper > .tabs > li, .tabs-wrapper .container > .tabs > li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
  height: 64px;
  cursor: pointer;
  padding: 0 12px;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
}
.tabs-wrapper > .tabs > li:first-child, .tabs-wrapper .container > .tabs > li:first-child {
  margin-left: 32px;
}
.tabs-wrapper > .tabs > li:last-child, .tabs-wrapper .container > .tabs > li:last-child {
  margin-right: 32px;
}
.tabs-wrapper > .tabs > li:after, .tabs-wrapper .container > .tabs > li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: block;
  width: 0%;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: #D82317;
  transition: 0.2s ease-in-out;
}
.tabs-wrapper > .tabs > li.-active, .tabs-wrapper .container > .tabs > li.-active {
  color: #232F47;
  font-weight: 700;
}
.tabs-wrapper > .tabs > li.-active:after, .tabs-wrapper .container > .tabs > li.-active:after {
  width: calc(70% - 24px);
}

.tabs-sections {
  width: 100%;
  position: relative;
}
.tabs-sections .section {
  margin-top: 80px;
}
.tabs-sections .section.-white-section {
  border-radius: 16px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  padding: 48px;
}
.tabs-sections .section.-white-section h2:not(.p-item-title) {
  margin-bottom: 32px;
}
.tabs-sections .section h2:not(.p-item-title) {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 48px;
}

/* POPPER */
.popper {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  display: none;
  padding: 16px;
  position: absolute;
  min-width: 320px;
  max-width: calc(100% - 30px);
  min-height: 60px;
  max-height: 100vh;
  z-index: 16;
  overflow: auto;
  pointer-events: all;
  white-space: normal;
  line-height: 1.4;
  text-transform: none;
  font-weight: 500;
  font-size: 1rem;
  cursor: initial;
}
.popper.popped {
  display: block;
  animation: ShowPopper 0.15s;
  animation-fill-mode: forwards;
}
.popper > .title, .popper .popper__title, .popper .popper-title {
  border-bottom: 1px solid #EEEEEE;
  font-weight: 700;
  margin-bottom: 32px;
  padding-bottom: 10px;
}
.popper.unpopped {
  animation: HidePopper 0.15s;
  animation-fill-mode: forwards;
}
.popper.fixed {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-top: none;
  max-height: calc(100% - 30px);
}
.popper.fixed.popped {
  animation: ShowFixedPopper 0.15s;
  animation-fill-mode: forwards;
}
.popper.fixed.unpopped {
  animation: HideFixedPopper 0.15s;
  animation-fill-mode: forwards;
}
.popper .popped-close, .popper .popper__close, .popper .popper-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  z-index: 1;
}
.popper .popped-close:after, .popper .popper__close:after, .popper .popper-close:after {
  content: "close";
}
.popper.-under {
  top: 100%;
  bottom: initial;
}
.popper.-above {
  top: initial;
  bottom: 100%;
}
.popper.-bottom-0 {
  top: initial;
  bottom: 0;
}
.popper.-left-0 {
  left: 0;
  right: initial;
}
.popper.-left-100 {
  left: 100%;
  right: initial;
}
.popper.-right-0 {
  right: 0;
  left: initial;
}
.popper.-right-100 {
  right: 100%;
  left: initial;
}
.popper.-center {
  right: initial;
  left: 50%;
  transform: translateX(-50%);
}
.popper.-compact {
  max-width: var(--container);
}

.popper-wrapper {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 5001;
}
.popper-wrapper > .popper {
  position: relative;
  max-height: calc(100% - 30px);
  overflow: auto;
}

@keyframes ShowPopper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes HidePopper {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ShowFixedPopper {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes HideFixedPopper {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.popped-overlay, .popper-overlay, .popper-header-overlay, .popper-vue-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 15;
  animation: ShowFixedPopper 0.25s;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 767px) {
  .popped-overlay, .popper-overlay, .popper-header-overlay, .popper-vue-overlay {
    height: 100vh;
    width: 100vw;
  }
}
.popped-overlay.fadeout, .fadeout.popper-overlay, .fadeout.popper-header-overlay, .fadeout.popper-vue-overlay {
  animation: HideFixedPopper 0.25s;
  animation-fill-mode: forwards;
}

.system-message-popper {
  width: 380px;
}

.popper-header-overlay {
  z-index: 14;
}

.ertesites-popup, .arertesites-popup {
  max-width: 480px;
}

.munkalap-hint-popper {
  left: initial;
  right: 0;
  bottom: 100%;
  min-width: 200px;
  width: 320px;
}
@media only screen and (min-width:1200px) {
  .munkalap-hint-popper {
    left: calc(100% + 0.5rem);
    bottom: 0;
  }
}

#vsPopUp {
  padding: 1rem;
  overflow: visible;
}
#vsPopUp img {
  max-width: none;
  max-height: calc(100vh - 4rem);
}
@media only screen and (max-width: 575px) {
  #vsPopUp img {
    max-width: 100%;
  }
}
#vsPopUp .popper-close {
  border-radius: 50%;
  top: -1rem;
  right: -1rem;
  width: 48px;
  height: 48px;
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.table {
  width: 100%;
  display: table;
  margin: 32px 0;
}
.table .table-head {
  display: table-row;
}
.table .table-head > * {
  font-weight: 700;
  display: table-cell;
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
  font-size: 14px;
}
.table .table-row {
  display: table-row;
  position: relative;
}
.table .table-row .positive {
  background-color: #43CC71;
}
.table .table-row > * {
  display: table-cell;
  line-height: 1.4;
  border-bottom: 1px solid #EEEEEE;
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
}
.table .table-row > *.longtext {
  max-width: 320px;
  font-size: 14px;
  text-align: justify;
}
.table .color-danger, .table .color-warning, .table .color-success {
  display: inline-block;
  border-radius: 16px;
  padding: 3px 6px;
  font-weight: 700;
  color: white !important;
}
.table .color-danger {
  background-color: #D82317;
}
.table .color-warning {
  background-color: #FFD83C;
}
.table .color-success {
  background-color: #43CC71;
}

.rendered {
  display: block !important;
}
.rendered .table-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rendered .table-head > * {
  border: none;
  flex-grow: 1;
}
.rendered .table-head > *:first-child {
  width: 24px;
  height: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.rendered .table-row {
  display: block;
}
.rendered .table-row.expanded .innerHead > *:first-child:before {
  content: "remove";
}
.rendered .table-row.expanded .innerRow {
  display: block;
  border-top: 1px solid #EEEEEE;
}
.rendered .table-row .innerHead {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
  border-top: none;
}
.rendered .table-row .innerHead > * {
  flex-grow: 1;
  padding: 5px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rendered .table-row .innerHead > *:first-child {
  flex-shrink: 0;
  flex-grow: 0;
  border: none;
  height: 24px;
  width: 24px;
  padding: 0;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  z-index: 2;
  cursor: pointer;
}
.rendered .table-row .innerHead > *:first-child:before {
  content: "add";
  color: #D82317;
}
.rendered .table-row .innerRow {
  display: none;
  width: 100%;
}
.rendered .table-row .innerRow > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rendered .table-row .innerRow > div > div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.rendered .table-row .innerRow > div > div:last-child {
  text-align: right;
  padding-left: 15px;
}
.rendered .table-row .innerRow > div > div:last-child input {
  margin-top: 2px;
  margin-bottom: 2px;
}
.rendered .table-row .innerLabel.hide + .innerValue {
  text-align: center;
  padding-left: 0;
  width: 100%;
}
/* VARIABLES */
.messages-container {
  background: #D82317;
  border-radius: 16px;
  color: #fff;
  cursor: default;
  font-size: 16px;
  margin-bottom: 24px;
  transition: 0.33s height ease-in-out;
}
.messages-container.collapsed {
  overflow: hidden;
  height: 40px;
}
.messages-container.collapsed .message-item {
  border-bottom: none;
}
.messages-container.expandable .message-item {
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.messages-container.expandable .message-item > div {
  white-space: nowrap;
}
.messages-container.expandable .message-item.expandable-item {
  position: relative;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.messages-container.expandable .message-item.expandable-item:hover {
  background: rgb(231.3744769874, 45.4518828452, 33.1255230126);
}
.messages-container.expandable .message-item.expandable-item:before {
  content: "";
  position: absolute;
  width: 88px;
  height: 100%;
  background: linear-gradient(to right, rgba(216, 35, 23, 0) 0%, #d82317 50%, #d82317 100%);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.messages-container.expandable .message-item.expanded {
  overflow: visible;
  height: auto;
}
.messages-container.expandable .message-item.expanded:before {
  opacity: 0;
}
.messages-container.expandable .message-item.expanded > div {
  max-width: 100%;
  white-space: normal;
}

.messages-inner {
  transition: 0.33s transform ease-in-out;
  margin: auto;
}
@media only screen and (min-width:576px) {
  .messages-inner {
    width: 476px;
  }
}
@media only screen and (min-width:768px) {
  .messages-inner {
    width: 656px;
  }
}
@media only screen and (min-width:992px) {
  .messages-inner {
    width: 896px;
  }
}
@media only screen and (min-width:1200px) {
  .messages-inner {
    width: 1076px;
  }
}
@media only screen and (min-width:1400px) {
  .messages-inner {
    width: 1260px;
  }
}

.message-item {
  position: relative;
  padding: 0 32px;
}
.message-remove-icon {
  margin-left: auto;
  height: 24px;
  z-index: 1;
  cursor: pointer;
}
.message-remove-icon:before {
  content: "close";
}

.caching-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FEFEFE;
  border-radius: 16px;
}

.loader-wrapper.-small .loader-alt {
  width: 30px;
  border-width: 3px;
}

.button .loader-wrapper, .accordion-header.-button .loader-wrapper, button .loader-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.button .loader-wrapper .loader, .accordion-header.-button .loader-wrapper .loader, button .loader-wrapper .loader {
  position: relative;
}

/* HTML: <div class="loader"></div> */
.loader-alt {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid transparent;
  border-radius: 50%;
  border-color: #232F47 transparent;
  animation: loader-alt 2s infinite linear;
}
.loader-alt.-small {
  width: 30px;
  border-width: 3px;
}
.loader-alt:before, .loader-alt:after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.loader-alt:before {
  border-color: #D82317 transparent;
  animation: inherit;
  animation-duration: 1s;
  animation-direction: reverse;
}
.loader-alt:after {
  margin: 8px;
}
@keyframes loader-alt {
  100% {
    transform: rotate(1turn);
  }
}

.loader-active {
  color: transparent !important;
  background-image: none !important;
}
.loader-active * {
  color: transparent !important;
}

.page-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  z-index: 3;
}
.page-loader > .box {
  margin: auto;
  padding: 16px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 1rem;
  align-items: center;
}
.page-loader > .box > svg {
  margin-bottom: 8px;
}
.page-loader > .box > .loader {
  width: 30px;
  height: 30px;
  position: relative;
}
.page-loader > .box > .loader:nth-child(2) {
  animation-delay: 0.25s;
}
.page-loader > .box > .loader:nth-child(2):after {
  animation-delay: 0.25s;
}
.page-loader > .box > .loader:nth-child(3) {
  animation-delay: 0.5s;
}
.page-loader > .box > .loader:nth-child(3):after {
  animation-delay: 0.5s;
}

.panel-loader {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
}
.panel-loader.loaded {
  animation: FadeOut 0.2s;
  animation-fill-mode: forwards;
  pointer-events: none;
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.app-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(35, 47, 71, 0.2);
}

.compare-wrapper {
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
}
.compare-wrapper .compare-inner {
  width: auto;
  overflow: auto;
}
.compare-wrapper .compare-inner td:not(:first-child) {
  min-width: 170px;
  max-width: 170px;
}

.compare-layer {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 2;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08), 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  transition: 0.2s ease-in-out;
  font-weight: 700;
}
.compare-layer.collapsed {
  transform: translate(-100%, 0);
}
.compare-layer.collapsed .compare-collapse {
  left: 100%;
  transform: translate(100%, -50%);
  background-image: url(../images/baseline-arrow_forward-24px.svg);
}

.compare-row {
  padding: 10px 15px;
  position: relative;
}

.compare-collapse {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #FEFEFE url(../images/baseline-arrow_back-24px.svg) no-repeat center;
  background-size: 24px 24px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08), 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tipsy.no-overlay .popper-overlay {
  display: none !important;
}

.tipsy-popper {
  max-width: 320px;
  min-width: 0;
  min-height: 0;
  position: fixed;
  text-align: left;
  padding: 16px;
  padding-right: 40px;
  font-size: 14px;
  font-family: "Red Hat Display", serif;
  font-weight: 500;
}
.tipsy-popper .popped-close {
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 16px 16px !important;
}
.tipsy-popper.pre-popped {
  display: block;
  visibility: hidden;
}
@media only screen and (min-width:768px) {
  .tipsy-popper {
    max-width: 360px;
  }
}
@media only screen and (min-width:1200px) {
  .tipsy-popper {
    padding-right: 32px;
  }
}

/* lista felugró */
.list-popper .input-wrapper .add-icon {
  margin-left: 0.5rem;
}

.lists-wrapper .item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-shares * {
  box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
  font-weight: 400;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-xtwitter .jssocials-share-link {
  background: #000;
}

.jssocials-share-xtwitter .jssocials-share-link:hover {
  background: #333;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #FFFFFF;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #FFFFFF;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: gainsboro;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

.jssocials-shares {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.jssocials-shares > * {
  margin: 0.3em;
}

.jssocials-share-link {
  border-radius: 50%;
  padding: 0.6em;
}

.share-popper {
  right: 0;
  padding: 0.5rem;
}

.phoneNumber {
  width: 100%;
}
.phoneNumber .flag {
  width: 21px;
  height: 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/lang/_na.png);
  margin-right: 32px;
  flex-shrink: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .phoneNumber .flag {
    background-image: url(../images/lang/_na@2x.png);
  }
}
.phoneNumber .plussign {
  text-align: center;
  width: 10px;
  margin-right: 32px;
}
.phoneNumber input.prefix {
  width: 20% !important;
  min-width: calc(3ch + 32px * 2);
  margin-right: 32px;
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  flex-shrink: 0;
}
.phoneNumber input.phone {
  flex-grow: 1;
}

.vs-showmore-wrapper, .showmore-wrapper {
  overflow: hidden;
  position: relative;
  transition: 0.2s ease-in-out;
}

.vs-show_more, .show_more {
  background: #F9F9F9;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.vs-show_more .sm-fade, .show_more .sm-fade {
  display: none;
  position: absolute;
  left: 0;
  bottom: 44px;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0), #F9F9F9);
}

.collapsed .vs-show_more .sm-fade {
  display: block;
}

:root {
  --swiper-theme-color: #D82317;
  --swiper-pagination-color: #D82317;
  --swiper-pagination-bullet-width: 0.5rem;
  --swiper-pagination-bullet-height: 0.5rem;
  --swiper-pagination-bullet-border-radius: 16px;
  --swiper-pagination-bullet-horizontal-gap: 0.25rem;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-navigation-size: 24px !important;
  --swiper-navigation-sides-offset: 1rem ;
}

.swiper-shifter {
  overflow-x: clip;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.swiper {
  border-radius: 16px;
}
.swiper.-allow-overflow {
  overflow: initial;
  overflow-y: initial;
  overflow-y: initial;
}
.swiper.-slide-height-initial .swiper-slide {
  height: initial;
}
.swiper.-with-loading-placeholder {
  opacity: 1;
  max-height: initial;
  transition: 0.2s ease-in-out;
}
.swiper.-with-loading-placeholder:not(.swiper-initialized) {
  opacity: 0;
  max-height: 400px;
  overflow: hidden;
}
.swiper .swiper-slide img {
  height: initial;
}
.swiper .swiper-slide.-mainpage-special {
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}
.swiper .swiper-slide.-mainpage-special img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: -1;
  width: 100% !important;
  height: 100% !important;
}
.swiper-pagination.swiper-pagination-bullets.-standalone-absolute {
  line-height: 0;
  position: absolute;
  top: 100%;
  bottom: initial;
}
.swiper-pagination.swiper-pagination-bullets.-standalone-relative {
  line-height: 0;
  position: relative;
  top: initial;
  bottom: initial;
}
.swiper-pagination .swiper-pagination-bullet {
  box-sizing: content-box;
  transition: 0.2s ease-in-out;
  border: 2px solid #232F47;
  transition: 0.2s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #D82317;
  background: transparent;
  box-shadow: 0 0 0 1px #D82317;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #FFFFFF;
}

.swiper-button-alt-wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
}

.swiper-button-alt-next, .swiper-button-alt-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #232F47;
  cursor: pointer;
}
.swiper-button-alt-next:after, .swiper-button-alt-prev:after {
  font-size: 24px !important;
  width: 24px !important;
  height: 24px !important;
  content: "chevron_left";
  color: #232F47;
}
.swiper-button-alt-next.swiper-button-alt-next:after, .swiper-button-alt-prev.swiper-button-alt-next:after {
  content: "chevron_right";
}

/* IMPORT MODULES */
.accordion-header:not(.-button), .social-wrapper, .accessory__selected, .financial, .reg .data-wrapper .uploaded-wrapper .item, .compare-body .item, .compare-body .group, .compare-head, .rate-order .rate-order-inner .rate-order-scale, .offer-head, .pack-head, .cart .tax.message .inner > div, .cart .tax.message .datepicker-wrapper > div, .cart .tax.-eunum.message .inner, .cart .tax.-eunum.message .datepicker-wrapper, .cart .imports-wrapper, .cart .exports-wrapper, .szuropanel .filters-clear, .szuropanel .section-inner > .section-header, .pd-used .links, .related-product-numbers .block .items .item > div, .related-product-numbers .block .items .item, .votes .chart .chart-item, .stars, .product-votes, .tech-data .key, .tech-data .item, .site-stocks .item .title, .pl-lists .options, .pl-lists, .pl-sorter, .pl-views, .p-item .condition > div, .p-item .shop, .p-item.-details .votes, .p-item, .search-form, .parsed-webmenu-wrapper .parsed-webmenu, .webmenu, .header-icons, .pager .arrows-and-pages .goto-page, .pager .arrows-and-pages .pages, .pager .arrows-and-pages .arrows, .pager .arrows-and-pages, .data-value-item, .infogroup, .cookie-alert-wrapper .cookie-alert__buttons, .cookie-alert-wrapper .container > div, .filter, .option-list > .list-item > .head, .input-wrapper > .inner, .input-wrapper > .datepicker-wrapper, .address-wrapper-alt, .address-wrapper, .bank-wrapper, .phoneNumber, .sum-wrapper > .inner > .sum-item, .sum-wrapper > .datepicker-wrapper > .sum-item, .flex, .datepicker-outer, .slider-wrapper-vue .slider-values, .atvet-wrapper .item, .compare-row, .list-popper .input-wrapper, .lists-wrapper .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.into-cart, .pager, .selector > .values > .value, input[type=checkbox]:not(.-checkbox-toggle) + label, input[type=radio]:not(.-checkbox-toggle) + label, .input[type=checkbox]:not(.-checkbox-toggle) + label, .input[type=radio]:not(.-checkbox-toggle) + label, .no-result, .flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.szuropanel-toggler > .button > .qty, .szuropanel-toggler > .accordion-header.-button > .qty, .video-thumb:after, .flex-center, #toTop, .toTopVue, .popper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-header:not(.-button), .spinner-input > .icon, .accordion-header:not(.-button) .spinner-input > .toggler, .spinner-input > .accordion-header:not(.-button).-clickable:after, .button, .accordion-header.-button, .selector > .values > .value, input[type=checkbox]:not(.-checkbox-toggle) + label, input[type=radio]:not(.-checkbox-toggle) + label, .input[type=checkbox]:not(.-checkbox-toggle) + label, .input[type=radio]:not(.-checkbox-toggle) + label, .-faux, .slider-wrapper-vue .slider-values, .tabs-wrapper, .selection-disable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.stretched-link:focus-visible::after {
  box-shadow: inset 0 0 0 3px rgba(39, 160, 255, 0.5);
  border-radius: 16px;
}

.flex-wrap-xs > *:not(:first-child) {
  margin-left: 24px !important;
}
@media only screen and (max-width: 575px) {
  .flex-wrap-xs {
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .flex-wrap-xs > * {
    flex: 0 0 100% !important;
  }
  .flex-wrap-xs > *:not(:first-child) {
    margin: 16px 0 0 0 !important;
  }
}

.head-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  column-gap: 2rem;
  row-gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.head-title > * {
  margin: 0;
}

.note, .password-note {
  font-size: 12px;
}

.no-result {
  background: rgba(216, 35, 23, 0.1);
  border: 2px solid rgba(216, 35, 23, 0.4);
  border-radius: 8px;
  color: #D82317;
  font-weight: 700;
  margin: 16px 0;
  padding: 16px;
}
.no-result:before {
  content: "warning";
  margin-right: 10px;
}
.no-result.-products {
  margin: 0;
  color: #232F47;
  background: transparent;
  border: none;
  display: block;
  font-weight: normal;
}
.no-result.-products:before {
  content: none;
}
.no-result.-info {
  background: rgba(216, 35, 23, 0.1);
  border: 1px solid rgba(216, 35, 23, 0.4);
  color: #D82317;
}
.no-result.-info:before {
  content: "info";
}

.sum-wrapper > .inner, .sum-wrapper > .datepicker-wrapper {
  display: flex;
  align-items: space-between;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}
.sum-wrapper > .inner > .sum-item, .sum-wrapper > .datepicker-wrapper > .sum-item {
  order: 0;
}
.sum-wrapper > .inner > .sum-item > *:last-child, .sum-wrapper > .datepicker-wrapper > .sum-item > *:last-child {
  font-weight: 700;
  padding-left: 1rem;
}
.sum-wrapper > .inner > .sum-item.-highlight, .sum-wrapper > .datepicker-wrapper > .sum-item.-highlight {
  border-top: 1px solid #505050;
  padding-top: 0.5rem;
  order: 1;
}
.sum-wrapper > .inner > .sum-item.-highlight > *:last-child, .sum-wrapper > .datepicker-wrapper > .sum-item.-highlight > *:last-child {
  font-size: 19px;
  font-weight: 800;
}
.sum-wrapper.-wrappable > .inner > .sum-item > *:last-child, .sum-wrapper.-wrappable > .datepicker-wrapper > .sum-item > *:last-child {
  padding-left: initial;
  margin-left: auto;
}

.message .inner, .message .datepicker-wrapper {
  width: 100%;
  display: table;
  border: 2px solid #EEEEEE;
  border-radius: 8px;
  margin: 16px 0;
  padding: 16px;
}
@media only screen and (min-width:768px) {
  .message .inner, .message .datepicker-wrapper {
    width: auto;
  }
}
.message .inner > div, .message .datepicker-wrapper > div {
  display: table-row;
}
.message .inner > div > div, .message .datepicker-wrapper > div > div {
  display: table-cell;
  padding: 0.5rem;
}
.message .inner > p:last-child, .message .datepicker-wrapper > p:last-child {
  margin-bottom: 0;
}
.message.-success {
  color: #43CC71;
}
.message.-success .inner, .message.-success .datepicker-wrapper {
  border-color: rgba(67, 204, 113, 0.5);
  background-color: rgba(67, 204, 113, 0.05);
}
.message.-inprogress, .message.-warning {
  color: #192732;
}
.message.-inprogress .inner, .message.-inprogress .datepicker-wrapper, .message.-warning .inner, .message.-warning .datepicker-wrapper {
  border-color: #ffd83c;
  background-color: rgba(255, 216, 60, 0.05);
}
.message.-invalid, .message.-error, .message.-danger {
  color: #D82317;
}
.message.-invalid .inner, .message.-invalid .datepicker-wrapper, .message.-error .inner, .message.-error .datepicker-wrapper, .message.-danger .inner, .message.-danger .datepicker-wrapper {
  border-color: rgba(216, 35, 23, 0.5);
  background-color: rgba(216, 35, 23, 0.05);
}

.-faux {
  cursor: not-allowed !important;
}

.br-normal {
  border-radius: 16px;
  overflow: hidden;
}

.br-small {
  border-radius: 8px;
  overflow: hidden;
}

.dotted-hint {
  border-bottom: 1px dotted #505050;
  cursor: help;
}

.overflow-x-auto {
  overflow-x: auto;
  overflow-y: visible;
}
.overflow-x-auto::-webkit-scrollbar {
  width: 6px;
}
.overflow-x-auto::-webkit-scrollbar-track, .overflow-x-auto::-webkit-scrollbar-corner {
  background: #f4f7fc;
  border-radius: 3px;
}
.overflow-x-auto::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 3px;
}
.overflow-x-auto::-webkit-scrollbar-thumb:hover {
  background: rgb(196.5, 196.5, 196.5);
}
.overflow-x-auto::-webkit-scrollbar {
  height: 6px;
}

.shadow-shift-x, .shadow-shift {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.shadow-shift-y, .shadow-shift {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.z-index-initial {
  z-index: initial !important;
}

@media only screen and (min-width:576px) {
  .vs-sticky-sm {
    position: sticky;
    top: var(--stickyHeight);
  }
  .vs-sticky-sm.-top {
    top: var(--stickyHeight);
  }
  .vs-sticky-sm.-top.-unit-1 {
    top: calc(var(--stickyHeight) + 0.25rem);
  }
  .vs-sticky-sm.-top.-unit-2 {
    top: calc(var(--stickyHeight) + 0.5rem);
  }
}
@media only screen and (min-width:768px) {
  .vs-sticky-md {
    position: sticky;
    top: var(--stickyHeight);
  }
  .vs-sticky-md.-top {
    top: var(--stickyHeight);
  }
  .vs-sticky-md.-top.-unit-1 {
    top: calc(var(--stickyHeight) + 0.25rem);
  }
  .vs-sticky-md.-top.-unit-2 {
    top: calc(var(--stickyHeight) + 0.5rem);
  }
}
@media only screen and (min-width:992px) {
  .vs-sticky-lg {
    position: sticky;
    top: var(--stickyHeight);
  }
  .vs-sticky-lg.-top {
    top: var(--stickyHeight);
  }
  .vs-sticky-lg.-top.-unit-1 {
    top: calc(var(--stickyHeight) + 0.25rem);
  }
  .vs-sticky-lg.-top.-unit-2 {
    top: calc(var(--stickyHeight) + 0.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .vs-sticky-max-sm {
    position: sticky;
    top: var(--stickyHeight);
  }
  .vs-sticky-max-sm.-top {
    top: var(--stickyHeight);
  }
  .vs-sticky-max-sm.-top.-unit-1 {
    top: calc(var(--stickyHeight) + 0.25rem);
  }
  .vs-sticky-max-sm.-top.-unit-2 {
    top: calc(var(--stickyHeight) + 0.5rem);
  }
}
@media only screen and (max-width: 991px) {
  .vs-sticky-max-md {
    position: sticky;
    top: var(--stickyHeight);
  }
  .vs-sticky-max-md.-top {
    top: var(--stickyHeight);
  }
  .vs-sticky-max-md.-top.-unit-1 {
    top: calc(var(--stickyHeight) + 0.25rem);
  }
  .vs-sticky-max-md.-top.-unit-2 {
    top: calc(var(--stickyHeight) + 0.5rem);
  }
}
@media only screen and (max-width: 1199px) {
  .vs-sticky-max-lg {
    position: sticky;
    top: var(--stickyHeight);
  }
  .vs-sticky-max-lg.-top {
    top: var(--stickyHeight);
  }
  .vs-sticky-max-lg.-top.-unit-1 {
    top: calc(var(--stickyHeight) + 0.25rem);
  }
  .vs-sticky-max-lg.-top.-unit-2 {
    top: calc(var(--stickyHeight) + 0.5rem);
  }
}

.page-top-count {
  margin-left: 0.5rem;
}
.page-top-count .count {
  border: 2px dotted #9A9A9A;
  border-radius: 8px;
  padding: 0.25rem;
  margin-top: 0.1rem;
}

.whitespace-normal {
  white-space: normal !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.number-bubble, .into-cart .qty {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  padding: 0 0.25rem;
  background: #D82317;
  color: #FFFFFF;
  font-weight: 600;
  min-width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  animation: fadeIn 0.25s;
}
.number-bubble.-top-right, .into-cart .-top-right.qty {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
}
.number-bubble.-success, .into-cart .-success.qty {
  background: #43CC71;
}
.number-bubble.-small, .into-cart .-small.qty {
  min-width: 0.5rem;
  height: 0.5rem;
}
.number-bubble.-small.-top-right, .into-cart .-small.-top-right.qty {
  right: -0.25rem;
  top: -0.25rem;
}

.common-label {
  background: #D82317;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 0.25rem 0.5rem;
  display: inline-flex;
  font-size: 14px;
}
.common-label.-bordered {
  background: transparent !important;
  border: 2px solid #D82317;
  color: #232F47;
}
.common-label.-primary {
  background: #D82317;
}
.common-label.-primary.-bordered {
  border: 2px solid #D82317;
}
.common-label.-grey {
  background: #9A9A9A;
}
.common-label.-grey.-bordered {
  border: 2px solid #9A9A9A;
}
.common-label.-success {
  background: #43CC71;
}
.common-label.-success.-bordered {
  border: 2px solid #43CC71;
}

.button-style-reset {
  box-sizing: border-box; /* Consistent sizing */
  cursor: pointer; /* Show pointer on hover */
  display: inline-flex; /* Allow flex alignment if needed */
  align-items: center;
  justify-content: center;
  text-align: center;
  font: inherit; /* Inherit font from parent */
  color: inherit; /* Inherit text color */
  background: none; /* Remove default background */
  padding: 0; /* Remove default padding */
  border: none; /* Remove default border */
}
.button-style-reset:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.form-block {
  margin-bottom: 0;
}
.form-block input + label + div {
  font-weight: 500;
  font-size: 14px;
  margin-left: 32px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.form-block label {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.address-wrapper-alt, .address-wrapper, .bank-wrapper, .phoneNumber {
  position: relative;
}

.bank-wrapper {
  margin: 0 -6px;
}
.bank-wrapper > * {
  margin: 0 6px;
}
.bank-wrapper > span {
  margin: 0;
}
.bank-wrapper input {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
@media only screen and (max-width: 991px) {
  .bank-wrapper input {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.bank-wrapper input.bank-prefix {
  flex-basis: 65px;
  flex-shrink: 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-align: center;
}
.bank-wrapper input.bank-first, .bank-wrapper input.bank-second, .bank-wrapper input.bank-third {
  flex-basis: 25%;
  flex-grow: 1;
}
.bank-wrapper input.bank-third:after {
  display: none;
}

.address-wrapper {
  flex-wrap: wrap;
  width: calc(100% + var(--gutter));
  margin: calc(var(--gutter) * -0.5);
}
.address-wrapper > * {
  margin: 0;
  padding: calc(var(--gutter) * 0.5);
}
.address-wrapper > *.address__country {
  width: 100%;
}
.address-wrapper > *.address__zipcode {
  flex-shrink: 0;
  width: 85px !important;
}
.address-wrapper > *.address__city {
  width: calc((100% - 85px) * 0.4);
}
@media only screen and (max-width: 767px) {
  .address-wrapper > *.address__city {
    width: calc(100% - 85px - var(--gutter));
  }
}
.address-wrapper > *.address__street {
  width: calc((100% - 85px) * 0.6);
}
@media only screen and (max-width: 767px) {
  .address-wrapper > *.address__street {
    width: 100%;
  }
}

.address-wrapper-alt {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.address-wrapper-alt > * {
  margin-bottom: 0 !important;
}
.address-wrapper-alt > *.address__country {
  grid-area: 1/1/2/4;
}
.address-wrapper-alt > *.address__zipcode {
  grid-area: 2/1/3/2;
}
.address-wrapper-alt > *.address__city {
  grid-area: 2/2/3/4;
}
.address-wrapper-alt > *.address__street {
  margin-bottom: 1rem !important;
  grid-area: 3/1/4/4;
}

/* regWarning helyett, talán beszédesebb és általánosabb név */
.tooltip-error, .error-invalid, .error-mobile {
  position: absolute;
  font-size: 14px;
  bottom: 0;
  right: 0;
  padding-bottom: 0 !important;
  color: #D82317 !important;
  transform: translateY(100%);
  margin-bottom: 0 !important;
  z-index: 1;
}

.error-invalid, .error-mobile {
  z-index: 2;
}

.error-mobile {
  color: #9A9A9A !important;
  font-size: 11px;
  padding-top: 2px;
}

.browse-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border-radius: 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
}
@media only screen and (max-width: 575px) {
  .browse-group {
    flex-direction: column;
  }
}
.browse-group .separator {
  background: #EEEEEE;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .browse-group .separator {
    width: 100%;
    height: 1px;
  }
}
@media only screen and (min-width:768px) {
  .browse-group .separator {
    width: 1px;
  }
}
.browse-group.-alt {
  box-shadow: none;
  background: none;
}

.browse-wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  position: relative;
}
.browse-wrapper.disabled {
  cursor: not-allowed;
}
.browse-wrapper.disabled .browse-label {
  color: #EEEEEE;
  cursor: not-allowed;
}
.browse-wrapper.disabled input[type=file] {
  cursor: not-allowed;
}
.browse-wrapper.disabled .color-grey {
  color: #EEEEEE !important;
}
.browse-wrapper .browse-label {
  width: 100%;
  height: 5rem;
  padding: 1rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.browse-wrapper .browse-label .symbol {
  background: #D82317;
  color: #FFFFFF;
  margin-right: 0.75rem;
}
.browse-wrapper .browse-label .title {
  font-size: 16px;
  font-weight: 600;
}
.browse-wrapper .browse-label .desc {
  color: #9A9A9A;
  font-weight: 400;
  font-size: 13px;
}
.browse-wrapper .browse-label-alt {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  border: 2px dashed rgba(30, 52, 65, 0.5);
  flex-grow: 1;
}
.browse-wrapper input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.img > img, .img > .inner > img, .img > .datepicker-wrapper > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

img, iframe {
  border: 0;
  max-width: 100%;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Az új sass compilerbern már nem lehet használni pl az @extend input[type=text] -et (tehát így selectorral), ezért ezeknek a tartalmát külön kiemeltem ide */
.searchable-select-wrapper .currently-selected-wrapper .currently-selected, .select-wrapper > select, .selector .input > select, .select-wrapper > .select, .selector .input > .select, .input-wrapper.-browse .browse-label, textarea, input[type=text], input[type=password], input[type=number], input[type=email], input.-qty, .input[type=text], .input[type=password], .input[type=number], .input[type=email], .input.-qty {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding: 0 20px;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  width: 100%;
  height: 48px;
  line-height: normal;
  min-width: 0;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1), 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
}
.searchable-select-wrapper .currently-selected-wrapper .currently-selected::-ms-clear, .select-wrapper > select::-ms-clear, .selector .input > select::-ms-clear, .select-wrapper > .select::-ms-clear, .selector .input > .select::-ms-clear, .input-wrapper.-browse .browse-label::-ms-clear, textarea::-ms-clear, input[type=text]::-ms-clear, input[type=password]::-ms-clear, input[type=number]::-ms-clear, input[type=email]::-ms-clear, input.-qty::-ms-clear, .input[type=text]::-ms-clear, .input[type=password]::-ms-clear, .input[type=number]::-ms-clear, .input[type=email]::-ms-clear, .input.-qty::-ms-clear {
  display: none;
}
.searchable-select-wrapper .currently-selected-wrapper .currently-selected::-webkit-input-placeholder, .select-wrapper > select::-webkit-input-placeholder, .selector .input > select::-webkit-input-placeholder, .select-wrapper > .select::-webkit-input-placeholder, .selector .input > .select::-webkit-input-placeholder, .input-wrapper.-browse .browse-label::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input.-qty::-webkit-input-placeholder, .input[type=text]::-webkit-input-placeholder, .input[type=password]::-webkit-input-placeholder, .input[type=number]::-webkit-input-placeholder, .input[type=email]::-webkit-input-placeholder, .input.-qty::-webkit-input-placeholder {
  color: rgba(35, 47, 71, 0.5);
}
.searchable-select-wrapper .currently-selected-wrapper .currently-selected:hover, .select-wrapper > select:hover, .selector .input > select:hover, .select-wrapper > .select:hover, .selector .input > .select:hover, .input-wrapper.-browse .browse-label:hover, textarea:hover, input[type=text]:hover, input[type=password]:hover, input[type=number]:hover, input[type=email]:hover, input.-qty:hover, .input[type=text]:hover, .input[type=password]:hover, .input[type=number]:hover, .input[type=email]:hover, .input.-qty:hover {
  border-color: rgba(0, 0, 0, 0.05);
}
.searchable-select-wrapper .currently-selected-wrapper .currently-selected:focus, .select-wrapper > select:focus, .selector .input > select:focus, .select-wrapper > .select:focus, .selector .input > .select:focus, .input-wrapper.-browse .browse-label:focus, textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, input[type=email]:focus, input.-qty:focus, .input[type=text]:focus, .input[type=password]:focus, .input[type=number]:focus, .input[type=email]:focus, .input.-qty:focus {
  border-color: #27A0FF;
  outline: none;
  color: #232F47;
}
.searchable-select-wrapper .currently-selected-wrapper .currently-selected:focus ~ label, .select-wrapper > select:focus ~ label, .selector .input > select:focus ~ label, .select-wrapper > .select:focus ~ label, .selector .input > .select:focus ~ label, .input-wrapper.-browse .browse-label:focus ~ label, textarea:focus ~ label, input[type=text]:focus ~ label, input[type=password]:focus ~ label, input[type=number]:focus ~ label, input[type=email]:focus ~ label, input.-qty:focus ~ label, .input[type=text]:focus ~ label, .input[type=password]:focus ~ label, .input[type=number]:focus ~ label, .input[type=email]:focus ~ label, .input.-qty:focus ~ label {
  color: #D82317;
}
.searchable-select-wrapper .currently-selected-wrapper .currently-selected:disabled, .select-wrapper > select:disabled, .selector .input > select:disabled, .select-wrapper > .select:disabled, .selector .input > .select:disabled, .input-wrapper.-browse .browse-label:disabled, textarea:disabled, input[type=text]:disabled, input[type=password]:disabled, input[type=number]:disabled, input[type=email]:disabled, input.-qty:disabled, .input[type=text]:disabled, .input[type=password]:disabled, .input[type=number]:disabled, .input[type=email]:disabled, .input.-qty:disabled {
  opacity: 0.5;
  color: rgba(35, 47, 71, 0.5);
  -webkit-text-fill-color: rgba(35, 47, 71, 0.5);
  cursor: not-allowed;
  background: #EEEEEE;
}
.searchable-select-wrapper .currently-selected-wrapper .-disabled-alt.currently-selected:disabled, .select-wrapper > select.-disabled-alt:disabled, .selector .input > select.-disabled-alt:disabled, .select-wrapper > .-disabled-alt.select:disabled, .selector .input > .-disabled-alt.select:disabled, .input-wrapper.-browse .-disabled-alt.browse-label:disabled, textarea.-disabled-alt:disabled, input.-disabled-alt[type=text]:disabled, input.-disabled-alt[type=password]:disabled, input.-disabled-alt[type=number]:disabled, input.-disabled-alt[type=email]:disabled, input.-disabled-alt.-qty:disabled, .-disabled-alt.input[type=text]:disabled, .-disabled-alt.input[type=password]:disabled, .-disabled-alt.input[type=number]:disabled, .-disabled-alt.input[type=email]:disabled, .-disabled-alt.input.-qty:disabled {
  opacity: 1;
  color: #192732;
  -webkit-text-fill-color: #192732;
}

input[type=text].-altlook, input[type=password].-altlook, input[type=number].-altlook, input[type=email].-altlook, input.-qty.-altlook, .input[type=text].-altlook, .input[type=password].-altlook, .input[type=number].-altlook, .input[type=email].-altlook, .input.-qty.-altlook, .slider-wrapper-vue .slider-values input {
  height: 40px;
  box-shadow: none;
  border: 1px solid #D4D3DE;
  background: #F9F9F9;
  color: #192732;
  font-weight: 600;
}
input[type=text].-altlook:hover, input[type=password].-altlook:hover, input[type=number].-altlook:hover, input[type=email].-altlook:hover, input.-qty.-altlook:hover, .input[type=text].-altlook:hover, .input[type=password].-altlook:hover, .input[type=number].-altlook:hover, .input[type=email].-altlook:hover, .input.-qty.-altlook:hover, .slider-wrapper-vue .slider-values input:hover {
  border-color: #9a9a9a;
}
input[type=text].-altlook:focus, input[type=password].-altlook:focus, input[type=number].-altlook:focus, input[type=email].-altlook:focus, input.-qty.-altlook:focus, .input[type=text].-altlook:focus, .input[type=password].-altlook:focus, .input[type=number].-altlook:focus, .input[type=email].-altlook:focus, .input.-qty.-altlook:focus, .slider-wrapper-vue .slider-values input:focus {
  border-color: #27A0FF;
}
input[type=number], .input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, .input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, .input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=checkbox]:not(.-checkbox-toggle), input[type=radio]:not(.-checkbox-toggle), .input[type=checkbox]:not(.-checkbox-toggle), .input[type=radio]:not(.-checkbox-toggle) {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}
input[type=checkbox]:disabled:not(.-checkbox-toggle), input[type=radio]:disabled:not(.-checkbox-toggle), .input[type=checkbox]:disabled:not(.-checkbox-toggle), .input[type=radio]:disabled:not(.-checkbox-toggle) {
  cursor: not-allowed;
}
input[type=checkbox]:disabled:not(.-checkbox-toggle) + label, input[type=radio]:disabled:not(.-checkbox-toggle) + label, .input[type=checkbox]:disabled:not(.-checkbox-toggle) + label, .input[type=radio]:disabled:not(.-checkbox-toggle) + label {
  cursor: not-allowed;
}
input[type=checkbox]:disabled:not(.-checkbox-toggle) + label:before, input[type=radio]:disabled:not(.-checkbox-toggle) + label:before, .input[type=checkbox]:disabled:not(.-checkbox-toggle) + label:before, .input[type=radio]:disabled:not(.-checkbox-toggle) + label:before {
  background: #EEEEEE;
}
input[type=checkbox]:not(:disabled):not(:checked):not(.faux-radio.selected):not(.-checkbox-toggle) + label:hover:before, input[type=radio]:not(:disabled):not(:checked):not(.faux-radio.selected):not(.-checkbox-toggle) + label:hover:before, .input[type=checkbox]:not(:disabled):not(:checked):not(.faux-radio.selected):not(.-checkbox-toggle) + label:hover:before, .input[type=radio]:not(:disabled):not(:checked):not(.faux-radio.selected):not(.-checkbox-toggle) + label:hover:before {
  background: #FEFEFE;
}
input[type=checkbox]:focus:not(.-checkbox-toggle) + label:before, input[type=radio]:focus:not(.-checkbox-toggle) + label:before, .input[type=checkbox]:focus:not(.-checkbox-toggle) + label:before, .input[type=radio]:focus:not(.-checkbox-toggle) + label:before {
  outline: none;
  box-shadow: 0 0 0 3px rgba(39, 160, 255, 0.5);
}

.szuropanel .filter-item.-checkbox input:focus + label:before, input[type=checkbox].-altlook:focus:not(.-checkbox-toggle) + label:before, input[type=radio].-altlook:focus:not(.-checkbox-toggle) + label:before, .input[type=checkbox].-altlook:focus:not(.-checkbox-toggle) + label:before, .input[type=radio].-altlook:focus:not(.-checkbox-toggle) + label:before {
  outline: none;
  box-shadow: 0 0 0 2px rgba(39, 160, 255, 0.5);
}

.selector > .values > .value, input[type=checkbox]:not(.-checkbox-toggle) + label, input[type=radio]:not(.-checkbox-toggle) + label, .input[type=checkbox]:not(.-checkbox-toggle) + label, .input[type=radio]:not(.-checkbox-toggle) + label {
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
  font-size: 14px;
}
.selector > .values > .value:before, input[type=checkbox]:not(.-checkbox-toggle) + label:before, input[type=radio]:not(.-checkbox-toggle) + label:before, .input[type=checkbox]:not(.-checkbox-toggle) + label:before, .input[type=radio]:not(.-checkbox-toggle) + label:before {
  content: "";
  display: block;
  background: #FFFFFF;
  margin-right: 12px;
  transition: 0.2s ease-in-out;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1), 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
}
.selector > .values > .value + .note, .selector > .values > .value + .password-note, input[type=checkbox]:not(.-checkbox-toggle) + label + .note, input[type=checkbox]:not(.-checkbox-toggle) + label + .password-note, input[type=radio]:not(.-checkbox-toggle) + label + .note, input[type=radio]:not(.-checkbox-toggle) + label + .password-note, .input[type=checkbox]:not(.-checkbox-toggle) + label + .note, .input[type=checkbox]:not(.-checkbox-toggle) + label + .password-note, .input[type=radio]:not(.-checkbox-toggle) + label + .note, .input[type=radio]:not(.-checkbox-toggle) + label + .password-note {
  margin: 0 0 0 24px;
}

.selector > .values > .value, .szuropanel .filter-item.-checkbox > label {
  margin-bottom: 0.5rem;
  font-size: 12px;
}
.selector > .values > .value:before, .szuropanel .filter-item.-checkbox > label:before {
  margin-right: 0.5rem;
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
  box-shadow: none;
  border: 2px solid #232F47;
}
.selector > .values > .value + .note, .szuropanel .filter-item.-checkbox > label + .note, .selector > .values > .value + .password-note, .szuropanel .filter-item.-checkbox > label + .password-note {
  margin: 0 0 0 24px;
}

.selector.-multi > .values > .value:after, input[type=checkbox]:not(.-checkbox-toggle) + label:after, .input[type=checkbox]:not(.-checkbox-toggle) + label:after {
  font-size: 20px !important;
  content: "check";
  color: #D82317;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: scale(0) translateY(-50%);
  transition: 0.2s ease-in-out;
}

.selector.-multi > .values > .value:after, .szuropanel .filter-item.-checkbox > label:after {
  font-size: 14px !important;
  color: #FFFFFF;
  width: 1rem;
  height: 1rem;
}

.selector.-multi > .values > .value.selected:after, input[type=checkbox]:checked:not(.-checkbox-toggle) + label:after, input[type=checkbox].faux-radio.selected:not(.-checkbox-toggle) + label:after, .input[type=checkbox]:checked:not(.-checkbox-toggle) + label:after, .input[type=checkbox].faux-radio.selected:not(.-checkbox-toggle) + label:after {
  transform: scale(1) translateY(-50%);
}

.selector.-multi > .values > .value.selected:before, .szuropanel .filter-item.-checkbox input:checked + label:before, .szuropanel .filter-item.-checkbox input.faux-radio.selected + label:before {
  background: #232F47;
}

.faux-radio + label:before, input[type=radio]:not(.-checkbox-toggle) + label:before, .input[type=radio]:not(.-checkbox-toggle) + label:before {
  border-radius: 50%;
}
.selector.-single > .values > .value:after, .faux-radio + label:after, input[type=radio]:not(.-checkbox-toggle) + label:after, .input[type=radio]:not(.-checkbox-toggle) + label:after {
  content: "";
  display: block;
  background: #D82317;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 4px;
  transform: scale(0);
  transition: 0.2s ease-in-out;
}

.selector.-single > .values > .value:after {
  background: #232F47;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 4px;
}

.selector.-single > .values > .value.selected:after, .faux-radio:checked + label:after, .faux-radio.selected + label:after, input[type=radio]:checked:not(.-checkbox-toggle) + label:after, .input[type=radio]:checked:not(.-checkbox-toggle) + label:after {
  transform: scale(1);
}

input, .input {
  font-family: inherit;
}
input[type=checkbox].-checkbox-toggle, .input[type=checkbox].-checkbox-toggle {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
}
input[type=checkbox].-checkbox-toggle:disabled, .input[type=checkbox].-checkbox-toggle:disabled {
  cursor: not-allowed;
}
input[type=checkbox].-checkbox-toggle:disabled + label, .input[type=checkbox].-checkbox-toggle:disabled + label {
  cursor: not-allowed;
}
input[type=checkbox].-checkbox-toggle:disabled + label:before, .input[type=checkbox].-checkbox-toggle:disabled + label:before {
  background: #EEEEEE;
}
input[type=checkbox].-checkbox-toggle:disabled + label:after, .input[type=checkbox].-checkbox-toggle:disabled + label:after {
  background: #F9F9F9;
}
input[type=checkbox].-checkbox-toggle:not(:disabled):not(:checked):not(.faux-radio.selected) + label:hover:before, .input[type=checkbox].-checkbox-toggle:not(:disabled):not(:checked):not(.faux-radio.selected) + label:hover:before {
  background: #D9D9D9;
}
input[type=checkbox].-checkbox-toggle:focus-visible + label:before, .input[type=checkbox].-checkbox-toggle:focus-visible + label:before {
  outline: none;
  box-shadow: 0 0 0 3px rgba(39, 160, 255, 0.5);
}
input[type=checkbox].-checkbox-toggle:checked + label:before, input[type=checkbox].-checkbox-toggle.faux-radio.selected + label:before, .input[type=checkbox].-checkbox-toggle:checked + label:before, .input[type=checkbox].-checkbox-toggle.faux-radio.selected + label:before {
  background: #0653E2;
}
input[type=checkbox].-checkbox-toggle:checked + label:after, input[type=checkbox].-checkbox-toggle.faux-radio.selected + label:after, .input[type=checkbox].-checkbox-toggle:checked + label:after, .input[type=checkbox].-checkbox-toggle.faux-radio.selected + label:after {
  left: 20px;
}
input[type=checkbox].-checkbox-toggle + label, .input[type=checkbox].-checkbox-toggle + label {
  position: relative;
}
input[type=checkbox].-checkbox-toggle + label:before, .input[type=checkbox].-checkbox-toggle + label:before {
  cursor: pointer;
  content: "";
  display: flex;
  width: 42px;
  height: 24px;
  padding: 2px 2px 2px 2px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  background: #F5F5F5;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05) inset;
  margin-right: 12px;
  transition: 0.2s ease-in-out;
}
input[type=checkbox].-checkbox-toggle + label:after, .input[type=checkbox].-checkbox-toggle + label:after {
  cursor: pointer;
  content: "";
  left: 2px;
  top: 2px;
  position: absolute;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1), 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  transition: 0.2s ease-in-out;
}
input:-webkit-autofill, .input:-webkit-autofill {
  background-color: rgba(255, 192, 203, 0.5) !important;
  color: black;
}
input.faux, .input.faux {
  border: 1px solid #DEDEDE;
  border-radius: 16px;
  cursor: not-allowed;
  color: #9A9A9A;
  padding: 0 32px;
  background-color: #FEFEFE;
}
input.faux.small, .input.faux.small {
  border-width: 1px;
  font-size: 14px;
}
input.-qty, .input.-qty {
  padding: 0 5px;
  text-align: center !important;
  width: 60px;
}
input.-rounded, .input.-rounded {
  border-radius: 50px;
}
input.-dark, .input.-dark {
  background: #303B51;
  color: #FEFEFE;
}
input.-dark::-webkit-input-placeholder, .input.-dark::-webkit-input-placeholder {
  color: rgba(254, 254, 254, 0.5);
}
input.-dark:disabled, .input.-dark:disabled {
  background: #505050;
}
input.-dark:focus, .input.-dark:focus {
  color: #FEFEFE;
}
input.-small, .input.-small {
  height: 40px;
}

textarea {
  -webkit-appearance: none;
  height: auto;
  white-space: normal;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
textarea.-dark {
  background: #303B51;
  color: #FEFEFE;
}
textarea.-dark::-webkit-input-placeholder {
  color: rgba(254, 254, 254, 0.5);
}
textarea.-dark:disabled {
  background: #505050;
}
textarea.-dark:focus {
  color: #FEFEFE;
}

.input-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.input-wrapper.-checkbox .note, .input-wrapper.-checkbox .password-note {
  margin-left: 32px;
  margin-top: 0;
}
.input-wrapper.-radiobutton-list .item {
  padding: 0.5rem 0;
}
.input-wrapper.-radiobutton-list .item.-selected {
  background: rgba(216, 35, 23, 0.1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.input-wrapper.-inline {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.input-wrapper.-inline .input-wrapper__item {
  margin-left: 5px;
  margin-right: 5px;
}
.input-wrapper.-datehour > .inner > *:last-child:not(:first-child), .input-wrapper.-datehour > .datepicker-wrapper > *:last-child:not(:first-child) {
  width: 50%;
}
.input-wrapper.-browse.-rounded .browse-label {
  border-radius: 50px;
}
.input-wrapper.-browse .browse-label {
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 575px) {
  .input-wrapper.-browse .browse-label {
    white-space: pre-wrap !important;
    flex: 1;
  }
}
.input-wrapper.-browse input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
}
.input-wrapper.-quickorder .qty {
  width: 60px !important;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.input-wrapper > .inner, .input-wrapper > .datepicker-wrapper {
  position: relative;
  gap: 1rem;
}
.input-wrapper label {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 142.857%;
}
.input-wrapper input[type=text], .input-wrapper input[type=password] {
  width: 100%;
  min-width: 0;
}
.input-wrapper .note, .input-wrapper .password-note {
  margin-top: 0.5rem;
}
.input-wrapper.-combined.-combined-wrapping > .inner, .input-wrapper.-combined.-combined-wrapping > .datepicker-wrapper {
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media only screen and (min-width:576px) {
  .input-wrapper.-combined.-combined-wrapping > .inner, .input-wrapper.-combined.-combined-wrapping > .datepicker-wrapper {
    gap: 0 !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.08));
  }
  .input-wrapper.-combined.-combined-wrapping > .inner > *, .input-wrapper.-combined.-combined-wrapping > .datepicker-wrapper > * {
    box-shadow: none;
    height: 48px;
  }
  .input-wrapper.-combined.-combined-wrapping > .inner > *:first-child:not(:last-child), .input-wrapper.-combined.-combined-wrapping > .datepicker-wrapper > *:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .input-wrapper.-combined.-combined-wrapping > .inner > *:last-child:not(:first-child), .input-wrapper.-combined.-combined-wrapping > .datepicker-wrapper > *:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .input-wrapper.-combined.-combined-wrapping > .inner > *:not(:first-child):not(:last-child), .input-wrapper.-combined.-combined-wrapping > .datepicker-wrapper > *:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .input-wrapper.-combined.-combined-wrapping > .inner > *:not(:first-child):not(:last-child):not(:focus):not(:hover), .input-wrapper.-combined.-combined-wrapping > .datepicker-wrapper > *:not(:first-child):not(:last-child):not(:focus):not(:hover) {
    border-left: 1px solid #EEEEEE;
  }
}
.input-wrapper.-combined:not(.-combined-wrapping) > .inner, .input-wrapper.-combined:not(.-combined-wrapping) > .datepicker-wrapper {
  gap: 0 !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.08));
}
.input-wrapper.-combined:not(.-combined-wrapping) > .inner > *, .input-wrapper.-combined:not(.-combined-wrapping) > .datepicker-wrapper > * {
  box-shadow: none;
  height: 48px;
}
.input-wrapper.-combined:not(.-combined-wrapping) > .inner > *:first-child:not(:last-child), .input-wrapper.-combined:not(.-combined-wrapping) > .datepicker-wrapper > *:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-wrapper.-combined:not(.-combined-wrapping) > .inner > *:last-child:not(:first-child), .input-wrapper.-combined:not(.-combined-wrapping) > .datepicker-wrapper > *:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-wrapper.-combined:not(.-combined-wrapping) > .inner > *:not(:first-child):not(:last-child), .input-wrapper.-combined:not(.-combined-wrapping) > .datepicker-wrapper > *:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-wrapper.-combined:not(.-combined-wrapping) > .inner > *:not(:first-child):not(:last-child):not(:focus):not(:hover), .input-wrapper.-combined:not(.-combined-wrapping) > .datepicker-wrapper > *:not(:first-child):not(:last-child):not(:focus):not(:hover) {
  border-left: 1px solid #EEEEEE;
}
.input-wrapper span.color-danger {
  font-size: 11px;
}

.required-marker:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1 1H7.58579L1 7.58579V1Z' stroke='%23D82317' stroke-width='2'/%3E%3C/svg%3E");
  width: 10px;
  height: 10px;
  margin-right: 0.25rem;
}

.option-list {
  width: 100%;
  max-height: 15rem;
  overflow: auto;
  margin: -2px;
}
.option-list::-webkit-scrollbar {
  width: 6px;
}
.option-list::-webkit-scrollbar-track, .option-list::-webkit-scrollbar-corner {
  background: #f4f7fc;
  border-radius: 3px;
}
.option-list::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 3px;
}
.option-list::-webkit-scrollbar-thumb:hover {
  background: rgb(196.5, 196.5, 196.5);
}
.option-list.-tall {
  max-height: 22rem;
}
.option-list.-open {
  max-height: none;
  overflow: visible;
}
.option-list.-szallmod > .list-item > .head > .img-wrapper {
  border-radius: 0;
}
.option-list.-szallcim {
  max-height: 20rem;
  overflow: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  position: relative;
}
.option-list.-szallcim::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.option-list.-szallcim::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.33);
}
.option-list.-szallcim::-webkit-scrollbar-thumb {
  background-color: #9A9A9A;
}
.option-list.-szallcim > .list-item > .head > .img-wrapper {
  border-radius: 0;
}
.option-list > .list-item {
  background: #FEFEFE;
  margin: 2px;
  border-radius: 8px;
}
.option-list > .list-item.-selected {
  background: #FFFFFF;
  box-shadow: 0 0 0 2px #232F47;
}
.option-list > .list-item.-selected > .head:before {
  background: #232F47;
}
.option-list > .list-item > .head {
  padding: 1rem;
  position: relative;
  cursor: pointer;
}
.option-list > .list-item > .head > .img-wrapper {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  pointer-events: none;
  background: transparent;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.option-list > .list-item > .head > label {
  margin-bottom: 0;
  width: auto;
}
.option-list > .list-item > .head .details {
  flex-grow: 1;
  margin-left: 0;
}
.option-list > .list-item > .head .details > .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.option-list > .list-item > .head .details > .desc {
  font-size: 14px;
  margin-top: 0.25rem;
}
.option-list > .list-item > .head .details > .desc a {
  position: relative;
  z-index: 1;
}
.option-list > .list-item > .options {
  padding: 0 1rem 1rem 1rem;
}
.option-list > .list-item > .options .select-wrapper, .option-list > .list-item > .options .selector .input, .selector .option-list > .list-item > .options .input {
  color: #232F47;
}
.option-list > .list-item > .options > .input-wrapper {
  margin-bottom: 0;
}

/* customDDL script helyett vs.js-ben apró script hozza ezt létre, és így tetszőlegesen formázható */
.select-wrapper, .selector .input {
  width: 100%;
  position: relative;
  display: inline-block;
}
.select-wrapper.-inner-label label, .selector .-inner-label.input label {
  position: absolute;
  top: 12px;
  left: calc(1rem + 2px);
  color: #9A9A9A;
  font-size: 13px;
  font-weight: 500;
  pointer-events: none;
}
.select-wrapper.-inner-label select, .selector .-inner-label.input select {
  padding-top: 16px;
  height: 58px;
}
.select-wrapper.-calendar:after, .selector .-calendar.input:after {
  content: "date_range";
}
.select-wrapper:after, .selector .input:after {
  content: "keyboard_arrow_down";
  position: absolute;
  height: 24px;
  right: 0.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.select-wrapper.multiple:after, .selector .multiple.input:after {
  display: none;
}
.select-wrapper.multiple select, .selector .multiple.input select {
  min-height: 94px;
  padding-right: 10px;
  padding-left: 10px;
}
.select-wrapper.multiple option, .selector .multiple.input option {
  padding: 5px 10px;
}
.select-wrapper > select, .selector .input > select, .select-wrapper > .select, .selector .input > .select {
  padding: 0 1rem;
  padding-right: calc(24px + 0.5rem);
  cursor: pointer;
  font-weight: 700;
}
.select-wrapper > select.-unselected, .selector .input > select.-unselected, .select-wrapper > .select.-unselected, .selector .input > .select.-unselected {
  color: rgba(35, 47, 71, 0.5);
}
.select-wrapper > select.-unselected option, .selector .input > select.-unselected option, .select-wrapper > .select.-unselected option, .selector .input > .select.-unselected option {
  color: #232F47;
}
.select-wrapper > select::-ms-expand, .selector .input > select::-ms-expand, .select-wrapper > .select::-ms-expand, .selector .input > .select::-ms-expand {
  display: none;
}
.select-wrapper > select.-small, .selector .input > select.-small, .select-wrapper > .select.-small, .selector .input > .select.-small {
  height: 40px;
}
.select-wrapper + .note, .selector .input + .note, .select-wrapper + .password-note, .selector .input + .password-note {
  margin-top: 0.5rem;
}

.searchable-select-wrapper input[type=radio] + label {
  margin-bottom: 0;
}
.searchable-select-wrapper input[type=radio] + label:before {
  content: none;
}
.searchable-select-wrapper input[type=radio] + label:after {
  content: none;
}
.searchable-select-wrapper .currently-selected-wrapper {
  position: relative;
  display: block;
}
.searchable-select-wrapper .currently-selected-wrapper .currently-selected {
  cursor: pointer;
}
.searchable-select-wrapper .currently-selected-wrapper .currently-selected > span {
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.searchable-select-wrapper .currently-selected-wrapper.-open {
  z-index: 2;
}
.searchable-select-wrapper .currently-selected-wrapper.-open .searchable-select-toggle {
  transform: rotate(180deg);
}
.searchable-select-wrapper .currently-selected-wrapper .searchable-select-toggle {
  position: absolute;
  right: 0.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.searchable-select-wrapper .currently-selected-wrapper.disabled {
  opacity: 0.5;
  color: rgba(35, 47, 71, 0.5);
  -webkit-text-fill-color: rgba(35, 47, 71, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}
.searchable-select-wrapper .searchable-select-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.searchable-select-wrapper .searchable-select-panel {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  display: block;
  opacity: 0;
  border: 1px solid #DEDEDE;
  border-radius: 16px;
  background: #fff;
  z-index: 2;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  pointer-events: none;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-calc(-24px));
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  overflow-y: hidden;
  max-width: 100%;
}
.searchable-select-wrapper .searchable-select-panel.-open {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.searchable-select-wrapper .searchable-select-panel .searchable-select-input-wrapper {
  padding: 0.25rem;
}
.searchable-select-wrapper .searchable-select-panel .searchable-select-input-wrapper input[type=text] {
  height: 2.25rem;
  font-size: 14px;
}
.searchable-select-wrapper .searchable-select-panel .results-list {
  display: flex;
  flex-direction: column;
  max-height: 300px;
  overflow-x: hidden;
}
.searchable-select-wrapper .searchable-select-panel .results-list::-webkit-scrollbar {
  width: 6px;
}
.searchable-select-wrapper .searchable-select-panel .results-list::-webkit-scrollbar-track, .searchable-select-wrapper .searchable-select-panel .results-list::-webkit-scrollbar-corner {
  background: #f4f7fc;
  border-radius: 3px;
}
.searchable-select-wrapper .searchable-select-panel .results-list::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 3px;
}
.searchable-select-wrapper .searchable-select-panel .results-list::-webkit-scrollbar-thumb:hover {
  background: rgb(196.5, 196.5, 196.5);
}
.searchable-select-wrapper .searchable-select-panel .results-list > .list-item input[type=radio].active + label {
  background: #D82317;
}
.searchable-select-wrapper .searchable-select-panel .results-list > .list-item > label {
  padding: 0.5rem;
  font-size: 14px;
  white-space: nowrap;
}
.searchable-select-wrapper .searchable-select-panel .results-list > .list-item > label:hover {
  background: #D82317 !important;
  color: #fff;
}
.searchable-select-wrapper .searchable-select-panel .results-list > .list-item.-selected > label {
  background: #D82317;
  color: #FFFFFF;
}

.row-select {
  position: relative;
}
.row-select input + label {
  margin-bottom: 0;
}
.row-select input + label:before {
  margin-right: 0;
}

.password-strength {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-shrink: 0;
  gap: 0.25rem;
  font-size: 14px;
  font-weight: 700;
  margin-left: auto;
}
.password-strength .label {
  font-weight: 500;
  color: #232F47;
}

.password-note > li {
  color: #9A9A9A;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.password-note > li i {
  color: #D82317;
}
.password-note > li.-valid {
  color: #232F47;
}
.password-note > li.-valid i {
  color: #43CC71;
}

.label-hint {
  font-size: 11px;
  background: #F5F5F5;
  padding: 0.125rem 0.5rem;
  border-radius: 8px;
  color: #232F47;
  transition: 0.2s ease-in-out;
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.label-hint.-valid {
  background: rgb(147.2343096234, 225.7656903766, 173.6025104603);
}

.icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: calc(0.25rem + 2px);
  flex-wrap: wrap;
}
.icons-wrapper .icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 36px !important;
  height: 36px !important;
  background: #D6DDEC;
  border-radius: 50%;
  color: #232F47;
}
.icons-wrapper .icon-item:hover {
  background: rgb(196.575, 206.55, 227.925);
}
.icons-wrapper .icon-item:hover:before {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.icons-wrapper .icon-item.-active {
  background: #43CC71;
}
.icons-wrapper .icon-item.-active:before {
  color: #FFFFFF;
}

.accessory-group__head .accessory__filter:after, .rate-order .rate-order-inner .rate-order-scale > *:before, .stars > .star:before, .package-wizard-wrapper .package-wizard-inner-wrapper .categories-wrapper .categories-list .item:after, .video-thumb:after, .pl-views .view:before, .into-cart .submit:before, .p-item .points .point > a:before, .p-item.-shipping .p-item-inner .img:after, .p-item.-cod .p-item-inner .img:after, .p-item.-cart.-gift .p-item-inner:before, .p-item.-gift.-shipping .p-item-inner:before, .p-item.-gift.-cod .p-item-inner:before, .stock-wrapper > *:before, .search-form .clear, .search-form .action, .button.-category-menu-button:after, .parsed-webmenu-wrapper .parsed-products-menu .third-level-wrapper .third-level-item.title:after, .parsed-webmenu-wrapper .parsed-products-menu .second-level-wrapper .second-level-item.-expandable > a:after, .parsed-webmenu-wrapper .parsed-products-menu .second-level-wrapper .second-level-item.-expandable > button:after, .parsed-webmenu-wrapper .parsed-products-menu .first-level-item.-expandable:after, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .board-title.-has-link:after, .parsed-webmenu-wrapper .parsed-webmenu .third-level-wrapper > .title:after, .parsed-webmenu-wrapper .parsed-webmenu .second-level-wrapper > .title:after, .parsed-webmenu-wrapper .parsed-webmenu *.-expandable > a:after, .parsed-webmenu-wrapper .parsed-webmenu *.-expandable > button:after, .parsed-webmenu-wrapper .parsed-products-menu .first-level-item:before, .parsed-webmenu-wrapper .parsed-webmenu .first-level-item:before, .footer-top .footer-menu ul li > a:before, .header-search.search-form:before, .pager .arrows-and-pages .arrow:before, .button:before, .accordion-header.-button:before, .button:after, .accordion-header.-button:after, .icon:before, .accordion-header:not(.-button) .toggler:before, .icon, .accordion-header:not(.-button) .toggler, .accordion-header:not(.-button).-clickable:after, .ui-datepicker-trigger, #toTop:before, .toTopVue:before, .popper .popped-close:after, .popper .popper__close:after, .popper .popper-close:after, .rendered .table-row .innerHead > *:first-child:before, .message-remove-icon:before, .swiper-button-alt-next:after, .swiper-button-alt-prev:after, .no-result:before, .selector.-multi > .values > .value:after, input[type=checkbox]:not(.-checkbox-toggle) + label:after, .input[type=checkbox]:not(.-checkbox-toggle) + label:after, .select-wrapper:after, .selector .input:after {
  font-family: "Material Symbols Rounded";
  font-size: 24px;
  line-height: 1 !important;
  font-weight: normal !important;
  font-style: normal !important;
  border: none;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  text-transform: lowercase !important;
  transition: 0.2s ease-in-out;
}
.rate-order .rate-order-inner .rate-order-scale > :before, .stars > .star:before, .pl-views .view:before, .into-cart .submit:before, .p-item .points .point > a:before, .p-item.-cart.-gift .p-item-inner:before, .p-item.-gift.-shipping .p-item-inner:before, .p-item.-gift.-cod .p-item-inner:before, .stock-wrapper > :before, .search-form .clear:before, .search-form .action:before, .parsed-webmenu-wrapper .parsed-products-menu .first-level-item:before, .parsed-webmenu-wrapper .parsed-webmenu .first-level-item:before, .footer-top .footer-menu ul li > a:before, .header-search.search-form:before, .pager .arrows-and-pages .arrow:before, .button:before, .accordion-header.-button:before, .icon:before, .accordion-header:not(.-button) .toggler:before, .ui-datepicker-trigger:before, #toTop:before, .toTopVue:before, .rendered .table-row .innerHead > :first-child:before, .message-remove-icon:before, .no-result:before {
  transition: 0.2s ease-in-out;
}

.icon, .accordion-header:not(.-button) .toggler, .accordion-header:not(.-button).-clickable:after {
  width: 24px;
  height: 24px;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  padding: 0;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
  text-decoration: none !important;
  color: inherit;
}
.icon:before, .accordion-header:not(.-button) .toggler:before {
  font-family: inherit;
  font-size: inherit;
  display: block;
  content: attr(data-icon);
}
.icon.-w500:before, .accordion-header:not(.-button) .-w500.toggler:before {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}
.icon.-w600:before, .accordion-header:not(.-button) .-w600.toggler:before {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}
.icon.-fill:before, .accordion-header:not(.-button) .-fill.toggler:before {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.icon.-fill.-w500:before, .accordion-header:not(.-button) .-fill.-w500.toggler:before {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}
.icon.-fill.-w600:before, .accordion-header:not(.-button) .-fill.-w600.toggler:before {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}
.icon.-fill-font, .accordion-header:not(.-button) .-fill-font.toggler, .-fill-font.accordion-header.-clickable:not(.-button):after {
  font-family: "Material Symbols Filled" !important;
}
.icon.-small, .accordion-header:not(.-button) .-small.toggler, .-small.accordion-header.-clickable:not(.-button):after {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.icon.-small:before, .accordion-header:not(.-button) .-small.toggler:before {
  font-size: 16px;
}
.icon.-smaller, .accordion-header:not(.-button) .-smaller.toggler, .-smaller.accordion-header.-clickable:not(.-button):after {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.icon.-smaller:before, .accordion-header:not(.-button) .-smaller.toggler:before {
  font-size: 20px;
}
.icon.-larger, .accordion-header:not(.-button) .-larger.toggler, .-larger.accordion-header.-clickable:not(.-button):after {
  font-size: 32px;
  width: 32px;
  height: 32px;
}
.icon.-larger:before, .accordion-header:not(.-button) .-larger.toggler:before {
  font-size: 32px;
}
.icon.-large, .accordion-header:not(.-button) .-large.toggler, .-large.accordion-header.-clickable:not(.-button):after {
  font-size: 48px;
  width: 48px;
  height: 48px;
}
.icon.-large:before, .accordion-header:not(.-button) .-large.toggler:before {
  font-size: 48px;
}
.icon.-medium, .accordion-header:not(.-button) .-medium.toggler, .-medium.accordion-header.-clickable:not(.-button):after {
  font-size: 40px;
  width: 40px;
  height: 40px;
}
.icon.-medium:before, .accordion-header:not(.-button) .-medium.toggler:before {
  font-size: 40px;
}
.icon.-has-hover:hover:before, .accordion-header:not(.-button) .-has-hover.toggler:hover:before {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.icon.-svg, .accordion-header:not(.-button) .-svg.toggler, .-svg.accordion-header.-clickable:not(.-button):after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  background-color: transparent;
}
.icon.-svg.-small, .accordion-header:not(.-button) .-svg.-small.toggler, .-svg.-small.accordion-header.-clickable:not(.-button):after {
  background-size: 16px 16px;
}
.icon.-svg.-smaller, .accordion-header:not(.-button) .-svg.-smaller.toggler, .-svg.-smaller.accordion-header.-clickable:not(.-button):after {
  background-size: 20px 20px;
}
.icon.-svg.-larger, .accordion-header:not(.-button) .-svg.-larger.toggler, .-svg.-larger.accordion-header.-clickable:not(.-button):after {
  background-size: 32px 32px;
}
.icon.-svg.-large, .accordion-header:not(.-button) .-svg.-large.toggler, .-svg.-large.accordion-header.-clickable:not(.-button):after {
  background-size: 48px 48px;
}
.icon.-svg.-facebook, .accordion-header:not(.-button) .-svg.-facebook.toggler, .-svg.-facebook.accordion-header.-clickable:not(.-button):after {
  background-image: url(../images/facebook-logo-60px.svg);
}
.icon.-svg.-facebook-light, .accordion-header:not(.-button) .-svg.-facebook-light.toggler, .-svg.-facebook-light.accordion-header.-clickable:not(.-button):after {
  background-image: url(../images/facebook-logo-24px-light.svg);
}
.icon.-svg.-google, .accordion-header:not(.-button) .-svg.-google.toggler, .-svg.-google.accordion-header.-clickable:not(.-button):after {
  background-image: url(../images/google-logo-60px.svg);
}
.icon.-svg.-orczy-prodmenu, .accordion-header:not(.-button) .-svg.-orczy-prodmenu.toggler, .-svg.-orczy-prodmenu.accordion-header.-clickable:not(.-button):after {
  background-image: url(../images/orczy-icon-prodmenu-20px.svg);
}
.icon.-svg.-orczy-kosar, .accordion-header:not(.-button) .-svg.-orczy-kosar.toggler, .-svg.-orczy-kosar.accordion-header.-clickable:not(.-button):after {
  background-image: url(../images/orczy-icon-kosar-32px.svg);
}
.icon.-svg.-orczy-user, .accordion-header:not(.-button) .-svg.-orczy-user.toggler, .-svg.-orczy-user.accordion-header.-clickable:not(.-button):after {
  background-image: url(../images/orczy-icon-user-32px.svg);
}
.icon.-faux, .accordion-header:not(.-button) .-faux.toggler, .-faux.accordion-header.-clickable:not(.-button):after, .icon.loading, .accordion-header:not(.-button) .loading.toggler, .loading.accordion-header.-clickable:not(.-button):after, .icon.-loadnig, .accordion-header:not(.-button) .-loadnig.toggler, .-loadnig.accordion-header.-clickable:not(.-button):after {
  color: rgba(35, 47, 71, 0.5) !important;
}
.icon.-faux:before, .accordion-header:not(.-button) .-faux.toggler:before, .icon.loading:before, .accordion-header:not(.-button) .loading.toggler:before, .icon.-loadnig:before, .accordion-header:not(.-button) .-loadnig.toggler:before {
  color: rgba(35, 47, 71, 0.5) !important;
}
.icon.-clear:before, .accordion-header:not(.-button) .-clear.toggler:before, .icon.-remove:before, .accordion-header:not(.-button) .-remove.toggler:before {
  content: "close";
  color: #D82317;
}
.icon.-close:before, .accordion-header:not(.-button) .-close.toggler:before {
  content: "close";
}
.icon.-compare:before, .accordion-header:not(.-button) .-compare.toggler:before {
  content: "compare_arrows";
}
.icon.-favorite:before, .accordion-header:not(.-button) .-favorite.toggler:before {
  content: "favorite_border";
}
.icon.-favorite.-active:before, .accordion-header:not(.-button) .-favorite.-active.toggler:before {
  content: "favorite";
}
.icon.-help, .accordion-header:not(.-button) .-help.toggler, .-help.accordion-header.-clickable:not(.-button):after {
  cursor: pointer;
}
.icon.-help:before, .accordion-header:not(.-button) .-help.toggler:before {
  content: "help";
}
.icon.-info:before, .accordion-header:not(.-button) .-info.toggler:before {
  content: "info";
}
.icon.-minus:before, .accordion-header:not(.-button) .-minus.toggler:before {
  content: "remove";
}
.icon.-plus:before, .accordion-header:not(.-button) .-plus.toggler:before, .icon.-add:before, .accordion-header:not(.-button) .-add.toggler:before {
  content: "add";
}
.icon.-pricenotify:before, .accordion-header:not(.-button) .-pricenotify.toggler:before {
  content: "notification_important";
}
.icon.-stocknotify:before, .accordion-header:not(.-button) .-stocknotify.toggler:before {
  content: "notifications_paused";
}
.icon.-delete:before, .accordion-header:not(.-button) .-delete.toggler:before {
  content: "delete";
  color: #D82317;
}
.icon.-share:before, .accordion-header:not(.-button) .-share.toggler:before {
  content: "share";
}
.icon.-list:before, .accordion-header:not(.-button) .-list.toggler:before {
  content: "playlist_add";
}
.icon.-list.-active:before, .accordion-header:not(.-button) .-list.-active.toggler:before {
  content: "playlist_add_check";
}
.icon.-pdf:before, .accordion-header:not(.-button) .-pdf.toggler:before {
  content: "text_snippet";
}
.icon.-issue:before, .accordion-header:not(.-button) .-issue.toggler:before {
  content: "report";
}
.icon.-print:before, .accordion-header:not(.-button) .-print.toggler:before {
  content: "print";
}
.icon.-admins:before, .accordion-header:not(.-button) .-admins.toggler:before {
  content: "person";
}
.icon.-addresses:before, .accordion-header:not(.-button) .-addresses.toggler:before {
  content: "place";
}
.icon.-see:before, .accordion-header:not(.-button) .-see.toggler:before {
  content: "visibility";
}
.icon.-edit:before, .accordion-header:not(.-button) .-edit.toggler:before {
  content: "edit";
}
.icon.-search:before, .accordion-header:not(.-button) .-search.toggler:before {
  content: "search";
}

.clear-icon {
  background-image: url(../images/baseline-close-24px.svg);
}

.delete-icon {
  background-image: url(../images/ic_del_black_24.svg);
}

.add-icon {
  background-image: url(../images/ic_plus_dark_24px.svg);
}

button.icon, .accordion-header:not(.-button) button.toggler, button.accordion-header.-clickable:not(.-button):after {
  background-color: transparent;
}

.icon-and-data {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1), 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: relative;
}
.icon-and-data span {
  font-size: 12px;
  font-weight: 600;
}
.icon-and-data span.number-bubble, .icon-and-data .into-cart span.qty, .into-cart .icon-and-data span.qty {
  position: absolute;
  top: 0;
  right: 0;
}
.icon-and-data:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}

.button, .accordion-header.-button {
  background: #D82317;
  border-radius: 100px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  padding: 0 32px;
  position: relative;
  height: 44px;
  text-align: center;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  white-space: nowrap;
}
.button:hover, .accordion-header.-button:hover, .button.loader-active, .loader-active.accordion-header.-button {
  background: rgb(233.8284518828, 67.2175732218, 56.1715481172);
  color: #fff;
  text-decoration: none;
}
.button:hover .icon:before, .button:hover .accordion-header:not(.-button) .toggler:before, .accordion-header:not(.-button) .button:hover .toggler:before, .accordion-header.-button:hover .icon:before, .accordion-header.-button:hover .accordion-header:not(.-button) .toggler:before, .accordion-header:not(.-button) .accordion-header.-button:hover .toggler:before, .button.loader-active .icon:before, .button.loader-active .accordion-header:not(.-button) .toggler:before, .accordion-header:not(.-button) .button.loader-active .toggler:before, .loader-active.accordion-header.-button .icon:before, .loader-active.accordion-header.-button .accordion-header:not(.-button) .toggler:before, .accordion-header:not(.-button) .loader-active.accordion-header.-button .toggler:before {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24 !important;
}
.button:hover:before, .accordion-header.-button:hover:before, .button:hover:after, .accordion-header.-button:hover:after, .button.loader-active:before, .loader-active.accordion-header.-button:before, .button.loader-active:after, .loader-active.accordion-header.-button:after {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24 !important;
}
.button.br-small, .br-small.accordion-header.-button {
  border-radius: 8px;
}
.button.-left-icon:after, .-left-icon.accordion-header.-button:after, .button.-back:after, .-back.accordion-header.-button:after, .button.-left-icon:before, .-left-icon.accordion-header.-button:before, .button.-back:before, .-back.accordion-header.-button:before {
  margin: 0 5px 0 -5px;
}
.button.-right-icon:after, .-right-icon.accordion-header.-button:after, .button.-forward:after, .-forward.accordion-header.-button:after, .button.-right-icon:before, .-right-icon.accordion-header.-button:before, .button.-forward:before, .-forward.accordion-header.-button:before {
  margin: 0 -5px 0 5px;
}
.button.-border, .-border.accordion-header.-button {
  background: transparent;
  border: 2px solid #D82317;
  color: #D82317;
}
.button.-border:hover, .-border.accordion-header.-button:hover, .button.-border.loader-active, .-border.loader-active.accordion-header.-button {
  background: #D82317;
  color: #fff;
}
.button.-border:hover > *, .-border.accordion-header.-button:hover > *, .button.-border.loader-active > *, .-border.loader-active.accordion-header.-button > * {
  color: #fff;
}
.button.-secondary, .-secondary.accordion-header.-button {
  background: #232F47;
}
.button.-secondary:hover, .-secondary.accordion-header.-button:hover, .button.-secondary.loader-active, .-secondary.loader-active.accordion-header.-button {
  background: rgb(51.8396226415, 69.6132075472, 105.1603773585);
}
.button.-secondary.-border, .-secondary.-border.accordion-header.-button {
  background: transparent;
  border: 2px solid #232F47;
  color: #232F47;
}
.button.-secondary.-border:hover, .-secondary.-border.accordion-header.-button:hover, .button.-secondary.-border.loader-active, .-secondary.-border.loader-active.accordion-header.-button {
  background: #232F47;
  color: #fff;
}
.button.-secondary-light, .-secondary-light.accordion-header.-button {
  background: #283E69;
}
.button.-secondary-light:hover, .-secondary-light.accordion-header.-button:hover, .button.-secondary-light.loader-active, .-secondary-light.loader-active.accordion-header.-button {
  background: rgb(54.0689655172, 83.8068965517, 141.9310344828);
}
.button.-secondary-light.-border, .-secondary-light.-border.accordion-header.-button {
  background: transparent;
  border: 2px solid #283E69;
  color: #283E69;
}
.button.-secondary-light.-border:hover, .-secondary-light.-border.accordion-header.-button:hover, .button.-secondary-light.-border.loader-active, .-secondary-light.-border.loader-active.accordion-header.-button {
  background: #283E69;
  color: #fff;
}
.button.-success, .-success.accordion-header.-button {
  background: #43CC71;
}
.button.-success:hover, .-success.accordion-header.-button:hover, .button.-success.loader-active, .-success.loader-active.accordion-header.-button {
  background: rgb(107.1171548117, 214.8828451883, 143.3012552301);
}
.button.-success.-border, .-success.-border.accordion-header.-button {
  background: transparent;
  border: 2px solid #43CC71;
  color: #43CC71;
}
.button.-success.-border:hover, .-success.-border.accordion-header.-button:hover, .button.-success.-border.loader-active, .-success.-border.loader-active.accordion-header.-button {
  background: #43CC71;
  color: #fff;
}
.button.-danger, .-danger.accordion-header.-button {
  background: #D82317;
}
.button.-danger:hover, .-danger.accordion-header.-button:hover, .button.-danger.loader-active, .-danger.loader-active.accordion-header.-button {
  background: rgb(233.8284518828, 67.2175732218, 56.1715481172);
}
.button.-danger.-border, .-danger.-border.accordion-header.-button {
  background: transparent;
  border: 2px solid #D82317;
  color: #D82317;
}
.button.-danger.-border:hover, .-danger.-border.accordion-header.-button:hover, .button.-danger.-border.loader-active, .-danger.-border.loader-active.accordion-header.-button {
  background: #D82317;
  color: #fff;
}
.button.-grey, .-grey.accordion-header.-button {
  background: #9A9A9A;
}
.button.-grey:hover, .-grey.accordion-header.-button:hover, .button.-grey.loader-active, .-grey.loader-active.accordion-header.-button {
  background: rgb(179.5, 179.5, 179.5);
}
.button.-grey.-border, .-grey.-border.accordion-header.-button {
  background: transparent;
  border: 2px solid #9A9A9A;
  color: #9A9A9A;
}
.button.-grey.-border:hover, .-grey.-border.accordion-header.-button:hover, .button.-grey.-border.loader-active, .-grey.-border.loader-active.accordion-header.-button {
  background: #9A9A9A;
  color: #fff;
}
.button.-white, .-white.accordion-header.-button {
  background: #fff;
  color: #D82317;
}
.button.-white:hover, .-white.accordion-header.-button:hover, .button.-white.loader-active, .-white.loader-active.accordion-header.-button {
  background: #fff;
  color: rgb(169.9079497908, 27.5313807531, 18.0920502092);
}
.button.-white.-border, .-white.-border.accordion-header.-button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.button.-white.-border:hover, .-white.-border.accordion-header.-button:hover, .button.-white.-border.loader-active, .-white.-border.loader-active.accordion-header.-button {
  background: #fff;
  color: #D82317;
}
.button.-smallest, .-smallest.accordion-header.-button {
  height: 30px !important;
}
.button.-small, .-small.accordion-header.-button {
  height: 36px !important;
  padding: 0 1rem;
}
.button.-medium, .-medium.accordion-header.-button {
  height: 38px !important;
  padding: 0 1rem;
  font-size: 12px;
  font-weight: 800 !important;
}
.button.-large, .-large.accordion-header.-button {
  height: 48px !important;
}
.button.-faux, .-faux.accordion-header.-button, .button:disabled, .accordion-header.-button:disabled, .button.disabled, .disabled.accordion-header.-button, .button.-disabled, .-disabled.accordion-header.-button {
  background: #9A9A9A !important;
  opacity: 0.6;
}
.button.-faux:hover, .-faux.accordion-header.-button:hover, .button:disabled:hover, .accordion-header.-button:disabled:hover, .button.disabled:hover, .disabled.accordion-header.-button:hover, .button.-disabled:hover, .-disabled.accordion-header.-button:hover {
  background: #9A9A9A !important;
}
.button.-faux > *, .-faux.accordion-header.-button > *, .button:disabled > *, .accordion-header.-button:disabled > *, .button.disabled > *, .disabled.accordion-header.-button > *, .button.-disabled > *, .-disabled.accordion-header.-button > * {
  cursor: not-allowed !important;
}
.button.-liked, .-liked.accordion-header.-button {
  cursor: default;
  background: #43CC71;
}
.button.-liked:hover, .-liked.accordion-header.-button:hover {
  background: #43CC71;
}
.button.-delete, .-delete.accordion-header.-button {
  background: #D82317;
}
.button.-delete:before, .-delete.accordion-header.-button:before {
  content: "delete";
  color: #fff;
}
.button.-pdf:before, .-pdf.accordion-header.-button:before {
  content: "edit";
}
.button.-add:after, .-add.accordion-header.-button:after {
  content: "add";
}
.button.-download:after, .-download.accordion-header.-button:after {
  content: "file_download";
}
.button.-upload:after, .-upload.accordion-header.-button:after {
  content: "file_upload";
}
.button.-new:before, .-new.accordion-header.-button:before {
  content: "add";
}
.button.-back:before, .-back.accordion-header.-button:before {
  content: "arrow_back";
}
.button.-help:before, .-help.accordion-header.-button:before {
  content: "help";
}
.button.-category-search:before, .-category-search.accordion-header.-button:before {
  content: "category_search";
}
.button.-forward:after, .-forward.accordion-header.-button:after {
  content: "arrow_forward";
}
.button.-cart:before, .-cart.accordion-header.-button:before, .button.p-item.-shipping:before, .p-item.-shipping.accordion-header.-button:before, .button.p-item.-cod:before, .p-item.-cod.accordion-header.-button:before {
  content: "shopping_cart";
}
.button.-favorite:before, .-favorite.accordion-header.-button:before {
  content: "favorite_border";
}
.button.-clear, .-clear.accordion-header.-button, .button.-remove, .-remove.accordion-header.-button {
  background: #D82317;
}
.button.-clear:before, .-clear.accordion-header.-button:before, .button.-remove:before, .-remove.accordion-header.-button:before {
  content: "close";
  color: #fff;
}
.button.-print:after, .-print.accordion-header.-button:after {
  content: "print";
}
.button.-square, .-square.accordion-header.-button {
  width: 44px !important;
  padding: initial !important;
}
.button.-square.-smallest, .-square.-smallest.accordion-header.-button {
  width: 30px !important;
}
.button.-square.-small, .-square.-small.accordion-header.-button {
  width: 36px !important;
}
.button.-square.-large, .-square.-large.accordion-header.-button {
  width: 48px !important;
}
.button.-rounded, .-rounded.accordion-header.-button {
  border-radius: 50%;
}

.buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.buttons-wrapper > .button, .buttons-wrapper > .accordion-header.-button {
  /*@media only screen and (max-width: 991px) {
      flex: 1;
  }*/
}

.link-button, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .button, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .accordion-header.-button {
  cursor: pointer;
  color: #D82317;
  font-size: 14px;
  font-weight: 800;
  line-height: 142.857%;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.link-button.-nodecor:after, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .-nodecor.button:after, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .-nodecor.accordion-header.-button:after {
  content: none;
}
.link-button:after, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .button:after, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .accordion-header.-button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #D82317;
  transition: 0.2s ease-in-out;
}
.link-button:hover:after, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .button:hover:after, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .accordion-header.-button:hover:after {
  width: 100%;
}
.link-button:hover .icon:before, .link-button:hover .accordion-header:not(.-button) .toggler:before, .accordion-header:not(.-button) .link-button:hover .toggler:before, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .button:hover .icon:before, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .button:hover .accordion-header:not(.-button) .toggler:before, .accordion-header:not(.-button) .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .button:hover .toggler:before, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .accordion-header.-button:hover .icon:before, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .accordion-header.-button:hover .accordion-header:not(.-button) .toggler:before, .accordion-header:not(.-button) .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .accordion-header.-button:hover .toggler:before {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24 !important;
}
.link-button.-alt, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .-alt.button, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .-alt.accordion-header.-button {
  font-size: 16px;
  color: #232F47;
}
.link-button.-alt:after, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .-alt.button:after, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .-alt.accordion-header.-button:after {
  background: #232F47;
}

.filter {
  background: #FEFEFE;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 32px 12px;
  flex-wrap: wrap;
}
.filter .group {
  flex-grow: 1;
  flex-basis: 0;
}
.filter .group.-fw {
  width: 100%;
  flex-basis: auto;
}
.filter .item {
  flex-grow: 1;
  flex-basis: 0;
  padding: 12px;
  max-width: 100%;
  position: relative;
  /*

  #### Checkbox függőleges igazítása a select-ekhez képest ####

  &.item-checkbox {
      transform: translateY(8px);

      @media only screen and (max-width: 767px) {
          transform: none;
      }
  }

  */
}
@media only screen and (max-width: 767px) {
  .filter .item {
    min-width: 240px;
  }
}
.filter .separator--y {
  width: 1px;
  position: relative;
  align-self: stretch;
  background: #EEEEEE;
  margin-left: 32px;
  margin-right: 32px;
}
.filter .input-wrapper {
  margin-bottom: 0;
}
.filter .calendar-root {
  width: 100%;
}

/* special filters */
/* ALERT MESSAGES */
.messages-wrapper {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}
.messages-wrapper > li {
  margin: 24px 0;
}

.message--to-cart ul > li > span.nostock {
  color: #D82317;
}
.message--to-cart ul > li > span.onstock {
  color: #43CC71;
}
.message--to-cart ul > li > span.tostock {
  color: #FFD83C;
}

@media only screen and (min-width:576px) {
  .alert-popper {
    max-width: 546px;
  }
}
.alert-popper a {
  color: #fff;
}
.alert-popper a:hover, .alert-popper a:active {
  color: #fff;
}
.alert-popper p:first-child {
  margin-top: 0;
}
.alert-popper p:last-child {
  margin-bottom: 0;
}

/*** COOKIE ALERT ***/
.cookie-alert-wrapper {
  background: #D82317;
  color: #232F47;
  display: none;
  padding: 32px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .cookie-alert-wrapper .container > div {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .cookie-alert-wrapper .cookie-alert__buttons {
    margin-top: 32px;
    width: 100%;
  }
}
.cookie-alert-wrapper .cookie-alert__buttons .button, .cookie-alert-wrapper .cookie-alert__buttons .accordion-header.-button {
  margin-right: 32px;
}

/* INFOGROUP MODULE - számláim tetején pénzügyi információk, időarányos növekedés teteje és hasonlók */
.infogroup {
  margin-top: 12px;
  margin-bottom: 12px;
}
.infogroup > div {
  border-right: 1px solid #EEEEEE;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  padding: 32px;
}
.infogroup > div:last-child {
  border-right: 0 !important;
}
.infogroup > div > span {
  display: block;
}
@media only screen and (max-width: 991px) {
  .infogroup {
    flex-wrap: wrap;
  }
  .infogroup > div {
    flex-basis: 33%;
  }
  .infogroup > div:nth-child(3n) {
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .infogroup > div {
    flex-basis: 50%;
  }
  .infogroup > div:nth-child(2n) {
    border-right: 0;
  }
  .infogroup > div:nth-child(3n) {
    border-right: 1px solid #EEEEEE;
  }
}

/* GRAPH MODULE */
.graph {
  margin: 0 0 32px 0;
  padding: 32px 0;
}
.graph > .item > div.title-and-y {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0.25rem;
}
.graph > .item > div.title-and-y > .title {
  font-weight: 700;
}
.graph > .item > div.title-and-y > .y {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.graph > .item > .title {
  font-weight: 700;
}
.graph > .item > .y {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.graph > .item > .x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #EEEEEE;
}
.graph > .item > .x > * {
  position: relative;
  min-height: 22.4px;
  flex-basis: 0;
  flex-grow: 1;
  line-height: 1.6;
  white-space: nowrap;
}
.graph > .item > .x > *:first-child {
  flex-grow: 0;
}
.graph > .item > .x > *:first-child > * {
  transform: translateX(100%);
}
.graph > .item > .x > *:first-child > *:last-child:not(:first-child) {
  transform: translate(100%, 100%);
}
.graph > .item > .x > *:last-child > * {
  transform: translateX(0);
}
.graph > .item > .x > *:last-child > *:last-child:not(:first-child) {
  transform: translate(0, 100%);
}
.graph > .item > .x > * > * {
  position: absolute;
  right: 0;
  transform: translateX(50%);
}
.graph > .item > .x > * > *:last-child:not(:first-child) {
  transform: translate(50%, 100%);
}
.graph > .item > .x > *:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #EEEEEE;
  top: -10px;
  right: 0;
  position: absolute;
}
.graph > .item > .x.-double > * {
  min-height: 44.8px;
}
.graph > .item > .bar {
  width: 100%;
  height: 10px;
  position: relative;
  margin: 8px 0;
  background: #FEFEFE;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.graph > .item > .bar > * {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  position: absolute;
}
.graph > .item > .bar > * > * {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #D82317;
  animation: ScaleBar 2.5s;
  transform-origin: left;
  animation-fill-mode: forwards;
  border-radius: 3px;
}
.graph > .item > .bar > * > *:first-child {
  background: #EEEEEE;
}
.graph > .item > .bar > * > *:last-child {
  background: #D82317;
}

@keyframes ScaleBar {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(100%);
  }
}
.data-value-group {
  display: flex;
  align-items: stretch;
  justify-content: initial;
  flex-direction: column;
  gap: 1rem;
}
.data-value-group.-no-wrap .data-value-item {
  flex-wrap: nowrap;
}
.data-value-group.-no-wrap .data-value-item > *:last-child {
  text-align: end;
}
@media only screen and (max-width: 575px) {
  .data-value-group.-wrap-max-xs .data-value-item > * {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .data-value-group.-wrap-max-sm .data-value-item > * {
    width: 100%;
  }
}

.data-value-item {
  gap: 0.5rem 1rem;
  flex-wrap: wrap;
}
.data-value-item > *:first-child {
  font-weight: 500;
}
.data-value-item > *:last-child {
  font-weight: 700;
  text-align: end;
}

.data-value-group-separator {
  display: flex;
  justify-content: center;
}
.data-value-group-separator:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #D4D3DE;
}

.data-value-group-title {
  margin-top: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.panel, .graph.-prodgroup, .graph.-brands, .sites-container .site, .szuropanel, .votes .vote-item .inner, .votes .vote-item .datepicker-wrapper, .package-wizard-wrapper .package-wizard-inner-wrapper .categories-wrapper, .pd .pd-main-info, .p-item.-list .p-item-inner, .p-item.-cart .p-item-inner, .p-item.-shipping .p-item-inner, .p-item.-cod .p-item-inner, .p-item.-box .p-item-inner, .blog-comments, .blog-item, .sale.-volume > div > .categories .item > .inner, .sale.-volume > div > .categories .item > .datepicker-wrapper, .sale-item, .table, .sum-wrapper {
  border-radius: 16px;
  border: 1px solid #EEEEEE;
  background: #FEFEFE;
  padding: 1rem;
}
.panel.-panel-alt, .-panel-alt.graph.-prodgroup, .-panel-alt.graph.-brands, .sites-container .-panel-alt.site, .-panel-alt.szuropanel, .votes .vote-item .-panel-alt.inner, .votes .vote-item .-panel-alt.datepicker-wrapper, .package-wizard-wrapper .package-wizard-inner-wrapper .-panel-alt.categories-wrapper, .pd .-panel-alt.pd-main-info, .p-item.-list .-panel-alt.p-item-inner, .p-item.-cart .-panel-alt.p-item-inner, .p-item.-shipping .-panel-alt.p-item-inner, .p-item.-cod .-panel-alt.p-item-inner, .p-item.-box .-panel-alt.p-item-inner, .-panel-alt.blog-comments, .-panel-alt.blog-item, .sale.-volume > div > .categories .item > .-panel-alt.inner, .sale.-volume > div > .categories .item > .-panel-alt.datepicker-wrapper, .-panel-alt.sale-item, .-panel-alt.table, .-panel-alt.sum-wrapper {
  background: #F5F5F5;
  border-radius: 8px;
}
.panel.-border-secondary-2, .-border-secondary-2.graph.-prodgroup, .-border-secondary-2.graph.-brands, .sites-container .-border-secondary-2.site, .-border-secondary-2.szuropanel, .votes .vote-item .-border-secondary-2.inner, .votes .vote-item .-border-secondary-2.datepicker-wrapper, .package-wizard-wrapper .package-wizard-inner-wrapper .-border-secondary-2.categories-wrapper, .pd .-border-secondary-2.pd-main-info, .p-item.-list .-border-secondary-2.p-item-inner, .p-item.-cart .-border-secondary-2.p-item-inner, .p-item.-shipping .-border-secondary-2.p-item-inner, .p-item.-cod .-border-secondary-2.p-item-inner, .p-item.-box .-border-secondary-2.p-item-inner, .-border-secondary-2.blog-comments, .-border-secondary-2.blog-item, .sale.-volume > div > .categories .item > .-border-secondary-2.inner, .sale.-volume > div > .categories .item > .-border-secondary-2.datepicker-wrapper, .-border-secondary-2.sale-item, .-border-secondary-2.table, .-border-secondary-2.sum-wrapper {
  border: 2px solid #232F47;
}

.arrows-and-pages-my-0 .pager .arrows-and-pages {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.pager {
  flex-grow: 1;
}
.pager .count {
  color: #232F47;
  font-size: 13px;
  font-weight: 500;
}
.pager .size > span {
  color: #232F47;
  font-size: 13px;
  font-weight: 500;
  margin-left: 0.5rem;
}
.pager .arrows-and-pages {
  margin: 32px 0;
}
.pager .arrows-and-pages .arrows {
  gap: 0.25rem;
}
.pager .arrows-and-pages .arrows.-backward {
  margin-right: 0.5rem;
}
.pager .arrows-and-pages .arrows.-forward {
  margin-left: 0.5rem;
}
.pager .arrows-and-pages .arrow {
  text-decoration: none;
  height: 24px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 40px;
  background: #FFFFFF;
  color: #232F47;
}
.pager .arrows-and-pages .arrow.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pager .arrows-and-pages .arrow.-first:before {
  content: "first_page";
}
.pager .arrows-and-pages .arrow.-prev:before {
  content: "chevron_left";
}
.pager .arrows-and-pages .arrow.-next:before {
  content: "chevron_right";
}
.pager .arrows-and-pages .arrow.-last:before {
  content: "last_page";
}
.pager .arrows-and-pages .pages .page, .pager .arrows-and-pages .pages .page.-last, .pager .arrows-and-pages .pages .page.-first {
  padding: 2px 3px;
  display: inline-block;
  color: #232F47;
  font-size: 13px;
}
.pager .arrows-and-pages .pages .page.-selected {
  font-weight: 700;
  color: #D82317;
}
.pager .arrows-and-pages .pages .page.-first {
  margin-right: 8px;
}
.pager .arrows-and-pages .pages .page.-last {
  margin-left: 8px;
}
.pager .arrows-and-pages .goto-page .field {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  min-width: 40px;
  width: 50px;
  height: 40px;
  padding: 10px 12px;
  border-radius: 40px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  box-shadow: none;
  color: #192732;
  font-size: 13px;
  font-weight: 700;
  line-height: 138.462%;
  text-align: center;
}
.pager .arrows-and-pages .goto-page > span {
  color: #192732;
  font-size: 13px;
  line-height: normal;
  margin-left: 0.25rem;
}

#pagerSize .select-wrapper, #pagerSize .selector .input, .selector #pagerSize .input {
  width: auto;
}

.yahoobar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.25rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 500;
  color: #D82317;
}
.yahoobar > * {
  font-weight: 500;
}
.yahoobar > *:last-child {
  font-weight: 800;
}
.yahoobar a:not(:hover) {
  color: #232F47;
}
.yahoobar .icon, .yahoobar .accordion-header:not(.-button) .toggler, .accordion-header:not(.-button) .yahoobar .toggler, .yahoobar .accordion-header:not(.-button).-clickable:after {
  color: #D82317;
}
@media only screen and (max-width: 767px) {
  .yahoobar > * {
    display: none;
  }
  .yahoobar > *:nth-last-child(3), .yahoobar > *:nth-last-child(4) {
    display: unset;
  }
  .yahoobar .icon, .yahoobar .accordion-header:not(.-button) .toggler, .accordion-header:not(.-button) .yahoobar .toggler, .yahoobar .accordion-header:not(.-button).-clickable:after {
    transform: rotate(180deg);
  }
}

.pd .yahoobar > *:last-child, .pd .yahoobar > *:nth-last-child(2) {
  display: unset !important;
}
@media only screen and (max-width: 767px) {
  .pd .yahoobar > * {
    display: none;
  }
}

main {
  padding-top: calc(var(--stickyHeight) + 40px);
  padding-bottom: 5rem;
  min-height: calc(100vh - var(--stickyHeight));
}

header.header {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
header.header.fixed {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
header.header.fixed .header-top .header-top-inner {
  height: 2rem;
}
header.header.fixed .header-top .header-top-inner ul.webmenu > li.button, header.header.fixed .header-top .header-top-inner ul.webmenu > li.accordion-header.-button {
  height: 24px !important;
}
header.header.fixed .header-middle .header-middle-inner {
  height: 5rem;
}
@media only screen and (max-width: 991px) {
  header.header.fixed .header-middle .header-middle-inner {
    height: 4rem;
  }
}
header.header.fixed .header-bottom .header-bottom-inner {
  height: 3rem;
}
header.header.fixed .button.-category-menu-button, header.header.fixed .-category-menu-button.accordion-header.-button {
  height: 3rem;
}
header.header.-simple {
  background: transparent;
}
header.header.-static {
  position: relative;
}

.header-top {
  background: rgba(35, 47, 71, 0.75);
}
.header-top .header-top-inner {
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  font-size: 12px;
  height: 3rem;
}
@media only screen and (max-width: 991px) {
  .header-top .header-top-inner {
    height: 2rem;
  }
}
.header-top .header-top-inner > div {
  display: flex;
  gap: 32px;
  align-items: center;
}
.header-top .header-top-inner ul.webmenu {
  column-gap: 16px;
  color: #FEFEFE;
}
.header-top .header-top-inner ul.webmenu > li {
  column-gap: 16px;
}
.header-top .header-top-inner ul.webmenu > li.button, .header-top .header-top-inner ul.webmenu > li.accordion-header.-button {
  transition: 0.2s ease-in-out;
}
.header-top .header-top-inner ul.webmenu > li:not(:last-child, .button, .accordion-header.-button):after {
  content: "•";
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-middle {
  background: #FEFEFE;
}
.header-middle .header-middle-inner {
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 6rem;
}
@media only screen and (max-width: 991px) {
  .header-middle .header-middle-inner {
    height: 4rem;
  }
}

.header-bottom {
  background: #232F47;
}
.header-bottom .header-bottom-inner {
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 4rem;
}
@media only screen and (max-width: 991px) {
  .header-bottom .header-bottom-inner {
    height: 3rem;
  }
}
.header-bottom .part-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-grow: 1;
  gap: 32px;
  padding-left: 24px;
}
.header-bottom .part-right .parsed-webmenu-wrapper .parsed-webmenu {
  /* a parsed-webmenu elemhez került, -light módosítóval
  color: $color-light;

  a:before {
      background: $color-light;
  }
  */
}

.header-bottom-simple .header-bottom-simple-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 32px;
  padding: 20px 0px;
  border-bottom: 1px solid #D4D3DE;
}
.header-bottom-simple .header-bottom-simple-inner .logo {
  width: 193px;
}
.header-bottom-simple .header-bottom-simple-inner .simple-page-title {
  color: #232F47;
  font-size: 18px;
  font-weight: 800;
  line-height: 155.556%;
  text-transform: uppercase;
  text-align: end;
}

.header-logo {
  margin-right: 57px;
  width: 193px;
}
@media only screen and (max-width: 991px) {
  .header-logo {
    margin-right: 1rem;
    width: 140px;
  }
}

.header-icons {
  position: relative;
  gap: 1rem;
  width: auto;
  margin-top: 0;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .header-icons {
    justify-content: flex-end;
  }
}
.header-icons .cart-button {
  margin-left: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .header-icons .cart-button {
    margin-left: 0.5rem;
  }
}

.header-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  font-size: 14px;
  font-weight: 800;
  color: #232F47;
  position: relative;
  z-index: 0;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.header-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background: #F5F5F5;
  border-radius: 100px;
  z-index: -1;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.header-button:hover {
  color: #D82317;
}
.header-button:hover:before {
  opacity: 1;
}
.login-popper {
  top: 100%;
  width: 380px;
  max-height: calc(100vh - var(--stickyHeight) / 2);
  right: 0;
}
.login-popper .login-popper-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.login-popper .login-popper-content > * {
  width: 100%;
}
.login-popper .login-popper-content .login-popper-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 16px;
  border-top: 1px solid #EEEEEE;
}
.login-popper .login-popper-content .login-buttons .button, .login-popper .login-popper-content .login-buttons .accordion-header.-button {
  width: 45%;
}
.login-popper .login-popper-content .user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 16px;
  border-bottom: 1px solid #EEEEEE;
}
.login-popper .login-popper-content .user-info .company {
  color: #505050;
  font-size: 14px;
}

/* általános keresés -> module/kereses.scss */
.header-search.search-form .field {
  border: 1px solid #D4D3DE;
  background: #F9F9F9;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .header-search.search-form .field {
    border-radius: 8px;
  }
}
.header-search.search-form .field:hover {
  border-color: #232F47;
}
.header-search.search-form .field:active {
  border-color: #27A0FF;
}
@media only screen and (max-width: 991px) {
  .header-search.search-form .action {
    right: 3.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .header-search.search-form {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    opacity: 0;
    transition: 0.2s ease-in-out;
    transform: translateY(-100%);
    pointer-events: none;
  }
  .header-search.search-form:after {
    content: "";
    transition: 0.2s ease-in-out;
  }
  .header-search.search-form:before {
    content: "close";
    width: 50px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: 1;
    color: #FFFFFF;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
  }
  .header-search.search-form.focused {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  .header-search.search-form.focused:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  .header-search.search-form.focused .submit {
    order: 2;
  }
}
@media only screen and (min-width:768px) {
  .header-search.search-form {
    margin-right: 4rem;
  }
}

/*nyelv*/
@media only screen and (max-width: 575px) {
  .lang {
    flex: 1;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .lang-button {
    width: 100%;
  }
}

/*login*/
.login-social {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #DEDEDE;
}

.footer-top .footer-menu ul li > a:before {
  display: block;
  margin-right: 0.5rem;
  font-size: 20px !important;
  height: 20px !important;
  width: 20px !important;
  color: #FEFEFE;
}
.footer-top .footer-menu ul li.-call > a:before {
  content: "call";
}
.footer-top .footer-menu ul li.-mail > a:before {
  content: "mail";
}
.footer-top .footer-menu ul li.-location_on > a:before {
  content: "location_on";
}
.footer-top .footer-menu ul li.-facebook-light > a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  background-color: transparent;
  background-image: url(../images/facebook-logo-24px-light.svg);
}

.footer-top {
  background: #232F47;
}
.footer-top .footer-infoblock {
  background: #EEEEEE;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 100%;
  text-align: center;
}
.footer-top .footer-infoblock .quality {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-top .footer-infoblock .quality .fig {
  display: block;
  flex-shrink: 0;
  background-image: url(../images/orczy-icon-eredeti-minoseg-50px.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  margin-bottom: 10px;
}
.footer-top .footer-infoblock .quality .text {
  font-size: 19px;
  font-weight: 800;
}
.footer-top .footer-infoblock .partner {
  font-size: 12px;
}
.footer-top .footer-infoblock .partner .brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 0.5rem;
}
.footer-top .footer-infoblock .partner .brands > * {
  height: 50px;
}
.footer-top .footer-infoblock .other {
  font-size: 10px;
}
.footer-top .footer-menu {
  margin: 32px 0;
}
.footer-top .footer-menu ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.footer-top .footer-menu ul li a {
  display: flex;
  align-items: center;
}
.footer-top .footer-menu > ul > li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: calc(24px - 0.25rem);
}
.footer-top .footer-menu > ul > li > a {
  color: #FEFEFE;
  font-size: 19px;
  font-weight: 800;
  line-height: 144.444%;
}
.footer-top .footer-menu > ul > li ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.footer-top .footer-menu > ul > li ul li a {
  color: #FEFEFE;
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
}
.footer-top .footer-contact > ul > li ul {
  gap: calc(24px - 0.25rem);
}

.footer-bottom {
  background: #F9F9F9;
  padding: 48px 0;
  text-align: center;
}

.footer-bank {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 24px;
}
.footer-bank > * {
  height: 30px;
}

.footer-credits {
  font-size: 13px;
}

.footer-vs {
  color: #9A9A9A;
  font-size: 11px;
}
.footer-vs a {
  color: inherit;
}

.parsed-webmenu-wrapper .parsed-products-menu .first-level-item:before, .parsed-webmenu-wrapper .parsed-webmenu .first-level-item:before {
  margin-right: 0.5rem;
  font-size: 20px !important;
  height: 20px !important;
  width: 20px !important;
  color: #D82317;
}
.parsed-webmenu-wrapper .parsed-products-menu .-ac_unit.first-level-item:before, .parsed-webmenu-wrapper .parsed-webmenu .-ac_unit.first-level-item:before {
  content: "ac_unit";
}
.parsed-webmenu-wrapper .parsed-products-menu .-apps.first-level-item:before, .parsed-webmenu-wrapper .parsed-webmenu .-apps.first-level-item:before {
  content: "apps";
}
.parsed-webmenu-wrapper .parsed-products-menu .-cycle.first-level-item:before, .parsed-webmenu-wrapper .parsed-webmenu .-cycle.first-level-item:before {
  content: "cycle";
}
.parsed-webmenu-wrapper .parsed-products-menu .-heat.first-level-item:before, .parsed-webmenu-wrapper .parsed-webmenu .-heat.first-level-item:before {
  content: "heat";
}
.parsed-webmenu-wrapper .parsed-products-menu .-laundry.first-level-item:before, .parsed-webmenu-wrapper .parsed-webmenu .-laundry.first-level-item:before {
  content: "laundry";
}
.parsed-webmenu-wrapper .parsed-products-menu .-manufacturing.first-level-item:before, .parsed-webmenu-wrapper .parsed-webmenu .-manufacturing.first-level-item:before {
  content: "manufacturing";
}
.parsed-webmenu-wrapper .parsed-products-menu .-stockpot.first-level-item:before, .parsed-webmenu-wrapper .parsed-webmenu .-stockpot.first-level-item:before {
  content: "stockpot";
}
.parsed-webmenu-wrapper .parsed-products-menu .-tools_power_drill.first-level-item:before, .parsed-webmenu-wrapper .parsed-webmenu .-tools_power_drill.first-level-item:before {
  content: "tools_power_drill";
}
.parsed-webmenu-wrapper .parsed-products-menu .-vacuum.first-level-item:before, .parsed-webmenu-wrapper .parsed-webmenu .-vacuum.first-level-item:before {
  content: "vacuum";
}

.webmenu {
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
}
.webmenu > li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.webmenu.-vertical {
  flex-direction: column;
  align-items: flex-start;
}
.webmenu a, .webmenu button {
  color: #232F47;
}
.webmenu.-light > li > a, .webmenu.-light > li > button {
  color: #FEFEFE;
}

@keyframes showBoard {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.parsed-webmenu-wrapper .parsed-webmenu {
  color: #232F47;
  font-size: 14px;
  gap: 2rem;
  white-space: nowrap;
}
.parsed-webmenu-wrapper .parsed-webmenu a:not(.button):not(.accordion-header.-button), .parsed-webmenu-wrapper .parsed-webmenu button:not(.button):not(.accordion-header.-button) {
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  transition: 0.2s ease-in-out;
}
.parsed-webmenu-wrapper .parsed-webmenu a:not(.button):not(.accordion-header.-button):before, .parsed-webmenu-wrapper .parsed-webmenu button:not(.button):not(.accordion-header.-button):before {
  display: block;
  position: absolute;
  content: "";
  background: #232F47;
  top: 100%;
  width: 0%;
  height: 1px;
  transition: 0.2s ease-in-out;
}
.parsed-webmenu-wrapper .parsed-webmenu:hover .first-level-item > a, .parsed-webmenu-wrapper .parsed-webmenu:hover .first-level-item > button {
  opacity: 0.5;
}
.parsed-webmenu-wrapper .parsed-webmenu:hover .first-level-item > a:hover, .parsed-webmenu-wrapper .parsed-webmenu:hover .first-level-item > button:hover {
  opacity: 1;
}
.parsed-webmenu-wrapper .parsed-webmenu:hover .first-level-item.-active > a, .parsed-webmenu-wrapper .parsed-webmenu:hover .first-level-item.-active > button {
  opacity: 1;
}
.parsed-webmenu-wrapper .parsed-webmenu *.-expandable > a:after, .parsed-webmenu-wrapper .parsed-webmenu *.-expandable > button:after {
  content: "keyboard_arrow_down";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 1em;
  height: 1em;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  color: inherit;
}
.parsed-webmenu-wrapper .parsed-webmenu *.-expandable.-active > a:after, .parsed-webmenu-wrapper .parsed-webmenu *.-expandable.-active > button:after {
  transform: rotate(180deg);
}
.parsed-webmenu-wrapper .parsed-webmenu .first-level-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.parsed-webmenu-wrapper .parsed-webmenu .first-level-item > a:not(.button):not(.accordion-header.-button), .parsed-webmenu-wrapper .parsed-webmenu .first-level-item > button:not(.button):not(.accordion-header.-button) {
  padding: 0.5rem 0;
}
.parsed-webmenu-wrapper .parsed-webmenu .second-level-wrapper {
  position: absolute;
  top: 100%;
  background: #FFFFFF;
  color: #232F47;
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  padding: 16px;
  min-width: 200px;
  animation: fadeIn 0.25s ease-in forwards;
  max-height: 70vh;
  overflow: auto;
}
.parsed-webmenu-wrapper .parsed-webmenu .second-level-wrapper::-webkit-scrollbar {
  width: 6px;
}
.parsed-webmenu-wrapper .parsed-webmenu .second-level-wrapper::-webkit-scrollbar-track, .parsed-webmenu-wrapper .parsed-webmenu .second-level-wrapper::-webkit-scrollbar-corner {
  background: #f4f7fc;
  border-radius: 3px;
}
.parsed-webmenu-wrapper .parsed-webmenu .second-level-wrapper::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 3px;
}
.parsed-webmenu-wrapper .parsed-webmenu .second-level-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgb(196.5, 196.5, 196.5);
}
.parsed-webmenu-wrapper .parsed-webmenu .second-level-wrapper > .title {
  font-weight: 800;
  color: #D82317;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.parsed-webmenu-wrapper .parsed-webmenu .second-level-wrapper > .title:after {
  content: "chevron_right";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 1em;
  height: 1em;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  color: inherit;
}
.parsed-webmenu-wrapper .parsed-webmenu .second-level-wrapper .second-level-item > a, .parsed-webmenu-wrapper .parsed-webmenu .second-level-wrapper .second-level-item > button {
  padding: 0.5rem 0;
}
.parsed-webmenu-wrapper .parsed-webmenu .second-level-wrapper .second-level-item > a:hover, .parsed-webmenu-wrapper .parsed-webmenu .second-level-wrapper .second-level-item > button:hover {
  font-weight: 700;
}
.parsed-webmenu-wrapper .parsed-webmenu .third-level-wrapper {
  padding-left: 0.5rem;
  padding: 1rem;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #F5F5F5;
  border-radius: 8px;
}
.parsed-webmenu-wrapper .parsed-webmenu .third-level-wrapper > .title {
  font-size: 13px;
  font-weight: 800;
  color: #D82317;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.parsed-webmenu-wrapper .parsed-webmenu .third-level-wrapper > .title:after {
  content: "chevron_right";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 1em;
  height: 1em;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  color: inherit;
}
.parsed-webmenu-wrapper .parsed-webmenu .third-level-wrapper .third-level-item {
  font-size: 13px;
  color: #505050;
}
.parsed-webmenu-wrapper .parsed-webmenu.-vertical {
  flex-direction: column;
  align-items: initial;
  justify-content: initial;
  row-gap: 0;
  max-height: 60vh;
  overflow: auto;
}
.parsed-webmenu-wrapper .parsed-webmenu.-vertical .first-level-item > a:not(.button):not(.accordion-header.-button), .parsed-webmenu-wrapper .parsed-webmenu.-vertical .first-level-item > button:not(.button):not(.accordion-header.-button) {
  padding: 0.25rem 0;
}
.parsed-webmenu-wrapper .parsed-webmenu.-vertical .second-level-wrapper {
  position: relative;
  width: 100%;
}
.parsed-webmenu-wrapper .parsed-webmenu.-altlook .second-level-wrapper {
  box-shadow: none;
  background: #F5F5F5;
}
.parsed-webmenu-wrapper .parsed-webmenu.-altlook .third-level-wrapper {
  background: #FFFFFF;
}
.parsed-webmenu-wrapper .parsed-webmenu.-light {
  color: #FEFEFE;
}
.parsed-webmenu-wrapper .parsed-webmenu.-light a:before {
  background: #FEFEFE;
}
.parsed-webmenu-wrapper .parsed-webmenu.-personal {
  font-size: 16px;
  font-weight: 600;
  max-height: 55vh;
}
.parsed-webmenu-wrapper .parsed-products-menu {
  display: flex;
  height: 425px;
}
.parsed-webmenu-wrapper .parsed-products-menu .sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  width: 250px;
  height: 100%;
  overflow: auto;
  padding: 4px 0px;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-bottom-left-radius: 16px;
  background: #FEFEFE;
}
.parsed-webmenu-wrapper .parsed-products-menu .board {
  display: flex;
  flex-grow: 1;
  background: #FFFFFF;
  height: 100%;
  overflow: hidden auto;
  animation: showBoard 0.25s ease-in forwards;
  border: 1px solid #EEEEEE;
  border-top: 0;
  border-bottom-right-radius: 16px;
}
.parsed-webmenu-wrapper .parsed-products-menu .board::-webkit-scrollbar {
  width: 6px;
}
.parsed-webmenu-wrapper .parsed-products-menu .board::-webkit-scrollbar-track, .parsed-webmenu-wrapper .parsed-products-menu .board::-webkit-scrollbar-corner {
  background: #f4f7fc;
  border-radius: 3px;
}
.parsed-webmenu-wrapper .parsed-products-menu .board::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 3px;
}
.parsed-webmenu-wrapper .parsed-products-menu .board::-webkit-scrollbar-thumb:hover {
  background: rgb(196.5, 196.5, 196.5);
}
.parsed-webmenu-wrapper .parsed-products-menu .board.-no-content {
  border-left: 0;
}
.parsed-webmenu-wrapper .parsed-products-menu .board .board-content {
  padding: 1rem;
  margin-right: 0.75rem;
  flex-grow: 1;
}
.parsed-webmenu-wrapper .parsed-products-menu .board .board-content .board-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  color: #232F47;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 2rem;
}
.parsed-webmenu-wrapper .parsed-products-menu .board .board-content .board-title.-has-link:hover {
  color: #D82317;
}
.parsed-webmenu-wrapper .parsed-products-menu .board .board-content .board-title.-has-link:after {
  content: "chevron_right";
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: #D82317;
  color: #FFFFFF;
  border-radius: 50%;
  padding-left: 3px;
}
.parsed-webmenu-wrapper .parsed-products-menu .board .board-content .board-desc {
  font-size: 14px;
}
.parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more {
  background: #FFFFFF;
}
.parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .sm-fade {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFFFFF);
  bottom: 26px;
}
.parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .button, .parsed-webmenu-wrapper .parsed-products-menu .board .board-content .vs-showmore-wrapper .vs-show_more .accordion-header.-button {
  background: none;
  border: none;
  padding: 0;
  height: initial !important;
}
.parsed-webmenu-wrapper .parsed-products-menu .board .board-image {
  position: sticky;
  top: 0;
  background-size: cover;
  background-position: right center;
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 25%;
}
.parsed-webmenu-wrapper .parsed-products-menu .first-level-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 10px 20px 10px 20px;
  width: 100%;
  color: #232F47;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-align: start;
  transition: 0.2s ease-in-out;
}
.parsed-webmenu-wrapper .parsed-products-menu .first-level-item:hover, .parsed-webmenu-wrapper .parsed-products-menu .first-level-item.-active {
  background: #F5F5F5;
}
.parsed-webmenu-wrapper .parsed-products-menu .first-level-item:hover:before, .parsed-webmenu-wrapper .parsed-products-menu .first-level-item.-active:before {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}
.parsed-webmenu-wrapper .parsed-products-menu .first-level-item.-expandable:after {
  position: relative;
  right: -12px;
  content: "chevron_right";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 16px;
  height: 16px;
  color: #9A9A9A;
  transition: 0.2s ease-in-out;
}
.parsed-webmenu-wrapper .parsed-products-menu .first-level-item.-expandable.-active:after {
  color: #232F47;
}
.parsed-webmenu-wrapper .parsed-products-menu .first-level-item.bottom-section {
  margin-top: auto;
  border-top: 1px solid #EEEEEE;
  height: 50px;
}
.parsed-webmenu-wrapper .parsed-products-menu .second-level-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  column-gap: 48px;
  row-gap: 20px;
  overflow: hidden;
}
.parsed-webmenu-wrapper .parsed-products-menu .second-level-wrapper .second-level-item.-expandable > a:after, .parsed-webmenu-wrapper .parsed-products-menu .second-level-wrapper .second-level-item.-expandable > button:after {
  content: "keyboard_arrow_down";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 1em;
  height: 1em;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  color: inherit;
}
.parsed-webmenu-wrapper .parsed-products-menu .second-level-wrapper .second-level-item.-expandable.-active > a:after, .parsed-webmenu-wrapper .parsed-products-menu .second-level-wrapper .second-level-item.-expandable.-active > button:after {
  transform: rotate(180deg);
}
.parsed-webmenu-wrapper .parsed-products-menu .second-level-wrapper .second-level-item > a, .parsed-webmenu-wrapper .parsed-products-menu .second-level-wrapper .second-level-item > button {
  color: #232F47;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  break-inside: avoid-column;
}
.parsed-webmenu-wrapper .parsed-products-menu .third-level-wrapper {
  padding-top: 4px;
  display: flex;
  flex-direction: column;
}
.parsed-webmenu-wrapper .parsed-products-menu .third-level-wrapper .third-level-item {
  color: #505050;
}
.parsed-webmenu-wrapper .parsed-products-menu .third-level-wrapper .third-level-item.title {
  font-size: 13px;
  font-weight: 800;
  color: #D82317;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.parsed-webmenu-wrapper .parsed-products-menu .third-level-wrapper .third-level-item.title:after {
  content: "chevron_right";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 1em;
  height: 1em;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  color: inherit;
}
.parsed-webmenu-wrapper.-fullwidth-on-active.-active {
  width: 100%;
}

.menu-and-slider-wrapper {
  position: relative;
}
.menu-and-slider-wrapper .parsed-webmenu-wrapper {
  position: absolute;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .menu-and-slider-wrapper .parsed-webmenu-wrapper {
    display: none;
  }
}
.menu-and-slider-wrapper .mainpage-slider {
  position: relative;
  left: 250px;
  width: calc(100% - 250px);
  height: 425px;
  display: block;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .menu-and-slider-wrapper .mainpage-slider {
    left: initial;
    width: initial;
  }
}
.menu-and-slider-wrapper .mainpage-slider .swiper {
  height: 100%;
}

.category-popper {
  padding: 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  min-width: initial;
  max-width: initial;
  min-height: initial;
  max-height: initial;
  border-radius: 0 0 16px 16px;
  width: 100%;
  overflow: hidden;
}

.button.-category-menu-button, .-category-menu-button.accordion-header.-button {
  display: flex;
  gap: 0.5rem;
  width: 250px;
  height: 4rem;
  background: #FEFEFE;
  color: #232F47;
  font-size: 16px;
  font-weight: 900;
  justify-content: flex-start;
  padding: 0 20px;
  transition: 0.2s ease-in-out;
  border: 1px solid #EEEEEE;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .button.-category-menu-button, .-category-menu-button.accordion-header.-button {
    height: 3rem;
    width: 200px;
  }
}
.button.-category-menu-button:before, .-category-menu-button.accordion-header.-button:before {
  content: "";
  display: block;
  background-image: url(../images/orczy-icon-prodmenu-20px.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
}
.button.-category-menu-button:after, .-category-menu-button.accordion-header.-button:after {
  content: "unfold_more";
  margin-left: auto;
  opacity: 0.5;
  margin-left: auto;
  font-weight: 300 !important;
  font-size: 20px !important;
  transition: 0.2s ease-in-out;
}
.button.-category-menu-button:hover, .-category-menu-button.accordion-header.-button:hover {
  background: rgb(240.5990566038, 243.0330188679, 247.9009433962);
}
.button.-category-menu-button.-active:after, .-category-menu-button.-active.accordion-header.-button:after {
  content: "unfold_less";
}
.button.-category-menu-button.-fake-button, .-category-menu-button.-fake-button.accordion-header.-button {
  display: none;
}

@keyframes animateHeaderbuttonIn {
  0% {
    height: 4rem;
  }
  100% {
    height: 3rem;
  }
}
@media only screen and (min-width:992px) {
  .page-mainpage header.unfixed .button.-category-menu-button:not(.-fake-button), .page-mainpage header.unfixed .-category-menu-button.accordion-header.-button:not(.-fake-button) {
    display: none;
  }
  .page-mainpage header.unfixed .button.-category-menu-button.-fake-button, .page-mainpage header.unfixed .-category-menu-button.-fake-button.accordion-header.-button {
    display: flex;
    animation: animateHeaderbuttonIn 0.2s ease-in-out reverse;
  }
  .page-mainpage header.unfixed .button.-category-menu-button.-fake-button:after, .page-mainpage header.unfixed .-category-menu-button.-fake-button.accordion-header.-button:after {
    opacity: 0;
  }
  .page-mainpage header.fixed .button.-category-menu-button:not(.-fake-button), .page-mainpage header.fixed .-category-menu-button.accordion-header.-button:not(.-fake-button) {
    display: flex;
    animation: animateHeaderbuttonIn 0.2s ease-in-out;
  }
  .page-mainpage header.fixed .button.-category-menu-button.-fake-button, .page-mainpage header.fixed .-category-menu-button.-fake-button.accordion-header.-button {
    display: none;
  }
}

.search-form {
  flex-grow: 1;
  position: relative;
}
.search-form > .loader-wrapper {
  position: absolute;
  z-index: 2;
  left: -35px;
}
.search-form.-with-clear .action {
  right: 0.5rem;
}
.search-form.-with-clear .clear {
  right: 2.5rem;
}
.search-form .inner, .search-form .datepicker-wrapper, .search-form .input-wrapper {
  width: 100%;
  margin: 0;
}
.search-form .field {
  z-index: 1;
  padding-right: 60px;
}
.search-form .action {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
  cursor: pointer;
  color: #D82317;
  height: 1.5rem;
  text-decoration: none;
  z-index: 1;
}
.search-form .action:before {
  content: "search";
}
.search-form .action:focus {
  outline: none;
}
.search-form .clear {
  cursor: pointer;
  color: #D82317;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.5rem;
  z-index: 1;
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.search-form .clear:before {
  content: "close";
}

.search-panel {
  position: absolute;
  z-index: 15;
  background: white;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08), 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  top: 100%;
  max-height: calc(100vh - 200px);
  overflow: auto;
  border-radius: 16px;
}
@media only screen and (min-width:768px) {
  .search-panel {
    min-width: 600px;
  }
}
.search-panel.unpopped {
  display: none;
}

.search-suggestions {
  padding: 24px;
}
.search-suggestions::-webkit-scrollbar {
  width: 6px;
}
.search-suggestions::-webkit-scrollbar-track, .search-suggestions::-webkit-scrollbar-corner {
  background: #f4f7fc;
  border-radius: 3px;
}
.search-suggestions::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 3px;
}
.search-suggestions::-webkit-scrollbar-thumb:hover {
  background: rgb(196.5, 196.5, 196.5);
}
.search-suggestions .label {
  margin-top: 0;
  text-transform: uppercase;
}
.search-suggestions .item.tag {
  padding: 0.25rem 0.5rem;
  background: #F5F5F5;
  border-radius: 4px;
}
.search-suggestions .item.-group > a {
  display: block;
  color: #232F47;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  background: transparent;
  transition: 0.2s ease-in-out;
}
.search-suggestions .item.-group > a:hover {
  background: #F5F5F5;
}
.search-suggestions .item.-group.selected > a {
  background: #F5F5F5;
}
.search-suggestions .category-items {
  column-count: 1;
}
@media only screen and (min-width:768px) and (max-width: 991px) {
  .search-suggestions .category-items {
    column-count: 3;
  }
}
@media only screen and (min-width:992px) {
  .search-suggestions .category-items {
    column-count: 2;
  }
}
.search-suggestions .category-items > * {
  break-inside: avoid-column;
}
.search-history {
  padding: 24px;
}
.search-history .label {
  margin-top: 0;
  text-transform: uppercase;
}
.search-history .content {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.search-history .content a {
  padding: 0.25rem 0.5rem;
  background: #F5F5F5;
  border-radius: 8px;
  color: #232F47;
}

.search-backdrop {
  position: fixed;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 991px) {
  .search-backdrop {
    backdrop-filter: blur(5px);
  }
}

.sale-item {
  position: relative;
  padding: 0;
  transition: 0.2s ease-in-out;
  overflow: hidden;
}
.sale-item:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.sale-item .img {
  padding-bottom: 50%;
}
.sale-item .details {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  padding: 12px;
}
.sale-item h2 {
  font-size: 16px;
}
.sale-item .desc {
  font-size: 14px;
}
.sale-item .type {
  background: #D82317;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 0.25rem 0.5rem;
  display: inline-flex;
  font-size: 14px;
}
.sale-item button {
  z-index: 1;
}

.sale-head h1 {
  font-size: 24px;
}
.sale-head h2 {
  font-size: 19px;
}
.sale-head img {
  border-radius: 16px;
}
.sale-head .yahoobar {
  justify-content: flex-start;
}
.sale-head .details {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .sale-head .details {
    margin-top: 1rem;
  }
}
.sale-head .dates-wrapper .date {
  width: 100%;
}
.sale-head .dates-wrapper .date span:not(:first-child) {
  font-weight: bold;
}
.sale-head footer {
  align-items: center;
}
.sale-head.-box {
  /* akcio_es_termekek.html + akcio_es_termekek_item.html */
}
.sale-head .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 16px;
  min-height: 44px;
}
@media only screen and (max-width: 767px) {
  .sale-head .tabs {
    flex-direction: column;
  }
}
.sale-head .tab.-active {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .sale-head .tab {
    width: 100%;
  }
}
.sale-head .type {
  background: #D82317;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 0.25rem 0.5rem;
  display: inline-flex;
}

.sale-counter {
  color: #D82317;
  text-align: right;
}

.sale-and-products {
  /* akcio_es_termekek.html + akcio_es_termekek_item.html */
}

.sale.-volume .sale-head {
  margin-bottom: 32px;
}
.sale.-volume .sale-head nav[aria-label=breadcrumb] {
  margin: 0 0 32px 0;
}
.sale.-volume .sale-head .dates-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 24px 0;
}
.sale.-volume .sale-head .dates-wrapper .date {
  width: 100%;
}
.sale.-volume .sale-head .dates-wrapper .date:not(:first-child) {
  margin-top: 8px;
}
.sale.-volume .sale-head .dates-wrapper .date > span:first-child {
  font-weight: 700;
}
.sale.-volume > div > .data > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 0 8px 0;
}
.sale.-volume > div > .data > div:last-child {
  margin: 0;
}
.sale.-volume > div > .data > div span {
  width: calc(50% - 32px);
}
.sale.-volume > div > .data > div span:first-child {
  font-weight: 700;
}
.sale.-volume > div > .data > div span:last-child {
  margin: 0 0 0 24px;
}
.sale.-volume > div > .categories {
  margin-top: 24px;
}
.sale.-volume > div > .categories .item > .inner, .sale.-volume > div > .categories .item > .datepicker-wrapper {
  height: 100%;
}
.sale.-volume > div > .categories .item.-active > .inner, .sale.-volume > div > .categories .item.-active > .datepicker-wrapper {
  border-color: #D82317;
  border-width: 2px;
}
.sale.-volume > div > .categories .item .active-marker {
  background: #D82317;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  padding: 0.25rem 0.5rem;
}
.sale.-volume > div > .categories .item .title {
  margin: 0;
  text-transform: uppercase;
}
.sale.-volume > div > .categories .item .value {
  font-weight: 800;
  font-size: 19px;
  text-align: center;
  margin: 0.5rem 0;
}
/* BLOG TAGEK */
.tag-popper {
  max-width: 100%;
}

.tags {
  gap: 0.5rem;
}
.tags h2 {
  font-size: 19px;
}

.tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0.25rem;
  font-size: 14px;
}
.tag[href]:not(:hover) {
  color: #232F47;
}
.tag .qty {
  color: #9A9A9A;
  font-size: 14px;
}
.tag.-selected {
  color: #232F47;
}

/* BLOG ITEM GLOBAL */
.blog-item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
  position: relative;
  transition: 0.2s ease-in-out;
  overflow: hidden;
}
.blog-item:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.blog-item.-details {
  overflow: visible;
}
.blog-item.-details .img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.blog-item.-details .summary {
  color: #232F47;
  font-size: 16px;
  font-weight: 700;
}
.blog-item .img-category {
  position: relative;
}
.blog-item .img {
  position: relative;
  padding-bottom: 66.6666%;
}
.blog-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item .category {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0.25rem 0.5rem;
  color: #232F47;
  font-weight: 700;
  font-size: 13px;
}
.blog-item .contents {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
  padding: 1rem 1rem calc(1rem + 4px) 1rem;
  flex-grow: 1;
}
.blog-item .title {
  color: #192732;
  font-size: 16px;
  font-weight: 800;
  line-height: 150%;
  text-transform: uppercase;
}
.blog-item .summary {
  color: #9A9A9A;
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
  flex-grow: 1;
}
.blog-item .bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.blog-item .date {
  color: #192732;
  font-size: 12px;
  font-weight: 500;
}
.blog-item .more {
  color: #D82317;
  font-size: 14px;
  font-weight: 700;
  line-height: 142.857%;
  text-transform: uppercase;
}
.blog-item .author {
  font-size: 14px;
  font-weight: 700;
  color: #232F47;
}
.blog-item .likes, .blog-item .comments {
  font-size: 14px;
  font-weight: 700;
  color: #232F47;
}
.blog-item h2 a {
  font-size: 19px;
}
.blog-item h2 a:not(:hover) {
  color: #232F47;
}
.blog-item footer > .flex {
  gap: 0.5rem;
}
/* BLOG LISTA ÉS RÉSZLETES */
/* BLOG LIST */
/* SIDEBAR */
.blog-sidebar {
  position: sticky;
  top: calc(var(--stickyHeight) + 1rem);
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}

/* BLOG COMMENTS */
.blog-comments {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}

.blog-comment {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}
.blog-comment:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #EEEEEE;
}
.blog-comment header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.blog-comment header .author {
  font-weight: 700;
}
.blog-comment header .date {
  font-size: 14px;
}
.blog-comment .social {
  gap: 0.5rem;
}
.blog-comment .social .like-count {
  font-size: 14px;
}

/***** GDPR KÉRELEM OLDAL *****/
/***** GDPR KÉRELEM OLDAL vége*****/
/***** GDPR NYILATKOZAT ELFOGADAS OLDAL ******/
.gdpr-accept .inner .item .link, .gdpr-accept .datepicker-wrapper .item .link {
  padding-left: calc(20px + 12px);
}

/***** GDPR NYILATKOZAT ELFOGADAS OLDAL vége******/
/**** GDPR NYILATKOZAT SZÖVEGE OLDAL ****/
/**** GDPR NYILATKOZAT SZÖVEGE OLDAL vége****/
.lab-zarunk {
  background: #FFD83C;
  border-radius: 16px;
  color: #232F47;
  padding: 0.5rem 3rem;
  margin: 1rem 0;
}

.price-wrapper > .price {
  color: #232F47;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  white-space: nowrap;
}
.price-wrapper > .price.-unit {
  font-size: 14px;
  color: #9A9A9A;
}
.price-wrapper > .price.-original {
  text-decoration: line-through;
  color: #D4D3DE;
  font-size: 14px;
  font-weight: 700;
}
.price-wrapper > .price.-new {
  color: #9A9A9A;
  font-size: 14px;
  font-weight: 700;
}
.price-wrapper > .price.-onsale {
  color: #D82317;
}
.price-wrapper > .price.-net {
  color: #9A9A9A;
  font-size: 12px;
}
.price-wrapper > .price.-brfogy {
  margin-top: 0.5rem;
  font-size: 12px;
}

.stock-wrapper {
  display: flex;
  flex-direction: column;
}
.stock-wrapper > * {
  position: relative;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2em;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.stock-wrapper > *:before {
  font-size: 16px !important;
  width: 16px !important;
  height: 16px !important;
  content: "";
}
.stock-wrapper > *.onstock {
  color: #43CC71;
}
.stock-wrapper > *.onstock:before {
  content: "check";
}
.stock-wrapper > *.otherstock {
  color: #232F47;
}
.stock-wrapper > *.otherstock:before {
  content: "move_up";
}
.stock-wrapper > *.nostock {
  color: #D82317;
}
.stock-wrapper > *.nostock:before {
  content: "exclamation";
}
.stock-wrapper > *.tostock {
  color: #dc6f09;
}
.stock-wrapper > *.tostock:before {
  content: "exclamation";
}

.labels-wrapper > .label, .labels-wrapper .extra-labels > .label {
  display: flex;
  padding: 0.25rem 12px;
  justify-content: center;
  align-items: center;
  border-radius: 0 16px 16px 0px;
  border: none;
  background: #9A9A9A;
  color: #FEFEFE;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}

.labels-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-height: 100%;
  overflow: hidden;
}
.labels-wrapper:not(.-first-is-same) > .label:first-child, .labels-wrapper:not(.-first-is-same) .extra-labels > .label:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 16px;
}
.labels-wrapper > .label a, .labels-wrapper .extra-labels > .label a {
  color: inherit;
}
.labels-wrapper > .label.-new, .labels-wrapper .extra-labels > .label.-new {
  background: #43CC71;
}
.labels-wrapper > .label.-sale, .labels-wrapper .extra-labels > .label.-sale {
  background: #D82317;
}
.labels-wrapper > .label.-sale.-gift, .labels-wrapper .extra-labels > .label.-sale.-gift {
  position: relative;
}
.labels-wrapper > .label.-sale.-gift:hover .gift-img, .labels-wrapper .extra-labels > .label.-sale.-gift:hover .gift-img {
  display: flex;
}
.labels-wrapper > .label.-sale.-gift .gift-img, .labels-wrapper .extra-labels > .label.-sale.-gift .gift-img {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  height: auto;
  display: none;
  padding: 0.5rem;
  border: 1px solid #EEEEEE;
  background: white;
  border-radius: 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.labels-wrapper > .label.-sale.-gift .gift-img img, .labels-wrapper .extra-labels > .label.-sale.-gift .gift-img img {
  width: 100px;
  height: 100px;
  pointer-events: none;
}
.labels-wrapper > .label.-sale.-qty .tooltip, .labels-wrapper .extra-labels > .label.-sale.-qty .tooltip {
  text-align: right;
}
.labels-wrapper > .label.-used, .labels-wrapper .extra-labels > .label.-used {
  background: #D82317;
}
.labels-wrapper > .label.-free-shipping, .labels-wrapper .extra-labels > .label.-free-shipping {
  background-color: #43CC71;
  color: #FFFFFF;
}
.labels-wrapper .extra-labels {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}
.labels-wrapper .extra-labels:not(.-first-is-same) > .label:first-child {
  border-top-right-radius: 16px;
  border-top-left-radius: 0;
}
.labels-wrapper .extra-labels > .label {
  color: #232F47;
  background: #FEFEFE;
}
.labels-wrapper .extra-labels > .label.-primary {
  background-color: #D82317;
  color: #FFFFFF;
}
.labels-wrapper .extra-labels > .label.-secondary {
  background-color: #232F47;
  color: #FFFFFF;
}
.labels-wrapper .extra-labels > .label.-grey {
  background-color: #9A9A9A;
  color: #FFFFFF;
}
.labels-wrapper .extra-labels > .label.-positive {
  background-color: #43CC71;
  color: #FFFFFF;
}
.labels-wrapper .extra-labels > .label.-negative {
  background-color: #D82317;
  color: #FFFFFF;
}
.labels-wrapper .extra-labels > .label.-warning {
  background-color: #F6BB06;
  color: #FFFFFF;
}
.labels-wrapper .extra-labels > .label.-green {
  background-color: #006A3A;
  color: #FFFFFF;
}
.labels-wrapper .labels-extra-outer:first-child > .label:first-child, .labels-wrapper .labels-extra-outer:first-child .extra-labels > .label:first-child, .labels-wrapper .szemoldal-wrapper:first-child > .label:first-child, .labels-wrapper .szemoldal-wrapper:first-child .extra-labels > .label:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 16px;
}

.stores-list .store-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-block: 0.5rem;
  font-size: 16px;
  font-weight: 500;
}
.stores-list .store-item .store-hint {
  font-size: 14px;
  color: #9A9A9A;
}
.stores-list .store-item .stock-wrapper {
  margin-bottom: 0;
  text-align: start !important;
}
.stores-list .store-item .stock-wrapper > * {
  font-size: 16px;
}

.p-item {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .p-item {
    flex-wrap: wrap;
  }
}
.p-item.-gridelem {
  min-width: 0;
  height: 100%;
}
.p-item.-gridelem > * {
  height: 100%;
}
.p-item.-gridelem > * .inner, .p-item.-gridelem > * .datepicker-wrapper {
  height: 100%;
}
.p-item.-gridelem.-minwidth {
  min-width: 170px;
}
.p-item.-banner {
  align-self: stretch;
}
.p-item.-banner .p-item-inner {
  padding: 0 !important;
  overflow: hidden;
}
.p-item.-banner .banner-inner {
  height: 100%;
  width: 100%;
  background-color: #9A9A9A;
}
.p-item.-banner .banner-inner a {
  width: 100%;
  height: 100%;
  display: block;
}
.p-item.-banner .banner-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-item.-banner .banner-inner .content {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  padding: 24px;
  color: #FEFEFE;
  font-size: 30px;
  font-weight: 700;
}
.p-item.-banner.-list .banner-inner {
  height: 226px;
}
.p-item.-banner.-list .banner-inner .content {
  max-width: 300px;
  top: 0;
  bottom: 0;
  left: 2rem;
  right: initial;
}
.p-item.-box > * {
  min-width: 100%;
}
.p-item.-box .p-item-inner {
  padding: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  transition: 0.2s ease-in-out;
}
.p-item.-box .p-item-inner > * {
  min-width: 100%;
}
.p-item.-box .p-item-inner .icons-wrapper {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  max-width: 80px;
  gap: 6px;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: initial;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
@media (hover: none) and (pointer: coarse), only screen and (max-width: 991px) {
  .p-item.-box .p-item-inner .icons-wrapper {
    opacity: 1;
    pointer-events: initial;
  }
}
.p-item.-box .p-item-inner .labels-wrapper {
  min-width: initial;
  border-top-left-radius: 16px;
}
.p-item.-box .p-item-inner .contents {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 24px;
  padding: 0 0.25rem 0.25rem 0.25rem;
  flex-grow: 1;
  border-top: 1px solid #EEEEEE;
  padding-top: 1rem;
  margin-top: 1rem;
}
.p-item.-box .p-item-inner .contents .clone-bar {
  flex-direction: column;
  gap: 16px;
  animation: fadeIn 0.25s;
  display: none;
}
@media (hover: none) and (pointer: coarse), only screen and (max-width: 991px) {
  .p-item.-box .p-item-inner .contents .clone-bar {
    display: flex;
  }
}
.p-item.-box .p-item-inner .contents .contents-upper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}
.p-item.-box .p-item-inner .contents .shop .price-wrapper {
  margin-top: 20px;
}
.p-item.-box .p-item-inner .contents .shop .into-cart {
  margin-top: 24px;
}
.p-item.-box > .clone .p-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 14;
  max-width: 100%;
  height: initial;
  min-height: 100%;
}
.p-item.-box > .clone .p-item-inner .contents .clone-bar {
  display: flex;
}
.p-item.-box:hover .p-item-inner {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.p-item.-box:hover .p-item-inner .icons-wrapper {
  opacity: 1;
  pointer-events: initial;
}
.p-item.-list, .p-item.-cart, .p-item.-shipping, .p-item.-cod {
  margin-bottom: 16px;
}
.p-item.-list > *, .p-item.-cart > *, .p-item.-shipping > *, .p-item.-cod > * {
  min-width: 100%;
}
.p-item.-list .p-item-inner, .p-item.-cart .p-item-inner, .p-item.-shipping .p-item-inner, .p-item.-cod .p-item-inner {
  padding: 12px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  height: 100%;
  width: 100%;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .p-item.-list .p-item-inner, .p-item.-cart .p-item-inner, .p-item.-shipping .p-item-inner, .p-item.-cod .p-item-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-item.-list .p-item-inner .img, .p-item.-cart .p-item-inner .img, .p-item.-shipping .p-item-inner .img, .p-item.-cod .p-item-inner .img {
  width: 200px;
  padding-bottom: 200px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .p-item.-list .p-item-inner .img, .p-item.-cart .p-item-inner .img, .p-item.-shipping .p-item-inner .img, .p-item.-cod .p-item-inner .img {
    width: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .p-item.-list .p-item-inner .img, .p-item.-cart .p-item-inner .img, .p-item.-shipping .p-item-inner .img, .p-item.-cod .p-item-inner .img {
    width: 100%;
    padding-bottom: 100px;
  }
}
.p-item.-list .p-item-inner .contents, .p-item.-cart .p-item-inner .contents, .p-item.-shipping .p-item-inner .contents, .p-item.-cod .p-item-inner .contents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  border-left: 1px solid #EEEEEE;
  padding-left: 16px;
}
@media only screen and (max-width: 575px) {
  .p-item.-list .p-item-inner .contents, .p-item.-cart .p-item-inner .contents, .p-item.-shipping .p-item-inner .contents, .p-item.-cod .p-item-inner .contents {
    border-left: none;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-item.-list .p-item-inner .contents, .p-item.-cart .p-item-inner .contents, .p-item.-shipping .p-item-inner .contents, .p-item.-cod .p-item-inner .contents {
    width: calc(100% - 75px - 16px);
  }
}
.p-item.-list .p-item-inner .contents .p-item-title, .p-item.-list .p-item-inner .contents .p-item-title > a, .p-item.-cart .p-item-inner .contents .p-item-title, .p-item.-shipping .p-item-inner .contents .p-item-title, .p-item.-cod .p-item-inner .contents .p-item-title, .p-item.-cart .p-item-inner .contents .p-item-title > a, .p-item.-shipping .p-item-inner .contents .p-item-title > a, .p-item.-cod .p-item-inner .contents .p-item-title > a {
  color: #232F47;
  -webkit-line-clamp: none;
  overflow: initial;
  height: auto;
}
.p-item.-list .p-item-inner .contents .desc, .p-item.-cart .p-item-inner .contents .desc, .p-item.-shipping .p-item-inner .contents .desc, .p-item.-cod .p-item-inner .contents .desc {
  color: #9A9A9A;
  font-size: 12px;
  font-weight: 500;
  line-height: 166.667%;
}
.p-item.-list .p-item-inner .shop, .p-item.-cart .p-item-inner .shop, .p-item.-shipping .p-item-inner .shop, .p-item.-cod .p-item-inner .shop {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .p-item.-list .p-item-inner .shop, .p-item.-cart .p-item-inner .shop, .p-item.-shipping .p-item-inner .shop, .p-item.-cod .p-item-inner .shop {
    width: 100%;
    border-top: 1px solid #EEEEEE;
    padding-top: 1rem;
  }
}
.p-item.-list .p-item-inner .shop .price-wrapper, .p-item.-cart .p-item-inner .shop .price-wrapper, .p-item.-shipping .p-item-inner .shop .price-wrapper, .p-item.-cod .p-item-inner .shop .price-wrapper {
  text-align: end;
}
.p-item.-list .p-item-inner .labels-wrapper, .p-item.-cart .p-item-inner .labels-wrapper, .p-item.-shipping .p-item-inner .labels-wrapper, .p-item.-cod .p-item-inner .labels-wrapper {
  min-width: initial;
  border-top-left-radius: 16px;
}
.p-item.-list .p-item-inner .icons-wrapper, .p-item.-cart .p-item-inner .icons-wrapper, .p-item.-shipping .p-item-inner .icons-wrapper, .p-item.-cod .p-item-inner .icons-wrapper {
  gap: 0.75rem;
}
.p-item.-list .p-item-inner .betort-rmegj, .p-item.-cart .p-item-inner .betort-rmegj, .p-item.-shipping .p-item-inner .betort-rmegj, .p-item.-cod .p-item-inner .betort-rmegj {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-item.-list .p-item-inner .betort-rmegj > li, .p-item.-cart .p-item-inner .betort-rmegj > li, .p-item.-shipping .p-item-inner .betort-rmegj > li, .p-item.-cod .p-item-inner .betort-rmegj > li {
  display: block;
}
.p-item.-list .p-item-inner .betort-rmegj > li:not(:last-child):after, .p-item.-cart .p-item-inner .betort-rmegj > li:not(:last-child):after, .p-item.-shipping .p-item-inner .betort-rmegj > li:not(:last-child):after, .p-item.-cod .p-item-inner .betort-rmegj > li:not(:last-child):after {
  content: "•";
  margin: 0 6px;
}
.p-item.-list .p-item-inner .betort-rmegj > li > *:last-child, .p-item.-cart .p-item-inner .betort-rmegj > li > *:last-child, .p-item.-shipping .p-item-inner .betort-rmegj > li > *:last-child, .p-item.-cod .p-item-inner .betort-rmegj > li > *:last-child {
  font-weight: 800;
}
.p-item.-list:hover .p-item-inner, .p-item.-cart:hover .p-item-inner, .p-item.-shipping:hover .p-item-inner, .p-item.-cod:hover .p-item-inner {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.p-item.-search .p-item-inner .img {
  width: 100px;
  padding-bottom: 100px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .p-item.-search .p-item-inner .img {
    width: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .p-item.-search .p-item-inner .img {
    width: 100%;
    padding-bottom: 100px;
  }
}
.p-item.-component .p-item-inner {
  align-items: initial;
}
.p-item.-component .p-item-inner .img {
  width: 100px;
  padding-bottom: 100px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .p-item.-component .p-item-inner .img {
    width: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .p-item.-component .p-item-inner .img {
    width: 100%;
    padding-bottom: 100px;
  }
}
.p-item.-component .p-item-inner .symbol {
  font-size: 2.5rem;
  font-weight: 700;
  background-color: #EEEEEE;
  color: #9A9A9A;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.p-item.-component .p-item-inner .spinner-input {
  position: relative;
  margin-bottom: 1rem;
}
.p-item.-component .p-item-inner .spinner-input .sublabel {
  position: absolute;
  top: calc(100% + 0.25rem);
  font-size: 12px;
  color: #9A9A9A;
}
.p-item.-component .p-item-inner .contents {
  justify-content: center;
  font-size: 14px;
}
.p-item.-cart, .p-item.-shipping, .p-item.-cod {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.p-item.-cart.-mini .p-item-inner, .p-item.-mini.-shipping .p-item-inner, .p-item.-mini.-cod .p-item-inner {
  flex-direction: column;
  gap: 0.5rem;
}
.p-item.-cart.-mini .p-item-inner .shop, .p-item.-mini.-shipping .p-item-inner .shop, .p-item.-mini.-cod .p-item-inner .shop {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.p-item.-cart.-mini .p-item-inner .img-and-contents, .p-item.-mini.-shipping .p-item-inner .img-and-contents, .p-item.-mini.-cod .p-item-inner .img-and-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.p-item.-cart.-mini .p-item-inner .img, .p-item.-mini.-shipping .p-item-inner .img, .p-item.-mini.-cod .p-item-inner .img {
  width: 100px;
  padding-bottom: 100px;
  flex-shrink: 0;
}
.p-item.-cart.-mini .p-item-inner .contents, .p-item.-mini.-shipping .p-item-inner .contents, .p-item.-mini.-cod .p-item-inner .contents {
  border-left: 0;
}
.p-item.-cart.-mini .p-item-inner .labels-wrapper, .p-item.-mini.-shipping .p-item-inner .labels-wrapper, .p-item.-mini.-cod .p-item-inner .labels-wrapper {
  position: relative;
  border-top-left-radius: 0;
}
.p-item.-cart.-mini .p-item-inner .labels-wrapper .label, .p-item.-mini.-shipping .p-item-inner .labels-wrapper .label, .p-item.-mini.-cod .p-item-inner .labels-wrapper .label {
  font-size: 10px;
  padding: 0.125rem 0.5rem;
}
.p-item.-cart.-mini .p-item-inner .price-wrapper, .p-item.-mini.-shipping .p-item-inner .price-wrapper, .p-item.-mini.-cod .p-item-inner .price-wrapper {
  flex-grow: 1;
}
.p-item.-cart.-mini .p-item-inner .stock-wrapper, .p-item.-mini.-shipping .p-item-inner .stock-wrapper, .p-item.-mini.-cod .p-item-inner .stock-wrapper {
  text-align: left;
}
.p-item.-cart.-mini.-shipping .p-item-inner .img, .p-item.-mini.-shipping .p-item-inner .img, .p-item.-cart.-mini.-cod .p-item-inner .img, .p-item.-mini.-cod .p-item-inner .img {
  width: 40px;
  height: 40px;
  padding-bottom: 0 !important;
}
.p-item.-cart.-mini.-gift .p-item-inner .item-symbol, .p-item.-mini.-gift.-shipping .p-item-inner .item-symbol, .p-item.-mini.-gift.-cod .p-item-inner .item-symbol {
  flex-direction: row;
}
.p-item.-cart .stock-wrapper, .p-item.-shipping .stock-wrapper, .p-item.-cod .stock-wrapper, .p-item.-cart .price-wrapper, .p-item.-shipping .price-wrapper, .p-item.-cod .price-wrapper {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-item.-cart .shop, .p-item.-shipping .shop, .p-item.-cod .shop {
    width: 100%;
  }
}
.p-item.-cart.-gift .p-item-inner:before, .p-item.-gift.-shipping .p-item-inner:before, .p-item.-gift.-cod .p-item-inner:before {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 30px;
  height: 24px;
  color: #232F47;
  width: 75px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.p-item.-cart.-gift .p-item-inner .item-symbol, .p-item.-gift.-shipping .p-item-inner .item-symbol, .p-item.-gift.-cod .p-item-inner .item-symbol {
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.25rem;
}
.p-item.-cart.-gift .p-item-inner .item-symbol > span, .p-item.-gift.-shipping .p-item-inner .item-symbol > span, .p-item.-gift.-cod .p-item-inner .item-symbol > span {
  background: #D82317;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 0.25rem 0.5rem;
}
.p-item.-cart.-gift .img, .p-item.-gift.-shipping .img, .p-item.-gift.-cod .img {
  width: 109px;
  padding-bottom: 109px;
}
.p-item.-details {
  flex-grow: 1;
  display: block;
}
.p-item.-details .p-item-inner {
  display: flex;
  align-items: initial;
  justify-content: space-between;
  flex-direction: row;
  gap: 16px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-item.-details .p-item-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .p-item.-details .p-item-inner {
    border-top: 1px solid #EEEEEE;
    padding-top: 16px;
  }
}
.p-item.-details .p-item-inner .p-item-title, .p-item.-details .p-item-inner .p-item-title > a {
  -webkit-line-clamp: none;
  overflow: initial;
  height: auto;
}
.p-item.-details .p-item-inner .p-item-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
  padding-left: 16px;
  border-left: 1px solid #EEEEEE;
}
@media only screen and (max-width: 767px) {
  .p-item.-details .p-item-inner .p-item-section {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-item.-details .p-item-inner .p-item-section.-left {
    order: 2;
    border-top: 1px solid #EEEEEE;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .p-item.-details .p-item-inner .p-item-section.-left {
    border-left: 0;
    padding-left: 0;
  }
}
.p-item.-details .p-item-inner .p-item-section.-right {
  gap: 24px;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .p-item.-details .p-item-inner .p-item-section.-right {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    order: 1;
  }
}
.p-item.-details .p-item-inner .p-item-section > .subsection {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.p-item.-details .p-item-inner .short-desc {
  font-weight: 500;
  line-height: 125%;
}
.p-item.-details .p-item-inner .details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: 500;
  line-height: 125%;
}
.p-item.-details .p-item-inner .details > div > * {
  display: inline;
}
.p-item.-details .p-item-inner .details > div > *:last-child {
  font-weight: 700;
}
.p-item.-details .p-item-inner .highlighted-specs-wrapper {
  font-weight: 500;
  line-height: 125%;
}
.p-item.-details .p-item-inner .highlighted-specs-wrapper .betort-rmegj {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}
.p-item.-details .p-item-inner .highlighted-specs-wrapper .betort-rmegj > * > * {
  display: inline;
}
.p-item.-details .p-item-inner .highlighted-specs-wrapper .betort-rmegj > * > *:last-child {
  font-weight: 700;
}
.p-item.-details .p-item-inner .shop {
  align-items: flex-start;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.p-item.-details .p-item-inner .shop .into-cart {
  display: flex;
}
.p-item.-details .p-item-inner .shop .into-cart input.-qty {
  border-radius: 50px;
  background: #F5F5F5;
  color: #232F47;
  font-size: 16px;
  font-weight: 700;
  width: 85px;
}
.p-item.-details .p-item-inner .shop .into-cart .me {
  font-size: 14px;
  font-weight: 700;
}
.p-item.-details .p-item-inner .shop .button, .p-item.-details .p-item-inner .shop .accordion-header.-button {
  flex-grow: 1;
  height: 40px;
}
.p-item.-details .p-item-inner .icons-wrapper {
  gap: 32px;
}
.p-item.-details .p-item-inner .price-wrapper > .price {
  font-size: 32px;
}
.p-item.-details .p-item-inner .price-wrapper > .price.-original {
  font-size: 16px;
}
.p-item.-details .p-item-inner .price-wrapper > .price.-onsale {
  color: #D82317;
}
.p-item.-details .p-item-inner .price-wrapper > .price.-net {
  font-size: 14px;
}
.p-item.-details .p-item-inner .price-wrapper > .price.-brfogy {
  font-size: 14px;
  margin-top: 1rem;
}
.p-item.-details .p-item-inner .price-wrapper > .price.-new {
  font-size: 14px;
}
.p-item.-details .p-item-inner .stock-outer-wrapper,
.p-item.-details .p-item-inner .free-shipping,
.p-item.-details .p-item-inner .shipping-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 16px;
  align-self: stretch;
}
.p-item.-details .p-item-inner .stock-outer-wrapper > div,
.p-item.-details .p-item-inner .free-shipping > div,
.p-item.-details .p-item-inner .shipping-type > div {
  display: flex;
  font-weight: 700;
}
.p-item.-details .p-item-inner .stock-outer-wrapper > div:first-child,
.p-item.-details .p-item-inner .free-shipping > div:first-child,
.p-item.-details .p-item-inner .shipping-type > div:first-child {
  color: #232F47;
}
.p-item.-details .p-item-inner .stock-outer-wrapper > div:last-child,
.p-item.-details .p-item-inner .free-shipping > div:last-child,
.p-item.-details .p-item-inner .shipping-type > div:last-child {
  text-align: right;
}
.p-item.-details .p-item-inner .stock-wrapper {
  text-align: right;
}
.p-item.-details .p-item-inner .stock-wrapper > * {
  font-size: 16px;
  font-weight: 700;
}
.p-item.-details .p-item-inner .stock-wrapper > *:before {
  display: none;
}
.p-item.-details .p-item-inner .free-shipping {
  font-size: 16px;
}
.p-item.-details .p-item-inner .free-shipping > div:last-child {
  color: #43CC71;
}
.p-item.-details .votes {
  justify-content: flex-start;
}
.p-item.-shipping .p-item-inner.-mini .img, .p-item.-cod .p-item-inner.-mini .img {
  width: 50px;
  height: 50px;
}
.p-item.-shipping .p-item-inner .img, .p-item.-cod .p-item-inner .img {
  width: 75px;
  height: 75px;
  padding-bottom: 0 !important;
  background: #FEFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-item.-shipping .p-item-inner .img:after, .p-item.-cod .p-item-inner .img:after {
  content: "local_shipping";
}
.p-item.-cod .p-item-inner .img:after {
  content: "payments";
}
.p-item.-checkout {
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .p-item.-pdf .p-item-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-item.-pdf .p-item-inner .calc {
  flex-direction: row;
  gap: 1rem;
}
@media only screen and (max-width: 575px) {
  .p-item.-pdf .p-item-inner .calc {
    flex-direction: column;
  }
}
.p-item.-pdf .p-item-inner .calc > * {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .p-item.-pdf .p-item-inner .calc {
    width: 100%;
    border-top: 1px solid #EEEEEE;
    padding-top: 1rem;
  }
}
.p-item.-pdf .p-item-inner .calc .input-wrapper {
  margin-bottom: 0;
}
.p-item.-pdf .p-item-inner .calc .input-wrapper label {
  text-align: right;
}
.p-item.-pdf .p-item-inner .calc .input-wrapper .spinner-input {
  flex-grow: 1;
  justify-content: flex-end;
}
.p-item.-pdf .p-item-inner .calc .input-wrapper .spinner-input .field {
  text-align: center;
}
.p-item.-pdf .p-item-inner .calc .input-wrapper .spinner-input + span {
  flex-shrink: 0;
}
.p-item.-pdf .p-item-inner .calc input {
  text-align: right;
}
.p-item.-pdf .p-item-inner .calc input + span {
  flex-shrink: 0;
}
@media only screen and (max-width: 575px) {
  .p-item.-gift {
    align-items: center;
    flex-wrap: nowrap;
  }
}
.p-item.-gift .gift-icon {
  margin-right: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border-radius: 50%;
  color: #FFFFFF;
  background: #D82317;
  padding: 0.25rem;
}
.p-item.-gift .img-wrapper {
  flex-shrink: 0;
  border: 2px solid #D82317;
  border-radius: 16px;
  width: 4.5rem;
  height: 4.5rem;
}
.p-item.-gift .img-wrapper .img {
  border-radius: 14px;
}
.p-item.-gift .gift-details {
  margin-left: 0.5rem;
  flex-grow: 1;
}
.p-item.-gift .gift-details .gift-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.25rem;
  margin-top: 0;
  line-height: 1.4;
}
.p-item.-gift .gift-more {
  color: #D82317;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-size: 14px;
}
.p-item.-sticky {
  position: fixed;
  bottom: -100px;
  height: 100px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 17;
  background: #FFFFFF;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.08), 0px -4px 10px 0px rgba(0, 0, 0, 0.08);
}
.p-item.-sticky.-show {
  bottom: 0;
}
.p-item.-sticky .p-item-inner {
  width: 100%;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-item.-sticky .p-item-inner {
    gap: 0.5rem;
  }
}
.p-item.-sticky .p-item-inner .img {
  width: 80px;
  min-width: 40px;
  padding-bottom: 80px;
  flex-shrink: 0;
}
.p-item.-sticky .p-item-inner .contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-item.-sticky .p-item-inner .contents .p-item-title, .p-item.-sticky .p-item-inner .contents .p-item-title > a {
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .p-item.-sticky .p-item-inner .contents .product-votes {
    display: none;
  }
}
.p-item.-sticky .p-item-inner .shop {
  gap: 0.5rem;
  justify-content: flex-end;
}
@media only screen and (min-width:992px) {
  .p-item.-sticky .p-item-inner .shop.-button-wrapper .button, .p-item.-sticky .p-item-inner .shop.-button-wrapper .accordion-header.-button {
    min-width: 200px;
  }
}
.p-item.-sticky .p-item-inner .price-wrapper {
  text-align: end;
}
@media only screen and (max-width: 767px) {
  .p-item.-sticky .p-item-inner .price-wrapper > .price {
    font-size: 16px;
  }
}
.p-item.-sticky .p-item-inner .price-wrapper > .price.-net {
  font-size: 12px;
}
.p-item .package__qty {
  position: absolute;
  top: 0;
  left: 32px;
  pointer-events: none;
  z-index: 1;
}
.p-item .img {
  border-radius: 8px;
  overflow: hidden;
}
.p-item .img > .inner, .p-item .img > .datepicker-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.p-item .brand-logo {
  width: initial;
  max-width: 150px;
  height: 50px;
}
.p-item .brand-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-item .no {
  color: #9A9A9A;
  font-size: 11px;
}
.p-item .p-item-title, .p-item .p-item-title > a {
  width: 100%;
  display: block;
  font-size: 16px;
  margin: 0;
  position: relative;
  color: #192732;
  font-size: 14px;
  font-weight: 800;
  line-height: 142.857%;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.86em;
}
.p-item .p-item-title > a, .p-item .p-item-title > a > a {
  font-size: inherit;
}
.p-item .shop {
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.p-item .free-shipping {
  font-size: 14px;
  color: #43CC71;
}
.p-item .condition > div > span:last-child {
  font-weight: 700;
}
.p-item .store-stock {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  background: #F5F5F5;
  width: 100%;
}
.p-item .store-stock .store-stock-title {
  color: #192732;
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.p-item .store-stock .store-stock-desc {
  color: #9A9A9A;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.p-item .compatibility {
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
}
.p-item .points .point > a {
  border-radius: 8px;
  color: #D82317;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.p-item .points .point > a:hover span {
  text-decoration: underline;
}
.p-item .points .point.-collect > a:before {
  content: "toll";
}
.p-item .points .point.-spend > a {
  color: #27A0FF;
}
.p-item .points .point.-spend > a:before {
  content: "send_money";
}

.spinner-input {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
}
.spinner-input > .icon, .accordion-header:not(.-button) .spinner-input > .toggler, .spinner-input > .accordion-header:not(.-button).-clickable:after {
  background: none;
  color: #D82317;
  cursor: pointer;
  flex-shrink: 0;
}
.spinner-input > .icon:not(.inactive):active, .accordion-header:not(.-button) .spinner-input > .toggler:not(.inactive):active, .spinner-input > .accordion-header.-clickable:not(.inactive):active:not(.-button):after {
  background-color: #D82317;
}
.spinner-input > .icon:not(.inactive):active:before, .accordion-header:not(.-button) .spinner-input > .toggler:not(.inactive):active:before {
  color: #fff;
}
.spinner-input > .icon.inactive, .accordion-header:not(.-button) .spinner-input > .inactive.toggler, .spinner-input > .inactive.accordion-header.-clickable:not(.-button):after {
  cursor: not-allowed;
  opacity: 0.5;
}
.spinner-input > .icon.-minus, .accordion-header:not(.-button) .spinner-input > .-minus.toggler, .spinner-input > .-minus.accordion-header.-clickable:not(.-button):after {
  margin-right: 8px;
}
.spinner-input > .icon.-plus, .accordion-header:not(.-button) .spinner-input > .-plus.toggler, .spinner-input > .-plus.accordion-header.-clickable:not(.-button):after {
  margin-left: 8px;
}
.spinner-input > .field {
  width: 60px;
  text-align: center;
}

.into-cart {
  position: relative;
}
.into-cart .me {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.into-cart .submit:before {
  content: "shopping_cart";
}
.into-cart .qty {
  background: #D82317;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  pointer-events: none;
  position: absolute;
  right: initial;
  left: calc(100% - 10px);
  top: -5px;
  padding: 0.5rem;
  height: 1.5rem;
}
.into-cart.-combo .spinner-input input, .into-cart.-combo .spinner-input .input {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 43.75px;
  width: 43.75px;
  height: 35px;
  border-radius: 35px 0px 0px 35px;
  border-top: 2px solid #232F47;
  border-bottom: 2px solid #232F47;
  border-left: 2px solid #232F47;
  border-right: none;
  box-shadow: none;
}
.into-cart.-combo .spinner-input input.-rounded, .into-cart.-combo .spinner-input .input.-rounded {
  border-radius: 35px;
  border: 2px solid #232F47;
  width: 85px;
}
.into-cart.-combo .spinner-input input.-large, .into-cart.-combo .spinner-input .input.-large {
  width: 160px;
  height: 48px;
  font-size: 16px;
}
.into-cart.-combo .submit {
  height: 35px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 12px 16px;
}
.into-cart.-combo .submit:before {
  content: none;
}
.into-cart.-combo .submit.-rounded {
  border-radius: 35px;
}

.products-wrapper {
  position: relative;
}

.pl-filters-and-products {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
@media only screen and (min-width:992px) {
  .pl-filters-and-products:not(.-nogrid) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    margin-top: 60px;
  }
}
@media only screen and (min-width:1400px) {
  .pl-filters-and-products:not(.-nogrid) {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width:992px) {
  .pl-filters-and-products .products-wrapper {
    grid-area: 1/2/1/5;
    align-items: flex-start;
  }
}
@media only screen and (min-width:1400px) {
  .pl-filters-and-products .products-wrapper {
    grid-area: 1/2/1/6;
  }
}
@media only screen and (min-width:992px) {
  .pl-filters-and-products .filters-wrapper {
    grid-area: 1/1/1/2;
    align-items: flex-start;
  }
}
@media only screen and (min-width:1400px) {
  .pl-filters-and-products .filters-wrapper {
    grid-area: 1/1/1/2;
  }
}

.products {
  position: relative;
  align-items: flex-start;
}
.products.-grid {
  grid-gap: 20px;
}
.products.-checkout {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width:768px) {
  .products.-checkout {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.pl .panel-loader {
  z-index: 2;
}
.pl > h1 {
  margin: 40px 0 40px 0;
  text-transform: uppercase;
}
.pl .gift-img {
  left: 0;
}

.pager-top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.pager-top .size {
  margin-left: auto;
}

.pager-bottom .arrows-and-pages {
  width: 100%;
  position: relative;
  height: 70px;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .pager-bottom .arrows-and-pages {
    flex-wrap: wrap;
  }
}
.pager-bottom .arrows-and-pages .loadmore-page {
  order: 1;
}
@media only screen and (min-width:768px) {
  .pager-bottom .arrows-and-pages .loadmore-page {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .pager-bottom .arrows-and-pages .loadmore-page {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.pager-bottom .arrows-and-pages .goto-page {
  order: 2;
  margin-left: auto;
}
.pager-bottom .arrows-and-pages .arrows.-backward {
  order: 3;
  margin-left: 1rem;
}
.pager-bottom .arrows-and-pages .arrows.-forward {
  order: 4;
  margin-left: 0.25rem;
}

.pl-views {
  justify-content: flex-end;
}
.pl-views .toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 0.5rem;
}
.pl-views .toggler > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.pl-views .toggler > div:hover {
  color: #D82317;
}
.pl-views .toggler .active {
  border: 2px solid #232F47;
}
.pl-views .view {
  height: 24px;
}
.pl-views .view:before {
  cursor: pointer;
  color: #232F47;
}
.pl-views .view.-list:before {
  content: "view_list";
}
.pl-views .view.-grid:before {
  content: "view_module";
}

.pl-sorter {
  flex-wrap: wrap;
  flex: 0 0 auto;
}

/* listák kezelése -> scripts/vs.list.scss */
/*választott készülék - cikk lista*/
.pl-device .device {
  display: flex;
  align-items: center;
}
.pl-device .device img {
  width: 25%; /*ugyanannyi legyen, mint a cikk listában a kép*/
}
.pl-device .device > div {
  width: 75%;
  padding-left: 32px;
}
.qty-wrapper {
  position: relative;
}
.qty-wrapper:hover .qty-tooltip {
  opacity: 1;
  pointer-events: all;
}

.qty-tooltip-wrapper {
  position: relative;
}
.qty-tooltip-wrapper .labels-wrapper {
  width: 100%;
  align-items: center;
  transform: translateY(-50%);
}

.qty-wrapper-alt .vs-show_more {
  justify-content: flex-end;
}

.qty-link {
  color: #D82317;
  cursor: help;
  font-size: 14px;
}

.qty-tooltip {
  z-index: 1;
  position: absolute;
  background: white;
  border: 1px solid #EEEEEE;
  bottom: 100%;
  right: 0;
  font-size: 14px;
  padding: 0.25rem;
  min-width: 200px;
  text-align: right;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.qty-tooltip-alt {
  background: #FFFFFF;
  border: 2px solid #D82317;
  border-radius: 8px;
  font-size: 14px;
  padding: 12px;
  text-align: right;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
.qty-tooltip-alt .vs-show_more {
  background: white;
}
.qty-tooltip-alt .vs-show_more .sm-fade {
  display: none !important;
}
.qty-tooltip-alt .vs-show_more .button, .qty-tooltip-alt .vs-show_more .accordion-header.-button {
  border-radius: 0;
  border: 0;
  border-top: 2px solid #D82317;
}
.qty-tooltip-alt .vs-show_more .button:hover, .qty-tooltip-alt .vs-show_more .accordion-header.-button:hover {
  background-color: #D82317;
}

.pd .pd-main-info {
  padding: 32px 24px;
  margin-bottom: 40px;
}
.pd .pd-main-info .labels-wrapper {
  border-top-left-radius: 16px;
  overflow: hidden;
}
.pd .pd-main-info .p-item-title {
  margin-top: 0;
  font-weight: 500;
  line-height: 120%;
}
.pd .pd-main-info .pd-main-info-inner {
  display: flex;
  align-items: initial;
  justify-content: space-between;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 1199px) {
  .pd .pd-main-info .pd-main-info-inner {
    flex-wrap: wrap;
  }
}
.pd .pd-main-info .pd-main-info-inner .pd-image-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 400px;
}
@media only screen and (max-width: 1199px) {
  .pd .pd-main-info .pd-main-info-inner .pd-image-wrapper {
    width: 100%;
  }
}
.pd .pd-main-info .pd-main-info-inner .pd-image-wrapper .inner, .pd .pd-main-info .pd-main-info-inner .pd-image-wrapper .datepicker-wrapper {
  text-align: center;
}
.pd .brand-logo-pd {
  margin-top: 32px;
  width: initial;
  max-width: 150px;
  height: 50px;
}
.pd .brand-logo-pd > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.video-container {
  background: #000;
  cursor: pointer;
  position: relative;
}
.video-container img {
  width: 100%;
}

.video-thumb:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(216, 35, 23, 0.85);
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  content: "play_arrow";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px !important;
  margin: -50px 0 0 -50px;
  transition: 0.2s ease-in-out;
  width: 100px;
  height: 100px;
}
.video-thumb:hover:after {
  transform: scale(1.1, 1.1);
}

.video-iframed {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-iframed iframe, .video-iframed object, .video-iframed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.offer-popper, .info-popper, .issue-popper {
  width: 480px;
}

.site-stocks {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.site-stocks .item .name {
  font-weight: bold;
}
.site-stocks .item .details > * {
  display: block;
}

@media only screen and (min-width:992px) {
  .tech-data {
    column-count: 2;
    column-gap: 48px;
  }
}
.tech-data .h3, .tech-data .search-suggestions .label, .search-suggestions .tech-data .label, .tech-data .search-history .label, .search-history .tech-data .label {
  margin-top: 0;
}
.tech-data .item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #EEEEEE;
}
.tech-data .item.-cimke {
  border-bottom: 0;
  padding: 0;
}
.tech-data .key {
  font-weight: 500;
  line-height: 112.5%;
}
.tech-data .value {
  color: #232F47;
  font-weight: 700;
  margin-left: 0.5rem;
  text-align: right;
}
.tech-data .spec-wrapper {
  break-inside: avoid;
  padding-bottom: 16px;
}
.tech-data .icon:before, .tech-data .accordion-header:not(.-button) .toggler:before, .accordion-header:not(.-button) .tech-data .toggler:before {
  color: #232F47;
  font-size: 14px;
  margin-left: 0.25rem;
}

.usp-block {
  margin-bottom: 80px;
}

/* KAPCSOLÓDÓ TULAJDONSÁGOK */
.spec-wrapper .item .value {
  font-weight: 700;
}

/* KAPCSOLÓDÓ IKONOK */
.maticons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
/* KAPCSOLÓDÓ LEÍRÁSOK */
.descriptions-wrapper .item {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* CSOMAGVARÁZSLÓ */
.package-wizard-wrapper .package-wizard-inner-wrapper .categories-wrapper .title {
  font-size: 14px;
  color: #505050;
  margin-bottom: 0.25rem;
}
.package-wizard-wrapper .package-wizard-inner-wrapper .categories-wrapper .categories-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  position: relative;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  padding-right: calc(24px + 1rem);
}
.package-wizard-wrapper .package-wizard-inner-wrapper .categories-wrapper .categories-list .item .number-bubble, .package-wizard-wrapper .package-wizard-inner-wrapper .categories-wrapper .categories-list .item .into-cart .qty, .into-cart .package-wizard-wrapper .package-wizard-inner-wrapper .categories-wrapper .categories-list .item .qty {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.package-wizard-wrapper .package-wizard-inner-wrapper .categories-wrapper .categories-list .item:after {
  content: "chevron_right";
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.package-wizard-wrapper .package-wizard-inner-wrapper .categories-wrapper .categories-list .item:hover {
  background: #FEFEFE;
}
.package-wizard-wrapper .package-wizard-inner-wrapper .categories-wrapper .categories-list .item.-active {
  font-weight: 700;
  border: 1px solid #D82317;
  background: #FEFEFE;
}
.package-wizard-wrapper .package-wizard-inner-wrapper .items .p-item.-box input[type=checkbox] + label:before {
  content: none;
}
.package-wizard-wrapper .package-wizard-inner-wrapper .items .p-item.-box input[type=checkbox] + label:after {
  content: none;
}
.package-wizard-wrapper .package-wizard-inner-wrapper .package-wizard-more {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* KAPCSOLÓDÓ TARTOZÉKOK */
.accessories-wrapper .head-title {
  margin-bottom: 48px;
}
.accessories-wrapper .head-title > div:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* LEÍRÁS */
#leiras-tab {
  font-size: 17px;
  font-weight: 500;
  line-height: 161.111%;
}
#leiras-tab p:last-of-type {
  margin-bottom: 0;
}

/* ÉRTÉKELÉSEK */
.product-votes {
  justify-content: flex-start;
}
.product-votes .stars > li {
  cursor: default;
}
.product-votes .rating {
  font-size: 14px;
  margin-left: 0.25rem;
}
.product-votes .link {
  margin-left: 0.25rem;
  font-size: 14px;
}

.stars {
  justify-content: flex-start;
}
.stars.-small > .star:before {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.stars.-larger > .star:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
}
.stars > .star:before {
  content: "star";
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
  color: #F6BB06;
}
.stars > .star.active:before {
  content: "star";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.stars > .star.active-half:before {
  content: "star_half";
}

.votes .rating {
  padding-left: 0.5rem;
  color: #9A9A9A;
}
.votes .rating .title {
  font-weight: 700;
  font-size: 19px;
}
.votes .rating .desc {
  font-size: 14px;
}
.votes > .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin: 0 0 32px 0;
  background-color: #FEFEFE;
  border-radius: 16px;
  padding: 32px;
}
.votes > .head.-alt {
  background-color: transparent;
  padding: 0;
}
.votes .review-popper {
  max-width: 420px;
}
.votes .review-popper > .inner .star, .votes .review-popper > .datepicker-wrapper .star {
  cursor: pointer;
}
.votes .vote-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.votes .vote-item.-reply {
  padding-top: 0;
}
.votes .vote-item.-reply .comment {
  margin-bottom: 0;
}
.votes .vote-item.-reply .inner, .votes .vote-item.-reply .datepicker-wrapper {
  background: #F9F9F9;
  padding: 24px;
}
.votes .vote-item.-reply-head {
  margin-bottom: 0;
  margin-top: 0;
}
.votes .vote-item.-reply-head .inner, .votes .vote-item.-reply-head .datepicker-wrapper {
  padding: 1rem !important;
}
.votes .vote-item .inner, .votes .vote-item .datepicker-wrapper {
  padding: 48px;
}
.votes .vote-item .inner > .head, .votes .vote-item .datepicker-wrapper > .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .votes .vote-item .inner > .head, .votes .vote-item .datepicker-wrapper > .head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.votes .vote-item .inner > .head > .stars, .votes .vote-item .datepicker-wrapper > .head > .stars {
  margin: 0 8px 0 0;
}
.votes .vote-item .inner > .head > .stars > li, .votes .vote-item .datepicker-wrapper > .head > .stars > li {
  cursor: default;
}
.votes .vote-item .inner > .head > .name, .votes .vote-item .datepicker-wrapper > .head > .name {
  margin: 0 8px 0 0;
  font-weight: 500;
}
.votes .vote-item .inner > .head > .date, .votes .vote-item .datepicker-wrapper > .head > .date {
  font-size: 14px;
  font-weight: 500;
}
.votes .vote-item .inner > .content > div, .votes .vote-item .datepicker-wrapper > .content > div {
  margin: 32px 0 0 0;
}
.votes .vote-item .inner > .content > .pros-cons, .votes .vote-item .datepicker-wrapper > .content > .pros-cons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.votes .vote-item .inner > .content > .pros-cons > * > *:first-child, .votes .vote-item .datepicker-wrapper > .content > .pros-cons > * > *:first-child {
  font-weight: 900;
  margin: 0 12px 0 0;
}
.votes .vote-item .inner > .content > .comment, .votes .vote-item .datepicker-wrapper > .content > .comment {
  color: #192732;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}
.votes .vote-item .inner .usefulness, .votes .vote-item .datepicker-wrapper .usefulness {
  margin: 32px 0;
}
.votes .vote-item .comment {
  width: 50%;
  margin: 32px 0;
}
.votes .vote-item .vote-replies {
  margin-left: 1rem;
  margin: 0 !important;
}
@media only screen and (min-width:768px) {
  .votes .vote-item .vote-replies {
    margin-left: 2rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width:1200px) {
  .votes .vote-item .vote-replies {
    margin-right: 2rem;
  }
}
.votes .chart > div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.votes .chart .rating-value {
  height: 16px;
  color: #D82317;
  margin-right: 0.5em;
}
.votes .chart .rating-bar {
  height: 10px;
  background-color: #9A9A9A;
  flex-grow: 1;
  margin-left: 0.5em;
  margin-right: 0.5em;
  width: 200px;
  border-radius: 16px;
  overflow: hidden;
}
.votes .chart .rating-bar > span {
  height: 100%;
  width: 0px;
  background-color: #D82317;
  display: block;
}
.votes .chart .rating-count {
  color: #9A9A9A;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  width: 30px;
}

/* KOMPATIBILITÁS */
/* GYÁRTÓ ADATOK */
.manufacturer-info-wrapper {
  background: #FFFFFF;
  padding: 24px;
}
.manufacturer-info-wrapper .manufacturer-info-title {
  font-weight: 700;
  font-size: 19px;
  margin: 16px 0;
}
.manufacturer-info-wrapper .manufacturer-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.manufacturer-info-wrapper .manufacturer-info > * {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .manufacturer-info-wrapper .manufacturer-info > * {
    flex-direction: column;
  }
}
.manufacturer-info-wrapper .manufacturer-info > * > *:first-child {
  white-space: nowrap;
  min-width: 240px;
  font-weight: 700;
}

/* KAPCSOLÓDÓ LINKEK */
.links-wrapper {
  margin-top: 48px;
}

.shipping-types {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.shipping-types .shipping-type > div:first-child {
  vertical-align: middle;
}

.related-product-numbers {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 48px;
}
@media only screen and (min-width:992px) {
  .related-product-numbers {
    grid-template-columns: repeat(2, 1fr);
  }
}
.related-product-numbers .block {
  break-inside: avoid;
}
@media only screen and (min-width:992px) {
  .related-product-numbers .block:nth-child(3) {
    grid-column: span 2;
  }
}
.related-product-numbers .block h3 {
  margin-top: 0;
}
.related-product-numbers .block .items .item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #EEEEEE;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .related-product-numbers .block .items .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.related-product-numbers .block .items .item > div {
  font-weight: 500;
  line-height: 112.5%;
}
.related-product-numbers .block .items .item > div:last-child {
  color: #232F47;
  font-weight: 700;
  text-align: right;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.25rem;
}

/* Új, swiper alapó cikkrészletes galéria */
.swiper-product-gallery .swiper-gallery-normal {
  border: 1px solid #EEEEEE;
}
.swiper-product-gallery .swiper-gallery-normal .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-product-gallery .swiper-gallery-normal .swiper-gallery-normal-prev:after {
  color: #9A9A9A;
}
.swiper-product-gallery .swiper-gallery-normal .swiper-gallery-normal-next:after {
  color: #9A9A9A;
}
.swiper-product-gallery .swiper-gallery-normal-thumbs {
  border-radius: 0;
  transition: 0.2s ease-in-out;
}
.swiper-product-gallery .swiper-gallery-normal-thumbs:not(.swiper-initialized) {
  opacity: 0;
  height: 75px;
  overflow: hidden;
}
.swiper-product-gallery .swiper-gallery-normal-thumbs .swiper-slide {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
}
.swiper-product-gallery .swiper-gallery-normal-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #D82317;
}
.swiper-product-gallery .swiper-gallery-normal-thumbs .swiper-gallery-normal-thumbs-prev:after {
  color: #9A9A9A;
}
.swiper-product-gallery .swiper-gallery-normal-thumbs .swiper-gallery-normal-thumbs-next:after {
  color: #9A9A9A;
}
.swiper-product-gallery .video {
  background: #EEEEEE;
  position: relative;
  overflow: hidden;
  height: auto;
}
.swiper-product-gallery .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: blur(6px);
}
.swiper-product-gallery .video > .icon, .swiper-product-gallery .accordion-header:not(.-button) .video > .toggler, .accordion-header:not(.-button) .swiper-product-gallery .video > .toggler, .swiper-product-gallery .video > .accordion-header:not(.-button).-clickable:after {
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.swiper-product-gallery .video > .icon:after, .swiper-product-gallery .accordion-header:not(.-button) .video > .toggler:after, .accordion-header:not(.-button) .swiper-product-gallery .video > .toggler:after, .swiper-product-gallery .video > .accordion-header.-clickable:not(.-button):after {
  content: "play_circle";
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  font-size: 40px !important;
}

.swiper-product-gallery-popper.popper {
  max-width: initial !important;
  max-height: initial !important;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.swiper-product-gallery-popper.popper.popped {
  display: flex !important;
  flex-direction: column;
}
.swiper-product-gallery-popper.popper .swiper-product-gallery-popper-content {
  max-height: calc(100% - 65px);
}
.swiper-product-gallery-popper.popper .swiper-product-gallery-popper-content .swiper-gallery-large .swiper-gallery-large-prev:after {
  color: #9A9A9A;
}
.swiper-product-gallery-popper.popper .swiper-product-gallery-popper-content .swiper-gallery-large .swiper-gallery-large-next:after {
  color: #9A9A9A;
}
.swiper-product-gallery-popper.popper .swiper-product-gallery-popper-content .swiper-gallery-large-zoom-alert {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 10;
  padding: 1rem;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
@media (pointer: coarse) {
  .swiper-product-gallery-popper.popper .swiper-product-gallery-popper-content .swiper-gallery-large-zoom-alert {
    display: none;
  }
}
.swiper-product-gallery-popper.popper .swiper-product-gallery-popper-content .swiper-gallery-large-zoom-alert.-active {
  opacity: 1;
}
.swiper-product-gallery-popper.popper .swiper-product-gallery-popper-content .swiper-gallery-large-zoom-alert > div {
  background: #FFD83C;
  padding: 0.5rem;
  border-radius: 16px;
  opacity: 0.75;
  font-weight: 700;
  font-size: 14px;
}
.swiper-product-gallery-popper.popper .swiper-product-gallery-popper-content .swiper-gallery-large-notice {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 10;
}
.swiper-product-gallery-popper.popper .swiper-gallery-large-thumbs-wrapper .swiper-gallery-large-thumbs {
  border-radius: 0;
}
.swiper-product-gallery-popper.popper .swiper-gallery-large-thumbs-wrapper .swiper-gallery-large-thumbs .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
.swiper-product-gallery-popper.popper .swiper-gallery-large-thumbs-wrapper .swiper-gallery-large-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #D82317;
}
.swiper-product-gallery-popper.popper .swiper-gallery-large-thumbs-wrapper .swiper-gallery-large-thumbs .swiper-gallery-large-thumbs-prev:after {
  color: #9A9A9A;
}
.swiper-product-gallery-popper.popper .swiper-gallery-large-thumbs-wrapper .swiper-gallery-large-thumbs .swiper-gallery-large-thumbs-next:after {
  color: #9A9A9A;
}
@media only screen and (min-width:992px) {
  .swiper-product-gallery-popper.popper .swiper-product-gallery-popper-content {
    flex-grow: 1;
  }
  .swiper-product-gallery-popper.popper .swiper-product-gallery-popper-content > .row {
    height: 100%;
  }
  .swiper-product-gallery-popper.popper .swiper-product-gallery-popper-content > .row > div {
    height: 100%;
  }
  .swiper-product-gallery-popper.popper .swiper-product-gallery-popper-content > .row > div .swiper-gallery-large {
    height: 100%;
  }
  .swiper-product-gallery-popper.popper .swiper-product-gallery-popper-content > .row > div .swiper-gallery-large-thumbs-wrapper {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
}

/* Új, swiper alapó cikkrészletes galéria END */
/*filter*/
.used-prod-filter .button, .used-prod-filter .accordion-header.-button {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .used-prod-filter .button, .used-prod-filter .accordion-header.-button {
    width: 100%;
  }
}
@media only screen and (min-width:768px) {
  .used-prod-filter > div label {
    flex-basis: 32%;
  }
}
.used-prod-filter .filter__buttons-wrapper {
  text-align: right;
}

/*used item details*/
.pd-used .p-item--details {
  align-content: flex-start;
}
.pd-used .links {
  margin-top: 12px;
}
@media only screen and (max-width: 991px) {
  .pd-used .links {
    flex-wrap: wrap;
  }
}
.pd-used .links a {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .pd-used .links a {
    width: 100%;
  }
}
.pd-used .details {
  margin-top: 12px;
}

.pdf-offer .warning {
  display: none;
  font-size: 14px;
  color: #D82317;
  position: absolute;
  top: 100%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .pdf-offer .warning {
    margin-top: 12px;
  }
}
.pdf-offer .warning.active {
  display: block;
}
.pdf-offer input:not(#szazalek), .pdf-offer .input:not(#szazalek) {
  -webkit-appearance: none;
}
.pdf-offer input:not(#szazalek)::-webkit-outer-spin-button, .pdf-offer input:not(#szazalek)::-webkit-inner-spin-button, .pdf-offer .input:not(#szazalek)::-webkit-outer-spin-button, .pdf-offer .input:not(#szazalek)::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.pdf-offer .calendar-root {
  flex-grow: 1;
}
.pdf-offer .filter .input-wrapper.-percent .inner, .pdf-offer .filter .input-wrapper.-percent .datepicker-wrapper {
  justify-content: flex-end;
}
.pdf-offer .filter .input-wrapper.-percent input[type=number] {
  width: 4rem;
  text-align: right;
}
.pdf-offer .misc .input-wrapper input {
  text-align: right;
}
.pdf-offer .misc .input-wrapper input + span {
  flex-shrink: 0;
}
.pdf-offer .misc .input-wrapper textarea {
  text-align: left;
}
.pdf-offer .sum-wrapper {
  align-self: flex-end;
}
.szuropanel-wrapper {
  order: -1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.szuropanel-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #EEEEEE;
}
.szuropanel-title > i {
  color: #D82317;
}
.szuropanel-title > div {
  color: #232F47;
  font-size: 14px;
  font-weight: 900;
}

.szuropanel {
  border-radius: 8px;
}
.szuropanel.-top {
  border: 2px solid #232F47;
}
.szuropanel .sections {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 32px;
}
.szuropanel .section {
  width: 100%;
}
.szuropanel .section:first-child .section-header {
  border: none;
  padding-top: 0;
}
.szuropanel .section-inner > .section-header {
  border-top: 1px solid #EEEEEE;
  padding: 1rem 0;
  margin: 0;
  cursor: pointer;
}
.szuropanel .filter-item {
  position: relative;
  margin-bottom: 2rem;
}
.szuropanel .filter-item:last-child {
  margin-bottom: 0;
}
.szuropanel .filter-item.-checkbox {
  display: flex;
  align-items: center;
}
.szuropanel .filter-item.-search .fielad {
  padding-right: 40px;
}
.szuropanel .filter-item.-search .action {
  right: 0.5rem;
}
.szuropanel .filter-item.-search .clear {
  right: 2rem;
}
.szuropanel .filter-item > .label {
  display: flex;
  align-items: center;
  color: #232F47;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.szuropanel .filter-item > .label .popper {
  top: 24px;
}
.szuropanel .filter-item .clear {
  position: absolute;
  right: 0;
  top: 0;
}
.szuropanel .filter-item .selector.-closed input[type=text] {
  padding-right: 30px;
}
.szuropanel .filter-item .-clear {
  cursor: pointer;
}
.szuropanel .filters-more {
  cursor: pointer;
  color: #D82317;
}
.szuropanel .filters-clear {
  color: #D82317;
  margin-bottom: 1em;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
.szuropanel .search-form .action {
  padding: 0;
}

.szuropanel-toggler {
  margin-bottom: 32px;
}
.szuropanel-toggler > .button, .szuropanel-toggler > .accordion-header.-button {
  width: 100%;
  position: relative;
}
.szuropanel-toggler > .button > .qty, .szuropanel-toggler > .accordion-header.-button > .qty {
  min-width: 24px;
  height: 24px;
  background: #fff;
  color: #43CC71;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1.4;
}

.selector {
  position: relative;
}
.selector.-single > .values > .value:before {
  border-radius: 50%;
}
.selector.-closed > .values {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08), 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 3;
}
.selector .input input {
  cursor: pointer;
}
.selector > .values {
  width: 100%;
  padding: 0.25rem;
  max-height: 12.5em;
  overflow: auto;
  background: white;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.selector > .values::-webkit-scrollbar {
  width: 6px;
}
.selector > .values::-webkit-scrollbar-track, .selector > .values::-webkit-scrollbar-corner {
  background: #f4f7fc;
  border-radius: 3px;
}
.selector > .values::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 3px;
}
.selector > .values::-webkit-scrollbar-thumb:hover {
  background: rgb(196.5, 196.5, 196.5);
}
.selector > .values > .value {
  margin-bottom: 0;
}
.selector > .values > .value:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(39, 160, 255, 0.5);
}

.group-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.group-item:hover {
  text-decoration: none;
}
.group-item:hover > .title {
  color: #232F47;
}
.group-item > .title {
  color: #232F47;
  font-size: 19px;
  transition: 0.2s ease-in-out;
  margin-bottom: 0;
}

.offer-popper textarea {
  min-height: 150px;
}

.last-view {
  margin: 24px 0;
}

.most-viewed {
  margin: 24px 0;
}

.kit-item {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.kit-item:first-child {
  border-top: 1px solid #EEEEEE;
}
.kit-item > .inner, .kit-item > .datepicker-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 1rem;
}
.kit-item .qty {
  width: 2rem;
  flex-shrink: 0;
}
.kit-item .img-wrapper {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}
.kit-item .details {
  flex-grow: 1;
}
.kit-item .title {
  font-weight: 700;
}
.kit-item .meta {
  font-size: 14px;
}

.mainpage {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5rem;
}
@media only screen and (max-width: 991px) {
  .mainpage {
    gap: 3rem;
  }
}
.mainpage > .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5rem;
}
@media only screen and (max-width: 991px) {
  .mainpage > .container {
    gap: 3rem;
  }
}

/* Főoldali slider wrapper */
.mainpage-slider {
  position: relative;
}
.mainpage-slider.-desktop {
  display: none !important;
}
@media only screen and (min-width:768px) {
  .mainpage-slider.-desktop {
    display: block !important;
  }
}
@media only screen and (min-width:768px) {
  .mainpage-slider.-mobile {
    display: none !important;
  }
}
.mainpage-slider .swiper {
  border-radius: 0;
  border-bottom-right-radius: 1rem;
}
@media only screen and (max-width: 991px) {
  .mainpage-slider .swiper {
    border-bottom-left-radius: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainpage-slider .swiper {
    height: calc(var(--container) - 2rem);
  }
}
@media only screen and (max-width: 575px) {
  .mainpage-slider .swiper {
    height: calc(100vw - 2rem);
  }
}
.mainpage-slider .swiper .swiper-button-next, .mainpage-slider .swiper .swiper-button-prev {
  color: #FFFFFF;
}
.mainpage-slider .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
}
.mainpage-block-title {
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .mainpage-block-title {
    margin-bottom: 20px;
  }
}

.mainpage-block-title-and-nav {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .mainpage-block-title-and-nav {
    margin-bottom: 20px;
  }
}
.mainpage-block-title-and-nav .mainpage-block-title {
  margin-bottom: 0;
}
.mainpage-block-title-and-nav .mainpage-block-nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mainpage-categories {
  display: grid;
  grid-gap: 12px;
  border-radius: 16px;
  overflow: hidden;
}
.mainpage-categories .elem {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  min-height: 305px;
  background: #9A9A9A;
  position: relative;
  z-index: 0;
}
.mainpage-categories .elem:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(25, 39, 50, 0) 0%, rgba(25, 39, 50, 0.6) 100%);
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .mainpage-categories .elem:before {
    background: linear-gradient(180deg, rgba(25, 39, 50, 0) -100%, rgba(25, 39, 50, 0.6) 100%);
  }
}
.mainpage-categories .elem img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.mainpage-categories .elem .content {
  z-index: 1;
}
.mainpage-categories .elem .content .button, .mainpage-categories .elem .content .accordion-header.-button {
  min-width: 164px;
}
.mainpage-categories .top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 12px;
}
@media only screen and (max-width: 575px) {
  .mainpage-categories .top {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
@media only screen and (min-width:576px) {
  .mainpage-categories .top .elem.-large {
    grid-area: 1/1/3/2;
  }
}
@media only screen and (min-width:576px) {
  .mainpage-categories .top .elem.-small-top {
    grid-area: 1/2/2/3;
  }
}
@media only screen and (min-width:576px) {
  .mainpage-categories .top .elem.-small-bottom {
    grid-area: 2/2/3/3;
  }
}
.mainpage-categories .bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 12px;
}
@media only screen and (max-width: 575px) {
  .mainpage-categories .bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .mainpage-categories .bottom .elem {
    min-height: 200px;
  }
}

.pillars {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .pillars {
    gap: 20px;
  }
}
.pillars .pillar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  background: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .pillars .pillar {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.pillars .pillar .image {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .pillars .pillar .image {
    width: 100%;
    min-height: 200px;
    order: 0;
  }
}
.pillars .pillar .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.pillars .pillar .content {
  padding: 24px 0 24px 24px;
  order: 0;
}
@media only screen and (max-width: 767px) {
  .pillars .pillar .content {
    padding: 24px;
    order: 1;
  }
}
.pillars .pillar.-right .image {
  order: 0;
}
.pillars .pillar.-right .content {
  order: 1;
  padding: 24px 24px 24px 0;
}
@media only screen and (max-width: 767px) {
  .pillars .pillar.-right .content {
    padding: 24px;
  }
}

.claims {
  background: #232F47;
  border-radius: 16px;
  padding: 24px 48px !important;
  grid-gap: 32px;
}
.claims.-altlook {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.claims.-altlook .claim .content .title {
  color: #192732;
}
.claims.-altlook .claim .content .text {
  color: #232F47;
  font-size: 14px;
  font-weight: 500;
}
.claims .claim {
  display: flex;
  gap: 16px;
  flex-grow: 1;
  min-width: 0;
  width: 100%;
}
.claims .claim .fig {
  display: block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 68px 68px;
  width: 68px;
  height: 68px;
  background-color: transparent;
}
.claims .claim .fig.-szallitas {
  background-image: url(../images/orczy-icon-claim-szallitas-68px.svg);
}
.claims .claim .fig.-szallitas.-dark {
  background-image: url(../images/orczy-icon-claim-szallitas-68px-dark.svg);
}
.claims .claim .fig.-szallitas-orszagos {
  background-image: url(../images/orczy-icon-claim-szallitas-orszagos-68px.svg);
}
.claims .claim .fig.-segitseg {
  background-image: url(../images/orczy-icon-claim-segitseg-68px.svg);
}
.claims .claim .fig.-segitseg.-dark {
  background-image: url(../images/orczy-icon-claim-segitseg-68px-dark.svg);
}
.claims .claim .fig.-raktar {
  background-image: url(../images/orczy-icon-claim-raktar-68px.svg);
}
.claims .claim .fig.-raktar.-dark {
  background-image: url(../images/orczy-icon-claim-raktar-68px-dark.svg);
}
.claims .claim .fig.-minoseg {
  background-image: url(../images/orczy-icon-claim-minoseg-68px.svg);
}
.claims .claim .fig.-atvetel {
  background-image: url(../images/orczy-icon-claim-atvetel-68px.svg);
}
.claims .claim .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  flex-grow: 1;
}
.claims .claim .content .title {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.claims .claim .content .text {
  color: #FEFEFE;
  font-size: 12px;
}

.customized-products-slider {
  padding: 0px 40px;
}
.customized-products-slider .swiper-pagination {
  margin-top: 40px;
}

/*akció sablon*/
.sale-item.-box .img {
  padding-bottom: 50%;
}

.brands-wrapper article .img {
  padding-bottom: 33.3333%;
}
.brands-wrapper article .details {
  margin-top: 0.5rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 14px;
  text-align: center;
}
.brands-wrapper article h2 {
  font-size: 19px;
  word-break: break-word;
}
.brands-wrapper article .more {
  font-size: 14px;
  word-break: break-word;
}
.brands-wrapper article .desc {
  font-size: 14px;
}
/* gyártói oldal, ha az nincs, törölhető */
/*főoldali brand sablon*/
.brand-item:hover {
  text-decoration: none;
}
.brand-item.-box .img {
  padding-bottom: 50%;
}
.faq-wrapper .item {
  margin-top: 24px;
  margin-bottom: 24px;
}
.faq-wrapper .item .question * {
  margin: 0;
}
.sites-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sites-container .site {
  padding: 0;
  width: 100%;
}
.sites-container .site-details {
  align-self: center;
  padding: 1rem;
}
.sites-container .site-details > * {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width:768px) {
  .sites-container .site-details > * {
    flex-wrap: nowrap;
  }
}
.sites-container .site-details > * > *:first-child {
  min-width: 100%;
}
@media only screen and (min-width:768px) {
  .sites-container .site-details > * > *:first-child {
    padding-right: 5px;
    min-width: 160px;
  }
}
.sites-container .site-name {
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.sites-container .site-banknum .item {
  display: block;
}
.sites-container .site-map > iframe {
  height: 100%;
  min-height: 250px;
}

.cards-container .group {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #EEEEEE;
}
.cards-container .group .title {
  display: flex;
  align-items: center;
}
.cards-container .card {
  padding-top: 32px;
  padding-bottom: 32px;
}
.cards-container .card-details {
  margin-top: 0.5rem;
}
.cards-container .card-details > * {
  display: block;
}
.cards-container .card-role {
  margin-bottom: 0.5rem;
}
.steps {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .steps:not(.-non-responsive) {
    flex-direction: column;
  }
}

.step {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .step:not(.-non-responsive) {
    flex-direction: row;
    flex-basis: auto;
    height: 30px;
  }
}
.step .step-bar {
  height: 6px;
  border: 1px solid #D9D9D9;
  border-left-width: 0;
  background: #FFFFFF;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .step .step-bar:not(.-non-responsive) {
    border-left-width: 1px;
    border-top-width: 0;
    width: 6px;
    height: 100%;
  }
}
.step:first-child .step-bar {
  border-left-width: 1px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .step:first-child .step-bar:not(.-non-responsive) {
    border-top-width: 1px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
  }
}
.step:last-child .step-bar {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .step:last-child .step-bar:not(.-non-responsive) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
}
.step.-active .step-bar {
  border: 1px solid #3AB112;
  background: rgba(64, 191, 20, 0.35);
  /*
  &:after {
      content: '';
      display: block;
      position: absolute;
      left: -1px;
      top: calc($steps-bar-border-width * -1);
      height: $steps-bar-height;
      border: $steps-bar-border-width solid $steps-bar-border-color-completed;
      background: $steps-bar-bg-color-completed;
      width: 10%;

      @media only screen and (max-width: 991px) {
          width: calc(100% + (2 * $steps-bar-border-width));
          height: 50%;
      }
  }
  */
}
.step.-completed .step-bar {
  border: 1px solid #3AB112;
  background: #40BF14;
}
.step .step-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 0.25rem;
  font-weight: 800;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .step .step-desc .step-num:not(.-non-responsive) {
    width: 10px;
  }
}
.cart .data {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cart .data > * {
  align-items: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 575px) {
  .cart .data > * > *:first-child {
    margin-bottom: 5px;
  }
}
.cart .data > * > *:last-child {
  font-weight: 700;
}
.cart .data > * > *:last-child.input-wrapper {
  margin-bottom: 0;
}
.cart .data > * > *:last-child.input-wrapper .note, .cart .data > * > *:last-child.input-wrapper .password-note {
  font-weight: 500;
  font-size: 14px;
  margin-left: 31px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.cart .data .new-billing #bc--selected,
.cart .data .new-billing .select-wrapper,
.cart .data .new-billing .selector .input,
.selector .cart .data .new-billing .input {
  margin-left: 0;
}
.cart .data .new-delivery #dc--selected,
.cart .data .new-delivery .select-wrapper,
.cart .data .new-delivery .selector .input,
.selector .cart .data .new-delivery .input {
  margin-left: 0;
}
.cart .imports-wrapper, .cart .exports-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .cart .imports-wrapper, .cart .exports-wrapper {
    flex-wrap: wrap;
  }
}
.cart .tax.-eunum {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .cart .tax.-eunum.message .inner, .cart .tax.-eunum.message .datepicker-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .cart .tax.-eunum.message .inner > div, .cart .tax.-eunum.message .datepicker-wrapper > div {
    width: 100%;
  }
}
.cart .tax.-eunum div.nav {
  margin: 0 !important;
}
@media only screen and (max-width: 575px) {
  .cart .tax.-eunum div.nav {
    justify-content: center !important;
    margin: 1rem 0 0 0 !important;
  }
}
.cart .tax.-eunum div.nav input[type=submit]:first-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 575px) {
  .cart .tax.-eunum div.nav input[type=submit]:first-child {
    width: auto;
  }
}
.cart .tax.message .inner, .cart .tax.message .datepicker-wrapper {
  padding: 1rem;
  margin: 0 auto;
  color: #232F47;
}
@media only screen and (min-width:768px) {
  .cart .tax.message .inner, .cart .tax.message .datepicker-wrapper {
    line-height: 48px;
  }
}
.cart .tax.message .inner > div > div, .cart .tax.message .datepicker-wrapper > div > div {
  padding: 0;
}
.cart .tax.message .inner > div > div:first-child, .cart .tax.message .datepicker-wrapper > div > div:first-child {
  margin-right: 1rem;
}
@media only screen and (max-width: 339px) {
  .cart .tax.message .inner > div > div:first-child, .cart .tax.message .datepicker-wrapper > div > div:first-child {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 339px) {
  .cart .tax.message .inner > div > div, .cart .tax.message .datepicker-wrapper > div > div {
    width: 100%;
  }
}
@media only screen and (max-width: 339px) {
  .cart .tax.message .inner > div, .cart .tax.message .datepicker-wrapper > div {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 339px) {
  .cart .tax.message .inner .field, .cart .tax.message .datepicker-wrapper .field {
    width: 100%;
  }
}
.cart .order-notice {
  margin-left: auto;
  margin-right: 1rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cart .order-notice {
    text-align: center;
    order: 1;
  }
}
.cart .atvet-wrapper.scroll-wrapper {
  max-height: 400px;
  margin-top: 24px;
}
.cart .panel > .input-wrapper > label, .cart .graph.-prodgroup > .input-wrapper > label, .cart .graph.-brands > .input-wrapper > label, .cart .table > .input-wrapper > label, .cart .sum-wrapper > .input-wrapper > label, .cart .sale-item > .input-wrapper > label, .cart .sale.-volume > div > .categories .item > .inner > .input-wrapper > label, .sale.-volume > div > .categories .cart .item > .inner > .input-wrapper > label, .cart .sale.-volume > div > .categories .item > .datepicker-wrapper > .input-wrapper > label, .sale.-volume > div > .categories .cart .item > .datepicker-wrapper > .input-wrapper > label, .cart .blog-item > .input-wrapper > label, .cart .blog-comments > .input-wrapper > label, .cart .p-item.-box .p-item-inner > .input-wrapper > label, .p-item.-box .cart .p-item-inner > .input-wrapper > label, .cart .p-item.-list .p-item-inner > .input-wrapper > label, .p-item.-list .cart .p-item-inner > .input-wrapper > label, .cart .p-item.-cart .p-item-inner > .input-wrapper > label, .p-item.-cart .cart .p-item-inner > .input-wrapper > label, .cart .p-item.-shipping .p-item-inner > .input-wrapper > label, .p-item.-shipping .cart .p-item-inner > .input-wrapper > label, .cart .p-item.-cod .p-item-inner > .input-wrapper > label, .p-item.-cod .cart .p-item-inner > .input-wrapper > label, .cart .pd .pd-main-info > .input-wrapper > label, .pd .cart .pd-main-info > .input-wrapper > label, .cart .package-wizard-wrapper .package-wizard-inner-wrapper .categories-wrapper > .input-wrapper > label, .package-wizard-wrapper .package-wizard-inner-wrapper .cart .categories-wrapper > .input-wrapper > label, .cart .votes .vote-item .inner > .input-wrapper > label, .votes .vote-item .cart .inner > .input-wrapper > label, .cart .votes .vote-item .datepicker-wrapper > .input-wrapper > label, .votes .vote-item .cart .datepicker-wrapper > .input-wrapper > label, .cart .szuropanel > .input-wrapper > label, .cart .sites-container .site > .input-wrapper > label, .sites-container .cart .site > .input-wrapper > label {
  font-weight: 700;
}
.cart .panel * > .input-wrapper > label, .cart .graph.-prodgroup * > .input-wrapper > label, .cart .graph.-brands * > .input-wrapper > label, .cart .table * > .input-wrapper > label, .cart .sum-wrapper * > .input-wrapper > label, .cart .sale-item * > .input-wrapper > label, .cart .sale.-volume > div > .categories .item > .inner * > .input-wrapper > label, .sale.-volume > div > .categories .cart .item > .inner * > .input-wrapper > label, .cart .sale.-volume > div > .categories .item > .datepicker-wrapper * > .input-wrapper > label, .sale.-volume > div > .categories .cart .item > .datepicker-wrapper * > .input-wrapper > label, .cart .blog-item * > .input-wrapper > label, .cart .blog-comments * > .input-wrapper > label, .cart .p-item.-box .p-item-inner * > .input-wrapper > label, .p-item.-box .cart .p-item-inner * > .input-wrapper > label, .cart .p-item.-list .p-item-inner * > .input-wrapper > label, .p-item.-list .cart .p-item-inner * > .input-wrapper > label, .cart .p-item.-cart .p-item-inner * > .input-wrapper > label, .p-item.-cart .cart .p-item-inner * > .input-wrapper > label, .cart .p-item.-shipping .p-item-inner * > .input-wrapper > label, .p-item.-shipping .cart .p-item-inner * > .input-wrapper > label, .cart .p-item.-cod .p-item-inner * > .input-wrapper > label, .p-item.-cod .cart .p-item-inner * > .input-wrapper > label, .cart .pd .pd-main-info * > .input-wrapper > label, .pd .cart .pd-main-info * > .input-wrapper > label, .cart .package-wizard-wrapper .package-wizard-inner-wrapper .categories-wrapper * > .input-wrapper > label, .package-wizard-wrapper .package-wizard-inner-wrapper .cart .categories-wrapper * > .input-wrapper > label, .cart .votes .vote-item .inner * > .input-wrapper > label, .votes .vote-item .cart .inner * > .input-wrapper > label, .cart .votes .vote-item .datepicker-wrapper * > .input-wrapper > label, .votes .vote-item .cart .datepicker-wrapper * > .input-wrapper > label, .cart .szuropanel * > .input-wrapper > label, .cart .sites-container .site * > .input-wrapper > label, .sites-container .cart .site * > .input-wrapper > label {
  font-weight: 700;
}

.offer-head, .pack-head {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.offer-head h3, .pack-head h3 {
  margin: 0;
}
.offer-head .price, .pack-head .price {
  margin-left: auto;
  padding-right: 1rem;
  font-size: 19px;
  font-weight: 700;
}

.offer-content, .pack-content {
  border: 1px solid #EEEEEE;
  padding: 0 32px;
}

@media only screen and (min-width:768px) {
  .cart__creditcard .message .inner, .cart__creditcard .message .datepicker-wrapper {
    min-width: 360px;
  }
}

.methods {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}
.methods .method {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-grow: 1;
  cursor: pointer;
  padding: 0.75rem;
  background: #FEFEFE;
  color: #232F47;
  width: 0;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
}
.methods .method.-active {
  box-shadow: 0 0 0 2px #232F47;
  background: #FFFFFF;
  color: #232F47;
}

@media only screen and (max-width: 575px) {
  .shipping-methods .method {
    width: 100%;
  }
}

.upload-popper {
  right: 0;
}

.cart-popper {
  right: 0;
  top: 100%;
  max-height: calc(100vh - var(--stickyHeight));
}

.credit-card-aszf > a {
  display: block;
  margin-bottom: 1em;
}

.cart-coupon {
  position: relative;
}

.new-popper {
  width: 640px;
}

.billing-addresses-popper {
  width: 640px;
}

.services-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  column-gap: 24px;
}
.services-wrapper .service-block .select-wrapper.-selected, .services-wrapper .service-block .selector .-selected.input, .selector .services-wrapper .service-block .-selected.input {
  color: #D82317;
}
.services-wrapper .service-block .popper {
  max-width: 420px;
}
.services-wrapper .product {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .services-wrapper .popper {
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.rate-order {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .rate-order {
    width: 100%;
  }
}
.rate-order .rate-order-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.rate-order .rate-order-inner .rate-label {
  font-size: 14px;
  color: #9A9A9A;
  width: 50px;
}
.rate-order .rate-order-inner .rate-label:first-child {
  text-align: end;
}
.rate-order .rate-order-inner .rate-label:last-child {
  text-align: start;
}
.rate-order .rate-order-inner .rate-order-scale {
  justify-content: flex-start;
}
.rate-order .rate-order-inner .rate-order-scale > * {
  cursor: pointer;
}
.rate-order .rate-order-inner .rate-order-scale > *:before {
  display: block;
  color: #D82317;
  transition: 0.2s ease-in-out;
  opacity: 0.5;
  font-size: 30px;
}
.rate-order .rate-order-inner .rate-order-scale > *.active:before {
  opacity: 1;
}
.rate-order .rate-order-inner .rate-order-scale > *.inactive:before {
  opacity: 0.5;
}
.rate-order .rate-order-inner .rate-order-scale > *:nth-child(1):before {
  content: "sentiment_very_dissatisfied";
}
.rate-order .rate-order-inner .rate-order-scale > *:nth-child(2):before {
  content: "sentiment_dissatisfied";
}
.rate-order .rate-order-inner .rate-order-scale > *:nth-child(3):before {
  content: "sentiment_neutral";
}
.rate-order .rate-order-inner .rate-order-scale > *:nth-child(4):before {
  content: "sentiment_satisfied";
}
.rate-order .rate-order-inner .rate-order-scale > *:nth-child(5):before {
  content: "sentiment_very_satisfied";
}

.cart-nav-sticky {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: sticky;
  bottom: 0;
  padding: 0.5rem 0;
  margin-top: 1.5rem;
  background: #F9F9F9;
  width: 100%;
  z-index: 2;
}
.cart-nav-sticky:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #F9F9F9;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
  .cart-nav-sticky .button.-back, .cart-nav-sticky .-back.accordion-header.-button, .cart-nav-sticky .button.cart-empty-button, .cart-nav-sticky .cart-empty-button.accordion-header.-button {
    font-size: 0;
    gap: 0;
  }
  .cart-nav-sticky .button.-back:before, .cart-nav-sticky .-back.accordion-header.-button:before, .cart-nav-sticky .button.cart-empty-button:before, .cart-nav-sticky .cart-empty-button.accordion-header.-button:before {
    margin-left: 0;
    margin-right: 0;
  }
}

.option-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  background: #283E69;
  color: #FFFFFF;
  font-size: 11px;
  border-radius: 8px;
}

.szallmodok-options .option-list > .list-item > .head .details > .title, .fizmodok-options .option-list > .list-item > .head .details > .title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.intocart-offers > .inner, .intocart-offers > .datepicker-wrapper {
  display: flex;
  gap: 0.75rem;
  overflow: auto;
}
@media only screen and (min-width:992px) {
  .intocart-offers > .inner, .intocart-offers > .datepicker-wrapper {
    overflow: visible;
    gap: 1rem;
  }
}
.intocart-offers > .inner > *, .intocart-offers > .datepicker-wrapper > * {
  min-width: 176px;
  flex: 1 1 0;
}
@media only screen and (min-width:992px) {
  .intocart-offers > .inner > *, .intocart-offers > .datepicker-wrapper > * {
    min-width: 0;
  }
}

.rend-prog {
  color: #D82317;
  font-weight: 700;
}

.shopping-type > .reset {
  display: none;
}

.downloads .search-form .inner, .downloads .search-form .datepicker-wrapper {
  flex-grow: 1;
}
.downloads .categories ul {
  padding-left: 1rem;
}
.downloads .categories .desc {
  color: #9A9A9A;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.downloads .categories h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.downloads .category a {
  color: #232F47;
  font-size: 14px;
}
.downloads .category.-selected a, .downloads .category:hover a {
  color: #D82317;
}

.downloads-wrapper article, .links-wrapper article {
  position: relative;
  padding: 0.5rem 0;
  border-bottom: 1px solid #EEEEEE;
}
.downloads-wrapper article .type, .links-wrapper article .type {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
}
.downloads-wrapper article .type img, .links-wrapper article .type img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.downloads-wrapper article .type .icon, .downloads-wrapper article .type .accordion-header:not(.-button) .toggler, .accordion-header:not(.-button) .downloads-wrapper article .type .toggler, .downloads-wrapper article .type .accordion-header:not(.-button).-clickable:after, .links-wrapper article .type .icon, .links-wrapper article .type .accordion-header:not(.-button) .toggler, .accordion-header:not(.-button) .links-wrapper article .type .toggler, .links-wrapper article .type .accordion-header:not(.-button).-clickable:after {
  width: 38px;
  height: 38px;
  font-size: 38px;
}
.downloads-wrapper article h3, .links-wrapper article h3 {
  font-size: 16px;
}
.downloads-wrapper article footer, .links-wrapper article footer {
  color: #696969;
  font-size: 12px;
  font-weight: 500;
}
.downloads-wrapper article a:hover ~ div h3, .links-wrapper article a:hover ~ div h3 {
  color: #D82317;
}
.downloads-wrapper article > .icon, .downloads-wrapper .accordion-header:not(.-button) article > .toggler, .accordion-header:not(.-button) .downloads-wrapper article > .toggler, .downloads-wrapper article > .accordion-header:not(.-button).-clickable:after, .links-wrapper article > .icon, .links-wrapper .accordion-header:not(.-button) article > .toggler, .accordion-header:not(.-button) .links-wrapper article > .toggler, .links-wrapper article > .accordion-header:not(.-button).-clickable:after {
  color: #D82317;
}

@media only screen and (max-width: 575px) {
  .prl-download input[type=submit] {
    margin-top: 12px;
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .prl-download-filter {
    flex-wrap: wrap;
  }
}

.compare-popper {
  width: 500px;
}

.compare {
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  right: 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08), 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  width: 320px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 575px) {
  .compare {
    width: 75%;
  }
}
.compare .remove-icon {
  margin-left: 24px;
}
.compare .remove-icon:before {
  content: "close";
}

.compare-head {
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  cursor: pointer;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  width: 70px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5rem;
  border: 1px solid #EEEEEE;
  border-right: 0;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  transition: 0.2s ease-in-out;
}
.compare-head > i {
  color: #9A9A9A;
}
.compare-head.active {
  background-color: #D82317;
}
.compare-head:hover {
  background-color: #FEFEFE;
}
.compare-head:hover > i {
  color: #232F47;
}
.compare-head .item-groups {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}
.compare-head .item-groups::-webkit-scrollbar {
  width: 6px;
}
.compare-head .item-groups::-webkit-scrollbar-track, .compare-head .item-groups::-webkit-scrollbar-corner {
  background: #f4f7fc;
  border-radius: 3px;
}
.compare-head .item-groups::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 3px;
}
.compare-head .item-groups::-webkit-scrollbar-thumb:hover {
  background: rgb(196.5, 196.5, 196.5);
}
.compare-head .item-group {
  padding-top: 0.5rem;
}
.compare-head .item-group:not(:last-child) {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #EEEEEE;
}
.compare-head .item-group .item {
  margin-top: 0.25rem;
}
.compare-head .item-group .item .img-wrapper {
  width: 50px;
}

.compare-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.compare-body a:not(.button):not(.accordion-header.-button) {
  color: #232F47;
}
.compare-body .group {
  flex-wrap: wrap;
  border-top: 1px solid #EEEEEE;
  font-weight: 700;
  padding: 10px 0 5px;
}
.compare-body .group:first-child {
  border: none;
  padding-top: 0;
}
.compare-body .item {
  min-height: 24px;
  padding: 0.25rem 0;
  justify-content: flex-start;
  gap: 0.5rem;
}
.compare-body .item .p-item-title {
  font-size: 14px;
  font-weight: 800;
  color: #232F47;
}
.compare-body .item .img-wrapper {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.compare-outer {
  overflow: auto;
  position: relative;
  left: -1rem;
  right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(100% + 2rem);
}
.compare-outer::-webkit-scrollbar {
  width: 6px;
}
.compare-outer::-webkit-scrollbar-track, .compare-outer::-webkit-scrollbar-corner {
  background: #f4f7fc;
  border-radius: 3px;
}
.compare-outer::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 3px;
}
.compare-outer::-webkit-scrollbar-thumb:hover {
  background: rgb(196.5, 196.5, 196.5);
}

.compare-table td {
  padding: 32px;
}
.compare-table .p-item-title-wrapper {
  vertical-align: top;
}
.compare-table .p-item-title {
  font-size: 14px;
  font-weight: 800;
  color: #232F47;
}
.compare-table .p-item-title > a {
  color: #232F47;
}
.compare-table .no {
  color: #9A9A9A;
  font-size: 11px;
}
.compare-table > .table-row:first-child > .compare-label {
  background: #FFFFFF;
}

.compare-label {
  position: sticky;
  left: -1rem;
  z-index: 1;
  background: #F5F5F5;
  border-right: 1px solid #FEFEFE;
  font-weight: 700;
  text-align: end;
}

.compare-value {
  position: relative;
}
.compare-value.-different {
  background-color: rgba(35, 47, 71, 0.15);
}
.compare-value.-different > div {
  border-color: rgba(35, 47, 71, 0.25);
}
.compare-value.-different .compare-label {
  background-color: rgba(35, 47, 71, 0.25);
  border-color: rgba(35, 47, 71, 0.35);
}
.reg {
  /*sikeres regisztráció*/
}
.reg .data-wrapper .uploaded-wrapper .item {
  padding: 5px 0;
  border-bottom: 1px solid #EEEEEE;
}
.reg .data-wrapper .uploaded-wrapper .item:last-child {
  border-bottom: none;
}
.reg .data-wrapper .form .delivery {
  margin-top: 12px;
}
.reg .data-wrapper .form .hear-about > .item {
  margin-bottom: 1rem;
}
.reg .data-wrapper .form .hear-about > .item label {
  margin-bottom: 0;
}
.reg .data-wrapper .form .hear-about > .item .field {
  margin-top: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .reg .data-wrapper .input-wrapper.-browse .inner, .reg .data-wrapper .input-wrapper.-browse .datepicker-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .reg .data-wrapper .input-wrapper.-browse .browse-label, .reg .data-wrapper .input-wrapper.-browse .browse-comment {
    width: 100%;
    margin-bottom: 12px;
  }
}
.reg-methods .method {
  min-width: 200px;
}

.type-wrapper {
  margin: 24px 0 0 0;
}
.type-wrapper > .section {
  margin-bottom: 24px;
}
.type-wrapper > .section > div {
  position: relative;
}
.type-wrapper > .section > div > .note, .type-wrapper > .section > div > .password-note {
  margin: 0 0 8px 32px;
}
.type-wrapper > .section > div > .input-wrapper {
  margin-bottom: 0;
}

.forgot-password {
  font-size: 14px;
  font-weight: 500;
}

.orders-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.orders-wrapper .ready-to-pickup {
  padding: 0.25rem 0.5rem;
  background: #9A9A9A;
  color: #FFFFFF;
  font-size: 12px;
  margin-bottom: 0.25rem;
  border-radius: 8px;
  display: inline-flex;
}
.orders-wrapper .ready-to-pickup.-true {
  background: #43CC71;
}
.orders-wrapper .o-item {
  margin: 2rem 0;
}
.orders-wrapper .o-item .head {
  margin: 1rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width:576px) {
  .orders-wrapper .o-item .head {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width:1200px) {
  .orders-wrapper .o-item .head {
    grid-template-columns: repeat(3, 1fr);
  }
}
.orders-wrapper .o-item .head > div {
  display: flex;
  flex-direction: column;
  break-inside: avoid;
  margin: 0.5rem 0 0 0;
}
.orders-wrapper .o-item .head > div > *:first-child {
  font-weight: 700;
}
.orders-wrapper .o-item .atvet-wrapper {
  margin-top: 0;
}
.orders-wrapper .o-item .atvet-wrapper.-selected .item {
  margin-top: 0;
  margin-bottom: 1rem;
  position: relative;
}
.orders-wrapper .o-item .atvet-wrapper.-selected .item .more-popper {
  position: absolute;
}

.financial {
  background: white;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
}
.financial > div {
  border-right: 1px solid #EEEEEE;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  padding: 32px;
}
.financial > div:last-child {
  border-right: 0 !important;
}
.financial > div > span {
  display: block;
}
.financial > div > span:first-child {
  font-size: 14px;
}
.financial > div > span:last-child {
  font-size: 19px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .financial {
    flex-wrap: wrap;
  }
  .financial > div {
    flex-basis: 33%;
  }
  .financial > div:nth-child(3n) {
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .financial > div {
    flex-basis: 50%;
  }
  .financial > div:nth-child(2n) {
    border-right: 0;
  }
  .financial > div:nth-child(3n) {
    border-right: 1px solid #EEEEEE;
  }
}

@media only screen and (max-width: 575px) {
  .invoices.-list .downloads-wrapper .button, .invoices.-list .downloads-wrapper .accordion-header.-button, .invoices.-list .links-wrapper .button, .invoices.-list .links-wrapper .accordion-header.-button {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .invoices.-list .downloads-wrapper .button, .invoices.-list .downloads-wrapper .accordion-header.-button, .invoices.-list .links-wrapper .button, .invoices.-list .links-wrapper .accordion-header.-button {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width:576px) {
  .invoices.-list .downloads-wrapper .button, .invoices.-list .downloads-wrapper .accordion-header.-button, .invoices.-list .links-wrapper .button, .invoices.-list .links-wrapper .accordion-header.-button {
    margin-right: 0.5rem;
  }
}
.invoices.-details .downloads-wrapper, .invoices.-details .links-wrapper {
  justify-content: flex-end;
}
.invoices .invoice-state {
  font-size: 14px;
}
.invoices .invoice-state.-downloaded {
  color: #43CC71;
}
.invoices .invoice-state.-undownloaded {
  color: #9A9A9A;
}
.invoices .downloads-wrapper, .invoices .links-wrapper {
  display: flex;
  align-items: center;
}
.invoices .sum-wrapper {
  margin-top: 0;
}
.invoices .arrows-and-pages {
  margin: 0 0 0 auto;
}

.endusers > .filter .search {
  flex-grow: 1;
}
.endusers > .filter label {
  padding-right: 12px;
}
@media only screen and (max-width: 767px) {
  .endusers > .filter label {
    margin-bottom: 0.5rem;
  }
}
.enduser ul.type-wrapper {
  margin: 0;
  padding: 0;
}
.enduser.-new {
  width: var(--container);
}
.sub-user > .table {
  margin-top: 24px;
}
.sub-user > .table .innerRowItem:nth-last-child(2) .innerValue {
  text-align: left !important;
}
.price-wrapper.-re-prod > * {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.price-wrapper.-re-prod > *.price -normal > span:first-child {
  font-size: 19px;
}
.price-wrapper.-re-prod > *.price -original {
  text-decoration: line-through;
  font-weight: 700;
}
.price-wrapper.-re-prod > *.price -onsale > span:first-child {
  font-size: 19px;
}

.re-prod-details .data .bold:nth-last-child(2) {
  margin-top: auto;
}

.re-w > .filter.-re-w table, .re-prod-details .data table {
  width: 100%;
}
.re-w > .filter.-re-w .filter__block:nth-child(2), .re-prod-details .data .filter__block:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.re-w > .filter.-re-w .filter__block .bold:nth-last-child(3), .re-prod-details .data .filter__block .bold:nth-last-child(3) {
  margin-top: auto;
}
.re-merchant > .head-title a:nth-last-child(2) {
  margin-left: auto;
}
@media only screen and (min-width:768px) {
  .re-merchant > .filter .button, .re-merchant > .filter .accordion-header.-button {
    margin-right: 0;
  }
}
@media only screen and (min-width:768px) {
  .re-merchant > .filter .clear-icon {
    margin-left: 24px;
    margin-bottom: 7px;
  }
}
.re-merchant > .table > .table-row .input-wrapper {
  margin-bottom: 0;
}

#tartozekLoading {
  font-weight: 700;
  padding-left: 32px;
}

.accessory-group .item {
  cursor: pointer;
  line-height: 24px;
  padding: 0.5rem 32px;
}
.accessory-group .item:hover {
  background: #FEFEFE;
}
.accessory-group .item:active {
  background: rgb(241.25, 241.25, 241.25);
}

.accessory-group__head .accessory__filter {
  position: relative;
}
.accessory-group__head .accessory__filter:after {
  content: "search";
  position: absolute;
  right: 0.5rem;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  opacity: 0.25;
}

.accessory-group__items {
  background: #FEFEFE;
  margin-top: 12px;
  max-height: 150px;
  overflow: auto;
}
.accessory-group__items::-webkit-scrollbar {
  width: 6px;
}
.accessory-group__items::-webkit-scrollbar-track, .accessory-group__items::-webkit-scrollbar-corner {
  background: #f4f7fc;
  border-radius: 3px;
}
.accessory-group__items::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 3px;
}
.accessory-group__items::-webkit-scrollbar-thumb:hover {
  background: rgb(196.5, 196.5, 196.5);
}

.accessory__selected {
  height: 40px;
  display: none;
}
.accessory__selected.show {
  display: flex !important;
}

/*saját készülékek - kellékanyagok oldal*/
@media only screen and (max-width: 767px) {
  .own-device-popper img {
    display: block;
    margin: 0 auto 12px auto;
  }
}

.device-item {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.device-item > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.device-item .link {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .device-item {
    flex-wrap: wrap;
  }
  .device-item > * {
    width: 100%;
  }
  .device-item .link {
    margin: 24px 0 0;
    justify-content: flex-end;
  }
}

.social-wrapper {
  margin: -0.5rem -12px;
}
.social-wrapper > .social {
  width: 100%;
  position: relative;
  margin: 0.5rem 1rem;
}
.social-wrapper > .social.-facebook > .button, .social-wrapper > .social.-facebook > .accordion-header.-button {
  color: #1877f2;
  background-color: #fff;
  border-color: #1877f2;
}
.social-wrapper > .social.-facebook > .button:hover, .social-wrapper > .social.-facebook > .accordion-header.-button:hover {
  border-color: rgb(12.8135245902, 106.4508196721, 227.6864754098);
  background-color: #fff;
}
.social-wrapper > .social.-google > .button, .social-wrapper > .social.-google > .accordion-header.-button {
  color: #4285F4;
  border-color: #4285F4;
  background-color: #fff;
}
.social-wrapper > .social.-google > .button:hover, .social-wrapper > .social.-google > .accordion-header.-button:hover {
  border-color: rgb(41.9025, 117.445, 242.5975);
  background-color: #fff;
}
.social-wrapper > .social > .icon, .accordion-header:not(.-button) .social-wrapper > .social > .toggler, .social-wrapper > .social > .accordion-header:not(.-button).-clickable:after {
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.social-wrapper > .social > .button, .social-wrapper > .social > .accordion-header.-button {
  text-align: left;
  padding-left: 3rem;
}

.timeout > .social .button, .timeout > .social .accordion-header.-button {
  width: 100%;
}
.address-type-wrapper .address {
  position: relative;
}
.address-table .radio {
  cursor: pointer;
  width: 20px;
  height: 20px;
  transition: 0.2s ease-in-out;
  position: relative;
  display: block;
}
.address-table .radio:before {
  background: #fff;
  border: 1px solid #DEDEDE;
  content: "";
  display: block;
  margin-right: 10px;
  transition: 0.2s ease-in-out;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.address-table .radio:after {
  content: "";
  display: block;
  background: #D82317;
  border-radius: 50%;
  width: calc(20px - 4px * 2);
  height: calc(20px - 4px * 2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto 0;
  transform: scale(0);
  transition: 0.2s ease-in-out;
}
.address-table .radio:hover:before {
  background: #FEFEFE;
}
.address-table .radio.-disabled {
  cursor: not-allowed;
}
.address-table .radio.-disabled:before {
  background: #FEFEFE;
}
.address-table .radio.-disabled:hover:before {
  background: #FEFEFE;
}
.address-table .radio.-checked:after {
  transform: scale(1);
}

.newsletter-wrapper .item {
  position: relative;
  margin-bottom: 12px;
}

.footer-newsletter {
  position: relative;
  background: #192732;
  color: #FEFEFE;
  z-index: initial;
}
.footer-newsletter > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  pointer-events: none;
  z-index: 0;
}
.footer-newsletter:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(90deg, rgba(26, 34, 45, 0) 40%, #1a222d 60%);
}
@media only screen and (max-width: 767px) {
  .footer-newsletter:before {
    background: rgba(26, 34, 45, 0.6);
  }
}
.footer-newsletter > .container {
  z-index: 2;
}
.footer-newsletter .footer-newsletter-right {
  padding: 38px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 1;
}
.shipments-table .packages {
  width: 25%;
}

.packages .item {
  display: inline-flex;
}
.packages .item:after {
  content: ", ";
}
.packages .item:last-child:after {
  content: " ";
}

.reklamacio-wrapper .filter {
  align-items: flex-end;
}
.reklamacio-wrapper .filter .item {
  padding: 0 16px;
}

.promotions {
  margin-bottom: 1em;
}

.promotion-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.promotion-item .img {
  padding-bottom: 56%;
}
.promotion-item .img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.promotion-item .details {
  padding: 0.6rem 1rem 1.25rem 1rem;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  flex-grow: 1;
}
.promotion-item .title {
  font-size: 19px;
  font-family: #232F47;
  font-weight: 700;
  line-height: 1.368;
  color: #232F47;
}
.promotion-item .desc {
  color: #505050;
  font-size: 14px;
  flex-grow: 1;
}
.promotion-item .code {
  padding: 0.25rem 0.5rem;
  border-radius: 16px;
  background-color: #FEFEFE;
  color: #232F47;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  line-height: 1rem;
  background: #D82317 !important;
  color: #FFFFFF !important;
}

.alkatresz-azonositas .alkatresz-azonositas-page, .alkatresz-azonositas .munkalaprogzites-page, .munkalaprogzites .alkatresz-azonositas-page, .munkalaprogzites .munkalaprogzites-page {
  display: flex;
  align-items: initial;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
.alkatresz-azonositas .title, .munkalaprogzites .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #D4D3DE;
}
.alkatresz-azonositas .title h2, .munkalaprogzites .title h2 {
  margin: 0;
}
.alkatresz-azonositas .title .step, .munkalaprogzites .title .step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  background: #D82317;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 0;
}
.alkatresz-azonositas .buttons-wrapper, .munkalaprogzites .buttons-wrapper {
  padding-top: 1rem;
  border-top: 1px solid #D4D3DE;
  margin-top: 24px;
}

.alkatresz-azonositas .alkatreszek-list.-empty .message {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 24px;
  color: #9A9A9A;
  font-size: 16px;
  font-weight: 700;
}
.alkatresz-azonositas .alkatresz-hozzaadas-popper {
  width: 768px;
}

.munkalaprogzites {
  /* Ennek a modulnak az alapja kb ugyanaz, mint az alkatrészazonosítás, szóval az a része ott van!!! */
  /* alkatreszazonositas.scss */
}
.munkalaprogzites .special-options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-grow: 1;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .munkalaprogzites .special-options {
    flex-direction: column;
  }
}
.munkalaprogzites .special-options .special-option {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background: transparent;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  max-width: 250px;
}
.munkalaprogzites .special-options .special-option:hover {
  background: #F5F5F5;
}
.munkalaprogzites .special-options .special-option.-selected {
  border: 1px solid #D82317;
}
.munkalaprogzites .special-options .special-option.-selected .option-icon {
  color: #D82317;
}
.munkalaprogzites .special-options .special-option .option-icon {
  color: #D9D9D9;
}
.munkalaprogzites .special-options .special-option .option-title {
  color: #192732;
  font-size: 14px;
  font-weight: 700;
  line-height: 142.857%;
  text-transform: uppercase;
  text-align: center;
}
.munkalaprogzites .special-options .special-option .option-desc {
  color: #232F47;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.partner-cim-kereses {
  position: relative;
}
.partner-cim-kereses .partner-cim-clear {
  position: absolute;
  right: 1rem;
  height: 100%;
  cursor: pointer;
}
.partner-cim-kereses .results {
  background: #FEFEFE;
  border-radius: 16px;
  padding: 12px;
  position: absolute;
  top: 100%;
  z-index: 1;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.partner-cim-kereses .results.-visible {
  opacity: 1;
  pointer-events: all;
}
.partner-cim-kereses .results .results-list {
  max-height: 200px;
  overflow-y: auto;
}
.partner-cim-kereses .results .results-list::-webkit-scrollbar {
  width: 6px;
}
.partner-cim-kereses .results .results-list::-webkit-scrollbar-track, .partner-cim-kereses .results .results-list::-webkit-scrollbar-corner {
  background: #f4f7fc;
  border-radius: 3px;
}
.partner-cim-kereses .results .results-list::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 3px;
}
.partner-cim-kereses .results .results-list::-webkit-scrollbar-thumb:hover {
  background: rgb(196.5, 196.5, 196.5);
}
.partner-cim-kereses .results .results-list .result-item {
  display: block;
  color: #232F47;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  background: transparent;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.partner-cim-kereses .results .results-list .result-item:hover, .partner-cim-kereses .results .results-list .result-item.-selected {
  background: #F5F5F5;
}

/*személyes oldalak*/
.infogroup.-growth .color-success, .infogroup.-growth .color-danger {
  background-color: #fff;
  border-radius: 16px;
}

.graph.-brands {
  background: #D4D3DE;
}

.graph.-prodgroup {
  background: #D4D3DE;
}

.calendar-root {
  position: relative;
  display: flex;
  align-items: center;
}
.calendar-root .clear-icon {
  cursor: pointer;
  margin-left: 0.25em;
  color: #D82317;
}

.fw-date .calendar-root {
  width: 100%;
}

.calendar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1em 1.25em;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08), 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: white;
  position: fixed;
  z-index: 9;
}
.calendar.-mobile {
  width: 260px;
  z-index: 1;
  box-shadow: none;
}
@media only screen and (min-width:576px) {
  .calendar.-single {
    width: 410px;
  }
  .calendar.-single .calendar-wrap {
    flex-basis: 67%;
    max-width: 67%;
  }
  .calendar.-single .calendar-range {
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media only screen and (min-width:576px) {
  .calendar.-double {
    width: 700px;
  }
  .calendar.-double .calendar-wrap {
    flex-basis: 75%;
    max-width: 75%;
  }
  .calendar.-double .calendar-range {
    flex-basis: 25%;
    max-width: 25%;
  }
  .calendar.-double .month {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .calendar {
    padding-top: 3em;
    overflow: auto;
    max-height: 100vh;
    max-height: calc(var(--vh) * 100);
  }
}
@media only screen and (min-width:576px) {
  .calendar {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.calendar ul {
  list-style-type: none;
}
.calendar .calendar-head {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.calendar .calendar-head > h2 {
  display: none;
  margin-bottom: 0;
}
.calendar .calendar-head .icon.-clear, .calendar .calendar-head .accordion-header:not(.-button) .-clear.toggler, .accordion-header:not(.-button) .calendar .calendar-head .-clear.toggler, .calendar .calendar-head .-clear.accordion-header.-clickable:not(.-button):after {
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .calendar .calendar-head .icon.-clear, .calendar .calendar-head .accordion-header:not(.-button) .-clear.toggler, .accordion-header:not(.-button) .calendar .calendar-head .-clear.toggler, .calendar .calendar-head .-clear.accordion-header.-clickable:not(.-button):after {
    top: 0.25em;
    right: 0.25em;
  }
}
.calendar .calendar-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width:576px) {
  .calendar .calendar-wrap {
    flex-wrap: nowrap;
  }
}
.calendar .calendar-wrap .month {
  padding: 0.5em;
  flex-basis: 100%;
  max-width: 100%;
}
.calendar .calendar-wrap .month.-full {
  width: 100% !important;
}
.calendar .calendar-wrap .month .title {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5em;
}
.calendar .calendar-wrap .month .title .icon.-left, .calendar .calendar-wrap .month .title .accordion-header:not(.-button) .-left.toggler, .accordion-header:not(.-button) .calendar .calendar-wrap .month .title .-left.toggler, .calendar .calendar-wrap .month .title .-left.accordion-header.-clickable:not(.-button):after {
  margin-right: 0.75em;
}
.calendar .calendar-wrap .month .title .icon.-left:before, .calendar .calendar-wrap .month .title .accordion-header:not(.-button) .-left.toggler:before, .accordion-header:not(.-button) .calendar .calendar-wrap .month .title .-left.toggler:before {
  content: "chevron_left";
}
.calendar .calendar-wrap .month .title .icon.-right, .calendar .calendar-wrap .month .title .accordion-header:not(.-button) .-right.toggler, .accordion-header:not(.-button) .calendar .calendar-wrap .month .title .-right.toggler, .calendar .calendar-wrap .month .title .-right.accordion-header.-clickable:not(.-button):after {
  margin-left: 0.75em;
}
.calendar .calendar-wrap .month .title .icon.-right:before, .calendar .calendar-wrap .month .title .accordion-header:not(.-button) .-right.toggler:before, .accordion-header:not(.-button) .calendar .calendar-wrap .month .title .-right.toggler:before {
  content: "chevron_right";
}
.calendar .calendar-wrap .daynames {
  margin: 0;
  padding: 0.5em 0;
  display: flex;
  justify-content: space-between;
}
.calendar .calendar-wrap .daynames > li {
  width: 13.6%;
  color: #9A9A9A;
  font-size: 14px;
  text-align: center;
}
.calendar .calendar-wrap .days {
  margin: 0;
  padding: 0.5px 0;
  display: flex;
  justify-content: space-between;
}
.calendar .calendar-wrap .days > .day {
  width: 13.6%;
  color: #232F47;
  text-align: center;
  cursor: pointer;
  line-height: 2em;
  border-radius: 16px;
  flex-grow: 1;
}
.calendar .calendar-wrap .days > .day:hover {
  color: #D82317;
}
.calendar .calendar-wrap .days > .day.-disabled {
  pointer-events: none;
}
.calendar .calendar-wrap .days > .day.-selected {
  background: #D82317;
  color: #fff;
}
.calendar .calendar-wrap .days > .day.-selected.-start {
  border-radius: 1em 0 0 1em;
}
.calendar .calendar-wrap .days > .day.-selected.-end {
  border-radius: 0 1em 1em 0;
}
.calendar .calendar-wrap .days > .day.-selected.-single {
  border-radius: 1em !important;
}
.calendar .calendar-wrap .days > .day.-selected:hover {
  color: white;
}
.calendar .calendar-wrap .days > .day.-inrange {
  background: #D82317;
  color: #fff;
  border-radius: 0;
}
.calendar .calendar-wrap .days > .day.-inrange:last-child, .calendar .calendar-wrap .days > .day.-inrange.-end, .calendar .calendar-wrap .days > .day.-inrange.-last {
  background: linear-gradient(90deg, #D82317, white);
}
.calendar .calendar-wrap .days > .day.-inrange:first-child, .calendar .calendar-wrap .days > .day.-inrange.-start, .calendar .calendar-wrap .days > .day.-inrange.-first {
  background: linear-gradient(-90deg, #D82317, white);
}
.calendar .calendar-wrap .days > .day.-inrange:hover {
  color: white;
}
@media only screen and (min-width:576px) {
  .calendar .calendar-range {
    border-left: 1px solid #EEEEEE;
  }
}
.calendar .calendar-range.-full {
  width: 90%;
  padding: 2px;
  border-left: none;
  margin: -20px 0;
}
.calendar .calendar-presets {
  margin: 0;
  padding: 0;
  align-self: flex-end;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media only screen and (min-width:576px) {
  .calendar .calendar-presets {
    flex-direction: column;
    padding: 0 0.5em 0 1.5em;
  }
  .calendar .calendar-presets > .preset {
    line-height: 1.6;
    width: auto;
    display: block;
  }
}
.calendar .calendar-presets > .preset {
  cursor: pointer;
  font-size: var(--fs-small);
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .calendar .calendar-presets > .preset {
    padding-left: 0.25em;
    padding-right: 0.25em;
    display: none;
  }
}
@media only screen and (min-width:576px) {
  .calendar .calendar-presets > .preset {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
}
.calendar .calendar-presets > .preset:hover {
  color: #D82317;
}
.calendar .calendar-presets > .preset.-active {
  color: #D82317;
}

.accordion-header:not(.-button) {
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 16px;
  gap: 1rem;
  font-weight: 700;
}
.accordion-header:not(.-button).-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-header:not(.-button).-open .toggler:before {
  content: "keyboard_arrow_up";
}
.accordion-header:not(.-button).-clickable {
  cursor: pointer;
}
.accordion-header:not(.-button).-clickable.-open:after {
  content: "keyboard_arrow_up";
}
.accordion-header:not(.-button).-clickable:after {
  content: "keyboard_arrow_down";
  cursor: pointer;
  margin-left: auto;
  color: #232F47;
}
.accordion-header:not(.-button) .toggler {
  width: 40px;
  height: 40px;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 8px;
  cursor: pointer;
  margin-left: auto;
}
.accordion-header:not(.-button) .toggler:before {
  content: "keyboard_arrow_down";
}
.accordion-header:not(.-button) .details {
  flex-grow: 1;
}
.accordion-header:not(.-button).-first-elem-fixed-width > *:first-child {
  min-width: 330px;
}
@media only screen and (max-width: 991px) {
  .accordion-header:not(.-button).-first-elem-fixed-width {
    flex-wrap: wrap;
  }
  .accordion-header:not(.-button).-first-elem-fixed-width > *:first-child {
    min-width: 100%;
    width: 100%;
  }
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 16px;
  border: 0px solid #EEEEEE;
  background: #F5F5F5;
  transition: 0.2s ease-in-out;
}
.accordion-content > .accordion-content-inner {
  overflow: hidden;
}

.accordion-header.-open ~ .accordion-content {
  grid-template-rows: 1fr;
  padding: 16px 16px;
  border: 1px solid #EEEEEE;
  border-radius: 0 0 8px 8px;
  border-top: 0;
}
.accordion-header.-open ~ .accordion-content > .accordion-content-inner:hover {
  overflow: visible;
}

.accordion-header.-open.-button ~ .accordion-content {
  border-radius: 8px;
  border-top: 1px solid #EEEEEE;
}

.accordion-group {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 16px;
}

.attachments-wrapper {
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.attached {
  padding-bottom: 16px;
}
.attached .item {
  position: relative;
  background: #F9F9F9;
  padding: 0.5rem;
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}
.attached .item .icon.close-icon, .attached .item .close-icon.accordion-header.-clickable:not(.-button):after, .attached .item .accordion-header:not(.-button) .close-icon.toggler, .accordion-header:not(.-button) .attached .item .close-icon.toggler {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}
.attached .item.-more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.attached .item.-more .text {
  font-weight: 700;
  font-size: 14px;
}
.attached.-photos .item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.attached.-photos .item img {
  width: 100%;
  height: auto;
}
.attached.-photos .item .image-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.75);
  padding: 0.25rem 0.5rem;
}
.attached.-photos .item .image-details .file-title {
  font-weight: 700;
  font-size: 14px;
  word-break: break-word;
}
.attached.-photos .item .image-details .file-desc {
  font-size: 11px;
  color: #232F47;
}
.attached.-photos .item .image-details .link {
  font-size: 14px;
  color: #D82317;
  font-weight: 700;
}
.attached.-files .item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.5rem;
  border: 1px solid #192732;
  background: #FFFFFF;
  box-shadow: none;
}
.attached.-files .item .icon.close-icon, .attached.-files .item .close-icon.accordion-header.-clickable:not(.-button):after, .attached.-files .item .accordion-header:not(.-button) .close-icon.toggler, .accordion-header:not(.-button) .attached.-files .item .close-icon.toggler {
  position: relative;
  top: initial;
  right: initial;
}
.attached.-files .item .symbol {
  width: 40px;
  height: 40px;
  background: #D4D3DE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.attached.-files .item .file-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.attached.-files .item .file-details .file-title {
  font-weight: 700;
  font-size: 14px;
  word-break: break-word;
}
.attached.-files .item .file-details .file-desc {
  font-size: 12px;
  color: #9A9A9A;
}
.attached.-files .item .file-details .link {
  font-size: 14px;
  color: #D82317;
  font-weight: 700;
}

.upload-area .has-attachment {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  color: #43CC71;
  pointer-events: none;
}
.upload-area .title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.upload-area .title-block .icon, .upload-area .title-block .accordion-header:not(.-button).-clickable:after, .upload-area .title-block .accordion-header:not(.-button) .toggler, .accordion-header:not(.-button) .upload-area .title-block .toggler {
  font-size: 40px;
  width: 40px;
  height: 40px;
}
.upload-area .title-block .icon:before, .upload-area .title-block .accordion-header:not(.-button) .toggler:before, .accordion-header:not(.-button) .upload-area .title-block .toggler:before {
  font-size: 40px;
}
.upload-area > .inner, .upload-area > .datepicker-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 8px;
  border: 2px dashed #D4D3DE;
  padding: 1rem;
  position: relative;
}
.upload-area > .inner.dragged, .upload-area > .dragged.datepicker-wrapper {
  border-color: #D82317;
  background-color: rgba(216, 35, 23, 0.2);
}
.upload-area > .inner.active, .upload-area > .active.datepicker-wrapper {
  border-color: #43CC71;
  background-color: rgba(13, 210, 72, 0.1);
}

.attachments-wrapper.-altlook .upload-area .title-block {
  flex-direction: column;
}
