.variations-addons-section .wc-pao-addon-container .wc-pao-addon-name {
    margin: 0 0 5px !important;
    padding-left: 5px !important;
}
.wc-pao-addon-container {
    margin-top: 20px;
}
.alert_close{
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 25px rgba(0,0,0,0.05);
    border-radius: 10px;
    padding: 30px;
    margin: 0 0 30px;
    text-align: center;
    font-weight: bold;
}

#billing_address_1_field{
    margin-bottom: 10px !important;
}

.woocommerce-error .fa-close{
    cursor: pointer;
}
#billing_city_field{
    display: none !important;
}
#billing_country_field{
    font-size: 0px !important;
    line-height: 0px !important;
    height: 0px !important;
    margin: 0px !important;
}

#billing_country_field label{
    font-size: 0px !important;
    line-height: 0px !important;
    height: 0px !important;
    margin: 0px !important;
}
#account_password_field label{
    display:none !important;
}
.woocommerce-account-fields{
    display:none !important;
}
.modal_product_description{
    margin-left: 20px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid rgba(51, 51, 51, 0.15) !important;
    border-radius: 4px;
    padding: 8px 12px;
    min-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}


span.twitter-typeahead .tt-menu {
        cursor: pointer;
    }

    .dropdown-menu, span.twitter-typeahead .tt-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 1rem;
        color: #373a3c;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
        width: 100%;
    }

    span.twitter-typeahead .tt-suggestion {
        display: block;
        width: 100%;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.5;
        color: #373a3c;
        text-align: inherit;
        white-space: nowrap;
        background: none;
        border: 0;
    }

        span.twitter-typeahead .tt-suggestion:focus, .dropdown-item:hover, span.twitter-typeahead .tt-suggestion:hover {
            color: #2b2d2f;
            text-decoration: none;
            background-color: #f5f5f5;
        }

        span.twitter-typeahead .active.tt-suggestion, span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .active.tt-suggestion:focus, span.twitter-typeahead .tt-suggestion.tt-cursor:focus, span.twitter-typeahead .active.tt-suggestion:hover, span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
            color: #fff;
            text-decoration: none;
            background-color: #0275d8;
            outline: 0;
        }

    span.twitter-typeahead .disabled.tt-suggestion, span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
        color: #818a91;
    }

        span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
        }

    span.twitter-typeahead {
        width: 100%;
    }

    .input-group span.twitter-typeahead {
        display: block !important;
    }

        .input-group span.twitter-typeahead .tt-menu {
            top: 2.375rem !important;
        }

.woocommerce-NoticeGroup-updateOrderReview{
    
}

.woocommerce-notices-wrapper {
    margin-bottom: 20px !important;

}

.woocommerce-checkout .woocommerce-error{
    -webkit-box-shadow: 0px 0px 25px rgb(14 10 10 / 48%);
    box-shadow: 0px 0px 25px rgb(30 24 24 / 48%);
        padding: 15px;
          margin: 0 auto 0px !important;
}

.woocommerce-checkout .woocommerce-NoticeGroup-updateOrderReview, .woocommerce-message {
    position: fixed;
    width: 100%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, 0);
}
.modal_short_description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #1F2326;
}
.close_btn{
    background-color: white !important;
    border: 0;
    font-size: 18px;
}

.modal_bg_mobile{
    display: none !important;
}

#detaliiProdus{
    padding-top: 0px !important;
}
#detaliiProdus .modal-content{
    padding: 0px !important;
}

.ui-autocomplete{
    background-color: #fff !important;
    padding-left: 10px;
}
.ui-autocomplete .ui-menu-item{
    list-style: none !important;
    padding-top: 6px;
}
.ui-autocomplete {
     width: 635px !important;
    border: 1px solid rgba(51, 51, 51, 0.15) !important;
}

#tooltip {
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 10px;
}

#tooltip:after

/* triangle decoration */
    {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}


#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.ui-autocomplete .ui-menu-item{
    padding: 4px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

#billing_address_1_field{
    width: 100%;
    display: inline-block;
}

#billing_address_1{
    margin-bottom: 10px;
    text-transform: capitalize;
}

