/*
Theme Name: Emall Child
Theme URI: https://demo.theme-sky.com/emall/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: emall
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: emall-child
*/
/* --- Stilovi za unos dužine proizvoda na metre --- */
.duzina-metara-wrap {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #f9f9f9; /* Lagana siva podloga da se istakne */
    border-radius: 5px;
    border: 1px solid #eee;
}

.duzina-metara-wrap label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.duzina-metara-wrap input {
    width: 120px;
    max-width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

#cijena_izracun {
    margin-top: 12px;
    font-weight: bold;
    color: #f7941d; /* Boja tvog brenda (narančasta) za isticanje cijene */
    font-size: 15px;
}