@charset "UTF-8";
/*::::::::::::::::::::::::::::
::::::::::::::    * A_SETTINGS INDEX CSS
::::::::::::::      Note:
:::::::::::::: 01 * A_SETTINGS Import
::::::::::::::      Note: Impostazioni per css per M portal
:::::::::::::: 02 * A_SETTINGS Font
::::::::::::::      Note: Impostazioni font
:::::::::::::: 03 * A_SETTINGS Color
::::::::::::::      Note: Impostazioni colori
:::::::::::::: 04 * A_SETTINGS Background Color
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 05 * A_SETTINGS Text Color
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 06 * A_SETTINGS Main Section
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 07 * A_SETTINGS font
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 08 * A_SETTINGS img-hover
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 09 * A_SETTINGS jarallax
::::::::::::::      Note: Impostazioni per css jarallax-keep-img
:::::::::::::: 10 * A_SETTINGS animate
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 11 * A_SETTINGS sticky-menu
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 12 * A_SETTINGS primary-menu
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 13 * A_SETTINGS shadow
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 14 * A_SETTINGS radius
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 15 * A_SETTINGS button a5t
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 16 * A_SETTINGS button
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 17 * A_SETTINGS cf7
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 18 * A_SETTINGS cf7
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 19 * A_SETTINGS loader
::::::::::::::      Note: impostazioni per modificare il loader
:::::::::::::: 20 * A_SETTINGS gototop
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 21 * A_SETTINGS sidenav
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 22 * A_SETTINGS menu mobile
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 23 * A_SETTINGS equal cols
::::::::::::::      Note: Impostazioni per css
:::::::::::::: 24 * A_SETTINGS magic-mouse-js
::::::::::::::      Note: Impostazioni per togliere il cursore definitivamente
:::::::::::::: 25 * A_SETTINGS progress-js
::::::::::::::      Note: Impostazioni per togliere il cursore definitivamente
:::::::::::::: 26 * A_SETTINGS breakpoints
::::::::::::::      Note: Impostazioni per togliere il cursore definitivamente
::::::::::::::::::*/
/*::::::::::::::::::::::::::::
:::::::::::::: 01 * A_SETTINGS Import
::::::::::::::      Note: Impostazioni per css 
::::::::::::::::::*/
/*::::::::::::::::::::::::::::
:::::::::::::: 02 * A_SETTINGS Font
::::::::::::::      Note: Impostazioni font
::::::::::::::::::*/
/*::::::::::::::::::::::::::::
:::::::::::::: 03 * A_SETTINGS Color
::::::::::::::      Note: Impostazioni colori
::::::::::::::::::*/
:root {
  --a5t-primary: #0000e5;
  --a5t-secondary: #ffff33;
  --a5t-tertiary: #8080f2;
  --a5t-quaternary: #ccccfa;
  --a5t-primary-rgb: 0, 0, 255;
  --a5t-secondary-rgb: 255, 255, 51;
  --a5t-primary-rgba: 0, 0, 255, 1;
  --a5t-secondary-rgab: 255, 255, 51, 1;
  --red-salsa: #f94144ff;
  --orange-red: #f3722cff;
  --yellow-orange-color-wheel: #f8961eff;
  --mango-tango: #f9844aff;
  --maize-crayola: #f9c74fff;
  --pistachio: #90be6dff;
  --zomp: #43aa8bff;
  --cadet-blue: #4d908eff;
  --queen-blue: #577590ff;
  --cg-blue: #277da1ff;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 04 * A_SETTINGS Background Color
::::::::::::::      Note: Impostazioni per css
::::::::::::::::::*/
.bg-primary {
  background: #fd8552 !important;
}

.bg-secondary {
  background: #bcdbc3 !important;
}

.bg-tertiary {
  background: #f9f5eb !important;
}

.bg-quaternary {
  background: #ffd5c2 !important;
}

.bg-black {
  background: #333333 !important;
}

.bg-gray {
  background: #f3f3f3 !important;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS Text Color */
.color-primary {
  color: #fd8552;
}

.color-secondary {
  color: #bcdbc3;
}

.color-tertiary {
  color: #f9f5eb;
}

.color-quaternary {
  color: #ffd5c2;
}

.color-black {
  color: #333333;
}

.color-gray {
  color: #f3f3f3;
}

.opacity-50 {
  opacity: 0.5;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS body */
body {
  font-family: "DM Sans", sans-serif;
  color: #333333;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 25 * A_SETTINGS announcement-bar */
.announcement-bar {
  color: #ffffff;
  background-color: #fd8552;
  text-align: center;
}
.announcement-bar p {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 10px;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 25 * A_SETTINGS header */
section#content {
  padding-top: 57px;
}

@media all and (min-width: 980px) {
  section#content {
    padding-top: 98px;
  }
}
header img.logo {
  max-width: 100%;
  max-height: 30px;
  height: auto;
}
header .sticky-fix img.logo {
  max-width: 100%;
  max-height: 50px;
  height: auto;
}
header .btn-user {
  padding: 0.42em 1em;
}
header #navbarResponsive {
  margin: 0;
  padding: 0;
}
header #navbarResponsive #header-1 li a {
  font-size: 24px !important;
}

@media all and (min-width: 768px) {
  header img.logo {
    max-height: 40px;
  }
}
/*::::::::::::::::::::::::::::
:::::::::::::: 25 * A_SETTINGS footer */
footer {
  position: relative;
}
footer img.img-fluid.logo-footer {
  max-height: 60px;
}
footer .section-bottom-footer img {
  max-height: 24px;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS breadcrumb */
.breadcrumb {
  /*
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  */
  background-color: transparent;
  padding: 0.25rem 0rem;
  margin-bottom: 0rem;
}
.breadcrumb a {
  color: #333333;
}
.breadcrumb a:hover {
  color: #fd8552;
}
.breadcrumb .breadcrumb_last {
  font-weight: 600;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS Font */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: #333333;
  font-variation-settings: "slnt" 0;
  text-decoration: none;
  background-color: transparent;
  transition: 0.6s all ease-in-out;
}

a:hover {
  color: #fd8552;
  font-variation-settings: "slnt" 12;
  text-decoration: none;
}

.p-content p {
  font-size: 20px;
}

@media (max-width: 768px) {
  .carousel-inner-text .display-1 {
    font-size: 2.8rem;
  }
  .carousel-inner-text h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4rem;
  }
  .display-2 {
    font-size: 3.5rem;
  }
  .display-3 {
    font-size: 3rem;
  }
}
.section-chapter .aligncenter {
  margin: 0 auto;
  display: block;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 23 * A_SETTINGS equal cols
::::::::::::::      Note: Impostazioni per css
::::::::::::::::::*/
.row.equal-cols {
  display: flex !important;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.row.equal-cols > [class*=col-] > * {
  flex: 1 1 auto;
}

.row.equal-cols .tease {
  display: flex !important;
  flex-direction: column;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 08 * A_SETTINGS img-hover
::::::::::::::      Note: Impostazioni per css
::::::::::::::::::*/
.img-hover .img-hover-inner {
  position: relative;
  overflow: hidden;
}

.img-hover .img-hover-inner img {
  transition: all 0.7s;
  transform: scale(1);
}

.img-hover:hover .img-hover-inner img {
  transform: scale(1.1);
}

/*::::::::::::::::::::::::::::
:::::::::::::: 09 * A_SETTINGS jarallax
::::::::::::::      Note: Impostazioni per css jarallax-keep-img
::::::::::::::::::*/
.jarallax-keep-img {
  position: relative;
  z-index: 0;
}

.jarallax-keep-img > .jarallax-img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: -100;
}

.loaded .jarallax-keep-img:before {
  content: "";
  opacity: 0;
  transition: 1s all ease-in-out;
  transition-delay: 0.9s;
  z-index: 10;
}

.jarallax-keep-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fd8552;
  opacity: 1;
}

.loaded .img-hover-inner:before {
  content: "";
  opacity: 0;
  transition: 0.5s all ease-in-out;
  transition-delay: 0.9s;
  z-index: 10;
}

.img-hover-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fd8552;
  opacity: 1;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 10 * A_SETTINGS animate
::::::::::::::      Note: Impostazioni per css
::::::::::::::::::*/
/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
  --animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS sticky-menu */
header .sticky-fix {
  position: fixed !important;
  width: 100%;
  top: -126px;
  z-index: 10;
  transition: 0.4s all ease-out 0.1s;
  background: #ffffff;
}

header .sticky-in {
  top: 0;
  background: #ffffff;
}

.sticky-in .shop-menu li.selected .sub-menu::before,
.sticky-in .shop-menu li.is-active .sub-menu::before {
  background-color: rgb(243, 243, 243);
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50vw - 46px);
  width: 100vw;
  height: 46px;
  content: " ";
  display: block;
  z-index: -1;
  transform: translate(-50%, -50%);
}

/*::::::::::::::::::::::::::::
:::::::::::::: 12 * A_SETTINGS primary-menu */
.navbar-toggler {
  color: #333333;
}

button.navbar-toggler:focus,
button.navbar-toggler:focus-visible {
  outline: none;
}

#header-2 #main-menu li {
  list-style: none;
}
#header-2 #main-menu li:hover a {
  color: #fd8552;
}
#header-2 #main-menu li a {
  text-decoration: none;
  position: relative;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  transition: 0.7s all ease-in-out;
  padding: 5px 14px;
  text-transform: uppercase;
}
#header-2 #main-menu li.current_page_item > a {
  color: #fd8552;
  transition: 0.7s all ease-in-out;
}
#header-2 #main-menu .dropdown:hover > .dropdown-menu {
  display: block;
}
#header-2 #main-menu .dropdown-menu {
  min-width: 100%;
  width: 100%;
}

