/**
* 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-2 *************************/
.box-header2 {
  margin: 0 80px 0 80px;
}
.rtl .box-header2 {
  margin: 0 80px 0 80px;
}

#leo-megamenu .navbar-nav > li > a {
  padding: 44px 0;
}

@media (max-width: 1199px) {
  .box-header2 {
    margin: 0 20px 0 20px;
  }
  .rtl .box-header2 {
    margin: 0 20px 0 20px;
  }
}
