.alert{
    font-size:2em;
    border-radius:0;
    padding:20px;
    margin-bottom:30px;
}

.alert-danger{
    background-color:#86040b;
    color:#ffffff;
}

.socials-widget {
    display: none;
}
@font-face {
    font-family: 'Bakemono';
    src: url('https://cs.cdn-upm.com/themes/7059ec15-c174-11ec-9695-525400080621/assets-695/Bakemono.otf') format('truetype');
    font-weight: lighter;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'Bakemono';
    src: url('https://cs.cdn-upm.com/themes/7059ec15-c174-11ec-9695-525400080621/assets-695/Bakemono.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    min-height: 100vh;
}
body.theme-new-home {
       font-family: 'Bakemono'; position: relative;
   background: #000000;
}

.fancybox-skin{
    background: #333333 !important;
}
.gallery .theme-gallery{
    margin: 0px !important;
    padding: 0px !important;
}
.gallery a{
    border: none !important;
}
#_delivery-check-form-details {
    display: none;
}
._delivery-check-form-title {
    display: none;
}
.theme-content {
    background: transparent;
}
.theme-footer {
    display: none;
}
._check-form-address {
    border-radius: 6px;
    color: #7f7f7f;
    font-size: 18px;
}
._check-form-address .fa {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    color: #86040B;
}
.background-0 {
    position: relative;
    // overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0px 30px 21px 28px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 30px 21px 28px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 30px 21px 28px rgba(0, 0, 0, 1);
}

.background-0 > .restaurants {
    min-height: 100vh;
    height: 1080px;
    position: relative;
    padding-bottom: 40px;
    background:  url("https://cs.cdn-upm.com/themes/7059ec15-c174-11ec-9695-525400080621/assets-695/tlo.png"); 
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    align-items: center;
}

.background-0 > .restaurants img {
    margin-top: 70px;
}
h1, h2, p {
    font-family: 'Bakemono';
    color: #fff;
    margin: 0;
    font-weight: normal;
}
p {
    font-size: 25px;
    font-weight: lighter;
    font-family: 'Bakemono';
}
h1 {
    font-size: 58px;
    font-family: 'Bakemono';
}
h2 {
    font-family: 'Bakemono';
}
.modal-content p {
    color:#333333;
}

.open {
    padding: 230px 0 170px 0;
}
.open .buttons {
    margin: 25px 0 90px;
}
.open .buttons .btn {
    padding: 14px 36px 7px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 22px;
    min-width: 175px;
}
.header {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .container:before, .header .container:after {
    display: none;
}
.header .container > div {
    display: flex;
    align-items: center;
}
.header .container > div a {
    display: inline-block;
    margin-left: 13px;
}
.header .small-btn {
    font-size: 12px;
    background: #fff;
    padding: 4px 14px;
    border-radius: 16px;
    display: inline-block;
    color: #000;
    font-family: 'Slate Pro Regular';
    margin-bottom: 1px;
    text-decoration: none;
}
.header .small-btn:hover {
    color: #fff;
    background: #fd8a25;
    text-decoration: none;
}
.header .hamburger {
    font-size: 28px;
    height: 30px;
    color: #fff;
}
.main-menu {
    position: absolute;
    top: 0;
    right: -40%;
    width: 40%;
    height: 100vh;
    display: flex;
    align-items: center;
    background: #222121;
    z-index: 12;
    transition: right 0.3s ease-in;
    padding: 0 100px;
}
.main-menu.active {
    right: 0;
    transition: right 0.3s ease-in;
}
.main-menu ul {
    padding: 0;
    font-size: 32px;
    line-height: 1.25;
}
.main-menu li {
    list-style: none;
}
.main-menu li span {
    display: block;
    width: 350px;
    border-top: 1px dotted #fff;
    opacity: 0.9;
    margin: 20px 0;
}
.main-menu li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Bakemono';
    opacity: 0.9;
    padding-left: 12px;
}
.main-menu li a:hover {
    opacity: 1;
    text-decoration: none;
}
.main-menu .close {
    position: absolute;
    top: 50px;
    right: 50px;
}
.check-delivery .theme-content-padding-lg {
    padding: 0px;
}
p.login-text {
    max-width: 650px;
    margin: 0 auto;
    font-size: 13px;
    font-family: 'Bakemono';
}
p.login-text a {
    font-family: 'Bakemono';
    color: #fff;
    text-decoration: underline;
}
p.login-text a:hover {
    color: #fff;
    text-decoration: none;
}

