@charset "UTF-8";

/*
 Theme Name:   Colibri WP Child
 Version:      1.0.138
 Theme URI:    https://colibriwp.com/go/colibri-theme/
 Description:  Colibri is a beautiful, extremely customizable, multipurpose theme that you can use to create an amazing website by drag and drop. It comes with a predesigned home page, 5 header designs and over 35 ready to use content blocks that you can easily customize. You can also design your own custom blocks by combining over 25 drag and drop components. Colibri has lots of customization options (video background, slideshow background, header content types, etc) that will help you create a website that stands out in no time. It is also responsive so it works on mobile devices out of the box. Colibri is the only theme you will ever need! CHECK OUT THE DEMOS: https://colibriwp.com/go/demos
 Author:       Extend Themes
 Author URI:   https://colibriwp.com/
 License:      GNU General Public License version 3
 License URI:  http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
 Tags:         entertainment, food-and-drink, portfolio, one-column, two-columns, right-sidebar, grid-layout, custom-header, custom-menu, custom-logo, full-width-template, theme-options, translation-ready, featured-images, threaded-comments
 Text Domain:  colibri-wp-child
 Template: colibri-wp

 Tested up to: 6.7
 Requires PHP: 5.6
 
*/

@import url("../colibri-wp/style.css");
    
.custom-left-sidebar {
    width: 25%;
    padding: 20px;
    padding-right: 20px;
    text-align: left;
                    }

.h-col {
    width: 70%;
}



.widget {
    /* Alapértelmezett globális stílusok */
        font-family: inherit;
            font-size: inherit;
                color: inherit;
                    background-color: inherit;
                    }
                    


ul.wp-block-categories-list.wp-block-categories
{
//  background-color: red;
}

ul.wp-block-categories-list.wp-block-categories li
{
    
    font-family: inherit !important;
        font-size: inherit !important;
            font-weight: normal !important;
                font-style: normal !important;
                    line-height: normal !important;
                        letter-spacing: normal !important;
                        font-size: 1.2 em
}

.h2.wp-block-heading
{
    
    font-family: inherit !important;
        font-size: inherit !important;
            font-weight: normal !important;
                font-style: normal !important;
                    line-height: normal !important;
                        letter-spacing: normal !important;
                        font-size: 1.2 em
}



/* Kétoszlopos elrendezés */
.single-product-layout {
    display: grid;
    grid-template-columns: 25% 75%; /* Bal oldali widget 25%, jobb oldali termék 75% */
    gap: 30px;
    align-items: start;
}

/* Bal oldali widget */
.product-sidebar {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}

/* A teljes termékoldal egyben */
.product-content {
    display: flex;
    flex-direction: column;
}

/* A kép és a termékleírás egy dobozba kerül */
.product-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

