/*
	Theme Name: Need Steel - Containers
	Theme URI: https://needsteel.com
	Description: Portale di intermediazione metallurgica
	Version: 1.4.3
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

body {
	font: 500 16px/1.2 'Poppins', sans-serif;
	color: #000;
    /*background: linear-gradient(145deg, #00287365 0%, #0a3e915e 100%);*/
}

main {
    padding-top: 60px;
}

body:not(.app-loaded) img {
    opacity: 0;
    transition: opacity 0.8s ease;
}
body.app-loaded {
    background-color: #f4f4f4;
}

body.app-loaded  > .wrapper {
    opacity: 1;
}

a {
	color: black;
	text-decoration: none;
    cursor: pointer;
}

a:hover {
	color: #000;
}

section {
    padding: 40px 11%;
}
.page-template-template-chisiamo section,
.home section {
    padding: 8% 11%;
}
.home section.full,
section.full {
    padding: 0;
}

.heading {
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
    margin-top: 30px;
    gap: 5px;
}
.heading h2 {
    font-size: 1.6em;
}
.heading p {
    font-size: 1.08em;
}
.col .heading h2 {
    font-size: 1.4em;
}
.col .heading p {
    font-size: 1em;
}

table {
    width: 100%;
    border-top: 1px solid #1a1a1a;
}
table tr {
    border-bottom: 1px solid #1a1a1a;
}
table th,
table td {
    padding: 10px 15px;
    border-right: 1px solid #1a1a1a;
    text-align: left;
}
table th:first-child,
table td:first-child {
    border-left: 1px solid #1a1a1a;
}

table.tabella-tecnica {
    border-color: #ebebeb;
}
.tabella-tecnica thead tr, 
.tabella-tecnica thead th {
    border-color: #ebebeb;
}
.tabella-tecnica thead th {
    padding-right: 30px;
}
.tabella-tecnica tbody tr, 
.tabella-tecnica tbody td {
    border-color: transparent;
}
.tabella-tecnica thead tr {
    background-color: #ebebeb;
}
.tabella-tecnica tbody tr {
    background-color: #fff;
}
.tabella-tecnica tbody tr:nth-child(even) {
    background-color: #fbf8f3;
}
.spinner {
  width: 48px;
  height: 48px;
  border: 3px dotted #FFF;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: spinner-rotation 2s linear infinite;
}
.spinner::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #FF3D00;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: spinner-rotationBack 1s linear infinite;
  transform-origin: center center;
}
    

picture.icona {
    width: 150px;
    padding: 20px;
    border-radius: 15px;
    background-color: #e9ecef;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
}

ul { list-style-type: none; }

body.main-navmenu-open {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin:  0;
	line-height: 1.2;
	font-weight: normal;
}

h1 {
	font-size: 2.8em;
	line-height: 1;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #242b3e;
}
h2 {
	font-size: 1.8em;
	line-height: 1;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #242b3e;
}
h3 {
	font-size: 1.34em;
	font-weight: bold;
	line-height: 1;
    font-weight: 620;
    font-family: 'Poppins', sans-serif;
    color: #242b3e;
}
h4 {
	font-size: 1.18em;
	line-height: 1;
    font-weight: 620;
    color: #242b3e;
}
h5 {
	font-size: 1.1em;
	line-height: 1;
    font-weight: 620;
    color: #242b3e;
}
h6 {
	font-size: 1.068em;
	line-height: 1;
    font-weight: 550;
    color: #242b3e;
}

.row {
    display: flex;
    gap: 60px;
}
.row .col {
    width: 50%;
}

.breadcrumbs {
    display: flex;
    gap: 4px;
    padding: 10px 0px;
    font-weight: 600;
}

.app-mobile .breadcrumbs {
    flex-flow: column;
}
.breadcrumbs a {
    color: #6c757d;
}
.breadcrumbs a::after {
    content: " /";
    color: #6c757d;
}
.breadcrumbs a:hover{
    color: #000;
}
.breadcrumbs a:last-child:after {
    content: unset;
}

.app-mobile .row {
    flex-direction: column;
}

.button {
    padding: 8px 20px;
    background-color: #ff8c17;
    border: 1px solid #ff8c17;
    color: #fff;
    border-radius: 6px;
    font-weight: 650;
    font-size: 1.2em;
    display: inline-block;
}
.button.alt {
    background-color: #000c36;
    border-color: #000c36;
    color: #ffff;
    font-weight: 300;
    margin: 10px 0px;
    border-radius: 25px;
    font-size: 1.02em;
    padding: 8px 16px;
}

.badge {
    padding: 5px 10px;
    background-color: #ffedd4;
    border: 1px solid #ffedd4;
    color: #f64a01;
    border-radius: 30px;
    display: inline-block;
    font-weight: 450;
}