#header-2 {
  position: absolute;
  z-index: 12;
  width: 100%;
}
#header-2 .top-navbar {
  background-color: white;
}
#header-2 #mobile-menu {
  margin-top: 20px;
}
#header-2 #mobile-menu li {
  list-style: none;
}
#header-2 #mobile-menu li:hover > a {
  color: #fd8552;
}
#header-2 #mobile-menu li a {
  text-decoration: none;
  position: relative;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  transition: 0.7s all ease-in-out;
  padding: 5px 14px;
  text-transform: uppercase;
}
#header-2 #mobile-menu li a span.arrow {
  float: right;
}
#header-2 #mobile-menu li.current_page_item > a {
  color: #fd8552;
  transition: 0.7s all ease-in-out;
}
#header-2 #mobile-menu .dropdown-menu {
  border: 0;
  position: relative;
  width: auto;
  margin-left: 26px;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS shop-menu */
.shop-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.shop-menu li {
  font-size: 14px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  transition: 0.7s all ease-in-out;
  float: left;
  margin-right: 2em;
}
.shop-menu li a {
  color: #333333;
}
.shop-menu li:hover > a {
  color: #fd8552;
}
.shop-menu .sub-menu {
  z-index: 100;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}
.shop-menu .sub-menu li {
  float: left;
  margin-right: 2em;
  padding: 5px 0px 5px 0px;
}
.shop-menu li.selected > a {
  color: #fd8552;
}
.shop-menu li.selected .sub-menu {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 43px;
}

