/*****************************************
			LOADER
******************************************/
#loader-container {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999999999;
}
.loader {
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(farthest-side, #000000 94%, #0000),
    radial-gradient(farthest-side, #149bd7 94%, #0000),
    radial-gradient(farthest-side, #000000 94%, #0000),
    radial-gradient(farthest-side, #149bd7 94%, #0000), #000000;
  background-size: 105% 105%;
  background-repeat: no-repeat;
  animation: l5 2s infinite;
}
@keyframes l5 {
  0% {
    background-position:
      50% -110px,
      -100px 50%,
      50% calc(100% + 110px),
      calc(100% + 110px) 50%;
  }
  20%,
  25% {
    background-position:
      50% -110px,
      -110px 50%,
      50% calc(100% + 110px),
      50% 50%;
  }
  45%,
  50% {
    background-position:
      50% -110px,
      -110px 50%,
      50% 50%,
      50% 50%;
  }
  75%,
  75% {
    background-position:
      50% -110px,
      50% 50%,
      50% 50%,
      50% 50%;
  }
  95%,
  100% {
    background-position:
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%;
  }
}
/**** /END LOADER *****/
/*****************************************
			MENU
******************************************/
.header-nav .nav > li.menu-item-has-children > a:after,
.header-nav .nav > li.sub-menu-down > a:after {
  display: none;
}
.site-header .extra-nav .extra-cell .login-link {
  display: inline-block !important;
}
.text-\[25px\] {
  font-size: 25px !important;
}
@media (min-width: 1200px) {
  .xl\:text-\[30px\] {
    font-size: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .logo-header {
    width: 120px;
  }
  .site-header .extra-nav .extra-cell ul li a {
    font-size: 14px;
  }
  .site-header .extra-nav {
    padding-right: 25px !important;
  }
  .logo-header img {
    height: auto;
    width: 100%;
    max-width: unset;
  }
  .header-nav .nav > li > a {
    padding: 0 !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 1200px) {
  .header-nav .nav > li > a {
    padding: 0 !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1300px) {
  .header-nav .nav > li > a {
    padding: 0 !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1400px) {
  .header-nav .nav > li > a {
    padding: 0 !important;
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 575px) {
  .sticky-header[header-msg="true"] .navbar-toggler.open {
    margin-top: -30px !important;
  }
}

.screen-lock {
  overflow: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
/**** /END MENU *****/
/*****************************************
			INDEX
******************************************/
@media (min-width: 992px) {
  .main-slider-wrapper .h1 {
  }
}
@media (min-width: 1200px) {
  .main-slider-wrapper .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1350px) {
  .main-slider-wrapper .h1 {
  }
}
@media (min-width: 1400px) {
  .main-slider-wrapper .h1 {
  }
}
@media (min-width: 1520px) {
  .main-slider-wrapper .h1 {
  }
}

.main-slider-wrapper .slider-thumbs .img-preview {
  aspect-ratio: 3 / 4;
}

.main-slider-wrapper .slider-main:not(.slick-initialized) > .slick-slide:not(:first-child),
.main-slider-wrapper .slider-thumbs:not(.slick-initialized) > .slick-slide:not(:first-child),
.main-slider-wrapper .slider-main.slick-loading > .slick-slide:not(:first-child),
.main-slider-wrapper .slider-thumbs.slick-loading > .slick-slide:not(:first-child) {
  display: none !important;
}

.main-slider-wrapper .slider-main:not(.slick-initialized) > .slick-slide:first-child,
.main-slider-wrapper .slider-thumbs:not(.slick-initialized) > .slick-slide:first-child,
.main-slider-wrapper .slider-main.slick-loading > .slick-slide:first-child,
.main-slider-wrapper .slider-thumbs.slick-loading > .slick-slide:first-child {
  display: block !important;
  visibility: visible !important;
}

.shop-section .swiper-shop:not(.swiper-initialized) .swiper-wrapper {
  gap: 15px;
}

.shop-section .swiper-shop:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 calc((100% - 60px) / 5);
  max-width: calc((100% - 60px) / 5);
}

@media (min-width: 340px) {
  .shop-section .swiper-shop:not(.swiper-initialized) .swiper-slide {
    flex-basis: calc((100% - 15px) / 2);
    max-width: calc((100% - 15px) / 2);
  }
}

@media (min-width: 575px) {
  .shop-section .swiper-shop:not(.swiper-initialized) .swiper-slide {
    flex-basis: calc((100% - 15px) / 2);
    max-width: calc((100% - 15px) / 2);
  }
}

@media (min-width: 767px) {
  .shop-section .swiper-shop:not(.swiper-initialized) .swiper-slide {
    flex-basis: calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3);
  }
}

@media (min-width: 991px) {
  .shop-section .swiper-shop:not(.swiper-initialized) .swiper-slide {
    flex-basis: calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3);
  }
}

@media (min-width: 1400px) {
  .shop-section .swiper-shop:not(.swiper-initialized) .swiper-slide {
    flex-basis: calc((100% - 45px) / 4);
    max-width: calc((100% - 45px) / 4);
  }
}

@media (min-width: 1600px) {
  .shop-section .swiper-shop:not(.swiper-initialized) .swiper-slide {
    flex-basis: calc((100% - 60px) / 5);
    max-width: calc((100% - 60px) / 5);
  }
}
/**** /END INDEX *****/
/*****************************************
			FAQ
******************************************/
.faq-count {
  display: none;
  margin-left: 8px;
  background-color: var(--primary);
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: -10px;
}
/**** /END FAQ *****/
/*****************************************
			RILEGATURE
******************************************/
/*.sidebar-configuratore */
.option {
}
/*.sidebar-configuratore */
.option:hover {
  border-color: var(--color-primary-500) !important;
}
/*.sidebar-configuratore */
.option.active {
  border-color: var(--color-primary-500) !important;
}
/*.sidebar-configuratore */
.option.border-active-trasparent.active {
  border-color: transparent !important;
}
/*.sidebar-configuratore */
.option.border-active-trasparent.active span {
  background-color: var(--color-gray-900) !important;
  color: var(--color-white) !important;
}
#step-servizi-aggiuntivi .blocco-riepilogo-configurazione > div {
  padding-bottom: 20px;
}
#step-prodotti-aggiuntivi .blocco-riepilogo-configurazione > div {
  padding-bottom: 20px;
}
html:not(.mobile) #sidebar-configuratore .nice-select { 
}
#sidebar-configuratore .nice-select {
	height: auto;
	display: flex;
}
#sidebar-configuratore .nice-select .list{
	padding: 10px 10px 10px 10px;
}
#sidebar-configuratore .nice-select .current,
#sidebar-configuratore .nice-select li {
	height: auto;
	white-space: normal;
	line-height: normal;
	padding: 0px 45px 0px 0px;
	margin-top: auto;
	margin-bottom: auto;
}
#sidebar-configuratore .nice-select li.option{
	padding: 5px;
}
html:not(.mobile) #sidebar-configuratore .nice-select .current,
html:not(.mobile) #sidebar-configuratore .nice-select li {
	
}
html:not(.mobile) #sidebar-configuratore .nice-select .current {
}
html:not(.mobile) #sidebar-configuratore .nice-select li {
}
html.mobile #sidebar-configuratore .nice-select .current,
html.mobile #sidebar-configuratore .nice-select li {
  white-space: break-spaces;
  min-height: max-content;
  line-height: normal;
  padding-top: 8px;
  padding-bottom: 8px;
}
html.mobile #sidebar-configuratore .nice-select .current {
  padding-right: 40px;
}
html.mobile #sidebar-configuratore .nice-select li {
  border-top: 1px solid #d1d5dc;
}
.zoom-lens {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #aaa;
  box-shadow: 0 2px 8px #0002;
}
/**** /END RILEGATURE *****/
/*****************************************
			PROCESSO TESI
******************************************/