.app-mobile .badge {
    font-size: 12px;
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.app-mobile.main-navmenu-open .preheader ul {
    flex-direction: row;
    padding-top: 100px;
    width: 100%;
    justify-content: center;
}

.card {
    width: 100%;
    max-width: 280px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 25px;
    align-items: center;
    gap: 20px;
    padding-bottom: 80px;
    position: relative;
}
.card .etichetta {
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: 12px;
    color: #ff8c17;
    font-weight: 600;
}
.card p {
    font-size: 14px;
    line-height: 1.4;
}
.card h3 {
    color: #172556;
    font-size: 1.2em;
}

section .descrizione {
    line-height: 1.6;
    margin-bottom: 20px;
}

footer .piva-rea {
    font-size: 15px;
    margin-top: 10px;
}

.copyright-text {
    font-size: 12px;
}

.home section h2 {
    font-weight: 800;
    font-size: 2.8em;
    margin-bottom: 30px;
    line-height: 1.26;
}
.home.app-mobile section h2 {
    font-size: 1.86em;
    text-align: center;
}
section h2 b {
    font-weight: inherit;
    color: #ff8c17;
}


/* RICERCA */

.search-wrap {
    border: 1px solid #fbf8f3;
    border-radius: 20px;
    padding: 12px;
    display: flex;
    background-color: #fbf8f3;
    position: relative;
    z-index: 1;
}
.search-wrap input {
    border: none;
    background: unset;
}
.search-result {
    background-color: #fff;
    border: 1px solid #fbf8f3;
    width: 100%;
    max-width: 236px;
    position: absolute;
    top: 40px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.48s ease;
}
.search-result .spinner {
    display: block;
    margin: 0 auto;
}
.dynamic-search.active .search-result{
    max-height: 300px;
    padding: 10px;
    overflow-y: auto;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.search-result .result {
    display: flex;
    padding: 5px;
    background-color: #f4f4f4;
    gap: 5px;
}
.search-result .result:hover {
    background-color: #f7f7f7;
}
.search-result .result picture {
    width: 50px;
    pointer-events: none;
}
.search-result .result .text {
    pointer-events: none;
}
.search-result .result img {
    width: 50px;
}
.app-mobile .dynamic-search {
    display: none;
}

/* SLIDE */
.slick-dots {
	position: absolute;
	right: 0;
	bottom: 5%;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.slick-dots .slick-active {
	background-color: #ff5028;
}

.slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	background-color: transparent;
	border-radius: 50%;
	margin: 20px 5px 0;
	border: 1px solid #ff5028;
}

.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}

.slick-prev, .slick-next {
	background-repeat: no-repeat;
	background-color: #ffffff;
    background-size: 70%;
    background-position: center;
	border: none;
	color: transparent;
	position: absolute;
    width: 50px;
    height: 50px;
	outline: none;
    border-radius: 50%;
    box-shadow: 0px 0px 40px 0px #9fa0a17e;
    z-index: 10;
}

.slick-prev {
	background-image: url(img/layout/left-chevron.svg);
	top: 45%;
	left: 0;
}

.app-mobile .slick-next,
.app-mobile .slick-prev {
    width: 25px;
    height: 25px;
}

.slick-next {
	background-image: url(img/layout/right-chevron.svg);
	top: 45%;
	right: 0;
}

/* NEWSLETTER FORM */
.newsletter-wrap {
    background-color: #fff;
    padding: 30px;
    position: relative;
    top: -30px;
}
.newsletter-wrap .spiegazione {
    font-size: 12px;
    color: #6c757d;
    text-align: justify;
    margin-top: 15px;
}
.newsletter-wrap .spiegazione a {
    text-decoration: underline;
}
.newsletter-wrap .brevo-input {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.newsletter-wrap .brevo-input .sib-email-area {
    width: calc(100% - 50px);
}
.newsletter-wrap .brevo-input input.sib-email-area {
    width: 100%;
    padding: 10px 12px;
    border: none;
    font-size: 13px;
}
.newsletter-wrap .brevo-input button {
    width: 50px;
    background-color: #ff8c17;
    color: #fff;
    border: none;
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */
.preheader {
	padding: 0px 2%;
    display: flex;
    align-items: center;
    height: auto;
}

.right-header{
    display: flex;
}

.header {
	position: fixed;
	width: 100%;
	height: 90px;
	background-color: #ffffff00;
    transition: background 0.8s ease;
	z-index: 10;
	background-color: #fff;
    box-shadow: 0px 0px 12px 0px #4c525bad;
    display: flex;
    padding: 0px 20px;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.custom-logo-link {
    display: block;
}

.app-desktop .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 11%;
}

.app-desktop .header .custom-logo-link {
    display: flex;
}
.app-desktop .header .dynamic-search {
    display: block;
}
.app-desktop.page-template-template-prodotti .header .dynamic-search {
    opacity: 0;
    pointer-events: none;
    max-width: 100px;
}



/* close menu button */
.app-desktop .openclose {
    display: none;
}

.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #000;
	display: block;
	margin: 5px 0;
}

.scrolled-over .header .openclose .iconbar {
  background-color: #1a1a1a;
}

.openclose .uno {
	width: 15px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}

.openclose .tre {
	width: 10px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration:   1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration:  1s;
}

.openclose:hover .uno {
	width: 5px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}

.openclose:hover .tre {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}

/* carosello categorie*/
.carosello-categorie {
    gap: 20px;
    width: 100%;
    padding: 0px 70px;
}
.app-mobile .carosello-categorie {
    padding: 0px;
}
.carosello-categorie .categoria {
    width: 300px;
    max-width: 100%;
    height: 380px;
    background-color: #ebebeb;
    border-radius: 25px;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}
.carosello-categorie .categoria picture {
    height: 70%;
    overflow: hidden;
}
.carosello-categorie .categoria picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 1.82s ease;
    scale: 1;
}
.carosello-categorie .categoria:hover picture img {
    scale: 1.21;
}
.carosello-categorie .categoria  h5 {
    height: calc(30% - 40px);
    padding-top: 10px;
    text-align: center;
}
.carosello-categorie .categoria .button {
    background-color: #ffff;
    border-color: #ffff;
    color: #555555;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    font-size: 1em;
    max-width: 180px;
    text-align: center;
}
.carosello-categorie .slick-slide {
    padding: 20px;
}


/* nav */
.header-wrapper .nav {
    display: block;
    height: fit-content;
	width: 100%;
    margin: 0;
    width: fit-content;
}
.app-desktop .header-wrapper .nav {
    padding: 15px 40px;
}
.app-mobile .header-wrapper  .nav {
	display: flex;
	background-color: #fff;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
    user-select: none;
    pointer-events: none;
    opacity: 0;
	justify-content: center;
    transition: opacity 1s ease;
	align-items: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 30% auto;
}

.app-mobile .header-wrapper nav.nav {
    width: 100%;
}
.app-mobile.main-navmenu-open .header-wrapper .nav {
    display: flex;
    opacity: 1;
    pointer-events: initial;
    width: 100%;
}
.app-mobile .nav ul {
    align-items: center;
    justify-content: center;
}
.app-mobile.main-navmenu-open a.custom-logo-link img {
    position: relative;
    z-index: 10000;
}

.app-mobile nav.nav li.mega-menu:hover .mega-menu-prodotti {
    display: none!important;
}

.nav a {
	color: #000;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
    
}
.nav a {
    border-bottom: 3px solid transparent;
}
.nav a:hover {
	color: #52341b;
}
.nav a.current {
	border-color: #ff8c17;
	color: #000;
    font-weight: 650;
}
.nav ul {
    margin: 0;
    padding: 0;
	list-style-type: none;
	text-align: center;
	width: 100%;
}
.app-desktop .nav ul {
    display: flex;
    gap: 3px;
}
.nav .pulsante {
	margin-top: 0;
}
.nav .pulsante:hover {
	background-color: #000;
	color: #fff;
}

.app-mobile .openclose {
	position: absolute;
	top: 35%;
	right: 5%;
    display: block;
	z-index: 90;
	cursor: pointer;
    width: 20px;
}
.app-mobile.main-navmenu-open .openclose {
    width: 30px;
    display: flex;
}
.app-mobile .openclose .icona-close {
    display: none;
}
.app-mobile.main-navmenu-open .openclose .icona-close {
    display: initial;
}
.app-mobile.main-navmenu-open span.iconbar {
    display: none;
}

.nav ul li {
	line-height: 1;
	width: max-content;
	margin: 0;
    display: block;
    text-transform: none;
}
.nav ul li a {
    display: block;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 5px;
}

.app-mobile ul {
    display: flex;
    flex-direction: column;
}

.nav .accesso {
    display: none;
}

.app-mobile .row {
	flex-direction: column;
}
.app-mobile .row .col {
	width: 100%;
}



/* MEGA MENU PRODOTTI */
.mega-menu-prodotti {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    padding-top: 10px;
    height: 400px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.82s ease;
}
nav.nav li.mega-menu:hover .mega-menu-prodotti {
    opacity: 1.0;
    pointer-events: initial;
}
.page-template-template-prodotti nav.nav li.mega-menu .mega-menu-prodotti {
    display: none!important;
}
.mega-menu-prodotti .categorie-wrapper {
    display: grid;
    background-color: #fff;
    padding: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    box-shadow: 0px 5px 4px 0px #0000000f;
}
.mega-menu-prodotti .categorie-wrapper a.cat {
    display: flex;
    align-items: center;
    border: 2px solid #fbfaf9;
    padding: 10px;
    gap: 10px;
    transition: background 0.6s ease;
}
.mega-menu-prodotti .categorie-wrapper a.cat:hover {
    background-color: #f7f7f7;
}
.categorie-wrapper .cat picture {
    width: 100px;
    background-color: #f4f4f4;
    padding: 5px;
    overflow: hidden;
}
.categorie-wrapper .cat picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: scale 1.4s ease;
}
.categorie-wrapper .cat:hover picture img {
    scale: 1.12;
}
.categorie-wrapper .cat h5 {
    width: calc(100% - 100px);
}



