.payment-info {
    padding: 10px;
    border-radius: 6px;
    color: #2f2f2f;
    font-weight: bold;
  }
  
  .product-details {
    padding: 10px;
  }
  
  body {
    background: #fff;
  }
  
  .cart {
    background: #eee;
  }
  
  .p-about {
    font-size: 12px;
  }
  
  .table-shadow {
    -webkit-box-shadow: 5px 5px 15px -2px rgba(0,0,0,0.42);
    box-shadow: 5px 5px 15px -2px rgba(0,0,0,0.42);
  }
  
  .type {
    font-weight: 400;
    font-size: 10px;
  }
  
  label.radio {
    cursor: pointer;
  }
  
  label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
  }
  
  label.radio span {
    padding: 1px 12px;
    border: 2px solid #ada9a9;
    display: inline-block;
    color: #8f37aa;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
  }
  
  label.radio input:checked + span {
    border-color: #fff;
    background-color: rgb(55, 55, 55);
    color: #fff;
  }
  
  .credit-inputs {
    background: rgb(102, 102, 102);
    color: #fff !important;
    /* border-color: rgb(102,102,221); */
  }
  
  .credit-inputs::placeholder {
    color: #818181;
    font-size: 13px;
  }
  
  .credit-card-label {
    font-size: 9px;
    font-weight: 300;
  }
  
  .form-control.credit-inputs:focus {
    background: rgb(255, 255, 255);
    border: rgb(102,102,221);
    color: black !important;
  }
  
  .line {
    border-bottom: 1px solid rgb(0, 0, 0);
  }
  
  .information span {
    font-size: 12px;
    font-weight: 500;
  }
  
  .information {
    margin-bottom: 5px;
  }
  
  .items {
    -webkit-box-shadow: 5px 5px 4px -1px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.08);
  }
  
  .spec {
    font-size: 11px;
  }  

  .input-group button, input{background-color: #fff !important;}
  .input-group input{
    border-left: none;
    border-right: none;
  }
  .tc-row{
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
  }

  .input-group button:disabled{
    border: 1px solid black !important;
  }