.PackBtnArea {
  text-align: center;
}
.PackBtnArea .pcg-card:before,
.PackBtnArea .pcg-deck:before {
  font-size: 1.3em;
}
@media screen and (min-width: 641px) {
  .RightBox .RightBox-inner {
    padding: 0 0 0 40px;
  }
  .PackBtnArea .Button {
    width: 280px;
    margin: 0 10px 24px;
  }
}
@media screen and (max-width: 640px) {
  .RightBox {
    padding: 20px 0 0;
  }
  .RightBox .RightBox-inner {
    padding: 0;
  }
  .PackBtnArea .Button {
    width: 100%;
    margin: 0 0 20px;
  }
}
.PackInfoText h3 {
  font-weight: 400;
  font-size: 16px;
}
.PackText {
  padding: 20px 0;
}
hr {
  border: #ddd;
  border-top: solid 1px #eee;
}

.ProductsBtn {
  display: none;
  position: fixed;
  right: 40px;
  cursor: pointer;
}
.ProductsBtn img {
  width: 200px;
  height: auto;
}
.ProductsBtn img:hover{
  opacity: .7;
  transition: opacity .15s ease-out;
}
@media (max-width: 600px) {
  .ProductsBtn {
    bottom: 30px;
    right: 10px;
  }
  .ProductsBtn img {
    width: 220px;
    height: auto;
  }
}
