/*
Theme Name: Hazel
Theme URI: http://demo.select-themes.com/hazel
Description: Hazel Theme
Tags: portfolio, clean, retina, photography, art, video, ajax, agency, blog, shop, business, elegant, hipster, multi-purpose, fullscreen
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 3.6
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.


*/
#billing_email_field, #billing_phone_field {width:46% !important}
#place_order {float:right}
.button-catalog{
    padding: 10px;
    background-color: white;
    color: #ecae80;
    border-radius: 10px;
    border: 1px solid #ecae80;
    font-size: 1.3em;
    transition: all .4s ease;
}
.button-catalog:hover{
    background-color:#ecae80;
    color: white;
    transition: all .4s ease;
    border: 1px solid white;
}

.content .container .container_inner.default_template_holder{
    text-align: center;
    padding-bottom: 30px;
}

body .woocommerce form.checkout .col2-set p.form-row label{
	display: block;
}