.clear {
  clear: both;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS tease-post */
.tease-post .post-date {
  font-size: 14px;
}
.tease-post .post-title {
  font-size: 24px;
}
.tease-post .post-excerpt p {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS pagination */
.pagination-block {
  width: 100%;
}
.pagination-block .pagination {
  justify-content: center;
}
.pagination-block .pagination li {
  padding: 5px 10px;
}
.pagination-block .pagination li.disabled a {
  color: #333333 !important;
  opacity: 0.3;
}
.pagination-block .pagination li a {
  color: #fd8552;
}
.pagination-block .pagination li:hover a {
  color: #333333;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS single-article */
.article-title h1 {
  font-size: 48px;
}

.article-content p {
  font-size: 20px;
}

#section-gallery-lightbox .gallery .gallery-item img {
  margin: 0 !important;
  padding: 0px !important;
  border: none !important;
  width: 100%;
  height: auto;
  float: left;
}
#section-gallery-lightbox .gallery.gallery-columns-2 .gallery-item img {
  width: 50% !important;
}
#section-gallery-lightbox .gallery.gallery-columns-3 .gallery-item img {
  width: 33% !important;
}
#section-gallery-lightbox .gallery.gallery-columns-4 .gallery-item img {
  width: 25% !important;
}
@media only screen and (max-width: 768px) {
  #section-gallery-lightbox .gallery.gallery-columns-2 .gallery-item img,
  #section-gallery-lightbox .gallery.gallery-columns-3 .gallery-item img,
  #section-gallery-lightbox .gallery.gallery-columns-4 .gallery-item img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 992px) {
  #section-gallery-lightbox .gallery.gallery-columns-4 .gallery-item img {
    width: 50% !important;
  }
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS woocommerce-notices-wrapper */
.woocommerce-notices-wrapper {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS woocommerce-account */
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border: 1px solid #f3f3f3;
  border-radius: 0px;
}

.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.woocommerce-checkout .col2-set {
  width: 50%;
  float: left;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
  float: left;
}
.woocommerce-checkout #order_review {
  float: left;
  width: 50%;
}
.woocommerce-checkout .place-order .input-checkbox {
  display: inline-block !important;
  text-align: left;
}
.woocommerce-checkout .place-order .input-checkbox label.checkbox {
  font-size: 13px;
}
@media all and (max-width: 768px) {
  .woocommerce-checkout .col2-set {
    width: 100%;
    float: left;
  }
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    float: left;
  }
  .woocommerce-checkout #order_review {
    float: left;
    width: 100%;
  }
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS woocommerce-notice */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background-color: #ffffff;
  color: #333333;
  border-bottom: solid 1px #f3f3f3;
  border-right: solid 1px #f3f3f3;
  border-left: solid 1px #f3f3f3;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS woocommerce-button */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit {
  border-radius: 4px;
  padding: 0.545em 1em;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
  border-radius: 30px;
  line-height: 1;
  position: relative;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #fd8552 !important;
  border: 2px solid #fd8552;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover {
  color: #333333;
  background: #ffffff;
  border: 2px solid #fd8552;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS woocommerce-MyAccount-navigation */
