Adresă: Aleea Plopilor 2A, Buftea, 070000
Telefon: +40 760 071 555
Site web: Accesați site-ul
E-mail: office@tavernastudioului.ro
Rețele sociale:
Program de lucru: Marți:10:00-22:00
miercuri:10:00-22:00
joi:10:00-22:00
vineri:10:00-22:00
sâmbătă:11:00-22:00
duminică:11:00-22:00
luni:10:00-22:00

Despre Taverna Studioului

Taverna Studioului, se află la Aleea Plopilor 2A, Buftea , RO

Restaurant Tradițional Românesc în Buftea – Taverna Studioului
Bucură-te de preparate tradiționale românești într-un decor rustic, la Taverna Studioului din Buftea. Atmosferă caldă, mâncare ca la mama acasă și servicii impecabile te așteaptă!
Niciun produs nu corespunde cautarii dvs {{search_value}}.”,”ajaxurl”:”https://tavernastudioului.ro/wp-admin/admin-ajax.php”,”woocommerceSettings”:{“is_woocommerce”:true,”is_swatches”:true,”ajax_filters”:false,”ajax_pagination”:false,”is_single_product_builder”:false,”mini_cart_content_quantity_input”:false,”widget_show_more_text”:”more”,”widget_show_less_text”:”Show less”,”sidebar_off_canvas_icon”:””,”ajax_add_to_cart_archives”:true,”cart_url”:”https://tavernastudioului.ro/cos/”,”cart_redirect_after_add”:false,”home_url”:”https://tavernastudioului.ro/”,”shop_url”:”https://tavernastudioului.ro/magazin/”,”cart_progress_currency_pos”:”right_space”,”cart_progress_thousand_sep”:”.”,”cart_progress_decimal_sep”:”,”,”cart_progress_num_decimals”:”2″,”is_smart_addtocart”:true,”primary_attribute”:”et_none”},”notices”:{“ajax-filters”:”Ajax error: cannot get filters result”,”post-product”:”Ajax error: cannot get post/product result”,”products”:”Ajax error: cannot get products result”,”posts”:”Ajax error: cannot get posts result”,”element”:”Ajax error: cannot get element result”,”portfolio”:”Ajax error: problem with ajax et_portfolio_ajax action”,”portfolio-pagination”:”Ajax error: problem with ajax et_portfolio_ajax_pagination action”,”menu”:”Ajax error: problem with ajax menu_posts action”,”noMatchFound”:”No matches found”,”variationGalleryNotAvailable”:”Variation Gallery not available on variation id”,”localStorageFull”:”Seems like your localStorage is full”},”layoutSettings”:{“layout”:””,”is_rtl”:false,”is_mobile”:false,”mobHeaderStart”:992,”menu_storage_key”:”etheme_1703dc0603981be7bc1bc7d75e959604″,”ajax_dropdowns_from_storage”:1},”sidebar”:{“closed_pc_by_default”:””},”et_global”:{“classes”:{“skeleton”:”skeleton-body”,”mfp”:”et-mfp-opened”},”is_customize_preview”:false,”mobHeaderStart”:992},”etCookies”:{“cache_time”:3}};
/* ]]> */

/* */

/* */

/* */

/* */

/* */

const redact_ad_data = false;
let wt_cli_ad_storage, wt_cli_analytics_storage, wt_cli_functionality_storage, wt_cli_waiting_period;
let wt_url_passthrough = true;
let wt_cli_bypass = 0;
// Set values for wt_cli_advertisement_category, wt_cli_analytics_category, wt_cli_functional_category
let wt_cli_advertisement_category = ‘advertisement’;
let wt_cli_analytics_category = ‘analytics’;
let wt_cli_functional_category = ‘functional’;

window.dataLayer = window.dataLayer || [];
//Set default state
update_default_state(wt_cli_advertisement_category, wt_cli_analytics_category, wt_cli_functional_category);

