/* HEADER */
header {
    position: relative;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #2d3134;
}
.navbar {
    border: 0;
    margin: 0;
    padding: 20px 0 0 0;
    background-color: #2d3134;
    border-radius: 0;
}
.navbar-brand {
    padding: 0;
    height: auto;
}
.navbar-brand img {
    height: 67px;
}
.navbar .navbar-nav {
    max-height: 50px;
}

.navbar .navbar-nav > li {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.navbar .navbar-nav > li > a, .navbar .navbar-nav > li > a {
    /*color: #fff;*/
    /*padding: 15px 30px;*/
    /*padding: 15px 0 15px 30px;*/
    margin: 0;
    background: transparent;
    -webkit-transition: background 0.3s ease, color 0.3s ease 0s;
    -moz-transition: background 0.3s ease, color 0.3s ease 0s;
    -ms-transition: background 0.3s ease, color 0.3s ease 0s;
    -o-transition: background 0.3s ease, color 0.3s ease 0s;
    transition: background 0.3s ease, color 0.3s ease 0s;
}
.header .header-bottom .navbar-nav li a {
    /*color: #fff;*/
    /*padding: 15px 30px;*/
    /*padding: 15px 0 15px 30px;*/
    margin: 0;
    background: transparent;
    -webkit-transition: background 0.3s ease, color 0.3s ease 0s;
    -moz-transition: background 0.3s ease, color 0.3s ease 0s;
    -ms-transition: background 0.3s ease, color 0.3s ease 0s;
    -o-transition: background 0.3s ease, color 0.3s ease 0s;
    transition: background 0.3s ease, color 0.3s ease 0s;
}
.navbar .navbar-nav > li > a:hover {
    color: #f28d11;
    background: none;
}
.navbar .navbar-nav > li:last-child > a {
    border-right: 0;
}
.navbar .navbar-nav > li:first-child > a {
    padding-left: 0;
}
.navbar .navbar-nav > li:last-child > a:after {
    display: none;
}
.navbar .navbar-nav > li > a .caret {
    display: none;
}
.navbar .navbar-nav > li ul {
    box-shadow: 0 1px 7px rgba(0,0,0,.25);
    padding: 0;
    border-radius: 0;
    list-style: none;
    margin-top: -1px;
    width: 100%;
}
.navbar .navbar-nav > li ul li {
    margin: 0;
}
.navbar .navbar-nav > li ul li a {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    white-space: normal;
}
.navbar .navbar-nav > li ul li:last-child a{
    border-bottom: 0;
}
.navbar .navbar-nav > li ul li a:hover {
    background: #f28c11;
    color: #fff;
}
.navbar .navbar-nav >li.dropdown:hover:after {
    opacity: 1;
}
.languages-dropdown {
    float: right;
    font-weight: 300;
}
.languages-dropdown .dropdown-toggle {
    padding: 0;
}
.languages-dropdown .dropdown {
    float: left;
}

.meni-top {
    margin-top: 30px;
}
.meni-top-nav ul li:last-child {
    padding: 0 0 0 30px;
}

/* Lang */

.dropdown.language .lang img {
    margin:-2px 4px 0px 0px;
}
.dropdown.language .dropdown-menu {
    border: 0px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 8px 0px 0px 0px;
    padding: 0px 0;
    left:-20px;
}
.dropdown.language .dropdown-menu > li > a {
    padding-top:5px;
    padding-bottom:5px;
}
.languages-dropdown .lang-name {
    display: block;
    float: left;
    margin: 0 10px 0 20px;
}
.languages-dropdown .arrow {
    font-weight: 300;
    font-size: 28px;
    margin-top: -10px;
    display: block;
    float:left;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.social-link .fa {
    color: #818285;
}
.social-link:last-child .fa {
    margin-right: 0;
}
.social-link .fa:hover {
    color: #f28c11;
}
.languages-dropdown .dropdown-menu {
    padding: 5px 0;
    border-radius: 0 8px 0 8px;
}
.languages-dropdown .dropdown-menu li a {
    padding: 6px 20px;
}
.languages-dropdown .dropdown-menu li.active a {
    background: none;
    color: #f28c11;
}
.languages-dropdown .dropdown-menu li a:hover {
    background: transparent;
    color: #f28c11;
}
.language-wrapper {
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
}

.language-wrapper .flag-img {
    margin: -3px 4px 0 0;
    border-radius: 9px;
}
.language-wrapper .dropdown-toggle {
    color: #3d464d;
    padding: 4px 15px 4px 15px;
    display: block;
}
.language-wrapper .dropdown-toggle .flag-img {
    margin-top: 0;
    border-radius: 10px;
    width: 20px;
}
.language-wrapper .dropdown-toggle:hover {
    background: #ebebeb;
}
.language-wrapper .dropdown-toggle .lang-code {
    color: #f28c11;
}
.language-wrapper .dropdown-toggle > i {
    margin-left: 2px;
    font-size: 12px;
    color: #cfcfcf;
}
.language-wrapper .dropdown-menu {
    box-shadow: 0 1px 7px rgba(0,0,0,.25);
    padding: 0;
    min-width: 130px;
    left: 0;
    border-radius: 0;
}
.language-wrapper .dropdown-menu li {
    margin: 0;
}
.language-wrapper .dropdown-menu li a {
    border-bottom: 1px solid #f3f3f3;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 15px;
    color: #3d464d;
}
.language-wrapper .dropdown-menu li a img {
    height: 21px;
}
.language-wrapper .dropdown-menu li:last-child a{
    border-bottom: 0;
}
.language-wrapper .dropdown-menu li a:hover, .language-wrapper .dropdown-menu li a.active {
    background: #f2f2f2;
}
.header-wrapper {
    position: relative;
    min-height: 100px;
    padding-top: 12px;
}
.wide-li .flex-div {
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.navbar .navbar-nav li.wide-li ul {
    list-style: none;
    background: #fff;
    box-shadow: none;
    min-width: 180px;
    margin-left: 5px;
}
.navbar .navbar-nav li.wide-li ul.first {
    border-right: 1px solid #f2f2f2;
    margin-right: 25px;
}
.navbar .navbar-nav li.wide-li ul li a {
    width: 100%;
    display: block;
    background: transparent;
    color: #231f20;
}
.navbar .navbar-nav li.wide-li ul li a:hover {
    background: transparent;
    color: #f28c11;
}
.wide-li .flex-div .menu-logo-wrapper {
    height: auto;
    display: flex;
    align-items: center;
}
.wide-li .flex-div .menu-logo-wrapper a {
    padding: 0;
}
.wide-li .flex-div .menu-logo-wrapper a:hover {
    background: none;
}
header .searchbox {
    float: right;
    width: 60%;
    margin: 15px 0 0 0;
    box-shadow: none;
}
header.navbar-form .input-group > input.form-control {
    border-radius: 3px 0 0 3px;
    height: 40px;
    box-shadow:none;
    background: #fff;
    font-size: 14px;
    color: #212121;
    border: 1px solid #bec8ce;
    border-right: 0;
    font-weight: 300;
    padding: 0 15px;
}
.search-wrapper {
    height: 40px;
    width: 100%;
    /*position: relative;*/
}
.searchbox-header-input-spinner {
    position: absolute;
    right: 8px;
    top: 48%;
    transform: translateY(-50%);
    z-index: 2;
}
.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;
}
.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;
}
.suggestion-product .currency.hide-currency {
    display: none;
}
.twitter-typeahead .tt-suggestion:hover {
    color: #333;
}
.twitter-typeahead .tt-suggestion .suggestion-product {
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    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;
}
.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: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    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;
}
.tt-dataset.tt-dataset-0 {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.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;
}
.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;
}
header.navbar-form .input-group > input.form-control {
    border-radius: 3px 0 0 3px;
    height: 40px;
    box-shadow:none;
    background: #fff;
    font-size: 14px;
    color: #212121;
    border: 1px solid #bec8ce;
    border-right: 0;
    font-weight: 300;
    padding: 0 15px;
}
header .navbar-form .input-group-btn .search-btn {
    border-radius: 0 3px 3px 0;
    height: 40px;
    width: 60px;
    padding: 0;
    text-align: center;
    line-height: 25px;
    background: #7b7b57;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    transform: none;
    -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
}
header .navbar-form .input-group-btn .search-btn:hover {
    background: #f28d11;

}
header .navbar-form .input-group {
    width: 100%;
    display: flex;
}
header .navbar-form .input-group .input-group-btn {
    width: 60px;
}
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 3px 0 0 3px;
}
.navbar-form .input-group .form-control {
    width: 100%;
    height: 40px;
    min-height: 20px;
}
.searchbox .twitter-typeahead {
    width: 100%;
    border-right: 0;
    position: static !important;
}
.categories-input-group {
    display: table-cell;
    padding: 0;
    height: 40px;
    vertical-align: middle;
    width: 220px;
    position: relative;
    z-index: 5;
}
.categories-input-group .btn {
    width: 100%;
    height: 40px;
    border-radius: 0;
    background: transparent;
    border-right: 0;
    color: #a0a2a3;
    font-weight: 300;
    box-shadow: none;
    font-size: 14px;
}
.categories-input-group .btn i {
    margin-left: 8px;
}
.categories-input-group .btn:focus, .categories-input-group .btn:active {
    box-shadow: none;
}
.categories-input-group .dropdown-menu {
    padding: 5px 0;
    margin: 0;
    border-radius: 0;
}
.categories-input-group .dropdown-menu li {
    margin: 0;
}
.categories-input-group .dropdown-menu li div {
    font-weight: 300;
    font-size: 13px;
    padding: 5px 20px;
    cursor: pointer;
    white-space: nowrap;
}
.categories-input-group .dropdown-menu li div:hover {
    background: #f2f2f2;
}
.middle-right-wrapper {
    width: 100%;
    padding-left: 100px;
}
header .cart-info-box-content {
    float: right;
    margin-top: 15px;
    padding-left: 20px;
    position: relative;
}
header .cart-invoice {
    font-size:13px;
    color:#fff;
}
header .cart-invoice i {
    margin-left:15px;
    float:right;
    color: #fff;
    font-size: 36px;
}
header .cart-invoice a {
    font-size: 14px;
}
header .cart-invoice a .cart-have-product-text {
    font-size: 13px;
    color: #fff;
    margin-top: 2px;
    margin-bottom: -3px;
}
header .cart-invoice a:focus, header .cart-invoice a:active {
    color: #222;
}
header .cart-invoice  a:hover i {
    text-decoration: none;
    color: #f28d11;
}
.cart-icon-wrapper {
    position: relative;
    margin: 2px 15px 0 0;
    width: 34px;
}
.cart-icon-wrapper img {
    width: 30px;
}
.cart-icon-wrapper .cart-items-count {
    position: absolute;
    border-radius: 50%;
    background: #7b7b57;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    right: -2px;
    top: 2px;
}
.cart-icon-link .quantity-price {
    color: #7b7b57;
    font-weight: 500;
}
.shoppingCartIsEmpty .dropdown-menu {
    display: none !important;
}
.cart-invoice .cart-icon-link {
    display: flex;
}
header .dropdown-cart {
    width: 320px;
    top: 66px;
    right: 15px;
    left: auto;
    border-radius: 4px;
    color: #fff;
    border-top: 2px solid #fff;
    padding: 0 18px;
    display: none;
}
header .dropdown-cart li {
    padding: 18px 0px;
    border-bottom: 1px solid
    #d0d0d0;
    display: table;
    width: 100%;
    margin: 0;
}
header .dropdown-cart li.cart-items-wrapper {
    padding: 10px 0 0 0;
}
header .dropdown-cart li:last-child {
    border: none;
}
header .dropdown-cart li.price {
    padding: 18px 0;
}
header .dropdown-cart ul {
    margin: 0;
    padding: 0;
}
header .dropdown-cart li .btn, header .dropdown-cart li .btn:focus {
    font-size: 11px;
    color: #fff;
    border: 1px solid #fff;
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 10px;
    background: transparent;
    border-radius: 4px;
}
header .dropdown-cart li .btn:last-child {
    margin-right: 0px;
    float: right;
}
.header-bottom {
    background: #7b7b57;
    color: #fff;
}
.navbar .navbar-nav > li > a.online-shop-dropdown-toggle {
    background: #5e5e42;
    color: #fff;
    padding-left:20px;
    padding-right:45px;
}
.navbar .navbar-nav > li > a.online-shop-dropdown-toggle:after {
    display: block;
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 18px;
    width: 13px;
    height: 20px;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-nav > li.dropdown.open a.online-shop-dropdown-toggle:after {
    transform: rotate(180deg);
}
.navbar .navbar-nav > li > a.online-shop-dropdown-toggle i {
    margin-right: 15px;
    color: #fff;
}
.header-bottom-relative .cart {
    display: none;
}

.header-bottom-relative {
    position: relative;
}

.big-dropdown {
    position: absolute;
    top: 6px;
    right: auto;
    left: 230px;
    width: 900px;
    background: #fff;
    z-index: 9999;
    display: none;
    min-height: 188px;
    padding: 15px 30px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #f3f3f3;
}
.navbar .navbar-nav.nav-with-submenus > li ul {
    margin-top: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 3px 3px;
    border-top: 0;
    padding-top: 5px;
    background: #303138;
}
.navbar .navbar-nav.nav-with-submenus > li > ul > li:last-child a {
    border-radius: 0 0 3px 3px;
}
.navbar .navbar-nav.nav-with-submenus > li ul li a, .navbar .navbar-nav.nav-with-submenus > li ul li a:focus {
    padding: 10px 20px;
    color: #fff;
    background: transparent;
    position: relative;
}
.navbar .navbar-nav.nav-with-submenus > li ul li a:hover, .navbar .navbar-nav.nav-with-submenus > li > ul > li.parent-open > a {
    background: hsla(0,0%,100%,.08);
}
.navbar .navbar-nav.nav-with-submenus > li > ul li.with-subcategories a:after {
    content: '\f105';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-family: 'FontAwesome';
}
.navbar .navbar-nav.nav-with-submenus > li ul .big-dropdown ul {
    margin-top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    border-top: 0;
    padding-top: 0;
    background: #fff;
}
.navbar .navbar-nav.nav-with-submenus > li ul .big-dropdown ul li {
    padding: 5px 0;
}
.navbar .navbar-nav.nav-with-submenus > li ul .big-dropdown ul li a {
    border: 0;
    padding: 0;
    color: #000;
}
.navbar .navbar-nav.nav-with-submenus > li ul .big-dropdown ul li a:hover {
    background: transparent;
    color: #eb9f40;
}
.navbar .navbar-nav.nav-with-submenus > li ul .big-dropdown ul li a:after {
    display: none;
}
.header-top {
    background: #2d3134;
    color: #ddd;
    border-bottom: 1px solid #474a4d;
}
.user-box .separator {
    color: #878787;
    margin: 4px 4px 0 14px;
}
.header-top .left-top {
    display: flex;
    float: left;
    padding: 5px 0;
}
.header-top .left-top i {
    font-size: 16px;
}
.header-top .company-info a {
    color: #959595;
}
.header-top .company-info  {
    margin-right: 20px;
}
.header-top .left-top .company-info span {
    margin-right: 2px;
}

.left-top .company-info a:hover  {
    color: #eb9f40;
}
.header-top .left-top .header-info:first-child {
    margin-right: 20px;
}
.header-bottom .navbar-left {
    padding: 0;
}
.header-wrapper .dropdown-cart {
    width: 320px;
    top: 100%;
    left: auto;
    border-radius: 0;
    color: #000;
    border-top: 2px solid #eb9f40;
    padding: 0 18px;
    right: 0;
    display: none;
}
.header-wrapper .dropdown-cart.visible {
    visibility: visible;
}
.header-wrapper .dropdown-cart li {
    padding: 18px 0px;
    border-bottom: 1px solid #d0d0d0;
    display: table;
    width: 100%;
    margin: 0;
}
.header-wrapper .dropdown-cart li.cart-items-wrapper {
    padding: 10px 0 0 0;
}
.header-wrapper .dropdown-cart li.cart-items-wrapper > ul {
    max-height: 454px;
    overflow-y: auto;
}
.header-wrapper .dropdown-cart li:last-child {
    border: none;
}
.header-wrapper .dropdown-cart li .image {
    width: 60px;
    display: table-cell;
    vertical-align: top;
}
.header-wrapper .dropdown-cart li .image img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.header-wrapper .dropdown-cart li .cart-item-image {
    width: 60px;
}
.header-wrapper .dropdown-cart li .text {
    display: table-cell;
    vertical-align: top;
    width: 230px;
    padding-left: 15px;
}
.header-wrapper .dropdown-cart li .text .title, .header-wrapper .dropdown-cart li .text .title a {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 2px;
    color: #000;
}
.header-wrapper .dropdown-cart li .text .title {
    font-size: 12px;
    text-transform: none;
}
.header-wrapper .dropdown-cart li .text .title a:hover {
    color: #eb9f40;
}
.header-wrapper .dropdown-cart li .text .category {
    font-size: 11px;
    font-weight: 600;
}
.header-wrapper .dropdown-cart li .text .price {
    font-size: 12px;
}
.header-wrapper .dropdown-cart li .text .price span {
    font-size: 14px;
    color: #eb9f40;
    font-weight: 600;
}
.header-wrapper .dropdown-cart li .remove {
    display: table-cell;
    vertical-align: middle;
    width: 15px;
}
.header-wrapper .dropdown-cart li .remove i {
    border-right: none;
    display: inline;
    padding: 0px;
}
.header-wrapper .dropdown-cart li .remove i:hover {
    color: #eb9f40;
    cursor: pointer;
}
.header-wrapper .dropdown-cart li .btn, .header-wrapper .dropdown-cart li .btn:focus {
    font-size: 10px;
    color: #eb9f40;
    border: 1px solid #eb9f40;
    border-radius: 3px;
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    background: transparent;
}
.header-wrapper .dropdown-cart li .btn:last-child {
    margin-right: 0px;
    float: right;
}
.header-wrapper .dropdown-cart li .btn:hover {
    color: #fff;
    background: #f28c11;
}
.header-wrapper .dropdown-cart li.total-price span {
    color: #eb9f40;
    font-weight: bold;
}
.header-wrapper .dropdown-cart ul {
    margin: 0;
    padding: 0;
}
.header-wrapper .dropdown-cart ul li {
    margin: 0;
    padding: 10px 0;
}
.header-wrapper .dropdown-cart li.price {
    padding: 18px 0;
}
.shoppingCartIsEmpty .dropdown-menu {
    display: none !important;
}
.user-box .login-box, .user-box, .register-box {
    display:flex;
    margin-top:4px;
    margin-left: 10px;
}
.user-box a {
    color: #959595;
}
.user-box a:hover {
    color: #eb9f40;
}
.header-favorites {
    float: right;
    margin-top: 20px;
    margin-left: 15px;
}
.header-favorites a {
    color: #fff;
}
.user-box .user-info .dropdown .dropdown-toggle {
    display: flex;
    padding: 3px 10px 6px 5px;
    cursor: pointer;
}
.user-box .user-info .dropdown .dropdown-menu {
    margin: 0;
}
.user-box .user-info .dropdown .dropdown-menu > li > a {
    font-size: 13px;
    padding: 2px 15px;
}
.user-box .user-info .dropdown .dropdown-menu > li > a:hover {
    color: #eb9f40;
}
.drawer-hamburger {
    position: relative;
    top: unset;
    padding: 19px .75rem 10px;
    float: left;
}
.header-favorites-mobile {
    width: 40px;
    margin-top: 5px;
    margin-left: 12px;
    float: left;
}
.header-favorites-mobile a {
    color: #ffffff;
}
.header-top .top-left-menu {
    margin-top: 13px;
}
.header-top .top-left-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-top .top-left-menu li {
    margin-right: 10px;
    padding-right: 10px;
    float: left;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    list-style: none;
}
.header-top a {
    color: #ddd;
}
.header-top a:hover {
    color: #f28c11;
}
.header-top .top-left-menu li::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    height: 10px;
    width: 1px;
    background: #b1b1b1;
}
.header-top .top-left-menu li:last-of-type::after {
    display: none;
}
.header-top .right {
    float: right;
}
.header-top .social-icons {
    font-size: 13px;
    color: #939393;
    border-left: 1px solid #474a4d;
}
.header-top .social-icons a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    border-right: 1px solid #474a4d;
    text-align: center;
    line-height: 38px;
    color: #6c6f71;
}
.header-top .besplatna-dostava {
    margin: 11px 25px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
.header-top .besplatna-dostava img {
    margin-right: 7px;
    float: left;
    margin-top: 2px;
}

.navbar-mobile-phone {
    float: right;
}
.navbar-mobile-phone .mobile-icon {
    float: left;
    margin: 10px 10px 0px 30px;
}
.navbar-mobile-phone .right-text-wrapper .phone-text {
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
}
.navbar-mobile-phone .right-text-wrapper .phone-number {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin-top: -3px;
}
.navbar-mobile-phone .right-text-wrapper .phone-number a {
    color: #fff;
}
.header-bottom .navbar-nav > li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #ccc;
    border-left: 1px solid #a4a492;
    border-right: 1px solid #a4a492;
}