#loading.loading-container {
  bottom: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999999999;
  top: 0;
  left: 0;
  right: 0;
  clear: both;
  position: fixed;
}
@keyframes loading-1 {
  0% {
    top: 58.211999999999996px;
    height: 114.57600000000001px;
  }
  100%,
  50% {
    top: 79.69500000000001px;
    height: 71.61px;
  }
}
@keyframes loading-2 {
  0% {
    top: 63.58275px;
    height: 103.8345px;
  }
  100%,
  50% {
    top: 79.69500000000001px;
    height: 71.61px;
  }
}
@keyframes loading-3 {
  0% {
    top: 68.95349999999999px;
    height: 93.09300000000002px;
  }
  100%,
  50% {
    top: 79.69500000000001px;
    height: 71.61px;
  }
}
.loading div {
  position: absolute;
  width: 36.96px;
  box-sizing: content-box;
}
.loading div:first-child {
  left: 39.27px;
  background: #008dbf;
  animation: 0.9803921568627451s cubic-bezier(0, 0.5, 0.5, 1) infinite loading-1;
  animation-delay: -0.196s;
}
.loading div:nth-child(2) {
  left: 97.02px;
  background: #008dbf;
  animation: 0.9803921568627451s cubic-bezier(0, 0.5, 0.5, 1) infinite loading-2;
  animation-delay: -0.098s;
}
.loading div:nth-child(3) {
  left: 154.77px;
  background: #008dbf;
  animation: 0.9803921568627451s cubic-bezier(0, 0.5, 0.5, 1) infinite loading-3;
  animation-delay: undefineds;
}
.loading-spinner {
  width: 231px;
  height: 231px;
  display: inline-block;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.loading {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.percent {
  position: absolute;
  bottom: 20px;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 700;
  color: #008dbf;
  width: 100%;
}
.step-processo .group.servizio-aggiuntivo svg {
  width: 100%;
  max-width: 5rem;
}
.step-processo .group.prodotto-aggiuntivo svg {
  width: 100%;
  max-width: 5rem;
}
.step-processo .conferma-ordine {
  display: none;
}
.nice-select ul.list {
  max-height: 300px;
  overflow-y: auto;
}
/**** /END PROCESSO TESI *****/
/*****************************************
			NEWSLETTER FORM
******************************************/
footer #newsletter-email::placeholder {
  color: #fff !important;
}
/**** /END NEWSLETTER FORM *****/

/*****************************************
	CSS CUSTOM TEMPI DI SPEDIZIONE (inizio)
******************************************/
.tempi-spedizione-wrapper {
  background: #f8fafc;
}
.tempi-banner {
  background: linear-gradient(90deg, var(--primary), #149bd7 80%);
}
.tempi-title {
  font-weight: 700;
  letter-spacing: -1px;
}
.tempi-subtitle {
  font-size: 1.25rem;
  opacity: 0.95;
}
.tempi-main-row {
  gap: 2rem;
}
.tempi-main-content {
  padding-right: 2rem;
}
.tempi-main-imgcol {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tempi-box {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 16px #0001;
  margin-bottom: 2rem;
  padding: 2rem 1.5rem;
}
.tempi-section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.tempi-timeline {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.tempi-timeline li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.tempi-timeline-label {
  min-width: 110px;
  font-weight: 500;
  color: var(--primary);
}
.tempi-timeline-desc {
  margin-left: 0.5rem;
}
.tempi-alert {
  background: #e0f7fa;
  color: #007b8a;
  border-left: 4px solid var(--primary);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
  font-size: 1rem;
}
.tempi-box--fastlane {
  border-left: 4px solid #f59e42;
}
.tempi-box--imballo {
  border-left: 4px solid #149bd7;
}
.tempi-box--tracking {
  border-left: 4px solid #4caf50;
}
.tempi-box--faq {
  border-left: 4px solid #6c63ff;
}
.tempi-img-row {
  gap: 1.5rem;
}
.tempi-img-thumb {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 8px #0001;
  padding: 1rem;
  display: flex;
  justify-content: center;
}
.tempi-img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}
.tempi-faq {
  margin-top: 1rem;
}
.tempi-faq-item {
  margin-bottom: 1rem;
}
.tempi-faq-question {
  width: 100%;
  text-align: left;
  background: #f3f4f6;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}
.tempi-faq-question.active,
.tempi-faq-question:hover {
  background: #e0e7ef;
}
.tempi-faq-answer {
  display: none;
  padding: 0.75rem 1rem 0.5rem 1rem;
  background: #f9fafb;
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 0.98rem;
}
@media (max-width: 991px) {
  .tempi-main-row {
    flex-direction: column;
    gap: 0;
  }
  .tempi-main-content {
    padding-right: 0;
  }
}
/*****************************************
	CSS CUSTOM TEMPI DI SPEDIZIONE (fine)
******************************************/

/*****************************************
 CSS CUSTOM TEMPI DI SPEDIZIONE - ICONS & CTA (inizio)
******************************************/
.tempi-servizi-bar {
  margin-top: -2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}
.tempi-servizio {
  min-width: 180px;
  gap: 0.75rem;
  align-items: center;
}
.tempi-servizio-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0f7fa;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.tempi-servizio-label {
  font-size: 1rem;
  line-height: 1.2;
}
.tempi-cta-wrapper {
  margin-bottom: 2.5rem;
}
.tempi-cta-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}
.tempi-cta-form {
  min-width: 260px;
}
.tempi-cta-stima {
  min-width: 220px;
  background: #e0f7fa;
  border-radius: 1rem;
  box-shadow: 0 2px 8px #0001;
  padding: 5.2rem 1.5rem;
}
.tempi-input {
  border: 1px solid #cbd5e1;
  background: #fff;
  font-size: 1rem;
  transition: border 0.2s;
}
.tempi-input:focus {
  border-color: var(--primary, #149bd7);
  outline: none;
}
.tempi-btn-primary {
  background: var(--primary, #149bd7);
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 2rem;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
}
.tempi-btn-primary:hover {
  background: #0e7ca6;
}
@media (max-width: 991px) {
  .tempi-servizi-bar {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1rem;
  }
  .tempi-cta-box {
    flex-direction: column;
    gap: 1.5rem;
  }
}
/*****************************************
 CSS CUSTOM TEMPI DI SPEDIZIONE - ICONS & CTA (fine)
******************************************/

/*****************************************
 CSS CUSTOM TESI PRIME CARD (inizio)
******************************************/
.tempi-prime-card-wrapper {
  margin-bottom: 2.5rem;
}
.tempi-prime-card {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 2px 12px #149bd71a;
  border: 1.5px solid #e0e7ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem 1.5rem 1.2rem;
  gap: 1.5rem;
}
.tempi-prime-icon {
  background: #f7f7f7;
  border-radius: 0.75rem;
  padding: 0.7rem;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tempi-prime-title {
  color: #149bd7;
  font-size: 1.08rem;
  font-weight: 600;
}
.tempi-prime-title .text-[#d32f2f] {
  color: #d32f2f !important;
}
.tempi-prime-desc {
  color: #444;
  font-size: 0.98rem;
  margin-top: 0.2rem;
}
.tempi-prime-link {
  color: #149bd7;
  font-weight: 600;
  font-size: 0.98rem;
  margin-top: 0.3rem;
  text-decoration: none;
  transition: color 0.2s;
}
.tempi-prime-link:hover {
  color: #d32f2f;
}
.tempi-prime-btn {
  border: 1.5px solid #149bd7;
  color: #149bd7;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.6rem 1.3rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
}
.tempi-prime-btn:hover {
  background: #149bd7;
  color: #fff;
}
@media (max-width: 700px) {
  .tempi-prime-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.2rem 0.7rem;
    gap: 1rem;
  }
  .tempi-prime-btn {
    width: 100%;
    text-align: center;
  }
}
/*****************************************
 CSS CUSTOM TESI PRIME CARD (fine)
******************************************/

/*****************************************
 CSS CUSTOM TEMPI365 3 COLONNE INFO (inizio)
******************************************/
.tempi-info-row {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.tempi-info-col {
  flex: 1 1 0;
  min-width: 260px;
  max-width: 100%;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 2px 12px #e0e7ef33;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  border-left: 4px solid #149bd7;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.tempi-info-col h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  color: #149bd7;
}
.tempi-info-col p {
  color: #222;
  font-size: 1rem;
  margin-bottom: 0;
}
.tempi-info-col--imballo {
  border-left-color: #149bd7;
}
.tempi-info-col--tracking {
  border-left-color: #4caf50;
}
@media (max-width: 991px) {
  .tempi-info-row {
    flex-direction: column;
    gap: 1.2rem;
  }
  .tempi-info-col {
    min-width: 0;
    padding: 1.2rem 1rem 1rem 1rem;
  }
}
/*****************************************
 CSS CUSTOM TEMPI365 3 COLONNE INFO (fine)
******************************************/
.img-preview {
  aspect-ratio: 4 / 5;
  width: 100%;
  overflow: hidden;
}
/*****************************************
 CSS CUSTOM ALTEZZA MENU
******************************************/
header.header-transparent {
  margin-top: var(--header-offset, 0px);
  transition: margin-top 0.25s;
}
