
@font-face {
    font-family: 'crs-45-reg';
    src: url(fonts/CoreSansA45Regular.eot);
    src: url(fonts/CoreSansA45Regular.otf);
    src: url(fonts/CoreSansA45Regular.woff);
}

@font-face {
    font-family: 'crs-55-med';
    src: url(fonts/CoreSansA55Medium.eot);
    src: url(fonts/CoreSansA55Medium.otf);
    src: url(fonts/CoreSansA55Medium.woff);
}

@font-face {
    font-family: 'crs-65-bold';
    src: url(fonts/CoreSansA65Bold.eot);
    src: url(fonts/CoreSansA65Bold.otf);
    src: url(fonts/CoreSansA65Bold.woff);
}
@font-face {
    font-family: 'crs-35-light';
    src: url(fonts/CoreSansA35Light.eot);
    src: url(fonts/CoreSansA35Light.otf);
    src: url(fonts/CoreSansA35Light.woff);
}

:root {
    --light-brown: #5e5751;
    --white: #ffffff;
    --orange: #ff7a16;
    --blackl: #171717;
    --black: #000;
    --bone: #eaefe6;
    --orange_sub: #ffb10a;
}

main {
    overflow: hidden;
}

.crs-55-med {
    font-family: "crs-55-med", sans-serif;
}
.crs-45-reg {
    font-family: "crs-45-reg", sans-serif;
}

.crs-65-bold {
    font-family: "crs-65-bold", sans-serif;
}
.crs-35-light {
    font-family: "crs-35-light", sans-serif;
}

body {
    padding-top: 89px;
}

body a {
    text-decoration: none;
}

body .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
}

p.section-text {
    margin: 10px 0;
    font-size: 21px;
    line-height: 23px;
}
.product-details-text p {
    margin: 10px 0;
    font-size: 21px;
    line-height: 23px;
    font-family: 'crs-35-light', sans-serif;
}
.dropdown-menu .submenus {
    padding: 20px 15px;
    flex: 3;
}
.dropdown-menu .submenus p.subtitle-menu {
    font-size: 17px;
    color: #e18b1e;
    line-height: 19px;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
}
.dropdown-menu .submenus p.subtitle-menu a {
    color: #e18b1e !important;
}

.dropdown-menu .submenus p.subtitle-menu:first-child {
    margin: 0 0 20px 0;
}
p.menu-3 {
    align-items: center;
    font-size: 17px;
    margin: 8px 0;
}
p.menu-3 img {
    margin-right: 10px;
}
p.menu-3 a {
    color: #171717 !important;
    font-size: 16px;
}
.submenu-cont {
    flex: 1;
    padding: 0 20px;
}

li.dn-desktop {
    display: none;
}


p.section-text, .article-content p {
    font-family: 'crs-35-light';
    font-size: 21px;
    line-height: 23px;
    margin: 15px 0;
    color: #000;
}


nav.navbar {
    background-color: rgb(255, 255, 255) !important;
    transition: all .3s ease-in-out;
    height: auto;
}

header.scrolled .navbar {
    background-color: rgb(255, 255, 255) !important;
}
.top-white {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #19212e;
    height: 48px;
    z-index: 200;
}
.top-white p.kapcs {
    margin-right: 10px;    
    font-size: 14px;
    padding: 6px 0;
    text-transform: uppercase;
    line-height: 17px;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
}

.top-white p.kapcs img {
    margin-right: 15px;
}
.top-white p.kapcs img, .top-white p.kapcs span {
    display: block;
}

a.basic-menu {
   color: #fff;
   text-transform: uppercase;
   font-size: 16px;
   margin: 0 15px;
   line-height: 47px; 
   display: inline-block;
}

.dark-layer {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .33);
}
.video-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.video-div video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
p.lista {
    margin: 0 0 3px 0px;
    align-items: center;
}

p.lista a, .btn-orange {
    border-radius: 0;
    background-color: #e18b1e;
    color: var(--white);
    text-transform: uppercase;
    padding: 6px 15px 5px 15px;
}
p.lista a span {
    margin-right: 12px;
    line-height: 27px;
    font-size: 14px;
}
p.lista a span, p.lista a img {
    display: block;
}

