/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Dec 07 2023 | 12:49:49 */
.qodef-masonry-gallery-list .qodef-e-link {
    pointer-events: none !important;
}

a.compare.button {
    display: none;
}

.sp-el-section {
    margin: 0 50px;
}

/* Colori */

h2 strong {
    color: #659d44;
}

.qodef-contact-form-7 .qodef-footer-newsletter-form button {
    background: var(--qode-main-color);
    color: #fff;
}

.qodef-woo-product-list .added_to_cart:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist), .qodef-woo-product-list .button:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist) {
    background: var(--qode-main-color)!important;
    color: #fff!important;
    border-color: var(--qode-main-color)!important;
    
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.qodef-woo-product-list .added_to_cart:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist):hover, .qodef-woo-product-list .button:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist):hover {
    border-color: var(--qode-main-color)!important;
    transform: scale(1.05);
}

.qodef-woo-product-list .qodef-woo-product-image-inner .compare, .qodef-woo-product-list .qodef-woo-product-image-inner .yith-wcqv-button, .qodef-woo-product-list .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist:after {
    background: #659d44 !important;
    color: #fff !important;
}

/* Ricette */

.single-post .add_to_cart_button {
    width: 100px;
    display: block;
    padding: 7px;
    border-radius: 5px;
}

#ricetta-prodotti {
    display: none !important;
}

#qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-media-image a {
    display: flex;
    max-height: 300px;
    align-items: center;
    overflow: hidden;
}

.qodef-blog.qodef-m.qodef--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qodef-blog.qodef-m.qodef--list article {
    flex-basis: calc(50% - 10px);
}

.archive .qodef-blog .qodef-blog-item .qodef-e-media-image a {
    display: flex;
    align-items: center;
    max-height: 300px;
    overflow: hidden;
}

/* Generale */

body .vc_row.px-5 {
    padding: 10px;
}

.qodef-woo-product-title-link {
    font-size: 20px;
    color: #5e2300;
}

.mt-0 {
    margin-top: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oleo Script', cursive !important;
    color: #5e2300;
}

body, a, .qodef-quick-shop-opener, .qodef-theme-button, button[type=submit], input[type=submit], #qodef-woo-page .added_to_cart:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist), #qodef-woo-page .button:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist), .qodef-woo-shortcode .added_to_cart:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist), .qodef-woo-shortcode .button:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist) {
    font-family: 'Nunito', sans-serif;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    padding: 15px 30px;
}

.qodef-header-navigation>ul>li>a {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 14px;
}

.qodef-opener-icon {
   height: 71px;
}

.qodef-theme-button, button[type=submit], input[type=submit] {
    border: 0;
    padding: 15px 27px;
}

#qodef-page-footer-top-area {
    border: 0;
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    background: #669832;
}

.qodef-quick-shop-opener:before {
    content: "";
    background: url(https://sicilyputia.it/wp-content/uploads/2021/10/marchi-sx-250.jpg) no-repeat;
    transform: scale(1, 1);
    background-size: cover;
    background-position: bottom;
    display: block;
    position: absolute;
    height: 52px;
    width: 30px;
    left: -25px;
    top: 0;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.qodef-quick-shop-opener.qodef-show:after {
	background: linear-gradient(-45deg, #659d44, #b0d59c, #659d44, #b0d59c);
	background-size: 400% 400%;
	animation: gradient 12s linear infinite;
	top: 0;
	border-top-right-radius: 5px;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* Special */

.special-row {
    background: url("https://sicilyputia.it/wp-content/uploads/2021/10/pexels-laura-james-6102001-1.jpg") no-repeat;
    background-size: cover;
    max-height: 400px;
    margin-top: 125px;
    margin-bottom: 125px;
    border: 1px solid #ddd;
}

.bg-natale {
    max-height: 400px;
    overflow: visible;
}

.special-row .qodef-single-image img {
    max-height: 500px;
    width: auto;
    margin: 0 auto;
}

.special-row .qodef-button.qodef-layout--filled.qodef-html--link {
    background: #c90000;
}

.overflow-visible {
	overflow: visible !important;
}

.special-row .qodef-info-section.qodef-layout--background-text .qodef-m-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
	color: #fff !important;
	text-shadow: 2px 2px 6px black;
}

.max-600w {
    max-width: 600px;
}

.special-row .qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin-bottom: 30px;
    color: #202020;
    font-family: 'Nunito';
    font-size: 16px;
    max-width: 450px;
}

.special-row .qodef-info-section.qodef-layout--background-text a .qodef-m-text {
    margin: 0;
    color: #fff;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    border: 0;
}

.special-row.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
    padding: 0;
}

/* Home */

.home-custom-newsletter div {
    display: flex;
}

.home-custom-newsletter div input {
    margin: 0;
    border-radius: 0;
}

.home-custom-newsletter div button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: 0;
}

