/*
 Theme Name:   BTecno Child Theme
 Description:  BTecno Child Theme
 Author:       BTecno Srl
 Template:     btecno-main
 Text Domain:  btecno
*/

/* 
All style editing is done via scss/_btecno_custom.scss
*/


@font-face {
	font-family: 'ProximaNova';
	src: url('/wp-content/themes/btecno-child-main/fonts/Proxima Nova Thin.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaBold';
	src: url('/wp-content/themes/btecno-child-main/fonts/Proxima Nova Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'FontWash';
	src: url('/wp-content/themes/btecno-child-main/fonts/Wash_Care_Symbols_M54.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Baloo Regular';
	src: url('/wp-content/themes/btecno-child-main/fonts/Baloo-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Source Serif Pro';
	src: url('/wp-content/themes/btecno-child-main/fonts/Source Serif Pro Light Italic_3672.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Argo Flats';
	src: url('/wp-content/themes/btecno-child-main/fonts/Argo Flats.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

:root {
	--grigioCoertini: #858585;
	--bluEurotex: #2e4052;
	--grigioCaldo: #efede9;
	--grigioFreddo: #e1e4e8;
	--gialloCoertini: #cba755;
	--colore-testi: var(--bluEurotex);
	--font-testi: 'ProximaNova';
	--font-corsivo: 'Source Serif Pro';
	--font-grassetto: 'Baloo Regular';
	--bs-body-color: var(--colore-testi);
	--bs-font-sans-serif: var(--font-testi);
	--primaryLight: #d8edef;
	--padding-sezione: 50px 0;
	--padding-left: 75px;
	--padding-right: 75px;
}

body, .modal-body, .btecno-footer, .btecno-info {
	background-color: rgb(239 237 233 / 50%);
}

.site-content {
	font-family: var(--font-testi);
}

.offcanvas, ul.dropdown-menu.depth_0.show, ul.dropdown-menu.show .dropdown-menu {
	background-color: rgb(247 246 244);
}

.offcanvas {
	border-left: none !important;
}

/* p {
	margin: 0;
} */

b, strong {
	font-family: 'ProximaNovaBold';
}

.fontCorsivo {
	/* font-family: var(--font-corsivo); */
	font-style: italic;
}

.fontGrassetto {
	/* font-family: var(--font-grassetto); */
	font-family: 'ProximaNovaBold';
}

.pointer {
	cursor: pointer;
}

.fontWash {
	font-family: 'FontWash';
	font-size: 40px;
}

.container-fluid {
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
}

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

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

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

.bgCoertini {
	background-color: var(--grigioCoertini);
}

.bgBluEurotex {
	background-color: var(--bluEurotex);
}

.bgGrigioCaldo {
	background-color: var(--grigioCaldo);
}

.bgGiallo {
	background-color: var(--gialloCoertini);
}

.bgGiallo p {
	margin: 0;
}

.bordoGiallo {
	border: 1px solid var(--gialloCoertini);
}

.paddingSezione {
	padding: var(--padding-sezione);
}

.sezionePagina {
	margin: 50px 0;
}

a {
	color: var(--colore-testi);
	text-decoration: none;
}

a:hover {
	color: var(--colore-testi);
	text-decoration: none;
}

.page-link.active, .active>.page-link {
    background-color: var(--bluEurotex);
    border-color: var(--bluEurotex);
}

.page-link {
	color: var(--bluEurotex);
	background-color: transparent;
    border: none;
}

.page-link:hover {
    color: #fff;
    background-color: var(--grigioCoertini);
    border-color: var(--grigioCoertini);
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.card {
	border: none !important;
	border-radius: 0 !important;
}

.badge {
	border-radius: 0 !important;
	text-transform: uppercase;
}

.btn-close:focus {
	box-shadow: none;
}

.fontSmall {
    font-size: 14px;
}

.bannerHeader i {
	font-size: unset !important;
    color: #fff !important;
}

.bannerHeader a {
	color: #fff;
}

header#masthead {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    padding-bottom: 15px;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 30px 0px rgba(24, 24, 24, 0);
    will-change: padding, box-shadow, background-color;
}

header#masthead img.logo.nero {
	display: none;
}

header#masthead.sticky, .woocommerce-page header#masthead, .page-template-page-sidebar-none header#masthead, .page-template-page-template-attributo-prodotto header#masthead, .page-template-page-categoria-custom header#masthead, .blog header#masthead, .category header#masthead, .single header#masthead, .page-template-page-link-utili header#masthead, .page-template-page-contatti header#masthead, .page-template-page-le-nostre-linee header#masthead, .page-template-page-nostri-obbiettivi header#masthead, .page-template-page-servizi header#masthead, .page-template-page-personalizzazioni header#masthead, .page-template-page-campionatura header#masthead, .page-template-page-corporate header#masthead, .page-template-page-faqs header#masthead, .error404 header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 5px;
    box-shadow: 0px 0px 30px 0px rgba(24, 24, 24, 0.1);
	background-color: #fff;
} 

header#masthead.sticky img.logo.nero, .woocommerce-page header#masthead img.logo.nero, .page-template-page-sidebar-none header#masthead img.logo.nero, .page-template-page-template-attributo-prodotto header#masthead img.logo.nero, .page-template-page-categoria-custom header#masthead img.logo.nero, .blog header#masthead img.logo.nero, .category header#masthead img.logo.nero, .single header#masthead img.logo.nero, .page-template-page-link-utili header#masthead img.logo.nero, .page-template-page-contatti header#masthead img.logo.nero, .page-template-page-le-nostre-linee header#masthead img.logo.nero, .page-template-page-nostri-obbiettivi header#masthead img.logo.nero, .page-template-page-servizi header#masthead img.logo.nero, .page-template-page-personalizzazioni header#masthead img.logo.nero, .page-template-page-campionatura header#masthead img.logo.nero, .page-template-page-corporate header#masthead img.logo.nero, .page-template-page-faqs header#masthead img.logo.nero, .error404 header#masthead img.logo.nero {
	display: block;
}

header#masthead.sticky img.logo.bianco, .woocommerce-page header#masthead img.logo.bianco, .page-template-page-sidebar-none header#masthead img.logo.bianco, .page-template-page-template-attributo-prodotto header#masthead img.logo.bianco, .page-template-page-categoria-custom header#masthead img.logo.bianco, .blog header#masthead img.logo.bianco, .category header#masthead img.logo.bianco, .single header#masthead img.logo.bianco, .page-template-page-link-utili header#masthead img.logo.bianco, .page-template-page-contatti header#masthead img.logo.bianco, .page-template-page-le-nostre-linee header#masthead img.logo.bianco, .page-template-page-nostri-obbiettivi header#masthead img.logo.bianco, .page-template-page-servizi header#masthead img.logo.bianco, .page-template-page-personalizzazioni header#masthead img.logo.bianco, .page-template-page-campionatura header#masthead img.logo.bianco, .page-template-page-corporate header#masthead img.logo.bianco, .page-template-page-faqs header#masthead img.logo.bianco, .error404 header#masthead img.logo.bianco {
	display: none;
}

header#masthead i {
	color: #fff;
	font-size: 23px;
}

.bannerHeader p {
	margin: 0;
}

span.cart-content {
    background-color: var(--grigioCaldo);
    width: 23px;
    height: 23px;
    border-radius: 100%;
    display: block;
    position: absolute;
    right: 5px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colore-testi);
    font-size: 10px;
}

header#masthead.sticky i, .woocommerce-page header#masthead i, .page-template-page-sidebar-none header#masthead i, .page-template-page-template-attributo-prodotto header#masthead i, .page-template-page-categoria-custom header#masthead i, .blog header#masthead i, .category header#masthead i, .single header#masthead i, .page-template-page-link-utili header#masthead i, .page-template-page-contatti header#masthead i, .page-template-page-le-nostre-linee header#masthead i, .page-template-page-nostri-obbiettivi header#masthead i, .page-template-page-servizi header#masthead i, .page-template-page-personalizzazioni header#masthead i, .page-template-page-campionatura header#masthead i, .page-template-page-corporate header#masthead i, .page-template-page-faqs header#masthead i, .error404 header#masthead i {
	color: var(--colore-testi);
}

