.container-header {
  position: fixed !important;
  z-index: 9999 !important;
  height: 100px;
}

@media (max-width: 767px) {
  .container-header {
    height: 110px;
  }
  .container-header > div {
    height: unset !important;
  }
}

@media (max-width: 1024px) {
  .container-header {
    background-color: #141C45;
  }
}

.container-header ~ [role='main'] {
  padding-top: 145px !important;
  padding-bottom: 110px !important;
}

@media (max-width: 1024px) {
  .container-header ~ [role='main'] {
    padding-top: 160px !important;
  }
}

.container-header.container-header-basic ~ [role='main'] {
  padding-top: 100px !important;
}

.container-header ~ .container-menu {
  position: fixed !important;
  top: 100px;
}

.header {
  height: auto;
  z-index: 3;
}

@media (min-width: 1026px) {
  .header {
    height: 100px;
  }
}

.header .profile-menu #profile-menu {
  background: transparent;
  border: none;
}

@media (max-width: 1025px) {
  .header .profile-menu .profile-dropdown {
    display: none !important;
  }
  .header .profile-menu .profile-submenu {
    display: none !important;
  }
}

.header .menuToggle {
  height: 60px;
}

@media (min-width: 1026px) {
  .header .menuToggle {
    height: 100%;
  }
}

.header .logo {
  text-align: left;
  height: 60px !important;
}

@media (min-width: 768px) {
  .header .logo {
    height: 100% !important;
  }
}

.header .logo img {
  width: 100%;
  max-width: 190px;
  height: auto;
  max-height: 30px;
}

