/*
Theme Name: Gommalacca 2020
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE ***************/

@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300;400;700&display=swap");
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	overflow-x: hidden;
	overflow-y: auto;
}
[hidden] {
	display: none !important;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
#wpfront-notification-bar div.wpfront-message {
    color: #ffffff;
    line-height: 20px !important;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1360px) {
	.container {
		max-width: 1300px;
	}
}
@media (min-width: 1540px) {
	.container {
		max-width: 1460px;
	}
}
@media (min-width: 1780px) {
	.container {
		max-width: 1640px;
	}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.mt-0, .my-0 {
	margin-top: 0 !important;
}
.mb-0, .my-0 {
	margin-bottom: 0 !important;
}
.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}
.pt-7, .py-7 {
	padding-top: 6rem !important;
}

.m-0 {
  margin: 0 !important; }

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

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.m-6 {
  margin: 4.5rem !important; }

.mt-6,
.my-6 {
  margin-top: 4.5rem !important; }

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important; }

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important; }

.m-7 {
  margin: 6rem !important; }

.mt-7,
.my-7 {
  margin-top: 6rem !important; }

.mr-7,
.mx-7 {
  margin-right: 6rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 6rem !important; }

.ml-7,
.mx-7 {
  margin-left: 6rem !important; }

.m-8 {
  margin: 7.5rem !important; }

.mt-8,
.my-8 {
  margin-top: 7.5rem !important; }

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important; }

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important; }

.m-9 {
  margin: 9rem !important; }

.mt-9,
.my-9 {
  margin-top: 9rem !important; }

.mr-9,
.mx-9 {
  margin-right: 9rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 9rem !important; }

.ml-9,
.mx-9 {
  margin-left: 9rem !important; }

.m-10 {
  margin: 10rem !important; }

.mt-10,
.my-10 {
  margin-top: 10rem !important; }

.mr-10,
.mx-10 {
  margin-right: 10rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 10rem !important; }

.ml-10,
.mx-10 {
  margin-left: 10rem !important; }

.m-11 {
  margin: 12rem !important; }

.mt-11,
.my-11 {
  margin-top: 12rem !important; }

.mr-11,
.mx-11 {
  margin-right: 12rem !important; }

.mb-11,
.my-11 {
  margin-bottom: 12rem !important; }

.ml-11,
.mx-11 {
  margin-left: 12rem !important; }

.m-12 {
  margin: 14rem !important; }

.mt-12,
.my-12 {
  margin-top: 14rem !important; }

.mr-12,
.mx-12 {
  margin-right: 14rem !important; }

.mb-12,
.my-12 {
  margin-bottom: 14rem !important; }

.ml-12,
.mx-12 {
  margin-left: 14rem !important; }

.m-13 {
  margin: 16rem !important; }

.mt-13,
.my-13 {
  margin-top: 16rem !important; }

.mr-13,
.mx-13 {
  margin-right: 16rem !important; }

.mb-13,
.my-13 {
  margin-bottom: 16rem !important; }

.ml-13,
.mx-13 {
  margin-left: 16rem !important; }

.m-14 {
  margin: 18rem !important; }

.mt-14,
.my-14 {
  margin-top: 18rem !important; }

.mr-14,
.mx-14 {
  margin-right: 18rem !important; }

.mb-14,
.my-14 {
  margin-bottom: 18rem !important; }

