/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Pozadinska boja za ceo WooCommerce deo sajta */
.woocommerce,
.woocommerce-page {
  background-color: rgb(255, 251, 241) !important;
}

/* Pozadina stranice proizvoda */
.woocommerce div.product,
.woocommerce-page div.product {
  background-color: rgb(255, 251, 241) !important;
}

/* Pozadina korpe, naplate i računa */
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account {
  background-color: rgb(255, 251, 241) !important;
}

/* Pozadina lista proizvoda */
.woocommerce ul.products,
.woocommerce-page ul.products {
  background-color: rgb(255, 251, 241) !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  padding-top: 40px !important;
}

.woocommerce div.product form.cart .button {
    background-color: #541800 !important;
}

.woocommerce ul.products li.product .button {
    background-color: #541800 !important;
	color: #fff;
}

/* Stil za naslov "Up-Sells" sekcije */
.woocommerce .up-sells.products h2 {
  font-size: 20px !important;
  font-weight: 600;
  color: #541800; 
  margin-bottom: 20px;
}

/* Aktivna (trenutna) stranica u mobilnom meniju */
.site-navigation-dropdown ul.menu li.current-menu-item a {
    background: #541800 !important;
    color: #fff;
}

.site-navigation-toggle-holder .site-navigation-toggle {
	background-color: #541800 !important;
	color: #ffffff !important;
}

.woocommerce {
	font-family: Poppins;
	color: #541800;
}

/* CSS for hiding the header */
.site-header.header-hidden {
	transform: translateY(-100%); /* Adjust based on your header's height */
	transition: transform 0.3s ease-in-out;
}

.site-header {
	transition: transform 0.3s ease-in-out; /* Add transition for smooth show effect */
}

a {
	color: #541800;
	font-weight: 700;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #541800;
}

/* dugme u korpi */
.wp-block-button__link,
.wc-block-components-button,
.wp-element-button
{
	background-color: #511900 !important;
}

.woocommerce-product-details__short-description p {
    padding-bottom: 20px;
}

.wp-block-woocommerce-cart.alignwide,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
	margin-inline: 0 !important;
}