body .aktualis {
    padding: 60px 0;
}
.lista-oldal h3.stitle {
    margin-bottom: 60px;
}

nav.navbar {
    top: 48px;
    padding: 3px 0;
}
li.nav-item {
    margin: 3px 0 5px 0;
}
a.nav-link {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 14px 0px 14px !important;
}

a.nav-link:hover {
    color: #ffb10a;
}
a.site-main {
    position: absolute;
    top: -44px;
}

img.site-logo {
    height: auto;
}

footer {
    background: #19212e;
}

footer img.footer-logo {
    margin-bottom: 10px;
}

footer .nav-link-footer {
    display: inline-block;
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 5px;
}


footer p.copyright {
    margin: 0;
    padding: 12px 0;
    color: #fff;
    background-color: #e18b1e;
    text-align: center;
    font-size: 12px;
}

ul li.nav-item {
    transition: all .3s ease-in-out;
}


ul li.nav-item:hover a {
    color: #ffb10a;
}

ul li.nav-item:last-child a { 
    padding-right: 0 !important;
}


#main-side {
    background: url('../img/top-bg.jpg') no-repeat center center;
    height: 866px;
    align-items: center;
    position: relative;
}
#main-side .main-side-content {
    position: relative;
    z-index: 3;
}
#main-side .felso-felirat-box,
#subpage .felso-felirat-box {
    padding: 56px 0 56px 56px;
    position: relative;
    border-left: 3px solid #dd891e;
    margin-top: -60px;
    margin-left: 15px;
}

#main-side .felso-felirat-box span.org-line,
#subpage .felso-felirat-box span.org-line {
    height: 3px;
    width: 38%;
    background-color: #dd891e;
    position: absolute;
    left: 0;
    top: 0;
}

#main-side .felso-felirat-box span.org-line.line-bottom,
#subpage .felso-felirat-box span.org-line.line-bottom {
    top: auto;
    bottom: 0;
}

#main-side span.line-top::after,
#subpage span.line-top::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(100% - 5px);
  top: 0;
  width: 3px;
  height: 40px;
  background-color: #dd891e;
  margin-left: 5px;
  vertical-align: middle;
}

#main-side span.line-bottom::after,
#subpage span.line-bottom::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(100% - 5px);
  bottom: 0;
  width: 3px;
  height: 40px;
  background-color: #dd891e;
  margin-left: 5px;
  vertical-align: middle;
}

#main-side .felso-felirat-box h2.felso-cim,
#subpage .felso-felirat-box h2.felso-cim {
    font-size: 68px;
    line-height: 70px;
    margin: 0 0 10px 0;
    color: #e18b1e;
    text-transform: uppercase;
}

#main-side .felso-felirat-box p.felso-alcim,
#subpage .felso-felirat-box p.felso-alcim {
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 20px 0;
    color: #fff;
}

div.narancs {
    text-align: center;
    background-color: #e18b1e;
    padding: 15px;
    margin: 0 20px 0 0;
    width: 234px;
}
div.narancs p {
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}
div.narancs p.p-lg {
    font-size: 45px;
    line-height: 48px;
    color: #19212e;
    margin: 5px 0;
}





.section-title-box {
    font-family: "crs-65-bold", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 34px 0 33px 40px;
    border-left: 2px solid #000;
    margin-bottom: 30px;
}
h2.stitle {
    font-family: "crs-65-bold", sans-serif;
    text-transform: uppercase;
    color: #fff !important;
}
.section-title-box h2, h2.stitle {
    font-size: 32px;
    color: #19212e;
    line-height: 34px;
    margin-bottom: 15px;
}
.section-title-box h2 span, h2.stitle span {
    color: #e18b1e;
}
.section-title-box h3, h3.stitle {
    font-size: 28px;
    color: #000;
    line-height: 28px;
    font-family: "crs-35-light", sans-serif;
}

