body {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 300;
    color: #4a4a4a;
    background: url(../images/bg.png) repeat #c9c9c9;
	/*background-attachment: fixed;*/
}

h2 {
	margin-bottom: 1rem;
	color: #e20303;
	font-size: 1.5rem;
}

h3 {
	font-size: 1.2rem;
}

a {
	text-decoration: none;
}

h3 > a {
	color: #e20303;
}

* {
	border-radius: 0 !important;
}

.btn,
.img-thumbnail,
.form-control,
.form-select {
	border-radius: 0;
}

.hide-scroll {
	margin-right: 1rem;
    overflow: hidden;
}

.tooltip {
	opacity: 1 !important;
}

.tooltip .tooltip-inner {
	color: #fff;
	font-weight: 400;
	background-color: #e20303;
}

.tooltip .tooltip-arrow::before {
	border-top-color: #e20303 !important;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: #fff;
	border: 1px solid #000;
	opacity: 1;
}

.carousel-indicators .active {
    background-color: #d40404;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	padding: 25px;
	background-color: #000;
    background-size: 40px;
}

.carousel-control-next,
.carousel-control-prev {
	width: 10%;
}

.lines {
	height: 2px;
	margin: 10px 0;
	border: 0;
	background: #999;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,1), rgba(0,0,0,0.6));
	background: -moz-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,1), rgba(0,0,0,0.6));
	background: -ms-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,1), rgba(0,0,0,0.6));
	background: -o-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,1), rgba(0,0,0,0.6));
	background: linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,1), rgba(0,0,0,0.6));
}

.header-links a {
    float: left;
    padding-right: 7px;
    color: #666;
	font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
}

.header-links a + a {
	padding-left: 7px;
	border-left: 1px solid #999;
}

#sitemap a {
    display: inline-block;
    color: #666;
	font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
}

#sitemap a svg {
	margin-right: 5px;
}
/* SOCIAL */
.social a {
	display: inline-block;
	color: #666;
	text-decoration: none;
	transition: all .3s;
}

.social a + a {
	margin-left: 5px;
}

.social .bi-facebook:hover {
	fill: #1877F2;
}

.social .bi-twitter-x:hover {
	fill: #1d9bf0;
}

.social .bi-youtube:hover {
	fill: #f00;
}

.social .bi-instagram:hover {
	fill: #833ab4;
}
/* END SOCIAL */


/* LANGUAGE SELECTORS */
#langContainer .flag {
	display: inline-block;
}

#langContainer .flag + .flag {
	margin-left: 0.5rem;
}

#langContainer img {
	width: 30px;
    height: 23px;
	border: 1px solid #ccc;
}

#langContainer span > img {
	opacity: 0.6;
}
/* END LANGUAGE SELECTORS */

/* HEADER */
.navbar {
	margin-bottom: 20px;
	padding: 0;
	background: #ed1c24; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

.navbar .navbar-nav,
.navbar .nav-item {
	flex: 1;
	text-align: center;
}

.navbar .nav-link {
	padding: 0.8rem;
	color: #fff;
	font-size: 0.9em;
	font-weight: 400;
	text-shadow: 0 1px 0 #000;
	white-space: nowrap;
	transition: background-color 200ms linear;
}

.navbar .navbar-nav li {
	border-right: 1px solid rgba(255,255,255,0.25);
	box-shadow: inset -1px 0 0 rgb(0 0 0 / 20%);
}

.navbar .navbar-nav > li:first-child {
	border-left: 1px solid rgba(255,255,255,0.25);
	box-shadow: inset -1px 0 0 rgb(0 0 0 / 20%), -1px 0 0 rgb(0 0 0 / 20%);
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus,
.navbar .dropdown-menu .nav-link:hover {
    color: #fff;
    background-color: #cf0404;
    box-shadow: inset 2px 0 10px -5px rgb(0 0 0 / 70%), inset -2px 0 10px -5px rgb(0 0 0 / 70%);
}

.navbar .navbar-nav .dropdown-menu {
	margin-top: -1px;
	padding: 0;
	background-color: #d20e12;
	border-radius: 0;
}

.navbar .dropdown-menu li {
	border-top: 1px solid rgba(255,255,255,0.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2);
}

.header-row > .row > div {
	margin-bottom: 20px;
}

.nav-item.dropdown > .dropdown-menu {
	min-width: 100%;
	margin-left: -2px;
}

.nav-item.dropdown:hover > .dropdown-menu,
.nav-item.dropdown .dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-toggle + .dropdown-menu .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.4em solid;
	vertical-align: baseline;
}

.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100%;
}

