/*
 Theme Name:   Deliciosa Child Theme
 Theme URI:    https://deliciosa.themerex.net/
 Description:  Deliciosa Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     deliciosa
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  deliciosa
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
 .menu-tabs { margin:20px 0 0; }
.tab-titles { list-style:none; padding:0; display:block; cursor:pointer; margin-bottom: 20px; white-space: nowrap; scrollbar-width: none; width: 100%; overflow-x: auto; }
.tab-titles li.tab-item { padding:10px 20px; margin-right:10px; }
.tab-titles li.tab-item__active { border-width: 2px !important; border-style: solid; font-weight:bold; }
.tab-contents { border:1px solid #aa3822; padding:20px; background: #ffffff; }
.tab-panel { display:none; }
.tab-panel__title { margin-top: 20px; position: relative; padding-bottom: 30px; }
.tab-panel__title::before { content: ""; position: absolute; width: 80px; height: 1px; border-bottom: 1px solid #aa3822; bottom: 6px; left: 0; }
.tab-panel__title::after { content: ""; position: absolute; width: 80px; height: 1px; border-bottom: 1px solid #aa3822; bottom: 0; left: 0; }
.tab-panel__active { display:block; }
.menu-list { list-style:none; padding:0; }
.menu-list .menu-item { margin-top:30px; padding-bottom: 30px; border-bottom: 1px solid #aa3822; }
.menu-list .menu-item:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
.menu-list .menu-item { display: flex; justify-content: space-between; }
.menu-list .menu-item__text { max-width: 50%; }
.menu-list .menu-item__title { margin-top: 0; }
.menu-list .menu-item__img { display:block; margin-left: 10px; margin-bottom: 10px; border-radius: 20px; }
.menu-list .menu-item__img img { border-radius: 20px; }
.menu-list .menu-item__desc { margin-top: 20px; }