function update_default_state(wt_cli_advertisement_category, wt_cli_analytics_category, wt_cli_functional_category) {
let wt_cookie_policy_val = getCookie(`viewed_cookie_policy`, true);
let wt_analytics_cookie_val = getCookie(`cookielawinfo-checkbox-${wt_cli_analytics_category}`);
let wt_advertisement_cookie_val = getCookie(`cookielawinfo-checkbox-${wt_cli_advertisement_category}`);
let wt_functional_cookie_val = getCookie(`cookielawinfo-checkbox-${wt_cli_functional_category}`);
wt_cli_ad_storage = (wt_advertisement_cookie_val === ‘yes’ && wt_cookie_policy_val) ? ‘granted’ : ‘denied’;
wt_cli_analytics_storage = (wt_analytics_cookie_val === ‘yes’ && wt_cookie_policy_val) ? ‘granted’ : ‘denied’;
wt_cli_functionality_storage = (wt_functional_cookie_val === ‘yes’ && wt_cookie_policy_val) ? ‘granted’ : ‘denied’;
wt_cli_waiting_period = 500;
//Support for cookie scanner
if (wt_cli_bypass) {
wt_cli_ad_storage = wt_cli_analytics_storage = wt_cli_functionality_storage = ‘granted’;
wt_cli_waiting_period = 100;
}
gtag(“consent”, “default”, {
ad_storage: wt_cli_ad_storage,
ad_user_data: wt_cli_ad_storage,
ad_personalization: wt_cli_ad_storage,
analytics_storage: wt_cli_analytics_storage,
functionality_storage: wt_cli_functionality_storage,
personalization_storage: wt_cli_functionality_storage,
security_storage: “granted”,
wait_for_update: wt_cli_waiting_period,
});
}

function gtag() {
dataLayer.push(arguments);
}

gtag(“set”, “ads_data_redaction”, true);
gtag(“set”, “url_passthrough”, wt_url_passthrough);

// Function to update consent based on user acceptance
function CookieLawInfo_Accept_Callback() {
checkConsentInitialized();
}

// Function to update consent on reject all
function CookieLawInfo_Reject_Callback() {
checkConsentInitialized();
}

function checkConsentInitialized() {
// Define a variable to store the retry interval
const retryInterval = 100; // milliseconds

function tryToUpdateConsent() {
// Check if CLI.consent is not loaded yet
if (typeof CLI === ‘undefined’ || Object.keys(CLI.consent).length === 0) {
// If not loaded, wait for the retry interval and retry
setTimeout(tryToUpdateConsent, retryInterval);
return;
}
// If CLI.consent is loaded, proceed with updating consent status
setTimeout(update_consent_status, 500); // Delaying the function call for 0.5 seconds
}

// Start the initial attempt to update consent
tryToUpdateConsent();
}

function update_consent_status() {
// Your logic for accepting cookie consent
wt_cli_ad_storage = ‘denied’;
wt_cli_analytics_storage = ‘denied’;
wt_cli_functionality_storage = ‘denied’;
if (CLI.consent[wt_cli_advertisement_category] == true) {
wt_cli_ad_storage = ‘granted’;
}
if (CLI.consent[wt_cli_analytics_category] == true) {
wt_cli_analytics_storage = ‘granted’;
}
if (CLI.consent[wt_cli_functional_category] == true) {
wt_cli_functionality_storage = ‘granted’;
}
//Support for cookie scanner
if (wt_cli_bypass) {
wt_cli_ad_storage = wt_cli_analytics_storage = wt_cli_functionality_storage = ‘granted’;
wt_cli_waiting_period = 100;
}
gtag(‘consent’, ‘update’, {
‘ad_storage’: wt_cli_ad_storage,
‘ad_user_data’: wt_cli_ad_storage,
‘ad_personalization’: wt_cli_ad_storage,
‘analytics_storage’: wt_cli_analytics_storage,
‘functionality_storage’: wt_cli_functionality_storage,
‘personalization_storage’: wt_cli_functionality_storage,
‘security_storage’: “granted”,
});
set_ads_data_redaction();
}

function set_ads_data_redaction() {
if (redact_ad_data && wt_cli_ad_storage == ‘denied’) {
gtag(‘set’, ‘ads_data_redaction’, true);
}
}

function getCookie(name, force = false) {
const value = “; ” + document.cookie;
const parts = value.split(“; ” + name + “=”);
if (parts.length === 2) {
return parts.pop().split(“;”).shift();
}
return force ? false : ‘no’; // Return ‘false’ if cookie doesn’t exist and force is true
}

.woocommerce-product-gallery{ opacity: 1 !important; }

