/**
* Theme Name: Printec Child
* Description: This is a child theme of Printec, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: printec
* Version: 1.3.7
*/

html,
body {
  scroll-padding-top: 100px !important;
}

header {
  .wpml-ls-legacy-list-horizontal {
    padding: 0 !important;
  }
  .wpml-elementor-ls {
    ul {
      text-align: right;
      li {
        margin-bottom: 0 !important;
      }
    }
  }

  .header-right-col {
    .elementor-button-default {
      width: auto;
      margin-left: 30px;
    }
  }

  .wpml-ls.wpml-ls-legacy-dropdown-click a,
  .wpml-ls.wpml-ls-legacy-dropdown a {
    border-color: transparent;
    background-color: transparent;
  }
  .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
  .wpml-ls-legacy-dropdown a:focus,
  .wpml-ls-legacy-dropdown a:hover {
    background: transparent;
  }

  .wpml-ls-slot-shortcode_actions,
  .wpml-elementor-ls .wpml-ls-legacy-dropdown a {
    display: inline-block;
    padding: 4px 1.41575em;
  }

  ul.wpml-ls-sub-menu .wpml-ls-slot-shortcode_actions {
    background: #7000fe;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
    padding: 8px 1.41575em;
  }

  .wpml-elementor-ls
    .wpml-ls.wpml-ls-legacy-dropdown
    a.wpml-ls-item-toggle:after {
    right: 0px;
  }
}

ul.menu > li#menu-item-62067 > ul > li.title-menu span {
  font-size: 18px;
  font-weight: 500;
  color: var(--e-global-color-accent);
}

ul.menu > li#menu-item-62067 > ul > li.title-menu.title-menu-l {
  padding-top: 30px;
}

ul.menu > li#menu-item-60223 > ul > li.title-menu span {
  font-size: 18px;
  font-weight: 500;
  color: var(--e-global-color-accent);
}

ul.menu > li#menu-item-60223 > ul > li.title-menu.title-menu-l {
  padding-top: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
  b,
  strong,
  .elementor-headline-dynamic-text {
    font-weight: 500 !important;
  }
}

.elementor-widget-container .select-selected {
  background: #edeef1;
  padding: 8px 30px;
  border-radius: 50px;
}

/*.elementor-widget-container > .woocommerce{*/
/*    display:flex;*/
/*    flex-wrap:wrap;*/
/*    justify-content: space-between;*/
/*}*/
.elementor-widget-container > .woocommerce > .woocommerce-notices-wrapper,
.elementor-widget-container > .woocommerce > .woocommerce-pagination-wrap {
  flex: 0 100%;
  max-width: 100%;
  align-items: center;
}
.elementor-widget-container > .woocommerce > .products {
  flex: 0 calc(100% + 30px);
  max-width: calc(100% + 30px);
  align-items: center;
}

.bannerxb-wbtn .elementor-cta__content {
  padding-bottom: 25px;
}

.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 230px !important;
}

/*.elementor-widget-container{*/

.content-product-imagin {
  display: none !important;
}
.product-caption-bottom {
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
}

.product-style-default {
  padding-left: 8px;
  padding-right: 8px;

  > div.product-block {
    background: white !important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
  }
}

/*}*/

ul.products li.product .product-caption-bottom a[class*="product_type_"],
ul.products
  .wc-block-grid__product
  .product-caption-bottom
  a[class*="product_type_"],
.wc-block-grid__products
  li.product
  .product-caption-bottom
  a[class*="product_type_"],
.wc-block-grid__products
  .wc-block-grid__product
  .product-caption-bottom
  a[class*="product_type_"] {
  padding: 5px 10px !important;
}

.box-anchorlink {
  background: white !important;
  padding: 60px 24px 30px !important;
  border-radius: 30px !important;
  height: 100%;
  &:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 27px;
    background-image: url("assets/img/arrow-anchorlink.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
  }

  &:hover:after {
    transform: rotate(135deg);
  }

  .box-anchorlink-icon {
    margin-bottom: 18px !important;

    svg {
      width: 20px;
      height: 20px;
    }
  }

  .box-anchorlink-title {
    font-size: 22px;
    line-height: 20px;
  }

  .box-anchorlink-title + .box-anchorlink-subtitle {
    margin-top: 10px;
  }

  .box-anchorlink-subtitle {
    font-size: 12px;
    line-height: 19px;
  }
}

