#checkoutMain .woocommerce-info{
    background: #1ec770
}

#checkoutMain .woocommerce-notice{
    background: #ff7e75;
}

#checkoutMain .form-row{
    margin-left: 0;
    display: block;
}

#checkoutMain #order_review_heading, #order_review{
    width: 100%;
    float: none;
}

#checkoutMain .button{
    opacity: 1 !important;
    text-shadow: 0px 1px 2px #00000063;
    color: #fff;
    background: #FF7F50;
    font-size: 16px;
    font-weight: 800;
    transition: .3s all ease;
    text-transform: uppercase;
    border: 1px #FF7F50 solid;
}

#checkoutMain .button:hover{
  text-decoration: none;
  background: #fff;
  color: #454B57;
  border: 1px #454B57 solid;
  text-shadow: none;
  transition: .3s all ease;
}

#checkoutMain h3{
    font-size: 18px;
}

#checkoutThankyou h2{
    font-size: 18px;
}

#checkoutThankyou .woocommerce-notice{
    font-size: 20px;
}