/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/* line 6, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
#topbar {
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
  /* line 9, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
  .box-top-header {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    align-items: center;
  }
}
/* line 14, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
.box-top-header > [class*="col-"] {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
}
/* line 18, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
.box-top-header .left-top-header {
  -webkit-justify-content: flex-start;
  /* Safari 6.1+ */
  justify-content: flex-start;
}
@media (max-width: 767px) {
  /* line 18, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
  .box-top-header .left-top-header {
    -webkit-justify-content: center;
    /* Safari 6.1+ */
    justify-content: center;
  }
}
/* line 24, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
.box-top-header .right-top-header {
  -webkit-justify-content: flex-end;
  /* Safari 6.1+ */
  justify-content: flex-end;
}
@media (max-width: 767px) {
  /* line 24, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
  .box-top-header .right-top-header {
    -webkit-justify-content: center;
    /* Safari 6.1+ */
    justify-content: center;
  }
}

/* line 32, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
.box-logo {
  text-align: center;
}
/* line 34, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
.box-logo .logo {
  padding: 23px 0;
}

/* line 40, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
.box-bottom-header > [class*="col-"] {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  justify-content: center;
}
@media (max-width: 991px) {
  /* line 45, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
  .box-bottom-header .group-bottom-header {
    margin: 5px 0;
    -webkit-justify-content: space-between;
    /* Safari 6.1+ */
    justify-content: space-between;
  }
}

/* line 52, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
#leo-megamenu {
  display: inline-block;
}

/* line 55, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
.navbar-header {
  border-color: white;
  color: white;
}

@media (min-width: 992px) {
  /* line 59, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
  .btn-search-top {
   /* position: absolute;
    right: 15px;
    margin: auto;
    top: 0;*/
    margin-left: 7px;
  }
  /* line 369, ../../../../sass/mixins/_theme.scss */
  .rtl .btn-search-top {
    left: 15px;
    right: auto;
  }
}
/* line 66, ../../../../sass/modules/appagebuilder/positions/headerposition1478365727.scss */
.btn-search-top #click_show_search {
  height: 50px;
  line-height: 50px;
}
