#menu-scroll {
  width: 100%;
  background: #fff;
  z-index: 99;
  position: fixed;
}

.header-wrap .is-sticky #menu-scroll {
  width: 100%;
  background: linear-gradient(to right, #ec6220, #f9af36);
  color: #fff;
  z-index: 99;
}
.header-wrap .is-sticky #menu-scroll .menu_user_hover a {
  color: #333333 !important;
}
.header-wrap .is-sticky #menu-scroll a {
  color: #fff;
}
.header-wrap .is-sticky #menu-scroll .menu-left .ul-menu .ul-menu .lv_0:hover:before {
  border-color: #fff;
}
.header-wrap .is-sticky #menu-scroll .menu-left .ul-menu .ul-menu .buy-sim .sub-menu a {
  color: #333;
}
.header-wrap .is-sticky #menu-scroll .menu-left .logo .cls-1 {
  fill: #fff;
  opacity: 0.7;
}
.header-wrap .is-sticky #menu-scroll .menu-left .logo .cls-1, .header-wrap .is-sticky #menu-scroll .menu-left .logo .cls-2 {
  fill-rule: evenodd;
}
.header-wrap .is-sticky #menu-scroll .menu-left .logo .cls-2 {
  fill: #fff;
}
.header-wrap .is-sticky #menu-scroll .menu-left .logo .cls-3 {
  fill: #fff;
}
.header-wrap .is-sticky #menu-scroll .menu-right .login {
  background: #fff;
  color: #fc8127;
}
.header-wrap .is-sticky #menu-scroll .menu-right .loged {
  background: #fff;
  color: #fc8127;
}
.header-wrap .is-sticky #menu-scroll .menu-right .loged:before {
  background: url("../images/user-header-red.svg") left 15px center no-repeat;
}
.header-wrap .is-sticky #menu-scroll .menu-right .search .icon_search g path {
  fill: #fff;
}
.header-wrap .is-sticky #menu-scroll .menu-right .bag .icon_cart rect {
  opacity: 0;
}
.header-wrap .is-sticky #menu-scroll .menu-right .bag .icon_cart path {
  fill: #fff;
}
.header-wrap .is-sticky #menu-scroll .menu-right .hamburger-menu span {
  background: #fff;
}

