.product-card {
    position: relative;
    display: block;
    border-radius: 3px;
    height: 240px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px; }
	.description_rcon img {
    width: 100%;
}
  .product-card > div:nth-child(1), .product-card > div:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; }
  .product-card > div:nth-child(1) {
    background-size: 100% 100%; }
  .product-card > div:nth-child(2) {
    background: rgba(0, 0, 0, 0.3);
	transition: 0.2s;	}
    .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) {
	    text-align: center;
    line-height: 30px;
        background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #63ab5b 0, #497f43 100%));
    font-weight: 600;
    border-radius: 50px;
    padding: 5px 20px;
    top: 10px;
    right: 100px; }
    .product-card > div:nth-child(2) > span:nth-child(2) {
      text-align: center;
    line-height: 30px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ff7591 0, #fe9544 170%));
    font-weight: 600;
    border-radius: 50px;
    padding: 5px 20px;
    top: 10px;
    min-width: 83px;}
	  .push_dstore {
		position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    height: 40px;
    font-size: 12px;
    line-height: 50px;
    color: #ffff !important;
    padding: 41px 32px;
    background: rgb(36 42 64 / 0%);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	  }
	  
    .product-card > div:nth-child(2) p {
        position: relative;
    bottom: -160px;
    display: block;
    height: 70px;
    margin: 0px 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 13px;
    padding: 11px 22px;
    color: #FFF;
    background: rgb(0 0 0 / 27%);
    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: 240px;
    width: 100%; } }
.product-block {
  width: 100%;
    height: 400px;
    border-radius: 10px;
    flex: 0 0 auto;
    background-size: cover;
    background-position: center; }

    @media (max-width: 576px) {
      .product-block {
          height: 350px;
          border-radius: 10px;
          background-size: cover;
          flex: 0 0 auto; }}

  .product-block .product-bg {
    position: absolute;
    height: calc( 100% + 20px );
    width: calc( 100% + 20px );
    background-size: 100% auto;
    left: -10px;
    top: -10px;
    filter: blur(4px); }
  .product-block .product-content {
    position: relative;
    background: rgb(0 0 0 / 10%);
    padding: 50px 35px; }
    .product-block .product-content h2 {
      font-size: 25px;
      display: block;
      width: calc( 100% - 200px );
      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 {
		margin-right: 10px;
		text-align: center;
		line-height: 30px;
		font-weight: 600;
		background: #242a40;
		border-radius: 6px; }
    .product-block .product-content span .count {
      background: #4196da; }
    .product-block .product-content button {
      position: absolute;
		right: 170px;
		width: 130px;
		height: 60px;
		top: 55px;
		font-weight: 600;
		font-size: 13.5px;
		background: rgba(65, 150, 218, 0.58); }

.buy-product-key-info {
      margin: 15px 0 0 0;
    padding: 15px;
    background: #383d44;
    border: 1px solid #383d44;
    border-radius: 15px; }
  .buy-product-key-info p:last-child {
    margin: 0; }

/*# sourceMappingURL=primary.css.map */


