﻿.global-header {
  position: fixed;
  top: 0;
  left: 0; right: 0;
  z-index: 1020;
  padding: 10px 0;
  border-bottom: 2px solid var(--custom);
  background-color: #fff;
}

.page-header {
  height: 61px;
  position: sticky;
  top: 0;
  z-index: 1020;
  padding: 10px 15px;
  border-bottom: 2px solid var(--custom);
  background-color: #fff;
}

.global-search {
  background-color: #f1f1f1;
  border-radius: 50rem;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.global-search ::-webkit-input-placeholder {
  font-size: 0.875rem;
}
.global-search :-moz-placeholder {
  font-size: 0.875rem;
}
.global-search ::-moz-placeholder {
  font-size: 0.875rem;
}
.global-search :-ms-input-placeholder {
  font-size: 0.875rem;
}

.global-search-box {
  width: 100%;
  max-width: 100%;
  flex: 1 0 0%;
  border: none;
  background-color: transparent;
}

.global-search-btn {
  color: var(--custom);
  font-size: 1.5rem;
  border: none;
  background-color: transparent;
  padding: 0;
}

.search-trigger {
  background-color: #f1f1f1;
  border-radius: 50rem;
  width: 100%;
  max-width: 400px;
  height: 40px;
  border: none;
  color: var(--custom);
  font-size: 1.5rem;
  display: flex;
  padding-right: 10px;
  align-items: center;
  justify-content: flex-end;
}
.search-trigger p{
  text-align: left;
  width: 100%;
  font-size: 14px;
  color: #333;
  margin: 0 10px 3px 15px;
  line-height: 1em;
  padding: 0;
}

.global-search-history-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.global-search-history-list {
  padding: 6px 0 41px;
}

.global-search-history-item {
  position: relative;
  font-size: 0.875rem;
}
.global-search-history-item a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  padding: 8px 40px 8px 15px;
}
.global-search-history-item button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  color: #666;
}

.btn-remove-all-history {
  background-color: transparent;
  border: none;
}

.global-search-history-btm {
  background-color: #F7F7F7;
  font-size: 0.875rem;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.btn-remove-all-history {
  padding: 10px 15px;
  color: #666;
}

.btn-registered-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  height: 60px;
}

.btn-registered {
  display: block;
  background-color: var(--custom);
  color: #fff;
  font-size: 1.25rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-registered:hover {
  color: #fff;
}

.tab-content {
  flex: 1 0 0%;
}

.top-search-button{
  visibility: visible;
  opacity: 1;
  transition: all .3s ease-out; transform-origin: 50% 50%;
}
.detailOpen .top-search-button{
  opacity: 0;
  visibility: hidden;
}

.newFlag{
  position: relative;
  transform: translate(-120px, 0px);
  color: #fff;
}
.newFlag span{
  color: #fff;
}
.newFlag i{
  top: 0;
  /* font-weight: bold; */
  right: 0;
  position: absolute;
  display: inline-block;
  width:14px;
  height:14px;
  background-color:#FFEE00;
  color: var(--custom);
  font-size:10px;
  border-radius: 50%;
  /* line-height: 14px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}
 #topBanner{
    position: relative;
    display: none;
}

    #topBanner a {
        width: 100%;
        display: block;
        padding-top: 12.8%;
    }

    #topBanner img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-position: center;
        object-fit: cover;
    }
#topBanner button{
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 18px;
  transform: translate(0,-50%);
  border: none;
  color: #ffffff;
  background-color: transparent;
}