.ml-14,
.mx-14 {
  margin-left: 18rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.p-6 {
  padding: 4.5rem !important; }

.pt-6,
.py-6 {
  padding-top: 4.5rem !important; }

.pr-6,
.px-6 {
  padding-right: 4.5rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important; }

.pl-6,
.px-6 {
  padding-left: 4.5rem !important; }

.p-7 {
  padding: 6rem !important; }

.pt-7,
.py-7 {
  padding-top: 6rem !important; }

.pr-7,
.px-7 {
  padding-right: 6rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 6rem !important; }

.pl-7,
.px-7 {
  padding-left: 6rem !important; }

ul.category-color-dark li.product-category .thumb-info h3 {
	font-family: 'Comic Neue', cursive !important;
	font-size: 26px;
	color: #2E58A6 !important;
	letter-spacing: 4px !important;
}
@media (max-width: 1199.98px) {
	ul.category-color-dark li.product-category .thumb-info h3 {
		letter-spacing: 2px !important;
		font-size: 18px;
	}
}
@media (max-width: 1359.98px) {
	.cuore-top img {
		max-width: 250px !important;
		height: auto;
	}
}
@media (max-width: 767.98px) {
	.cuore-top img {
		max-width: 200px !important;
		height: auto;
	}
}
#blocco-categorieprod-home h2 {
	text-transform: uppercase;
	letter-spacing: 4px !important;
	font-family: 'Comic Neue', cursive !important;
	font-size: 36px !important;
	font-weight: 700 !important;
	color: #2E58A6 !important;
	text-align: center;
}
@media (max-width: 1199.98px) {
	#blocco-categorieprod-home h2 {
		font-size: 28px !important;
	}
}
@media (max-width: 991.98px) {
	#blocco-categorieprod-home h2 {
		font-size: 24px !important;
	}
}
@media (max-width: 767.98px) {
	#blocco-categorieprod-home h2 {
		font-size: 20px !important;
	}
}
#blocco-categorieprod-home h2 span {
	color: #F0047F;
}
#wall-prodotti-home, #grigliamasonry-immagini, #home_instagram_section, #chisiamo-contenuto, #spedizionieresi-contenuto, #contatti-contenuto {
	/* display: none; */
}
#wall-prodotti-home h2, #grigliamasonry-immagini h2, #home_instagram_section h2, #chisiamo-contenuto h2, #spedizionieresi-contenuto h1, #contatti-contenuto h2 {
	text-transform: uppercase;
	letter-spacing: 4px !important;
	font-family: 'Comic Neue', cursive !important;
	font-size: 36px !important;
	font-weight: 700 !important;
	color: #2E58A6 !important;
	text-align: center;
}
@media (max-width: 1199.98px) {
	#wall-prodotti-home h2, #grigliamasonry-immagini h2, #home_instagram_section h2, #chisiamo-contenuto h1, #spedizionieresi-contenuto h1, #contatti-contenuto h2 {
		font-size: 28px !important;
	}
}
@media (max-width: 991.98px) {
	#wall-prodotti-home h2, #grigliamasonry-immagini h2, #home_instagram_section h2, #chisiamo-contenuto h1, #spedizionieresi-contenuto h1, #contatti-contenuto h2 {
		font-size: 24px !important;
	}
}
@media (max-width: 767.98px) {
	#wall-prodotti-home h2, #grigliamasonry-immagini h2, #home_instagram_section h2, #chisiamo-contenuto h1, #spedizionieresi-contenuto h1, #contatti-contenuto h2 {
		font-size: 20px !important;
	}
}
#wall-prodotti-home h2 span, #grigliamasonry-immagini h2 span, #home_instagram_section h2 span, #chisiamo-contenuto h1 span, #spedizionieresi-contenuto h2 span, #contatti-contenuto h2 span {
	color: #F0047F;
}
#chisiamo-contenuto h1 {
	text-align: center;
	line-height: auto;
	font-family: inherit !important;
	font-size: 30px !important;
}
@media (max-width: 1199.98px) {
	#chisiamo-contenuto h1 {
		font-size: 24px !important;
	}
}
@media (max-width: 991.98px) {
	#chisiamo-contenuto h1 {
		font-size: 20px !important;
	}
}
@media (max-width: 767.98px) {
	#chisiamo-contenuto h1 {
		font-size: 20px !important;
		line-height: 28px !important;
	}
}
#spedizionieresi-contenuto h3 {
	text-transform: uppercase;
	letter-spacing: 1px !important;
	font-family: 'Comic Neue', cursive !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	color: #2E58A6 !important;
	text-align: center;
}
@media (max-width: 1199.98px) {
	#spedizionieresi-contenuto h3 {
		font-size: 24px !important;
	}
}
@media (max-width: 991.98px) {
	#spedizionieresi-contenuto h3 {
		font-size: 22px !important;
	}
}
@media (max-width: 767.98px) {
	#spedizionieresi-contenuto h3 {
		font-size: 20px !important;
	}
}
#spedizionieresi-contenuto h4 {
	text-transform: uppercase;
	letter-spacing: 1px !important;
	font-family: 'Comic Neue', cursive !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #2E58A6 !important;
	text-align: center;
}
@media (max-width: 1199.98px) {
	#spedizionieresi-contenuto h4 {
		font-size: 20px !important;
	}
}
@media (max-width: 991.98px) {
	#spedizionieresi-contenuto h4 {
		font-size: 18px !important;
	}
}
@media (max-width: 767.98px) {
	#spedizionieresi-contenuto h4 {
		font-size: 16px !important;
	}
}
#home_bannersotto {
	position: relative;
}
#home_bannersotto:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0px;
	top: 5%;
	background: url(images/ondafuxia.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
	#home_bannersotto:before {
		top: 2%;
	}
}
@media (max-width: 767.98px) {
	#home_bannersotto:before {
		top: 1%;
	}
}
#home_bannersotto:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0px;
	bottom: 2%;
	background: url(images/ondafuxia.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
	#home_bannersotto:after {
		bottom: 2%;
	}
}
@media (max-width: 767.98px) {
	#home_bannersotto:after {
		bottom: 1%;
	}
}
#home_bannersotto .titolobannersotto-home {
	letter-spacing: 1px;
	font-family: 'Comic Neue', cursive !important;
	text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#home_bannersotto .titolobannersotto-home {
		font-size: 18px !important;
	}
}
#home_bannersotto .titolobannersotto-home.terzo {
	padding-top: 20px !important;
}
@media (max-width: 767.98px) {
	#home_bannersotto .titolobannersotto-home {
		font-size: 21px !important;
	}
}
#home_bannersotto .tipologia-bannersotto {
	font-family: 'Comic Neue', cursive !important;
	font-size: 1.3rem !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#home_bannersotto .tipologia-bannersotto {
		font-size: 1rem !important;
		padding-top: 0px !important;
		margin-bottom: 10px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#home_bannersotto h5.xscopridipiu {
		font-size: 16px !important;
	}
}
#home_bannersotto .porto-ibanner {
	margin: 0px !important;
}
@media (max-width: 991.98px) {
	#home_bannersotto .porto-ibanner {
		padding-bottom: 15px !important;
	}
}
.scopripiusliderhome {
	width: 200px;
	height: auto;
}
.xscopridipiu {
	display: inline-block;
	position: relative;
}
.xscopridipiu:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0px;
	bottom: -20px;
	background: url(images/xondina-xscopridipiu.png.pagespeed.ic.6fKJfiSrAI.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.xscopridipiu.scopribanner:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0px;
	bottom: -20px;
	background: url(images/ondafuxia.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
/*.scopripiu-banner-home{width: 112px !important;height: auto !important;}*/

.logo-cuore-footer {
	max-width: 173px !important;
	width: 173px !important;
	height: auto !important;
}
#submit-newsletter .wpcf7-submit {
	background: none !important;
	color: #2E58A6;
	border: none !important;
	font-family: 'Satisfy';
	text-transform: none !important;
	font-size: 25px;
	position: relative;
	display: inline-block;
}
#submit-newsletter .wpcf7-submit:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0px;
	bottom: -5px;
	background: url(images/ondafuxia.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#submit-newsletter input[type="email"] {
	border-color: #819AC9;
	background-color: #819AC9;
	color: #fff !important;
	padding: 10px 12px;
}
.footer-top>.container:before {
	border-top: 0px solid black !important;
}
.footer-top>.container:after {
	border-top: none !important;
}
.footer-top {
	position: relative;
	display: block;
}
.footer-top:after {
	content: '';
	position: absolute;
	display: block;
	width: 96%;
	height: 6px;
	left: 2%;
	bottom: 0px;
	background: url(images/segnofooter.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
	.footer-top:after {
		bottom: -30px;
	}
}
.footer-top:before {
	content: '';
	position: absolute;
	display: block;
	width: 96%;
	height: 6px;
	left: 2%;
	top: 0px;
	background: url(images/xsegnofooter-blu.png.pagespeed.ic.Uk8CcPOtR5.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
	.footer-top:before {
		top: -30px;
	}
}
.page-id-143 .footer-top:before {
	background: none !important;
}
#footer .footer-top h5 {
	font-family: 'Comic Neue', cursive !important;
	color: #F0047F !important;
}
#footer .footer-main {
	font-family: 'Comic Neue', cursive !important;
	color: #2E58A6;
	font-size: 16px !important;
}
@media (max-width: 991.98px) {
	#footer .footer-main {
		text-align: center;
	}
}
#footer .footer-main .widget-title {
	color: #F0047F;
	font-family: 'Comic Neue', cursive !important;
	font-size: 18px !important;
}
#footer .footer-main li {
	line-height: 1.4;
}
#footer .footer-main li a {
	text-transform: uppercase !important;
	color: #2E58A6 !important;
	line-height: 1.4;
}
#footer .footer-main .widget_media_image {
	display: flex;
	justify-content: flex-end;
}
#footer .footer-main .widget_media_image img {
	width: 180px;
	height: auto;
}
@media (max-width: 767.98px) {
	#footer .footer-main .widget_media_image {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
#footer .footer-bottom {
	background-color: #EEDDD1;
	padding: 0px !important;
}
#footer .footer-bottom .footer-right {
	text-align: center;
}
#footer .footer-bottom .footer-right .footer-copyright {
	margin-right: 60px;
}
@media (max-width: 767.98px) {
	#footer .footer-bottom .footer-right .footer-copyright {
		margin-right: 0px;
	}
}
#footer .footer-bottom .footer-right .footer-copyright a {
	color: #2E58A6;
	font-size: 16px !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#header .logo {
		max-width: 160px;
	}
}
#header .main-menu {
	margin-left: 2vw;
}
#header .main-menu>li.menu-item>a {
	color: #F0047F;
	padding: 15px 7px 15px 7px;
}
#header .main-menu .narrow li.menu-item>a {
	color: #1a3d80;
}
#header .mobile-toggle {
	color: #2E58A6 !important;
}
#header .main-menu .popup a {
	font-family: 'Comic Neue', cursive !important;
	font-size: 1rem !important;
}
#header .top-links>li.menu-item {
	margin-right: 13px;
}
#header .main-menu>li.menu-item>a {
	font-family: 'Comic Neue', cursive !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #2E58A6;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#header .main-menu>li.menu-item>a {
		font-size: 13px !important;
		padding: 15px 7px 15px 7px !important;
	}
}
@media (min-width: 1360px) {
	#header .main-menu>li.menu-item>a {
		font-size: 18px !important;
	}
	padding: 15px !important;
}
#header .main-menu>li.menu-item>a:hover {
	color: #F0047F;
}
#header .mega-menu.show-arrow>li.has-sub>a:after {
	color: #F0047F;
}
#header .header-right i {
	display: none !important;
}
#header .header-right .mobile-toggle i {
	display: block !important;
}
#header .header-right a.search-toggle {
	background: url(images/iconasearch.png) 0 0;
	background-size: cover;
	height: 35px;
	width: 35px;
	background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
	#header .header-right a.search-toggle {
		width: 25px;
		height: 25px;
	}
}
#header .header-right #mini-cart .cart-head:after {
	color: #F0047F;
}
#header .header-right #mini-cart .cart-icon {
	width: 35px;
	height: 35px;
	background: url(images/iconabag.png) 0 0;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
	#header .header-right #mini-cart .cart-icon {
		width: 25px;
		height: 25px;
	}
}
#header .header-right ul.menu-top-navigation li {
	height: 35px;
	width: 35px;
}
@media (max-width: 1199.98px) {
	#header .header-right ul.menu-top-navigation li {
		height: 25px;
		width: 25px;
	}
}
#nav-menu-item-1983 {
	width: 35px;
	height: 35px;
	background: url(images/iconauser.png) 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
