* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: #222;
}
ul,
li {
  /*margin: 0;*/
  padding-top: 2px;
  list-style: none;
}
.outer-container>nav.nav {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.outer-container>nav.nav.nav-nindex {
  top: 0px;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.outer-container>.nav-placeholder {
  display: none;
}
.icon {
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: contain;
  width: 1200px;
  margin: auto;
}
.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.btn.disable {
  opacity: 0.4;
}
.btn.btn-block {
  display: block;
  margin: auto;
}
.btn.btn-m {
  padding: 12px 16px;
  width: 280px;
  border-radius: 23px;
  ont-family: Comfortaa-Bold;
  font-size: 18px;
  line-height: 22px;
}
.separation {
  display: block;
  height: 1px;
  background-color: #d8d8d8;
}
.inline-group {
  display: table;
}
.inline-group > * {
  display: inline-block;
  float: left;
}
.title {
  position: relative;
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
  color: #222;
  line-height: 22px;
  font-weight: bolder;
}
.swiper {
  background-color: #dbdbdb;
}
.swiper .swiper-container {
  position: relative;
  width: 1200px;
  height: 540px;
  overflow: hidden;
}
.swiper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 1200px;
}
.swiper .swiper-container .swiper-pagination>span {
  width: 14px;
  height: 6px;
  background: #eee;
  border-radius: 4px;
}
.swiper .swiper-container .swiper-pagination>span.swiper-pagination-bullet-active {
  width: 20px;
  background: #b54fff;
}
.swiper .swiper-container .swiper-button-prev,
.swiper .swiper-container .swiper-button-next {
  z-index: 999;
  width: 68px;
  height: 68px;
  background-size: contain;
}
.swiper .swiper-container .swiper-button-prev {
  background-image: url("../images/swiper_ton_prev.png");
}
.swiper .swiper-container .swiper-button-next {
  background-image: url("../images/swiper_button_next.png");
}

.newArrivals .title {
  color: #fff;
}
.newArrivals .title .more {
  float: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
}
.newArrivals ul >* {
  margin-right: 15px;
}
.newArrivals ul >*:last-child {
  margin: 0;
}
