body {
    position: relative;
    z-index: 800;
    background-color: #151618;
}

.BackToTop {
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display:none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.BackToTop svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: black;
}

.languages_button {
    background-color: #544f49 !important;
}

.s2o_infobox {
    background: #544f49;
}

.s2o_infobox .cfw-600 {
    font-family: 'Cera Pro';
    color: white;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.s2o_infobox svg {
    color: white !important;
}

.rounded-lg, .category_holder {
    border-radius: 0px !Important;
}

.category_holder {
    border: 4px solid #544f49;
    margin-top: 0px !Important;
    margin-bottom: 0px !Important;
    background: transparent;
}

.category_name_holder {
    border-bottom: none;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    /*padding-top: 20px;*/
    padding-bottom: 3px;
    padding-top: 3px;
    /*background-color:#242021;*/
    display:block;
    text-align:center;
    font-family: 'Cera Pro';
    margin: 20px;
}

.s2o_category_primary {
    font-family: 'PF Centro Serif Pro' !important;
    font-weight: bold !important;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: white !important;
    padding-right: 0px !Important;
}

.s2o_category_secondary {
    font-family: 'PF Centro Serif Pro' !important;
    font-weight: bold !important;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: white !important;
    padding-right: 0px !Important;
    text-align: center;
    position: relative;
}

.s2o_category_secondary:before {
    content: "";
    position: absolute;
    width: 50px;
    left:50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
    background-color: #9a938a;
}

.category_decoration {
    border-color: #544f49 !important;
}

.bg-gray-50, .bg-gray-100 {
    background: transparent !important;
}

.menuitem_name {
    font-family: 'PF Regal Text Pro';
    font-weight: 500 !important;
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: white !important;
}

.menuitem_main {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

.menuitem_description {
    font-family: 'PF Regal Text Pro';
    font-weight: 500 !important;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 10px !important;
    color: white !Important;
}

.menuitem_variable {
    font-size: 0.8rem;
}

.logo_holder {
    border-radius: 0 !important;
    border-color: #544f49 !important;
}

.menu_tabs_holder .right-arrow {
    background: linear-gradient(to left, #544f49 50%, transparent) !important;
}

.menu_tabs_holder .left-arrow {
    background: linear-gradient(to right, #544f49 50%, transparent) !important;
}

.js_link {
    font-family: 'PF Centro Serif Pro' !important;
    font-weight: bold !important;
    font-size: 1.3rem !important;
    line-height: 1.5rem !Important;
    text-transform: uppercase;
}

.menu_holder {
    background-color: #544f49 !important;
}

.s2o_footer {
    background-color: #544f49 !important;
}

.menuitem_price_holder {
    /*padding: 20px !important;*/
    border-radius: 0px !Important;
    color: white !important;
    font-family: 'PF Regal Text Pro';
    font-weight: 900 !important;
    font-size: 1rem;
}

.prefooter_deco {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.prefooter_deco img {
    margin: auto;
    max-width: 250px;
}

.premium_beverages, .premium_anapsyktika {
    background-color: #fff !important;
    /*padding-top: 0.5rem;*/
}

.premium_beverages .s2o_category_secondary, .premium_anapsyktika .s2o_category_secondary {
    color: #201d1e !important;
    text-align:center;
    padding-top:1rem;
}

.premium_beverages .menuitem_holder, .premium_anapsyktika .menuitem_holder {
    background-color: #fff !important;
}

.premium_beverages .menuitem_main, .premium_anapsyktika .menuitem_main {
    background-color: #fff !important;
}

.premium_beverages .menuitem_name, .premium_anapsyktika .menuitem_name {
    color: #201d1e !important;
}

.premium_beverages .menuitem_description, .premium_anapsyktika .menuitem_description {
    color: #201d1e !important;
}

.premium_beverages .menuitem_price_holder, .premium_anapsyktika .menuitem_price_holder {
    background-color: #fff !important;
    color: #201d1e !important;
}

.premium_beverages .menuitem_variable, .premium_anapsyktika .menuitem_variable {
    color: #201d1e !important;
}



.category_holder_alt .premium_beverages, .premium_anapsyktika {
    background-color: #fff !important;
    margin: 0.5rem;
    padding-top: 0.5rem;
}