.xbslideproduct + .xbslideproduct {
  margin-top: 60px;
}

.xbslideproduct h3 {
  font-weight: 700;
  font-size: 45px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 60px;
}

.vedi-tutti {
  font-size: 36px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #5900ff;
  font-weight: 600;
  background-image: url("assets/img/bg-vedi-tutti.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;

  @media (max-width: 991px) {
    font-size: 27px;
  }

  @media (max-width: 767px) {
    font-size: 24px;
  }
}
.vedi-tutti > span {
  position: relative;
  z-index: 1;
}
.vedi-tutti > span:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  width: 26px;
  height: 24px;
  background-image: url("assets/img/arrow-veditutti.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  margin-left: 10px;
  content: "";
  transition: all 0.3s ease-in-out;
}

.vedi-tutti:hover > span:after {
  transform: rotate(45deg);
}

.nomb-last-p p:last-child {
  margin-bottom: 0 !important;
}

.qnt-woocommerce {
  display: block;
  padding-left: 30px;
  background-image: url("assets/img/icon-shipping.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  font-size: 12px;
  margin-bottom: 28px;
}
.qnt-green {
  color: #0f834d;
}

.elementor-widget-printec-banner
  .elementor-printec-banner:hover
  .letter_text
  span {
  animation: none !important;
}
.footer-product-banner .elementor-cta__title {
  margin-bottom: 30px !important;
  max-width: 500px;
}

.header-cat {
  height: 700px;
  background-size: cover;
  background-position: center right;
  position: relative;

  div[data-element_type="container"]:not(.container-btn) {
    height: 100% !important;
  }

  @media (max-width: 1440px) {
    background-position: center;
  }

  @media (max-width: 991px) {
    height: 550px;
  }
  @media (max-width: 767px) {
    height: initial !important;

    .mobile-color-black {
      color: black !important;
    }

    .container-btn {
      > .elementor-widget-button {
        margin-top: 20px;
      }
    }

    &:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.9);
      z-index: 0;
    }
  }
}

.header-cat h1 {
  font-size: 48px !important;
  line-height: 1.2 !important;

  @media (max-width: 991px) {
    font-size: 38px !important;
  }
  @media (max-width: 576px) {
    font-size: 32px !important;
  }
}

.mb-xl {
  margin-bottom: 120px !important;
  @media (max-width: 767px) {
    margin-bottom: 60px !important;
  }
  @media (min-width: 768px) and (max-width: 1200px) {
    margin-bottom: 80px !important;
  }
}
.mt-xl {
  margin-top: 120px !important;
  @media (max-width: 767px) {
    margin-top: 60px !important;
  }
  @media (min-width: 768px) and (max-width: 1200px) {
    margin-top: 80px !important;
  }
}
.pb-xl {
  padding-bottom: 120px !important;
  @media (max-width: 767px) {
    padding-bottom: 60px !important;
  }
  @media (min-width: 768px) and (max-width: 1200px) {
    padding-bottom: 80px !important;
  }
}
.pt-xl {
  padding-top: 120px !important;
  @media (max-width: 767px) {
    padding-top: 60px !important;
  }
  @media (min-width: 768px) and (max-width: 1200px) {
    padding-top: 80px !important;
  }
}
.pb-m {
  padding-bottom: 80px !important;
  @media (max-width: 767px) {
    padding-bottom: 40px !important;
  }
  @media (min-width: 768px) and (max-width: 1200px) {
    padding-bottom: 60px !important;
  }
}
.pt-m {
  padding-top: 80px !important;
  @media (max-width: 767px) {
    padding-top: 40px !important;
  }
  @media (min-width: 768px) and (max-width: 1200px) {
    padding-top: 60px !important;
  }
}
.box-banner .elementor-cta.elementor-printec-banner {
  border-radius: 40px !important;

  @media (max-width: 1199px) and (min-width: 768px) {
    .elementor-cta__content {
      padding: 30px !important;
    }
  }

  .elementor-cta__title {
    color: white;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 100px;
    text-transform: initial !important;

    @media (max-width: 1199px) {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 60px;
    }
    @media (max-width: 991px) and (min-width: 768px) {
      font-size: 22px;
    }
  }

  .elementor-button {
    background: white;
    color: black;
    position: relative;
    /*padding-left: 55px;*/

    /*&:before{*/
    /*    background-image: url(assets/img/arrow-veditutti-nero.svg);*/
    /*    content: '';*/
    /*    width: 15px;*/
    /*    display: inline-block;*/
    /*    height: 15px;*/
    /*    background-size: contain;*/
    /*    position: absolute;*/
    /*    top: 19px;*/
    /*    left: 30px;*/
    /*    transition: all .3s ease-in-out;*/
    /*    transform: rotate(0deg);*/
    /*}*/

    /*&:hover:before{*/
    /*    transform: rotate(45deg);*/
    /*}*/
  }
}

