/*
@xs-min: "only screen and (min-width:none)";
@xs-max: "only screen and (max-width: @{screen-xs-max})";
@xs-sm: "only screen (min-width: none) and (max-width: @{screen-xs-max})";

@sm-min: "only screen and (min-width: @{screen-sm-min})";
@sm-max: "only screen and (max-width: @{screen-sm-max})";
@sm-md: "only screen (min-width: @{screen-sm-min}) and (max-width: @{screen-sm-max})";

@md-min: "only screen and (min-width: @{screen-md-min})";
@md-max: "only screen and (max-width: @{screen-md-max})";
@md-lg: "only screen (min-width: @{screen-md-min}) and (max-width: @{screen-md-max})";

@lg-min: "only screen and (min-width: @{screen-lg-min})";
@lg-max: "only screen and (max-width:none)";
*/
button {
  outline: none;
}
.down-level {
  position: relative;
}
.up-level {
  position: absolute;
}
.up-level.left {
  left: 0;
}
.up-level.right {
  right: 0;
}
.up-level.top {
  top: 0;
}
.up-level.bottom {
  bottom: 0;
}
.block {
  display: block;
}
.format-parsley ul.parsley-errors-list {
  margin: 0;
  float: right;
  padding-left: 0;
}
.format-parsley ul.parsley-errors-list li {
  color: red;
  list-style: none;
  height: 20px;
  line-height: 20px;
}
ul.parsley-errors-list {
  margin: 0;
  float: right;
  padding-left: 0;
}
ul.parsley-errors-list li {
  color: red;
  list-style: none;
  height: 20px;
  line-height: 20px;
}
#full-loading {
  z-index: 10000;
}
#full-loading .modal-dialog {
  height: 100%;
  margin: 0;
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #eee;
  opacity: 0.9;
}
#full-loading .modal-dialog img {
  position: relative;
  top: 50%;
}
body.megashow-expo-hcm .stores,
body.collection .stores {
  padding: 20px 15px;
}
body.megashow-expo-hcm .stores .item,
body.collection .stores .item {
  padding: 10px;
}
body.megashow-expo-hcm .temp-store,
body.collection .temp-store {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}
body.megashow-expo-hcm .temp-store > .cover-photo-container,
body.collection .temp-store > .cover-photo-container {
  width: 88px;
  margin-right: 8px;
}
body.megashow-expo-hcm .temp-store > .infos,
body.collection .temp-store > .infos {
  width: calc(100% - 88px - 8px);
  width: -o-calc(100% - 88px - 8px);
  /* opera */
  width: -webkit-calc(100% - 88px - 8px);
  /* google, safari */
  width: -moz-calc(100% - 88px - 8px);
  /* firefox */
}
body.megashow-expo-hcm .temp-store img,
body.collection .temp-store img {
  width: 100%;
  height: 100%;
}
body.megashow-expo-hcm .temp-store .cover-photo-container,
body.collection .temp-store .cover-photo-container {
  height: 88px;
  background-color: #e0e0e0;
  background-size: cover;
  position: absolute;
}
body.megashow-expo-hcm .temp-store .cover-photo-container > img,
body.collection .temp-store .cover-photo-container > img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
body.megashow-expo-hcm .temp-store .infos .seller-photo-container,
body.collection .temp-store .infos .seller-photo-container {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background-color: #01c4a5;
}
body.megashow-expo-hcm .temp-store .infos .title-container,
body.collection .temp-store .infos .title-container {
  height: 50px;
}
body.megashow-expo-hcm .temp-store .infos .title-container .title,
body.collection .temp-store .infos .title-container .title {
  padding-right: 58px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-height: 18px;
  /* fallback */
  max-height: 36px;
  /* fallback */
  font-size: 15px;
  position: absolute;
  top: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
body.megashow-expo-hcm .temp-store .infos .detail,
body.collection .temp-store .infos .detail {
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-height: 18px;
  /* fallback */
  max-height: 36px;
  /* fallback */
  color: #000;
  margin: 0;
  font-size: 13px;
}
@media (min-width: 768px) {
  body.megashow-expo-hcm,
  body.collection {
    padding-top: 140px;
  }
}
body.megashow-expo-hcm .stores,
body.collection .stores {
  padding: 20px;
}
body.megashow-expo-hcm .temp-store,
body.collection .temp-store {
  width: 100%;
  height: 300px;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 0 none;
}
body.megashow-expo-hcm .temp-store .cover-photo-container,
body.collection .temp-store .cover-photo-container {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-right: 0;
  position: relative;
}
body.megashow-expo-hcm .temp-store .infos,
body.collection .temp-store .infos {
  width: 100%;
  padding: 10px 0 10px;
}
body.megashow-expo-hcm .temp-store .infos .seller-photo-container,
body.collection .temp-store .infos .seller-photo-container {
  width: 40px;
  height: 40px;
  position: static;
  display: table-cell;
}
body.megashow-expo-hcm .temp-store .infos .title-container,
body.collection .temp-store .infos .title-container {
  height: 36px;
  margin: 5px 0;
  display: table-cell;
  padding-left: 8px;
  vertical-align: middle;
}
body.megashow-expo-hcm .temp-store .infos .title-container .title,
body.collection .temp-store .infos .title-container .title {
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-height: 18px;
  /* fallback */
  max-height: 36px;
  /* fallback */
}
body.megashow-expo-hcm .temp-store .infos .detail,
body.collection .temp-store .infos .detail {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-height: 18px;
  /* fallback */
  max-height: 36px;
  /* fallback */
}
body.collection.share .infos {
  padding-top: 25px;
  padding-bottom: 40px;
}
body.collection.share .infos h4.title {
  margin-bottom: 30px;
  font-size: 27px;
  color: #4c4c4c;
}
body.collection.share .infos .desc {
  color: #585858;
  line-height: 1.8;
}
@media (min-width: 769px) {
  body.collection.share .infos .desc {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
body.collection.share .infos .desc a.btbtn {
  width: 160px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
body.collection.share .stores .item .temp-store {
  display: inline-block;
  height: auto;
  background-color: white;
  margin-bottom: 0px;
}
body.collection.share .stores .item .temp-store .infos {
  padding: 0px 7px 10px;
}
body.collection.share .stores .item .temp-store .infos .seller-photo-container {
  width: 60px;
  height: 60px;
}
body.collection.share .stores .item .temp-store .infos .title-container {
  height: auto;
  vertical-align: top;
  padding-left: 10px;
}
body.collection.share .stores .item .temp-store .infos .title-container p.title1 {
  color: #01c4a5;
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-height: 20px;
  /* fallback */
  max-height: 20px;
  /* fallback */
}
body.collection.share .stores .item .temp-store .infos .title-container p.desc1 {
  margin: 0;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-height: 12px;
  /* fallback */
  max-height: 24px;
  /* fallback */
}
body.collection.share .stores .item .temp-store .images {
  padding: 10px 5px 0;
}
body.collection.share .stores .item .temp-store .images .imgs.col-xs-3 {
  padding: 5px 3.5px 0;
}
.collection-list {
  background-color: #EFEFEF;
}
.collection-list .col-md-4 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.collection-list a {
  background-color: #fff;
}
.collection-list .cover-img {
  background-color: #EFEFEF;
  background-size: cover;
  background-position: center;
  height: 150px;
}
.collection-list .detail {
  padding: 15px;
}
.collection-list .detail h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.collection-list .text-blue {
  color: #3899ea;
}
#collection-detail {
  background-color: #EFEFEF;
}
#collection-detail h1 {
  font-size: 40px;
  text-transform: none;
}
#content_collections .detail {
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
/*# sourceMappingURL=/css/less.css.map */