nav {
  background: none;
  box-shadow: none;
  width: auto;
  height: auto; }
  nav i {
    height: auto;
    color: #fff; }
  nav img {
    max-width: none; }
  nav a {
    color: inherit; }
  nav ul a {
    font-size: inherit;
    color: inherit;
    padding: 0; }
  nav ul li {
    float: none; }

nav ul li a:hover, nav ul li.active {
  background-color: rgba(0, 0, 0, 0); }

.wrapper header.main-header {
  padding: 0;
  border-bottom-width: 0; }

header.main-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff; }
  header.main-header .header-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: initial;
    justify-content: space-between; }
  header.main-header .wrapper-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: normal;
    float: left; }
    header.main-header .wrapper-left .m-hamburger {
      margin-right: 10px; }
  header.main-header .wrapper-right {
    float: right; }
    header.main-header .wrapper-right .nav-option {
      cursor: pointer;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      flex-flow: initial;
      justify-content: normal;
      float: right; }
  header.main-header .hamburger-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: normal;
    padding: 13px 10px; }
    header.main-header .hamburger-menu .hamburger-icon {
      width: 100%;
      height: 3px;
      border-radius: 6px;
      background-color: #fff;
      transition: .3s; }
  header.main-header .logo-wrapper img {
    width: auto;
    margin: 0 auto; }

.header-wrapper:not(.nav-active) {
  border-bottom: 1px solid #d1ebfb; }
  .header-wrapper:not(.nav-active) .hamburger-menu {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #aad8f5;
    background-color: #199be9; }
  .header-wrapper:not(.nav-active) .logo-wrapper .image-pasif {
    display: block; }
  .header-wrapper:not(.nav-active) .logo-wrapper .image-active {
    display: none; }

.logo-image {
  margin-right: 30px; }
  .logo-image figure {
    width: 130px;
    margin: 0;}
    .logo-image figure img {
      width: inherit; }

.search-menu .search-icon {
  display: block;
  color: #199be9;
  cursor: pointer; }

.search-menu .form-search-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: initial;
  justify-content: normal;
  width: 180%; }
  .search-menu .form-search-header.mobile {
    width: 100%; }
  .search-menu .form-search-header .input-container {
    width: 100%;
    position: relative;
    vertical-align: middle; }
  .search-menu .form-search-header .flat-input {
    width: 100%; }
  .search-menu .form-search-header .search-head-icon {
    background: transparent;
    font-size: 18px;
    color: #199be9;
    position: absolute;
    right: 9px;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer; }

.user-action {
  margin-left: 30px; }
  .user-action ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: initial;
    justify-content: normal; }

.user-action-item {
  color: #199be9;
  font-size: 1em;
  font-weight: 400; }
  .user-action-item:not(:last-child) {
    margin-right: 30px; }
  .user-action-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: initial;
    justify-content: normal;
    color: #199be9; }
    .user-action-item a img {
      width: 20px;
      margin-right: 7px; }
    .user-action-item a label {
      margin-top: 3px;
      color: #199be9;
      margin-left: 8px; }
      .user-action-item a label:hover {
        text-decoration: underline; }

.cta-login {
  margin-right: 20px; }
  .cta-login .cta-login-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: initial;
    justify-content: normal;
    color: #199be9;
    font-size: 1.125em;
    font-weight: 400;
    cursor: initial; }
    .cta-login .cta-login-wrapper label {
      margin-bottom: 5px;
      cursor: pointer; }
    .cta-login .cta-login-wrapper img {
      width: 55px;
      margin-left: 10px;
      cursor: pointer; }

