/*slider*/
.slider {
  margin-top: 5px;
  display: block;
  margin: 0 auto;
}

.bx-pager {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0px !important;
  border: 0px solid !important;
  margin: 0 auto !important;
  background: none;
}

.bx-pager-item {
  visibility: hidden;
}

/* free space */
.news {
  border-style: double none;
  /*border-color: #4D535A;*/
  max-width: 800px;
  padding: 18px 0 10px 0;
  margin: 0 auto;
  margin-top: 5em;
}

.news-inner {
  max-width: 800px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  padding-left: 5px;
  color: #5d5d5d;
}

.free-space {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-left: 5px;
  color: #5d5d5d;
}

/* recommend */
.recommend-items {
  margin-top: 4em;
}

/* TOP GoToShop */
.top_goToShop {
  font-weight: normal;
  text-align: right;
  font-size: 24px;
  padding-bottom: 100px;
  text-decoration: underline;
}

.top_goToShop a{
  color: #D6431B;
}

.top_goToShop :hover{
  color: #999;
  text-decoration: underline;
}

