/* Top header and navi */
.header-background {
  background: url(/static/img/main-bg.jpg) no-repeat;
  background-size: cover;
  transition: background 1s linear;
}
.header-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.navbar .menu a {
  font-size: 20px;
  color: #fff;
}
.navbar .menu li.search input {
  height: 44px;
  width: 252px;
  background: url(../img/search-icon.png) no-repeat 285px center
    rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 16px;
  padding: 0 52px 0 16px;
}
.navbar .menu li.search input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 100;
}
.navbar .menu li.search input:-ms-input-placeholder {
  color: #fff;
  font-weight: 100;
}

.navbar .search input:focus {
  outline: none;
}

/* Category */
.categories {
  margin-top: 66px;
}
.categories a {
  color: inherit;
}
.categories a:hover {
  text-decoration: none;
}

.categories .shop a {
  color: white;
}

.categories .category {
  background: url(../img/box-bg-w.svg) no-repeat center;
  border: 1px solid #fff;
  height: 100%;
  height: 250px;
  text-align: center;
  position: relative;
}
.categories .shop {
  background: #fff url(../img/box-bg-b.svg) no-repeat center;
  /* border:1px solid #fff; height:100%; */
  height: 250px;
  text-align: center;
  position: relative;
}

.categories .category .cat1-img {
  width: 106px;
}
.categories .category .cat2-img {
  width: 86px;
}
.categories .category .cat3-img {
  width: 84px;
}
.categories .category .cat4-img {
  width: 66px;
}
.categories .category .cat5-img {
  width: 72px;
}
.categories .category .cat6-img {
  width: 96px;
}
.categories .category .cat7-img {
  width: 67px;
}
.categories .shop img {
  width: 86px;
}

.categories .category:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.categories .category .cat-title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.categories .category .cat-desc {
  font-size: 16px;
  color: #fff;
  font-weight: 100;
}
.categories .shop .shop-title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.categories .shop .shop-desc {
  font-size: 16px;
  color: #000;
  font-weight: 100;
}

/* Question */
.question {
  background: #f5f7f7;
  border-top: 1px solid #d9ddde;
}
/* .question .card:hover{-webkit-transform: scale(1.05); transform: scale(1.05);} */
.question .card:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16), 0 4px 15px 0 rgba(0, 0, 0, 0.12);
}

.question .title {
  text-align: center;
}
.question .title h2 {
  color: #000;
  font-weight: bold;
  font-size: 36px;
}
.question .title p {
  color: #b3b3b3;
  font-weight: 100;
  font-size: 16px;
  margin-top: 2px;
}
*/ .question a {
  text-align: center;
}
.question img {
  height: 270px;
  width: 100%;
}