/* footer */
.footer {
    padding: 60px 11%;
    text-align: center;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
}

.footer-column {
    flex: 0.8;
    min-width: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.footer-column.newsletter {
    flex: 1;
}
.footer-column:first-child {
    padding-top: unset;
}

.footer-column.footer-center {
    align-items: center;
    text-align: center;
}

.footer-column.footer-right {
    align-items: center;
    text-align: center;
}

.footer-logo {
    width: 150px;
}
.footer-logo-wrap {
    height: 90px;
}

.footer .social-link {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.footer-address {
    text-align: center;
    font-size: 14px;
}

.footer-address p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.footer-column strong {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

.footer-column a {
    text-decoration: none;
}

.footer-column a:hover {
    opacity: 0.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.footer-column ul p {
  margin-bottom: 15px;
}

.footer-column ul li {
  margin-bottom: 3px;
}
.copyright-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.social-link .social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a1a1a;
    transition: background 0.46s ease;
}
.social-link .social-icon svg {
    width: 20px;
    fill: #1a1a1a;
    transition: fill 0.46s ease;
}

.social-link .social-icon:hover {
    background-color: #1a1a1a;
}
.social-link .social-icon:hover svg {
    fill: #fff;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------HOME------------------*/
section#hero {
    background-color: #000c36;
    color: #f4f4f4
}
.app-mobile #hero .row {
    flex-direction: column-reverse;
    gap: 10px;
}
#hero .row .left {
    padding: 6vw;
}

section#hero h1 {
    font-size: 4em;
    margin-bottom: 30px;
	color: #fff;
}
section#hero h2 {
	color: #fff;
    font-size: 2.3em;
    font-weight: 700;
    line-height: 1;
}
.app-mobile section#hero h1 {
    font-size: 2.86em;
    text-align: center;
}
.app-mobile section#hero h2 {
    font-size: 2em;
    text-align: center;
}