header {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
header .header-content {
  width: 100%;
  height: 70px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
header .header-content .menu-left {
  display: flex;
}
header .header-content .menu-left .logo {
  width: 150px;
  height: 70px;
  display: block;
  margin-bottom: 0;
}
header .header-content .menu-left .logo a {
  display: block;
}
header .header-content .menu-left .logo a svg {
  height: 70px;
  width: 150px;
}
header .header-content .menu-left .logo .cls-1 {
  fill: #4192ff;
}
header .header-content .menu-left .logo .cls-1, header .header-content .menu-left .logo .cls-2 {
  fill-rule: evenodd;
}
header .header-content .menu-left .logo .cls-2 {
  fill: #1478ff;
}
header .header-content .menu-left .logo .cls-3 {
  fill: #626262;
}
header .header-content .menu-left .m_logo {
  display: none;
  margin-bottom: 0;
}
header .header-content .menu-left .ul-menu {
  display: flex;
  height: 100%;
  padding-top: 28px;
}
header .header-content .menu-left .ul-menu .ul-menu {
  padding: 0;
  margin: 0 0 0 45px;
  list-style: none;
  display: flex;
}
header .header-content .menu-left .ul-menu .ul-menu .lv_0 {
  margin-right: 20px;
  position: relative;
}
header .header-content .menu-left .ul-menu .ul-menu .lv_0:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 12px;
  border-bottom: 3px solid #e3e3e3;
  border-radius: 1.5px;
  display: none;
}
header .header-content .menu-left .ul-menu .ul-menu .lv_0:hover:before {
  display: block;
}
header .header-content .menu-left .ul-menu .ul-menu .lv_0 a {
  padding: 20px 0;
  font-size: 15px;
}
header .header-content .menu-left .search_bar {
  display: none;
  align-items: center;
  width: 488px;
  height: 116px;
  border-radius: 10px;
  background: #fff;
  padding: 30px 40px;
}
header .header-content .menu-left .search_bar input {
  border: none;
  outline: none;
  box-shadow: none;
  color: #595959;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
header .header-content .menu-left .search_bar .icon svg {
  height: 50px;
  width: 50px;
}
header .header-content .menu-right {
  position: relative;
  text-align: right;
  float: right;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
header .header-content .menu-right .menu_user_hover {
  text-align: left;
  position: absolute;
  top: 20px !important;
  left: -30px !important;
  width: 190px;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  z-index: 1;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.4);
}
header .header-content .menu-right .menu_user_hover:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
  height: 18px;
  top: -6px;
  right: 20px;
  z-index: -1;
}
header .header-content .menu-right .menu_user_hover:after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
  height: 18px;
  top: -6px;
  right: 20px;
  z-index: -1;
  background: #ffffff;
}
header .header-content .menu-right .menu_user_hover ul {
  padding: 0;
  margin: 0;
}
header .header-content .menu-right .menu_user_hover ul li {
  list-style: none;
  padding: 8px 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
}
header .header-content .menu-right .menu_user_hover ul li:last-child {
  border: none;
}
header .header-content .menu-right a {
  margin-left: 20px;
  display: inline-block;
  font-size: 15px;
}
header .header-content .menu-right a:first-child {
  margin-left: 0;
}
header .header-content .menu-right a:hover {
  color: #ee8845;
}
header .header-content .menu-right .time {
  position: absolute;
  background: #fff;
  top: 85px;
  left: 0;
  width: calc(100% + 40px);
  margin: 0 -20px;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 15px;
  color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
header .header-content .menu-right .time .tag-wrap {
  filter: drop-shadow(0px -5px 2px rgba(0, 0, 0, 0.2));
  position: absolute;
  right: 106.6px;
  top: -6.5px;
}
header .header-content .menu-right .time .tag-wrap .tag {
  background: #fff;
  width: 15px;
  height: 15px;
  display: block;
  transform: rotate(45deg);
}
header .header-content .menu-right .time .main-time {
  display: table;
  width: 100%;
}
header .header-content .menu-right .time .main-time .info {
  background: url("../images/clock.svg") center left no-repeat;
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
header .header-content .menu-right .time .main-time .menu {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
header .header-content .menu-right .time .main-time .menu .menu-top-right {
  display: flex;
  margin: 0;
  float: right;
}
header .header-content .menu-right .time .main-time .menu .menu-top-right li {
  list-style: none;
  float: left;
}
header .header-content .menu-right .time .main-time .menu .menu-top-right li a {
  display: inline-block;
  padding: 10px 15px;
  margin: 0;
  color: #000 !important;
}
header .header-content .menu-right .time .main-time .menu .menu-top-right li a:hover {
  color: #000;
  background: #f5f5f5;
  border-radius: 4px;
}
header .header-content .menu-right .login {
  background: linear-gradient(to right, #ec6220, #f9af36);
  padding: 5.5px 15px;
  border-radius: 35px;
  color: #fff;
  font-weight: 500;
}
header .header-content .menu-right .login:hover {
  color: #fff;
}
header .header-content .menu-right .loged {
  background: linear-gradient(to right, #ec6220, #f9af36);
  padding: 5.5px 15px 5.5px 45px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
}
header .header-content .menu-right .loged:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: url("../images/user-header.svg") left 15px center no-repeat;
}
header .header-content .menu-right .loged:hover {
  color: #fff;
}
header .header-content .menu-right .search {
  height: 23px;
  width: 23px;
}
header .header-content .menu-right .search:hover .icon_search g path {
  fill: #F18029;
}
header .header-content .menu-right .drop-cart {
  display: inline-block;
  margin-left: 20px;
  position: unset;
}
header .header-content .menu-right .drop-cart .dropdown-menu {
  top: 85px !important;
  left: unset !important;
  color: #333;
  z-index: 1;
  text-align: left;
  width: 385px;
  border: none;
  background: none;
  transform: none !important;
  right: -20px;
  margin: 0;
  padding: 0;
}
header .header-content .menu-right .drop-cart .dropdown-menu .tag-wrap {
  filter: drop-shadow(0px -5px 2px rgba(0, 0, 0, 0.1));
  position: absolute;
  right: 22.5px;
  top: -6.5px;
}
header .header-content .menu-right .drop-cart .dropdown-menu .tag-wrap .tag {
  background: #fff;
  width: 15px;
  height: 15px;
  display: block;
  transform: rotate(45deg);
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24);
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top {
  padding: 20px 20px 20px 30px;
  border-bottom: 1px solid #E0E0E0;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item {
  height: 35px;
  display: flex;
  align-items: center;
  position: relative;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item:hover {
  background: #f1f1f1;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item:hover svg path {
  fill: #eb7628;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item:hover .delete:before, header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item:hover .delete:after {
  background: #E74C3C;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item:first-child:hover {
  background: none;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item .title {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #b6b6b6;
  display: inline-block;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item .title:first-child {
  width: 200px;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item .numb {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  width: 100%;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item .numb svg {
  height: 16px;
  width: auto;
  position: relative;
  right: -15px;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item .price {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  width: 100%;
  padding-right: 25px;
  text-align: right;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item .delete {
  position: absolute;
  right: 0;
  display: inline-block;
  margin: 0;
  width: 20px;
  height: 20px;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item .delete:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  background: #8B8B8B;
  transform: rotate(45deg);
  left: 10px;
  top: 4px;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item .delete:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  background: #8B8B8B;
  transform: rotate(-45deg);
  left: 10px;
  top: 4px;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item-link {
  margin-top: 20px;
  display: flex;
  position: relative;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item-link .link-compare {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #E0E0E0;
  line-height: 21px;
  display: inline-block;
  padding-top: 6px;
  color: #333 !important;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item-link .link-compare svg {
  vertical-align: baseline;
  margin-left: 5px;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item-link .link-compare:hover {
  color: #2ECC71 !important;
  border-color: #2ECC71;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item-link .link-pay {
  width: 141px;
  height: 33px;
  border-radius: 16.5px;
  background: linear-gradient(to right, #ec6220, #f9af36);
  margin: 0;
  text-align: center;
  position: absolute;
  right: 0;
  color: #fff;
  line-height: 33px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .top .item-link .link-pay:hover {
  background: #eb7628;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .bottom {
  padding: 20px 30px;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .bottom .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #b6b6b6;
  margin-bottom: 15px;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .bottom .item {
  height: 35px;
  display: flex;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .bottom .item .service {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  width: 180px;
  display: inline-block;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .bottom .item .numb {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  width: calc(100% - 200px);
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .bottom .item .edit {
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .bottom .item .edit svg {
  height: 100%;
  width: auto;
}
header .header-content .menu-right .drop-cart .dropdown-menu .my-cart .bottom .item .edit:hover svg path {
  fill: #eb7628;
}
header .header-content .menu-right .bag {
  width: 18px;
  height: 23px;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  outline: none;
  position: relative;
}
header .header-content .menu-right .bag span {
  position: absolute;
  color: #fc8127;
  top: -6px;
  right: -14px;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
}
header .header-content .menu-right .bag .icon_cart {
  height: 100%;
  width: 100%;
}
header .header-content .menu-right .bag .icon_cart g rect {
  opacity: 0;
}
header .header-content .menu-right .bag:hover {
  outline: none;
}
header .header-content .menu-right .bag:hover .icon_cart g path {
  fill: #F18029;
}
header .header-content .menu-right .bag[aria-expanded=true] .icon_cart g path {
  fill: #F18029;
}
header .header-content .menu-right .hamburger-menu {
  width: 26px;
  margin-bottom: 0px;
  display: inline-block;
  cursor: pointer;
}
header .header-content .menu-right .hamburger-menu span + span {
  margin-top: 4px;
}
header .header-content .menu-right .hamburger-menu span {
  display: block;
  width: 100%;
  border-radius: 1px;
  height: 2px;
  background: #666666;
  transition: all 0.3s;
  position: relative;
}
header .header-content .menu-right .hamburger-menu.active ~ .time {
  opacity: 1;
  transition: all 0.5s;
  visibility: unset;
}
@keyframes top1 {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 6px;
    transform: rotate(0);
  }
  100% {
    top: 6px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg);
  }
  50% {
    top: 6px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom1 {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 6px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
header .header-content .menu-right .active span:nth-child(1) {
  animation: top1 ease 0.4s forwards;
}
header .header-content .menu-right .not-active span:nth-child(1) {
  animation: top-2 ease 0.4s forwards;
}
header .header-content .menu-right .active span:nth-child(2) {
  animation: scaled ease 0.4s forwards;
}
header .header-content .menu-right .not-active span:nth-child(2) {
  animation: scaled-2 ease 0.4s forwards;
}
header .header-content .menu-right .active span:nth-child(3) {
  animation: bottom1 ease 0.4s forwards;
}
header .header-content .menu-right .not-active span:nth-child(3) {
  animation: bottom-2 ease 0.4s forwards;
}/*# sourceMappingURL=header.css.map */