#menu-navbar {
	padding-left: 75px;
}

.nav-link {
    padding: 16px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

header#masthead.sticky .nav-link, .woocommerce header#masthead .nav-link, .woocommerce-page header#masthead .nav-link, .page-template-page-template-attributo-prodotto header#masthead .nav-link, .page-template-page-categoria-custom header#masthead .nav-link, .blog header#masthead .nav-link, .category header#masthead .nav-link, .single header#masthead .nav-link, .page-template-page-link-utili header#masthead .nav-link, .page-template-page-contatti header#masthead .nav-link, .page-template-page-le-nostre-linee header#masthead .nav-link, .page-template-page-nostri-obbiettivi header#masthead .nav-link, .page-template-page-servizi header#masthead .nav-link, .page-template-page-personalizzazioni header#masthead .nav-link, .page-template-page-campionatura .nav-link, .page-template-page-corporate header#masthead .nav-link, .page-template-page-sidebar-none header#masthead .nav-link, .page-template-page-faqs header#masthead .nav-link, .error404 header#masthead .nav-link {
	color: var(--colore-testi);
}

footer .widget-title {
    border-bottom: 0.5px solid #cba756;
    padding-bottom: 10px;
    margin-bottom: 15px;
	font-weight: bold;
}

footer .footer_widget i {
	font-size: 15px;
}

