#sp-header {
    background: #000!important;
}
#sp-header {
    height: 90px;
    left: 0;
    position: fixed;
    top: 0px!important;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease;
}

.offcanvas-menu {
    background-color: #000!important;
    color: #FFFFFF;
}


.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    z-index: 99;
    display: block;
    float: left!important;
    position: relative;
}


.sp-module ul>li>a {
    color: rgb(192,34,40)!important;
	font-weight: 400;
}


.sp-module-content .mod-languages ul.lang-inline {
    margin: 0;
    padding: 0;
    margin-right: 0px;
    margin-left: 30px!important;
}


body .sppb-btn:after, body .btn:after {
    content: "";
    height: 0px!important;
    display: none!important;
    background: #001830;
    position: absolute;
    bottom: -6px;
    left: 0px;
    right: 0px;
    transition: all 0.4s ease;
}



div.mod-languages li {
  display: inline; /* Postavlja stavke liste da se prikazuju jedna pored druge */
}

div.mod-languages li:not(:first-child)::before {
  content: "|"; /* Dodaje vertikalnu crtu između prvog i drugog linka */
  color: #fff!important;
  margin: 0 5px; /* Postavlja razmak između linka i vertikalne crte */

