.headertop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-image: var(--themeColor);
  padding: 0 10px;
  background-size: cover;
  z-index: 30;
}

.cthead {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.moneyhead {
  position: relative;
  padding: 5px 0;
  padding-bottom: 0;
}

.contenthead.login {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  transform: translateY(-50%);
  display: flex;
}

.txt-money {
  font-size: 12px;
  line-height: 1.2;
  margin-right: 5px;
  background: rgba(78, 75, 63, .9);
  border: 1px solid rgba(71, 69, 64, .815);
  color: #fff;
  font-weight: 400;
  vertical-align: middle;
  padding-bottom: 1px;
}

.linehead img {
  position: relative;
  max-width: 40px;
  margin-left: 5px;
  cursor: pointer;
}

.togglebar {
  font-weight: 400;
  margin-left: 10px;
  display: flex;
  cursor: pointer;
  color: white;
}

.logohead img {
  width: 100%;
  max-width: 130px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}
