/**
Theme Name: Kitaba Theme - child
Author: Freeline
Author URI: https://freeline.pl
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kitaba-theme-child
Template: astra
*/

.attributes-grid {
    display: grid;
    width: 100%;
}

.attribute-item {
    text-align: center;
    padding: 15px;
    transition: all 0.3s ease;
}

.attribute-item:hover {
    transform: translateY(-5px);
}

.attribute-item a {
    text-decoration: none;
    color: inherit;
}

.attribute-image {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.attribute-image img {
    display: block;
    margin: 0 auto;
}

.attribute-name {
    margin-top: 10px;
    font-weight: 500;
}

/* Style dla widgetu kategorii */
.custom-menu-box {
    position: relative;
    margin-bottom: 20px;
}

.custom-menu-item-title {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-ff05ee7-font-family), Sans-serif;
    font-size: var(--e-global-typography-ff05ee7-font-size);
    font-weight: var(--e-global-typography-ff05ee7-font-weight);
    line-height: var(--e-global-typography-ff05ee7-line-height);
}

.custom-menu-box ul {
    list-style: none;
    margin: 5px 0px;
}

.custom-menu-item {
    font-family: var(--e-global-typography-99d0154-font-family), Sans-serif;
    font-size: var(--e-global-typography-99d0154-font-size);
}

.custom-menu-item-link {
    font-family: var(--e-global-typography-99d0154-font-family), Sans-serif;
    font-size: var(--e-global-typography-99d0154-font-size);
    color: inherit;
}

.custom-menu-item-link svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-left: 5px;
}

.custom-menu-item-link .e-font-icon-svg {
    width: 14px;
    height: 14px;
}

.woocommerce.widget_product_categories h5{
	font-size: 1.625rem;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.5em;
}

.product-categories, .product-categories ul{
	list-style:none;
	margin-left:0px;
}

.woocommerce ul.product-categories > li ul li:before{
	top: 0.9rem;
}

ul.product-categories .current-cat>a{
	font-weight: 600;
}

.elementor-widget-woocommerce-product-images .wp-post-image {
    max-height: 600px;
    width: auto;
    height: auto;
    object-fit: contain;
}


.woocommerce-js ul.products li.product a img.show-on-hover{
	background: white;
}

.astra-shop-thumbnail-wrap a{
	min-height: 250px;
	max-height: 250px;
    width: auto; 
    height: auto;
    object-fit: contain;
}

.astra-shop-thumbnail-wrap a img{
	min-height: 250px;
	max-height: 250px;
    width: auto; 
    height: auto;
    object-fit: contain;
}
 
 
 .woocommerce-checkout .woocommerce #order_review{
	 display: block;
 }