.navbar-nav .show>.nav-link, .navbar-nav .nav-link.active {
    color: #fff;
}

ul.dropdown-menu {
	border: none;
	border-radius: 0;
}

a.dropdown-item {
    font-size: 14px;
}

ul.dropdown-menu.depth_0.show {
	position: fixed;
	top: 140px;
    display: inline-flex;
	justify-content: space-between;
	left: var(--padding-left);
	right: var(--padding-right);
	padding: 0px 10px;
}

ul.dropdown-menu.depth_0 > li > a.dropdown-item {
	text-transform: uppercase;
	color: var(--bluEurotex);
	font-family: 'ProximaNovaBold';
}

ul.dropdown-menu.depth_0 > li.colonnaInEvidenza > a.dropdown-item {
	color: var(--gialloCoertini);
}

li.colonnaInEvidenza a.dropdown-item {
	font-size: 18px;
}

ul.dropdown-menu.depth_0 > li {
	padding: 15px 0;
}

ul.dropdown-menu.show .dropdown-menu {
 	display: block !important;
 	position: relative;
 	left: 0;
 	top: 0;
 	box-shadow: none;
	border: none;
}

.dropdown-item:hover, .dropdown-item:focus {
	background-color: var(--grigioCaldo);
}

li.colonnaInEvidenza {
    background-color: #fff;
    width: 250px;
}

li.colonnaInEvidenza ul.dropdown-menu.dropdown-submenu.depth_1 {
	background-color: #fff !important;
}

li.elementoMenuImmagine {
    width: -webkit-fill-available;
}

button.coertiniButton, .coertiniButton, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    padding: 4px 14px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--gialloCoertini);
	transition: all 0.4s ease;
}

.coertiniButton a {
	color: #fff;
}

input.wpcf7-form-control.wpcf7-submit {
	padding: 4px 14px;
    border: none;
    text-transform: uppercase;
    color: #fff;
	background-color: var(--bluEurotex);
	width: 100%;
}

button.coertiniButton:hover, input.wpcf7-form-control.wpcf7-submit:hover, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    background-color: var(--grigioCoertini);
}

button.coertiniButton.light {
	background-color: #fff;
	color: var(--colore-testi);
}

button.coertiniButton.light:hover, button.coertiniButton.light.categoriaAttiva {
	background-color: var(--grigioCoertini);
	color: #fff;
}

.nav-link:hover, .nav-link:focus {
    color: var(--bluEurotex);
}

.navbar-brand {
	margin-right: 0;
}

img.logo {
    width: 200px !important;
}

section.sezioneIntestazione {
    height: 100vh;
    background-position: center;
    background-size: cover;
	position: relative;
}

div#video-homepage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

