.merriweather-local {
    font-family: "Merriweather", serif !important;
    font-optical-sizing: auto !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-variation-settings: "wdth" 100 !important;
}

/*
.fs-local-s30 {
    font-size: 70px !important;
}

.fs-local-s50 {
    font-size: 50px !important;
}

.fs-local-s70 {
    font-size: 70px !important;
}

.fs-local-s120 {
    font-size: 120px !important;
}
    */

.pdd-b {
    padding-bottom: 70px;
} 


.fs-local-4em-big {
    font-size: 4.278em !important;
}

.fs-local-4em-sm {
    font-size: 4.1em !important;
}

.pacifico-regular-local {
    font-family: "Pacifico", cursive !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 70px;
}


.Hotcoffee-style-9 p {
    margin-bottom: 5px !important;
}

.custom-rounded-link {
    border-radius: 50%;
    display: inline-block;
    background-position: center center;
    width: 300px;
    height: 300px;
}

.sc_services_item_featured .hover_icon:before {
    content: "";
}

.separator-image {
    width: 100%;
    margin-bottom: 20px;
}

.top_panel_wrap .logo_main {
    max-width: 133px;
}

.Hotcoffee-style-2 {
    line-height: 2em !important;
}

.amount-selector,
.add-to-cart {
    box-sizing: border-box;
    margin-right:20px;
    margin-top: 10px;
}

.close-form-button,
.send-form-button {
    border: solid 2px #009f3b;
    padding: 10px 15px;
    display: inline-block;
}

.amount-selector {
    width: 60px;
    height: 54px;
    margin-left: 10px;
}

.amount-selector.cakes {
    width: 90px;
}

.amount-selector-wrapper {
    align-items: center;
    display: flex;
}

.order-items-wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.cart-preview-item {
    font-size: 14px;
}

.cart-preview-item-separator {
    border-bottom: solid 1px #ccc;
}

.cart-preview-item-prices {
    text-align: right;
    padding-bottom: 4px;
}

.cart-preview-item-prices span:last-child {
    padding-left: 15px;
}

.cart-preview-item-button {
    margin-top:15px;
    border: solid 1px #009f3b;
    text-align: center;
    display: block;
    padding: 5px;
    font-size: 14px;
}

.column-g4 {
    text-align: left;
}

.column-ar {
    width: 120px;
    text-align: right;
}

.column-ac {
    width: 120px;
    text-align: center;
}

.order-review-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.order-review-table th,
.order-review-table td {
    padding: 30px 10px 30px 25px;
    white-space: nowrap;
}

.order-review-table td.del-col {
    width: 20px;
    text-align: center;
    padding: 5px;
}

.order-review-table td.no-border {
    border: none;
}

.order-review-table .amount {
    width: 70px;
}

.min-qty,
.plus-qty {
    font-size: 26px;
    color:#515151;
}

.min-qty {
    font-size: 32px;
}

.delete-position {
    color:#919191;
}

.add-to-order-popup-message {
    position: absolute;
    background-color: #046b43;
    padding: 5px 15px;
    border: solid 1px #f1f1f1;
    color:#f1f1f1;
    right: 20px;
    top: -35px;
    opacity: 0;
    transition: opacity 0.5s;
}

.add-to-order-popup-message.visible {
    opacity: 1;
}

.sumary-cell, 
.sumary-cell span {
    font-weight: bold;
    font-size: 20px;
}

.button-row {
    margin-top:30px;
    text-align: right;
}

.euro-price {
    font-size: 12px;
    color:#cfcece;
}

.cart_summa_euro.euro-price {
    font-size: 11px;
}

.euro-price-table {
    font-size: 15px;
    color:#cfcece;
}

.contact_cart_totals {
    text-align: right;
}

