@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

body{
	font-size: 18px;
    font-weight: 300;
    line-height: 30.6px;
    letter-spacing: .01em;
    font-family: "IBM Plex Sans", sans-serif;
}

.menu-principale .navbar-nav .nav-link {
	font-family: "IBM Plex Sans",sans-serif;
    text-transform: uppercase;
	padding-right: 1.35rem;
	padding-left: 1.35rem;
	font-weight: 600;
	font-size: 15px;
}

h1.lead, h2.lead, h3.lead, h4.lead, h5.lead, h6.lead, .h1.lead, .h2.lead .h3.lead, .h4.lead, .h5.lead, .h6.lead, .lead {
    font-weight: 400 !important;
}

h1 {
    font-size: 56px;
    font-weight: 500 !important;
    line-height: 56px;
    letter-spacing: auto;
    font-family: "IBM Plex Sans",sans-serif;
}

h2 {
    font-size: 43px;
    font-weight: 500 !important;
    line-height: 1.3;
    letter-spacing: auto;
    font-family: "IBM Plex Sans",sans-serif;
}

h3 {
    font-size: 32px;
    font-weight: 500 !important;
    line-height: 41px;
    letter-spacing: auto;
    font-family: "IBM Plex Sans",sans-serif;
}

.img-rounded img {
	border-radius: 1rem;
}

button, .btn {
    font-weight: 600;
    font-size: 16px;
    font-family: "IBM Plex Sans",sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 20px;
    border-radius: 100px;
    transition: background-color .2s ease-in-out;
    cursor: pointer;
}

.social-sharing .btn {
    padding: 0px 0px 0 10px;
}

.breadcrumb {
    padding: 0;
    background-color: #e9ecef;
    border-bottom: none;
	overflow: hidden;
	font-size: 16px;
}

.breadcrumb-item {
    padding: 10px 13px 10px 10px;
    margin-right: 22px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    -ms-flex-align: center !important;
    align-items: center !important;
    background: #e9ecef;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item::before {
    content: '';
    position: absolute;
    display: inline-block;
    background: url('../immagini/altro/breadcrum_bkg_001.svg');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 100%;
    right: -20px;
    top: 0;
}

.breadcrumb-item::after {
    content: '';
    position: absolute;
    display: block;
	width: 100vw;
	height: 2px;
	background: #fff;	
	bottom:0;
	left: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 14px;
}

.breadcrumb .breadcrumb-item:last-child{
	box-shadow: none;
}

.breadcrumb .breadcrumb-item:last-child::before {
	display: none;
}


/*

.breadcrumb {
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
	border-bottom: none;
}

.breadcrumb li {
    position: relative;
}

.breadcrumb li::after {
    content: '';
    background: url('../immagini/altro/arrow.svg') center center no-repeat;
    position: absolute;
    width: 15px;
    height: 56px;
    padding: 0;
    top: -12px;
    right: -28px;
    z-index: 7;
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 40px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display:none;
}
*/


.sottocategorie a > span {
    background: var(--light);
    color: var(--primary);
    padding: 1.2rem 0.5rem;
    text-align: center;
    font-weight: 500;
    width: 100%;
    font-size: 1.01rem;
    letter-spacing: 0;
    height: 80px;
    line-height: 20px;
    text-transform: uppercase;
}

.sottocategorie a:hover > span{
	background: var(--primary);
	color: #FFF;
}

.megamenu h5 {
    text-shadow: 0 0 20px #000;
    transition: text-shadow .2s ease-in-out;
    font-size: 1.1rem;
    letter-spacing: 0;
}

.megamenu a.rounded {
	border-radius: 0.5rem !important;
}

.megamenu a:hover h5 {
	text-shadow: 2px 2px 0px var(--primary);
}

.megamenu .background-image{
	height: 120px !important;
}

#socialButtonsWrapper a {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 56px;
    color: #FFF !important;
    font-size: 25px;
    margin: 0 0 16px;
}

.sottocategorie .card.border-primary,
.prodotti-dal-negozio .card.border-primary {
	border: 3px solid;
	box-shadow: 8px 8px #e9ecef;
} 

.footer-superiore .profili-social{
	text-align: left !important;
	margin-left: 0 !important;
}

body > footer > div.footer-superiore.bg-primary.py-5 > div > div > div:nth-child(5) > ul > li:nth-child(2) > a {
    font-size: 1.5rem !important;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: .5rem;
    line-height: 1.2;
    margin-top: 1.5rem;
    display: block;
}