#hero .the-cursor {
    width: 60px;
    fill: #fff;
    transform: scale(-1, 1);
    float: right;
    margin-top: 30px;
    margin-right: 20%;
    position: relative;
    animation: home-cursor 1s alternate infinite;
    pointer-events: none;
}
.app-mobile #categorie-needcontainers .button.alt {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
#hero .click-consulenza {
    font-size: 1.6em;
    margin-top: 40px;
}
#hero .click-consulenza a.button {
    font-size: 1em;
    color: #000c36;
}

#hero .click-consulenza .row {
    gap: 20px;
    align-items: center;
}
#hero .click-consulenza span {
    color: #fff;
}

#hero .row .right {
    height: 100%;
    overflow: hidden;
}
#hero .line-wrapper {
    width: 106%;
    height: 100%;
    overflow: hidden;
    display: flex;
    max-height: 70vh;
    gap: 15px;
}
.app-mobile #hero .line-wrapper {
    max-height: 320px;
}

#hero  .line-prodotti {
    height: 2910px;
    width: 200px;
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px 0px;
    position: relative;
    top: -28vh;
    animation: linea-carosello 10s alternate infinite;
    pointer-events: none;
}
#hero  .line-prodotti.alt {
    top: -20vh;
    animation: linea-carosello-alt 10s alternate infinite;
}
#hero .line-prodotti picture {
    width: 100%;
    aspect-ratio: 1;
    background-color: #fff;
    display: block;
    border-radius: 10px;
    border: 1px solid #141d3d;
    padding: 10px;
}
#hero .line-prodotti picture div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
#hero .line-prodotti picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#personalizzazione .maschera {
    mask-image: url(img/layout/frame_40.svg);
    mask-repeat: no-repeat;
    background-color: #ebebeb;
    height: 600px;
}
.app-mobile section#personalizzazione .maschera {
    height: 80vw;
}
#personalizzazione .maschera img {
    width: auto;
    max-width: unset;
    height: 100%;
}

