/*!
Theme Name: Divella
Theme URI: https://www.neverbeforeitalia.it/
Author: Never Before
Author URI: https://www.neverbeforeitalia.it/
Description: Never Before Theme
Version: 3.3.0
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: divella
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */


/* From http://codex.wordpress.org/CSS */

@font-face {
	font-family: 'Divella';
	src: url('fonts/Divella.eot');
	src: url('fonts/Divella.eot?#iefix') format('embedded-opentype'),
	url('fonts/Divella.woff2') format('woff2'),
	url('fonts/Divella.woff') format('woff'),
	url('fonts/Divella.ttf') format('truetype'),
	url('fonts/Divella.svg#Divella') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



@font-face {
	font-family: 'woofc';
	font-display: swap;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



#header.stickymenu {
    position: fixed !important;
    top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    z-index: 99 !important;
    -webkit-animation: translateHeader .8s !important;
    animation: translateHeader .8s !important;
}


@keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


:root {
	--bs-body-line-height: 2 !important;
}
html body{
	font-family: 'Open Sans';
	color: #1D1D1D;
	font-size: 14px;
}
html a{
	color: #d81e2b;
}
html b, html strong {
	font-weight: 700;
}
html .navbar-toggler{
	border: none;
	padding: 0px;
}
/* html body {
	background: url(img/bck.webp);
	background-size: contain;
	background-repeat: repeat;
} */

html body {
	 background-color: #f1e9e3;
}


.specialh1 {
	color: #72362A;
    font-family: 'Divella';    
	line-height: 56px;
	font-size: 46px;
	font-weight: 400;
}

.special2h1 {
    text-align: center;
	color: #dc202d;
	text-transform:uppercase;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Open Sans';
}

html body.woocommerce-account, html body.page-id-1117, html body.page-id-4896, html body.error404, html body.woocommerce-checkout{
	background-size: cover;
}
.archive.author .page-title.author{
	display: none;
}
#archprod img {
	max-width: 600px;
}
.alertpassw{
	background: #ffe5e3;
	padding: 10px;
	color: #ec0016;
	font-weight: 500;
	border: dotted 2px;
	text-align: center;
}
html .navbar-toggler-icon{
	background-image: url(img/menu.svg);
	outline: none;
}
.html .navbar-toggler, html button:focus:not(:focus-visible){
	outline: none;
	border: none;
	box-shadow: none;
}
html .navbar-brand img {
	height: 120px;
	position: absolute;
	z-index: 3;
	margin-top: -10px;
	margin-left: -71px;
}

html .opensans{
	font-family: 'Open Sans';
}
html .divella{
	font-family: 'Divella';
}
html .brown{
	color: #72362A;
}
html .red{
	color: #dc202d;
}
html .white{
	color: white;
}
.bigopensans{
	font-size: 32px;
    line-height: 46px;
    font-weight: 600;
}
.bigdivella{
	font-size: 46px;
}
#submainmenu li{
	display: inline-block;
	list-style: none;
	margin: 0px 5px;
}
#submainmenu li img{
	width: 32px;
}
#submainmenu{
	padding: 0px;
	text-align: right;
	margin-bottom: 0px;
}
.containermax{
	max-width: 1650px;
	margin: 0 auto !important;
}
#shoponline a, #shopmobile{
	color: #dc202d;
}
#shoponline, #shopmobile{
	display: inline-block;
	color: #dc202d;
	border: solid 1px;
	margin-left: 20px;
	border-radius: 5px;
	font-size: 14px;
	padding: 0px 9px;
	line-height: 20px;
	font-weight:bold;

}
#shoponline:hover, #shoponline:hover a, #shopmobile:hover, #shopmobile:hover a{
	background: #dc202d;
	color: white;
}
#searchbar, #shopmobile{
	display: none;
}
#header .search-form {
	position: absolute;
	z-index: 2;
	margin-top: 10px !important;
	right: 10px;
}
#header .dxheader{
	position: relative;
}

.texttz, .tempoz { font-weight:500;}
.search-form button{
	background: #e41e2f;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	border-color: #e41e2f;
}
.dxheader{
	text-align: right;
}
#homefirst{
	padding-top: 90px;
	background: url(img/bck-home-first.webp) no-repeat right top;
	background-size: revert;
}
#hometerzo{
	padding-top: 250px;
	background: url(img/bck-terzo-divella.webp) no-repeat 50% top;
	background-size: 1000px;
	padding-bottom: 650px;
}
#homefirstcontent, #hometerzocontent{
	max-width: 460px;
	margin: 0 auto;
	margin-right: 9%;
	padding-left: 15px;
}
#hometerzoimage{
	padding-top: 250px;
}
#terzogruppohome{
	padding-top: 150px;
}
#homefirstimage img, #hometerzoimage img{
	max-width: 550px;
}
#homefirstimage, #hometerzoimage{
	overflow: hidden;
	padding-bottom: 150px;
}

.divellabutton:hover{
	background: url(img/bottone-divella.svg) no-repeat;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: #e41e2f;
}
/*
.divellabutton:hover {
	color: #fff;
	opacity: 0.8;
}*/

.divellabutton{
	background: url(img/bottone-hover-divella-brown2.svg) no-repeat;
	background-size: contain;
	padding: 15px 25px;
	font-weight: 700;
	width: 200px;
	padding-top: 19px;
}
/*
.divellabutton {
	background: url(/wp-content/themes/divella/img/bottone.svg) no-repeat;
	background-size: contain;
	padding: 15px 25px;
	font-weight: 500;
	width: 200px;
	padding-top: 19px;
	color: #fff;
} */
.divellabuttonwhite:hover{
	opacity: 0.8;
}
/*
.divellabuttonwhite {
	background: url(img/button-white-divella.svg) no-repeat;
	background-size: auto;
	padding: 28px 46px;
	background-position: center;
	font-weight: 500;
	color: #1d1515 !important;
} */

