
/* -- HEADER Dominga x maya ------------------------------ */
.headerMaya {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: trasparent;
  z-index: 9999;
}

.menuMaya {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	transition: top 0.2s ease-in-out;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4ecfd2;
	width: 100%;
	padding-top: 10px;
}

.menuMaya.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.menuMaya ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.menuMaya li {
  margin: 0 20px;
}

.menuMaya a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
}


.primapartealtaMaya {
	border-top: 2px solid #6b010d;
	margin-bottom: 10px;
	padding: 15px;
   background-color: #e13b4e;
   color: white;
}

.primapartealtaMaya a{
   color: white;
}


.bannerMaya {
 /* margin-top: 30px;*/
}

/* elementi da nascondere quando si comincia LO SCROLL della pagina */
:root:not(.maya-scrolling) .bnrprodottoMaya{
  display: block;
}

.maya-scrolling .bnrprodottoMaya {
  display: none;
}
/* fine elementi da nascondere x scroll pagina */


.mainMaya {
  margin-top: 400px; /* Altezza dell'area banner */
}





.hero__text h3 {
  font-size: 46px;
  color: #000;
  line-height: 40px;
  font-weight: 700;
  margin: 10px 0;
  text-transform: uppercase;
}






/* -- MENU a tendina Dominga x maya  -----------------------------*/
.maya-site-nav {
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	transition: top 0.2s ease-in-out;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4ecfd2;
	width: 100%;
	padding-top: 5px;
	transition: background-color 0.5s ease-in-out;
	
	
}


.maya-menu-toggle {
  display: none;
  position: absolute;
  top: 20px;
  right: 40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}

.maya-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.maya-menu-toggle span::before,
.maya-menu-toggle span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: transform 0.3s ease-in-out;
}

.maya-menu-toggle span::before {
  top: -8px;
}

.maya-menu-toggle span::after {
  bottom: -8px;
}

.maya-menu-toggle.active span {
  transform: rotate(45deg);
}

.maya-menu-toggle.active span::before {
  transform: rotate(90deg);
  top: 0;
}

.maya-menu-toggle.active span::after {
  transform: rotate(90deg);
  bottom: 0;
}

.maya-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.maya-menu > li {
  position: relative;
}
/*per barra trasparente DOMINGA per maya*/
.navbar.transparent .maya-menu > li > a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar.transparent .maya-menu > li:hover > a {
  color: #000000;
}
/*per barra bianca DOMINGA per maya*/
.navbar.white .maya-menu > li > a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  text-shadow:none;
}

.navbar.white .maya-menu > li:hover > a {
  color: #ea5461;
}

.maya-sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.maya-sub-menu > li > a {
	color: #ea5461;
	text-decoration: none;
	display: block;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-shadow:none;
}

.maya-sub-menu > li > a:hover {
  background-color: #000;
  color: #fff;
}

.maya-menu > li:hover > .maya-sub-menu {
  display: block;
}







/* -- BOX PRODOTTI index Dominga x maya  -----------------------------*/
.productMaya {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0px;
	background-color: #fff;
	/*  border: 1px solid #000000;
  border-radius: 5px;*/
	color: #000000;
	/*height: 360px;*/
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.productMaya:hover {
	background-color: #FCF7F6;
}

.imageWrapper {
  max-width: 300px;
  /*height: 200px;*/ /* set the desired height */
  overflow: hidden;
  margin-bottom: 10px;
  margin-top:0px;
}

.imageWrapper img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}



.productMaya img {
  width: 100%;
  max-width: 200px;
  object-fit: cover; /* scale image to fill the container */
  object-position: center; /* center the image in the container */
  margin-bottom: 10px;
  overflow:hidden;
}


.productMaya h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	color: #002e33;
	font-weight: 300;
	line-height: 15px;
	text-transform:none;
}

.productMaya p {
	font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  color: #81e0e1;
}







.featured__item h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	color: #002e33;
	font-weight: 300;
	line-height: 15px;
	text-transform:none;
}

.featured__item p {
	font-family: 'Poppins', sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  color: #81e0e1;
}

.featured__item .originale {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}

.featured__item .sconto {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	text-decoration: line-through;
	margin-left: 5px;
	color: #e13b4e;
	font-weight: 400;
}



.product__discount__item h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	color: #002e33;
	font-weight: 300;
	line-height: 15px;
	text-transform:none;
}

.product__discount__item p {
	font-family: 'Poppins', sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  color: #81e0e1;
}

.product__discount__item .originale {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}

.product__discount__item .sconto {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	text-decoration: line-through;
	margin-left: 5px;
	color: #e13b4e;
	font-weight: 400;
}






.product__item h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	color: #002e33;
	font-weight: 300;
	line-height: 15px;
	text-transform: uppercase;
}

.product__item h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	margin-top: 10px;
	color: #000;
	font-weight: 500;
	line-height: 15px;
	text-transform: uppercase;
	
}

.product__item p {
	font-family: 'Poppins', sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  color: #81e0e1;
}

