/*** VARIABILI ***********/
:root {
    --text-xxs: 11px;
    --text-xs: 12px;
    --text-sm: 14px;
    --text-md: 18px;
    --text-mdup: 21px;
    --text-lg: 30px;
    --text-xl: 36px;


    --tema-1-100 : #A1BECF;
    --tema-1-50 : #D0DEE7;
    --tema-1-25 : #E7EFF3;
    --tema-1-15 : #F1F5F8; 

    --tema-2-100 : #CCDDBF;
    --tema-2-50 : #E5EEDF;
    --tema-2-25 : #F2F7EF;
    --tema-2-15 : #F8FAF6; 

    --tema-3-100 : #DDD9BE;
    --tema-3-50 : #EEECDE;
    --tema-3-25 : #EEECDE;
    --tema-3-15 : #F5F3EA; 

    --tema-4-100 : #b8d2d4;
    --tema-4-50 : #DBE8E9;
    --tema-4-25 : #EDF4F4;
    --tema-4-15 : #F5F8F9; 


	 --tema-5-100 : #EDDCDA;
    --tema-5-50 : #e6d4d2;
    --tema-5-25 : #ebdcd9;
    --tema-5-15 : #F6EBEA; 


	 --tema-6-100 : #F6E4B4;
    --tema-6-50 : #f8ecc9;
    --tema-6-25 : #faf2db;
    --tema-6-15 : #fcf8ed; 

--bg-prod : #F1F5F8; 

  }
  


/*** Body **********/ 
body {
	font-family: 'Jost', sans-serif;
	font-size: var(--text-sm);
	font-weight: 500;
	letter-spacing: 0.2px;
}


h1, h2, h3, h4, h5, h6 { 
 font-size: var(--text-xl);
 letter-spacing: 0.6px;
}
h1 {
	font-weight: 400;
	line-height: 48px;
}
h2{  
	font-size: var(--text-lg);
}
h3 { 
	font-size: var(--text-md);
}
h4{

	font-size: var(--text-sm);
}
h5{

	font-size: var(--text-xs);
}
h6 {
 
	font-size: var(--text-xxs);
}
a{ 
   
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover{
	opacity: 0.8;
      
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
   
}
 

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
 


/**** HEADER ****************/

.pre-header-container {
	height: 30px;
	font-size: var(--text-xxs);
	line-height: 30px;
}
.pre-header-container a {
	color: var(--bs-light);
}
.pre-header-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pre-header-container ul li {
	display: inline-block;
}

.pre-header-container ul.main-site-switch > li {
	text-transform: uppercase;
	padding: 0 15px;
}
.pre-header-container ul.main-site-switch > li.active {
	background-color: var(--bs-gray-700); 
}
.pre-header-container ul.main-site-switch > li a {
	color: var(--bs-gray-500);
}

.pre-header-container ul.main-site-switch > li.active a,.pre-header-container ul.main-site-switch > li a:hover{
	color:var(--bs-light);
}
.header-msg {
	text-transform: uppercase;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden; 
	white-space: nowrap;
}
.header-msg::before , .header-msg::after {
	content: "\f104";
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	margin: 0 5px 0 0;
}
.header-msg::after {
	content: "\f105"; 
	margin: 0 0 0 5px;
}

.pre-header-container ul.pre-header-menu li {
	 
	margin: 0 10px; 
}
.pre-header-container ul.pre-header-menu li .dropdown ul li {
	display: block;
	margin:0;
}

header {
	height: 105px;
	background-color: var(--bs-light);
	transition: all 0.3s ease;
}
.header-container {
}

#logo {
	width: 140px;
	display: block;
	margin: 12px auto;
}

#logo > img {
	width: 100%;
}
#mp-menu{
	display: none !important;
}
header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header nav ul li {
	display: inline-block;
}

header nav > ul > li a {
	display: inline-block;
	font-size: var(--text-md);
	padding: 24px 15px;
}
header nav > ul > li:hover > a{
	text-decoration: underline;
}
header nav#main-menu > ul > li > ul {
	display: none;
}

header nav#main-menu > ul > li.level0.hovered > ul.mega-menu{
	display: block;
}

header nav#main-menu > ul > li > ul.mega-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 105px;
	width: 100%;
	z-index: 999;
}

header nav#main-menu > ul > li > ul.mega-menu .container-fluid {
	background: var(--bs-gray-100);
	padding: 45px;
	max-height: calc(100vh - 110px);
	overflow: auto;
}

header nav#main-menu > ul > li > ul.mega-menu h5{ 
		text-transform: uppercase;
		font-weight: 600;
		margin: 0 0 25px 0; 
}
header nav ul li ul.mega-menu li {
	display: block;
	margin: 0 0 15px 0;
}




header nav ul li ul.mega-menu li a {
	padding: 0;
	font-size: 21px;
	font-weight: 400;
	line-height: 28px;
}

header nav ul li ul.mega-menu li.not-hovered a {
	opacity: 0.4;
	}

