/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--color-red: #ea1b23;
	--color-gray: #707070;
	--color-lightgray: #f6f6f6;
	--color-lightgray2: #e4e4e4;
	--color-white: #ffffff;
	--color-Grigio-SCuro: #525050;
}

.color-red {
	color: var(--color-red) !important;
}

.color-white {
	color: var(--color-white) !important;
}

.color-black {
	color: #000000 !important;
}

.top-cart-item-image img, .single-product .product-image img {
  border: 1px solid var(--color-lightgray2);
}

a {
	color: var(--cnvs-link-color);
}

.btn {
	border-radius: 12px;
	padding: 10px 50px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	line-height: 1.5rem;
}

.btn-primary {
	background-color: var(--color-red);
	border: 1px solid var(--color-red);
}

.btn-primary:hover {
	background-color: #fff;
	color: var(--color-red);
	border-color: var(--color-red);
}

.btn-outline-primary {
	color: var(--color-red);
	border: 1px solid var(--color-red);
	background-color: #fff;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: var(--color-red);
	border-color: var(--color-red);
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
	color: var(--color-red);
	background-color: #fff;
	border-color: var(--color-red);
}

.btn-small {
	font-size: 0.6rem;
	font-weight: 600;
}

@media (max-width:575px){
	.btn {
		padding: 10px 10px;
		line-height: 1.1rem;
	}
}

.button {
	border-radius: 24px;
	background: var(--color-red);
	color: var(--color-white);
	text-align: center;
	font-size: var(--font-size-6, 14px);
	font-style: normal;
	font-weight: var(--font-weight-bold, 700);
	line-height: 16px;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	padding: 14px 28px;
	margin: 0;
}

.form-control {
	background-color: var(--color-lightgray);
	border-radius: 10px;
	border: 1px solid var(--color-Grigio-SCuro);
	background-color: transparent;
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding: 10px;
}

.form-control:focus {
	box-shadow: none;
	color: var(--color-red);
	border-color: #000;
}

.form-control.error {
	border-color: #000;
	border-width: 2px;
}

.alert {
	border-radius: 0;
	text-align: center;
	padding: 10px;
}

.alert-danger {
	border-color: var(--color-red);
}

label.error {
  margin-top: 5px;
  color: var(--color-red) !important;
  font-weight: 400;
  font-size: 10px !important;
  background-color: var(--color-white);
  padding: 5px;
}

.form-widget:not(.inverse) a {
  text-decoration: underline !important;
  color: var(--color-white);
}

.titolo-pagina {
	color: var(--color-red);
	font-size: var(--font-size-1, 30px);
	font-style: normal;
	font-weight: var(--font-weight-bold, 700);
	line-height: var(--line-height-1, 38px); /* 126.667% */
	letter-spacing: 0.3px;
}


/* ----------------------- BLOCK UI ----------------------- */

div.blockOverlay {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/preloader.gif") center center no-repeat rgba(255, 255, 255, 0.7);
}


.page-title-content h1,
.page-title-content .h1 {
	padding: 0;
	margin: 0;
	line-height: 60px;
	font-weight: 500;
	color: var(--color-red);
	font-size: 48px;
	letter-spacing: var(--cnvs-page-title-spacing);
	text-transform: uppercase;
}

@media (max-width: 767px) {

	h2 {
		font-size: 36px !important;
	}

	.page-title-content h1,
	.page-title-content .h1 {
		font-size: 28px;
		line-height: 1.2;
	}
}

/* ----------------------- MODAL ----------------------- */

.modal-content {
	border-radius: 0;
}


/* ----------------------- HEADER ----------------------- */
.is-expanded-menu #header .sticky-header .menu-link {
	padding-top: 18px;
	padding-bottom: 19px;
}

@media (max-width: 1199px) {
	.is-expanded-menu #header.b2b .menu-link {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 991px) {
	#header:not(.checkout) #header-wrap #logo img {
		height: 30px!important;
	}
}

