*{
  font-weight: 500;
}
body {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%!important;
  font: inherit;
  vertical-align: baseline;
}
.container {
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 1350px;
  font-family: helvetica, sans-serif;
}
.content {
  position: relative;
  padding-top: 60px;
}
.content p {
  margin-bottom: 10px;
}
#header {
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 60px;
  line-height: 58px;
  background: #222;
  color: white;
}
#header h1{
  top: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 1.2em!important;
}
#header h1 a{
  font-weight: 600!important;
  text-decoration: none;
  color: #e67e22;
  padding: 0px 16px;
  background-color: #222;
}
#nav {
  position: absolute;
  right: 0;
  top: -15px;
  height: 60px;
}
#nav ul li {
  float: left;
  list-style: none;
}
#nav ul li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  background-color: #222;
}

.address,
.ordr-summary{
  float: left;
  margin-left: 100px; 
}
.address{
  width: 800px;
}
.address h2{
  text-align: center;
}

.ordr-summary{
  width: 430px;
  font-family: helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}
form{
  box-sizing: 600px;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 130px 12px 90px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  width: 10%;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container4 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px 120px 20px 120px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

button{
  background: #007E33;
  opacity: 0.7;
  /*transition: 0.5s;*/
  border-radius: 10px;
  border: 1px solid #007E33;
  padding: 10px 114px 10px 114px;
  /*color: rgb(237, 90, 107);*/
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 17px; 
}
button a{
  text-decoration: none;
  color: white;
}
button:hover{
  cursor: pointer;
  opacity: 0.9;
  background-color: #007E33;
}

.w3-blue1{
  background-color: rgb(248, 248, 248)!important;
  padding-top: 10px;
}
.amount{
  padding-left: 195px;
}
.amount1{
  padding-left: 219px;
}
.amount2{
  padding-left: 173px;
}
.w3-card-4{
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2), 0 0px 8px 0 rgba(0,0,0,0.19)!important;
}

.section{
  padding-top: 50px;
}
*:focus{outline: none;}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}