@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
    .sppb-row-container {
        max-width: 1140px !important;
    }
} 

/*** MENÜPONTOK ***/
/* IKONOK A MENÜPONTOK KÖZÖTT */
.fa {
  font-size:140%;
}
.fa:hover { 

}
/*** MENÜPONTOK VÉGE ***/

/*** MOBIL MENÜPONTOK ***/
/* TÖRÉSPONTOK MÓDOSÍTÁSA */
/* @media (max-width: 1200px){
  .sp-megamenu-parent {
    display: none !important;
  }
  #offcanvas-toggler {
    display: inline-block !important;
  }
} */

/* KÉP ALAPÚ IKONOK A MOBIL MENÜBEN */
.offcanvas-menu img {
  display: inline !important;
}
/* MOBIL MENÜ BEZÁRÓ IKON */
.close-offcanvas {
  background: none !important;
}
/*** MOBIL MENÜPONTOK VÉGE ***/


/*** WEBES ELEMEK ***/
/* NYELVEK */
.language-flag img {
  float: right;
  padding: 25px 0px 0px 25px;
}
/* FEL IKON */
.sp-scroll-up {
  background-color: #0345bf;
  border-radius: 20px;
}
.fa-chevron-up {
  color: #FFFFFF;
}
/* GÖRDÍTŐSÁV */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #2f2483; 
}
::-webkit-scrollbar-thumb:hover {
  background:#333333;
}

/*Top Bar*/
#sp-top-bar {
  padding: 15px 0 !important;
}

/*Header*/
#sp-header {
  background: linear-gradient(312deg, rgba(47,36,131,1) 0%, rgba(80,68,166,1) 100%) !important;
}

/*Logó*/


/*Footer*/
#sp-bottom {
  border-top: none !important;  
}

#sp-bottom1 a{
    font-weight: normal !important;
}

#sp-footer .container-inner {  
  border-top: none !important;
}

#sp-footer {
  text-align: center !important;
}

#sp-footer a:hover {
  color: #bebebe !important;
}

#sp-bottom1 {
    margin-top: -150px;
    z-index: 999;
}

.lablec-menupontok {
text-align: center !important;
text-transform: uppercase !important;
font-weight: bold !important;
}

.lablec-menupontok a {
  font-size: 16px !important;
}

.lablec-logo img {
  width: 300px; 
  top: -200px; 
  z-index: 9;
}

.lablec-logo {
margin-bottom: 55px;
}

@media only screen and (max-width: 992px) {
  .lablec-logo img {
    margin: auto;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 992px) {
 #sp-bottom1 .cegadatok {
   text-align: center !important;
 }
 #sp-bottom1 .lablec-google img {
  margin: 15px auto !important;
  }
  #sp-bottom3 {
    text-align: center !important;
  }
}

/*Gombok*/
/*Primary gomb stílusa*/
.sppb-btn-primary {
  border-color: #2f2483 !important;
  background-color: #2f2483 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.sppb-btn-primary:hover {
  border-color: #e3000f !important;
  background-color: #e3000f !important;
}

.sppb-btn-primary:focus {
  box-shadow: none !important;
}

/*Secondary gomb stílusa*/
.sppb-btn-secondary {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #2f2483 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.sppb-btn-secondary:hover {
  border-color: #e3000f !important;
  background-color: #e3000f !important;
  color: #ffffff !important;
}

.sppb-btn-secondary:focus {
  box-shadow: none !important;
}

/*Info gomb stílusa*/
.sppb-btn-info {
  border-color: #2f2483 !important;
  background-color: #2f2483 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.sppb-btn-info:hover {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #2f2483 !important;
}

.sppb-btn-info:focus {
  box-shadow: none !important;
}


/*Menü*/

@media only screen and (max-width: 992px) {
  #sp-menu {
    display: block !important;
  }
}

/*Menü telefon gomb*/
.header-telefon {
  background-color: #e3000f !important;
}

/*Webshop menüpont*/
.webshop-menu {
  background-color: #FED430!important;
  color: #353533 !important;
}
.sp-megamenu-parent>li.active>a.webshop-menu, .sp-megamenu-parent>li.active:hover>a.webshop-menu, .sp-megamenu-parent>li:hover>a.webshop-menu {
  color: #ffffff !important;  
}
.sp-megamenu-parent>li:last-child>a {
  padding: 0px 15px;
}
/*Menü páratlan menüpontok háttere*/
.menu-paratlan {
  background-color: #49439b !important;
}

/*Menü aktív és hover*/
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a, .sp-megamenu-parent>li:hover>a {
  color: #e3000f !important;
  text-shadow: 2px 2px rgb(0 0 0 / 40%) !important;
}

/*Termékcsoport szöveg*/
.termekcsoport-szoveg {
  text-transform: uppercase !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

/*Title*/
.sp-page-title {
  text-align: center !important;
  background: #e3000f !important;
 
}

.sp-page-title h2 {
font-weight: bold !important;
}

/*Mobil menü*/
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-right: 0px !important;
}
.offcanvas-menu .menu {
  text-align: center !important;
}

.offcanvas-menu .menu a {
  color:#2f2483 !important;
}

.close-offcanvas {
  color:#ffffff !important; 
}

#offcanvas-toggler>.fa:hover, #offcanvas-toggler>.fa:focus, #offcanvas-toggler>.fa:active {
  color: #ffffff !important; 
}

.offcanvas-menu .offcanvas-inner {
  padding: 0px !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span { 
  font-size: 16px !important;
}

@media only screen and (max-width: 1199px) {
  .sp-megamenu-parent > li > a {    
    font-size: 13px !important;
    padding: 0 8px !important;
  }
}

/*404 oldal*/
.error-code, .coming-soon-number {
  color: #2f2483 !important;
}

.error-logo {
  width: 280px !important;
}

/*Katalógus gomb*/
.katalogus-gomb {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 15px;
}