.box-nexsletter h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
}

.box-nexsletter {
    background: #c6d7bd;
    padding: 45px 50px 25px;
    margin-top: -90px;
    overflow: visible;
    z-index: 999;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}

.box-nexsletter:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 215px;
    background: url(https://sicilyputia.it/wp-content/uploads/2021/10/Mattonelle_SX-NEWS.png) no-repeat;
    left: 0;
    top: 0;
    transform: scale(1, -1);
}

.box-nexsletter:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 215px;
    background: url(https://sicilyputia.it/wp-content/uploads/2021/10/Mattonelle_SX-NEWS.png) no-repeat;
    right: 0;
    top: 0;
    transform: scale(-1, 1);
    z-index: -1;
}

.home-custom-newsletter div input {
    background: #fff;
}

.wpcf7-list-item {
    margin: 0;
}

.box-nexsletter {
    padding-left: 90px;
}

.box-nexsletter p {
    color: #000;
    font-size: 18px;
    max-width: 407px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.box-nexsletter .vc_col-sm-6:first-child > div {
    max-width: 450px;
    margin: 0 auto;
}

.box-nexsletter .vc_col-sm-6:first-child > div {
    max-width: 450px;
    margin: 0 auto;
}

h2.qodef-m-title:before, h2.qodef-m-title:after {
	content: "";
	width: 115px;
	height: 19px;
	background: url(https://sicilyputia.it/wp-content/uploads/2021/10/Mattonelle_MATTONELLA.png);
	position: absolute;
	background-size: contain;
	bottom: 15px;
	left: -125px;
}

h2.qodef-m-title {
    display: inline-block;
    position: relative;
}

h2.qodef-m-title:after {
    right: -125px;
    left: unset;
}

.qodef-section-title.qodef-alignment--center .qodef-m-text {
    max-width: 500px;
    margin: 15px auto 0;
}

.qodef-shortcode.qodef-m.qodef-section-title.qodef-alignment--center {
    margin: 100px 0 60px;
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init {
    margin: 0 -5px;
}

.slider-marchi {
    background: #f7f7f7;
    padding: 90px 0;
    margin-top: 70px;
}

.in-offerta .vc_col-sm-3 {
    padding: 4rem;
}

.in-offerta {
    background: #c6d7bd;
    padding: 50px 0;
    margin-top: 80px;
    margin-bottom: 80px;
}

.in-offerta .swiper-pagination-bullets {
    bottom: -35px !important;
}

.in-offerta .qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: 0;
}

.gastronomia-row .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.gastronomia-row .qodef-banner.qodef-layout--button-corner .qodef-m-title {
    color: #fff;
    text-shadow: 2px 2px 6px black;
    font-size: 2.8rem;
}

.gastronomia-row .qodef-banner.qodef-layout--button-corner .qodef-info-top {
    max-width: unset;
}

a.qodef-woo-product-title-link {
    font-size: 20px;
    color: #5e2300;
}

h4.qodef-woo-product-title.entry-title {
    margin-top: 32px;
}

a:focus, a:hover, p a:focus, p a:hover {
    border-color: #ddd;
}

.in-offerta h2.qodef-m-title:before, .in-offerta h2.qodef-m-title:after {
    display: none;
}

.in-offerta:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 500px;
    background: url(https://sicilyputia.it/wp-content/uploads/2021/10/Mattonelle_SLIDER.png) no-repeat;
    left: 0;
    top: 0;
    transform: scale(1, 1);
    background-size: contain;
}

.in-offerta .vc_col-sm-4 > div {
    background: #fff;
    padding: 35px;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%);
    max-width: 350px;
    margin: 0 auto;
}

.slider-marchi:before, .slider-marchi:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 500px;
    background: url(https://sicilyputia.it/wp-content/uploads/2021/10/marchi-sx-250.jpg) no-repeat;
    left: 0;
    top: 0;
    transform: scale(1, 1);
    background-size: contain;
}

.slider-marchi:after {
    right: 0;
    left: unset;
    transform: scale(-1, -1);
}

.vc_row.wpb_row.vc_row-fluid.ricette {
    background: #f7f7f7;
    padding: 70px 0;
    margin-top: 100px;
}

.ricette .qodef-button.qodef-layout--filled.qodef-html--link {
    font-family: 'Nunito';
    margin: 0 auto;
    display: inline-block;
}

.ricette .wpb_wrapper {
    text-align: center;
}

.ricette .qodef-blog .qodef-blog-item .qodef-e-title {
    text-align: left;
}

.ricette .qodef-blog.qodef-hover-animation--enabled .qodef-blog-item .qodef-e-media-image {
    max-height: 215px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
}

.ricette .qodef-blog.qodef--list .qodef-blog-item .qodef-e-excerpt {
    display: none;
}

.ricette .qodef-button.qodef-layout--textual .qodef-m-text {
    font-family: 'Nunito';
    font-weight: 700;
    color: #659d44;
    border-bottom: 1px solid;
    line-height: 1;
}

.ricette .qodef-button.qodef-layout--textual .qodef-m-text:after {
    font-size: 14px;
}

.home .slider-marchi {
    margin-top: 10px;
}

.qodef-masonry-gallery-list .qodef-e-categories a {
    display: none;
}

.qodef-masonry-gallery-list .qodef-layout--standard .qodef-e-title {
    font-size: 2rem;
    /* color: #5e2300; */
}

.ricette .qodef-button.qodef-layout--textual .qodef-m-text:before {
    content: "Scopri di più";
    position: absolute;
    color: #659d44;
}

.ricette .qodef-button.qodef-layout--textual .qodef-m-text {
    color: transparent;
    border-color: #659d44;
}

.qodef-button.qodef-layout--textual .qodef-m-text:after {
    color: #659d44;
}

/* Footer */

.before-copyright img {
    max-height: 80px;
    text-align: center;
    margin: 0 50px 30px;
}

.before-copyright .second_row img {
    max-height: 110px;
}

.before-copyright p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.before-copyright {
    text-align: center;
    margin-bottom: 30px;
}

#qodef-page-footer .widget a img {
    margin-bottom: 20px;
}