.woocommerce-MyAccount-navigation ul {
  display: block;
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.woocommerce-MyAccount-navigation ul li {
  transition: all 0.3s ease-in-out;
  list-style: none;
  background-color: #ffffff;
  border: solid 1px #f3f3f3;
  color: #333333;
  margin: 3px 0;
  padding: 10px 10px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.woocommerce-MyAccount-navigation ul li:hover {
  background-color: #f3f3f3;
  border: solid 1px #fd8552;
  color: #fd8552;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  color: #fd8552;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  border: solid 1px #fd8552;
  background-color: #fd8552;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffffff;
}

/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS section-archive-product */
/*::::::::::::::::::::::::::::
:::::::::::::: 06 * A_SETTINGS section-archive-product */
.tease-product {
  float: left;
}

/*::::::::::::::::::::::::::::
  :::::::::::::: 13 * A_SETTINGS shadow
  ::::::::::::::      Note: Impostazioni per css
  ::::::::::::::::::*/
.a5t-shadow-1 {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

/*::::::::::::::::::::::::::::
  :::::::::::::: 16 * A_SETTINGS button
  ::::::::::::::      Note: Impostazioni per css
  ::::::::::::::::::*/
.btn {
  border-radius: 4px;
  padding: 0.545em 1em;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid;
  border-radius: 30px;
  line-height: 1;
  position: relative;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.btn-light {
  color: #333333;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.3s ease;
  padding: 0.6em 2em;
}
.btn-light:hover {
  color: #ffffff;
  background: #fd8552;
  border-color: #fd8552;
}
.btn-light:active {
  color: white;
  background: rgb(253.5828571429, 168.5542857143, 132.4171428571);
  border-color: rgb(253.5828571429, 168.5542857143, 132.4171428571);
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: darkenn(#ffffff, 20%);
  background: rgb(230.3371428571, 70.5657142857, 2.6628571429);
  border-color: rgb(230.3371428571, 70.5657142857, 2.6628571429);
}
.btn-light.disabled, .btn-light:disabled {
  opacity: 0.5;
  color: white;
  background: rgb(253.5828571429, 168.5542857143, 132.4171428571);
  border-color: rgb(253.5828571429, 168.5542857143, 132.4171428571);
}
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem white;
  color: white;
  background: rgb(253.5828571429, 168.5542857143, 132.4171428571);
  border-color: rgb(253.5828571429, 168.5542857143, 132.4171428571);
}

.btn-black {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
  transition: all 0.3s ease;
  padding: 0.6em 2em;
}
.btn-black:hover {
  color: #ffffff;
  background: #fd8552;
  border-color: #fd8552;
}
.btn-black:active {
  color: white;
  background: rgb(253.5828571429, 168.5542857143, 132.4171428571);
  border-color: rgb(253.5828571429, 168.5542857143, 132.4171428571);
}
.btn-black:not(:disabled):not(.disabled).active, .btn-black:not(:disabled):not(.disabled):active, .show > .btn-black.dropdown-toggle {
  color: darkenn(#ffffff, 20%);
  background: rgb(230.3371428571, 70.5657142857, 2.6628571429);
  border-color: rgb(230.3371428571, 70.5657142857, 2.6628571429);
}
.btn-black.disabled, .btn-black:disabled {
  opacity: 0.5;
  color: white;
  background: rgb(253.5828571429, 168.5542857143, 132.4171428571);
  border-color: rgb(253.5828571429, 168.5542857143, 132.4171428571);
}
.btn-black.focus, .btn-black:focus {
  box-shadow: 0 0 0 0.2rem rgb(76.5, 76.5, 76.5);
  color: white;
  background: rgb(253.5828571429, 168.5542857143, 132.4171428571);
  border-color: rgb(253.5828571429, 168.5542857143, 132.4171428571);
}

.btn-primary {
  color: #ffffff;
  background: #fd8552;
  border-color: #fd8552;
  transition: all 0.3s ease;
  padding: 0.6em 2em;
}
.btn-primary:hover {
  color: #fd8552;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-primary:active {
  color: rgb(253.5828571429, 168.5542857143, 132.4171428571);
  background: white;
  border-color: white;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: darkenn(#fd8552, 20%);
  background: #cccccc;
  border-color: #cccccc;
}
.btn-primary.disabled, .btn-primary:disabled {
  opacity: 0.5;
  color: rgb(253.5828571429, 168.5542857143, 132.4171428571);
  background: white;
  border-color: white;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(253.5828571429, 168.5542857143, 132.4171428571);
  color: rgb(253.5828571429, 168.5542857143, 132.4171428571);
  background: white;
  border-color: white;
}

.btn-primary-light {
  color: #fd8552;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.3s ease;
  padding: 0.6em 2em;
}
.btn-primary-light:hover {
  color: #ffffff;
  background: #fd8552;
  border-color: #fd8552;
}
.btn-primary-light:active {
  color: white;
  background: rgb(253.5828571429, 168.5542857143, 132.4171428571);
  border-color: rgb(253.5828571429, 168.5542857143, 132.4171428571);
}
.btn-primary-light:not(:disabled):not(.disabled).active, .btn-primary-light:not(:disabled):not(.disabled):active, .show > .btn-primary-light.dropdown-toggle {
  color: darkenn(#ffffff, 20%);
  background: rgb(230.3371428571, 70.5657142857, 2.6628571429);
  border-color: rgb(230.3371428571, 70.5657142857, 2.6628571429);
}
.btn-primary-light.disabled, .btn-primary-light:disabled {
  opacity: 0.5;
  color: white;
  background: rgb(253.5828571429, 168.5542857143, 132.4171428571);
  border-color: rgb(253.5828571429, 168.5542857143, 132.4171428571);
}
.btn-primary-light.focus, .btn-primary-light:focus {
  box-shadow: 0 0 0 0.2rem white;
  color: white;
  background: rgb(253.5828571429, 168.5542857143, 132.4171428571);
  border-color: rgb(253.5828571429, 168.5542857143, 132.4171428571);
}

.btn-secondary {
  color: #ffffff;
  background: #bcdbc3;
  border-color: #bcdbc3;
  transition: all 0.3s ease;
  padding: 0.6em 2em;
}
.btn-secondary:hover {
  color: #bcdbc3;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-secondary:active {
  color: rgb(221.1747572816, 236.8252427184, 224.7087378641);
  background: white;
  border-color: white;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: darkenn(#bcdbc3, 20%);
  background: #cccccc;
  border-color: #cccccc;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  opacity: 0.5;
  color: rgb(221.1747572816, 236.8252427184, 224.7087378641);
  background: white;
  border-color: white;
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgb(221.1747572816, 236.8252427184, 224.7087378641);
  color: rgb(221.1747572816, 236.8252427184, 224.7087378641);
  background: white;
  border-color: white;
}

.btn-secondary-light {
  color: #bcdbc3;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.3s ease;
  padding: 0.6em 2em;
}
.btn-secondary-light:hover {
  color: #ffffff;
  background: #bcdbc3;
  border-color: #bcdbc3;
}
.btn-secondary-light:active {
  color: white;
  background: rgb(221.1747572816, 236.8252427184, 224.7087378641);
  border-color: rgb(221.1747572816, 236.8252427184, 224.7087378641);
}
.btn-secondary-light:not(:disabled):not(.disabled).active, .btn-secondary-light:not(:disabled):not(.disabled):active, .show > .btn-secondary-light.dropdown-toggle {
  color: darkenn(#ffffff, 20%);
  background: rgb(121.6504854369, 183.3495145631, 135.5825242718);
  border-color: rgb(121.6504854369, 183.3495145631, 135.5825242718);
}
.btn-secondary-light.disabled, .btn-secondary-light:disabled {
  opacity: 0.5;
  color: white;
  background: rgb(221.1747572816, 236.8252427184, 224.7087378641);
  border-color: rgb(221.1747572816, 236.8252427184, 224.7087378641);
}
.btn-secondary-light.focus, .btn-secondary-light:focus {
  box-shadow: 0 0 0 0.2rem white;
  color: white;
  background: rgb(221.1747572816, 236.8252427184, 224.7087378641);
  border-color: rgb(221.1747572816, 236.8252427184, 224.7087378641);
}

.btn-tertiary {
  color: #ffffff;
  background: #f9f5eb;
  border-color: #f9f5eb;
  transition: all 0.3s ease;
  padding: 0.6em 2em;
}
.btn-tertiary:hover {
  color: #f9f5eb;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-tertiary:active {
  color: white;
  background: white;
  border-color: white;
}
.btn-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active, .show > .btn-tertiary.dropdown-toggle {
  color: darkenn(#f9f5eb, 20%);
  background: #cccccc;
  border-color: #cccccc;
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  opacity: 0.5;
  color: white;
  background: white;
  border-color: white;
}
.btn-tertiary.focus, .btn-tertiary:focus {
  box-shadow: 0 0 0 0.2rem white;
  color: white;
  background: white;
  border-color: white;
}

.btn-tertiary-light {
  color: #f9f5eb;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.3s ease;
  padding: 0.6em 2em;
}
.btn-tertiary-light:hover {
  color: #ffffff;
  background: #f9f5eb;
  border-color: #f9f5eb;
}
.btn-tertiary-light:active {
  color: white;
  background: white;
  border-color: white;
}
.btn-tertiary-light:not(:disabled):not(.disabled).active, .btn-tertiary-light:not(:disabled):not(.disabled):active, .show > .btn-tertiary-light.dropdown-toggle {
  color: darkenn(#ffffff, 20%);
  background: rgb(225.4615384615, 205.7692307692, 156.5384615385);
  border-color: rgb(225.4615384615, 205.7692307692, 156.5384615385);
}
.btn-tertiary-light.disabled, .btn-tertiary-light:disabled {
  opacity: 0.5;
  color: white;
  background: white;
  border-color: white;
}
.btn-tertiary-light.focus, .btn-tertiary-light:focus {
  box-shadow: 0 0 0 0.2rem white;
  color: white;
  background: white;
  border-color: white;
}

.btn-quaternary {
  color: #ffffff;
  background: #ffd5c2;
  border-color: #ffd5c2;
  transition: all 0.3s ease;
  padding: 0.6em 2em;
}
.btn-quaternary:hover {
  color: #ffd5c2;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-quaternary:active {
  color: rgb(255, 248.1147540984, 245);
  background: white;
  border-color: white;
}
.btn-quaternary:not(:disabled):not(.disabled).active, .btn-quaternary:not(:disabled):not(.disabled):active, .show > .btn-quaternary.dropdown-toggle {
  color: darkenn(#ffd5c2, 20%);
  background: #cccccc;
  border-color: #cccccc;
}
.btn-quaternary.disabled, .btn-quaternary:disabled {
  opacity: 0.5;
  color: rgb(255, 248.1147540984, 245);
  background: white;
  border-color: white;
}
.btn-quaternary.focus, .btn-quaternary:focus {
  box-shadow: 0 0 0 0.2rem rgb(255, 248.1147540984, 245);
  color: rgb(255, 248.1147540984, 245);
  background: white;
  border-color: white;
}

.btn-quaternary-light {
  color: #ffd5c2;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.3s ease;
  padding: 0.6em 2em;
}
.btn-quaternary-light:hover {
  color: #ffffff;
  background: #ffd5c2;
  border-color: #ffd5c2;
}
.btn-quaternary-light:active {
  color: white;
  background: rgb(255, 248.1147540984, 245);
  border-color: rgb(255, 248.1147540984, 245);
}
.btn-quaternary-light:not(:disabled):not(.disabled).active, .btn-quaternary-light:not(:disabled):not(.disabled):active, .show > .btn-quaternary-light.dropdown-toggle {
  color: darkenn(#ffffff, 20%);
  background: rgb(255, 142.7704918033, 92);
  border-color: rgb(255, 142.7704918033, 92);
}
.btn-quaternary-light.disabled, .btn-quaternary-light:disabled {
  opacity: 0.5;
  color: white;
  background: rgb(255, 248.1147540984, 245);
  border-color: rgb(255, 248.1147540984, 245);
}
.btn-quaternary-light.focus, .btn-quaternary-light:focus {
  box-shadow: 0 0 0 0.2rem white;
  color: white;
  background: rgb(255, 248.1147540984, 245);
  border-color: rgb(255, 248.1147540984, 245);
}

/*::::::::::::::::::::::::::::
  :::::::::::::: 18 * A_SETTINGS cf7
  ::::::::::::::      Note: Impostazioni per css
  ::::::::::::::::::*/
.woocommerce .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .input-radio {
  float: left;
}
.woocommerce .select2-container .select2-selection--single {
  border: 1px solid #333333;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 0;
  padding-bottom: 0;
}

#contact-form-style-1 .label-acceptance,
.woocommerce .label-acceptance {
  display: inline-grid;
  font-size: 12px;
  line-height: 14px;
}
#contact-form-style-1 .label-acceptance .wpcf7-list-item-label,
.woocommerce .label-acceptance .wpcf7-list-item-label {
  font-size: 12px;
  line-height: 14px;
}
#contact-form-style-1 label,
.woocommerce label {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
}
#contact-form-style-1 .wpcf7-form-control,
#contact-form-style-1 input,
#contact-form-style-1 .form-control,
.woocommerce .wpcf7-form-control,
.woocommerce input,
.woocommerce .form-control {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  height: auto;
  padding: 0.7rem 0.9rem;
  margin: 5px 0px 0px;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  transition: all 0.8s ease-in-out;
}
#contact-form-style-1 .form-check-input,
.woocommerce .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.1rem;
}
#contact-form-style-1 input[type=text],
#contact-form-style-1 .wpcf7-text,
#contact-form-style-1 .input-text,
#contact-form-style-1 input[type=textarea],
#contact-form-style-1 .wpcf7-textarea,
#contact-form-style-1 input[type=email],
#contact-form-style-1 .wpcf7-email,
#contact-form-style-1 input[type=tel],
#contact-form-style-1 .wpcf7-tel,
#contact-form-style-1 input[type=password],
#contact-form-style-1 .wpcf7-tel,
.woocommerce input[type=text],
.woocommerce .wpcf7-text,
.woocommerce .input-text,
.woocommerce input[type=textarea],
.woocommerce .wpcf7-textarea,
.woocommerce input[type=email],
.woocommerce .wpcf7-email,
.woocommerce input[type=tel],
.woocommerce .wpcf7-tel,
.woocommerce input[type=password],
.woocommerce .wpcf7-tel {
  border: none;
  border: solid 1px #f3f3f3;
  background: #ffffff;
  color: #333333;
}
#contact-form-style-1 .wpcf7-select,
#contact-form-style-1 input[type=select],
#contact-form-style-1 .wpcf7-date,
#contact-form-style-1 input[type=date],
#contact-form-style-1 .wpcf7-checkbox,
#contact-form-style-1 input[type=checkbox],
#contact-form-style-1 .wpcf7-radio,
#contact-form-style-1 input[type=radio],
.woocommerce .wpcf7-select,
.woocommerce input[type=select],
.woocommerce .wpcf7-date,
.woocommerce input[type=date],
.woocommerce .wpcf7-checkbox,
.woocommerce input[type=checkbox],
.woocommerce .wpcf7-radio,
.woocommerce input[type=radio] {
  width: auto;
  border: none;
}
#contact-form-style-1 .wpcf7-form-control:focus,
#contact-form-style-1 input:focus,
#contact-form-style-1 .form-control:focus,
.woocommerce .wpcf7-form-control:focus,
.woocommerce input:focus,
.woocommerce .form-control:focus {
  background-color: #f3f3f3;
  color: #333333;
  border: 1px solid #fd8552;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.1) !important;
}
#contact-form-style-1 .wpcf7-select:focus,
#contact-form-style-1 input[type=select]:focus,
#contact-form-style-1 .wpcf7-date:focus,
#contact-form-style-1 input[type=date]:focus,
#contact-form-style-1 .wpcf7-checkbox:focus,
#contact-form-style-1 input[type=checkbox]:focus,
#contact-form-style-1 .wpcf7-radio:focus,
#contact-form-style-1 input[type=radio]:focus,
#contact-form-style-1 .wpcf7-file:hover,
#contact-form-style-1 input[type=file]:focus,
.woocommerce .wpcf7-select:focus,
.woocommerce input[type=select]:focus,
.woocommerce .wpcf7-date:focus,
.woocommerce input[type=date]:focus,
.woocommerce .wpcf7-checkbox:focus,
.woocommerce input[type=checkbox]:focus,
.woocommerce .wpcf7-radio:focus,
.woocommerce input[type=radio]:focus,
.woocommerce .wpcf7-file:hover,
.woocommerce input[type=file]:focus {
  border: none;
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0);
}
#contact-form-style-1 .wpcf7-list-item,
.woocommerce .wpcf7-list-item {
  display: block;
}
#contact-form-style-1 .wpcf7-acceptance .wpcf7-list-item,
.woocommerce .wpcf7-acceptance .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 2em;
}
#contact-form-style-1 .wpcf7-select,
#contact-form-style-1 input[type=select],
#contact-form-style-1 .wpcf7-date,
#contact-form-style-1 input[type=date],
.woocommerce .wpcf7-select,
.woocommerce input[type=select],
.woocommerce .wpcf7-date,
.woocommerce input[type=date] {
  border: none;
  border: solid 1px #333333;
  background: #f3f3f3;
}
#contact-form-style-1 .wpcf7-select:focus,
#contact-form-style-1 input[type=select]:focus,
#contact-form-style-1 .wpcf7-date:focus,
#contact-form-style-1 input[type=date]:focus,
.woocommerce .wpcf7-select:focus,
.woocommerce input[type=select]:focus,
.woocommerce .wpcf7-date:focus,
.woocommerce input[type=date]:focus {
  border: solid 1px #333333;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5) !important;
}
#contact-form-style-1 ::-moz-placeholder, .woocommerce ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 1;
  /* Firefox */
}
#contact-form-style-1 ::placeholder,
.woocommerce ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 1;
  /* Firefox */
}
#contact-form-style-1 :-ms-input-placeholder,
.woocommerce :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808080;
  opacity: 1;
}
#contact-form-style-1 ::-ms-input-placeholder,
.woocommerce ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #808080;
  opacity: 1;
}
#contact-form-style-1 .wpcf7 .ajax-loader::before,
.woocommerce .wpcf7 .ajax-loader::before {
  display: none;
}
#contact-form-style-1 .wpcf7 .ajax-loader,
.woocommerce .wpcf7 .ajax-loader {
  background: url("../img/loading.gif") no-repeat center center;
  background-size: cover;
  width: 124px;
  height: 36px;
  bottom: -15px;
  border-radius: 0;
  display: inline-block;
}
#contact-form-style-1 .wpcf7-submit,
.woocommerce .wpcf7-submit {
  width: auto;
}
#contact-form-style-1 .wpcf7-not-valid-tip,
.woocommerce .wpcf7-not-valid-tip {
  font-size: 0.7em;
  margin-left: 0.9rem;
}

#contact-form-style-1 .wpcf7-submit {
  float: right;
}

#searchform {
  width: auto;
  padding: 0;
  margin: 0;
}
#searchform .input-group .form-control {
  color: #333333;
  border-right: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  border-left: 0px solid #f3f3f3;
  border-radius: 0px 20px 20px 0px;
  margin: 0px 0px 0px;
  padding: 0.375rem 0.75rem;
}
#searchform .input-group .btn {
  border: 1px solid #f3f3f3 !important;
  border-radius: 20px 0px 0px 20px !important;
  color: #333333;
}
#searchform .form-control:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

@media (max-width: 1050px) {
  .header-serach {
    display: none;
  }
}
/*::::::::::::::::::::::::::::
  :::::::::::::: 26 * A_SETTINGS section-hero
  ::::::::::::::::::*/
.section-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-hero .inner-hero {
  height: calc(80vh - 155px);
}

/*::::::::::::::::::::::::::::
  :::::::::::::: 26 * A_SETTINGS section-plus
  ::::::::::::::::::*/
.section-plus .item-plus {
  transition: all 0.5s ease-in-out;
}
.section-plus .item-plus:hover {
  background-color: #f9f5eb;
}

/*::::::::::::::::::::::::::::
  :::::::::::::: 26 * A_SETTINGS section-vision
  ::::::::::::::::::*/
.section-vision .item-vision .inner-vision-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*::::::::::::::::::::::::::::
  :::::::::::::: 26 * A_SETTINGS carousel-owl-home-1
  ::::::::::::::::::*/
#carousel-owl-home-1 button:focus,
#carousel-owl-home-1 button:focus-visible {
  outline: none;
}
#carousel-owl-home-1 .carousel-inner-bg {
  height: calc(100vh - 155px);
}
#carousel-owl-home-1 .carousel-inner-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.6027004552) 0%, rgba(51, 51, 51, 0.3029805672) 60%, rgba(51, 51, 51, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#333333", GradientType=1);
}
#carousel-owl-home-1 .carousel-inner-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#carousel-owl-home-1 .carousel-inner-text {
  z-index: 100;
  text-align: center;
}
#carousel-owl-home-1 .carousel-inner-text p {
  font-size: 20px;
}
#carousel-owl-home-1 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#carousel-owl-home-1 .owl-nav button.owl-next,
#carousel-owl-home-1 .owl-nav button.owl-prev {
  background: transparent;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border: none;
  margin: 3px;
  border-radius: 50%;
  font-size: 30px;
}
#carousel-owl-home-1 .owl-dots {
  position: absolute;
  bottom: 20px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
