/*---------------------------------------------------
|   Colors 
---------------------------------------------------*/
:root {
  --lilla: #b198dc;
  --viola: #d14a95;
  --white: #ffffff;
  --black: #303030;
  --yellow: #f0c410;
  --gray: #989595;
  --light-gray: #eaeaea;
  --red: #ff4c4c;
  --pink: #f1a0b270;
  --menu1: #f1c40f;
  --menu2: #e5b52e;
  --green: #9fbe31;
  --blu: #8f70c4;
}

/*--------------------------------------------------- 
|   Fonts 
---------------------------------------------------*/
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-family: "Exo 2", sans-serif !important;
}

body,
body p,
body span,
body a {
  font-family: "Arimo", sans-serif !important;
}

/*--------------------------------------------------- 
|   General 
---------------------------------------------------*/
.alert {
  border-radius: 0 !important;
}

body .btn {
  border-radius: 0 !important;
}

body a:focus,
body a:hover {
  color: var(--viola) !important;
}

body .top-header-custom span > a {
  color: var(--white) !important;
}

/* .page-footer .account-link, */
body .btn-outline {
  color: var(--white) !important;
  /* background-color: var(--lilla) !important;
    border-color: var(--lilla) !important; */
  background-color: var(--viola) !important;
  border-color: var(--viola) !important;
}

/* .page-footer .account-link, */
body .btn-outline:hover,
body .btn-outline:focus {
  color: var(--white) !important;
  /* background-color: var(--viola) !important;
    border-color: var(--viola) !important; */
  background-color: var(--lilla) !important;
  border-color: var(--lilla) !important;
}

#header .leo-cart-dropdown-action a:hover,
#header .leo-cart-dropdown-action a:focus {
  color: var(--white) !important;
  /* background-color: var(--viola) !important;
    border-color: var(--viola) !important; */
  background-color: var(--lilla) !important;
  border-color: var(--lilla) !important;
}

.page-footer .account-link,
body .card {
  border-radius: 0 !important;
}

body .form-control {
  border: 1px solid var(--black);
  color: var(--black);
}

body .form-control-label {
  font-family: "Exo 2";
}

body .btn-primary {
  color: var(--white) !important;
  background-color: var(--viola) !important;
}

body .btn-primary:hover {
  color: var(--white) !important;
  background-color: var(--lilla) !important;
}

textarea:focus,
input:focus {
  outline: none !important;
}

input {
  text-transform: capitalize !important;
}

#search_form input {
  text-transform: none !important;
}

input[name="password"],
input[type="email"] {
  text-transform: none !important;
}

/*--------------------------------------------------- 
|   Topbar 
---------------------------------------------------*/
body .bottomnav-row.topbar-desktop {
  background: var(--lilla) !important;
  color: var(--white) !important;
}

body .top-header-custom {
  display: flex !important;
  justify-content: space-between !important;
  height: 40px !important;
  align-items: center !important;
  font-size: 11px !important;
}

body .top-header-custom div > span {
  padding: 0 15px !important;
}

body img.top-header-icon-custom {
  height: 15px !important;
  width: auto !important;
  margin-right: 5px !important;
}

/*--------------------------------------------------- 
|   Header 
---------------------------------------------------*/
body .top-header-h3 .header-logo {
  text-align: left !important;
}

body .header-logo a img {
  max-height: 50px !important;
}

body .leo-megamenu .navbar-nav > li > a {
  padding: 24px 0px 24px 0 !important;
  font-size: 13px !important;
}

body .navbar-toggleable-md ul.nav {
  width: 100% !important;
  display: flex !important;
  justify-content: space-around !important;
}

body .search-widget a {
  display: block !important;
}

body .search-widget form#search_form {
  display: none !important;
  height: 40px;
}

body .header-button-add {
  padding: 0px !important;
}

body .userinfo-selector {
  padding: 5px !important;
}

body .dropdown-menu.user-info {
  left: auto;
  right: 0;
  border-radius: 0;
}

body .search-widget {
  left: 0 !important;
  right: 10px !important;
  top: 2px !important;
  padding-left: 0 !important;
}

body .search-widget.open form#search_form {
  display: flex !important;
  position: absolute;
  right: 0;
  left: auto;
  top: 40px;
  border: 1px solid var(--black);
  border-radius: 0;
}

body .search-widget form button[type="submit"] {
  right: -1px !important;
  left: auto !important;
  border: 1px solid var(--black);
  border-radius: 0;
  height: calc(100% + 2px);
  top: -1px;
  width: 42px;
  background: var(--white) !important;
}

body .search-widget form input[type="text"] {
  height: 38px !important;
  margin-left: 0 !important;
  border-radius: 0 !important;
  padding: 0px !important;
  padding-left: 10px !important;
}

@media (min-width: 992px) {
  body .navbar-toggleable-md {
    display: flex !important;
    justify-content: center !important;
  }

  body .leo-megamenu .dropdown:hover > .dropdown-menu {
    right: auto !important;
    top: auto !important;
    left: 0 !important;
  }

  body .navbar-nav .dropdown-toggle:before {
    right: -11px !important;
    top: 21px !important;
    left: auto !important;
    content: "\f0dd" !important;
  }
}

@media (max-width: 991px) {
  body .top-header-h3 {
    height: 70px !important;
  }
}

/* @media (max-width: 480px) { */
@media (max-width: 767px) {
  body .search-widget.open form#search_form {
    /* right: -150px !important; */
    right: -140px !important;
    top: 60px !important;
  }

  body form#search_form {
    width: calc(100vw - 30px) !important;
  }

  body .header-logo a img {
    max-height: 35px !important;
  }

  /* body .top-header-h3 {
        height: 70px !important;
    } */
}

/*--------------------------------------------------- 
|   Sezione Home Custom 
---------------------------------------------------*/
body#index section#wrapper {
  width: auto !important;
  margin: auto !important;
}

body .h2-bs-bmain.sezione-home-custom {
  display: flex !important;
  flex-direction: row !important;
  width: 100vw !important;
  padding: 100px 3% 170px !important;
}

body .h2-bs-bmain.sezione-home-custom > .ApColumn:nth-of-type(1) {
  display: flex !important;
  justify-content: flex-end !important;
}

body .h2-bs-bmain.sezione-home-custom .h2-bs-bmain-2 {
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
}

body .h2-bs-bmain.sezione-home-custom .h2-bs-bmain-1 {
  position: absolute !important;
  padding-top: 30px !important;
  padding-right: 80px !important;
}

body .h2-bs-bmain .bs-text-banner-h1 h2 {
  padding-top: 10px !important;
  padding-bottom: 30px !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  font-size: 3em !important;
}

body .h2-bs-bmain .bs-text-banner-h1 h2::before {
  width: calc(100% + 100px) !important;
  left: -100px !important;
  z-index: 9 !important;
  top: -5px !important;
  bottom: auto !important;
}

body .h2-bs-bmain.sezione-home-custom .ApImage > a {
  cursor: default !important;
  pointer-events: none !important;
}

body .h2-bs-bmain.sezione-home-custom .ApImage > a::after,
body .h2-bs-bmain.sezione-home-custom .ApImage > a::before {
  display: none !important;
}

body .bsh3-main-banner > .ApColumn > .ApImage .image_description {
  top: 60px !important;
  right: 60px !important;
}

body .bsh3-main-banner > .ApColumn > .ApImage .image_description h2 {
  font-weight: 500 !important;
  font-size: 2.5em !important;
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translate(-100%, calc(50% - 24px));
  top: 50%;
}

body .bsh3-main-banner > .ApColumn > .ApImage .image_description h5 {
  font-weight: 500 !important;
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translate(-100%, calc(100% - 24px));
  top: 50%;
  min-width: 100px !important;
}

body .bsh3-main-banner > .ApColumn > .ApImage > a {
  z-index: 2;
}

body .bs-text-banner-h1 h5,
body .h2-bs-bmain .bs-text-banner-h1 p {
  color: var(--black) !important;
  top: 0 !important;
}

@media (min-width: 992px) {
  body .h2-bs-bmain .bs-text-banner-h1 {
    max-width: 30% !important;
    padding-left: 50px !important;
  }

  body .h2-bs-bmain .bs-text-banner-h1 p {
    margin-left: 0 !important;
    padding-top: 0 !important;
    line-height: 2em;
  }

  body .h2-bs-bmain .bs-text-banner-h1 h5 {
    padding-bottom: 25px !important;
    text-transform: initial !important;
    font-size: 1.2em !important;
    line-height: 1.3em !important;
    font-weight: 600 !important;
  }

  body .h2-bs-bmain .bs-text-banner-h1 h2 {
    padding-bottom: 15px !important;
  }
}

/* @media (max-width: 480px) { */
@media (max-width: 767px) {
  body .bsh3-main-banner > .ApColumn > .ApImage .image_description {
    top: 0px !important;
    right: 0px !important;
    font-size: 0.6em !important;
    width: 100% !important;
    text-align: center !important;
    height: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  body .bsh3-main-banner > .ApColumn > .ApImage .image_description h5 {
    display: none !important;
  }

  /* body .h2-bs-bmain .bs-text-banner-h1 h2 {
        padding-bottom: 15px !important;
    } */

  body .bsh3-main-banner > .ApColumn > .ApImage .image_description h2 {
    transform: translate(-50%, calc(0% - 24px));
  }
}

/*--------------------------------------------------- 
|   Sezione Home Qualità Custom 
---------------------------------------------------*/
body .h2-bs-bmain.sezione-home-qualita-custom {
  display: flex !important;
  flex-direction: row !important;
  width: 1200px !important;
  padding: 100px 3% 170px !important;
  margin: 0 auto;
}

body .h2-bs-bmain.sezione-home-qualita-custom .bs-text-banner-h1 h2 {
  margin-bottom: 30px !important;
  padding-top: 0px !important;
}

body .h2-bs-bmain.sezione-home-qualita-custom .bs-text-banner-h1 h2::before {
  left: 0 !important;
  width: calc(100% + 150px) !important;
  top: auto !important;
  bottom: -5px !important;
}

body .col-xl-6.sezione-qualita-immagine-custom {
  display: flex !important;
  justify-content: flex-start !important;
}

body .col-xl-6.sezione-qualita-immagine-custom .h2-bs-bmain-1 {
  padding-left: 0 !important;
}

body .col-xl-6.sezione-qualita-immagine-custom .h2-bs-bmain-2 {
  left: 65px !important;
}

body .h2-bs-bmain.sezione-home-qualita-custom .ApImage > a {
  cursor: default !important;
  pointer-events: none !important;
}

body .h2-bs-bmain.sezione-home-qualita-custom .ApImage > a img {
  max-width: 760px !important;
  height: auto !important;
}

body .h2-bs-bmain.sezione-home-qualita-custom .ApImage > a::after,
body .h2-bs-bmain.sezione-home-qualita-custom .ApImage > a::before {
  display: none !important;
}

@media (min-width: 1200px) {
  body .col-xl-6.sezione-qualita-immagine-custom {
    width: 100% !important;
  }
}

/*--------------------------------------------------- 
|   In Evidenza 
---------------------------------------------------*/
.ApColumn .ApProductCarousel .title_block::before {
  display: none !important;
}

.ApColumn .ApProductCarousel .title_block {
  padding-bottom: 20px !important;
  font-weight: 700;
  font-size: 3.2em !important;
}

.nuovi-prodotti-custom .ApColumn .ApProductCarousel .title_block {
  padding-bottom: 20px !important;
  font-weight: 700;
  color: var(--viola) !important;
}

.ApColumn .ApProductCarousel .sub-title-widget {
  font-weight: 400 !important;
  text-transform: initial !important;
  color: var(--black) !important;
  padding-bottom: 20px !important;
  font-size: 16px !important;
  font-family: "Exo 2" !important;
}

.link-categoria-home-custom {
  text-align: center;
  margin-bottom: 70px;
}

.link-categoria-home-custom a {
  color: var(--black);
  font-weight: 600;
  font-size: 1.2em;
  border-bottom: 1px solid var(--black);
}

.link-categoria-home-custom a:hover {
  color: var(--viola) !important;
  border-bottom: 1px solid var(--viola) !important;
}

@media (min-width: 992px) {
  body .bs-latest-h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  body .h2-bs-bmain.sezione-home-qualita-custom .bs-text-banner-h1 h2::before {
    display: none;
  }
}

@media (max-width: 767px) {
  body .h2-bs-bmain.sezione-home-qualita-custom {
    width: 100vw !important;
    padding: 0px 0px 70px !important;
  }

  body .h2-bs-bmain.sezione-home-qualita-custom .ApImage > a img {
    /* height: 200px !important; */
    height: auto !important;
    width: calc(100vw - 50px) !important;
  }

  /* body .h2-bs-bmain.sezione-home-qualita-custom .bs-text-banner-h1 h2::before {
        display: none;
    } */

  body .h2-bs-bmain.sezione-home-qualita-custom .bs-text-banner-h1 h2 {
    margin-bottom: 0 !important;
  }
}

/* @media (max-width: 480px) { */
@media (max-width: 767px) {
  /* body .h2-bs-bmain.sezione-home-qualita-custom {
        width: 100vw !important;
        padding: 0px 0px 70px !important;
    } */

  body .h2-bs-bmain .bs-text-banner-h1 {
    padding: 15px 15px 0 !important;
  }

  body .col-xl-6.sezione-qualita-immagine-custom .h2-bs-bmain-2 {
    left: 20px !important;
  }

  body .h2-bs-bmain.sezione-home-custom .h2-bs-bmain-2 {
    position: relative !important;
  }

  /* body .h2-bs-bmain.sezione-home-qualita-custom .ApImage>a img {
        height: 200px !important;
        width: calc(100vw - 50px) !important;
    } */

  body .h2-bs-bmain .h2-bs-bmain-2 {
    transform: translateY(0%) !important;
  }

  body .h2-bs-bmain .bs-text-banner-h1 p {
    line-height: 1.3em;
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 13px !important;
    font-weight: 400;
    font-family: "Exo 2" !important;
  }

  /* body .h2-bs-bmain.sezione-home-qualita-custom .bs-text-banner-h1 h2::before {
        display: none;
    } */

  body .bs-text-banner-h1 h5 {
    display: none !important;
  }

  body .h2-bs-bmain .h2-bs-bmain-1 img {
    width: 50vw !important;
    height: 50vw !important;
    position: absolute !important;
    /* bottom: -245px !important; */
    bottom: -52vw !important;
  }

  /* body .h2-bs-bmain.sezione-home-qualita-custom .bs-text-banner-h1 h2 {
        margin-bottom: 0 !important;
    } */
}

@media (max-width: 480px) {
  body .h2-bs-bmain .h2-bs-bmain-1 img {
    width: 50vw !important;
    height: 50vw !important;
    position: absolute !important;
    bottom: -175px !important;
  }
}

/*--------------------------------------------------- 
|   Blocco Info 3 
---------------------------------------------------*/
body .blocco-info-custom {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

body .blocco-info-custom img.blocco-info-icon-custom {
  width: 55px !important;
  height: auto !important;
  max-height: 30px !important;
  max-width: 50px !important;
  margin-right: 15px !important;
}

/* @media (max-width: 480px) { */
@media (max-width: 991px) {
  body .blocco-info-custom {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
    margin-bottom: 30px !important;
  }

  body .blocco-info-custom img.blocco-info-icon-custom {
    margin: 0 auto;
    max-width: 45px !important;
    margin-right: auto !important;
    display: flex;
    height: 100% !important;
    max-height: 45px !important;
  }

  body .blocco-info-custom:nth-of-type(2) img.blocco-info-icon-custom {
    max-width: 27px !important;
    max-height: 27px !important;
  }

  body .blocco-info-custom:nth-of-type(3) img.blocco-info-icon-custom {
    max-width: 37px !important;
    max-height: 37px !important;
  }

  body .blocco-info-custom p {
    margin-bottom: 0 !important;
  }
}

/*--------------------------------------------------- 
|   Footer 
---------------------------------------------------*/
body footer .footer-center {
  background-color: var(--lilla) !important;
  margin-top: 60px !important;
  padding: 60px 0 !important;
}

body footer .footer-center .logo-white p {
  color: var(--white) !important;
  margin: 20px 0 50px !important;
  font-size: 1.2em !important;
}

body footer .footer-bottom {
  margin-top: 0 !important;
}

body footer .metodi-pagamento {
  height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

body footer#footer .block .title_block {
  text-align: left !important;
  font-size: 25px !important;
  margin: 0 0 20px !important;
  color: var(--white) !important;
  font-weight: 600 !important;
}

body footer#footer li a {
  color: var(--white) !important;
}

body .block_newsletter form > div.row {
  display: flex !important;
  flex-direction: column !important;
}

body .block_newsletter.block .block_content p {
  text-align: left !important;
  padding-top: 0 !important;
  color: var(--white) !important;
  font-size: 12px !important;
}

body footer .block_newsletter.block .block_content p {
  padding-top: 10px !important;
}

body .block_newsletter.block .block_content p a {
  color: var(--white) !important;
}

body footer .block_newsletter.block .btn-outline {
  color: var(--white) !important;
  background-color: var(--lilla) !important;
  border-color: var(--lilla) !important;
}

body .block_newsletter form .btn .fa-angle-right::before {
  color: var(--white) !important;
}

body .block_newsletter form input[type="email"] {
  border-bottom: 1px solid var(--white) !important;
  color: var(--white) !important;
  font-family: "Exo 2" !important;
}

body .block_newsletter form .btn span {
  color: var(--white) !important;
}

body .block_newsletter .newsletter-privacy-custom > input {
  margin-right: 4px;
}

body
  footer#footer
  .block_newsletter
  form
  input[type="email"]::-webkit-input-placeholder {
  color: var(--white) !important;
  opacity: 1;
}

p.alert.block_newsletter_alert {
  border: var(--green) !important;
  background: var(--green) !important;
  border-radius: 0 !important;
}

p.alert.block_newsletter_alert:before {
  display: none;
}

p.alert.alert-danger.block_newsletter_alert {
  border: var(--red) !important;
  background: var(--red) !important;
  border-radius: 0 !important;
}

body footer .block_newsletter.block .block_content p {
  font-size: 1em !important;
}

/* body footer#footer .block_newsletter_alert {
    display: none !important;
} */

body
  footer#footer
  .block_newsletter
  form
  input[type="email"]::-moz-placeholder {
  color: var(--white) !important;
  opacity: 1;
}

body
  footer#footer
  .block_newsletter
  form
  input[type="email"]:-ms-input-placeholder {
  color: var(--white) !important;
  opacity: 1;
}

body
  footer#footer
  .block_newsletter
  form
  input[type="email"]::-ms-input-placeholder {
  color: var(--white) !important;
  opacity: 1;
}

body
  footer#footer
  .block_newsletter
  form
  input[type="email"]::-webkit-input-placeholder {
  color: var(--white) !important;
  opacity: 1;
}

body footer#footer .block_newsletter form input[type="email"]::placeholder {
  color: var(--white) !important;
  opacity: 1;
}

