@charset "UTF-8";
.bg-blue {
  background-color: #000;
  color: #fff; }

.bg-white {
  background-color: #fff; }

.bg-green {
  background-color: #141614; }

.bg-red {
  background-color: #FFF; }

.bg-grey {
  background-color: #f2f2f2 !important; }

.lBorder {
  border-left: 14px solid #000;
  padding-left: 16px; }

.login-required{
  font-size: 0.9rem;
  color: #888;
  font-weight: 400 !important;
  line-height: 1.3;
  font-style: italic;
}
.login-required SPAN{
  color: #000;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

H1, H2, H3, H4, H5, H6 {
  font-weight: 600 !important;
  color: #000; }

H2.text {
  font-size: 1.2rem; }

H3.text {
  font-size: 1.1rem; }

H4.text {
  font-size: 1.3rem; }

H5.codice {
  background-color: #ddd;
  display: table;
  padding: 4px 12px;
  font-size: 0.8rem;
  border-radius: 4px; }

.pLead {
  color: #3F4254;
  line-height: 1.5; }

H1.title {
  text-transform: uppercase;
  font-size: 2.1rem;
  display: flex;
  align-items: center; }
  H1.title .discount-badge {
    font-size: 1.4rem;
    line-height: 1;
    margin-left: 14px; }

H2 {
  font-weight: 600 !important;
  font-size: 1.8rem !important; }

.text-parts {
  color: #FF25BE; }

.text-blue {
  color: #000; }

.text-green {
  color: #141614; }

.text-red {
  color: #000 !important; }

.modal-content {
  border-radius: 14px !important; }

A.box {
  display: block !important;
  background-color: #fff; }

.btn-blue {
  color: #fff !important;
  border-color: #141614 !important;
  background-color: #141614 !important; }

.btn-outline-blue {
  color: #141614 !important;
  border-color: #141614 !important; }
  .btn-outline-blue:hover {
    background-color: #141614 !important;
    color: #fff !important; }

.posa {
  display: flex;
  align-items: center; }
  .posa .ms-3 P {
    margin-bottom: 0; }
  .posa .price {
    font-size: 2rem;
    color: #141614;
    min-width: 130px;
    text-align: center;
    font-weight: 600;
    border-left: 2px solid #ddd;
    padding-left: 1.6rem; }
    .posa .price SMALL {
      font-size: 0.9rem;
      display: block;
      color: #555;
      font-weight: normal; }

.tags {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px; }
  .tags H5 {
    font-size: 1.1rem;
    color: #000;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px; }
  .tags UL {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .tags UL LI {
      line-height: 2.2; }
      .tags UL LI A {
        color: #000;
        text-transform: capitalize;
        letter-spacing: -0.025rem;
        font-size: 0.9rem; }
        .tags UL LI A:hover {
          color: #666; }
          .tags UL LI A.pe-none { color: #AAA !important;}

.alert {
  border: 0 !important;
  padding: 0.7rem !important;
  font-size: 0.9rem; }

.alert-warning {
  background-color: #fff8dd !important;
  color: #bb9300 !important; }

.alert-info {
  background-color: #f1faff !important;
  color: #009ef7 !important; }

#btnHelp {
  padding: .15rem .5rem;
  font-size: 0.8rem; }
  #btnHelp:hover {
    color: #FFF; }

.page-item.active .page-link {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important; }

.page-link {
  color: #000 !important; }

.brand-item {
  margin: 0 1rem;
  text-align: center; }
  .brand-item IMG {
    max-height: 100px;
    margin-bottom: 1rem; }
  .brand-item H6 {
    text-transform: uppercase; }
  .brand-item p {
    font-size: 0.9rem; }

DIV.box.prodotto {
  border: 1px solid #ddd;
  display: block;
  color: #000;
  position: relative;
  border-radius: 12px; }
  DIV.box.prodotto.fh {
    height: 100%; }
    DIV.box.prodotto.fh > A {
      height: 100%; }
  DIV.box.prodotto.shop H5 {
    font-size: 1rem; }
  DIV.box.prodotto DIV.discount-badge {
    padding: 0;
    position: absolute;
    top: 142px;
    left: 18px;
    z-index: 2; }
    DIV.box.prodotto DIV.discount-badge SPAN.badge {
      border: 2px solid #bc2749;
      background-color: #bc2749 !important; }
  DIV.box.prodotto BUTTON.wish {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    font-size: 1.2rem;
    background-color: #fff;
    position: absolute;
    border: 0;
    top: 140px;
    right: 20px;
    z-index: 2;
    padding: 0 !important;
    color: #000;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
    transition: all 0.1s ease-in-out; }
    DIV.box.prodotto BUTTON.wish:hover {
      color: #c00000; }
    DIV.box.prodotto BUTTON.wish[disabled] {
      transform: scale(0); }
    DIV.box.prodotto BUTTON.wish.shop {
      top: 222px; }
  DIV.box.prodotto > A {
    display: block;
    background-color: #fff;
    border-radius: 12px; }
    DIV.box.prodotto > A > IMG {
      width: 100%; }
    DIV.box.prodotto > A > DIV {
      padding: 20px;
      background-size: cover; }
      DIV.box.prodotto > A > DIV.limited {
        min-height: 190px; }
      DIV.box.prodotto > A > DIV P {
        font-size: 0.9rem; }
      DIV.box.prodotto > A > DIV SMALL {
        color: #888;
        font-size: 0.8rem;
        line-height: 1; }
      DIV.box.prodotto > A > DIV .prezzo {
        padding: 8px 0 0 0;
        border-top: 1px dotted #ccc;
        color: #000;
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1; }
      DIV.box.prodotto > A > DIV.limited P {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        color: #555; }
      DIV.box.prodotto > A > DIV.limited H5 {
        min-height: 54px; }
        DIV.box.prodotto > A > DIV.limited H5 SMALL {
          font-size: 0.65rem;
          display: block;
          font-weight: 100;
          margin-top: 6px; }
    DIV.box.prodotto > A:hover > DIV[class^="img-"] {
      opacity: 0.85; }

.fdt_carousel {
  flex-grow: 1; }

.tagWithImage {
  display: block;
  text-align: center;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  line-height: 1; }
  .tagWithImage IMG {
    display: block;
    max-width: 100%;
    margin-bottom: 10px; }
  .tagWithImage:hover {
    color: #555; }
    .tagWithImage:hover IMG {
      opacity: 0.9; }
  .tagWithImage.active {
    color: #FFF; }

BUTTON.show-more {
  background: no-repeat;
  border: 0;
  font-size: 1rem;
  color: #FFF; }

.shopSearch {
  position: relative; }
  .shopSearch I {
    position: absolute;
    right: 12px;
    top: 7px;
    color: #888; }

.wishlist-item {
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 2rem;
  border-radius: 8px; }
  .wishlist-item IMG {
    max-width: 140px;
    margin-right: 14px;
    border-radius: 8px; }

.profile.nav {
  font-size: 1.1rem;
  line-height: 1.8; }
  .profile.nav A.nav-link {
    color: #000; }
    .profile.nav A.nav-link.active {
      color: #bc2749; }

.custom-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0; }
  .custom-nav .owl-prev, .custom-nav .owl-next {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 4rem;
    position: absolute; }
  .custom-nav.dark .owl-prev, .custom-nav.dark .owl-next {
    color: #555; }
  .custom-nav .owl-prev {
    left: -10px; }
  .custom-nav .owl-next {
    right: -10px; }

P.hint {
  font-size: 0.9rem;
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 14px;
  background-color: #eee;
  margin-bottom: 0; }

.owl-dots {
  margin-top: 20px; }

#owl-products-container .custom-nav, #owl-trending-cats-container .custom-nav {
  top: 42%; }

#homeCatsCarousel {
  background-color: #f7f8fa;
  padding: 40px 0; }
  #homeCatsCarousel .owl-item {
    transition: all 0.3s ease-in-out; }
  #homeCatsCarousel .owl-item.first, #homeCatsCarousel .owl-item.last {
    opacity: 0.3;
    scale: 0.9; }
  #homeCatsCarousel H2 {
    color: #000 !important;
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 2.2rem !important; }
  #homeCatsCarousel A {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #fff;
    border-radius: 14px;
    height: 414px; }
    #homeCatsCarousel A IMG {
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
      margin-bottom: 1rem; }
    #homeCatsCarousel A H4 {
      color: #000;
      font-size: 1.2rem;
      margin: 20px 0 6px 0; }
    #homeCatsCarousel A P {
      color: #000;
      margin: 0 1rem;
      font-size: 0.8rem; }
  #homeCatsCarousel H5 {
    color: #000;
    font-size: 1.8rem;
    margin: 0; }
  #homeCatsCarousel H6 {
    color: #000;
    line-height: 1.2; }
    #homeCatsCarousel H6 SPAN {
      font-size: 0.8rem; }
  #homeCatsCarousel HR {
    border: 1px solid #888; }
  #homeCatsCarousel #homepageSearch {
    position: relative; }
    #homeCatsCarousel #homepageSearch INPUT {
      border-radius: 30px; }
    #homeCatsCarousel #homepageSearch I {
      position: absolute;
      top: 7px;
      right: 20px;
      font-size: 1.5rem;
      color: #FFF; }

.contact-box {
  display: flex;
  background-color: #f2f2f2;
  border-radius: 14px;
  padding: 30px;
  height: 100%; }
  .contact-box IMG {
    max-height: 80px;
    margin-right: 8px;
    margin-top: 20px; }

.btn.btn-red {
  background-color: #bc2749;
  border: 0;
  color: #fff;
  padding: 8px 26px;
  border-radius: 8px;
  font-size: 12px;
  display: table;
  font-weight: 600 !important; }
  .btn.btn-red:hover {
    color: #fff; }

.chat-messages {
  display: flex;
  flex-direction: column;
  max-height: 800px;
  overflow-y: scroll;
  background-color: #f0f0f0;
  border-radius: 14px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }

.chat-message-left,
.chat-message-right {
  display: flex;
  flex-shrink: 0;
  width: 70%;
  font-size: 0.9rem; }
  .chat-message-left H6,
  .chat-message-right H6 {
    color: #FFF; }
  .chat-message-left HR,
  .chat-message-right HR {
    margin: 0.5rem 0 0.2rem 0; }
  .chat-message-left SMALL,
  .chat-message-right SMALL {
    font-size: 0.8rem; }

HR.mini-red {
  width: 220px;
  border: 1px solid #FFF;
  opacity: 1; }

.chat-message-left {
  margin-right: auto; }

.chat-message-right {
  flex-direction: row-reverse;
  margin-left: auto; }

#download_scheda_prodotto {
  width: 110px;
  float: right;
  text-align: center;
  margin-right: 14px; }
  #download_scheda_prodotto IMG {
    display: block;
    margin: 0 auto 8px auto; width: 32px;}
  #download_scheda_prodotto A {
    display: block;
    background-color: #bc2749;
    padding: 4px 12px;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 600;
    border-radius: 8px; }

DIV.strip {
  padding: 40px 0 20px 0; }
  DIV.strip .logo {
    margin: 70px auto;
    display: block;
    max-width: 190px; }
  DIV.strip H3 {
    text-transform: uppercase;
    font-size: 2.8rem;
    line-height: 1; }
  DIV.strip P {
    font-size: 1rem;
    margin: 0; }
  DIV.strip .btnBlack {
    text-transform: uppercase;
    margin: 0 0 0 30px;
    padding: 1rem 3rem;
    font-weight: 700; }
  DIV.strip .bgBox {
    padding: 20px 100px; }

#adFooter {
  width: 100%; }

#newsLetter {
  text-align: center;
  background-color: #fff;
  padding: 60px; }
  #newsLetter FORM {
    max-width: 50%;
    margin: 30px auto 0 auto; }

#mainSlider .carousel-inner {
  height: 560px; }

#mainSlider .carousel-item {
  height: 100%; }
  #mainSlider .carousel-item A.ctaLink {
    margin: 30px 0 0 0;
    display: table;
    color: #FFF;
    background-color: #bc2749;
    font-size: 1.1rem;
    padding: 0.7rem 1.5rem;
    border-radius: 14px; }
  #mainSlider .carousel-item > .row {
    height: 100%;
    background-color: #fff;
    align-items: center; }
    #mainSlider .carousel-item > .row .picture {
      background-size: cover;
      background-position: center;
      height: 100%; }
    #mainSlider .carousel-item > .row .content {
      padding: 0 3rem; }
      #mainSlider .carousel-item > .row .content H1 {
        text-transform: uppercase;
        font-size: 2.1rem;
        line-height: 1.2; }
      #mainSlider .carousel-item > .row .content H3 {
        font-size: 1.5rem;
        font-weight: 400 !important;
        line-height: 1.2; }
      #mainSlider .carousel-item > .row .content P {
        margin: 20px 0 0 0;
        line-height: 1.2; }
    #mainSlider .carousel-item > .row .icons {
      margin-top: 3rem; }

#newsModal .modal-header {
  padding-bottom: 0; }

#newsModal H5 {
  font-weight: 700;
  font-size: 2.3rem;
  text-transform: uppercase;
  margin-bottom: 2rem; }

