:root,
[data-bs-theme=light] {
  --bs-primary: #ffffff;
  --bs-primary-rgb: 255, 255, 255;
  --bs-link-color: #e65912; }

[data-bs-theme=dark] {
  color-scheme: dark; }

/*# sourceMappingURL=style.css.map */

body{
  background-color: #000000;
  font-family: Montserrat;
  color:white;
  overflow-x: hidden;
}

footer .footer-menu,
header .top-bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-family: Montserrat;
}

header img{
  width: 100%;
  height: auto;
}


footer li a,
header .top-bar li a,
.mobile-bar li a{
  padding: 0 1rem;
  color: #ececec;
  text-decoration: none;
}

footer i,
header i {
  color: #ececec;
}

footer i:hover,
footer a:hover,
header i:hover,
header .top-bar a:hover,
.mobile-bar a:hover{
  color: white;
}

.header .container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    width: 100%;
    background-color: #e65912;
}

.footer:before {
    content: '';
    background: url('https://demo.stilldesign.net/rioburger/wp-content/uploads/2024/09/footer-edited.png') no-repeat 0 bottom / 100% auto;
    width: 100%;
    height: 85px; 
    position: absolute;
    left: 0;
    right: 0;
    top: -83px;
}
.mobile-menu{
    display: none;
    text-align: right;
}
.menu-container{
  display: flex;
  justify-content: right;
}
.icons-container{
    font-size: 25px;
}
.still {
        display: inline-block;
        position: relative;
}

.still span {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: .4s ease;
        -moz-transition: .4s ease;
        -o-transition: .4s ease;
        transition: .4s ease;
}

.still:hover span {
        opacity: 1;
    }

.still img{
    width: auto;
    height: 30px;
}

