body {
    overflow: auto;
    font-family: Calibri, "Open Sans";
    
}
.container{
    width: 420px;
}

.navbar-default{
    background-color: #ffffff;
    
}

table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 17px 0.5em;
}

.currency {
    position: absolute;
    margin-left: 11px;
}

.price{
    text-align: right;
}

.logo {
  margin-right: 20px;
}
.brand{
    margin-top: 10px;
    font-size: 3.1em;    
}

.fa-remove:before {
    font-size:16px;
    -webkit-text-stroke: 2px white;
}

.icon {
    position: absolute;
    margin-left: -221px;;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999; 
}  
  .load-circle {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px; 
}
.load-circle span {
      display: inline-block;
      width: 64px;
      height: 64px; 
}
.load-circle span:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #ffffff;
        border-color: #ffffff transparent #ffffff transparent;
        animation: lds-dual-ring 1.2s linear infinite; 
    }
@keyframes lds-dual-ring {
 0% {
    transform: rotate(0deg); }
        100% {
          transform: rotate(360deg); 
        } 
    }