.page-id-11246 .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 0px !important;
}



.listingpage-categories {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: stretch;
}

.listingpage-categories.unshown {
	opacity: 0;
}

.single-category {
	min-height: 100vh;
	padding: 7vh;
	padding-top: 20vh;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: stretch;
	overflow: visible;
}

.myStopW {
	display: block;
	width: 100%;
	height: 0;
	flex: 100%;
	margin: auto;
	flex-grow: 1;
	flex-basis: 100%;
}

.single-category:nth-child(odd) {
	background: #eaecee;
	position: relative;
}

.single-category:nth-child(even) {
	background: #e6e8ea;
	position: relative;
}

.single-category:nth-child(even):before {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e7e8ea;
	z-index: 1;
}

.category-info {
	flex: 0 0 40%;
	height: auto !important;
}

.product-info {
	flex: 0 0 60%;
	margin-left: auto;
}

.product-info {
	display: flex;
	flex-direction: row;
	gap: 20px;
	/* Aggiunge un margine tra le colonne */
	flex-wrap: wrap;
	/* Avvolge gli elementi su piÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ righe */
}



#qodef-content-bottom ul.sub-menu {
	display: none !important;
}


.product-info .product {
	padding: 40px 30px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 500ms;
	border: 1px solid #fff;
	flex-basis: calc(50% - 10px);
	height: 500px;
	background-color: rgb(255 255 255 / 40%);
	margin-bottom: 20px;
}

.product-info .product:hover {
	/* border: 1px solid #cccccc; */
	/* box-shadow: 5px 6px 9px -2px #9d9d9d; */
	transition: all 500ms;
}


.product-info h6 {
	margin: 0 0 5px;
	width: calc(100% - 100px);
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

.product-info h7 {
	font-size: 16px;
	font-weight: 400;
	width: calc(100% - 100px);
	display: block;
}

.product-info .product .image-container img {
	position: absolute;
	bottom: -15%;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
}

.product-info .product-tags {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 60px;
	height: 60px;
}

.product-info .product-tags img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right;
}

.product-tags span.tag {
	width: 60px;
	height: 60px;
	display: block;
}

.product-attribute select {
	border-radius: 200px;
	padding: 5px 15px;
	padding-right: 30px;
	width: auto;
	border: 1px solid white;
	background-color: #FFFFFF66 !important;
	font-size: 13px;
	background: url(data:image/svg+xml;utf8,<svg width="8" height="5" viewBox="0 0 8 5" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M0.94 0L4 3.09042L7.06 0L8 0.951417L4 5L0 0.951417L0.94 0Z" fill="black"/></svg>);
	background-repeat: no-repeat;
	background-position-x: 90%;
	background-position-y: 50%;
	margin: 0 !important;
	font-weight: 600;
}

.product-attribute select:after {
	content: '';
	position: absolute;
}



/* Definizione dell'animazione */
@keyframes fbAnimation {
	0% {
		background-color: #f2f2f2;
	}

	50% {
		background-color: #e0e0e0;
	}

	100% {
		background-color: #f2f2f2;
	}
}

/* Stile per gli elementi con classe skeletonMode */

.skeletonMode {
	position: relative;
	/* width: auto; */
}


.skeletonMode:before {
	content: '';
	position: absolute;
	background-color: #f2f2f2;
	/* Colore di sfondo grigio chiaro */
	border-radius: 4px;
	/* Bordi arrotondati */
	height: 100%;
	/* Altezza predefinita */
	width: 100%;
	/* Larghezza massima */
	/* Margine inferiore */
	animation: fbAnimation 1.5s infinite ease-in-out;
	/* Animazione con loop infinito */
	z-index: 22;
}




.image-container {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%);
	width: 90%;
	/* background: red; */
	height: 70%;
}

im.skeletonMode {
	width: 100%;
	height: 100%;
	position: absolute;
}

.product-attribute label {
	display: inline-block;
}

.product-attribute {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 20px;
}

h3.qodef-m-title.skeletonMode {
	display: inline-block;
}

h5.qodef-m-title.skeletonMode {
	display: inline-block;
}




.een_desc {
	margin: 1em 0;
}

.single-product h3.qodef-m-sub-title {
	font-size: 16px;
	line-height: 20px;
	margin: auto;
	font-weight: 400;
}

.single-product h3.qodef-m-title {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
}

.single-product .elementor-widget-text-editor .een_desc img {
	max-width: 212px;
	margin-bottom: 20px;
	display: block;
}

.een_desc a {
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: #000000;
	border-radius: 30px 30px 30px 30px;
	padding: 12px 30px 12px 30px;
	background-color: #FFFFFF;
}

.een_desc a:after {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
	transition: transform .3s cubic-bezier(.37, .08, .02, .93), opacity .2s ease-in-out;
	transform: translateX(0);
	will-change: transform;
	display: inline-block;
}

.een_desc a:hover:after {
	transform: translateX(4px);
}


.product-brand img {
	width: 90px;
	margin-bottom: 21px;
}



img.single-product-image {
	max-width: 550px !important;
	margin: auto;
	display: block;
}






.cover {
	display: inline-block;
	width: 365px;
	height: 365px;
 	border-radius: 8px;
}

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

	.cover {
		display: block;
		width: 365px;
	height: 365px;
		margin: 15px auto;
	}
}

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

	.cover {
		display: block;
		width: 365px;
		height: 365px;
		margin: 15px auto;
	}
}

.atvImg {
	border-radius: 8px;
	transform-style: preserve-3d;
	-webkit-tap-highlight-color: rgba(#000, 0);
}

.atvImg img {
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(14, 21, 47, 0.25);
}

.atvImg-container {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	transition: all 0.2s ease-out;
}

.atvImg-container.over .atvImg-shadow {
	box-shadow: 0px 7px 26px 20px rgb(119 119 119 / 40%), 0 16px 30px rgb(182 182 182 / 40%);
}

.atvImg-layers {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	transform-style: preserve-3d;
}

.atvImg-rendered-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
	background-size: cover;
	transition: all 0.1s ease-out;
	overflow: hidden;
	border-radius: 8px;
}

.atvImg-shadow {
	opacity: 0;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	transition: all 0.2s ease-out;
	box-shadow: 0 8px 30px rgba(14, 21, 47, 0.6);
}

.atvImg-shine {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	/* background: linear-gradient(135deg, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, 0) 60%); */
}