.divellabuttonwhite{
	background-image: url(img/pulsante-bianco-divella.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 17px 46px;
	font-weight: 500;
	color: white !important;
}

#homesecondcontent {
	max-width: 460px;
	margin: 0 auto;
	margin-left: 9%;
	padding-left: 15px;
}
#homesecond {
	padding-top: 190px;
	background: none;
	background-size: revert;
	padding-bottom: 400px;
	background-size: 60%;
	background-position: 130px;
}
.specialpadding .widget_text {
    padding-left: 65px !important;
}
#homesecondimage {
	overflow: hidden;
	padding-bottom: 150px;
}
#homesecondcontentimage img {
	max-width: 550px;
	position: absolute;
	right: 1%;
}
.parellaxdivellahome{
	padding-top: 150px;
	max-width: 500px;
	margin: 0 auto;
}
#secondmobileimage, #granomobile{
	display: none;
}
#ricettehome{
	padding-top: 100px;
}
/*#ricettecontent {
	max-width: 460px;
	margin: 0 auto;
	margin-left: 9%;
	padding-left: 15px;
}*/
.ournews, .allnews{
	display: inline-block;
}
.allnews{
	float: right;
}
.allnews .divellabutton{
	padding: 19px 16px;
}
#newsletterfooter{
	background: #F8F1E7;
	padding-top: 60px;
	padding-bottom: 40px;
}
.expnewsletter{
	line-height: 22px;
}
#formnewsletter{

}
#newsletterformcf{
	max-width: 380px;
	margin: 0 auto;
}
#newsletterformcf input[type="email"]{
	width: calc(100% - 120px);
	background: transparent;
	border: solid 1px #72362A;
	height: 45px;
	color: #72362A;
	border-radius: 3px;
	padding-left: 10px;
}
#newsletterformcf input[type="submit"]{
	width: 110px;
	margin-left: 10px;
	color: #dc202d;
	height: 45px;
	border-radius: 3px;
	border: solid 1px #dc202d;
	text-transform: uppercase;
	background: transparent;
	border-color: #dc202d;
	box-shadow: none;
	font-weight: 500;
}
html #copyright{
	background: #faf5ee;
}
html #copyright .containermax{
	border-top: solid 1px #EBDECA;
	padding-top: 20px;
	padding-bottom: 20px;
}
html #copyright .text-right{
	text-align: right;
}
html #footer {
	background: #faf5ee;
	padding-top: 120px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
html #footer a, html #copyright a, html #copyright{
	color: #72362A;
	font-weight:500;
}
html #copyright{
	padding-left: 15px;
	padding-right: 15px;
}
html #footer ul {
	padding: 0px;
}
html #footer li {
	list-style: none;
}
html #footer .footer-title {
	font-weight: 600;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
html #footer #centerblockfooter .footer-title{
	margin-bottom: 5px;
}
#centerblockfooter {
	margin-top: -70px;
	text-align: center;
}
.imgfooter{
	margin-bottom: 30px;
}
.lastfisrcol{
	padding-left: 65px !important;
}
html #footer .menu-item a[aria-current=page] {
	color: #e41e2d;
}
#footer a:hover{
	color: #e41e2d;
}
#socialfooter li a, #socialfooter li:hover a {
	color: white;
}
#socialfooter li:hover{
	background: #e41e2d;
	color: white;
}
#socialfooter li {
	display: inline-block;
	margin: 0 2px;
	background: #72362a;
	color: white;
	border-radius: 50%;
	width: 36px;
	text-align: center;
	font-size: 16px;

}
.singleproducthome:hover{
	opacity: 0.9;
}
.singleproducthome{
	background: url(img/bck-prd.png) no-repeat center;
	background-size: contain;
	padding: 40px;
	cursor: pointer;
}
.singleproducthome .productname{
	font-weight: 500;
	font-size: 17px;
	line-height: 22px;
}
.blackcolor.productname{
	color: #1D1D1D;
	font-weight:600;
}
.singleproducthome .category{
	font-size: 18px;
}
html .owl-carousel.owl-carouselpag .owl-nav {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
}
html .owl-carousel.owl-carouselhome .owl-nav{
	display: block;
	position: absolute;
	top: -50px;
	width: 100%;
	text-align: center;
}
.owl-carousel.owl-carouselpag .owl-nav button.owl-prev span, .owl-carousel.owl-carouselpag .owl-nav button.owl-next span,
.owl-carousel.owl-carouselhome .owl-nav button.owl-prev span, .owl-carousel.owl-carouselhome .owl-nav button.owl-next span{
	display: none;
}
.owl-carousel.owl-carouselpag .owl-nav button.owl-prev, .owl-carousel.owl-carouselpag .owl-nav button.owl-next,
.owl-carousel.owl-carouselhome .owl-nav button.owl-prev, .owl-carousel.owl-carouselhome .owl-nav button.owl-next{
	background: url('img/left_arrow.svg') no-repeat;
	width: 75px;
	height: 13px;
	margin-right: 5px;
	background-size: cover;
}
.owl-carousel.owl-carouselpag .owl-nav button.owl-next,
.owl-carousel.owl-carouselhome .owl-nav button.owl-next{
	background: url('img/right_arrow.svg') no-repeat;
	background-size: cover;
}
.categoryricetta{
	background: #e31e2e;
	position: absolute;
	padding: 0px 15px;
	font-size: 18px;
	color: white;
}
.ricettaname{
	font-size: 22px;
}
.ricettafeature, .categorydatenews {
	display: flex;
}
.categorydatenews{
	justify-content: space-between;
	margin-bottom: 10px;
	color: #464646;
	font-size: 12px;
}
.categorydatenews .categorynews{
	text-transform: uppercase;
}
.difficoltabox span, .minutibox span, .personbox span {
	margin-left: 8px;
	font-weight: 600;
	font-size: 12px;
}
.difficoltabox img, .minutibox img, .personbox img {
	display: inline-block !important;
	width: 23px !important;
}
html .minutibox img{
	width: 20px !important;
	margin-left: 15px;
}
html .personbox img{
	margin-left: 15px;
	margin-top: -2px;
}
.singlenewshome {
	border-top: solid 1px;
	padding-top: 15px;
}
.singlenewshome .newsname{
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 15px;
	color: #464646;
	line-height: 32px;
}
.newsexcerpt{
	min-height: 130px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

html #navbar{
	position: absolute;
	position: fixed;
	width: 100%;
	z-index: 2;
	background: #f7f4f0;
	padding-bottom: 90px;
	font-size: 19px;
	height: 100vh;
	overflow-x: auto;
}

html  #navbar.stickymenu{padding-top:70px;}

