/*!
Theme Name: meubebe
Theme URI: https://webrain.com.br
Author: Webrain
Author URI: https://webrain.com.br
Description: Template Meu Bebê
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meubebe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

*/

body.home {
    overflow-x: hidden;
}

form.checkout_coupon.woocommerce-form-coupon {
    background: #FBFBFB;
    padding: 30px;
    border: 0px;
}

form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
    background: #e6e6e6;
    border: 0px;
    padding: 14px 16px;
    border-radius: 8px;
}

form.checkout_coupon.woocommerce-form-coupon button.button {
    width: 100%;
    background: #47a84e !important;
    padding: 16px !important;
    border: 0px;
    border-radius: 8px;
    color: #fff !important;
    white-space: break-spaces;
}

.woocommerce-form-coupon-toggle a {
    color: #203748;
    text-decoration: none;
    font-weight: bold;
}

@media(max-width: 768px){
	.woocommerce-form-coupon .form-row-first, .woocommerce-form-coupon .form-row-last{
		float: none!important;
		width: 100%!important;
	}
}