/***************************************************
  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-nav {
  background: #333333;
  border-bottom: 1px solid #dadada; }
  .header-nav .block.ApRawHtml ul li {
    color: #FFFFFF; }
    .header-nav .block.ApRawHtml ul li a {
      color: #FFFFFF; }
      .header-nav .block.ApRawHtml ul li a:hover {
        color: #ff7473; }
  .header-nav .box-header-nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }

@media (max-width: 991px) {
  .left-header {
    position: relative;
    bottom: inherit;
    text-align: center;
    margin-top: 20px; } }

.center-header {
  position: static;
  text-align: left; }
  .rtl .center-header {
    text-align: right; }
  @media (max-width: 991px) {
    .center-header {
      padding: 20px 0; } }

@media (min-width: 992px) {
  .center-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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; } }
.popup-over .popup-title {
  color: #FFFFFF;
  padding: 15px 7px; }

#cart-block {
  color: #FFFFFF;
  padding: 15px 10px; }
  #cart-block a {
    color: #FFFFFF; }
    #cart-block a:hover {
      color: #ff7473; }

/** MEGAMENU **/
.leo-megamenu {
  position: static; }
  .leo-megamenu .navbar-nav > li > a {
    padding: 40px 25px 40px 0; }
    .rtl .leo-megamenu .navbar-nav > li > a {
      padding: 40px 0 40px 25px; }
  .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
    width: 100% !important; }
  .leo-megamenu.disable-canvas {
    position: static; }

/** SEARCH **/
.box-search {
  padding: 0; }
  @media (max-width: 991px) {
    .box-search {
      padding: 20px 15px; } }

#header #search_widget {
  position: relative;
  padding: 0; }
  #header #search_widget .form-search {
    position: relative;
    min-width: 220px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (max-width: 480px) {
      #header #search_widget .form-search {
        min-width: 180px; } }
    #header #search_widget .form-search .search_query {
      position: relative;
      height: 40px;
      padding: 6px 40px 6px 6px;
      left: 0;
      border: none;
      border-bottom: 1px solid #f4f4f4;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
      -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_query {
        padding: 6px 6px 6px 40px; }
      .rtl #header #search_widget .form-search .search_query {
        right: 0;
        left: auto; }
      #header #search_widget .form-search .search_query:hover {
        border-bottom-color: #ff7473;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    #header #search_widget .form-search .search-button {
      color: #333333;
      width: auto; }
      #header #search_widget .form-search .search-button:hover, #header #search_widget .form-search .search-button:active, #header #search_widget .form-search .search-button:focus {
        color: #ff7473;
        outline: 0; }
#header #click_show_search {
  display: none; }

/*# sourceMappingURL=headerposition1494324409.css.map */
