.header {
  background:#eeeeee !important;
  position: relative;
  z-index: 1000;
  width: 100%;
}

@media (min-width: 768px) {
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
}

.dropdown-menu .pad-left a { padding-left:35px !important; }

.navbar-default .navbar-nav > li > a:after {
	background-color: #231F20
}

.navbar-default .navbar-nav > li.btn-simulator > a:after {
	background-color: #eeeeee
}

.navbar-default .navbar-nav > li:hover > a {
    color: #FFCB05
}

.navbar-top .navbar-nav > li {
	margin:2px 0;
	float:left;
	font-size: 12px;
	/*padding:0 10px;*/
}

.navbar-nav > li.cauta { border-left:1px solid #888; margin-right: 13px; }
.navbar-nav > li.lang.hun { border-left:2px solid #333; margin-right:5px; }
.navbar-top .navbar-nav > li.lang.hun { margin-right:20px; }

.navbar-nav > li.cauta > a,
.navbar-nav > li.lang > a {
	color:#444444;
	background:transparent;
}

.navbar-top .navbar-nav > li.active > a, 
.navbar-top .navbar-nav > li.active:hover > a,
.nav-mobile > li.active > a,
.nav-mobile > li.active:hover > a {
	color:#000000;
	background-color:#efca30 !important;
}

.navbar-top .navbar-nav > li:hover > a {
	color:#000000;
	background:transparent;
}

.navbar-default .navbar-nav > li:hover .caret {
    border-bottom-color: #FFCB05 !important;
    border-top-color: #FFCB05 !important
}

.navbar-default .dropdown-menu > li:hover > a {
    background-color: #231F20
}

.navbar-default .navbar-nav > li > a {
    outline: 0
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .navbar-nav li.open {
  background-color: #efca30;
  border-color:transparent !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #efca30;
  background-color:#eeeeee;
}
.navbar-default .navbar-nav > li > a {
  color:#000000 !important;
}
.navbar-default .navbar-nav.inverted > li > a {
  color:#333333 !important;
}

@media (max-width: 991px) {
.navbar-nav > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 19px;
  padding-right: 15px;
  color: #333;
  padding-left: 20px;
}
}


.navbar-default .dropdown-menu { 
  background-color: #efca30;
  position: static;
  float: none;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
.navbar-default .dropdown-menu {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        padding: 0
}
.dropdown-menu::before {
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    display: inline-block;
    left: 10%; /* position */
    position: absolute;
    top: -8px;
}

.dropdown-menu::after {
    border-bottom: 8px solid #efca30;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 10%; /* position */
    position: absolute;
    top: -7px;
}
}

.navbar-default .dropdown-menu > li > a {
  padding: 5px 20px;
  background-color: #efca30;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  text-transform:none;
  outline: 0;  
}
.navbar-default .dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color:#000000;
    text-decoration: none;
}

.visible-menu { 
  list-style-type:none; 
}
.visible-menu li:marker { display:none; }

.navbar-brand {
  float: left;
  height: auto !important;
  /* padding: 15px 15px; */
  padding: 5px 15px;
  font-size: 18px;
  line-height: 20px;
  min-width: 220px;
}

@media screen and (max-width: 767px) {
.navbar-brand img { max-width: 120px; height: auto !important; }
.navbar-brand img.hu { max-width: 180px; height: auto !important; }

.navbar-default .dropdown-menu, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .navbar-nav li.open {
  background-color: #eeeeee;
}
.navbar-nav .dropdown-menu li:last-child { 
  border-bottom:none;
}
.navbar-nav .open .dropdown-menu { visibility: visible; opacity: 1; } 
.dropdown-menu > li {
  padding-left: 15px;
  padding-left: 10px;
}
.dropdown-menu > li a:before, .products_wrapper .dropdown-menu > li a:before {
  content: '\276F';
  width: 20px;
  color: #efca30;
  display: inline-block;
}
}

@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
     padding: 35px 15px 30px 15px;
  }
  .navbar-top .navbar-nav > li > a {
     padding: 5px 10px 5px 10px;
  }
  .navbar-brand {
     /* padding: 18px 15px 15px 15px !important; */
	 padding: 0 15px 0 15px !important;
  }
}

.navbar-nav .category_name { display:inline-block; padding:10px 5px; margin-bottom:5px; text-align:left; }
.navbar {
   margin-bottom:0px;
}

.navbar-top {
   min-height: 30px !important;
   background-color: #c8c8c8;
   outline: 0;
}