.dropdown-menu .dropdown-menu .nav-item {
	text-align: left;
}
/* END HEADER */

/* ADVANCED SEARCH */
#napredna-pretraga {
	position: relative;
	padding: 10px;
	background-color: #fbf9f9;
}

#napredna-pretraga h2 {
	color: #e20303;
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 5px;
}

#napredna-pretraga .btn {
	width: 100%;
	margin-top: 10px;
	background-color: #ed1c24;
}

#napredna-pretraga .btn > svg {
	vertical-align: -.125em;
}

#napredna-pretraga input[name="search"],
#napredna-pretraga .btn {
	border-radius: 0;
}

#napredna-pretraga input[name="search"] {
	text-transform: uppercase;
}

#pretraga {
	position: absolute;
	width: 94%;
	max-height: 200px;
	margin-top: -1px;
	overflow-y: auto;
	border-radius: 0;
	z-index: 9999;
}

#pretraga .list-group-item {
	display: block;
	padding: 0.4rem 1rem;
	color: #cc0505;
	text-decoration: none;
	cursor: pointer;
	transition: all 100ms linear;
}

#pretraga .list-group-item:hover {
	color: #fff;
	background-color: #cc0505;
}
/* END ADVANCED SEARCH */

.carousel {
    margin-bottom: 20px;
}

.boxgrid {
	position: relative;
	margin-bottom: 1rem;
}

.boxgrid a {
	display: inline-block;
}

.boxcaption {
    position: absolute;
    width: 100%;
	padding: 10px;
	bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
}

.caption .boxcaption h3 {
	margin-bottom: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.caption .boxcaption h3 + p {
	display: none;
	margin: 10px 0 0;
	color: #fff;
	font-size: 0.9rem;
}

.boxgrid a:hover .boxcaption h3 + p {
	display: block;
}

.mali-prekidac {
	margin-bottom: 20px;
	background-image: url(../images/prekidac.png);
	background-size: contain;
	border-radius: 4px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.45);
}

.mali-prekidac a {
	display: block;
	padding: 22px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-transition: 0.3s text-shadow linear;
	-moz-transition:    0.3s text-shadow linear;
	-o-transition:      0.3s text-shadow linear;
	transition: 0.3s text-shadow linear;
}

.mali-prekidac a:hover {
	color: #f5f5f5;
	text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}.simboli {    position: relative;    display: inline-block;    margin-top: 20px;}.simboli span {    position: absolute;    top: 51px;    left: 38px;    width: 98px;    text-align: center;    color: #fff;    letter-spacing: 2px;    font-size: 13px;    font-family: Subway Ticker;    text-shadow: none;    text-decoration: none;    text-transform: uppercase;    transition: .3s all linear;    opacity: 1;}.simboli .reference {    width: 160px;    font-size: 20px;    top: 50%;    left: 50%;    line-height: 1.3em;	transform: translate(-50%, -50%);}.simboli:hover span {    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;    color: #f5f5f5;    transition: .3s all linear;    font-family: Subway Ticker;    opacity: 1;}

/* BREADCRUMBS */
.breadcrumb {
	margin-bottom: 20px;
	padding: 10px 15px;
	color: #686868;
	background-color: #fdfdfd;
	border: 1px solid #e9e9e9;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #686868;
}

.breadcrumb a {
	text-decoration: none;
}
/* END BREADCRUMBS */

#main {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#toc a {
	display: block;
	padding: 5px 10px;
	color: #e20303;
	border: 1px solid #ccc;
	text-decoration: none;
	transition: all 200ms;
}

