@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.upromastore.it/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.1") format("woff2");
}

:root {
	--wd-header-banner-h: 80px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(84,116,76);
	--wd-alternative-color: rgb(175,211,87);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(72,108,64);
	--btn-default-bgcolor-hover: rgb(63,107,53);
	--btn-accented-bgcolor: rgb(204,203,177);
	--btn-accented-bgcolor-hover: rgba(204,203,177,0.73);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(204,203,177);
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.header-banner {
	background-color: rgb(221,153,51);
	background-image: none;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://www.upromastore.it/wp-content/uploads/2024/01/header.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
}
.footer-container {
	background-color: rgb(35,35,35);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(72,108,64);
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #333;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.page-id-245 .main-page-wrapper {
	padding-top: 0 !important;
}

.page-title-default{
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3)
}

.wc-block-cart__submit {
	background: #cccbb1;
	color: #000;
}

.wc-block-components-radio-control__option {
	padding: 0 0 0 3rem !important;
}

footer .widget {
	border-bottom: 0 !important;
}

/* Pulsante WhatsApp */
.wa-icon-link {
	display: flex !important;
	width: 60px;
	height: 60px;
	background-color: #25D366;
	background-image: url("https://www.upromastore.it//wp-content/uploads/2024/01/whatsapp-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: fixed;
	bottom: 20px;
	left: 20px;
	border-radius: 5px;
}

/* Pulsante WhatsApp Mobile */
@media screen and (max-width: 600px) {
	.wa-icon-link {
		width: 40px;
		height: 40px;
		bottom: 65px;
		left: 10px;
	}
}
/* Pulsante WhatsApp Mobile */
#shipping_method_0_local_pickup3:checked + label[for=shipping_method_0_local_pickup3]::after {
    display: block;
    content: "Ordine disponibile dopo 24 ore";
	color: var(--action);
	font-weight: bold;
	white-space: pre-wrap;
}