@font-face {
    font-family: MontserratAlternates;
    src: url(/fonts/MontserratAlternates-Regular.ttf);
}

@font-face {
    font-family: MontserratAlternates;
    src: url(/fonts/MontserratAlternates-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: MontserratAlternates;
    src: url(/fonts/MontserratAlternates-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: MontserratAlternates;
    src: url(/fonts/MontserratAlternates-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}



@font-face {
    font-family: PTSans;
    src: url(/fonts/PTSans-Regular.ttf);
}

@font-face {
    font-family: PTSans;
    src: url(/fonts/PTSans-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: PTSans;
    src: url(/fonts/PTSans-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: PTSans;
    src: url(/fonts/PTSans-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    src: url('/fonts/fontawesome.ttf');
}


html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    COLOR: black;
    font-family: PTSans, Verdana, Arial, Helvetica;
    font-size: 13px;
    margin: 0px;
    padding: 100px 0px 60px 0px;
    background-color: white;
}

*:not(input):not(textarea) {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}


img {
    max-width: 100%
}


#scrolltop {
    position: fixed;
    display: block;
    bottom: 5px;
    right: 5px;
    font-family: FontAwesome;
    color: #898989;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    text-align: center;
    transition: 0.5s;
    z-index: 99;
}

#scrolltop span {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

#scrolltop:before {

    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;


}


#messenger {
    position: fixed;
    display: block;
    bottom: 5px;
    left: 5px;
    font-family: FontAwesome;
    color: white;
    background: #f53b2e;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    z-index: 99;
}

#messenger span {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

#messenger:before {

    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;


}

#messengerlist {
    position: fixed;
    display: none;
    visibility: hidden;
    bottom: 50px;
    left: 5px;
    width: 45px;
    box-sizing: border-box;
}

#messengerlist a {
    position: relative;
    display: block;
    margin: 5px 0px;
    padding: 8px 0px;
    font-size: 30px;
    font-family: FontAwesome;
    color: white;
    background: #f53b2e;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
}


#changepasswordform {

    width: 90%;
    margin: 10px;
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s;

}

#changedataform {

    width: 90%;
    margin: 10px;
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s;

}


a {
    COLOR: black;
    font-weight: normal;
    text-decoration: underline;
    -webkit-touch-callout: none !important;
}

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

a.sub {
    COLOR: #ff8080;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

a.sub:hover {
    COLOR: #ff0000;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

a.h1 {
    font-size: 15px;
    text-decoration: none;
    color: #5d5d5d;
    font-size: 18px;
    text-transform: uppercase;
}

#page {
    min-height: 100%;
    position: relative;
    width: 1000px;
    margin: 0px auto;
}

#top {
    position: relative;
    padding: 10px 0px;
    margin: 0px;
    width: 1000px;
    height: 120px;
    box-sizing: border-box;
}

div.address {
    position: relative;
    display: inline-block;
    margin: 0px;
    width: 300px;
    height: 100px;
    box-sizing: border-box;
    color: black;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    vertical-align: top;
}

#pickup {
    transition: 0.5s;
    max-height: 600px;
    overflow: hidden;
}

#footer {
    padding: 0px;
    margin: 0px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    z-index: 98;
    background: #808080;
    background: rgba(127, 127, 127, 0.75);
    backdrop-filter: blur(5px);
}

#footer img {

    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 75%;
    width: calc(100% - 120px);
    max-width: 400px;

}


#header {
    padding: 0px;
    margin: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    text-align: center;
    z-index: 100;
    background: white;
    height: 100px;
    margin-bottom: 30px;
}

#header:after {

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

#logo {

    position: relative;
    display: inline-block;
    max-width: 80%;
    max-width: calc(100% - 80px);
    width: 192px;
    height: 80px;

}

#logo img {

    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;

}

#fr {

    position: absolute;
    top: 25px;
    right: 70px;
    width: 55px;
    height: 45px;

}

#fr img {

  height: 100%;

}



#headerbottom {

    position: relative;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    background: white;
    text-align: left;
    margin-bottom: 20px;
    margin-bottom: 30px;
    background: none;
    padding-top: 30px;
}


#phone {

    display: inline-block;
    position: relative;
    width: 50%;
    vertical-align: bottom;
    text-align: left;
    font-size: 13px;
    color: black;
    padding: 0px;
    box-sizing: border-box;
    line-height: 1;
    text-transform: uppercase;
}

#phone a {

    color: #ef7f1a;
    text-decoration: none;
    font-weight: bold;

}


#city {

    display: inline-block;
    position: relative;
    width: calc(50% - 10px);
    vertical-align: top;
    text-align: left;
    padding: 0px 30px 0px 10px;
    box-sizing: border-box;
    line-height: 1;

}


#bigcity {
    color: #000000;
    font-size: 11px;
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-family: MontserratAlternates;

}

