/* RIGHT TO LEFT */
#l_search_block_top {
  z-index: 99;
  width: 80%;
    margin: 0 auto;
}
#l_search_block_top.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#l_search_block_top .open i {
  color: #fff;
  font-size: 20px;
}
#l_search_block_top .open i:hover {
  cursor: pointer;
}

#l_search_block_top.active {
  z-index: 999999;
}

#lsearchtopbox {
  width: 1170px;
  right: -20px;
  position: absolute;
  left: auto;
  top: -13px;
  display: none;
  background: #fff;
}
#lsearchtopbox .close {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 100;
}
#lsearchtopbox select, #lsearchtopbox input {
  height: 48px;
  line-height: 48px;
  padding: 9px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#lsearchtopbox select {
  line-height: 17px;
}
#lsearchtopbox button {
  position: absolute;
  right: 7px;
  top: 15px;
  right: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9c9c9c;
  background: transparent !important;
  border: none!important;
  width: 20px;
  padding: 0;
  color: #ff6346;
}
#l_search_block_top .icon-caret-down{
    position: absolute;
  left: 23%;
  top: 17px;
}
.rtl #lsearchtopbox button {
  left: 7px;
  right: auto;
}

#rollback {
  background: black;
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}

/* RIGHT TO LEFT */
#l_search_block_top {
}
#l_search_block_top #searchbox {
}
.rtl #l_search_block_top #searchbox {
  float: right;
}
#l_search_block_top .btn.button-search {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #949595;
  text-align: center;
  background: #363636;
  padding: 8px 12px;
}
.rtl #l_search_block_top .btn.button-search {
  left: 0;
  right: auto;
}
.rtl #l_search_block_top .btn.button-search {
  padding: 4px 0 2px 9px;
}
#l_search_block_top .btn.button-search span {
  display: none;
}
#l_search_block_top .btn.button-search:before {
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  width: 100%;
  text-align: center;
}
#l_search_block_top .btn.button-search:hover {
  color: white;
}

#l_search_query_top {
  background-color: #363636;
  color: #949595;
  margin-bottom: 0;
  font-size: 14px;
  height: 36px;
  border: 0;
}
#l_search_query_top::-moz-placeholder {
  color: white;
}

.ac_results {
  background: white;
  border: 1px solid #ebeef2;
  width: 271px;
  margin-top: -1px;
}
.ac_results li {
  padding: 0 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
}
.ac_results li.ac_odd {
  background: white;
}
.ac_results li:hover, .ac_results li.ac_over {
  background: #fefefe;
}

form#searchbox {
  position: relative;
}
form#searchbox label {
  color: #222222;
}
form#searchbox input#search_query_block {
  margin-right: 10px;
  margin-right: 10px;
  max-width: 222px;
  display: inline-block;
  float: left;
}
.rtl form#searchbox input#search_query_block {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl form#searchbox input#search_query_block {
  float: right;
}
form#searchbox .button.button-small {
  float: left;
}
.rtl form#searchbox .button.button-small {
  float: right;
}
form#searchbox .button.button-small i {
  margin-right: 0;
}
.rtl form#searchbox .button.button-small i {
  margin-left: 0;
  margin-right: inherit;
}
#searchbox #l_search_query_top {
  width: 100%;
  height: 36px;
}