* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  min-width: 1180px;
}
body {
  height: auto !important;
  color: #333;
  font: 14px Helvetica, Arial, Verdana, sans-serif;
  /*background: url("/static/christmasV2/images/bg.png")  repeat !important;*/
}
h3 {
  font-size: 18px;
  letter-spacing: -0.21px;
}
h3.title {
  text-transform: uppercase;
  font-weight: 500;
}
h4 {
  font-size: 14px;
  letter-spacing: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul,
li {
  list-style: none;
}
fieldset,
img {
  border: none;
}
legend {
  display: none;
}
em,
strong,
cite,
th {
  font-style: normal;
  font-weight: 400;
}
input,
textarea {
  font: inherit;
  white-space: nowrap;
  vertical-align: middle;
  color: inherit;
  touch-action: manipulation;
  background: transparent none;
  outline: 0;
  border: 0;
}
select,
button {
  font: inherit;
  white-space: nowrap;
  vertical-align: middle;
  color: inherit;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent none;
  outline: 0;
  border: 0;
}
table {
  border-collapse: collapse;
}
html {
  overflow: -moz-scrollbars-vertical;
}
.f-left {
  float: left;
}
.container {
  width: 1180px;
  margin: auto;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  width: 0;
  display: block;
  clear: both;
}
.logo {
  float: left;
  width: 200px;
  height: 54px;
  background: url('/static/christmasV2/images/toplogo.png?v=1') no-repeat;
}
[class*='feed-btn'] {
  width: 220px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.bx-wrapper {
  border: none !important;
}
.feed-btn-deal {
  padding: 7px 0;
  background: #fbc53d;
}
.feed-btn-code {
  position: relative;
  background: #ffebbc;
  border: 1px dashed #a8a8a8;
}
.feed-btn-code .code {
  display: block;
  padding: 6px 40px 6px 10px;
}
.feed-btn-code .icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background-color: #fbc53d;
}
.topbar {
  background-color: #fff;
  height: 120px;
}
.topbar .container {
  height: 52px;
  padding: 34px 0;
  overflow: visible;
}
.topbar #search-form {
  position: relative;
  float: left;
  margin-left: 132px;
  padding: 0;
}
.topbar #search-form .tt-hint {
  opacity: 0;
}
.topbar #search-form #schtext-top {
  width: 350px;
  height: 30px;
  padding: 10px 45px 10px 46px;
  border: 1px solid #a8a8a8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.topbar #search-form .btn-search {
  position: absolute;
  left: 20px;
  top: 18px;
  width: 16px;
  height: 16px;
  background-image: url("/static/christmasV2/images/search.png");
  background-size: contain;
}
.topbar .navbar-list {
  float: right;
}
.topbar .navbar-list .item {
  float: left;
}
.topbar .navbar-list .item li {
  border-bottom: 1px solid #efefef;
}
.topbar .navbar-list .item .username {
  padding-left: 10px;
  opacity: .8;
}
.topbar .navbar-list .item a {
  display: block;
  padding: 16px 10px;
  color: inherit;
  text-decoration: none;
}
.topbar .navbar-list .item,
.topbar .navbar-list .item item {
  margin-left: 20px;
}
.topbar .navbar-list .item.active {
  background: #343030;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.slide {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.slide .bxslider {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.slide .bxslider .slider-item {
  height: 100%;
}
.slide .bxslider .slider-item img {
  height: 400px !important;
}
.bx-pager {
  position: absolute;
  left: 0;
  bottom: 26px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: rgba(255, 255, 255, 0.6) !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #fff !important;
}
.hot-stores {
  padding: 60px 0;
  background-color: #fff;
}
.hot-stores .stores-list {
  margin: 20px 0 0 0;
}
.hot-stores .stores-list .item {
  float: left;
  width: 220px;
}
.hot-stores .stores-list .item + .item {
  margin-left: 20px;
}
.hot-stores .stores-list .item .media-img {
  height: 218px;
  position: relative;
  border: 1px solid #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.hot-stores .stores-list .item .media-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.hot-stores .stores-list .item .media-body {
  position: relative;
  height: 92px;
  padding-bottom: 30px;
  overflow: hidden;
}
.hot-stores .stores-list .item .media-body .media-title {
  margin-top: 20px;
  height: 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.hot-stores .stores-list .item .media-body .media-desc {
  margin-top: 10px;
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.hot-stores .stores-list .item .media-body [class*='feed-btn'] {
  position: absolute;
  bottom: 0;
}
.featured {
  padding: 60px 0 90px 0;
}
.featured .featured-list {
  margin-top: 20px;
}
.featured h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto;
}
.featured .featured-element {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.featured .featured-element .coupon-code {
  position: absolute;
  right: 20px;
  top: 20px;
}
.featured .featured-element .coupon-code .no-code {
  width: 180px;
  height: 35px;
  line-height: 35px;
  background: #FBC53D;
  border-radius: 4px;
  text-align: center;
  border: none;
  color: #000;
  padding-right: 10px !important;
}
.featured .featured-element .expiry {
  position: absolute;
  right: 46px;
  top: 70px;
}
.featured .featured-element .media-img {
  position: absolute;
  width: 158px;
  height: 158px;
  left: 20px;
  top: 20px;
  border: 1px solid #efefef;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.featured .featured-element .media-img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 120px;
  margin: auto;
}
.featured .featured-element .media-img .vote {
  width: 100% !important;
  margin: 0 !important;
}
.featured .featured-element .media-img .action {
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.featured .featured-element .media-img .action .btn-vote {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
}
.featured .featured-element .media-img .action .btn-vote .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  -webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.featured .featured-element .media-img .action .btn-vote .icon-vote-up {
  position: absolute;
  left: 20px;
  top: 5px;
  width: 20px;
  height: 18px;
  background-image: url("/static/christmasV2/images/vote-up.png");
  background-size: contain;
  background-position: 0;
}
.featured .featured-element .media-img .action .btn-vote .icon-vote-down {
  position: absolute;
  left: 20px;
  top: 5px;
  width: 20px;
  height: 18px;
  background-image: url("/static/christmasV2/images/vote-down.png");
  background-size: contain;
  background-position: 0;
}
.featured .featured-element .media-img .action .btn-vote .muted {
  position: absolute;
  z-index: 2;
  left: 50px;
  top: 7px;
  color: #fff;
}
.featured .featured-element .media-img .action .vote-up:after {
  content: '';
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.5;
  -webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.featured .featured-element .media-body {
  position: relative;
  height: 136px;
  padding-bottom: 24px;
  margin-left: 180px;
  margin-right: 230px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.43px;
}
.featured .featured-element .media-body .media-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  font-weight: 700;
}
.featured .featured-element .media-body .media-price {
  margin-top: 10px;
}
.featured .featured-element .media-body .media-desc {
  max-height: 60px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.featured .featured-element .media-body .media-desc img {
  display: none;
}
.featured .featured-element .media-body .media-user {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
}
.featured .featured-element .media-body .media-user .user-img {
  display: inline-block;
  height: 22px;
  width: 22px;
  border: 1px solid #efefef;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  vertical-align: middle;
}
.featured .featured-element .media-body .media-user .user-name {
  margin-left: 10px;
  vertical-align: middle;
}
.featured .featured-element .media-body .media-user .user-muted {
  margin-left: 40px;
  color: #a8a8a8;
  vertical-align: middle;
}
.featured .featured-element .media-body .media-btn {
  position: absolute;
  top: 0;
  right: -230px;
}
.featured .featured-element .media-body .media-btn .expires {
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
  color: #fc7835;
}
.featured .featured-element + .featured-element {
  margin-top: 20px;
}
.pagination {
  padding: 20px;
  margin-top: 40px;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 20px;
  background-color: #fff;
}
.pagination ul {
  display: inline-block;
  vertical-align: top;
}
.pagination li {
  float: left;
}
.pagination li a {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  color: inherit;
  text-decoration: none;
}
.pagination li.active {
  color: #fbc53d;
}
.pagination li + li {
  margin-left: 20px;
}
.footer {
  padding: 74px 0;
  background-color: #fff;
}
.footer .inline-list {
  position: relative;
  padding-bottom: 40px;
  margin: 0;
  opacity: 0.6;
  font-size: 14px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  overflow: hidden;
}
.footer .inline-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0.1;
  -webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}
.footer .inline-list .item {
  float: left;
  padding-left: 10px;
}
.footer .inline-list .item + .item {
  margin-left: 30px;
}
.footer .copyright {
  margin-top: 40px;
  opacity: 0.4;
  -webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  text-align: center;
  letter-spacing: 1.12px;
}
