/***************************************************
  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 
 */
/***********************************************************************/
.header-nav {
  border-bottom: 1px solid #ededed; }

.box-top-header {
  position: relative; }
  @media (min-width: 992px) {
    .box-top-header {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  .box-top-header > [class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .box-top-header .left-top-header {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    .box-top-header .left-top-header .popup-over .popup-content {
      right: auto;
      left: 0px; }
      .rtl .box-top-header .left-top-header .popup-over .popup-content {
        right: 0px;
        left: auto; }
  .box-top-header .right-top-header {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  @media (min-width: 768px) {
    .box-top-header .popup-over .popup-title {
      min-width: 70px;
      text-align: center;
      border-style: solid;
      border-color: #ededed;
      border-width: 0px 0px 0px 1px;
      padding: 18px 20px 18px 20px; }
      .rtl .box-top-header .popup-over .popup-title {
        border-width: 0px 1px 0px 0px; }
      .rtl .box-top-header .popup-over .popup-title {
        padding: 18px 20px 18px 20px; } }
  @media (min-width: 768px) {
    .box-top-header .popup-over + .popup-over {
      margin: 0px 0px 0px 0px; }
      .rtl .box-top-header .popup-over + .popup-over {
        margin: 0px 0px 0px 0px; }
      .box-top-header .popup-over + .popup-over .popup-title {
        border-width: 0px 1px 0px 1px; }
        .rtl .box-top-header .popup-over + .popup-over .popup-title {
          border-width: 0px 1px 0px 1px; } }
  @media (min-width: 768px) {
    .box-top-header #cart-block {
      border-left: 1px solid #ededed;
      border-right: 1px solid #ededed;
      margin: 0px 0px 0px 0px;
      padding: 12px 20px 12px 20px; }
      .rtl .box-top-header #cart-block {
        margin: 0px 0px 0px 0px; }
      .rtl .box-top-header #cart-block {
        padding: 12px 20px 12px 20px; } }

#header #search_widget .popup-title {
  margin: 0px 0px 0px 0px; }
  .rtl #header #search_widget .popup-title {
    margin: 0px 0px 0px 0px; }
#header #search_widget .popup-content {
  top: 100%;
  border: none;
  bottom: auto;
  right: 0;
  left: auto;
  padding: 0px 40px 0px 15px;
  -moz-box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35);
  -webkit-box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35);
  -o-box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35);
  -ms-box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35);
  box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35); }
  .rtl #header #search_widget .popup-content {
    right: auto;
    left: 0; }
  .rtl #header #search_widget .popup-content {
    padding: 0px 15px 0px 40px; }
#header #search_widget.open .popup-title .search {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px); }
#header #search_widget form button[type=submit] {
  right: 12px; }
  .rtl #header #search_widget form button[type=submit] {
    left: 12px;
    right: auto; }
@media (min-width: 992px) {
  #header #search_widget {
    margin-left: 30px; }
    .rtl #header #search_widget {
      margin-right: 30px;
      margin-left: inherit; } }

.box-bottom-header {
  position: relative; }
  @media (min-width: 992px) {
    .box-bottom-header {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (max-width: 991px) {
    .box-bottom-header {
      padding-bottom: 10px; } }
  .box-bottom-header > [class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .box-bottom-header .left-bottom-header {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    @media (max-width: 991px) {
      .box-bottom-header .left-bottom-header {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    .box-bottom-header .left-bottom-header .logo {
      padding: 35px 0; }
  .box-bottom-header .right-bottom-header {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    @media (max-width: 991px) {
      .box-bottom-header .right-bottom-header {
        margin-top: 3px;
        margin-bottom: 3px;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify; } }

@media (min-width: 992px) {
  .userinfor-inline .userinfo-selector .popup-title {
    display: none; }
  .userinfor-inline .userinfo-selector .popup-content {
    border: none;
    display: block;
    position: static;
    font-size: 0px;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }
    .userinfor-inline .userinfo-selector .popup-content li {
      border-bottom: none;
      display: inline-block;
      vertical-align: middle; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .userinfor-inline .userinfo-selector .popup-content li.check-out {
        display: none; } }
@media (min-width: 992px) {
    .userinfor-inline .userinfo-selector .popup-content .dropdown-item {
      font-size: 12px;
      padding: 18px 15px;
      border-style: solid;
      border-color: #ededed;
      border-width: 0px 0px 0px 1px; }
      .rtl .userinfor-inline .userinfo-selector .popup-content .dropdown-item {
        border-width: 0px 1px 0px 0px; } }
    @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
      .userinfor-inline .userinfo-selector .popup-content .dropdown-item {
        padding: 18px 10px; } }
@media (min-width: 992px) {
      .userinfor-inline .userinfo-selector .popup-content .dropdown-item:hover {
        background: transparent; }
      .userinfor-inline .userinfo-selector .popup-content .dropdown-item span {
        white-space: nowrap; } }

/*# sourceMappingURL=headerposition1491413718.css.map */