#qodef-page-footer .widget#custom_html-13 {
    margin-bottom: 0px;
    line-height: 1.2;
    color: #202020;
    font-weight: 700;
}

#qodef-page-footer .widget .qodef-widget-title {
    color: #5e2300;
}

/* Woocommerce */

.qodef-page-title {
    background: transparent;
    height: unset;
    padding: 25px 0;
    border-top-color: #ebebeb;
    border-top-width: 1px;
    border-top-style: solid;
}

.qodef-page-title .qodef-breadcrumbs {
    background: transparent;
    display: block;
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #e1e1e1;
}

.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
    font-size: 18px;
    font-family: 'Oleo Script';
    font-weight: 400;
    color: #5e2300;
}

#qodef-woo-page .added_to_cart:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist), #qodef-woo-page .button:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist), .qodef-woo-shortcode .added_to_cart:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist), .qodef-woo-shortcode .button:not(.compare):not(.yith-wcqv-button):not(.add_to_wishlist) {
    border: 0;
}

.single-product #qodef-page-inner {
    padding-top: 50px;
}

#qodef-woo-page.qodef--single .entry-summary .price {
    font-family: 'Nunito';
    padding-bottom: 15px;
}

#qodef-page-header-inner {
    border-top: 1px solid #ebebeb;
}

