@charset "UTF-8";
/* Responsible breakpoints */
/* Default colors */
/* Hiba üzenetek */
/* Default project color - Kiemelésekhez használható az admin felületen */
/* default variables */
:root {
  --project-color-1: #000000;
  --project-color-2: #ffffff;
  --project-color-3: #60A917;
  --project-color-4: #007bff;
  --project-color-5: #cc181e;
  --project-color-6: #343434; }

/* Error message color */
/* Scrollbar szín*/
/****** BUTTONS *******/
/* Show me Button (telefonszám, email címeknél) */
/* Default button*/
/* Default button with arrow */
/* Secondary button */
/* more-button (pl. blog tovább link) */
/*************************************************/
/* Header kapcsolati adatok + social ikonok */
/* Header - logo '../../img/logo.png' ezt a fájlt kell felülírni */
/* Header - top menü */
/* Header - kereső */
/* Oldalsó badget */
/* ikonkat adminon a promociókban lehet feltölteni Főoldal > Badget */
/* MOBIL MENU */
/* Footer + social ikonok */
/* footer logo - ezt kell felülíri FTP-n ../../img/logo_footer.png */
/******** HOME ********/
/* Top Slider */
/* CTA box - Ajánlatkérés */
/* Előnyök promo */
/*
ikonokat adminon lehet feltölteni promókban Főoldal > Előnyök - 4-s promo(ikonos)
Ha ugyanazon a néven vannak akkor FTP-n célszerű felrakni
*/
/* Szolgáltatásaink - 6-os promo csempe */
/*
ikonokat adminon lehet feltölteni promókban Főoldal > 6-os promo csempe - Szolgáltatások
Ha ugyanazon a néven vannak akkor FTP-n célszerű felrakni
*/
/* Kiemelt termékek */
/* CTA box - Kapcsolatfelvétel */
/* Promo - Számokban */
/* Rólunk doboz */
/* Kiemelt szolgáltatás doboz */
/* Dupla doboz */
/*
ikonokat adminon lehet feltölteni promókban Főoldal > két doboz
Ha ugyanazon a néven vannak akkor FTP-n célszerű felrakni
*/
/* Friss blogbejegyzések */
/* Hogyan dolgozunk Slick Carousel promo */
/* Rólunk mondták Trustindex */
/*************************************************/
/******** PAGES ********/
/* Szöveges oldal alján lévő form */
/* Breadcrumb */
/* Default List - li, ol*/
/* Aside */
/* Form */
/* Placeholder */
/* Kapcsolat oldal */
/* Cikkek - lista */
/* Cikkek - csempe */
/* Lapozó (Pager) */
/* Viszonteladók, partnerek oldal */
/* Termék kategória csempe oldal */
/* termékkártya */
/* termékkártya - készlet státusz
státusz: 1 (Raktárról azonnal)
státusz: 2 (Rendelésre)
*/
/* Termék lista oldal bal oldali szűrő */
/* Termék oldal */
/******* Default ******/
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("../../fonts/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap; }

/*@font-face{
  font-family:"Inter";
  src: local("Inter"), url("../../fonts/InterVariable-Italic.woff2") format("woff2");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}*/
/*
Light
font-weight: 300;

Regular
font-weight: 400;

Medium
font-weight: 500;

SemiBold
font-weight: 600;

Bold
font-weight: 700;

Extra Bold
font-weight: 800;

Black
font-weight: 900;
*/
html, body {
  color: #10365d;
  background: #fff;
  position: relative;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px; }

#nova-container {
  max-width: 1920px;
  margin: 0 auto; }

/* Scrollbar */
body::-webkit-scrollbar {
  width: 4px;
  height: 8px; }

body::-webkit-scrollbar-track {
  background: #CCC; }

body::-webkit-scrollbar-thumb {
  background: #19376d; }

/* Scrollbar end */
html {
  overflow-y: scroll; }

a {
  color: #728fad;
  text-decoration: underline;
  transition: all .3s; }
  a:hover {
    color: #0c2845; }

.main-block {
  margin-top: 3px; }

.replace-column {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .replace-column {
      flex-direction: row; } }

.kezdolap {
  z-index: 8;
  max-width: 1920px;
  margin: 0 auto; }

@media (min-width: 1200px) {
  .main-block-content {
    padding-top: 151px; } }

h1, .h1 {
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 20px 0;
  margin: 0; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 26px;
      padding-bottom: 26px; } }

h2, .h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.2; }

h3, .h3 {
  padding-bottom: 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2; }

h4, .h4 {
  padding-bottom: 10px;
  margin: 0;
  font-size: 18px;
  font-weight: 700; }

h5, h6 {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 700; }

img {
  max-width: 100%; }

/* Project default color */
.project-color-1 {
  color: #19376d; }

.project-color-2 {
  color: #2d2d3b; }

/* Animated CSS */
.animated.delay-0s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.animated.delay-1s {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important; }

.animated.delay-2s {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important; }

.animated.delay-3s {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important; }

.animated.delay-4s {
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important; }

.animated.delay-half {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

/********************************************************/
/* 404 error page */
.custom-404 .error-title {
  background: transparent url("../../img/404.png") no-repeat;
  padding: 36px 0 77px 195px;
  margin-top: 30px; }

.row-reverse {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .row-reverse {
      flex-direction: row; } }

/* Lightbox */
.lb-nav a.lb-next, .lb-nav a.lb-prev {
  opacity: 1; }

.error-red {
  color: #913030; }

.error-green {
  color: green; }

/* Headerben lévő social linkek amit adminon lehet beállítani */
.social-icons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  .social-icons-list li:first-child a {
    margin-left: 0; }
  .social-icons-list li:last-child a {
    margin-right: 0; }
  .social-icons-list a {
    display: block;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 4px; }
    .social-icons-list a#facebook {
      background-image: url("../../img/icons/social-fb.png"); }
    .social-icons-list a#pinterest {
      background-image: url("../../img/icons/social-pinterest.png"); }
    .social-icons-list a#instagram {
      background-image: url("../../img/icons/social-insta.png"); }
    .social-icons-list a#tiktok {
      background-image: url("../../img/icons/social-tiktok.png"); }
    .social-icons-list a#youtube {
      background-image: url("../../img/icons/social-fb.png"); }

/* Badget */
.badget-container {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .badget-container {
      display: flex; } }
  .badget-container .badget-block {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 8px 50%;
    padding: 5px 5px 5px 30px;
    transition: all .3s; }

#footer-badget {
  position: fixed;
  bottom: 0;
  z-index: 101;
  height: 45px;
  width: 100%;
  display: none; }
  @media (min-width: 1200px) {
    #footer-badget {
      display: none; } }
  #footer-badget .badget-container {
    flex-direction: row; }
  #footer-badget .badget-block {
    padding: 0;
    min-height: 45px;
    width: 100%;
    background-color: #CCC;
    background-position: 50% 50%; }
    #footer-badget .badget-block .title {
      display: none; }
    #footer-badget .badget-block:nth-child(2) {
      background-color: yellow; }
    #footer-badget .badget-block:nth-child(3) {
      background-color: red; }

#nova-menu .badget-container {
  display: none; }