._check-form-address {
    position: relative;
}
._check-form-address:before {
    content: 'DOSTAWA';
    background: #86040B;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-family: 'Bakemono';
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    padding: 11px 20px 7px;
    line-height: 20px;
    border-radius: 2px;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.2); 
    right: 171px;
}
html[lang="en"] ._check-form-address:before {
    content: 'DELIVERY';
    right: 158px;
}
html[lang="de"] ._check-form-address:before {
    content: 'LIEFERUNG';
    right: 185px;
}
._check-form-address:after {
    content: 'ODBIÓR';
    background: #414141;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-family: 'Bakemono';
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    padding: 11px 20px 7px;
    line-height: 20px;
    border-radius: 2px;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.2); 
    right: 20px;
}
html[lang="en"] ._check-form-address:after {
    content: 'TAKE AWAY';
}
html[lang="de"] ._check-form-address:after {
    content: 'ZUM ABHOLEN';
}
._check-form-address span:after {
    content: 'lub';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
    right: 135px;
    font-family: 'Bakemono';
}
html[lang="en"] ._check-form-address span:after {
    content: 'or';
    display: none;
}
html[lang="de"] ._check-form-address span:after {
    content: 'oder';
    display: none;
}

#_delivery-check-form-details {
    /*display: block;*/
    width: 750px;
    margin: 0 auto;
}
#_delivery-check-form-details .dropdown {
    display: none;
}
.check-delivery a.list-group-item {
    width: 100%;
    border: none;
    border-bottom: 1px solid #333;
    padding: 10px 20px;
}
#_delivery-check-restaurants ._restaurant:last-of-type {
    border: none;
}
.check-delivery a.list-group-item .text-muted {
    display: none;
}
.check-delivery a.list-group-item:after {
    display: none;
}
#_delivery-check-restaurants {
    background: #000;
    border-radius: 8px;
    margin-bottom: 15px;
}
.restaurants-scrollable {
    height: 350px;
    overflow-y: scroll;
}
.restaurants-scrollable::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
}

/* Track */
.restaurants-scrollable::-webkit-scrollbar-track {
  background: #333; 
  border-radius: 8px;
}

/* Handle */
.restaurants-scrollable::-webkit-scrollbar-thumb {
  background: #e18600; 
  border-radius: 8px;
}

/* Handle on hover */
.restaurants-scrollable::-webkit-scrollbar-thumb:hover {
  background: #e18600; 
  border-radius: 8px;
}
.check-delivery .odbior {
    width: 140px;
    height: 100px;
    background: transparent;
    position: absolute;
    top: 0px;
    right: 50%;
    transform: translateX(375px);
    display: block;
    z-index: 7;
}

.theme-hours .theme-hour {
    display: inline-block !important;
}