.product__item .originale {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}

.product__item .sconto {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	text-decoration: line-through;
	margin-left: 5px;
	color: #e13b4e;
	font-weight: 400;
}





.productMaya .originale {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}

.productMaya .sconto {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	text-decoration: line-through;
	margin-left: 5px;
	color: #e13b4e;
	font-weight: 400;
}


/* -- BANNERBOX in index che va in HOVER Dominga x maya  -----------------------------*/
.bannerbox {
  position: relative;
  width: 100%;
  /*height: 300px;*/
  overflow: hidden;
  margin-top:10px;
}

.bannerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.bannerbox:hover .overlay {
  opacity: 1;
}

.bannerbox-text {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
}
.bannerbox-text .colours{
  font-family: 'Poppins', sans-serif;

  font-size:25px;
  line-height:23px;
}
.bannerbox-text p{
	color: #fff;
	line-height: normal;
	text-decoration: none;
}
.mayaYellow a{
	color: #BEBEBE;
}
.mayaTiffany a{
	color: #66e7ce;
}
.mayaPink a{
	color: #f474c2;
}
.mayaBlue a{
	color: #1cafc5;
}


/* -- FOOTER  Dominga x maya  -----------------------------*/
.footerfloatmaya {
	float:left;
	margin-right: 20px;
    margin-bottom: 20px;
}
.footer {
  background-color: #eaf5f5;
  padding-top: 10px;
  font-family: 'Poppins', sans-serif;
}

.footer__about ul li {
  font-size: 14px;
  color: #1c1c1c;
  line-height: 25px;
  list-style: none;
}

.footer__widget2 h6 {
	font-size: 16px;
  font-family: 'Poppins', sans-serif;
  /*text-transform: uppercase;*/
  font-weight:500;
}
.footer h4 {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  <!--text-transform: uppercase;-->
  font-weight:500;
}


.infoboxcontents a {
  font-size: 14px;
}

.footer__widget2 input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0;
}

.footer__widget2 {
	line-height:auto;
}

.footer__widget2 ul, ol {
  font-size: 14px;
}


.footer p {
  font-size: 13px;
  line-height:13px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 400;
}
.piccolissimo, .piccolissimo a {
	font-size: 10px;
	line-height: 9px;
	font-family: 'Poppins', sans-serif;
	color: #7F7F7F;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.sidebar2 {
	display:none;
  top: 120px;

}
/* -- classeTITOLAZIONIcambiate  Dominga x maya  -----------------------------*/
.section-title h6 {
	color: #1c1c1c;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	/*text-transform: uppercase;*/
	margin-left: 0px;
	/*margin-top: 60px;*/
	margin-bottom: 0px;
}
.section-title h6::after {
	display:none;
}

.sidebar__item h4 {
  color: #000000;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
	font-size: 18px;
}
.linkcategorieANT {
	color: #02727e;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
}
.linkcategorieANT a:hover {
	color: #ea5461;
}
.product__discount__title {
  text-align: left;
  margin-bottom: 25px;
}


.related-product {
  background-color: #F7F7F7;
}
.related__product__title {
  margin-bottom: 20px;
  margin-top:20px;
}