body
  footer#footer
  .block_newsletter
  form
  input[type="email"]:-ms-input-placeholder {
  color: var(--white) !important;
}

body
  footer#footer
  .block_newsletter
  form
  input[type="email"]::-ms-input-placeholder {
  color: var(--white) !important;
}

body footer#footer .block_newsletter form {
  margin-left: 0 !important;
}

body footer.footer-container .block-link .block .collapse li:before {
  background: var(--white) !important;
}

body .block_newsletter form > div.row .col-xs-12:nth-of-type(2) {
  display: flex !important;
  flex-direction: column-reverse !important;
  margin-top: 15px !important;
}

body .block_newsletter form > div.row .col-xs-12:nth-of-type(2) label {
  color: var(--white) !important;
  margin-bottom: 20px !important;
  display: flex !important;
}

body input#psgdpr_consent_checkbox_21:focus {
  color: var(--white) !important;
}

body .custom-checkbox input[type="checkbox"] {
  height: auto !important;
}

body footer .custom-checkbox input[type="checkbox"] + span {
  border: 1px var(--white) solid !important;
}

body footer .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  color: var(--white) !important;
}

body footer .btn-outline[disabled],
body footer .btn-outline[disabled]:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
}

body .footer-container .block-link .block .collapse li:hover {
  padding-left: 0;
}

body .footer-container .block-link .block .collapse li:hover::before {
  display: none;
}

body .custom-checkbox input[type="checkbox"] + span,
.custom-checkbox input[type="radio"] + span {
  border-radius: 0% !important;
}

body footer #blockEmailSubscription_displayFooter .btn:disabled {
  opacity: 0 !important;
}

body footer #blockEmailSubscription_displayFooter .btn.btn-outline {
  background: none !important;
}

body footer .block-toggler .title {
  cursor: initial !important;
}

/* @media (max-width: 480px) { */
/* @media (max-width: 985px) { */
@media (max-width: 767px) {
  body footer .block_newsletter.block .btn-outline {
    color: var(--white) !important;
    background-color: var(--blu) !important;
    border-color: var(--blu) !important;
  }

  body footer .footer-center {
    margin-top: 40px !important;
  }

  body .logo-white img {
    max-width: 33vw;
  }

  body footer .footer-center .logo-white p {
    margin: 10px 0 30px !important;
    max-width: 220px;
  }

  body footer .footer-center .logo-white p {
    font-size: 1em !important;
  }

  body footer .footer-center {
    padding: 50px 0 0 !important;
  }

  body footer#footer .block .title_block {
    font-size: 17px !important;
    margin: 0 0 15px !important;
  }

  body footer#footer .block .title_block#block-newsletter-label {
    margin-bottom: 0px !important;
  }

  body .block-toggler .navbar-toggler,
  body .footer-container .links .navbar-toggler {
    margin-top: 0 !important;
  }

  body .block-toggler .navbar-toggler .material-icons,
  body .footer-container .links .navbar-toggler .material-icons {
    color: var(--white) !important;
  }

  body .metodi-pagamento .block_content div img {
    max-width: 310px !important;
    margin: 0 auto !important;
    height: auto !important;
    max-height: 20px !important;
  }

  body footer .metodi-pagamento {
    justify-content: center !important;
    padding-bottom: 40px !important;
  }

  body .block_newsletter form > div.row .col-xs-12:nth-of-type(2) label {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
  }

  body .btn-outline[disabled],
  body .btn-outline[disabled]:hover {
    opacity: 0;
  }

  body .custom-checkbox input[type="checkbox"] + span,
  body .custom-checkbox input[type="radio"] + span {
    width: 20px !important;
    height: 20px !important;
  }

  body .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
  body .custom-checkbox input[type="radio"] + span .checkbox-checked {
    font-size: 18px !important;
  }

  body .block_newsletter.block .block_content p {
    line-height: 1.2em !important;
  }

  body .block-toggler.accordion_small_screen .collapsing,
  body .block-toggler.accordion_small_screen .collapse {
    background: var(--blu);
    padding: 10px 15px 1px 15px;
    margin-bottom: 10px;
    margin: 0 -15px 10px;
  }

  body .bs-emailsub {
    background: var(--blu);
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

/*--------------------------------------------------- 
|   Fly Cart 
---------------------------------------------------*/
.leo-fly-cart.solo {
  display: none !important;
}

/*--------------------------------------------------- 
|   Back To Top 
---------------------------------------------------*/
body #back-top {
  background: var(--yellow) !important;
  width: 45px !important;
  height: 45px !important;
  left: 15px !important;
  bottom: 20px !important;
}

body #back-top a {
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 !important;
}

#back-top:hover,
#back-top a:hover {
  background: var(--yellow) !important;
  opacity: 0.7;
}

body #back-top .back-to-top-icon-custom::before {
  content: url(../img/icons/arrow-up-custom.svg) !important;
}

@media (min-width: 576px) and (max-width: 1300px) {
  body #back-top {
    bottom: 20px !important;
  }
}

/*--------------------------------------------------- 
|   Conformità Legale 
---------------------------------------------------*/
body .euAboutUsCMS,
body .aeuc_footer_info {
  display: none !important;
}

/*--------------------------------------------------- 
|   Product List 
---------------------------------------------------*/
body .product-flags {
  left: 5px !important;
  top: 7px !important;
}

body .product-flags .product-flag {
  padding: 3px 7px;
}

body .product-flags .product-flag.discount {
  border-radius: 0px !important;
  color: var(--white) !important;
  border-color: var(--viola) !important;
  background: var(--viola) !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 0.8em !important;
  font-family: "Exo 2" !important;
}

body .product-flags .product-flag.on-sale {
  display: none;
}

body .thumbnail-container .product-price-and-shipping .price {
  order: -1 !important;
}

body .thumbnail-container .product-title a {
  color: var(--black) !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  font-family: "Exo 2" !important;
  display: block !important;
}

body .thumbnail-container .product-price-and-shipping .price span.price,
body .thumbnail-container .product-price-and-shipping .price {
  color: var(--black) !important;
  font-size: 1.3em !important;
  font-weight: 600 !important;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

body .thumbnail-container .product-price-and-shipping .regular-price {
  color: var(--gray) !important;
  font-weight: 600 !important;
  font-size: 1.1em !important;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  order: -1 !important;
}

body .thumbnail-container .product-price-and-shipping .discount-percentage {
  color: var(--black) !important;
  font-weight: 600 !important;
  font-size: 1.1em !important;
  border: none !important;
  margin: 0 !important;
  text-align: left !important;
}

body .thumbnail-container .product-price-and-shipping {
  display: grid !important;
  grid-template-columns: 1fr !important;
  min-height: 60px !important;
}

body
  .thumbnail-container
  .product-price-and-shipping.has_discount
  .discount-percentage {
  text-align: left !important;
  display: flex;
  align-items: flex-start;
  padding-top: 0;
}

body .thumbnail-container .product-price-and-shipping.has_discount {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
}

body .thumbnail-container .product-price-and-shipping {
  padding: 0 0 14px !important;
}

body .thumbnail-container .product-price-and-shipping.has_discount .price {
  text-align: right !important;
  display: flex;
  align-items: flex-start;
  color: var(--red) !important;
}

body .thumbnail-container .product-price-and-shipping span.aeuc_from_label {
  order: -2 !important;
  grid-column-start: 1 !important;
  grid-column-end: 4 !important;
  font-size: 14px;
  margin: 5px auto;
}

body .product-variants-custom {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

body .product-variants-custom img {
  width: 18px;
  height: 18px;
}

body .thumbnail-container:hover .functional-buttons > div.quickview {
  display: none !important;
}

body .thumbnail-container .functional-buttons > div {
  transform: translateX(40px);
}

body .plist-default .thumbnail-container .functional-buttons .btn-product,
body .category-products .thumbnail-container .functional-buttons .btn-product {
  border-radius: 0px !important;
}

body .thumbnail-container .functional-buttons {
  left: auto;
  right: 0px;
}

body .product-description-plist-custom {
  height: 24px;
  margin-top: 5px;
}

body .product-description-plist-custom p {
  font-size: 12px !important;
  color: var(--black) !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  body .thumbnail-container .functional-buttons {
    display: none;
  }
}

/* @media (max-width: 480px) { */
@media (max-width: 767px) {
  /* body .thumbnail-container .functional-buttons {
        display: none;
    } */

  body .thumbnail-container .product-meta {
    padding: 10px 0 0;
  }

  body .thumbnail-container .product-price-and-shipping .regular-price {
    font-size: 1em !important;
    margin: 0 5px !important;
  }

  body .thumbnail-container .product-price-and-shipping .discount-percentage {
    font-size: 1em !important;
  }

  body .thumbnail-container .product-price-and-shipping .price span.price,
  body .thumbnail-container .product-price-and-shipping .price {
    font-size: 1.15em !important;
    max-height: 35px;
  }

  body .featured-products-custom .product-price-and-shipping .price span.price,
  body .featured-products-custom .product-price-and-shipping .price {
    max-height: 45px;
  }

  body .owl-carousel .owl-wrapper {
    width: 100vw !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body .owl-carousel .owl-item {
    padding: 0 15px !important;
    width: 100vw !important;
  }

  body .owl-carousel .owl-item .item {
    display: flex !important;
  }

  body .owl-carousel .owl-item .item article {
    width: 50% !important;
  }

  body .owl-carousel .owl-item .item article:nth-of-type(odd) {
    margin-right: 7.5px;
  }

  body .owl-carousel .owl-item .item article:nth-of-type(even) {
    margin-left: 7.5px;
  }

  body .nuovi-prodotti-custom .owl-carousel .owl-wrapper {
    width: 100vw !important;
    display: block !important;
  }

  body .nuovi-prodotti-custom .owl-carousel .owl-item {
    width: 50vw !important;
  }

  body .nuovi-prodotti-custom .owl-carousel .owl-item .item article {
    width: 100% !important;
  }

  body .nuovi-prodotti-custom .owl-carousel .owl-item {
    padding: 0px !important;
  }

  body
    .nuovi-prodotti-custom
    .owl-carousel
    .owl-item
    .item
    article:nth-of-type(odd),
  body
    .nuovi-prodotti-custom
    .owl-carousel
    .owl-item
    .item
    article:nth-of-type(even) {
    margin: 0 !important;
    min-height: 300px;
  }

  body .nuovi-prodotti-custom .owl-carousel .owl-item:nth-of-type(odd) {
    margin-left: 15px !important;
    margin-right: 7.5px !important;
    width: calc(50vw - 22.5px) !important;
  }

  body .nuovi-prodotti-custom .owl-carousel .owl-item:nth-of-type(even) {
    margin-left: 7.5px !important;
    margin-right: 15px !important;
    width: calc(50vw - 22.5px) !important;
  }

  body .h2-bs-bmain.sezione-home-custom {
    display: none !important;
  }

  body .h2-bs-bmain.sezione-home-custom.sezione-home-qualita-custom {
    display: block !important;
  }

  body .ApColumn .ApProductCarousel .title_block {
    padding-bottom: 10px !important;
    font-size: 2.1em !important;
    margin-top: 30px !important;
  }

  body .bs-latest-h2 .block_content {
    margin-top: 10px !important;
  }

  body .ApColumn .ApProductCarousel .sub-title-widget {
    font-size: 13px !important;
    font-family: "Exo 2" !important;
    max-width: 60% !important;
    margin: 0 auto !important;
  }

  body .thumbnail-container .product-price-and-shipping {
    margin-top: 5px !important;
    align-items: initial !important;
    display: flex !important;
    justify-content: center;
  }

  body .product-description-plist-custom {
    display: none !important;
  }

  body .thumbnail-container .product-title a {
    height: 30px !important;
    line-height: 1em !important;
    font-weight: 600 !important;
  }

  body .thumbnail-container .product-price-and-shipping span.aeuc_from_label {
    margin: 3px auto -10px !important;
    font-size: 10px !important;
    position: absolute;
  }

  body
    .thumbnail-container
    .product-price-and-shipping.has_discount
    span.aeuc_from_label {
    position: relative;
  }
}

/*--------------------------------------------------- 
|   Pg. Category 
---------------------------------------------------*/
body#category section#wrapper > div.row {
  padding: 20px auto !important;
}

body#category #wrapper .breadcrumb[data-depth="1"],
body#category #wrapper .breadcrumb[data-depth="2"],
body#category #wrapper .breadcrumb[data-depth="3"] {
  display: block !important;
  margin: 0 !important;
  margin-bottom: 20px !important;
}

body#category #wrapper .breadcrumb[data-depth="1"] ol,
body#category #wrapper .breadcrumb[data-depth="2"] ol,
body#category #wrapper .breadcrumb[data-depth="3"] ol {
  display: none !important;
}

body#category #wrapper .breadcrumb[data-depth="1"] h1,
body#category #wrapper .breadcrumb[data-depth="2"] h1,
body#category #wrapper .breadcrumb[data-depth="3"] h1 {
  display: none !important;
}

body#category #wrapper .breadcrumb .category-cover img {
  height: 370px !important;
  width: 100vw !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

body#category .sidebar .block-categories {
  display: none;
}

body#category #category-description p,
body#category .block-category #category-description {
  color: var(--gray) !important;
  font-family: "Arimo" !important;
  line-height: 1.5em !important;
}

body#search .products-sort-order .select-list,
body#category .products-sort-order .select-list {
  line-height: 1.3em;
  text-transform: initial !important;
}

body#search #list.leo_list {
  display: none !important;
}

body#search .products-sort-order .select-title,
body#category .products-sort-order .select-title {
  color: var(--black) !important;
  border: 1px solid var(--black) !important;
  border-radius: 0;
  font-family: "Arimo" !important;
  line-height: 1em !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
}

body#search .products-sort-order .select-title i,
body#category .products-sort-order .select-title i {
  position: absolute !important;
  right: 20px !important;
  top: 5px !important;
}

body#search .products-sort-order .select-list:hover,
body#category .products-sort-order .select-list:hover {
  background: var(--lilla);
  color: var(--white) !important;
}

body#category #search_filters .facet .facet-title {
  font-weight: 600;
}

body#category #search_filters .ui-slider-horizontal {
  margin: 0;
}

/* body section#wrapper {
    width: 1200px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
} */

body section#wrapper {
  width: auto !important;
  max-width: 100% !important;
  margin: 20px !important;
}

body #_desktop_search_filters_clear_all button.btn-tertiary {
  text-transform: initial;
}

body #_desktop_search_filters_clear_all button.btn-tertiary:before {
  display: none;
}

body .products-selection .showing {
  text-transform: none !important;
}

body#category .pagination .page-list li > .previous,
body#category .pagination .page-list li .next {
  display: none;
}

body#category .pagination .page-list li {
  padding: 0;
}

body#category .pagination a:not(.previous):not(.next) {
  letter-spacing: 0 !important;
}

body#category .pagination .page-list li a {
  border-color: var(--black);
  color: var(--black);
  width: 40px;
  height: 40px;
  line-height: 40px;
}

body#category .pagination .page-list li.current a {
  color: var(--white);
  border-color: var(--viola);
}

body#category .pagination > div:first-child {
  display: none;
}

body#category .pagination {
  padding: 0;
  margin: 0 auto 20px;
  border-top: none;
}

body#category .pagination div:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px !important;
  position: relative;
  padding: 0;
  width: 100%;
}

body#category .pagination a:hover,
body#category .pagination a:focus {
  color: var(--black) !important;
}

body#category .active_filters {
  background: var(--white) !important;
  border: 1px solid var(--light-gray) !important;
}

body#category .active_filters .active-filter-title {
  font-weight: 300 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

body#category .active_filters .filter-block {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: var(--white) !important;
  background: var(--lilla) !important;
  padding: 10px 45px 10px 20px !important;
}

body#category .active_filters .filter-block .close {
  color: var(--white) !important;
  text-shadow: none !important;
  font-size: 16px !important;
}

body#category .faceted-slider > li {
  width: 90%;
}

body#category #search_filter_toggler {
  font-family: "Arimo" !important;
}

body#category #search_filters .ui-slider .ui-slider-handle {
  width: 10px;
  height: 10px;
  top: -0.2em;
}

body#category #search_filters .ui-widget-header {
  background: var(--gray);
}

body #wrapper .breadcrumb,
body#category #wrapper .breadcrumb .category-cover {
  display: none !important;
}

body #search_filters .custom-checkbox input[type="checkbox"] + span {
  border: 1px solid var(--black) !important;
  border-radius: 50% !important;
}

body
  #search_filters
  .custom-checkbox
  input[type="checkbox"]
  + span
  .checkbox-checked {
  color: var(--black) !important;
}

body#category .products-selection .total-products #list {
  display: none !important;
}

.keep-header .ui-autocomplete {
  border-radius: 0 !important;
  border: 1px solid var(--black) !important;
}

body .ui-autocomplete {
  border-radius: 0 !important;
  border: 1px solid var(--black) !important;
  margin-left: -1px !important;
}

body#category #search_filters .facet,
body#category #search_filters_brands .facet,
body#category #search_filters_suppliers .facet {
  padding: 20px 0 0px;
}