@media (max-width: 1199.98px) {
	#nav-menu-item-1983 {
		width: 25px;
		height: 25px;
	}
}
#nav-menu-item-1983 a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#nav-menu-item-1945 {
	width: 35px;
	height: 35px;
	background: url(images/iconacuore.png) 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
@media (max-width: 1199.98px) {
	#nav-menu-item-1945 {
		width: 25px;
		height: 25px;
	}
}
#nav-menu-item-1945 a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
@media (max-width: 767.98px) {
	.newsletter-blocco-testo {
		text-align: center;
	}
}
.newsletter-blocco-testo h5 {
	color: #f0047f;
	font-family: 'Comic Neue', cursive;
	font-size: 18px;
}
.newsletter-blocco-testo p{
	color: #2E58A6;
}
#instagram-container .instagram-feed-item {
	padding: 10px;
}
#instagram-container .instagram-feed-item .liked-by {
	display: none;
}
#instagram-container .instagram-feed-item figure {
	background-size: cover;
}
#instagram-container .instagram-feed-item figure:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.paginachisiamo .main-content {
	padding-top: 0px !important;
}
.paginachisiamo #chisiamo-contenuto h2 {
	font-family: 'Comic Neue', cursive !important;
	color: #f0047f !important;
	font-size: 1.3rem !important;
	text-align: left;
}
.paginachisiamo .main-content h1 {
	font-family: 'Comic Neue', cursive !important;
	color: #1a3d80 !important;
}
.breadcrumb {
	font-family: 'Comic Neue', cursive !important;
	font-size: 13px !important;
}
.breadcrumb a {
	font-size: 13px !important;
}
.breadcrumb i {
	color: #f0047f !important;
}
.shop-category-banner h3 {
	font-family: 'Comic Neue', cursive !important;
	letter-spacing: 2px;
}
.shop-category-banner h1 {
	font-family: 'Comic Neue', cursive !important;
	letter-spacing: 2px;
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	text-align: left;
}
@media (max-width: 767.98px) {
.shop-category-banner h1 {
	font-family: 'Comic Neue', cursive !important;	
	font-size: 30px;
	line-height: 30px;

	}
}
.product-summary-wrap .product_title {
	text-transform: uppercase;
	color: #F0047F;
	/* letter-spacing: 2px; */
	font-size: 1.4rem;
	font-family: inherit !important;
}
.product-summary-wrap .woocommerce-Price-amount {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	text-transform: none !important;
	font-size: 1.4rem;
	color: #2E58A6;
}
.woocommerce-Price-currencySymbol {
	padding-right: 5px;
}
.product-summary-wrap .single_add_to_cart_button {
	background: none;
	color: #1a3d80;
	text-transform: none;
	padding: 0 1vw !important;
	font-size: 1.1rem;
	position: relative;
	display: inline-block;
}
.product-summary-wrap .single_add_to_cart_button:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 18px;
	left: 0px;
	bottom: -6px;
	background: url(images/ondafuxia.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist, ul.list li.product .yith-wcwl-add-to-wishlist {
	width: 35px;
	height: 35px;
	background: url(images/iconacuore.png) 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
@media (max-width: 1199.98px) {
	ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist, ul.list li.product .yith-wcwl-add-to-wishlist {
		width: 25px;
		height: 25px;
	}
}
ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist a i {
	display: none !important;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:before {
	color: #fff !important;
	opacity: 0 !important;
}
.product-summary-wrap .yith-wcwl-add-button {
	width: 35px;
	height: 35px;
	background: url(images/iconacuore.png) 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	font-size: 1.1rem;
}
.single-product .product-summary-wrap .description p {
	font-size: 1rem;
	color: #2E58A6;
}
@media (max-width: 767.98px) {
	.product-summary-wrap .yith-wcwl-add-button {
		width: 25px;
		height: 25px;
	}
}
.product-summary-wrap .yith-wcwl-add-button a {
	display: flex;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 320px;
	height: 100%;
}
.product-summary-wrap .yith-wcwl-add-to-wishlist span {
	width: 300px;
	color: #1a3d80;
	text-transform: initial;
	text-align: left;
	margin-left: 35px;
	/* display: none !important; */
}
.single-product .entry-summary .add_to_wishlist:before {
	display: none !important;
}
.product-summary-wrap .yith-wcwl-wishlistexistsbrowse a {
	display: none !important;
}
.woocommerce-tabs .resp-tabs-list {
	font-family: 'Comic Neue', cursive !important;
	font-size: 16px;
}
.woocommerce-tabs .resp-tabs-list li {
	color: #2E58A6 !important;
}
.woocommerce-tabs .resp-tabs-list li.resp-tab-active {
	color: #f0047f !important;
}
.related.products .slider-title {
	font-family: 'Comic Neue', cursive !important;
	color: #2E58A6 !important;
	font-size: 18px;
	letter-spacing: 2px;
}
.product-thumbs-slider.owl-carousel .owl-item.selected .img-thumbnail {
	border: 2px solid #2E58A6;
}
.featured-box-primary .box-content {
	border-top-color: #2E58A6 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	font-family: 'Comic Neue', cursive !important;
	font-size: 1.2rem;
}
.shop-loop-before {
	background: #ffffff !important;
}
.shop-loop-before label, .shop-loop-after label {
	color: #1a3d80 !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	#custom_html-3 {
		display: block;
		width: 100%;
		padding-top: 30px;
	}
}
@media (max-width: 991.98px) {
	.instagramlink-home {
		display: block;
		text-align: center;
	}
}
.instagramlink-home img {
	width: 40px;
	height: auto;
}
.single-product .product-summary-wrap:not(.product) .price {
	color: #2E58A6;
}
ul.products li.product-col h3 {
	/* font-size: 1.1rem !important; letter-spacing: 2px !important;*/
	font-family: inherit !important;
	color: #2E58A6;
}
ul.products li.product-col h3:hover {
	color: #f0047f !important;
}
ul.products li.product-col .price {
	color: #2E58A6;
}
.woocommerce-result-count {
	color: #2E58A6 !important;
}
.woocommerce-viewing .count {
	color: #2E58A6 !important;
}
.woocommerce-ordering .orderby {
	color: #2E58A6 !important;
}
ul.products li.product-outimage .add-links .button, ul.list li.product .add_to_cart_button, ul.list li.product .add_to_cart_read_more {
	text-transform: none !important;
	font-size: 1.1rem !important;
	position: relative;
	background: none !important;
	border: none !important;
	color: #2E58A6;
	padding-left: 0px !important;
}
@media (max-width: 1199.98px) {
	ul.products li.product-outimage .add-links .button, ul.list li.product .add_to_cart_button, ul.list li.product .add_to_cart_read_more {
		font-size: 1.1rem !important;
	}
}
/* @media (max-width: 767px){ul.list li.product .add_to_cart_button{text-indent: -9999px !important;}}*/

ul.products li.product-outimage .add-links .button:hover, ul.list li.product .add_to_cart_button:hover, ul.list li.product .add_to_cart_read_more:hover {
	color: #2E58A6;
}
ul.products li.product-outimage .add-links .quickview:hover, li.product-outimage .add-links .yith-wcwl-add-to-wishlist .add_to_wishlist:hover, ul.products li.product-outimage:hover .add-links .button, ul.products li.product-outimage .add-links .button:focus, .add-links .button:hover {
	color: #2E58A6 !important;
}
.product-type-simple .add-links .add_to_cart_button:before, .product-type-simple .add-links .add_to_cart_read_more:before {
	display: none;
}
ul.products li.product-col .add-links .yith-wcwl-add-to-wishlist>div, ul.products li.product-col .add-links .quickview {
	opacity: inherit !important;
	visibility: visible !important;
}
.bloccodati-contatti a, .bloccodati-contatti span {
	color: #1a3d80 !important;
	font-size: 14px;
}
@media (max-width: 767.98px) {
	.bloccodati-contatti a, .bloccodati-contatti span {
		text-align: center;
	}
}
img.pin-contatti {
	width: 41px;
	height: 60px;
	margin-right: 10px;
}
@media (max-width: 767.98px) {
	img.pin-contatti {
		margin-bottom: 10px;
	}
}
img.cornetta-contatti {
	width: 53px;
	height: 53px;
	margin-right: 10px;
}
@media (max-width: 767.98px) {
	img.cornetta-contatti {
		margin-bottom: 10px;
	}
}
img.chiocciola-contatti {
	width: 42px;
	height: 45px;
	margin-right: 10px;
}
@media (max-width: 767.98px) {
	img.chiocciola-contatti {
		margin-bottom: 10px;
	}
}
@media (max-width: 767.98px) {
	.indirizzo-contatti, .tel-contatti, .mail-contatti {
		margin-bottom: 30px;
	}
}
#mapid {
	height: 400px;
}
[type="submit"] {
	background-color: #2E58A6;
	border-color: #2E58A6;
}
.wc-proceed-to-checkout .button {
	background-color: #2E58A6;
	border-color: #2E58A6;
}
.featured-box.porto-user-box {
	border-top-color: #2E58A6;
}
.woocommerce-mini-cart__buttons .button {
	background-color: #2E58A6;
	border-color: #2E58A6;
	font-size: 14px !important;
	/* text-transform: capitalize !important; */
}
#mini-cart .buttons a {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
#side-nav-panel {
	/* background-color: #819AC9 !important; */
	background-color: #2E58A6 !important;
}
#side-nav-panel .accordion-menu li.menu-item>a, #side-nav-panel .menu-custom-block a {
	color: #ffffff;
	font-family: 'Comic Neue', cursive !important;
	font-size: 1rem !important;
}
#side-nav-panel .searchform input[type="text"] {
	color: #333 !important;
}
#side-nav-panel .searchform-fields {
	background: #a4bae3;
}
#side-nav-panel .accordion-menu li:not(:last-child) {
	border-bottom: 1px solid #fff;
}
@media (max-width: 767.98px) {
	.product-type-simple .add-links .add_to_cart_button:before, .product-type-simple .add-links .add_to_cart_read_more:before, .add-links .add_to_cart_button:before, .add-links .add_to_cart_read_more:before {
		width: 25px;
		height: 25px;
		background: url(images/iconabag.png) 0 0;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		color: #fff;
	}
}
.woocommerce-ordering select, .woocommerce-viewing select {
	border: 2px solid #2E58A6;
}
.woocommerce-tabs .resp-tabs-list li.resp-tab-active, .woocommerce-tabs .resp-tabs-list li:hover {
	border-color: #2E58A6 !important;
}
.woocommerce-ordering select, .woocommerce-viewing select {
	font-weight: 300 !important;
	text-transform: none !important;
}
.woocommerce-ordering select {
	width: 180px;
}
@media (max-width: 767.98px) {
	.shop-loop-before .woocommerce-ordering select {
		width: 190px;
	}
}
.contenuto-slide-home {
	padding-top: 10vh !important;
}
.owl-carousel.nav-style-4 .owl-nav [class*="owl-"] {
	display: none;
}
/*display: inline-block;position: absolute;*/