@media screen and (min-width:992px){
	
	#hero .slider-new{
		filter: drop-shadow(35px 30px 0 #009246);
	}
	
	#hero .owl-carousel{
		clip-path: polygon(40px 0, calc(100% - 80px) 0, calc(100% - 40px) 100%, 80px 100%);
		z-index: 1;
	}
	
	.dropdown-menu.megamenu.show {
		filter: drop-shadow(0px 10px 8px rgba(0,0,0,0.2));
		border-right: none;
		border-left: none;
		border-bottom: none;
	}

	.megamenu {
		padding-bottom: 2em;
	}

	.megamenu > .row{
		max-width: 960px;
		margin: auto;
	}

	.megamenu .dropdown-item {
		position: relative;
		background: #66bd90;
		color: #f1f1f1;
		text-transform: uppercase;
		padding: 2.5em 1em;
		border-radius: 0.5rem;	
		text-align: center;
		font-family: "Raleway", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 15px;
		white-space: normal;
		z-index: 2;
		-webkit-transition: all  ease-in-out .2s;
		-moz-transition: all ease-in-out .2s;
		transition: all ease-in-out .2s;
	}
	
	.megamenu .dropdown-item:hover {
		color: #FFF;
		background: #00b858;
		padding: 1.5em 1em 3.5em 1em;
	}

	.megamenu .dropdown-item:before{
		position:absolute;
		width: 100%;
		background: var(--primary);
		content: 'Vedi tutto';
		color: #FFF;
		padding: 16px;
		bottom: -44px;
		left: 0;
		text-align: left;
		z-index: 1;
		text-transform: none;
		font-size: 12px;
		letter-spacing: 0px;
		-webkit-border-bottom-right-radius: 0.5rem;
		-webkit-border-bottom-left-radius: 0.5rem;
		-moz-border-radius-bottomright: 0.5rem;
		-moz-border-radius-bottomleft: 0.5rem;
		border-bottom-right-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
		-webkit-transition: all  ease-in-out .2s;
		-moz-transition: all ease-in-out .2s;
		transition: all ease-in-out .2s;
	}
	
	.megamenu .dropdown-item:after{
		content: "\f061";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		position:absolute;
		color: #FFF;
		right: 16px;
		bottom: -27px;
		text-align: right;
		z-index: 1;
		font-size: 12px;
		-webkit-transition: all  ease-in-out .2s;
		-moz-transition: all ease-in-out .2s;
		transition: all ease-in-out .2s;
	}

	.megamenu .dropdown-item:hover:before{
		padding: 32px 16px;
	}
	
	.megamenu .dropdown-item:hover:after{
		bottom: -13px;
	}
	
	.megamenu .background-image{
		height: inherit;
	}
	
}

@media (min-width: 1200px) {
    .megamenu > .row{
		max-width: 1140px;
		margin: auto;
    }
	
	.breadcrumb-item {
		box-shadow: none;
	}
}

@media (min-width: 1600px) {
    .megamenu > .row{
        max-width: 1440px;
		margin: auto;
    }
}

/* WhatsApp Chatbot */

.chatbot {
	position: fixed;
	bottom: 1em;
	right: 1em;
	margin-left: 1em;
	min-width: 300px;
	max-width: 420px;
	z-index: 100;
	line-height: 20px;
}

.chatbot > .btn.float-right{
	border: none;
	padding: 16px;
	height: 56px;
	width: 56px;
	line-height: 0;
	border-radius: 100%;
	font-size: 20px;
}

.chatbot .user-picture{
	position: relative;
}

.chatbot .status {
    position: absolute;
    top: 12px;
	font-size: 14px;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff;
}

.chatbot .status.online {
	color: var(--success);
}
.chatbot .status.offline {
	color: var(--danger);
}
.chatbot .status.sleep {
	color: var(--warning);
}

.chatbot .user-picture {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	padding: 0;
	margin-right: 12px;
	border: 2px solid #FFF;
}

.chatbot .user-info {
    font-size: 16px;
    line-height: 20px;
}

.chatbot .user-info span,
.chatbot .baloon span{
	font-weight: bold;
}

.chatbot .card-header .azioni {
	position: absolute;
	top:.25rem;
	right: .25rem;
}

.chatbot .card-body{
	max-height: 400px;
	overflow-x: auto;
	background: #f1f0f0;
}

.chatbot .card-footer button {
	border: none;
}

.chatbot .card-footer textarea {
	border: 0 none white;
    overflow: auto;
    padding: 1rem;
    outline: none;
	resize: none;
}


.chatbot .card .send{
	color: var(--primary);
	opacity: 1;
}

.chatbot .card .send i{
	-webkit-transition: all  ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.chatbot .card .send:hover{
	opacity: 1;
}

.chatbot .card .send:hover i{
	color: var(--primary-over);
}

.chatbot .baloon {
	background: #ffffff;
	font-size: 16px;
	padding: .5rem .75rem;
	margin-bottom: 1rem;
	border-radius: .5rem;
	width: 85%;
	float: left;
}

.chatbot .baloon small{
	display: block;
	font-size: 13px;
	color: grey;
}

.chatbot .baloon:last-of-type{
	margin-bottom: 0;
}

.chatbot .baloon.bot{
	-webkit-border-radius: 1rem;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 1rem;
	-moz-border-radius-topleft: 0;
	border-radius:1rem;
	border-top-left-radius: 0;
}

.chatbot .baloon.user{
	background: lightgreen;
	float: right;
	-webkit-border-radius: 1rem;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 1rem;
	-moz-border-radius-bottomright: 0;
	border-radius: 1rem;
	border-bottom-right-radius: 0;
}

.chatbot.chatbot-inline{
	position: relative;
}

.chatbot .btn{
	font-size: 14px;
}

@media (min-width:768px){
	.chatbot {
		bottom: 98px;
		right: 80px;
	}
	
	.chatbot.chatbot-inline {
		bottom: 0;
		right: auto;
		left: auto;
	}
}