/*
Theme Name: COA Theme
Text Domain: coa
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Company Of Animals Custom Theme.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: The BPL Team
Author URI: https://www.bplmarketing.com/
Theme URI: https://www.companyofanimals.co.uk/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

body{ 
    color: red;
}
.return-to-shop .button.wc-backward{
    font-family: 'Raleway',sans-serif;
    border: 1px solid #0d3f67;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    white-space: nowrap;
    padding: 15px 35px;
    font-size: .875em;
    color: #0d3f67;
    font-weight: 700;
    cursor: pointer;
    margin: 0 20px 0 auto;
    background: transparent;
}
.return-to-shop .button.wc-backward:hover{
   background: #0d3f67;
   color: #fff; 
}
.restore-item{
    padding: 12px 50px !important;
}
.woocommerce-info{
    border-top-color: #8fae1b;
}
.woocommerce-info::before{
    color: #8fae1b;
}
.woocommerce form input {
    padding: 10px 17px;
}
.woocommerce-form-coupon .form-row-first{
    margin-top: 30px !important;
}