@media(min-width: 1800px) {
    .container {
        width: 1690px;
    }
}
@media(max-width: 1600px) {
    .main-menu {
        width: 50%;
        right: -50%;
        padding: 0 80px;
    }
    .main-menu .close { 
        top: 25px;
        right: 25px;
    }
    .background-1 {
        background-position: left center;
    }
}
@media(max-width: 767px) {
    ._check-form-address:before, ._check-form-address:after, ._check-form-address span:after {
        /*display: none;*/
    }
    ._check-form-address:after {
        right: 10px;
        font-size: 12px;
        padding: 4px 10px 1.5px;
    }
    ._check-form-address:before {
        right: 80px;
        font-size: 12px;
        padding: 4px 10px 1.5px;
    }
    ._check-form-address span:after {
        display: none;
    }
    html[lang="en"] ._check-form-address:before {
        right: 95px;
    }
    html[lang="de"] ._check-form-address:before {
        right: 113px;
    }
    ._check-form-address {
        font-size: 15px;
        padding: 12px 10px 10px;
    }
    ._check-form-address .fa {
        font-size: 22px;
        width: 20px;
    }
    .check-delivery .odbior {
        transform: none;
        right: 20px;
        top: 0px;
        height: 40px;
        width: 70px;
    }
    .background-1 {
        background-size: 1200px;
    }
    .background-2 {
        background-size: 1200px;
    }
    .background-1 > .restaurants img {
        margin-top: 60px;
        width: 320px;
        margin-bottom: 20px;
    }
    .background-1 > .restaurants {
        height: 750px;
    }
    p {
        font-size: 15px;
    }
    h1 {
        font-size: 26px;
    }
    h2, .mobile-app h2 {
        font-size: 21px;
    }
    .mobile-app .row {
        margin-top: 20px;
    }
    .mobile-app .row img.phone {
        width: 310px;
        margin-bottom: 30px;
    }
    html[lang="de"] .mobile-app .row img.phone {
        width: 290px;
        margin-bottom: 20px;
    }
    html[lang="en"] .mobile-app .row img.phone {
        width: 290px;
        margin-bottom: 20px;
    }
    .background-1 > .mobile-app {
        height: 675px;
        padding-top: 50px;
    }
    .background-1 > .mobile-app br {
        display: none;
    }
    .mobile-app .icon {
        margin: 20px 10px 0 0;
        height: 35px;
    }
    .open {
        padding: 100px 0 60px 0;
    }
    .open .buttons .btn {
        padding: 12px 30px 5px;
        font-size: 18px;
        min-width: auto;
        margin: 0 5px;
    }
    .main-menu ul {
        font-size: 22px;
    }
    .header .small-btn {
        display: none !important;
    }
    .header .logo img {
        width: 135px;
    }
    .main-menu {
        width: 100%;
        right: -100%;
        padding: 0 20px 20px;
        height: 700px;
    }
    .background-0 {
        background: black;
    }
    .background-0 video {
        max-height: 70%;
        max-height: 77%;
        min-width: initial;
        min-height: initial;
        transform: translateX(-50%) translateY(-45%);
        transform: translateX(-50%) translateY(-30%);
        transform: translateX(-50%) translateY(-35%);
        max-height: 45%;
        transform: translateX(-50%) translateY(12%);
    }
    #_delivery-check-form-details {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .restaurants-scrollable {
        height: 250px;
    }
    .background-0 > .restaurants {
        height: 743px;
        min-height: auto;
    }
}


@media (min-width: 768px) {
    .check-delivery #delivery-check-form #_check-delivery {
        font-size: 18px;
        font-family: 'Bakemono';
        text-transform: uppercase;
        display: inline-block;
        padding: 11px 20px 7px;
        line-height: 20px;
        border-radius: 2px;
        box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
        margin-top: -7px;
    }
}

.pull-right>.dropdown-menu{
    color: #000000;
}

.bg-tantanmen {
    position: relative;
    max-height: 1080px;
}
.bg-tantanmen > .ramen-1 {
    height: 800px;
    position: relative;
    background-size: cover;
}

.bg-tantanmen > .ramen-1 > .container {
    position: relative;
    top: 480px;
    left: 25px;
}
.bg-vege {
    position: relative;
    padding-bottom: 40px;
}
.bg-vege > .ramen-2 {
    min-height: 100vh;
    height: 1080px;
    position: relative;
    background-size: cover;
    display: grid;
}
.bg-vege > .ramen-2 > .container {
    margin-left:30px;
    display: flex;
    align-items:center;
}
div.ramen-text > p {
    line-height: 1.7em;
}
.zl-container{
    background-color: #222222;
    height: 100px;
    display: grid;
}
.zl-title{
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .bg-vege > .ramen-2 > .container {
        width: 1500px;
    }
    div.ramen-text > p {
    font-size:18px;
}
}

@media (min-width: 992px) {
     div.ramen-text > h1 {
        font-size: 45px;
    }
    div.ramen-text > p {
        font-size: 15px;
    }
}



.ramen-link > p{
    filter: drop-shadow(2px 2px 5px black);
}
p.ramen-text{
    float: right;
    max-width: 760px;
    filter: drop-shadow(2px 2px 5px black);
}
a.ramen-link:hover{
    text-decoration: none;
}

footer p{
    font-size:14px;    
}

