/*
Theme Name: Javax Child
Theme URI: http://javax.themekitify.com
Description: This is a child theme for Javax Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: javax
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/


/* Importuojame parent theme stilius */
@import url("../javax/style.css");

/* WooCommerce Elementor palaikymas */
.elementor-woocommerce-page {
    width: 100%;
}

/* Produktų puslapio stiliai */
.single-product .elementor-section {
    margin-bottom: 0;
}

.woocommerce .elementor-widget-container {
    max-width: 100%;
}

/* Elementor WooCommerce widget'ų stiliai */
.elementor-widget-woocommerce-product-title h1 {
    margin-bottom: 20px;
}

.elementor-widget-woocommerce-product-price .price {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.elementor-widget-woocommerce-product-add-to-cart .cart {
    margin-top: 20px;
}

/* Produktų galerijos stiliai */
.elementor-widget-woocommerce-product-images .woocommerce-product-gallery {
    margin-bottom: 0;
}

/* Produktų kategorijų stiliai */
.elementor-widget-woocommerce-categories .product-category {
    margin-bottom: 20px;
}

/* Responsive stiliai */
@media (max-width: 768px) {
    .elementor-widget-woocommerce-product-images {
        margin-bottom: 20px;
    }
    
    .elementor-widget-woocommerce-product-meta {
        margin-top: 20px;
    }
}

/* Fix'ai galimoms javax theme problemoms */
.javax-theme .elementor-section {
    box-sizing: border-box;
}

.javax-theme .woocommerce-page {
    padding: 0;
    margin: 0;
}

/* Elementor editor stiliai */
.elementor-editor-active .woocommerce-message,
.elementor-editor-active .woocommerce-error,
.elementor-editor-active .woocommerce-info {
    display: none !important;
}




/****************************************************************/
/****************************************************************/
/****************************************************************/
