@media (min-width: 768px){
  .container.rdc-container {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
/*Collection Banner */
.collection-banner {
  display: table;
  width: 100%;
  margin: 1em 0;
  background: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
}
.collection-banner .collection-banner-title {
  display: table-cell;
  padding: 15px 50px;
  vertical-align: middle;
}
.collection-banner .collection-banner-title h1 {
  font-size: 54px;
  color: #000;
  text-shadow: 0 0 5px #bbb;
}
.collection-banner .collection-banner-title h1 small {
  color: #000;
  font-size: .5em;
}
.collection-banner .collection-banner-title a {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  transition: .2s;
}
.collection-banner .collection-banner-title a:hover,
.collection-banner .collection-banner-title a.active {
  background: rgba(0, 0, 0, 0.8);
}

.collection-banner.banner-light .collection-banner-title h1 {
  color: #fff;
  text-shadow: 0 0 5px #555;
}
.collection-banner.banner-light .collection-banner-title h1 small {
  color: #fff;
}
.collection-banner.banner-light .collection-banner-title a {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
.collection-banner.banner-light .collection-banner-title a:hover,
.collection-banner.banner-light .collection-banner-title a.active {
  background: rgba(255, 255, 255, 1);
}
/*Collection Search */
.collection-search {
  width: 200px;
  display: inline-block;
  background: transparent;
  border-bottom: 3px solid #000;
  position: relative;
  padding: 0 29px 0 5px;
  margin: 0 0 0 10px;
  color: #000;
  font-size: 16px;
}
.collection-banner.banner-light .collection-search {
  border-color: #fff;
  color: #fff;
}
.collection-search p {margin: 0;}
.collection-search label {
  position: absolute;
  top: -9999px;
}
.collection-search input#collection-search-box {
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  margin: 0;
  background: transparent;
}
.collection-search input#collection-search-box::-webkit-input-placeholder {color: #444; opacity: 1;}
.collection-search input#collection-search-box::-moz-placeholder {color: #000; opacity: 1;}
.collection-search input#collection-search-box:-ms-input-placeholder {color: #444; opacity: 1;}
.collection-search input#collection-search-box:-moz-placeholder {color: #444; opacity: 1;}
.collection-banner.banner-light .collection-search input#collection-search-box::-webkit-input-placeholder {color: rgba(255,255,255,.7);}
.collection-banner.banner-light .collection-search input#collection-search-box::-moz-placeholder {color: #fff;}
.collection-banner.banner-light .collection-search input#collection-search-box:-ms-input-placeholder {color: rgba(255,255,255,.7);}
.collection-banner.banner-light .collection-search input#collection-search-box:-moz-placeholder {color: rgba(255,255,255,.7);}
.collection-search #collection-search-btn {
  box-sizing: border-box;
  position: absolute;
  right: 5px;
  top: 0;
  background: transparent;
  height: 35px;
  outline: none;
  border: none;
  padding: 0;
}
.beta-collection-note {
  padding: 15px;
  background: #eee;
  text-align: center;
}