:root {
    --primary-color: #224232;
    --primary-text-color: #224232;
    --secondary-color: #4E685A;
    --background-hover: #D5D5D530;
    --border-color: #D5D5D5;
    --gun-font: "RedGun", sans-serif;
    --age-dialog-background: #224232;
    --age-dialog-header-color: #fff;
    --age-dialog-p-color: #fff;
    --age-dialog-button-background: #224232;
    --age-dialog-button-text: #fff;
    --about-text-background: #22423280;
}

.career-item-section-title{
    margin-top: 20px;
}

.lista-career-item {
    padding: 20px;
    padding-bottom: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: none;
}

.lista-career-item.last{
    border-bottom: 1px solid #000;
}

.accordion-arrow {
    transition: transform 0.2s;
}

.accordion-arrow.rotate {
    transform: rotate(180deg);
}

.career-item-container {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.career-item-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.career-item-content {
    display: flex;
    flex-direction: column; /* Imposta il flex in direzione verticale */
    justify-content: center; /* Allinea verticalmente al centro (utile se l'icona è più alta del testo) */
    align-items: flex-start; /* Allinea orizzontalmente all'inizio */
}

.career-item-icon-container {
    /* Adatta questi stili in base alle dimensioni desiderate per l'icona */
    display: flex;
    align-items: center; /* Assicura che l'icona sia centrata verticalmente */
}

.career-subtitle-text {
    text-align: center;
    font-size: 26px;
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 70px;
}
.career-subtitle-link {
    font-family: var(--gun-font);
    font-size: 28px;
}

.career-item-download-icon {
    width: 50px; /* O la dimensione che preferisci */
    height: auto; /* Mantiene le proporzioni dell'immagine */
}

.p-datepicker {
    width: 100% !important;
}
.ui-inputtextarea {
    width: 100% !important;
}
.container-career {
  display: block;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 60px;
}
.career-additional-text {
margin-top:60px;

    padding: 20px;
}
.lista-career, .form-career {
  box-sizing: border-box;
  padding: 20px;
  display: flex; /* Assicura che la lista e il form siano flessibili */
  flex-direction: column; /* Organizza il contenuto verticalmente */
}

.lista-career{
    margin-top: 0px;
    margin-bottom: 60px;
}

.lista-career ul {
  overflow-y: auto; /* Abilita lo scrolling verticale se necessario */
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1; /* Permette alla lista di crescere e occupare lo spazio disponibile */
}

.lista-career ul li {
  padding: 10px;
  border-bottom: 1px solid #ccc; /* Bordi tra gli elementi */
}

.lista-career ul li h3, .lista-career ul li p {
  margin: 0;
  padding: 5px 0;
}

.lista-career h3 {
    font-family: var(--gun-font);
    color: var(--primary-color);
    font-size: 32px;
}

.lista-career p {
    color: var(--secondary-color);
    font-size: 18px;
}

/* Sfondo alternato per gli elementi della lista */
.lista-career ul li:nth-child(odd) {
  background-color: var(--background-hover);
}

.lista-career ul li:nth-child(even) {
  background-color: #fff;
}

/* Stili per desktop */
@media (min-width: 768px) {
  .lista-career {
    flex: 40%;
  }

  .form-career {
    flex: 60%;
  }
}

/* Stili per mobile */
@media (max-width: 767px) {
  .lista-career, .form-career {
    flex: 100%;
  }
}

.single-product-action {
    margin: 0 auto !important;
}

body .ui-button {
    background: var(--primary-color);
    color: #f8fafc;
    border: 1px solid transparent;
    margin: 0;
    outline: 0 none;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

span.ui-button-text.ui-c {
    --background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.parts-menu .menu-support {
  color:  var(--primary-color);
  font-family: var(--gun-font);
  font-size: 45px;
}

.acc-product-title {
    font-size: 22px;
    font-family: var(--gun-font);
}

.category-family-title {
    font-size: 32px;
    text-transform: uppercase;
    font-family: var(--gun-font);
    color: #224231;
    font-weight: 500;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 50px;
}

.families-wrapper .footer-product-loop .discover-product a {
  font-size: 22px;
  text-transform: uppercase;
  font-family: var(--gun-font);
  color: #224231;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s, color 0.2s, text-decoration 0.2s;
}

.search-open .container-search .helper-search {
  position: absolute;
  left: 50px;
  top: 35%;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: var(--gun-font);
}
@media only screen and (max-width: 768px) {
   .search-open .container-search .helper-search {
     left: 20px;
   }
}
.search-open .container-search .input-search {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 24px;
  font-family: var(--gun-font);
  padding: 5px 0 5px 50px;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  width: 100%;
}

.search-open .container-search .input-search::-webkit-input-placeholder {
  /* Edge */
  font-size: 18px;
  font-family: var(--gun-font);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  opacity: 0.3;
}
.search-open .container-search .input-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-size: 18px;
  font-family: var(--gun-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  opacity: 0.3;
}
.search-open .container-search .input-search::placeholder {
  color: #000;
  font-size: 18px;
  font-family: var(--gun-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  opacity: 0.3;
}

.pyramid-key a {
  color: #fff;
  font-family: var(--gun-font);
}

.menu-open-content .column-menu-parent .menu-parent .box-link-menu a {
  font-size: 80px;
  color: #fff;
  font-family: var(--gun-font);
}

.menu-open-content .column-menu-parent .menu-support a {
  color: #fff;
  font-family: var(--gun-font);
  font-size: 30px;
  margin-right: 30px;
}

.menu-open-content .column-menu-child .content-submenu .box-link-menu .head-sub-menu {
  color: #fff;
  font-family: var(--gun-font);
  font-size: 35px;
}

.menu-open-content-nav .box-link-menu-nav a {
  font-size: 45px;
  color: #fff;
  font-family: var(--gun-font);
}
.content-info-category h2 {
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  font-family: var(--gun-font);
}

a.alert-compare {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 20px 60px;
  background-color: var(--primary-color);
  font-family: var(--gun-font);
  font-size: 20px;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 3;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.25);
}

.head-filter h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0px;
  font-family: var(--gun-font);
}

.info-product-loop h3 {
  font-size: 25px;
  font-family: var(--gun-font);
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--primary-text-color);
}

.archive-compare .head-filter {
  justify-content: center;
  font-family: var(--gun-font);
}
.archive-compare .head-filter h3 {
  font-family: var(--gun-font);
}

.title-product {
  font-size: 50px;
  font-family: var(--gun-font);
  color: var(--primary-text-color);
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.container-prodcut .p-grid .colonna-testo .content-excerpt h3 {
  font-family: var(--gun-font);
 color: var(--primary-text-color);
  font-weight: bold;
}

.title-separate-faq {
  margin-top: 20px;
  font-family: var(--gun-font);
 color: var(--primary-text-color);
  font-size: 40px;
  margin-bottom: 30px;
}

.step-account-page .ui-datatable-tablewrapper td {
  font-size: 18px;
  font-weight: bold;
 color: var(--primary-text-color);
  font-family: var(--gun-font);
}

.form-edit-account .disabled input, .form-edit-account .input-invariable {
  font-family: var(--gun-font);
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-text-color);
  border-color: #fff !important;
  margin-top: 0px;
}



.form-edit-account input, .form-edit-account .input-invariable {
    font-family: var(--gun-font);
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-text-color);
    border-color: #00000020 !important;
    margin-top: 0px;
}

