
/* Migrated from inline <style> in class-ttpwi-init.php (no-menu-items admin notice) */
.tt_main_shortcode_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    width: 100%;
}

.toast_syncmenu_page.tt_notice_box {
    max-width: 760px;
    width: 100%;
    padding: 30px 35px;
    background: #f6f9ff; 
    border: 1px dashed #97A5CA;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.tt_notice_title {
    font-size: 22px;
    font-weight: 600;
    color: #333; 
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

.tt_notice_text {
    font-size: 15px;
    line-height: 1.6;
    color: #646970;
    margin-bottom: 22px;
}

.tt_sync_button {
    display: inline-block;
    padding: 12px 28px;
    background: #f04f23;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.25s ease-in-out;
}

.tt_sync_button:hover {
    background: #c91717;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}
.ttw_svg_syscon {
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 8px 10px;
    
}

@media (max-width: 768px) {

    .toast_syncmenu_page.tt_notice_box {
        padding: 22px 20px;
        margin: 0 15px;
    }

    .tt_notice_title {
        font-size: 18px;
    }

    .tt_notice_text {
        font-size: 14px;
    }

    .tt_sync_button {
        padding: 10px 22px;
        font-size: 13px;
    }
}

/* Migrated from inline <style> in class-ttpwi-settings.php (premium no-menu-items notice) */
.toast_syncmenu_page.tt_notice_box.tt_notice_box_premium {
    max-width: 760px;
    width: 100%;
    padding: 30px 35px;
    background: #fff7cc;
    border: 1px dashed #f59e0b;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
.tt_notice_box_premium .tt_notice_title {
    font-size: 22px;
    font-weight: 600;
    color: #b45309;
    margin-bottom: 12px;
}
.tt_notice_box_premium .tt_notice_text {
    font-size: 15px;
    line-height: 1.6;
    color: #7c2d12;
    margin-bottom: 22px;
}
.tt_notice_box_premium .tt_sync_button {
    display: inline-block;
    padding: 12px 28px;
    background: #f59e0b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 7px;
    transition: all 0.25s ease-in-out;
}
.tt_notice_box_premium .tt_sync_button:hover {
    background: #d97706;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

/* Migrated from inline <style> in tpl-ttmenushowcontent-items-sc.php (lightbox popup) */

.tt_accordion_btn {
    padding: 0px;
}
.tt_popup_close_x {
    font-weight: 600;
}
.toast_popup_accordion .toast_accordion-item:not(:last-child) {
    margin-bottom: 10px;
}
.container {
    width: 100%;
    max-width: 1140px;
}
body.tt_popup_enable {
    overflow-y: hidden;
}

.rowwrap {
    transition: all 0.5s;
}
.tt_popup_menu_price {
    font-weight: 600;
    font-size: 18px;
    color: #d46211;
}
.tt_fade-block {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999998;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.tt_popup_main_wrapper {
    width: 80%;
    background-color: #fcfaf8;
    margin: 0 auto;
    position: fixed;
    z-index: 999999;
    left: 50%;
    top: -100%;
    transform: translate(-50%,-50%);
    padding: 20px 20px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.tt_popup_close_wrapper {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}
.rowwrap{
    cursor: pointer;
}
.tt_popup_img_meta_wrapper.toast_popup_image_hide{
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
}
.tt_accordion_ullist {
    padding: 12px !important;
    margin-block: 0px;
    font-size: 14px;
    list-style: none !important;
    background-color: #f3f0ed4d;
    color: #7e6f67;
    border-radius: 10px;
    margin:0px;
}
.tt_accordion_ullist .tt_accordion_body_text {
    padding:0px !important;
}
.tt_popup_menu_description_p  {
    font-size: 14px;
    line-height: 1.4em;
}
.tt_popup_menu_heading {
    font-weight: 600;
    margin-block: 0px 1rem;
    font-size: 24px;
}
.tt_popup_menu_img {
    box-sizing: border-box;
}
.tt_accordion_btn_heading.tt_accordion_wrapper:after {
    content: '';
    background-image: url('../../admin/images/down.svg');
    background-position: center right;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.tt_accordion_wrapper.collapsed {
    border-radius: 0px;
}
.et_builder_inner_content {
    position: inherit !important;
}
.toast_popup_accordion .toast_accordion-item:not(:last-child) .tt_accordion_wrapper.collapsed {
    border-bottom: 1px solid #e7e0da;
}
button.tt_accordion_btn_heading {
    box-shadow: none;
}

@media screen and (max-width:575px){
    .tt_popup_menu_img_wrapper img {
        max-width: 150px;
    }
}

.tt_popup_img_meta_wrapper img {
    display: block;
    width: 100%;
}

.aspttri_open_in_new_window {
	cursor: pointer;
}