@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	background: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 0.875rem;
	line-height: 1.375rem;
	z-index: 1
}

ol,
ul {
	list-style: none
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

img {
	outline: none
}

a:hover {
	text-decoration: underline;
}

.container {
	margin: 0 auto;
	max-width: 1165px;
	padding: 0 20px;
}

.row {
	display: flex;
}

h1,
h2,
h3 {
	font-family: 'Playfair Display', serif;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin-bottom: 1rem;
}

h2 {
	font-size: 2.5rem;
	line-height: 2.8rem;
}

h4 {
	font-size: 0.875rem;
	line-height: 0.875rem;
}

@media (max-width: 767px) {
	h1 {
		font-size: 2rem;
		line-height: 2rem;
	}
}

b,
strong {
	font-weight: 700;
}

@font-face {
	font-family: 'fontello';
	src: url('../../node_modules/fontello/font/fontello.eot?17280405');
	src: url('../../node_modules/fontello/font/fontello.eot?17280405#iefix') format('embedded-opentype'), url('../../node_modules/fontello/font/fontello.woff?17280405') format('woff'), url('../../node_modules/fontello/font/fontello.ttf?17280405') format('truetype'), url('../../node_modules/fontello/font/fontello.svg?17280405#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search-1:before {
	content: '\e800';
}


/* '' */

.icon-arrow-btn:before {
	content: '\e801';
}


/* '' */

.icon-share:before {
	content: '\e802';
}


/* '' */

.icon-arrow:before {
	content: '\e80e';
}


/* '' */

.icon-arrow-left:before {
	content: '\e810';
}


/* '' */

.icon-search:before {
	content: '\e811';
}


/* '' */

.icon-twitter:before {
	content: '\f099';
}


/* '' */

.icon-facebook:before {
	content: '\f09a';
}


/* '' */

.icon-instagram:before {
	content: '\f16d';
}


/* '' */

.header-top {
	background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.header-top {
		height: 43px;
	}
}

@media (max-width: 767px) {
	.header-top {
		display: none;
	}
}

.menu-social {
	display: flex;
	justify-content: flex-end;
}

.menu-social a {
	padding: 8px 0 8px 14px;
	display: block;
}

.menu-social i {
	color: #fff;
	font-size: 1rem;
}

.menu-social a:hover i {
	color: #bbbbbb;
}

@media (min-width: 768px) {
	.header-row {
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		align-items: center;
	}
}

.navbar-brand {
	padding: 13px 15px 13px 0;
}

.navbar-brand img {
	max-width: 100%;
	height: auto;
	width: 200px;

}
@media only screen and (min-width: 768px) and (max-width: 849px) {
	.navbar-brand img {
		width: 250px;
	}
}

.search button {
	border: none;

}


@media (min-width: 950px) {
	.search {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.search {
		width: 400px;
		position: absolute;
		top: 4px;
		left: 20px
	}
}

.search .form-group {
	position: relative;
}

.search .form-search {
	position: absolute;
	right: 5px;
	top: 8px;
	background-color: #f0efec;
}


.search .form-search button {
	border: none !important;
}

.search input {
	background-color: #f0efec;
	border-radius: 10px;
	padding: 10px 20px;
	border: none;
	outline: none;
	width: 100%;
}

.search i {
	font-size: 1rem
}


/**** slider home ***/

.swiper-home {
	background-color: #f2f1e9;
}

.swiper-home .swiper-wrapper {
	padding: 40px 0;
}

.swiper-home .swiper-slide {
	max-width: 890px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.3);
}

.swiper-home .swiper-slide img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.swiper-home .swiper-slide-next,
.swiper-home .swiper-slide-prev {
	opacity: 0.5
}

.swiper-home .swiper-slide .caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/sfumo-slide.png) bottom left repeat-x;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-wrap: nowrap
}

.swiper-home .swiper-slide .caption:hover {
	background: rgba(0, 0, 0, 0.4);
}

.swiper-home .swiper-slide .caption h2 {
	margin: 2rem;
}

@media (max-width: 500px) {
	.swiper-home .swiper-slide .caption h2 {
		margin: 0 0.5rem 1rem 1rem;
		font-size: 1.8rem;
	}
}

.btn-cta {
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	background-color: transparent;
	padding: 8px 8px 8px 10px;
	font-size: 0.75rem;
	margin-bottom: 0.8rem;
	font-weight: 500;
	align-items: center;
}