#newsModal IMG {
  border-radius: 14px; }

#newsModal P {
  margin: 0 2rem 2rem;
  font-size: 1.1rem; }

#newsModal .btnBlack {
  padding: 0.8rem 2.5rem; }

.bgBox {
  background-size: cover;
  background-position: center; }

.btnBlack {
  display: table;
  background-color: #000;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 8px;
  border: 0; }
  .btnBlack:hover {
    color: #fff;
    background-color: #333; }

#page-content, .win {
  background-color: #fff;
  border-radius: 16px;
  padding: 1rem 2rem; }

.win {
  padding: 2rem; }

.img-160 {
  height: 160px;
  width: auto;
  padding: 0;
  opacity: 1;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.img-240 {
  height: 240px;
  width: auto;
  padding: 0;
  opacity: 1;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.img-300 {
  height: 300px;
  width: auto;
  padding: 0;
  opacity: 1;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.img-340 {
  height: 340px;
  width: auto;
  padding: 0;
  opacity: 1;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.image_and_text {
  margin-top: 20px;
  align-items: center; }
  .image_and_text > DIV.win {
    flex: 0 0 376px;
    margin-right: 14px; }
    .image_and_text > DIV.win IMG {
      max-width: 100%; }

#cart_coupon {
  background-color: #f6fffb;
  border: 1px solid #c6fbde;
  padding: 20px;
  position: relative;
  overflow: hidden; }
  #cart_coupon > DIV {
    z-index: 1;
    position: relative; }
    #cart_coupon > DIV H6 {
      font-size: 0.9rem;
      margin-bottom: 0.2rem; }
    #cart_coupon > DIV P {
      font-size: 0.8rem; }
  #cart_coupon I {
    font-size: 5rem;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.6;
    color: #c6fbde;
    transform: rotateY(0deg) rotate(-45deg);
    z-index: 1; }