#vantaggi {
    text-align: center;
}
#vantaggi .descrizione {
    display: block;
    margin: auto;
    max-width: 600px;
}
#vantaggi .card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}
.app-mobile #vantaggi .card-wrapper {
    flex-direction: column;
}
#vantaggi .card picture.icona {
    background-color: #fed9c7;
    width: 70px;
    padding: 12px;
}
#vantaggi .card picture.icona svg path {
    fill: #ff8c17;
}
#vantaggi .card picture.icona img {
    position: relative;
}
section#cta-servizi {
    padding: 40px 11%;
}

#cta-servizi .call-to-action {
    background: #172458;
    background: linear-gradient(45deg,rgba(23, 36, 88, 1) 0%, rgba(39, 63, 151, 1) 100%);
    width: 85%;
    padding: 8% 40px;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    border-radius: 30px;
}
#cta-servizi .call-to-action h2,
#cta-servizi .call-to-action h3 {
    color: #fff;
}
#cta-servizi .call-to-action p {
    margin-top: 20px;
}
.bottoni-cta .button {
    background-color: transparent;
    border-radius: 8px;
    border-color: #fff;
    color: #fff;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
    width: 100%;
    max-width: 200px;
}
.bottoni-cta .button.alt {
    background-color: #fff;
    color: #141d3d;
}
.bottoni-cta {
    margin-top: 30px;
}

/*--------------PRODOTTO SINGOLO------------------*/
section.header-prodotto {
    padding-top: 80px;
    padding-bottom: 0px;
}
section.header-prodotto .col.thumbnail-col {
    position: relative;
    height: fit-content;
}

picture.thumb-prodotto {
    overflow: hidden;
    height: 460px;
    border-radius: 25px;
    padding: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 0px 15px 0px #73777b85;
    display: block;
    background-color: #fff;
    padding-bottom: 90px;
}
picture.thumb-prodotto img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.header-prodotto .tags-wrapper {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.header-prodotto .badge {
    padding: 6px 14px;
    border: 2px solid #ff8c17;
    font-size: 12px;
    color: #f64a01;
    font-weight: 600;
}
.header-prodotto .row {
    gap: 20px;
}
.header-prodotto .titolo {
    margin-bottom: 30px;
}
.app-mobile .header-prodotto .titolo {
    font-size: 1.6em;
    margin-bottom: 0px;
}
.prod-gallery {
    width: calc(100% - 20px);
    height: 70px;
    display: block;
    margin: 0 auto;
    background-color: #ebebeb61;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 10px;
    padding: 5px;
    overflow: auto hidden;
}
.prod-gallery .gallery-track{
    display: flex;
    min-width: fit-content;
    flex-wrap: nowrap;
    gap: 5px;
}
.prod-gallery picture {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    transition: border 0.4s ease;
}
.prod-gallery picture:hover {
    border-color: #f4d5b9;
}
.prod-gallery picture.active {
    border: 2px solid #ff8c17;
    pointer-events: none;
}
.prod-gallery picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    scale: 1;
    transition: scale 0.8s ease;
}
.prod-gallery picture:hover img {
    scale: 1.08;
}

.header-prodotto .breadcrumbs {
    margin-bottom: 10px;
}
.header-prodotto .action-buttons {
    display: flex;
    padding: 20px 0px;
    margin-top: 20px;
    gap: 10px;
}
.app-mobile .header-prodotto .action-buttons {
    justify-content: center;
}
.header-prodotto .descrizione-prodotto {
    overflow: hidden;
    max-height: 120px;
    transition: all 0.8s ease;
}
.header-prodotto .descrizione-prodotto.completa {
    max-height: 350px;
    overflow: hidden auto;
}
.descrizione-prodotto,
.descrizione-prodotto p {
    line-height: 1.48;
}
.descrizione-prodotto h4{
    padding: 10px 0;
}
.descrizione-prodotto ul {
    list-style-type: circle;
    padding-left: 25px;
}
.action-buttons button {
    padding: 10px 20px;
    border:  1px solid #000c36;
    font-weight: 200;
}
.action-buttons button i.fa {
    margin-right: 10px;
}
.action-buttons .leggi-piu {
    border-radius: 0px 30px 30px 0px;
    background-color: #ffedd5;
    border-color: #545557;
}
.app-mobile .action-buttons .leggi-piu {
    border-radius: 30px;
}
.action-buttons .leggi-piu i.fa {
    color: #545557;
}
.porta-tabella {
    width: 100%;
    overflow: auto;
}
.action-buttons .misure-prod {
    background-color: #141d3d;
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    gap: 5px;
}
.cta-preventivo {
    background-color: #fbf8f3;
    padding: 7% 11%;
    text-align: center;
}
.cta-preventivo hr {
    display: block;
    margin: 20px auto;
    margin-bottom: 30px;
    width: 98%;
    max-width: 200px;
    border: none;
    height: 5px;
    background: #ff8c17;
}
.cta-preventivo p {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 640px;
}
.cta-preventivo .bottoni-cta .button {
    border-color: #172556;
    color: #172556;
    max-width: 250px;
}
.bottoni-cta .button.alt {
    background-color: #172556;
    color: #fff;
}


