/*-----------------------*/
/**
* 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 {
  text-align: center;
  min-height: 40px;
  border-bottom: none;
  margin-bottom: 10px;
  background: #d3eef0;
}
#topbar .container {
  background: #d3eef0;
  color: black;
}
#topbar .nav-links {
  margin: 10px 0;
}
#topbar .nav-links li {
  display: inline-block;
  padding: 0 5px;
  font-weight: 500;
  line-height: 11px;
  font-size: 14px;
  border-right: black;
  border-style: none solid none none;
  border-width: 0 1px 0 0;
}
.rtl #topbar .nav-links li {
  border-left: black;
  border-right: inherit;
}
.rtl #topbar .nav-links li {
  border-style: none none none solid;
}
.rtl #topbar .nav-links li {
  border-width: 0 0 0 1px;
}
#topbar .nav-links li.nav-text3 {
  border: none;
}

.popup-over .popup-title {
  margin: 11px 0 9px;
  border: none;
  padding: 3px 10px 2px 10px;
}
.rtl .popup-over .popup-title {
  padding: 3px 10px 2px 10px;
}
.popup-over .popup-title:before {
  content: none;
}
.popup-over .popup-content {
  top: 44px;
  right: 0;
  left: inherit;
}

#cart {
  border: none;
}

#search_block_top #searchbox {
  float: left;
}
.rtl #search_block_top #searchbox {
  float: right;
}
#search_block_top #search_query_top {
  height: 40px;
  padding: 5px 40px 5px 10px;
}
.rtl #search_block_top #search_query_top {
  padding: 5px 10px 5px 40px;
}
#search_block_top .btn {
  height: 38px;
}

.header_user_info .popup-title {
  display: block;
}
.header_user_info ul li a {
  margin: 0;
}

#header-main {
  border-bottom: none;
}

.header-logo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.leo-megamenu {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.leo-megamenu .navbar-nav {
  float: none !important;
  text-align: center;
}
.leo-megamenu .navbar-nav > li {
  float: none !important;
  display: inline-block;
}
.leo-megamenu .navbar-nav > li > a {
  padding: 15px 15px;
}

/************* Responsive ***************/
@media (max-width: 991px) {
  div#search_block_top {
    border: none;
  }
}
@media (max-width: 480px) {
  #search_block_top #searchbox {
    width: 100%;
  }

  .navbar-header {
    height: 0;
  }
  .navbar-header .navbar-toggle {
    top: -155px;
  }

  #topbar {
    background-color: transparent;
    min-height: 10px;
  }
}
@media (max-width: 320px) {
  .popup-over .popup-title {
    margin: 20px 0 9px;
  }

  .blockcart_top {
    width: auto !important;
  }

  #cart {
    padding: 0 0 0 15px;
  }
  .rtl #cart {
    padding: 0 15px 0 0;
  }
  #cart .heading a.link-cart {
    line-height: 65px;
  }
}
/************* RTL **********************/
.rtl .popup-over .popup-content {
  left: 0;
  right: inherit;
}