#bigcity:first-line {
    font-size: 16px;
}


#bigcity::before {

    content: '\f0d7';
    display: block;
    position: absolute;
    left: 0px;
    top: -10px;
    color: #ef7f1a;
    font-family: FontAwesome;
    font-size: 30px;
    height: 20px;

}


#citylist {

    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    padding: 20px;
    background: white;
    border: 2px solid #e8e8e8;
    border-radius: 5px;
    z-index: 110;
    max-height: 80vh;
    max-width: 230px;
    width: calc(50vw - 20px);
    overflow-y: auto;
    text-transform: none;
    box-sizing: border-box;

}

#citylist a.city {
    display: block;
    margin: 10px 0px;
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 1;
    width: 90%;
}


#citylistclose {

    position: absolute;
    top: 2px;
    right: 2px;

}

#citylistclose a {
    text-decoration: none;
    border: none;
    font-size: 20px;
}

div.cityblock {

    display: none;
    visibility: hidden;

}

div.cityblock a.citylistback {
    font-size: 33px;
    font-weight: normal;
    text-decoration: none;
    font-family: FontAwesome;
    line-height: 1;
    border: none;
}


#citylistcolumns {

    display: none;
    position: absolute;
    top: 0px;
    left: 10px;
    visibility: hidden;
    background: white;
    border: 2px solid #e8e8e8;
    border-radius: 5px;
    z-index: 110;
    height: calc(100vh - 170px);
    width: calc(100vw - 20px);
    max-width: 450px;
    overflow-y: auto;
    text-transform: none;
    box-sizing: border-box;
    padding: 90px 0px 10px 0px

}

#citylistcolumns div.citylistcolumn {

    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0px;
    height: 100%;
    width: calc(50% - 25px);
    max-width: 200px;
    margin: 0px 10px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
    text-transform: none;
    box-sizing: border-box;

}

#citylistcolumns div.citylistcolumn::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 3px;

}

#citylistcolumns div.citylistcolumn::-webkit-scrollbar-track {
    height: 5px !important;

}

#citylistcolumns div.citylistcolumn::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
    height: 3px;
}


#citylistcolumns div.citylistcolumn a {
    display: block;
    margin: 5px 0px;
    text-transform: none;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    line-height: 1;
    width: 100%;
}

#citylistcolumns input.citylistsearch {

    position: absolute;
    top: 30px;
    width: calc(50% - 25px);
    max-width: 200px;

}

#regsearch {
    left: 5px;
}

#citysearch {
    right: 5px;
}

div.country {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin: 20px 0px 0px 20px;
    font-family: MontserratAlternates;

}

div.country a {
    color: #ef7f1a;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #ef7f1a;
}

#citylistcolumns div.country {

    display: block;
    position: absolute;
    top: 5px;
    margin: 10px auto;
    left: 0px;
    right: 0px;
    text-align: center;

}


#searchblock {

    display: block;
    position: relative;
    max-width: 600px;
    width: 90%;
    margin: 0px auto;
    text-align: center;

}


#search {

    display: inline-block;
    vertical-align: middle;
    max-width: 400px;
    width: 100%;
    margin: 10px 0px;

}

#search input {

    max-width: 400px;
    width: 100%;
    height: 30px;
    font-size: 13px;
    border: 2px solid #e8e8e8;
    border-radius: 15px;
    margin: 0px;

}

#searchlist {

    display: none;
    visibility: hidden;
    position: absolute;
    max-width: 400px;
    width: 100%;
    top: 40px;
    left: 0px;
    text-align: left;
    padding: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    background: white;
    box-sizing: border-box;
    max-height: 300px;
    overflow-y: scroll;
    font-size: 10px;
    color: #808080;
    z-index: 10;

}

#searchlist a.name {

    font-size: 13px;
    color: #ff3a13;
    text-decoration: none;
    border-bottom: 1px dotted #ff3a13;

}

#searchlist span.price {

    font-size: 14px;
    color: #00b300;
    font-weight: bold;

}

#searchlist img {

    width: 24px;
    height: 24px;

}


#filter {

    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 200px;
    max-width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: center;
    padding: 0px;

}

#filter input.button {

    width: 90%;
    font-size: 12px;

}

#filter a.gry {

    text-decoration: none;
    font-weight: bold;
    color: #c0c0c0;

}

#filter a.grn {

    text-decoration: none;
    font-weight: bold;
    color: green;

}


#filterlist {

    display: none;
    visibility: hidden;
    position: absolute;
    width: 200px;
    max-width: 100%;
    top: 30px;
    left: 0px;
    padding: 0px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    background: white;
    box-sizing: border-box;
    max-height: 350px;
    overflow-y: auto;
    font-size: 12px;
    color: #808080;
    z-index: 10;


}

#filterlist td.icon {
    font-family: FontAwesome;
    font-size: 15px;
}