.reserve-form-overlay {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.form-wrapper {
    z-index: 10001;
    position: absolute;
    width: 75%;
    max-width: 520px;
    background-color: #fff;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    min-height: 500px;
    padding:10px 30px 30px 30px;
    transition: all 0.5s;
}

.form-wrapper.visible,
.reserve-form-overlay.visible {
    display: block;
}


.form-wrapper h3,
.form-wrapper h2 {
    font-family: "Merriweather", serif !important;
    text-align: center;
}

.form-wrapper.shrinked {
    min-height: 180px;
}

.book-now-link {
    display: block;
    max-width: 600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

body.overflow-hidden {
    overflow:hidden;
}

.form-inner-wraper {
    width: 100%;
    max-width: 500px;
    margin: auto;
   
}

.form-inner-wraper .form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    justify-content: space-between;
    gap: 0px 20px;
}

.form-inner-wraper .form-row.agreement-row {
    justify-content: center;
    margin-top: 25px;
}


.form-inner-wraper .form-row.dir-row {
    flex-direction: row;
}
 
.form-inner-wraper .form-row label {
    text-align: left;
}

.form-inner-wraper select.error,
.form-inner-wraper input.error {
    border: 2px solid #db5000;
}

.contact_cart {
    min-width: 200px;
}

.field-cell {
    display: flex;
    flex-direction: column;
}
.field-cell.two-third {
    flex-grow: 2;
}


.time-selector {
    border: 2px solid #d5dedf;
    width:100px;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 6px;
    background-color: white;
    display: inline-block;
    position: relative;
    transition: border 0.2s ease, background-color 0.2s ease;
    margin-right: 10px;
}

.checkbox-wrapper input:checked + .custom-checkbox {
    border-color: #4CAF50;
    background-color: #4CAF50;
}

.custom-checkbox::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.checkbox-wrapper input:checked + .custom-checkbox::after {
    opacity: 1;
}

.sc_menuitem_title {
    font-size: 1em !important;
    font-family: "Merriweather", serif !important;
}

.top_panel_title_inner .page_title,
.sc_title_regular {
    font-family: "Merriweather", serif !important;
}

.sc_title.sc_title_style {
    line-height: 1.73em;
}

.reservation-number {
    text-align: center;
    margin-top: 30px;
}

.reservation-number span {
    font-size: 22px;
}

.sc_menuitems_style_menuitems-1 .sc_menuitem_price {
    float: none!important;
}

.page_wrap {
    position: relative;
}

.menu_main_nav > li > a {
    margin: 0 0.8em;
}

.popup-order-button-wrapper {
    position: relative;
    width: 100%;
    max-width: 250px;
}

.sc_menuitem_more {
    display: flex;
    flex-direction: row;
}


.original-price-discounted {
    text-decoration: line-through;
    font-size: 0.8em;
    color: #919191;
}

.promo-price {
    color: #c21414;
}

@media (max-width: 800px) {
    .order-review-table thead {
        display: none;
    }

    .order-review-table {
        width: 100%;
    }

    .order-review-table thead {
        display: none;
    }

    .order-review-table tr {
        border-bottom: solid 1px #d5dedf;
        position: relative;
    }

    .order-review-table td {
        display: block;
        width: 100%;
        padding: 5px;
        text-align: center;
        border: none;
    }

    .order-review-table td.del-col a {
        position: absolute;
        top: 50%;
        right:0;
        transform: translateY(-50%);
    }

    .order-review-table td.column-g4 {
        font-weight: bold;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    * {
        word-wrap: normal !important;
    }

    .fs-local-4em-big {
        font-size: 3.1em !important;
    }

    .fs-local-4em-sm {
        font-size: 2.5em !important

    }

    .post_content > div:nth-child(3) {
        background-position: 0 center !important;

    }

    .rev_slider_wrapper button.sc_button_size_medium, .rev_slider_wrapper .sc_button.sc_button_size_medium {
        font-size: 0.6em;
    }

    .amount-selector, .add-to-cart {
        height: auto;
        margin-top: 0;
    }

    .add-to-cart-button {
        padding: 0 15px;
        margin-right: 0;
    }

    .sc_menuitems_style_menuitems-1 .sc_menuitem_description {
        margin-bottom: 10px;
    }

    .button-row {
        text-align: center;
    }

    .time-selector {
        width: 86px;
    }

 }

