body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  line-height: 1.9;
  color: #040707; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Raleway',Arial,sans-serif;
  color: #040707; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
a, a:hover {
	  color: #6aa84f;
    text-decoration: none !important; 
    cursor: pointer;
}

.text-black {
  color: #040707; }

.content {
  padding: 7rem 0; }

.heading {
  font-size: 2.5rem;
  font-weight: 900; }

.form-control {
  border: none;
  background: #f3f3f3; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
    background: #f3f3f3; }

.col-form-label {
  color: #000; }

.btn, .form-control, .custom-select {
  height: 50px; }

.custom-select:active, .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000; }

.btn {
  border: none;
  border-radius: 8px !important; }
  .btn.btn-primary {
    background: #6aa84f;
    color: #fff;
    padding: 15px 20px; }
  .btn:hover {
    color: #fff; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.box {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08); }
  .box h3 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center; }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000000; }

.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.product-wrapper {
  padding: 25px;
}
.product {
  background-color: #EEE;
  border-radius: 10px;
  padding: 10px;
}
.product img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}
.product p, .product h5 {
  text-align: center;
}
.product h5 {
  font-weight: 600;
}
.product a {
  padding: 10px;
  background-color: #6aa84f;
  border-radius: 8px;
  color: #FFF!important;
}
.cart .title, .billing .title {
  border-bottom: 1px solid #AAA;
}
.cart-product {
  background-color: #EEE;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0px;
  display: none;
}
.cart-product .row-1 {
  padding-bottom: 10px;
}
.cart-product .name {
  padding-top: 6px;
}
.cart-product img {
  height:auto; 
  width:75px;
  max-width: 100%;
}
.cart-product .quantity {
  background-color: #FFF;
  display: inline-block;
  height: 20px;
  width: 50px;
  font-size: 16px;
  padding: 0;
  text-align: center;
}
.cart-total {
  display: none;
  margin-top: 20px;
  padding: 10px 0;
  border-top: 2px solid #AAA;
  border-bottom: 2px solid #AAA;
  font-size: 18px;
  font-weight: 600;
}
.billing {
  display: none;
}
.billing .title{
  margin-top: 40px;
  margin-bottom: 20px;
}
.billing p {
  line-height: 1.5; 
  margin-bottom: 5px;
}
.billing input {
  font-size: 18px;
  height:30px;
}
.billing .btn {
  height: 45px;
  color: #FFF!important;
  font-size: 18px;
  font-weight: 600;
}
.title {
  background-color: #FFF;
}