/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 09 2026 | 17:52:52 */
.home .promotion_html{display:none;}
.page-id-8073 .promotion_html{display:none;}
.page-id-8074 .promotion_html{display:none;}
.archive .promotion_html{display:none;}

/* Glavni kontejner forme */
.cf7-povrat-forme {
    max-width: 650px;
    margin: 30px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-family: inherit;
    color: #333333;
}

/* Naslovi cjelina (h3) */
.cf7-povrat-forme h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #2c3e50;
    margin-bottom: 18px;
    margin-top: 10px;
}

/* Horizontalne linije (razdjelnici) */
.cf7-povrat-forme hr {
    border: 0;
    height: 1px;
    background: #eef2f5;
    margin: 25px 0;
}

/* Labele i tekstualna polja */
.cf7-povrat-forme label {
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 14px;
    color: #4a5568;
}

/* Stilovi za inpute, dropdown i textarea */
.cf7-povrat-forme input[type="text"],
.cf7-povrat-forme input[type="email"],
.cf7-povrat-forme input[type="number"],
.cf7-povrat-forme select,
.cf7-povrat-forme textarea {
    width: 100%;
    padding: 12px 15px;
    margin-top: 6px;
    border: 1px solid #cbd5e1;
    border-radius: 5px;
    background-color: #f8fafc;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Efekt kada se klikne na polje (Focus) */
.cf7-povrat-forme input:focus,
.cf7-povrat-forme select:focus,
.cf7-povrat-forme textarea:focus {
    border-color: #3182ce;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.15);
    outline: none;
}

/* Stil za skrivenu grupu (Uvjetno polje za "Drugo") */
.wpcf7-conditional-field {
    background: #f1f5f9;
    padding: 15px;
    border-left: 4px solid #3182ce;
    border-radius: 0 6px 6px 0;
    margin: 15px 0;
}

/* Radio gumbi (Način povrata) i Checkboxi (Potvrde) */
.cf7-povrat-forme .wpcf7-radio,
.cf7-povrat-forme .wpcf7-checkbox {
    display: block;
    margin-top: 10px;
}

.cf7-povrat-forme .wpcf7-list-item {
    display: block; /* Svaka opcija u novi red */
    margin: 0 0 12px 0;
}

.cf7-povrat-forme .wpcf7-list-item label {
    font-weight: 400;
    cursor: pointer;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
}

/* Povećanje klikabilne površine za radio/checkbox */
.cf7-povrat-forme input[type="radio"],
.cf7-povrat-forme input[type="checkbox"] {
    margin-top: 3px;
    transform: scale(1.1);
    cursor: pointer;
}



.post-l2 .woocommerce-products-header img{width:auto!important;}

@media (min-width: 993px) {
    .col-full.main-header{
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
}

/*
.woocommerce-product-gallery__image{
	background: #fafafa;
    padding: 30px;
    border-radius: 18px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    border: 1px solid #ececec;
}
*/

.single .after h2{
    margin-bottom: 40px;
    font-size: 28px;
	display:none;
}

p{font-size:18px;}

.spara{font-size:18px;}
.spara h2{margin-top:30px;}

h1{font-size:40px}

.single h3{
    margin-bottom: 40px;
    font-size: 28px;
}

.single ul li h3{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
}

.footer_rev {
    display: inline;
}

.trust-item {
    position: relative;
    padding-left: 32px;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
	margin-bottom:15px;
}

.trust-item::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

.ssl::before {
    content: "🔒";
}

.payment::before {
    content: "💳";
}

.delivery::before {
    content: "🚚";
}

.return::before {
    content: "↩";
}

.support::before {
    content: "📞";
}

.safe::before {
    content: "🛡";
}