.geolocinfo_confirm{
    width: 100%;
    text-align: center;
    font-size: 13px;
    position: relative;
    padding: 0px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    display: flex;
    align-content: space-around;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.delivery_details h2{
    display: none !important;
}

.order-procced .wrapper {
    padding: 0px 0;
}
.add_number_street{
    cursor: pointer;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #1F2326 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: #1F2326 !important;
    padding: 12px 41px;
}

.confirm_no_number{
    cursor: pointer;
    background: #dd0d0d;
    color: #fff !important;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #1F2326 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 41px;
}

.geolocinfo{
    color: #664d03;
    background-color: #fff3cd;
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.geolocinfo_red{
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

#billing_geoloc_lat_field, #billing_geoloc_lng_field, #delivery_distance_field, #delivery_cost_field {
    display: none !important;
}


.pac-container {
    z-index: 1000;
    border-radius: 2px;
    border-top: 0px solid #d9d9d9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
}

.pac-logo:after {
  
    content: "";
    padding: 1px 1px 1px 0;
    height: 16px;
    text-align: right;
    display: block;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px
}
.hdpi.pac-logo:after {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png)
}
.pac-item {
    cursor: pointer;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 15px;
    color: #999
}
.pac-item:hover {
    background-color: #fafafa
}
.pac-item-selected,
.pac-item-selected:hover {
    background-color: #ebf2fe
}
.pac-matched {
    font-weight: 700
}
.pac-item-query {
    font-size: 15px;
    padding-right: 3px;
    color: #000
}
.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 34px
}
.hdpi .pac-icon {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}
.pac-icon-search {
    background-position: -1px -1px
}
.pac-item-selected .pac-icon-search {
    background-position: -18px -1px
}
.pac-icon-marker {
    background-position: -1px -161px
}
.pac-item-selected .pac-icon-marker {
    background-position: -18px -161px
}
.pac-placeholder {
    color: gray
}



#billing_street_number_field {
    width: 28%;
    display: inline-block;
    margin-left: 2%;
    margin-bottom: 0px;
    height: 97px;
    vertical-align: top;
}

#billing_address_1_field{
     margin: 0 0 0px;
}

.tt-no-results{
    padding: 5px;
}
#addNewStreet span{
    cursor: pointer;
    font-size: 12px;
    padding: 5px;
    display: inline-block;
    color: #F49C19 !important;
    font-size: 15px;
    font-weight: bold;
    width: auto;
}

#errorNewStreet{
    font-size: 12px;
    padding: 5px;
    display: block;
    color: red !important;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
#icon_field_street{
    position: absolute;
    margin-top: -70px;
     left: 90%;
    z-index: 999;
}

#loader_field_street{
    position: absolute;
    margin-top: -35px;
    left: 90%;
    z-index: 999;
}

#map{
    margin-bottom: 15px;
    display: flex;
    width: 100%;
}
@media only screen and (max-width: 760px) {
  #map{
       height: 300px !important;
    }
}



#detaliiProdus .modal-title {
    display: flex;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
}

.loader_geolocation {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid green;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.woocommerce-checkout-payment h2{
        display: none !important;
}

.woocommerce-checkout-payment .wrapper {
    padding: 0px 0;
}

#terms_declaration_nutritional_field .custom-checkbox{
    padding: 0 !important;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout, .woocommerce-message {
    position: fixed;
    width: 100%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, 0);
}

body.checkout_error .error-overlay {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.37);
}

.woocommerce-error, .woocommerce-message {
    max-width: 600px;
    margin: 0 auto 30px !important;
    background: #fff !important;
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 25px rgba(0,0,0,0.05);
    border-radius: 10px;
    padding: 30px !important;
    border: none;
}
.woocommerce-checkout .woocommerce-error li:first-child {
    margin-top: 20px;
}

.woocommerce-NoticeGroup-checkout .dismiss_error {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 19px;
    background-color: white;
    border: 1px solid;
    padding: 5px;
    font-size: 18px;
    line-height: 0px;
    text-align: center;
    width: 32px;
    border-radius: 50%;
}


.error-overlay{
    content: " ";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .3s ease;
    z-index: -3;
    visibility: hidden;
    opacity: 0;
}


