.serch_img {
  display: inline-block;
  width: 60px;
  height: 100%;
  text-align: center;
  margin-top: 5px;
  margin-right: 5px;
  vertical-align: middle;
  padding: 5px;
}
.serch_img img {
  width: 100%;
  height: 38px;
  object-fit: contain;
  text-align: center;
  margin: 0px auto;
}
.apa-ac-main {
  z-index: 1050;
  font-size: 12px;
  width: 100% !important;
  position: absolute;
  top: 28px;
  overflow: hidden;
  padding: 5px;
  margin: 0;
  text-align: left;
  border: 1px solid #ddd;
  min-height: 20px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.apa-ac-item,
.apa-ac-main {
  zoom: 1;
}
.apa-ac-main {
  font-size: 16px;
  font-weight: 700;
  padding: 0px;
  color: #575c6d;
  cursor: default;
  overflow-y: auto;
  max-height: 300px;
}
.apa-ac-item:after,
.apa-ac-main:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.apa-ac-item {
  cursor: pointer;
  border-top: 1px solid #eee;
  padding: 6px;
  font-style: normal;
  color: #1e4ea7;
  outline: 0;
  font-size: 15px;
  line-height: 7px;
  position: relative;
}
.apa-ac-item h3,
.apa-item-txt {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 11px;
}
.apa-ac-item .apa-item-txt {
  font-size: 13px;
  padding: 0;
  color: #545454;
  font-weight: 500;
}
.apa-ac-item b {
  font-weight: 700;
  text-decoration: underline;
}
.apa-ac-main {
  background-color: #fff;
  top: 100%;
}
.apa-ac-item img {
  border: none;
}
.search_txt {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}
.apa-ac-item .apa-item-txt {
  padding: 0;
  color: #545454;
  line-height: 18px;
  word-wrap: break-word;
  text-align: left;
}
.search_query_adv {
  margin: 0;
  padding: 2px 5px;
  transition: border-color 0.1s ease-out;
  font-size: 14px;
  color: #454545;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  height: 40px !important;
  line-height: 40px;
  padding-right: 65px;
  background-color: #fff;
  border-radius: 3px !important;
  width: 100%;
}
.search_query_adv:focus {
  box-shadow: 0 0 1px 1px #00699d !important;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[name="search_query_adv"]::-webkit-input-placeholder {
  color: #777;
  font-size: 12px;
}
input[name="search_query_adv"]::-moz-placeholder {
  color: #777;
  font-size: 12px;
}
input[name="search_query_adv"]:-ms-input-placeholder {
  color: #777;
  font-size: 12px;
}
input[name="search_query_adv"]:-moz-placeholder {
  color: #777;
  font-size: 12px;
}
@media (max-width: 767px) {
  input[name="search_query_adv"]::-webkit-input-placeholder {
    color: #777;
    font-size: 10px;
  }
  input[name="search_query_adv"]::-moz-placeholder {
    color: #777;
    font-size: 10px;
  }
  input[name="search_query_adv"]:-ms-input-placeholder {
    color: #777;
    font-size: 10px;
  }
  input[name="search_query_adv"]:-moz-placeholder {
    color: #777;
    font-size: 10px;
  }
  .search_query_adv {
    font-size: 14px;
  }
  .apa-ac-main {
    max-height: 250px;
    overflow-y: auto;
  }
}
.apa-fa-search,
.apa-fa-search:hover,
.apa-fa-search:focus {
  position: absolute;
  right: 2px;
  top: 2px;
  opacity: 1;
  z-index: 10;
  background: #fff;
  font-size: 15px !important;
  padding: 10px;
  font-weight: 400 !important;
  border: unset;
}
.apa-sort-by {
  float: left;
  margin: 0 10px 0 0;
  width: auto;
}
.apa-ac-item a {
  text-decoration: none;
}
input.apa-fa-search,
input.apa-fa-search:hover {
  position: absolute;
  right: 0px;
  opacity: 1;
  z-index: 9;
  height: 40px !important;
  font-size: 12px;
  border-radius: 0px 4px 4px 0px;
  font-weight: 600;
  box-shadow: unset;
  top: -5px;
  cursor: pointer;
  color: #fff;
  background-color: #306aa7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45%;
  width: 67px;
  border: none;
}

.apasearchform .APAinput-group {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 450px;
}

.searchsuggestion::-webkit-scrollbar-track {
  background-color: #f36f21;
}
.searchsuggestion::-webkit-scrollbar {
  width: 6px;
  background-color: #f36f21;
}
.searchsuggestion::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
}

.APAsection *,
.APAsection::after,
.APAsection::before {
  box-sizing: border-box;
}

.APASeachAnchor {
  width: auto !important;
  background: transparent !important;
  padding: 0px !important;
}

@media (max-width: 576px) {
  .APASeachAnchor {
    margin-top: 0px !important;
  }
  input.apa-fa-search {
    right: 0px;
  }
}
.apa-ac-main .empty-data {
  font-size: 12px;
  text-align: center;
}

