/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
  opacity: 0 !important;
}

.wc-bookings-date-picker .ui-datepicker td {
  border-bottom: 1px solid #e6e6e6;
}

/* .wc-bookings-date-picker .ui-datepicker td.fully_booked a {
  background-color: #FF0000 !important;
}
*/
.wc-bookings-date-picker .ui-datepicker td.bookable a[data-price]::after {
    content: '\20AC'attr(data-price);
    display: block;
    font-size: small;
}
.wc-bookings-date-picker .ui-datepicker td.not_bookable a {
	background-color: #FFF !important;
	color: #000 !important;
}
.woocommerce-page div.product form.cart table td {
  padding-left: 0px !important;
  height: 30px;
  width: 80px;
  font-size: 12px;
  /*padding-top: 24px;*/
}

.calendario-leyenda {
  height: 45px;
}

.calendario-leyenda>ul {
  display: flex;
  justify-content: space-around;
}

.calendario-leyenda>ul>li.dia-libre:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 6px;
  margin: 0px 7px 0 10px;
  background-color: #81c990;
  margin: 0px 7px 0 0;
}

/*.calendario-leyenda>ul>li.dia-ocupado:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 6px;
  margin: 0px 7px 0 10px;
  background-color: #ff8e21;
  margin: 0px 7px 0 0;
}*/

.calendario-leyenda>ul>li.dia-reservado:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 6px;
  margin: 0px 7px 0 10px;
  background-color: #c0392b;
  margin: 0px 7px 0 0;
}

.calendario-leyenda>ul>li.dia-no-disponible:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 6px;
  margin: 0px 7px 0 10px;
  background-color: #ffffff;
  margin: 0px 7px 0 0;
}

.calendario-leyenda>ul>li>span {
  display: inline-block;
}

.wc-bookings-date-picker .ui-datepicker td .ui-state-default {
  height: 30px;
  width: 80px;
  font-size: 12px;
  /*padding-top: 24px;*/
}

.wc-bookings-date-picker .ui-datepicker table {
  margin: 1px;
}

.wc-bookings-date-picker .ui-datepicker td a[data-custom] {
  position: relative;
  /*padding-bottom: 10px;*/
}

.wc-bookings-date-picker .ui-datepicker td.bookable a[data-custom]::after {
  /*STYLE THE CUSTOME DATA HERE*/
  content: '€'attr(data-custom);
  display: block;
  font-size: small;
}

.wc-bookings-date-picker .ui-datepicker td.bookable-range a[data-custom]::after {
  /*STYLE THE CUSTOME DATA HERE*/
  content: '€'attr(data-custom);
  display: block;
  font-size: small;
}

/* .wc-bookings-booking-form {
  background: #eee;
} */

.woocommerce .product div.entry-summary .cart .button {
  padding: 30px 100px 30px 100px;
  font-size: 22px
}

form.cart {
  position: relative;
}

.wccpf-fields-container {
  position: absolute;
  top: 0;
  right: 120px;
}

.wccpf_label {
  text-align: left;
  box-shadow: none;
  border: none;
  display: block;
  padding-bottom: 0px !important;
}

.wccpf_value {
  border: none;
  box-shadow: none;
  display: block;
  padding-top: 0px !important;
  width: 290px !important;
}

.woocommerce-page div.product form.cart table td {
  box-shadow: none;
}

table.wccpf_fields_table td.wccpf_value input[type=text] {
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02) !important;
  height: 37px !important;
  background-color: rgba(255, 255, 255, 1);
  border-color: #EBEBEB !important;
  color: #626262;
}

table.wccpf_fields_table td.wccpf_value input[type=text]:focus {
  color: #0d889a;
  background-color: rgba(233, 245, 252, 1) !important;
  border-color: #0d889a !important;
}

#wc_bookings_field_persons {
  width: 70px;
}

table.wccpf_fields_table td.wccpf_label label {
  width: auto !important;
  display: inline-block !important;
}

table.wccpf_fields_table td.wccpf_label label:after {
  content: ':';
  display: inline-block;
}

table.wccpf_fields_table td.wccpf_label span {
  display: none;
}
