/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#topbar {
  background: white;
  border-bottom: 1px solid #eaeaea;
}
#topbar .container {
  background: white;
}

#cart {
  padding: 0 0 0 20px;
  top: 11px;
}
.rtl #cart {
  padding: 0 20px 0 0;
}
#cart .title-cart {
  display: inline-block;
}
#cart .heading {
  height: auto;
  line-height: 23px;
}
#cart .heading .icon-icart {
  width: 19px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
}

.leo-megamenu .navbar-nav {
  float: right;
}
.rtl .leo-megamenu .navbar-nav {
  float: left;
}
.leo-megamenu .navbar-nav > li > a {
  color: black;
  font-family: "Playfair Display", sans-serif;
  font-family: 700;
  text-transform: none;
  border: none !important;
  padding: 10px 20px;
}
.leo-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: auto;
  right: 0px;
}

.leo-megamenu .navbar-nav > li.active > a,
.leo-megamenu .navbar-nav > li:hover > a,
.leo-megamenu .navbar-nav > li:focus > a {
  color: #80b435;
  background-color: transparent;
}

.rtl .leo-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}

@media (min-width: 991px) {
  .header_user_info .ap-btn-wishlist:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #cccccc;
    top: 3px;
    right: -15px;
    display: block;
  }
  .rtl .header_user_info .ap-btn-wishlist:before {
    left: -15px;
    right: auto;
  }
}
@media (max-width: 480px) {
  #page .blockcart_top {
    position: static;
  }

  .header-logo {
    margin-bottom: 0px;
  }
  .header-logo .logo {
    margin: 0 auto 30px auto;
  }

  .blockcart_top .ajax_cart_quantity {
    bottom: 0px;
  }
}