header nav ul li ul.mega-menu li a strong{
	font-weight: 500;
}
.row.bottom-link a {
	text-transform: uppercase;
	display: inline-block;
	font-size: var(--text-xs);
	letter-spacing: 0.6px;
	font-weight: 600;
}

.layer-menu {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 0px;
	opacity: 0; 
	z-index: 1;
}
header nav#main-menu > ul > li.level0.hovered .layer-menu {
	display: block;
	width: 100%;
	height: 200vh;
	position: absolute;
	left: 0;
	top: 105px;
	opacity: 1;
	background-color: rgba(45,45,45,.65); 
}


header.nav-up {
    top: -105px;
}


header.search-open .search-toggle{
	position: relative;
	z-index: 9;
}
#search {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	background: var(--bs-white);
	height: calc(100% - 30px);
	padding: 1.15rem 0 1rem 0;
	vertical-align: middle;
	display: none;
}
header.search-open #search {
	display: block;
}
#search .form-control {
	border: none;
}
#search .form-control:active, #search .form-control:focus {
	box-shadow: none;
}

#search i{
	font-size: var(--text-md);
}


/**** HOME ****************/

.main-slide-content {
	position: relative;
	width: 100%;
	height: calc(100vw / 2);
	overflow: hidden;
}

.main-slide-content .main-slide-full-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.main-slide-content .main-slide-img{
	width: 100%;
max-width: none;
position: absolute;
left: 0;
top: 0;
z-index: 2;
}

.main-slide-content .container {
	height: 100%;
	z-index: 4;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.caption-slide h4 {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	margin: 0 0 20px 0;
}
.caption-slide h2 {
	font-size: var(--text-xl);
	font-weight: 500;
	line-height: 45px;
	margin: 0 0 45px 0;
	line-height: 42px;
}
.caption-slide .btn {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}

#carousel-main-slide .owl-nav > button,
#carousel-main-slide-tema .owl-nav > button {
	position: absolute;
	top: 50%;
	left: 25px;
	z-index: 1;
}

#carousel-main-slide-tema .owl-nav > button{

filter: brightness(0);

}
#carousel-main-slide .owl-nav > button.owl-next,
#carousel-main-slide-tema .owl-nav > button.owl-next {
	left: auto;
	right: 25px;
}

.brand-presentation {
	height: calc(100vw / 2.67);
}
.brand-presentation > div {
	height: 100%;
	overflow: hidden;
	background-position: left;
}
.brand-presentation > div.full-bg {
	background-size: auto 100%;
}
.brand-presentation p {
	font-weight: 400;
	line-height: 42px;
}


.brand-item-container > .row > div {
	/* height: 25vw; */
}

.brand-item-container .default-carousel.owl-carousel .owl-item  {
	padding: 0; 
}
.brand-item-container .default-carousel.owl-carousel .owl-item > div{ 
	height: 25vw;
}

.brand-item-container > .row > div:last-child > .item{
	margin-right: 0 !important;
}
.item.brand-item {
	height: 100%;
	padding: 2rem 1.5rem !important ;
}

.item.brand-item h4 {
	text-transform: uppercase;
	font-size: var(--text-xs);
	font-weight: 400;
	letter-spacing: 0.5px;
}

.item.brand-item h2 {
	font-size: var(--text-mdup);
	font-weight: 600;
}

.item.brand-item .square-container {
	width: 67%;
	padding-bottom: 67%;
}
.item.brand-item .square-container:hover {
	opacity: 1;
}

.item.brand-item .square-container > img {
	mix-blend-mode: multiply;
	transition: all 0.2s;
	opacity: 1;
}
.item.brand-item .square-container > p {
	opacity: 0;
	width: 100%;
	transition: all 0.2s;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	max-height: 100%;
	font-size: var(--text-mdup);
	line-height: var(--text-lg);
	font-weight: 400;
	-webkit-line-clamp: 6;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.item.brand-item .square-container:hover > p {
	opacity: 1;
}
.item.brand-item  .square-container:hover > img {
	opacity: 0; 
}
.item > .btn { 
	padding-left: 0;
	padding-right: 0; 
	font-size: var(--text-xs);
}
.item > .btn-border::after {
	bottom: 3px;
}

/**** HOME PAGE ****************/

.sub-brand-presentation-title {
	width: 46%;
	margin: 0;
	padding: 2rem;
}
.sub-brand-presentation .full-bg {
	max-height: calc((50vw / 2) - 0.675rem );
	background-size: 100% auto;
}

ul.category-slider > li {
	margin: 0 15px;
	display: inline-block;
}
ul.category-slider > li > a {
	color: var(--bs-gray-600);
	font-size: var(--text-sm);
	font-weight: 500;
	letter-spacing: 0.8px;
	opacity: 0.5;
}
ul.category-slider > li.active {
	border-bottom: 1px solid var(--bs-gray-500);
}
ul.category-slider > li.active > a {
	opacity: 1;
}

.slide-hidden{
	height: 0;
	opacity: 0;

}



.slide-prod-container .owl-nav > button  {
	position: absolute;
	top: 50%;
	left: 25px;
	z-index: 1;
	filter: brightness(0);
}

.slide-prod-container .owl-nav > button.owl-next  {
	left: auto;
	right: 25px;
}


.evento-item h1 {
	font-size: 55px;
	font-weight: 400;
	line-height: 70px;
	margin: 1.5rem 0 3rem;
	letter-spacing: normal;
}

.evento-item {
	position: relative;
	width: 100%;
	height: 100%;
}

.evento-item .btn {
	margin: 1.5rem 0 -27px 0;
	padding: 1rem 3rem;
	border-width: 3px;
}
.evento-item .btn:hover {
	background-color: #fff;
	opacity: 1;
}

.offerta-item {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 25% 100%;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	margin: 1rem 0.5rem;
}

.offerta-item h2, .offerta-item .countdown {
	max-width: 70%;
}
.offerta-item h2 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 1.5rem;
}
.offerta-item .countdown > div {
	font-size: var(--text-sm);
	font-weight: 700;
}
.offerta-item .countdown > div > span {
	display: block;
	font-weight: 500;
	font-size: var(--text-sm);
}