/* width: 50px !important; height: 50px !important; background-image: url(images/xfrecciadx.png.pagespeed.ic.G4Kgv2KjpQ.png) !important; background-position: center !important; background-size: cover !important; background-repeat: no-repeat !important;}*/

.sb_instagram_header {
	display: none;
}
.owl-carousel.nav-pos-inside .owl-nav .owl-prev {
	background-image: url(images/xfrecciasx.png.pagespeed.ic.S-MsuzZIcR.png) !important;
}
.owl-carousel.nav-style-4 .owl-next:before, .owl-carousel.nav-style-4 .owl-prev:before {
	content: "" !important;
}
.widget>div>ul li, .widget>ul li, .widget>ul {
	line-height: 1.4;
}
#footer .widget>div>ul, #footer .widget>ul, #footer .widget>div>ul li, #footer .widget>ul li, #footer .post-item-small {
	border: none;
}
.widget_recent_entries>ul li, .widget_recent_comments>ul li, .widget_pages>ul li, .widget_meta>ul li, .widget_nav_menu>div>ul li, .widget_archive>ul li, .widget_categories>ul li, .widget_rss>ul li, .wp-block-categories-list li, .wp-block-archives-list li, .wp-block-latest-posts li {
	padding: 0px;
}
.product-category-bottom-content h1 {
	color: #f0047f;
	font-family: 'Comic Neue', cursive !important;
}
#sbi_load {
	display: none !important;
}
.sbi_header_link {
	display: none !important;
}
li.wpml-ls-menu-item ul.sub-menu {
	min-width: auto !important;
}
li.wpml-ls-menu-item ul li a {
	width: auto;
}
#header .main-menu li:last-child .popup {
	left: 0px;
}
body.home .add-links .add_to_cart_button, .add-links .add_to_cart_read_more {
	text-transform: capitalize;
	font-size: 1rem;
	background-color: #fff !important;
	color: #2E58A6 !important;
	/* border: 1px solid #2E58A6 !important; */
}
body.home .add-links .add_to_cart_button:hover, .add-links .add_to_cart_read_more:hover {
	color: #fff !important;
	background-color: #2E58A6 !important;
}
.gridlist-toggle>a:not(.active) {
	color: #2E58A6 !important;
}
.porto-product-filters-toggle.opened a {
	background-color: #2E58A6 !important;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #2E58A6 !important;
}
#mini-cart .cart_list {
	width: 100%;
}
li.woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}
#side-nav-panel .accordion-menu li.menu-item.active>a, #side-nav-panel .menu-custom-block a:hover {
	background-color: #F0047F;
}
body.woocommerce-page.archive .sidebar-content .widget .widget-title, body.woocommerce-page.archive .sidebar-content .widget .widgettitle {
	color: #2E58A6;
}
.porto-product-filters .widget-title, .porto-product-filters-toggle {
	color: #2E58A6 !important;
}
.pricing-table-classic .price, .product-summary-wrap .price, .product-summary-wrap .product_meta, .product-summary-wrap .product_meta span span, .product-summary-wrap .product_meta span a {
	color: #2e58a6;
}
#rev_slider_3_1 {
	margin-right: 40px;
	margin-left: 40px;
	width: auto !important;
}

