
body {
    background-color: rgb(255, 255, 255);
    background-image: url(/images/dark/background_white.png);
    background-size: cover;
    background-attachment: fixed;
    padding:120px 0 0px 0;
    background-position: 20px center;
    background-repeat: no-repeat;
}

#phone {
    color: white;
    /*top: -17px;*/
    left: 20px;
    margin-top: 38px;
}

#phone p {
    color: white;
    font-size: 14px;
}

div {
    color: black;
}

div#header {
    background: linear-gradient(90deg, rgba(8, 17, 62, 1) 0%, rgba(1, 1, 41, 1) 100%);
}

#logo {
    border-radius: 5px;
    margin: 18px 0 0 10px;
    padding-bottom: 90px;
}

#logo img{
    width: 210px;
}

#footerinner li a {
    color: black;
}

#footerinner {
    color: black;
}

#footerinner p {
    color: black;
}

#header:after {
    content: '';
    z-index: -1;
    width: 100%;
    padding-top: 2%;
    position: absolute;
    top: 119px;
    left: 0;
    pointer-events: none;
    background-image: url(/images/vector.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 110% auto;
    filter: drop-shadow(0 5px 3px rgba(0, 8, 100, 0.5));
}

#bigcity {
    color: white;
    margin-top: 0px;
}

#bigcity::before {
    top: -12px;
}

#links {
    margin-top: 20px;
}

div.country {
    color: #ffffff;
    margin-top: 25px;
}

div.country_inner {
    color: #000000;
}

a {
    color: black;
}

#recommended h2 {
    /*display: none;*/
}


div.widepage {
    position: relative;
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    background-size: auto 110%;
    background-position: top -10px right 0;
    text-align: center;
    color: white;
    background: none;
    display: flex;
}

#topmenumobilesmall {
    display: inline-block;
    visibility: visible;
    position: relative;
    top: -20px;
    vertical-align: bottom;
    text-align: center;
    border-radius: 3px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.33);
    padding: 10px;
    margin-bottom: 13px;
    background-color: #5661A1;
}

#topmenumobilesmall a {
    color: white;
}

#basket {
    padding: 10px 0 0 10px;
    position: absolute;
    top: 20px;
    right: 0;
    box-sizing: border-box;
    /*padding: 0;*/
    color: black;
    text-align: center;
    font-size: 100px;
    font-family: FontAwesome;
    /*background-color: rgba(0, 8, 100, 0.5);*/
    border-radius: 5px;
    margin-right: 15px;
    background-image: url("images/dark/basket.svg");
    background-repeat: no-repeat;
    background-size: 80%;
    margin-top: -25px;
}


#basketcount {
    right: 32px;
    top: 4px;
    background: none;
    color: white;
    border: none;
    padding-top: 5px;
}


#basketprice {
    position: absolute;
    bottom: 0px;
    left: -65px;
    color: #ffffff;
    text-align: left;
    font-size: 19px;

}

div.menupoint {
    position: relative;
    margin: 15px 9px 30px 9px;
    vertical-align: top;
    box-sizing: border-box;
    width: 240px;
    min-height: 185px;

    overflow: hidden;
    height: 435px;
    border-radius: 15px;
    /*overflow: visible;*/
    border: none;
    background-color: white;
    box-shadow: -7px 8px 12.4px 0px rgba(0,0,0,0.2);

}



#scrolltop {
    z-index: 35;
}

div.menupoint div.menuline a {
    top: 4px;
    display: block;
    position: relative;
    z-index: 10;
    text-decoration: none;
    text-transform: none;
    /*left: 5px;*/
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    max-width: 190px;
    margin: 0 auto 3px auto;
    text-align: center;
    line-height: 15px;
}




div.menuline a {
    color: white;
}

#recommended {
    /*background: linear-gradient(90deg, rgba(8,17,62,1) 0%, rgba(1,1,41,1) 100%);*/
    /*background-image: url(/images/dark/background2.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    width: 100%;
    height: 260px;
    padding: 0 10px 0 40px;
    margin: 0;
    box-sizing: border-box;
    color: black;
    text-align: left;
    text-transform: uppercase;
    overflow: hidden;
    background: none;
}

#recommendedinner {
    /*display: none;*/
}

#recommended a.arrowrec {
    /*display: none;*/
}

div.arrow {
    display: none;
}

div.halfpage h1 {
    color: #0A246A;
}

p {
    color: black;
    padding: 0;
    margin: 0;
}

div.price span.s {
    color: #0A246A;
    background-color: white;
    padding-right: 0;
    border-radius: 5px;
}


div.page {
    background: #0A246A;
}

#footer {
    background: none;
}

#filter a.gry {
    color: white;
    font-size: 16px;
}

div.halfpage {
    position: relative;
    display: inline-block;
    width: calc(50% - 15px);
    margin: 0;
    box-sizing: border-box;
    vertical-align: top;
    border-top: 6px solid #ef7f1a;
    padding: 0 0 0 50px !important;
}