#toc .active,
#toc a:hover {
    color: #fff;
    background-color: #e20303;
}

.accordion-header {
	position: relative;
}

.accordion-button:not(.collapsed) {
	color: #af0000;
	background-color: #f9f9f9;
}

.show .accordion-body {
	background-color: #fbfbfb;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button.collapsed,
.accordion-item {
	background-color: #fdfdfd;
}

.accordion-body img {
	border: 1px solid #ccc;
}

#catalogues .accordion-button::before {
	content: "";
	position: absolute;
    top: 0;
    right: 50px;
    width: 400px;
    height: 55px;
    background-image: url(../images/katalozi-brosure/slices.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#catalogues .accordion-button.s1::before {
	background-position: 0 -55px;
}

#catalogues .accordion-button.s2::before {
	background-position: 0 -110px;
}

#catalogues .accordion-button.s3::before {
	background-position: 0 -165px;
}

#catalogues .accordion-button.s4::before {
	background-position: 0 -220px;
}

#catalogues .accordion-button.s5::before {
	background-position: 0 -275px;
}

#catalogues .accordion-button.s6::before {
	background-position: 0 -330px;
}

#catalogues .accordion-button.s7::before {
	background-position: 0 -385px;
}

#uputstva .accordion-body a + a,
#documents .accordion-body a + a {
	margin-top: 0.5rem;
}

.slike .slika {
    display: inline-block;
	margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #999;
    box-shadow: 0 0 10px #999;
}

.photo,.overlay {
    display: inline-block;
	position: relative;
}

.photo:hover .dark-background,.overlay:hover .dark-background {
	opacity: 1;
}

.dark-background {
	display: flex;
	position: absolute;
	justify-content: center;
    align-items: center;
	padding: 5px;
	top: 0;
    right: 0;
	bottom: 0;
    left: 0;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 500ms;
}

#reference .tab-content {
	padding: 1rem;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
}

#reference .nav-tabs .nav-link {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

address {
	height: 100%;
	padding: 20px 20px 70px;
	border: 1px solid #999;
	box-shadow: 0 0 1px #999;
	background: url(../images/linije-kartice.png) left bottom repeat-x transparent;
}

address h3 {
	display: inline-block;
	margin-bottom: 1rem;
	color: #e20303;
	font-size: 1.2rem;
}

address a {
	color: #337ab7;
	text-decoration: none;
}

address svg {
	flex: 0 0 auto;
	margin-right: .6rem;
}

address .d-flex {
	margin-bottom: .4rem;
}

address .d-flex span {
	line-height: 1.2;
}

.galerija {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #999;
}

.galerija .img-panel {
	position: relative;
}

.galerija .img-panel .photo {
	display: inline-block;
}

.galerija .img-panel .dark-background {
	position: absolute;
	width: 100%;
	padding: 10px;
	bottom: 0;
	color: #fff;
	text-shadow: #000 0 0 20px;
	background-color: rgba(15,15,15,0.6);
}

.galerija .img-panel .dark-background p {
	margin-bottom: 0;
}

#mapa-sajta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mapa-sajta .tree li {
	border-left: 1px solid #a1a1a1;
	background: url(../images/sitemap_horizontal.gif) 0 12px no-repeat;
	margin: 0 0 0 11px;
	padding: 0 0 0 5px;
}

#mapa-sajta .tree a {
	padding: 0 10px;
}

#mapa-sajta .tree li:last-child {
	background: url(../images/sitemap_last.gif) 0 0 no-repeat;
	border: 0;
}

/* PRODUCT */
#products h2 {
	color: #e20303;
	font-size: 1.5rem;
}

#products h2 + p {
	color: #e20303;
}