#mobileicon li img {
	width: 32px;
}
#mobileicon ul{
	padding: 0px;
	text-align: center;
}
#mobileicon li {
	display: inline-block;
	list-style: none;
	margin: 0px 5px;
}
#mobileicon, .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--saved-cards {
	display: none;
}
html .privacy.newsletter{
	max-width: 835px;
	width: 100%;
	display: flex;
	text-align: left;
}
#navbar .container.mainmenucontainer{
	margin-top: 90px;
}
#navbar ul {
	padding: 0px;
}
#navbar li {
	list-style: none;
	font-size: 16px;
}
.mainmenulink {
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 25px;
}
#navbar li a:hover, #navbar .mainmenulink a:hover, html a:hover {
	color: #e31e2e;
}
html .b-left{
	border-left: solid 1px #d6d6d6;
}
html .p-left{
	padding-left: 40px;
}
.contactmenutop{
	font-size: 12px;
}
.openedmenu {
	background: #f7f4f0;
}
html .openedmenu .navbar-toggler-icon{
	background-image: url(img/close.svg);
}
html #navbar #socialfooter li a:hover {
	color: white;
}
.mediumdivella{
	font-size: 36px;
}
.littledivella{
	font-size: 26px;
}
.featurericetta ul {
	padding: 0px;
}
.featurericetta li{
	list-style: none;
	display: inline-block;
	padding: 0px 10px;
	border-right: dotted 2px #71372a;
	width: 135px;
}
.featurericetta li:first-child{
	border-left: dotted 2px #71372a;
}
.featurericetta li img {
	width: 40px;
}
#topstart{
	margin-top: 60px;
}
.backricette{
	font-size: 12px;
}
.ricette-template-default main#main,
.ricetta-template-default main#main,
.prodotti-template-default main#main,
.tax-tipo-prodotto main#main,
.post-type-archive-prodotti:not(.search) main#main,
.post-type-archive-ricetta:not(.search) main#main,
.post-type-archive-ricette:not(.search) main#main,
.shophomepage main#main,
.product-template-default.woocommerce main#main{
	max-width: 100%;
}
#preparazionerice {
	background: white;
	padding-top: 30px;
	padding-bottom: 30px;
}
.dxricetta{
	padding-left: 50px !important;
}
.titlericetta{
	font-size: 22px;
	font-weight: 600;
}
.ingtit{
	font-weight: 600;
	font-size: 17px;
	text-align: center;
	margin-bottom: 15px;
}
#ingredienti ul {
	padding: 0px;
}
#ingredienti li {
	list-style: none;
}
#ingredienti{
	padding: 25px;
	background: #F8F2EB;
	border-radius: 9px;
	border: dotted 2px #72362A;
	max-width: 450px;
}

.opensans {
	font-family: 'Open Sans';
}

#fattocon{
	max-width: 450px;
}
#fattocon .fattocon{
	border-bottom: dotted 2px #72362A;
}
#nextprevricetta {
	background: #FAF5EE;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nextprevricetta .row:hover{
	opacity: 0.9;
}
#nextprevricetta .row{
	align-items: center;
	cursor: pointer;
}
.nutrizionaliprodotto{
	justify-content: space-between;
	border-bottom: dotted 2px;
	padding-top: 8px;
}
#ricettecorrelate{
	background: #FAF5EE;
	padding-top: 100px;
	padding-bottom: 100px;
}
#interessare{
	background: white;
	padding-top: 100px;
	padding-bottom: 100px;
}
.sxconsigliamo {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
html .owl-dots button{
	width: 15px;
	height: 15px;
	background: #E8DFD2 !important;
	border-radius: 50%;
	margin: 0px 5px;
}
.owl-dots{
	text-align: center;
	margin-top: 25px;
	display: flex;     
	align-items: center; 
	justify-content: center;
}
html .owl-dots button.active{
	width: 20px;
	height: 20px;
	background: #e5442e !important;;
}
#stickyprodotto{
	position: relative;
	top: 15px;
}
.descrcategory{
	max-width: 1020px;
	line-height: 25px;
	margin: 0 auto;
}
html .filtercat li {
	font-size: 16px!important;
}
.backricette a:hover, .filtercat a:hover, #otherparent a:hover, #filterbuildin a:hover{
	color: #e5442e;
}
.filterproduct li a {
	font-size: 14px!important;
}
.checkboxfilter {
	margin-bottom: -2px;
}
.filtercat {
	padding: 10px 0px;
	margin: 0px;
	border-bottom: dotted 2px;
	border-top: dotted 2px;
	color: #72362A;
	display: flex;
	justify-content: space-around;
}
.filtercat a{
	font-weight:600;
}
.filtercat li {
	list-style: none;
}

#parentcat i, .parentcat i {
	position: absolute;
	right: 10px;
	top: 15px;
}
#parentcat, #otherparent, .parentcat, .otherparent{
	background: #FBF7F1;
	padding: 8px 16px;
	font-size: 20px;
	cursor: pointer;
	border: solid 1px #FBF7F1;
	border-radius: 5px;
	position: relative;
}
.activefilterricetta{
	border: solid 1px #cc1818;
}
.bckwhite {
	background: white;
}
.singleproductwithimg:hover{
	cursor: pointer;
	opacity: 0.9;
}
.singleproductwithimg .secondaryimg{
	display: none !important;
}
.singleproductwithimg:hover .primaryimg:not(.donthover){
	display: none !important;
}
.singleproductwithimg:hover .secondaryimg{
	display: block !important;
}
.filterproduct {
	font-size: 18px;
}
.filterproduct .titlefilter{
	border-bottom: dotted 2px;
	position: relative;
}
#filterbuildin{
	order: 1;
}
#productpagination{
	order: 2;
}
#filterbuildin li {
	list-style: none;
}
#filterbuildin ul{
	padding: 0px;
}
.checkboxfilter{
	border: solid 1px;
	color: #72362A;
	width: 15px;
	height: 15px;
	display: inline-block;
}
.checkboxfilter.activecheckbox{
	background: #72362A;
}
.titlefilter span{
	font-size: 12px;
	float: right;
	position: absolute;
	right: 0px;
	top: 6px;
}
.relativeparentfilter{
	position: relative;
}
#otherparent{
	position: absolute;
	width: 90%;
	z-index: 1;
}
.fs-16 {
	font-size: 16px;
}