.header-bottom .navbar-nav > li:first-child > a {
    padding-left: 0px;
}
.header-bottom .navbar-nav li:first-child {
    padding-left: 20px;
}
.header-bottom .navbar-nav li {
    position: relative;
    padding: 0 5px;
    padding-left: 10px;
}
.header-top-right {
    display: flex;
    justify-content: end;
}
.index-slider-wrapper {
    background-image: url("/design/slider-bg.jpg");
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding: 30px 0;
}

.header-bottom ul li {
    list-style: none;
}


/* Stari css *******************************************************************************************************************************************/
.header-middle .col-xs-2.cart-wrapper {
    width:19%;
    padding-left:5px;
}
.header-middle .cart-invoice {
    font-size:13px;
    color:#656567;
}
.header-middle .cart-invoice i {
    margin-left:15px;
    font-size:16px;
    float:right;
}
.header-middle .cart-invoice a {
    font-size:14px;
}
.header-middle .cart-invoice a:focus, .header-middle .cart-invoice a:active {
    color: #ccc;
}
.header-middle .cart-invoice a i {
    font-size:18px;
}
.header-middle .cart-invoice a:hover {
    text-decoration: none;
    color:#f28d11;
}
.header-bottom {
    font-size: 13px;
    background: #7b7b57;
    padding: 14px 0 0;
}
.header-bottom ul, .header-bottom li {
    margin: 0;
}
.header-bottom .navbar-nav li {
    position: relative;
    padding: 0 40px;
}
.header-bottom .navbar-nav li:first-child {
    padding-left: 20px;
}
.header-bottom .navbar-nav li:last-child {
    padding-right: 0;
}
.header-bottom .navbar-nav > li > a {
    padding: 10px 0 24px;
    color:#fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}
.header-bottom .navbar-nav > li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 38%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #ccc;
    border-left: 1px solid #a4a492;
    border-right: 1px solid #a4a492;
}
.header-bottom .navbar-nav > li:last-child:after {
    display: none;
}
.header-bottom .navbar-nav > li > a:hover,.header-bottom .navbar-nav > li > a:focus,.header-bottom .navbar-nav > li > a:active {
    color:#f28d11;
    background: none;
}
.header-bottom .navbar-nav .dropdown-toggle .caret {
    display: none;
}
.header-bottom .navbar-nav > li .dropdown-menu {
    font-size:12px;
    padding: 0;
    border-radius:0px;
    width: 100%;
    position: absolute;
}
.dropdown-submenu:after {
    content: '\f054';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 9px;
    right: 15px;
    font-size: 11px;
}
.header-bottom .navbar-nav > li .dropdown-menu .dropdown-submenu > .dropdown-menu {
    top: 6px;
    left: 100%;
    margin-top:-6px;
    width: 283%;
    height: 418px;
    border-left: 1px solid #d0d0d0;
    background: #eee;
}
.header-bottom .navbar-nav > li .dropdown-menu .dropdown-submenu > .dropdown-menu.second-dropdown-submenu {
    top: -103px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: transparent;
}
.header-bottom .navbar-nav > li a.online-shop-dropdown-toggle {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    background: #5e5e42;
    padding: 22px 32px;
    position: relative;
}
.online-shop-dropdown-toggle img {
    float: right;
    width: 24px;
}
.header-bottom ul.nav-with-submenus {
    display: block;
    float: none;
    margin: -10px 0 -10px;
}
.nav-with-submenus > li.dropdown {
    display: block;
    float: none;
}
.dropdown-menu.always-open {
    display: block!important;
    opacity: 1!important;
}
.navbar-mobile-phone {
    float: right;
}
.navbar-mobile-phone .mobile-icon {
    float: left;
    margin: 7px 10px 0 0;
}
.navbar-mobile-phone .right-text-wrapper {
    float: left;
}
.navbar-mobile-phone .right-text-wrapper .phone-text {
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
}
.navbar-mobile-phone .right-text-wrapper .phone-number {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin-top: -3px;
}
.navbar-mobile-phone .right-text-wrapper .phone-number a {
    color: #fff;
}
.navbar-mobile-phone .right-text-wrapper .phone-number a:hover {
    color: #f28d11;
}
.header-bottom .navbar-nav.nav-with-submenus li {
    padding: 0;
}
.header-bottom .navbar-nav.nav-with-submenus .dropdown-submenu > a {
    background: #a39976;
    padding: 28px 30px 28px 90px;
    border-bottom: 1px solid #8b8265;
    border-top: 1px solid #b5ad91;
    height: 109px;
    position: relative;
}
.header-bottom .navbar-nav.nav-with-submenus .dropdown-submenu > a:after {
    content: '';
    opacity: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #eeeeee transparent transparent;
    -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
}
.header-bottom .navbar-nav.nav-with-submenus .dropdown-submenu:first-child > a {
    border-top: 0;
}
.header-bottom .navbar-nav.nav-with-submenus .dropdown-submenu:nth-child(2) > a {
    border-bottom: 0;
}
.header-bottom .navbar-nav.nav-with-submenus .dropdown-submenu > a:hover {
    background: #a39976;
    color: #ededed;
}
.header-bottom .navbar-nav.nav-with-submenus .dropdown-submenu > a:hover:after, .header-bottom .navbar-nav.nav-with-submenus .dropdown-submenu > a.submenu-hovered:after {
    opacity: 1;
}
.header-bottom .navbar-nav.nav-with-submenus > li .dropdown-menu {
    border: 0;
}
.header-bottom .navbar-nav.nav-with-submenus .dropdown-submenu > a.lov-icon {
    background-image: url("/design/lov-icon.png");
    background-repeat: no-repeat;
    background-position: left 30px center;
}
.header-bottom .navbar-nav.nav-with-submenus .dropdown-submenu > a.pirotehnika-icon {
    background-image: url("/design/pirotehnika-icon.png");
    background-repeat: no-repeat;
    background-position: left 30px center;
}
.header-bottom .navbar-nav.nav-with-submenus .dropdown-submenu > a .sumbenu-text-wrapper {
    float: left;
}
.header-bottom .navbar-nav.nav-with-submenus .dropdown-submenu > a .submenu-main-title {
    font-size: 16px;
    color: #2c3133;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.header-bottom .navbar-nav.nav-with-submenus .dropdown-submenu > a .submenu-title-description {
    font-size: 11px;
    color: #ededed;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    word-spacing: 3px;
}
.header-bottom .navbar-nav.nav-with-submenus li.dropdown-submenu:after {
    display: none;
}
.header-bottom .navbar-nav > li .dropdown-menu .dropdown-submenu > .dropdown-menu > li {
    height: 100%;
}
.big-dropdown-content {
    height: 100%;
}
.big-dropdown-content .dropdown-column {
    float: left;
    width: 25%;
    border-left: 1px solid #ddd;
    height: 100%;
    padding: 12px 10px;
}
.big-dropdown-content .dropdown-column:first-child {
    border-left: 0;
}
.big-dropdown-content .dropdown-column .category-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #5e5e42;
    padding: 8px 20px;
}
.header-bottom .navbar-nav.nav-with-submenus .big-dropdown-content .dropdown-column ul {
    padding: 0 11px 9px 11px;
    margin: 0;
}
.header-bottom .navbar-nav.nav-with-submenus .big-dropdown-content .dropdown-column ul li {
    margin: 0;
    padding: 9px;
    font-size: 14px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
}
.header-bottom .navbar-nav.nav-with-submenus .big-dropdown-content .dropdown-column ul li:first-child {
    border-top: 0;
}
.header-bottom .navbar-nav.nav-with-submenus .big-dropdown-content .dropdown-column ul li:last-child {
    border-bottom: 0;
}
.header-bottom .navbar-nav > li .dropdown-menu li .big-dropdown-content .dropdown-column ul li a {
    padding: 0;
}
.header-bottom .navbar-nav > li .dropdown-menu.small-dropdown {
    background: #a39976;
    padding: 4px 15px;
    border: 0;
}
.header-bottom .navbar-nav > li .dropdown-menu.small-dropdown li {
    padding: 0;
    border-bottom: 1px solid #8b8265;
    border-top: 1px solid #b5ad91;
}
.header-bottom .navbar-nav > li .dropdown-menu.small-dropdown li:first-child {
    border-top: 0;
}
.header-bottom .navbar-nav > li .dropdown-menu.small-dropdown li:last-child {
    border-bottom: 0;
}
.header-bottom .navbar-nav > li .dropdown-menu.small-dropdown li a {
    color: #fff;
    font-size: 13px;
    padding: 11px 7px;
    letter-spacing: 1px;
}
.header-bottom .navbar-nav > li .dropdown-menu.small-dropdown li a:hover {
    color: #f28d11;
}
.big-dropdown-content .scrolling-content {
    overflow: hidden;
    max-height: 84%;
}
.scroll-categories-up {
    margin-top: 5px;
}
.scroll-categories-up, .scroll-categories-down {
    height:10px;
    position: relative;
    cursor: pointer;
}
.scroll-categories-up:after, .scroll-categories-down:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    opacity: 0;
}
.show-scroll-icons .scroll-categories-down:after, .show-scroll-icons .scroll-categories-up:after {
    opacity: 1;
}
.show-scroll-icons.hide-down .scroll-categories-down:after {
    opacity: 0;
}
.scroll-categories-up:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #acac88 transparent;
}
.scroll-categories-down:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #acac88 transparent transparent transparent;
}
.scroll-categories-up:hover:after{
    border-color: transparent transparent #f28d11 transparent;
}
.scroll-categories-down:hover:after {
    border-color: #f28d11 transparent transparent transparent;
}
.header-bottom .navbar-nav.nav-with-submenus .second-big-dropdown-list {
    padding: 30px 6px 0;
}
.header-bottom .navbar-nav.nav-with-submenus .second-big-dropdown-list li {
    width: 33.333%;
    padding: 0 15px;
    float: left;
}
.header-bottom .navbar-nav.nav-with-submenus .second-big-dropdown-list li .link-wrapper {
    font-size: 14px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    padding: 9px;
}
.header-bottom .navbar-nav.nav-with-submenus .second-big-dropdown-list li:nth-child(1) .link-wrapper,
.header-bottom .navbar-nav.nav-with-submenus .second-big-dropdown-list li:nth-child(2) .link-wrapper,
.header-bottom .navbar-nav.nav-with-submenus .second-big-dropdown-list li:nth-child(3) .link-wrapper {
    border-top: 0;
}
.header-bottom .navbar-nav.nav-with-submenus .second-big-dropdown-list li a {
    padding: 0;
}

.header-bottom .navbar-nav > li a.online-shop-dropdown-toggle.closed img {
    display: none;
}
.header-bottom .navbar-nav > li a.online-shop-dropdown-toggle.closed:after {
    display: block;
    content: '';
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #acac88 transparent transparent transparent;
}