.header-notification-dot {
    position: absolute;
    font-size: 1.2rem;
    margin: 0;
    top: 2.4rem;
    right: 0.8rem;
    border-radius: 100%;
    height: 0.7rem;
    width: 0.7rem;
    background: #ec5252;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-align: center;
}
.kt-notification .kt-spinner.kt-spinner--center {
    top: 50%;
}
.kt-header__topbar .kt-header__topbar-item #btn_invite {
    width: 40px;
    height: 40px;
    background-color: #ffc226;
    margin-left: 0.5rem;
}
.kt-header__topbar .kt-header__topbar-item #btn_invite i {
    color: #000;
    font-size: 1.3rem;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper img {
    width: 40px;
    height: 40px;
}
.kt-notification .kt-spinner.kt-spinner--center {
    top: 50%;
}

.kt-subheader-search {
    background: #222;
    padding: 25px 0 30px 0;
}
.kt-subheader-search .form-control {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.kt-subheader-search .form-control::placeholder,
.kt-subheader-search .form-control:focus::placeholder {
    color: #fff;
    opacity: 1;
}
.kt-subheader-search .form-control:-ms-input-placeholder,
.kt-subheader-search .form-control::-ms-input-placeholder,
.kt-subheader-search .form-control:focus:-ms-input-placeholder,
.kt-subheader-search .form-control:focus::-ms-input-placeholder  {
    color: #fff;
}
.kt-subheader-search .form-control:focus {
    border-color: #fff;
    color: #fff;
}
.kt-subheader-search .form-control:focus + .kt-input-icon__icon i {
    color: #fff;
}
.kt-subheader-search .kt-subheader-search__submit-btn {
    cursor: pointer!important;
}
.kt-subheader-search .kt-subheader-search__submit-btn,
.kt-subheader-search .kt-subheader-search__submit-btn:active,
.kt-subheader-search .kt-subheader-search__submit-btn:focus {
    background-color: #ffc226;
    border: #ffc226;
    color: #000;
    cursor: text;
    text-transform: uppercase;
}
.kt-subheader-search .kt-subheader-search__submit-btn:hover {
    background-color: #ffc226e0;
    border: #ffc226e0;
    color: #000;
}
@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.4);
        box-shadow: 0 0 0 0 rgba(0,0,0,.4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }
    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}
.kt-mycart .kt-mycart__head .kt-mycart__info .kt-mycart__icon {
    background: #fff;
}
.kt-mycart .kt-mycart__body {
    height: 100%!important;
    max-height: 235px;
}
.kt-mycart .kt-mycart__body .kt-mycart__item_noborder {
    border-bottom: none;
}
.kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon-badge {
    top: 20px;
    left: 20px;
    position: absolute;
    margin: 0;
    border-radius: 9999px;
    font-size: .8em;
    padding: .1rem .6rem;
    background: #ec5252;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-align: center;
}
.kt-mycart .kt-mycart__footer {
    padding: 0rem 2rem .7rem 2rem;
}
.kt-mycart-mobile .kt-header__topbar-item .kt-header__topbar-icon i {
    font-size: 1.3rem;
    color: #b9bcc6;
}
.kt-mycart-mobile .kt-header__topbar-item .kt-header__topbar-icon {
    height: 34px;
    width: 34px;
}
.kt-mycart-mobile .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon-badge {
    top: -8px;
    left: 8px;
    font-size: .8em;
    padding: .1rem .6rem;
}
.kt-mycart-mobile .kt-header__topbar-item {
    cursor: pointer;
}
.kt-mycart-desktop {
    display: inherit;
}
@media screen and (max-width: 1024px) {
    .header-notification-dot {
        top: 1.4rem;
    }
    .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper img,
    .kt-header__topbar .kt-header__topbar-item #btn_invite {
        width: 34px;
        height: 34px;
    }
    .kt-mycart-desktop {
        display: none;
    }
}
.kt-subheader-simulate {
  background: #F44336;
  position: fixed;
  width: 100%;
  z-index: 9;
  padding: 15px 0 15px 0;
  margin: 0;
  top: 80px;
}
.kt-subheader-simulate .kt-subheader-search__title {
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .kt-header--fixed .kt-wrapper.kt-grid__item_simulate {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .kt-subheader-simulate {
    top: 50px;
  }
  .kt-header-mobile--fixed .kt-header__topbar.kt-header__topbar-simulate {
    top: 50px;
  }
  .kt-header-mobile--fixed .kt-grid__item_simulate {
    padding-top: 10px;
  }
}
.note-group-image-url {
  display: none;
}