#carousel-owl-home-1 .owl-dots .owl-dot {
  background: #fd8552;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 4px 4px;
  transition: all 0.5s ease-in-out;
}
#carousel-owl-home-1 .owl-dots .owl-dot.active {
  background: #bcdbc3;
}

/*::::::::::::::::::::::::::::
  :::::::::::::: 26 * A_SETTINGS section-cta
  ::::::::::::::::::*/
.section-cta .container-fluid {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 992px) {
  .section-cta .container-fluid {
    background-image: none !important;
  }
}
@media all and (min-width: 992px) {
  .section-cta .container-fluid {
    min-height: 750px;
  }
}
.section-cta .inner-section-cta-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 992px) {
  .section-cta .inner-section-cta-bg {
    display: none !important;
  }
}
.section-cta .inner-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*::::::::::::::::::::::::::::
  :::::::::::::: 26 * A_SETTINGS section-category-product
  ::::::::::::::::::*/
.section-category-product .item-category .inner-item-category,
.section-category-marche-product .item-category .inner-item-category {
  min-height: 370px;
}
.section-category-product .item-category .inner-category-text,
.section-category-marche-product .item-category .inner-category-text {
  position: absolute;
  bottom: 0;
}
.section-category-product .item-category .inner-category-text a:hover,
.section-category-marche-product .item-category .inner-category-text a:hover {
  color: #fd8552 !important;
}
.section-category-product .item-category-image,
.section-category-marche-product .item-category-image {
  padding: 0px;
  transition: all 0.7s ease-in-out;
}
.section-category-product .item-category-image:before,
.section-category-marche-product .item-category-image:before {
  content: "";
  width: calc(100% - 30px);
  height: 300px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  background: rgb(51, 51, 51);
  background: rgb(51, 51, 51);
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.6027004552) 0%, rgba(51, 51, 51, 0.3029805672) 60%, rgba(51, 51, 51, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#333333", GradientType=1);
}
.section-category-product .item-category:hover .item-category-image:before,
.section-category-marche-product .item-category:hover .item-category-image:before {
  opacity: 1;
}
.section-category-product .item-marche,
.section-category-marche-product .item-marche {
  opacity: 0.5;
}
.section-category-product .item-marche a,
.section-category-marche-product .item-marche a {
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}
.section-category-product .item-marche hr,
.section-category-marche-product .item-marche hr {
  margin-top: 0.1rem;
  border-top: solid 1px #fff;
}
.section-category-product .item-marche:hover,
.section-category-marche-product .item-marche:hover {
  opacity: 1;
}