#header.sticky-on-scrollup #header-wrap {
	-webkit-transition: height .4s ease, opacity .3s ease, margin-top .4s ease;
	-o-transition: height .4s ease, opacity .3s ease, margin-top .4s ease;
	transition: height .4s ease, opacity .3s ease, margin-top .4s ease;
}

#header.sticky-on-scrollup.sticky-header #header-wrap {
	margin-top: -100px;
}

#header.sticky-on-scrollup.show-sticky-onscroll.sticky-header #header-wrap {
	margin-top: 0px;
}

header #logo img {
	margin: unset;
}

header.checkout #logo img {
	margin: auto;
	padding: 20px 0;
}

header .header-row .top-links-item>.btn-b2b {
	border: 1px solid #000;
	background-color: var(--color-white);
	border-radius: 0;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.7px;
	line-height: 18px;
	text-align: center;
	padding: 10px 15px;
}

header .header-row .top-links-item>.btn-b2b i,
header .header-row .top-links-item>.btn-b2b a {
	color: #000;
}

header .header-row .top-links-item>.btn-b2b i {
	margin: 0 5px 0 0 !important;
	font-size: 18px;
}

.is-expanded-menu #header.sticky-header-shrink #header-wrap #logo img,
#header:not(.checkout) #header-wrap #logo img {
	height: 50px;
}

#header .header-misc-element,
.header-misc-icon {
	margin: 0 10px;
}

#header .header-misc-icon>a {
	font-size: 24px;
	color: #000000 !important;
}

#header .primary-menu .menu-item.b2b {
	background-color: var(--color-red);
}

#header .primary-menu .menu-item.b2b>a {
	color: #fff;
}

#header .menu-item:first-child .menu-link {
  padding-left: 0;
}

#header .menu-item.current>a {
  font-weight: 700 !important;
}

@media (max-width: 1199px){
	#header .menu-item a.menu-link {
  	padding-top: 20px;
  	padding-bottom: 20px;
	}
}

@media (max-width: 767px){
	body.primary-menu-open #header #header-wrap {
		height: 100vh;
	}

	#header .header-misc-element,
	.header-misc-icon {
		margin: 0 5px;
	}
/*
	#header .menu-link {
		color: var(--color-red);
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.22px;
		padding: 20px 0;
		text-transform: capitalize;
	}
*/
	#header .menu-item {
		border-top: 1px solid var(--color-red);
	}
}


/* ----------------------- FOOTER ----------------------- */

#footer .footer-widgets-wrap {
	position: relative;
	padding: 30px 0 0;
}

#footer .footer-widgets-wrap .widget p {
	line-height: 18px;
	font-size: 12px;
	font-weight: 500;
}

#footer.dark .footer-widgets-wrap a.i-style {
	margin: 0 5px;
}

#footer.dark .footer-widgets-wrap a>i {
	color: #000;
	font-size: 24px;
}

#footer.dark #copyrights {
	padding: 20px 0;
	color: #ffffff;
}

#footer.dark #copyrights a {
	color: #ffffff !important;
	margin-right: 26px;
}

@media (max-width: 767px) {
	#footer .text-end {
		text-align: left !important;
	}
}


/* ----------------------- SLIDER ----------------------- */

.slide-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.slide-box .icon {
  /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%); */
  width: 600px;
  height: 600px;
  overflow: hidden;
  z-index: 5;
  display: flex;
}

.slide-box .icon img {border-radius: 50%;}

.slide-box .title {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(39, 39, 39, 1) 30%);
  border-radius: 0%;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 80px 50px 80px 650px;
  margin-left: -600px;
  z-index: 0;
  width: 100%;
}

:not(.promo.promo-dark) .slide-box .title h2 {
  color: var(--color-red);
  font-size: var(--font-size-0, 44px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 700);
  line-height: var(--line-height-0, 52px); /* 118.182% */
  letter-spacing: 0.44px;
  text-transform: uppercase;
  margin-bottom: 0;
}