/**** LISTA PRODOTTI ****************/

.read-more {
	max-height: 86px;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.read-more.opened{
	max-height: none;
}
.read-more > p {
	margin: 0;
}

.breadcrumb {
	margin: 0;
}

.breadcrumb > li {
	font-size: 9px;
	letter-spacing: 1.7px;
	font-weight: 500;
	text-transform: uppercase;
}
.breadcrumb > li::after {
	content: ">";
	display: inline-block;
	margin: 0 5px 0 0;
}
.breadcrumb > li:last-child::after {
	display: none;
}

.filter-fixed-bar {
	position: sticky;
	top: 0;
	z-index: 9;
	transition: all 0.3s ease;
}
.nav-down .filter-fixed-bar {
	top: 105px;
}

.filter-container.widget {
	border-bottom: 1px solid var(--bs-gray-200);
}
.filter-container .collapse-content {
	display: none;
}

.filter-container.open .collapse-content {
	display: block;
}

.filter-container > h3 {
	position: relative;
	margin: 0;
	transition: all 0.3s ease;
	cursor: pointer;
}
.filter-container > h3:hover  {
	text-indent: 0.375rem;
}
.filter-container > h3::after {
	font-family: 'Font Awesome 5 Pro';
	content: "\f054";
	float: right;
	font-size: var(--text-sm);
	line-height: var(--text-md);
	margin: 0 0.75rem 0 0;
}
.filter-container.open > h3::after{
	content: "\f078";
}

.product-list-page h1 , .cart-wrapper h1 {
	font-size: var(--text-lg);
	font-weight: 700;
	line-height: 43px;
	margin: 0.5rem 0;
}

.widget-filter .form-check {
	margin-bottom: 0.375rem;
}
 
.widget-filter .form-check-label, .widget-filter input {
	cursor: pointer;
}

a.active-filter {
	font-size: var(--text-xs);
}

.product-page-cont{
	overflow: hidden;
}

.product-item { 
	width: auto;
	position: relative;
} 
.main-img .add-wishlist-trigger {
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
}



.product-thumb .main-img {
	position: relative; 
	padding: 0.5rem;
	margin: 0 0 10px 0;
}

.product-thumb .main-img .square-container img {
	max-width: 67%;
	max-height: 67%;
	transition: opacity .2s;
}

.big-item .product-item .square-container > img {
	max-width: 100%;
	max-height: 100%;
}

.product-thumb .square-container .altfoto {
	/* display: none; */
	opacity: 0;
}

.product-thumb .square-container:hover {
	opacity: 1;
}
.product-thumb .square-container:hover img.altfoto {
	/* display: block; */
	opacity: 1;
}
.product-thumb .square-container:hover img.firstfoto {
	/* display: none; */
	opacity: 0;
}

.product-thumb .product-name, .product-thumb .product-price, .product-other-info {
	padding-left: 25px;
}
.product-thumb .product-name {
	font-size: var(--text-sm);
	font-weight: 500;
	margin: 0;
}

.product-price span {
	font-size: var(--text-sm);
	font-weight: 400;
	display: inline-block;
}
.product-price span.originale {
	color: var(--bs-gray-500);
	text-decoration: line-through;
	margin: 0 5px 0 0;
}
.product-thumb .product-sale {
	position: absolute;
	top: 0.25rem;
	left: 0.75rem;
	font-weight: 700;
	color: var(--bs-danger);
	font-size: var(--text-xs);
	line-height: 2;
	letter-spacing: 0.6px;
}

.product-other-info {
	font-size: var(--text-xxs);
	font-weight: 500;
	/* text-transform: uppercase; */
	letter-spacing: 0.6px;
	margin-top: 5px;
}


.filter-fixed-bar .filter-trigger, .filter-fixed-bar .filtered-number, .filter-fixed-bar select {
	text-transform: uppercase;
	font-size: var(--text-sm);
	font-weight: 500;
	letter-spacing: 0px;
}
 


.product-thumb .main-img span.novita {
	color: #000;
	font-weight: 500;
	position: absolute;
	top: 10px;
	left: 12px;
} 

.product-thumb .main-img span.novita.novita-sale {
top:25px;
}


.product-thumb .main-img span.novita.novita-bestseller {
color: var(--bs-danger);
  font-weight: 700;
}

/********* DETTAGLIO PRODOTTI ***************/

.product-detail {
	padding-bottom: 3rem;
	margin-bottom: 6rem;
}

.product-carousel {
	padding: 1.5rem 0;
}

.product-detail .owl-carousel .owl-item img ,   .owl-carousel .owl-item .square-container img {
	width: auto;

}
.product-detail .left-half .owl-carousel .owl-item img{
	max-width: 80%;
	max-height: 80%;
}

.left-half {
	padding-left:0 !important;
	left: 0;
	right: 50%; 
  }
  .left-half.is_stuck {
	position: fixed !important;
}
  
.product-detail .owl-carousel .owl-nav > button {
	position: absolute;
	top: 50%;
	left: 25px;
	z-index: 1;
}

.product-detail .owl-carousel .owl-nav > button{

filter: brightness(0);

}
.product-detail .owl-carousel .owl-nav > button.owl-next  {
	left: auto;
	right: 25px;
}

.product-varants ul li .square-container img, .product-carousel .owl-item img {
	mix-blend-mode: multiply;
}

.product-info h4 {
	font-size: var(--text-xs);
	margin: 0;
}
.product-info h4 span.novita {
	color: var(--bs-danger);
	font-weight: 700;
}
.product-info h4 span.novita::before {
	content: "";
	width: 20px;
	border-top: 1px solid #000;
	height: 1px;
	display: inline-block;
	margin: 0px 10px;
	vertical-align: super;
}
.product-info .product-name {
	font-size: var(--text-lg);
	line-height: 42px;
	font-weight: 500;
	margin: 0;
}
.product-info .product-price span {
	font-size: var(--text-lg);
	line-height: 42px;
}
 
.product-varants select {
	display: none;
}

.product-varants ul li > a.square-container {
	border: 2px solid #fff;
}
.product-varants ul li.active > a.square-container, .product-varants ul li > a.square-container:hover {
	border: 2px solid var(--bs-dark);
} 
.product-varants ul li .square-container img, .product-varants ul li .square-container span {
	max-width: 86%;
	max-height: 86%;
}
.product-varants ul li .square-container span {
	position: absolute;
	top: 50%;
	left: 7%;
	transform: translateY(-50%);
	font-size: var(--text-xxs);
	letter-spacing: 0.55px;
	font-weight: 500;
}

.var-small .square-container {
	padding-bottom: 40px;
}

span.selected-var{
	display: none;
}
 span.selected-var::before {
	content: "";
	width: 20px;
	border-top: 1px solid #000;
	height: 1px;
	display: inline-block;
	margin: 0px 10px;
	vertical-align: super;
}

.dropdown.dropdown-var, .custom-box {
	min-height: 60px;
}

.dropdown-item{
	white-space: normal;
}
.dropdown-var .dropdown-item {
	height: 60px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.dropdown-var .dropdown-item .img-fluid {
	max-height: 54px;
}

.dropdown-var .dropdown-menu {
	width: 100%;
	padding: 0;
	border: 2px solid var(--bs-dark);
}


.mini-products-list.selectable > li {
	cursor: pointer;
	transition: all 0.3s ease;
}

.mini-products-list.selectable > li.not-hovered  {
	opacity: 0.4;
	}

	scalapay-widget {
		opacity: 0.5;
	}
	scalapay-widget *{
		font-size: var(--text-xs) !important;
	}

 
	.product-detail-giftcard .product-info .product-name { 
	}
	.product-detail-giftcard .owl-carousel .owl-item img {
		max-width: 50%;
	}


/**** JOURNAL ****************/

.container.journal::before, .container.journal::after {
	content: "";
	display: block;
	border-top: 1px solid var(--bs-primary);
}

.container.journal > .row {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.container.journal > .row > .col-md-6 {
	max-height: 770px;
	overflow: auto;
    scrollbar-width: none;  /* Firefox */
}
 
.container.journal > .row > .col-md-6::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.journal-title-xl{ 
font-size: 140px;
font-weight: 400; 
line-height: 140px; 
}
.journal-container {
	max-height: 800px;
	overflow: auto;
}
.journal-item {
	border-bottom: 1px solid var(--bs-primary);
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.journal-item .square-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.journal .col-6 > .journal-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.journal-item h5 {
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 500;
}
.journal-item h3 {
	font-size: var(--text-mdup);
	font-weight: 400;
	margin: 0 0 15px 0;
}
.title-big {
	font-size: 60px;
	line-height: 1.8;
}

.filter-scrollable{
overflow: auto; 
}

.filter-scrollable li:first-child {
    margin-left: auto;
}

.filter-scrollable li:last-child {
    margin-right: auto;
}

.filter-list > li{
	margin: 0 .75rem;
}

.journal-item-list .journal-item {
	border: none;
	height: 100%;
}

.journal-item-list .journal-item h3 {
	font-size: var(--text-md);
	line-height: 27px;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}


.full-bg .default-carousel.owl-carousel .owl-item {
	padding: 0;
}

.full-bg .default-carousel.owl-carousel .owl-item img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.default-carousel.owl-carousel.blog-carousel.white-nav  .owl-nav > button {
	filter: none;
}

.blog-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
}
.journal-item-list .default-carousel.owl-carousel .owl-item {
	padding: 0;
}

 /**** SLIDE COLUMN *********/

 .slide-column-wrapper {
	position: fixed;
	right: 0;
	max-width: 450px;
	background: var(--bs-light);
	top: 0;
	height: 100vh;
	height: -webkit-fill-available;
	width: 100%;
	overflow: hidden;
	padding: 0;
	transform: translateX(100%);
	z-index: 9999; 
}
.slide-column-overlay {
	position: fixed;
	background: rgba(0,0,0,0.56);
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9998;
}
.slide-column-wrapper.slide-column-left {
	right: auto;
	left: 0;
	transform: translateX(-100%);
}

.slide-column-wrapper.open {
	transform: translateX(0);
	transition: all 0.6s ease;
}

.slide-column-wrapper > .container-fluid {
	padding: 0;
}

.slide-column-wrapper > .container-fluid > .row {
	margin: 0;
	--bs-gutter-x: 0;
}



.slide-column-header { 
	border-bottom: 2px solid var(--bs-dark);
	background-color: var(--bs-gray-100);
}

.slide-column-header h3 { 
	text-transform: uppercase;
	letter-spacing: 0.7px;
	margin: 0;
}


.slide-column-footer, .minicart-actions { 
	border-top: 2px solid var(--bs-dark); 
}


#wishlist-button .rounded-circle {
	right: 0.5rem;
	top: 1.7rem;
	padding: .15em;
}


/****** CARRELLO ******************/

.mini-products-list > .item {
	border-bottom: 1px solid var(--bs-gray-200);
}

.product-details .additional-product-info {
	font-size: var(--text-xxs);
	font-weight: 400;
	margin: 0.5rem 0 0 0;
}

.product-details .price { 
	font-weight: 600;
}
.product-details .actions a {
	display: inline-block;
	padding: 0;
	font-size: var(--text-xxs);
	font-weight: 400;
	letter-spacing: 0.5px;
}

/****** CARRELLO  DETAIL ******************/
.cart-wrapper {
	min-height: 50vh;
}

.cart-evidenza {
	line-height: 1.8;
}

.carrello-table .cart-th h4 {
	font-size: var(--text-xs);
	font-weight: 500;
	text-transform: uppercase;
  }
  .carrello-table .cart-th {
  }
  .carrello-table .cart-th > div{ 
	border-bottom: 1px solid #000;
}
.carrello-table .product-details .additional-product-info {
	font-size: var(--text-xs);
	margin: 1rem 0 0 0;
}

.accordion-title{
	display: block;
	padding-right: 24px;
	position: relative
}

.accordion-title::after {
	content: "\f068"; 
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 0;
	top:0;
}

.accordion.closed .accordion-title::after {
	content: "\f067";
}

.accordion-text {
    max-height: 300px; 
    transition: max-height 0.4s ease; 
	overflow: hidden;
}

.accordion.closed .accordion-text {
    max-height: 0;
}
 



/****** CHECKOUT   ******************/


#checkout-cart .mini-products-list > .item:last-child {
	border: none;
}

.checkout-selector {
	color: var(--bs-gray-600);
	border: 2px solid var(--bs-gray-500);
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: start;
	font-size: var(--text-xs);
	letter-spacing: 0.5px;
	flex-direction: column;
}
.checkout-selector input{
	display: none;
}

.checkout-selector.selected , .checkout-selector:hover{
	color: var(--bs-primary);
	border: 2px solid var(--bs-primary);

}

#checkout-pay , #checkout-ship , #checkout-form{
	padding-bottom: 2rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid var(--bs-primary);
}


