/*
Theme Name: Reboot Child Theme
Theme URI: https://reboot.axiomthemes.com/
Description: Reboot is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: Axiomthemes
Author URI: https://axiomthemes.com/
Version: 1.9.0
Tested up to: 6.7
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: reboot
Template: reboot
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
/*MENU*/
@media (width >= 1200px) {
.sc_layouts_menu_nav > li > a, .sc_layouts_menu_nav > li.menu-item-has-children > a {
  padding: 1.9em;
}
}
/* Quita la referencia relativa a cada elemento individual */
/*.menu-item {
    position: static !important;
}
*/
/* El submenú abarcará ahora el 100% del contenedor superior */
/*ul.sub-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center;
    gap: 20px;
    padding: 15px 20px !important;

    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
*/
.trx_addons_scroll_to_top.show {
  opacity: 1;
  bottom: 2em !important;
  float: left !important;
  left: 30px;
}
.bottom-info {
  display: none !important;
}
.post_featured.hover_shop img {
  max-height: 280px;
  min-height: 280px !important;
}
.post_featured.hover_shop {
  background-color: #fff !important;
}