/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
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:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

.woocommerce-MyAccount-navigation-link--downloads{
	display: none !important;
}

#rental-period-start, #rental-period-end{
	min-height: 50px !important;
	font-size: 16px !important;
}

.search-results .price{
	text-align: center !important;
}

.search-results .woocommerce-loop-product__title{
	min-height: 100px !important;
}


@media (min-width: 769px) {
	.search-results li.product{
		
		clear: none !important;
		margin: 0 !important;
		padding: 20px 15px !important;
		width: 25% !important;

	}
}

.term-30 .product-category img{
	min-height: 265px !important;
}

#billing_reference_field{
	display: none !important;
}

#place_order{
	background-color: #F2672C !important;
}

.cart_item .product-name a{
	color: #F2672C !important;
}

.woocommerce div.product div.images img{
	width: 50% !important;
}

/* PS Company - Modifiche 30 7 24 */
/* HIDE Elements Cart */
/* Date selector rentman -> .rental-period */ 
.cart_totals > .shop_table, .cart_totals > .shop_table_responsive, .cart_totals > h2{
	display: none !important;
}

.woocommerce-cart-form th.product-price, .woocommerce-cart-form th.product-subtotal, 
.woocommerce-cart-form td.product-price, .woocommerce-cart-form td.product-subtotal{
	display: none !important;
} 

/* HIDE Elements Checkout */
/*.order-rental-period{
	display: none !important;
}*/

.woocommerce-checkout-review-order-table tfoot, .woocommerce-checkout-review-order-table .product-total{
	display: none !important;
}

#additional_day_delivery, #additional_time_delivery, #additional_day_return, #additional_time_return{
	width: 100% !important;
}

/* HIDE Elements Confirm Order Page */

table.order_details .product-total{
	display: none !important;
}

table.order_details tfoot tr:first-child, 
table.order_details tfoot tr:nth-child(2),
.woocommerce-order-overview__total {
    display: none !important;
}

table.woocommerce-MyAccount-orders th.woocommerce-orders-table__header-order-total,
table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-total{
	display: none !important;
}

.hide_pr {
    display: none !important;
}


/* Mantieni lo stile dell'input anche quando è readonly */
input#additional_day_delivery[readonly],
input#additional_day_return[readonly] {
    border-style: solid;
    border-color: var(--formfieldbordercolor);
    border-width: var(--formfieldborderwidth);
    border-radius: var(--formfieldborderradius, 3px);
    background: var(--formfieldbgcolor);
    color: var(--formfieldcolor);
    padding: var(--formfieldpadding);
    padding-right: 30px; /* Aggiunge spazio per l'icona */
    text-transform: var(--formfieldtexttransform);
    font-weight: var(--formfieldfontweight);
    font-family: var(--bodyfontfamily);
    font-size: var(--formfieldfontsize);
    letter-spacing: var(--formfieldletterspacing);
    line-height: var(--formfieldlineheight);
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    position: relative; /* Necessario per posizionare l'icona */
}

input#additional_day_delivery[readonly]:focus,
input#additional_day_return[readonly]:focus {
    border-color: #F2672C;
}

/* Aggiungi l'icona del calendario */
input#additional_day_delivery[readonly]::after,
input#additional_day_return[readonly]::after {
    content: '\f073'; /* Codice dell'icona calendario in Font Awesome */
    font-family: 'Font Awesome 5 Free'; /* Specifica la libreria di icone */
    font-weight: 900; /* Peso dell'icona */
    position: absolute;
    right: 10px; /* Posiziona l'icona all'estrema destra */
    top: 50%;
    transform: translateY(-50%); /* Centra verticalmente l'icona */
    color: var(--formfieldcolor); /* Colore dell'icona */
    pointer-events: none; /* Impedisce l'interazione con l'icona */
}