.qodef-breadcrumbs:before {
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    background-image: url(https://sicilyputia.it/wp-content/uploads/2021/10/Mattonelle_MATTONELLA.png);
    position: absolute;
    background-size: contain;
    bottom: 0;
    right: 0;
    margin: 0px;
    background-repeat: no-repeat;
    z-index: -1;
    background-position-x: right;
}

.qodef-breadcrumbs {
    position: relative;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    color: #a3a3a3;
    font-weight: 100;
    font-family: 'Nunito';
}

#qodef-woo-page .qodef-woo-product-mark, .qodef-woo-shortcode .qodef-woo-product-mark {
    font-size: 14px;
}

#qodef-woo-page.qodef--single .related>h2 {
    color: #5e2300;
}

h5.qodef-woo-product-title.woocommerce-loop-product__title {
    font-size: 20px;
    color: #5e2300;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
    width: 350px;
    border: 1px solid #e1e1e1;
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
    border: 0 !important;
    background: #659d44;
    padding: 18px 20px;
    font-family: 'Nunito';
}

#qodef-woo-page.qodef--cart .shop_table td.actions>.button {
    border: 0;
}

.woocommerce-page div.woocommerce .shop_table th {
    font-family: 'Nunito';
    font-weight: 600;
}

.woocommerce-page #qodef-page-inner {
    padding-top: 50px;
}

.widget .qodef-widget-title {
    margin-bottom: 10px;
    font-size: 22px;
}

.widget.woocommerce.widget_product_categories .cat-item {
    margin: 0;
}

.widget.woocommerce.widget_product_categories {
    margin: 0;
}

.widget.woocommerce.widget_product_categories {
    margin: 0;
}

li.wc-layered-nav-rating a:before {
    content: '';
    position: relative;
    left: 0;
    top: 1px;
    display: inline-block;
    width: 92px;
    height: 17px;
    overflow: hidden;
    background-size: 91px 20px;
    background-repeat: no-repeat;
}

