/***********************************************************************************************************************
* Header css
*
***********************************************************************************************************************/
header {
    z-index: 10;
    background-color: #fff;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;

}
.header-top-container {
    display: flex;
    justify-content: space-between;
}
/* Header top *********************************************************************************************************/
header .header-top a {
    color: #555555;
    transition-duration: 0.15s;
}
header .header-top a:hover {
    color: #004ad3;
}
.header-top{
    background-color:#eaf2fe;
    height: 40px;
}
header .header-top .header-top-right {
    display: flex;
    align-items: center;
}
header .header-top .header-top-right > div {
    margin: 9px 0px 0px 10px;
}

header .header-top .header-top-right > div a {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 0px;
    margin-left: 20px;
}

header .header-top .header-top-right > div > a:hover::after,
header .header-top .header-top-right > div > a.active::after {
    opacity: 1;
    transform: translateY(0px);
}
.header-top-left .info-box {
    margin-top: 6px;
}
.social-link .fa {
    margin-right: 5px;
    background-color: #fff;
    color: #004ad3;
    font-size: 14px;
    padding: 2px;
}
.social-link:hover .fa {

    transition-duration: 0.15s;
    background-color: #004ad3;
}
.header-top-left .info-box a {
    font-size: 14px;
    margin-right: 20px;
    position: relative;
}
header .header-top .header-top-right .dropdown ul li {
    margin: 8px 0;
}
header .header .header-right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
/* Header *************************************************************************************************************/
header .header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Logo */