.listcategoryblock{
	padding: 15px;
	cursor: pointer;
	margin-bottom: 30px;
	border-radius: 5px;
}
.listcategoryblock:hover{
	opacity: 0.9;
}
#carouselprodotti .image img {
	max-width: 300px;
	margin: 0 auto;
}
.uppercase{
	text-transform: uppercase;
}
#carouselprodotti.owl-carousel .owl-nav{
	position: absolute;
	top: 35%;
	width: 98%;
}
#carouselprodotti.owl-carousel .owl-nav button.owl-next span, #carouselprodotti.owl-carousel .owl-nav button.owl-prev span{
	display: flex;
	justify-content: center;
	height: 20px;
	width: 20px;
}
#carouselprodotti.owl-carousel .owl-nav button.owl-next, #carouselprodotti.owl-carousel .owl-nav button.owl-prev{
	font-size: 35px;
	color: #72362A;
	padding: 12px !important;
	border-radius: 40%;
	background: #F2E9DC;
	line-height: 10px;

}
#carouselprodotti.owl-carousel .owl-nav button.owl-next{
	float: right;
}
.productnameprod{
	font-weight: 500;
	line-height: 40px;
}
#ricettelist{
	order: 2;
}
#ricettapage{
	order: 3;
}
#ricettefilter{
	order: 1;
}
#ricettafilter .filtername{
	font-size: 13px;
	min-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight:600;
}
.otherparent{
	position: absolute;
	width: 100%;
}
.removefilter{
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 6px;
}
.p-relative{
	position: relative;
}
#archivericetta #carouselprodotti .image img{
	border-radius: 51% 49% 65% 43%;
	max-width: 450px;
}

.boxhomepageshop{
	background: url(/wp-content/themes/divella/img/bk_shopprd.svg) no-repeat center;
	background-size: contain;
	padding: 80px 0px;
}

.woocommerce-page img {
    height: auto;
    max-width: 100%;
}
.boxhomepageshop .imgproductshopname img {
    height: auto;
    max-width: 90% !important;
    margin-top: 30px;
}

.search-results h1 {
	font-family: 'Open Sans';
	font-size: 30px;
}
.productshopname{
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: -0.03em;
}
.boxhomepageshop .productshopname span{
	border-bottom: dotted 2px #72362A;
	padding-bottom: 15px;
}
.producthomepageshop:hover, .boxhomepageshop:hover{
	cursor: pointer;
	opacity: 0.9;
}
.pr-0 {
	padding-right: 0px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
#containerprodottosingle:before{
	content: '';
	display: block;
	background: white;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	z-index: -1;
	margin-top: 440px;
}
#containerprodottosingle .productexcerpt{
	min-height: 85px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.woocommerce-account .woocommerce{
	margin-top: 90px;
	margin-bottom: 50px;
}
.woocommerce-account .woocommerce h2 {
	text-align: center;
	font-family: "Open Sans";
	font-size: 36px;
	color: #e41e2d;
}
.woocommerce-account .woocommerce .woocommerce-form-login, .woocommerce-account .woocommerce .woocommerce-form-register{
	background: #f8f1e7;
	border: none;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.woocommerce form .form-row input.input-text{
	height: 45px;
	padding: 0px 10px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background: #72362a;
	color: white;
	text-transform: uppercase;
	height: 45px;
	font-weight: 500;
	line-height: 30px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #e41e2d;
	text-decoration: none;
	background-image: none;
	color: white;
}
.woocommerce-account .woocommerce-ResetPassword {
	background: #f8f1e7;
	border: none;
	padding: 30px 20px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row{
	float: none;
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
	list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
	padding: 20px 0px;
	background: white;
	padding-bottom: 10px;
}
.woocommerce-error{
	background-color: #b81c2330;
}
.woocommerce-info, .woocommerce-message{
	background-color: white;
}
.woocommerce-info::before {
	color: #72362a;
}
.woocommerce-info {
	border-top-color: #72362a;
}
.woocommerce form .form-row .select2-container, .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered{
	height: 45px;
	line-height: 45px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #e41e2d;
	color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content{
	background: white;
	padding: 20px 30px;
}
.prodotti-template-default .prodottotitle.bigdivella{
	line-height: 55px;
	margin-bottom: 20px;
}
.prodottotitle.bigdivella{
	font-weight: normal;
}
.singleproductecommerce{
	padding-top: 40px;
	background: white;
}
.product-template-default.woocommerce .entry-content{
	margin-bottom: 0px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #B74228;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #71372a;
}
.woocommerce .quantity .qty{
	height: 45px;
	text-align: center;
	border: solid 1px #71372a;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #B74228;
	font-size: 30px;
	font-weight: 500;
}
.product-template-default.woocommerce .related.products{
	clear: both;
	margin-top: 40px;
}
.product-template-default.woocommerce .related.products h2 {
	text-align: center;
	font-family: Divella;
	color: #71372a;
}
.product-template-default .pswp__item{
	background: white;
}
button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
	background-color: #71372a !important;
}
.product-template-default .product .woocommerce-info, .product-template-default .product .woocommerce-message{
	position: absolute;
	width: 100%;
}
.woocommerce-cart #main .woocommerce{
	margin-top: 50px;
}
.woocommerce table.shop_table{
	background: white;
	border: none;
}
.woocommerce-cart #coupon_code{
	height: 45px;
	min-width: 315px;
}
html .wc-proceed-to-checkout .checkout-button{
	height: 60px;
}

#parentcat .dropdowns.fs-16.brown{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight:600;
}
html .fancybox__thumbs .carousel__slide .fancybox__thumb::after{
	border-color: #e94b35;
}
html .woofc-area.woofc-style-02 .woofc-area-top{
	color: white;
	background-color: #e31e2e;
}
html .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input{
	background: white;
}
html .woofc-area.woofc-style-02 .woofc-area-bot{
	background: url(img/bck.webp);
	background-size: cover;
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 10px;
}

@media (max-width: 768px) {
  /*html .woofc-area.woofc-style-02 .woofc-area-bot{
    background: url(img/bck-mobile.webp); 
  }*/
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{
	margin-left: 9px;
	font-size: 14px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f8f1e7;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background-color: white;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	border: 1em solid white;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
html .payment_method_wc_gateway_gestpay {
	display: inline-block;
	width: 100%;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	width: 100%;
	font-weight: bold;
	font-size: 19px;
	height: auto;
}
html .payment_method_wc_gateway_gestpay label{
	margin-top: -28px;
	margin-left: 30px;
	margin-left: 0;
}
html .woocommerce-checkout .col-md-12.order-md-2.col-sm-12{
	padding: 0px !important;
}
html .woocommerce div.product form.cart .button {
	margin-left: 12px;
	width: calc(100% - 110px);
	height: 46px;
	font-size: 16px;
	line-height: 13px;
}
html #stickyprodotto #fotoslider .singlefoto img:hover{
	cursor: zoom-in;
}





/* *************** */
/* *************** */
/* *************** */

img {
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    fetchpriority: high;                        /* Chrome */
}


#homefirstcontentimage img {
    fetchpriority: high;
}


/* *************** */
/* **** VIDEO **** */


