@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --bs-body-bg: #FFF;
  --bs-body-color: #000;
  --bs-body-font-weight: 200;
  --bs-body-font-family: "Roboto", sans-serif;
  --bs-body-font-size: 0.8rem;
  --bs-link-color: #1A1A1A;
  --bs-link-hover-color: #666;
  --bs-link-font-weight: 200;
  --bs-border-color: #dedede;
  --bs-nav-link-font-size: 0.7rem;  
  --bs-nav-link-font-weight:400;
  --bs-title-font-family: "League Spartan", sans-serif;
  --color-01: #fefefe;
  --primary-color: #000000;
  --secondary-color: #666;
  --border-color: #000;
  --btn-primary-border-radius: 0.6rem;
  --btn-primary-color: #fff;
  --btn-primary-background-color: #000000;
  --btn-primary-border-color: #000000;
  --btn-primary-hover-color: #fff;
  --btn-primary-background-hover-color: #000000;
  --btn-primary-border-hover-color: #000000;
  --btn-primary-font-weight: 400;
  --btn-secondary-border-radius: 0;
  --btn-secondary-color: #FFFFFF;
  --btn-secondary-background-color: transparent;
  --btn-secondary-border-color: #FFFFFF;
  --btn-secondary-hover-color: #fff;
  --btn-secondary-background-hover-color: rgba(255,255,255,0.3);
  --btn-secondary-border-hover-color: #FFFFFF;
  --btn-secondary-font-weight: 400;
}
.btn-primary {
  --bs-btn-bg: var(--btn-primary-background-color);
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  line-height: 2rem;
  text-decoration: unset;
}
.btn-primary:hover {
  background-color: #666;
  border: 0;
}
.close{
  background-color: transparent;
  border: 0;
}
h1{font-size: 2rem;}
.navbar{
  --bs-navbar-padding-y: 0rem;
  top:40px;
}
.navbar-content{
  border-radius: 30px;
  background-color: #404040; /* rgba(0, 0, 0, 0.25);*/
  padding: 0 20px;
  height: 30px;
  align-items: center;
  display: flex;
  line-height: 30px;
  color: #ffffff;
}
.navbar-content button{
  color: #ffffff;
}
.nav-link .oncart {
  position: absolute;
  top: -0px;
  right: -10px;
  background-color: rgba(255, 255, 255, 0.5);;
  color: #000000;
  font-size: 0.6rem!important;
  padding: 2px 4px;
  text-align: center;
  width: 15px;
  border-radius: 50%;
  font-weight: 400;
  line-height: 1;
  z-index: 10;
}
.nav-link{
  position: relative;
}
.nav-link::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s ease;
}
.nav-link:hover::before{
  width: 100%;  
}
.navbar-brand{
  font-weight: 800;
  margin-right:0;
  filter: invert(1);
  line-height: 0;
}
.subMenu h2,.subMenu a{
  font-size: 1rem;
}
.subMenu ul{
  list-style: none;
  padding: 0;
}
.subMenu ul li a{
  text-decoration: none;
}
.subMenu ul > li {
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.subMenu ul > li > ul {
  margin-left: 20px;
}
.subMenu ul > li > ul > li {
  font-weight: normal;
  padding-bottom: 0px;
  text-transform: none;
}
.announcement-text{
  text-align: center;
  padding: 4px;
}
body{
  font-family: var(--bs-body-font-family);
}
.dropdown-menu{
  background: rgba(255,255,255,0.8);
  border: 1px solid #dedede;
  text-align: center;
  border-radius: 0;
  font-size: 0.8rem;
  --bs-dropdown-min-width: 6rem;
}
.dropdown-menu a{
  text-decoration: none;
}
.navbar-nav{
  --bs-nav-link-color: var(--color-01);
  --bs-nav-link-hover-color: var(--secondary-color);
  text-decoration: none;
}
.nav-link{
  text-decoration: none;
}
.nav-link:focus, .nav-link:hover{
  color: var(--primary-color);
}
a.titleLink{
  color: #fff;
  text-decoration: none;
}
a.titleLink h3{
  font-size: 6rem;
  font-family: var(--bs-title-font-family);
  font-weight: 800;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
a.titleLink:hover h3{
  opacity: 1;  
}
.navbar button{
  font-size: 0.8em;
}
#mainmenu .nav-link{
  color: #fff;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.offcanvas-header{
  justify-content: left;
}
.offcanvas{
  /*background-color: rgba(255,255,255,0.7);*/
}
.minicart-btn{
  background-color: #000;
  color: #FFF;
  text-decoration: none;
  transition: all 0.5s ease;
  width: 100%;
}
.minicart-btn:hover{
  background-color: #1A1A1A;
  color: #dedede;
}
/* TOLTO MENU PRINCIPALE */
.main-menu{
  display: block;
  margin-left: 0;
}
.menu-list-item {
  padding: 0.8rem 1rem;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  border-bottom: none;
}
/* FINE */
.button-pill{
  border:1px solid #fff;
  border-radius: 30px;
  color: #fff;
  transition: background-color 0.5s;
  font-size: 0.8rem;
}
.button-pill:hover{
  border:1px solid #fff;
  background-color: rgba(255,255,255,0.5);
}
.line-height-0{
  line-height: 0;
}
h3{
  font-size: 1rem;
}
h2{
  font-size: 1.3rem;
  font-weight: 600;
}
#footer .bg-dark a{
  color: #fff!important;
}
a{
  color: var(--bs-link-color);
}
a:hover{
  color: var(--bs-link-hover-color);
}
a.text-white:hover{
  color:#dedede!important;
}
small{
  font-size: .8em;
}
.bg-transparent{
  background-color: transparent;
}
.c-white{
  color: #fefefe;
}
.claim{
  font-size: 18px;
  margin: 0px;
}
.blur{
  filter: blur(7px);
}
.border-white{
  border: 3px solid #fefefe;
}
.border-black{
  border-color: #000;
}
.border-gray{
  border-color: #F6F6F9; 
}
.border-radius-5{
  border-radius: 25px;
}
.border-radius-bottom{
  border-radius: 0 0 25px 25px;
}
.main-wrapper{
  min-height:100vh;
}
.banner-img{
  height: 100vh;
  min-height: 400px;
  width: 100%;
  object-fit: cover;
}
.bg-gray-light{
  background: #F7F6F3;
}
.bg-gray{
  background-color: #F2F2F2!important;
}
.bg-dark{
  background-color: #000!important;
}
.bg-dark, .bg-dark a{
  color:#fff;
}
.form-control{
  margin-bottom: 10px;
  border-radius: 0;
}
#prefooter h2{
  font-size: 5rem;
  font-weight: bold;
}
#footer h5{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
#footer.bg-dark h5
,#footer.bg-dark button{
  color:#fff;
}
#footer .form-control{
  border-radius: 0;
}
#footer.bg-dark .form-control{
  background: transparent;
  color: #ffffff;
  border-radius:0;
  border: none;
  border-bottom: 1px solid  #dedede;
}
#footer.bg-dark .form-control:focus{
  background: transparent;
  color: #ffffff;
}
#footer.bg-dark .checkout-icon-list {
  filter: grayscale(1) invert(1);
}
#footer .form-check-input[type=checkbox]{
  border-radius:0;
}
#footer{
  font-size: .8em;
  text-transform: uppercase;
  border-top: 1px solid #dedede;
}