header .header .header-logo a {
    display: flex;

}
header .header .header-logo img {
    margin-right: 15px;
    max-height: 44px;
}
.logo-text-right{
    margin-top: 11px;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;

}
.logo-text-right strong{
    font-weight: 500;
}
/* Header center */
header .header-right {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0px 0px;
}
header .header .header-center {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 10px;
}
header .header .header-center .btn-servis {
    background: rgb(0,156,234);
    background: linear-gradient(90deg, rgba(0,156,234,1) 0%, rgba(0,76,211,1) 100%);
    margin-left: 30px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin-top: -8px;
    font-weight: 500;
    padding: 10px 27px;

}
header .header .header-center .btn-servis:hover {
    background: rgb(0,76,211,1);
    background: linear-gradient(90deg, rgba(0,76,211,1) 0%,rgba(0,156,234,1) 100%);
    color: #fff;
}
header .header .header-center > div > a {
    color: #000;

}
header .header .header-center a.active:hover {
    color:#f5b768 ;
}
header .header-center img {
    margin-right: 2px;
    max-height: 18px;
}
.header-top-left .company-info {
    margin-right: 15px;
}
.header-top-left i {
    font-size: 19px;
    margin-right: 5px;
}
header .header .header-center a {
    color: #000;
    padding-left: 27px;
}
header .header .header-center a:hover {
    color: #004ad3;
}
.drawer-menu  .btn-servis {
    margin-left: 23px;
}
header .header .header-center .bold-text {
    font-weight: 500;
}
header .header .header-center .dropdown-menu a {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
header .header .header-center .dropdown-menu a:hover {
    color: #004ad3;
}
header .header .header-center .dropdown-menu .product-menu-wrapper {
    margin: 10px -15px;
}
header .header .header-center .dropdown-menu .product-menu-wrapper .product-menu-title {
    width: 90px;
}
header .header .header-center .dropdown-menu .product-menu-wrapper img {
    max-height: 50px;
    max-width: 50px;
    margin-top: 3px;
    margin-right: 10px;
}
header .header .header-center .dropdown-menu .product-menu-wrapper .product-menu-code span {
    color: #012f73;
    font-weight: 600;
    font-size: 18px;
}
header .header .header-center .dropdown-menu .product-menu-wrapper .product-menu-code  {
    width: 297px;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    text-align: left;
}
header .header .header-center .dropdown-menu .dropdown-support-menu {
    color: #012f73;
    font-weight: 600;
    text-align: left;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
header .header .header-center .dropdown-menu .dropdown-support-menu h3 {
    color: #a6ce39;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
}
header .header .header-center .dropdown-menu .dropdown-support-menu  i {
    font-size: 25px;
    color: #a6ce39;
    margin: 5px 15px 5px 0;
}
header .header .header-center .dropdown-menu .dropdown-support-menu a:hover {
    color: #a6ce39;
}

.dropdown-menu{
    background: #fff;
    border-top: 5px solid #012f73;
    margin-top: 8px;
}

header .header .header-center {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
header .header .header-center i {
    color: #fff;
}

/* Header right */
header .header .header-right {
    /*width:360px;*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end; /* Use this to align search left/right*/
}



/* Typeahead Search with product search *******************************************************************************/
.typeahead-search {
    position: relative;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    /* Don't set width, set width to:  header .typeahead-search input */
}
.typeahead-search input {
    border: 1px solid #bec8ce;
    border-right:0;
    border-radius: 3px 0 0 3px;
    padding: 6px 6px; /* defines height of input */
    outline: none;
    width: 210px; /* Change this value to change typeahead width */
}
.typeahead-search input.tt-hint {
    top: unset !important;   /* typeahead injects 0 inline */
    left: unset !important;  /* typeahead injects 0 inline */
    color:#c0c0c0;
}
.typeahead-search > button {
    border-radius: 0 3px 3px 0;
    padding: 5px 10px !important;
    background: #cb2426 !important;
}
.typeahead-search > button:hover {
    background: #212121 !important;
}
.typeahead-search .twitter-typeahead {
    position: static !important; /* typeahead injects relative inline */
}
.typeahead-search .typeahead-search-categories  button {
    border-radius: 0;
    background: transparent;
    border: 1px solid #bec8ce;
    border-right: 0;
    max-width: 125px;
    overflow: hidden;
}


/*Ostalo staro, *****/

.twitter-typeahead .tt-menu {
    border: 1px solid #bec8ce;
    border-top: 0;
    right: 0;
}
.twitter-typeahead.no-result .tt-menu {
    height: auto;
}
.twitter-typeahead .list-group {
    margin: 0;
    background: #ededed;
}
.twitter-typeahead .list-group > a:hover {
    color: #333;
}

.twitter-typeahead .tt-suggestion:hover {
    color: #333;
}
.twitter-typeahead .tt-suggestion .suggestion-product {
    transition: background 0.3s ease 0s;
}
.twitter-typeahead .tt-suggestion .suggestion-product:hover {
    background: #f2f2f2;
}
.tt-menu .no-products-found {
    padding: 10px 15px;
    font-weight: 400;
}
.tt-dataset.tt-dataset-0 {
    display: flex;
}
.twitter-typeahead .list-group.no-products {
    width: 100%;
    background: #fff;
}
.tt-menu .tt-highlight {
    font-weight: 600;
}
.twitter-typeahead .search-products-wrapper .tt-suggestion .suggestion-product:hover {
    background: transparent;
}

/******/

.search-results-dropdown, .search-products-wrapper {
    float: left;
    background: #fff;
}
.search-results-dropdown {
    width: 34%;
    overflow-y: auto;
    max-height: 380px;
}
.search-products-wrapper {
    width: 66%;
    overflow-y: auto;
    max-height: 380px;
    padding-bottom: 10px;
}
.search-results-dropdown .suggestion-product .informations {
    padding: 0;
}
.search-products-wrapper .search-products {
    display: flex;
    flex-wrap: wrap;
}
.search-products-wrapper .search-products > a {
    width: 49.9%;
}
.search-results-dropdown .suggestion-product .title {
    word-break: break-all;
}
.search-wrapper .search-site-label, .search-wrapper .suggested-products-label {
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    font-weight: 500;
}
.suggestion-product {
    padding: 6px 15px;
    font-size: 13px;
}
.suggestion-product:hover {
    background: #fff;
}
.suggestion-product .image-wrapper {
    padding: 0 5px;
}
.suggestion-product .image-wrapper img {
    max-width: 100%;
}
.suggestion-product .category {
    font-size: 12px;
    color: #aaa;
    margin-top: -2px;
}
.suggestion-product .price {
    font-size: 12px;
}indexSlider.tpl
.suggestion-product .currency.hide-currency {
    display: none;
}
.search-products .suggestion-product {
    padding-bottom: 10px;
    position: relative;
}
.search-products .suggestion-product:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity .2s;
    opacity: 0;
    background-color: rgba(0,0,0,.04);
    pointer-events: none;
}
.search-products .suggestion-product:hover:after {
    opacity: 1;
}
.search-products a:hover {
    color: #333;
}
.search-products .suggestion-product .informations .title {
    font-size: 13px;
}
/* Dropdown header menu with multiple submenu *************************************************************************/
.dropdown:hover > .dropdown-menu {
    display: none;
}
header ul.dropdown-menu li {
    margin: 2px 0;
}
header ul.dropdown-menu li > a {
    padding: 4px 16px;
    color: #000;
}
header ul.dropdown-menu li > a:hover {
    background: none;
}
header ul.dropdown-menu li img {
    max-height: 22px;
    max-width: 22px;
}
header .dropdown-menu > li img {
    margin-right: 4px;
}
header .dropdown-menu.dropdown-menu-lang > li img {
    margin-right: 4px;
}
header .dropdown-menu li .active {
    /*background-color: #f2f2f2;*/
    color: #012f73;
}
header .dropdown > a.dropdown-toggle > i.fa-angle-down {
    margin-left: 2px;
    font-size: 12px;
    color: #012f73;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
.dropdown-submenu > a:after {
    display:block;
    content:'\f054';
    font-family: 'FontAwesome', serif;
    position: absolute;
    top: 33%;
    right: 10px;
    font-size: 8px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
}

.header-top svg {
    position: absolute;
    margin-top: 0;
    top: 0;
    bottom: 0;
}

.header-top a > div {
    display: inline-block;
    margin-left: 25px;
    margin-top: 5px;
}
.header-top .header-top-right a > div {
    margin-left: 24px;
}
header .header-top img {
    margin-right: 2px;
    max-height: 18px;
}
header .dropdown > a.dropdown-toggle > i.fa-angle-down {
    margin-left: 2px;
    font-size: 12px;
    color: #bbb;
}
header .dropdown > a.dropdown-toggle > i.fa-angle-down {
    font-size: 12px;
    color: #bbb;
}