/****** AREA UTENTE   ******************/

.sidebar ul > li > a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: var(--text-xxs);
	letter-spacing: 1.8px;
	display: inline-block;
	margin: 0 0 0.75rem 0;
}

.sidebar ul > li > a::before {
	content: "\f0c8";
	font-family: 'Font Awesome 5 Pro';
	margin: 0 0.5rem 0 0;
	font-weight: 400;
}

.sidebar ul > li.active > a::before {
font-weight: bold;
}

/****** STORE LOCATOR  ******************/

#store-locator-map {
	width: 100%;
	height: 0;
	padding-bottom: 115%;
}
.store-locator-item {
	border-top: 1px solid var(--bs-primary);
	margin: 0 0 3rem 0;
	padding: 2rem 0 0 0;
}

.store-locator-item .list-unstyled > li {
	display: block;
	margin: 0 0 0.5rem 0;
	letter-spacing: 0.6px;
	font-size: var(--text-xs);
}

.store-locator-container .right-half {
	overflow: hidden;
	align-self: flex-start;
	height: 100%;
}
.store-locator-results{
	overflow: auto;
}

.store-locator-item h2 {
	cursor: pointer;
	transition: all 0.3s ease;
}

.store-locator-item h2:hover {
	cursor: pointer;
	opacity: 0.7;
}
.store-locator-no-results {
	text-align: center;
	font-size: var(--text-mdup);
}

