/* updates 2022-09 */

/* header menu */

.full-header, #header .full-header {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#block_top_menu, .cat-title { 
	background: #c09a4a;
}


@media (min-width: 992px){
	.sf-menu {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (min-width: 992px){
	.sf-menu > li > a.sf-with-ul, .sf-menu > li > a {
		padding-top: 18px;
		padding-bottom: 16px;
		line-height: 1.2;
	}
	
	.sf-menu > li > a.sf-with-ul, .sf-menu > li > a,
	.sf-menu > li > a.sf-with-ul:after, 
	.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
		color: #ffffff;
	}
}

.sf-menu li ul {
	top: 100%;
	max-width: 1076px;
}

@media (max-width: 991px){
	.feedatyTopLogo {
		display: none !important;
	}
	.cat-title, .cat-title:after {
		color: #ffffff;
	}
}

@media (max-width: 767px){
	.header_nav {
		top: 100%;
		padding-top: 5px;
	}
}

.full-header.fixed .header-logo-container {
	margin-top: 17px;
	margin-bottom: 17px;
}

.full-header.fixed .feedatyTopLogo img {
	margin-top: 24px;
}

.full-header.fixed #search_block_top,
.full-header.fixed .header_user_info {
	padding-top: 34px;
}

.full-header.fixed .ttheader_cart {
	padding-top: 20px;
}


/* casse miste in homepage / menu */
.home-showcase--cta {
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sf-menu a[href*="/12-"]{
	background: #3d3d3d;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-left: 5px;
	margin-right: 5px;
	color: #ffffff;
}

.sf-menu a[href*="/12-"]:hover {
	color: #ffffff;
}

/* immagine categoria */
.category-main-image-full img {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: auto;
	display: block;
}

body.category-79 #left_column {
	display: none;
}
body.category-79 #center_column {
	width: 100%;
}

/* stickers */
.fmm_title_text_sticker, .fmm_title_text_sticker > span {
	font-weight: bold; 
	font-family: inherit !important;
}

/* product img zoom on hover */
#image-block .fmm_title_text_sticker {
	z-index: 1;
}

.js-zoom-img-hover {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.js-zoom-img-inside {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: transform .5s ease-out;
}

/* altre cose */
.product-page--description iframe {
	max-width: 100%;
}

.product-page--description a {
	max-width: 100%;
	white-space: normal;
}

@media (max-width: 767px){
	#feedatyBlock_home, .page-product-box {
		max-width: 100%;
		overflow: auto;
	}
}

.add-to-cart-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
	background: #ffffff;
	/* padding: 15px; */
	box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
}

.add-to-cart-fixed-button {
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 1;
}


.checkout-as-btn-c {
	display: flex;
	width: 100%;
	margin: 30px auto 0 auto;
}

.checkout-as-btn-c .checkout-as-btn {
	margin: 0;
	padding: 15px;
	border: 1px solid #ddd;
	width: 100%;
}

@media (min-width: 768px){
	.checkout-as-btn-c .checkout-as-btn:first-of-type {
		border-right-width: 0;
	}
}

@media (max-width: 767px){
	.checkout-as-btn-c {
		flex-direction: column;
	}
	.checkout-as-btn-c .checkout-as-btn:first-of-type {
		border-bottom-width: 0;
	}
}

.checkout-as-btn div.radio, .checkout-as-btn div.radio span, .checkout-as-btn div.radio input {
	display: inline-block;
}

.checkout-as-btn div.radio {
	margin-right: 7px;
}

.pv_private_company_fields {
	margin-bottom: 30px;
}

.codice-fiscale-fields input {
	text-transform: none;
}

.codice-fiscale-fields input[name="codice_fiscale"]{
	text-transform: uppercase;
}

.b2b-account.register-form > .page-heading, .b2b-account.register-form > form h3 {
	text-align: center;
}