#header-menu {
  background-color: white;
  width: 100%;
  max-width: 1920px;
  /* Header kapcsolati adatok + social ikonok */
  /* Badget */ }
  @media (min-width: 1200px) {
    #header-menu {
      position: fixed;
      top: 0;
      z-index: 101;
      height: 151px;
      display: flex;
      flex-direction: column; } }
  #header-menu #header-contact-line {
    display: none; }
    @media (min-width: 992px) {
      #header-menu #header-contact-line {
        display: block;
        background-color: #10365d;
        color: white;
        font-size: 12px;
        line-height: 1;
        padding: 5px 0; } }
    #header-menu #header-contact-line a {
      text-decoration: none;
      color: white; }
      #header-menu #header-contact-line a:hover {
        transition: .3s;
        color: #CCC; }
    #header-menu #header-contact-line .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 33px; }
    #header-menu #header-contact-line #contact-line {
      display: flex;
      align-items: center; }
      #header-menu #header-contact-line #contact-line .contact-block {
        position: relative;
        background-repeat: no-repeat;
        background-position: 0 50%;
        padding-left: 20px;
        margin-right: 23px; }
        #header-menu #header-contact-line #contact-line .contact-block.mail {
          background-image: url("../../img/icons/contact-mail.png"); }
        #header-menu #header-contact-line #contact-line .contact-block.phone {
          background-image: url("../../img/icons/contact-phone.png"); }
    #header-menu #header-contact-line .social-icons-list {
      display: none; }
    #header-menu #header-contact-line #search-block {
      display: none; }
      @media (min-width: 992px) {
        #header-menu #header-contact-line #search-block {
          display: block; } }
      #header-menu #header-contact-line #search-block form {
        display: flex;
        position: relative; }
      #header-menu #header-contact-line #search-block input[type="search"] {
        font-size: 0.8rem;
        display: inline-block;
        width: 180px;
        height: 32px;
        border-radius: 5px 0 0 5px;
        position: relative;
        border: none;
        background-color: #ccc; }
        #header-menu #header-contact-line #search-block input[type="search"]::-webkit-input-placeholder {
          color: #10365d;
          font-size: 0.8rem;
          font-weight: 500; }
        #header-menu #header-contact-line #search-block input[type="search"]:-moz-placeholder {
          color: #10365d;
          font-size: 0.8rem;
          font-weight: 500; }
        #header-menu #header-contact-line #search-block input[type="search"]::-moz-placeholder {
          color: #10365d;
          font-size: 0.8rem;
          font-weight: 500; }
        #header-menu #header-contact-line #search-block input[type="search"]:-ms-input-placeholder {
          color: #10365d;
          font-size: 0.8rem;
          font-weight: 500; }
        #header-menu #header-contact-line #search-block input[type="search"]:focus, #header-menu #header-contact-line #search-block input[type="search"]:active {
          outline: none; }
      #header-menu #header-contact-line #search-block button[type="submit"] {
        display: inline-block;
        width: 33px;
        height: 32px;
        border: none;
        border-radius: 0 5px 5px 0;
        background-image: url("../../img/icons/zoom.png");
        background-color: #ccc;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        margin: 0;
        outline: 0; }
      #header-menu #header-contact-line #search-block .search-block-result {
        position: absolute;
        right: 0;
        top: 29px;
        background-color: #ccc;
        font-size: 0.8rem;
        width: 213px;
        padding: 10px 10px 5px 10px;
        z-index: 10;
        display: none;
        border-radius: 0 0 5px 5px; }
        #header-menu #header-contact-line #search-block .search-block-result .search-results a {
          color: #10365d; }
        #header-menu #header-contact-line #search-block .search-block-result .search-results .search-results-row {
          display: flex;
          justify-content: center;
          text-decoration: none;
          transition: background 0.3s;
          width: 100%;
          flex-direction: column;
          padding-top: 10px;
          line-height: 1.2; }
          #header-menu #header-contact-line #search-block .search-block-result .search-results .search-results-row .result-contentname {
            text-align: left; }
          #header-menu #header-contact-line #search-block .search-block-result .search-results .search-results-row .result-productname {
            padding: 5px 0; }
        #header-menu #header-contact-line #search-block .search-block-result p.notfound {
          padding-left: 10px; }
        #header-menu #header-contact-line #search-block .search-block-result .search-more {
          padding-right: 10px;
          padding-bottom: 10px;
          padding-top: 10px;
          text-align: right; }
  #header-menu #header-menu-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    /* kitölti a maradék helyet */
    padding: 10px 0; }
    @media (min-width: 1200px) {
      #header-menu #header-menu-line {
        padding: 0; } }
    #header-menu #header-menu-line .container {
      display: flex;
      align-items: center; }
    #header-menu #header-menu-line .header-left .logo {
      display: inline-block; }
      #header-menu #header-menu-line .header-left .logo img {
        max-width: 260px; }
        @media (min-width: 1200px) {
          #header-menu #header-menu-line .header-left .logo img {
            max-width: 350px; } }
    #header-menu #header-menu-line .header-right {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      position: relative; }
      @media (min-width: 1200px) {
        #header-menu #header-menu-line .header-right {
          flex-grow: 1;
          flex-shrink: 0;
          flex-basis: 0;
          padding-right: 54px; } }
      #header-menu #header-menu-line .header-right .navigation {
        display: none; }
        @media (min-width: 1200px) {
          #header-menu #header-menu-line .header-right .navigation {
            display: flex;
            width: 100%;
            justify-content: flex-end; }
            #header-menu #header-menu-line .header-right .navigation li {
              flex: 0 1 auto; }
              #header-menu #header-menu-line .header-right .navigation li.active a {
                color: #CCC;
                text-decoration: none; }
              #header-menu #header-menu-line .header-right .navigation li a {
                color: #10365d;
                font-weight: 700;
                font-size: 15px;
                transition: all .3s;
                padding: 0 13px 4px 13px; }
                #header-menu #header-menu-line .header-right .navigation li a:hover {
                  color: #CCC;
                  text-decoration: none; }
              #header-menu #header-menu-line .header-right .navigation li:last-child a {
                padding-right: 0; } }
        #header-menu #header-menu-line .header-right .navigation .navigation-menu {
          display: flex;
          list-style: none;
          margin: 0;
          padding: 0; }
          @media (min-width: 992px) {
            #header-menu #header-menu-line .header-right .navigation .navigation-menu {
              display: flex; } }
          #header-menu #header-menu-line .header-right .navigation .navigation-menu a {
            text-decoration: none; }
          #header-menu #header-menu-line .header-right .navigation .navigation-menu li:hover .dropdown-menu {
            opacity: 1; }
          #header-menu #header-menu-line .header-right .navigation .navigation-menu .dropdown-menu {
            opacity: 0;
            position: absolute;
            list-style: none;
            margin: 0;
            padding: 0;
            transition: all .5s; }
            #header-menu #header-menu-line .header-right .navigation .navigation-menu .dropdown-menu li a {
              color: #000;
              background-color: #ccc;
              font-weight: normal;
              display: block; }
              #header-menu #header-menu-line .header-right .navigation .navigation-menu .dropdown-menu li a:hover {
                background-color: #ccc; }
            #header-menu #header-menu-line .header-right .navigation .navigation-menu .dropdown-menu li:hover .dropdown-menu-inner {
              opacity: 1; }
            #header-menu #header-menu-line .header-right .navigation .navigation-menu .dropdown-menu .dropdown-menu-inner {
              opacity: 0;
              list-style: none;
              margin: 0;
              padding: 0 0 0 20px;
              background-color: #ccc;
              transition: all .6s; }
              #header-menu #header-menu-line .header-right .navigation .navigation-menu .dropdown-menu .dropdown-menu-inner li a {
                color: #ccc;
                background-color: #ccc; }
      #header-menu #header-menu-line .header-right .header-other {
        display: none; }
        @media (min-width: 1200px) {
          #header-menu #header-menu-line .header-right .header-other {
            width: auto;
            right: 0;
            position: absolute;
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            align-items: flex-start; } }
        #header-menu #header-menu-line .header-right .header-other #langselect-arrow {
          margin: 7px 0 0 0;
          display: inline-block;
          width: 8px;
          height: 8px;
          border-right: 3px solid #7f7f7f;
          border-bottom: 3px solid #7f7f7f;
          transform: rotate(45deg);
          border-radius: 2px;
          /* lekerekített sarok */
          transition: all, .3s;
          cursor: pointer; }
          #header-menu #header-menu-line .header-right .header-other #langselect-arrow.open {
            transform: rotateX(180deg); }
        #header-menu #header-menu-line .header-right .header-other .languages {
          display: none; }
          @media (min-width: 992px) {
            #header-menu #header-menu-line .header-right .header-other .languages {
              list-style-type: none;
              margin: 0 0 0 12px;
              padding: 0;
              display: flex;
              flex-direction: column;
              position: relative; }
              #header-menu #header-menu-line .header-right .header-other .languages li {
                display: none;
                padding: 0 5px;
                color: #7f7f7f;
                font-weight: bold;
                text-transform: uppercase;
                cursor: pointer; }
                #header-menu #header-menu-line .header-right .header-other .languages li a {
                  display: block;
                  color: #7f7f7f; }
                  #header-menu #header-menu-line .header-right .header-other .languages li a:hover {
                    text-decoration: none; }
                #header-menu #header-menu-line .header-right .header-other .languages li.active {
                  display: block; }
                #header-menu #header-menu-line .header-right .header-other .languages li.show {
                  display: block; } }
        #header-menu #header-menu-line .header-right .header-other #loginblock {
          margin-right: 5px;
          position: relative; }
          #header-menu #header-menu-line .header-right .header-other #loginblock #loginblock-container {
            display: none;
            z-index: 111;
            position: absolute;
            top: 23px;
            right: 0;
            width: 200px; }
            #header-menu #header-menu-line .header-right .header-other #loginblock #loginblock-container a {
              display: block; }
          #header-menu #header-menu-line .header-right .header-other #loginblock .headerbutton span {
            display: inline-block; }
            @media (min-width: 992px) {
              #header-menu #header-menu-line .header-right .header-other #loginblock .headerbutton span {
                display: none; } }
        #header-menu #header-menu-line .header-right .header-other #cartBlock a {
          color: white; }
        #header-menu #header-menu-line .header-right .header-other #cartBlock #cartCount {
          display: inline-block;
          position: absolute;
          top: -13px;
          right: -23px;
          opacity: 0;
          transition: all, .3s; }
          #header-menu #header-menu-line .header-right .header-other #cartBlock #cartCount.show {
            opacity: 1; }
    #header-menu #header-menu-line .header-mobile {
      display: flex;
      align-items: center; }
      #header-menu #header-menu-line .header-mobile button {
        outline: none;
        background: transparent;
        border: none; }
      @media (min-width: 1200px) {
        #header-menu #header-menu-line .header-mobile {
          display: none; } }
  #header-menu .badget-container {
    display: none;
    position: fixed;
    width: 150px;
    top: 255px;
    right: 0;
    transform: translateX(73%);
    z-index: 100; }
    @media (min-width: 1200px) {
      #header-menu .badget-container {
        display: flex; } }
    #header-menu .badget-container .badget-block {
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      background-color: #10365d;
      color: white;
      padding: 8px 5px 7px 40px;
      margin-bottom: 5px; }
      #header-menu .badget-container .badget-block:hover {
        transform: translateX(-73%); }

/* Mobil menü */
.hamburger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 5px 0 0 0;
  overflow: visible; }

.hamburger-box {
  width: 40px;
  height: 20px;
  display: inline-block; }
  .hamburger-box:hover, .hamburger-box:focus, .hamburger-box:active {
    outline: none; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  outline: none; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 27px;
  height: 3px;
  background-color: #10365d;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -5px; }

.hamburger-inner::after {
  bottom: -5px; }

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.15s 0.4s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 17px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -17px, 0) rotate(-270deg);
  transition-delay: 0.1s; }

.mobile-search {
  margin-right: 5px; }

/**** BUTTON ***/
button {
  outline: none; }