.zoom {
	position: relative;
	display: inline-block;
	margin-bottom: 0.5rem;
}

.zoom .magnifier {
	display: flex;
	position: absolute;
	content: "";
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

.zoom:hover .magnifier {
	opacity: 1;
}

.documents .table-row:last-child {
    border-bottom: 1px solid #dedcff;
}

.documents .table-row:nth-child(even) {
    background-color: #fbfbfb;
}

.documents .table-row .table-data {
	padding: 10px;
	border-top: 1px solid #dedcff;
    border-left: 1px solid #dedcff;
}

.documents .table-row .table-data:first-child {
	display: flex;
	align-items: center;
	font-weight: bold;
}

.documents .table-row .table-data:last-child {
    border-right: 1px solid #dedcff;
}

.documents .table-row .table-data a {
	display: block;
	text-decoration: none;
}

.documents .table-row .table-data a:hover {
	color: #f44336;
	text-decoration: underline;
}

#products .img-thumbnail {
	border-radius: 0;
}

.valuta {
	margin-left: 5px;
	padding: 2px;
	font-size: 0.9rem;
	font-weight: 300;
	background-color: #fff;
	border: 1px solid #767676;
}

.documents .valuta {
	font-size: 1rem;
}

.valuta:focus-visible {
	outline: 1px solid #000;
}

#categories,
#loader {
	padding: 0.8rem;
	background-color: #fff;
	border: 1px solid #ccc;
}

#categories > ul {
	margin: 0;
	padding: 0;
}

#categories ul {
	list-style: none;
}

#categories ul ul {
	display: none;
	padding-left: 0.5rem;
}

#categories a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 5px;
	color: #4a4a4a;
    text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #f1f1f1;
	transition:  background-color 100ms linear;
}

#categories a:before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	margin-right: 3px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="black" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>') no-repeat center transparent;
	/*border-radius: 50%;*/
	vertical-align: middle;
}

#categories .has-children > a:before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="black" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/></svg>');
}

#categories .has-children.active > a:before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg>');
}

#categories .has-children .active > a {
	background-color: #ed1c24;
}

#categories .active > a {
	color: #fff;
	background-color: #ed1c24;
	text-shadow: none;
}

#categories .active > a:before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>') no-repeat center transparent;
}

#categories h3 + ul > li:first-child a {
	border-top: 1px solid #ccc;
}

#categories h3 + ul > li:last-child {
	border-bottom: 1px solid #ccc;
}

#categories .active.parent.has-children:before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" fill="white" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') no-repeat center transparent;
}

#categories .parent.has-children:before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>') no-repeat center transparent;
}

#loader {
	position: relative;
}

#instruction .note-title {
	display: inline-block;
	margin-top: 10px;
	padding: 5px;		color: #fff;		font-size: 1.1rem;	
	background-color: #f00;		text-shadow: 0 1px 0 #000;
}

#instruction ul,#intro ul {
	padding-left: 20px;
	list-style-type: none;
}

#instruction li,#intro li {
	margin-bottom: 5px;
	line-height: 1.6;		text-indent: -20px;
}

#instruction p {
	margin-bottom: 0;
	color: #333;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.8em;
	text-transform: initial;
}
#load {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	align-items: center;
	flex-direction: column;
	background: rgba(0,0,0,0.6);
	z-index: 999;
}

#gear {
	animation-name: rotate-loader;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
}

@keyframes rotate-loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.boja-td {
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.boje .boja-td:last-child {
	border-right: 1px solid #dedede;
}

.boja-td a {
	display: inline-block;
	padding: 8px 0;
	text-decoration: none;
}

.boja > img {
    border: 3px solid #ddd;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

.boja.active > img {
    border-color: #c80013 !important;
}

#tabela .table-row .thead {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 5px;
	font-weight: 400;
	background-color: #f8f9fa;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

#tabela .table-row .thead:last-child {
	border-right: 1px solid #dedede;
}

#tabela .table-row .thead.checkboxes .checkbox-custom {
	display: inline-block;
}