#aside-preview {
  position: relative;
  background-color: #fff;
  min-height: 260px; }
  #aside-preview #parts-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex; }
    #aside-preview #parts-container > DIV {
      border-right: 2px solid #FF25BE; }
  #aside-preview > IMG {
    max-height: 400px;
    margin: 0 auto;
    display: block;
    max-width: 100%; }

#aside-preview-caption {
  padding: 10px;
  font-size: 0.8rem; }

.card.round {
  border-radius: 14px; }
  .card.round .card-img-top {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px; }

#realPreview {
  position: relative; }
  #realPreview.no-preview::after {
    content: "Anteprima non disponibile";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 0.8rem; }
  #realPreview.adesivi_murali_design, #realPreview.rivestimenti_dhesign_arco, #realPreview.rivestimento_dhesign_testiera_, #realPreview.pellicole_design_cerchio, #realPreview.pellicole_adesive_per_arredi,#realPreview.rivestimenti_per_tavoli, #realPreview.design_personalizzati {
    background-size: contain;
    background-position: center top;
    background-repeat: repeat; }
  #realPreview.rivestimenti_greche {
    background-size: contain; }
  #realPreview.quadri_canvas > DIV {
    border-image-width: 64px;
    border-style: solid;
    border-image-repeat: repeat;
    border-image-slice: 125 194 127 176;
    padding: 41px 57px; }
  #realPreview.porte > DIV {
    border-image-width: 165px;
    border-style: solid;
    border-image-repeat: repeat;
    border-image-slice: 326 400 325 367;
    padding: 40px 162px 29px 182px; }
    #realPreview.porte > DIV.ratio_040 {
      border-image-slice: 326 409 325 361;
      padding: 37px 157px 29px 182px; }
  #realPreview.carte_da_parati {
    background-size: cover; }
  #realPreview.testiere_letto {
    background-size: 100% 100%; }
  #realPreview.adesvi_per_termosifoni {
    background-size: 55%;
    background-position: center; }
  #realPreview.piastrelle_adesivi {
    background-size: 28.8%;
    background-position: 50% 17%; }
  #realPreview > DIV IMG {
    max-width: 100%; }

#formato_note {
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: underline; }

#aside-preview, #realPreview {
  border-radius: 14px;
  overflow: hidden; }