@media only screen and (min-width: 1200px) and (max-width: 4200px) {
.product-details {
 padding-top: 0px;
}
.product {
	margin-left:50px;
	margin-right:50px;
}
}
.product__details__tab {
  padding-top: 5px;
}
 @media only screen and (min-width: 200px) and (max-width: 767px){
.breadcrumb-section {
  padding-left: 0px;
  padding-top: 90px;
  font-size:11px;
  line-height:12px;
}
.bnrprodottoMaya {
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.interoCarrello{
	margin-left:0px;
	margin-right:0px;
}

}
@media only screen and (min-width: 768px) and (max-width: 4767px){
.breadcrumb-section {
  padding-left: 40px;
}
.bnrprodottoMaya {
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: -250px;
}

}

.countdown {
  color: #fba125;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight:400;
}

.product__details__text h3 {
  font-family: 'Poppins', sans-serif;
	font-size: 15px;
  margin-bottom: 15px;
  color: #002e33;
  font-weight: 500;
  line-height: 16px;
  text-transform: none;
}

.product__details__text .barrato {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  text-decoration: line-through;
  margin-right: 10px;
  color: #e13b4e;
  font-weight: 400;
}
.product__details__text .product__details__price {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.varianticolorate h5 {
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 20px;
}

.nuovaschedaprodotto .nice-select {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  float: none;
}

.pro-qty {
  width: 100%;
}
.nuovaschedaprodotto{
	border: 1px solid #008696;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.nuovaschedaprodotto .alert-info {
	color: #ea5461;
	background-color: #d3fdfd;
	border-color: #abf0ee;
	margin-top: 0px;
	/*margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;*/
}

.triangolopercentuale {
  width: 50px;
  height: 50px;
  border-right: 90px solid #cd2222;
  border-bottom: 70px solid transparent;
  display: block;
  float: right;
  margin: 0px;
}

.btnaggiuntivi {
  margin-top: 0px;
  /*padding-left: 0px;
  padding-right: 10px;*/
}
.product__details__text .primary-btn {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-right: 6px;
  margin-bottom: 5px;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 4765px) {
.section-title {
  margin-bottom: 20px;
  text-align: left;
}
}
@media only screen and (min-width: 120px) and (max-width: 765px) {
.section-title {
  /*margin-top: 40px;*/
  text-align: left;
}
.section-titleWl {
  margin-top: 90px;
  text-align: left;
}
}
.shoping-cart .section-title h6 {
  margin-top: 20px;
}

 @media only screen and (min-width: 200px) and (max-width: 767px){
.shoping-cart {
  padding-top: 85px;
  margin-left: 0px;
  margin-right: 5px;
}
.summary-box {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
}

 @media only screen and (min-width: 768px) and (max-width: 4767px){
.shoping-cart {
  padding-top: 130px;
/*  margin-left: 20px;
  margin-right: 20px;*/
}

.summary-box {
  padding: 20px;
  margin: 0 auto;
}

}


.button-box {
  /*display: flex;*/
  flex-direction: column;
  align-items: center;
}

.payment-box h6{
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	/*text-transform: uppercase;*/
}
.c-cart-summary__group h4{
	
	font-weight: bold;
}

.side-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin: 5px;
  transition: background-color 0.2s ease-in-out;
}

.button:hover {
  background-color: #0069d9;
}
.alternative-payment {
	font-family: 'Poppins', sans-serif;
  font-size: 14px;
	color: #000000;
	font-weight: 200;
	margin-left: 5px;
}
.shoppingcartBORDO {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
	padding-top: 0.928571em;
	padding-right: 1.42857em;
	padding-bottom: 1.42857em;
	padding-left: 10px;
}
.checkout__input input {
	width: 100%;
	height: 38px;
	border: 1px solid #BBBBBB;
	padding-left: 10px;
	font-size: 14px;
	color: #000;
	border-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.checkout__input select {
	width: 100%;
	height: 38px;
	border: 1px solid #BBBBBB;
	padding-left: 10px;
	font-size: 14px;
	color: #000;
	border-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.bgcarrelloDEX{
	background-color: #f5f2ea;
	}
	
	


.summary-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.summary-box li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.summary-box li span:first-child {
  font-weight: bold;
}

.summary-box li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.summary-box input[type="checkbox"], input[type="radio"] {
  margin-top: 0px;
  padding: 0;
}

.summary-box .o-form__input {
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	border: 1px solid #D5D5D5;
	}
	
	
	.scroll-box {
    max-height: 450px;
    overflow-y: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272727;/*  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 20px auto;*/
	background-color: #EEEEEE;
}

.scroll-content {
  padding: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-content p {
  margin-bottom: 10px;
}

  .loaderCheck {
    font-size: 96px; /* 4 volte più grande rispetto al valore predefinito */
    color: #FF0000; /* Colore personalizzato, esempio: rosso */
  }

.scroll-box .immagineprdcarrello {
  width: 20%;
  margin-right: 5px;
  float: left;
}

.scroll-box .prdcarrello {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
}



.formregistrazioneMaya .nice-select, .nice-select .list {
  width: 100%;
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-bottom: 10px;

}

.formregistrazioneMaya  .o-form__input {
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom:10px;
  padding-right: 5px;
  padding-bottom: 10px;
  border: 1px solid #D5D5D5;
  width:100%;
}

.gm-style .place-card-large {
	display:none;
}

.contact-form form input {

  margin-bottom: 0px;
}


.filter-container {
	width: 100%;
	/*border: 1px solid #ccc;
	border-radius: 5px;*/
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.filter-accordion {
  border-top: 1px solid #ccc;
}

.filter-header {
	/*background-color: #f1f1f1;*/
	padding: 5px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.filter-header h3{
  color: #000000;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.filter-icon {
  font-size: 22px;
  font-weight: bold;
}

.filter-body {
  padding: 10px;
  display: none;
}

.filter-accordion.active .filter-body {
  display: block;
}

.filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-container ul {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
.filter-list li {
  margin: 5px 0;
}
.filter-list .sottocategorie {
  margin-left:10px;
}
.filter-list a {
  text-decoration: none;
  color: #333;
}

.filter-list a:hover {
  text-decoration: underline;
}


.filter-body .primary-btn {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	border: 0;
	vertical-align: middle;
}



.product-containerMaya {
  display: flex;
  flex-wrap: wrap;
}

.productSwitchmaya {
  width: calc(25% - 20px);
}

/*.productSwitchmaya img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}*/

@media (max-width: 768px) {
  .productSwitchmaya {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .productSwitchmaya {
    width: calc(50% - 20px);
  }
}

.grid-switcher {
  /*display: flex;
  flex-direction: column;*/
}

.grid-switcher-button {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 5px 10px;
  cursor: pointer;
}

.grid-switcher-button.active {
  background-color: #333;
  color: #fff;
}





.AcMaya {
  list-style-type: none;
  margin-left: 30px;
  padding: 0;
  width: 100%;
}

.AcMaya li {
  position: relative;
}

.AcMaya a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.AcMaya a:hover {
  background-color: #ddd;
}

.AcMaya i {
  position: absolute;
  left: 8px;
  top: 4px;
  font-size: 1.2em;
}



#prodotti {
      display: flex;
      overflow-x: scroll;
      width: 100%;
      height: 160px;
      margin-bottom: 20px;
    }
    .AcProd {
      flex: 0 0 auto;
      width: 160px;
      height: 160px;
      margin-right: 10px;
    }
    .AcProd:last-child {
      margin-right: 0;
    }
    .AcProd img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	.AcProdBOX {
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;		
    }
	
	
 .titWmaya {
  height: 60px;
}





 @media only screen and (min-width: 200px) and (max-width: 767px){
.navbar.white .humberger__open {
  font-size: 30px;
  color: #000;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
}
.navbar.transparent .humberger__open {
color: #000;
}

}





.navbar.white .headerMayaSm {
	height: 50px;
	display: flex;
	align-items: center;
	color: #000;
}
.navbar.transparent .headerMayaSm {
    height: 50px;
    display: flex;
    align-items: center;
}

.hamburgerMayaSm {
    cursor: pointer;
    margin-left: 5px;
	margin-top:5px;
}

.navbar.white .hamburgerMayaSm span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000;
    margin-bottom: 5px;
}


.navbar.transparent .hamburgerMayaSm span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000;
    margin-bottom: 5px;
}

.menu-containerMayaSm {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: left 0.3s ease;
	z-index: 10;
	overflow-y: auto;
}

.menu-containerMayaSm.active {
    left: 0;
}

.menuMayaSm,
.submenuMayaSm {
    list-style: none;
}

.menuMayaSm > li > a{
	
	display: block;
	color: #ea5461;
	text-decoration: none;
	font-size: 20px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.submenuMayaSm > li > a {
	
	display: block;
	color: #ea5461;
	text-decoration: none;
	font-size: 18px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.submenuMayaSm {
    display: none;
}

.has-submenuMayaSm > a:after {
    content: '>';
    float: right;
    margin-right: 10px;
}
.closeMayaSm {

	display: block;
	color: #000;
	text-align: right;
	font-size: 15px;
	cursor: pointer;
	border-top: 1px solid #666;
	margin-top: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.closeMayaSm a{
	color:#000;
}
.scroll-boxMayaSm {
  height: 650px;
  overflow: auto;
}
.scroll-contentMayaSm {
  padding: 0px;
}

.modal-open .modal {
  z-index: 9999;
}


.alert {
  text-shadow: none;
  width: 100%;
  }
  
 .alert a {
  color: black;
}

.feedbackMaya {
	margin-bottom: 35px;
	
}






<!-- box spedizioni prodotto -->
#divScorrevole{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D2D2D2;
	display: none;
	float: right;
	margin-left: 0px;
	margin-top: 5px;
	padding: 0;
	position: absolute;
	text-align: left;
	width: 740px;
	z-index: 1000;
}
<!-- box spedizioni prodotto -->

<!-- gestione sticky -->
@media only screen and (min-width: 120px) and (max-width: 765px) {
.cyan {
	padding-left:0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 4500px) {
.galleriaSinistra {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 50px;
}
}

.estimatorDestra {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 250px;
}
<!-- gestione sticky -->



<!-- fancybox 3 galleria -->
    .slick-slider .slick-prev, .slick-slider .slick-next {
      z-index: 100;
      font-size: 2.5em;
      /*height: 40px;*/
      width: 40px;
      margin-top: -20px;
      color: #B7B7B7;
      position: absolute;
      top: 50%;
      text-align: center;
      color: #000;
      opacity: .3;
      transition: opacity .25s;
      cursor: pointer;
      background: #FFFFFF;
    }
    .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
      opacity: .65;
    }
    .slick-slider .slick-prev {
      left: 0;
    }
    .slick-slider .slick-next {
      right: 0;
    }
    #detail .product-images {
      width: 67%;
      margin: 0 auto;
      /*border:1px solid #eee;*/
    }
    #detail .product-images li, #detail .product-images figure, #detail .product-images a, #detail .product-images img {
      display: block;
      outline: none;
      border: none;
    }
    #detail .product-images .main-img-slider figure {
      margin: 0 auto;
      padding: 0 2em;
    }
    #detail .product-images .main-img-slider figure a {
      cursor: pointer;
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
      cursor: zoom-in;
    }
    #detail .product-images .main-img-slider figure a img {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
    }
    #detail .product-images .thumb-nav {
      margin: 0 auto;
      padding:20px 10px;
      max-width: 600px;
    }
    #detail .product-images .thumb-nav.slick-slider .slick-prev, #detail .product-images .thumb-nav.slick-slider .slick-next {
      font-size: 1.2em;
      height: 20px;
      width: 26px;
      margin-top: -10px;
    }
    #detail .product-images .thumb-nav.slick-slider .slick-prev {
      margin-left: -30px;
    }
    #detail .product-images .thumb-nav.slick-slider .slick-next {
      margin-right: -30px;
    }
    #detail .product-images .thumb-nav li {
      display: block;
      margin: 0 auto;
      cursor: pointer;
    }
    #detail .product-images .thumb-nav li img {
      display: block;
      width: 100%;
      max-width: 75px;
      margin: 0 auto;
      border: 2px solid transparent;
      -webkit-transition: border-color .25s;
      -ms-transition: border-color .25s;
      -moz-transition: border-color .25s;
      transition: border-color .25s;
    }
    #detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
      border-color: #999;
    }
    #detail .product-images .thumb-nav li.slick-current img {
      border-color: #d12f81;
    }
      
    .main_img { width: 100%; margin: 0 auto}