#search_filters .facet .facet-label a {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  body#category #wrapper nav.breadcrumb {
    display: none;
  }

  body#category .sidebar #search_filter_controls {
    display: flex;
    text-align: center;
  }

  body#category .sidebar #search_filter_controls button {
    text-transform: uppercase;
    padding: 10px 30px;
    background: var(--white);
  }

  body#category .sidebar #search_filter_controls button.ok i {
    display: none;
  }

  body#category .sidebar #search_filters .facet .h6 {
    padding: 0.825rem 0.625rem;
  }

  body#category .sidebar #search_filters .facet .navbar-toggler i {
    right: 17px;
    position: absolute;
  }

  body#category .magnitude {
    position: absolute;
    right: 22px;
  }

  body#authentication main#page > section#wrapper,
  body#search main#page > section#wrapper {
    margin-top: 70px !important;
  }

  body#authentication main#page > section#wrapper > .row,
  body#search main#page > section#wrapper > .row {
    padding: 20px !important;
  }

  body#search #products .products-selection {
    padding: 20px 0 0px;
  }
}

/* @media (max-width: 480px) { */
@media (max-width: 767px) {
  body#category .ajax_block_product:nth-of-type(odd),
  body#category .ajax_block_product:nth-of-type(even) {
    margin: 0 !important;
    min-height: 300px;
    padding: 0 !important;
  }

  /* body#category .ajax_block_product:nth-of-type(odd) {
        margin-left: 10px !important;
        margin-right: 7.5px !important;
        width: calc(50vw - 22.5px) !important;
    }

    body#category .ajax_block_product:nth-of-type(even) {
        margin-left: 7.5px !important;
        margin-right: 10px !important;
        width: calc(50vw - 22.5px) !important;
    } */

  body#category #category-description.category-meta-description-custom {
    display: none;
  }

  body#category .block-category {
    margin-bottom: 0;
  }

  body#category .products-selection .sort-by-row {
    display: flex !important;
    flex-direction: row-reverse !important;
    margin: 0 -5px !important;
  }

  body#category .products-sort-order {
    height: 40px !important;
    padding: 0 !important;
    display: flex !important;
  }

  body#category .products-selection .filter-button {
    border: 1px solid var(--viola) !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-right: 14px !important;
  }

  body#category #search_filter_toggler {
    text-align: left !important;
    background: var(--viola) !important;
    border-color: var(--viola) !important;
    font-size: 14px;
    height: 38px;
  }

  body#search .products-sort-order .select-title,
  body#category .products-sort-order .select-title {
    height: 40px;
    font-size: 14px;
  }

  body#category #js-product-list-top {
    padding: 0px 0px 20px !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  body#category #js-product-list-top > div.row {
    display: flex;
    flex-direction: column-reverse;
  }

  body .products-selection .showing {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 0;
  }

  body#category #wrapper .breadcrumb[data-depth="1"],
  body#category #wrapper .breadcrumb[data-depth="2"],
  body#category #wrapper .breadcrumb[data-depth="3"] {
    margin-bottom: 0 !important;
  }

  body#category #category-description p {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  body#category .products-sort-order .dropdown-menu {
    left: auto;
    right: 0 !important;
    width: calc(100vw - 30px);
    border: 1px solid var(--black);
    top: 39px;
  }

  body#search .products-sort-order .select-title i.material-icons,
  body#category .products-sort-order .select-title i.material-icons {
    color: var(--black);
  }

  body#category .pagination div:nth-of-type(2) {
    justify-content: center !important;
    margin: 0 !important;
  }

  body#cart section#wrapper {
    max-width: calc(100% - 30px) !important;
  }
}

@media (max-width: 761px) {
  body#category .ajax_block_product:nth-of-type(odd) {
    margin-left: 10px !important;
    margin-right: 7.5px !important;
    width: calc(50vw - 26px) !important;
  }

  body#category .ajax_block_product:nth-of-type(even) {
    margin-left: 7.5px !important;
    margin-right: 10px !important;
    width: calc(50vw - 26px) !important;
  }
}

@media (max-width: 480px) {
  body#category .ajax_block_product:nth-of-type(odd) {
    margin-left: 10px !important;
    margin-right: 7.5px !important;
    width: calc(50vw - 22.5px) !important;
  }

  body#category .ajax_block_product:nth-of-type(even) {
    margin-left: 7.5px !important;
    margin-right: 10px !important;
    width: calc(50vw - 22.5px) !important;
  }
}

/*--------------------------------------------------- 
|   Pg. Product 
---------------------------------------------------*/
body#product section#wrapper > div.row {
  /* padding: 15px !important; */
  padding: 0px !important;
}

body#product #wrapper .breadcrumb {
  display: none !important;
}

body .product-detail.product-thumbs-bottom .product-thumb-images {
  padding-left: 0;
  padding-right: 0;

  display: flex;
  flex-direction: row;
  overflow-x: scroll;
}

body#product .product-additional-info .ps_checkout {
  display: none !important;
}

body
  .product-detail.product-thumbs-bottom
  .product-thumb-images::-webkit-scrollbar {
  display: none;
}

body .product-detail.product-thumbs-bottom .product-thumb-images {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body
  .product-detail.product-thumbs-bottom
  .product-thumb-images
  .thumb-container {
  max-width: 120px;
  min-width: 120px;
  width: 120px;
  margin-right: 0.65rem;
}

body
  .product-detail.product-thumbs-bottom
  .product-thumb-images
  .thumb-container:last-of-type {
  margin-right: 0;
}

body#product .product-variants > .product-variants-item {
  width: 100% !important;
  display: flex;
  align-items: center;
}

body#product .product-variants > .product-variants-item .control-label {
  font-size: 14px !important;
  margin-bottom: 0;
  max-width: 25%;
}

body#product
  .product-variants
  > .product-variants-item:nth-child(2)
  .control-label {
  transform: translateY(-100%);
}

body#product .product-variants > .product-variants-item select {
  width: 100% !important;
}

body#product .product-actions .form-control {
  color: var(--black) !important;
  font-weight: 500 !important;
}

body#product .product-actions .form-control-select {
  background: var(--white)
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: right center !important;
  background-position-x: 99% !important;
  background-size: 1.25rem 1.25rem !important;
}

body#product
  .product-actions
  .product-variants
  > .product-variants-item
  select {
  font-family: "Arimo" !important;
  border: 1px solid var(--black) !important;
}

body#product .product-variants > .product-variants-item ul li {
  margin-top: 2px !important;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: 12px;
  width: 75px;
}

body#product .input-color:checked + span,
body#product .input-color:hover + span,
body#product .input-radio:checked + span,
body#product .input-radio:hover + span,
body#product .color.active,
.color:hover,
body#product .custom-checkbox input[type="checkbox"] + span.color.active,
body#product .custom-checkbox input[type="checkbox"] + span.color:hover {
  border: none !important;
  outline: 2px solid var(--viola) !important;
}

body#product .product-variants > .product-variants-item .color {
  box-shadow: none !important;
  width: 75px !important;
  height: 75px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body#product .product-thumb-images .thumb.selected,
body#product .product-thumb-images .thumb:hover {
  border: 2px solid var(--viola) !important;
}

body#product .input-color {
  width: 75px !important;
  height: 75px !important;
}

body#product .tax-shipping-delivery-label-custom {
  font-family: "Arimo" !important;
  margin: 0 0 20px !important;
  color: var(--black) !important;
}

body#product .bootstrap-touchspin input.form-control,
body#product .bootstrap-touchspin input.input-group {
  border: 1px solid var(--black) !important;
}

body#product .product-quantity #quantity_wanted {
  margin-left: 39px !important;
}

body#product .product-quantity .input-group-btn-vertical .btn {
  width: 40px !important;
}

body#product
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  right: 71px !important;
}

body#product
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up {
  left: 88px !important;
}

body#product
  .bootstrap-touchspin
  .input-group-btn-vertical
  .touchspin-down:after {
  content: url("../img/icons/minus.svg");
}

body#product
  .bootstrap-touchspin
  .input-group-btn-vertical
  .touchspin-up:after {
  content: url("../img/icons/plus.svg");
}

body#product .product-actions .product-manufacturer {
  display: none;
}

body#product #product-modal .modal-content .modal-body .product-cover-modal {
  width: 100%;
}

body#product #product-modal .modal-content .modal-body figure {
  padding-right: 0;
}

body#product #category-products2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

body#product #category-products2 .item {
  width: 32%;
  margin-right: 1.5%;
}

body#product #category-products2 .item:nth-child(3n) {
  margin-right: 0%;
}

body .product-prices {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
}

body .product-prices div {
  font-size: 1.5em !important;
  font-weight: 700 !important;
  font-family: "Exo 2" !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  margin-bottom: 0px !important;
}

body .product-prices div > span {
  font-family: "Exo 2" !important;
}

body .product-prices .tax-shipping-delivery-label {
  color: var(--black) !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  margin-top: 5px;
}

body#product.timer-countdown-invisible-custom .delivery-information {
  display: none !important;
}

body#product .delivery-information {
  display: block !important;
}

body .has-discount .current-price {
  color: var(--red);
}

body .has-discount .discount {
  font-weight: 700 !important;
  border: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  margin: 0 20px 0 10px !important;
  color: var(--black);
  top: 0 !important;
  font-size: 0.8em !important;
  font-size: 25px !important;
}

body .product-discount .regular-price {
  font-weight: 600;
  font-size: 25px !important;
}

body .product-quantity .add .add-to-cart {
  font-weight: 700 !important;
}

body .product-quantity .add .add-to-cart:hover {
  border: 1px solid var(--viola) !important;
  background: var(--viola) !important;
}

body .product-quantity .add .add-to-cart.add-to-cart-info::before {
  display: none !important;
}

body .product-quantity .add .add-to-cart.add-to-cart-info {
  background: var(--white) !important;
  color: var(--viola) !important;
  border: 1px solid var(--viola) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1em !important;
  letter-spacing: 0.03em !important;
}

body .product-quantity .add .add-to-cart.add-to-cart-info-disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

body#product #leo_product_reviews_block_extra {
  display: none;
}

body#product .status-stock.avaiable {
  background: var(--green);
  padding: 10px 30px;
  color: var(--white);
  text-transform: uppercase;
  display: inline-block;
}

body#product .status-stock.not-avaiable {
  background: var(--red);
  padding: 15px 30px;
  color: var(--white);
  text-transform: uppercase;
  display: inline-block;
}

body#product .more-infor-product.category-default {
  margin-bottom: 10px;
}

body#product .product-actions .product-add-to-cart {
  border: none !important;
}

body#product .product-actions .product-add-to-cart span.control-label {
  display: none;
}

body#product .product-actions .product-add-to-cart .product-quantity .compare {
  display: none;
}

body#product .bootstrap-touchspin .btn-touchspin {
  border: 1px solid var(--black) !important;
}

body#product .bootstrap-touchspin .input-group-btn-vertical i {
  top: -10px;
  left: 8px;
  font-size: 1.5rem !important;
  color: var(--black) !important;
}

body#product .bootstrap-touchspin .input-group-btn-vertical i.touchspin-down {
  top: -19px !important;
  left: 4px !important;
  font-size: 2rem !important;
}

body#product .product-add-to-cart .wishlist {
  border: none !important;
  width: 40px;
  height: 40px;
  margin-top: 20px;
}

h5.clicca-qui-custom-wishlist {
  text-align: center !important;
  margin-top: 5px !important;
}

.logged h5.clicca-qui-custom-wishlist {
  display: none !important;
}

body#product .product-add-to-cart .wishlist a {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--white) !important;
}

body#product .product-add-to-cart .wishlist a:hover,
body#product .product-add-to-cart .wishlist a:active,
body#product .product-add-to-cart .wishlist a:focus,
body#product .product-add-to-cart .wishlist a.active {
  background: var(--viola) !important;
}

body#product .product-add-to-cart .wishlist a .material-icons {
  color: var(--black) !important;
}

.leo-compare-button.added,
.leo-wishlist-button.added {
  border: none !important;
}

body#product .product-add-to-cart .wishlist a.added .material-icons {
  color: var(--viola) !important;
}

body#product .product-add-to-cart .wishlist a:hover .material-icons,
body#product .product-add-to-cart .wishlist a:active .material-icons,
body#product .product-add-to-cart .wishlist a:focus .material-icons,
body#product .product-add-to-cart .wishlist a.active .material-icons {
  color: var(--white) !important;
}

body#product .product-actions .product-add-to-cart .product-quantity .add {
  margin-left: 40px;
}

body#product .product-actions .product-add-to-cart .product-quantity .add > p {
  position: absolute !important;
  margin-top: 50px !important;
}

body#product .product-variants > .product-variants-item ul {
  margin-right: 1px;
}

/* body#product .product-variants>.product-variants-item ul li:nth-child(5n) {
    margin-right: 0 !important;
} */

body#product .descrizione-custom {
  display: flex;
  justify-content: space-between;
}

body#product .descrizione-custom > div {
  min-width: calc(50% - 15px);
  max-width: calc(50% - 15px);
  width: calc(50% - 15px);
  font-family: "Arimo" !important;
  color: var(--black) !important;
}

body#product .descrizione-custom > div ul {
  list-style-type: none !important;
}

body#product .descrizione-custom > div p {
  color: var(--black) !important;
  font-size: 14px;
}

body#product .product-variants > .product-variants-item .control-label > span {
  display: none;
}

body#product .product-accessories .products-section-title {
  font-size: 36px !important;
  margin-bottom: 20px !important;
  text-transform: none !important;
  color: var(--black) !important;
}

body#product .more-infor-product.category-default label.label,
body#product .more-infor-product.category-default a,
body#product .more-infor-product.category-default span {
  font-family: "Exo 2" !important;
  font-weight: 500 !important;
  color: var(--black) !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
}

body#product .bootstrap-touchspin .input-group-btn-vertical i.touchspin-down {
  top: -27px !important;
}

body#product .product-detail-name {
  margin-bottom: 10px !important;
}

body#product #product-description-short-1.description-short p {
  color: var(--black) !important;
}

body#product #tab-content #product-details {
  display: none !important;
}

body#product .product-tabs.tabs .nav-tabs li:nth-child(2) {
  display: none;
}

body#product .descrizione-custom,
body#product .product-description {
  width: 100%;
}

body#product .featured-products-custom .products {
  display: flex !important;
  justify-content: flex-start;
  flex-wrap: wrap !important;
}

body#product .featured-products-custom h2 {
  padding: 20px 0 25px !important;
  font-size: 36px !important;
  margin-bottom: 20px !important;
  text-transform: none !important;
  color: var(--black) !important;
  text-align: center !important;
  font-weight: 600 !important;
}

body#product .featured-products-custom h2.product-title {
  padding: 10px 0 0px !important;
  margin-bottom: 0px !important;
}

body#product
  .featured-products-custom
  .product-price-and-shipping
  .regular-price,
body#product
  .featured-products-custom
  .product-price-and-shipping
  .discount-product {
  display: none !important;
}

body#product .featured-products .products article.product-miniature {
  width: calc(25% - 15px) !important;
  /* margin-right: 20px !important; */
  margin-right: 15px !important;
}

body#product
  .featured-products
  .products
  article.product-miniature:nth-child(8n) {
  margin-right: 0 !important;
}

body#product
  .featured-products
  .products
  article.product-miniature
  .leo-list-product-reviews,
body#product
  .featured-products
  .products
  article.product-miniature
  .highlighted-informations {
  display: none !important;
}

body#product
  .featured-products-custom
  .thumbnail-container
  .functional-buttons.clearfix,
body#product
  .featured-products-custom
  .thumbnail-container:active
  .functional-buttons.clearfix,
body#product
  .featured-products-custom
  .thumbnail-container:hover
  .functional-buttons.clearfix {
  display: none !important;
  opacity: 1 !important;
  visibility: hidden !important;
}

body#product #countdown_banner {
  border: none !important;
  padding: 10px 20px !important;
  background: var(--menu2) !important;
  max-width: 100% !important;
  color: var(--white) !important;
  display: flex !important;
  align-items: center !important;
  height: auto !important;
}

body#product #countdown_banner #demo {
  color: var(--white) !important;
  font-family: "Exo 2" !important;
  font-size: 2em !important;
  margin-top: 1% !important;
  margin-bottom: 2% !important;
  line-height: 1em !important;
}

body#product #countdown_banner #banner_text1 {
  font-family: "Exo 2" !important;
  font-size: 0.9em !important;
}

body#product #countdown_banner #banner_text2 {
  font-family: "Exo 2" !important;
  font-weight: 600 !important;
  font-size: 1em !important;
}

body#product #countdown_banner #banner_right_part {
  border-left: 1px solid var(--white) !important;
}

body#product #countdown_banner #timer {
  margin-top: 1% !important;
  margin-left: 0 !important;
}

body#product #countdown_banner #banner_image {
  max-width: 75% !important;
}

body#product #countdown_banner img#banner_image {
  margin-left: 0px !important;
}

body#product .product-additional-info {
  position: relative !important;
}

body#product .product-additional-info .delivery-information {
  position: absolute !important;
  top: 0 !important;
  z-index: -1 !important;
}

#mywishlist {
  padding-top: 20px;
}

#mywishlist h2 {
  padding-bottom: 10px;
}

button.leo-save-wishlist-bt,
#module-leofeature-mywishlist #mywishlist .btn-outline {
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  background: var(--viola) !important;
  font-weight: 600;
  padding: 10px 40px;
}

button.leo-save-wishlist-bt:active,
button.leo-save-wishlist-bt:focus,
button.leo-save-wishlist-bt:hover,
#module-leofeature-mywishlist #mywishlist .btn-outline:active,
#module-leofeature-mywishlist #mywishlist .btn-outline:focus,
#module-leofeature-mywishlist #mywishlist .btn-outline:hover {
  background: var(--lilla) !important;
  color: var(--white) !important;
  /* border: 1px solid var(--lilla) !important; */
}

#mywishlist .footer_links li a i {
  display: none !important;
}