A.box.category {
  text-align: center;
  padding: 20px;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 16px;
  transition: all 0.2s ease-in-out; }
  A.box.category IMG {
    margin: 10px auto 20px auto; }
  A.box.category H5 {
    margin: 0 auto;
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 3px solid #c8ffd5;
    display: table;
    padding-bottom: 6px;
    color: #333;
    transition: all 0.2s ease-in-out; }
  A.box.category:hover {
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 20px 0px; }
    A.box.category:hover H5 {
      border-color: #141614; }

TABLE TH {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #666; }

TABLE TBODY {
  border-top: 0 !important; }

.cart-item {
  background-color: #fff;
  border-bottom: 3px solid #eee; }

#homeSlider {
  max-height: 400px;
  margin-top: 146px; }
  #homeSlider .carousel-caption {
    max-width: 500px;
    margin: 0 auto; }
    #homeSlider .carousel-caption H5 {
      font-size: 2rem;
      font-weight: 600;
      text-shadow: 4px 2px 10px black; }
    #homeSlider .carousel-caption P {
      text-shadow: 4px 2px 10px black; }

.add-sub{
  position: absolute;
  right: 10px;
  top: 18px;
}
.add-sub .button-add-sub{
  border: 1px solid #ddd;
  background-color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  color: #AAA;
}

.fotorama__nav-wrap {
  margin-top: 8px; }

.fotorama__fullscreen-icon {
  width: 100% !important;
  height: 100% !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 10 !important;
  background: none !important; }

.empty-state {
  background: #f7f8f9;
  border-radius: .1rem;
  color: #66758c;
  padding: 3.2rem 1.6rem;
  text-align: center; }
  .empty-state I {
    font-size: 3rem; }

UL.icon-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap; }
  UL.icon-menu LI {
    line-height: 56px;
    font-size: 1.1rem; }
    UL.icon-menu LI I {
      margin-right: 10px; }
    UL.icon-menu LI A {
      line-height: 56px;
      display: block;
      color: #141614; }

#fotorama {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px; }

.settings {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px; }
  .settings H4 {
    font-size: 1.3rem;
    margin-bottom: 20px; }
  .settings H5 {
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: 600 !important;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 6px;
    color: #555; }
    .settings H5 I {
      color: #888; }
  .settings .item {
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border-radius: 14px; }
    .settings .item .radio-setting {
      position: relative;
      border: 2px solid #ddd;
      display: block;
      border-radius: 12px;
      text-align: center;
      cursor: pointer;
      font-size: 0.9rem;
      color: #000;
      transition: box-shadow 0.2s ease-in-out;
      background-color: #fff; }
      .settings .item .radio-setting.on {
        border-color: #bc2749;
        overflow: hidden; }
        .settings .item .radio-setting.on > DIV:last-child {
          background-color: #bc2749 !important;
          color: #fff;
          border-bottom-left-radius: 0 !important;
          border-bottom-right-radius: 0 !important; }
        .settings .item .radio-setting.on::after {
          position: absolute;
          top: 7px;
          right: 10px;
          line-height: 1;
          border-radius: 50%;
          font-size: 16px;
          padding: 4px;
          background-color: #fff;
          content: "\f26b";
          font-family: "bootstrap-icons"; }
      .settings .item .radio-setting:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
      .settings .item .radio-setting DIV {
        padding: 22px 0; }
      .settings .item .radio-setting.image {
        overflow: hidden; }
        .settings .item .radio-setting.image IMG {
          width: 100%; }
        .settings .item .radio-setting.image DIV {
          padding: 12px 0; }
        .settings .item .radio-setting.image DIV.preview {
          background-position: center;
          background-size: cover;
          height: 120px; }
        .settings .item .radio-setting.image DIV.discount-badge {
          padding: 0;
          position: absolute;
          bottom: 36px;
          left: 8px; }
          .settings .item .radio-setting.image DIV.discount-badge SPAN.badge {
            border: 2px solid #fff;
            background-color: #FFF !important; }
        .settings .item .radio-setting.image I {
          background-color: #fff; }
      .settings .item .radio-setting.date SMALL {
        margin-top: 20px;
        display: block; }
      .settings .item .radio-setting.date DIV {
        font-weight: 600;
        padding: 0;
        font-size: 1rem; }
      .settings .item .radio-setting.date .prezzo {
        margin-bottom: 20px;
        color: #141614; }
      .settings .item .radio-setting.date > DIV:last-child {
        margin-bottom: 0;
        margin-top: 18px;
        padding: 10px;
        background-color: #eee;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px; }

#px-search-container {
  position: relative; }
  #px-search-container .loader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 99999; }

#product-loader {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  padding-top: 100px;
  border-radius: 8px; }
  #product-loader > DIV {
    width: 5rem;
    height: 5rem;
    color: #FFF; }

.form-check-input:checked {
  background-color: #000 !important;
  border-color: #000 !important; }

.btn-img-select {
  background-color: #bc2749;
  border: 1px solid #bc2749;
  color: #FFF;
  border-radius: 8px;
  text-align: center;
  padding: 8px 2px;
  display: block;
  width: 100%; }
.btn-img-select.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
  .btn-img-select I {
    display: block;
    margin: 0 auto 2px auto;
    font-size: 1.3rem;
    color: #FFF;
   }

#btnCart, #btnCartMobile {
  display: block;
  background-color: #f2f2f2;
  position: relative;
  line-height: 40px;
  text-align: center;
  margin-left: 10px;
  color: #000;
  border-radius: 8px;
  transition: background-color 0.2s ease-in-out;
  padding: 0 12px; }
  #btnCart .badge, #btnCartMobile .badge {
    background-color: #000;
    border: 2px solid #000; }
  #btnCart:hover, #btnCartMobile:hover {
    background-color: #ededed; }

#aside-addto-cart {
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
  #aside-addto-cart .item {
    padding: 10px 18px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 0.9rem; }
    #aside-addto-cart .item.justify-content-between {
      display: flex; }
    #aside-addto-cart .item:first-child {
      background-color: #FFF; }
  #aside-addto-cart .date {
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    background-color: #f8f8f8; }
    #aside-addto-cart .date > DIV {
      font-weight: 300; }
  #aside-addto-cart #btnAddToCart-container {
    padding: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }

#btnAddToCart, #btnCheckout {
  color: #FFF;
  background-color: #bc2749;
  font-size: 1.1rem;
  padding: 1rem 0;
  width: 100%;
  border-radius: 14px;
  display: block;
  text-align: center; }

#uploader, #uploaderFileForOrder {
  background-color: #eee;
  padding: 20px;
  text-align: center;
  display: flex;
  min-height: 280px;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ddd; }
  #uploader I, #uploaderFileForOrder I {
    font-size: 2rem;
    color: #888; }