/* BUTTON */
.button {
  /*blue button */
  border: none;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
  position: relative;
  text-decoration: none;
  transition: all, .3s;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 23px;
  border-radius: 5px;
  border: 1px solid #10365d;
  color: white;
  background-color: #10365d; }
  .button:hover {
    text-decoration: none;
    outline: none; }
  .button:active, .button :focus {
    outline: none; }
  .button:hover, .button:active {
    color: #1a3149;
    background: #ccc0b1;
    border: 1px solid #ccc0b1; }

.button-secondary {
  border: none;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
  position: relative;
  text-decoration: none;
  transition: all, .3s;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 23px;
  border-radius: 5px;
  border: 1px solid #10365d;
  color: white;
  background-color: #10365d;
  border: 1px solid #ccc0b1;
  color: #1a3149;
  background-color: #ccc0b1; }
  .button-secondary:hover {
    text-decoration: none;
    outline: none; }
  .button-secondary:active, .button-secondary :focus {
    outline: none; }
  .button-secondary:hover, .button-secondary:active {
    color: #1a3149;
    background: #ccc0b1;
    border: 1px solid #ccc0b1; }
  .button-secondary:hover, .button-secondary:active {
    color: #1a3149;
    background: white;
    border: 1px solid #1a3149; }

.button-arrow {
  border: none;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
  position: relative;
  text-decoration: none;
  transition: all, .3s;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 23px;
  border-radius: 5px;
  border: 1px solid #10365d;
  color: white;
  background-color: #10365d; }
  .button-arrow:hover {
    text-decoration: none;
    outline: none; }
  .button-arrow:active, .button-arrow :focus {
    outline: none; }
  .button-arrow:hover, .button-arrow:active {
    color: #1a3149;
    background: #ccc0b1;
    border: 1px solid #ccc0b1; }
  .button-arrow:after {
    content: '';
    display: block;
    width: 11px;
    height: 9px;
    margin-left: 11px;
    background-image: url("../../img/icons/button-arrow.png");
    background-repeat: no-repeat; }
  .button-arrow:hover:after {
    background-image: url("../../img/icons/button-arrow-hover.png"); }

/* Telefonszám, e-mail cím megmutatása kapcsolat oldal */
.show-me-button {
  transition: all, .3s;
  position: relative;
  border: none;
  border-bottom: 1px solid #728fad;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  background-color: #10365d;
  color: #728fad;
  padding: 3px 0 2px 2px;
  margin-left: -14px;
  line-height: 1; }
  .show-me-button:before {
    content: '...';
    color: white;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -20px;
    background-color: #10365d;
    padding: 5px 5px 0 5px; }
  .show-me-button:active, .show-me-button :focus {
    outline: none; }
  .show-me-button.hide {
    opacity: 0;
    transition: all, .3s; }
  .show-me-button:hover {
    color: #ccc0b1;
    border-color: #ccc0b1; }
    .show-me-button:hover:before {
      color: #ccc0b1; }

.more-button {
  color: #172e60;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid #172e60;
  padding-bottom: 4px; }
  .more-button:hover {
    color: #ccc0b1;
    border-color: #ccc0b1; }

/* kosár oldal */
.button-delete {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none !important;
  outline: none;
  color: #913030;
  border: 2px solid #913030;
  border-radius: 25px;
  background: transparent;
  padding: 0;
  text-align: center;
  transition: background .5s; }
  .button-delete:hover {
    color: #fff;
    background: #913030; }

footer[role="contentinfo"] {
  width: 100%;
  position: relative;
  background: #10365d;
  color: white;
  padding: 30px 0;
  font-size: 14px; }
  @media (min-width: 992px) {
    footer[role="contentinfo"] {
      padding: 27px 0 31px 0; } }
  footer[role="contentinfo"] a:not(.button) {
    color: white;
    text-decoration: none; }
    footer[role="contentinfo"] a:not(.button):hover, footer[role="contentinfo"] a:not(.button).active {
      text-decoration: none;
      color: #ccc0b1; }
  footer[role="contentinfo"] .show-me-button {
    border-color: #728fad;
    background-color: #10365d;
    color: #728fad; }
    footer[role="contentinfo"] .show-me-button:before {
      color: #728fad;
      background-color: #10365d; }
    footer[role="contentinfo"] .show-me-button:hover {
      color: #ccc0b1;
      border-color: #ccc0b1; }
      footer[role="contentinfo"] .show-me-button:hover:before {
        color: #ccc0b1; }
  footer[role="contentinfo"] #footer-logo {
    display: block;
    margin: 20px 0 0 0; }
    @media (min-width: 992px) {
      footer[role="contentinfo"] #footer-logo {
        margin: 0; } }
  footer[role="contentinfo"] #footer-logo-container a {
    display: inline-block;
    margin-right: 20px; }
  footer[role="contentinfo"] .copyright {
    padding: 16px 0 11px 0; }
    footer[role="contentinfo"] .copyright a {
      display: block;
      font-weight: bold; }
  footer[role="contentinfo"] #footer-contact-line {
    padding: 13px 0 21px 0; }
    footer[role="contentinfo"] #footer-contact-line .contact-block {
      padding: 3px 0 3px 0; }
  footer[role="contentinfo"] .social-icons-list a#facebook {
    background-image: url("../../img/icons/social-fb-2.png"); }
  footer[role="contentinfo"] .social-icons-list a#pinterest {
    background-image: url("../../img/icons/social-pinterest-2.png"); }
  footer[role="contentinfo"] .social-icons-list a#instagram {
    background-image: url("../../img/icons/social-insta-2.png"); }
  footer[role="contentinfo"] .social-icons-list a#tiktok {
    background-image: url("../../img/icons/social-tiktok-2.png"); }
  footer[role="contentinfo"] .social-icons-list a#youtube {
    background-image: url("../../img/icons/social-fb-2.png"); }
  footer[role="contentinfo"] .footer-menu {
    margin: 0;
    padding: 0; }
    @media (min-width: 992px) {
      footer[role="contentinfo"] .footer-menu {
        margin: 14px 0 0 0; } }
    footer[role="contentinfo"] .footer-menu li {
      list-style: none;
      padding-left: 0;
      padding-top: 6px;
      padding-bottom: 6px;
      line-height: 1.2; }
  footer[role="contentinfo"] #company-motto {
    font-size: 12px;
    line-height: 1.2;
    color: white;
    margin: 10px 0 0 0; }

.mobile-menu {
  transition: right 0.4s ease !important;
  z-index: 1 !important;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 1.1rem; }
  @media (min-width: 992px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu a {
    color: #000;
    text-decoration: none !important; }
  .mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mobile-menu.open {
    right: 0px !important; }
  .mobile-menu .mobile-menu-productcategory ul {
    display: none; }
    .mobile-menu .mobile-menu-productcategory ul.open {
      display: block; }
  .mobile-menu .mobile-menu-productcategory .categoryList .menu-block {
    display: flex; }
    .mobile-menu .mobile-menu-productcategory .categoryList .menu-block .mobil-menu-icon:before {
      content: "+";
      font-size: 1.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 30px;
      color: white;
      border-left: 1px solid rgba(0, 0, 0, 0.2);
      transition: all .3s; }
    .mobile-menu .mobile-menu-productcategory .categoryList .menu-block .mobil-menu-icon.isOpen:before {
      content: "-"; }
  .mobile-menu .mobile-menu-productcategory .categoryList li {
    background: #10365d;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .mobile-menu .mobile-menu-productcategory .categoryList li a {
      display: block;
      width: 100%;
      color: white !important;
      padding: 7px 15px;
      border: none; }
    .mobile-menu .mobile-menu-productcategory .categoryList li li {
      background: #091d31; }
      .mobile-menu .mobile-menu-productcategory .categoryList li li a {
        padding-left: 20px; }
      .mobile-menu .mobile-menu-productcategory .categoryList li li li {
        background: #010306; }
        .mobile-menu .mobile-menu-productcategory .categoryList li li li a {
          padding-left: 25px; }
        .mobile-menu .mobile-menu-productcategory .categoryList li li li li {
          background: black; }
          .mobile-menu .mobile-menu-productcategory .categoryList li li li li a {
            padding-left: 30px; }
          .mobile-menu .mobile-menu-productcategory .categoryList li li li li li {
            background: black; }
            .mobile-menu .mobile-menu-productcategory .categoryList li li li li li a {
              padding-left: 35px; }
            .mobile-menu .mobile-menu-productcategory .categoryList li li li li li li {
              background: black; }
              .mobile-menu .mobile-menu-productcategory .categoryList li li li li li li a {
                padding-left: 40px; }
  .mobile-menu .bottom .menu-title {
    margin: 10px 0;
    display: block;
    padding: 0 0 0 15px; }
  .mobile-menu .bottom #loginblock a {
    text-decoration: none;
    display: block;
    padding: 7px 0 7px 15px;
    border-bottom: 1px solid #000; }
    .mobile-menu .bottom #loginblock a .fa-user {
      opacity: .5; }
  .mobile-menu .bottom #langselector-container .languages {
    display: flex;
    flex-direction: row;
    padding: 0 0 0 15px; }
    .mobile-menu .bottom #langselector-container .languages li {
      margin-right: 10px; }
      .mobile-menu .bottom #langselector-container .languages li a {
        text-decoration: none; }
  .mobile-menu .bottom #langselector-container #langselect-arrow {
    display: none; }

/******* Mainpage/Home ******/
.home-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  display: block; }
  @media (min-width: 992px) {
    .home-title {
      font-size: 26px; } }
  .home-title strong {
    font-weight: bold;
    display: block; }

.home-widget {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .home-widget {
      padding: 45px 0; } }

/* Top slider */
#home-slider {
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    #home-slider {
      padding-bottom: 0; } }
  @media (min-width: 1200px) {
    #home-slider {
      margin-top: 151px; } }
  #home-slider .carousel-inner .carousel-item .carousel-caption {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    text-align: left;
    color: #10365d; }
    @media (min-width: 992px) {
      #home-slider .carousel-inner .carousel-item .carousel-caption {
        position: absolute;
        top: 20%;
        width: 100%;
        color: white; } }
    #home-slider .carousel-inner .carousel-item .carousel-caption .title {
      font-weight: 800;
      font-size: 28px;
      line-height: 1; }
      @media (min-width: 1200px) {
        #home-slider .carousel-inner .carousel-item .carousel-caption .title {
          font-size: 44px; } }
    #home-slider .carousel-inner .carousel-item .carousel-caption .subtitle {
      margin: 12px 0 16px 0;
      line-height: 1.3; }
      @media (min-width: 992px) {
        #home-slider .carousel-inner .carousel-item .carousel-caption .subtitle {
          font-size: 17px; } }
  #home-slider .carousel-control-next, #home-slider .carousel-control-prev {
    display: none; }
  #home-slider .carousel-indicators {
    display: block;
    margin: 0;
    bottom: 5%; }
    @media (min-width: 992px) {
      #home-slider .carousel-indicators {
        bottom: 15%; } }
    #home-slider .carousel-indicators .container {
      display: flex;
      align-items: center;
      justify-content: left; }
    #home-slider .carousel-indicators [data-bs-target] {
      width: 6px;
      height: 6px;
      border-radius: 10px;
      border: 1px solid white;
      opacity: 1; }
      #home-slider .carousel-indicators [data-bs-target].active {
        width: 10px;
        height: 10px;
        background-color: #1a3149;
        border-color: #1a3149; }