body#module-leofeature-mywishlist #mywishlist .footer_links li:last-child a {
  background: var(--white) !important;
  color: var(--viola) !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  border: 1px solid var(--viola) !important;
}

body#module-leofeature-mywishlist
  #mywishlist
  .footer_links
  li:last-child:hover
  a {
  background: var(--lilla) !important;
  color: var(--white) !important;
  border: 1px solid var(--lilla) !important;
}

.wishlist-product-action,
.wishlist-product-info,
.send-wishlist {
  display: none !important;
}

.leo-wishlist-product h1.h3 {
  padding: 10px 0;
}

.list-wishlist table .wishlist-table-head tr th:nth-child(1),
.list-wishlist table .wishlist-table-head tr th:nth-child(2),
.list-wishlist table .wishlist-table-head tr th:nth-child(3),
.list-wishlist table .wishlist-table-head tr th:nth-child(4),
.list-wishlist table .wishlist-table-head tr th:nth-child(5),
.list-wishlist table .wishlist-table-head tr th:nth-child(7),
.list-wishlist table .wishlist-table-head tr th:nth-child(6) {
  display: none !important;
}

.list-wishlist table tbody tr td:nth-child(2),
.list-wishlist table tbody tr td:nth-child(3),
.list-wishlist table tbody tr td:nth-child(4),
.list-wishlist table tbody tr td:nth-child(5),
.list-wishlist table tbody tr td:nth-child(6) {
  display: none !important;
}

.list-wishlist table tbody tr td:nth-child(7) {
  text-align: right !important;
}

.list-wishlist tr.show {
  background: var(--light-gray) !important;
}

@media (max-width: 991px) {
  body#product #blockcart-modal .modal-dialog {
    margin-top: 120px !important;
  }

  body#product #blockcart-modal .product-image {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  body#product .product-variants > .product-variants-item .color {
    margin-right: 0px !important;
  }

  body#product #main .page-content#content {
    margin-bottom: 15px;
  }

  body#product .slick-slide {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body#product .list-images-mobile img.thumb,
  body#product .slick-slide img.thumb {
    width: 100% !important;
  }

  body#product .slick-arrows .slick-arrow {
    height: 40px !important;
    width: 40px !important;
    border-radius: 0% !important;
    color: var(--viola) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    border: none !important;
  }

  body#product .slick-arrows .slick-arrow.slick-prev:before {
    content: url(../img/icons/arrow-left-custom.svg) !important;
    transform: rotate(-90deg);
  }

  body#product .slick-arrows .slick-arrow.slick-next:before {
    content: url(../img/icons/arrow-right-custom.svg) !important;
    transform: rotate(90deg);
  }

  body#product .slick-arrows .slick-arrow.slick-prev {
    left: -5px !important;
  }

  body#product .slick-arrows .slick-arrow.slick-next {
    right: -5px !important;
  }

  body#product .slick-arrows .slick-arrow.slick-prev:before {
    margin-left: -3px !important;
  }

  body#product .slick-arrows .slick-arrow.slick-next:before {
    margin-right: -3px !important;
  }

  body#product .slick-slider ul.slick-dots {
    bottom: 10px !important;
  }

  body#product .slick-dotted.slick-slider {
    margin-bottom: 15px !important;
  }

  body#product .product-actions .product-add-to-cart .product-quantity {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  body#product
    .product-actions
    .product-add-to-cart
    .product-quantity
    #quantity_wanted {
    width: 50px;
  }

  body#product .product-actions .product-add-to-cart .product-quantity .add {
    margin: 0 !important;
    margin-left: 0 !important;
  }

  body#product .product-actions .product-add-to-cart .product-quantity::after {
    display: none !important;
  }

  body#product .product-actions .product-add-to-cart {
    padding: 0 !important;
  }

  body#product .product-tabs.tabs .nav-tabs {
    display: flex !important;
    justify-content: space-between !important;
  }

  body#product .product-tabs.tabs .nav-tabs .nav-link {
    font-size: 14px !important;
    padding: 10px 0 0 !important;
  }

  body#product .product-tabs.tabs {
    border: 1px solid var(--light-gray) !important;
    padding: 10px !important;
  }

  body#product .product-tabs.tabs .tab-content {
    border: none !important;
    margin-top: 0 !important;
  }

  body#product .product-tabs.tabs .nav-tabs .nav-item {
    margin-right: 5px !important;
  }

  body#product .product-tabs.tabs .nav-tabs .nav-item:nth-last-child(1) {
    margin-right: 0 !important;
  }

  body#product .slick-arrows .slick-arrow.slick-disabled {
    opacity: 0 !important;
  }

  body#product .product-tabs.tabs .tab-pane {
    padding: 5px !important;
  }

  body#product .more-infor-product.category-default {
    margin-bottom: 0px !important;
  }

  body#product .more-infor-product.category-default label.label,
  body#product .more-infor-product.category-default a,
  body#product .more-infor-product.category-default span {
    font-family: "Exo 2" !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    font-size: 14px !important;
  }

  body#product h1.product-detail-name {
    font-size: 20px !important;
    line-height: 1.2em !important;
  }

  body#product .product-prices {
    margin-top: -10px !important;
  }

  body#product .product-prices div {
    font-size: 1.4em !important;
  }

  body#product .product-variants {
    padding: 10px 0 0 !important;
  }

  body#product #product-description-short-1.description-short p {
    margin-bottom: 0px;
  }

  body#product .has-discount .discount {
    margin: 0 10px 0 10px !important;
  }

  body#product .product-prices div {
    margin-bottom: 3px !important;
  }

  body#product .product-add-to-cart .wishlist {
    margin-top: 5px !important;
  }

  body#product #product-description-short-1 {
    display: none !important;
  }

  body#product .tax-shipping-delivery-label-custom {
    margin: 0 !important;
  }

  body#product .product-variants > .product-variants-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  body#product .product-variants > .product-variants-item .control-label {
    margin-bottom: 10px;
    margin-right: 0;
  }

  body#product .wk-custom-attrib,
  body#product .custom-checkbox input[type="checkbox"] + span.wk-custom-attrib {
    width: 19vw !important;
    height: 19vw !important;
    margin: 0 !important;
  }

  body#product .product-variants > .product-variants-item ul li {
    margin-right: calc((100vw - 30px - 304px) / 3) !important;
  }

  /* body#product .product-variants>.product-variants-item ul li:nth-child(4n) {
        margin-right: 0 !important;
    } */

  /* body#product .product-variants>.product-variants-item ul li:nth-child(5n) {
        margin-right: calc((100vw - 30px - 304px) / 3) !important;
    } */

  body#product .product-variants > .product-variants-item:nth-of-type(2) {
    margin-bottom: 5px !important;
  }

  body#product .product-actions .product-variants > .product-variants-item ul {
    min-height: 64px !important;
    margin: 0 2px;
  }

  body#product .product-variants > .product-variants-item ul li {
    width: auto;
  }

  body#product .product-variants > .product-variants-item .control-label {
    max-width: 100%;
    display: flex;
  }

  body#product
    .product-variants
    > .product-variants-item
    .control-label
    > span {
    font-weight: 300;
    text-transform: none;
    display: block;
  }

  body#product .descrizione-custom {
    display: flex;
    flex-direction: column;
  }

  body#product .descrizione-custom > div {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }

  body#product .descrizione-custom > div.colonna-2 {
    border-top: 1px solid var(--light-gray) !important;
    padding-top: 20px !important;
  }

  body#product .product-variants > .product-variants-item ul {
    height: auto;
  }

  body#product .product-tabs.tabs {
    margin-top: 0px;
  }

  body#product .product-accessories {
    padding: 0 !important;
  }

  body#product .product-accessories .owl-carousel .owl-wrapper {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    transform: none !important;
  }

  body#product .product-accessories .owl-carousel .owl-item {
    width: 100% !important;
  }

  body#product .product-accessories .owl-carousel .owl-item:nth-child(odd) {
    padding-right: 3.5px !important;
  }

  body#product .product-accessories .owl-carousel .owl-item:nth-child(even) {
    padding-left: 3.5px !important;
  }

  body#product .product-accessories .owl-carousel .owl-item .item article {
    width: 100% !important;
  }

  body#product .product-accessories .products-section-title {
    font-size: 30px !important;
    margin-bottom: 10px !important;
    text-transform: none !important;
    color: var(--black) !important;
  }

  body#product .product-detail-name {
    margin-bottom: 5px !important;
  }

  body#product .description-short p {
    margin-bottom: 10px !important;
  }

  body .has-discount .discount {
    font-size: 20px !important;
  }

  body .product-discount .regular-price {
    font-size: 20px !important;
  }

  body#product #category-products2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  body#product #category-products2 .item {
    width: 100%;
    padding: 0 15px;
  }

  body#product .product-prices .tax-shipping-delivery-label {
    font-size: 0.875rem !important;
    margin-bottom: 14px !important;
  }

  body .product-prices {
    flex-direction: column-reverse !important;
  }

  body#product
    .product-variants
    > .product-variants-item:nth-child(2)
    .control-label {
    transform: translateY(0%);
  }

  body#product .featured-products-custom .products {
    flex-direction: column !important;
  }

  body#product .featured-products .products article.product-miniature {
    width: 100% !important;
    margin-right: 0px !important;
  }

  body#product
    .featured-products
    .products
    article.product-miniature:nth-child(8n) {
    margin-right: 0 !important;
  }

  body#product #countdown_banner img#banner_image {
    margin-left: 0px !important;
  }

  body#product #countdown_banner {
    padding: 10px 20px !important;
  }

  body#product #countdown_banner {
    align-items: flex-start !important;
  }

  #banner_left_part {
    display: none !important;
  }

  body#product #countdown_banner #banner_right_part {
    border-left: 0 !important;
    width: 100% !important;
  }

  body#product #countdown_banner .banner_text,
  body#product #countdown_banner #demo {
    margin-left: 0 !important;
    width: 100% !important;
  }

  body#product #countdown_banner #demo {
    margin-top: 1% !important;
    margin-bottom: 2% !important;
    font-size: 1.9em !important;
  }

  body#product #countdown_banner #banner_text2 {
    width: 100% !important;
    font-size: 0.9em !important;
  }

  body#product .featured-products-custom h2.product-title {
    padding: 10px 0 0px !important;
    margin-bottom: 0px !important;
  }
}

@media (max-width: 991px) {
  body#product .product-add-to-cart .product-quantity #quantity_wanted {
    width: 55px !important;
  }

  body#product .product-add-to-cart .product-quantity .qty {
    display: inline-block !important;
  }

  body#product .product-actions .product-add-to-cart .product-quantity .add {
    margin-left: 20px;
  }
}

/* @media (max-width: 761px) {} */

/*--------------------------------------------------- 
|   Menu 
---------------------------------------------------*/
body .leo-megamenu .dropdown-menu.level1 {
  border-radius: 0 !important;
}

body .leo-megamenu .dropdown-menu a > .menu-title {
  font-weight: 600 !important;
  font-size: 1.2em !important;
}

body .leo-megamenu .navbar-nav > li > a > .menu-title {
  font-weight: 600 !important;
  font-size: 1em !important;
}

body .leo-megamenu .navbar-nav > li > a {
  color: var(--black) !important;
}

body .leo-megamenu .navbar-nav > li.active > a,
body .leo-megamenu .navbar-nav > li:hover > a,
body .leo-megamenu .navbar-nav > li:focus > a {
  color: var(--viola) !important;
}

body .leo-megamenu .dropdown-submenu:hover > .dropdown-menu.level2 {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 0 !important;
  width: 100% !important;
  position: absolute !important;
  color: var(--viola) !important;
  background: var(--white) !important;
}

body .leo-megamenu .dropdown-menu.level1 a > .menu-title {
  color: var(--white) !important;
}

body .leo-megamenu .dropdown-menu li a {
  line-height: 1.5em !important;
}

body .leo-megamenu .dropdown-menu li {
  min-height: 40px !important;
  line-height: 40px;
}

body .leo-megamenu .dropdown-menu li::before {
  display: none !important;
}

body .leo-megamenu .dropdown-menu li:hover {
  padding-left: 0 !important;
}

body .leo-megamenu .dropdown-menu li a {
  color: var(--white) !important;
  width: 100% !important;
}

body .leo-megamenu .dropdown-menu li:hover a {
  opacity: 0.7 !important;
}

body .leo-megamenu .dropdown-menu li:hover .level2 a {
  opacity: 1 !important;
}

body .leo-megamenu .dropdown-menu.level2 li .menu-title {
  color: var(--viola) !important;
}

body .leo-megamenu .dropdown-menu.level2 li:hover .menu-title {
  opacity: 0.7 !important;
}

body .navbar-nav .dropdown-submenu .dropdown-toggle:before {
  top: 14px !important;
  transform: rotate(270deg) !important;
}

body .leo-megamenu .dropdown:hover > .dropdown-menu {
  background: var(--viola) !important;
}

body .top-header-custom div:nth-of-type(2) span.hide-big-custom {
  display: none;
}

/*--------------------------------------------------- 
|  Menu Mobile 
---------------------------------------------------*/
@media (max-width: 1024px) {
  body .top-header-custom div:nth-of-type(2) span {
    display: none;
  }

  body .top-header-custom div:nth-of-type(2) span.hide-big-custom {
    display: block;
  }
}

@media (max-width: 991px) {
  body .custom-megamenu-desktop > .hidden-md-down {
    display: block !important;
    width: 100% !important;
  }

  body .custom-megamenu-desktop > .mega-menu-h5 {
    order: 1 !important;
    height: 100% !important;
    max-width: 60px !important;
  }

  body .custom-megamenu-desktop > .mega-menu-h5 .ApMegamenu {
    height: 100%;
  }

  body
    .custom-megamenu-desktop
    > .mega-menu-h5
    .ApMegamenu
    .leo-megamenu.navbar {
    height: 100%;
  }

  body
    .custom-megamenu-desktop
    > .mega-menu-h5
    .ApMegamenu
    .leo-megamenu.navbar
    .navbar-header {
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    left: auto;
    right: 0px;
  }

  body
    .custom-megamenu-desktop
    > .mega-menu-h5
    .ApMegamenu
    .leo-megamenu.navbar
    .navbar-header
    button {
    margin: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0;
  }

  body .custom-megamenu-desktop > .bsh3-right-header .header-button-add {
    display: none;
  }

  body.off-canvas-active > #page {
    transform: translateX(0px) !important;
  }

  body.off-canvas-active > #page .megamenu-overlay {
    display: none !important;
  }

  body .off-canvas-nav-megamenu {
    top: 110px !important;
  }

  body .off-canvas-button-megamenu {
    display: none !important;
  }

  body .off-canvas-nav-megamenu {
    position: absolute;
    top: 0;
    width: 0;
    left: 0;
    transition: all 100ms ease 0s;
  }

  body .off-canvas-nav-megamenu .offcanvas-mainnav {
    width: 100vw !important;
    left: -100vw !important;
    padding: 17px 0 !important;
  }

  body.off-canvas-active > .off-canvas-nav-megamenu.active {
    left: calc(100vw - 234px) !important;
  }

  body.off-canvas-active > .off-canvas-nav-megamenu.active {
    left: 0;
    transform: translateX(234px);
    transition: all 100ms ease 0s;
  }

  body.off-canvas-active .navbar-header button span.icon-bar:nth-child(1) {
    transform: rotate(45deg) !important;
    top: 35px !important;
  }

  body .navbar-header button span.icon-bar {
    position: absolute !important;
    height: 1px !important;
    width: 18px !important;
    background: black !important;
    left: 12px !important;
    top: 29px !important;
    transition: transform 0.3s ease-in-out !important;
  }

  body.off-canvas-active .navbar-header button span.icon-bar:nth-child(2) {
    width: 0 !important;
  }

  body .navbar-header button span.icon-bar:nth-child(2) {
    top: 35px !important;
  }

  body.off-canvas-active .navbar-header button span.icon-bar:nth-child(3) {
    transform: rotate(-45deg) !important;
    top: 35px !important;
  }

  body .navbar-header button span.icon-bar:nth-child(3) {
    top: 41px !important;
  }

  body .navbar-header button {
    color: var(--black) !important;
    border: 1px solid var(--black) !important;
    width: 40px !important;
    height: 40px !important;
  }

  body.off-canvas-active .navbar-header button {
    color: var(--white) !important;
    border: 1px solid var(--white) !important;
  }

  body.off-canvas-active .navbar-header button span.icon-bar {
    background: var(--white) !important;
  }

  body.off-canvas-active .header-top {
    background: var(--lilla) !important;
  }

  body.off-canvas-active .header-logo a img {
    -webkit-filter: brightness(500%) !important;
    filter: brightness(500%) !important;
  }

  body.off-canvas-active #search_widget,
  body.off-canvas-active .userinfo-selector,
  body.off-canvas-active #_desktop_cart {
    display: none !important;
  }

  body .top-header-custom div:nth-of-type(2) span {
    display: none;
  }

  body .top-header-custom div:nth-of-type(2) span.hide-big-custom {
    display: block;
  }

  body .off-canvas-nav-megamenu .navbar-nav > li > a {
    font-weight: 600 !important;
    font-size: 1.2em !important;
    padding-left: 15px !important;
  }

  body .dropdown-menu.level1 > .dropdown-menu-inner > .row {
    background: var(--menu1) !important;
  }

  body .dropdown-menu.level1 ul {
    padding: 10px 0;
  }

  body .dropdown-menu.level1 > .dropdown-menu-inner > .row li a.nav-link {
    color: var(--white) !important;
    font-size: 1.2em !important;
    padding-left: 5px !important;
  }

  body
    .dropdown-menu.level1
    > .dropdown-menu-inner
    > .row
    li
    a.nav-link.dropdown-toggle {
    font-weight: 600 !important;
  }

  body
    .dropdown-menu.level1
    > .dropdown-menu-inner
    > .row
    li
    .dropdown-menu.level2
    a {
    color: var(--white) !important;
    padding-left: 5px !important;
  }

  body a.nav-link span {
    font-family: "Exo 2" !important;
  }

  body
    .dropdown-menu.level1
    > .dropdown-menu-inner
    > .row
    li
    .dropdown-menu.level2 {
    width: 100vw !important;
    left: -10px !important;
    background: var(--menu2) !important;
  }

  body .off-canvas-nav-megamenu .navbar-nav > li {
    border: none !important;
  }

  body .off-canvas-nav-megamenu .nav li.dropdown .caret {
    width: 100% !important;
    height: 52px !important;
    top: 0 !important;
  }

  body .off-canvas-nav-megamenu .nav li.dropdown .caret:before {
    font-size: 20px !important;
    width: 40px !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: 15px !important;
  }

  body .off-canvas-nav-megamenu .nav li.dropdown-submenu .caret:before {
    right: 5px !important;
    color: var(--white) !important;
  }

  body.keep-header #header {
    position: fixed !important;
    z-index: 999999;
    width: 100vw !important;
    border-bottom: 1px solid #dddddd;
  }

  body#index main#page > section#wrapper {
    margin-top: 110px !important;
  }

  body main#page > section#wrapper {
    /* margin-top: 110px !important; */
    margin-top: 130px !important;
  }
}