.b2b-account.register-form > form {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.b2b-account.register-form hr {
	display: none;
}


.b2b-account.register-form .custom-checkbox .checker {
	display: inline-block;
}

.b2b-account.register-form .submit {
	text-align: center;
}

.b2b-account.register-form .submit .btn {
	padding: 10px 30px;
}


.submit-approve-nessage {
	text-align: center;
	max-width: 350px;
	margin: 15px auto 0 auto;
	color: #7f7f7f;
}

.b2b-account-pending-page {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 60px;
	box-shadow: none !important;
}

.b2b-account-pending-page h1 {
	margin-bottom: 30px;
}


.registration-b2b-message {
	display: block;
	border: 1px solid #dddddd;
	margin-top: 30px;
	background: #faf2e1;
	display: flex;
	width: 100%;
	vertical-align: middle;
	align-items: center;
}

.registration-b2b-message img {
	width: 40px;
	height: 40px;
}

.registration-b2b-message > span {
	padding: 10px 15px;
}

.registration-b2b-message > span + span {
	padding-left: 0;
}

.registration-b2b-message, 
.registration-b2b-message:hover,  
.registration-b2b-message:active {
	color: #000000;
	text-decoration: none;
}

.registration-b2b-message:hover,  
.registration-b2b-message:active {
	background: #f6edda;
}

.registration-b2b-message b {
	text-transform: uppercase;
	letter-spacing: 1px;
}


.alert-maggiorenne {
	font-weight: 500;
	background: #faf2e1;
	text-align: left;
}


#quantity-disount-table h2, #quantity-disount-table th, #quantity-disount-table td {
	text-align: center;
}

body #quantity-disount-table h2.page-product-heading {
	background: #c09a4a;
	color: #ffffff;
	font-family: inherit;
	font-size: 14px;
	margin: 0;
	border-width: 0;
	padding: 5px 10px;
}

table.std.table-product-discounts {
	border: none;
}

body table.table-product-discounts tr td, 
body table.table-product-discounts tr th {
	padding: 5px 10px;
	border: none;
	border-bottom: 1px solid #E0E0E0;
}

body table.table-product-discounts tr th {
	background: #FAF2E0;
}




#cms .center_column ul.elementor-product-box, #cms .center_column ul.elementor-product-grid {
	list-style: none !important;
	margin: 0 !important;
	text-align: center !important;
}


.green-number-simple-link, .header-first-bar .green-number-simple-link {
	color: #d4b980 !important;
}

.pb-left-column #views_block #thumbs_list {
  width: 100% !important;
}
/* ---- Feedaty: widget al posto dell'immagine fissa nell'header (2026-09-10) ---- */
/* il widget e' un box 150x100, qui ridotto all'80% -> 120x80 */
.feedatyTopLogo .feedaty_widget {
	float: left;
	/* content-box: col border-box di bootstrap il padding rubava larghezza e tagliava le stelline */
	box-sizing: content-box;
	width: 120px;
	height: 80px;
	margin: 24px 0 0 20px;
	padding-left: 20px;
	border-left: 1px solid #dadad9;
	overflow: hidden;
}
.feedatyTopLogo .feedaty_widget > div {
	transform: scale(.8);
	transform-origin: left top;
}
/* annulla le vecchie regole pensate per l'immagine fissa (garbage.css) */
.feedatyTopLogo img {
	max-height: none !important;
	float: none;
	margin: 0;
	padding-left: 0;
	border-left: 0;
}
.full-header.fixed .feedatyTopLogo img {
	margin-top: 0;
}

/* header in modalita' scroll: la barra passa da 108px a 86px (logo 52px + 17+17),
   quindi il margine da 24px lascierebbe il widget troppo in basso */
.full-header.fixed .feedatyTopLogo .feedaty_widget {
	margin-top: 3px;
}
/* ---- Feedaty: logo piccolo al centro della barra (richiesta cliente 2026-09-10) ----
   prima stava attaccato al logo; qui esce dal flusso dei float (logo a sinistra,
   icone a destra restano dove sono) e si centra sul riferimento gia' esistente
   .full-header (position:relative, largo 100%): il suo centro coincide con quello
   del container. NON aggiungere position:relative a .ttheader, diventerebbe il
   riferimento anche dei menu a tendina (ttuser_link, cart_block) e li sposterebbe.
   La lineetta divisoria non serve piu': a meta' barra non separa nulla. */
.feedatyTopLogo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* non al centro della pagina ma al centro dello spazio fra logo e icone:
	   lo scarto e' (larghezza logo 347px - larghezza icone ~92px) / 2, e non
	   dipende dalla larghezza del container -> vale a ogni misura da 992px in su */
	margin-left: 128px;
}
.feedatyTopLogo .feedaty_widget {
	float: none;
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