.video-container {
    position: relative;
    width: 100%;
    margin: auto;
	display: flex;
    justify-content: center; 
    align-items: center; 
	display: none;
}

.video-container video {
    width: 100%;
    height: auto;
}


.overlayv {
    position: absolute;
    top: 50%;
    left: 50%;
	margin-left:-202.5px;
	margin-top:-178.5px;
    width: 405px;
    height: 357px;
	background: url('/wp-content/themes/divella/img/bollino_header_divella.png') no-repeat center center; 
	display: flex;
    justify-content: center; 
    align-items: center;
		background-size:contain;

}

.textv {
    font-family: 'Divella';
    font-weight: 400;
    position: relative;
    font-size: 50px ;
    line-height: 50px ;
    text-align: center;
    color: #6f362a;

}


.titolohoverimage {
    z-index: 5;
    font-family: Divella;
    color: #fff;
    text-decoration: none;
    white-space: normal;
    line-height: 50px;
    font-weight: 500;
    font-size: 50px;
}


.header-mobile {}


.textinimage { width:750px; font-size:18px; line-height:35px; margin:0 auto;}

@media (max-width: 1024px){
	
	.video-container {
		height:540px;
	}
	

	
	.video-container video {
		height: 540px;
		object-fit: cover;
	}
	
	
	.video-container video source{ 
		height: 540px;
	}
	
	#copyright {
		padding-bottom:40px !important;
	}
	
}




@media (max-width: 820px){
	
	.video-container {
		height:400px;
	}
	
	.overlayv {
		margin-left:-177.5px;
		margin-top:-158.5px;
		width: 355px;
		height: 317px;
		background-size:contain;
	}

	.textv {
		line-height: 40px;
		font-size: 40px;

	}
	

	
	.video-container video {
		height: 400px;
		object-fit: cover;
	}
	
	
	.video-container video source{ 
		height: 400px;
	}
	
	#copyright {
		padding-bottom:40px !important;
	}
	
}



@media (max-width: 768px){
	
	.video-container {
		height:400px;
	}
	
	.overlayv {
		margin-left:-177.5px;
		margin-top:-158.5px;
		width: 355px;
		height: 317px;
		background-size:contain;
	}

	.textv {
		line-height: 40px;
		font-size: 40px;

	}
	

	
	.video-container video {
		height: 400px;
		object-fit: cover;
	}
	
	
	.video-container video source{ 
		height: 400px;
	}
	
	#copyright {
		padding-bottom:40px !important;
	}
	
	
	.header-mobile { height:200px!important;}
	
	
	
	.header-mobile-top { height:50px!important;}
	.header-mobile-middle { height:0px!important;}
	.header-mobile-bottom { height:0px!important;}
	
	
	.textinimage { width:90%; font-size:15px; line-height:22px;}
	

	.titolohoverimage {
		line-height: 30px;
		font-size: 30px;
	}
	
	.bigdivella {
		line-height: 30px;
		font-size: 30px;
	}
	
}



@media (max-width: 767px){
	
	
	#post-12 .vc_column-inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	
	
	.bckwhite .containermax {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	
.boxhomepageshop .woocommerce img, .woocommerce-page img {
  max-width: 100%;
  
}
	
	.video-container {
		height:240px;
	}
	
	.overlayv {
		margin-left:-105px;
		margin-top:-93px;
		width: 210px;
		height: 186px;
		background-size:contain;
	}

	.textv {
		line-height: 28px;
		font-size: 28px;

	}
	
	.video-container video {
		height: 240px;
    object-fit: cover;
	}
	
	
	.video-container video source{ 
		height: 240px;
	}
	
	#copyright {
		padding-bottom:40px !important;
	}
	
	
	.header-mobile { height:200px!important;}
	
	
	
	.header-mobile-top { height:50px!important;}
	.header-mobile-middle { height:0px!important;}
	.header-mobile-bottom { height:0px!important;}
	
	
	.textinimage { width:90%; font-size:15px; line-height:22px;}
	

	.titolohoverimage {
		line-height: 30px;
		font-size: 30px;
	}
	
	.bigdivella {
		line-height: 30px;
		font-size: 30px;
	}
	
}






/* *************** */
/* *************** */
/* *************** */


@media (max-width: 1109px){
	#firstblockfooter{
		width: 100%;
		order: 2;
	}
	#centerblockfooter{
		width: 100%;
		order: 1;
	}
	#lastblockfooter{
		width: 100%;
		order: 3;
	}
	#lastblockfooter .lastfisrcol {
		padding-left: 15px !important;
	}
	#footer .specialpadding.secure-payment {
    width: 100%;
    margin-left: 0;
    order: 4;
	}
}