/*--------------------------------------------------- 
|   Modale Carrello 
---------------------------------------------------*/
#cart-subtotal-shipping > div > small.value > a {
  display: none;
}

#blockcart-modal .modal-body .divide-right p {
  width: 100% !important;
  font-weight: 700;
  font-family: "Exo 2" !important;
  margin-top: 10px;
}

.notification.notification-success {
  display: none !important;
}

body #blockcart-modal .modal-header {
  background: var(--yellow) !important;
}

body #blockcart-modal .modal-title {
  text-align: left !important;
  text-transform: uppercase !important;
  margin-top: 7px;
}

body #blockcart-modal .modal-title i.material-icons {
  display: none !important;
}

body #blockcart-modal .modal-header i {
  border: 1px solid var(--white);
  padding: 5px !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#blockcart-modal .product-name {
  font-size: 1.2rem;
  font-weight: 600;
}

#blockcart-modal .modal-body .divide-right span {
  font-family: "Exo 2" !important;
  margin-bottom: 5px !important;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
  /* background: var(--lilla);
    border: 1px solid var(--lilla); */
  background: var(--viola);
  border: 1px solid var(--viola);
  font-weight: 600;
  color: var(--white);
}

#blockcart-modal .cart-content .cart-content-btn {
  margin-top: 26px;
}

#blockcart-modal .cart-content .cart-content-btn .btn i {
  display: none;
}

body #blockcart-modal .cart-content .cart-content-btn .btn:focus,
body #blockcart-modal .cart-content .cart-content-btn .btn:hover {
  /* background: var(--viola) !important;
    border: 1px solid var(--viola) !important; */
  background: var(--lilla) !important;
  border: 1px solid var(--lilla) !important;
  color: var(--white) !important;
}

.leo-dropdown-cart-content {
  border-top: 1px solid var(--light-gray) !important;
}

#blockcart-modal .modal-body .cart-content p:nth-child(2) {
  display: none;
}

#blockcart-modal .modal-body .cart-content p span.value {
  font-weight: 600 !important;
}

#blockcart-modal .modal-body .cart-content p span.value > a {
  display: none !important;
}

/*--------------------------------------------------- 
|   Leo Carrello 
---------------------------------------------------*/
.leo-cart-item-info .product-name {
  font-weight: 600 !important;
}

.leo-cart-item-info .product-discount .regular-price {
  font-size: 14px !important;
}

.leo-cart-item-info .product-discount .discount-percentage {
  background: none !important;
  color: var(--black) !important;
  font-weight: 600;
}

.leo-cart-item-info .current-price .price {
  font-weight: 600 !important;
  color: var(--red) !important;
}

.leo-cart-item-info .product-quantity .leo-bt-product-quantity {
  line-height: 24px !important;
}

.leo-dropdown-cart-subtotals > div.products {
  display: none !important;
}

.leo-dropdown-cart-subtotals > div {
  margin-bottom: 0 !important;
}

.leo-dropdown-cart-total span.value,
.leo-dropdown-cart-subtotals .shipping span.value {
  font-weight: 600 !important;
}

.leo-cart-item-info .product-quantity .leo-input-product-quantity {
  font-size: 14px !important;
}

.leo-dropdown-cart .leo-dropdown-list-item li.leo-dropdown-cart-item {
  height: 130px !important;
}

body .leo-remove-from-cart .material-icons {
  font-size: 1rem;
  border: 1px solid var(--black);
  color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
}

body .leo-dropdown-cart.dropdown {
  right: 0 !important;
}

body .leo-dropdown-cart.dropdown.show {
  right: 0px !important;
}

/* @media (max-width: 480px) { */
@media (max-width: 767px) {
  body .leo-dropdown-cart.dropdown {
    transition: top 0.2s linear !important;
  }

  body .leo-dropdown-cart.dropdown.show {
    width: calc(100vw - 30px) !important;
    right: -55px !important;
  }

  body .leo-dropdown-cart .leo-dropdown-list-item li.leo-dropdown-cart-item {
    width: 100% !important;
  }

  body .leo-remove-from-cart {
    top: 0.625rem !important;
    right: 0.625rem !important;
  }
}

@media (max-width: 480px) {
  body .leo-dropdown-cart.dropdown.show {
    right: -45px !important;
  }
}

/*--------------------------------------------------- 
|   Pg. Carrello 
---------------------------------------------------*/
#cart .cart-grid-body .card-block {
  background: var(--yellow) !important;
}

#cart .cart-grid-body .card-block h1 {
  color: var(--white) !important;
  font-weight: 600 !important;
}

body#cart .product-line-grid .product-line-grid-left {
  width: 130px !important;
}

#cart .product-line-grid .product-line-grid-left img {
  width: 100px;
}

#cart .product-line-grid-body > .product-line-info > a.label {
  font-size: 18px;
  font-weight: 600;
  font-family: "Exo 2" !important;
}

#cart .cart-grid-body .cart-overview .product-price {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: baseline;
}

#cart .cart-grid-body .cart-overview .product-price .product-discount {
  display: flex;
}

body#cart .product-discount .regular-price {
  font-size: 14px !important;
}

body#cart .has-discount .discount {
  font-size: 14px !important;
  margin: 0 10px 0 0px !important;
}

body#cart .has-discount .current-price {
  font-weight: 600;
}

body#cart .product-line-grid-body > .product-line-info .value {
  font-weight: 600;
}

body#cart .product-line-grid-body > .product-line-info {
  margin-bottom: 5px !important;
}

body#cart .product-line-grid-body > .product-line-info .current-price .price {
  font-weight: 600;
}

body#cart .product-line-grid-right .col-sp-12.qty {
  z-index: 999;
}

body#cart .product-line-grid-right .col-sp-12.price {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body#cart .product-line-grid-right .cart-line-product-actions .remove-from-cart,
body#cart .product-line-grid-right .product-price .remove-from-cart {
  color: var(--black) !important;
  margin-top: 10px !important;
  border: 1px solid var(--black) !important;
}

body#cart
  .product-line-grid-right
  .bootstrap-touchspin
  > .input-group-btn-vertical {
  width: 117px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: baseline;
}

body#cart
  .product-line-grid-right
  .bootstrap-touchspin
  > .input-group-btn-vertical
  .bootstrap-touchspin-down,
body#cart
  .product-line-grid-right
  .bootstrap-touchspin
  > .input-group-btn-vertical
  .bootstrap-touchspin-up {
  width: 40px;
  height: 40px;
}

body#cart
  .product-line-grid-right
  .bootstrap-touchspin
  > .input-group-btn-vertical
  .bootstrap-touchspin-down
  i {
  top: -3px;
  left: calc(50% + 1px);
  transform: translateX(-50%);
}

body#cart
  .product-line-grid-right
  .bootstrap-touchspin
  > .input-group-btn-vertical
  .bootstrap-touchspin-up
  i {
  top: 2px;
  left: calc(50% + 1px);
  transform: translateX(-50%);
}

body#cart input.js-cart-line-product-quantity {
  display: block;
  position: absolute;
  left: 38px;
  width: 40px;
  text-align: center;
  font-weight: 600;
}

body#cart .product-line-grid-right .bootstrap-touchspin {
  box-shadow: none !important;
}

body#cart .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
  content: url("../img/icons/minus.svg");
}

body#cart .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
  content: url("../img/icons/plus.svg");
}

body#cart
  .product-line-grid-right
  .cart-line-product-actions
  .remove-from-cart
  i,
body#cart .product-line-grid-right .product-price .remove-from-cart i {
  font-size: 16px !important;
}

body#cart .ps_checkout.payment-method-logo-block {
  display: none;
}

body#cart .btn-outline {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}

body#cart .cart-summary-line .value {
  font-weight: 600 !important;
}

body#cart .cart-grid-body > a.label {
  font-family: "Exo 2" !important;
  border-bottom: 1px solid var(--black);
  padding-bottom: 5px;
}

body#cart .cart-grid-body > a.label:hover {
  border-bottom: 1px solid var(--viola);
}

body#cart .cart-grid-body > a.label i {
  display: none !important;
}

body#cart .checkout.cart-detailed-actions a:hover,
body#cart .checkout.cart-detailed-actions a:focus,
body#cart .checkout.cart-detailed-actions a:active {
  color: var(--white) !important;
  /* background: rgba(240, 196, 16, 0.5) !important;
    border: 1px solid rgba(240, 196, 16, 0.5) !important; */
  background: var(--lilla) !important;
  border: 1px solid var(--lilla) !important;
}

/* @media (max-width: 480px) { */
@media (max-width: 767px) {
  body#cart .cart-items {
    padding: 0;
  }

  body#cart .cart-item {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100vw - 30px);
  }

  body#cart .product-line-grid .product-line-grid-left {
    width: 80px !important;
  }

  body#cart .product-line-grid-right .text-xs-right {
    position: absolute;
    right: 5px;
    top: -135px;
  }

  body#cart .product-line-grid-right > .row > .col-xs-6 {
    width: calc(100% - 10px);
    margin-left: 4px;
  }

  body#cart .product-line-grid-right .col-xs-6 > .row {
    display: flex;
  }

  body#cart .product-line-grid-right .col-sp-12.price {
    justify-content: flex-end;
  }
}

/*--------------------------------------------------- 
|   Pg. Login 
---------------------------------------------------*/
body#authentication #wrapper .breadcrumb {
  display: none;
}

body#authentication #main .page-header {
  max-width: 640px;
  margin: 50px auto 0;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--yellow);
}

body#authentication #main .page-header h1 {
  margin-bottom: 0;
  color: var(--white);
  padding-left: 16px;
  font-size: 18px;
  font-weight: 600 !important;
  text-transform: uppercase;
}

body .input-group .input-group-btn > .btn[data-action="show-password"] {
  background: none !important;
  font-family: "Exo 2" !important;
  color: var(--black) !important;
  text-transform: capitalize !important;
  font-size: 12px !important;
  border: none !important;
}

.login-form-custom {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.login-form-custom .form-footer {
  height: 100%;
  padding: 0 8px;
}

.login-form-custom .form-footer .btn-primary,
.login-form-custom .form-footer #submit-login,
.login-form-custom .form-footer button.form-control-submit {
  width: 100%;
  height: 100%;
  background: var(--lilla) !important;
  color: var(--white) !important;
  border: 1px solid var(--lilla) !important;
  font-family: "Arimo";
  font-weight: 600;
  font-size: 14px;
}

.login-form-custom .form-footer .btn-primary:hover,
.login-form-custom .form-footer .btn-primary:focus,
.login-form-custom .form-footer .btn-primary:active,
.login-form-custom .form-footer #submit-login:hover,
.login-form-custom .form-footer #submit-login:focus,
.login-form-custom .form-footer #submit-login:active,
.login-form-custom .form-footer button.form-control-submit:hover,
.login-form-custom .form-footer button.form-control-submit:focus,
.login-form-custom .form-footer button.form-control-submit:active {
  background: var(--viola) !important;
  color: var(--white) !important;
  border: 1px solid var(--viola) !important;
}

body#authentication
  .register-form
  .custom-checkbox
  input[type="checkbox"]
  + span,
body#authentication .register-form .custom-checkbox input[type="radio"] + span {
  border: 1px solid var(--black) !important;
}

body#authentication .register-form > p {
  text-align: center !important;
  padding-top: 10px !important;
}

body#authentication p.crea-password-sicura {
  text-align: center !important;
}

body#authentication footer .custom-checkbox span {
  flex: initial !important;
}

body#authentication.page-customer-account #content .no-account {
  margin-top: 15px;
  border: 1px solid var(--black) !important;
  height: 40px;
  line-height: 38px;
}

body#authentication.page-customer-account
  #content
  .no-account.no-account-form-custom {
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  margin-top: 10px !important;
}

body#authentication.page-customer-account
  #content
  .no-account.no-account-form-custom
  a {
  font-family: "Exo 2" !important;
  border-bottom: 1px solid var(--black) !important;
  font-weight: 600 !important;
}

body#authentication.page-customer-account
  #content
  .no-account.no-account-form-custom
  a:focus,
body#authentication.page-customer-account
  #content
  .no-account.no-account-form-custom
  a:active,
body#authentication.page-customer-account
  #content
  .no-account.no-account-form-custom
  a:hover {
  border-bottom: 1px solid var(--viola) !important;
}

.page-customer-account #content .forgot-password a {
  font-family: "Arimo" !important;
}

footer.login-form-footer-custom {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 auto !important;
}

body#authentication .input-group .form-control {
  padding-right: 70px !important;
}

.page-customer-account #content {
  border: 1px solid var(--black) !important;
}

.page-footer .custom-account-link.account-link {
  background: var(--viola);
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 40px;
  border-radius: 0;
  border: 1px solid var(--viola);
}

.page-footer .custom-home-link.account-link {
  background: var(--white);
  color: var(--viola);
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 0;
  border: 1px solid var(--viola);
}

.page-footer .custom-account-link.account-link:hover,
.page-footer .custom-account-link.account-link:active,
.page-footer .custom-account-link.account-link:focus {
  background: var(--lilla);
  color: var(--white) !important;
  border: 1px solid var(--lilla);
}

.page-footer .custom-home-link.account-link:hover,
.page-footer .custom-home-link.account-link:active,
.page-footer .custom-home-link.account-link:focus {
  background: var(--lilla);
  color: var(--white) !important;
  border: 1px solid var(--lilla);
}

.form-footer .btn {
  font-size: 13px;
  font-weight: 600;
  background: var(--viola);
  border: 1px solid var(--viola);
  min-height: 40px;
}

.form-footer .btn:hover {
  background: var(--lilla);
  border: 1px solid var(--lilla);
  color: var(--white);
}

p.visione-informativa-custom {
  padding-left: 0px;
  padding-top: 0px;
  display: block;
  color: #878787;
  font-weight: 300;
}

#identity #customer-form .custom-checkbox em {
  padding-left: 30px;
  padding-top: 10px;
  display: block;
  color: #878787;
  font-weight: 300;
}

#addresses.page-addresses .address {
  box-shadow: none !important;
  border: 1px solid var(--black) !important;
}

#address .address-form form .form-fields .form-group:nth-of-type(1),
#address .address-form form .form-fields .form-group:nth-of-type(13) {
  display: none !important;
}

.address-form .form-control-select,
.address-form .form-control {
  border: 1px solid var(--black) !important;
}

#address .form-group .form-control {
  background: var(--white) !important;
}

#order-detail .form-control-select,
#address .form-control-select {
  background: none !important;
}

#address p.custom-p-note {
  display: none !important;
}

#content footer.form-footer {
  margin-top: 40px;
  display: flex !important;
  justify-content: center !important;
}

.page-addresses .address .address-footer a i {
  display: none !important;
}

#module-psgdpr-gdpr.page-customer-account #content,
#discount.page-customer-account #content,
#history.page-customer-account #content {
  border: none !important;
  padding: 0 !important;
  color: var(--black);
}

.table-bordered th,
.table-bordered td {
  color: var(--black);
}

.thead-default th {
  color: var(--black);
}

.table-bordered th,
.table-bordered td {
  border: 1px solid var(--black) !important;
  text-align: left !important;
}

.thead-default th {
  background-color: #f6f6f6;
}

.page-order-detail .box {
  border: 1px solid var(--black) !important;
  color: var(--black) !important;
}

.page-order-detail #order-infos ul li:last-child {
  display: none !important;
}

select.form-control:not([size]):not([multiple]) {
  background: var(--white) !important;
}

#module-psgdpr-gdpr .btn-primary {
  background-color: var(--viola) !important;
  margin-top: 20px;
}

#module-psgdpr-gdpr .btn-primary:active,
#module-psgdpr-gdpr .btn-primary:focus,
#module-psgdpr-gdpr .btn-primary:hover {
  color: var(--white) !important;
}

#exportDataToPdf {
  margin-right: 10px;
  margin-left: 10px;
}

.table-labeled .label,
.page-order-detail #order-history .history-lines .history-line .label,
#history .orders .order .label {
  border-radius: 0 !important;
}

@media (max-width: 480px) {
  #identity .page-content {
    padding: 20px !important;
  }

  .page-footer .custom-account-link.account-link {
    padding: 10px 15px !important;
  }

  .page-footer .custom-home-link.account-link {
    display: inline-block;
    margin-top: 20px;
  }

  .form-group {
    margin-bottom: 0.5rem;
  }

  .form-control-comment {
    display: none;
  }
}

@media (max-width: 320px) {
  body img.top-header-icon-custom {
    display: none;
  }
}

/*--------------------------------------------------- 
|   Pg. Checkout 
---------------------------------------------------*/
body#checkout
  #cart-summary-product-list
  .media-list
  li
  .media-body
  .product-quantity,
body#checkout
  #cart-summary-product-list
  .media-list
  li
  .media-body
  .product-line-info
  .value {
  color: var(--viola);
}

body#checkout section.checkout-step.js-current-step .step-number:before {
  -webkit-animation: none !important;
  animation: none !important;
}