h4{
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Gomb */

.btn {
    background-color: #e65912; 
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #e1791d;
    color: black;
}

.btn:active {
    background-color: #e1791d;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

/*Hero*/
.hero h3{
    font-family: 'Comic Sans MS';
}
.masodik_cim{
    color: #e65912;
    font-style: italic;
}
.terkep iframe{
    display: block;
}

/*Carousal*/

.carousal{
  margin: 0; !important
  padding: 0; !important
  width: 100%;
  height: 300px;
  background-image: url('https://demo.stilldesign.net/rioburger/wp-content/uploads/2024/09/hero-egyben.png');
  background-size: cover;
  bacground-position: center center;
  background-repeat: no-repeat;
}

.carousal-item {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border: 4px solid #e65912;
    background-color: white;
    margin-right: 30px;
    border-radius: 10px;
    object-fit: cover;

}
.slick-prev i, .slick-next i {
  font-size: 40px;
  color: grey;
}
.slick-prev i:hover,
.slick-next i:hover{
    color: white;
}
.slick-prev:before, 
.slick-next:before {
  content: '' !important; /* Ensure the default arrow content is removed */
  opacity: 0 !important;  /* Make sure it is fully transparent */
  display: none !important; /* Hide it completely */
}
.slick-active img{
    width: 100%;
    height: 100%;
}

/*Single-page*/
.single-page{
  margin-left: 150px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 100px;

}
.text-with-line {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.text-with-line h3{
    margin: 0;
}

.text-with-line::after {
    content: "";
    position: absolute;
    left: -1300px; 
    bottom: 0;
    height: 2px;
    width: calc(100% + 1300px); 
    background-color: #e65912;
}
.text-with-line-bal-fent{
    position: relative;
    display: inline-block;
    padding: 5px 0;
    text-align: right;
}
.text-with-line-bal-fent::before{
    content: "";
    position: absolute;
    left: -3000px;
    top: 0;
    height: 2px;
    width: calc(100% + 3000px);
    background-color: #e65912;
}

.text-with-line-jobb-fent{
    position: relative;
    display: inline-block;
    padding: 5px 0;
    overflow: hidden;
}

.text-with-line-jobb-fent h4,
.text-with-line-bal-fent h4{
    padding-top: 5px;
}

.text-with-line-jobb-fent::before{
    content: "";
    position: absolute;
    right: -3000px;
    top: 0;
    height: 2px;
    width: calc(100% + 3000px);
    background-color: #e65912;
    overflow: hidden;
    max-width: 100%;
}

.excerpt{
    padding-left: 300px;
    padding-right: 0;
    color: #e65912;
    font-style: italic;

}

.main-jobb img{
    width: auto;
    height: 200px;
}


/*statikus*/

.statikus{
    height: 90vh;
}

/*kapcsolat*/
.kapcsolat-hullam {
    height: auto; 
    background-color: transparent; 
    overflow: hidden; 
    width: 100%; 
}

.kapcsolat-hullam svg {
    display: block; 
    width: 100%; 
    height: auto; 
}



.nyitvatartas {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.nyitvatartas .nap {
    width: 150px; 
}

.nyitvatartas .ido {
    text-align: left;
    flex-grow: 1; 
}

.elerhetosegek{
    margin-right: 400px;
}

/*űrlap*/
.wpcf7 {
    border: 4px solid #e65912;
    border-radius: 10px; 
    padding: 20px; 
    max-width: 500px;
    margin: 0 auto; 
    background-color: transparent;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
textarea {
    width: 100%; 
    padding: 10px; 
    margin: 10px 0; 
    border: none; 
    border-bottom: 2px solid white;
    border-radius: 0; 
    font-size: 16px; 
    color: white; 
    background-color: transparent;
}

.wpcf7 input::placeholder {
    color: white; 
    opacity: 1; 
}

.wpcf7 input[type="submit"] {
    display: block;
    margin-right: 0;
    margin-left: auto;
    background-color: #e65912; 
    margin-top: 30px;
    color: white; 
    padding: 10px 20px; 
    border: none; 
    border-radius: 10px; 
    cursor: pointer; 
    font-size: 16px; 
}


.wpcf7 input[type="submit"]:hover {
    background-color: darkorange;
}

/*reszponziv*/
@media(max-width: 1024px){
    .elerhetosegek{
        margin-right: 0;
    }
    .rendeles-fent{
        display: none;
    }
    .rendeles-lent{
        display: none;
    }
}

@media(max-width: 768px){
    #floatingMenu,
    #allergenMenu  {
        width: 80%; /* Adjust width to fit smaller screens */
        height: auto; /* Set height to auto to prevent overflow */
        left: 100px !important; /* Center horizontally */
        transform: translateX(-50%); /* Center alignment */
        padding: 20px 10px 10px; /* Reduce padding for smaller screens */
    }
    .felirat{
        margin-top: 10px;
    }
    .rendeles-fent{
        top: 100px;
    }
    header .col-2{
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    header img{
        height: 60px;
        width: auto;
    }
    .mobile-menu{
        display: inline-block;
    }
    .menu-container,
    .top-bar{
        display: none; !important
    }
}

@media(max-width: 425px){
    .cart-icon-wrapper,
    .cart-counter{
        display: none;
    }
    .text-with-line{
        margin-top: 100px;
    }
    .rendeles-hullam {
    height: 40px !important;
    }
    .rendeles-fent{
       display: none;
    }
    .icons-container{
        font-size: 15px; 
    }
    header img{
        height: 40px;
        width: auto;
    }
    .main-jobb{
        display: none;
    }
    .excerpt{
        padding-left: 0px;
    }
    footer .row{
        justify-content: center;
    }
}

/*modal*/

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.2); 
    backdrop-filter: blur(10px);
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.2); 
    margin: 0;
    border: 0;
    width: 100%; 
    height: 100%; 
    box-sizing: border-box; 
    display: flex; 
    justify-content: center; 
    text-align: center;
}
.modal-mobile {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.7); 
    width: 100%;
    height: 100%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute; 
    top: 10px; 
    right: 20px; 
}



.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.mobile-bar{
    list-style-type: none;
    line-height: 1.5;
}

/*Ételrendelés*/
.wc-block-cart__submit-button{
    background-color: #e65912;
    border-radius: 20px;
}

.wc-block-cart__submit-button:hover{
    background-color: #e1791d;
    color: black;
}


.cart-icon-wrapper {
    position: relative;
    display: inline-block;
}
.cart-counter {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 18px;
    background-color: #e65912;
    color: black;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    transition: color 0.3s ease, background-color 0.3s ease;
}


.termek-box{
    height: 320px;
    width: 270px;
}
.box{
    margin: 10px;
}
.termek-leiras{
    border: 2px solid #e65912;
    margin-right: 50px;
    border-radius: 10px;
    min-height: 200px;
}

.termek-neve{
    color: black;
    display: block;
    margin-bottom: 15px;
}

.termek-szoveg{
    display: block;
    color: #e65912;
}

.kosar{
    background-color: #90d39c;
    min-height: 69px;
    border-radius: 10px;
    margin-top: -20px;
}

.variacio{
    display: inline-block;
    font-size: 11px;
    color: black;
    margin: 4px;
    border: 1px solid black;
    border-radius: 20px;
    padding: 4px;
}

.variacio:hover{
    color: white;
    background-color: #e65912;
    border-color: white;
}
.variacio.selected {
    color: white;
    background-color: #e65912; 
    border-color: white; 
}
.felirat{
    text-align: right;
    margin-top: -50px;
}
.felirat p{
    color: black;
    margin: 0;
}
.cta{
    padding: 20px 20px 5px;
}

.cta a{
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.cta a:hover{
    color: #e65912;
}
.term-container{
    background-color: #e65912;
    border-radius: 10px;
    margin-right: 5px;
    padding-top: 3px;

}

.term-container a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-container {
    display: flex;
    align-items: center;
    gap: 10px; /* space between toggle button and menu */
    position: fixed;
    left: 80px;
    bottom: 20px;
    z-index: 9000;
}


#floatingMenu,
#allergenMenu {
    background-color: #e65912; 
    border-radius: 10px;
    padding: 5px 10px 5px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 100%; 
    left: 0;
    z-index: 100;
    margin-bottom: 10px;
    width: 200px; 
}
#allergenMenu {
    left: 0;
}
#allergenMenu p{
    font-size: 12px;
    text-align: center;
}
.allergen-item{
    display: flex;
}
.allergen-item img{
    width: 50px;
    height: auto;
}

