/*Product*/
.modal-content {
  padding: 50px;
}
.modal-content .pen-popup-img {
  width: 100%;
  padding: 50px;
  background-image: linear-gradient(19deg, #cbebff, #f0f9ff);
  text-align: center;
}
.modal-content .pen-popup-img.frixion-pen {
  background-image: linear-gradient(19deg, #fafcfc, #b5d9d5);
}
.modal-content .modal-body {
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  padding: 35px;
  position: relative;
}
.modal-content .modal-body img.zigzag {
  position: absolute;
  top: 0;
  left: 48%;
  z-index: 0;
}
.modal-content .modal-body .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-content .modal-body .pen-popup-content {
  padding: 0 10%;
  z-index: 2;
  position: relative;
}
.modal-content .modal-body .pen-popup-content h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.modal-content .modal-body .pen-popup-content p {
  font-size: 14px;
  color: #222;
}
.modal-content .modal-body .pen-popup-content p.pop-price {
  font-weight: bold;
}
.modal-content .modal-body .pen-popup-content p.pop-price .currency {
  font-size: 14px;
  font-weight: normal;
}
.modal-content .modal-body .pen-popup-content p.know-more {
  margin-top: 10px;
}
.modal-content .modal-body .pen-popup-content p.know-more a {
  border-radius: 10px;
  border: 1px solid #0166b2;
  color: #0166b2;
  padding: 6px 15px;
  text-decoration: none;
  transition-duration: 0.5s;
}
.modal-content .modal-body .pen-popup-content p.know-more a:hover {
  background: #0166b2;
  color: #fff;
}
.modal-content .modal-body .pen-popup-content ul {
  color: #222;
  padding-left: 0;
  list-style: none;
}
.modal-content .modal-body .pen-popup-content ul li {
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 14px;
}
.modal-content .modal-body .pen-popup-content ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  background: url("../images/icon/eclipse.png");
  content: "";
  width: 10px;
  height: 10px;
}
.modal-content .modal-body .pen-popup-content span {
  position: relative;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  border-radius: 11px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  justify-content: center;
}
.modal-content .modal-body .pen-popup-content span.green {
  border: 1.5px solid #00a651;
}
.modal-content .modal-body .pen-popup-content span.green:before {
  background: #00a651;
}
.modal-content .modal-body .pen-popup-content span.red {
  border: 1.5px solid #cd171f;
}
.modal-content .modal-body .pen-popup-content span.red:before {
  background: #cd171f;
}
.modal-content .modal-body .pen-popup-content span.black {
  border: 1.5px solid #000;
}
.modal-content .modal-body .pen-popup-content span.black:before {
  background: #000;
}
.modal-content .modal-body .pen-popup-content span.blue {
  border: 1.5px solid #1946ba;
}
.modal-content .modal-body .pen-popup-content span.blue:before {
  background: #1946ba;
}
.modal-content .modal-body .pen-popup-content span:before {
  width: 15px;
  height: 15px;
  top: 3px;
  left: 3px;
  position: absolute;
  z-index: 1;
  content: "";
  border-radius: 7.5px;
}

@media only screen and (max-width: 768px) {
  .modal-content {
    padding: 10px;
  }
  .modal-content .modal-body .pen-popup-content {
    padding: 0;
    margin-top: 20px;
  }
}

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