:not(.promo.promo-dark) .slide-box .title p {
  color: var(--color-white);
  font-size: var(--font-size-1, 30px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--line-height-1, 38px); /* 126.667% */
  letter-spacing: 0.3px;
}

.slide-box .title span {
  color: var(--color-white);
  padding: 10px 20px;
  position: relative;
  background-image: url(../images/red-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

a.flex-next, a.flex-prev {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 29px;
  color: #000;
  right: 20px;
	left: auto;
}

a.flex-prev {
	left:20px;
	right: auto;
}

a.flex-next i,
a.flex-prev i {
	line-height: 56px;
}

@media (max-width: 1199px){
	.flex-control-nav {
		display:none;
	}
	.slide-box .icon {
		width: 400px;
		height: 400px;
	}
	.slide-box .title {
  	padding: 40px 50px 40px 450px;
  	margin-left: -400px;
	}
	:not(.promo.promo-dark) .slide-box .title h2 {
		font-size: var(--font-size-0, 36px);
		line-height: var(--line-height-0, 48px);
	}
	:not(.promo.promo-dark) .slide-box .title p {
		font-size: var(--font-size-1, 24px);
		line-height: var(--line-height-1, 30px);
	}
}

@media (min-width:768px) and (max-width:991px){
	.slide-box .icon {
    width: 300px;
    height: 300px;
  }
	.slide-box .title {
    padding: 40px 50px 40px 320px;
    margin-left: -300px;
  }
	:not(.promo.promo-dark) .slide-box .title h2 {
    font-size: var(--font-size-0, 30px);
    line-height: var(--line-height-0, 36px);
  }
	  :not(.promo.promo-dark) .slide-box .title p {
    font-size: var(--font-size-1, 20px);
    line-height: var(--line-height-1, 30px);
  }
}

@media (max-width: 767px){
	.flex-control-nav {
		display:flex;
	}
	.fslider, .fslider .flexslider, .fslider .slider-wrap, .fslider .slide, .fslider .slide > a, .fslider .slide > img, .fslider .slide > a > img {
		height: 800px!important;
	}
	.flex-viewport {
		height: 800px!important;
	}
	.flex-control-nav {
		bottom: 25px !important;
		left: 50%;
		right: 0;
		top: auto;
		transform: translateX(-50%);
	}
	.flex-direction-nav {
		display: none;
	}
	.slide-box {
		flex-direction: column;
	}
	.slide-box .icon {
    width: 350px;
    height: 350px;
  }
	.slide-box .title {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(39, 39, 39, 1) 30%);
    padding: 370px 20px 40px 20px;
    margin-left: 0;
    margin-top: -350px;
		border-bottom-left-radius: 60px;
		max-width: 340px;
  }
	:not(.promo.promo-dark) .slide-box .title h2 {
    font-size: 28px!important;
    line-height: var(--line-height-0, 36px);
  }
	:not(.promo.promo-dark) .slide-box .title p {
    font-size: 20px!important;
    line-height: var(--line-height-1, 30px);
  }
}


/* ----------------------- HOME ----------------------- */

.prodotti-stripe-home .nav .nav-item button {
  border: 0;
  background-color: transparent;
  color: var(--color-red);
  font-size: 16px;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding: 10px 0px 15px;
}

@media (max-width: 767px){

	.prodotti-stripe-home ul.nav {
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.prodotti-stripe-home .nav .nav-item button {
		padding: 10px 0px 5px;
		margin-right: 15px;
	}
}

.prodotti-stripe-home .nav .nav-item button.active, .prodotti-stripe-home .nav .nav-item button:hover {
  font-weight: 700;
  border-bottom: 8px solid var(--color-red);
}

.prodotti-stripe-home .carousel-prodotti .product-image {
	height: 300px;
  padding: 30px 24px;
	background-color: var(--color-white);
	border:  1px solid var(--GRIGIO-Medio, #E3E3E3);
	display: flex;
  justify-content: center;
  align-items: center;
}

:not(.promo) .categoria-box a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

:not(.promo) .categoria-box a:hover {
	cursor: pointer;
	color: var(--color-red)!important;
}

:not(.promo) .categoria-box .icon {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 5;
	display: flex;
}

@media (max-width: 767px){
	.prodotti-stripe-home .carousel-prodotti .product-image {
		height: 200px;
	}
	:not(.promo) .categoria-box .icon {
		width: 130px;
		height: 130px;
	}
}

:not(.promo) .categoria-box .title {
  border-radius: 48px;
  background: var(--color-Grigio-SCuro);
  padding: 35px 50px 35px 170px;
  margin-left: -148px;
  z-index: 0;
  width: 100%;
}

:not(.promo) .categoria-box:hover .title {
  background-color: #f0f0f0;
}
:not(.promo) .categoria-box:hover .title h3 {
  color: var(--color-red)!important;
}

:not(.promo) .categoria-box .title h3 {
  color: var(--color-white);
  font-size: var(--font-size-2, 24px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 700);
  line-height: var(--line-height-2, 28px); /* 116.667% */
  letter-spacing: 0.24px;
}

@media (max-width: 767px){
	:not(.promo) .categoria-box .title h3 {
		font-size: 20px;
	}
}

.carousel-prodotti .owl-carousel .owl-dots, .owl-carousel .owl-nav {
	text-align: left;
	height: 60px;
}

.carousel-prodotti .owl-item .product-image {
  border-radius: 15px;
}

.carousel-prodotti .owl-item .product-desc {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767px){
	.carousel-prodotti .owl-item .product-desc {
		height: auto;
	}
}

.carousel-prodotti .owl-item .product-desc span {
	font-size: 12px;
	color: var(--color-Grigio-SCuro);
}

.carousel-prodotti.owl-carousel .owl-nav [class*=owl-] {
	background-color: transparent;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
  left: 0;
  width: 60px;
  height: 60px;
  font-size: 29px;
  color: #000;
	opacity: 1;
}

.carousel-prodotti.owl-carousel .owl-nav .owl-prev {
  margin-right: 20px;
}

.carousel-prodotti.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: var(--color-red);
  border-radius: 50%!important;
}

.carousel-prodotti.owl-carousel .owl-nav .owl-more {
  left: auto;
  right: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  border: none;
  width: 150px;
}

.carousel-prodotti.owl-carousel .owl-nav .owl-more:hover {
  background-color: transparent!important;
}

.home-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.home-box .icon {
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%);
  width: 300px;
  height: 300px;
  overflow: hidden;
  z-index: 5;
  display: flex;
}

.home-box .icon img {
	border-radius: 50%;
}

.home-box .title {
  background-color: #f0f0f0;
  border-radius: 0;
	border-top-right-radius: 48px;
	border-bottom-right-radius: 48px;
  padding: 24px 30px 25px 320px;
  margin-left: -300px;
  z-index: 0;
  width: 100%;
}

.home-box .title h3 {
  color: var(--Antracite, #272727);
  font-size: var(--font-size-2, 24px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 700);
  line-height: var(--line-height-2, 28px); /* 116.667% */
  letter-spacing: 0.24px;
}

.home-box .title p {
	color: var(--Antracite, #272727);
	font-size: var(--font-size-4, 15px);
	font-style: normal;
	font-weight: var(--font-weight-regular, 400);
	line-height: var(--line-height-5, 22px); /* 146.667% */
	letter-spacing: 0.15px;
}

.home-box .title a {
  font-size: 14px;
  font-weight: 700;
	letter-spacing: 2.1px;
	line-height: 16px;
}

@media (max-width: 767px) {
	.home-box .icon {
		width: 120px;
		height: 120px;
	}

	.home-box .title {
		padding: 15px 40px 15px 130px;
		margin-left: -120px;
	}

	.home-box .title h3 {
		font-size: 20px;
	}
}

.counter {
	color: var(--color-white);
	font-size: var(--font-size-1, 30px);
	font-style: normal;
	font-weight: var(--font-weight-bold, 400);
	line-height: var(--line-height-1, 38px); /* 126.667% */
	letter-spacing: 0.3px;
}

.counter span,
.counter abr {
	color: var(--color-red);
	font-size: 96px;
	font-style: normal;
	font-weight: 700;
	line-height: 96px;
}

.home:not(.promo.promo-dark) h2 {
  color: var(--color-white);
  font-size: var(--font-size-0, 44px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 700);
  line-height: var(--line-height-0, 52px);
  letter-spacing: 0.44px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.home:not(.promo.promo-dark) .feature-box {
	height: 300px;
  border-radius: 15px 15px 15px 60px;
  background: var(--Nero, #000);
}

.home:not(.promo.promo-dark) .feature-box h3 {
  color: var(--color-red);
  font-size: var(--font-size-1, 30px);
  font-style: 400!important;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--line-height-1, 38px); /* 126.667% */
  letter-spacing: 0.3px;
}

@media (max-width: 767px) {
	.home:not(.promo.promo-dark) .feature-box {
		height: 200px;
	}
	.home:not(.promo.promo-dark) .feature-box h3 {
  	color: var(--color-red);
  	font-size: var(--font-size-1, 20px);
		line-height: var(--line-height-1, 30px);
	}
}


/* ----------------------- VARIOUS ----------------------- */

.promo.promo-dark {
	color: #fff !important;
}

.promo.promo-dark h1:not(.invert),
.promo.promo-dark h2.invert {
	font-size: var(--font-size-0, 44px);
	font-style: normal;
	font-weight: var(--font-weight-bold, 700);
	line-height: var(--line-height-0, 52px);
	letter-spacing: 0.44px;
	text-transform: uppercase;
	color: var(--color-red);
	margin: 0;
}

.promo.promo-light h2 {
	color: var(--color-red);
	font-size: var(--font-size-2, 24px);
	font-style: normal;
	font-weight: var(--font-weight-regular, 700);
	line-height: var(--line-height-2, 28px);
	letter-spacing: 0.24px;
	margin: 0;
}

.promo.promo-dark h2:not(.invert),
.promo.promo-dark h1.invert{
	color: var(--color-white);
  font-size: var(--font-size-1, 30px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--line-height-1, 38px);
  letter-spacing: 0.3px;
  margin: 0;
}

.promo.promo-dark h3,
.promo.promo-dark h5 {
  font-size: var(--font-size-0, 18px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 700);
  line-height: var(--line-height-0, 24px);
  letter-spacing: 0.18px;
  color: var(--color-red);
  margin-bottom: 0;
}

.promo.promo-dark h4 {
	color: var(--color-white);
	font-size: var(--font-size-2, 24px);
	font-style: normal;
	font-weight: var(--font-weight-regular, 700);
	line-height: var(--line-height-2, 28px); /* 116.667% */
	letter-spacing: 0.24px;
}

.promo.promo-dark p {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.24px;
}

.promo.promo-dark .box-spec {
  background-color: #000;
  border-radius: 25px;
  padding: 36px;
	height: 100%;
}


/* ----------------------- SERVIZI ----------------------- */

.servizio-box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: var(--cnvs-section-margin);
  background-color: #f0f0f0;
  border-radius: 50px;
	margin-right: 0;
}

.servizio-box h2 {
  color: var(--color-red);
  font-size: var(--font-size-2, 24px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 700);
  line-height: var(--line-height-2, 28px); /* 116.667% */
  letter-spacing: 0.24px;
  margin-bottom: 0;
}

.servizio-box [class*=col-]:first-child {
  background-color: #fff;
	padding-right: 0;
}

.servizio-box [class*=col-]:last-child {
	border-radius: 50px;
	padding-left: calc(var(--bs-gutter-x) * 1);
	padding-right: calc(var(--bs-gutter-x) * 1);
	padding-top: 20px;
  padding-bottom: 20px;
	display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.servizio-box img {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
	object-fit: cover;
  height: 100%;
}

@media (max-width: 767px) {
	.servizio-box {
		border-radius: 0;
		margin-right: calc(-0.5 * var(--bs-gutter-x));
	}
	.servizio-box [class*=col-]:first-child {
		padding-left: 0;
	}
	.servizio-box img {
  	border-top-left-radius: 0px;
  	border-bottom-left-radius: 0px;
	}
}

/* ----------------------- CONTATTI ----------------------- */

.form-widget label {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
/*
.form-widget input,
.form-widget select,
.form-widget input,
.form-widget textarea {
  border-radius: 10px;
}
*/
.form-widget:not(.inverse) input,
.form-widget:not(.inverse) select,
.form-widget:not(.inverse) input,
.form-widget:not(.inverse) textarea {
  color: #000;
}

.form-widget:not(.inverse) .btn {
  padding: 11px 57px;
  background-color: var(--color-white);
  border-radius: 24px;
}

.form-widget:not(.inverse) .btn:hover {
  color: var(--color-white);
  background-color: var(--color-red);
  border-color: var(--color-white);
}

.form-widget .form-result {
  border-radius: 24px;
}

.feature-box {
  margin: 0;
  padding: 30px 24px;
  border-radius: 15px 15px 15px 60px;
  background: var(--color-lightgray2);
	display: block;
	height: 100%;
	padding-bottom: 100px;
}

.feature-box h3 {
  font-size: var(--font-size-1, 30px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--line-height-1, 38px);
  letter-spacing: 0.3px;
  margin-bottom: 0;
  color: var(--color-red);
}

.feature-box p {
	font-size: var(--font-size-3, 18px);
	font-style: normal;
	font-weight: var(--font-weight-regular, 400);
	line-height: var(--line-height-3, 24px); /* 133.333% */
	letter-spacing: 0.18px;
}

.feature-box .fbox-icon {
  bottom: 20px;
  position: absolute;
  left: 20px;
}


/* ----------------------- CATALOGO ----------------------- */

.section-slider-search {
	min-height: 100px;
	z-index: 50;
	position: relative;
	margin-top: -50px;
}

.section-slider-search .container {
	height: 100px;
}

.section-slider-search input {
	width: 100%;
	height: 100px;
	background-color: #272727;
	border: 0;
	color: #fff;
	padding: 45px;
}

.section-slider-search button {
	height: 100px;
}

@media (max-width:767px) {
	.section-slider-search {
		margin-top: -25px;
	}

	.section-slider-search .container,
	.section-slider-search input,
	.section-slider-search button {
		height: 50px;
	}

	.section-slider-search input {
		padding: 15px;
	}

	.section-slider-search button.btn {
		padding: 15px;
	}
}

.category-tab {
  display: flex;
  height: 170px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 15px;
  background-color: var(--color-lightgray2);
	background-image: url(../images/icons/arrow-red.svg);
  background-repeat: no-repeat;
  background-position: 20px calc(100% - 20px);
}

.category-tab h3 {
	display: inline;
  overflow: hidden;
  color: var(----color-red);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.18px;
}

.product .grid-inner {
	border: 1px solid var(--color-lightgray2);
	background-color: #ffffff;
}

.product:hover .grid-inner {
	border-color: var(--color-red);
}

.product-title h3 {
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
	text-align: left;
	color: #000;
	height: 24px;
	overflow: hidden;
}

.product-title h4 {
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.12px;
	line-height: 18px;
	text-align: left;
	color: var(--color-red);
	margin: 0;
}

.product .product-image {
  padding: 30px 24px;
  background-color: var(--color-white);
  border: 1px solid var(--GRIGIO-Medio, #E3E3E3);
  border-radius: 15px;
	height: 300px;
}

@media (max-width: 1199px) {
	.product .product-image {
		height: 200px;
	}
}

@media (max-width: 767px) {
	.product .product-image {
		height: 200px;
		padding: 10px;
	}

	.single-product .product-image .fslider,
	.single-product .product-image .fslider .flexslider,
	.single-product .product-image .fslider .flex-viewport, 
	.single-product .product-image .fslider .slider-wrap,
	.single-product .product-image .fslider .slide,
	.single-product .product-image .fslider .slide > a,
	.single-product .product-image .fslider .slide > img,
	.single-product .product-image .fslider .slide > a > img {
		height: 400px!important;
	}
}

.product .product-desc a:not(.button) {
  color: var(--color-black, #000);
}

aside.sidebar .widget_links:not(.widget-li-noicon) li::before {
	content: none;
}

.sidebar-widgets-wrap .widget>h4 {
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.7px;
	line-height: 20px;
	color: var(--color-red);
	text-transform: uppercase;
}

aside.sidebar .widget_links li label {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
	text-align: left;
	margin: 0;
}

aside .widget_links > ul > li > a {
  display: flex;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-radius: 15px;
  background: var(--color-lightgray)!important;
	border: 1px solid var(--color-lightgray)!important;
  margin-bottom: 15px;
	width: 100%;
}

aside .widget_links > ul > li > a:hover,
aside .widget_links > ul > li.active > a {
	border: 1px solid var(--color-red)!important;
}

aside .widget_links > ul > li > a img {
  max-height: 30px;
}

.single-product h1.detail-prod-title {
	color: #000000;
	font-size: 48px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 60px;
	text-align: left;
}

.single-product h4 {
	color: var(--color-red);
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.12px;
	line-height: 18px;
	text-align: left;
}

.single-product .form-select {
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: var(--color-lightgray);
	color: var(--color-red);
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.single.product .single-product .product-image {
  border: 1px solid var(--color-lightgray2);
  border-radius: 15px;
}

.single-product .allegato-link {
  float: right;
  line-height: 30px;
  border-bottom: 2px solid var(--color-red);
}

h4.title-corr {
  color: var(--color-black);
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: 1.3;
  margin-bottom: 65px;
}

.btn.add-to-cart {
  display: flex;
  width: 401px;
  padding: 18px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 2px solid var(--Nero, #000);
  color: var(--ROSSO, #E30613);
  text-align: center;

/* H4 */
  /* font-family: "Anek Malayalam Expanded"; */
  font-size: var(--font-size-3, 18px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 700);
  line-height: var(--line-height-3, 24px); /* 133.333% */
  letter-spacing: 0.18px;
}

.quantity .plus, .quantity .minus {
  display: inline-flex;
  /* height: 67px; */
  padding: 20px 0;
  justify-content: space-between;
  align-items: center;
}

input.minus.qtyminus, input.plus.qtyplus {
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 15px;
  border: none;
  background: var(--Nero, #000);
  color: var(--color-white);
  border-bottom-left-radius: 15px;
}

input.plus.qtyplus {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

input.qty {
  background-color: var(--color-black, #000);
  border: none;
  padding: 20px 0;
  color: var(--color-white);
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	background-color: transparent;
	border: 1px solid var(--color-red);
	border-radius: 0;
	width: 20px;
	height: 8px;
	opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--color-red);
}

.nav-pills .nav-link,
.nav-pills>.nav-link {
	background-color: transparent;
	color: var(--color-red);
	box-shadow: none;
	border-radius: 0;
	text-transform: uppercase;
	margin-right: 0 !important;
	font-size: 0.75rem;
}

/* ---- Mobile filter popup ---- */
.filtri-mobile-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--color-red);
	color: #fff;
	border: none;
	border-radius: 12px;
	padding: 10px 20px;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
	justify-content: center;
	margin-bottom: 12px;
}
.filtri-mobile-btn i {
	font-size: 1.2rem;
}
.filtri-mobile-count {
	background: #fff;
	color: var(--color-red);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 0.7rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
}

.filtri-mobile-popup {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
}
.filtri-mobile-popup.open {
	display: block;
}
.filtri-mobile-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}
.filtri-mobile-popup-panel {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 16px 16px 0 0;
	max-height: 85vh;
	display: flex;
	flex-direction: column;
	transform: translateY(100%);
	transition: transform 0.3s ease;
}
.filtri-mobile-popup.open .filtri-mobile-popup-panel {
	transform: translateY(0);
}
.filtri-mobile-popup-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	border-bottom: 1px solid var(--color-lightgray2);
	flex-shrink: 0;
}
.filtri-mobile-popup-title {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.filtri-mobile-close {
	background: none;
	border: none;
	font-size: 1.1rem;
	cursor: pointer;
	color: var(--color-gray);
	padding: 4px;
	line-height: 1;
}
.filtri-mobile-popup-body {
  overflow-y: auto;
  padding: 0px 20px 0px !important;
  -webkit-overflow-scrolling: touch;
  margin-top: 10px!important;
	border-top: none!important;
}
.filtri-mobile-popup-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


/* ----------------------- CART ----------------------- */
.cart-product-img img {
	border: 1px solid var(--color-red);
}

.cart-product-name p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 2.1;
}

.cart-product-name h3 {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

a.cart-remove {
	font-size: 14px;
	color: var(--color-red) !important;
	text-transform: uppercase;
}

.cart-quantity input.minus.qtyminus, .cart-quantity input.plus.qtyplus {
  padding: 10px;
}

.cart-quantity input.qty {
  padding: 10px 0;
}

.cart-quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.summary-wrapper {
	background-color: var(--color-lightgray);
	padding: 20px 30px;
}

.summary-wrapper h4 {
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-red);
}

.summary-wrapper hr.red {
	border-color: var(--color-red);
}

.summary-wrapper span {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.8px;
	line-height: 50px;
	text-transform: uppercase;
}

.summary-wrapper span.amount {
	font-weight: 700;
}

/* Ordine */
.ordine-list table th {
	font-weight: 900;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	width: 25%;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
}

.ordine-list table th:first-child {
	text-align: left;
}

.ordine-list table th:last-child {
	text-align: right;
}

.ordine-list table td {
	line-height: 16px;
	color: #545454;
	text-align: center;
	font-weight: 400;
	height: 75px;
	border-bottom: 1px solid #ebebeb;
}

.ordine-list table td:first-child {
	text-align: left;
}

.ordine-list table td:last-child {
	text-align: right;
}

.ordine-detail table th {
	font-weight: 900;
	line-height: 26px;
	color: #333333;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
}

.ordine-detail table th:first-child {
	text-align: left;
}

.ordine-detail table th:last-child {
	text-align: right;
}

.ordine-detail table td {
	line-height: 16px;
	color: #545454;
	text-align: left;
	font-weight: 400;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ordine-detail table tr:not(.note) td {
	border-bottom: 1px solid #ebebeb;
}

.ordine-detail table td:last-child {
	text-align: right;
}

/* end Ordine */


/* ----------------------- LOGIN PAGE ----------------------- */

.login-page .container .col-lg {
  background-color: #f0f0f0;
  padding: 50px;
}
.login-page .form-widget label {
  color: var(--color-black);
}

.login-page .form-widget .form-control {
	border-color: var(--color-black);
}

/* Table Responsive */
.responsive-table {
	width: 100%;
}

@media only screen and (max-width: 991px) {

	.responsive-table table,
	.responsive-table thead,
	.responsive-table tbody,
	.responsive-table th,
	.responsive-table td,
	.responsive-table tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.responsive-table tr {
		margin: 0 0 20px 0;
		border: 1px solid #b6b9bb;
		background-color: #FBFCFC;
	}

	.responsive-table tr td {
		border-left: none !important;
		white-space: normal !important;
	}

	.responsive-table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #fff;
		position: relative;
		padding-left: 30% !important;
		white-space: normal;
		text-align: left !important;
		padding: 12px 0;
		height: unset !important;
	}

	.responsive-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 12px;
		left: 10px;
		width: 30%;
		padding-right: 10px;
		/*white-space: nowrap;*/
		text-align: left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	.responsive-table td:before {
		content: attr(data-title);
	}
}

/* end Table Responsive */