@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/segoe/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Light.woff") format("woff"), url("../fonts/segoe/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/segoe/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/segoe/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/segoe/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/segoe/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/segoe/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI.woff") format("woff"), url("../fonts/segoe/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/segoe/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Bold.woff") format("woff"), url("../fonts/segoe/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/segoe/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Italic.woff") format("woff"), url("../fonts/segoe/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

/* simple list */
.stickers-list {
  font-size: 0;
  margin: 10px -10px; }
  .stickers-list > li {
    display: inline-block;
    width: 25%;
    padding-top: 25%;
    vertical-align: middle;
    position: relative;
    border-radius: 5px;
    cursor: pointer; }
    .stickers-list > li:before {
      content: '';
      -webkit-transform: scale(0);
      transform: scale(0);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 1;
      border-radius: 50%;
      transition: .2s; }
    .stickers-list > li img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      z-index: 2;
      max-width: 70%;
      max-height: 70%;
      transition: .2s;
      -webkit-backface-visibility: hidden;
      pointer-events: none; }
    .stickers-list > li > span {
      position: absolute;
      font-size: 10px;
      color: #ff9100;
      line-height: 1;
      top: 0;
      right: 0;
      z-index: 3;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center; }
      .stickers-list > li > span b {
        display: block;
        width: 16px;
        height: 16px;
        background: #ff9100;
        line-height: 16px;
        text-align: center;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
        color: #000; }
      .stickers-list > li > span.success {
        color: #2DB72D; }
        .stickers-list > li > span.success b {
          background: #2DB72D; }
    .stickers-list > li:hover:before {
      -webkit-transform: scale(1);
      transform: scale(1); }

.stickers-list.small > li {
  width: 12.5%;
  padding-top: 12.5%; }

/* buy stickers */
.stickers-list-group {
  font-size: 0;
  margin: 10px -10px; }
  .stickers-list-group > li {
    display: block;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px; }
    .stickers-list-group > li figure,
    .stickers-list-group > li .btn {
      vertical-align: middle;
      display: inline-block; }
    .stickers-list-group > li figure {
      width: 70%; }
      .stickers-list-group > li figure img,
      .stickers-list-group > li figure figcaption {
        display: inline-block;
        vertical-align: middle; }
      .stickers-list-group > li figure img {
        width: 30%; }
      .stickers-list-group > li figure figcaption {
        width: 70%;
        font-weight: 600;
        padding: 0 10px;
        font-size: 16px;
        color: #fff; }
        .stickers-list-group > li figure figcaption small {
          font-size: 12px;
          color: rgba(255, 255, 255, 0.4);
          display: block; }
    .stickers-list-group > li .btn {
      width: 30%;
      padding-left: 5px;
      padding-right: 5px; }
    .stickers-list-group > li:hover {
      background: #222; }

/* stickers tabs */
.stickers-wrapper {
  height: 40px;
  margin: 5px -20px -15px;
  overflow: hidden;
  position: relative;
  padding-left: 5px;
  padding-right: 5px; }
  .stickers-wrapper .prev,
  .stickers-wrapper .next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 0;
    z-index: 2;
    text-align: center;
    cursor: pointer; }
    .stickers-wrapper .prev .icon,
    .stickers-wrapper .next .icon {
      display: inline-block;
      vertical-align: middle;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      line-height: 20px;
      color: #ff9100;
      background: #fff;
      font-size: 10px;
      transition: .2s; }
    .stickers-wrapper .prev:hover .icon,
    .stickers-wrapper .next:hover .icon {
      background: #ff9100;
      color: #fff; }
    .stickers-wrapper .prev.hidden,
    .stickers-wrapper .next.hidden {
      display: block;
      opacity: 0;
      pointer-events: none; }
  .stickers-wrapper .prev {
    background: linear-gradient(to right, #333333, rgba(51, 51, 51, 0)); }
    .stickers-wrapper .prev:hover {
      background: linear-gradient(to right, #333333, rgba(51, 51, 51, 0.9), rgba(51, 51, 51, 0)); }
  .stickers-wrapper .next {
    right: 0;
    background: linear-gradient(to left, #333333, rgba(51, 51, 51, 0)); }
    .stickers-wrapper .next:hover {
      background: linear-gradient(to left, #333333, rgba(51, 51, 51, 0.9), rgba(51, 51, 51, 0)); }

.stickers-anchors-list {
  white-space: nowrap;
  font-size: 0;
  overflow-x: auto;
  overflow-y: hidden; }
  .stickers-anchors-list .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    font-size: 28px;
    border: none;
    box-shadow: none;
    background: transparent; }
    .stickers-anchors-list .btn > span {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding: 0;
      top: auto;
      bottom: 6px;
      color: inherit;
      transition: .1s; }
    .stickers-anchors-list .btn:hover > span {
      -webkit-transform: scale(1.31) translate3d(0, 0, 0);
      transform: scale(1.31) translate3d(0, 0, 0); }
  .stickers-anchors-list > li {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    position: relative;
    border-radius: 5px;
    cursor: pointer; }
    .stickers-anchors-list > li:first-child:hover {
      background: transparent; }
      .stickers-anchors-list > li:first-child:hover:after {
        display: none; }
    .stickers-anchors-list > li:after {
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      background: #fff;
      position: absolute;
      top: 38px;
      left: 50%;
      margin-left: -10px;
      transition: .2s;
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }
    .stickers-anchors-list > li img {
      position: absolute;
      pointer-events: none;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      max-height: 80%;
      max-width: 80%; }
    .stickers-anchors-list > li:hover {
      background: rgba(0, 0, 0, 0.2); }
    .stickers-anchors-list > li.actived:after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.stickers-space {
  padding: 0 20px; }

@media (max-width: 640px) {
  .stickers-wrapper .next.hidden {
    opacity: 1;
    pointer-events: visible; }
  .stickers-wrapper .prev ~ .next.hidden {
    opacity: 0;
    pointer-events: none; } }

@media (max-width: 1024px) {
  .stickers-anchors-list > li:first-child:hover {
    background: transparent; }
    .stickers-anchors-list > li:first-child:hover:after {
      display: none; } }