@media (max-width: 991.98px) {
	#rev_slider_3_1 {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
}
.gCdMUP {
	display: none !important;
}
.woocommerce .wishlist-title h2 {
	color: #2E58A6;
}
.remove_from_wishlist.button {
	background-color: #2E58A6;
}
#chisiamo-topimage {
	min-height: 65vh !important;
}
@media (max-width: 767.98px) {
	.gridlist-toggle>a {
		display: none;
	}
	.woocommerce-ordering {
		margin-left: 40px;
	}
	#chisiamo-topimage {
		min-height: 25vh !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	body.term-fashion .sidebar-toggle, body.term-cucina .sidebar-toggle, body.term-term-arredo-e-design .sidebar-toggle, body.term-living .sidebar-toggle {
		margin-top: 260px;
	}
	#chisiamo-topimage {
		min-height: 40vh !important;
	}
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .tparrows.tparrows-carousel.tp-leftarrow, .tparrows.tparrows-carousel.tp-rightarrow, .button, input.submit {
	background-color: #2e5ba6;
	border-color: #000000;
}
.woocommerce .featured-box h3, .woocommerce-page .featured-box h3 {
	color: #2e5ba6;
}
.price del {
	font-size: 1em;
	color: #2e5ba6;
}
@media (max-width: 767.98px) {
	.newsletter-popup-button {
		display: block;
		text-align: center;
		width: 100%;
	}
}
.product-image .stock {
	position: absolute;
	z-index: 1;
	color: #2e5ba6;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	/* width: 10em; */
	height: 1.3em;
	line-height: 1.3em;
	margin: auto;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	transition: .25s;
	font-size: .9em;
	background: rgba(255, 255, 255, 1);
}
.products-slider.owl-carousel .owl-dot.active span {
	border-color: #2e5ba6 !important;
}
.products-slider .owl-dot.active span:after {
	background-color: #2e5ba6 !important;
}
.pagination.load-more .next {
	font-size: 18px;
	letter-spacing: 1px;
	color: #F0047F;
	border: none !important;
}
.woocommerce-pagination ul li .next:hover {
	background: none !important;
	color: #2e5ba6;
}
.pagination, .page-links {
	margin: 5px 0 60px;
	}
@media (max-width: 575px){
#header .searchform-popup {
    display: inline-block }
    #header .header-right .searchform{
	right: -80px !important;
} 	
    }
#header .searchform .searchform-fields i{
	display: inline-block !important;
} 
ul.products .category-list{
	color: #2E58A6 !important;
}
.woocommerce-tabs .tab-content p{
	color: #2E58A6 !important;
}
#chisiamo-contenuto	p{
	color: #2E58A6 !important;
}