#filterlist td.icon a {
    text-decoration: none;
}

#filterlist td.red a {
    color: red;
}

#filterlist td.green a {
    color: green;
}

#filterlist td.gray a {
    color: #c0c0c0;
}


#startcards {
    display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
}


#searchcity {

    display: block;
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 90%;
    max-width: 400px;
    text-align: center;


}

#searchaddress {

    display: block;
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 90%;
    max-width: 400px;
    text-align: center;

}

#searchcitylist {

    display: none;
    visibility: hidden;
    position: absolute;
    width: 200px;
    top: 55px;
    left: 10px;
    text-align: left;
    padding: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    background: white;
    box-sizing: border-box;
    max-height: 200px;
    overflow-y: scroll;
    font-size: 15px;
    color: #808080;
    z-index: 10;

}

#searchcitylist p {

    margin: 10px 0px;
    line-height: 1;

}

#searchcitylist a {

    font-size: 15px;
    color: #ff3a13;
    text-decoration: none;
    border-bottom: 1px dotted #ff3a13;

}

#searchaddresslist {

    display: none;
    visibility: hidden;
    position: absolute;
    width: 200px;
    top: 55px;
    left: 10px;
    text-align: left;
    padding: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    background: white;
    box-sizing: border-box;
    max-height: 200px;
    overflow-y: scroll;
    font-size: 12px;
    color: #808080;
    z-index: 10;

}

#searchaddresslist p {

    margin: 10px 0px;
    line-height: 1;

}


#searchaddresslist a {

    font-size: 12px;
    color: #ff3a13;
    text-decoration: none;
    border-bottom: 1px dotted #ff3a13;

}


#basket {
    position: absolute;
    top: 15px;
    right: 8px;
    width: 50px;
    height: 70px;
    box-sizing: border-box;
    padding: 0px;
    color: black;
    text-align: center;
    font-size: 60px;
    font-family: FontAwesome;

}

#basket a {
    display: block;
    position: absolute;
    z-index: 1;
    height: 50px;
    width: 50px;
    top: 0px;
    left: 0px;
}

#basketcount {
    position: absolute;
    top: 7px;
    right: 15px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 3px solid #ef7f1a;
    background: white;
    padding: 1px 0px;
    color: black;
    text-align: center;
    font-size: 12px;
}

#basketprice {
    position: absolute;
    top: 25px;
    right: 40px;
    width: 100%;
    color: black;
    text-align: center;
    font-size: 13px;
}


#happyhours {

    display: block;
    text-align: center;
    margin: 10px 0px;
    color: black;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    animation: blink 1s linear infinite;

}

@keyframes blink {

    0% {
    color: black;
            }
    50% {
    color: #ffff00;
            }
    100% {
    color: black;
        }

}


#recommended {

    display: block;
    position: relative;
    width: 100%;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    box-sizing: border-box;
    color: black;
    background: white;
    text-align: left;
    text-transform: uppercase;


}

#recommended h2 {

    display: block;
    margin: 0px 0px 10px 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    color: black;
    font-weight: normal;
    font-size: 16px;

}


#recommended a.arrowrec {
    display: block;
    position: absolute;
    font-family: FontAwesome;
    text-decoration: none;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    top: 40px;
    z-index: 1;
    padding: 10px;
    border: 1px solid #ef7f1a;
    background: rgba(255, 127, 0, 0.25);
    backdrop-filter: blur(5px);
    border-radius: 50%;
}

#recommendedinner {

    display: inline-block;
    white-space: nowrap;
    position: relative;
    max-width: 2500px;
    box-sizing: border-box;

}

#recommendedinner div.recommendedpoint {

    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 300px;
    height: 150px;
    box-sizing: border-box;
    margin: 0px 20px 0px 0px;
    padding: 0px 10px 0px 0px;
    overflow: hidden;

    border-top: 5px solid #ef7f1a;
    border-left: 5px solid #ef7f1a;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

}

#recommendedinner div.recommendedpoint div.recommendedpointimage {

    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#recommendedinner div.recommendedpoint div.recommendedpointimage img {

    width: 100%;

}

#recommendedinner div.recommendedpoint div.recommendedpointtext {

    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    white-space: normal;
    color: black;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    background: #ebebebe0;
    backdrop-filter: blur(10x);
    border-radius: 5px;
    max-width: 100px;

}


#recommendedinner div.recommendedpoint div.recommendedpointtext a {

    color: black;
    font-weight: bold;
    text-decoration: none;

}


#recommendedinner div.recommendedpoint div.recommendedpointtext a.recommendedpointprice {

    display: block;
    margin: 10px 0px 0px 0px;
    text-align: left;
    color: #ef7f1a;
    text-decoration: none;

}

#vacancy { width: 100%; background-image: url(/images/vac-girl.png); background-size: contain; background-repeat: no-repeat; background-position: 0% 100%; font-family: MontserratAlternates; text-align: center; }