div#video-homepage iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 190.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.claimIntestazione {
    position: relative;
    text-align: center;
	z-index: 1;
}

.home .claimIntestazione img {
	width: 70%;
}

.claimIntestazione img {
	width: 100%;
}

.widget-title {
	text-transform: uppercase;
}

footer i {
	font-size: 30px;
}

input.wpcf7-form-control, textarea {
    background-color: #fff;
    border: 1px solid var(--grigioCaldo);
    padding: 4px 12px;
    color: var(--colore-testi);
	width: 100%;
}

.wpcf7-list-item {
	margin: 0;
}

.formIscrizione input.wpcf7-form-control {
	text-align: center;
	margin-bottom: 15px;
}

input.wpcf7-form-control.wpcf7-submit {
	display: block;
	margin: auto;
}

input.wpcf7-form-control::placeholder {
	color: #fff;
}

.sezioneCoertini span.bollo {
    min-width: 75px;
    min-height: 75px;
    border-radius: 100%;
	margin: 0 15px;
}

.elencoCategorie span.riferimentoCategoria {
	position: absolute;
    bottom: 10px;
    left: 10px;
	background-color: var(--gialloCoertini);
}

.categoria-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 250px; /* oppure un’altezza fissa per uniformare */
}

.categoria-box p {margin-bottom: 0;}

.elencoCategorie a:hover, .sezionePersonalizzazione a:hover {
	opacity: 0.75;
	transition: 0.2s;
}

.swiper-button-next, .swiper-button-prev {
	color: var(--bluEurotex);
}

.swiper-pagination-bullet-active {
	background: var(--bluEurotex);
}

.blogCategoriaBox {
    min-height: 250px;
	padding: 15px;
}

.sezioneBlog a:hover .blogCategoriaBox {
	transform: scale(1.05);
	transition: 0.2s;
}

.metodiPagamento img {
	height: 25px;
    margin: 0 15px;
    filter: grayscale(1);
	width: auto !important;
}

.infoFooter img {
	width: 100px !important;
}

/* WOOCOMMERCE */

.woocommerce-page #content, .page-template-page-sidebar-none #content, .page-template-page-template-attributo-prodotto #content, .page-template-page-categoria-custom #content, .blog #content, .category #content, .single #content, .page-template-page-link-utili #content, .page-template-page-contatti #content, .page-template-page-le-nostre-linee #content, .page-template-page-nostri-obbiettivi #content, .page-template-page-servizi #content, .page-template-page-personalizzazioni #content, .page-template-page-campionatura #content, .page-template-page-corporate #content, .page-template-page-faqs #content, .error404 #content {
	padding-top: 200px;
}

h2.woocommerce-loop-product__title {
    font-size: 20px;
    color: var(--bluEurotex);
	font-family: 'ProximaNovaBold';
}

.woocommerce img, .woocommerce-page img, .page-template-page-template-attributo-prodotto .product img {
	width: 100%;
}

.woocommerce div.product .product_title {
	color: var(--bluEurotex);
	font-size: 32px;
	font-family: 'ProximaNovaBold';
}

span.woocommerce-Price-amount.amount {
    font-family: 'ProximaNovaBold';
}

.woocommerce header#masthead .dgwt-wcas-search-icon path {fill: var(--grigioCoertini);}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: var(--gialloCoertini);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: var(--bluEurotex);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	border-radius: 0px;
	height: 41px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: var(--grigioCoertini);
}

.accordion-item:first-of-type .accordion-button, .list-group-item:first-child {
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed, .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item {
    color: var(--colore-testi);
    border: none;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-button:not(.collapsed) {
	background-color: var(--grigioCaldo);
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-icon);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 100%;
}

.woocommerce div.product::after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	position: sticky;
	top: -300px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	color: var(--bluEurotex);
}

.qib-button-wrapper {
	margin: 0 !important;
	float: none !important;
	justify-content: start !important;
	/* margin-right: 15px !important; */
}

.woocommerce div.product form.cart .button {
	text-transform: uppercase;
	margin-top: 10px;
}

.elencoIconeProdotti img {
	height: 70px;
	width: auto;
}