@media (max-width: 999px){
	#animazione_tre_svg {
		display: none;
	}
	#hometerzo {
		background: url(img/bck-terzo-divella.webp) no-repeat 23% top;
		background-size: 900px;
		padding-bottom: 450px;
		padding-top: 220px;
	}
	#terzogruppohome {
		padding-top: 10px;
	}
	.dxricetta {
		padding-left: 15px !important;
	}
	html .payment_method_wc_gateway_gestpay label{
		margin-left: 0px;
	}

}
@media (max-width: 991px) {
	html .woocommerce div.product form.cart .button {
		font-size: 13px;
	}
	#shoponline {
		font-size: 13px;
	}
	
	.woocommerce .related.products ul.products li.product .button {
		font-size: 12px;
		padding:7px 10px;
	}
	
	
}
@media (max-width: 767px){
	.owl-carouselprodotti .singleproducthome {
		padding: 70px;
	}
	.singleproducthome .productname {
		line-height: 26px;
	}
	.specialpadding .widget_text {
		padding-left: 0 !important;
	}
	#footer .specialpadding.secure-payment {
	    display: flex;
    	justify-content: center;
    	text-align: center;
	}
    .last_zone_fooelm {
    	display: flex;
        align-items: center !important;
    }
    .last_zone_fooelm_segu {
    	text-align: center;
    }
	html .carousel_pasta_fresca_integrale .owl-dots{
		transform: unset;
		top: unset;
		bottom: 30px;
		right: unset;
		width: calc(100% - 30px);
	}
	.woocommerce-cart #coupon_code {
		min-width: 50%;
	}
	.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
		margin-left: 5px;
		font-size: 14px;
		margin-top: 11px;
		border-top: solid 1px #c3a99e;
		width: 100%;
		padding-top: 15px;
	}
	html .payment_method_wc_gateway_gestpay label{
		margin-left: 30px;
	}
	html .containermax .filtercat li{
		padding-right: 10px;
		padding-left: 10px;
	}
	.tax-tipo-prodotto .containermax .row.pdt15{
		padding-top: 0px;
	}
	.tax-tipo-prodotto .containermax .row.pdt15 .backricette{
		padding-bottom: 10px;
	}
	.tax-tipo-prodotto .containermax .col-12.text-center.mt-4.mb-5{
		margin-bottom: 15px !important;
	}
	.post-type-archive-prodotti #topstart.filtri_catalogo_generale{
		padding-top: 0px;
	}
	#ingredienti {
		max-width: 100%;
	}
	#mobileicon{
		display: block;
		margin-top: 75px;
	}
	#shoponline, #submainmenu{
		display: none;
	}
	.bigdivella {
		font-size: 34px;
		line-height: 22px;
	}
	.bigopensans {
		font-size: 25px;
	}
	#shopmobile{
		display: inline-block;
		margin-top: 2px;
	}
	#homefirst{
		padding-top: 0px;
	}
	#homefirstcontent {
		max-width: 420px;
		margin-right: 0px;
		padding-left: 0px;
		text-align: center;
		margin: 0 auto;
	}
	#homefirst{
		background: transparent;
	}
	#homefirstimage, #ricettehome {
		padding-bottom: 0px;
		padding-top: 50px;
	}
	#homefirstcontentimage, #secondhomegroup, #homesecondcontentimage,
	#olivadivella, #ricettecontent, #terzogruppohome, #hometerzoimage,
	#hometerzoimage .vc_align_left{
		text-align: center;
	}
	#homefirstcontentimage img, #hometerzoimage img {
		width: 100%;
		max-width: 320px;
	}
	#homesecondcontentimage img {
		max-width: 320px;
		position: relative;
		right: unset;
	}
	#homesecondimage, #homesecond, #hometerzo, #hometerzoimage{
		padding: 0px;
		background: transparent;
	}
	#terzogruppohome {
		padding-top: 50px;
	}
	#homesecondcontent, #hometerzocontent {
		max-width: 420px;
		margin-left: 0px;
		padding-left: 0px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	#homesecondcontentimage{
		display: none;
	}
	#olivadivella img{
		max-width: 150px;
	}
	#secondmobileimage, #granomobile{
		display: inline-block;
		width: 100%;
		max-width: 320px;
	}
	
	
	
	html .woocommerce div.product form.cart .button {
		font-size: 13px;
	}
	#shoponline {
		font-size: 13px;
	}
	
	.woocommerce .related.products ul.products li.product .button {
		font-size: 12px;
		padding:7px 10px;
	}
	
	
}