#vacancy div { display: block; margin: 10px auto; text-align: center;  max-width: 300px; }

#vacancy p.vacsmall { font-size: 11px; text-align: center; font-weight: normal; text-shadow: 0px 0px 2px white; }

#vacancy span.butt {display: block; position: relative; padding: 10px 30% 10px 20px; margin: 20px auto; background: #FFF9F4F0; font-size: 15px; width: 100%; text-align: left; border-radius: 30px; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); box-sizing: border-box;  }

#vacancy span.buttinner {

    text-align: right; position: absolute; right: 20px; top: 10px; width: 30%;

}

div.page {
    position: relative;
    width: 95%;
    max-width: 1000px;
    margin: 0px auto;
    background: white;
    text-align: center;
}

div.widepage {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
    text-align: center;
}

div.orderpage {

    display: block;
    padding: 30px 0px 50px 0px;

}

div.orderpage span.nav {

    position: absolute;
    left: 0px;
    bottom: 0px;

}

div.orderpage span.nav a {

    color: #FF8A00;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;

}

div.orderpage p {

    text-align: center;
    margin: 0px;


}

div.orderpage input, div.orderpage select {

    margin: 5px 1px;


}


div.halfpage {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 900px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    vertical-align: top;
    border-left: 6px solid #ef7f1a;

}

div.halfpage div.image {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

div.halfpage div.image img {
    width: 100%;
}

div.halfpage h1 {
    color: black;
    font-size: 30px;
    text-align: left;
    margin: 0px 0px 10px 0px;
    font-family: MontserratAlternates;

}

div.halfpage div.info {
    display: block;
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    user-select: none;
    margin: 0px 0px 20px 20px;
}

div.halfpage div.info input[type="checkbox"] {
    display: none;
}

div.halfpage div.info input[type="checkbox"] + label {
    display: block;
    position: relative;
    font-family: FontAwesome;
    font-size: 40px;
    color: #ef7f1a;
    background: none;
    padding: 2px 0px 0px 0px;
    text-align: center;
    overflow: hidden;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

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

div.halfpage div.info input[type="checkbox"] ~ div.counters {
    position: absolute;
    display: none;
    padding: 5px;
    right: -10px;
    bottom: 50px;
    min-width: 200px;
    border-radius: 5px;
    font-size: 14px;
    text-align: left;
    color: black;
    background: #ececec;
}

div.halfpage div.info input[type="checkbox"] ~ div.counters::after {

    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-top-color: #ececec;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    top: 100%;
    right: 20px;
    z-index: 100;


}

div.halfpage div.info input[type="checkbox"]:checked ~ div.counters {
    display: block;
}



#promoaction {

    font-weight: bold;
    margin: 20px 0px

}

#promoaction span {

    color: red;

}




tr.big {
    font-weight: bold;
}


p {
    COLOR: black;
    text-align: center;
    font-size: 13px;
    margin: 15px 0px;
    line-height: 1.5;
}

p.small {
    COLOR: black;
    text-align: center;
    font-size: 11px;
    margin: 10px 0px;
    line-height: 1.5;
}

p.count {
    COLOR: black;
    text-align: center;
    font-size: 30px;
    margin: 10px 0px;
    line-height: 1.5;
}


p.galery {
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    margin: 2px 2px 2px 2px;
}

p.j {
    COLOR: black;
    text-align: justify;
    font-size: 13px;
    margin: 10px 5px 10px 5px;
    line-height: 1.5;
}

p.l {
    COLOR: black;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 5px 10px 5px;
    line-height: 1.5;
}

p.c {
    COLOR: black;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 5px 15px 5px;
    line-height: 1.5;
}

p.r {
    COLOR: black;
    text-align: right;
    font-size: 13px;
    font-style: italic;
    margin: 10px 5px 10px 5px;
    line-height: 1.5;
}

a.pages {
    COLOR: black;
    font-size: 10px;
    text-decoration: underline;
    font-weight: normal;
}

a.pages:hover {
    COLOR: #808080;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
}

a.nav {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

a.nav:hover {
    font-size: 12px;
    text-decoration: underline;
}

a.gray {
    text-decoration: none;
    border-bottom: 1px solid #808080;
    color: #808080;
    font-weight: bold;
}

ul {
    margin: 10px 0px 0px 25px;
    padding: 0px 0px 0px 2px
}

li {
    COLOR: black;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    margin: 0px 0px 0px 15px;
}


div.pages {
    COLOR: black;
    text-align: right;
    font-size: 10px;
    margin: 2px 2px 8px 2px;
    font-weight: bold;
}

img.section {
    border-style: none;
    border-width: 0px;
    border-color: black;
}

img.gal {
    transition: 0.5s;
    border: 5px solid black;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    transform-style: preserve-3d;
    transform: perspective(1000px) rotate3d(0, 0, 0, 0);
    z-index: 2;
}

img.gal:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    transform: perspective(400px) rotate3d(3, 0, 0, 10deg);
}

