:root {
    --primary-color: #F1A63B;
    --primary-text-color: #000;
    --secondary-color: #fff;
    --background-hover: #D5D5D530;
    --border-color: #D5D5D5;
    --primary-color-80: #F1A63B80;
    --gun-font: proxima-nova, sans-serif;
    --age-dialog-background: #fff;
    --age-dialog-header-color: #F1A63B;
    --age-dialog-p-color: #000;
    --age-dialog-button-background: #000;
    --age-dialog-button-text: #fff;
    --about-text-background: #F1A63B80;
}



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

body .ui-button {
    background: #000;
    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(--age-dialog-button-background);
    border-color: var(--age-dialog-button-background);
}

.ageDialog .ui-button:hover {
    background-color: var(--age-dialog-button-background);
    border-color: var(--age-dialog-button-background);
}

.ageDialogLogo {
    width: 80%;
}

.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: 68px;
  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;
}

.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-brand img{
    height: auto;
    width:400px;
}

.logo-footer {
    width: 400px;
}

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


.menu-open {
    background: #f1a63b;
}

.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: #000;
    font-family: var(--gun-font);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 10px;
}

.social-footer {
    filter: invert(1);
}

.layout-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 0px;
}
.button-stroke
 {
  position: relative;
  display: inline-block;
  padding: 15px 50px;
  color: #000 !important;
  font-weight: 500;
  margin-top: 30px;
}
.button-stroke .line-h {
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #224231;
  transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
}
.button-stroke .line-h.top {
  top: 0;
  left: 0;
}
.button-stroke .line-h.bottom {
  bottom: 0;
  right: 0;
}

.button-stroke.no-top {
  margin-top: 0px;
}

.button-stroke.white {
    color: #fff !important;
    font-size: 24px;
}

.button-stroke.white .line-h {
  background-color: #fff;
}

.button-stroke:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0px;
  background-color: var(--primary-color);
  left: 0;
  top: 0;
}

.button-stroke.white:before, .button-stroke.white:after {
  background-color: #fff;
}

.button-stroke:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0px;
  background-color: var(--primary-color);
  right: 0;
  top: 0;
}

.button-stroke:hover .line-h {
  width: 100%;
}

@media screen and (max-width: 400px) {
    .logo-brand img {
        height: auto;
        width: 60vw;
    }
    .content-cta .title-cta {
        font-size: 40px;
    }
}
.dealers-link {
    color: white !important;
}

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

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

.flex-buy-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@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 */
}