@charset "UTF-8";
/* CSS Document */

.cryptedmail:after {
    content: attr(data-n) "@" attr(data-d) "." attr(data-t); 
  }

  .w-5 {
    width: 1rem;
  }
  .h-5 {
    height: 1rem;
  }

  .text-white {
    color:#ffffff;
    fill: #ffffff;
  }
  .text-red {
    color:#ea551e;
    fill: #ea551e;
  }
  .bar {
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding:5px 10px;
    display:flex;
    border-radius: 3px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
  }
.bar.last {
  border-bottom: 1px solid #ddd;
 
}

  .inside {
    
    background: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom:1rem;
    padding:1rem;
  }
.bar h4 {
  margin:0;
}

  .pl-1 {
padding-left: 1rem;
  }
  .mb-1 {
    margin-bottom: 1rem;
  }
  .mb-2 {
    margin-bottom: 2rem;
  }
  
  .w-full {
    width:100%;
  }

#paypal-button-container {
  display: flex;
    justify-content: center;
}
.go_back {
  position: absolute;
  left: 10px;
  top: 8px;
  cursor: pointer;
  background: transparent;
  border-radius: 3px;
  border: none;
  color: #ffffff;
}
.go_back:hover {
  background: #797e81;
}
.go_back svg {
  width: 1.5rem;
  height: 1.5rem;
  padding-top: 6px;
}

.box_style_1.expose.offer {
  max-width: 24rem;
  margin: 0 auto;
  margin-bottom:5rem;
}

.price {
  margin: 2rem 0 1rem 0;
  color: #0f9b19;
}

.price .number {
  font-size: 4rem;
  font-weight: bold;
}
.price .currency {
  font-size: 2rem;
  font-weight: bold;
}

.mt-2 {
  margin-top: .5rem;
}

.align-right {
  text-align: right;
}

.btn-colored {
  color: #fff;
  background-color: #fabd51;
  border-color: #fabd51;
}

.btn-colored:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.specs {
  color: #fff;

position: absolute;
bottom: 5px;
right: 10px;
}

.oc-flash-message {
  top: 130px;
  z-index: 1000;
}