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

:root {
	--wd-text-font: "Alice", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(53,53,53);
	--wd-text-font-size: 18px;
	--wd-title-font: "Alice", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Alice", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--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: "Alice", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(140,198,63);
	--wd-alternative-color: rgb(38,84,46);
	--wd-link-color: rgb(109,188,39);
	--wd-link-color-hover: rgb(38,84,46);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(140,198,63);
	--btn-accented-bgcolor-hover: rgb(38,84,46);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://www.olivami.com/wp-content/uploads/2022/04/page-title-olivami-1.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(250,250,250);
	background-image: none;
}
html .wpcf7 input[type="submit"] {
	background: rgb(141,197,63);
}
html .wpcf7 input[type="submit"]:hover {
	background: rgb(0,107,12);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-text-font-size: 18px;
	--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 16px;
	--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


li{
  margin: 1px 0;
}
.wpb-js-composer .info-box-carousel-wrapper .wd-info-box {
    margin-bottom: -2px;
    padding: 0px !important;
}
.wd-info-box .info-btn-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-style-shadow {
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 79%) !important;
    transition: box-shadow .7s ease;
}

.tabs-layout-tabs .tabs li.active a {
    opacity: 1;
    display: none;
}



.related-and-upsells:empty {
    margin-top: -80px;
}

.product-tabs-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid;
    border-bottom: 0px solid;
    border-color: rgba(119,119,119,0.2);
    background-color: #FFF;
}

.btn, .button, button, [type="submit"], [type="button"] {
    padding: 12px 25px;
    font-size: 13px;
    line-height: 18px;
    background-color: #8CC63F;
    color: white;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 5px;
    width: inherit;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}


{
	content-visibility: auto;
	contain-instrict-size: 1px 5000px;
	}

.wc-stripe-link-icon{
	display:none !important;
}
.price .from{
	display:none;
}



/*personalizza sezione con flexible product fields (nome albero e regalo)*/

.fpf-fields {
display: block;
clear: both;
margin: 1em 0;
background-color: #F1FAEE;
border: 2px;
border-style: solid;
border-color: #8CC63F;
border-radius: 5px;
padding: 10px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
padding: 10px;
max-width: 100%;
width: 100%;
height: var(--wd-form-height);
border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
border-radius: 5px;
background-color: #ffffff;
box-shadow: none;
color: var(--wd-form-color);
vertical-align: middle;
font-size: 14px;
transition: border-color .5s ease;
}


.TermsText {
    display: none;
    color: var(--colorTextSecondary);
}


fieldset {
    margin-bottom: 20px;
    padding: 20px 40px;
    border: 2px solid var(--brdcolor-gray-300);
    border-radius: var(--wd-brd-radius);
    display: none;
}




@media (min-width: 1025px) {
	.product-image-summary .single_add_to_cart_button {
    margin-bottom: 10px;
    padding: 18px 120px;
    border-radius: 5px;
		font-size:18px
}


div.quantity input[type="button"] {
    padding: 0 5px;
    min-width: 25px;
    height: 55px;
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    background: transparent;
    box-shadow: none;
    font-size: 18px;
}

div.quantity input[type="number"] {
    width: 35px;
    height: 55px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    font-size: 18px;
}



}

@media (min-width: 577px) and (max-width: 767px) {
	.wd-toolbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
    height: 55px;
    background-color: #fff;
    box-shadow: 0 0 9px rgb(0 0 0 / 12%);
}

.wd-toolbar-label {
    position: absolute;
    right: 10px;
    bottom: 3px;
    left: 10px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    padding: 1px 0;
    margin-left: -10px;
}

.wd-tools-element .wd-tools-icon {
    position: relative;
    font-size: 0;
    margin-left: -10px;
}

.wd-toolbar-link .wd-custom-icon, picture.wd-custom-icon img {
    min-width: 100%;
    max-width: 80px;
    width: auto;
    height: auto;
}

.wd-toolbar-link .wd-custom-icon img {
    width: 90px;
    height: 72px !important;
    margin-top: -44px;
    padding-left: -12px;
    margin-left: 39px;
    margin-right: 35px;
}
	

body .wd-header-cart .wd-tools-icon.wd-icon-alt:before {
    content: "";
	  display:inline-block;
	 width:27px;
	height:27px;
	background-image:url(https://www.olivami.com/wp-content/uploads/2022/04/wheelbarrow-1-e1650028331449.png);
	background-repeat:no-repeat;
	background-size:contain;
}

.product-image-summary .single_add_to_cart_button {
    margin-bottom: 10px;
    padding: 12px 72px;
    border-radius: 5px;
}


}

@media (max-width: 576px) {
	.wd-toolbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
    height: 55px;
    background-color: #fff;
    box-shadow: 0 0 9px rgb(0 0 0 / 12%);
}

.wd-toolbar-label {
    position: absolute;
    right: 10px;
    bottom: 3px;
    left: 10px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    padding: 1px 0;
    margin-left: -10px;
}

.wd-tools-element .wd-tools-icon {
    position: relative;
    font-size: 0;
    margin-left: -10px;
}

.wd-toolbar-link .wd-custom-icon, picture.wd-custom-icon img {
    min-width: 100%;
    max-width: 100px;
    width: auto;
    height: auto;
}

.wd-toolbar-link .wd-custom-icon img {
    width: 110px !important;
    height: 72px !important;
    margin-top: -44px !important;
	  margin-left: 39px !important;
    margin-right: 35px !important;
}
	

body .wd-header-cart .wd-tools-icon.wd-icon-alt:before {
    content: "";
	  display:inline-block;
	 width:27px;
	height:27px;
	background-image:url(https://www.olivami.com/wp-content/uploads/2022/04/wheelbarrow-1-e1650028331449.png);
	background-repeat:no-repeat;
	background-size:contain;
}

.product-image-summary .single_add_to_cart_button {
    margin-bottom: 10px;
	  width: 65%;
    border-radius: 5px;
}

.single-product .site-content {
    margin-bottom: -65px;
}

.single_add_to_cart_button {
    border-radius: var(--btn-shop-brd-radius);
    color: white;
    box-shadow: var(--btn-shop-box-shadow);
    background-color: #8CC63F;
    font-size: 16px !important;
    padding: 0px 0px !important;
}








}

