.stm_theme_demos {
  position: fixed;
  top: 50%;
  right: 0;
  padding: 11px 0;
  margin: -89px 0 0;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  z-index: 9999999999; }
  .stm_theme_demos h3 {
    position: relative;
    color: #26211d;
    line-height: 60px; }
    .stm_theme_demos h3:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin: 0 0 0 -30px;
      width: 60px;
      height: 2px;
      background-color: #0048a8; }
    .stm_theme_demos h3:after {
      display: none !important; }
  .stm_theme_demos__icon {
    display: block;
    position: relative;
    width: 64px;
    height: 52px;
    line-height: 52px;
    text-align: center; }
    .stm_theme_demos__icon svg {
      display: inline-block;
      vertical-align: middle; }
      .stm_theme_demos__icon svg path {
        -webkit-transition: .3s ease;
        transition: .3s ease; }
      .stm_theme_demos__icon svg .cls-3 {
        fill: #26211d;
        fill-rule: evenodd; }
    .stm_theme_demos__icon > span {
      display: block;
      position: absolute;
      right: 100%;
      top: 0;
      width: 100px;
      background-color: #fff;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
      opacity: 0;
      visibility: hidden;
      font-size: 18px;
      color: #26211d;
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
      -webkit-transition: .3s ease;
      transition: .3s ease; }

    #motors-mobile-app-ico-wrap > span {
      width: 130px;
    }
      .stm_theme_demos__icon > span:after {
        content: '';
        position: absolute;
        top: -10px;
        bottom: -10px;
        right: -20px;
        width: 20px;
        background-color: #fff; }
    .stm_theme_demos__icon:hover {
      cursor: pointer; }
      .stm_theme_demos__icon:hover svg path {
        fill: #0048a8; }
      .stm_theme_demos__icon:hover > span {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
  .stm_theme_demos__popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .stm_theme_demos__popup.opened {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .stm_theme_demos__close {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 24px;
    height: 24px;
    z-index: 9999;
    opacity: .7;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer; }
    .stm_theme_demos__close:hover {
      opacity: 1; }
    .stm_theme_demos__close:after, .stm_theme_demos__close:before {
      content: '';
      position: absolute;
      top: 11px;
      left: -3px;
      width: 30px;
      height: 1px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: #000; }
    .stm_theme_demos__close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .stm_theme_demos__inner {
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-top: 100px;
    overflow-y: auto; }
    .stm_theme_demos__inner::-webkit-scrollbar {
      display: none; }
  .stm_theme_demos__inner_container {
    max-width: 1130px;
    width: auto;
    margin: 0 auto;
    text-align: center; }
    .stm_theme_demos__inner_container p {
      max-width: 720px;
      margin: 0 auto 50px;
      color: #26211d; }
  .stm_theme_demos .demos-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .stm_theme_demos .demos-list .comming-soon,
    .stm_theme_demos .demos-list > a {
      display: block;
      width: 33.333%;
      text-decoration: none !important; }
      .stm_theme_demos .demos-list .comming-soon .demo,
      .stm_theme_demos .demos-list > a .demo {
        padding: 0 15px 20px; }
        .stm_theme_demos .demos-list .comming-soon .demo h4,
        .stm_theme_demos .demos-list > a .demo h4 {
          font-size: 16px;
          font-weight: 400;
          color: #26211d;
          -webkit-transition: .3s ease;
          transition: .3s ease;
          margin-top: 15px; }
          .stm_theme_demos .demos-list .comming-soon .demo h4:after,
          .stm_theme_demos .demos-list > a .demo h4:after {
            display: none !important; }
        .stm_theme_demos .demos-list .comming-soon .demo .img,
        .stm_theme_demos .demos-list > a .demo .img {
          position: relative;
          padding-bottom: 72%;
          border-radius: 10px;
          background-color: #eaeaea;
          overflow: hidden;
          -webkit-transition: .3s ease;
          transition: .3s ease; }
          .stm_theme_demos .demos-list .comming-soon .demo .img img,
          .stm_theme_demos .demos-list > a .demo .img img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            -webkit-transition: .3s ease;
            transition: .3s ease; }
            .stm_theme_demos .demos-list .comming-soon .demo .img img.lazyloaded,
            .stm_theme_demos .demos-list > a .demo .img img.lazyloaded {
              opacity: 1; }
      .stm_theme_demos .demos-list .comming-soon:hover h4,
      .stm_theme_demos .demos-list > a:hover h4 {
        color: #0048a8; }
      .stm_theme_demos .demos-list .comming-soon:hover .img,
      .stm_theme_demos .demos-list > a:hover .img {
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px); }

.fancy-lock {
  overflow: hidden; }

@media (max-width: 1024px) {
  .stm_theme_demos {
    top: auto;
    right: 30px;
    margin-top: 0;
    bottom: 30px;
    padding: 0;
    border-radius: 50%; }
    .stm_theme_demos .stm_theme_demos__icon {
      display: none; }
    .stm_theme_demos #crypterio-buy {
      width: 40px;
      height: 40px;
      line-height: 40px; }
      .stm_theme_demos #crypterio-buy svg {
        width: 18px; }
      .stm_theme_demos #crypterio-buy > span {
        display: none; } }


#motors-mobile-app-ico-wrap img{
  display: block;
  width: auto;
  height: 30px;
  margin: 0 auto;
}
