/*
Theme Name:    Garden Roses Direct
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Mission Web Marketing
Author URI:    https://missionwebmarketing.com
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

body.woocommerce form .form-row input.input-text, 
body.woocommerce-page form .form-row input.input-text, 
body.woocommerce form .form-row textarea, 
body.woocommerce-page form .form-row textarea, 
body.woocommerce form .form-row select, 
body.woocommerce-page form .form-row select {
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
	height: auto;
	font-size: 23px!important;
    font-family: inherit;
    letter-spacing: normal;
	border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #cccccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
	margin-top: 10px !important;
    margin-bottom: 15px !important;
	outline: none;
    line-height: 1.3!important;
    text-align: left;
    color: #8e8a86;
} 
body.woocommerce-page ul.products li.product a.button, 
body.woocommerce-page .woocommerce-message a.button, 
body.woocommerce-page .woocommerce-message a.button.wc-forward, 
body.woocommerce-page .woocommerce a.button.wc-forward, 
body.woocommerce-page button.button, 
body.woocommerce-page button.button.alt, 
body.woocommerce-page a.button, 
body.woocommerce-page a.button.alt, 
body.woocommerce-page .woocommerce button[type=submit], 
body.woocommerce-page button[type=submit].alt.disabled,
body .fl-page input[type=submit] {
	background-clip: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(0,0,0,0.6);
	font-size: 1em;
    width: auto;
	height:auto;
    margin: 0 16px 0 0;
	font-family: "Lato",sans-serif;
    font-weight: 400;
	line-height: 1.2;
    text-transform: uppercase;
	color:#fff!important;
	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body.woocommerce-page ul.products li.product a.button:hover, 
body.woocommerce-page .woocommerce-message a.button:hover, 
body.woocommerce-page .woocommerce-message a.button.wc-forward:hover, 
body.woocommerce-page .woocommerce a.button.wc-forward:hover, 
body.woocommerce-page button.button:hover, 
body.woocommerce-page button.button.alt:hover, 
body.woocommerce-page a.button:hover, 
body.woocommerce-page a.button.alt:hover, 
body.woocommerce-page .woocommerce button[type=submit]:hover,
body .fl-page input[type=submit]:hover {
	color: #ffffff;
    background: #ec627a;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;	
}
body.woocommerce form .form-row input.input-text:focus, 
body.woocommerce-page form .form-row input.input-text:focus, 
body.woocommerce form .form-row textarea:focus, 
body.woocommerce-page form .form-row textarea:focus, 
body.woocommerce form .form-row select:focus, 
body.woocommerce-page form .form-row select:focus {
	border-color: #ec627a;
}
.wwlc-register .form-control {
	border:none;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
}

.wwlc-register .select2-selection {
	padding:15px;
	height:auto;
}
.wwlc-register .select2-selection:focus {
	border-color: #ec627a;
	border-width:1px;
	outline:none;
}
.wwlc-register .select2-container--default .select2-selection--single .select2-selection__arrow {
	top:50%;
	margin-top:-13px;
}
body span.price {
    margin: 0 0 0;
	display: inline-block;
}
span.price_per_stem {
	display: inline-block;
    margin: 0 0 1.714285714rem;
}