/*--------------CATALOGO DEI PRODOTTI------------------*/
.shop-needcontainers {
    display: flex;
    gap: 20px;
    padding: 40px;
    flex-direction: column;
    padding-left: 20px;
}
.shop-needcontainers .shop-right {
    width: 100%;
    padding-left: 10px;
}
.shop-needcontainers .shop-right .altro-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.altro-wrapper .button {
    background-color: #dae0e9;
    border-color: #dae0e9;
    color: #1a1a1a;
}
.shop-sidebar {
    width: 100%;
    border-bottom: 2px solid #d1cec8;
    padding-bottom: 30px;
}
.shop-sidebar hr {
    border-top: 2px solid #d1cec8;
    margin-top: 30px;
}
.shop-sidebar h3{
    margin-top: 30px;
}
.shop-sidebar .seleziona-cat {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
}
.wrapper-prodotti {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
}
ul.lista-filtri {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 200px;
    overflow: hidden auto;
}
.lista-filtri li {
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}
.lista-filtri li .mini-thumb {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #aaa;
}
.lista-filtri li .mini-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.lista-filtri li span {
    width: calc(100% - 60px);
    font-size: 14px;
}
.lista-filtri li:hover:not(.active) span {
    color: #545557;
}

.lista-filtri li:hover:not(.active) .mini-thumb {
    border: 2px solid #d1cec8;
}
.lista-filtri li.active span {
    font-weight: 600;
}
.lista-filtri li input {
    pointer-events: none;
}

.row.filtri-shop {
    justify-content: space-between;
    padding-top: 40px;
    gap: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.row.filtri-shop .col {
    width: unset;
}

.filtri-shop h4 {
    margin: 0;
    margin-bottom: 10px;
}

.filtri-shop select {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.filtri-shop .search-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 6px 10px;
    background-color: #fff;
}
.filtri-shop .search-box i.fa {
    color: #aaa;
    margin-right: 6px;
}

.filtri-shop .search-box input {
    border: none;
    outline: none;
    font-size: 14px;
    padding: 5px 15px;
}

.filtri-shop .search-box input::placeholder {
    color: #aaa;
}

.wrapper-prodotti .prodotto-wrap {
    display: block;
    background-color: #fff;
    padding: 20px;
    border-radius: 25px;
}
.prodotto-loop {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.prodotto-loop picture {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 30px;
}
.prodotto-loop picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    scale: 1;
    transition: all 1.1s ease;
}
.prodotto-loop:hover picture img {
    scale: 1.12;
    opacity: 0.92;
}
.prodotto-loop .titolo-prodotto {
    color: #000c36;
    transition: color 2.6s ease;
    font-size: 16px;
}
.prodotto-loop:hover h5{
    color: #122c89;
}

/*--------------RICHIESTA PREVENTIVO------------------*/

        
.preventivo-section {
    background-color: #ffd6a8;
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-top:20px;
}

.tito {
    position: absolute;
    left: 45%;
    rotate: 45deg;
}

.tito.top {
    top: -10%;
    left: 65%;
}
.tito.bottom {
    bottom: 6%
}

.tito::before, 
.tito::after {
    content: "";
    width: 80px;
    height: 300px;
    border-radius: 40px;
    background: #f4e3d6;
    position: absolute;
    right: -60px;
}
.tito::after {
    right: 60px;
    background: #f4d5b9;
}

.preventivo-section .row {
    width: 100%;
    gap: 0px;
}

.preventivo-section .row .col {
    width: 0%;
}
.preventivo-section .row .col.form-wrap {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 100%;
    border-radius: 0 50px 50px 50px;
    padding: 20px;
    padding-top: 80px;
    overflow: hidden;
    position: relative;
}

.preventivo-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.preventivo-info {
    position: relative;
    z-index: 2;
}

.preventivo-info h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.preventivo-info p {
    font-size: 16px;
    margin-bottom: 20px;
}

.preventivo-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.preventivo-info li {
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.preventivo-info li i {
    color: #ff8c17;
    font-size: 18px;
}

.preventivo-form {
    flex: 1;
    position: relative;
    z-index: 2;
}

.preventivo-form .glue p {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.form-placeholder {
    text-align: center;
    padding: 40px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    color: #888;
    font-style: italic;
}

.preventivo-footer {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    padding-top: 0px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.preventivo-footer .prod-wrapper {
    width: 380px;
    max-width: 100%;
    display: none;
}

.preventivo-footer .prod-wrapper picture {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    position: absolute;
    background-color: #ebebeb;
    border: 10px solid #ebebeb;
    overflow: hidden;
    bottom: 100px;
}
.preventivo-footer .prod-wrapper picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.preventivo-footer .sede {
    padding: 20px 0px;
    text-align: center;
    max-width: 350px;
}

.preventivo-footer .sede h3 {
    font-size: 20px;
    color: #172556;
    margin-bottom: 15px;
}
.preventivo-footer .sede h3.mini-cta-prev {
    font-size: 1.46em;
}

.preventivo-footer .sede p {
    margin: 8px 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.preventivo-footer .sede i {
    color: #172556;
}
    
/*--------------CHI SIAMO------------------*/
#perche_sceglierci {
    text-align: center;
}
#need_containers h2,
#il_successo h2 {
    font-size: 2.6em;
    margin-top: 10px;
    margin-bottom: 30px;
}
#need_containers p,
#il_successo p {
    font-size: 1.2em;
    line-height: 1.3;
}
section#need_containers {
    padding-bottom: 0px;
}
.griglia-scelta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 600px;
    margin: 40px auto;
    gap: 20px;
    margin-bottom: 20px;
}
.griglia-scelta .elemento {
    display: flex;
}
.griglia-scelta .elemento .left {
    width: 30%;
    padding: 20px;
}
.griglia-scelta .elemento .left svg {
    fill: #ff8c17;
}
.griglia-scelta .elemento .right {
    width: 70%;
    text-align: left;
}
.griglia-scelta .elemento p {
    font-size: 14px;
}
#perche_sceglierci .button {
    display: block;
    margin: 40px auto;
    width: fit-content;
    padding: 15px 40px;
    font-size: 1em;
    color: #fff;
    border-radius: 5px 25px;
}
#perche_sceglierci img {
    margin-top: 20px;
    max-width: 500px;
}
#need_containers .row .col:first-child {
    padding: 5%;
    padding-top: 10px;
}
#il_successo .row .col:last-child {
    padding: 5%;
    padding-top: 10px;
}