<!-- fancybox 3 galleria -->



#defaultCountdown { width: 240px; height: 45px; }



<!-- Banner homepage -->

#sync1 .item {
  /*background: #0c83e7;
  padding: 80px 0px;*/
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}



.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

<!-- Banner homepage -->


@media (min-width: 576px){
  .modal-dialog {
    max-width: 400px;
     }
    .modal-content {
      padding: 1rem;
   
  }
}

.modal-header.close {
    margin-top: -1.5rem;
  }


.form-title {
  margin: -1rem 0rem 1rem;
}

.btn-round {
  border-radius: 3rem;
}

.delimiter {
  padding: 1rem;  
}

.social-buttons .btn {
    margin: 0 0.5rem 1rem;
  }


.signup-section {
  padding: 0.3rem 0rem;
}







<!-- Gestione Fade Immagini -->
#containerImage {
  position: relative;
  margin: 0 auto;
  width: fit-content;
}

#containerImage img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#containerImage img.top:hover {
  opacity: 0;
}
.erroreCarrello {
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 15px #BBBBBB;
    color: #444;
    background-color: #ffd37b;
    padding: 5px 10px;
    width:100%;
    text-align: center;
}



    /* Stili personalizzati per il sliderMayaTesto */
    .sliderMayaTesto {
      width: 100%;
      margin: 0 auto;
    }
    .message {
      font-size: 1em;
      text-align: center;
    }
    /* Stili per le frecce */
    .slick-prev, .slick-next {
      font-size: 3em;
      color: #000;
    }
    
    
    .slick-prev::before {
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 3;
    opacity: 0.75;
	}

    .slick-next::before {
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 3;
    opacity: 0.75;
	}
	