div.imggal2 {
    position: relative;
    transition: 0.5s;
    z-index: 2;
}

div.imggal2:hover {
    transform: scale(1.33);
}


div.catalog {
    position: relative;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    font-size: 9px;
    text-align: center;
    color: #606060;
    box-sizing: border-box;
    max-width: 320px;
    min-width: 120px;
    width: 40%;
    width: calc(50% - 25px);
}

div.catalog div.catalogline a {
    font-size: 15px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-family: MontserratAlternates;
}

div.catalogimage {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 70%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    margin: 0px 0px 10px 0px;
    background: white;
    overflow: hidden;
    border-radius: 20px;
}

div.catalogimage img {
    position: absolute;
    width: 80%;
    width: calc(100% - 20px);
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
}


div.menupoint {
    position: relative;
    display: inline-block;
    margin: 0px 15px 30px 15px;
    vertical-align: top;
    box-sizing: border-box;
    max-width: 320px;
    min-width: 250px;
    min-height: 180px;
    width: 40%;
    width: calc(50% - 35px);
    padding: 0px 0px 40px 0px;
    border-left: 6px solid #ef7f1a;
    border-radius: 10px;
    overflow: hidden;
}

div.menupoint div.menuline {
    top: -4px;
    position: relative;
    text-align: left;
    min-height: 30px;
    width: 100%;
    padding: 0px 30px 0px 10px;
    box-sizing: border-box;
    font-family: MontserratAlternates;
    margin-bottom: 4px;

}

div.menupoint div.menuline a {
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    text-transform: uppercase;


}

div.menupoint div.menuline div.info {
    display: block;
    position: absolute;
    right: 10px;
    top: -7px;
    width: 20px;
    height: 20px;
    user-select: none;
}

div.menupoint div.menuline div.info input[type="checkbox"] {
    display: none;
}


div.menupoint div.menuline div.info input[type="checkbox"] + label {
    display: block;
    position: relative;
    font-family: FontAwesome;
    font-size: 30px;
    color: #ef7f1a;
    background: none;
    padding: 3px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 2px;
}

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

div.menupoint div.info input[type="checkbox"] ~ div.description {
    position: absolute;
    display: none;
    padding: 5px;
    right: -5px;
    bottom: 30px;
    min-width: 160px;
    border-radius: 5px;
    font-size: 12px;
    text-align: left;
    color: black;
    background: #ececec;
}

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

    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-top-color: #ececec;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    top: 100%;
    right: 5px;
    z-index: 100;


}


div.menupoint div.info input[type="checkbox"]:checked ~ div.description {
    display: block;
}


div.freedelivery {

    position: absolute;
    top: -30px;
    left: 0px;
    margin: 3px 0px;
    color: #8BF351;
    font-size: 11px;
    font-family: MontserratAlternates;
    font-weight: bold;
    padding: 2px 10px;
    border: 2px solid #8BF351;
    border-radius: 15px;
    z-index: 1;
    background: white;
    animation: delflash 5s linear infinite;

}

@keyframes  delflash {
    0% { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}






div.menupointimage {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 70%;
    margin: 0px 0px 6px 0px;
    overflow: hidden;
}

div.menupointimage img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}


div.pricetopping {

    position: relative;
    width: 400px;
    max-width: 100%;
    margin: 10px auto;
    COLOR: black;
    font-weight: normal;
    font-size: 15px;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;

}

div.pricetopping span {

    position: relative;
    font-size: 20px;
    color: #ef7f1a;
    width: 50%;
    text-align: center;


}


a.addto {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    background: #ef7f1a;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    padding: 0px 10px;
}

a.addto:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;

}