.btn-cta i {
	font-size: 1rem
}

.btn-cta:hover {
	text-decoration: none;
}

.btn-cta:hover i {
	margin-right: -5px;
}

.swiper-home .btn-cta {
	border: 2px solid #fff;
	color: #fff;
	margin: 0 0 1rem 2rem;
	width: 170px;
}

.swiper-home .btn-cta:hover {
	border: 2px solid #8eab25;
	background-color: #8eab25;
}

@media (max-width: 500px) {
	.swiper-home .btn-cta {
		margin: 0 0 2rem 1rem;
		width: 110px;
	}
}

.swiper-home .line {
	height: 1px;
	width: 100%;
	display: block;
	background-color: rgba(255, 255, 255, 0.15);
}

.swiper-home h4 {
	font-size: 1rem;
	margin: 1rem 2rem;
}

@media (max-width: 600px) {
	.swiper-home h4 {
		display: none;
	}
}

.swiper-home a:hover {
	text-decoration: none;
}

.swiper-arrow {
	position: relative;
	max-width: 890px;
	width: 100%;
	margin: 0 auto;
}

.swiper-button-next.swiper-home-next {
	width: 50px;
	height: 50px;
	color: #fff;
	border-radius: 25px;
	background-color: transparent;
	outline: none;
	border: 2px solid #fff;
	top: auto;
	bottom: 31px;
	right: 30px
}

.swiper-button-prev.swiper-home-prev {
	width: 36px;
	height: 36px;
	color: #fff;
	border-radius: 18px;
	background-color: transparent;
	outline: none;
	border: 2px solid #fff;
	top: auto;
	bottom: 38px;
	right: 100px;
	left: auto
}

.swiper-button-next.swiper-home-next:hover,
.swiper-button-prev.swiper-home-prev:hover {
	background-color: #8eab25;
	border: 2px solid #8eab25;
}

.swiper-button-prev.swiper-home-prev:after,
.swiper-button-next.swiper-home-next:after {
	font-family: "fontello";
	font-size: 1rem;
}

.swiper-button-next.swiper-home-next:after {
	content: '\e803';
}

.swiper-button-prev.swiper-home-prev:after {
	content: '\e804';
}


/**** macrocategory ***/

.section-macrocategory {
	background-color: #000;
	padding: 20px 0;
}

.section-macrocategory .bx-macrocategory {
	text-align: center;
	text-transform: uppercase;
}

.section-macrocategory .title-macrocategory img {
	border-radius: 53px;
	height: 106px;
	width: 106px;
	display: block;
	margin: 0 auto;
}

.section-macrocategory .title-macrocategory h3 {
	font-size: 1.125rem;
	border-bottom: 3px solid #8eab25;
	display: inline-block;
	color: #fff;
	margin: 17px 0 13px 0;
}

@media (min-width: 1000px) {
	.section-macrocategory .bx-macrocategory {
		width: 16.66%;
	}
}

@media (max-width: 999px) {
	.list-macrocategory {
		flex-wrap: wrap
	}
}

@media only screen and (min-width: 600px) and (max-width: 999px) {
	.section-macrocategory .bx-macrocategory {
		width: 33.33%;
		margin: 1rem 0;
	}
}

@media only screen and (min-width: 200px) and (max-width: 599px) {
	.section-macrocategory .bx-macrocategory {
		width: 50%;
		margin: 1rem 0;
	}
	.section-macrocategory .title-macrocategory h3 {
		font-size: 1rem;
		margin: 10px 0;
	}
}

.section-macrocategory .list-category {
	margin: 0;
}

.section-macrocategory .list-category h4 {
	font-size: 0.68rem;
	font-weight: 300;
	line-height: 1rem;
	color: #fff;
}

@media (max-width: 767px) {
	.section-macrocategory .list-category {
		display: none;
	}
}


/****section spesa ***/

.section-spesa {
	padding: 3rem 0;
}

.section-spesa .box-spesa {
	text-align: center;
}

.section-spesa .box-spesa h1 {
	color: #3a6600;
	font-size: 1.875rem;
	margin-bottom: 1rem;
	line-height: 1.875rem;
}

.section-spesa .box-spesa .btn-more {
	border-radius: 49px;
	height: 49px;
	width: 49px;
	display: block;
	border: 2px solid #000;
	text-align: center;
	line-height: 49px;
	margin: 1rem auto 0 auto;
}