.serch_img {
  width: 60px;
  height: 100%;
  display: inline-block;
  margin-right: 12px;
  float: left;
  min-height: 70px;
}
.serch_img img {
  max-width: 100%;
}
.search_img_title {
  max-width: 100%;
  margin: 0 !important;
  padding: 0px 0px 2px 0 !important;
  display: flex;
}
.search_img_title:hover {
  border-bottom: 0px !important;
}
.search_img_price {
  display: flex;
  padding: 5px 0;
}
.search_img_price > p {
  margin-bottom: 0;
  margin-top: 0;
}
div.searchsuggestion {
  font-size: 14px;
  position: absolute;
  width: 100%;
  max-height: 490px;
  overflow-y: scroll;
  top: 35px;
  left: 0px;
  margin: 0;
  text-align: left;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

a:hover {
  text-decoration: none;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #cccccc;
  outline: 0 !important;
  box-shadow: none !important;
}
input#tags {
  border-radius: 5px;
}
.input-group {
  position: relative;
  top: 5px;
}
input.apa-fa-search:focus {
  outline: none;
}

.apa-ac-item a i,
.apa-ac-item a p {
  color: #4a4a4a;
  font-style: normal;
}
.apa-ac-item a .apa-item-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  margin: 0px;
}

.apa-ac-item {
  margin: 0px auto;
  border: none !important;
  border-bottom: 1px solid #dfdfdf !important;
  padding: 3px 3px;
  min-height: 70px;
}
.apa-ac-item:hover {
  background: #f7f7f7;
  color: #154bb5 !important;
}
.apa-ac-header {
  padding: 2px 10px;
}
.apa-ac-products-container {
  padding: 0;
}

.apa-ac-products-container > p {
  padding: 5px 0px;
  margin: 0;
  font-size: 12px;
  text-indent: 15px;
  color: #de6363;
}
.apa-ac-products-container .APAsubtitle {
  font-weight: 600;
  padding: 5px 8px;
  background: #eaeaea;
  color: #333;
}

.APAsearchResult > .apa-ac-item a:hover {
  border-bottom: 0px !important;
}

/*ToolTip*/
.tooltips {
  position: relative;
  display: block;
  width: 100%;
}
.tooltips span {
  font: 300 12px "Open Sans", sans-serif;
  position: absolute;
  color: #ffffff;
  background: #000000;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  display: table;
  margin: 0 auto;
}
.tooltips > span img {
  max-width: 140px;
}
.tooltips[tooltip-position="top"] span {
  margin-left: 10px;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.tooltips[tooltip-position="bottom"] span {
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.tooltips span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.tooltips[tooltip-position="top"] span:after {
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid black;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tooltips[tooltip-position="bottom"] span:after {
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-bottom: 8px solid black;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tooltips:hover span {
  visibility: visible;
  opacity: 0.9;
  z-index: 999;
  color: #fff;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  filter: alpha(opacity=100);
}

.tooltips[tooltip-position="top"]:hover span {
  top: -20px;
  left: 0;
  margin-left: 0px;
}
.tooltips[tooltip-position="bottom"]:hover span {
  top: 50px;
}
/*end ToolTip*/

.apatags {
  border-radius: 3px;
  line-height: 15px;
}
::-webkit-scrollbar-track {
  background-color: #ebebeb;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #ebebeb;
}

::-webkit-scrollbar-thumb {
  background-color: #f36f21;
}

.apa-ac-item .apa-item-brand {
  color: #5f648a;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 600;
}

.apa-ac-item .apa-item-brand span {
  color: #4a4a4a;
  font-weight: 400;
}

.search_img_brand {
  display: flex;
  padding: 2px 0px !important;
}
.search_img_brand:hover {
  border-bottom: 0px !important;
}

.apa-ac-item a .apa-item-txt {
  overflow: unset !important;
  text-overflow: unset !important;
  white-space: unset !important;
  max-width: 100% !important;
  margin: 0px;
}
.APAsubtitle_tp {
  float: left;
  width: 100%;
  border-right: 0px;
}
.APAsubtitle_in {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .APAsubtitle_tp {
    border-right: 1px solid #cecece;
  }
  .APAsubtitle_in {
    border-left: 1px solid #cecece;
  }
  div.searchsuggestion {
    font-size: 14px;
    position: absolute;
    max-height: 490px;
    overflow-y: scroll;
    top: 40px;
    margin: 0;
    text-align: left;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    background-color: #fff;
  }
}
@media screen and (max-width: 1299px) and (min-width: 1081px) {
  .APAsubtitle_tp {
    border-right: 1px solid #cecece;
  }
  .APAsubtitle_in {
    border-left: 1px solid #cecece;
  }
  .search_txt {
    width: 72%;
  }
  div.searchsuggestion {
    font-size: 14px;
    position: absolute;
    max-height: 490px;
    overflow-y: scroll;
    top: 40px;
    margin: 0;
    text-align: left;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    background-color: #fff;
  }
}
@media screen and (max-width: 1080px) {
  .APAsubtitle_tp {
    border-right: 1px solid #cecece;
  }
  .APAsubtitle_in {
    border-left: 1px solid #cecece;
  }
  .search_txt {
    width: 66%;
  }
}
@media screen and (max-width: 1030px) {
  .search_txt {
    width: 64%;
  }
}
@media screen and (max-width: 960px) {
  .search_txt {
    width: 55%;
  }
}

#apa_autoComplete {
  min-width: 280px;
}
.hidden {
  display: none;
}
.APAform-field {
  border-radius: 24px;
  overflow: hidden;
}
