/***************************************************
  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 {
  border-bottom: 0; }
  .header-nav .topnav {
    border: 1px solid #faebe8; }

.leo-megamenu .navbar-nav > li > a {
  padding: 19px 30px;
  line-height: 1; }
.leo-megamenu .navbar-nav > li:first-child > a {
  padding: 19px 30px 19px 0; }
  .rtl .leo-megamenu .navbar-nav > li:first-child > a {
    padding: 19px 0 19px 30px; }

#index .header-top {
  margin-bottom: 30px; }

.header-nav .container {
  color: #333; }

.header-top {
  background: #faebe8; }

.nav-right-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; }

.phone {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding-top: 15px;
  text-align: right; }
  .rtl .phone {
    text-align: left; }
  .phone span {
    display: inline-block;
    color: #7d7274;
    font-weight: 700;
    font-size: 15px;
    font-family: "Libre Baskerville", sans-serif;
    padding-top: 0; }

.ApColumn.phone_inline .block {
  margin-bottom: 0; }

.leo-megamenu .navbar-header .navbar-toggler {
  margin-top: 0; }

.compare_bottom_nav, .wishlist-bottom-nav {
  display: inline-block;
  padding: 0 8px;
  margin: 40px 0px 35px; }
  .compare_bottom_nav a, .wishlist-bottom-nav a {
    color: #7d7274; }
  .compare_bottom_nav .fa, .wishlist-bottom-nav .fa {
    font-size: 14px; }
  .compare_bottom_nav .ap-total, .wishlist-bottom-nav .ap-total {
    color: #7d7274; }

.compare_bottom_nav {
  position: relative; }
  .compare_bottom_nav .ap-btn-compare:after {
    position: absolute;
    content: '';
    height: 2px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    width: 1px;
    height: 24px;
    background: #faebe8;
    right: 0;
    left: auto; }

.wishlist-bottom-nav .ap-total:before {
  content: '(';
  font-family: "Libre Baskerville", sans-serif;
  display: inline-block; }
.wishlist-bottom-nav .ap-total:after {
  content: ')';
  font-family: "Libre Baskerville", sans-serif;
  display: inline-block; }

.keep-header .ui-autocomplete {
  position: absolute !important;
  z-index: 1002 !important; }

#header .search-widget {
  width: 100%;
  margin-right: 0;
  padding: 30px 0; }
  .rtl #header .search-widget {
    margin-left: 0;
    margin-right: inherit; }
  #header .search-widget .popup-title {
    display: none; }
  #header .search-widget .block-search {
    visibility: visible;
    position: inherit;
    opacity: 1;
    filter: alpha(opacity=100); }
  #header .search-widget form {
    width: 100%; }
    #header .search-widget form input[type=text] {
      border: 1px solid #faebe8;
      color: #666666;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px; }
      #header .search-widget form input[type=text]:focus {
        border-color: #f59a8b;
        color: #666666; }
      #header .search-widget form input[type=text]::-webkit-input-placeholder {
        color: #666666; }
      #header .search-widget form input[type=text]::-moz-placeholder {
        color: #666666; }
      #header .search-widget form input[type=text]:-moz-placeholder {
        color: #666666; }
      #header .search-widget form input[type=text]:-ms-input-placeholder {
        color: #666666; }
    #header .search-widget form button[type=submit] {
      right: 1.25rem;
      top: 5px;
      font-size: 14px;
      width: 70px;
      height: 36px;
      border-left: 1px solid #faebe8; }
      .rtl #header .search-widget form button[type=submit] {
        left: 1.25rem;
        right: auto; }
      .rtl #header .search-widget form button[type=submit] {
        border-right: 1px solid #faebe8;
        border-left: inherit; }

@media (min-width: 992px) {
  .phone {
    margin-left: 0px; }
    .rtl .phone {
      margin-right: 0px;
      margin-left: inherit; } }
@media (min-width: 992px) and (max-width: 1199px) {
  div.verticalmenu .navbar-nav > li > a {
    padding: 15px 25px; }

  div.verticalmenu .navbar-nav li.parent > a:after {
    top: 15px; } }
@media (max-width: 1199px) {
  .nav-right-header {
    margin-top: 5px; }

  .phone {
    padding-top: 15px; }

  .leo-megamenu .navbar-nav > li > a {
    padding: 19px 20px; }
  .leo-megamenu .navbar-nav > li:first-child > a {
    padding: 19px 20px 19px 0; }
    .rtl .leo-megamenu .navbar-nav > li:first-child > a {
      padding: 19px 0 19px 20px; } }
@media (max-width: 991px) {
  .phone {
    padding-top: 10px; }

  #index .header-top {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .bottomnav {
    position: relative; }
    .bottomnav .nav-right-header {
      position: absolute;
      bottom: -64px;
      left: auto;
      right: 0; }

  .header-top .ApMegamenu {
    padding-right: 50px;
    overflow: hidden; }
    .rtl .header-top .ApMegamenu {
      padding-left: 50px;
      padding-right: inherit; }

  #_desktop_cart {
    z-index: 99999;
    padding: 40px 10px 10px 0px; }
    .rtl #_desktop_cart {
      padding: 40px 0px 10px 10px; }

  #_desktop_cart .cart-preview:before {
    content: none; }

  .leo-dropdown-cart.dropdown.show {
    top: 62px; } }

/*# sourceMappingURL=headerposition1533399692.css.map */