/**** FOOTER ****************/

.mh-banner .text-mdup {
	line-height: 30px;
}

.row.services-list {
	font-weight: 500;
	font-size: var(--text-xs);
}

.row.services-list img {
	width: 29px;
	height: 29px;
}

footer {
	padding: 80px 0;
}
footer h4 {
	margin: 0 0 15px 0;
}

footer ul > li {
	display: block;
	margin: 0 0 14px 0px;
}
footer p, footer a {
	font-size: var(--text-xs);
	font-weight: 400;
}
footer ul.social-list > li {
	display: inline-block;
}
footer ul > li {
	display: block;
	margin: 0 0 15px 0px;
}
footer ul.social-list > li > a i {
	background-color: var(--bs-gray-100);
	display: inline-block;
	padding: 10px;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: var(--text-md);
	line-height: 18px;
	color: var(--bs-gray-700);
}
footer ul.social-list > li > a span {
	display: inline-block;
	font-weight: 700;
	vertical-align: top;
	line-height: 36px;
	margin: 0 0 0 10px;
	color: var(--bs-gray-700);
}
footer ul.social-list > li > a i.fa-whatsapp {
	background: transparent;
	padding: 0;
	font-size: 26px;
	line-height: 36px;
}




/**** FORM  ****************/


.btn, .dropdown-menu {
	border-radius: 0;
	font-size: var(--text-sm);
}
.btn {
	letter-spacing: 0.6px;
	text-transform: uppercase;
	font-weight: 500;
}
.btn-lg {
	padding: 0.8rem 1.4rem;
}