#boxPreventivo {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #000;
  padding: 18px;
  right: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff;
  margin-left: 40%;
  background: linear-gradient(0deg, #00385d 0%, #000 100%); }
  #boxPreventivo .tot {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600; }
    #boxPreventivo .tot SMALL {
      display: block;
      font-size: 12px;
      color: #ddd; }
  #boxPreventivo .btn {
    background-color: #141614;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px; }

.btn-a {
  background-color: #141614 !important;
  color: #fff !important;
  padding-left: 30px !important;
  padding-right: 30px !important; }

#product-features {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px; }
  #product-features H4 {
    font-size: 1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 14px; }
  #product-features .d-flex {
    margin-bottom: 8px; }
    #product-features .d-flex IMG {
      max-width: 50px;
      margin-right: 20px; }
    #product-features .d-flex P {
      margin: 0;
      font-size: 1rem; }
    #product-features .d-flex:last-child {
      margin-bottom: 0; }

#product-installation-kits .kit {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  padding-right: 16px;
  margin-bottom: 12px; }
  #product-installation-kits .kit H6 {
    margin-bottom: 0; }
  #product-installation-kits .kit IMG {
    max-width: 120px;
    margin-right: 12px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  #product-installation-kits .kit .actions {
    margin-left: auto;
    font-size: 0.9rem; }
    #product-installation-kits .kit .actions .btn-link {
      color: #000; border-color: #000; }
    #product-installation-kits .kit .actions .add-ikit {
      background-color: #bc2749;
      border-color: #FFF; }
  #product-installation-kits .kit:last-child {
    margin-bottom: 0; }

.alert-ok {
  background-color: #00BB2D1F; }

.alert-ko {
  background-color: #f7004a1f; }

.alert-warn {
  background-color: #fff8dd; }
  .alert-warn H5 {
    color: #a17e00; }

.alert-service {
  background-color: #f8f8f8;
  padding: 0.4rem 0.9rem !important;
  font-size: 0.8rem; }

.alert-sm {
  font-size: 0.9rem; }

.alert P {
  margin: 0; }

.breadcrumb {
  background-color: transparent;
  font-size: 0.8rem; }
  .breadcrumb A {
    color: #000; }

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "»") !important; }

.banner {
  padding: 40px;
  border-radius: 16px; }
  .banner H2 {
    margin-top: 0; }

.eco-badge {
  max-width: 36px;
  position: absolute;
  bottom: 16px;
  right: 23px; }

#err_404 {
  background-image: url("/img/404.png");
  background-position: center 40%;
  background-size: 90%;
  background-repeat: no-repeat;
  text-align: center;
  max-width: 70%;
  margin: 0 auto; }
  #err_404 H1 {
    font-size: 4rem;
    font-weight: 800; }
  #err_404 P {
    font-size: 1.7rem;
    font-weight: 600; }
  #err_404 A {
    color: #FFF;
    font-weight: 600; }
  #err_404 A.btn-red {
    color: #fff;
    margin: 0 auto; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #006cb3 !important;
  color: #fff; }

A.tile {
  background-size: cover;
  display: block;
  position: relative;
  background-position: center; }
  A.tile .caption {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    A.tile .caption H1 {
      background-color: #bc2749;
      color: #fff;
      padding: 1rem 2rem;
      font-size: 2rem;
      transition: all 0.2s ease-in-out; }
    A.tile .caption H5 {
      color: #fff;
      text-transform: uppercase;
      font-size: 1rem;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
    A.tile .caption.red H1 {
      background-color: #FFF; }
  A.tile:hover H1 {
    padding: 1rem 3rem;
    background-color: #3d3c3c; }

.t_grid_3_rows A.tile {
  min-height: 356px;  border-radius: 14px;
  /* margin-bottom: 0.5rem;  */
}
  .t_grid_3_rows A.tile H1 {
    font-size: 1.4rem;
    padding: 0.8rem 2rem;
    border-radius: 14px;
    display: table; }
  .t_grid_3_rows A.tile:hover H1 {
    font-size: 1.4rem;
    padding: 0.8rem 3rem; }
  .t_grid_3_rows A.tile.sm {
    min-height: 200px; }
    .t_grid_3_rows A.tile.sm H1 {
      font-size: 1.2rem;
      padding: 0.6rem 1.6rem;
      display: table; }
    .t_grid_3_rows A.tile.sm:hover H1 {
      font-size: 1.2rem;
      padding: 0.6rem 2rem; }
  .t_grid_3_rows A.tile.bordered {
    border: 10px solid #FFF; }

.t_1_x .main_tile {
  background-color: #000;
  color: #fff;
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .t_1_x .main_tile UL {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .t_1_x .main_tile UL LI {
      line-height: 2; }
      .t_1_x .main_tile UL LI A {
        color: #eee; }
      .t_1_x .main_tile UL LI A:hover {
        color: #fff; }

.t_1_x .sec_tile A.ratio SPAN {
  text-align: center;
  color: #fff;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out; }

.t_1_x .sec_tile A.ratio:hover SPAN {
  background-color: rgba(0, 187, 45, 0.86);
  opacity: 1;
  font-size: 1.3rem; }

@media (max-width: 600px) {
  .t_1_2 .split_vertical {
    margin-top: 1.5rem; }
    .t_1_2 .split_vertical .sec_tile {
      flex: unset;
      height: 260px; } }

BODY {
  font-family: 'montserrat', sans-serif !important;
  background-color: #f2f2f2 !important;
  font-size: 0.9rem !important; }

BUTTON {
  font-weight: 700 !important; }
  BUTTON:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: inherit !important; }

TD {
  vertical-align: middle; }

FORM {
  margin-bottom: 0; }

#topbar {
  background-color: #000;
  padding: 6px 0; }
  #topbar .text {
    flex: 1 1 auto !important;
    padding: 6px 0;
    color: #fff;
    text-align: center; }
    #topbar .text A {
      color: #000;
      text-transform: uppercase;
      font-size: 0.8rem;
      font-weight: 600;
      line-height: 1; }
      #topbar .text A:hover {
        color: #000;
        text-decoration: underline !important; }
  #topbar A {
    color: #fff !important; }

#sticky {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: white;
  z-index: 10;
  transition: top .3s; }

#mainMenu {
  flex-grow: 1; }
  #mainMenu #mega-cats {
    display: none; }
  #mainMenu LI[data-mega]:hover #mega-cats {
    display: block; }
  #mainMenu .nav-item {
    margin: 0 10px; }
  #mainMenu A {
    color: #fff;
    font-weight: 400;
    padding: 2.5rem 1rem; }
  #mainMenu A.nav-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem; }