body#checkout section.checkout-step .step-number:before {
  border: 1px solid var(--black) !important;
}

body#checkout section.checkout-step.-complete {
  background-color: var(--yellow) !important;
}

body#checkout section.checkout-step.-current {
  background-color: var(--white) !important;
}

body#checkout section.checkout-step.-unreachable {
  background-color: var(--lilla) !important;
  border: none;
}

body#checkout section.checkout-step .step-title {
  color: var(--white) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

body#checkout section.checkout-step .step-title .text-muted {
  color: var(--white) !important;
}

body#checkout section.checkout-step .step-edit .edit {
  color: var(--white) !important;
}

body#checkout section.checkout-step.-current .step-title {
  color: var(--black) !important;
}

body#checkout section.checkout-step .step-title i.done {
  color: var(--white) !important;
}

body#checkout section.checkout-step.-unreachable .step-number:before {
  border: 1px solid var(--white) !important;
}

body#checkout section.checkout-step .step-number {
  padding: 14px 26px 14px 16px !important;
}

body#checkout section.checkout-step #login-form > section {
  margin-bottom: 15px;
}

body#checkout section.checkout-step .forgot-password {
  margin-left: auto;
  text-align: center;
}

body#checkout section.checkout-step .form-footer .no-account {
  margin-top: 10px;
}

body#checkout .cart-grid-body #js-checkout-summary h5.aeuc_scart {
  display: none;
}

body#checkout
  .cart-grid-body
  #js-checkout-summary
  .card-block.cart-summary-subtotals-container {
  padding: 1rem 0 !important;
}

body#checkout .card-block .cart-summary-products a.btn-outline {
  font-size: 14px;
  background: none !important;
  border: none !important;
  color: var(--black) !important;
  padding-left: 0 !important;
  text-transform: initial !important;
}

body#checkout .card-block .cart-summary-products a.btn-outline .material-icons {
  color: var(--black) !important;
  height: 26px !important;
}

body#checkout section#content .form-control {
  background: var(--white);
  border: 1px solid var(--black) !important;
  color: var(--black) !important;
}

#customer-form .form-group:nth-of-type(1) .form-control-comment,
#customer-form .form-group:nth-of-type(2) .form-control-comment,
.register-form .form-group:nth-of-type(1) .form-control-comment,
.register-form .form-group:nth-of-type(2) .form-control-comment {
  display: none !important;
}

.customer-form-footer-login {
  display: flex !important;
  justify-content: center !important;
}

body#checkout form#login-form {
  display: flex !important;
  flex-direction: column !important;
}

body#checkout section.checkout-step .content {
  padding: 0 0 0 50px !important;
}

body#checkout section.checkout-step .radio-block {
  display: flex !important;
}

body#checkout section.checkout-step .address-alias {
  display: none !important;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  margin-top: 5px !important;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
  margin-top: -5px !important;
}

body#checkout section.checkout-step .delivery-option {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body#checkout section.checkout-step .delivery-option label {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
}

body#checkout section.checkout-step .delivery-option.custom-currier {
  display: none !important;
}

body#checkout
  section.checkout-step
  .delivery-option.custom-currier.custom-currier-last {
  display: flex !important;
}

body#checkout #gift_message textarea,
body#checkout #delivery textarea {
  border-radius: 0 !important;
}

body#checkout #delivery textarea {
  min-height: 110px !important;
}

body .block-promo a.promo-code-button {
  padding-left: 0;
  margin-top: 10px;
}

.block-promo .promo-code .alert-danger {
  background: var(--red) !important;
  border-radius: 0 !important;
  border: none !important;
}

.block-promo .promo-code .alert-danger i,
.block-promo .promo-code .alert-danger::after,
.block-promo .promo-code .alert-danger::before {
  display: none !important;
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: var(--viola) !important;
}

body#checkout #delivery label {
  text-align: left;
}

body#checkout #search_widget {
  display: block;
}

body .userinfo-selector > ul > li {
  border-bottom: 1px solid #e6e6e6;
}

.checkout-step button.btn-primary {
  background-color: var(--viola);
}

body#checkout section.checkout-step .address-item.selected {
  border: 1px solid var(--viola);
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
  display: none;
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses {
  display: block;
}

body#checkout #payment-confirmation button {
  color: var(--white) !important;
  background-color: var(--viola);
  border-color: var(--viola);
  font-weight: 600;
  padding: 10px 40px;
  text-transform: uppercase;
  font-size: 1.2em;
}

body#checkout #payment-confirmation button:hover {
  border-color: var(--lilla);
}

.plist-default .thumbnail-container .functional-buttons .btn-product,
.category-products .thumbnail-container .functional-buttons .btn-product {
  background: var(--white) !important;
  border: 1px solid var(--white) !important;
}

.payment-option img {
  display: none;
}

.select-zona-disagiata-custom h3 {
  padding: 20px 0 10px;
  font-size: 1.3em;
}

.select-zona-disagiata-custom h3 a {
  font-size: 0.8em;
  color: var(--viola);
  cursor: pointer;
}

#checkout-delivery-step .select-zona-disagiata-custom {
  display: none;
}

.js-payment-option-form .form-control {
  border-radius: 0 !important;
}

#pay-with-payment-option-1-form,
#payment-option-3-additional-information,
#payment-option-4-additional-information {
  padding-bottom: 20px;
}

body#checkout
  section.checkout-step
  .payment-options
  .payment-option.ps_checkout-payment-option {
  display: flex;
}

body#checkout
  section.checkout-step
  .payment-options
  .payment-option.ps_checkout-payment-option
  .ps_checkout-mark {
  display: none !important;
}

body#checkout section.checkout-step .payment-options {
  margin-top: 20px;
}

body#checkout section.checkout-step .payment-options .payment-option {
  min-height: 32px;
}

body#checkout .additional-information p > a {
  display: none;
}

@media (max-width: 480px) {
  body#checkout section#content {
    margin-top: 125px;
  }

  body#checkout section.checkout-step.-reachable.-complete .step-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: none;
  }

  body#checkout .search-widget,
  body#cart .search-widget {
    padding: 29px 0px;
  }

  body#checkout section.checkout-step .step-number {
    display: none !important;
  }

  body#checkout section.checkout-step .content {
    padding: 15px 0 0 0px !important;
  }

  body#checkout #cart-summary-product-list .media-list li .product-price {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
  }

  body#checkout section.checkout-step .step-edit .edit {
    display: none;
  }

  body#checkout section.checkout-step .delivery-option {
    align-items: flex-start !important;
  }

  body#checkout section.checkout-step .delivery-option label {
    margin-top: 0 !important;
    padding-left: 0 !important;
  }

  body #payment-confirmation button.btn {
    width: 100%;
  }

  body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 10px;
    display: flex;
  }

  body#checkout .additional-information {
    margin-left: 0;
  }

  body .modal {
    z-index: 9999999 !important;
  }

  body#cart .search-widget.open form#search_form,
  body#checkout .search-widget.open form#search_form {
    top: 90px !important;
  }
}

/*--------------------------------------------------- 
|   Pg. Account 
---------------------------------------------------*/
body#my-account #wrapper .breadcrumb {
  display: none !important;
}

.page-my-account #content .links a {
  margin: 10px 0px;
}

body#my-account.page-my-account #content .links a span.link-item {
  border: 1px solid var(--black) !important;
}

body#my-account.page-my-account #content .links a {
  font-weight: 600 !important;
  color: var(--black) !important;
}

body#my-account.page-my-account
  #content
  .links
  a
  .link-item
  i.material-icons
  img {
  margin-top: -25px !important;
  width: auto !important;
  max-height: 35px !important;
  max-width: 50px !important;
}

body#my-account.page-my-account
  #content
  .links
  a
  .link-item
  i.material-icons.white {
  display: none !important;
}

body#my-account.page-my-account #content .links a span.link-item:hover i.white {
  display: block !important;
}

body#my-account.page-my-account #content .links a span.link-item:hover i.dark {
  display: none !important;
}

body#my-account.page-my-account #content .links a span.link-item:hover {
  border: 1px solid var(--viola) !important;
  background: var(--viola) !important;
}

body#my-account.page-my-account
  #content
  .links
  a
  span.link-item:hover
  .link-item-custom {
  color: var(--white) !important;
}

body#my-account.page-my-account
  #content
  .links
  a
  span.link-item
  i.aggiungi-indirizzo
  img {
  max-width: 32px !important;
}

body#my-account.page-my-account
  #content
  .links
  a
  span.link-item
  i.lista-desideri
  img {
  max-width: 34px !important;
}

body#my-account.page-my-account
  #content
  .links
  a
  span.link-item
  i.dati-personali
  img {
  max-width: 30px !important;
}

body#my-account.page-my-account
  #content
  .links
  a
  span.link-item
  i.miei-ordini
  img {
  max-height: 34px !important;
}

/*--------------------------------------------------- 
|   Whatsapp
---------------------------------------------------*/
.whatsapp-badge.whatsapp.bottom-left {
  right: 15px !important;
  bottom: 20px !important;
  width: 45px !important;
  height: 45px !important;
  margin: 0 !important;
  padding: 0 !important;
  left: auto !important;
}

.whatsapp-badge.whatsapp.bottom-left span {
  border-radius: 50% !important;
  font-size: 1em !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.whatsapp-badge.whatsapp.bottom-left span .whatsapp-icon {
  height: 24px !important;
  width: 24px !important;
}

/*--------------------------------------------------- 
|   Banner Cookie
---------------------------------------------------*/
#cookieNotice {
  z-index: 999999999 !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05) !important;
}

#cookieNoticeContent {
  padding: 15px !important;
}

#cookieNotice td {
  padding-right: 0 !important;
}

#cookieNotice p {
  text-align: left !important;
  padding-right: 20px !important;
}

#cookieNotice td {
  padding-right: 0 !important;
}

.closeButtonNormal {
  padding: 10px 30px !important;
  border-radius: 0px !important;
}

#cookieNoticeContent p a:hover {
  color: var(--white) !important;
}

@media (min-width: 766px) {
  #cookieNotice table tr td:nth-child(2) {
    width: 150px !important;
  }
}

@media (max-width: 767px) {
  #cookieNotice table tr {
    display: flex !important;
    flex-direction: column !important;
  }

  #cookieNotice table tr td:nth-child(2) {
    margin-top: 20px !important;
    padding: 5px 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
  }
}

/*--------------------------------------------------- 
|   CMS Page
---------------------------------------------------*/
#cms .page-header h1 {
  font-family: "Exo 2", sans-serif !important;
  text-transform: initial !important;
  font-weight: 700 !important;
  font-size: 3em !important;
  text-align: left !important;
  padding-left: 20px !important;
}

#cms .page-header h1::before {
  display: none !important;
}

#cms .page-content {
  padding: 20px !important;
}

#cms h4 {
  padding-bottom: 12px !important;
  text-transform: initial !important;
  font-size: 1.5em !important;
  line-height: 1.3em !important;
  font-weight: 700 !important;
}

#cms h3 {
  text-transform: initial !important;
  font-size: 1.2em !important;
  font-weight: 600 !important;
}

#cms h4::before {
  content: "";
  height: 1px;
  background: black;
  position: absolute;
  left: 15px !important;
  width: 150px !important;
  top: auto !important;
  bottom: 12px !important;
}

#cms.cms-id-15 h4::before,
#cms.cms-id-14 h4::before,
#cms.cms-id-13 h4::before,
#cms.cms-id-10 h4::before {
  display: none;
}

@media (min-width: 992px) {
  #cms .page-header {
    margin: 40px 0 !important;
    margin-top: 50px !important;
  }
}

@media (max-width: 767px) {
  #cms .page-header h1 {
    font-size: 2.3em !important;
    padding-left: 20px !important;
  }

  #cms h4::before {
    bottom: 4px !important;
  }

  #cms #main .page-header {
    margin-bottom: 0.5625rem !important;
  }

  #cms .page-content {
    padding: 20px !important;
  }
}

/*--------------------------------------------------- 
|   Pg. Search
---------------------------------------------------*/
body#search #main h2.h2 {
  display: none !important;
}

body#search #products {
  padding: 0 !important;
}

body#search #products nav.pagination {
  display: none !important;
}

/* Test product page  */
body#product .product-variants > .product-variants-item ul {
  display: grid !important;
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important; */
  grid-column-gap: 2.5% !important;
  width: 100% !important;
  grid-template-columns: repeat(auto-fill, minmax(75px, 1fr)) !important;
}

body#product .product-variants > .product-variants-item ul li {
  margin-right: 0 !important;
  width: 100% !important;
}

body#product .product-variants > .product-variants-item .color {
  margin-right: 0 !important;
}

/*--------------------------------------------------- 
|   Pg. 404
---------------------------------------------------*/
#products .page-not-found,
#main .page-not-found {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

#products .page-not-found #search_widget,
#main .page-not-found #search_widget {
  display: none !important;
}

#products .page-not-found > p,
#main .page-not-found > p {
  display: none !important;
}

/*--------------------------------------------------- 
|   Pg. Resi
---------------------------------------------------*/
header#header #rm_displaynav1_links_container {
  display: none !important;
}

#my-account #main .page-footer .text-sm-center {
  padding: 0 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}

#rm_single_order_detail_container #block > .rm_row {
  background: var(--viola);
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 20px !important;
}

#rm_single_order_detail_container .rm_order_heading {
  text-align: left !important;
  width: 100%;
}

#rm_single_order_detail_container
  .rm_order_heading-custom
  .rm_label_orderstatus {
  background: var(--viola) !important;
  color: var(--white) !important;
}

#rm_single_order_detail_container .rm_label_orderstatus {
  color: var(--viola) !important;
  text-transform: uppercase;
  line-height: 1.5em;
}

.rm_label_orderstatus {
  display: inline;
  padding: 5px 8px;
  font-weight: 700;
}

#rm_single_order_detail_container table {
  width: 100% !important;
  border-collapse: initial;
  border: 1px solid var(--black) !important;
}

table.rm_single_order_row {
  background-color: var(--white) !important;
}

#page table.rm_single_order_row tbody {
  border: 1px solid var(--black) !important;
}

#page .rm_single_order_row .rm_order_header {
  border-top: 0 !important;
  background-color: var(--white) !important;
  padding: 10px !important;
}

#page .rm_single_order_row tr {
  border: 1px solid var(--black) !important;
}

#page .rm_label_hightlight {
  font: 600 14px "Arimo", sans-serif !important;
  color: var(--black) !important;
  border-top: none !important;
}

.rm_label_hightlight {
  text-transform: uppercase;
}

#page .rm_label_hightlight span {
  font-weight: 100 !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
}

#rm_single_order_detail_container #block > .rm_row.rm_history_header {
  background: var(--lilla) !important;
}

#rm_single_order_detail_container #block > .rm_row.rm_history_header {
  margin: 0;
  height: 48px;
  padding: 0;
  margin-top: 20px;
}

#rm_single_order_detail_container #block > .rm_row {
  margin-bottom: 5px;
  margin-top: 17px;
  background: var(--viola);
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 20px !important;
}

#rm_single_order_detail_container
  #block
  > .rm_row.rm_history_header
  .rm_clickable_accordian {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 48px;
}

#rm_single_order_detail_container .rm_row.rm_history_header .rm_order_heading {
  text-align: left !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#rm_single_order_detail_container
  .rm_row.rm_history_header
  .rm_order_heading
  .rm_label_orderstatus {
  color: var(--white);
  margin-bottom: 0;
  height: 48px;
  padding: 10px;
  margin-top: 0;
  line-height: 48px;
}

#rm_single_order_detail_container
  .rm_history_header
  .rm_order_heading-custom
  .rm_label_orderstatus {
  background: var(--black) !important;
}

#rm_single_order_detail_container
  #block
  > .rm_row.rm_history_header
  .rm_clickable_accordian
  #click_to_expand,
#rm_single_order_detail_container
  #block
  > .rm_row.rm_history_header
  .rm_clickable_accordian
  #click_to_contract {
  margin: 0;
  padding: 0 15px 0 0;
  line-height: 48px;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 400;
}

#rm_single_order_detail_container
  #block
  > .rm_row.rm_history_header
  .rm_clickable_accordian
  #click_to_contract {
  display: none;
}

#rm_single_order_detail_container .rm_label_orderstatus span {
  font-weight: 100 !important;
  text-transform: initial !important;
  font-size: 14px !important;
  color: var(--black) !important;
  text-decoration: none !important;
}

.rm_custom_accordian_hidden .rm_center_align.rm_center_align-reso-custom {
  text-align: right !important;
}

.rm_custom_accordian_hidden .rm_center_align {
  color: var(--viola) !important;
  text-align: left !important;
  font-size: 18px !important;
  padding-left: 0 !important;
}

.rm_custom_accordian_hidden
  .rm_center_align-reso-custom
  span.reso-effettuato.non-ancora-spedito {
  padding: 8px 32px !important;
  line-height: 3em;
}

#rm_return_history_block tbody tr td:nth-child(2),
#rm_return_history_block tbody tr td:nth-child(3),
#rm_return_history_block tbody tr td:nth-child(4) {
  border-right: 1px solid var(--black);
}

#rm_return_history_block tbody tr td:nth-child(2) {
  color: var(--viola) !important;
  text-transform: uppercase !important;
}

#rm_return_history_block tbody tr td:nth-child(3) {
  text-transform: uppercase !important;
}

#rm_return_history_block thead tr th {
  padding-left: 10px !important;
  font-weight: 300 !important;
}

.rm_description_col .rm_product_name {
  margin-bottom: 10px !important;
}

#rm_return_type_note p,
#rm_reason_type_note p {
  display: none !important;
}

.rm_custom_accordian_hidden .rm_center_align-reso-custom span.reso-effettuato {
  background: var(--white) !important;
  padding: 8px 50px !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black) !important;
  border: 1px solid var(--black) !important;
}

.rm_product_return_stat {
  color: var(--black) !important;
  font-size: 13px !important;
}