.hero {
    padding-bottom: 0px;
	padding-top: 0px;
}


  

     

<!-- INIZIO Nav laterale sinistro per Wishlist -->      
.sidebar2 {
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  z-index: 1020;
  padding: 20px 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 80px;

}

.sidebar2 .nav-item {
  width: 100%;
}

@media (min-width: 250px) {
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
	}
}


@media (min-width: 992px) {.navbar .dropdown-menu.set_width {width: 950px;}}
@media (min-width: 768px) and (max-width: 991px) {.navbar .dropdown-menu.set_width {width: 750px;}}
@media (min-width: 576px) and (max-width: 767px) {.navbar .dropdown-menu.set_width {width: 550px;}}
@media (max-width: 575px) {.navbar .dropdown-menu.set_width {width: 500px;}}



.modal-dialog {
  position: relative;
  width: auto;
  max-width: 600px;
  margin: 10px;
}
.modal-sm {
  max-width: 300px;
}
.modal-lg {
  max-width: 900px;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
  }
}
@media (min-width: 320px) {
  .modal-sm {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 620px) {
  .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
  .modal-lg {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 920px) {
  .modal-lg {
    margin-right: auto;
    margin-left: auto;
  }
}


.cyan {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
 
.red {
  display: inline-block;
}


  .sticky-bottom-bar {
	height: 70px;
	position: fixed;
	bottom: -60px;
	width: 100%;
	background-color: #FCF7F6;
	transition: bottom 0.5s ease-in-out;
	z-index: 999999;
  }

  .sticky-bottom-bar.show {
    bottom: 0;
  }

  .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  background: none;
  border: 0px;
  padding-right:15px;
}



/* era nel file cookie.php */
    :root {
        --purple: #3B3646;
        --red: #EE4B5A;
    }
    /* Cookie Dialog */
    #gdpr-cookie-message {
        position: fixed;
        right: 50%;
        bottom: 30px;
        /*max-width: 375px;*/
        background-color: var(--purple);
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 6px 6px rgba(0,0,0,0.25);
        margin-left: 30px;
        font-family: system-ui;
        z-index: 9999;
    }
    #gdpr-cookie-message h4 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    #gdpr-cookie-message h5 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: white;
        font-size: 11px;
        line-height: 12px;
		margin: 0px;
    }
    #gdpr-cookie-message p:last-child {
        margin-bottom: 0;
        text-align: right;
    }
    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }
    #gdpr-cookie-message a {
        color: var(--red);
        text-decoration: none;
        font-size: 12px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message a:hover {
        color: white;
        border-bottom-color: var(--red);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button {
        border: none;
        background: var(--red);
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 10px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
		margin-bottom: 5px;
    }
    #gdpr-cookie-message button:hover {
        background: white;
        color: var(--red);
        transition: all 0.3s ease-in;
    }
    button#gdpr-cookie-advanced {
        background: white;
        color: var(--red);
    }
    #gdpr-cookie-message button:disabled {
        opacity: 0.3;
    }
    #gdpr-cookie-message input[type="checkbox"] {
        float: none;
        margin-top: 0;
        margin-right: 5px;
    }
    #gdpr-cookie-message2 {
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 9px;
    }
	
	
	
