.transition, .product-item-info, .product-item-info:hover .prod-img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.product-detail-page {
  background-color: #e4f1fc;
  background-image: url("./../../../../images/product-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 60px 0; }

.product-title {
  color: #2C3E50;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  /* 60px */
  margin: 0 0 60px 0; }

.white-box {
  padding: 40px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E5E7EB; }

.font-weight-7 {
  font-weight: 700; }

.text-skyblue {
  color: #2491EB; }

.white-box-content, .important-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  color: #2C3E50; }
  .white-box-content h3, .important-info h3 {
    font-size: 22px;
    font-weight: 700; }
  .white-box-content p, .white-box-content h3, .white-box-content h2, .important-info p, .important-info h3, .important-info h2 {
    margin-bottom: 0px; }
  .white-box-content a, .important-info a {
    color: #2C3E50; }
    .white-box-content a:hover, .important-info a:hover {
      color: #BF9755; }

.subscribe-btn-wrapper {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #E3E3E3;
  margin-top: 20px; }
  .subscribe-btn-wrapper .btn {
    display: flex;
    max-width: 332px;
    width: 100%;
    padding: 10px 20px 10px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 23px;
    border-color: #24C3EB;
    background: #24C3EB;
    color: #FBFBFB;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease; }
    .subscribe-btn-wrapper .btn:hover {
      background-color: #297DC3;
      border-color: #297DC3;
      color: #fff; }
    .subscribe-btn-wrapper .btn.disabled {
      background: #E6E7E8;
      border-color: #E6E7E8;
      color: #D0D0D0;
      opacity: 1; }
  .subscribe-btn-wrapper .account-already {
    color: #2491EB;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 20px; }

@media all and (max-width: 767px) {
  .product-detail-page {
    background-image: url("./../../../../images/product-bg-mobile.png");
    padding: 60px 0 40px 0; }
    .product-detail-page .container {
      padding-left: 15px;
      padding-right: 15px; }

  .white-box {
    padding: 40px 26px; } }
