.product-card {
  position: relative;
  display: block;
  box-shadow: none;
  border-radius: 8px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.4s;
}

.product-card:hover {
  position: relative;
  display: block;
  box-shadow: #222222 5px 5px 20px;
  border-radius: 10px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.4s;
}
.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) {
  border-radius: 0px;
  background: transparent;
  backdrop-filter: blur(0.5mm);
  transition: 0.6s;
}

.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: #e1e3e6;
  border-radius: 2px;
  position: absolute;
  right: 10px;
}
.product-card > div:nth-child(2) > span:nth-child(1) {
  background: #2a2a2bb8;
  border-radius: 11px;
  top: 10px;
}
.product-card > div:nth-child(2) > span:nth-child(2) {
  background: #2a2a2b96;
  border-radius: 10px;
  top: 45px;
}
.product-card > div:nth-child(2) p {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  line-height: 20px;
  padding: 5px 10px;
  color: #e1e3e6;
  background: #1c1c1c91;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.5s;
}
.product-card:hover > div:nth-child(2) {
  border-radius: 0px;
  background: transparent;
  backdrop-filter: none;
  transition: 0.6s;
}
.product-card:hover > div:nth-child(2) p {
  overflow: visible;
  white-space: normal;
  transition: 0.6s;
  font-size: 0;
  background: transparent;
}

.product-card: > div:nth-child(2) p:hover {
  overflow: visible;
  white-space: normal;
  transition: 0.6s;
  font-size: 0;
  background: transparent;
}

@media (max-width: 991.99px) {
  .product-card {
    height: 150px;
  }
}
.product-block {
  position: relative;
  margin: -30px;
  margin-bottom: 30px;
  border-bottom: 1px solid RGB(227, 228, 232);
  background: linear-gradient(to bottom, #6a9bb1 0%, #60acae 44%, #8ba7c3 100%);
  border-radius: 1px;
  color: #e1e3e6;
  overflow: hidden;
}
.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: rgba(0, 0, 0, 0.45);
  padding: 40px 15px;
}
.product-block .product-content h2 {
  font-size: 30px;
  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 {
  background: #3fb358;
  margin-right: 10px;
}
.product-block .product-content span .count {
  background: #4196da;
}
.product-block .product-content button {
  position: absolute;
  right: 15px;
  top: 40px;
  height: 65px;
  width: 190px;
  font-size: 18px;
  background: rgba(65, 150, 218, 0.58);
}

.buy-product-key-info {
  margin: 15px 0 0 0;
  padding: 15px;
}
.buy-product-key-info p:last-child {
  margin: 0;
}

.b-style {
  clolr: #e1e3e6;
}

.vertical-navigation-mod li {
  list-style-type: none;
}
.vertical-navigation-mod {
  list-style: none;
  overflow: hidden;
  padding-left: 0px;
  display: flex;
  border-radius: 0px;
  margin-bottom: 0px;
  align-content: space-between;
  flex-direction: column;
  margin-inline-start: -35px;
  position: relative;
  background: transparent;
}

.vertical-navigation-mod li.active a {
  color: #e1e3e6;
  font-weight: 600;
  padding: 14px;
  background: #2a2a2b;
  border: solid 1px #424242;
}

.vertical-navigation-mod li a:hover {
  line-height: 15px;
  padding: 15px 10px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  margin-bottom: 5px;
  border-radius: 11px;
  background: #424242;
  color: #e1e3e6;
  transition: 0.2s;
  align-items: flex-start;
  justify-content: space-around;
}

.vertical-navigation-mod li a {
  line-height: 15px;
  padding: 15px 10px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  margin-bottom: 5px;
  border-radius: 11px;
  background: #2a2a2b;
  color: #e1e3e6;
  transition: 0.2s;
  align-items: flex-start;
  justify-content: space-around;
  border: solid 1px transparent;
}

/*# sourceMappingURL=primary.css.map */
