/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
#search_block_top {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 0;
  top: 70px;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0 !important;
  background: white; }
  #search_block_top.nav-search form#searchbox {
    display: none; }
  #search_block_top.nav-search.open {
    height: 90px;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 40px; }
    #search_block_top.nav-search.open form#searchbox {
      display: block; }
      #search_block_top.nav-search.open form#searchbox .search_query {
        height: 100%;
        line-height: 70px;
        font-size: 32px; }
  #search_block_top.nav-search .button-close {
    cursor: pointer; }
  #search_block_top.open {
    border: 1px solid #e5e5e5; }
