/*
Theme Name: Peony Child
Theme URI: https://peony.qodeinteractive.com
Description: A child theme of Peony
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: peony
Template: peony
*/

.custom-quote-notice {
	background-color: #fff3cd !important; /* Giallo chiaro */
	color: #856404 !important;            /* Testo marrone scuro */
	border-left: 5px solid #ffeeba !important;
	font-weight: bold;
	margin-bottom: 20px;
}

#block-52 img{
	width:300px;
}

.filter-title{
	font-size: 22px;
	padding: 15px 0;
	font-weight: bold;
}

.woocommerce-message, .wp-block-woocommerce-checkout-order-summary-block{
	background: #e0ede0;
}

.rfqcart-link-shop{
	font-weight: bold;
	text-decoration: underline;
}

.wc-block-components-totals-wrapper, .wp-block-woocommerce-checkout-order-summary-totals-block{
	border:none!important;
}

.wc-block-checkout__actions .wc-block-checkout__actions_row,.wc-block-components-product-metadata,.wc-block-components-address-card{
	font-size:inherit!important;
	line-height:inherit!important;
}

#billing-address_2,.wc-block-components-address-form__address_2-toggle, .wp-block-woocommerce-cart-order-summary-block,.wc-block-cart-items__header-total,.qodef-m-order-label,.qodef-e-media-inner{
	display:none!important;
}

.woocommerce-page div.woocommerce .shop_table td {
	padding: 15px;
}

.qodef-header--standard #qodef-page-header-inner{
	border:none!important;
}

.cky-notice-btn-wrapper .cky-btn:not(.cky-btn-accept) {
	border-color: #1e312e!important;
	color: #1e312e!important;
}

.cky-btn-accept{
	background-color: #70895b!important;
	border-color: #1e312e!important;
	color: #fff!important;
}

/*Mobile*/
@media (max-width: 768px) {
	.qodef-widget-dropdown-cart-outer{
		padding: 55px 10px 0px 0px!important;
	}
	.single-product #qodef-page-inner {
		position: relative;
		padding: 40px 0 100px;
	}
	 .woocommerce-checkout #qodef-page-inner {
		position: relative;
		padding: 20px 0 60px;
	}

	.checkout-order-summary-block-fill-wrapper{display:none!important;}
	.wc-block-components-checkout-order-summary__title-text{padding:0 15px;}
}