/* CTA box - Ajánlatkérés */
#cta-request-quote {
  background-color: #10365d;
  color: white; }
  #cta-request-quote .home-title {
    margin-bottom: 3px; }
  @media (min-width: 992px) {
    #cta-request-quote .container {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media (min-width: 992px) {
    #cta-request-quote .container .cta-container {
      width: 50%; } }

/* Előnyök promo */
#advantages-promo {
  background-color: #ccc0b1; }
  #advantages-promo .promo-block-parent {
    display: grid;
    gap: 15px 0; }
    @media (min-width: 768px) {
      #advantages-promo .promo-block-parent {
        grid-template-columns: repeat(4, 1fr); } }
    #advantages-promo .promo-block-parent .promo-block {
      text-align: center;
      font-weight: 500;
      line-height: 1.2;
      padding: 0 20px;
      color: #796a57;
      border-bottom: 2px solid #d6cdc1; }
      @media (min-width: 768px) {
        #advantages-promo .promo-block-parent .promo-block {
          border-bottom: none;
          border-right: 2px solid #d6cdc1; } }
      #advantages-promo .promo-block-parent .promo-block .img-container {
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px; }
      #advantages-promo .promo-block-parent .promo-block .title {
        font-weight: 700;
        font-size: 16px;
        color: white;
        margin-bottom: 9px; }
      #advantages-promo .promo-block-parent .promo-block p {
        font-size: 14px; }
      #advantages-promo .promo-block-parent .promo-block:last-child {
        border: none; }

/* Főoldal > 6-os promo csempe promo illetve a szolgáltatás oldal is alapból így jelenik meg */
.promo-6-csempe {
  background-color: #e9ecf3; }
  @media (min-width: 992px) {
    .promo-6-csempe {
      padding-bottom: 46px; } }
  .promo-6-csempe .home-title {
    margin-bottom: 20px;
    text-align: center;
    color: #014839; }
    @media (min-width: 992px) {
      .promo-6-csempe .home-title {
        margin-bottom: 30px; } }
  .promo-6-csempe .promo-block-parent {
    display: grid;
    gap: 30px 30px; }
    @media (min-width: 768px) {
      .promo-6-csempe .promo-block-parent {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 992px) {
      .promo-6-csempe .promo-block-parent {
        grid-template-columns: repeat(3, 1fr); } }
    .promo-6-csempe .promo-block-parent .promo-block {
      background-color: white;
      color: #728fad;
      border-radius: 5px;
      padding: 30px 40px 30px 40px;
      display: block;
      text-decoration: none;
      transition: all, .3s; }
      .promo-6-csempe .promo-block-parent .promo-block .image-container {
        display: flex;
        align-items: center;
        height: 40px;
        background-repeat: no-repeat;
        background-position: 0 50%; }
        .promo-6-csempe .promo-block-parent .promo-block .image-container img {
          transition: all, .3s; }
      .promo-6-csempe .promo-block-parent .promo-block .title {
        font-weight: bold;
        font-size: 22px;
        color: #10365d;
        display: inline-block;
        margin: 8px 0 10px 0;
        line-height: 1;
        transition: all, .3s; }
      .promo-6-csempe .promo-block-parent .promo-block .promo-block-desc p {
        margin: 0;
        line-height: 1.3;
        font-size: 14px; }
      .promo-6-csempe .promo-block-parent .promo-block:hover {
        background-color: #10365d;
        color: white; }
        .promo-6-csempe .promo-block-parent .promo-block:hover .title {
          color: white; }
        .promo-6-csempe .promo-block-parent .promo-block:hover img {
          display: none; }
  .promo-6-csempe footer {
    text-align: center;
    padding-top: 30px; }
    @media (min-width: 992px) {
      .promo-6-csempe footer {
        padding-top: 43px; } }

/* CTA box - Kapcsolatfelvétel */
#cta-contact {
  background-color: #10365d;
  color: white;
  text-align: center; }
  #cta-contact .home-title {
    margin-bottom: 10px; }
  @media (min-width: 1200px) {
    #cta-contact .cta-container {
      padding: 0 100px; } }
  @media (min-width: 992px) {
    #cta-contact p {
      font-size: 16px; } }
  #cta-contact footer {
    margin-top: 6px; }

/* Promo - Számokban */
#promo-numbers {
  background-color: #ccc0b1;
  color: #796a57;
  text-align: center; }
  #promo-numbers .home-title {
    color: white;
    font-size: 29px; }
  #promo-numbers .promo-block-parent {
    display: grid;
    gap: 30px 0;
    margin-top: 27px; }
    @media (min-width: 992px) {
      #promo-numbers .promo-block-parent {
        grid-template-columns: repeat(4, 1fr); } }
    #promo-numbers .promo-block-parent .promo-block {
      padding: 0 40px 20px 40px;
      display: block;
      border-bottom: 2px solid #d6cdc1; }
      @media (min-width: 768px) {
        #promo-numbers .promo-block-parent .promo-block {
          padding: 0 40px 0 40px;
          border-bottom: none;
          border-right: 2px solid #d6cdc1; } }
      #promo-numbers .promo-block-parent .promo-block:last-child {
        border: none; }
      #promo-numbers .promo-block-parent .promo-block .title {
        font-weight: bold;
        font-size: 32px;
        color: white;
        display: inline-block;
        margin: 8px 0 5px 0;
        line-height: 1; }
        @media (min-width: 768px) {
          #promo-numbers .promo-block-parent .promo-block .title {
            font-size: 40px; } }
      #promo-numbers .promo-block-parent .promo-block .promo-block-desc p {
        font-weight: 500;
        margin: 0;
        line-height: 1.3; }

/* Rólunk, kiemelt szolgáltatások doboz közös tulajdonságai */
.image-text {
  background-position: 50% 0;
  padding: 30px 0; }
  @media (min-width: 992px) {
    .image-text {
      display: flex;
      align-items: center;
      padding: 0;
      min-height: 503px; } }
  @media (max-width: 992px) {
    .image-text {
      background-image: none !important; } }
  .image-text .home-title {
    margin: 20px 0 0 0; }
    @media (min-width: 992px) {
      .image-text .home-title {
        margin: 0 0 14px 0; } }
  @media (min-width: 992px) {
    .image-text img {
      display: none; } }
  @media (min-width: 992px) {
    .image-text p {
      font-size: 16px; } }

/* Rólunk doboz */
#about-us-box {
  background-color: white;
  color: #10365d; }
  #about-us-box .home-title {
    color: #10365d; }
  @media (min-width: 992px) {
    #about-us-box .call-to-action-container {
      padding-left: 60px; } }
  @media (min-width: 1200px) {
    #about-us-box .call-to-action-container {
      padding-left: 96px; } }

/* Kiemelt szolgáltatás doboz */
#our-featured-services {
  background-color: white;
  color: #10365d;
  padding: 0 0 30px 0; }
  #our-featured-services .home-title {
    color: #10365d; }
  @media (min-width: 992px) {
    #our-featured-services .call-to-action-container {
      padding-right: 60px; } }
  @media (min-width: 1200px) {
    #our-featured-services .call-to-action-container {
      padding-right: 96px; } }

/* Dupla doboz */
#promo-double {
  background-color: #10365d;
  color: white; }
  #promo-double .home-title {
    text-align: center;
    margin-bottom: 28px; }
  #promo-double .promo-block-parent {
    display: grid;
    gap: 30px 30px;
    color: #728fad; }
    @media (min-width: 992px) {
      #promo-double .promo-block-parent {
        grid-template-columns: repeat(2, 1fr); } }
  #promo-double .promo-block {
    background-color: white;
    border-radius: 5px;
    padding: 40px 45px;
    display: grid;
    gap: 25px 25px; }
    @media (min-width: 992px) {
      #promo-double .promo-block {
        grid-template-columns: 80px auto; } }
    #promo-double .promo-block .image-container {
      display: flex;
      align-items: center;
      justify-content: center; }
    #promo-double .promo-block .title {
      color: #10365d;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 10px;
      display: block; }
    #promo-double .promo-block p {
      line-height: 1.2;
      font-size: 14px; }

/* Friss blogbejegyzések */
#latest-blog-posts {
  background-color: #e9ecf3; }
  @media (min-width: 992px) {
    #latest-blog-posts {
      padding: 50px 0 40px 0; } }
  #latest-blog-posts #block-title {
    margin-bottom: 25px;
    color: #10365d;
    text-align: center; }
  #latest-blog-posts .latest-blog-container {
    display: grid;
    gap: 30px 30px; }
    @media (min-width: 1200px) {
      #latest-blog-posts .latest-blog-container {
        grid-template-columns: repeat(3, 1fr); } }
  #latest-blog-posts .blog-post {
    margin: 0;
    display: grid;
    gap: 0 0;
    grid-template-columns: 1fr;
    background-color: white;
    border-radius: 5px; }
    @media (min-width: 1200px) {
      #latest-blog-posts .blog-post {
        grid-template-rows: 220px auto; } }
    #latest-blog-posts .blog-post .img-container {
      overflow: hidden;
      border-radius: 5px; }
      @media (min-width: 1200px) {
        #latest-blog-posts .blog-post .img-container {
          height: 220px; } }
      #latest-blog-posts .blog-post .img-container img {
        max-width: unset;
        width: 100%; }
    #latest-blog-posts .blog-post .text-container {
      height: 100%;
      display: grid;
      grid-template-rows: minmax(60px, auto) 2fr auto;
      padding: 30px 30px; }
      #latest-blog-posts .blog-post .text-container .title {
        color: #10365d;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 9px; }
      #latest-blog-posts .blog-post .text-container .foreword p {
        margin: 0;
        color: #728fad; }
      #latest-blog-posts .blog-post .text-container footer {
        margin-top: 12px; }
  #latest-blog-posts #block-footer {
    text-align: center;
    padding-top: 33px; }

