body{
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

a:hover{
  text-decoration: none !important;
}

.top-sec h1{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 25px !important;
    letter-spacing: 3px;
}

.left-sec{
    width: 100%;
    margin: 0px;
    padding: 20px;
    background-color: white !important;
}

.left-sec h3{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 20px !important;
    letter-spacing: 1px;
    margin-top: 20px;
}

.btn-add{
    position: absolute !important; 
    top: -40px !important;
    right: 10px !important;
    color: white !important;
    background-color: teal !important;
    border-radius: 0px !important;
    margin-top: 0px;
    padding:10px !important; 
}

.btn-add a{
    text-decoration: none;
    color: white !important;
}
.btn-add a:hover{
    text-decoration: none;
}

.right-sec{
    width: 100%;
    margin: 0px;
    padding: 10px;
    background-color: white !important;
    border-top:1px solid lightgray ;
    border-right:1px solid lightgray ;
    border-bottom:1px solid lightgray ;
    border-left:1px solid lightgray ;
}

.right-sec h3{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 20px !important;
    letter-spacing: 1px;
    padding: 5px;
    border-bottom:1px solid lightgray ;
}
 
  .summary-total-items {
    color: #666;
    font-size: 0.875rem;
    text-align: center;
  }
  .summary-product img{
      width: 60%;
      padding: 10px;
  }
  .summary-subtotal,
  .summary-total {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    margin: 1rem 0;
    overflow: hidden;
    padding: 0.5rem 0;
  }
  
  .subtotal-title,
  .subtotal-value,
  .total-title,
  .total-value,
  .promo-title,
  .promo-value {
    color: #111;
    float: left;
    width: 50%;
  }
  
  .summary-promo {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .promo-title {
    float: left;
    width: 70%;
  }
  
  .promo-value {
    color: #8b0000;
    float: left;
    text-align: right;
    width: 30%;
  }
  
  .summary-delivery {
    padding-bottom: 3rem;
  }
  
  .subtotal-value,
  .total-value {
    text-align: right;
  }
  
  .total-title {
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .summary-checkout {
    display: block;
  }
  
  .checkout-cta {
    display: block;
    float: none;
    text-align: center;
    text-transform: uppercase;
    padding: 0.625rem 0;
    width: 100%;
  }
  .checkout-cta a{
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  .checkout-cta a:hover{
    text-decoration: none;
    color: teal;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  .summary-delivery-selection {
    background-color: #ccc;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: block;
    font-size: 0.625rem;
    height: 34px;
    width: 100%;
  }

  .form-control {
    width: 95% !important;
    height: 50px !important;
    margin-top: 20px !important;
    margin-left: 10px !important;
    padding: 20px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    border: solid 1px gray !important;
    border-radius: 0px !important;

  }

   .address-line{
    width: 98% !important;
    height: 50px !important;
    margin-top: 20px !important;
    margin-left: 10px !important;
    padding: 20px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    border: solid 1px gray !important;
    border-radius: 0px !important;
  }

  .submit{
    background-color: teal !important;

  }
  
  .button--full {
    border: none !important;
    padding: 10px;
    border-radius:25px ;
    color: black;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    inline-size: 100%;
    background-color: teal !important;
  }

  .form-control:focus {
    border:solid 1px teal !important;
    outline: teal !important;
    box-shadow: none !important;
    border-radius: 0px !important;
  }

  .form-control:hover{
    border:solid 1px teal !important;
    outline: teal !important;
    box-shadow: none !important;
    border-radius: 0px !important;
  }