.h-r3 {
  .elementor-widget-image {
    z-index: 3;
    img {
      border-radius: 30px;
    }
  }

  @media (max-width: 1024px) {
    .elementor-headline {
      font-size: 28px !important;
      line-height: 1.2 !important;
    }
  }

  @media (max-width: 880px) {
    &.h-r3-reverse {
      > div > div {
        &:first-child {
          order: 2;
        }
        &:last-child {
          order: 1;
        }
      }
    }

    .elementor-headline {
      text-align: left !important;
    }
  }
}

.h-r4 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  background-size: cover;
  background-position: center;
  position: relative;

  &:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top center, transparent, black);
  }

  .elementor-icon-box-title,
  .elementor-icon-box-title span,
  .elementor-icon-box-description,
  p {
    color: white !important;
  }

  @media (max-width: 880px) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.banner-full-stb {
  @media (min-width: 631px) {
    .elementor-cta__title {
      max-width: 520px;
    }
  }
  h3 {
    font-weight: 700 !important;
  }
  .elementor-button {
    background: white !important;
    color: black !important;
  }
  @media (max-width: 880px) {
    .elementor-cta__bg.elementor-bg {
      background-position: left center;
    }
  }
  @media (max-width: 630px) {
    * {
      text-align: center;
    }
  }
}

.page_fullwidth #content > .col-full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bg-white {
  background-color: white;
}
.c-white {
  .elementor-headline span,
  p {
    color: white !important;
  }
}

.banner-full-stb .elementor-cta__content {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.xbtabs-products {
  .elementor-tab-desktop-title {
    padding: 12px 20px;
    background: white;
    border-radius: 50px !important;
  }
  .elementor-tab-title {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .elementor-tabs-header {
    margin-bottom: 0 !important;
  }
}

.elementor-widget-xbproductsshowmore,
.woocommerce-carousel .vedi-tutti {
  width: calc(100% - 30px);
  margin-left: 15px;
}

.show-more-container {
  .show-more-toggle {
    text-align: center;
    display: none;
    i {
      font-size: 40px;
    }
  }

  @media (max-width: 880px) {
    .show-more-text {
      position: relative;
      overflow: hidden;
      height: 147px;
      transition: height 0.3s ease-in-out;
      &:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(
          to bottom,
          rgba(255, 255, 255, 0) 0%,
          rgba(245, 247, 250, 0.8) 100%
        );
        transition: transform 0.3s ease-in-out;
        transform: rotate(0deg);
      }
    }

    .show-more-toggle {
      display: block !important;
      max-height: 30px;
      i {
        line-height: 30px;
      }
    }

    &.open {
      .show-more-text {
        height: auto;
        &:after {
          display: none;
        }
      }
      .show-more-toggle {
        transform: rotate(180deg) !important;
      }
    }
  }
}

@media (max-width: 880px) {
  .elementor-widget-printec-products-tabs.elementor-tabs-view-horizontal
    .elementor-tabs-header
    .scrollbar-macosx {
    display: flex !important;
    max-height: auto !important;
    overflow: auto !important;
    max-width: initial !important;
    flex-wrap: wrap !important;
    gap: 15px;
    justify-content: center;

    span {
      margin: 0 !important;
    }
  }
  .elementor-widget-printec-products-tabs.elementor-tabs-view-horizontal
    .elementor-tab-title:hover:before,
  .elementor-widget-printec-products-tabs.elementor-tabs-view-horizontal
    .elementor-tab-title.elementor-active:before {
    display: none !important;
  }
}

.woocommerce-carousel .slick-slider .slick-list {
  padding-bottom: 35px !important;
  margin-bottom: -35px !important;
}

.hc2-r1 {
  .elementor-icon {
    border-radius: 30px !important;
    box-shadow: 0 0 8px -3px rgba(0, 0, 0, 0.1);
    font-size: 50px !important;
  }
  .elementor-icon-box-title,
  .elementor-icon-box-title a {
    font-size: 18px !important;
    color: #5900ff;
    font-weight: 500 !important;
    text-transform: initial !important;

    @media (max-width: 767px) {
      font-size: 13px !important;
    }
  }
}

body.nobreadcrump #content {
  margin-top: 0 !important;
}

