/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.2.1748086010
Updated: 2025-05-24 13:26:50

*/

.woocommerce-cart .wc-block-components-notices .wc-block-components-button:not(.is-link) {
	background-color: transparent !important;
	margin-top: -10px !important;
}

.woocommerce-cart .wc-block-components-notices .wc-block-components-button:not(.is-link):hover {
	background-color: transparent !important;
	margin-top: -10px !important;
}

/* Sidebar osnovni stil */
.wc-category-sidebar {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

/* Lista */
.wc-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Svaka stavka */
.wc-category-list li {
    border-bottom: 1px solid #eee;
}

/* Link */
.wc-category-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Ikonica desno */
.wc-category-list a::after {
    content: "›";
    font-size: 14px;
    color: #ccc;
    margin-left: auto;
    margin-right: 0;
    transition: transform 0.2s ease, color 0.2s ease;
}

/* Hover efekt */
.wc-category-list a:hover {
    color: #FF4942;
    padding-left: 20px;
}

.wc-category-list a:hover::after {
    transform: translateX(4px);
    color: #FF4942;
}

/* Broj proizvoda */
.wc-category-list .cat-count {
    color: #999;
    font-size: 13px;
    margin-left: 6px;
}

/* Aktivna kategorija */
.wc-category-list .active-cat > a {
    color: #FF4942;
    font-weight: 600;
    background: #fff2f1;
    border-left: 3px solid #FF4942;
    padding-left: 20px;
}

/* Povratak */
.wc-category-back {
    margin-bottom: 15px;
}

.wc-category-back a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.wc-category-back a:hover {
    color: #FF4942;
}

/* Search unutar kategorije */
.wc-category-search {
    margin-bottom: 20px;
}

.wc-category-search input[type="text"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
	font-size: 16px !important;
	font-weight: 500 !important;
}

/* === GUMB === */
.toggle-category-sidebar {
    display: none;
    background: #FF4942;
    color: #fff;
    border: none;
    padding: 12px 16px;
    font-size: 15px;
    border-radius: 6px;
    margin-bottom: 16px;
    width: 100%;
    cursor: pointer;
}

/* === TABLET I MOBILNI PRIKAZ GUMB KATEGORIJE === */
@media (max-width: 1024px) {
    .wc-category-sidebar-wrapper {
        display: none !important;
    }

    .wc-category-sidebar-wrapper.active {
        display: block !important;
    }

    .toggle-category-sidebar {
        display: block;
    }
}

/* === Stil WooCommerce dropdown sortiranja === */
.woocommerce .woocommerce-ordering select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 2px solid #FF4942;
    border-radius: 6px;
    padding: 10px 40px 10px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23FF4942' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

/* Hover/focus efekt */
.woocommerce .woocommerce-ordering select:hover,
.woocommerce .woocommerce-ordering select:focus {
    border-color: #d93d3d;
    outline: none;
}

/* Mobilna optimizacija */
@media (max-width: 768px) {
    .woocommerce .woocommerce-ordering {
        width: 100%;
        margin-bottom: 20px;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }
}

/* === Stil WooCommerce sortiranja === */
.woocommerce .woocommerce-ordering {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 24px;
}

/* Izgled dropdowna */
.woocommerce .woocommerce-ordering select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 40px 10px 14px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    cursor: pointer;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

/* Hover/focus efekt */
.woocommerce .woocommerce-ordering select:hover,
.woocommerce .woocommerce-ordering select:focus {
    border-color: #aaa;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
    outline: none;
}

/* Mobilni prikaz */
@media (max-width: 768px) {
    .woocommerce .woocommerce-ordering {
        width: 100%;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }
}


/* Stil za WooCommerce gumb u KOŠARICI */
.woocommerce-cart .wc-block-components-button:not(.is-link) {
    background-color: #FF4942 !important;
    font-family: "Manrope", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 1.2em !important;
    color: #fff !important;
    border-style: solid !important;
    border-width: 0px !important;
    border-radius: 5px !important;
    padding: 12px 24px !important;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.3s ease;
}

/* Hover efekt - tamna pozadina i bijeli tekst */
.woocommerce-cart .wc-block-components-button:not(.is-link):hover {
    background-color: #2d333d !important;
    color: #ffffff !important;
}