a.addto2 {

    display: block;
    margin: 5px 0px;
    background: #dcdcdc;
    color: #ef7f1a;
    font-size: 20px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

a.addto3 {

    display: block;
    margin: 5px 0px;
    color: white;
+ background: #ef7f1a;
    font-size: 20px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;

}


div.price {

    position: relative;
    width: 100%;
    height: 30px;
    margin: 30px 0px;
    COLOR: #ef7f1a;
    font-weight: bold;
    font-size: 20px;
    padding: 0px 150px 0px 0px;
    box-sizing: border-box;
    text-align: left;

}

div.price span.s {
    white-space: pre;
    position: relative;
    COLOR: black;
    font-weight: normal;
    display: inline-block;
    margin: 0px 20px 0px 0px;
    font-size: 18px;
}

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


div.menupoint div.price {
    display: flex;
    position: absolute;
    width: calc(100% - 10px);
    height: 21px;
    bottom: 5px;
    left: 10px;
    margin: 0px;
    padding-right: 80px;
    text-align: left;
    font-size: 20px;
    align-items: center;
}

div.menupoint div.price span.s {
    margin: 0px 20px 0px 0px;
    font-size: 18px;
}


a.addto4 {
    position: absolute;
    display: block;
    bottom: -1px;
    right: 0px;
    height: 22px;
    padding: 2px 5px 0px 5px;
    background: #ef7f1a;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 11px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

a.addto4:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;

}


a.addto5 {
    position: absolute;
    display: block;
    top: -5px;
    right: 0px;
    padding: 4px 10px 4px 10px;
    background: #ef7f1a;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 13px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

a.addto4 span, a.addto5 span {

    display: inline-block;
    vertical-align: middle;
    margin: 0px -2px 0px 5px;
    padding: 0px 0px 0px 5px;
    border-left: 1px solid white;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;

}



a.button {
    position: relative;
    display: block;
    padding: 7px 10px 3px 10px;
    margin: 2px;
    background: #ef7f1a;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 13px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 400px;
    max-width: 60%;

}

a.buttongreen {

    position: relative;
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 30px 0px 10px 0px;
    background: #219F38;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    max-width: 500px;
    width: 100%;
    cursor: pointer;
}


a.sbp {

    background-image: url("/images/sbp.svg");
    background-position: 10px 50%;
    background-size: auto 80%;
    background-repeat: no-repeat;


}



span.pricetopping {

    display: inline-block;
    margin: 0px 10px 0px 0px;
    color: black;
    font-size: 20px;
    text-transform: uppercase;

}


div.checktopping {

    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    font-size: 11px;
    width: 100%;
    max-width: 150px;
    min-height: 190px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    text-align: center;


}

div.checktopping img {

    width: 100%;
    margin-bottom: 5px;

}


#modifier {
    text-align: center;
}

#modifier input[type="radio"] {
    display: none;
}

#modifier input[type="radio"] + label {
    margin: 10px;
    display: inline-block;
    cursor: pointer;
    color: black;
    background: #e8e8e8;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
    font-size: 14px;
    font-weight: normal;
    padding: 5px 20px;
    border-radius: 14px;
    text-transform: uppercase;
    transition: 0.5s;
}

#modifier input[type="radio"]:hover + label {

    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);

}

#modifier input[type="radio"]:checked + label {
    color: white;
    background: #fd7d02;
}


div.modifier2, div.modifier3 {
    margin: 10px auto;
    position: relative;
    display: block;
    text-align: center;
}

div.modifier2inner, div.modifier3inner {
    text-align: center;
    border-radius: 14px;
    background: #e8e8e8;
    position: relative;
    display: inline-block;
}

div.modifier2 input[type="radio"], div.modifier3 input[type="radio"] {
    display: none;
}

div.modifier2 input[type="radio"] + label, div.modifier3 input[type="radio"] + label {
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    color: black;
    background: none;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: 0.5s;
}

div.modifier2 input[type="radio"]:checked + label, div.modifier3 input[type="radio"]:checked + label {
    color: white;
    background: #fd7d02;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    border-radius: 14px;

}


#orderlist img {
    border-radius: 10px;
    border-left: 6px solid #ef7f1a;
    min-width: 100px;
    width: 100px;
}

td.ordername { padding-left: 10px; text-align: left; }
td.ordername span { font-size: 15px; font-weight: bold; display: block; margin-bottom: 10px; }
td.ordername span a { font-weight: bold; text-decoration: none; border-bottom: 1px dotted gray; }

td.orderquant { white-space: nowrap; padding: 0px 0px 0px 10px; font-size: 15px; }
td.orderquant a { text-decoration: none; font-weight: bold; }
td.orderquant span { padding: 0px 10px; font-weight: bold; }


div.orderblock {

    display: block;
    position: relative;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    padding: 20px 50px 20px 20px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    text-align: left;


}


div.orderblock a {

    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 1;

}

div.orderblock a span {

    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-family: FontAwesome;
    text-decoration: none;

}

#pickuptypetext {

    color: #FF8A00;

}


img.roundedimage {
    border: 1px solid #ff0000;
    border-radius: 5px;
}

img.roundimage {
    border-radius: 50%;
}


div.galery {
    font-size: 22px;
    font-weight: bold;
    color: black;
}

span.firstmenuline {
    font-size: 25px;
    font-weight: bold;
    color: #febf01;
}

HR {
    color: black;
    background-color: black;
    height: 1px;
    border-width: 0px;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    width: 99%;
}


h1 {
    COLOR: #ef7f1a;
    font-size: 25px;
    margin: 20px 0px 30px 0px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: MontserratAlternates;

}


h2 {
    COLOR: #ef7f1a;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 5px 0px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: MontserratAlternates;

}

h2 a {
    COLOR: red;
}