.section-title-box span.org-line {
    height: 2px;
    width: 20%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.section-title-box span.org-line.line-bottom {
    top: auto;
    bottom: 0;
}

.section-title-box span.line-top::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(100% - 5px);
  top: 0;
  width: 2px;
  height: 20px;
  background-color: #000;
  margin-left: 5px; /* opcionális eltolás */
  vertical-align: middle; /* hogy jól illeszkedjen szöveghez */
}
.section-title-box span.line-bottom::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(100% - 5px);
  bottom: 0;
  width: 2px;
  height: 20px;
  background-color: #000;
  margin-left: 5px; /* opcionális eltolás */
  vertical-align: middle; /* hogy jól illeszkedjen szöveghez */
}

#kapcsolat h2.stitle {
    color: #19212e !important; 
}

#bemutatkozas {
    background-color: #fff;
    padding: 70px 0 0 0;
}

div.bemut-valto {
    margin-bottom: 35px;
    margin-top: 38px;
}
div.bemut-valto a.tag-link {
    font-family: "crs-45-reg", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 53px;
    padding: 0;
    width: 100%;
    display: inline-block;
    color: #fff;
    transition: all .3s ease-in-out;
    text-align: center;
    background-color: #000;
}

div.bemut-valto a.tag-link:hover {
    
    background-color: #e18b1e;
}
.tl p {
    line-height: 28px;
    font-size: 17px;
    margin: 0 0 12px 0;
    align-items: center;
}
.tl p img {
    margin-right: 15px;
}
#infocsik {
    padding: 80px 0 150px 0;
    color: #e18b1e;
}
.szamlalo {
    margin-bottom: 5px;
    font-size: 55px;
    line-height: 60px;
}
#infocsik p {
    font-size: 34px;
    line-height: 38px;
}

#online-ajanlat {
    padding-bottom: 70px;
    background-color: #19212e;
}
.oa-top {
    margin-top: -98px;
    margin-bottom: 50px;
}

.category-slider  {
    margin: 60px 0 40px 0;
}
.category-slider .item {
    display: flex;
    height: 225px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.category-slider .item img {
    width: auto;
}

.category-slider .item .img-slider {
    height: 204px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.category-slider .item a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    
}
.category-slider .owl-nav {
    position: absolute;
    top: 25%;
    width: 100%;
}

.category-slider .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
}
.category-slider .owl-nav .owl-next {
    position: absolute;
    right: -80px;
}


#akciok, #szakertoi {
    padding: 70px 0;
}

#akciok h2.stitle, #szakertoi h2.stitle {
    color: #19212e !important;
}

#akciok h3.stitle, #szakertoi h3.stitle {
    margin-bottom: 70px;
}

.akcio-box .akcio-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 258px;
}
#szakertoi .akcio-box .akcio-img {
    height: 205px;
}
#szakertoi .akcio-box .akcio-img.xl-img {
    height: 400px;
}

#szakertoi .akcio-box {
    margin-bottom: 25px;
}
.akcio-box a.akcio-cim {
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    margin: 15px 0;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
#szakertoi .ab-sm .akcio-box a.akcio-cim {
    margin-top: 0;
    margin-bottom: 10px;
}
.akcio-box .akcio-datum {
    font-size: 16px;
    align-items: center;
    color: #6d6c6c;
}
#szakertoi .ab-sm .akcio-box .akcio-datum {
    margin-bottom: 0;
}
.akcio-box .akcio-datum img {
    margin-right: 10px;
}
.akcio-box .akcio-desc {
    font-size: 21px;
    line-height: 24px;
    margin: 15px 0 25px 0;
}
#szakertoi .ab-sm .akcio-box .akcio-desc {
    margin: 10px 0 10px 0;
    height: 62px;
    font-size: 18px;
    line-height: 21px;
    overflow: hidden;
} 
a.akcio-gomb, a.all-news-btn {
    font-size: 20px;
    display: inline-block;
    line-height: 48px;
    border: 1px solid #000;
    color: #000;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
a.akcio-gomb:hover {
    color: #fff;
    background-color: #171717;
}
#szakertoi .ab-sm a.akcio-gomb {
    font-size: 15px;
    line-height: 36px;
}
#akciok a.all-news-btn, #szakertoi a.all-news-btn {
    background-color: #e18b1e;
    border-color: #e18b1e;
    color: #fff;
    margin-top: 50px;
}

#akciok a.all-news-btn:hover, #szakertoi a.all-news-btn:hover {
    background-color: #000;
    border-color: #000;
}

