/***************************************************
  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 
 */
/***********************************************************************/
.topnav {
  background: #222222;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  height: 44px;
  text-transform: capitalize; }
  .topnav .ApRow {
    display: flex;
    align-items: center; }
  .topnav .ApLink ul {
    margin-bottom: 0; }
  .topnav .ApLink a {
    font-size: 14px;
    line-height: 24px;
    color: #fff; }
    .topnav .ApLink a:hover {
      color: #F02757; }
  .topnav .ApLink li {
    display: inline-block;
    vertical-align: middle; }
    .topnav .ApLink li:not(:first-child) {
      padding-left: 25px; }
      .rtl .topnav .ApLink li:not(:first-child) {
        padding-right: 25px;
        padding-left: inherit; }
  .topnav .ApHtml {
    padding: 10px 0; }
  .topnav p {
    margin-bottom: 0; }

.bottomnav .ApRow {
  padding: 32px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.icon-w {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .icon-w svg {
    width: 22px;
    height: 18px;
    fill: #000;
    transition: all 0.3s; }
    .icon-w svg:hover {
      fill: #F02757; }
  .icon-w .icon {
    margin-left: 30px; }
    .rtl .icon-w .icon {
      margin-right: 30px;
      margin-left: inherit; }
    @media (max-width: 767px) {
      .icon-w .icon {
        margin-left: 10px; }
        .rtl .icon-w .icon {
          margin-right: 10px;
          margin-left: inherit; } }
  .icon-w .popup-over a.popup-title {
    padding: 0;
    line-height: 1; }

#_desktop_cart .icon {
  width: 20px;
  height: 20px; }

#header .header-top {
  padding: 10px 0;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.5) 0%, rgba(229, 229, 229, 0.5) 35.42%); }
  #header .header-top .ApRow {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  #header .header-top .inner {
    position: relative; }
  #header .header-top .text-top {
    line-height: 24px;
    color: #000; }
    #header .header-top .text-top a {
      color: #F02757;
      font-weight: 500; }
    #header .header-top .text-top:before {
      display: none; }

.hoz-menu,
.leo-megamenu {
  position: static; }

@media (max-width: 767px) {
  .topnav .nav-right {
    justify-content: space-between; }

  .logo-w {
    order: 1; }

  .search-w {
    order: 3;
    margin-top: 15px; }

  .icon-w {
    order: 2; } }

/*# sourceMappingURL=headerposition1986729321.css.map */