/* Hogyan dolgozunk Slick Carousel promo */
#howWeWorkPromo {
  background-color: #ccc0b1;
  padding: 30px 0;
  position: relative;
  overflow-x: hidden; }
  @media (min-width: 992px) {
    #howWeWorkPromo {
      padding: 51px 0 74px 0; } }
  @media (min-width: 992px) {
    #howWeWorkPromo #top-container .container {
      display: flex;
      justify-content: space-between; } }
  #howWeWorkPromo .home-title {
    text-align: center;
    color: white;
    display: block; }
    @media (min-width: 992px) {
      #howWeWorkPromo .home-title {
        text-align: left; } }
  #howWeWorkPromo #content-container {
    padding: 10px 0 0 0; }
    @media (min-width: 992px) {
      #howWeWorkPromo #content-container {
        padding: 10px 0 0 0; } }
    @media (min-width: 291px) {
      #howWeWorkPromo #content-container .parent-container {
        width: 290px; } }
    @media (min-width: 400px) {
      #howWeWorkPromo #content-container .parent-container {
        width: unset; } }
  #howWeWorkPromo #block-container {
    padding-top: 20px;
    padding-bottom: 27px; }
    #howWeWorkPromo #block-container .block {
      padding-right: 0;
      position: relative; }
      @media (min-width: 768px) {
        #howWeWorkPromo #block-container .block {
          min-width: 366px; } }
      @media (min-width: 992px) {
        #howWeWorkPromo #block-container .block {
          min-width: 322px; } }
      @media (min-width: 1200px) {
        #howWeWorkPromo #block-container .block {
          min-width: 382px; } }
      @media (min-width: 1400px) {
        #howWeWorkPromo #block-container .block {
          min-width: 441px; } }
      #howWeWorkPromo #block-container .block:before {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background-color: #dad2c7;
        position: relative;
        margin-bottom: 25px; }
      #howWeWorkPromo #block-container .block .step-container {
        text-align: center;
        padding-right: 30px;
        width: 100%;
        position: absolute;
        top: -17px; }
        #howWeWorkPromo #block-container .block .step-container .step {
          background-color: #a39480;
          color: white;
          border-radius: 3px;
          display: inline-block;
          font-weight: 500;
          padding: 10px 16px;
          line-height: 1; }
      #howWeWorkPromo #block-container .block .block-container {
        display: block;
        background-color: white;
        border-radius: 5px;
        text-align: center;
        padding: 30px 30px 0 30px;
        height: 100%; }
        @media (min-width: 768px) {
          #howWeWorkPromo #block-container .block .block-container {
            margin-right: 30px; } }
        #howWeWorkPromo #block-container .block .block-container .image-container {
          height: 45px;
          display: flex;
          align-items: center;
          justify-content: center; }
          #howWeWorkPromo #block-container .block .block-container .image-container img {
            width: auto; }
      #howWeWorkPromo #block-container .block .foreword p {
        font-size: 14px;
        margin: 0;
        color: #728fad; }
      #howWeWorkPromo #block-container .block .title {
        display: block;
        line-height: 1.2;
        font-size: 20px;
        color: #10365d;
        margin: 20px 0 11px 0; }
  #howWeWorkPromo:after {
    content: '';
    display: block;
    height: 90px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }

/* Rólunk mondták Trustindex */
#trust-index {
  background-color: #e9ecf3; }
  #trust-index .home-title {
    color: #10365d; }

/* SEO blokk */
@media (min-width: 992px) {
  #seoblock {
    font-size: 16px; } }

#seoblock .home-title {
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    #seoblock .home-title {
      margin-bottom: 29px; } }

#featuredProducts {
  background-color: #ccc; }
  #featuredProducts header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
  #featuredProducts .parent-container #productList {
    grid-gap: unset; }
  #featuredProducts footer {
    margin-top: 30px;
    text-align: center; }

/******* Pages ******/
#breadcrumb {
  padding: 10px 0 10px 0;
  position: relative; }
  @media (min-width: 992px) {
    #breadcrumb {
      padding: 42px 0 29px 0; } }
  #breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    font-size: 14px; }
    #breadcrumb .breadcrumb li {
      list-style: none;
      display: inline-block;
      padding-right: 7px; }
      #breadcrumb .breadcrumb li:hover a {
        color: #10365d; }
      #breadcrumb .breadcrumb li:not(.active) a {
        color: #10365d;
        margin-right: 1px;
        margin-left: 2px; }
      #breadcrumb .breadcrumb li.active a {
        color: #10365d;
        font-weight: bold; }
      #breadcrumb .breadcrumb li:first-child a {
        color: #10365d; }
      #breadcrumb .breadcrumb li:first-child:after {
        color: #1d1d1d; }
      #breadcrumb .breadcrumb li:not(:first-child):before {
        background-image: url("../../img/icons/brc-arrow.png");
        background-repeat: no-repeat;
        background-position: 0 50%;
        width: 12px;
        height: 14px;
        content: "" !important;
        display: inline-block;
        margin-right: 11px;
        position: relative;
        top: 2px; }
      #breadcrumb .breadcrumb li a {
        text-decoration: none; }

/* Aside dobozok */
.aside {
  padding-top: 24px;
  padding-bottom: 30px;
  background-color: #728fad; }
  @media (min-width: 992px) {
    .aside {
      background-color: transparent; } }
  .aside .aside-block {
    background-color: white;
    margin-bottom: 26px;
    border-radius: 5px;
    padding: 40px 30px;
    font-size: 14px; }
    .aside .aside-block .aside-block-title {
      font-weight: bold;
      font-size: 20px;
      color: #10365d;
      padding: 5px 0 0 0; }
    .aside .aside-block .img-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (min-width: 992px) {
        .aside .aside-block .img-container {
          align-items: flex-start; } }
    .aside .aside-block .aside-block-desc {
      margin: 8px 0; }
      .aside .aside-block .aside-block-desc p {
        color: #728fad; }
    .aside .aside-block .button-secondary, .aside .aside-block .button {
      font-size: 11px;
      padding: 7px 14px; }

.content-page {
  /* Szöveges oldal alján lévő form */ }
  @media (min-width: 992px) {
    .content-page {
      background-image: url("../../img/page-bg.jpg");
      background-repeat: repeat-y;
      background-position: 46% 0; } }
  @media (min-width: 1200px) {
    .content-page {
      background-position: 50% 0; } }
  .content-page .text-container {
    font-size: 16px;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .content-page .text-container {
        padding-left: 50px; } }
    @media (min-width: 1400px) {
      .content-page .text-container {
        padding-left: 95px; } }
  .content-page p {
    margin-bottom: 15px;
    line-height: 1.3; }
  .content-page #contact_form_view, .content-page .sub-page-form {
    background-color: #cec3b6;
    padding: 32px 40px 45px 40px;
    margin: 20px 0 70px 0;
    border-radius: 5px; }
    .content-page #contact_form_view .module-header, .content-page .sub-page-form .module-header {
      font-weight: bold;
      font-size: 26px;
      color: #10365d;
      margin-bottom: 18px; }
    @media (min-width: 992px) {
      .content-page #contact_form_view .form-text-container, .content-page .sub-page-form .form-text-container {
        padding-left: 30px; } }

.marketing-landing {
  background-image: unset; }

/* Partnerek (viszonteladók) oldal */
.distributor-page #bh-sl-user-location {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #f3f5f5;
  border: 1px solid #d1d1d1;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .distributor-page #bh-sl-user-location {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
  @media (min-width: 992px) {
    .distributor-page #bh-sl-user-location .form-group {
      display: flex;
      align-items: center; } }
  .distributor-page #bh-sl-user-location .form-group .form-block {
    padding-bottom: 0; }
  .distributor-page #bh-sl-user-location .form-group label {
    padding: 0;
    margin: 10px 0; }
    @media (min-width: 992px) {
      .distributor-page #bh-sl-user-location .form-group label {
        margin: 0 10px 0 0; } }
  .distributor-page #bh-sl-user-location .button-container {
    margin-top: 10px; }
    @media (min-width: 992px) {
      .distributor-page #bh-sl-user-location .button-container {
        margin: 0; } }

.distributor-page #map-results-container {
  background-color: #d1d1d1;
  display: grid;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .distributor-page #map-results-container {
      grid-template-columns: 330px auto; } }
  .distributor-page #map-results-container #bh-sl-map {
    min-height: 400px; }