@media (max-width: 459px){
	html .navbar-brand img {
		height: 90px;
		margin-left: -52px;
		width: auto;
	}
	.product-template-default #topstart, html .woocommerce-checkout.woocommerce-page div.woocommerce, html .woocommerce-cart div.woocommerce {
		margin-top: 25px !important;
	}
	#customer_details .form-row label {
		font-size: 12px;
	}
}
@media (max-width: 418px){
	html .modintegr2.negamargimg img{
		margin-top: -109% !important;
	}
	html .page-id-1234 .fix_bg_m-neg{
		padding-top: 50px;
	}
}
.row_natale_sfondo{
	position: fixed;
}
.page-id-12 #newsletterfooter,
.page-id-12 #footer,
.page-id-12 #copyright,
.page-id-299 #newsletterfooter,
.page-id-299 #footer,
.page-id-299 #copyright{
	z-index: 2;
	position: relative;
}
#container-natale {
	width: 100%;
	height: 100vmin;
	margin: 0 auto;
	background: transparent;
	overflow: hidden;
}
.flake {
	z-index: 4;
	overflow: hidden;
	left: -100px;
}
.flake:nth-child(1) {
	animation: s1 8.1s linear infinite;
	animation-delay: -40ms;
	width: 25px;
	height: 25px;
	position: absolute;
	left: -80px;
	opacity: 4;
	overflow: hidden;
}
@keyframes s1 {
	0% {
		top: 0px;
		left: 1497px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1386px;
 }
}
.flake:nth-child(2) {
	animation: s2 8.1s linear infinite;
	animation-delay: -80ms;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -80px;
	opacity: 8.4;
	overflow: hidden;
}
@keyframes s2 {
	0% {
		top: 0px;
		left: 1355px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1373px;
 }
}
.flake:nth-child(3) {
	animation: s3 8.1s linear infinite;
	animation-delay: -120ms;
	width: 36px;
	height: 36px;
	position: absolute;
	left: -80px;
	opacity: 3.4;
	overflow: hidden;
}
@keyframes s3 {
	0% {
		top: 0px;
		left: 68px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: -8px;
 }
}
.flake:nth-child(4) {
	animation: s4 6.1s linear infinite;
	animation-delay: -160ms;
	width: 19px;
	height: 19px;
	position: absolute;
	left: -80px;
	opacity: 1.3;
	overflow: hidden;
}
@keyframes s4 {
	0% {
		top: 0px;
		left: 1188px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1234px;
 }
}
.flake:nth-child(5) {
	animation: s5 6.1s linear infinite;
	animation-delay: -200ms;
	width: 42px;
	height: 42px;
	position: absolute;
	left: -80px;
	opacity: 5.3;
	overflow: hidden;
}
@keyframes s5 {
	0% {
		top: 0px;
		left: 1385px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1343px;
 }
}
.flake:nth-child(6) {
	animation: s6 6.1s linear infinite;
	animation-delay: -240ms;
	width: 17px;
	height: 17px;
	position: absolute;
	left: -80px;
	opacity: 9.3;
	overflow: hidden;
}
@keyframes s6 {
	0% {
		top: 0px;
		left: 129px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 150px;
 }
}
.flake:nth-child(7) {
	animation: s7 8.1s linear infinite;
	animation-delay: -280ms;
	width: 22px;
	height: 22px;
	position: absolute;
	left: -80px;
	opacity: 0.7;
	overflow: hidden;
}
@keyframes s7 {
	0% {
		top: 0px;
		left: 1739px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1606px;
 }
}
.flake:nth-child(8) {
	animation: s8 6.1s linear infinite;
	animation-delay: -320ms;
	width: 32px;
	height: 32px;
	position: absolute;
	left: -80px;
	opacity: 5.9;
	overflow: hidden;
}
@keyframes s8 {
	0% {
		top: 0px;
		left: 40px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: -110px;
 }
}
.flake:nth-child(9) {
	animation: s9 6.1s linear infinite;
	animation-delay: -360ms;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -80px;
	opacity: 0.9;
	overflow: hidden;
}
@keyframes s9 {
	0% {
		top: 0px;
		left: 556px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 621px;
 }
}
.flake:nth-child(10) {
	animation: s10 6.1s linear infinite;
	animation-delay: -400ms;
	width: 13px;
	height: 13px;
	position: absolute;
	left: -80px;
	opacity: 1.3;
	overflow: hidden;
	display: none;
}
@keyframes s10 {
	0% {
		top: 0px;
		left: 1262px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1341px;
 }
}
.flake:nth-child(11) {
	animation: s11 8.1s linear infinite;
	animation-delay: -440ms;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -80px;
	opacity: 9.6;
	overflow: hidden;
}
@keyframes s11 {
	0% {
		top: 0px;
		left: 1711px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1600px;
 }
}
.flake:nth-child(12) {
	animation: s12 8.1s linear infinite;
	animation-delay: -480ms;
	width: 14px;
	height: 14px;
	position: absolute;
	left: -80px;
	opacity: 6;
	overflow: hidden;
}
@keyframes s12 {
	0% {
		top: 0px;
		left: 740px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 754px;
 }
}
.flake:nth-child(13) {
	animation: s13 8.1s linear infinite;
	animation-delay: -520ms;
	width: 13px;
	height: 13px;
	position: absolute;
	left: -80px;
	opacity: 1;
	overflow: hidden;
}
@keyframes s13 {
	0% {
		top: 0px;
		left: 1486px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1322px;
 }
}
.flake:nth-child(14) {
	animation: s14 8.1s linear infinite;
	animation-delay: -560ms;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -80px;
	opacity: 7.5;
	overflow: hidden;
	display: none;
}
@keyframes s14 {
	0% {
		top: 0px;
		left: 1337px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1389px;
 }
}
.flake:nth-child(15) {
	animation: s15 6.1s linear infinite;
	animation-delay: -600ms;
	width: 32px;
	height: 32px;
	position: absolute;
	left: -80px;
	opacity: 3.4;
	overflow: hidden;
}
@keyframes s15 {
	0% {
		top: 0px;
		left: 136px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 56px;
 }
}
.flake:nth-child(16) {
	animation: s16 8.1s linear infinite;
	animation-delay: -640ms;
	width: 17px;
	height: 17px;
	position: absolute;
	left: -80px;
	opacity: 7.5;
	overflow: hidden;
}
@keyframes s16 {
	0% {
		top: 0px;
		left: 1323px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1354px;
 }
}
.flake:nth-child(17) {
	animation: s17 6.1s linear infinite;
	animation-delay: -680ms;
	width: 14px;
	height: 14px;
	position: absolute;
	left: -80px;
	opacity: 6.8;
	overflow: hidden;
}
@keyframes s17 {
	0% {
		top: 0px;
		left: 37px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 53px;
 }
}
.flake:nth-child(18) {
	animation: s18 8.1s linear infinite;
	animation-delay: -720ms;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -80px;
	opacity: 5.4;
	overflow: hidden;
}
@keyframes s18 {
	0% {
		top: 0px;
		left: 1446px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1487px;
 }
}
.flake:nth-child(19) {
	animation: s19 8.1s linear infinite;
	animation-delay: -760ms;
	width: 19px;
	height: 19px;
	position: absolute;
	left: -80px;
	opacity: 8.2;
	overflow: hidden;
}
@keyframes s19 {
	0% {
		top: 0px;
		left: 165px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 295px;
 }
}
.flake:nth-child(20) {
	animation: s20 6.1s linear infinite;
	animation-delay: -800ms;
	width: 15px;
	height: 15px;
	position: absolute;
	left: -80px;
	opacity: 0.9;
	overflow: hidden;
}
@keyframes s20 {
	0% {
		top: 0px;
		left: 1333px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1335px;
 }
}
.flake:nth-child(21) {
	animation: s21 6.1s linear infinite;
	animation-delay: -840ms;
	width: 42px;
	height: 42px;
	position: absolute;
	left: -80px;
	opacity: 4;
	overflow: hidden;
}
@keyframes s21 {
	0% {
		top: 0px;
		left: 1787px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1793px;
 }
}
.flake:nth-child(22) {
	animation: s22 8.1s linear infinite;
	animation-delay: -880ms;
	width: 18px;
	height: 18px;
	position: absolute;
	left: -80px;
	opacity: 9.3;
	overflow: hidden;
}
@keyframes s22 {
	0% {
		top: 0px;
		left: 101px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: -18px;
 }
}
.flake:nth-child(23) {
	animation: s23 6.1s linear infinite;
	animation-delay: -920ms;
	width: 32px;
	height: 32px;
	position: absolute;
	left: -80px;
	opacity: 2.2;
	overflow: hidden;
}
@keyframes s23 {
	0% {
		top: 0px;
		left: 1452px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1467px;
 }
}
.flake:nth-child(24) {
	animation: s24 6.1s linear infinite;
	animation-delay: -960ms;
	width: 14px;
	height: 14px;
	position: absolute;
	left: -80px;
	opacity: 3.9;
	overflow: hidden;
}
@keyframes s24 {
	0% {
		top: 0px;
		left: 1px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 37px;
 }
}
.flake:nth-child(25) {
	animation: s25 8.1s linear infinite;
	animation-delay: -1000ms;
	width: 18px;
	height: 18px;
	position: absolute;
	left: -80px;
	opacity: 8.7;
	overflow: hidden;
}
@keyframes s25 {
	0% {
		top: 0px;
		left: 1368px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1361px;
 }
}
.flake:nth-child(26) {
	animation: s26 7.1s linear infinite;
	animation-delay: -1040ms;
	width: 42px;
	height: 42px;
	position: absolute;
	left: -80px;
	opacity: 3.3;
	overflow: hidden;
}
@keyframes s26 {
	0% {
		top: 0px;
		left: 1153px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1283px;
 }
}
.flake:nth-child(27) {
	animation: s27 7.1s linear infinite;
	animation-delay: -1080ms;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -80px;
	opacity: 7.5;
	overflow: hidden;
}
@keyframes s27 {
	0% {
		top: 0px;
		left: 354px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 477px;
 }
}
.flake:nth-child(28) {
	animation: s28 6.1s linear infinite;
	animation-delay: -1120ms;
	width: 14px;
	height: 14px;
	position: absolute;
	left: -80px;
	opacity: 6.2;
	overflow: hidden;
}
@keyframes s28 {
	0% {
		top: 0px;
		left: 377px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 380px;
 }
}
.flake:nth-child(29) {
	animation: s29 6.1s linear infinite;
	animation-delay: -1160ms;
	width: 15px;
	height: 15px;
	position: absolute;
	left: -80px;
	opacity: 6;
	overflow: hidden;
}
@keyframes s29 {
	0% {
		top: 0px;
		left: 1649px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1779px;
 }
}
.flake:nth-child(30) {
	animation: s30 6.1s linear infinite;
	animation-delay: -1200ms;
	width: 25px;
	height: 25px;
	position: absolute;
	left: -80px;
	opacity: 4.4;
	overflow: hidden;
}
@keyframes s30 {
	0% {
		top: 0px;
		left: 159px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1px;
 }
}
.flake:nth-child(31) {
	animation: s31 6.1s linear infinite;
	animation-delay: -1240ms;
	width: 32px;
	height: 32px;
	position: absolute;
	left: -80px;
	opacity: 2.7;
	overflow: hidden;
}
@keyframes s31 {
	0% {
		top: 0px;
		left: 955px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 844px;
 }
}
.flake:nth-child(32) {
	animation: s32 8.1s linear infinite;
	animation-delay: -1280ms;
	width: 32px;
	height: 32px;
	position: absolute;
	left: -80px;
	opacity: 9.7;
	overflow: hidden;
}
@keyframes s32 {
	0% {
		top: 0px;
		left: 733px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 762px;
 }
}
.flake:nth-child(33) {
	animation: s33 8.1s linear infinite;
	animation-delay: -1320ms;
	width: 32px;
	height: 32px;
	position: absolute;
	left: -80px;
	opacity: 0.9;
	overflow: hidden;
}
@keyframes s33 {
	0% {
		top: 0px;
		left: 1357px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 1236px;
 }
}
.flake:nth-child(34) {
	animation: s34 8.1s linear infinite;
	animation-delay: -1360ms;
	width: 36px;
	height: 36px;
	position: absolute;
	left: -80px;
	opacity: 2.6;
	overflow: hidden;
}
@keyframes s34 {
	0% {
		top: 0px;
		left: 474px;
		transform: rotateX(0deg);
 }
	100% {
		top: 100vmin;
		left: 405px;
 }
}