.form-control{
	border-radius: 0;
}
.form-control-lg {
	font-size: var(--text-md) !important;
}


label.privacy {
	font-size: var(--text-xxs);
	letter-spacing: 0.5px;
	line-height: 1.6;
	font-weight: 400;
}


.stripe-form #card-element {
	 
		display: block; 
		padding: 1rem 0.75rem;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		appearance: none;
		border-radius: 0.25rem;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		border-radius: 0;
}

.main-thankyou {
	min-height: 50vh;
}

/**** CHECKOUT ONE STEP ****************/
 



/**** IMMAGINI ****************/

.square-container {
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.square-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	max-height: 100%;
	max-width: 100%;
}
  
.full-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
} 
.full-bg  img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}



/**** HELPER ****************/


.text-xxs{
	font-size: var(--text-xxs);
}

.text-xs{
  font-size: var(--text-xs);
}

.text-sm{
  font-size: var(--text-sm);
}

.text-md{
  font-size: var(--text-md);
}
.text-mdup{
  font-size: var(--text-mdup);
}

.text-lg{
  font-size: var(--text-lg);
}

.text-xl{
  font-size: var(--text-xl);
}
.fw-regular{
	font-weight: 400 !important;
}
.fw-medium{
	font-weight: 500 !important;
}

.btn-border {
	border: none;
	position: relative;
}
.btn-border:hover{
	opacity: 1;
}
.btn-border::after  {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 2px solid var(--bs-primary);
	bottom: 0;
	position: absolute;
	left: 0;
	transition: all 0.3s ease;
	height: 0;
}
/* .btn-border::before {
	border-color: var(--bs-light);
	z-index: 2;
	width: 0;
} */
/* .btn-border:hover::before{
	width: 100%;
} */
.text-light.btn-border::after{
	border-color: var(--bs-light);

}

.text-light.btn-border::before{
	border-color: var(--bs-primary); 
}
.btn-border:hover::after {
	width: 50%;
	left: 25%;
}
 
.btn-filter {
	border-radius: 15px; 
	text-transform: none;
	font-size: var(--text-sm);
	font-weight: 500;
	padding: 0.375rem 1rem;
	letter-spacing: 0;
}
.btn-filter:hover {
	opacity: 1;
/* 	color: var(--bs-light);
	background-color: var(--bs-dark); */
}
.btn.btn-filter.nofocus {
	background: var(--bs-white);
	color: var(--bs-dark);
	border-color: var(--bs-white);
	box-shadow: none;
}
.btn-light:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.gray-btn{
background-color: var(--bs-gray-200);
border-color: var(--bs-gray-200);
color:#000;

}
.gray-btn:hover{
	background-color: #000;
	border-color: #000;
	color:#fff;
}

.form-select { 
	padding-right: 1.85rem ;
	-moz-padding-start: calc(0.75rem - 3px); 
}

.bg-tema-1-100{
background-color: var(--tema-1-100);
}
.bg-tema-1-50{
  background-color: var(--tema-1-50);
}
.bg-tema-1-25{
  background-color: var(--tema-1-25);
}
.bg-tema-1-15{
  background-color: var(--tema-1-15);
}