.distributor-page .bh-sl-loc-list {
  padding: 30px;
  overflow-y: scroll;
  height: 250px; }
  @media (min-width: 992px) {
    .distributor-page .bh-sl-loc-list {
      height: 480px; } }
  .distributor-page .bh-sl-loc-list .list-details {
    background-color: #d1d1d1; }
  .distributor-page .bh-sl-loc-list::-webkit-scrollbar {
    width: 10px;
    height: 8px; }
  .distributor-page .bh-sl-loc-list::-webkit-scrollbar-track {
    background: #CCC; }
  .distributor-page .bh-sl-loc-list::-webkit-scrollbar-thumb {
    background: #19376d; }
  .distributor-page .bh-sl-loc-list .title {
    display: inline-block; }
  .distributor-page .bh-sl-loc-list .list-content {
    margin-bottom: 20px; }
    .distributor-page .bh-sl-loc-list .list-content .loc-name {
      font-weight: 700;
      display: inline-block;
      padding: 0 0 10px 0; }
    .distributor-page .bh-sl-loc-list .list-content a {
      color: #728fad; }
      .distributor-page .bh-sl-loc-list .list-content a:hover {
        color: #0c2845; }

.distributor-page #reseller-box img {
  margin: 10px 0; }

.module-tags {
  font-weight: bold;
  margin: 15px 0; }
  .module-tags a {
    color: #000 !important;
    padding: 8px 10px 8px 10px;
    transition: background .5s, color .3s;
    background: #dcd7d7;
    text-decoration: none; }
    .module-tags a:hover {
      color: #000 !important;
      background: #a2a1a1;
      text-decoration: none !important; }

.module-content {
  margin-bottom: 15px; }
  .module-content ul:not(.pagination) {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none; }
    .module-content ul:not(.pagination) li {
      position: relative;
      padding: 0 0 0 21px; }
      .module-content ul:not(.pagination) li:before {
        background-image: url("../../img/icons/list-arrow.png");
        content: '';
        display: block;
        width: 12px;
        height: 6px;
        position: absolute;
        top: 9px;
        left: 0; }
  .module-content ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold; }
    .module-content ol li {
      counter-increment: my-awesome-counter;
      position: relative;
      padding: 0 0 0 36px; }
      .module-content ol li:before {
        color: #ccc0b1;
        content: "0" counter(my-awesome-counter) ".";
        position: absolute;
        top: 0;
        left: 0; }
      .module-content ol li:nth-child(n+10):before {
        content: counter(my-awesome-counter) "."; }
  .module-content img {
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 7px;
    border-radius: 5px; }
    @media (max-width: 992px) {
      .module-content img {
        width: 100%; } }
  .module-content form .button.form:after {
    display: none; }
  .module-content .floatLeft {
    margin: 7px 15px 0 0; }
  .module-content .floatRight {
    margin: 7px 0 0 15px; }
  @media (max-width: 480px) {
    .module-content iframe {
      height: 185px !important; } }
  @media (max-width: 768px) {
    .module-content iframe {
      height: 315px; } }
  @media (max-width: 992px) {
    .module-content iframe {
      width: 100%; } }

.module-content a.mce-item-anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden; }

/******* News ******/
/* Oldal lapozás */
.pagination {
  display: flex;
  justify-content: center;
  padding: 30px 0 20px 0; }
  @media (min-width: 992px) {
    .pagination {
      padding: 44px 0 0 0;
      margin: 0;
      justify-content: flex-start; } }
  .pagination li {
    font-size: 13px;
    font-weight: 500;
    list-style: none;
    line-height: 1; }
    .pagination li a {
      line-height: 1;
      text-decoration: none;
      text-transform: uppercase;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 24px;
      margin: 0 6px;
      border-radius: 3px;
      color: #10365d;
      transition: all, .3s; }
      .pagination li a:hover {
        color: white;
        background-color: #ccc0b1; }
    .pagination li.disabled a {
      color: #ccc !important; }
      .pagination li.disabled a:hover {
        text-decoration: none; }
    .pagination li:first-child a {
      background-image: url("../../img/icons/pager-arrow.png");
      background-repeat: no-repeat;
      background-position: 50% 50%; }
    .pagination li:last-child a {
      background-image: url("../../img/icons/pager-arrow.png");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      rotate: 180deg; }
    .pagination li.active a {
      color: white;
      background-color: #ccc0b1; }

@media (min-width: 768px) {
  #pagination_box {
    display: table;
    width: 100%; } }

/* Általános beállítások */
.news-list-1 #list_content_list .blog-post {
  background-color: white;
  margin-top: 20px;
  border-radius: 5px;
  display: grid;
  gap: 20px 35px; }
  @media (min-width: 768px) {
    .news-list-1 #list_content_list .blog-post {
      gap: 20px 10px;
      grid-template-columns: 350px auto; } }
  @media (min-width: 992px) {
    .news-list-1 #list_content_list .blog-post {
      gap: 20px 35px; } }
  .news-list-1 #list_content_list .blog-post .img-container {
    height: 218px;
    overflow: hidden; }
    .news-list-1 #list_content_list .blog-post .img-container img {
      border-radius: 5px; }
  .news-list-1 #list_content_list .blog-post .blog-post-content {
    padding: 0 15px 30px 15px; }
    @media (min-width: 992px) {
      .news-list-1 #list_content_list .blog-post .blog-post-content {
        padding: 30px 35px 30px 0; } }
  .news-list-1 #list_content_list .blog-post .blog-post-header {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    color: #10365d; }
  .news-list-1 #list_content_list .blog-post .blog-post-foreword p {
    font-size: 14px;
    color: #728fad; }

.news-csempe {
  background-color: #e9ecf3; }

/******* Forms ******/
input:not([type="submit"]), textarea, select {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 10px 25px 10px 14px;
  border: none;
  border-radius: 5px;
  color: #10365d;
  background: white; }
  input:not([type="submit"])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #10365d;
    font-size: 16px;
    font-weight: 500; }
  input:not([type="submit"]):-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    color: #10365d;
    font-size: 16px;
    font-weight: 500; }
  input:not([type="submit"])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #10365d;
    font-size: 16px;
    font-weight: 500; }
  input:not([type="submit"]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #10365d;
    font-size: 16px;
    font-weight: 500; }
  input:not([type="submit"]):focus, input:not([type="submit"]):active, textarea:focus, textarea:active, select:focus, select:active {
    outline: none; }

input.hide {
  display: none; }

textarea {
  min-height: 140px; }

/* CHECKBOX, RADIO */
input[type="checkbox"], input[type="radio"] {
  visibility: hidden;
  position: absolute; }

input[type='checkbox']:checked + label:not(.labelno):before, input[type='radio']:checked + label:not(.labelno):before {
  opacity: 1; }

.checkbox-container {
  display: flex;
  align-items: center;
  position: relative; }
  .checkbox-container label {
    margin-bottom: 0; }
  .checkbox-container .nolabel {
    background: #10365d;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0; }
    .checkbox-container .nolabel:before {
      content: '';
      background-image: url("../../img/icons/check.png");
      width: 9px;
      height: 7px;
      position: absolute;
      border-top: none;
      border-right: none;
      opacity: 0;
      margin-top: 4px;
      margin-left: 4px; }

.nolabel-radio {
  border-radius: 20px; }
  .nolabel-radio:before {
    border-radius: 20px; }

.form-block {
  padding-bottom: 13px;
  position: relative; }
  .form-block.button-block {
    padding-top: 20px; }
  .form-block[data-type="label"] {
    padding-bottom: 7px; }
    .form-block[data-type="label"] .text-danger {
      top: 4px; }
      @media (max-width: 768px) {
        .form-block[data-type="label"] .text-danger {
          top: 0px !important;
          right: 0px !important; } }
  .form-block div[data-type="input"] .text-danger, .form-block[data-type="label"] .text-danger {
    position: absolute;
    right: 40px;
    top: 17px;
    display: none; }
    .form-block div[data-type="input"] .text-danger.show, .form-block[data-type="label"] .text-danger.show {
      display: block; }

label:not(.nolabel) {
  cursor: pointer;
  padding-left: 18px; }

#file_uploader_button {
  background: #444444;
  color: white;
  font-weight: bold;
  border: none;
  padding: 14px 38px;
  border-radius: 2px;
  text-transform: none;
  margin-top: 0px;
  transition: background 0.3s; }
  #file_uploader_button:hover {
    background: #5e5d5d; }
  #file_uploader_button:after {
    border: none;
    padding: 0px;
    margin: 0px; }
  #file_uploader_button + label {
    padding-left: 15px;
    font-weight: bold; }

.response, #response {
  display: none;
  border-radius: 2px;
  clear: both;
  margin-top: 13px;
  margin-bottom: 0;
  padding: 28px 10px 25px 70px;
  background-repeat: no-repeat;
  background-position: 30px 50%;
  background-size: 24px; }
  .response.success, #response.success {
    display: block;
    background-color: #528b54;
    background-image: url("../../img/icons/success.png");
    border: 1px solid #528b54;
    color: white; }
  .response.error, #response.error {
    display: block;
    background-color: #c16161;
    background-image: url("../../img/icons/error.png");
    border: 1px solid #c16161;
    color: white; }

/* Kapcsolat oldal térképpel */
.form-map-2-page {
  background-color: #e9ecf3; }
  @media (min-width: 992px) {
    .form-map-2-page {
      background-image: url("../../img/contact-page-bg.jpg");
      background-repeat: repeat-y;
      background-position: 50% 0; } }
  .form-map-2-page #contact-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .form-map-2-page #contact-list li {
      padding: 0 0 15px 23px;
      background-repeat: no-repeat;
      background-position: 0 3px;
      line-height: 1; }
      .form-map-2-page #contact-list li#pageTitle {
        background-image: url("../../img/icons/contact_01.png"); }
      .form-map-2-page #contact-list li#adoszam {
        background-image: url("../../img/icons/contact_02.png"); }
      .form-map-2-page #contact-list li#vallalkozascim {
        background-image: url("../../img/icons/contact_03.png"); }
      .form-map-2-page #contact-list li#telszam {
        background-image: url("../../img/icons/contact_04.png"); }
      .form-map-2-page #contact-list li#email {
        background-image: url("../../img/icons/contact_05.png"); }
    .form-map-2-page #contact-list .title {
      display: block;
      font-weight: bold;
      margin-bottom: 10px; }
    .form-map-2-page #contact-list .show-me-button {
      background-color: #e9ecf3;
      color: #10365d; }
      .form-map-2-page #contact-list .show-me-button:before {
        background-color: #e9ecf3;
        color: #10365d; }
  .form-map-2-page .form-container {
    background-color: #cec3b6; }
  .form-map-2-page #contact_form_view {
    padding: 30px 0 0 0; }
    @media (min-width: 992px) {
      .form-map-2-page #contact_form_view {
        padding: 91px 0 0 38px; } }
    .form-map-2-page #contact_form_view #form-foreword h2, .form-map-2-page #contact_form_view #form-foreword .h2 {
      font-size: 26px; }

form a {
  color: #10365d; }

/******* webshop ******/
/* Kategória oldal */
#shop-category-list-container {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    #shop-category-list-container {
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 67px; } }
  #shop-category-list-container .shop-category {
    display: block;
    position: relative;
    background-color: #7f7f7f;
    text-decoration: none;
    color: white; }
    #shop-category-list-container .shop-category .img-container {
      height: 100%;
      width: 100%;
      overflow: hidden; }
      #shop-category-list-container .shop-category .img-container img {
        width: 100%; }
    #shop-category-list-container .shop-category .text {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      #shop-category-list-container .shop-category .text .category-title {
        font-size: 34px; }