h3 {
    COLOR: black;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 5px 10px 5px;
    text-align: center;
}


h4 {
    COLOR: black;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0px 20px 0px;
}


INPUT, SELECT {
    outline: none;

}


INPUT {

    width: 100%;
    max-width: 500px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #e8e8e8;
    text-align: left;
    color: black;
    font-size: 18px;
    padding: 13px;
    background: white;
    margin: 10px 1px;

}

#ddate, #dtime {

    height: 40px;
    vertical-align: top;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 240px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
    font-size: 14px;

}

#ddate {

    margin: 10px 0px;
    width: 50%;


}

#dtime {

    margin: 10px 0px 10px 10px;
    width: calc(50% - 15px);

}



div.orderlinewrapper {

    position: relative;

}

INPUT.orderinput {

    width: 100%;
    margin: 0px;
    padding: 0px 50px 0px 20px;
    box-sizing: border-box;
    color: #FF8A00;
    border: none;

}

INPUT.orderinput::placeholder {

    color: #FD9D03;

}

button.promocodebutton {

    position: absolute;
    top: 12px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url("/images/enter.png");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    border: none;

}


a.orderbutton {
    position: relative;
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 20px auto;
    background: #FD9D03;
    color: white;
    font-size: 20px;
    font-weight: normal;
    border-radius: 10px;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    width: 100%;
    max-width: 500px;
}

a.orderbutton span {

    font-family: FontAwesome;
    margin-right: 10px;

}


a.orderlistbutton {

    font-family: FontAwesome;
    margin: 0px 2px;
    font-size: 20px;
    color: black;
    text-decoration: none;
    cursor: pointer;

}

a.orderlistbutton:hover {

    color: #FD9D03;

}


a.orderlistbuttongrey {

    font-family: FontAwesome;
    margin: 0px 2px;
    font-size: 12px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    padding: 5px;
    background: #F0EDED;

}

a.orderlistbuttongrey:hover {

    color: #FD9D03;

}




INPUT.middle {

    width: 60%;
    width: calc(90% - 70px);
    max-width: 400px;

    height: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 2px solid #e8e8e8;
    text-align: left;
    color: black;
    font-size: 18px;
    padding: 12px;
    background: white;
    margin: 10px;
    vertical-align: middle;


}


INPUT.short {

    max-width: 150px;
    width: calc(33% - 4px);
    height: 40px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #e8e8e8;
    text-align: left;
    color: black;
    font-size: 18px;
    padding: 13px;
    background: white;
    margin: 10px 1px;

}



INPUT.box2 {

    width: 20px;
    height: 20px;
    border-radius: 0px;
    border: none;
    font-size: 18px;
    padding: 0px;
    margin: 5px;

}


input[type="checkbox"] {
    accent-color: #FF8A00;
}

input.hiddenbox, input.hiddenbox2, input.hiddenbox3 {
    display: none;
}

input.hiddenbox + label {
    display: block;
    max-width: 500px;
    width: 90%;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding: 5px;
    background: #FD9D03;
    color: white;
    margin: 10px auto;
    line-height: 50px;
    cursor: pointer;
    transition: 1s;
    border: none;

}

input.hiddenbox:checked + label {
    background: #a04000;
}


input.hiddenbox2 + label {
    display: inline-block;
    max-width: 240px;
    width: calc(50% - 15px);
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    padding: 11px;
    border: 2px solid #e0e0e0;
    color: black;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
    transition: 1s;
    cursor: pointer;
    line-height: 1;
    min-height: 55px;
    vertical-align: top;
}

input.hiddenbox2:checked + label {
    color: #ef7f1a;


}

input.hiddenbox2 + label:first-of-type {

    margin: 0px;
    width: 50%;

}


input.hiddenbox3 + label {

    font-size: 20px;
    font-weight: normal;
    display: block;
    border: none;
    text-align: left;
    padding: 20px 20px 20px 80px;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    margin: 10px 0px;
    border-radius: 10px;
    background-image: url("/images/spacer.gif");
    background-position: 20px 50%;
    background-size: auto 75%;
    background-repeat: no-repeat;

}

input.hiddenbox3:checked + label {

    font-weight: bold;
    border: 1px solid #e0e0e0;


}


INPUT.button {

    max-width: 300px;
    width: 90%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    padding: 11px;
    background: #ef7f1a;
    margin: 10px;
    cursor: pointer;
    transition: 1s;
    border: none;

}

INPUT.button2 {

    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 25px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    padding: 7px;
    background: #ef7f1a;
    margin: 10px;
    cursor: pointer;
    transition: 1s;
    -webkit-appearance: none !important;


}

SELECT {

    width: 90%;
    max-width: 400px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #e8e8e8;
    text-align: left;
    color: black;
    font-size: 12px;
    background: white;
    margin: 10px;

}