.multi-column .dropdown-item {
  display: block;
  margin-bottom: 0px;
}

.multi-column.columns-4 .dropdown-item {
  width: 100%;
  float: none;
}

.multi-column .row .col {
  width: 22%;
}

.multi-column .row .col img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  margin-top:5px;
}

.multi-column .row .col a {
  font-size: 14px;
  line-height: 1.5;
}


.dropdown-menu.multi-column {
  margin-top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 100vw;
}



.dropdown-item:hover {
  background-color: #7facc0 !important;
  color: #fff !important;
  text-shadow:none;
}


.dropdown-menu {
  padding: 0.5rem;
  margin-top: 0;
  /*min-width: 20rem;*/
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: none;
  text-shadow:none;
}



.dropdown.show .dropdown-menu:before {
  display: block;
}



.dropdown-menu.multi-column.columns-4 {
  width: 100%;
}

.dropdown-menu.multi-column.columns-4 {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  border-radius: 0;
}
.dropdown-menu.multi-column.columns-4 .row {
  margin-right: 0;
  margin-left: 0;
}
.dropdown-menu.multi-column.columns-4 .col {
  float: none;
}


.sottoCategoria {
  font-size: 16px;
  color: #07084a;
  height: auto;
  max-width: 100%;
  font-weight: 400;
  margin-top: 15px;
  display: block;
  float: left;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  padding:5px;
}

/* rainton fine classe */

    .sottoCategoria,
    .sottoCategoria a {
        font-size: 16px;
        color: #e13b4e;
	font-style: oblique;
        height: auto;
        max-width: 100%;
        font-weight: 700;
        margin-top: 10px;
        display: block;
        float: left;
        position: relative;
        text-transform: uppercase;
        width: 100%;
        z-index: 1;
        padding: 2px;
    }

    .sottoCategoria a:hover {
        color: #fff; /* Colore del testo durante l'hover */
        background-color: #ea5461; /* Colore di sfondo durante l'hover */
		
    }

#confetti {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

.confetti-piece {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  animation: fall linear infinite;
}

@keyframes fall {
  to {
    transform: translateY(100vh) translateX(0vw) rotate(360deg) scale(1.0);
  }
}

@media only screen and (max-width: 600px) {
  input#keywordsSmart {
    height: 50px; /* Aumenta l'altezza dell'input */
    border-radius: 25px; /* Aggiunge angoli arrotondati */
    padding: 10px 20px; /* Aggiunge dello spazio intorno al testo all'interno dell'input */
  }
}




.heart {
    position: fixed;
    width: 30px;
    height: 30px;
    background: url('heart.png') no-repeat center;  // Path to your heart image
    background-size: cover;
    z-index: 9999;
}



.google-btn {
  background-color: #dd4b39; /* Colore di Google */
  color: white;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 4px;
  margin-right: 10px;
}

.facebook-btn {
  background-color: #3b5998; /* Colore di Facebook */
  color: white;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 4px;
}

.btn-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.google-icon {
  background-image: url('https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg'); /* Icona di Google */
}

.facebook-icon {
  background-image: url('https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/facebook.svg'); /* Icona di Facebook */
}


.modal-body {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.form-title {
    margin-bottom: 20px;
}

.form-login .form-control {
    border-radius: 20px;
}

.input-group-text {
    background-color: transparent;
    border-radius: 20px;
}

.social-login .delimiter {
    margin: 20px 0;
    color: #888;
}

.social-buttons .btn {
    margin: 10px 0;
}



.loginModal {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);  /* aggiunge un'ombra al box */
}

#product-image {
    width: 500px;
    height: 500px;
}

#main-image {
    width: 100%;
    height: 100%;
}

#color-variants {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.variant-image {
    width: 100px;
    height: 100px;
    cursor: pointer;
}