.cmplz-cookiebanner .cmplz-close:hover {
	
    text-decoration: none;
    line-height: 20px !important;
    font-size: 18px !important;
}




.secure-payment img{margin-right:5px;}


/**** STOP ****/


/* .singolo_box_shop .boxhomepageshop .imgproductshopname img { max-width: 380px; width: -webkit-fill-available;}*/
.singolo_box_shop .boxhomepageshop { position: relative; }
/*.singolo_box_shop .boxhomepageshop .productshopname { min-height: 78px;}*/
.singolo_box_shop .boxhomepageshop .productshopname {
    margin-bottom: -9px;
}
/* .singolo_box_shop:nth-child(5n+1) .boxhomepageshop:before {
    background: url(https://www.divecnitt.sbs/wp-content/uploads/2023/11/palla-01.svg);
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
		margin-top: 70px;
		margin-left: 55px;
		animation: pendulum 5s ease-in-out infinite;
} */

/* **** natale 2023 **** */

/*
.singolo_box_shop:nth-child(2n+0) .boxhomepageshop:before {
    background: url(https://www.divecnitt.sbs/wp-content/uploads/2023/11/palla-02.svg);
    content: "";
    position: absolute;
		width: 70px;
    height: 70px;
		left: 0;
    top: 0;
		margin-top: 70px;
		margin-left: 55px;
		animation: pendulum 5s ease-in-out infinite;
}
.singolo_box_shop:nth-child(2n+1) .boxhomepageshop:before {
    background: url(https://www.divecnitt.sbs/wp-content/uploads/2023/11/palla-04.svg);
    content: "";
    position: absolute;
		width: 70px;
    height: 70px;
		left: 0;
    top: 0;
		margin-top: 70px;
		margin-left: 55px;
		animation: pendulum 5s ease-in-out infinite;
}

@keyframes pendulum {
	0% {
    transform: rotate(8deg);
	}
	50% {
	    transform: rotate(-8deg);
	}
	100% {
	    transform: rotate(8deg);
	}
}

@media (max-width: 767px) {
	.singolo_box_shop:nth-child(5n+1) .boxhomepageshop:before,
	.singolo_box_shop:nth-child(5n+2) .boxhomepageshop:before,
	.singolo_box_shop:nth-child(5n+3) .boxhomepageshop:before,
	.singolo_box_shop:nth-child(5n+4) .boxhomepageshop:before,
	.singolo_box_shop:nth-child(5n+5) .boxhomepageshop:before {
		margin-top: 35px;
		margin-left: 25px;
	}
}

*/


.woocommerce-notices-wrapper {margin-bottom:55px;}


.wc_payment_method.payment_method_yith-paypal-ec img,
.wc_payment_method.payment_method_yith-paypal-ec a{
  float: right;
  margin-left: 10px;
}

.wc_payment_method.payment_method_yith-paypal-ec br {display:none;}

.wc_payment_method.payment_method_yith-paypal-ec {margin-top:15px !important;}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin: 0 auto;
	float:none;
	width:calc(100% - 16px);
	display:flex;
	
  align-items: center;
  justify-content: center;
}

.wpcf7-form.submitting .wpcf7-submit {
pointer-events: none !important;
}


#cmplz-manage-consent .cmplz-manage-consent {
    bottom: unset !important;
    bottom: 25% !important;
    padding-bottom: 7px !important;
    transform: rotate(270deg) !important;
    left: -60px !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: rgba(0, 0, 0, .1) 0 0 8px, rgba(0, 0, 0, .1) 0 0 8px !important;
    padding: 10px !important;
    font-size: 14px;
    height: 34px !important;
}

#cmplz-manage-consent .cmplz-manage-consent {
    opacity: .5;
    transition: opacity 0.3s ease;
}

/* Nasconde il secondo asterisco nei campi del checkout */
.woocommerce-checkout .form-row .required + .required {
    display: none !important;
}

.owl-carouselhome .singlenewshome div.image {background-color:#f9f5f0;}


a.btn.button-reso {
    padding: 10px;
    border: 2px solid #d81e2b;
	border-radius:5px;
	margin-top:10px;
	color:#d81e2b;
	font-weight:bold;
}


a.btn.button-reso:hover {
    text-decoration:underline;
}