/* Termék kategória oldal */
#products-category-list {
  display: grid;
  gap: 30px 30px; }
  @media (min-width: 768px) {
    #products-category-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    #products-category-list {
      grid-template-columns: repeat(4, 1fr); } }
  #products-category-list .category-block {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #7f7f7f; }
    #products-category-list .category-block img {
      width: 100%; }
    #products-category-list .category-block .text {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }

/* Termék lista oldal */
@media (min-width: 1200px) {
  .shop-product-list .text-container {
    padding-left: 50px; } }

@media (min-width: 1400px) {
  .shop-product-list .text-container {
    padding-left: 95px; } }

/* Termék lista */
#productList {
  display: grid;
  grid-gap: 30px 30px; }
  @media (min-width: 768px) {
    #productList {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    #productList {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1200px) {
    #productList {
      grid-template-columns: repeat(5, 1fr); } }

/* Termék block */
.product-block {
  height: 100%;
  transition: all, .5s; }
  .product-block .product-container {
    background-color: white;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .product-block #tag-container {
    display: none; }
  .product-block a {
    display: block;
    text-decoration: none; }
  .product-block .product-block-img .img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 230px;
    background-color: #d1d1d1; }
    .product-block .product-block-img .img-container img {
      max-height: 230px; }
  .product-block .product-block-img .product-title {
    font-size: 18px;
    font-weight: 700;
    padding: 0 25px 13px 25px; }
  .product-block .attr {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 25px 6px 25px; }
    .product-block .attr .attr-block {
      color: #a89a65;
      font-size: 11px;
      font-weight: 600;
      line-height: 1;
      padding: 6px 6px;
      text-transform: uppercase;
      border: 1px solid #a89a65;
      border-radius: 20px;
      margin: 0 3px 3px 0; }
  .product-block footer {
    align-self: start;
    padding: 25px 25px 0 25px; }
    .product-block footer a {
      display: inline-block; }

/* termék árak */
.product-block-price {
  line-height: 1; }
  .product-block-price .price-num {
    font-size: 24px;
    color: #7f7f7f;
    font-weight: 600; }
  .product-block-price .oldprice {
    text-decoration: line-through; }
    .product-block-price .oldprice .price-num {
      font-size: 1rem;
      color: #10365d;
      font-weight: normal; }

/* termék készlet státusz */
.product-block-stock {
  font-weight: 500;
  font-size: .8rem;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 0 0 0 25px;
  background-repeat: no-repeat;
  background-position: 0 50%; }
  .product-block-stock[data-type="1"] {
    color: #99a865;
    background-image: url("../../img/icons/truck.png"); }
  .product-block-stock[data-type="2"] {
    color: #10365d;
    background-image: url("../../img/icons/truck.png"); }
  .product-block-stock[data-type="3"] {
    color: #ae463b;
    background-image: url("../../img/icons/truck.png"); }

/* Termék lista oldalon a bal oldali szűrő */
.filter-group {
  border-bottom: 1px solid #10365d;
  padding: 17px 0 11px 0;
  font-size: 15px;
  margin-right: 32px;
  margin-bottom: 20px; }
  .filter-group .filter-title {
    font-weight: 700;
    font-size: 20px;
    color: #10365d;
    display: block;
    margin-bottom: 17px; }
  .filter-group ul {
    list-style: none;
    padding-inline-start: 0;
    margin: 0; }
  .filter-group .checkbox_fillter {
    position: relative;
    cursor: pointer; }
    .filter-group .checkbox_fillter div {
      margin-bottom: 7px; }
      .filter-group .checkbox_fillter div:before {
        content: '';
        display: block;
        height: 20px;
        width: 20px;
        background-color: white;
        border: 1px solid #10365d;
        position: absolute; }
      .filter-group .checkbox_fillter div span {
        margin-left: 34px; }
      .filter-group .checkbox_fillter div.active:before {
        background-image: url("../../img/icons/check.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: #10365d; }
    .filter-group .checkbox_fillter::marker {
      display: none; }
  .filter-group .menu-filters ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .filter-group .menu-filters ul li {
      position: relative;
      padding: 6px 0 6px 32px;
      font-family: "Inter";
      font-size: 15px; }
      .filter-group .menu-filters ul li:before {
        content: '';
        display: block;
        height: 23px;
        width: 23px;
        background-color: white;
        border: 1px solid white;
        position: absolute;
        top: 6px;
        left: 0; }
      .filter-group .menu-filters ul li.active:before {
        border: 1px solid red;
        background-color: red;
        background-image: url("../../img/icons/check.png");
        background-repeat: no-repeat;
        background-position: 50% 50%; }
      .filter-group .menu-filters ul li:hover:before {
        border: 1px solid red;
        background-color: red;
        background-image: url("../../img/icons/check.png");
        background-repeat: no-repeat;
        background-position: 50% 50%; }
  .filter-group .menu-filters .show-all {
    font-size: 14px;
    color: red; }
    .filter-group .menu-filters .show-all:after {
      content: '';
      display: inline-block;
      background-image: url("../../img/icons/arrow_red.png");
      background-repeat: no-repeat;
      background-position: 0 50%;
      width: 14px;
      height: 9px;
      margin-left: 10px; }

/* Termék lista oldalon a bal oldali szűrőben található szűrés törlése gomb */
.error-badget {
  text-transform: uppercase;
  color: #913030;
  text-decoration: none; }

/* Termék oldal */
/* Termék oldal */
#product {
  /* Hasonló, ajánlott termékek listázása */ }
  #product .product-title {
    padding: 0 0 20px 0; }
    @media (min-width: 992px) {
      #product .product-title {
        padding: 0 0 29px 0; } }
  #product .title {
    font-weight: 700;
    font-size: 24px;
    display: block; }
  #product .product-container-header {
    display: grid;
    gap: 30px 30px; }
    @media (min-width: 992px) {
      #product .product-container-header {
        grid-template-columns: repeat(2, 1fr); } }
    #product .product-container-header .image-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      background-color: #ccc; }
      #product .product-container-header .image-container .product-flags {
        position: absolute;
        right: 0;
        top: 0; }
      #product .product-container-header .image-container #tag-container {
        position: absolute;
        top: 0;
        right: 0;
        width: 51px;
        text-align: right; }
        #product .product-container-header .image-container #tag-container .tag {
          background: #666666;
          color: white;
          padding: 5px;
          margin-bottom: 5px;
          display: inline-block; }
          #product .product-container-header .image-container #tag-container .tag#new {
            background: #666666; }
          #product .product-container-header .image-container #tag-container .tag#sale {
            background: green; }
          #product .product-container-header .image-container #tag-container .tag#sale-percent {
            background: red; }
    #product .product-container-header .product-text .cikkszam {
      text-transform: uppercase; }
    #product .product-container-header .product-property {
      padding: 30px 0; }
      #product .product-container-header .product-property header {
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px; }
    #product .product-container-header .product-parameters .param {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 2px 9px; }
      #product .product-container-header .product-parameters .param:nth-child(odd) {
        background-color: #ccc; }
      @media (min-width: 992px) {
        #product .product-container-header .product-parameters .param {
          flex-direction: row; } }
      #product .product-container-header .product-parameters .param .property-title {
        font-weight: bold; }
      #product .product-container-header .product-parameters .param .label, #product .product-container-header .product-parameters .param .value {
        width: 100%;
        margin-bottom: 0.25rem; }
        @media (min-width: 992px) {
          #product .product-container-header .product-parameters .param .label, #product .product-container-header .product-parameters .param .value {
            width: 48%;
            margin-bottom: 0; } }
  #product .products-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px; }
  #product .product-description {
    margin: 0 0 30px 0; }
    @media (min-width: 992px) {
      #product .product-description {
        margin: 30px 0 0 0; } }

#productList-container {
  margin-bottom: 30px; }

#similar-products-list header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#similar-products-list #productList {
  gap: 0 0; }

/*******  ******/
/* Albumok listázása */
/* ---- grid ---- */
.grid {
  margin: 0 -3px; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  padding: 3px; }
  @media (min-width: 992px) {
    .grid-sizer,
    .grid-item {
      width: 33.333%; } }

.grid-item {
  float: left; }
  .grid-item a {
    display: block;
    text-decoration: none;
    color: #10365d; }

.grid-item img {
  display: block;
  max-width: 100%;
  margin: 0 !important;
  opacity: 1;
  transition: opacity .5s; }

/* kép nézegető */
.pswp__caption__center {
  text-align: center; }

/* Tartalomban megjelenő carousel (szöveges oldal, cikkek */
/* Valószínűleg ez már nincs használatban */
/*.content-slider{
  .carousel-inner{
    .item{
      height: 370px;
    }
  }

  .carousel-control{
    color: #fff;
    background-image: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .carousel-indicators{
    bottom: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;

    &:after{
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 45px;
      background: #000;
      opacity: .5;
      bottom: 0;
      z-index: -1;
    }

    li{
      border-radius: unset;
      background-color: #fff;
      border-color: #fff;
      margin-right: 5px;
      margin-bottom: 11px;

      &.active{
        background-color: $project-color-1;
        border-color: $project-color-1;
        height: 20px;
      }
    }
  }
}*/
/* Galéria csempe oldal */
.gallery-list .grid-item.hide-item {
  display: none; }

/* beillesztős kód - galléria carousel nézet (Bootstrap) */
.gallery-slider {
  height: 440px !important; }
  @media (min-width: 992px) {
    .gallery-slider {
      height: 600px !important; } }
  .gallery-slider .carousel-inner .carousel-item {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    @media (max-width: 992px) {
      .gallery-slider .carousel-inner .carousel-item {
        background-image: none !important; } }
    @media (min-width: 992px) {
      .gallery-slider .carousel-inner .carousel-item img {
        display: none; } }

.gallery-list {
  display: grid;
  gap: 33px 33px; }
  @media (min-width: 992px) {
    .gallery-list {
      grid-template-columns: repeat(3, 1fr); } }
  .gallery-list .gallery-item {
    display: block; }
    .gallery-list .gallery-item.hide-item {
      display: none; }
    .gallery-list .gallery-item img {
      margin: 0;
      width: 100%;
      height: 100%; }
      @media (min-width: 992px) {
        .gallery-list .gallery-item img {
          max-height: 180px; } }

#gallery-tag-container {
  margin-bottom: 20px; }
  #gallery-tag-container span {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 10px;
    margin-bottom: 5px;
    color: white;
    background-color: #ababab;
    border: 1px solid #ababab;
    cursor: pointer; }
    #gallery-tag-container span:hover {
      border: 1px solid #646363;
      background-color: #646363;
      color: white; }