.bg-tema-2-100{
background-color: var(--tema-2-100);
}
.bg-tema-2-50{
  background-color: var(--tema-2-50);
}
.bg-tema-2-25{
  background-color: var(--tema-2-25);
}
.bg-tema-2-15{
  background-color: var(--tema-2-15);
}

.bg-tema-3-100{
background-color: var(--tema-3-100);
}
.bg-tema-3-50{
  background-color: var(--tema-3-50);
}
.bg-tema-3-25{
  background-color: var(--tema-3-25);
}
.bg-tema-3-15{
  background-color: var(--tema-3-15);
}

.bg-tema-4-100{
background-color: var(--tema-4-100);
}
.bg-tema-4-50{
  background-color: var(--tema-4-50);
}
.bg-tema-4-25{
  background-color: var(--tema-4-25);
}
.bg-tema-4-15{
  background-color: var(--tema-4-15);
}



.bg-tema-5-100{
background-color: var(--tema-5-100);
}
.bg-tema-5-50{
  background-color: var(--tema-5-50);
}
.bg-tema-5-25{
  background-color: var(--tema-5-25);
}
.bg-tema-5-15{
  background-color: var(--tema-5-15);
}




.bg-tema-6-100{
background-color: var(--tema-6-100);
}
.bg-tema-6-50{
  background-color: var(--tema-6-50);
}
.bg-tema-6-25{
  background-color: var(--tema-6-25);
}
.bg-tema-6-15{
  background-color: var(--tema-6-15);
}

.bg-prod{
	background-color: var(--bg-prod);
  }
   


.text-tema-1-100{
	color: var(--tema-1-100);
	}
	.text-tema-1-50{
	  color: var(--tema-1-50);
	}
	.text-tema-1-25{
	  color: var(--tema-1-25);
	}
	.text-tema-1-15{
	  color: var(--tema-1-15);
	}
	
	.text-tema-2-100{
	color: var(--tema-2-100);
	}
	.text-tema-2-50{
	  color: var(--tema-2-50);
	}
	.text-tema-2-25{
	  color: var(--tema-2-25);
	}
	.text-tema-2-15{
	  color: var(--tema-2-15);
	}
	
	.text-tema-3-100{
	color: var(--tema-3-100);
	}
	.text-tema-3-50{
	  color: var(--tema-3-50);
	}
	.text-tema-3-25{
	  color: var(--tema-3-25);
	}
	.text-tema-3-15{
	  color: var(--tema-3-15);
	}
	
	.text-tema-4-100{
	color: var(--tema-4-100);
	}
	.text-tema-4-50{
	  color: var(--tema-4-50);
	}
	.text-tema-4-25{
	  color: var(--tema-4-25);
	}
	.text-tema-4-15{
	  color: var(--tema-4-15);
	}


		
	.text-tema-5-100{
	color: var(--tema-5-100);
	}
	.text-tema-5-50{
	  color: var(--tema-5-50);
	}
	.text-tema-5-25{
	  color: var(--tema-5-25);
	}
	.text-tema-5-15{
	  color: var(--tema-5-15);
	}


	
	.text-tema-6-100{
	color: var(--tema-6-100);
	}
	.text-tema-6-50{
	  color: var(--tema-6-50);
	}
	.text-tema-6-25{
	  color: var(--tema-6-25);
	}
	.text-tema-6-15{
	  color: var(--tema-6-15);
	}


.bg-gray-100{
	background-color: var(--bs-gray-100);
}

.bg-gray-200{
	background-color: var(--bs-gray-200);
}

.bg-gray-500{
	background-color: var(--bs-gray-500);
}

.bg-gray-700{
	background-color: var(--bs-gray-700);
}
 


.bg--15, .bg--25, .bg--50, .bg--100{
	background-color: var(--bs-gray-200);
}
 

.border-bottom-gray {
	border-bottom: var(--bs-gray-200) !important;
}

.multiply{
	mix-blend-mode: multiply;
}


[class*="icheckbox_minimal"], [class*="iradio_minimal"] {
	margin-right: 6px;
}
label .icheckbox_minimal {
	margin: -2px 5px 0 0px;
}
.icheckbox_minimal-custom.checked::before{ 
}

.hidden{
	display: none !important;
}
 

