template: bb-theme


.search-field {
    display: inline-block;
    width: 80%;
}

button[type="submit"] {
    background: url('https://cdn1.iconfinder.com/data/icons/unicons-line-vol-5/24/search-alt-512.png') no-repeat center center;
    background-size: contain;
    border: none;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

.breadcrumbs {
    padding: 0px;
    margin-bottom: 4px;
    color: #0489B1;
	font-family: Inter, sans-serif;
    font-size: 16px;
	color: black;
	
}

.breadcrumbs a {
	display: inline-block;
    color: #0489B1;
    text-decoration: none;
    font-weight: 350;
}

/* Ujednači veličinu slova varijacija na FR jeziku */
html[lang="fr-FR"] .fl-module-fl-woo-cart-button .variations th.label,
html[lang="fr-FR"] .fl-module-fl-woo-cart-button .variations th.label label,
html[lang="fr-FR"] .fl-module-fl-woo-cart-button .variations td.value select {
    font-size: 16px !important;
}