.mobile-app {
    font-size: 30px;
}
.mobile-app h2 {
    font-size: 46px;
}
.mobile-app .row {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap; 
    margin-top: 120px;
}
.mobile-app .icon {
    margin: 20px 10px 20px 0;
}

@media (max-width: 767px) {
    .bg-tantanmen > .ramen-1{
        height: 760px;
    }
    .bg-tantanmen > .ramen-1 > .container {
        position: relative;
        top: 560px;
        left: 0px;
}
}

.news-ramen{
    background-color: #131313; 
}

.news-ramen-pupil{
    background-image: url("https://cs.cdn-upm.com/themes/7059ec15-c174-11ec-9695-525400080621/assets-695/orc-pupil-back.png");
    background-repeat: no-repeat;
    background-position: 105% 125%; 
    margin-top:100px;
    padding:20px;
    background-attachment: scroll;
}

.news-ramen h1 {
    text-align: center;
    padding: 30px;
}
p.ramen-title{
    font-size: 4em;
}
.news-ramen p{
    text-indent:2em;
}
p.oramenie-text{
    padding: 30px 0;
}
.news-ramen picture {
    overflow: hidden;
    display: block;
    max-height: 560px;
    height: 100%;
}
picture > img {
    position: relative;
    bottom: 160px;
}



@media (max-width: 1800px) {
    .news-ramen p{
    font-size:1.4em;
    padding: 20px 0;
    }
    
    .news-ramen picture {
    overflow: hidden;
    display: block;
    max-height: 420px;
    height: 100%;
    }
picture > img {
    position: relative;
    bottom: 85px;
    }
}
@media (max-width: 1200px) {
    .news-ramen-pupil{
        background-position: 150% 113%; 
    }
    .news-ramen p{
    font-size:1.2em;
    }
    p.oramenie-text{
    padding: 20px 0;
}
    .news-ramen picture {
    max-height: 350px;
    }
picture > img {
    bottom: 60px;
    }
}
@media (max-width: 992px) {
    .bg-vege > .ramen-2 > .container {
    margin:0 auto;
    }
    .news-ramen-pupil{
        background-position: 240% 120%; 
    }
    .news-ramen p{
    font-size:1.2em;
    }
    p.oramenie-text{
    padding: 20px 0;
}
    .news-ramen picture {
    position: relative;
    top: 55px;
    max-height: fit-content;
    }
picture > img {
    bottom: 0px;
    }
    div.ramen-text h1{
        font-size: 40px;
    }
        div.ramen-text p{
        font-size:15px;
        line-height: 1.7em;
    }
}

@media (max-width: 767px) {
    .news-ramen p{
        font-size:1.2em;
    }
    p.ramen-title{
        font-size: 3em;
}
    p.oramenie-text{
        padding: 20px 0;
    }
    .news-ramen picture {
        position: initial;
        max-height: fit-content;
        height:100%;
    }
    picture > img {
        position: inherit;
    }
    div.ramen-text p{
        font-size:13px;
        line-height: 1.7em;
    }
    div.ramen-text > h1 {
        font-size: 26px;
    }
    div.ramen-text > p {
        font-size: 11px;
    }
    .name a{
        font-size: .8em;
    }
}

/*PEPSI*/
.background-pepsi {
    background: url(https://cs.cdn-upm.com/themes/7059ec15-c174-11ec-9695-525400080621/assets-695/ramenshop-pepsi-main-desktop.jpg) center center no-repeat;
    max-width: 1920px;
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    max-height: 1080px;
    position: relative;
    background-size: contain;
    }
.background-pepsi .img-big-mobile {
    display: none;
}
.background-pepsi .img-big {
    width: 35em;
    position: relative;
    left: 50px;
}

@media(max-width: 767px) {
    .background-pepsi {
    background: url(https://cs.cdn-upm.com/themes/7059ec15-c174-11ec-9695-525400080621/assets-695/ramenshop-pepsi-main-mobile.jpg) center center no-repeat;
    background-size: cover;
    height: 100vw;
}
    .background-pepsi .img-big {
        display: none;
    }
    .background-pepsi .img-big-mobile {
display: block;
    margin-bottom: 595px;
    width: 59vw;
    margin-left: 30px;
    }
}
/*PEPSI END*/