/*crypto*/
@media (min-width: 768px) {
  .it-grid-item {
    height: 320px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .it-grid-info {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.it-grid-mainfo {
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .it-grid-mainfo {
    height: 103px;
  }
}

/*grid*/
.sh-pay-icons-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0 !important;
  height: 46px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .sh-pay-icons-grid {
    margin-top: 15px;
  }
}
.sh-pay-icons-grid .sh-pay-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sh-pay-icons-grid .sh-pay-item {
    width: 38px;
  }
}
@media (min-width: 1200px) {
  .sh-pay-icons-grid .sh-pay-item {
    width: 45px;
  }
}
.sh-pay-icons-grid .sh-pay-item-num {
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  margin-top: 3px;
}

.sh-pay-ico {
  width: 26px;
  height: 26px;
  background-color: black;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.sh-item-fav {
  position: absolute;
}
@media (max-width: 767px) {
  .sh-item-fav {
    bottom: 20px;
    right: 20px;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .sh-item-fav {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: inherit;
  }
  .sh-item-fav:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .sh-item-fav:hover .ico {
    color: white !important;
  }
}
@media (min-width: 768px) {
  .sh-item-fav .ico {
    color: white !important;
  }
}

/*list*/
.sh-pay-icons-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 768px) {
  .sh-pay-icons-list {
    margin: 5px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .sh-pay-icons-list {
    margin: 13px 0 0 0;
  }
}
.sh-pay-icons-list > div {
  display: table-cell;
}
.sh-pay-icons-list .sh-pay-item {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .sh-pay-icons-list .sh-pay-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
  }
}
@media (min-width: 768px) {
  .sh-pay-icons-list .sh-pay-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .sh-pay-icons-list .sh-pay-ico {
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) {
  .sh-pay-icons-list .sh-pay-ico {
    margin-right: 10px;
  }
}
.sh-pay-icons-list .sh-pay-item-num {
  font-weight: bold;
}
@media (min-width: 768px) {
  .sh-pay-icons-list .sh-pay-item-num {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .sh-pay-icons-list .sh-pay-item-num {
    font-size: 10px;
    line-height: 20px;
  }
}

/*premium*/
.sh-it-has-crypto .sh-pay-icons-grid {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  color: white !important;
  z-index: 10;
}
.sh-it-has-crypto .it-premium-item-title {
  bottom: 77px;
}
.sh-it-has-crypto .sh-item-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: inherit;
}

/*item view*/
.vw-aside-page-actions .sh-pay-icons-grid {
  margin-bottom: 15px;
}
.vw-aside-page-actions .sh-pay-item-num {
  font-size: 14px;
  line-height: 20px;
}
