.product-card {
  position: relative;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 20px;
  border-radius: 3px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 30px; }
  .product-card > div:nth-child(1), .product-card > div:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
	border-radius: 10px;
	}
  .product-card > div:nth-child(1) {
    background-size: 100% 100%; }
  .product-card > div:nth-child(2) {
    background: rgba(0, 0, 0, 0.3); }
    .product-card > div:nth-child(2) > span:nth-child(1), .product-card > div:nth-child(2) > span:nth-child(2) {
      line-height: 23px;
      padding: 3px 10px;
      color: #FFF;
      border-radius: 2px;
      position: absolute;
      right: 10px; }
    .product-card > div:nth-child(2) > span:nth-child(1) {
      background: linear-gradient(23deg, #4d161b 0%, #dc3545 55%);
    top: 10px;
    border-radius: 3px;
	  }
    .product-card > div:nth-child(2) > span:nth-child(2) {
      background: linear-gradient(34deg, #467f58 0%, #64aa7a 55%);
    top: 45px;
    border-radius: 3px; 
	  }
    .product-card > div:nth-child(2) p {
      position: absolute;
      bottom: 0;
      width: 100%;
      display: block;
      line-height: 20px;
      padding: 5px 10px;
      color: #FFF;
      background: rgba(0, 0, 0, 0.67);
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .product-card:hover > div:nth-child(2) {
    background: rgba(0, 0, 0, 0); }
    .product-card:hover > div:nth-child(2) p {
      overflow: visible;
      white-space: normal; }

@media (max-width: 991.99px) {
  .product-card {
    height: 150px; } }
.product-block {
  position: relative;
  color: #FFF;
 }
  .product-block .product-bg {
 }
  .product-block .product-content {
    background: linear-gradient(15deg, #333334 30%, #414141 100%);
    margin-bottom: 30px;
    height: 100%;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
	}
    .product-block .product-content h2 {
      font-size: 30px;
      display: block;
      width: calc( 100% - 140px );
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .product-block .product-content span b {
      line-height: 23px;
      padding: 3px 10px;
      color: RGB(255, 255, 255);
      border-radius: 2px; }
    .product-block .product-content span .price {
      background: linear-gradient(23deg, #4d161b 0%, #dc3545 55%);
    margin-right: 10px;
    border-radius: 3px;
	  }
    .product-block .product-content span .count {
      background: linear-gradient(34deg, #467f58 0%, #64aa7a 55%);
    border-radius: 3px;
	  }
    .product-block .product-content button {
      position: absolute;
      right: 15px;
      top: 40px;
      height: 65px;
      background: rgba(65, 150, 218, 0.58); }

.buy-product-key-info {
  margin: 15px 0 0 0;
    padding: 15px;
    background: linear-gradient(55deg, #151516 45%, #222427 70%);
    border-radius: 10px;
    border-left: 3px solid #dc3545bd;
  }
  .buy-product-key-info p:last-child {
    margin: 0; }

/*# sourceMappingURL=primary.css.map */