.form-control {
	padding: 0.75rem 0.75rem;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: gray;
	outline: 0;
	box-shadow: 0 0 0rem 2px rgba(0, 0, 0, 0.25);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.dropdown-menu{
z-index: 9999;
}
 
.mh-banner{
	min-height: 380px;
}
 
.mh-slide{
	min-height: 540px;
}


body.no-scroll {
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 0;
  }
  
html.no-scroll{
	scroll-behavior: auto;
}

.standard-tab .nav-link {
	font-size: var(--text-xxs);
	text-transform: uppercase;
	opacity: 0.4;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0 1.5rem 1rem 0;
	transition: all 0.3s ease;
}
.standard-tab .nav-link:hover {
	opacity: 1;
}
.standard-tab .nav-link.active {
	border-bottom: 2px solid var(--bs-dark);
	opacity: 1;
}


.empty-state{  
}
.empty-state > i {
font-size: 90px;;
	margin: 1.5rem 0;
	opacity: 0.15;
}
.empty-state > span {
	font-size: var(--text-mdup);
	opacity: 0.3;
}


  
  label.error {
	color: var(--bs-danger);
	font-style: italic;
	display: inline-block;
	margin: 0.25rem;
	font-size: var(--text-xs);
	text-transform: capitalize;
}

.popup-container {
	min-width: 30vw;
}


.table > :not(caption) > * > * {
	padding: 1rem 0.5rem; 
}

.alert{
	border-radius: 0;
}


/**** SLIDE ****************/

.default-carousel.owl-carousel .owl-stage-outer , .inactive-carousel.owl-carousel .owl-stage-outer { 
	display: flex;
	justify-content: center; 
	flex-direction: column;
}
.default-carousel.owl-carousel.center-carousel .owl-stage-outer, .inactive-carousel.owl-carousel.center-carousel .owl-stage-outer { 
	display: flex;
	justify-content: center; 
	align-items: center;
	flex-direction: column;
}

.default-carousel.owl-carousel .owl-item , .inactive-carousel.owl-carousel .owl-item {
	padding: 0 1.5rem;
}
.offerta-item { 
	margin: 1rem -0.75rem;
}

.default-carousel.owl-carousel .owl-dots , .inactive-carousel.owl-carousel .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	line-height: 1;
}

.default-carousel.owl-carousel .owl-dots .owl-dot,.inactive-carousel.owl-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	margin: 15px 5px 0 5px;
	opacity: 0.3; 
	display: inline-block;
	zoom: 1;
  
	border-radius: 50%;
	background-color: var(--bs-primary);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
 
.default-carousel.owl-carousel .owl-dots .owl-dot.active, .default-carousel.owl-carousel .owl-dots .owl-dot:hover,
.inactive-carousel.owl-carousel .owl-dots .owl-dot.active, .inactive-carousel.owl-carousel .owl-dots .owl-dot:hover {
	opacity: 1;
}

.default-carousel.owl-carousel .owl-nav > button , .inactive-carousel.owl-carousel .owl-nav > button {
	position: absolute;
	top: 50%;
	left: 25px;
	z-index: 1;
}

.default-carousel.owl-carousel .owl-nav > button, .inactive-carousel.owl-carousel .owl-nav > button{

filter: brightness(0);

}
.default-carousel.owl-carousel .owl-nav > button.owl-next, .inactive-carousel.owl-carousel .owl-nav > button.owl-next  {
	left: auto;
	right: 25px;
}

.title-404{
	font-size: 140px;
	line-height: 1.6;
	opacity: 0.2;
}

/**** BLOCK UI ****************/

.blockUI.blockOverlay {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
 
  }
  .blockUI.blockMsg .preloader-container {
	background: #f4f5f6 none repeat scroll 0 0;
	border-radius: 60px;
	box-shadow: 0 0 13px #999;
	padding: 15px;
	background: transparent;
	box-shadow: none;
  }
  .blockUI .md-preloader svg {
	height: 45px;
	width: 45px;
  }
  #container .blockUI.blockMsg .preloader-container {
	height: 75px;
	position: fixed;
	top: 50%;
	width: 75px;
	background: transparent;
box-shadow: none;
  }
  

/**** PRELOADER ****************/
  
.md-preloader{font-size:0;display:inline-block;-webkit-animation:outer 6600ms linear infinite;animation:outer 6600ms linear infinite}
.md-preloader svg{-webkit-animation:inner 1320ms linear infinite;animation:inner 1320ms linear infinite;
  height: 60px;
  width: 60px;
}
.md-preloader svg circle{fill:none;stroke:#000;stroke-linecap:square;-webkit-animation:arc 1320ms cubic-bezier(.8, 0, .4, .8) infinite;animation:arc 1320ms cubic-bezier(.8, 0, .4, .8) infinite}@-webkit-keyframes outer{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes outer{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes inner{0%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes inner{0%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes arc{0%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:0}40%{stroke-dasharray:151.55042961px,210.48670779px;stroke-dashoffset:0}100%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:-151.55042961px}}@keyframes arc{0%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:0}40%{stroke-dasharray:151.55042961px,210.48670779px;stroke-dashoffset:0}100%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:-151.55042961px}}



  .md-preloader.md-preloader-small{
		  height: 24px;
		  margin: 0 5px;
	  vertical-align: middle;
  }
  .md-preloader.md-preloader-small svg{
	  height: 24px;
	  width: 24px;
  }
   

/* Custom SEO */

.likeH1 {
	font-size: var(--text-xl);
    letter-spacing: 0.6px;
font-weight: 400;
line-height: 48px;
}


.title-big.likeH1 {
    font-size: 60px;
    line-height: 1.8;
}

.journal-title.likeH2{
	line-height: 36px;
}

body.no-scroll #fb-root, body.no-scroll .iubenda-tp-btn {
	display: none !important;
}



/* ticket LEBOLE-342 */
.fancybox-can-zoomIn .fancybox-image-wrap{
	background: #fff;
}