html, body{
  min-height: 100%;
}

body{
  /*background: url(images/main-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;*/
  font-family: 'Open Sans', sans-serif;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

#form-container{
  margin-bottom: 0em;
}

div.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

#search{
  margin-top: 12vh;
}

#search_text{
  font-family: "Open Sans", sans-serif;
}

.autocomplete-spinner{
  display:none;
}

.search-highlight {
  font-style: normal;
}

.search-result {
  width: 100%;
  clear: both;
  text-align: left;
  margin-bottom: 30px;
}
.search-result a{
  text-decoration: none;
  font-size:17px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.search-result .brand {
   font-family: "Open Sans", sans-serif;
   font-size: 13px;
   color: #ababab;
   line-height: 21px;
   font-weight: normal;
   display: block;
}

.search-result:hover{
  color: #444;
}

a.search-result,
a.search-result:hover,
a.search-result:active,
a.search-result:focus {
  display: block;
  text-decoration: none;
  color: inherit;
  min-height:70px;
}
a.search-result:hover .heading {
  color: #444;
}

.search-result-image, .search-result-image-placeholder {
    float: left;
    margin-right: 15px;
}

.search-result-image-placeholder {
    width: 70px;
    height: 70px;
    border: 1px solid #eee;
}

.search-result-image{
    background-size: cover !important;
    background-position: center center !important;
    width: 70px;
    height: 0;
    padding-top: 70px;
}

.search-result img {
    height: 70px;
    max-width: 70px;
}

.search-result img.search-file-icon {
    width: 24px;
    float: right;
}

.search-result div {
    overflow: hidden;
}

.search-result-text{
}

.search-result-category {
   background: #ccc;
   border: 1px solid;
   border-radius: 4px;
   display: inline-block;
   font-weight: normal;
   padding: 1px 7px;
   font-family: "Open Sans", sans-serif;
   font-size: 12px;
   color: #fff;
   margin-bottom: 0px;
}

.search-container {
  position: relative;
  width: 100%;
}

.ui-autocomplete.ui-menu {
    display: none !important;
}
/*.ui-autocomplete-loading {
    background-image: url("/layout/default/jquery/ui-anim_basic_16x16.gif") !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}*/
#search-results {
  /*text-align: left;
  display: none;
  background: white;
  position: absolute;
  top: 33px;
  right: 25px;
  width: 300%;
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 999999999;*/
}

/*.search .search__inner #search-results{
    margin-top: 1vh;
}
.search-open .search .search__inner  #search-results{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}*/

#search-results h3{
  text-align: left;
  font-size: 14px;
}

.product-category{
  float: left;
  padding: 10px;
  margin: 0 5px 5px 0px;
  background: white;
}

.product-category h4{
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

.general-results{
  border-left: 1px solid #ddd;
  padding: 0 0 0 40px !important;
}

.product-results {
  padding: 20px;
}

.product-results {
    /*background: #F5F5F5;*/
}

.product-results .search-result-image {
    /*width: 0;*/
}

.general-results h3, .product-results h3 {
   margin-top: 0px;
}

.search-result h4 {
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.result-label {
   display: block;
   margin-right: 10px;
   margin-bottom: 0px;
   margin-top: 4px;
   font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif !important;
   font-weight: bold;
   font-size: 16px;
   color: #231f20;
   line-height: 20px !important;
   height: 20px !important;
}

.result-label.double{
   height: 40px !important;
}

#search-results p {
   margin-top: 1px;
   margin-bottom: 0px;
   font-family: "Open Sans", sans-serif;
   font-size: 13px;
   color: #231f20;
   line-height: 16px;
}

#search-results p.tagged {
  height: 16px !important;
  overflow: hidden;
}
#search-results p.untagged {
  height: 32px !important;
  overflow: hidden;
}

.search-result img.search-file-icon {
   width: 24px;
   margin-right: 8px;
}

.search-highlight {
   font-style: normal;
   background: #b6dad17a;
}

@media (max-width: 699px) {
    #search-results {
        width: 100%;
    }

    .hide-result-mobile {
        display: none;
    }
}

.search-tabs {
    margin-bottom: -18px;
}

.search-tabs .btn {
    border-bottom: none;
}

.search-tabs .btn {
    background-color: white;
    border-color: white;
}

.search-tabs .btn.ui-state-active {
    border-color: #dadada;
    color: #444;
}

.show-distributors-mobile {
  text-align: center;
  padding: 10px;
  margin-bottom: 1em;
  background: rgba(0, 0, 0, 0.025);
}
/* end distributors */
.country-title{
  padding-top:10px;
  margin: 0px;
}
.region-title{
  font-size:12px;
  color:#777;
}

.es-product-price{
  text-align: left;
  padding-left:10px;
  color:#000;
}

.es-product-price-search{
  color:#000;
  margin-bottom:10px;
}

.es-title-price{
  text-align: left;
  padding-left:10px;
  color:#687074;
}

.line-through{
  color: #c9253c;
  text-decoration: line-through;
}

.search-result .heading{
  text-align: left;
  line-height: 16px;
  padding: 0;
}


.general-result{
  line-height: 16px;
  margin-top:21px;
}

.general-result p{
  font-size: 12px;
}

.more-results{
  text-align: left;
  color: #00b0fc !important;
  padding-left: 10px;
  font-size: 14px !important;
  cursor:pointer;
}

/*wishlists*/

.add-to-wishlist{
  position: absolute;
  top:10px;
  right:10px;
  z-index: 999;
  color:#c38748;
  cursor: pointer;
  overflow: hidden;
  width: 130px;
  height: 25px;
}

.add-to-wishlist i{
  padding: 1px;
  background:white;
  position: absolute;
  overflow: hidden;
  right:0;
  top:0px;
}

.add-to-wishlist .wishlist-text{
  /*display: none;*/
  position: absolute;
  top:3px;
  right:-110px;
  transition: 0.1s;
}

.add-to-wishlist:hover .wishlist-text{
  /*display: inline-block;*/
  transition: 1s;
  right: 30px;
}

.wishlists{
  padding: 10px 0px 10px 20px;
}

.wishlists p {
  padding-bottom: 7px;
}

.wishlists span {
  padding-left: 5px;
}

.wishlists label, .wishlists input{
  display: inline-block !important;
}

.wishlists label{
  color: #777;
}

.wishlists input{
  height: 13px !important;
  margin: 0 0 0px !important;
  width: auto !important;
}

.wishlist-dropdown{
  position: relative;

  border-left: 1px solid #f1f2f2;
  font-size: 12px;
  line-height: 20px;
  padding-left: 14px;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #252525;
  display: inline;
  cursor: pointer;
}
.wishlist-dropdown:hover{
  color: #c38749;
}

.wishlist-dropdown ul li a{
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  padding: 0 0 0 0;
  text-transform: none;
  border-left:none;
}

.wishlist-list{
  left: 0px !important;
  width: 215px;
}

.wishlist-list span {
  width: 100%;
}

.wishlist-list a {
  border-right: none !important;
}

.filter-search__button {
  margin: 22px 0 11px 5px;
}
.filter-search__button .icon-search{
  width:18px;height:15px;
}

@media(min-width: 1120px){
  .filter-search__button {
    margin: 26px 0 11px 5px;
  }
  button, input, optgroup, select, textarea {
     color: #444;
     font: inherit;
     margin: 0;
     font-weight: 700;
     font-size: .8125rem;
  }
}