div.halfpage div.image img {
    position: relative;
    left: 1px;
    top: 5px;
    z-index: 15;
    width: 244px;
    height: 398px;
    object-fit: cover;
    border-radius: 45px 10px;
    /*overflow: visible;*/
    border: none;

}


div.halfpage div.info input[type="checkbox"] + label {
    background: none;
    color: #0A246A;
}

div.menupoint div.menuline div.info input[type="checkbox"] + label {
    left: -5px;
    color: #0A246A;
    top: 5px;
    width: 18px;
    height: 18px;
}

div.freedelivery {

    top: -30px;
    left: 20px;

}


#links a.headerbutton {
    background-color: rgba(1, 1, 41, 1);
    border: white 1px solid;
    color: white;
    padding: 6px 10px 5px 10px;
}

div.halfpage {
    border: none;
}


#links a.headerblinkbutton {
    animation: blinkbutton 2s linear infinite;
}

@keyframes blinkbutton {
    0% {
        color: rgba(1, 1, 41, 1);
        background: white;
    }
    50% {
        color: white;
        background: rgba(1, 1, 41, 1);
    }
    100% {
        color: rgba(1, 1, 41, 1);
        background: white;
    }
}

#searchblock {
    display: none;
}

#cards {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}


div.menupoint div.menuline {
    position: relative;
    top: 80px;
    text-align: left;
    padding: 4px 10px 0 10px;
    box-sizing: border-box;
    background-color: white;
    height: auto;
    width: 100%;
    margin-top: 20px;

}

a.addto5 {
    background-color: #0A246A;
    color: white;
    right: 40px;
    padding: 7px 20px 7px 20px;
    top: 0;
}


div.menupointimage img {
    position: absolute;
    top: -20px;
    left: 0;
    object-fit: cover;
    width: 240px;
    height: 310px;
}

.watch{
    opacity: 0;
}

div.price span.s:after {
    border-bottom: 1px solid #0A246A;
}

.lefthalf{

}

div.menupoint div.price {
    font-size: 15px;
    background-color: white;
    display: flex;
    top: 384px;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    color: black;
    font-weight: 900;
    border-radius: 0 0 0 20px;
    position: absolute;
    height: 40px;
    justify-content: space-between;
    z-index: 9;
    text-align: center;
    width: auto;
    left: 0;
    right: 0;
}


div.priceleft {
    background-color: #FF8A00;
    font-size: 20px;
    width: 60px;
    color: white;
    padding: 2px 15px 3px 15px;
    border-radius: 5px;
    display: flex;
    text-align: center;
    justify-content: center;
}

a.addto4 {
    left: 200px;
    background-color: #ffffff;
    width: 70px;
    position: static;
    text-transform: none;
    font-size: 17px;
    font-weight: 600;
    outline: #FF8A00 1px solid;
    color: black;
    border-radius: 5px;
    height: 27px;
    padding: 0 0 3px 1px;
    display: flex;
    align-items: center;
    justify-content: center;

}

div.menupoint div.price span.s {
    position: absolute;
    top: -18px;
    left: 35px;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0px 0 0;
    background: none;
}




div.price span.s:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 45%;
    color: red;
    width: 79%;
    height: 0;
    border-bottom: 2px solid black;
    transform: rotate(-25deg);
}

div.menupoint div.info input[type="checkbox"] ~ div.description::after {

    right: 15px;
}


div.price {

    position: relative;
    width: 600px;
    height: 41px;
    margin: 30px 0 30px 0;
    color: #0A246A;
    font-weight: bold;
    font-size: 30px;
    left: 60px;
    padding: 0;
    box-sizing: border-box;
    text-align: left;
    bottom: -240px;

}

INPUT {
    height: 22px;
    background: none;
    color: #000000;
}

#citylistcolumns input.citylistsearch input {

}

#citylistcolumns input.citylistsearch::placeholder {
    color: #616161;
}

#citylistcolumns input.citylistsearch {
    padding: 13px;
    height: 40px;
    color: #000000;
}




::placeholder {
    color: white;
}


#footerinner li a {
    font-size: 14px;
}

#footerinner li {
    font-size: 17px;
}

div.price span.snew {
    white-space: pre;
    position: relative;
    font-size: 28px;
    font-weight: normal;
    display: inline-block;
    margin: 0 30px 0 0;
    color: black;
    padding-right: 20px;
    border-radius: 5px;
}

div.price span.snew:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    color: red;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #000000;
    transform: rotate(-30deg);
}

.longdesc {
    max-width: 600px;
    /*text-indent: -60px;*/
    margin-left: 60px;
}

p.c {
    margin: 40px 5px 15px 5px;
}

#city {
    margin: 23px 0 0 15px;
}

a:hover {
    COLOR: #ef7f1a;
    font-weight: normal;
    text-decoration: none;
}