#maps {
  width: 100%;
  height: 300px !important;
  top: 0;
  color: black !important; }
  #maps .gm-style-iw {
    padding-top: 10px; }
  @media (min-width: 768px) {
    #maps {
      min-height: 700px; } }
  #maps p {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1; }
  #maps div#map {
    width: 100% !important;
    border: none;
    margin-bottom: 0px;
    height: 100% !important; }
  #maps .map-control, #maps .selector-control {
    display: none; }

.nav-tabs {
  display: flex;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc; }
  .nav-tabs li {
    list-style: none;
    position: relative;
    top: 1px;
    background: #ccc; }
    .nav-tabs li.active {
      background: #ccc;
      border: 1px solid #ccc;
      border-bottom: none; }
      .nav-tabs li.active a:hover {
        color: white !important; }
    .nav-tabs li a {
      padding: 16px 35px;
      display: inline-block;
      text-decoration: none !important; }
      .nav-tabs li a:hover {
        color: #000 !important; }

.tab-content .tabpanel {
  padding-top: 20px; }
  .tab-content .tabpanel:not(.active) {
    display: none; }

.tab-content .productList {
  justify-content: flex-start; }
  .tab-content .productList .productList-block {
    margin-right: 0px !important;
    flex: 1 1 100%; }
    @media (min-width: 992px) {
      .tab-content .productList .productList-block:not(:nth-child(4n)) {
        margin-right: 33px !important; } }

.tab-content .contentlist-content {
  display: flex;
  flex-direction: column; }
  .tab-content .contentlist-content .contentlist-content-article {
    flex: 1 1 100%; }

.tab-content .contentlist-content-footer .button.normal {
  display: inline-block; }

.contentlist {
  display: flex;
  padding-bottom: 30px;
  flex-direction: column; }
  @media (min-width: 768px) {
    .contentlist {
      flex-direction: row; } }
  .contentlist:not(:first-child) {
    padding-top: 30px; }
  .contentlist:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .contentlist-img {
    min-width: 100%; }
    @media (min-width: 768px) {
      .contentlist-img {
        max-width: 350px;
        min-width: 250px; } }
    @media (min-width: 992px) {
      .contentlist-img {
        min-width: 350px; } }
  @media (min-width: 768px) {
    .contentlist-content:not(.noimg) {
      padding-left: 25px; } }
  .contentlist-content-header {
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .contentlist-content-header {
        padding-top: 0; } }
    .contentlist-content-header .date {
      font-size: 16px;
      color: #2bcbc5;
      font-style: italic;
      padding: 0px 0px 0px;
      margin: 0px; }
  .contentlist-content-article {
    font-size: 16px; }

.notfoundsearch {
  padding-top: 10px !important; }
  .notfoundsearch a {
    font-size: 14px !important;
    padding-left: 10px !important; }

#search {
  margin-bottom: 30px; }
  #search #search-form {
    margin: 0 0 30px 0;
    display: flex; }
    #search #search-form input {
      width: 215px;
      margin-right: 15px; }
      @media (min-width: 992px) {
        #search #search-form input {
          width: auto;
          min-width: 300px; } }
      #search #search-form input:focus, #search #search-form input:active {
        outline: none; }

/* vizszintes szűrő */
#filter {
  margin: 10px 0;
  padding: 20px;
  background-color: #ccc; }
  @media (min-width: 768px) {
    #filter {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px 30px;
      margin: 30px 0; } }
  @media (min-width: 992px) {
    #filter {
      grid-template-columns: repeat(4, 1fr); } }
  #filter .form-group {
    white-space: nowrap;
    margin: 10px 0; }
    @media (min-width: 992px) {
      #filter .form-group {
        margin: 0; } }
    #filter .form-group label {
      padding-left: 18px; }
    #filter .form-group select {
      padding: 10px 17px 10px 10px; }
  #filter .select-group label {
    padding: 0 0 10px 0; }
  #filter .select-group select {
    width: auto; }
  @media (min-width: 768px) {
    #filter .select-group#product-num {
      display: flex;
      flex-direction: column;
      align-items: end; } }

/* Default project color */
.project-color-1 {
  color: #19376d; }

.project-color-2 {
  color: #2d2d3b; }

/* Template css */
.tinyMCE-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .tinyMCE-row {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin: 0 -15px; } }

@media (min-width: 992px) {
  .twobox {
    margin: 0 0px !important; }
    .twobox .tinyMCE-row {
      margin: 0 0px;
      padding: 0px; } }

.twobox .img-responsive {
  margin: 0 !important; }

.tinyMCE.highlighted-bar-text {
  color: #19376d;
  padding: 15px;
  margin-left: -20px; }

.tinyMCE-col, .tinyMCE-col-1-3, .tinyMCE-col-2-3, .tinyMCE-col-1-2, .tinyMCE-col-1-4, .tinyMCE-col-3-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 15px; }
  .tinyMCE-col .img-responsive, .tinyMCE-col-1-3 .img-responsive, .tinyMCE-col-2-3 .img-responsive, .tinyMCE-col-1-2 .img-responsive, .tinyMCE-col-1-4 .img-responsive, .tinyMCE-col-3-4 .img-responsive {
    margin: 7px 0 0 0;
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle; }
  @media (max-width: 992px) {
    .tinyMCE-col, .tinyMCE-col-1-3, .tinyMCE-col-2-3, .tinyMCE-col-1-2, .tinyMCE-col-1-4, .tinyMCE-col-3-4 {
      padding: 15px 0px; } }

@media (min-width: 992px) {
  .tinyMCE-col-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

.tinyMCE-col-1-3 p {
  margin-top: 15px; }

@media (min-width: 992px) {
  .tinyMCE-col-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; } }

@media (min-width: 992px) {
  .tinyMCE-col-1-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .tinyMCE-col-1-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 992px) {
  .tinyMCE-col-3-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }

/* Slick Slider  - Brand Slider Főoldal Pl.:SKTrend honlapon a logó slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 20px;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .slick-list a {
    outline: none; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex !important;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important;
  height: inherit !important;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  outline: none !important; }
  .slick-arrow.slick-prev {
    background: transparent;
    border: none;
    font-size: 0;
    margin-top: 11px;
    margin-left: 0;
    z-index: 11;
    cursor: pointer;
    left: -18px;
    top: 50%; }
    @media (min-width: 768px) {
      .slick-arrow.slick-prev {
        top: 50%; } }
    .slick-arrow.slick-prev:before {
      content: "\f060";
      font-size: 15px;
      color: #000;
      transform: rotate(180deg); }
  .slick-arrow.slick-next {
    background: transparent;
    border: none;
    font-size: 0;
    margin-top: 11px;
    margin-left: 0;
    z-index: 11;
    cursor: pointer;
    position: absolute;
    right: -18px;
    top: 50%;
    outline: none; }
    @media (min-width: 768px) {
      .slick-arrow.slick-next {
        top: 50%; } }
    .slick-arrow.slick-next:before {
      content: "\f061";
      font-size: 15px;
      color: #000; }

.simple-carousel .container {
  position: relative; }

.simple-carousel .parent-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .simple-carousel .parent-container .carousel-container, .simple-carousel .parent-container #productList {
    transition: all, .3s;
    display: flex; }
    .simple-carousel .parent-container .carousel-container .product-block, .simple-carousel .parent-container #productList .product-block {
      min-width: 100%;
      padding: 0 15px; }
      @media (min-width: 600px) {
        .simple-carousel .parent-container .carousel-container .product-block, .simple-carousel .parent-container #productList .product-block {
          min-width: 282px; } }
      @media (min-width: 1400px) {
        .simple-carousel .parent-container .carousel-container .product-block, .simple-carousel .parent-container #productList .product-block {
          min-width: 321px; } }
    .simple-carousel .parent-container .carousel-container .block, .simple-carousel .parent-container #productList .block {
      min-width: 100%; }
      @media (min-width: 400px) {
        .simple-carousel .parent-container .carousel-container .block, .simple-carousel .parent-container #productList .block {
          padding-right: 30px;
          min-width: 380px; } }
      .simple-carousel .parent-container .carousel-container .block .block-container, .simple-carousel .parent-container #productList .block .block-container {
        background-color: #ccc;
        display: flex;
        flex-direction: column; }
      .simple-carousel .parent-container .carousel-container .block img, .simple-carousel .parent-container #productList .block img {
        width: 100%; }

.simple-carousel #carousel-control-container {
  display: flex;
  justify-content: center; }
  @media (min-width: 992px) {
    .simple-carousel #carousel-control-container {
      display: block; } }

.simple-carousel .carousel-control {
  background-color: #10365d;
  background-image: url("../../img/icons/arrow-white-2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  width: 43px;
  height: 43px;
  margin-right: 8px;
  border-radius: 5px;
  position: relative;
  top: unset;
  cursor: pointer;
  transition: all, .3s; }
  .simple-carousel .carousel-control:hover {
    background-color: white;
    background-image: url("../../img/icons/arrow-blue.png"); }
  .simple-carousel .carousel-control#carousel-control-left {
    left: unset; }
  .simple-carousel .carousel-control#carousel-control-right {
    right: unset;
    transform: rotate(180deg); }

/*# sourceMappingURL=project-default.css.map */