/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/*.ac_results {
  background: #f9f9f9;
  border: 1px solid #757575;
  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;
}*/

form#searchbox {
  width: 100%;
  /*margin-top:6px;*/
}
form#searchbox label {
  /*color: #3a3d41;*/
	color: #F9F9F9;
}

form#searchbox input.search_query {
  box-shadow: none;
  height: 27px;
  line-height: 24px;
}
form#searchbox button.fa-search {
  background: none;
  position: absolute;
  bottom: 7px;
  color:#222;
  font-size:24px;
  left: 86.5%;
  overflow: hidden;
}


.rtl form#searchbox button.fa-search {
  left: 10px;
  right: auto;
}


.busqtop {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #222;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
	opacity: 1;
  /*background-image: url(../../../img/searchicon.png);
	background-position: 6px 7px;
	background-repeat: no-repeat;*/
  padding: 10px 22px 10px 8px;
	/*color: #fbfbfb;	
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;*/
}

.busqtop:focus {
    /*width: 100%;*/
	color: 000d20;
}

@media screen and (min-width: 480px) {
	.busqtop {
		position: relative;
		/*top: -21px;*/
		width:  100%;
		/*color: #f9f9f9;*/
		box-sizing: border-box;
		border: 1px solid #222;
		border-radius: 4px;
		font-size: 14px;
		background-color: #fff;
		opacity: 0.8;
		/*background-image: url(../../../img/searchicon.png);
		background-position: 6px 7px;
		background-repeat: no-repeat;*/
		padding: 6px 22px 6px 8px;
		/*-webkit-transition: width 0.4s ease-in-out;
		transition: width 0.4s ease-in-out;*/
	}

	.busqtop:focus {
		/*width: 86%;*/
		color: #111;
	}
	form#searchbox input.search_query {
	  box-shadow: none;
	  height: 27px;
	  line-height: 24px;
	}
	form#searchbox button.fa-search {
	  background: none;
	  position: absolute;
	  bottom: 4px;
	  color:#222;
	  left: 91.1%;
	  overflow: hidden;
	}
}

@media screen and (min-width: 992px) {
	.busqtop {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		border: transparent;
		border-radius: 8px;
		font-size: 20px;
		background-color: #fff;
		opacity: 1;
		padding: 8px 22px 8px 56px;
		font-weight: 400;
		margin-top: 40px;
		box-shadow: 0px 2px 8px 0px #000000;
	}
	.busqtop:focus {
		/*width: 86%;*/
		color: #111;
	}
	form#searchbox input.search_query {
	  box-shadow: none;
	  height: 27px;
	  line-height: 24px;
	}
	form#searchbox button.fa-search {
    background: none;
    position: absolute;
    left: 24px;
    padding-right: 12px;
    bottom: 10px;
    font-size: 24px;
    overflow: hidden;
    color: #333;
	}
	form#searchbox button.fa-search:last-child{
		border-right: 1px solid #777;
	}
}

#search_block_top button.fa-search:hover {
  color: #111;
}