/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#header.navbar-fixed-top.mini-navbar .leo-verticalmenu .box-content {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0); }
#header.navbar-fixed-top.mini-navbar .leo-verticalmenu.active .box-content {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1); }

.topnav {
  background: #FFFFFF; }
  .topnav:before {
    background-image: url(../../../../../assets/img/modules/appagebuilder/img/bg-header-1.png); }

.bottomnav {
  background: #f27195; }

.box-header {
  position: relative;
  padding: 0; }
  @media (max-width: 991px) {
    .box-header .left-header {
      padding: 35px 0 15px; } }
  .box-header .left-header .block {
    margin: 0; }
  .box-header .center-header {
    position: static; }
    @media (max-width: 991px) {
      .box-header .center-header {
        padding: 10px 15px; } }

.top-right-menu {
  padding: 9px 15px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .top-right-menu {
      padding: 6px 15px; } }
  .top-right-menu:before {
    content: "";
    background: #cd5174;
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .top-right-menu:before {
      margin-right: -1000px;
      margin-left: inherit; }

.leo-megamenu {
  background: transparent;
  display: block; }
  .leo-megamenu .navbar-nav > li > a {
    color: #FFFFFF;
    padding: 40px 25px 35px; }
    .leo-megamenu .navbar-nav > li > a:hover {
      color: #ba355b; }
  .leo-megamenu .navbar-nav > li.active > a, .leo-megamenu .navbar-nav > li:hover > a {
    color: #ba355b; }
  .leo-megamenu .navbar-nav > li:first-child .dropdown-toggle {
    padding: 40px 25px 35px 0; }
    .rtl .leo-megamenu .navbar-nav > li:first-child .dropdown-toggle {
      padding: 40px 0 35px 25px; }
  .leo-megamenu .navbar-toggler {
    bottom: 15px; }
    .leo-megamenu .navbar-toggler:before {
      color: #FFFFFF; }

.leo-verticalmenu .box-content {
  position: absolute;
  z-index: 99;
  width: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s; }
  @media (min-width: 992px) {
    #index .leo-verticalmenu .box-content {
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1); } }
@media (max-width: 1199px) and (min-width: 992px) {
  .leo-verticalmenu .title_block {
    padding: 13px 20px; } }
@media (max-width: 991px) {
  .leo-verticalmenu {
    margin: 0; } }
.leo-verticalmenu.active .box-content {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1); }

div.verticalmenu .navbar-nav > li:last-child a {
  padding: 14px 20px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    div.verticalmenu .navbar-nav > li:last-child a {
      padding: 11px 20px; } }

@media (min-width: 992px) {
  #_desktop_cart {
    position: absolute;
    right: 15px;
    top: -30px;
    z-index: 999; }
    .rtl #_desktop_cart {
      left: 15px;
      right: auto; } }
#_desktop_cart .cart-preview .header {
  background-image: url(../../../../../assets/img/modules/appagebuilder/img/bg-cart-h3.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  #_desktop_cart .cart-preview .header i {
    background-image: none;
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 70px; }
#_desktop_cart .cart-preview .cart-inner {
  color: #FFFFFF;
  padding-left: 3px; }
  .rtl #_desktop_cart .cart-preview .cart-inner {
    padding-right: 3px;
    padding-left: inherit; }
  #_desktop_cart .cart-preview .cart-inner .cart-title, #_desktop_cart .cart-preview .cart-inner .cart-unit {
    display: none; }

#header #search_widget {
  float: none;
  width: 100%;
  padding: 0; }
  #header #search_widget .form-search {
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    min-width: 100%;
    left: inherit;
    right: inherit; }
    #header #search_widget .form-search .search_query {
      position: relative;
      max-width: 100%;
      border: none;
      height: 40px;
      border-radius: 50px; }
    #header #search_widget .form-search .search-button {
      width: 35px;
      height: 35px;
      background: #90c53c;
      color: #fff;
      border-radius: 100%;
      top: 3px;
      right: 3px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .rtl #header #search_widget .form-search .search-button {
        left: 3px;
        right: auto; }
      #header #search_widget .form-search .search-button:hover {
        background: #f27195;
        color: #FFFFFF;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
  #header #search_widget #click_show_search {
    display: none; }

/*# sourceMappingURL=headerposition1493311708.css.map */