.box-confirm-registration .field-input label {
  position: absolute;
  top: 14%;
  left: 12px;
  margin-bottom: 0px;
  font-size: 25px;
  font-family: var(--gun-font);
}

.form-edit-account .disabled .select-field {
  font-family: var(--gun-font);
  font-size: 25px;
  font-weight: bold;
 color: var(--primary-text-color);
  border-color: #fff !important;
}

.step-account-page h3.title-step-table {
  font-size: 25px;
  font-family: var(--gun-font);
  font-weight: bold;
 color: var(--primary-text-color);
}

.sidebar-account-page .menu-account-page h2.head-menu {
  font-family: var(--gun-font);
  color: #fff;
  margin-bottom: 20px;
}

.sidebar-account-page .menu-account-page .box-account-page h3 {
  font-size: 25px;
  font-family: var(--gun-font);
  color: #fff;
  margin: 0;
}

.step-account-page .ui-panel-titlebar span {
  font-size: 25px;
  font-family: var(--gun-font);
 color: var(--primary-text-color);
}

.content-404 h1 {
  position: relative;
 color: var(--primary-text-color);
  font-family: var(--gun-font);
  font-size: 500px;
  font-weight: bold;
  opacity: 0.2;
  z-index: 1;
}

.content-404 .box-404 h2 {
  font-size: 40px;
  font-family: var(--gun-font);
 color: var(--primary-text-color);
  font-weight: bold;
}

.body-cart .preview-cart .preview-cart-info h2, .body-cart .preview-cart .preview-cart-info h2 a {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: var(--gun-font);
  margin-bottom: 15px;
 color: var(--primary-text-color);
}