.woocommerce-NoticeGroup-updateOrderReview .dismiss_error {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 19px;
    background-color: white;
    border: 1px solid;
    font-size: 18px;
    line-height: 0px;
    border-radius: 50%;
    padding: 2px 5px;
}

@media only screen and (max-width: 960px) {
   
    .geolocinfo_confirm a{
        width: 100%;

    }
    .geolocinfo_confirm a:last-child{
       margin-top: 15px;
    }
    .geolocinfo_confirm{
        align-content: space-around;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .woocommerce-checkout .woocommerce-NoticeGroup-checkout, .woocommerce-message {
        width: 90%;
    }
    #detaliiProdus .modal-title {
        display: flex;
        width: 100%;
    }
    #map {
        margin-top: 15px;
    }
    #icon_field_street {
        left: unset;
        margin-top: -70px;
        right: 10%;
    }
    #loader_field_street {
        left: unset;
        margin-top: -9%;
        right: 10%;
    }
    .ui-autocomplete {
        width: 291px !important;
    }

    #addNewStreet span {
        width: 100%;
    }

    #billing_address_1_field {
        width: 100% !important;
        display: block;
    }

    .custom-footer #backtotop {
        z-index: 5;
    }

    .woocommerce-checkout .woocommerce-NoticeGroup-updateOrderReview{
       position: fixed;
        width: 100%;
        left: 50%;
        z-index: 9999;
        transform: translate(-50%, 0);
    }



    #billing_street_number_field {
        width: 100%;
        display: block;
        margin-left: 0%;
        height: auto;
        margin-top: 15px; 
    }
    .modal_bg_mobile {
            display: block !important;
    }
    #detaliiProdus .modal-title {
        display: inline-block !important;
    }
    .modal_product_description {
        margin-left: 0px  !important;
    }
    .modal_image {
        display: none !important;
    }
    .modal-header {
        padding: 0px !important;
        display: block !important;
    }
    .close_btn{
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .modal-body{
        padding: 10px !important;
    }
    .modal_short_description{
        padding: 10px !important;
    }
    .modal_title_product{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


.details_modal table{
    width: 100% !important;

}

.details_modal table td{
    padding: 3px;
}

.details_modal td, .details_modal th {
  border: 1px solid #ddd;
 
}

.details_modal tr:nth-child(even){background-color: #f2f2f2;}

.details_modal tr:hover {background-color: #ddd;}

.details_modal th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
.details_modal {
    overflow-x: auto;
}

.alergeni_product{
    float: left;
    width: 100%;
}


.tab_block>h3{display:block;padding-bottom: 5px;margin-top: 10px;}
.tab_block_main .tab_content{display:inline-block;width:100%; background-color: #F7F7F7;padding: 24px;padding-top: 10px;padding-bottom: 10px}
.tab_block_main .tab_content .tab_block{display:none;}
.tab_block_main .tab_content .tab_block.active{display:block;}
.tab_block_main .tab_options{display:flex;padding:0;border-bottom:1px solid #dee2e6;width: 100%;margin-bottom: 0px}
.tab_block_main .tab_options>li{flex: 1;font-size:20px;color:#333333;line-height:normal;list-style:none;margin-bottom:-1px;    border-right: 1px solid #cccccc;}
.tab_block_main .tab_options>li a{font-size:18px;color:#fff;text-decoration:none;text-align:center;border-bottom:0;border:1px solid transparent;padding:1rem;display:block;}
.tab_block_main .tab_options>li a.active,
.tab_block_main .tab_options>li a:hover{background-color: #F7F7F7; border-color: #F7F7F7;}
.title_modal{display:block;font-family: 'Roboto'; font-style: normal; font-weight: 700; font-size: 18px; line-height: 24px; /* identical to box height, or 133% */ color: #000000;}
.tab_block_main{
        border: 1px solid #cccccc;
}
.tab_block_main .tab_options>li:last-child{  border-right: 0px solid #cccccc;}
.tab_content ul {
  list-style-type: none;
  display: flex;

  flex-wrap: wrap;
    padding-left: 0px;
}

.tab_content li {
  
  width: 50%;
  flex-grow: 1; /* Height will be distributed evenly */
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 24px;
}

.tab_content li:last-of-type {
  flex: 0 0 100%; /* Last element will have 100% height,
                  thus occupying a new column */
}
.tab_block .title_modal:last-child {
    margin-top: 24px;
}

.rtb-booking-form .woocommerce-NoticeGroup-checkout{
    position: fixed;
    width: 100%;
    left: 0;
    top: 30%;
    z-index: 9994;
    height: 80px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
/*# sourceMappingURL=rpd-restaurant-solution.min.css.map */
@media only screen and (max-width: 960px) {
    .tab_content ul {
        height: auto;
        display: block;
    }
    .tab_content li {
        width: 100% !important;
    }
    .tab_block_main .tab_options>li a{
        height: 62px;
        display : flex;
        align-items : center;
        font-size: 16px;
    }
    .valori_nutritionale{
        margin-top: 30px;
    }
}

 #detaliiProdus .modal-title{display:flex;}; .details_modal{font-family: 'Roboto'; font-style: normal; font-weight: 400; font-size: 16px; line-height: 24px; /* or 150% */ color: #1F2326;margin-bottom: 30px;}.modal-body, .modal-header{padding:30px;}.modal_image{border-radius: 50px; width: 100px; height: 100px !important; object-fit: cover;}.modal-dialog { max-width: 730px;display: flex; align-items: center; min-height: calc(100% - 0rem); }.single_alergeni{margin-right: 5px; margin-bottom: 10px;} .blank-template .orange-bullet{display:none}.blank-template .main_container{color:#000000;margin:0;padding:0 30px}.blank-template ul{list-style-type:none}.terms-popup{display:none;position:fixed;width:100%;height:100%;margin:auto;top:0;left:0;right:0;background:rgba(0,0,0,0.2)}.terms-popup iframe{width:600px;height:400px;margin:10% auto 0}.terms-popup i{position:absolute;top:15px;right:20px;font-size:30px;color:#000;cursor:pointer}@media (max-width: 767px){.terms-popup iframe{width:100%;height:100%;margin:0}.blank-template .main_container{padding:0 15px}}.blank-template.white .container{padding:0}.blank-template.white .container .main_container{padding:0}.blank-template.white .container .main_container .mobile-app-page .contact-info-block{width:100%;max-width:100%}.blank-template.white .container .main_container .mobile-app-page .contact-info-block .details{padding-left:0 !important;margin:10px 0 0 !important}.blank-template.white .container .main_container .mobile-app-page .contact-info-block .telefon-section{margin:0 0 10px}.blank-template.white .container .main_container .mobile-app-page .contact-info-block .locatie-section p{padding-left:0}.blank-template#dark{background:#1F2326}.amount-banner{font-family:Roboto;font-style:normal;font-weight:bold;font-size:16px;line-height:20px;text-align:left;-webkit-box-shadow:0px 0px 25px rgba(0,0,0,0.05);box-shadow:0px 0px 25px rgba(0,0,0,0.05);border-radius:10px;background:rgba(255,78,0,0.1);padding:11px 15px;margin:0 0 20px}.amount-banner svg{margin-right:10px}.amount-banner svg path{stroke:#FF4E00}.woocommerce-mini-cart__buttons a.button{position:relative;font-weight:700;line-height:1}.back-to-shopping{margin:0;padding:5px 0 0}.back-to-shopping a{cursor:pointer;margin:0 !important}.woocommerce-table .shipped_via{display:none !important}.woocommerce-message{max-width:695px;margin:0 auto 30px;background:#fff !important;-webkit-box-shadow:0px 0px 25px rgba(0,0,0,0.05);box-shadow:0px 0px 25px rgba(0,0,0,0.05);border-radius:10px;padding:30px;border:none}.woocommerce .woocommerce-message:before{display:none}.woocommerce.woocommerce-account .woocommerce-message .custom-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:16px !important;font-weight:500;color:#17191C !important;line-height:24px;text-align:left;padding:0}.woocommerce .woocommerce-message .custom-message .error-image{max-width:24px !important;margin-right:5px;position:relative;top:0}.lost_reset_password button[type="submit"]:disabled{background:#ff4e00;color:#fff}.error-login-wrapper .showlogin{color:#17191C !important;cursor:auto}
}

