/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.topnav {
  background: white;
}

.topnav-right {
  margin-top: 6px;
}

.popup-over .popup-title > a {
  color: #fff;
}
.popup-over .popup-title:hover .material-icons, .popup-over .popup-title:hover > a {
  color: #262626;
}
.popup-over .popup-title .material-icons {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 5px;
  left: -5px;
}
.rtl .popup-over .popup-title .material-icons {
  right: -5px;
  left: auto;
}

.top-info.ApColumn .block {
  margin: 0;
}

.phone-h2 {
  color: #fff;
  padding: 11px 0;
  text-transform: uppercase;
}

.logo-header {
  padding: 0px 25px;
}

#cart .title-cart .material-icons {
  color: #262626;
}

#leo-megamenu .navbar-nav > li > a {
  color: #262626;
}

.header_user_info {
  margin: 0;
}
.header_user_info .popup-title {
  display: none;
}
.header_user_info .popup-content {
  display: block;
  position: relative;
  background: transparent;
  box-shadow: none;
  padding: 5px 0 5px 5px;
}
.header_user_info .popup-content > li {
  display: inline-block;
  padding: 0 10px;
}
.header_user_info .popup-content > li > a {
  padding: 0;
  margin: 0;
  color: #fff;
}
.header_user_info .popup-content > li > a:hover {
  background: transparent;
  color: #262626;
}
.header_user_info .popup-content > li > a:hover .ap-total {
  color: #262626;
}

.keep-header .header-container {
  background: white;
}

.btn-search {
  padding: 3px;
}
.btn-search .material-icons {
  color: #262626;
}

@media (min-width: 1200px) {
  .header_user_info .popup-content > li > a .fa {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header_user_info .popup-title {
    display: block;
    padding: 9px 0px 11px 5px;
  }
  .header_user_info .popup-title span {
    font-size: 12px;
    text-transform: uppercase;
  }
  .header_user_info .popup-title .material-icons {
    font-size: 15px;
    top: 3px;
    left: 1px;
  }
  .rtl .header_user_info .popup-title .material-icons {
    right: 1px;
    left: auto;
  }
  .header_user_info .popup-content {
    display: none;
    position: absolute;
    background: white;
    padding: 5px 0 5px 5px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
  }
  .header_user_info .popup-content > li {
    display: block;
    margin-left: 0px;
  }
  .rtl .header_user_info .popup-content > li {
    margin-right: 0px;
    margin-left: inherit;
  }
  .header_user_info .popup-content > li > a {
    padding: 0 10px;
    margin: 0;
    color: #262626;
  }
  .header_user_info .popup-content > li > a .ap-total {
    color: #262626;
  }
  .header_user_info .popup-content > li > a:hover {
    background: #f5f5f5;
    color: #eb5151;
  }
  .header_user_info .popup-content > li > a:hover .ap-total {
    color: #eb5151;
  }
}
@media (max-width: 991px) {
  .logo-header {
    text-align: center;
  }

  .topnav-right {
    margin-top: 15px;
    padding-right: 30px;
  }
  .rtl .topnav-right {
    padding-left: 30px;
    padding-right: inherit;
  }
}
@media (max-width: 767px) {
  .block-languages .popup-title img {
    display: inline-block;
  }
  .block-languages .popup-title span {
    display: none;
  }

  .header_user_info .popup-title span {
    display: none;
  }
}
@media (max-width: 480px) {
  .topnav-right {
    top: 100px;
  }
}
@media (max-width: 320px) {
  .topnav-right {
    top: 118px;
  }

  .header-top .logo-header {
    padding: 0 14px;
  }
}