div.menupoint div.menuline div.info {
    z-index: 20;
    display: block;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    user-select: none;

}



div.menupoint div.menuline div.info input[type="checkbox"]:checked + label {
    background-color: #010129;
}



div.halfpage div.info input[type="checkbox"]:checked ~ div.counters {
    position: absolute;
    display: block;
    z-index: 25;

}

div.halfpage div.info input[type="checkbox"] ~ div.counters {
    position: absolute;

    z-index: 25;
}

div.halfpage div.info input[type="checkbox"] + label {
    background: none;
    color: #0A246A;
}

div.halfpage div.info input[type="checkbox"]:checked + label {
    background: white;
    color: #ef7f1a;
}



#links a.headerbutton:hover {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #010129;
    background: white;
}

#footerinner ul {

    width: 800px;
    margin: auto;
}

a.addto5:hover {
    COLOR: white;
    font-weight: bold;
    text-decoration: none;
    background-color: #ef7f1a;
}


div.halfpageleft div.image img {
    position: relative;
    left: 1px;
    top: 5px;
    z-index: 15;
    width: 244px;
    height: 398px;
    object-fit: cover;
    border-radius: 15px;
    /*overflow: visible;*/
    border: none;
    margin-left: 50px;
    box-shadow: -7px 8px 12.4px 0px rgba(0, 0, 0, 0.2);
}

div.halfpageleft div.image2 video {
    position: relative;
    left: 1px;
    top: 5px;
    z-index: 15;
    width: 244px;
    height: 398px;
    object-fit: cover;
    border-radius: 15px;
    /*overflow: visible;*/
    border: none;
    margin-left: 50px;
    box-shadow: -7px 8px 12.4px 0px rgba(0, 0, 0, 0.2);
}


div.halfpage {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;

}

div.halfpageleft {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
}


div.widepageinc {
    display: flex;
    position: relative;
    width: 100%;
    margin: 80px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    /*background-image: url(/images/dark/background2.png);*/
    background-size: auto 110%;
    background-position: top -10px right 0;
    text-align: center;
    color: white;
    background: none;
    justify-content: center;
    height: 410px;
    margin-bottom: 100px;
}


.watch {
    z-index: 10;
    top: 60px;
    right: 97px;
    background-color: #ffffff;
    width: 130px;
    height: 40px;
    position: absolute;
    border-radius: 50px 0 0 50px;
    cursor: pointer;
}

.watch img {
    position: relative;
    top: 7px !important;
    left: 15px !important;
    width: 24px;
    height: 24px;
}

.watch p {
    color: black;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100px;
    line-height: 90%;
    left: 45px;
    top: 6px;
    cursor: pointer;
}

.watch p {
    cursor: pointer;
}

.preview {
    position: relative;
    top: -47px;
    left: -40px;
    object-fit: cover;
    width: 240px;
    height: 370px;
}

.hidden {
    display: none;
}

pre {
    color: white;
}

.newimage {
    pointer-events: none;
    right: -2px;
    top: 60px;
    position: absolute;
    z-index: 7;
    width: 130px;
    height: 65px;
    border: white 3px solid;
    border-radius: 10px;
    background-position: center;
    overflow: hidden;
    background-image: url("/images/dark/spinnerlite.svg");
    background-size: 100px;
}
.newimage img{
    top: -10px;
    position: relative;
    width: 130px;
    height: 100px;
}

div.menupoint div.info input[type="checkbox"] ~ div.description {
    position: absolute;
    z-index: 31;
    min-width: 190px;
    right: -10px;
}



.description {
    z-index: 31;
    position: absolute;
}

.play {
    cursor: pointer;
    top: 42%;
    position: absolute;
    z-index: 30;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    right: 90px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.33);
    border-style: none;
    transition: 0.2s;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.31);
}

.triangle {
    position: relative;
    left: 12px;
    border: 17px solid transparent;
    border-left: 27px solid #f1f1f1;
}

.play:hover {
    background-color: rgba(255, 255, 255, 0.41);
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.49);
}

div.menupoint .poster{
    position: absolute;
    /*width: 230px;*/
    /*right: 100px;*/
    height: 380px;
}



.disabled{
    pointer-events: none;
}

div.listbannermain {
    margin-bottom: 30px;
    position: relative;
    z-index: 6;
}

.info p{
    color: #AB9B9B;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}

.chef{
    position: sticky;
    width: 390px;
    height: fit-content;
    top: 50px;
    margin-left: -80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height:  100vh;
    margin-top: -60px;
}

.chef img{
    /*margin-top: 60px;*/
    width: 100%;
    object-fit: contain;
    height: fit-content;
}



div.menupointimage .watchable {
    width: 240px;
    height: 310px;
    top: 0;
}

div.menupointimage .nonwatchable {
    width: 240px;
    height: 310px;
    top: 0;
}