/*--------------CONTATTI------------------*/
section#form_di_contatto {
    padding-top: 7%;
}
section#form_di_contatto .mappa-wrapper {
    filter: saturate(0.1);
}
.contattaci-wrapper {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}
.contattaci-wrapper::after {
    content: "";
    display: block;
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #ffd6a8;
}
.contattaci-wrapper .row {
    position: relative;
    align-items: center;
    z-index: 1;
}
.contattaci-wrapper h2 {
    font-size: 1.7em;
}
.app-mobile .contattaci-wrapper h2 {
    text-align: center;
}

.contattaci-wrapper .istruzioni-form {
    margin: 30px 0px;
    font-size: 1.2em;
}


.wpcf7-form input{
    padding: 6px 8px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
    width: 100%;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea{
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
    height: 100px;
    width: 100%;
}
.wpcf7-form label {
    font-size: 14px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #1a73e8;
    background: white;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #9ca3af;
}

.privacy-check {
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 1.4rem;
    color: #6c757d;
}

.privacy-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #1a73e8;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: #ff8c17;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 12px;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}
.wpcf7-spinner {
    position: absolute;
    bottom: 40px;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #ff8c17;
}

.wpcf7-form-control.wpcf7-submit::after {
    content: '→';
    font-size: 1.2rem;
}




/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; /* normale */
}

.light-text {
  font-weight: 300;
}

.bold-text {
  font-weight: 700;
}

/*------------------------------------*\
    ANIMAZIONI
\*------------------------------------*/