.section-spesa .box-spesa .btn-more:hover {
	border: 2px solid #3a6600;
	color: #3a6600;
}

@media (max-width: 989px) {
	.section-spesa .row {
		flex-wrap: wrap
	}
}

@media (min-width: 990px) {
	.section-spesa .box-spesa {
		width: 22%;
	}
	.section-spesa .card-product {
		width: 22%;
		margin-left: 4%;
	}
}

@media only screen and (min-width: 700px) and (max-width: 989px) {
	.section-spesa .box-spesa {
		width: 100%;
	}
	.section-spesa .card-product {
		width: 31.33%;
		margin: 2rem 1%;
	}
}

@media (max-width: 699px) {
	.section-spesa .box-spesa {
		width: 100%;
	}
	.section-spesa .card-product {
		width: 100%;
		margin: 2rem auto 0 auto;
		max-width: 400px;
	}
}


/****prodotti ***/

.card-product {
	display: block;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
	background-color: #fff;
}

.card-product:hover {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.45);
	text-decoration: none;
}

.card-product img {
	width: 100%;
	height: auto;
}

.card-product .desc {
	padding: 1rem;
	display: block;
	line-height: 1.125rem;
}

.card-product h4 {
	line-height: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 0.6rem;
}

.card-product:hover h4 {
	color: #3a6600;
}

.card-product h4 .title {
	font-weight: 500;
	display: block;
}

.list-product {
	flex-wrap: wrap;
	margin-top: 2rem;
}

.type-product {
	justify-content: flex-end;
	width: 100%;
	padding: 0 2%;
}

.type-product h4 {
	width: 50%;
	color: #3a6600;
	font-weight: 500;
}

.type-product .num-product {
	text-align: right;
	font-size: 0.75rem;
	color: #333333;
	width: 50%;
}

@media (min-width: 768px) {
	.list-product .card-product {
		margin: 1rem 2%;
		width: 29.3%;
	}
}

@media only screen and (min-width: 650px) and (max-width: 767px) {
	.list-product .card-product {
		margin: 1rem 1%;
		width: 48%;
	}
}

@media (max-width: 649px) {
	.list-product .card-product {
		margin: 1rem auto;
		width: 100%;
		max-width: 400px;
	}
}


/**newsletter**/

.bx-newsletter {
	background-color: #f2f1e9;
	padding: 3rem 2rem;
	align-items: center;
	display: flex
}

.bx-newsletter h2 {
	color: #3a6600;
	font-weight: 400;
}

.bx-newsletter h3 {
	font-size: 1.25rem;
	line-height: 1.25rem;
	font-family: 'Playfair Display', serif;
	padding: 1rem 0;
}

.bx-newsletter form {
	font-size: 1.25rem;
}

@media (min-width: 1050px) {
	.section-newsletter .bx-newsletter h2 {
		width: 24%;
		margin-right: 2%;
	}
	.section-newsletter .bx-newsletter h3 {
		width: 36%;
		margin-right: 2%;
	}
	.section-newsletter .bx-newsletter form {
		width: 36%;
	}
}

@media only screen and (min-width: 850px) and (max-width: 1049px) {
	.section-newsletter .bx-newsletter h2 {
		width: 30%;
		margin-right: 2%;
	}
	.section-newsletter .bx-newsletter h3 {
		width: 33%;
		margin-right: 2%;
	}
	.section-newsletter .bx-newsletter form {
		width: 33%;
	}
}

@media only screen and (min-width: 650px) and (max-width: 849px) {
	.bx-newsletter {
		flex-wrap: wrap
	}
	.section-newsletter .bx-newsletter h2 {
		width: 40%;
		margin-right: 2%;
	}
	.section-newsletter .bx-newsletter h3 {
		width: 58%;
	}
	.section-newsletter .bx-newsletter form {
		width: 100%;
		margin-top: 1rem;
	}
}

@media (max-width: 649px) {
	.section-newsletter .bx-newsletter {
		display: block;
	}
}

.bx-newsletter form .row {
	justify-content: space-between;
}

.bx-newsletter .input-email {
	width: 75%;
	background-color: #fff;
	border: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	display: inline-block;
	height: 40px;
	padding: 0 0.5rem 0 1.2rem;
	margin: 0;
}

