/**
* Theme Name: Delicioz Child
* Description: This is a child theme of Delicioz, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: delicioz
* Version: 1.0.1
*/

ul.products .product-caption a[class*=product_type_], .wc-block-grid__products .product-caption a[class*=product_type_]{
	font-size: 12px !important;
    padding: 10px 25px !important;
    letter-spacing: 1px;
}

ul.products .product-caption .product-caption-bottom, .wc-block-grid__products .product-caption .product-caption-bottom{
	background-color: #000;
}

input:is([type="date"]{
	-webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    min-height: 1.2em !important;
}

div#ui-datepicker-div { z-index:1000!important; }