#tabela .table-row .table-data {
	padding: 10px;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	word-break: break-word;
}

#tabela .table-row .table-data:last-child {
	border-right: 1px solid #dedede;
}

#tabela .table-row:nth-child(odd) {
    background-color: #fbfbfb;
}

#tabela form .table-row {
	cursor: pointer;
}

.table-row:not(.table-header):hover {
    background-color: #eee !important;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.lightbox-wrap {
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
    top: 0;
    left: 0;
    z-index: 1020;
    width: 100%;
    height: 100%;
	overflow-x: hidden;
    overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
	transition: opacity 200ms;
}

.lightbox-block {
	max-width: 800px;
	max-height: 95%;
	padding: 20px 10px;
    overflow: auto;
    background-color: #fdfdfd;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	border-radius: 0.2rem;
}

.img-placeholder {
	display: block;
	padding: 20px 0;
	font-weight: 500;
	text-align: center;
	color: #ed1c24;
	text-transform: uppercase;
}

.lightbox-block .img-placeholder,
#products .img-placeholder {
	border: 1px solid #dee2e6;
}

.separator {
    margin: 0 0 1rem;
}
/* END PRODUCT */

/* CONFIGURATOR */
#stage .render {
    width: 500px;
    padding: 20px;
}

#stage {
    position: relative;
    margin-bottom: 20px;
    border: 3px solid #ddd;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#load-holder {
	display: none;
}

#loading-spinner {
    display: flex;
    position: absolute;
	justify-content: center;
	align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 10;
}

#loading-spinner svg {
	animation-name: spinner;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.active > img,
#tip-maske .active {
    border-color: #c80013 !important;
}

.moduli > img {
    border: 3px solid transparent;
}

.boja > img {
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

#tip-maske a {
    display: inline-block;
    padding: 5px;
    border: 2px solid transparent;
}

#color-selector {
    float: left;
}
/* END CONFIGURATOR */

/* CUSTOM CHECKBOX AND RADIO BUTTONS */
.checkbox-custom,
.radio-custom {
    position: relative;
    display: block;
	text-align: center;
}

.checkbox-custom input[type=checkbox],
.radio-custom input[type=radio] {
    position: absolute;
    margin-top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.checkbox-custom label,
.radio-custom label {
    min-height: 22px;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer;
}

.checkbox-custom label {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
}

.checkbox-custom.checkbox-danger label::before {
    border: 2px solid #e20303;
}

.checkbox-custom label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.checkbox-custom label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 18px;
	font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.checkbox-custom input[type=radio]:checked+label::before,
.checkbox-custom input[type=checkbox]:checked+label::before,
.checkbox-custom input[type=checkbox].partial+label::before {
    border-color: #e20303;
    border-width: 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.checkbox-custom input[type=radio]:checked+label::after,
.checkbox-custom input[type=checkbox]:checked+label::after {
    content: "";
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="white" viewBox="0 0 16 16"><path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"/></svg>') no-repeat center transparent;
}

.checkbox-custom input[type=checkbox].partial+label::after {
    content: "–";
    /*background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z"/></svg>') no-repeat center transparent;*/
}
/* END CUSTOM CHECKBOX AND RADIO BUTTONS */

/* jVECTOR MAP */
#vmap {
	height: 400px;
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    touch-action: none;
}

.jvectormap-tip {
    position: absolute;
    display: none;
	padding: 2px 8px;
    color: #e20303;
	font-size: 0.9rem;
	font-weight: 400;
	border: 1px solid #cdcdcd;
    background-color: #fff;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    box-sizing: content-box;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 10px;
    height: 10px;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}

.jvectormap-goback {
    bottom: 10px;
    z-index: 1000;
    padding: 6px;
}

.jvectormap-spinner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat url(data:image/gif;base64,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);
}

.jvectormap-legend-title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.jvectormap-legend-cnt {
    position: absolute;
}

