/*
Theme Name:   	estudiopremade
Author:       	@bvarases
Author URI:     http://bvaras.es
Template:     	storefront
Description:  	adhoc theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
*/
/*
 * Add your own custom css below this text.
 */



*:focus {outline: 0 !important;}

<link rel="preconnect" href="https://fonts.gstatic.com"> 
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100&display=swap" rel="stylesheet">

body {font-family: 'Roboto Mono', monospace; font-weight: 100;}


/* woo */
.woocommerce-info {background-color: transparent; color: black; border-color: black !important; }
.woocommerce-error {background-color: transparent; color: red; border-color: red;}

datepicker-title {background-color: black;}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {border-radius:0px;}

.wc-bookings-date-picker.wc-bookings-date-picker-booking.wc_bookings_field_start_date {
  border-radius:0px;  font-size: 0.7em;  font-family: roboto mono; background-color: white !important;}