.body-table-checkout h4 {
  font-family: var(--gun-font);
  font-size: 18px;
  font-weight: 400;
}

.footer-menu .link-menu a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: var(--gun-font);
}

.parallax-contact .p-grid .box-division h3 {
  font-family: var(--gun-font);
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}

.parallax-store.parallax-map .p-grid .filtro-ricerca .block-scroll h2 {
  font-size: 50px;
  color: #fff;
  font-family: var(--gun-font);
}

.parallax-store.parallax-map .p-grid .filtro-ricerca .block-scroll .scroll-reseller .box-reseller h3 {
  color: #fff;
  font-family: var(--gun-font);
  margin-bottom: 30px;
}

.content-manual .title-cta {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  font-family: var(--gun-font);
  letter-spacing: 1px;
  margin-top: 0px;
}

.parallax-about .p-col-4 h2 {
  margin-bottom: 20px;
  font-family: var(--gun-font);
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: bold;
}

.content-cta .title-cta {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  font-family: var(--gun-font);
  letter-spacing: 1px;
  margin-top: 0px;
}

.pre-footer .box-prefooter h2 {
 color: var(--primary-text-color);
  font-family: var(--gun-font);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 10px;
}

.title-page {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  font-family: var(--gun-font);
  letter-spacing: 1px;
  margin-top: 10px;
 color: var(--primary-text-color);
}

.slideProducts .box-product-slide h2 {
  font-family: var(--gun-font);
  font-weight: bold;
 color: var(--primary-text-color);
}

.title-decoration-slide {
  font-family: var(--gun-font);
  position: absolute;
  font-size: 100px;
  top: -120px;
  right: 60px;
 color: var(--primary-text-color);
  font-weight: 400;
}

.banner-home h2 {
  font-family: var(--gun-font);
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title-decoration-slide-2 {
  font-family: var(--gun-font);
  position: absolute;
  font-size: 75px;
  line-height: 75px;
  top: -15px;
  right: 50px;
  color: #fff;
  font-weight: 600;
  z-index: 2;
}

.selettore-slide .colonna-selettore-slide h2 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  font-family: var(--gun-font);
}

.title-decoration-slide-3 {
  font-family: var(--gun-font);
  position: absolute;
  font-size: 50px;
  line-height: 50px;
  top: 65px;
  right: 50px;
  color: #fff;
  font-weight: 400;
  z-index: 2;
}

.parallax-contact .p-grid .p-col-6.col-orange {
  position: relative;
  overflow: hidden;
  background-color: var(--primary-color-80);
}
.parallax-contact .p-grid .p-col-6.col-orange img {
  position: absolute;
  width: 200%;
  top: -80%;
  left: -55%;
  opacity: 0.3;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}



.logo-footer {
    width: 400px;
}

.footer-page {
    position: relative;
    padding: 100px 100px 0 100px;
    background-color: var(--primary-color);
    overflow: hidden;
}


.menu-open {
   background: var(--primary-color);
}

.footer-product-loop .discover-product a {
    color: #000;
}

.info-product-loop .price-product-loop {
    color: #000;
}

.info-product-loop h5.product-sku {
    color: #000;
}

.archive-sort h3 {
    color: #000;
}

.info-topbar p, .messagge-scroll p {
     color: #000;
}

.p-col-4.black-ground {
    background-color: var(--about-text-background) !important;
}


.subscribe-discover{
    color: #fff;
    font-family: var(--gun-font);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 10px;
}

@media screen and (max-width: 400px) {
  .title-page {
      font-size: 40px;
      width: 80vw;
      margin-left: auto;
      margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
    .lista-career h3 {
        font-family: var(--gun-font);
        color: var(--primary-color);
        font-size: 22px;
    }
    .career-subtitle-text {
        font-size: 20px;
        max-width: 100%;
    }
    .career-subtitle-link {
        font-size: 22px;
    }

    .career-item-download-icon {
        width: 30px; /* O la dimensione che preferisci */
        height: auto; /* Mantiene le proporzioni dell'immagine */
    }
}

.dealers-link {
    color: white !important;
}

.box-reseller-action {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.flex-buy-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
@media screen and (max-width: 767px) {
   .flex-buy-buttons {
       flex-direction: column;
   }
   .single-product-action .p-col-6 {
       width: 100%;
       text-align: center;
   }
}

.buy-now-button{
   background-color: #b7885d !important;
}

.locator-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* 50% transparent black */
    pointer-events: none; /* Allows click events to pass through the mask */
}