@keyframes slideInUp {
  from {
    transform: translate3d(0, 30%, 0);
    visibility: visible;
    transition-timing-function: ease-in;
  }
  to {
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease-out;
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -70%, 0);
    visibility: visible;
    transition-timing-function: ease-in;
  }
  to {
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease-out;
  }
}
.slideInDown {
  animation-name: slideInDown;
}
/**************************************************************************

                          video tutorial

**************************************************************************/
.tut-header {
  background-color: #fcfcfc;
  width: 330px;
  height: 627px;
  margin-top: -10px;
}
#tut-video {
  padding-top: 0px;
  width: 100%;
  height: 100%;
  max-width: 330px;
  overflow-y: hidden;
}
.tut-text {
  height: 48px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
/**************************************************************************

                            glances compo - search

**************************************************************************/
.longPic .card-container {
  width: 200px;
  height: 380px;
  background-position: 50% 50%;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  margin: 30px 10px;
}
.longPic .card-overlay {
  background: transparent;
}
.longPic .compo-caption {
  display: block;
  z-index: 8;
  padding-top: 3px;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background-color: #fff;
  height: 30px;
  width: 200px;
}
.longPic .caption-text {
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 12px;
  height: 30px;
  text-transform: lowercase;
  letter-spacing: 0px;
}
.longPic .card-icon {
  display: block;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-right: 7px;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.longPic .card-img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 94%;
  background-position: 50% 50%;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.newOn .new {
  display: block;
  width: 80px;
  height: 18px;
  margin-left: 60px;
  background: linear-gradient(to left, rgba(138, 113, 248, 0.8), rgba(182, 156, 252, 0.5));
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  color: #fff;
  padding-left: 4px;
  padding-top: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 2px;
}
.titlePromo .leftPromo {
  position: absolute;
  margin-left: 5px;
  margin-top: -4px;
  text-align: left;
  align-items: center;
  width: 150px;
  height: 20px;
  font-weight: normal;
  font-size: 17px;
  font-family: "MyFont", "Segoe UI", "Open Sans", sans-serif, serif;
}
/**************************************************************************

                            categories compo - profile

**************************************************************************/
.profilefull .card {
  width: 200px;
  height: 200px;
}
.profilefull .userAvatar {
  z-index: 9;
  /*position: absolute;*/
  background-size: cover;
  background-position: 50% 50%;
  width: 200px;
  height: 200px;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.profilefull .card::after {
  display: none;
}
.followersOn .followers {
  display: block;
}
/**************************************************************************

                            categories compo

**************************************************************************/
.cube {
  margin-top: 10px;
  display: block;
}
.brand {
  height: 16px;
  padding-bottom: 4px;
  color: #fff;
  margin-left: 7px;
  font-size: 15px;
  font-family: "MyFont", "Segoe UI", "Open Sans", sans-serif, serif;
  font-weight: bold;
  padding: 0;
}
.web {
  padding-bottom: 3px;
  max-width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #fff;
  opacity: 0.7;
  hyphens: auto;
  padding-left: 8px;
  font-size: 14px;
  font-family: "MyFont", "Segoe UI", "Open Sans", sans-serif, serif;
  font-weight: normal;
}
.removeDots .card-overlay {
  display: none;
}
.smallerImg .card-img {
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 3;
  width: 83px;
  height: 163px;
}
.specBg .card-container {
  background-image: url('/images/darkIcon.png');
  background-size: cover;
  background-position: top center;
  width: 200px;
  height: 217px;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  margin: 12px 0px 12px 0px;
}
.specCompo .compo-caption {
  display: table;
  font-weight: bold;
  font-size: 14px;
  border-radius: none;
  background-color: #fff;
  height: 18%;
  border-radius: 0px;
  width: 100%;
}
.specCompo .caption-text {
  display: table-cell;
  color: #000;
  border-radius: none;
}
/*

new design product component

*/
.compo-container {
  width: 200px;
  height: 240px;
  margin: 12px 16px;
}
.compo-img {
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  width: 100%;
  height: 85%;
}
.compo-overlay {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition-timing-function: ease-out;
  transition: 0.6s;
}
.compo-overlay:hover {
  transition-timing-function: ease-in;
  transition: 0.6s;
  background-color: rgba(0, 0, 0, 0.5);
}
.compo-icon {
  border: none;
  display: none;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.compo-overlay:hover .compo-icon {
  display: block;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.compo-data {
  display: none;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  width: 100%;
  height: 70%;
}
.compo-overlay:hover .compo-data {
  display: block;
}
.playBtn {
  display: block;
  margin-left: 76px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("/images/play@3x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.compo-footer {
  padding-top: 2px;
  padding-right: 2px;
  margin-left: 0;
  font-weight: bold;
  font-size: 14px;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background-color: #fff;
  height: 30%;
  width: 100%;
}
.moreData .compo-overlay {
  height: 118%;
  width: 100%;
}
.moreData .compo-overlay:hover {
  background-color: transparent;
}
.moreData .cube {
  display: none;
}
.moreData .playBtn {
  display: none;
}
.moreData .compo-data {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.5em;
  width: 100%;
  height: 140%;
}
.price {
  color: #fff;
  padding-left: 6px;
  font-size: 17px;
  font-family: "MyFont", "Segoe UI", "Open Sans", sans-serif, serif;
  font-weight: bolder;
}
.price:hover {
  color: #fff;
}
.more {
  display: none;
  margin-left: 40px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  align-items: center;
  color: #fff;
  letter-spacing: 4.2px;
  font-family: "MyFont", "Segoe UI", "Open Sans", sans-serif, serif;
  font-weight: bolder;
  width: 50%;
  height: 30%;
}
.moreData .more {
  display: block;
  margin-top: 85px;
  margin-right: 80px;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  letter-spacing: 2.4px;
  font-family: "MyFont", "Segoe UI", "Open Sans", sans-serif, serif;
  font-weight: bolder;
  width: 110px;
  height: 38px;
}
.leftPromo {
  margin-left: 5px;
  text-align: left;
}
.rightPromo {
  margin-right: 5px;
  text-align: right;
}
.centerPromo {
  margin-left: 10px;
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-size: cover;
}
/**************************************************************************

                                 prototype

 **************************************************************************/
.promotionSm {
  /*display: none;*/
  margin-top: -5px;
  position: absolute;
  padding-top: 3px;
  margin-left: -100px;
  font-weight: bold;
  font-size: 14px;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  z-index: 9999;
  background-color: #fff;
  height: 32px;
  box-shadow: inset 0 2px 0 #1e1e1e, 0 4px 0 rgba(129, 129, 129, 0.9), 0 9px 0 rgba(157, 157, 157, 0.8), 0 14px 0 rgba(197, 197, 197, 0.7);
}
.card-container {
  background-color: #1e1e1e;
  width: 200px;
  height: 217px;
  border-radius: 0.5em;
  margin: 12px 0px 12px 0px;
}
.card {
  z-index: 1;
  background-color: #1e1e1e;
  border-radius: 0.5em;
  width: 100%;
  height: 100%;
}
.card-image {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  width: 100%;
  height: 70%;
  background-size: cover;
  background-position: 50% 50%;
}
/*overlay effect*/
.dots-overlay {
  width: 100%;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  content: '';
  background: rgba(247, 247, 247, 0.1) url('/images/dotsPattern.png') repeat top left;
  background-size: 2px 2px;
  z-index: 2;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.compoIcon {
  position: absolute;
  z-index: 3;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
  margin-left: 162px;
  margin-top: 12px;
}
/*pic*/
.promotion {
  z-index: 8;
  padding-top: 3px;
  font-weight: bold;
  font-size: 14px;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background-color: #fff;
  height: 30px;
  width: 200px;
}
.leftPromo {
  padding: 2px;
  text-align: left;
}
.rightPromo {
  padding: 2px;
  text-align: right;
}
.card-img {
  background-size: cover;
  z-index: 1;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  width: 100%;
  height: 70%;
}
.card-overlay {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  content: '';
  background: rgba(247, 247, 247, 0.1) url('/images/dotsPattern.png') repeat top left;
  background-size: 3px;
  width: 100%;
  height: 100%;
}
.card-icon {
  display: block;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-right: 7px;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.compo-caption {
  display: table;
  font-weight: bold;
  font-size: 14px;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background-color: #1e1e1e;
  height: 30%;
  width: 90%;
}
.caption-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
  text-overflow: ellipsis;
  max-width: 89%;
  overflow: hidden;
  letter-spacing: 1.3px;
  height: 73%;
  color: #fff;
  font-weight: 900;
  line-height: 17px;
  font-size: 14px;
}
.shaddow {
  box-shadow: inset 0 2px 0 #1e1e1e, 0 4px 0 rgba(129, 129, 129, 0.9), 0 9px 0 rgba(157, 157, 157, 0.8), 0 14px 0 rgba(197, 197, 197, 0.7);
}
.removeShaddow .shaddow {
  box-shadow: none;
}
.glanceContainer .card-container {
  background-color: #1e1e1e;
  width: 200px;
  height: 364px;
  border-radius: 0.5em;
  margin-bottom: 10px;
}
.glanceContainer .card-img {
  background-size: cover;
  z-index: 1;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  width: 100%;
  height: 75%;
}
.removeDots .card-overlay {
  background: none;
}
.fixIcon .card-icon {
  display: block;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.fixText .caption-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
  text-overflow: ellipsis;
  max-width: 87%;
  overflow: hidden;
  letter-spacing: 1.3px;
  height: 76%;
  color: #fff;
  font-weight: 900 !important;
  line-height: 17px;
  font-size: 14px;
}
.fixText .compo-caption {
  display: table;
  font-weight: bold;
  font-size: 14px;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background-color: #1e1e1e;
  height: 17%;
  width: 90%;
}
.new {
  display: none;
  width: 80px;
  height: 18px;
  margin-left: 60px;
  background: linear-gradient(to left, rgba(138, 113, 248, 0.8), rgba(182, 156, 252, 0.5));
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  color: #fff;
  padding-left: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 2px;
}
.hideAvatar .centerPromo {
  display: none;
}
.hideIcon .compoIcon {
  display: none;
}
@media only screen and (max-width: 600px) {
  @keyframes slideInUp {
    from {
      transform: translate3d(0, 10%, 0);
      visibility: visible;
      transition-timing-function: ease-in;
    }
    to {
      transform: translate3d(0, 0, 0);
      transition-timing-function: ease-out;
    }
  }
  .slideInUp {
    animation-name: slideInUp;
  }
  @keyframes slideInDown {
    from {
      transform: translate3d(0, -70%, 0);
      visibility: visible;
      transition-timing-function: ease-in;
    }
    to {
      transform: translate3d(0, 0, 0);
      transition-timing-function: ease-out;
    }
  }
  .slideInDown {
    animation-name: slideInDown;
  }
}
/*

    EDGE TWEAKS

*/
@supports (-ms-ime-align:auto) {
  .glanceContainer .card-container {
    max-width: 200px;
    max-height: 390px;
    margin-top: 0px;
  }
  .glanceContainer .card-img {
    height: 570px;
  }
  .compo-footer {
    padding-top: 2px;
    padding-right: 2px;
    margin-left: 0;
    font-weight: bold;
    font-size: 14px;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    background-color: #fff;
    height: 14%;
    width: 100%;
  }
  .moreData .compo-data {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.5em;
    width: 100%;
    height: 100%;
  }
  .cube {
    margin-top: 8px;
    display: block;
  }
  @keyframes slideInUp {
    from {
      transform: translate3d(0, 30%, 0);
      visibility: visible;
      transition-timing-function: ease-in;
    }
    to {
      transform: translate3d(0, 10%, 0);
      transition-timing-function: ease-out;
      visibility: visible;
    }
  }
  .slideInUp {
    animation-name: slideInUp;
  }
  .animated {
    animation-fill-mode: none;
    animation-duration: 0s;
  }
}
