/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

#pa_sexo, #pa_pago {
    border-radius: 0px !important;
    font-size: 14px;
}

.variations_form select {
appearance: none;
-webkit-appearance: none;
	-moz-appearance: none;
		display: inline-block;
	width: 100%;
	cursor: pointer;
  	padding: 7px 10px;
  	height: 42px;
  	outline: 0; 
  	border: 0;
	border-radius: 0;
	background-color: #ffffff;
	font-size: 1em;
	color: #999;
	font-family: 
	'Quicksand', sans-serif;
	border:2px solid rgba(0,0,0,0.2);
    border-radius: 12px;
    position: relative;
    transition: all 0.25s ease;
}
.header_bottom_widget.widget_text {
    display: inline-block;
    margin-left: 15px;
}
.woocommerce-form-login-toggle .woocommerce-info {
    border: solid 1px #ed2c32;
}
h2 a.shipping-calculator-button {
    font-size: 26px;
}