.jvectormap-legend-cnt-h {
    bottom: 0;
    right: 0;
}

.jvectormap-legend-cnt-v {
    top: 0;
    right: 0;
}

.jvectormap-legend {
    background: black;
    color: white;
    border-radius: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend {
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px 3px 1px 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
    float: left;
}

.jvectormap-legend-cnt-v .jvectormap-legend {
    margin: 10px 10px 0 0;
    padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
    width: 40px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
    height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.jvectormap-legend-tick-text {
    font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
    text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 3px;
}
/* END jVECTOR MAP */

/* END SIDEBAR */
#sidebar .accordion-button {
	color: #fff;
	background-color: #00850b;
}

#sidebar .accordion-button::after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

#sidebar .accordion-button {
	padding: 0.8rem;
}

#sidebar .accordion-button > a {
	display: block;
	color: #fff;
}

#sidebar .empty-item .accordion-button::after {
	display: none;
}

#sidebar .accordion-item .accordion-body {
	padding: 0;
}

#sidebar .accordion-item .accordion-body a {
	display: block;
    padding: 0.5rem 0.6rem;
    color: #00850b;
    background-color: #fafafa;
    transition: all .2s ease-in;
}

#sidebar .accordion-item .accordion-body a:hover {
    color: #fafafa;
    background-color: #459b3f;
}

#sidebar .accordion-item .accordion-body a + a {
	border-top: 1px solid #ccc;
}

#sidebar .accordion-item .accordion-body .active {
	color: #fff;
	background-color: #459b3f;
}
/* END SIDEBAR */

/* FOOTER */
footer {
	margin-top: 10px;
}

footer:before {
    display: block;
    content: '';
    height: 34px;
    background: url(../images/footer-lines.png) repeat-x;
    /*background: linear-gradient(0deg, transparent 25%, #ff2008 25%, #ff2008 50%, transparent 50%, transparent 75%, #ff2008 75%, #ff2008 100%);
	background-size: 10px 22px;*/
}

.footer-wrap {
	padding: 20px 0 10px;
	clear: both;
	overflow: hidden;
	background: #f51a07; /* Old browsers */
	background: -moz-linear-gradient(top, #ff2008 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2008), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff2008 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff2008 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff2008 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff2008 0%,#cf0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2008', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

footer ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

footer ul li:first-child {
	border-top: 0;
}

footer ul li {
	padding: 3px 0;
	list-style: none;
}

footer h3 {
	font-size: 1rem;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0 0 10px;
	text-shadow: 1px 1px 0 #000;
}

footer a {
	color: #fff;
	font-size: 0.9rem;
	text-shadow: 1px 1px 0 #000;
	text-decoration: none;
	-webkit-transition: padding-left .2s ease-out;
	-moz-transition: padding-left .2s ease-out;
	transition: padding-left .2s ease-out;
}

footer a:hover,
footer a:focus {
	padding-left: 5px;
	color: #f1f1f1;
	text-decoration: none;
}

#copyright {
	color: #fff;
	font-size: 0.9rem;
	text-shadow: 0 1px 0 #000;
}

.footer-line {
	height: 1px;
	margin: 9px;
	border: 0;
	background: #fff;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.6), rgba(255,255,255,1), rgba(255,255,255,0.6));
	background: -moz-linear-gradient(left, rgba(255,255,255,0.6), rgba(255,255,255,1), rgba(255,255,255,0.6)); 
	background: -ms-linear-gradient(left, rgba(255,255,255,0.6), rgba(255,255,255,1), rgba(255,255,255,0.6)); 
	background: -o-linear-gradient(left, rgba(255,255,255,0.6), rgba(255,255,255,1), rgba(255,255,255,0.6));
	background: linear-gradient(left, rgba(255,255,255,0.6), rgba(255,255,255,1), rgba(255,255,255,0.6));
}

@media (max-width: 767px) {
	#main {
		padding: 10px;
	}
}
