<style>
.btn {
box-shadow: 0px 0px 12px 2px #a82970c4;
border: 1px solid #a82970;
font-weight: 600;
}

.info2 {
    border-radius: 0px 0px 0px 20px;
    background-color: #08070d;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    margin: 0px auto;
    border: 1px solid #a82970;
    box-shadow: 0 4px 8px 0 #a829709c, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

.text-muted {
    font-weight: bold;
    text-transform: none !important;
    font-size: 16px;
}

.text-muted {
    color: #952464;
}

.theme-curved-line {
    background-color: #4a4a4a;
    box-shadow: 1px 1px 4px #a82970;
}
.theme-curved-circle {
    border-radius: 50%;
    border: 2px solid #4a4a4a;
    box-shadow: inset 0px 0px 4px #a82970;
}

.theme-curved-bottom-line {
    border: 1px solid #000000;
    box-shadow: 0px 0px 4px #a82970;
}

      .footerrow {
        display: table;
        width: 100%;
        }
    
    /* Create two equal columns that floats next to each other */
    .footercolumn {
      float: left;
      width: 50%;
      padding: 40px;
      display: table-cell;
      
    }
    
    /* Clear floats after the columns */
    .footerrow:after {
      content: "";
      display: table;
      clear: both;
    }

    @media only screen and (max-width: 600px) {
  .footercolumn { 
    display: block;
    width: 100%;
  }
}

i {
    margin-right: 3px;
}
</style>


<script >
$(".component").change(function(){
 $.each($('*'), function (index, item) {
  if(item.innerHTML == 'TOTAL'){
   $(item).text('ΣΥΝΟΛΟ');
  }
  if(item.innerHTML == 'AMOUNT'){
   $(item).text('ΠΟΣΟ');
  }
 }); 
})
</script>