/*
Theme Name: Lormit
Version: 1.0
Description: Child theme for hello elementor.
Author: Iwastenot Systems
Author URI: https://iwastenotsystems.com/
Template: hello-elementor */


input[type="email"], input[type="tel"] {
  border: 2px solid #1E427F !important;
  border-radius: 0px !important;
}

#monerisCheckout{
    padding: 0px;
    padding-top: 20px;
    background: none !important;
}

.payment-title{
  text-align:center; 
  font-size:22px; 
  color:#1E427F; 
  line-height:18px
}

#outerDiv{
  max-width:700px; 
  width:100%; 
  height:1200px; 
  margin: 0 auto
}

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

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

.text-bold{
 font-weight: bold;
}

.margin-bottom-none{
  margin-bottom: 0px;
}

#details_container{
  border:2px solid #1E427F; 
  padding:30px; 
  max-width:500px; 
  margin:0 auto; 
  margin-top: 40px;
}

#details_table{
  display: table;  
  border-collapse: collapse; 
  margin: 0 auto; 
  margin-top: 30px;
  width:100%;
}

.details_row{
  display: table-cell; 
  padding: 6px 12px 6px 12px;
}

.details_row_total_left{
  display: table-cell; 
  padding: 16px 12px 0px 12px;
}

.details_row_total_right{
  display: table-cell; 
  padding: 0px 12px 0px 12px; text-align:right;
}