#gyartok {
    background-color: #19212e;
    padding: 70px 0;
}
#gyartok h3.stitle, #velemenyek h3.stitle {
    color: #fff !important;
}
#gyartok .category-slider .item .img-slider, #gyartok .category-slider .item {
    height: 165px;
    margin-bottom: 0;
}
#gyartok .category-slider {
    margin-bottom: 0;
}

#velemenyek {
    background: url('../img/velemenyek.jpg') no-repeat center center;
    height: 548px;
    padding: 70px 0;
}
.velemeny-box {
    padding: 25px;
    background-color: #fff;
    position: relative;
    
    margin-bottom: 35px;
}
.velemeny-box p {
    margin: 0;
    font-size: 19px;
    line-height: 22px;
}
.velemeny-box::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
}

.velemenyek-slider {
    margin-top: 50px;
}
.velemenyek-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.velemenyek-slider .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: white !important;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5 !important;
  transition: opacity 0.3s;
  border: none !important;
}
.velemenyek-slider .owl-dot.active {
    opacity: 1 !important;
}
.velemenyek-slider .owl-dot.active {
  opacity: 1;
}


p.sl-nev {
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin: 0;
}

#kapcsolat {
    padding: 70px 0;
    background: var(--white);
}

p.k-adat {
    align-items: center;
}
p.k-adat {
    font-size: 20px;
}
p.k-adat img {
    margin-right: 15px;
}
div.adat-cont {
    margin-top: 60px;
}
#kapcsolat .errors, .kapcs-div .errors {
    color: red;
}

#kapcsolat .kapcs-form-input, .kapcs-div .kapcs-form-input  {
    background-color: #19212e;
    border: none;
    font-size: 20px;
    padding: 8px 15px 5px 15px;
    display: block;
    margin: 15px 0;
    width: 100%;
    color: #fff;
    font-family: "crs-45-reg", sans-serif;
}


.kapcs-form {
    margin: 0;
}
.kapcs-form-input::placeholder {
    color: #fff;

    font-family: "crs-45-reg", sans-serif;
    opacity: 1;
    /* Firefox */
}


.kapcs-form-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;

    font-family: "crs-45-reg", sans-serif;
}
.kapcs-form button {
    background-color: #e18b1e;
    border: 1px solid #e18b1e;
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    display: inline-block;
    line-height: 48px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.kapcs-form #user_message {
    margin-bottom: 20px;
}
label.adatvedelem, 
label.adatvedelem a {
    font-size: 18px;
    color: #171717;
}

label.adatvedelem a {
    text-decoration: underline;
}

label.adatvedelem input {
    float: left;
    margin: 8px 8px 0 0;
}

#sub-page {
    min-height: 75vh;
    padding-top: 60px;
}

#subpage .subpage-top {
    background: url('../img/subpagetop.jpg') no-repeat center center;
    height: 294px;
    display: flex;
    align-items: center;
}

body #subpage .felso-felirat-box h2.felso-cim {
    font-size: 40px;
    line-height: 43px;
}

body #subpage .felso-felirat-box span.org-line {
    width: 11%;
    height: 5px;
}

body #subpage .felso-felirat-box {
    margin-top: 0;
    padding: 45px 0 30px 40px;
    border-left: 5px solid #dd891e;
}
body #subpage span.line-bottom::after, body #subpage span.line-top::after {
    height: 20px;
    width: 5px;
}

#page-content {
    padding-top: 50px;
    padding-bottom: 50px;
    
}

.sub-categs-btns {
    gap: 15px 15px;
    flex-wrap: wrap;
}

.sub-categs-btns a.categ-btn {
    font-size: 21px;
    line-height: 42px;
    border: 1px solid #dd891e;
    color: #000;
    padding: 0 20px;
    transition: all .3s ease-in-out;
    display: inline-block;
    white-space: nowrap;
     flex-wrap: wrap;  
}

.sub-categs-btns a.categ-btn:hover {
    color: #fff;
    background-color: #dd891e;
}

h2.categ-title {
    font-size: 32px;
    line-height: 35px;
    padding: 25px 0;
    border-bottom: 1px solid #000;
}