.block-ul-custom {
  ul {
    list-style: none;
    padding-left: 0 !important;
    margin-left: 0;

    li {
      position: relative;
      list-style: none;
      padding-left: 50px;
      line-height: 35px;
      margin-bottom: 15px;
      color: black;
      font-weight: 500;
      &:before {
        height: 35px;
        width: 35px;
        background-color: white;
        background-image: url("assets/img/check-viola.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
      }
    }
  }
}

@media (max-width: 1200px) and (min-width: 881px) {
  .h-r3-reverse {
    .elementor-col-50:first-child > div.elementor-element-populated {
      padding: 0px 60px 0px 0px;
    }
  }
}

.block-title {
  @media (max-width: 1024px) {
    margin-bottom: 0 !important;
    .title {
      font-size: 28px !important;
      line-height: 1.2;
      * {
        font-size: 28px !important;
        line-height: 1.2;
      }
    }
  }
}

footer
  > .footer-width-fixer
  > div
  > div.elementor-section:first-child
  > div.elementor-container
  > .elementor-column {
  border-top: 1px solid #e8e8e8;
  padding-top: 60px;
}

@media (max-width: 767px) {
  .block-numb-cont {
    .elementor-widget-wrap.elementor-element-populated {
      margin-top: 0 !important;
    }
    .block-numb-item {
      > .elementor-widget-wrap {
        .elementor-widget-image {
          order: 1;
          img {
            width: 100%;
          }
        }
        .elementor-widget-spacer {
          display: none;
        }
        .elementor-widget-printec_animated-headline {
          order: 3;
          margin-top: 30px !important;
        }
        .elementor-widget-text-editor {
          order: 4;
        }
        .number-work {
          bottom: initial;
          top: 30px;
        }
      }
    }
  }
}

.xb-title-widget {
  /* margin-bottom: 40px; */

  .xb-subtitle {
    text-align: center;
    font-size: 13px;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
    color: var(--e-global-color-primary);
  }
  .xb-title {
    font-weight: 500 !important;
    font-size: 48px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px;
    line-height: 1;
    color: var(--accent);
    font-family: var(--e-global-typography-accent-font-family);
    letter-spacing: -1px;

    @media (max-width: 1024px) {
      font-size: 28px !important;
    }
    span {
      color: var(--e-global-color-primary);
    }
  }
  .xb-description {
    text-align: center;
    p:last-child {
      margin-bottom: 0 !important;
    }
  }
}

.h2-bic-cat-wt .xb-title-widget {
  .xb-subtitle,
  .xb-title,
  .xb-description {
    color: white !important;
  }
}

@media (max-width: 768px) {
  .box4home {
    > div {
      > div {
        > div {
          &:first-child {
            border-radius: 0px 0px 0px 0px !important;
          }
          &:last-child {
            border-radius: 0px 0px 0px 0px !important;
          }
        }
      }
    }
  }
}
.box4home {
  position: relative;
  z-index: 5;

  svg {
    width: 120px !important;
    height: 120px !important;

    @media (max-width: 767px) {
      width: 60px !important;
      height: 60px !important;
    }
  }
  .elementor-icon {
    stroke: white !important;
    fill: white;
  }

  > div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px !important;
    > div {
      border-radius: 30px !important;
      transform: translateY(-50%);
      padding: 0 !important;
      > div {
        background-image: linear-gradient(to right, #ffffff, #f5f7fa);
        padding: 70px 20px;

        &:first-child {
          border-radius: 30px 0 0 30px;
        }
        &:last-child {
          border-radius: 0 30px 30px 0;
        }

        .elementor-icon-box-title {
          font-size: 20px;
          color: #000000;
          font-weight: 500;
          @media (max-width: 767px) {
            line-height: 1.4;
          }
          @media (max-width: 576px) {
            font-size: 16px;
          }
        }
      }
    }
  }
}

@media (max-width: 1199px) {
}

@media (min-width: 1024px) {
  .main-navigation ul ul.sub-menu li {
    display: block;
    min-width: 355px;
  }
}

@media (max-width: 1024px) {
  .box4home > div {
    position: relative !important;
  }
  .box4home > div > div {
    transform: unset;
  }
  .box4home > div > div > div {
    padding: 50px 20px;
  }
}

/* @media (max-width: 991px) {
  .box4home > div {
    position: relative !important;
  }
  .box4home > div > div {
    transform: unset;
  }
  .box4home > div > div > div {
    padding: 50px 20px;
  }
} */

@media (max-width: 767px) {
  .elementor-widget-xbproductsshowmore
    .woocommerce.columns-tablet-2
    ul.products
    li.product {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .post-129 .header-cat::before {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .post-129 .header-cat .elementor-element-b4af668 {
    color: #000000;
  }

  .post-129
    .header-cat
    .elementor-element.elementor-element-6f20434
    .elementor-headline-plain-text {
    color: #000000 !important;
  }

  .post-62027 .header-cat::before {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .post-62027 .header-cat .elementor-element-b4af668 {
    color: #000000;
  }

  .post-62027
    .header-cat
    .elementor-element.elementor-element-6f20434
    .elementor-headline-plain-text {
    color: #000000 !important;
  }

  .elementor-129 .elementor-element.elementor-element-2d6634b {
    --e-con-grid-template-columns: repeat(2, 1fr);
  }
  .box4home > div > div > div {
    padding: 20px 20px;
  }
}

.privatelabel-col-container {
  .elementor-heading-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: left;
    margin-bottom: 26px;
  }
  .elementor-widget {
    ul {
      padding-left: 0 !important;
      list-style: none;
      margin-left: 0;
      li {
        color: #494f66;
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(72, 82, 98, 0.15);
      }
    }
  }
  .privatelabel-btn {
    margin-top: 24px !important;
  }
}

.btn-border-1 {
  a {
    border: 1px solid #7000fe !important;
    border-style: inset !important;
    color: #7000fe !important;
    background: white !important;
    &:hover {
      background: #7000fe !important;
      color: white !important;
    }
  }
}
.btn-bg-transparent a {
  background: transparent !important;
}

#secondary
  .berocket_single_filter_widget:not(.berocket_single_filter_widget_24903) {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  .bapf_head > * {
    color: var(--accent);
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.125em;
    letter-spacing: -0.02em;
    font-weight: 500 !important;
    font-family: var(--e-global-typography-accent-font-family);
  }
}
.bapf_button.bapf_reset {
  width: 100%;
  background: #5900ff !important;
  color: white;
  font-weight: 600;
  text-transform: initial !important;
  font-size: 14px !important;
  transition: all 0.3s ease-in-out;
  &:hover {
    background: black !important;
  }
}

.vetrina-products-container > .elementor-widget-container {
  .woocommerce.columns-4 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: center;
    .woocommerce-notices-wrapper,
    .products.columns-4,
    .lmp_load_more_button,
    .woocommerce-pagination-wrap {
      flex: 0 100% !important;
      max-width: 100% !important;
    }
    .woocommerce-ordering {
      justify-content: flex-end;
    }
    .woocommerce-result-count {
      justify-content: flex-start;
    }
    .woocommerce-ordering,
    .woocommerce-result-count {
      flex: 0 50% !important;
      max-width: 50% !important;
      margin-bottom: 1.618em;
      display: flex;
      align-items: center;

      @media (max-width: 767px) {
        flex: 0 100% !important;
        max-width: 100% !important;
        justify-content: center;
      }
    }

    .woocommerce-ordering .select-selected {
      width: 100% !important;
    }
  }
}

@media (max-width: 767px) {
  .product-2-rows ul.products {
    margin-left: -5px !important;
    margin-right: -5px !important;
    li.product {
      padding-left: 5px !important;
      padding-right: 5px !important;
    }
  }
}

.xbtitle-center * {
  text-align: center !important;
}
.xbtitle-left * {
  text-align: left !important;
}

.vetrina-banner-3block .button-banner-style-printec-default {
  border-radius: 30px;
  overflow: hidden;
}

.cart_totals .order-total td {
  font-size: 1em;
}
#order_review .woocommerce-checkout-review-order-table .order-total td > small {
  display: block;
}

.wpforms-field.wpforms-field-checkbox li {
  position: relative;
  input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
  }
  .wpforms-field-label-inline {
    display: inline-block;
    line-height: 20px !important;
    padding-left: 30px !important;
  }
}