#mainSearch INPUT {
  width: 120px;
  border: 0;
  background-color: transparent;
  color: #fff;
  outline: none;
  transition: all 0.2s ease-out; }
  #mainSearch INPUT:focus {
    width: 240px;
    box-shadow: none;
    background-color: #fff;
    color: #000; }
    #mainSearch INPUT:focus::placeholder {
      color: #000; }
    #mainSearch INPUT:focus + I {
      color: #000; }
  #mainSearch INPUT::placeholder {
    color: #fff; }

A {
  text-decoration: none !important; }

A:hover {
  color: #141614; }

A.nav-link {
  color: #006cb3; }

A.pe-none {
  color: #000 !important; }

.btn-link {
  text-decoration: none !important; }

A#my, A#myMobile {
  display: block;
  font-size: 1rem;
  color: #fff;
  border: 2px solid #bc2749;
  padding: 0 14px;
  border-radius: 8px; }
  A#my > DIV, A#myMobile > DIV {
    display: flex;
    align-items: center;
    line-height: 1.4; }
    A#my > DIV I, A#myMobile > DIV I {
      font-size: 30px;
      margin-right: 12px; }
    A#my > DIV P, A#myMobile > DIV P {
      font-weight: 600;
      font-size: 0.6rem;
      margin: 0;
      text-transform: uppercase; }
      A#my > DIV P SPAN, A#myMobile > DIV P SPAN {
        transition: color 0.2s ease-in-out;
        max-width: 140px;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden; }
      A#my > DIV P SMALL, A#myMobile > DIV P SMALL {
        display: block;
        font-weight: 300; }
  A#my:hover > DIV P SPAN, A#myMobile:hover > DIV P SPAN {
    color: #ccc; }

A#myMobile {
  flex: 1; }

A#my {
  background-color: #bc2749;
  border: 0;
  color: #FFF; }
  A#my:focus, A#my:focus-visible, A#my:focus-within {
    outline: none; }
  A#my::after {
    content: none; }

#my-dropdown #my {
  background-color: #118711; }
  #my-dropdown #my:hover > DIV P SPAN {
    color: #000; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #eee !important;
  color: #333 !important; }

#my-dropdown .dropdown-menu {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  min-width: 200px; }
  #my-dropdown .dropdown-menu LI:last-child .dropdown-item {
    padding: .25rem 1rem; }
  #my-dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.9rem; }
    #my-dropdown .dropdown-menu .dropdown-item I {
      margin-right: 0.6rem; }
  #my-dropdown .dropdown-menu .dropdown-divider {
    background-color: #eee; }

#cat-menu .menu-item > A {
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
  background-color: #fff;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-bottom: 0; }

#cat-menu .menu-item > UL {
  list-style-type: none;
  padding-left: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0; }
  #cat-menu .menu-item > UL > LI > A {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    color: #555;
    display: inline-block;
    margin-bottom: 5px; }
    #cat-menu .menu-item > UL > LI > A:hover {
      color: #000; }
  #cat-menu .menu-item > UL > LI UL {
    list-style-type: none;
    margin-bottom: 12px;
    padding-left: 12px; }
    #cat-menu .menu-item > UL > LI UL LI A {
      color: #000;
      display: inline-block;
      margin-bottom: 5px; }
      #cat-menu .menu-item > UL > LI UL LI A:hover {
        color: #141614; }

#main {
  margin-top: 30px;
  margin-bottom: 80px;
  min-height: 600px; }

#main.top {
  margin-top: 186px !important; }

#main.top-sm {
  margin-top: 142px !important; }

#mainSearch {
  position: relative; }
  #mainSearch I {
    position: absolute;
    right: 10px;
    top: 3px; }

#leftMenu .accordion-header {
  position: relative;
  border-bottom: 1px dashed #ddd; }
  #leftMenu .accordion-header A {
    text-transform: uppercase;
    color: #555;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    padding: 12px 0 12px 20px;
    display: block;
    max-width: 90%; }
    #leftMenu .accordion-header A:hover {
      color: #141614; }
  #leftMenu .accordion-header BUTTON {
    position: absolute;
    right: 12px;
    top: 10px;
    background-color: #f8f8f8;
    color: #888;
    border: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%; }

