/* $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 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 */
/* pts block top search */
#pts_search_block_top .pts-search {
  background-color: #fff;
  color: #aaa;
  border: 0;
  height: 40px;
}
#pts_search_block_top .button-search {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  border: 0;
  width: 50px;
  height: 40px;
  background: #ffb15a;
  transition: 0.3s all ease-in-out 0s;
  color: #fff;
}
.rtl #pts_search_block_top .button-search {
  left: 0;
  right: auto;
}
#pts_search_block_top .button-search .icon {
  font-size: 14px;
  margin-right: 5px;
}
.rtl #pts_search_block_top .button-search .icon {
  margin-left: 5px;
  margin-right: inherit;
}
#pts_search_block_top .button-search:hover {
  background: #fd6359;
  color: #fff;
}
#pts_search_block_top .input-group {
  width: 100%;
  padding-right: 50px;
}
.rtl #pts_search_block_top .input-group {
  padding-left: 50px;
  padding-right: inherit;
}
@media (max-width: 480px) {
  #pts_search_block_top .input-group {
    padding-right: 40px;
  }
  .rtl #pts_search_block_top .input-group {
    padding-left: 40px;
    padding-right: inherit;
  }
}
#pts_search_block_top .input-group-btn {
  position: relative;
  color: #000;
}

#category_filter {
  border: 1px solid #eceff1;
  border-right: 0;
  /*	border-bottom: 1px solid $base-border-color;
  	border-left: 0;
  	border-right: 0;*/
  width: 140px;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 30px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 25px 0 10;
  background-color: #f8f8f8;
}
.rtl #category_filter {
  border-left: 0;
  border-right: inherit;
}
.rtl #category_filter {
  padding: 0 10 0 25px;
}
@media (max-width: 480px) {
  #category_filter {
    max-width: 130px;
  }
}

#pts_search_query_top {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  height: 40px;
  font-size: 12px;
  font-style: italic;
  border: 1px solid #eceff1;
}
#pts_search_query_top:focus {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.ac_results {
  background: #FFFFFF;
  border: 1px solid #eceff1;
  width: 271px;
  margin-top: -1px;
}
.ac_results li {
  padding: 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
  border-top: 1px dotted #eceff1;
}
.ac_results li:first-child {
  border-top: 0;
}
.ac_results li img {
  max-width: 80px;
}
.ac_results li .name {
  color: #000;
  margin-bottom: 15px;
}
.ac_results li.ac_odd {
  background: #FFFFFF;
}
.ac_results li:hover, .ac_results li.ac_over {
  background: #fbfbfb;
}