.elencoIconeProdotti .etichetta-icona {
    font-size: 12px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img.wp-post-image {
	margin-bottom: 10px;
}

.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image, .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image {
	opacity: 1;
}

.rtwpvg-images .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-image:first-of-type {
	display: none !important;
}

.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.swiper-initialized) .swiper-wrapper, .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.swiper-initialized) .swiper-wrapper {
	display: block;
}

/* .rtwpvg-gallery-image, .rtwpvg-thumbnail-image {
	pointer-events: none !important;
    touch-action: none !important;
} */

.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select, .list-group-item, .wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-blocks-components-select .wc-blocks-components-select__select, .wp-block-woocommerce-checkout-order-summary-block, .wc-block-components-textarea, .select2-container .select2-dropdown, .select2-container .select2-selection {
	border: 1px solid var(--grigioCaldo) !important;
	border-radius: 0 !important;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    color: var(--colore-testi);
    background-color: var(--grigioCaldo);
}

.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus {
    border-color: var(--colore-testi);
}

.form-control:focus {
	box-shadow: none;
}

.woocommerce-info {
    border-top-color: var(--colore-testi);
}

.woocommerce-info::before {
	color: var(--colore-testi);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	height: auto;
}

.woocommerce table.shop_table {
	border-radius: 0 !important;
}

section.up-sells h2 {
	font-family: 'ProximaNovaBold';
}

aside.sidebar {
	background-color: #fff;
    padding: 20px;
	position: sticky;
	top: 175px;
}

.dettaglioProdottoArchivio {
	width: 23%;
}

.contenitoreListaProdotti {
    gap: 25px;
}

.form-select, select {
	border-radius: 0;
}

.form-select:focus, select:focus {
    border-color: var(--bluEurotex);
    outline: 0;
    box-shadow: none;
}

.rtwpvg-images .rtwpvg-wrapper .rtwpvg-container {
	display: block;
}

.page-template-page-contatti .sezioneContatti a {
	text-decoration: underline;
}

.dettaglioBrand {
    background-color: #fff;
    min-height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
	transition: 0.2s;
	position: relative;
	background-size: cover;
	background-position: center;
}

.layerBackground {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(0 0 0 / 45%);
}

.intestazioneCategoria .layerBackground {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.dettaglioBrand a, .dettaglioBrand p {
	z-index: 1;
}

.dettaglioBrand:hover {
	transform: scale(1.025);
	transition: 0.2s;
}

.dettaglioBrand img, .dettaglioPaginaBrand img {
	width: 300px;
}

.sezioneEsplora .dettaglioPagina, .sezioneServiziAggiuntivi .dettaglioServizio, .dettaglioPersonalizzazione {
    min-height: 350px;
	background-size: cover;
    background-position: center;
	position: relative;
}

.sezioneEsplora h3 {
	letter-spacing: 12px;
}

#swiperImmaginiBrand, #swiperEsplora, #swiperPersonalizzazione {
	padding-bottom: 50px;
}

.dettaglioShowroom {
    min-height: 200px;
}

.sezioneDettaglioServizi .dettaglioInfo img {
	background-color: var(--bluEurotex);
    border-radius: 100%;
    width: 100px;
    padding: 15px;
    margin-bottom: 10px;
}

.dettaglioServizio button {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#tabPersonalizzazioni li {
	width: 25%;
}

#tabPersonalizzazioni .nav-link {
	text-transform: capitalize !important;
	width: 100%;
}

.nav-tabs .nav-link {
	border: none;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
	color: var(--grigioCoertini);
}

.nav-tabs {
	border-bottom: none;
}

#copyText {
	border: 1px solid;
    padding: 5px;
}

.listaProdotti .badge.sale {
	position: absolute;
	left: 50%;
  	transform: translateX(-50%);
	top: 10px;
	font-size: 13px;
}

.badge.sale {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	font-size: 16px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 0px !important;
}

div#amelia-container {
    margin: 0 auto !important;
}

div.intestazioneCategoria {
    height: 400px;
    background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
    align-items: start;
    justify-content: end;
	padding: 0 0 25px 25px;
}

.dettaglioOE img {
	margin-left: -85px;
	width: 350px;
}