.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
background-image: none !important;
}
@media screen and (max-height: 1024px) {
.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
background-image: none !important;
}
}
@media screen and (max-height: 640px) {
.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
background-image: none !important;
}
}

@font-face{font-family:”Avenir Black”;src:url(https://tavernastudioului.ro/wp-content/uploads/custom-fonts/2024/02/Avenir-Black.ttf) format(“truetype”);font-display:swap}@font-face{font-family:”Avenir Heavy”;src:url(https://tavernastudioului.ro/wp-content/uploads/custom-fonts/2024/02/Avenir-Heavy.ttf) format(“truetype”);font-display:swap}@font-face{font-family:”Avenir Regular”;src:url(https://tavernastudioului.ro/wp-content/uploads/custom-fonts/2024/02/Avenir-Regular.ttf) format(“truetype”);font-display:swap}@font-face{font-family:”Avenir Book”;src:url(https://tavernastudioului.ro/wp-content/uploads/custom-fonts/2024/02/Avenir-Book.ttf) format(“truetype”);font-display:swap}@font-face{font-family:”Avenir Regular”;src:url(https://tavernastudioului.ro/wp-content/uploads/custom-fonts/2024/02/Avenir-Regular-1.ttf) format(“truetype”);font-display:swap}.page-heading{margin-bottom:25px}body,html{background:#F2F2F7}.content-product span.simpleshopmessage{display:none}.woocommerce-info.rs_complete_message_checkout.rs_checkout_message{display:none}.woocommerce-info.sumo_reward_points_info_message.rs_cart_message{color:#000}.woocommerce-info{color:#000}.et_b_header-search.et_element-top-level .input-row{border-color:transparent}h2.products-title.related-products-title{font-size:24px}.et_element .mini-cart-buttons .wc-forward:not(.btn-checkout){background:#f3f2ef!important;color:#3b3737!important;border:0 solid transparent!important}.header-account-content.et-mini-content.active{padding:20px}.et-off-canvas.et_b_header-account input{border-radius:4px}.product_list_widget li .product-title a{font-weight:500;color:#EF1A22!important}.content-product{background-color:#FFF;border-radius:7px 7px 7px 7px}.content-product h2.product-title a{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;font-weight:600;font-size:14px;color:#010101}.content-product .product-title{padding:0 10px;max-height:20px}.content-product .price span{font-weight:400!important}.content-product .images-slider-wrapper{border-radius:7px 7px 0 0!important}.content-product .product-image-wrapper{border-radius:7px 7px 0 0!important}.col-md-3.col-sm-6.col-xs-6.product-hover-carousel.product-view-default{padding-left:5px;padding-right:5px}.content-product.et-product-height-calculated,.content-product{margin-bottom:10px!important}h2.woocommerce-loop-product__title.etheme-product-grid-title a{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;font-weight:600;font-size:14px;color:#6d370c}.etheme-product-grid-content{padding-bottom:10px}h2.woocommerce-loop-product__title.etheme-product-grid-title{text-align:center}.etheme-product-grid-item .price{text-align:center}.etheme-product-grid-item .quantity-wrapper{text-align:center}.etheme-product-grid-content{text-align:center}a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.etheme-product-grid-button{background:linear-gradient(to right,#e82224,#bb4852)}h2.woocommerce-loop-product__title.etheme-product-grid-title{max-height:20px}.etheme-product-grid-item .woocommerce-product-details__short-description{font-size:11px;padding:0 10px}.etheme-product-grid-title{padding:0 10px}.etheme-product-grid-item .price{color:#d3465a;margin-bottom:5px!important}.header-bottom{background:linear-gradient(to right,#e82224,#a7101e,#e82224)}.sticky-on .header-bottom{background:linear-gradient(to right,#e82224,#a7101e,#e82224)}.et_b_header-menu .secondary-menu-wrapper .secondary-title{padding-bottom:11px;padding-top:11px}.et_column>.et_b_header-menu .secondary-menu-wrapper .secondary-title{width:75%}.header-main-menu.et_element-top-level .menu>li>a{color:#fff;text-transform:none;font-size:15px;padding-right:20px}.et_b_header-menu .secondary-menu-wrapper .menu{border-color:transparent;background:#fff!important;box-shadow:0 -5px 5px -5px rgba(0,0,0,0.05),0 5px 5px -5px rgba(0,0,0,0.05),0 10px 10px -5px rgba(0,0,0,0.0),0 5px 15px -5px rgba(0,0,0,0.05),0 20px 20px -5px rgba(0,0,0,0.01);border-radius:0 0 0 12px}.content-product .product-title a,.category-grid .categories-mask h4{font-weight:600}.cart ins .amount,.price ins .amount,.product-price ins .amount,.content-product .price span.woocommerce-Price-amount.amount{color:#e5435e;font-size:16px;font-weight:600;font-family:”Jost”}.content-product .price del span.woocommerce-Price-amount.amount{color:#0a0a0a;font-weight:400;font-size:14px}p.widget-title{BORDER:none;margin-bottom:0;font-weight:600;font-family:”Jost”}.woocommerce-info a.wfacp_showcoupon{color:#703204 !important}.product-information-inner a.xstore-wishlist.xstore-wishlist-single.pos-relative.xstore-wishlist-has-animation{border:1px solid #e5d4c3;padding:8px 20px;border-radius:5px;font-size:14px}.product-information-inner button.add_to_cart_button.ajax_add_to_cart.single_add_to_cart_button.button.alt{font-size:16px}h2.products-title.related-products-title{font-size:36px;font-weight:500}.carousel-area .product-slide{padding:10px 12px 0;border:1px solid #eee;border-radius:3px}.woocommerce-tabs.wc-tabs-wrapper.tabs.tabs-ready{background:#fff;padding:20px;border-radius:5px}.popup-added-to-cart .woocommerce-message{font-size:12px}.tabs .tab-title.opened,.tabs .tab-title.opened:hover,.tabs .tab-title:before{color:#e5435e !important;font-weight:500}.tabs .tab-title{font-size:16px!important}.product-section-02 .btn.light{padding:10px;background-color:#fff !important;border:1px solid #eee !important;color:#010101 !important;font-family:”Jost” !important}.cart-item-details a.product-title{font-weight:400 !important;font-size:14px !important}a.clear-cart.btn.bordered,a.return-shop.button.btn.bordered.full-width{color:#010101;background-color:#fff}.cart-collaterals,.order-review{border:1px solid #e5435e;background-color:#fff}.secondary-menu-wrapper span{font-size:15px;text-transform:none}.et_b_header-menu .secondary-menu-wrapper .menu>li{padding-left:20px;padding-right:20px}.menu-item img.attachment-thumb.size-thumb{width:20px;height:20px;margin-right:5px}.et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-link,.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul>li>a,.et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-link,.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul>li>a{font-size:16px}.xstore-wishlist-share,.categories-mask mark.count{display:none !important}li.cat-item a{color:#010101 !important}.page-id-14 p.title span{font-size:32px;color:#010101}.woocommerce-account .page-heading .title:before,.woocommerce-compare .page-heading .title:before,.woocommerce-wishlist .page-heading .title:before{content:unset}.footer-copyrights p{font-size:12px;color:#010101 !important}.footer-copyrights p a{font-size:12px}.product-share,.product_meta{font-size:12px}.input-text.qty.text{border-color:#eee;border-radius:0;padding:14px 12px !important}a.flex-inline.btn.black.big{background:linear-gradient(to right,#e82224,#a7101e,#e82224);padding:15px 10px !important}a.checkout-button.button.alt.wc-forward,button#place_order,button.add_to_cart_button.ajax_add_to_cart.single_add_to_cart_button.button.alt{background:linear-gradient(to right,#e82224,#a7101e,#e82224);color:#fff !important}a.clear-cart.btn.bordered,a.return-shop.button.btn.bordered.full-width{border:1px solid #e42123}div#et_price_filter-2,div#etheme_product_categories_filter-2{background-color:#fff;padding:15px;border-radius:5px}.product-information-inner p.price{color:#e3232b;font-weight:600}.et_b_header-cart.et_element-top-level .et-mini-content a.button.btn-checkout.wc-forward{background:linear-gradient(to right,#e82224,#bb4852)}.et_b_header-cart.et_element-top-level .et-quantity{color:#fff;top:-10px;padding-top:3px}.ajax-results-more.full-width.text-center.flex.loaded button.btn.black.full-width{padding-bottom:35px !important;background-color:#af121e;border:0}.woocommerce table.wishlist_table tbody td,.woocommerce table.wishlist_table tbody th,table td,table th{padding:10px}table td:last-child,table th:last-child{padding-right:0;text-align:left}table td:first-child,table th:first-child{padding-left:14px}.footer-copyrights p{font-size:12px;color:#fff !important}.footer-copyrights p a{font-size:12px}.footer-widgets .wp-image-580{width:100px}.menu-item img.attachment-thumb.size-thumb{width:20px;height:20px;margin-right:5px}.woocommerce-MyAccount-content .swiper-entry.middle.arrows-hover{display:none}.et_column>.et_b_header-contacts{width:110%;font-size:14px}@media (min-width:993px){.et_element.et_b_header-search.flex.align-items-center.et-content-right.justify-content-center.mob-justify-content-.flex-basis-full.et_element-top-level.et-content-dropdown{margin-left:-90px}.et_b_header-logo.et_element-top-level{margin-top:-47px;background:#fff;text-align:center;padding:10px 0 0 0}.header-main{padding-bottom:0}.slider-section-new-homepage{width:83%}.et_b_header-menu.et_element-top-level .menu .type-img.position-left-center{font-size:14px}.et_element.et_b_header-menu.flex.align-items-center.header-secondary-menu.et_element-top-level{max-width:90%}.et_b_header-menu .secondary-menu-wrapper .menu>li:hover{border-top:1px solid #ededed;border-bottom:1px solid #ededed}.et_b_header-menu>.menu-main-container{margin-left:-100px}}@media (min-width:481px) and (max-width:767px){.footer-widgets .menu-element.vertical.menu-align-left{text-align:left;text-align:left!important;-webkit-box-pack:start;-ms-flex-pack:left!important}}@media (max-width:480px){.footer-widgets .menu-element.vertical.menu-align-left{text-align:left;text-align:left!important;-webkit-box-pack:start;-ms-flex-pack:left!important}}.page-heading,.breadcrumb-trail{margin-bottom:25px}.breadcrumb-trail .page-heading{background-color:transparent}.swiper-custom-right:not(.et-swiper-elementor-nav),.swiper-custom-left:not(.et-swiper-elementor-nav){background:transparent !important}@media only screen and (max-width:1300px){.swiper-custom-left,.middle-inside .swiper-entry .swiper-button-prev,.middle-inside.swiper-entry .swiper-button-prev{left:-15px}.swiper-custom-right,.middle-inside .swiper-entry .swiper-button-next,.middle-inside.swiper-entry .swiper-button-next{right:-15px}.middle-inbox .swiper-entry .swiper-button-prev,.middle-inbox.swiper-entry .swiper-button-prev{left:8px}.middle-inbox .swiper-entry .swiper-button-next,.middle-inbox.swiper-entry .swiper-button-next{right:8px}.swiper-entry:hover .swiper-custom-left,.middle-inside .swiper-entry:hover .swiper-button-prev,.middle-inside.swiper-entry:hover .swiper-button-prev{left:-5px}.swiper-entry:hover .swiper-custom-right,.middle-inside .swiper-entry:hover .swiper-button-next,.middle-inside.swiper-entry:hover .swiper-button-next{right:-5px}.middle-inbox .swiper-entry:hover .swiper-button-prev,.middle-inbox.swiper-entry:hover .swiper-button-prev{left:5px}.middle-inbox .swiper-entry:hover .swiper-button-next,.middle-inbox.swiper-entry:hover .swiper-button-next{right:5px}}.swiper-container{width:auto}.content-product .product-content-image img,.category-grid img,.categoriesCarousel .category-grid img{width:100%}.etheme-elementor-slider:not(.swiper-container-initialized) .swiper-slide{max-width:calc(100% / var(–slides-per-view,4))}.etheme-elementor-slider[data-animation]:not(.swiper-container-initialized,[data-animation=slide],[data-animation=coverflow]) .swiper-slide{max-width:100%}body:not([data-elementor-device-mode]) .etheme-elementor-off-canvas__container{transition:none;opacity:0;visibility:hidden;position:fixed}

Livrare gratuita la comenzi de peste 50 lei
Vezi meniu

Descoperă cele mai recente oferte
Vezi oferte

Search input

Search

Cum se ajunge la Taverna Studioului?