.header .logo .logo-header {
  background-image: url("../../images/brand/logo_webpremios_bg_dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 187px;
  height: 30px;
  max-height: 40px;
  overflow: hidden;
  text-indent: -9999px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header .logo .logo-header {
    position: inherit !important;
  }
}

.header .back-page {
  position: absolute;
  top: 5px;
  left: 11px;
  z-index: 1;
}

.header .search {
  height: 80px;
}

@media (max-width: 489px) {
  .header .search {
    position: absolute !important;
    top: 55px !important;
    height: auto !important;
  }
}

@media (max-width: 1025px) {
  .header .search {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 1;
  }
}

@media (min-width: 1026px) {
  .header .search {
    height: 100%;
  }
}

.header .search input {
  padding-right: 50px !important;
  text-overflow: ellipsis;
}

.header .search .btn {
  position: absolute;
  top: 0px;
  right: 10px;
}

@media (max-width: 489px) {
  .header .search .btn {
    top: -1px;
    right: 15px;
  }
}

.header .profile {
  border-left: 1px solid;
  border-color: transparent;
  z-index: 2;
}

@media (min-width: 768px) {
  .header .profile {
    border-color: rgba(255, 255, 255, 0.2);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .header .profile .profile-infos {
    max-width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}

.header .profile .profile-infos strong {
  white-space: nowrap;
}

.header .profile .profile-infos p {
  color: #FFFFFF !important;
}

.header .profile .profile-infos p.color-points-information {
  color: #CED242 !important;
  height: 33px;
}

.header .profile .profile-infos p.color-points-information .hidden-value {
  background-color: #CED242 !important;
  width: 155px;
  height: 6px;
  top: 12px;
}

.header .profile .profile-infos p.color-points-information i {
  margin-left: 0 !important;
  margin-top: 0 !important;
  right: 10px;
  top: 18px;
  position: absolute;
}

.header .profile .profile-infos p.icon_view {
  right: -8px !important;
}

.header .profile .profile-infos p i {
  margin-left: 7px !important;
  margin-top: 4px;
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .header .profile .profile-dropdown {
    position: absolute;
    right: 5px;
  }
}

.header .profile .profile-dropdown .icon:before {
  font-size: 10px;
}

.header .profile .profile-submenu {
  display: none;
}

.header .profile .profile-submenu .profile-wishlist .wishlist-button {
  padding-left: 58px;
}

.header .profile .profile-submenu .profile-wishlist .wishlist-button i:before {
  height: 32px;
  margin: 13px 28px;
}

.header .profile .profile-submenu .profile-wishlist .wishlist-count {
  height: 38px;
  width: 38px;
  line-height: 38px;
}

.header .profile[data-profile-expanded='true'] .profile-dropdown .icon:before, .header .profile:hover .profile-dropdown .icon:before {
  font-size: 10px;
}

.header .profile[data-profile-expanded='true'] .profile-dropdown .icon:after, .header .profile:hover .profile-dropdown .icon:after {
  position: absolute;
  bottom: -45px;
  right: 5px;
  content: '';
  border-top: 12px solid transparent;
  border-bottom: 12px solid #FFFFFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.header .profile[data-profile-expanded='true'] .profile-submenu, .header .profile:hover .profile-submenu {
  width: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  padding-bottom: 12px;
  left: 0px;
  top: 98%;
  -webkit-box-shadow: 0px 1px 4px rgba(210, 220, 222, 0.3);
          box-shadow: 0px 1px 4px rgba(210, 220, 222, 0.3);
}

.header .profile[data-profile-expanded='true'] .profile-submenu > .row, .header .profile:hover .profile-submenu > .row {
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}

.header .profile[data-profile-expanded='true'] .profile-submenu > .row ul li, .header .profile:hover .profile-submenu > .row ul li {
  padding: 8px 30px;
}

.header .profile[data-profile-expanded='true'] .profile-submenu > .row ul li:first-child, .header .profile:hover .profile-submenu > .row ul li:first-child {
  border-bottom: 1px solid;
  border-color: rgba(99, 113, 122, 0.2);
}

.header .profile[data-profile-expanded='true'] .profile-submenu > .row ul li:hover, .header .profile:hover .profile-submenu > .row ul li:hover {
  background: #EDF4F6;
}

.header .profile[data-profile-expanded='true'] .profile-submenu > .row ul li .btn, .header .profile:hover .profile-submenu > .row ul li .btn {
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header .cart {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: transparent;
  height: 60px;
}

@media (max-width: 767px) {
  .header .cart {
    position: absolute;
    right: 0;
    width: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header .cart {
    height: 100%;
    border-left: solid 1px;
    border-right: none;
    border-color: rgba(255, 255, 255, 0.2);
  }
}

@media (min-width: 1025px) {
  .header .cart {
    height: 100%;
    border-color: rgba(255, 255, 255, 0.2);
  }
}

.header .cart .resume-cart {
  width: 320px;
  position: absolute;
  right: 0px;
  top: 100px;
  z-index: 9;
}

.header .tracking {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: transparent;
  height: 60px;
}

@media (max-width: 1025px) {
  .header .tracking {
    display: none !important;
  }
}

@media (min-width: 1026px) {
  .header .tracking {
    height: 100%;
    border-color: rgba(255, 255, 255, 0.2);
  }
}

.header .tracking .resume-tracking {
  width: 340px;
  position: absolute;
  right: 0px;
  top: 100px;
  z-index: 9;
  display: none;
}

.header .tracking .resume-tracking .resume-body .panel-accordion {
  max-height: initial;
}

.header .tracking .resume-tracking .resume-body .panel-accordion .panel-scroll {
  width: calc(340px - 50px);
}

.header .tracking .resume-tracking .resume-body .panel-accordion .panel-scroll .tracking-steps li + li:after {
  content: '';
  display: none !important;
}

.header .tracking:hover .resume-tracking {
  display: block;
}

.header .tracking .tracking-count {
  background: #263C86;
  z-index: 1;
  display: table;
  padding: 5px;
  width: auto !important;
  border-radius: 50%;
  top: -5px;
  right: 3px;
}

.header .tracking .traking-status {
  border-color: rgba(255, 255, 255, 0.2);
}

.header .tracking .traking-status:after {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  border: 2px solid #1DBF81;
  border-radius: 50%;
  top: 0px;
  left: 10px;
}

.header .tracking .traking-status.percent-75:after {
  border-top-color: transparent !important;
}

.header .tracking .traking-status.percent-50:after {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
}

.header .tracking .traking-status.percent-0 {
  border: 0px;
}

.header .tracking .traking-status.percent-0:after {
  border: 0px solid #1DBF81 !important;
}

.icon_view_slash {
  background-image: url("../../../assets/images/icon_view_slash.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 1px;
  width: 26px;
  height: 26px;
  display: block;
}
/*# sourceMappingURL=header.css.map */