.bx-newsletter .btn-send {
	width: 25%;
	background: #3a6600;
	color: #fff;
	font-size: 0.75rem;
	padding: 0 0.5rem;
	display: inline-block;
	font-weight: 500;
	border: 1px solid #3a6600;
	height: 40px;
	cursor: pointer;
	border-radius: 0;
	-webkit-appearance: button;
	cursor: pointer;
	border-style: none;
}

.colD-content .bx-newsletter {
	display: block;
	padding: 2rem 1rem;
	margin-top: 4.875rem;
}


/**banner**/

.section-banner {
	background-color: #f4f4f4;
	padding: 0.5rem 0;
	margin: 4rem 0;
}

.section-banner h4 {
	text-align: right;
	text-transform: uppercase;
	font-size: 0.625rem;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.section-banner .row {
	flex-flow: row wrap;
	justify-content: space-around
}

.section-banner .box-banner {
	margin-bottom: 0.5rem
}

.section-banner .box-banner img {
	max-width: 100%;
	height: auto;
}


/*footer*/

footer {
	background-color: #000;
	color: #fff;
	padding: 2rem 0;
	font-size: 0.75rem;
	line-height: 1.125rem;
}

footer a {
	color: #fff;
}

footer .row {
	align-items: center
}

footer .footer-adr {
	text-align: center;
	width: 30%;
}

footer .footer-adr img {
	margin-bottom: 1rem;
	max-width: 100%;
	height: auto;
	width: 160px;
}

footer .footer-menu {
	width: 70%;
	justify-content: flex-end;
	display: flex;
}

footer .footer-social {
	margin-right: 60px;
}

@media (max-width: 899px) {
	footer .footer-menu {
		flex-direction: column
	}
	footer .footer-social {
		margin: 1rem 0;
	}
}

footer .footer-social ul {
	display: flex;
	justify-content: flex-end
}

footer .footer-social li {
	padding: 0 0 0 10px;
}

footer .footer-social i {
	font-size: 1.3rem
}

footer .footer-social a:hover i {
	color: #bbbbbb;
}

footer .footer-nav ul {
	display: flex;
	justify-content: flex-end
}

footer .footer-nav li {
	margin-left: 1rem;
}

footer .footer-mozart {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

footer .footer-mozart img {
	width: 125px;
	height: 44px;
}

@media (max-width: 700px) {
	footer .row {
		flex-direction: column
	}
	footer .footer-adr {
		width: 100%;
	}
	footer .footer-menu {
		width: 100%;
		justify-content: center;
	}
	footer .footer-social ul,
	footer .footer-nav ul,
	footer .footer-mozart {
		justify-content: center
	}
}

@media (max-width: 500px) {
	footer .footer-nav ul {
		flex-wrap: wrap
	}
}


/*pag interne**/

@media (min-width: 821px) {
	.section-wrapper {
		background: url(../images/bktop.gif) top left repeat-x
	}
}

@media (max-width: 820px) {
	.section-wrapper {
		background: url(../images/bktopM.gif) top left repeat-x
	}
}

.breadcrumb {
	font-size: 0.75rem;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	text-align: left;
	flex-wrap: wrap
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 5px;
	content: ">";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item a {
	text-decoration: underline;
}

.section-main {
	padding-bottom: 3rem
}

@media (max-width: 989px) {
	.section-main-row {
		flex-direction: column;
	}
}

.top-image {
	text-align: center;
	padding-bottom: 3rem
}

.top-image .container {
	max-width: 1245px;
}

.top-image .container.swiper-produttore {
	max-width: 1265px;
	padding: 0 30px;
}

.top-image img {
	max-width: 100%;
	height: auto;
}

.colS-content {
	line-height: 1.5rem;
}

@media (min-width: 990px) {
	.colS-content {
		width: 74%;
		margin-right: 3%;
	}
	.colD-content {
		width: 23%;
	}
}

.page-title {
	margin-bottom: 2rem;
}

.page-title .row {
	justify-content: space-between;
}

.page-title-name {
	padding-right: 1rem;
}

.page-title-btn {
	display: flex;
	align-items: center;
	height: 38px;
	padding-top: 2px;
}

.btn-share {
	background: url(../images/share.svg) center center no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}

.btn-wish {
	border-left: 1px solid #000;
	height: 36px;
	margin-left: 1rem;
}

.btn-wish svg {
	stroke-width: 1px;
	width: 36px;
	stroke: #000;
	fill: transparent;
}

.btn-wish:hover svg,
.btn-wish.active svg {
	fill: #3a6600;
	stroke: #3a6600;
}

.share-toolbox {
	display: flex;
	justify-content: flex-end
}

.hide {
	display: none;
}


/**macrocategoria**/

.list-category {
	flex-wrap: wrap;
	margin-top: 2rem;
}

.card-category {
	display: block;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
	padding-bottom: 1rem;
	background-color: #fff;
}

@media (min-width: 768px) {
	.card-category {
		margin: 1rem 2%;
		width: 29.3%;
	}
}

@media only screen and (min-width: 650px) and (max-width: 767px) {
	.card-category {
		margin: 1rem 1%;
		width: 48%;
	}
}

@media (max-width: 649px) {
	.card-category {
		margin: 1rem auto;
		width: 100%;
		max-width: 400px;
	}
}

.card-category:hover {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.45);
	text-decoration: none;
}

.card-category .card-img {
	background-color: #fafafa;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 215px;
	padding: 1rem
}

.card-category img {
	max-width: 100%;
	height: auto;
}

.card-category h4 {
	text-transform: uppercase;
	padding: 1rem 1rem 0 1rem;
	font-weight: 500;
}

.card-category:hover h4 {
	color: #3a6600;
}

.card-category h5 {
	font-size: 0.75rem;
	padding: 0.2rem 1rem 0 1rem;
}


/**pagination**/

.pagination {
	text-align: center;
	margin: 2rem auto;
}

.pagination .nav-pag {
	align-items: center;
	display: flex;
}

.pagination .page-numbers {
	width: 34px;
	height: 34px;
	border-radius: 17px;
	border: 2px solid #000;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.68rem;
	margin: 0 6px;
}

.pagination .page-numbers:hover {
	background-color: #3a6600;
	border: 2px solid #3a6600;
	color: #fff;
}

.pagination .page-numbers.current {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	border: none;
	background-color: #3a6600;
	font-size: 0.875rem;
	color: #fff
}


/**produttori**/

.list-produttori {
	text-align: center;
	margin-bottom: 4rem;
}

.list-produttori h4 {
	color: #3a6600;
	margin-bottom: 2rem;
	font-weight: 500;
}

.bx-produttore h5 {
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
}

.bx-produttore:after {
	content: '';
	width: 80%;
	background-color: #000;
	height: 1px;
	display: block;
	margin: 0.7rem auto;
}


/**produttore**/

.subtitle {
	text-transform: uppercase;
	font-size: 1rem;
	font-family: 'Rubik', sans-serif;
}

.video-wrapper {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin: 2.5rem 0;
}

.video-wrapper embed,
.video-wrapper object,
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.carousel-product {
	margin: 3rem 0;
}

.carousel-product h3 {
	font-family: 'Rubik', sans-serif;
	position: relative;
	z-index: 1;
	font-weight: 500;
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
}

.carousel-product h3:before {
	border-top: 1px solid #000;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

.carousel-product h3 span {
	background: #fff;
	padding: 0 15px;
}

.carousel-product .swiper-slide {
	padding: 5px 2%;
}

.swiper-button-next.carousel-product-next,
.swiper-button-prev.carousel-product-prev,
.swiper-button-next.swiper-produttore-next,
.swiper-button-prev.swiper-produttore-prev {
	width: 42px;
	height: 42px;
	color: #fff;
	border-radius: 21px;
	margin-top: -21px;
	background-color: #3a6600;
	outline: none;
}

.swiper-button-prev.carousel-product-prev {
	left: 0px;
}

.swiper-button-next.carousel-product-next {
	right: 0px;
}

.swiper-button-next.carousel-product-next.swiper-button-disabled,
.swiper-button-prev.carousel-product-prev.swiper-button-disabled,
.swiper-button-next.swiper-produttore-next.swiper-button-disabled,
.swiper-button-prev.swiper-produttore-prev.swiper-button-disabled {
	background-color: #fff;
	color: #000;
	opacity: 1;
}

.swiper-button-prev.carousel-product-prev:after,
.swiper-button-next.carousel-product-next:after,
.swiper-button-prev.swiper-produttore-prev:after,
.swiper-button-next.swiper-produttore-next:after {
	font-family: "fontello";
	font-size: 1rem;
}

.swiper-button-next.carousel-product-next:after,
.swiper-button-next.swiper-produttore-next:after {
	content: '\e80e';
}

.swiper-button-prev.carousel-product-prev:after,
.swiper-button-prev.swiper-produttore-prev:after {
	content: '\e810';
}

.info-produttore {
	text-align: center;
	margin: 0 1.5rem;
}

.social-produttore {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 2rem 0;
	padding: 1.5rem;
}

.social-produttore ul {
	display: flex;
	justify-content: center;
}

.social-produttore li {
	padding: 0 14px;
}

.social-produttore i {
	font-size: 1.5rem
}

.social-produttore a:hover i {
	color: #3a6600;
}

.contact-produttore {
	text-align: left;
}

.contact-produttore .btn-cta {
	border: 2px solid #000;
	color: #000;
}

.contact-produttore .btn-cta:hover {
	background-color: #000;
	color: #fff;
}

.contact-produttore .btn-cta .beebox-cta {
	background-color: #83a121;
	border-color: #83a121;
	color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

.contact-produttore .btn-cta .beebox-cta:hover {
	background-color: #355704;
	border-color: #355704;
}




.sell-produttore .btn-cta {
	background-color: #3a6600;
	color: white;
	border-color: white;
	font-size: 16px;
	padding: 15px;
	text-transform: uppercase;
	max-width: 50%;
	margin-bottom: 50px;
}

.sell-produttore .btn-cta:hover {
	background-color: #a00d17;
}

@media (min-width: 768px) {
	.sell-produttore .btn-cta {
		max-width: 35%;
	}
}


/**prodotto**/

.product-image {
	margin-bottom: 1rem;
}

.product-image img {
	width: 100%;
}

@media (min-width: 990px) {
	.name-produttore {
		min-height: 200px;
	}
}

.name-produttore h2 {
	margin: 1rem 0 1.5rem 0;
}

.name-produttore h3 {
	font-size: 1rem;
	margin-bottom: 3rem;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
}

.add-produttore {
	margin-top: 1rem;
	font-weight: 500;
}

.prod-ingredienti {
	margin: 3rem 0;
}

.prod-ingredienti h4,
.prod-tag h4 {
	color: #3a6600;
	margin-bottom: 1rem;
	font-weight: 500;
}

.prod-tag {
	margin-bottom: 7rem;
}

.prod-tag a {
	display: inline-block;
	padding: 0px 5px;
	background-color: #cccccc;
	margin: 5px 5px 5px 0;
	text-transform: uppercase;
	font-size: 0.75rem
}

.prod-tag a:hover {
	background-color: #3a6600;
	color: #fff;
}

.produttori-tabella {
	vertical-align: middle;
	margin: 30px 0;
}

.produttori-tabella tr td {
	vertical-align: middle;
	padding: 10px;
}


/**ricerca**/

.section-full {
	background-color: #f2f1e9;
	padding: 4rem 0 7rem 0;
}

.section-full h1 {
	text-align: center;
	color: #3a6600;
	font-size: 1.875rem;
	line-height: 1.875rem;
	margin-bottom: 3rem
}

.section-full .type-product {
	padding: 0 1%;
	text-transform: uppercase;
}

@media (min-width: 990px) {
	.section-full .list-product .card-product,
	.section-full .card-category {
		margin: 1rem 1%;
		width: 23%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
	.section-full .list-product .card-product,
	.section-full .card-category {
		margin: 1rem 1%;
		width: 31.3%;
	}
}

@media only screen and (min-width: 650px) and (max-width: 767px) {
	.section-full .list-product .card-product,
	.section-full .card-category {
		margin: 1rem 1%;
		width: 48%;
	}
}

@media (max-width: 649px) {
	.section-full .list-product .card-product,
	.section-full .card-category {
		margin: 1rem auto;
		width: 100%;
		max-width: 400px;
	}
	.section-full .type-product {
		padding: 0 auto;
		text-align: center;
	}
	.type-product h4 {
		width: 100%;
	}
}

.error-message {
	color: white;
	font-size: 14px;
	margin-top: 10px;
	background: red;
	border-radius: 4px;
	padding: 3px 8px;
	line-height: 1.2em;
	text-align: center;
}

.success-message {
	color: white;
	font-size: 14px;
	margin-top: 10px;
	background: green;
	border-radius: 4px;
	padding: 3px 8px;
	line-height: 1.2em;
	text-align: center;
}