.rowMayaScroll {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* rainton fine classe */

.menu__linkMAYA{
	align-items: center;
	display: inline-flex;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	
}

.footer_menuMAYA {
  font-size:16px;
  display: inline-flex;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  background: 0 0;
  height: 40px;
  border-top: 1px solid #dadae4;
  margin-top:5px;
  align-items: center;
  background: #f2f2f6;
}
.footer_menuMAYA a{

	color:#d3d3d3;
}

.footer_menuMAYA a:hover{
	color:#ea5461;
}




.popup-container {
      display: none;
      justify-content: center;
      align-items: flex-start;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9999;
      animation: popup-animation 0.5s ease-in-out;
    }

    @keyframes popup-animation {
      0% {
        opacity: 0;
        transform: translateY(-100%);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .popup-content {
      width: 90%;
      max-width: 590px;
      height: 310px;
      border-radius: 0;
      background-color: rgb(250, 250, 250);
      background-image: url("http://silampmaya.oscommerce.center/images/imgPOP.jpg");
      background-position-x: 0%;
      background-repeat: no-repeat;
      position: relative;
      margin-top: 30px;
    }

    .popup-heading {
      text-align: center;
      color: #fff;
	  font: 48px "Poppins", sans-serif;
      letter-spacing: 0;
      margin-top: 15px;
    }

    .popup-text {
      text-align: center;
      color: #fff;
	  font: 18px "Poppins", sans-serif;
      letter-spacing: 0;
      margin-top: 20px;
    }

    .popup-form {
      text-align: center;
      margin-top: 30px;
    }

    .popup-form input[type="email"] {
      width: 100%;
      max-width: 300px;
      height: 40px;
      padding: 5px;
      font: 16px "Poppins", sans-serif;
      font-weight: 500;
      border: none;
      border-radius: 0;
      margin-bottom: 10px;
    }

    .popup-submit-btn {
      width: 100%;
      max-width: 300px;
      height: 40px;
      color: #fff;
      font: 20px "Poppins", sans-serif;
      font-weight: 400;
      text-align: center;
      letter-spacing: 0;
      background-color: rgb(0, 162, 227);
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    .popup-disclaimer {
      text-align: center;
      color: #fff;
      font: 14px "Poppins", sans-serif;
      font-weight: 400;
      letter-spacing: 0;
      margin-top: 20px;
    }

    .popup-close {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #fff;
      font-size: 24px;
      cursor: pointer;
    }
	
	
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@media only screen and (min-width: 120px) and (max-width: 760px) {
#scrollUpButton {
  position: fixed;
  bottom: 80px;
  right: 10px;
  display: none;
  cursor: pointer;
  z-index: 100;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
}

@media only screen and (min-width: 768px) and (max-width: 4500px) {
#scrollUpButton {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
  cursor: pointer;
  z-index: 100;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
}

#scrollUpButton.show {
  display: block;
  animation-name: slideInRight;
}

#scrollUpButton.hide {
  animation-name: slideOutRight;
}



@media (max-width: 768px) {
  #scrollUpButton {
    display: none;
  }
}

@media only screen and (min-width: 120px) and (max-width: 760px) {
	#scrollUpButton .circle {
  width: 40px;
  height: 40px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

#scrollUpButton .bi-arrow-up-short {
  font-size: 25px;
  color: white;
  margin-left: -5px;
}

#scrollUpButton .text {
	font-family: 'Poppins', sans-serif;
  display: block;
  color: white;
  font-size: 15px;
  margin-top: 5px;
  margin-left: -5px;
}


.float{
	position:fixed;
	width:40px;
	height:40px;
	bottom:130px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
   font-size:25px;
	box-shadow: 2px 2px 3px #999;
   z-index:100;
}
.my-float{
	margin-top:6px;
}
}
@media only screen and (min-width: 768px) and (max-width: 4760px) {
	
	#scrollUpButton .circle {
  width: 60px;
  height: 60px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

#scrollUpButton .bi-arrow-up-short {
  font-size: 30px;
  color: white;
  margin-left: -5px;
}