table.cart td.actions .coupon {
  flex-wrap: wrap;

  p.coupon-error-notice {
    margin-top: 20px !important;
    padding-left: 5px !important;
  }
}

.breadcrumb-wrap .printec-woocommerce-title {
  text-transform: initial !important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
  color: white;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background: #7000fe;
}

.menu-scroll-mobile li button.dropdown-toggle {
  box-shadow: 0 0 !important;
}

#btn-personalizza-offcanvas-container {
  margin-top: 20px;
  text-align: center;

  #btn-personalizza-offcanvas {
    .elementor-button-icon i {
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transition: all ease 0.3s;
    }
    &:hover .elementor-button-icon i {
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      -moz-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
}

/* Alert warning styles: aggiunta di .alert-warning e varianti */
.alert-warning {
  box-sizing: border-box;
  display: block;
  padding: 14px 10px 14px 10px; /* spazio per icona a sinistra e button a destra */
  border-radius: 10px;
  background: #fff7e6; /* sfondo leggero */
  color: #6b3f00;
  border: 1px solid #ffddb2;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;

  a {
    font-weight: bold;
    color: var(--primary);
  }
}

p,
p > b,
p > span,
p > em {
  > a[class=""],
  > a:not([class]) {
    color: #7000fe;
    font-weight: bold;
    text-decoration: underline;
  }
}

