/**

* Theme Name: Flaxoc Child

* Description: This is a child theme of Flaxoc, generated by Merlin WP.

* Author: <a href="http://themeforest.net/user/themexriver">ThemeXriver</a>

* Template: flaxoc

* Version: 1.0.2

*/


.checkout-container input {
    border:1px solid #ccc;
    border-radius:5px;
}

.checkout-container button {
    background:#ff6f61;
    color:#fff;
    border:none;
    cursor:pointer;
}

.checkout-container button:hover {
    background:#e65b50;
}