.rm_custom_accordian_hidden
  .rm_center_align-reso-custom
  button
  span.restituisci-articolo:hover,
.rm_custom_accordian_hidden
  .rm_center_align-reso-custom
  button
  span.restituisci-articolo:focus,
.rm_custom_accordian_hidden
  .rm_center_align-reso-custom
  button
  span.restituisci-articolo:active {
  background: var(--lilla) !important;
}

.rm_custom_accordian_hidden
  .rm_center_align-reso-custom
  button
  span.restituisci-articolo {
  background: var(--viola) !important;
  padding: 12px 30px !important;
  min-height: 40px !important;
}

.rm_custom_accordian_hidden .rm_center_align-reso-custom button.btn-primary {
  background-color: var(--white) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.rm_custom_accordian_hidden .rm_center_align.rm_center_align-reso-custom {
  text-align: right !important;
}

.rm_custom_accordian_hidden .rm_center_align {
  color: var(--viola) !important;
  text-align: left !important;
  font-size: 18px !important;
  padding-left: 0 !important;
}

.rm_custom_accordian_hidden .rm_description_col {
  width: 20% !important;
}

#rm_single_order_detail_container .rm_label_orderstatus {
  color: var(--viola) !important;
  text-transform: uppercase;
  line-height: 1.5em;
}

#rm_single_order_detail_container .rm_label_orderstatus span {
  font-weight: 100 !important;
  text-transform: initial !important;
  font-size: 14px !important;
  color: var(--black) !important;
  text-decoration: none !important;
}

#page .rm_label_hightlight span {
  font-weight: 100 !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
}

#rm_single_order_detail_container
  .rm_order_heading-custom
  .rm_label_orderstatus {
  background: var(--viola) !important;
  color: var(--white) !important;
}

#kb_rm_pop_up .black_overlay {
  opacity: 0.6 !important;
}

@media (max-width: 499px) {
  .return-step-custom {
    padding: 4vw !important;
    margin: 2vw !important;
  }

  .white_content {
    width: 90% !important;
  }
}

.rm_success_note {
  padding-bottom: 2vw !important;
}

#rm_return_submit_success_popup .rm_popup_right {
  max-height: 100vh !important;
}

@media (max-width: 1100px) {
  #rm_return_submit_success_popup.white_content.custom-modale-reso {
    top: 0% !important;
  }
}

#rm_return_submit_success_popup.white_content.custom-modale-reso {
  left: 0 !important;
  right: 0 !important;
  max-width: 790px !important;
  margin: 0 auto !important;
}

#rm_return_submit_success_popup.white_content {
  background-color: var(--white);
}

#rm_return_submit_success_popup .rm_submit_success_heading {
  background: var(--viola) !important;
  font-weight: 600 !important;
  padding: 15px 20px !important;
  border: none !important;
  text-transform: uppercase !important;
}

#rm_popup_success_form.rm_popup_right {
  width: 100% !important;
}

.return-step-custom {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid var(--black);
  padding: 12px;
  margin: 12px;
}

.return-step-left {
  margin-right: 1.5vw;
  max-width: 100px;
  display: flex;
  justify-content: flex-start;
}

.return-step-custom-nb .return-step-left span {
  border: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
}

.return-step-custom-nb .return-step-right h3 {
  color: var(--black);
}

.return-step-left span {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  border: 1px solid var(--viola);
  background: var(--viola);
  color: var(--white);
}

.return-step-right h3 {
  font-size: 1em;
  margin: 0;
  margin-bottom: 10px;
  color: var(--viola);
}

.return-step-right p {
  margin: 0;
}

#email_error_back {
  margin-top: 20px;
}

.bg-modale-disponibilita.open {
  display: flex !important;
  opacity: 1 !important;
}

.bg-modale-disponibilita {
  display: none !important;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: flex-start;
}

.back_right img {
  display: none !important;
}

.bg-modale-disponibilita.open a.close-button-custom {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=);
  position: absolute;
  top: 10px;
  right: 10px;
  width: 54px;
}

.product_update_block_back::before {
  background-image: none !important;
}

.product_update_block_back {
  border-radius: 0 !important;
  border: none !important;
  position: relative;
  position: absolute;
  padding: 3vw !important;
  max-width: 90vw;
  z-index: 999999;
  max-height: 100vh;
  margin-top: 20vh !important;
  background: var(--white) !important;
}

.product-quantity .add .add-to-cart.disabled::before,
.product-quantity .add .add-to-cart.disabled {
  background: var(--black) !important;
}

.product-additional-info .social-sharing {
  display: none !important;
}

#module-returnmanager-manager #rm_popup_request_form .rm_row_form {
  width: 100% !important;
}

@media (max-width: 499px) {
  body#module-returnmanager-manager
    .custom-modale-reso
    #rm_popup_pro_info
    .rm_pop_heading {
    /* width: 85% !important; */
    width: 80% !important;
  }
}

@media (max-width: 768px) {
  #rm_return_form_popup .rm_row_form_title {
    position: relative !important;
  }

  #rm_popup_request_form .kb_field_row.kb_field_row-custom {
    margin-top: 30px !important;
  }

  #module-returnmanager-manager
    .custom-modale-reso
    #rm_popup_pro_info
    .rm_pop_heading {
    width: 80% !important;
  }
}

@media (max-width: 992px) {
  #rm_return_form_popup .rm_row_form_title {
    position: fixed;
    width: inherit;
  }
}

@media (max-width: 1100px) {
  #rm_return_form_popup {
    top: 0%;
  }
}

#rm_popup_request_form .kb_field_row.kb_field_row-custom {
  margin-top: 20px;
}

#rm_return_form_popup .rm_row_form_title span.rm-heading-small {
  display: none;
}

#rm_return_form_popup .rm_row_form_title .rm_pop_heading {
  margin-right: 13px;
}

#rm_popup_request_form .rm_responsive_left .vss_font-size-15 input {
  margin-right: 10px;
}

#rm_popup_request_form .rm_responsive_left {
  text-align: left;
}

#rm_popup_request_form .kb_field_row .rm_form_control_block > span > label {
  margin: 0;
  text-align: initial;
}

#rm_popup_request_form .kb_field_row .rm_form_control_block > span > input {
  margin-right: 10px;
  min-width: 15px;
}

#rm_popup_request_form .kb_field_row .rm_form_control_block > span {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#rm_popup_request_form .kb_field_row .rm_form_control_block {
  margin-top: 5px;
}

@media (max-width: 767px) {
  #module-returnmanager-manager
    #page
    .rm_single_order_row
    tr.rm_custom_accordian_hidden {
    width: 100%;
    display: grid !important;
  }

  #module-returnmanager-manager #page .rm_single_order_row tr {
    border: none !important;
  }

  #module-returnmanager-manager .rm_single_order_row .rm_img_col,
  #module-returnmanager-manager
    .rm_custom_accordian_hidden
    .rm_description_col {
    width: 100% !important;
  }

  #module-returnmanager-manager .rm_custom_accordian_hidden .rm_center_align {
    padding-left: 12px !important;
  }

  #module-returnmanager-manager .rm_custom_accordian_hidden .rm_center_align {
    padding-left: 12px !important;
  }

  #module-returnmanager-manager #page table.rm_single_order_row tbody {
    display: flex;
    flex-direction: column;
    border: none !important;
  }

  #module-returnmanager-manager #page .rm_single_order_row .rm_order_header {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    text-align: left;
  }

  #module-returnmanager-manager .rm_center_align-reso-custom {
    text-align: left !important;
    margin: 10px 0 15px;
  }

  #module-returnmanager-manager .vss_text_align_right {
    text-align: left;
  }

  #rm_single_order_detail_container {
    padding: 0;
  }

  .return-step-custom {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .white_content {
    width: 80% !important;
  }

  .return-step-left {
    margin-bottom: 1.5vw;
  }

  #module-returnmanager-manager
    #rm_return_submit_success_popup.white_content.custom-modale-reso
    .rm_popup_close_icon {
    position: absolute !important;
    right: 0% !important;
  }
}

@media (max-width: 767px) {
  #module-returnmanager-manager
    #rm_return_history_block
    tbody
    tr
    td:nth-child(2),
  #module-returnmanager-manager
    #rm_return_history_block
    tbody
    tr
    td:nth-child(3),
  #module-returnmanager-manager
    #rm_return_history_block
    tbody
    tr
    td:nth-child(4) {
    border-right: none !important;
  }

  #module-returnmanager-manager
    #rm_single_order_detail_container
    table#rm_return_history_block
    tr.rm_pro_row {
    display: flex !important;
    flex-direction: column !important;
    border-bottom: 1px solid var(--black) !important;
  }

  #module-returnmanager-manager
    #rm_single_order_detail_container
    table#rm_return_history_block {
    padding-top: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  #module-returnmanager-manager #rm_single_order_detail_container table {
    display: flex !important;
    flex-direction: column !important;
  }

  #module-returnmanager-manager #rm_return_history_block thead {
    display: none;
  }

  #module-returnmanager-manager #rm_return_form_popup {
    height: 80vh;
  }

  #rm_single_order_detail_container
    #block
    > .rm_row.rm_history_header
    .rm_clickable_accordian
    #click_to_expand,
  #rm_single_order_detail_container
    #block
    > .rm_row.rm_history_header
    .rm_clickable_accordian
    #click_to_contract {
    display: none;
  }

  #module-returnmanager-manager #page .rm_single_order_row .rm_order_header {
    pointer-events: none;
  }

  #module-returnmanager-manager .custom-modale-reso .rm_pro_detail_block {
    margin-top: 60px !important;
  }

  #module-returnmanager-manager
    .custom-modale-reso
    #rm_popup_pro_info
    .rm_pop_heading {
    position: fixed !important;
    z-index: 998 !important;
  }

  #module-returnmanager-manager .custom-modale-reso .rm_popup_close_icon {
    position: fixed !important;
    right: 10% !important;
  }

  #module-returnmanager-manager
    .custom-modale-reso
    #rm_popup_request_form
    > .rm_row_form {
    margin-top: 0 !important;
  }

  #module-returnmanager-manager .rm_form_left_half {
    margin-bottom: 0 !important;
  }

  #module-returnmanager-manager .kb_field_row {
    display: flex !important;
    flex-direction: column;
  }

  #module-returnmanager-manager #rm_popup_request_form .rm_row_form {
    width: 100%;
  }

  #module-returnmanager-manager .custom-modale-reso .rm_row.rm_responsive_left {
    padding-bottom: 40px !important;
  }

  #module-returnmanager-manager #rm_return_form_popup.custom-modale-reso {
    background-color: var(--white) !important;
    position: fixed !important;
    top: 50px !important;
  }

  #rm_popup_request_form .rm_pop_heading {
    margin-right: 0 !important;
  }

  .custom-modale-reso #rm_popup_request_form {
    overflow: initial !important;
  }

  #module-returnmanager-manager .rm_center_align-reso-custom {
    text-align: left !important;
    margin: 10px 0 15px;
  }

  #module-returnmanager-manager .vss_text_align_right {
    text-align: left;
  }

  #module-returnmanager-manager .rm_custom_accordian_hidden .rm_center_align {
    padding-left: 12px !important;
  }

  #module-returnmanager-manager .rm_single_order_row .rm_img_col,
  #module-returnmanager-manager
    .rm_custom_accordian_hidden
    .rm_description_col {
    width: 100% !important;
  }

  #module-returnmanager-manager
    #page
    .rm_single_order_row
    tr.rm_custom_accordian_hidden {
    width: 100%;
    display: grid !important;
  }

  #module-returnmanager-manager #page table.rm_single_order_row tbody {
    display: flex;
    flex-direction: column;
    border: none !important;
  }

  #module-returnmanager-manager #page .rm_single_order_row .rm_order_header {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    text-align: left;
  }

  #module-returnmanager-manager #page .rm_single_order_row tr {
    border: none !important;
  }

  #rm_return_form_popup.custom-modale-reso .rm_box_shadow {
    margin-right: 0 !important;
    padding-bottom: 0 !important;
  }

  #module-returnmanager-manager .custom-modale-reso .rm_row.rmAddressSection {
    margin-top: 0px !important;
  }

  .custom-modale-reso .rm_popup_close_icon {
    z-index: 999;
  }
}

@media only screen and (max-width: 769px) {
  .custom-modale-reso .rm_innerBox > #rm_row {
    flex-direction: column;
  }

  #rm_return_form_popup {
    top: 0%;
  }
}

.custom-modale-reso .rm_row_form textarea,
.custom-modale-reso .rm_row_form input[type="text"],
.custom-modale-reso .rm_row_form input[type="button"],
.custom-modale-reso .rm_row_form input[type="submit"] {
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0px !important;
  padding: 5px !important;
}

.custom-modale-reso .rm_popup_close_icon {
  height: 40px !important;
  width: 40px !important;
  position: absolute !important;
  right: 0 !important;
  margin-right: 4px !important;
  margin-top: 4px !important;
  background: none !important;
  z-index: 999;
}

.custom-modale-reso .rm_popup_close_icon i {
  color: var(--white) !important;
  border: 1px solid var(--white) !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.custom-modale-reso #rm_popup_request_form .btn:hover,
.custom-modale-reso #rm_popup_request_form .btn:focus,
.custom-modale-reso #rm_popup_request_form .btn:active {
  background: var(--lilla) !important;
}

.custom-modale-reso #rm_popup_request_form .btn {
  padding: 10px 18px !important;
  font-weight: 600 !important;
  background: var(--viola) !important;
  border: none !important;
  font-size: 14px !important;
}

.custom-modale-reso .rm_row.rm_responsive_left .rm_right {
  margin-top: 20px !important;
}

.custom-modale-reso .rm_row.rm_responsive_left button#rm_pop_up_close_btn {
  display: none !important;
}

.custom-modale-reso .rm_row.rm_responsive_left {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin-bottom: 40px !important;
}

.custom-modale-reso .rm_form_control {
  width: 100% !important;
  border: 1px solid var(--black) !important;
  border-radius: 0 !important;
  margin-top: 5px !important;
  padding: 0 10px !important;
}

.custom-modale-reso .rm_form_info_text {
  color: var(--viola) !important;
  font-size: 12px !important;
  padding: 10px !important;
}

.custom-modale-reso #rm_popup_request_form .rm_pop_heading {
  background: var(--lilla) !important;
  font-weight: 600 !important;
  padding: 15px 10px !important;
  border: none !important;
  margin-right: 0 !important;
}

.custom-modale-reso #rm_popup_request_form > .rm_row_form {
  width: 100% !important;
  margin-top: -15px !important;
}

.custom-modale-reso #rm_popup_address p {
  color: var(--black) !important;
  padding: 10px !important;
}

.custom-modale-reso .rm_row.rmAddressSection span.rm_popup_pro_name {
  width: 100% !important;
  font-weight: 600 !important;
  border-bottom: none !important;
  background: var(--lilla) !important;
  padding: 10px !important;
  letter-spacing: 0px !important;
}

.custom-modale-reso .rm_row.rmAddressSection {
  padding: 0px !important;
  width: 100% !important;
  margin: 0 !important;
  background: var(--white) !important;
  border-radius: 0 !important;
  margin-top: 50px !important;
}

.custom-modale-reso .rm_popup_pro_name_block .rm_popup_pro_attr {
  color: var(--black);
  margin-left: 0;
}

.custom-modale-reso .rm_popup_pro_name_block .rm_popup_pro_name {
  font-size: 16px !important;
  color: var(--black) !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  text-transform: none !important;
}

.custom-modale-reso .rm_pro_detail_block .rm_popup_pro_name_block {
  text-align: left !important;
  padding: 5px !important;
  padding-left: 10px !important;
}

.custom-modale-reso .rm_pro_detail_block {
  display: flex !important;
  padding: 10px !important;
}

.custom-modale-reso .rm_popup_pro_img img {
  border: none !important;
  width: 90px !important;
  height: 115px !important;
  border-radius: 0 !important;
}

.custom-modale-reso .rm_box_shadow:before {
  background: var(--white) !important;
  max-height: 500px !important;
}

.custom-modale-reso #rm_popup_pro_info .rm_pop_heading span {
  display: none !important;
}

.custom-modale-reso #rm_popup_pro_info .rm_pop_heading {
  padding: 15px 10px !important;
  background: var(--viola) !important;
  font-weight: 600 !important;
  text-align: left !important;
}

.custom-modale-reso .rm_innerBox > #rm_row {
  display: flex !important;
}

.custom-modale-reso #rm_popup_request_form {
  background: var(--white) !important;
  border: none !important;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.custom-modale-reso #rm_popup_request_form::-webkit-scrollbar {
  display: none;
}

#rm_return_form_popup.custom-modale-reso {
  background: none !important;
}

#rm_return_form_popup.custom-modale-reso .rm_box_shadow {
  margin-right: 18px !important;
  border: none !important;
}

#rm_return_form_popup input {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
  -moz-appearence: checkbox !important;
  -webkit-appearence: checkbox !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

#rm_return_form_popup .rm_box_shadow {
  background: none !important;
}

#rm_single_order_detail_container
  #block
  > .rm_row.rm_history_header
  .rm_clickable_accordian
  #click_to_contract {
  display: none;
}

#rm_single_order_detail_container
  #block
  > .rm_row.rm_history_header
  .rm_clickable_accordian
  #click_to_expand,
#rm_single_order_detail_container
  #block
  > .rm_row.rm_history_header
  .rm_clickable_accordian
  #click_to_contract {
  margin: 0px;
  padding: 0px 15px 0px 0px;
  line-height: 48px;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 400;
}

#rm_single_order_detail_container
  .rm_row.rm_history_header
  .rm_order_heading
  .rm_label_orderstatus {
  color: var(--white);
  margin-bottom: 0;
  height: 48px;
  padding: 10px;
  margin-top: 0;
  line-height: 48px;
}

#rm_single_order_detail_container .rm_row.rm_history_header .rm_order_heading {
  text-align: left !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#rm_single_order_detail_container
  #block
  > .rm_row.rm_history_header
  .rm_clickable_accordian {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 48px;
}

