body {
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

.btn {
  height: 60px;
  border-radius: 18px;
  font-size: 22px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15); }
  .btn.btn-with-icon {
    display: flex;
    align-items: center;
    justify-content: center; }
    .btn.btn-with-icon i {
      margin-right: 10px; }
  .btn.btn-primary {
    background: #5a6eed;
    background-color: #5a6eed; }
    .btn.btn-primary:hover {
      background: #7182f0; }
    .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:active:focus {
      background: #435aea; }

.modal-dialog {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: inherit !important; }
  .modal-dialog .modal-content {
    border-radius: 0;
    border: none; }
    .modal-dialog .modal-content .modal-header {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px 30px;
      border-bottom: 0;
      font-size: 24px; }
      .modal-dialog .modal-content .modal-header i {
        color: #5a6eed;
        margin-right: 10px;
        font-size: 32px; }
    .modal-dialog .modal-content .modal-body {
      padding: 0 30px; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px); }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-backdrop {
  background: #CCC; }

form {
  width: 320px;
  margin: 45px auto; }

.group-material {
  position: relative;
  margin: 20px 0; }
  .group-material input,
  .group-material textarea {
    background: none;
    color: #333;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6; }
    .group-material input:focus,
    .group-material textarea:focus {
      outline: none; }
    .group-material input:focus ~ label, .group-material input:valid ~ label,
    .group-material textarea:focus ~ label,
    .group-material textarea:valid ~ label {
      top: -14px;
      font-size: 12px;
      color: #90969b; }
    .group-material input:focus ~ .bar:before,
    .group-material textarea:focus ~ .bar:before {
      width: 100%; }
  .group-material label {
    color: #c6c6c6;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 300ms ease all; }
  .group-material .bar {
    position: relative;
    display: block; }
    .group-material .bar:before {
      content: "";
      height: 2px;
      width: 0;
      bottom: 0px;
      position: absolute;
      background: #5a6eed;
      transition: 300ms ease all;
      left: 0; }

.video-page {
  position: relative;
  background-color: black;
  height: calc(100vh - 80px);
  width: 100%;
  overflow: hidden; }
  .video-page video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .video-page .container {
    z-index: 2; }
    .video-page .container .qr-box {
      background: #FFF;
      border-radius: 10px;
      padding: 10px;
      display: inline-block;
      position: absolute;
      bottom: 20px;
      left: 20px;
      z-index: 100; }
      .video-page .container .qr-box img {
        width: 160px; }
  .video-page .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0;
    z-index: 1; }

@media (pointer: coarse) and (hover: none) {
  header {
    background: url("https://source.unsplash.com/XT5OInaElMw/1600x900") black no-repeat center center scroll; }
    header video {
      display: none; } }
.counter-box {
  /*Prevent text selection */ }
  .counter-box .qty {
    display: flex; }
    .counter-box .qty .count {
      color: #000;
      display: block;
      vertical-align: top;
      font-size: 25px;
      font-weight: normal;
      line-height: 30px;
      padding: 0 2px;
      min-width: 50px;
      text-align: center; }
    .counter-box .qty .plus, .counter-box .qty .minus {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #5a6eed;
      width: 50px;
      height: 50px;
      font-size: 30px;
      font-weight: 300;
      border-radius: 50%;
      border: 1px solid #5a6eed; }
  .counter-box .minus:hover, .counter-box .plus:hover {
    border-color: #333; }
  .counter-box span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .counter-box input {
    border: 0;
    width: 2%; }
  .counter-box nput::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .counter-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .counter-box input:disabled {
    background-color: white; }

.page {
  position: relative;
  min-height: 100vh;
  padding-bottom: 120px; }
  .page.page-flex-center {
    display: flex;
    align-items: center;
    justify-content: center; }

.container {
  padding-left: 30px;
  padding-right: 30px; }

.price-line {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px; }
  .price-line .price-box {
    margin-left: auto;
    font-size: 32px; }
    .price-line .price-box sup {
      font-size: 16px;
      font-weight: 700;
      top: -15px; }

.product-img {
  display: flex;
  justify-content: center; }
  .product-img img {
    width: 100%;
    height: 100%;
    min-heigth: auto;
    max-width: 300px; }

.main-title h1 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700; }
.main-title .subtitle {
  display: block;
  font-size: 16px;
  color: #353532; }

.main-content {
  font-size: 16px;
  line-height: 1.6;
  color: #353532; }

.main-action {
  position: fixed;
  left: 30px;
  right: 30px;
  bottom: 30px; }

i {
  font-size: 32px; }

.paypal-svg {
  height: 25px; }

.cards-img {
  text-align: center;
  padding-bottom: 40px; }
  .cards-img img {
    opacity: 0.5;
    width: 264px;
    max-width: 100%; }

.light-text-line {
  display: block;
  padding: 30px 0 15px;
  text-align: center;
  color: #90969b; }

.cards-list {
  display: flex;
  margin: 0 -10px; }
  .cards-list .card-item-btn {
    width: 50%;
    padding: 0 10px; }
  .cards-list .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 94px;
    color: #353532; }

.btn-icon-second-line {
  font-size: 16px; }
  .btn-icon-second-line i {
    font-size: 32px;
    display: block; }

.page-header {
  padding: 60px 0 40px;
  display: flex;
  justify-content: center;
  font-size: 24px; }

.payment-details {
  margin-bottom: 30px; }
  .payment-details .payment-title {
    display: block;
    font-size: 24px;
    font-weight: 700; }
  .payment-details .payment-price {
    display: block;
    font-size: 20px; }

.form-title {
  display: block;
  font-size: 20px;
  margin-bottom: 10px; }

.section-middle {
  text-align: center; }
  .section-middle i {
    font-size: 120px;
    display: block;
    color: #5a6eed; }
  .section-middle .alert-title {
    display: block;
    color: #5a6eed;
    font-size: 32px; }
  .section-middle .hard-text-line {
    display: block;
    font-size: 16px;
    margin-top: 40px; }

/*# sourceMappingURL=common.css.map */