@keyframes linea-carosello {
    0% {
        top: -30vh;
    }
    100% {
        top: -70vh;
    }
}
@keyframes linea-carosello-alt {
    0% {
        top: -50vh;
    }
    100% {
        top: -15vh;
    }
}
@keyframes home-cursor {
    0% {
        top: 10px;
    }
    40% {
        top: 10px;
    }
    100% {
        top: -50px;
    }
}
@keyframes spinner-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
@keyframes spinner-rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
} 

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (min-width: 480px) {
    
    .home.app-mobile section h2 {
        font-size: 2.2em;
    }
    
    .app-mobile .slick-next,
    .app-mobile .slick-prev {
        width: 30px;
        height: 30px;
    }
    .contattaci-wrapper h2 {
        font-size: 2em;
    }
    .preventivo-footer {
        padding: 50px;
    }
    .preventivo-footer .sede {
        padding: 40px 20px;
    }
    .preventivo-footer .sede h3.mini-cta-prev {
        font-size: 1.8em;
    }
}
@media (min-width: 540px) {
    .wrapper-prodotti {
        grid-template-columns: 1fr 1fr;
    }
    .app-mobile .slick-next,
    .app-mobile .slick-prev {
        width: 35px;
        height: 35px;
    }

}
@media (min-width: 640px) {
    .prodotto-loop picture {
        border-radius: 15px;
    }
    .wrapper-prodotti {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .preventivo-form .glue p {
        flex-direction: row;
        gap: 20px;
    }
    .preventivo-section .row .col.form-wrap {
        padding: 30px;
    }
    .app-mobile .slick-next,
    .app-mobile .slick-prev {
        width: 40px;
        height: 40px;
    }
    .contattaci-wrapper h2 {
        font-size: 2.2em;
    }
    .wpcf7-form input{
        padding: 8px 10px;
    }
    
    .wpcf7-form label {
        font-size: 16px;
    }
    .app-mobile .header-prodotto .titolo {
        font-size: 2.2em;
    }
}
@media (min-width: 768px) {
    .footer {
        text-align: left;
        padding-top: 80px;
    }
    .copyright-container {
        flex-direction: row;
        border-top: 1px solid #ccc;
        padding-top: 30px;
    }
    
    .wrapper-prodotti {
        gap: 20px;
    }
    .preventivo-section .row .col {
        width: 5%;
    }
    .preventivo-section .row .col.form-wrap {
        width: 95%;
    }
}
@media(min-width: 860px){
    .footer-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .wpcf7-form input{
        padding: 10px 14px;
    }
    .footer-column {
        text-align: left;
    }
    .footer-address {
        text-align: left;
    }
    .row.filtri-shop {
        gap: 60px;
        margin-bottom: 0px;
        padding-top: 40px;
    }
    .shop-sidebar {
        padding-top: 10px;
        border: none;
        border-right: 2px solid #d1cec8;
        padding-right: 20px;
    }
    ul.lista-filtri {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 3px;
        max-height: unset;
        overflow: unset;
    }
    .shop-needcontainers {
        flex-direction: row;
    }
    .shop-sidebar {
        width: 26%;
    }
    .shop-needcontainers .shop-right {
        width: 74%;
    }
    .preventivo-info {
        width: 30%;
    }
    .preventivo-section .row .col.form-wrap {
        flex-direction: row;
        padding: 40px;
        align-items: start;
    }
    .preventivo-footer {
        flex-direction: row;
        margin: unset;
    }
    .preventivo-footer .sede {
        text-align: left;
    }
    .tito.bottom {
        bottom: 35%;
    }
    .contattaci-wrapper h2 {
        font-size: 2.7em;
    }
    .contattaci-wrapper {
        padding: 40px 30px;
    }
    .app-mobile .header-prodotto .titolo {
        font-size: 2.6em;
    }

}
@media (min-width: 980px) {
}
@media(min-width: 1080px) {
    .wrapper-prodotti {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 25px;
    }       
    .header-prodotto .row {
        gap: 20px;
    }
    .preventivo-section .row {
        gap: 60px;
    }
    .preventivo-footer .prod-wrapper {
        display: block;
    }
    .preventivo-section .row .col.form-wrap {
        padding: 60px;
    }
    .contattaci-wrapper::after {
        background-color: #ff8c17;
    }
    .wrapper-prodotti {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .wrapper-prodotti .prodotto-wrap {
        padding: 15px;
    }
    .contattaci-wrapper {
        padding: 50px;
    }
    .wpcf7-form input{
        padding: 15px 20px;
    }
}
@media (min-width: 1180px) {
    .shop-sidebar {
        width: 22%;
    }
    .shop-needcontainers .shop-right {
        width: 78%;
    }
    .preventivo-section .row .col {
        width: 10%;
    }
    .preventivo-section .row .col.form-wrap {
        width: 90%;
    }
    .prodotto-loop picture {
        border-radius: 10px;
    }
    .wrapper-prodotti .prodotto-wrap {
        border-radius: 15px;
    }
}
@media (min-width: 1280px) {
    .preventivo-section .row .col {
        width: 20%;
    }
    .preventivo-section .row .col.form-wrap {
        width: 80%;
    }
}
@media (min-width: 1480px) {
    .wrapper-prodotti {
        gap: 30px;
    }
    .shop-sidebar {
        width: 19%;
    }
    .shop-needcontainers .shop-right {
        width: 81%;
    }
    .preventivo-footer .prod-wrapper picture {
        width: 340px;
        height: 340px;
    }
    .wrapper-prodotti {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 1680px) {
    
    .shop-sidebar {
        width: 16%;
    }
    .shop-needcontainers .shop-right {
        width: 84%;
    }
    .wrapper-prodotti {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 1780px) {
    .wrapper-prodotti {
        gap: 40px;
    }
}