li.wc-layered-nav-rating:nth-child(1) a:before {
    background-image: url(https://sicilyputia.it/wp-content/plugins/pome-core/assets/img/5stars.svg);
}

li.wc-layered-nav-rating:nth-child(2) a:before {
    background-image: url(https://sicilyputia.it/wp-content/plugins/pome-core/assets/img/4stars.svg);
}

li.wc-layered-nav-rating:nth-child(3) a:before {
    background-image: url(https://sicilyputia.it/wp-content/plugins/pome-core/assets/img/3stars.svg);
}

li.wc-layered-nav-rating:nth-child(4) a:before {
    background-image: url(https://sicilyputia.it/wp-content/plugins/pome-core/assets/img/2stars.svg);
}

li.wc-layered-nav-rating:nth-child(5) a:before {
    background-image: url(https://sicilyputia.it/wp-content/plugins/pome-core/assets/img/1star.svg);
}

li.wc-layered-nav-rating span {
    display: none;
}

/* Contatti */

.page-id-1080 #qodef-page-wrapper:before {
    content: "";
    position: fixed;
    background: url(https://sicilyputia.it/wp-content/uploads/2021/04/404-page-Background-image.jpg);
    background-size: cover;
    transform: scale(-1, -1);
    width: 100%;
    height: 100%;
}

form label {
    font-family: 'Oleo Script';
    font-size: 22px;
    color: #5e2300;
}

.page-id-1080 form input, .page-id-1080 form textarea, .page-id-1080 .qodef-page-title .qodef-breadcrumbs {
    background: #fff !important;
}

.contatti span.qodef-shortcode.qodef-m.icon-contatti {
    background-image: url(https://sicilyputia.it/wp-content/uploads/2021/10/Mattonelle_MATTONELLA.png);
    background-size: cover;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contatti span.qodef-shortcode.qodef-m.icon-contatti span {
    background: #fff;
    width: 30px;
    height: 30px;
    /* border-radius: 50%; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #659d44;
}

.contatti .qodef-icon-with-text.qodef-layout--before-content {
    margin: 50px 0;
}

.contatti span.qodef-m-subtitle-text {
    line-height: 1;
}

.contatti span.qodef-m-title-text {
    line-height: 1;
    margin-bottom: 1px;
    display: block;
}

.contatti .qodef-icon-with-text .qodef-m-title {
    line-height: 0;
}

.contatti span.qodef-icon-elegant-icons.icon_mail.qodef-icon.qodef-e:before {
    position: relative;
    top: -2px;
    left: 0px;
}

.contatti-modulo .wpcf7 {
    background: #c6d7bd;
    padding: 3rem 5rem 2rem;
    margin-bottom: 70px;
    border: 1px solid #ddd;
    position: relative;
}

.contatti-modulo .wpcf7 label > span {
    margin-top: 5px;
    display: block;
}

.contatti-modulo .wpcf7:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(https://sicilyputia.it/wp-content/uploads/2021/10/Mattonelle_SLIDER.png) no-repeat;
    right: 0;
    top: 0;
    transform: scale(-1, -1);
    background-size: contain;
    opacity: 0.2;
}

.contatti .wpb_text_column.wpb_content_element {
    max-width: 500px;
}

/* Chi Siamo */

.page-id-932 #qodef-page-outer {
    background: url(https://sicilyputia.it/wp-content/uploads/2021/11/bg-chi_siamo.jpg) no-repeat;
}

/*
.page-id-932 #qodef-page-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    background: url(https://sicilyputia.it/wp-content/uploads/2021/04/404-page-Background-image.jpg) no-repeat;
    background-size: contain;
    transform: scale(-1, -1);
    width: 100%;
    background-position: bottom;
    height: 100%;
}
*/
.chi-siamo_img .wpb_single_image.vc_align_left {
    margin: 0 !important;
}

.vc_row.vc_row-o-content-middle>.chi-siamo_img.vc_column_container>.vc_column-inner {
    padding: 0;
}

.chi-siamo .vc_inner {
    background: #f7f7f7;
}

.chi-siamo .vc_inner p {
    max-width: 435px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.5;
    color: #5f645e;
}

.chi-siamo p {
    font-size: 18px;
    line-height: 1.5;
    color: #5f645e;
}

.chi-siamo .vc_inner.bg-white {
    background: transparent;
    margin-top: 70px;
}

body.page-template-default.page.page-id-932 .slider-marchi {
    margin: 0;
}

.page-id-932 #qodef-page-inner {
    padding: 35px 0;
}

.page-id-932 #qodef-page-inner .vc_col-sm-12 .wpb_text_column.wpb_content_element {
    margin-bottom: 90px;
}

.chi-siamo .vc_col-sm-12 .intro_chi-siamo p {
    font-size: 18px;
    line-height: 1.5;
    color: #5f645e;
    max-width: 720px;
    text-align: center;
    margin: 0 auto 35px;
}

.chi-siamo .vc_inner .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

.chi-siamo .qodef-shortcode.qodef-m.qodef-section-title.qodef-alignment--center {
    margin-top: 10px;
    margin-bottom: 50px;
}

