/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.top_nav_ct {
  background-color: #272727;
  position: relative;
  padding: 15px 0;
  color: #ccc;
}
.top_nav_ct a {
  color: #ccc;
}
.top_nav_ct:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4000px;
  left: -2000px;
  display: block !important;
  top: 0;
  background-color: #272727;
}
.top_nav_ct .cart_block {
  color: black;
}
.top_nav_ct .cart_block a {
  color: black;
}
.top_nav_ct .popup-over .popup-title {
  color: #ccc;
}
.top_nav_ct .popup-over .popup-title .fa {
  margin-right: 10px;
}
.rtl .top_nav_ct .popup-over .popup-title .fa {
  margin-left: 10px;
  margin-right: inherit;
}
.top_nav_ct .popup-over .popup-title .fa.fa-angle-down {
  margin-left: 10px;
}
.rtl .top_nav_ct .popup-over .popup-title .fa.fa-angle-down {
  margin-right: 10px;
  margin-left: inherit;
}
.top_nav_ct .popup-over .popup-title:hover {
  color: #df9374;
}

@media (max-width: 991px) {
  .top_nav_ct {
    text-align: center;
  }
  .top_nav_ct .popup-over .popup-title {
    margin-bottom: 15px;
  }

  .header_user_info {
    z-index: 9;
  }
}