#leftMenu BUTTON.accordion-button {
  padding: 0.7rem 1.25rem;
  text-transform: uppercase;
  color: #555;
  font-weight: 600;
  font-size: 0.8rem;
  background-color: #fff; }

#leftMenu .accordion-body {
  background: white;
  background: linear-gradient(180deg, white 30%, #f8f8f8 100%); }
  #leftMenu .accordion-body H6 {
    padding: 0 0 0 10px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    color: #888; }
  #leftMenu .accordion-body UL {
    margin: 0;
    padding: 0 0 0 10px;
    list-style-type: none;
    line-height: 2;
    font-size: 0.9rem; }
    #leftMenu .accordion-body UL LI A {
      color: #333;
      transition: color 0.2s ease-in-out; }
    #leftMenu .accordion-body UL LI A:hover {
      color: #141614; }
  #leftMenu .accordion-body H6 + UL {
    margin-bottom: 20px; }

#product-sharer {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem; }
  #product-sharer P {
    margin: 0 6px 0 0; }
  #product-sharer A {
    display: table;
    padding: 0 6px;
    color: #000; }
    #product-sharer A:hover {
      color: #FFF; }

#preFooter {
  background-color: #000;
  padding: 30px 0; }
  #preFooter IMG {
    max-width: 36px; }
  #preFooter I {
    font-size: 2rem;
    color: #fff;
    line-height: 1; }
  #preFooter H6 {
    font-size: 1.1rem;
    color: #fff;
    margin: 10px 0 6px 0;
    }
  #preFooter P {
    font-size: 0.7rem;
    color: #fff;
    margin-bottom: 0; }

#mainFooter {
  color: #fff;
  background-color: #000; }
  #mainFooter UL LI A {
    font-size: 0.9rem;
    color: #FFF !important;
    transition: color 0.2s ease-in-out; }
  #mainFooter UL LI A:hover {
    color: #ccc !important; }
  #mainFooter .logo {
    max-width: 100%; }
  #mainFooter .nav-item {
    margin-bottom: 12px; }
  #mainFooter H5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 20px;
    color: #fff; }

#subFooter {
  background-color: #000;
  color: #fff;
  padding: 24px 0; }
  #subFooter P {
    margin-top: 50px;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 0; }
  #subFooter IMG {
    margin: 0 4px; }
  #subFooter .shipping, #subFooter .payment {
    margin: 0 20px; }
    #subFooter .shipping H6, #subFooter .payment H6 {
      font-size: 1rem;
      text-align: center;
      color: #fff; }

H5.modal-title {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0; }

#mainHeader {
  position: relative;
  background-color: #fff; }

#mainHeader BUTTON[data-bs-toggle='offcanvas'] {
  display: none; }

#mainHeader .logo {
  max-width: 240px; }
  #mainHeader .logo IMG {
    max-width: 100%; }

#mega-cats {
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  z-index: 99999; }
  #mega-cats > .container {
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    #mega-cats > .container BUTTON {
      position: absolute;
      right: 20px;
      top: 10px;
      background: no-repeat;
      border: 0;
      font-size: 2rem;
      color: #888; }
  #mega-cats A.main {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative; }
    #mega-cats A.main H3 {
      position: absolute;
      bottom: 17px;
      left: 20px;
      font-size: 1.2rem;
      color: #fff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
  #mega-cats H4 {
    font-size: 1.1rem;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px; }
  #mega-cats UL {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #mega-cats UL LI {
      font-size: 0.9rem;
      line-height: 2.2; }
      #mega-cats UL LI A {
        color: #000;
        padding: 0; }
        #mega-cats UL LI A:hover {
          color: #555; }

.feedaty_widget > DIV {
  border-radius: 10px;
  padding: 6px; }

.product-img {
  max-width: 200px; }

  .dz-file-preview.dz-error{
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
  }
  .dz-file-preview.dz-error .dz-image, .dz-file-preview.dz-error .dz-error-mark, .dz-file-preview.dz-error .dz-success-mark {display: none;}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

@media (max-width: 1200px) {
  #homeCatsCarousel A {
    height: 274px; }
  DIV.box.prodotto BUTTON.wish {
    top: 117px; }
  DIV.box.prodotto DIV.discount-badge {
    top: 122px; } }

