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

#search_block_top {

  float: left;
}
.rtl #search_block_top {
  margin: 0px -10px 0px 0px;
}
.rtl #search_block_top {
  float: left;
}
#search_block_top #search_button {
  font-size: 12px;
  color: #ebebeb;
  padding-left: 35px;
}
.rtl #search_block_top #search_button {
  padding-right: 35px;
  padding-left: inherit;
}
.rtl #search_block_top #search_button {
  border-right: 1px solid #ebebeb;
  border-left: inherit;
}
#search_block_top form#searchbox {
  display: block;
  z-index: 10;
  background: transparent;
  line-height: 37px;
  border: none;
  width: 100%;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1000px) and (min-width: 768px) {
#search_block_top form#searchbox {right:-10px!important;top:70px;}
}

@media (max-width: 767px) and (min-width: 1px) {
#search_block_top form#searchbox {right:50px!important;width: auto;}
}



.btn-outline-inverse {background: #ff8000;}

.rtl #search_block_top form#searchbox {
  right: 0px;
  left: auto;
}
#search_block_top form#searchbox .form-control {
    color: #1f253d;
    background:rgba(255, 255, 255, 0.8);
    font-family: 'Lucida_Regular';
    font-style: italic;
    height: 33px;
    margin-top: 2px;
    min-width: 190px;
    border:1px solid #eb8d2d;
}

#search_block_top .btn {
    background: #ff8000;
    display: block;
    position: absolute;
    top: 2px;
    right: -48px;
    border: none;
    color: #fff;
    width: 50px;
    text-align: center;
    height: 33px;
    z-index: 11;
}


#search_block_top form#searchbox label {
  color: #1f253d;
}
#search_block_top form#searchbox input#search_query_block {
  margin-right: 10px;
  max-width: 222px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
#search_block_top form#searchbox .button.button-small {
  float: left;
}
#search_block_top form#searchbox .button.button-small i {
  margin-right: 0;
}
#search_block_top form#searchbox.show {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
.shipping_free {display: none;}
}

.shipping_free {padding-top: 30px;}

.shipping_free_one {
    display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #0a7005;
    font-family: 'Lucida_Bold';
}

.shipping_free_two {
    display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #0a7005;
	font-family: 'Lucida_Bold';
}
