#megasearch {
  position: absolute;
  width: 400px;
  left: 42vw;
  top: 18px;
  z-index: 1030; }

@media screen and (max-width: 1900px) {
  #megasearch {
    left: 38vw; } }
@media screen and (max-width: 1400px) {
  #megasearch {
    left: 35vw; } }
@media screen and (max-width: 1200px) {
  #megasearch {
    left: 32vw; } }
.megasearch-title {
  color: #212121;
  display: block;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 40px;
  overflow: hidden;
  font-weight: 400; }

.mega-search-request-quote-btn {
  text-align: center;
  display: block;
  position: relative;
  top: -26px;
  background-color: #4093ff;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  transition: all 0.4s ease-in-out; }

.mega-search-request-quote-btn:hover, .related-products-request-quote-btn:hover {
  background-color: #2b5d91;
  color: #fff; }

.auto-suggest-mega-price {
  display: block;
  height: 32px;
  position: relative;
  top: 15px; }

.save-mega {
  position: relative;
  display: block;
  width: 100%;
  top: 12px;
  color: #4093ff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 11px;
  padding: 2px 6px; }

.auto-search-kit-btn {
  max-width: 100%;
  margin-left: 10px;
  padding: 6px 10px;
  width: 100%;
  border-radius: 6px;
  display: block;
  text-align: center;
  font-size: 14px !important;
  font-weight: 400;
  color: #fff;
  border: 1px solid #00263b;
  background-color: #00263b; }

.in-stock-bubble-mega, .low-stock-bubble-mega, .no-stock-bubble-mega {
  border-bottom: none;
  color: #212529;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 0px;
  margin-top: 3px;
  -webkit-font-smoothing: antialiased; }

.av-search-btn {
  position: absolute;
  right: 11px;
  top: 7px;
  border: none;
  background: transparent; }

.av-search-btn .fa-search {
  color: #1a2674;
  height: 24px; }

.mega-search {
  padding-inline-start: 0px;
  list-style-type: none;
  background-color: #eee;
  margin-bottom: 0px; }

.mega-search-product {
  display: inline-block;
  width: 32.3%;
  background-color: #fff;
  text-align: center;
  height: 212px;
  border: 3px solid #eee;
  padding: 0px 7px; }

.mega-search-product .av-product-price {
  color: #4093ff;
  font-weight: 700; }

.mega-search-product .av-result-title {
  color: #212121 !important;
  font-size: 13px;
  display: block;
  padding-bottom: 3px; }

.ms-p-row {
  padding-left: 10px;
  padding-right: 4px; }

.auto-suggest-facet-module {
  padding: 0px 8px 0 0px !important;
  margin-bottom: 13px; }

.auto-suggest-facet-module .av-facet-title, .mega-search .av-facet-title {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  position: relative;
  left: -8px;
  top: -2px;
  padding-top: 8px;
  padding-bottom: 8px; }

.auto-suggest-facet-module .av-facet-row {
  background-color: #fff;
  padding: 5px 7px;
  margin-bottom: 4px;
  transition: all 0.4 ease-in-out; }

.auto-suggest-facet-module .av-facet-row:hover {
  background-color: #4093ff;
  color: #fff; }

.auto-suggest-facet-module .av-facet-row:hover > .auto-suggest-facet-module .av-facet-list > li > a {
  color: #fff !important; }

.auto-suggest-facet-module .fa-chevron-right {
  color: #4093ff; }

.auto-suggest-facet-module .av-facet-row:hover > .fa-chevron-right {
  color: #fff !important; }

.auto-suggest-link {
  max-width: 450px;
  font-size: 14px !important; }

.asl2 {
  position: relative;
  top: -7px; }

.auto-suggest-facet-module .av-facet-list {
  list-style-type: none;
  padding-inline-start: 0px; }

.auto-suggest-facet-module .av-facet-list > li > a {
  color: #999; }

.auto-suggest-facet-module .av-facet-list > li > a:hover {
  color: #fff !important;
  text-decoration: none !important; }

.save-search-price {
  height: 15px;
  display: block;
  padding-bottom: 3px;
  color: #fd7e14;
  font-weight: 500;
  font-size: 12px; }

.related-products-request-quote-btn {
  text-align: center;
  display: block;
  position: relative;
  top: -14px;
  background-color: #4093ff;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  transition: all 0.4s ease-in-out; }

@media screen and (max-width: 1024px) {
  .save-mega {
    position: relative;
    display: block;
    width: 100%;
    margin-top: -5px;
    color: #4093ff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 11px;
    padding: 2px 6px; }

  #megasearch {
    display: none;
    left: 0px;
    top: 0px;
    width: 100%; }

  .av-search-input {
    font-size: 26px;
    width: 100% !important;
    height: 56px;
    border-radius: 0px !important;
    border: 0px !important;
    color: #666;
    position: relative;
    z-index: 1; }

  .av-search-input:focus-visible {
    border: transparent;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none; }

  .av-search-btn {
    right: 49px;
    top: 14px;
    position: absolute;
    z-index: 99; }

  .clear-search {
    right: 16px;
    top: 10px;
    z-index: 2; }

  .popover {
    width: 100% !important;
    min-width: 100% !important;
    min-height: 224px;
    border-radius: 0px;
    border-top: 8px solid #eee;
    background-color: #eee;
    left: 0 !important;
    transform: translate3d(0px, 64px, 0px) !important; }

  .popover.bottom > .arrow {
    display: none; }

  .popover.bottom {
    margin-top: 0px; }

  .popover-content {
    padding: 0px; }

  .popover-arrow {
    display: none !important; }

  .auto-suggest-facet-module {
    margin-bottom: 11px; }

  .popover .av-facet-title {
    left: -2px;
    top: -4px; }

  .price-22 {
    font-size: 18px; }

  .megasearch-enquire {
    padding: 4px 8px; } }
