/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/**************************
	HEADER 1
**************************/
@media (max-width: 480px) {
  #leo-megamenu {
    position: absolute;
    bottom: 41px;
    height: 47px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    right: 10px;
  }
  .rtl #leo-megamenu {
    border-left: 1px solid #eaeaea;
    border-right: inherit;
  }
  .rtl #leo-megamenu {
    left: 10px;
    right: auto;
  }
  #leo-megamenu:after {
    display: none;
  }

  .navbar-header .navbar-toggle {
    padding: 13px 10px;
    width: 45px;
  }
}
@media (max-width: 320px) {
  .navbar-header .navbar-toggle {
    width: 33px;
  }
}