.woocommerce-privacy-policy-link {
  color: #7000fe;
  font-weight: bold;
  text-decoration: underline;
}

.checkout_coupon p:first-child {
  grid-column: 1 / span 1;
}

/* variante accent per temi che usano colori globali */
.alert-warning--accent {
  background: var(--e-global-color-primary, #fff7e6);
  color: var(--accent, #5900ff);
  border-color: rgba(89, 0, 255, 0.06);
}

#order_review .woocommerce-checkout-review-order-table .order-total .amount,
.cart_totals .order-total .amount {
  font-size: 20px !important;
}

#order_review
  .woocommerce-checkout-review-order-table
  .order-total
  .includes_tax
  .amount {
  font-size: 14px !important;
}

ul#shipping_method li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1px;
}

ul#shipping_method input[type="radio"] + label {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 300;
}

.alert-info {
  box-sizing: border-box;
  display: block;
  padding: 14px 10px 14px 10px; /* spazio per icona a sinistra e button a destra */
  border-radius: 10px;
  background: #e6f7ff; /* sfondo azzurro chiaro */
  color: #0056b3;
  border: 1px solid #91d5ff;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;

  a {
    font-weight: bold;
    color: #003d82;
  }
}

.register-from-title + .alert-info {
  margin-top: -15px;
  margin-bottom: 15px;
}

.elementor-widget-xbpostgridcustom .post-thumbnail > img {
  width: 100%;
  max-width: 100%;
}

.woocommerce-MyAccount-navigation
  + .woocommerce-MyAccount-content
  .woocommerce-notices-wrapper
  + .woocommerce-info
  .wc-forward {
  display: none;
}

.search-form .search-submit {
  display: none !important;
}

@media (max-width: 1023px) {
  #secondary {
    display: block !important;
    column-count: auto;
    column-width: 250px;
    column-gap: 20px;
    column-fill: balance;
  }

  #secondary > div {
    display: inline-block;
    width: 100%;
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 20px;
    vertical-align: top;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
  }
}

@media (max-width: 767px) {
  #secondary {
    display: block !important;
    column-count: 2;
    column-gap: 15px;
    column-fill: balance;
  }

  #secondary > div {
    display: inline-block;
    width: 100%;
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 15px;
    vertical-align: top;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
  }
  ul.products.columns-4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

body.woocommerce-cart footer,
body.woocommerce-checkout footer {
  display: none !important;
}

@media (max-width: 767px) {
  .box4home > div > div > :nth-child(-n + 2) {
    border-bottom: 1px solid #d5d5d5;
  }

  .box4home > div > div > :nth-child(1),
  .box4home > div > div > :nth-child(3) {
    border-right: 1px solid #d5d5d5;
  }
  .header-cat p {
    margin-bottom: 0px;
  }
}


.elementor-brand-item .elementor-brand-image {

  background: transparent!important;
  border-radius: 0 0;

  img {
    height: auto!important;
    border-radius: 30px!important;
  }
}

.hfe-scroll-to-top-wrap,
.grecaptcha-badge{ display: none!important; }