input[type=text], input[type=email], input[type=tel] {
    font-size: 18px;
}

.form-group1 {
    width: 66%;
    height: 40px;
    float: left;
    margin-bottom: 18px;
    box-sizing: border-box;
    border-radius: 5px;
    border-color: lightgray ;

    }
    

.form-group2l {
    width: 49%;
    height: 40px;
    margin-bottom: 18px;
    box-sizing: border-box;
    float: left;
    border-radius: 5px;
    border-color: lightgray ;

    }

.form-group2r {
    width: 49%;
    height: 40px;
    margin-bottom: 18px;
    box-sizing: border-box;
    float: right;
    border-radius: 5px;
    border-color: lightgray ;
    }

.form-group3 {
    width: 32%;
    height: 40px;
    float: right;
    margin-bottom: 18px;
    box-sizing: border-box;
    border-radius: 5px;
    border-color: lightgray ;

    }

.form-group4 {
    width: 100%;
    height: 40px;
    float: right;
    margin-bottom: 18px;
    box-sizing: border-box;
    border-radius: 5px;
    border-color: lightgray ;
}

.form-group5 {
    width: 100%;
    float: right;
    margin-bottom: 18px;    
    height: 90px;
    box-sizing: border-box;
    border-radius: 5px;
    border-color: lightgray ;
}

.form-group6 {
    width: 49%;
    height: 40px;
    float: right;
    margin-bottom: 18px;
    box-sizing: border-box;
    border-radius: 5px;
    border-color: lightgray ;

    }


#checkout-button {
    width: 60%;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    margin-left: 20%;
    border: 1px solid black;
    border-radius: 5px;
    height: 50px;
    font-size: 18px;
    background-color: var(--themecolor);
    text-align: center;
}

#order-summary {
  margin: 10px 20px;
  padding: 5px 20px 10px 20px;
  border-radius: 5px;
  border: 1px solid lightgray;
  font-size: 16px;
  box-sizing: border-box;
}

#order-summary table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

#order-summary th,
#order-summary td {
  padding: 5px 2.5px;
  font-size: 1.2em !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#order-summary td b {
  font-size: 1.1em !important;
}

#order-summary td:last-child,
#order-summary th:last-child {
  text-align: right;
}




#address-box {
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

#text-container {
    color: black;
}

#address-container, #payment_options, #smart-button-container {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
}

#bank-deposit-container, #credit-card-container {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    height: 37px;
    border-radius: 5px;
    background:#33DDB3;
}


#credit-card-container {
   
    background:#0074D4;
}



#credit-card-text:hover, #credit-card-container:hover, #credit-card-text:focus, #credit-card-container:focus {
  }

#credit-card-text a:hover {
    color: black;
}

#bank-deposit-text a:hover {
    color: black;
}
#bank-deposit-text, #credit-card-text {
    margin-top: -32px;
}

#bank-deposit-text a, #credit-card-text a {
    font-size: 22px;
    font-weight: 600;
    color:white;
}

#credit-card-text a {
       color:#BCDAED;
}

#heading h1 {
    font-size: 20px;
    font-weight: 600;
}

a {
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}

@media only screen and (max-width: 900px) {
    #address-container {
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media only screen and (max-width: 600px) {
    #address-container {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }

#order-summary td {
  width: 300px;      /* or adjust pixel width to suit */
}

}