.dettaglioOE .contenuto {
	padding-right: 85px!important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 80px;
	margin-right: 15px;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
	vertical-align: top;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
	display: flex
}

.woocommerce table.shop_table {
	border: none;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    background-color: #cba756;
    color: #fff;
}

.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
    background-color: var(--grigioCoertini);
    color: #fff;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: auto;
}

a.woocommerce-remove-coupon {
    color: red;
}

.woocommerce form .form-row .optional {
	display: none;
}

span.woocommercePriceamount.amount {
    font-family: 'ProximaNovaBold';
}

/* MEDIA QUERY */

@media(max-width: 1400px) {
	#menu-navbar {padding-left: 0;}
	.nav-link {color: var(--grigioCoertini)}
	ul.dropdown-menu.depth_0.show {display: block;}
	li.colonnaInEvidenza {width: 100%;}
	li.colonnaShop ul.dropdown-menu.depth_0.show {top: 125px;height: 100%; width: 355px;left: unset;right: 15px;}
	ul.dropdown-menu.depth_0 > li {padding: 10px 0;}
	ul.dropdown-menu.dropdown-submenu.depth_1 {display: none !important}
	li.colonnaInEvidenza ul.dropdown-menu.dropdown-submenu.depth_1 {display: block !important}
	li.elementoMenuImmagine a {display: flex; align-items: center;}
	li.elementoMenuImmagine img {display: none;}
	li.chiSiamo ul.dropdown-menu.depth_0.show {position: unset;}
	li.colonnaInEvidenza a.dropdown-item {font-size: 14px}
}

@media(max-width: 1200px) {
	
}

@media(max-width: 992px) {
	header#masthead.sticky .dgwt-wcas-search-icon, header#masthead.sticky .dgwt-wcas-search-icon path {fill: var(--grigioCoertini);}
	.ricercaProdotti {margin-top: -10px;margin-right: -5px;}
	.dettaglioProdottoArchivio {width: 31%;}
	.contenitoreListaProdotti {gap: 15px;}
	.dettaglioOE img {margin-left: 0px;margin: auto;display: block;margin-bottom: -50px;width: 250px;}
	.dettaglioOE .contenuto {padding-right: 25px!important;padding-top: 85px !important}
}

@media(max-width: 756px) {
	.elencoCategorie .col-md-2 a:nth-child(1) {margin-bottom: 0;}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {position: unset;margin-top: 15px;}
	.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-wrapper {display: none;}
	.dettaglioProdottoArchivio {width: 50%;}
	.contenitoreListaProdotti {gap: 0px;}
	.woocommerce div.product form.cart div.quantity .qty {border-radius: 0 !important}
}

@media(max-width: 576px) {
	:root {
        --padding-left: 15px;
        --padding-right: 15px;
		--padding-sezione: 25px 0;
    }
	img.logo {width: 150px !important;}
	.blogCategoriaBox {min-height: 150px;}
	.metodiPagamento {flex-direction: column;}
	.metodiPagamento img {margin: 10px 15px;width: auto;}
	.woocommerce-page #content, .page-template-page-sidebar-none #content, .page-template-page-template-attributo-prodotto #content, .page-template-page-categoria-custom #content, .blog #content, .category #content, .single #content, .page-template-page-link-utili #content, .page-template-page-contatti #content, .page-template-page-le-nostre-linee #content, .page-template-page-nostri-obbiettivi #content, .page-template-page-servizi #content, .page-template-page-personalizzazioni #content, .page-template-page-campionatura #content, .page-template-page-corporate #content {padding-top: 150px;}
	.qib-button-wrapper {float: left !important;}
	.infoFooter img, .sezioneCoertini img {width: 50px !important}
	.tipo-cliente-radio input[type="radio"] {margin-left: 0px !important}
	.bannerHeader {font-size: 12px;}
	.dettaglioBrand {min-height: 300px;}
	section.sezioneIntestazione {height: 65vh;}
	.woocommerce div.product form.cart .button {width: 100%;}
	.woocommerce div.product .product_title {font-size: 25px;}
	.sezioneEsplora h3 {letter-spacing: 8px;}
}