.navbar-default, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
   background-color: transparent;
   border-color: transparent;
   color:#fff;
   outline: 0;
}
.navbar-default .navbar-toggle .icon-bar, .navbar-toggle .icon-bar, .navbar-toggle:focus .icon-bar, .navbar-toggle:visited .icon-bar {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 0;
  background-color:#000000;
}
.inverted .navbar-default .navbar-toggle .icon-bar, 
.inverted .navbar-toggle .icon-bar, 
.inverted .navbar-toggle:focus .icon-bar, 
.inverted .navbar-toggle:visited .icon-bar {
  background-color:#000000;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color:transparent;
}
@media screen and (max-width: 991px) {
.header .navbar-toggle {
  border: 0;
  margin: 5px;
  top: 12px;
}
}
.navbar-nav .icon-sr {
  width: 18px;
  height: 18px;
  margin-bottom: 1px;
}

.aside-logo { width:70%; float:none; clear:both; padding: 14px 15px; display: block; }
.aside-logo img { max-height:46px; width:auto; }
.aside-logo, .aside-logo:focus, .aside-logo img { outline : none; }

.c-offcanvas {
  left: 0;
  overflow-y: scroll;
}
.c-offcanvas--left {
  height: 100%;
  width: 86%;
}
.js-offcanvas a {
   color: #337ab7;
   outline: 0;
}
.js-offcanvas-close {
position: absolute;
top: 28px;
right: 12px;
width: 16px;
height: 16px;
z-index: 9999;
opacity: 0.4;
}

.dropdown span.caret {
  display: block;
  position: absolute;
  width: auto;
  height: 2%;
  right: 5%;
  top: 46%;
  z-index: 1;
  cursor: pointer;
}
.dropdown.open span.caret {
  transform: scaleY(-1);
}


/* imagini la meniul cu produse */
@media (min-width: 768px) {
.products_wrapper .dropdown-menu {
	width: 640px;
}
.products_wrapper .dropdown-menu ul {
  width: 200px;
  padding-left: 0;
  list-style-type: none;
}
.products_wrapper .dropdown-menu ul > li > a {
  padding: 5px 20px !important;
  background-color: #efca30;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  text-transform:none;
  outline: 0;
  display: block;
  clear: both;
  white-space: nowrap;
}
.products_wrapper .dropdown-menu ul > li > a:hover {
    color: #ffffff;
    background-color:#000000;
    text-decoration: none;
}
.menu-pic { 
  position: absolute;
  right: 0;
  width: 440px;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position:0 0;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.menu-pic {
  position: absolute;
  right: 0;
  width: 440px;
  height: 100%;
  top: 0;
  background-size: cover;
}
}

/* header search */

header.header .search-panel, .search-form .form-control {
  margin-bottom: 0;
  border-radius: 6px;
  color: #000;
}
.search-form .form-control {
  display: inline;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 80% !important;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

@media (max-width: 767px) {
header.header .search-panel, .search-form .form-control {
  background-color: #fff !important;
  margin-bottom: 0;
  border-radius: 6px;
  color: #000;
}
.search-form .form-control {
  display: inline;
  color: #333333;
  border: 1px solid #ddd;
  border-radius: 5px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 80% !important;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
}

.search-form .action.search {
  right: 5px;
  height: 40px;
  border-left: 1px solid #ccc;
  width: 40px;
}

@media (min-width: 768px) {
.search-form .action.search {
  height: 40px;
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
}
.search-form .form-control { border: 1px solid #dddddd; }
}

.searchMobile {
  position: absolute;
  right: 45px;
  top: 25px;
  padding: 0 0 0 10px;
  border-right: 1px dotted #cccccc;
  margin-right: 15px;
}
.searchMobile i {
  color:#000000;
  font-size:18px;
}
.inverted .searchMobile i {
  color:#000000;
  font-size:18px;
}

#SearchModal .modal-dialog {
  width: 95% !important;
  max-width: 430px;
  padding: 20px;
  border-radius:0;
}

@media (min-width: 768px) {
#custom-search-input{
    background-color: transparent;
}
#custom-search-input .input-group {
	padding: 4px 10px;
	background: transparent;
	display:block !important;
	max-width:480px;
}
#custom-search-input input{
    padding-left: 40px;
	margin-top: -3px;
	line-height: 24px;
	border: 0;
    box-shadow: none;
	background-color:transparent;
}
#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
	position: absolute;
	left: 0;
}
#custom-search-input .glyphicon-search{
    font-size: 18px;
}
}

@media (max-width: 767px) {
#custom-search-input{
    padding: 10px 15px;
	margin-bottom: 30px;
    background-color: transparent;
}
#custom-search-input .input-group {
	padding: 4px 8px;
    border-radius: 6px; 
    background-color: #fff;
	background: transparent;
	display:block !important;
	max-width:480px;
}
.input-group-btn {
  float: inline-start;
  margin-left: 2px;
}
#custom-search-input button{
	background-color: #fff;
	position: relative;
}
#custom-search-input .glyphicon-search{
    font-size: 20px;
}
} 

.btn-simulator { background:transparent; }
.navbar-default .navbar-nav > li.btn-simulator > a { padding: 24px 0 10px 20px; }
.navbar-default .navbar-nav > li.btn-simulator > a img { max-width:150px; height: auto; }