/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.flatpickr-mobile:before  {
	content: attr(placeholder);
	color: gray;
  }
  .flatpickr-mobile:focus[value]:not([value=""]):before {
	display: none;
  }
  
  input[type="hidden"][value]:not([value=""]) + .flatpickr-mobile:before {
	display: none; 
  }
  

.summary-inner > p.price {
	display: none;
}

.product-type-phive_booking span.price {
    display: none;
}

.main-page-wrapper {
	padding-top:0 !important;
}

.active_link {
	background-color:rgb(119,16,0) !important;	
}

.active_link:hover {
	background-color:rgb(119,16,0,.6) !important;
}

.active_link a {
	color:#fff !important;
}

.scrollToTop {
	left:none;
	right:20px !important;
}

/* prev, next buttons booking calendar */
.ph-calendar-month .ph-prev {
	float:right !important;
}

.ph-calendar-month .ph-next {
	float:left !important;
}

.button[name="update_cart"] {
	color:white !important;
}


@media (max-width: 560px) {
	.swal2-popup.swal2-modal.swal2-show {
		width: 100% !important;
	}
	
	table th, table td {
		font-size: 60%;
	}
}

.wd-switch-to-register {
	color:#fff !important;
}

/* .price {
	display: none !important;
} */