#rm_single_order_detail_container #block > .rm_row.rm_history_header {
  margin: 0;
  height: 48px;
  padding: 0;
  margin-top: 20px;
}

button.kb_rm_return_order {
  display: none !important;
}

#rm_single_order_detail_container table {
  width: 100% !important;
  border-collapse: initial;
  border: 1px solid var(--black) !important;
}

#page table.rm_single_order_row tbody {
  border: 1px solid var(--black) !important;
}

/* #page .rm_single_order_row tr td.rm_img_col img {
    width: 90px !important;
    height: 115px !important;
} */

#page .rm_single_order_row .rm_order_header {
  border-top: 0 !important;
  background-color: var(--white) !important;
  padding: 10px !important;
}

#rm_single_order_detail_container #block > .rm_row {
  margin-bottom: 5px;
  margin-top: 17px;
  background: var(--viola);
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 20px !important;
}

#page .rm_single_order_row tr {
  border: 1px solid var(--black) !important;
}

#rm_single_order_detail_container .rm_order_heading {
  text-align: left !important;
  width: 100%;
}

#rm_single_order_detail_container.rm_half_row .rm_label_orderstatus {
  color: var(--white);
  color: var(--viola) !important;
}

#rm_single_order_detail_container
  .rm_history_header
  .rm_order_heading-custom
  .rm_label_orderstatus {
  background: var(--lilla) !important;
}

#checkout input {
  -moz-appearence: checkbox !important;
  -webkit-appearence: checkbox !important;
}

.link-item-custom {
  margin-bottom: 10px;
}

#rm_displaynav1_links_container {
  display: none !important;
}

.rm_description_col .rm_product_name {
  margin-bottom: 10px !important;
}

#rm_popup_request_form
  .kb_field_row.kb_field_row-field-custom
  .rm_row_form:nth-child(1),
#rm_popup_request_form
  .kb_field_row.kb_field_row-field-custom
  .rm_row_form:nth-child(2) {
  display: none;
}

#rm_return_submit_success_popup .rm_innerBox {
  width: 100% !important;
}

table#rm_return_history_block {
  padding-top: 10px !important;
}

/*--------------------------------------------------- 
|   Pg. Confronta
---------------------------------------------------*/
#module-leofeature-productscompare .lnk_view.btn-outline {
  color: var(--white) !important;
  background-color: var(--viola);
  border-color: var(--viola);
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
}

.leo-productscompare-item .thumbnail-container .leo-bt-cart {
  background: var(--viola);
  margin-bottom: 10px;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

h1.confronta-custom {
  padding: 20px 0;
}

.leo-productscompare-item .thumbnail-container .leo-bt-cart i,
#module-leofeature-productscompare .lnk_view.btn-outline i {
  display: none !important;
}

/*--------------------------------------------------- 
|   Pg. Conferma ordine
---------------------------------------------------*/
#order-confirmation #content-hook_payment_return .card-block {
  padding-top: 0;
}

#order-confirmation #content-hook_payment_return {
  border: none;
}

#order-confirmation
  #content-hook_payment_return
  .card-block
  div.col-md-12
  dl
  dt:nth-child(1),
#order-confirmation
  #content-hook_payment_return
  .card-block
  div.col-md-12
  dl
  dd:nth-child(2) {
  display: none;
}

#order-confirmation #main .page-content {
  margin-bottom: 0;
}

#order-confirmation #order-details > .card-title {
  margin-bottom: 15px;
  font-size: 16px;
}

#order-confirmation #order-items table tr td:last-child {
  font-weight: 600;
}

#order-confirmation #order-items table tr:last-child td:last-child {
  color: var(--viola);
  font-size: 18px;
}

#order-confirmation #order-items table {
  /* width: 100%;
    margin: 15px 0; */
  display: none;
}

#order-confirmation #order-items hr {
  display: none;
}

#order-confirmation #order-details {
  padding-top: 15px;
  /* border-top: 1px solid var(--black); */
  border-bottom: 1px solid var(--black);
  padding-left: 15px;
  width: 100%;
}

#order-items .order-line {
  border-bottom: 1px solid var(--black);
}

#order-confirmation #order-items > div.row {
  border-bottom: 1px solid var(--black);
  padding-bottom: 20px;
}

#order-confirmation #main .page-content {
  border: none;
}

#order-confirmation section#content-hook-order-confirmation-footer {
  display: none;
}

#order-items .details {
  max-width: initial !important;
}

#order-items .card-title.h3 {
  font-weight: 600 !important;
  font-size: 16px !important;
}

#order-items .image img {
  max-width: 120px !important;
}

#content-hook_order_confirmation h3.h1 .done,
#content-hook_order_confirmation p,
#content-hook_order_confirmation h3.h1 {
  color: var(--white) !important;
}

/* #content-hook_order_confirmation p>a {
    display: none;
} */

#content-hook_order_confirmation {
  border: none;
  background: var(--viola);
}

#order-confirmation #content-hook_payment_return a {
  pointer-events: none !important;
}

#content-hook_order_confirmation h3.h1 i {
  display: none !important;
}

body#order-confirmation div {
  word-break: break-word !important;
}

@media only screen and (max-width: 767px) {
  #order-confirmation #order-items > div.row {
    display: none;
  }
}

/*--------------------------------------------------- 
|   Online
---------------------------------------------------*/
/* Big product image */
body#product .product-cover img {
  width: 100% !important;
}

/* Hide delivery options */
/* body#checkout section.checkout-step .delivery-options>div.row.delivery-option:nth-child(4),
body#checkout section.checkout-step .delivery-options>div.row.delivery-option:nth-child(5),
body#checkout section.checkout-step .delivery-options>div.row.delivery-option:nth-child(6),
body#checkout section.checkout-step .delivery-options>div.row.delivery-option:nth-child(7),
body#checkout section.checkout-step .delivery-options>div.row.delivery-option:nth-child(8),
body#checkout section.checkout-step .delivery-options>div.row.delivery-option:nth-child(9) {
    display: none !important;
} */
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(4),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(5),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(6),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(7),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(8),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(10),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(11),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(12),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(13),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(14),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(15),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(16),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(17),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(18),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(19),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(20),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(21),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(22),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(23),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(24),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(25),
body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option:nth-child(9) {
  display: none !important;
}

body#checkout
  section.checkout-step
  .delivery-options
  > div.row.delivery-option.custom-currier.custom-currier-last {
  display: flex !important;
}

/* Pack discount */
body#product .product-discounts.product-discounts-custom {
  margin: 16px 0 !important;
}

body#product
  .product-discounts.product-discounts-custom
  > .table-product-discounts
  thead
  tr
  th,
body#product
  .product-discounts.product-discounts-custom
  > .table-product-discounts
  tbody
  tr
  td {
  border: 1px solid var(--black) !important;
  font-family: "Exo 2" !important;
  font-weight: 500 !important;
}

body#product
  .product-discounts.product-discounts-custom
  table.table-product-discounts {
  min-width: 100% !important;
  width: 100% !important;
}

body#product
  .product-discounts.product-discounts-custom
  table.table-product-discounts
  thead.table-title-custom
  tr
  th {
  min-width: 100% !important;
  width: 100% !important;
}

body#product
  .product-discounts.product-discounts-custom
  table.table-product-discounts-title {
  min-width: 100% !important;
  width: 100% !important;
  border: 1px solid var(--lilla) !important;
  background: var(--lilla) !important;
  color: var(--white) !important;
  font-family: "Exo 2";
  display: flex;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  border-bottom: 0px !important;
  font-size: 1em;
}

body#product .product-discounts > .table-product-discounts tbody tr {
  background: var(--white) !important;
}

body#product
  .product-discounts.product-discounts-custom
  > .table-product-discounts
  thead
  tr
  th {
  background: #eeeeee !important;
  font-size: 1em !important;
}

body#product
  .product-discounts.product-discounts-custom
  > .table-product-discounts
  tbody
  tr
  td:nth-child(1) {
  font-weight: 500 !important;
}

.product-discounts-title-custom {
  margin-top: 10px !important;
  font-size: 10px !important;
}

body#product
  .product-discounts.product-discounts-custom
  > .table-product-discounts
  thead
  tr
  th:nth-child(1),
body#product
  .product-discounts.product-discounts-custom
  > .table-product-discounts
  tbody
  tr
  td:nth-child(1) {
  width: 20% !important;
}

body#product
  .product-discounts.product-discounts-custom
  > .table-product-discounts
  thead
  tr
  th:nth-child(2),
body#product
  .product-discounts.product-discounts-custom
  > .table-product-discounts
  tbody
  tr
  td:nth-child(2),
body#product
  .product-discounts.product-discounts-custom
  > .table-product-discounts
  thead
  tr
  th:nth-child(3),
body#product
  .product-discounts.product-discounts-custom
  > .table-product-discounts
  tbody
  tr
  td:nth-child(3) {
  width: 40% !important;
}

body#product
  .product-discounts.product-discounts-custom
  > .table-product-discounts
  tbody
  tr
  td:nth-child(2) {
  color: var(--red) !important;
  font-size: 1.2em !important;
  font-weight: 700 !important;
}

body#product
  .product-discounts.product-discounts-custom
  > .table-product-discounts
  tbody
  tr
  td:nth-child(3) {
  font-weight: 700 !important;
}

@media only screen and (max-width: 767px) {
  body#product
    .product-discounts.product-discounts-custom
    > .table-product-discounts
    thead
    tr
    th {
    padding: 0.325rem 0.65rem !important;
  }
}

/* But also */
body#product .featured-products.clearfix.mt-3 {
  display: none !important;
}

/* Saldi menu */
body .leo-megamenu .navbar-nav > li.saldi-custom > a,
body .off-canvas-nav-megamenu .navbar-nav > li.saldi-custom > a {
  color: var(--viola) !important;
}

/* Review */
body #product_reviews_block_tab .review_author > span {
  display: none !important;
}

body #product_reviews_block_tab .review_author > div.review_author_infos em {
  display: none !important;
}

body #product_reviews_block_tab .review_details p.title_block {
  margin-bottom: 0 !important;
}

body .product-description p span.custom-country-of-origin {
  color: #ffffff !important;
}

/* Pagamento a rate */
.ps_checkout-payment-option label {
  line-height: 1em !important;
}

body#checkout .additional-information {
  margin-top: 0 !important;
}

.ps_checkout-payment-option span.custom-radio {
  margin-right: 1.25rem !important;
}

@media only screen and (max-width: 480px) {
  .ps_checkout-payment-option span.custom-radio {
    margin-right: 10px !important;
  }
}

/* Banner ferie */
/*@media only screen and (max-width: 991px) {
	body main#page>section#wrapper {
		margin-top: 170px!important;
	}
	
	body.off-canvas-active .off-canvas-nav-megamenu .offcanvas-mainnav,
	body.off-canvas-inactive .off-canvas-nav-megamenu .offcanvas-mainnav {
		top: 40px !important;
	}
	
	body main#page>section#wrapper {
		margin-top: 170px!important;
	}
	
	body#authentication main#page>section#wrapper, 
	body#search main#page>section#wrapper {
		margin-top: 110px!important;
	}
	
	 body#index main#page>section#wrapper {
        margin-top: 150px !important;
    }
}

@media only screen and (max-width: 767px) {
    body main#page>section#wrapper {
		margin-top: 170px!important;
	}
	
	body#authentication main#page>section#wrapper, 
	body#search main#page>section#wrapper {
		margin-top: 110px!important;
	}
}*/

/* Sfondo testo immagini home */
body .bsh3-main-banner > .ApColumn > .ApImage .image_description h2,
body .bsh3-main-banner > .ApColumn > .ApImage .image_description h5 {
  color: var(--white) !important;
  position: relative !important;
  z-index: 10 !important;
}

body .bsh3-main-banner > .ApColumn > .ApImage .image_description h2::before,
body .bsh3-main-banner > .ApColumn > .ApImage .image_description h5::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: #d14a95 !important;
  z-index: -1 !important;
  padding: 5px 10px !important;
  margin: -6px -10px !important;
}

body .bsh3-main-banner > .ApColumn > .ApImage .image_description h5 {
  z-index: 10 !important;
  left: 100% !important;
  width: 100px !important;
}

body .bsh3-main-banner > .ApColumn > .ApImage .image_description h2 {
  left: 100% !important;
}

@media (max-width: 767px) {
  body .bsh3-main-banner > .ApColumn > .ApImage .image_description h2 {
    transform: translate(-100%, calc(50% + 20px)) !important;
  }

  body .bsh3-main-banner > .ApColumn > .ApImage .image_description h2::before {
    padding: 0px 0px !important;
    margin: 0px -10px !important;
  }
}

/* /Sfondo testo immagini home */

/* Custom popup newsletter */
.tingle-modal--visible {
  z-index: 9999999999 !important;
  /* background: rgba(194, 83, 146, 0.7) !important; */
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-backdrop-filter: blur(0px) !important;
  backdrop-filter: blur(0px) !important;
}

/* Popup Overlay */
.newsletter-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 0, 70, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.newsletter-popup-content {
  background: #b198dc;
  padding: 2rem;
  border-radius: 0px;
  color: white;
  max-width: 600px;
  width: 90%;
  font-family: sans-serif;
}

/* Titolo */
.newsletter-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--white) !important;
}

/* Input e bottone */
.newsletter-input-group {
  display: flex;
  align-items: center;
  border-bottom: 2px solid white;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.newsletter-input {
  flex: 1;
  background: transparent;
  border: none;
  color: white;
  font-size: 1.2rem;
  padding: 0.5rem 0;
  outline: none;
  text-transform: lowercase !important;
}

.newsletter-input::placeholder {
  color: white;
  opacity: 0.7;
  font-size: 1.2rem;
  text-transform: capitalize !important;
}

.newsletter-submit {
  background: none;
  border: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.newsletter-submit .arrow {
  font-size: 1.5rem;
  margin-left: 0.5rem;
  margin-top: -4px;
}

/* Privacy checkbox */
.newsletter-privacy {
  font-size: 0.9rem;
  color: white;
  margin-top: 1rem;
  display: block;
  text-align: left !important;
}

.newsletter-privacy input[type="checkbox"] {
  margin-right: 5px;
  cursor: pointer;
}

.newsletter-privacy a {
  color: white;
  font-style: italic;
  text-decoration: underline;
}

/* Messaggio successo */
.newsletter-message {
  display: none;
  margin-top: 1rem;
  font-size: 1rem;
  color: #fff;
  background-color: var(--viola) !important;
  padding: 0.5rem 1rem;
  border-radius: 0px;
}

.tingle-modal-box {
  width: 100% !important;
  max-width: 520px !important;
  margin-top: calc(45vh - 0px) !important;
}

.tingle-modal-box__footer {
  height: 0px !important;
}

.prestacraft-close {
  display: none !important;
}

.tingle-modal-box__content {
  padding: 0px !important;
  padding-top: 0px !important;
}

/* Responsive */
@media (max-width: 600px) {
  .newsletter-input-group {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-submit {
    justify-content: center;
    margin-top: 0.5rem;
  }

  .newsletter-input {
    border-bottom: 2px solid white;
  }
}

/* /Custom popup newsletter */

@media (max-width: 600px) {
  .newsletter-input-group {
    flex-direction: column;
  }

  .newsletter-submit {
    width: 100%;
  }

  .newsletter-input {
    width: 100%;
  }
}

/*--------------------------------------------------- 
|   Blocco Spedizione Gratuita nel Carrello 
---------------------------------------------------*/
.free-shipping-notice {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 15px !important;
  margin: 15px 0 !important;
  transition: all 0.3s ease !important;
}

.free-shipping-notice:hover {
  transform: translateY(-2px);
}

.free-shipping-notice i.material-icons {
  font-size: 20px !important;
  color: #9fbe31 !important;
  vertical-align: middle !important;
  margin-right: 8px !important;
  animation: pulse 2s infinite;
}

.free-shipping-notice span {
  color: #333 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.free-shipping-notice strong {
  color: #9fbe31 !important;
  font-weight: 700 !important;
}

/* Stili specifici per il dropdown del carrello */
.free-shipping-notice-dropdown {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 8px 0 !important;
  transition: all 0.3s ease !important;
}

.free-shipping-notice-dropdown:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.free-shipping-notice-dropdown i.material-icons {
  animation: pulse 2s infinite;
}

.free-shipping-notice-dropdown strong {
  color: #9fbe31 !important;
  font-weight: 700 !important;
}

/* Stili specifici per il checkout summary */
.free-shipping-notice-checkout {
  transition: all 0.3s ease !important;
}

.free-shipping-notice-checkout:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.free-shipping-notice-checkout i.material-icons {
  animation: pulse 2s infinite;
}

.free-shipping-notice-checkout strong {
  color: #9fbe31 !important;
  font-weight: 700 !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .free-shipping-notice {
    padding: 12px !important;
    margin: 12px 0 !important;
  }

  .free-shipping-notice span {
    font-size: 13px !important;
  }

  .free-shipping-notice i.material-icons {
    font-size: 18px !important;
    margin-right: 6px !important;
  }

  .free-shipping-notice-dropdown {
    margin: 6px 0 !important;
  }
}

/* Blocco spedizione gratuita - Checkout Summary */
.free-shipping-notice-checkout {
  background-color: #f8f9fa;
  padding: 15px;
  margin: 15px 0;
  border-left: none;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.free-shipping-notice-checkout .free-shipping-icon {
  font-size: 20px;
  color: #9fbe31;
  animation: pulse 2s infinite;
}

.free-shipping-notice-checkout .free-shipping-text strong {
  color: #9fbe31;
}

/* Blocco spedizione gratuita - Modal Carrello */
.free-shipping-notice-modal {
  background-color: #f8f9fa;
  padding: 15px;
  margin: 15px 0;
  border: none;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.free-shipping-notice-modal .free-shipping-icon {
  font-size: 20px;
  color: #9fbe31;
  animation: pulse 2s infinite;
}

.free-shipping-notice-modal .free-shipping-text strong {
  color: #9fbe31;
}

#checkout-payment-step .payment-options iframe {
	display: none !important;
}