.custom-page-header-top {
  overflow: auto;
  color: #fff;
  background-color: #980458;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  font-weight: 600;
}
.custom-page-header-top img {
  float: left;
}
.custom-page-header-top span, .custom-page-header-top label {
  float: left;
  font-size: 17px;
  margin-top: 12px;
}
.custom-page-header-top img {
  width: 30px;
  height: 30px;
  margin-top: 7px;
}
@media (max-width: 1500px) {
  .custom-page-header-top span, .custom-page-header-top label {
    font-size: 1.1em;
  }
}
.custom-page-header-top > div > div.custom-page-header-top-contact a {
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .custom-page-header-top > div > div:not(.custom-page-header-top-contact) {
    display: none;
  }
  .custom-page-header-top > div > div.custom-page-header-top-contact {
    width: 100%;
    text-align: center;
  }
  .custom-page-header-top label {
    font-size: 17px;
  }
}
.custom-page-header-top > div > div:nth-child(4) > label {
  cursor: pointer;
}
.custom-page-header-top > div > div:nth-child(4) > label::after {
  content: '\25be';
  margin-left: 3px;
}
.custom-page-header-top > div > div:nth-child(4) > input[type=checkbox],
.custom-page-header-top > div > div:nth-child(4) > ul {
  display: none;
}
.custom-page-header-top > div > div:nth-child(4) > input[type=checkbox]:checked + ul {
  position: absolute;
  display: block;
  background-color: #fff;
  list-style: none;
  padding: 0;
  border: 1px solid #ddd;
  z-index: 99999;
  top: 36px;
}
.custom-page-header-top > div > div:nth-child(4) > input[type=checkbox]:checked + ul li {
  border-bottom: 1px solid #ddd;
}
.custom-page-header-top > div > div:nth-child(4) > input[type=checkbox]:checked + ul li:hover {
  background-color: #f9fafa;
}
.custom-page-header-top > div > div:nth-child(4) > input[type=checkbox]:checked + ul li:last-child {
  border-bottom: 0;
}
.custom-page-header-top > div > div:nth-child(4) > input[type=checkbox]:checked + ul li a {
  display: block;
  padding: 13px 18px;
  width: 100%;
}