/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND GRADIENT line */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
/** CHECKOUT BY STEP */
#search_block_top .button-search {
  display: block;
  width: 50px;
  height: 42px;
  text-align: center;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  #search_block_top #search_block_top {
    top: 150%;
  }
}

#search_query_top {
  border: 0 none;
  height: 42px;
}

.ac_results {
  background: white;
  border: 1px solid #e1e1e1;
  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: #fbfbfb;
}

/* -- DISABLE -- */

.header__search #search_block_top #searchbox[data-disabled="1"]:after {
  animation: searchSkeletonLoading 2s infinite;
  background-color: #e7e7e7;
  border-radius: 14px;
  content: "";
  cursor: wait;
  display: block;
  height: 14px;
  left: 42px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 30%;
}

@keyframes searchSkeletonLoading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.header__search #search_block_top #searchbox[data-disabled="1"] #search_query_top {
  cursor: wait;
}

.header__search #search_block_top #searchbox[data-disabled="1"] #search_query_top::placeholder {
  opacity: 0;
}