SELECT.short {

    width: 60px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #e8e8e8;
    text-align: left;
    color: black;
    font-size: 12px;
    background: white;
    margin: 10px 0px 10px 10px;
    vertical-align: middle;


}


TEXTAREA {

    width: 100%;
    max-width: 500px;
    height: 70px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #e8e8e8;
    text-align: left;
    color: black;
    font-size: 14px;
    padding: 10px;
    background: white;
    margin: 10px 0px;

}


div.floatgal {

    max-width: 40%;
    float: left;
    margin: 10px;
    text-align: center;

}

#topmenumobile {
    position: fixed;
    top: 0px;
    left: -330px;
    width: 320px;
    height: 100%;
    z-index: 200;
    background: white;
    border-right: 2px solid #e8e8e8;
    overflow-y: auto;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linears;
    -webkit-transition: 0.5s linears;
    transition: 0.5s linear;
}

#topmenumobilesmall {
    display: block;
    position: fixed;
    top: 27px;
    left: 20px;
    visibility: visible;
    text-align: center;
    border-radius: 3px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.33);
    padding: 5px;
    padding: 8px;
}

#topmenumobilesmall a {
    color: #ef7f1a;
    font-family: FontAwesome;
    text-decoration: none;
    font-size: 26px;
}


#topmenumobile a.icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin: 0px 5px;
    text-decoration: none;
}

#topmenumobile a.icon img {

    width: 100%;
    height: 100%;

}

#topmenumobilesmallblack {
    float: right;
    width: 30px;
    height: 26px;
    margin: 5px;
}

#topmenumobilesmallblack a {
    color: black;
    font-family: FontAwesome;
    text-decoration: none;
    font-size: 25px;
}

nav {

    margin: 0px;
    padding: 0;
    width: 280px;

}

nav hr {

    height: 3px;
    color: #ef7f1a;
    background: #ef7f1a;


}


.menu-item {
    width: 280px;
    position: relative;
}

.menu-item h4 {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0px;
    padding: 0px 60px 0px 10px;
    max-width: 280px;
    background: none;
    text-align: left;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -ms-transition: 1s ease;
    transition: 1s ease;

}


.menu-item a.menuarrow {
    position: absolute;
    top: -10px;
    right: 5px;
    width: 30px;
    height: 30px;
    color: #ef7f1a;
    font-family: FontAwesome;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}


.menu-item h4 a {
    color: black;
    display: block;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -ms-transition: 1s ease;
    transition: 1s ease;
}


.menu-item ul {
    color: black;
    font-size: 16px;
    font-weight: bold;
    max-height: 0px;
    list-style-type: none;
    overflow: hidden;
    padding: 0px;
    text-align: left;
    margin: -5px 0px 0px 20px;
    max-width: 280px;
    text-transform: uppercase;
    transition: max-height 1s ease;

}

.menu-item ul a {
    text-align: left;
    margin-left: 0px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    display: block;
}

.menu-item a.blink {

    animation: blink 1s linear infinite;

}

@keyframes blink {
    0% {
        color: black;
    }
    50% {
        color: #ffff00;
    }
    100% {
        color: black;
    }
}

a.blinkpink {

    color: #ff0000;
    animation: blinkpink 0.33s linear infinite;

}

@keyframes blinkpink {
    0% {
        color: #ff0000;
    }
    50% {
        color: #ff80a0;
    }
    100% {
        color: #ff0000;
    }
}

a.green {

    color: #00b000;
    animation: blinkgreen 3s linear infinite;

}

@keyframes blinkgreen {
    0% {
        color: #40ff40;
    }
    50% {
        color: #00b000;
    }
    100% {
        color: #40ff40;
    }
}

a.gold {

    color: #e0e000;
    animation: blinkgold 3s linear infinite;

}

@keyframes blinkgold {
    0% {
        color: #ece000;
    }
    50% {
        color: #ffffe0;
    }
    100% {
        color: #ece000;
    }
}


a.red {

    color: #ff2020;
    animation: blinkred 3s linear infinite;

}

@keyframes blinkred {
    0% {
        color: #ff2020;
    }
    50% {
        color: #fff0f0;
    }
    100% {
        color: #ff2020;
    }
}

#addmenu {

    display: block;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 5px;
    box-sizing: border-box;
    text-align: left;
    background: white;
    overflow-y: scroll;

}


#addmenu ul
{
    list-style: none;
    white-space: nowrap;
    margin: 0;
}

#addmenu li {

    display: inline-block;
    position: relative;
    box-sizing: border-box;
    text-transform: uppercase;
    margin: 5px;

}

#addmenu li a {

    color: black;
    font-size: 18px;
    text-decoration: none;

}



@media screen and (max-width: 40.5em) {

    div.menupoint {
        min-width: 200px;
        width: calc(100% - 35px);
    }


}


@media screen and (max-width: 400px) {

    #fr {

        display: none;

    }


}