.user-menu.has-preview .user-avatar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: initial;
  justify-content: normal; }
  .user-menu.has-preview .user-avatar label {
    color: #199be9;
    font-size: 1em;
    font-weight: 400;
    margin-right: 10px; }
  .user-menu.has-preview .user-avatar img {
    padding: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #aad8f5; }
  .user-menu.has-preview .user-avatar figure{
    margin: 0 20px 0 0;
  }
  .user-menu.has-preview .user-avatar i {
    padding: 13px;
    color: #199be9; }

    .user-menu.has-preview .user-avatar:hover {
      text-decoration: none;
    }

.user-preview-wrapper .pvlist-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: initial;
  justify-content: normal;
  border-radius: 30px; }
  .user-preview-wrapper .pvlist-item a:hover {
    background: #aad8f5; }

.user-preview-wrapper .pvlist-item i {
  width: 20px;
  margin-right: 15px;
  color: #199be9; }

.user-preview-wrapper .pvlist-item label {
  color: #199be9;
  font-size: 1em;
  font-weight: normal;
  margin-top: 3px; }

.header-alert-icons {
  width: 35px;
  margin-right: 10px; }

.notif-indcator {
  position: relative;
  color: #199be9;
  font-size: 22px;
  cursor: pointer; }
  .notif-indcator i {
    color: #199be9; }

.nav-notif {
  cursor: pointer; }
  .nav-notif .notif-preview {
    background-color: blue; }
    .nav-notif .notif-preview:before, .nav-notif .notif-preview:after {
      left: 65.5%; }

.count-notif {
  position: absolute;
  top: -15px;
  right: -13px;
  background-color: #eaad5f;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.7em;
  font-weight: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: initial;
  justify-content: center; }
  .count-notif.wishlist-count-notif {
    right: -3px; }

.notif-preview {
  width: 550px;
  right: 0;
  top: calc(100% + 10px); }
  .notif-preview .preview-title a {
    color: #199be9;
    font-size: 0.9em;
    font-weight: 400; }
    .notif-preview .preview-title a:hover {
      text-decoration: underline; }
  .notif-preview .pvlist-item {
    padding: 15px 20px; }
  .notif-preview .pvlist-item.column-flex {
    border-bottom: 1px solid #d1ebfb; }
    .notif-preview .pvlist-item.column-flex .notif-desc {
      padding-left: 10px; }
    .notif-preview .pvlist-item.column-flex .remove-item-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      flex-flow: initial;
      justify-content: center;
      padding-right: 10px; }
  .notif-preview .unread-item {
    background-color: #f6fcff; }

.notif-desc p {
  color: #5b6080;
  font-size: 0.95em;
  font-weight: normal;
  line-height: 1.4; }

.notif-desc .notif-item {
  color: #5b6080;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.35;
  max-width: 90%; }
  .notif-desc .notif-item strong {
    font-weight: 500; }

.unread-item .notif-eye-icon {
  color: #199be9;
  font-size: 18px; }

.notif-icon-all {
  color: #626572; }

.remove-item-wrap {
  align-self: center;
  padding-right: 10px; }

.special-list-notif {
  paddding: 15px; }
  .special-list-notif .cta-viewall {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: initial;
    justify-content: center; }
    .special-list-notif .cta-viewall label {
      color: #272e5d;
      font-size: 1em;
      font-weight: 300;
      margin-top: 3px; }

.read-item .remove-item-wrap img {
  opacity: .5; }

.cta-sell .button-green {
  background-color: #58c18e;
  color: #fff;
  color: #fff;
  font-size: 1.125em;
  font-weight: 400;
  padding: 12px 25px;
  border-radius: 25px;
  cursor: pointer; }
  .cta-sell .button-green .sell-preview .pvlist-item {
    padding-left: 20px;
    padding-right: 20px; }
    .cta-sell .button-green .sell-preview .pvlist-item:first-of-type {
      padding-top: 20px; }
    .cta-sell .button-green .sell-preview .pvlist-item:last-of-type {
      padding-bottom: 20px; }
  .cta-sell .button-green .item-desc {
    width: 100%; }

.button-green:hover{
  text-decoration: none;
  color: white;
}

.list-menu li:hover {
  cursor: pointer; }

.item-desc {
  padding: 7px 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: initial;
  justify-content: initial;
  border-radius: 30px;
  width: 92%;
}
  .item-desc:hover, .item-desc.selected {
    background-color: #d1ebfb; }
  .item-desc img {
    width: 16px;
    margin-right: 10px; }
  .item-desc label {
    margin-top: 3px;
    color: #199be9;
    font-size: 1em;
    font-weight: normal;
    width: 100%; }
  .item-desc i {
    color: #199be9;
    width: 13%;
    vertical-align: middle; }

.item-desc:hover {
  text-decoration: none;
}

.cta-sell:hover .button-green {
  background-color: #359e6b;
  border-color: #359e6b; }

.nav-cart {
  cursor: pointer; }
  .nav-cart .cart-now {
    color: #199be9;
    font-size: 1.1em;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #aad8f5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: initial;
    justify-content: center;
    transition: .3s;
    padding-left: 26%;
    margin-left: 20px; }
    .nav-cart .cart-now i {
      color: #199be9; }
    .nav-cart .cart-now label {
      cursor: pointer;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      flex-flow: initial;
      justify-content: center;
      white-space: nowrap;
      color: #199be9; }
    .nav-cart .cart-now .header-cart-icon {
      font-size: 17px;
      margin-right: 4px; }
    .nav-cart .cart-now .count-shop {
      position: absolute;
      background-color: #eaad5f;
      width: 21px;
      height: 21px;
      border-radius: 50%;
      color: #fff;
      font-size: 0.7em;
      font-weight: normal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      flex-flow: initial;
      justify-content: center; }
  .nav-cart .head-icon-trash {
    color: #d1ebfb;
    cursor: pointer;
    font-size: 0.8em; }
    .nav-cart .head-icon-trash:hover {
      color: #e50303; }
  .nav-cart .cart-preview .price-shop {
    color: #58c18e; }
  .nav-cart .cart-preview p {
    color: #5b6080;
    font-size: 0.95em;
    font-weight: normal; }
    .nav-cart .cart-preview p:first-of-type {
      line-height: 1.4; }
  .nav-cart .cart-preview .price-item {
    font-weight: 500; }
  .nav-cart .cart-preview .product-item {
    color: #199be9;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.35;
    max-width: 90%; }
  .nav-cart .cart-preview .pvlist-item:not(:last-child) {
    border-bottom: 1px solid #d1ebfb; }
  .nav-cart .cart-preview .cart-desc {
    width: 90%; }
  .nav-cart .cart-preview .remove-item-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: initial;
    justify-content: center;
    padding-right: 10px;
    width: 10%; }
  .nav-cart .cart-preview .special-list {
    flex-flow: row wrap; }

.special-list .special-promo {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.35;
  border-radius: 3px;
  background-color: #def8ed; }
  .special-list .special-promo h5 {
    color: #272e5d;
    font-size: 1.1em;
    font-weight: 400; }
  .special-list .special-promo p {
    color: #272e5d;
    font-size: 0.9em;
    font-weight: 400; }

.special-list .button-green {
  text-align: center;
  background-color: #58c18e;
  color: #fff;
  color: #fff;
  font-size: 1.125em;
  font-weight: 400;
  padding: 12px 25px;
  border-radius: 25px;
  cursor: pointer;
  width: 100%;
  transition: .3s; }
  .special-list .button-green:hover {
    background-color: #bae3d0; }
  .special-list .button-green label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: initial;
    justify-content: center;
    color: #fff; }
  .special-list .button-green .left {
    position: absolute;
    left: 30%;
    bottom: 5%; }
  .special-list .button-green .right {
    position: absolute;
    right: 30%;
    bottom: 5%; }
  .special-list .button-green i {
    font-size: 18px; }

.nav-cart:hover .cart-now {
  cursor: pointer;
  border-color: #aad8f5; }

.has-preview .preview-list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  border: 1px solid #aad8f5;
  box-shadow: 2px 2px 5px rgba(39, 46, 93, 0.15);
  transition: .3s;
  z-index: 2; }
  .has-preview .preview-list .pvlist-item {
    padding: 5px 15px; }
  .has-preview .preview-list:before, .has-preview .preview-list:after {
    bottom: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

.has-preview .preview-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: initial;
  justify-content: space-between;
  height: 60px; }
  .has-preview .preview-title h4 {
    color: #272e5d;
    font-size: 1.1em;
    font-weight: 400; }

.cta-sell.has-preview .preview-list {
  right: 0;
  top: calc(100% + 10px);
  width: 210px; }
  .cta-sell.has-preview .preview-list:before, .cta-sell.has-preview .preview-list:after {
    left: 79%; }

.nav-main {
  border-bottom: 1px solid #d1ebfb;
  background-color: #f6fcff;
  position: relative;
  padding: 0 45px; }
  .nav-main h4 {
    color: #272e5d;
    font-size: 1.1em;
    font-weight: normal;
    padding-right: 3%;
    border-right: 2px solid #aad8f5;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    white-space: nowrap; }

.sub-menu {
  visibility: hidden;
  transition-delay: 0s;
  opacity: 0;
  position: absolute;
  left: 2.5%;
  top: calc(100% + 1px);
  width: 95%;
  background-color: #fff;
  padding: 20px;
  border-left: 1px solid #aad8f5;
  border-bottom: 1px solid #aad8f5;
  border-right: 1px solid #aad8f5;
  box-shadow: 2px 2px 6px 0 #dedfe6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .sub-menu .menu-left, .sub-menu .menu-right {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-flow: column wrap;
    justify-content: initial; }
    .sub-menu .menu-left h6, .sub-menu .menu-right h6 {
      width: 100%;
      color: #272e5d;
      font-size: 1.1em;
      font-weight: 400;
      margin-bottom: 20px;
      padding: 0 10px; }
    .sub-menu .menu-left .top-cat-link, .sub-menu .menu-right .top-cat-link {
      margin-top: 12px;
      font-size: 1em;
      vertical-align: middle;
      color: #9e9e9e; }
      .sub-menu .menu-left .top-cat-link:hover, .sub-menu .menu-right .top-cat-link:hover {
        text-decoration: underline; }
      .sub-menu .menu-left .top-cat-link i, .sub-menu .menu-right .top-cat-link i {
        vertical-align: middle;
        font-size: 1em;
        margin-left: 5px;
        color: #9e9e9e; }
  .sub-menu .menu-left {
    padding: 15px 10px;
    width: 300px;
    border-right: 2px solid #aad8f5; }
  .sub-menu .menu-right {
    padding: 15px 25px;
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -o-calc(100% - 300px);
    width: calc(100% - 300px); }
    .sub-menu .menu-right i {
      color: #199be9; }
    .sub-menu .menu-right .list-style {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      flex-flow: row wrap;
      justify-content: initial;
      display: block; }
      .sub-menu .menu-right .list-style span {
        width: -moz-calc(100% - 25px);
        width: -webkit-calc(100% - 25px);
        width: -o-calc(100% - 25px);
        width: calc(100% - 25px); }
  .sub-menu .full-width {
    width: 100%; }
  .sub-menu .list-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: initial; }
    .sub-menu .list-menu .list-item {
      width: 45%;
      min-width: 300px;
      margin-right: 5%; }
    .sub-menu .list-menu li:not(.list-item) {
      width: 100%; }
    .sub-menu .list-menu li:hover {
      cursor: pointer; }

.mega-menu {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 90%;
  height: 60px; }
  .mega-menu .mega-menu-item {
    padding: 25px 3%;
    cursor: pointer;
    color: #199be9;
    display: inline-block; }
    .mega-menu .mega-menu-item span {
      color: #199be9;
      font-size: 1.1em;
      font-weight: 400;
      padding: 5px 10px;
      border-bottom: 3px solid rgba(0, 0, 0, 0);
      white-space: nowrap; }
    .mega-menu .mega-menu-item:hover span.header-tc-span {
      border-bottom: 3px solid #199be9; }
    .mega-menu .mega-menu-item:hover .sub-menu {
      visibility: visible;
      opacity: 1;
      transition-delay: 0.2s; }

nav.nav-primary {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-size: 100% 85vh, cover;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transform: translate(0, -30px);
  padding-top: calc(80px + 5vh);
  transition: .3s; }
  nav.nav-primary.nav-primary-mo {
    position: fixed; }
  nav.nav-primary .mobile-header-close {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 25px;
    padding: 10px 15px;
    background: #199be9;
    border: 1px solid #fff; }
  nav.nav-primary .title-navprimary {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.35em;
    font-weight: normal;
    position: relative; }
    nav.nav-primary .title-navprimary:before {
      content: '';
      display: block;
      width: 8vw;
      height: 2px;
      position: absolute;
      bottom: -10px;
      left: 46vw;
      background-color: #78c5f2; }
  nav.nav-primary .menu-primary {
    padding: 5vh 15px 0; }
  nav.nav-primary .footnav-primary {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: initial;
    justify-content: space-between;
    padding: 0 15px 3vh; }
  nav.nav-primary .list-menu {
    position: relative; }
    nav.nav-primary .list-menu:not(:last-child) {
      border-bottom: #aad8f5; }
    nav.nav-primary .list-menu label {
      color: #fff;
      font-size: 1.3em;
      font-weight: 400;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      flex-flow: row-reverse;
      justify-content: space-between; }
      nav.nav-primary .list-menu label:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        margin-right: 15px; }
      nav.nav-primary .list-menu label:before {
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(90deg); }
      nav.nav-primary .list-menu label:before {
        margin-right: 0; }
    nav.nav-primary .list-menu:first-child label {
      padding-bottom: 15px; }
    nav.nav-primary .list-menu:not(:last-child):not(:first-child) label {
      padding: 15px 0; }
    nav.nav-primary .list-menu:last-child label {
      padding-top: 15px; }
  nav.nav-primary .list-menu:not(.active) .nav-menu-child {
    visibility: hidden;
    opacity: 0;
    z-index: 0; }
  nav.nav-primary .list-menu.active .nav-menu-child {
    visibility: visible;
    opacity: 1;
    z-index: 4;
    transform: none; }

.nav-primary.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  transform: none; }

.header-wrapper.nav-active:not(.nav-child-active) {
  z-index: 3; }
  .header-wrapper.nav-active:not(.nav-child-active) .search-menu, .header-wrapper.nav-active:not(.nav-child-active) .wrapper-right {
    visibility: hidden;
    opacity: 0;
    z-index: 0; }
  .header-wrapper.nav-active:not(.nav-child-active) .hamburger-menu {
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff; }
    .header-wrapper.nav-active:not(.nav-child-active) .hamburger-menu .hamburger-icon:first-child {
      transform: rotate(45deg) translate(4px, 4px); }
  .header-wrapper.nav-active:not(.nav-child-active) .image-pasif {
    display: none; }
  .header-wrapper.nav-active:not(.nav-child-active) .image-active {
    display: block; }

.header-wrapper.nav-active.nav-child-active {
  z-index: 1; }

.nav-menu-child {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #fff;
  overflow-y: scroll;
  transition: .3s;
  transform: translateX(90%); }
  .nav-menu-child .header-navchild {
    padding: 15px; }
    .nav-menu-child .header-navchild .title-navchild {
      display: block;
      color: #199be9;
      font-size: 1.4em;
      font-weight: 400;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      flex-flow: initial;
      justify-content: center; }
    .nav-menu-child .header-navchild .back-list-menu {
      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #aad8f5; }
      .nav-menu-child .header-navchild .back-list-menu i {
        color: #199be9;
        position: absolute;
        top: 23%;
        left: 26%; }
  .nav-menu-child .list-wrapper {
    padding: 30px;
    text-transform: capitalize; }
    .nav-menu-child .list-wrapper:not(:last-child) {
      border-bottom: 1px solid #d1ebfb; }
  .nav-menu-child .list-title {
    color: #272e5d;
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 15px; }
  .nav-menu-child .list-style {
    color: #199be9;
    font-size: 1.15em;
    font-weight: normal;
    line-height: 1.12em;
    cursor: pointer; }
    .nav-menu-child .list-style i {
      color: #199be9;
      margin-right: 3%;
      font-size: 18px; }
    .nav-menu-child .list-style a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .nav-menu-child .list-style:not(:last-child) {
      margin-bottom: 16px; }

.footnav-primary .lang-option {
  width: 50px; }
  .footnav-primary .lang-option span {
    padding: 9px 9px;
    border-radius: 28px;
    border: 2px solid #d1ebfb;
    margin-left: 3%;
    display: inline-block; }
    .footnav-primary .lang-option span i.fa-globe {
      color: #fff;
      position: relative;
      top: 3px; }
    .footnav-primary .lang-option span i.header-flag {
      border-radius: 50%;
      width: 22px;
      height: 22px; }

.footnav-primary .faq-option, .footnav-primary .lang-option img {
  border-radius: 50%;
  padding: 10px; }

.footnav-primary .faq-option {
  border: 2px solid #aad8f5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: initial;
  justify-content: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600; }

.footnav-primary .sell-option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: initial;
  justify-content: center;
  position: relative; }
  .footnav-primary .sell-option img {
    position: absolute;
    top: -75%;
    left: -5%;
    width: 65px; }
  .footnav-primary .sell-option label {
    width: 200px;
    max-width: 50vw;
    padding: 10px;
    background-color: #58c18e;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 1.2em; }
    .footnav-primary .sell-option label:before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      margin-right: 15px; }
    .footnav-primary .sell-option label:before {
      background-repeat: no-repeat;
      background-position: center;
      transform: rotate(90deg); }
    .footnav-primary .sell-option label:before {
      position: absolute;
      right: 0;
      top: 17px; }

nav .header-loader {
  text-align: center;
  padding: 50px 10px; }
  nav .header-loader i {
    color: #d1ebfb;
    margin: auto; }

.close-search-bar {
  padding-left: 8px;
  color: #dedfe6;
  cursor: pointer; }

input.search-input-mobile {
  font-size: 16px; }

input.search-input-mobile::-webkit-input-placeholder {
  font-size: 14px; }

input.search-input-mobile::-moz-placeholder {
  font-size: 14px; }

input.search-input-mobile:-ms-input-placeholder {
  font-size: 14px; }

input.search-input-mobile::placeholder {
  font-size: 14px; }

.header-top-icon {
  font-size: 0.6em;
  color: #199be9;
  margin-left: 10px; }

@media screen and (max-width: 1350px) {
  .mega-menu {
    width: 100%; } }

@media screen and (min-width: 1200px) {
  header.main-header .header-wrapper {
    padding: 10px 45px; } }

@media screen and (max-width: 1199px) {
  header.main-header .header-wrapper {
    padding: 10px 15px; } }

@media screen and (min-width: 980px) and (max-width: 1199px) {
  header.main-header .nav-main {
    padding: 0 15px; }
  header.main-header .user-action {
    display: none; } }

@media screen and (max-width: 980px) {
  .header-alert-icons {
    display: none; }
  nav.nav-primary {
    background: url("https://d327azdsnsoc7f.cloudfront.net/app/mobile-menu-bg.png") no-repeat;
    background-color: #fff; }
  header.main-header .header-wrapper {
    padding: 5px 15px; } }


.search-menu .form-search-header.mobile {
  display: none;
  width: 100%; }
.desktop {
  display: block; }
header.main-header .wrapper-left {
  /* width: 80%;  */
}
header.main-header .wrapper-right {
  position: relative; }
.nav-cart {
  position: relative; }
  .nav-cart:hover .cart-now {
    border-color: #199be9; }
  .nav-cart .cart-now {
    padding: 10px 20px; }
    .nav-cart .cart-now label {
      margin-right: 5px; }
    .nav-cart .cart-now .count-shop {
      top: -1px;
      right: 1px; }
  .nav-cart .cart-preview .cart-desc {
    padding-left: 10px; }
  .nav-cart .cart-preview .pvlist-item.special-list {
    padding: 15px 30px; }
  .nav-cart .pvlist-item:not(:last-child) {
    padding: 15px 20px; }
.search-menu .search-icon {
  cursor: pointer;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #199be9; }
  .search-menu .search-icon i {
    color: #fff;
    position: relative;
    top: 13px;
    left: 13px; }
.search-menu .form-search-header .flat-input {
  padding: 14px 50px 14px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #aad8f5;
  font-size: 17px; }
.nav-option .display-none {
  display: none; }
.nav-option .cta-login {
  margin-right: 20px; }
  .nav-option .cta-login img {
    margin-left: 10px; }
.nav-cart.has-preview .preview-list {
  right: 0;
  top: calc(100% + 12px);
  width: 550px; }
  .nav-cart.has-preview .preview-list:before, .nav-cart.has-preview .preview-list:after {
    left: 89%; }
.user-menu.has-preview {
  margin-right: 20px; }
  .user-menu.has-preview .user-preview {
    width: 550px;
    top: calc(100% + 10px);
    right: 0; }
    .user-menu.has-preview .user-preview:before, .user-menu.has-preview .user-preview:after {
      left: 69%; }
    .user-menu.has-preview .user-preview .preview-title {
      width: 100%; }
    .user-menu.has-preview .user-preview .user-preview-wrapper {
      padding: 20px; }
.user-preview-wrapper .pvlist-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: initial;
  justify-content: normal;
  padding: 7px 10px; }
.has-preview:hover .preview-list:not(.notif-preview) {
  opacity: 1;
  visibility: visible;
  z-index: 1; }
.has-preview .preview-list {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #aad8f5;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .has-preview .preview-list:before, .has-preview .preview-list:after {
    bottom: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .has-preview .preview-list.notif-preview:before, .has-preview .preview-list.notif-preview:after {
    left: 359px; }
  .has-preview .preview-list:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #aad8f5;
    border-width: 8px;
    margin-left: -8px; }
  .has-preview .preview-list:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px; }
  .has-preview .preview-list .preview-title {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #aad8f5;
    padding: 20px; }
    .has-preview .preview-list .preview-title h4 {
      padding: 0 10px; }

@media screen and (max-width: 979px) {
  .mobile {
    display: block; }
  header.main-header {
    position: absolute; }
    header.main-header .mobile {
      display: block;
      top: 0; }
    header.main-header a.logo-wrapper {
      position: relative;
      left: -33%; }
  .nav-cart .cart-now {
    margin-left: 7px; }
    .nav-cart .cart-now i {
      position: relative;
      left: -1px; }
    .nav-cart .cart-now label:before {
      width: 25px;
      height: 25px; }
    .nav-cart .cart-now .count-shop {
      top: -5px;
      right: -8px; }
  .nav-cart .pvlist-item:not(:last-child) {
    padding: 15px; }
  .nav-cart .cart-preview .pvlist-item.special-list {
    padding: 15px; }
  .nav-cart.has-preview .preview-list {
    left: 0;
    width: 100vw; }
  .search-menu .search-icon {
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #aad8f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35%;
    transition: .3s; }
    .search-menu .search-icon i {
      position: relative;
      top: 3px;
      left: 4px; }
  .search-menu .form-search-header {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top: 90%;
    left: 0;
    position: absolute;
    border-top: 1px solid #d1ebfb;
    border-bottom: 1px solid #d1ebfb;
    transition: .3s; }
  .search-menu .input-container {
    padding: 15px;
    background: #fff; }
    .search-menu .input-container .flat-input {
      background-color: #f6fcff;
      padding: 14px 35px 14px 15px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #aad8f5; }
    .search-menu .input-container .search-head-icon {
      right: 17px;
      top: 17px;
      font-size: 26px; }
  .search-menu.active .form-search-header {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    top: 100%;
    box-shadow: 0px 1px 2px #d1ebfb; }
  .search-menu.active .search-icon {
    border-color: #aad8f5; }
  .nav-option .cta-login {
    margin-right: 10px; }
  .nav-option .user-preview {
    width: 100%;
    left: 0; }
  .user-preview-wrapper .pvlist-item a {
    padding: 1.8vh 15px;
    border-radius: 30px; }
  .has-preview .preview-title {
    border-bottom: 1px solid #d1ebfb;
    border-top: 1px solid #d1ebfb;
    padding: 15px; }
  .has-preview .preview-list {
    top: 100%; }
    .has-preview .preview-list .special-list, .has-preview .preview-list .user-preview-wrapper {
      box-shadow: 0px 1px 5px #d1ebfb; }
  .has-preview .cart-now {
    position: relative; }
  .has-preview.active .preview-list {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1; }
  .has-preview.active .cart-now {
    border-color: #199be9; } }

@media screen and (min-width: 768px) {
  header.main-header .cta-login-wrapper img {
    width: 55px; }
  .user-menu.has-preview .user-avatar img {
    width: 50px;
    height: 50px; }
  .user-preview-wrapper .left-wrapper {
    border-right: 2px solid #d1ebfb; } }

@media screen and (min-width: 768px) and (max-width: 979px) {
  header.main-header .logo-wrapper img {
    height: 46px; }
  header.main-header .hamburger-menu, header.main-header .search-icon, header.main-header .cart-now, header.main-header .back-list-menu,
  header.main-header .faq-option, header.main-header .lang-option img {
    width: 50px;
    height: 50px; }
  header.main-header .header-navchild .title-navchild {
    height: 50px; }
  .header-wrapper.nav-active:not(.nav-child-active) .hamburger-menu .hamburger-icon:last-child {
    transform: rotate(-45deg) translate(4px, -4px); }
  .preview-list .user-preview-wrapper {
    padding: 15px 0; } }

@media screen and (max-width: 767px) {
  .search-menu .form-search-header.mobile {
    width: 100%; }
  header.main-header .logo-wrapper img, header.main-header .cta-login-wrapper img {
    height: 46px; }
  header.main-header .hamburger-menu, header.main-header .search-icon, header.main-header .cart-now, header.main-header .back-list-menu,
  header.main-header .faq-option, header.main-header .lang-option img {
    width: 45px;
    height: 45px; }
  header.main-header .search-icon i {
    position: relative;
    top: 2px;
    left: 2px; }
  header.main-header .header-navchild .title-navchild {
    height: 45px;
    font-weight: 500; }
  header.main-header .user-menu.has-preview .user-avatar img {
    width: 45px;
    height: 45px;
  }
  header.main-header .user-menu.has-preview .user-avatar figure{
    margin: 0;
  }

  .logo-image figure{
    margin: 0;
  }

  .logo-image figure img{
    width: 100px;
  }

  .header-wrapper.nav-active:not(.nav-child-active) .hamburger-menu .hamburger-icon:last-child {
    transform: rotate(-45deg) translate(2px, -2px); }
  .user-preview-wrapper .pvlist-item:not(:last-child) {
    border-bottom: 1px solid #d1ebfb; }
  .user-preview-wrapper .pvlist-item a {
    width: 100%;
    position: relative; }
    .user-preview-wrapper .pvlist-item a:after {
      content: '';
      width: 15px;
      height: 15px;
      position: absolute;
      right: 15px;
      background-repeat: no-repeat;
      background-position: center;
      transform: rotate(-90deg); }
  ul.inner-col2.left-wrapper {
    border-bottom: 1px solid #d1ebfb; } }