.product-box {
    padding: 25px;
    border: 1px solid #000;
    margin-bottom: 30px;
    min-height: 414px;
}
.product-box .p-img img {
    height: 200px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.product-box .p-name {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 27px;
    display: block;
    margin: 15px 0 5px 0;
    height: 54px;
    overflow: hidden;
}
.product-box .p-details {
    font-size: 18px;
    color: #e18b1e;
    line-height: 21px;
    display: inline-block;
    margin: 0 0 15px 0;
    text-decoration: underline;
}
.p-bottom {
    align-items: flex-end;
    gap: 12px;
}
.p-bottom a.add-btn {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
    display: block;
    padding: 0 15px;
    margin-left: auto;
    background-color: #dd891e;
    transition: all .3s ease-in-out;
}
.p-bottom a.add-btn:hover {
    background-color: #c77a14;
}
.p-bottom span {
    font-size: 23px;
    line-height: 23px;
}
p.product-subdata {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 15px 0;
}

div.to-list-box {
    padding: 20px;
    border: 1px solid #000;
}

.product-main-container {
    margin-top: 20px;
}

.product-main-container .felso-felirat-box {
    border-color: #000 !important;
    margin-left: 0 !important;
    border-width: 2px !important;
    margin-bottom: 25px !important;
}

.product-main-container .felso-felirat-box .org-line {
    background-color: #000 !important;
    height: 2px !important;
    width: 16% !important;
}
body #subpage .product-main-container span.line-top::after, body #subpage .product-main-container span.line-bottom::after {
    width: 2px;
    background-color: #000;
}

#products-lis-container {
    padding: 30px 0;
}

.product-img {
    padding: 15px;
    border: 1px solid #000;
}
h2.product-name {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 35px;
}

div.product-details-text {
    padding: 40px 0;
}
span.nincs-keszlet {
    position: absolute;
    display: inline-block;
    padding: 3px 5px;
    background-color: #fff;
    color: red;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    text-transform: uppercase;
    top: 43%;
    z-index: 5;
}
div.product-description p, div.product-description  {
    font-family: 'crs-35-light', sans-serif;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 20px;
}
a.product-details {
    color: #e18b1e;
    font-size: 21px;
}
p.lista.mobile-list-btn {
    display: none !important;
}
div.img-menu {
    flex: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

#search-form {
    margin: 0 15px 3px 80px;
}

#search-form input, #search-form span {
    border-radius: 0;
}

p.ajanlat-info {
    background-color: #e18b1e;
    color: #19212e;
    text-transform: uppercase;
    margin: 0;
    line-height: 37px;
    font-size: 20px;
    text-align: center;
}

a.infoblokk {
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 10;
}