#scrollUpButton .text {
	font-family: 'Poppins', sans-serif;
  display: block;
  color: white;
  font-size: 20px;
  margin-top: 5px;
  margin-left: -5px;
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:150px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
   font-size:30px;
	box-shadow: 2px 2px 3px #999;
   z-index:100;
}
.my-float{
	margin-top:16px;
}
}





  .checkout__input input[type="text"],
  .checkout__input input[type="password"] {
    width: 100%;
    padding: 19px;
    border-radius: 8px;
    border: 2px solid #ddd;
    transition: border-color 0.3s;
  }

  .checkout__input input[type="text"]:focus,
  .checkout__input input[type="password"]:focus {
    outline: none;
    border-color: #000;
  }

  .red {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
.wrapperFeedback {
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  grid-gap: 5px;
  background-color: #fff;
  color: #fff;
}

.boxFeedback {
	background-color: #fff;
	color: #999;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-bottom: 20px;
}
.TestoTitoloFeedback2 {
	font-size: 100%;
	color: #040404;
	margin-bottom: 5px;

}
.TestoTitoloFeedback {
	font-size: 80%;
	color: #040404;
	margin-bottom: 5px;

}
.TestoCommentoFeedback {
	font-size: 13px;
	color: #040404;
	text-decoration: none;
	margin-bottom: 2px;
	line-height: 16px;
}

.TestoUtenteFeedback
{
	font-size: 12px;
	color: #C0C0C0;
	text-decoration: none;
	margin-bottom: 2px;
	line-height: 13px;
	font-weight: bold;
}

.product__details__text h1{
	font-size: 20px;
	text-transform:none;
}

.linkcheckMaya a{
	font-size: 18px;
	text-transform:none;
	font-family: 'Poppins', sans-serif;
	
}

.footer__copyrightChec {
	float:right;
  margin-top: 0px;
}
.fontbi {
	font-size:50px;
}
.fontbiSmart {
	font-size:35px;
}
input[type="checkbox"], input[type="radio"] {
 
  height: 20px;
  width: 20px;
 
}
.pagamenticheMaya li{
	list-style: none;
	
}
.pagamenticheMaya .primary-btn{
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;	
}
@media only screen and (min-width: 761px) and (max-width: 4760px) {
.progress {
	width:75%;
height: 2rem;
float:left
}

.iconcineprogress{
	font-size:20px;
	font-family: 'Poppins', sans-serif;
	float:right;
}
.free-shipping-text {
	font-size:1.4em;
	font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 2px;
}
}

@media only screen and (min-width: 120px) and (max-width: 760px) {
.progress {
width:80%;
height: 2rem;
float:left
}
.iconcineprogress{
	font-size:18px;
	font-family: 'Poppins', sans-serif;
	float:right;
}
.free-shipping-text {
	font-size:1.2em;
	font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 2px;
}
}
.checkout__input {
  margin-bottom: 5px;
}



@media only screen and (min-width: 761px) and (max-width: 4760px) {
.containerS {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.squareS {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 5px;
  border: 1px solid transparent;
  overflow: hidden;
}

.squareS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.squareS .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
}

.squareS .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  font-size:12px;
}

.squareS:hover {
  border-color: black;
  cursor: pointer;
}

.squareS:hover img {
  opacity: 0.8;
  border: 2px solid;
}

.squareS:active img {
  border-width: 4px;
  opacity: 0.6;
}

.squareS {
  flex-shrink: 0;
}



.c-product-specs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-product-specs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-product-specs__item {
  flex-basis: calc(25% - 10px); /* Regola la larghezza dell'elemento della griglia */
  margin-bottom: 20px;
  text-align: left;
}

.c-product-specs__icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.c-product-specs__text {
  font-size: 14px;
}
}


@media only screen and (min-width: 120px) and (max-width: 760px) {
.containerS {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.squareS {
  position: relative;
  width: 55px;
  height: 55px;
  margin-right: 2px;
  border: 1px solid transparent;
  overflow: hidden;
}

.squareS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.squareS .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
}

.squareS .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  font-size:12px;
}

.squareS:hover {
  border-color: black;
  cursor: pointer;
}

.squareS:hover img {
  opacity: 0.8;
  border: 2px solid;
}

.squareS:active img {
  border-width: 4px;
  opacity: 0.6;
}

.squareS {
  flex-shrink: 0;
}



.c-product-specs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-product-specs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-product-specs__item {
  flex-basis: calc(33% - 10px); /* Regola la larghezza dell'elemento della griglia */
  margin-bottom: 20px;
  text-align: left;
}

.c-product-specs__icon {
  font-size: 20px;
  margin-bottom: 5px;
}

.c-product-specs__text {
  font-size: 12px;
}
}
/* // Controllo il ritardo del menu nell'aprire i sottomenu per evitare che si apra quando ci passi sopra velocemente. */
.dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.1s;
}

.show {
    display: block;
    opacity: 1;
}
.bi.bi-trash {
    cursor: pointer;
}
 @media only screen and (max-width: 640px){
#lhc_status_container {
	display:none;
  }
 } 
  .biancoCercanuovo {
	color: #000;
}
  .iconaCercanuovo {
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#keywords {
    transition: background-color 0.3s ease; /* Animazione della sfumatura */
}

#keywords:focus, #keywords:hover {
    /*background-color: lightgray;*/ /* Scegli il colore grigio che preferisci */
}

 .topbannerHOMEledsi {
	 margin-top:210px;
	 padding:25px;
}
 .bnrpiccoliHOMEledsi {
	 margin-bottom:10px;
	 font-size:1px;
	 color:#FFF;
}

.success-btn {
  display: inline-block;
  font-size: 14px;
  padding: 6px 4px 6px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  background: #03acac;
  /*letter-spacing: 1px;*/
}
.btn-success {
  color: #fff;
  background-color: #e13b4e;
  border-color: #e13b4e;
}
.codiceprodinfo {
	color:#e13b4e;
	font-size: 12px;
}
.categories__item {
  height: 240px;
}
.categories__item h5 a {
  background-color: #e6f4f6;
  color: #000;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}