#footer a{
  text-decoration: none;
}
#footer.bg-white
,#footer.bg-white h5
,#footer.bg-white a
,#footer.bg-white p
,#footer.bg-white button{
  color: var(--bs-body-color)!important;
}
a .grayscale{
  filter: grayscale(1);
  transition: filter 0.5s ease;
}
a .grayscale:hover {
  filter: grayscale(0);
}
.collapsAMT{
  font-size: 15px;
  cursor: pointer;
  border-bottom: 1px solid;
  padding: 10px 0;
  position: relative;
  font-weight: 500;
}
.collapsAMT:after{
  content: "\2192";
  right: 2%;
  position: absolute;
  transition: transform 0.3s ease;
  font-family: "Nunito Sans", sans-serif;
}
.collapsAMT.active:after {
  transform: rotate(90deg);
}
.product-details-container svg.active{
  color:red;
}

/* PLUS E MIN al posto della freccia */
.toggle-icon {
  /*
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  */
  font-size: 15px;
  cursor: pointer;
  border-bottom: 1px solid;
  padding: 10px 0;
  position: relative;
  font-weight: 500;
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #000;
  transition: transform 0.3s ease;
  opacity: 1;
}

/* Linea orizzontale */
.toggle-icon::before {
  top: 51%;
  right: 4px;
  width: 14px;
  height: 1px;
  transform: translateY(-50%);
}

/* Linea verticale */
.toggle-icon::after {
  right: 10px;
  top: 12px;
  width: 1px;
  height: 14px;
  transform: translateX(-50%);
}

/* Stato attivo: ruota la linea verticale per farla diventare orizzontale */
.toggle-icon.active::after {
  transform: translateX(-50%) rotate(90deg);
}


/* SLIDE ------- */
.slide-anteprima, .slide-withtext {
  position: relative;
  width: 99%; /* Larghezza dell'intero slider */
  margin: 0 auto; /* Centra lo slider */
}
.slide-anteprima .slick-slide {
  margin: 0 10px; /* Spazio tra le immagini */
}
.slide-anteprima .slick-track {
  display: flex;
}
.slide-anteprima img {
  width: 100%; /* Immagini a larghezza completa del slide */
  display: block;
}
/* Mostra una parte della foto successiva */
.slide-anteprima .slick-slide {
  opacity: 0.6;
}
.slide-anteprima .slick-center {
  opacity: 1;
}
.scroll_to{
  cursor: pointer;
}

.rounded-3 {
  border-radius: .6rem !important;
}

#guidaTaglie th,td{
  padding: 5px;
  border-width: 1px;
}

.stripe_express_test .section-box,
.stripe_express .section-box,
.cod_ok .section-box{
  min-height: 60vh;
}

@media screen and (max-width: 767px){
  #navmenu{
    display: none!important;
  }
  .navbar-content{
    /*padding: 0;*/
  }
  .navbar-brand{
    margin-right: 0px;
  }
  a.titleLink h3{
    font-size: 1.8rem;
  }
  #footer{}
  h2, h3{
    font-size: 1rem;
  }
  .main-wrapper {
    min-height: auto;
  }
  .navbar-brand{
    font-size: 1.2rem;
  }
  .footer-menu-item a, .footer-text{
    line-height: 1;
  }
  #footer h5{
    font-size: 1rem;
    margin-bottom: 0px;
  }
  .footer-menu{
    padding-bottom: 0;
    display: none;
  }
  #prefooter h2{
    font-size: 3rem;
    font-weight: bold;
  }
}