/* Close button styling */
#closeMenu {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
    /* Button styling inside the menu */
    .menu-b {
        margin: 1px 0;
    }
    .category-link {
        font-size: 10px !important;
        display: inline-block;
        background-color: #fff;
        color: black;
        border-radius: 20px;
        padding: 8px 0px;
        text-align: center;
        width: 100%;
    }

.btn-b {
    background-color: #e65912; 
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.btn-b a {
    color: white; 
    font-size: 12px; /* Smaller font size */
    text-decoration: none;
    display: block;
    width: 100%; /* Make link full width */
}

.btn-b a:hover {
    color: black; 
}

.btn-b:hover {
    background-color: #e1791d;
}

.wc-block-components-state-input,
.wc-blocks-components-select__container,
.wc-blocks-components-select__select {
    display: none !important;
    visibility: hidden !important;
}



.up{
    position: fixed;
    left: 20px; 
    bottom: 20px; 
    z-index: 9000;
    background-color: #e65912;
    border-radius: 50%;
    width: 40px; 
    height: 40px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: white;
    text-align: center;
    font-size: 20px; 
    text-decoration: none; 
}

.up i{
    font-size: 20px;
}

.rendeles-fent{
    position: absolute;
    z-index: 2020;
    top: 270px;
}
.rendeles-lent {
            position: absolute;
            z-index: 2020;
            top: 900px; /* Adjust as necessary */
            right: 0; /* Align to the right */
        }

        .rendeles-lent img {
            width: auto; /* Auto width */
            height: 60px; /* Fixed height */
        }

.rendeles-fent img{
    width: auto;
    height: 60px;
}

.rendeles-hullam{
    height: 250px;
}

.order-popup {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #ff0000;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
}