@media (max-width: 1260px) {
    #miert-mi {
        height: auto;
        background-size: cover;
    }
    
    .fuvar-8 .container {
        background-size: 480px !important;
    }
    .top-white p.kapcs {
        display: none;
    }
    .navbar-expand-md .navbar-nav {
        flex-wrap: wrap;
        justify-content: center;
    }
    #categorySlider .carousel-item {
        height: auto;
    }
    #online-ajanlat {
        padding-bottom: 10px;
    }
    #velemenyek {
        height: auto;
        background: #19212e;
    }
    #velemenyek .col-12 {
        width: 100%;
    }
    div.bemut-valto a.tag-link {
        line-height: 28px;
        padding: 4px 0 4px 0;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 66px;
    }
    .header-top {
        display: none;
    }

    .top-white {
        display: none;
    }

    .product-img {
        margin-bottom: 30px;
    }


    nav.navbar, header.scrolled .navbar {
        top: 0;
        height: 66px;
        background-color: #19212e !important;
    }
    nav.navbar .navbar-toggler {
        border-color: #fff;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255);
        position: absolute !important;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 66px;
    }
    .dropdown-menu .submenus {
        padding: 15px;
        display: block !important;
        max-height: 84vh;
        overflow-y: scroll;
    }
    .submenu-cont {
        padding: 0;
    }
    .img-menu {
        display: none;
    }

    .header-mobil {
        display: inline-block;
        width: 98%;
        margin: 30px 0 0 0;
    }
    
    #kapcsolat {
        padding: 30px 0;
    }
    div.adat-cont {
        margin: 30px 0 0 0;
    }
    
    a.site-main {
        position: relative;
        top: 0;
    }
    
    
    #szolgaltatasok {
        height: auto;
    }
    
    .screenshot_slider .owl-dots {
        display: none;
    }
    
    .screenshot_slider .owl-nav button {
        margin: 10px 10px 0 10px;
    }
    
    img.site-logo {
        height: auto;
    }
    footer .nav-link-footer {
        display: block;
        margin: 10px 0;
    }

    footer img.footer-logo {
        max-width: 60%;
    }

    footer p.copyright {
        font-size: 12px;
    }

    footer .py-sm {
        padding: 0 !important;
    }

    footer .py-sm {
        padding: 10px 0 !important;
    }
    
    
    #kapcsolat {
        height: auto;
        min-height: auto;
    }
    
    .navbar-toggler-icon {
        background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    
    #main-side {
        height: 93vh;
    }
    
    .dark-layer {
        height: 100%;
    }

    #video-slider .video-div {
        height: 100%;
    }

    #main-side .felso-felirat-box {
        padding: 0;
        border: none;
        margin: 0;
    }
    #main-side .felso-felirat-box span.org-line {
        display: none;
    }
    #main-side .felso-felirat-box h2.felso-cim {
        font-size: 60px;
        line-height: 63px;
        text-align: center;
    }
    #main-side .felso-felirat-box .narancs-boxok {
        display: block !important;   
    }
    #main-side .felso-felirat-box p.felso-alcim {
        text-align: center;
        font-size: 36px;
        line-height: 39px;
    }
    div.narancs {
        margin: 0 0 15px 0;
        width: 100%;
    }
    .section-title-box {
        padding: 25px 0 15px 0;
        border: none;
        margin-bottom: 0;
    }
    .section-title-box span.org-line {
        display: none;
    }
    div.tl img.w-100 {
        margin-bottom: 15px;
    }
    #infocsik {
        padding: 30px 0;
    }
    #infocsik .col-sm-3 {
        margin-bottom: 15px;
    }
    div.oa-top {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 0;
    }
    .category-slider .owl-nav .owl-prev {
        left: 0;
    }
    .category-slider .owl-nav .owl-next {
        right: 0;
    }
    #online-ajanlat {
        padding-bottom: 20px;
    }
    #velemenyek {
        background: #19212e;
        height: auto;
        padding: 30px 0;
    }
    li.dn-desktop {
        display: block;
    }

    body #subpage .felso-felirat-box {
        padding: 0;
        border: none;
    }
    body #subpage .felso-felirat-box .org-line {
        display: none;
    }
    body #subpage .felso-felirat-box h2.felso-cim {
        font-size: 30px;
        text-align: center;
    }
    body #subpage .felso-felirat-box p.felso-alcim {
        font-size: 30px;
        text-align: center;
    }
    #subpage .subpage-top {
        height: 200px;
    }
    #page-content {
        padding-top: 20px;
    }
    .breadcrumb {
        padding: 0 10px !important;
        font-size: 14px !important;
    }
    .akcio-box .row, .akcio-box .col-sm-7 {
        margin: 0;
    }
    .akcio-box .col-sm-7 {
        padding: 0;
    }
    .akcio-box .akcio-img {
        margin-bottom: 15px;
    }
    .akcio-box a.akcio-cim {
        height: auto;
    }
    #szakertoi {
        padding: 30px 0;
    }
    #gyartok {
        padding: 30px 0 0 0;
    }
    #gyartok .category-slider {
        margin-top: 20px;
    }
    h3.stitle {
        line-height: 30px;
    }
    .product-box {
        min-height: auto;
    }

    
    p.lista.mobile-list-btn {
        display: block !important;
        position: absolute;
        left: 40px;
        right: 0;
        width: fit-content;
        margin: 0 auto;
    }
    p.lista.mobile-list-btn img {
        display: none;
    }
    p.lista.mobile-list-btn span {
        margin: 0;
    }
    
    a.infoblokk {
        position: fixed;
        top: 66px;
        right: 0;
        z-index: 10;
        width: 30%;
    }
    a.infoblokk img {
        width: 100%;
    }
}