/*::::::::::::::::::::::::::::
  :::::::::::::: 20 * A_SETTINGS gototop
  ::::::::::::::      Note: Impostazioni per css
  ::::::::::::::::::*/
#gototop-btn {
  display: none;
  position: fixed;
  width: 60px;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fd8552;
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
}

/*::::::::::::::::::::::::::::
  :::::::::::::: 21 * A_SETTINGS sidenav
  ::::::::::::::      Note: Impostazioni per css
  ::::::::::::::::::*/
.sidenav.sidenav-open .inner-sidenav {
  opacity: 0.8;
  transition-delay: 0.5s;
  transition: all 0.7s ease-in-out;
}

.sidenav.sidenav-close .inner-sidenav {
  opacity: 0;
  transition-delay: 0.5s;
  transition: all 0.7s ease-in-out;
}

.sidenav {
  width: 100%;
  height: 0vh;
  position: relative;
  z-index: 100;
  top: 0px;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
  text-align: center;
}
.sidenav .nav-mobile .dropdown-menu {
  margin: 0 20px;
  border: none;
}
.sidenav .nav-mobile li {
  font-size: 27px;
  text-transform: uppercase;
}
.sidenav .navbar-toggler {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*::::::::::::::::::::::::::::
  :::::::::::::: 22 * A_SETTINGS menu mobile
  ::::::::::::::      Note: Impostazioni per css
  ::::::::::::::::::*/
.overlay-content {
  position: relative;
  width: auto;
  text-align: left;
  padding-top: 30px;
}

.full-menu-logo {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.social-links ul {
  display: flex;
}
.social-links ul li {
  list-style: none !important;
  margin-right: 15px;
  font-size: 1.8rem;
}

/*::::::::::::::::::::::::::::
  :::::::::::::: 25 * A_SETTINGS progress-js
  ::::::::::::::      Note: Impostazioni per togliere il cursore definitivamente
  ::::::::::::::::::*/
#nprogress .bar {
  background: #bcdbc3;
}

#nprogress .peg {
  box-shadow: 0 0 10px #bcdbc3, 0 0 5px #bcdbc3;
}

#nprogress .spinner-icon {
  border-top-color: #bcdbc3;
  border-left-color: #bcdbc3;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* Custom media queries Set width to make card deck cards 100% width */
/* ------------2025-------------------*/
/* 1. Nascondi il sottomenu di default */
.shop-menu .sub-menu {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 999;
  min-width: 100%;
}

/* Questa è la classe che userà JavaScript */
.shop-menu li.is-active > .sub-menu {
  display: block;
}/*# sourceMappingURL=main.css.map */