@media (max-width: 600px) {
  #homeCatsCarousel A {
    height: 300px !important; }
  BUTTON.wish.shop {
    top: 260px !important; }
  .social-btns {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto; }
  #page-content.chi-siamo {
    padding: 2rem; }
  #err_404 {
    max-width: 100%; }
    #err_404 IMG.ms-sm-5 {
      height: 140px; }
  .img-240 {
    height: 280px; }
  #mainSlider .carousel-inner {
    height: unset; }
    #mainSlider .carousel-inner .picture {
      height: 210px !important;
      margin-bottom: 20px; }
    #mainSlider .carousel-inner .content {
      padding-bottom: 30px !important; }
  #mainHeader .logo {
    max-width: 110px !important;
    padding: 16px; }
  #newsModal .modal-body H1 {
    font-size: 1.4rem; }
  #newsModal .modal-body P {
    font-size: 0.8rem; }
  .image_and_text > DIV.win {
    flex: 0;
    margin-bottom: 20px; }
  .posa {
    display: block; }
    .posa .price {
      padding: 0;
      border-left: 0; }
      .posa .price #btnAddPosa {
        display: block;
        margin: 0 auto; }
  #download_scheda_prodotto {
    float: none;
    width: 150px;
    margin: 0 auto 20px auto; }
  .reduce {
    max-width: 100%;
    padding: 30px; }
  #product-installation-kits IMG {
    max-width: 90px !important; }
  #product-installation-kits H6 {
    font-size: 0.8rem !important; }
  .contact-box {
    margin-bottom: 20px; }
    .contact-box IMG {
      display: none; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.25rem !important; }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.25rem !important; }
  .breadcrumb-item {
    font-size: 0.7rem; }
  .tagWithImage {
    font-size: 0.6rem; }
  H5.codice {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block; }
  .settings {
    padding: 0;
    background-color: transparent; }
    .settings .item {
      background-color: #fff; }
  #main.top {
    margin-top: 156px !important; }
  #page-content {
    padding: 0; }
  H1.title {
    font-size: 1.5rem; }
    H1.title.lBorder {
      border-left-width: 8px; }
  #mobileMenu .offcanvas-header {
    background-color: #FFF; }
    #mobileMenu .offcanvas-header .offcanvas-title {
      color: #fff; }
  #mobileMenu UL {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #mobileMenu UL LI A {
      color: #000;
      line-height: 2.3;
      font-weight: 600; }
      #mobileMenu UL LI A[aria-expanded='true'] {
        color: #FFF; }
    #mobileMenu UL LI UL {
      padding-left: 1rem;
      font-size: 0.9rem; }
      #mobileMenu UL LI UL LI A {
        font-weight: 400; }
  A#myMobile {
    background-color: #000;
    border-color: #000; }
    A#myMobile > DIV P {
      padding-top: 4px; }
  #mainSearch INPUT:focus {
    width: 150px; }
  #newsLetter {
    padding-left: 0;
    padding-right: 0; }
    #newsLetter FORM {
      max-width: none; }
  #preFooter IMG {
    max-width: 22px;
    float: left;
    margin-top: 9px;
    margin-right: 8px; }
  .custom-nav {
    display: none; }
  DIV.strip .bgBox {
    padding: 30px; }
  DIV.strip .btnBlack {
    margin: 20px 0 0 0; }
  #mainHeader {
    position: relative; }
    #mainHeader .d-flex {
      flex-direction: column; }
    #mainHeader #mainMenu, #mainHeader #my, #mainHeader #btnCart {
      display: none; }
    #mainHeader BUTTON[data-bs-toggle='offcanvas'] {
      display: block;
      position: absolute;
      left: 0;
      top: 24px;
      font-size: 2rem;
      padding: 4px 10px;
      background-color: #000;
      border-color: #000;
      color: #fff; } }

@media (max-width: 1400px) {
  #homeCatsCarousel A {
    height: 316px; }
  #mainHeader .logo {
    max-width: 180px; }
  A#my > DIV P, A#myMobile > DIV P {
    font-size: 0.7rem; }
  A#my > DIV I, A#myMobile > DIV I {
    font-size: 28px; }
  DIV.box.prodotto BUTTON.wish {
    top: 132px; }
  DIV.box.prodotto DIV.discount-badge {
    top: 128px; }
  #homeCatsCarousel H5 {
    font-size: 1.5rem; } }

@media (min-width: 1580px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1560px !important; }
  #realPreview.greche_adesive {
    background-size: 174%;
    background-repeat: no-repeat;
    background-position: -90px 96px; } }

@media (max-width: 1580px) {
  #homeCatsCarousel A {
    height: 360px; }
  #realPreview.quadri_canvas > DIV {
    border-image-width: 64px;
    border-style: solid;
    border-image-repeat: repeat;
    border-image-slice: 125 194 127 176; }
  #realPreview.porte > DIV {
    border-image-width: 190px;
    border-style: solid;
    border-image-repeat: repeat;
    border-image-slice: 346 576;
    padding: 44px 124px 29px 126px; }
    #realPreview.porte > DIV.ratio_040 {
      border-image-slice: 346 596 346 568;
      padding: 44px 119px 29px 128px;
      border-image-width: 210px; }
  #realPreview.paraschizzi_cucina {
    background-size: cover; }
  #realPreview.greche_adesive {
    background-size: 180%;
    background-repeat: no-repeat;
    background-position: -90px 79px; }
  #realPreview > DIV IMG {
    max-width: 100%; } }

@media (max-width: 1400px) {
  #realPreview.quadri_canvas > DIV {
    border-image-width: 64px;
    border-style: solid;
    border-image-repeat: repeat;
    border-image-slice: 125 194 127 176; }
  #realPreview.porte > DIV {
    border-image-width: 101px;
    border-style: solid;
    border-image-repeat: repeat;
    border-image-slice: 340 431;
    padding: 24px 91px 16px 93px; }
    #realPreview.porte > DIV.ratio_040 {
      border-image-slice: 390 471;
      padding: 27px 108px 18px 110px; }
  #realPreview.greche_adesive {
    background-position: -90px 66px; }
  #realPreview > DIV IMG {
    max-width: 100%; } }

@media (max-width: 1200px) {
  #realPreview.quadri_canvas > DIV {
    border-image-width: 64px;
    border-style: solid;
    border-image-repeat: repeat;
    border-image-slice: 125 194 127 176; }
  #realPreview.porte > DIV {
    padding: 22px 89px 16px 91px; }
    #realPreview.porte > DIV.ratio_040 {
      padding: 23px 86px 16px 88px;
      border-image-slice: 340 471; }
  #realPreview.greche_adesive {
    background-position: -90px 52px; }
  #realPreview > DIV IMG {
    max-width: 100%; } }

@media (max-width: 600px) {
  #realPreview.porte > DIV {
    padding: 41px 112px 28px 115px !important;
    border-image-slice: 340 582 !important; }
  #realPreview.greche_adesive {
    background-position: -90px 72px;
    background-size: 130%; }
  #realPreview > DIV IMG {
    max-width: 100%; } }

@media (min-width: 992px) {
  .reduce {
    max-width: 85%;
    margin: 30px auto 40px auto; } }

@media (max-width: 992px) {
  #homeCatsCarousel A {
    height: 234px; } }

@media (width: 540px) {
  #realPreview.porte > DIV {
    padding: 44px 170px 30px 174px !important;
    border-image-slice: 320 385 !important; }
  #realPreview.greche_adesive {
    background-position: -90px 92px;
    background-size: 120%; } }
