/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  background: #fff !important;
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

.hero {
  background: #36454F;
  padding: calc(4rem - 30px) 0 0rem 0; }
  @media (min-width: 768px) {
    .hero {
      padding: calc(4rem - 30px) 0 4rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(8rem - 30px) 0 8rem 0; } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 450px; } }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 54px; } }
  .hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-botom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; } }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #36454F;
    border-color: #36454F; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

.section-title {
  color: #2f2f2f; }

.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.why-choose-section {
  padding: 4.5rem 0 2.5rem; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
		top:60px;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 3rem 0 3rem; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #36454F;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  padding: 1rem 0 1rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #36454F;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #36454F; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 2rem 0 4rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px;
	}
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #36454F; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #36454F;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #36454F; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #dce5e4;
      color: #36454F;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #36454F;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #36454F;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #36454F;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #36454F !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #36454F !important; }

.thankyou-icon {
  position: relative;
  color: #36454F; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }

/* personalizzati */
.contenuti .container {
  max-width:1300px;	/*max-width:95%!important;*/
}

/* colori */
.blu {
	color:#36454F;
}
.rosso {
	color:#f10f10;
}
.bianco {
	color:white;
}
.bgblu {
	background-color:#36454F;
}
.bgrosso {
	background-color:#f10f10;
}
.bgbianco {
	background-color:white;
}
.bordoblu {
	border: 1px solid #36454F!important;
}
.bordoblu i {
	margin-right:10px;
	width:25px;
	height:auto;
}
.bordorosso {
	border: 1px solid #f10f10!important;
}
.bordobianco {
	border: 1px solid white!important;
}

/* ricerca */
.search-container {
    position: relative;
	max-width:400px;
	width:80%;
	margin:50px auto 0 auto;
}

.search-input {
    height: 38px;
    border-radius: 38px;
    padding-left: 15px;
    border: 1px solid #36454F;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    top: 19px;
    right: 15px;
    transform: translateY(-50%);
    color: #36454F;
}
.fabutton {
  background: none;
  padding: 0px;
  border: none;
}
#divcarrello {
	position:absolute;
	top:55px;
	right:5%;
}
#divcarrello a:link, #divcarrello a:visited {
	color:#36454F;
	text-decoration:none;
	font-weigth:bold;
}
#divcarrello a:hover, #divcarrello a:active {
	color:#f10f10;
	text-decoration:none;
	font-weigth:bold;
}
.numerocarrello {
	position:absolute;
	padding:0;
	
	top:-15px;
	left:24px;
	width:28px;
	height:28px;
	background:#f10f10; 
 border-radius: 22px 22px 22px 22px;
 overflow:hidden;
	text-align:center;
	font-size:13px;
	color:white;
	margin-top:0px;
	padding-top:0px;
	}
#divutente {
	position:absolute;
	top:55px;
	right:8%;
}
#divutente a:link, #divutente a:visited {
	color:#36454F;
	text-decoration:none;
	font-weigth:bold;
}
#divutente a:hover, #divutente a:active {
	color:#f10f10;
	text-decoration:none;
	font-weigth:bold;
}
#logo {
	max-height:125px;
	width:auto;
}
@media (max-width: 1199px) { 
	#colonnaheaderlogo {
	height:105px;	
	}
	#divcarrello {
		top:4.2rem;
		right:5%;
	}
	#divutente {
		top:4.2rem;
		right:12%;
	}
	#colonnaheadercarrello .fa-3x {
		font-size:2rem;
	}
	.numerocarrello {
		left:22px;
		width:20px;
	height:20px;
 border-radius: 16px 16px 16px 16px;
	font-size:10px;
		top:-9px;
		line-height:20px;
	}
}
@media (max-width: 992px) { 
	#colonnaheaderlogo {
	height:105px;	
	}
	#divcarrello {
		top:4rem;
		right:5%;
	}
	#divutente {
		top:4rem;
		right:12%;
	}
	#colonnaheadercarrello .fa-3x {
		font-size:2rem;
	}
	.numerocarrello {
		left:22px;
		width:20px;
	height:20px;
 border-radius: 16px 16px 16px 16px;
	font-size:10px;
		top:-9px;
		line-height:20px;
	}
	}
@media (max-width: 558px) { 
	#colonnaheaderlogo {
	height:95px;	
	}
	#divcarrello {
		top:4rem;
		right:5%;
	}
	#divutente {
		top:4rem;
		right:12%;
	}
	#colonnaheadercarrello .fa-3x {
		font-size:1.5rem;
	}
	.numerocarrello {
		left:18px;
		width:20px;
	height:20px;
 border-radius: 16px 16px 16px 16px;
	font-size:10px;
		top:-9px;
		line-height:20px;
	}

	}
@media (max-width: 470px) { 
	#colonnaheaderlogo {
	height:75px;	
	}
	#divcarrello {
		top:2rem;
		right:5%;
	}
	#divutente {
		top:2rem;
		right:15%;
	}
	#colonnaheadercarrello .fa-3x {
		font-size:1rem;
	}
	.numerocarrello {
		left:10px;
		width:16px;
	height:16px;
 border-radius: 12px 12px 12px 12px;
	font-size:8px;
		top:-7px;
		line-height:16px;
	}

	}
@media (max-width: 380px) { 
	#colonnaheaderlogo {
	height:65px;	
	}
	#divcarrello {
		top:2rem;
		right:5%;
	}
	#divutente {
		top:2rem;
		right:15%;
	}
	#colonnaheadercarrello .fa-3x {
		font-size:1rem;
	}
	.numerocarrello {
		left:10px;
		width:16px;
	height:16px;
 border-radius: 12px 12px 12px 12px;
	font-size:8px;
		top:-7px;
		line-height:16px;
	}
	}

/* slide */
@media (min-width: 992px) { 
.carousel-item {
  /*height: calc(100vh - 243px);*/
	height:640px;
}
.carousel-item img {
	height:640px;
}
}
.slidehome {
	padding:0!important;
	margin:0!important;
}
.overflowslide {
	overflow:hidden;
	position:relative;
}
.fotoslide {
	width:100%;
	height:640px;
}
.titolooverlay {
	position:absolute;
	top:20%;
	left:25%;
	font-size:45px;
	color:white;
}
.testooverlay {
	position:absolute;
	top:30%;
	left:25%;
	max-width:30%;
	height:auto;
	font-size:1.5rem;
	color:white;
	line-height:130%;
}
.pulsanteoverlay {
	position:absolute;
	top:55%;
	left:25%;
}
.pulsanteslide {
	border-radius:0;
	background:white;
}
@media (max-width: 1200px) { 
.testooverlay {
	font-size:1.2rem;
}
}
@media (max-width: 991px) { 
.carousel-item {
  /*height: calc(100vh - 243px);*/
	height:440px;
}
.titolooverlay {
	top:10%;
	left:15%;
	font-size:25px;
	color:white;
}	
.testooverlay {
	top:20%;
	left:15%;
	max-width:80%;
	font-size:1.2rem;
}
.pulsanteoverlay {
	position:absolute;
	top:55%;
	left:15%;
}	
	
}
/* menu */
.navbar-expand {
	background-color:#36454F;
}
#main_nav .navbar-nav .nav-link {
	color:white;
	font-size:1.3rem;
}
#main_nav .navbar-nav .nav-link:hover {
	color: #999;
}
.navbar-light .navbar-toggler {
	color:white;
}
.navbar-light .navbar-toggler-icon {
	color:white;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-nav .nav-item {
	width:16.66%;
}
.dropdown-menu {
	color:white;
	
}
.dropdown-menu a:link, .dropdown-menu a:visited {
	color:white;
	text-decoration:none;
}
.dropdown-menu a:hover, .dropdown-menu a:active {
	color:#999;
}
@media (min-width: 992px) and (max-width: 1199px) {
#main_nav .navbar-nav .nav-link {
	font-size:0.9rem;
}
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
		top:58px;
		border:none;
		border-top:1px solid white;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
       width: 100%;
    }
}
@media (max-width: 991.98px) {
  .has-megamenu .dropdown-menu {
    border: none;
    background-color: transparent;
    width: 100%;
    max-height: 70vh; /* Scrollable */
    overflow-y: scroll;
  }
	.navbar-nav .nav-item {
		width:100%;
	}
}
@media (min-width: 992px) {
  .has-megamenu { position: static; }
  .has-megamenu .dropdown-menu { width: 100%; }
}
/* prodotti */
.container .product-item {
   /* min-height: 350px;*/
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 0;
}

.container .product-item .product {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.container .product-item .product img {
    width: 100%;
    height: 240px; /* 100% */
    object-fit: cover
}

.container .product-item .product .icons .icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s ease;
    transform: rotate(180deg);
    cursor: pointer
}

.container .product-item .product .icons .icon:hover {
    background-color: #b71c1c;
    color: #fff
}

.container .product-item .product .icons .icon:nth-last-of-type(3) {
    transition-delay: 0.2s
}

.container .product-item .product .icons .icon:nth-last-of-type(2) {
    transition-delay: 0.15s
}

.container .product-item .product .icons .icon:nth-last-of-type(1) {
    transition-delay: 0.1s
}

.container .product-item:hover .product .icons .icon {
    transform: translateY(-60px)
}

.container .product-item .tag {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    position: absolute;
    top: 0.5rem;
    left: 1.2rem;
	padding:0;
	margin:0;
}
.circle-icon {
    background: #fff;
    padding:0.4rem;
    border-radius: 50%;
}
.container .product-item .tag1 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    position: absolute;
    top: 0.5rem;
    right: 1.2rem;
    padding: 0;
	margin:0;
}

.container .product-item .title {
    font-size: 0.95rem;
    letter-spacing: 0.5px;
	font-weight:bold;
	min-height:2.5rem;
	line-height:1.2rem;
	text-align:center;
}
.container .product-item .testo {
    font-size: 0.95rem;
    letter-spacing: 0.5px;
		max-height:80px;
}
/* Label delle card prodotto: nessuno spazio fisso quando sono assenti.
   L'altezza viene pareggiata via JS solo tra i prodotti della stessa riga. */
.altezzabollini {
	width: 100%;
	min-height: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0.25rem;
	margin: 0;
}
.altezzabollini > div {
	margin: 0 !important;
	line-height: 1.25;
	padding: 0.2rem 0.45rem;
}
.altezzabollini:empty {
	margin: 0;
	padding: 0;
}
.container .product-item.boxprodotti {
	align-self: stretch;
}
.container .product-item .fa-star {
    font-size: 1.4rem;
    color: goldenrod;
}

.container .product-item .price {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
	width:100%;
}

.fw-800 {
    font-weight: 800
}
.container .product-item .product-margin {
	max-width:100%;
	background-color:white;
	text-align:center;
}

/* categoria icone */

.container .categoriaicone-item {
    min-height: 150px;
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 0
}

.container .categoriaicone-item .categoriaicone {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.container .categoriaicone-item .categoriaicone img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.container .categoriaicone-item .categoriaicone .icons .icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s ease;
    transform: rotate(180deg);
    cursor: pointer
}

.container .categoriaicone-item .categoriaicone .icons .icon:hover {
    background-color: #b71c1c;
    color: #fff
}

.container .categoriaicone-item .categoriaicone .icons .icon:nth-last-of-type(3) {
    transition-delay: 0.2s
}

.container .categoriaicone-item .categoriaicone .icons .icon:nth-last-of-type(2) {
    transition-delay: 0.15s
}

.container .categoriaicone-item .categoriaicone .icons .icon:nth-last-of-type(1) {
    transition-delay: 0.1s
}

.container .categoriaicone-item:hover .categoriaicone .icons .icon {
    transform: translateY(-60px)
}


.container .categoriaicone-item .title {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
	text-align:center;
	font-weight:bold;
}
@media (min-width: 992px) {
  .larghezzabox {
	width:14.28%;
}
}

/* footer */
.fotopagamenti {
	max-width:120px;
	height:auto;
	margin-bottom:5px;
	margin-top:10px;
}

/* newsletter */
.newsletter-section {
    background-color: #f8f9fa;
}

.newsletter-section h2 {
    color: #333;
}

.newsletter-section .lead {
    color: #6c757d;
}

.newsletter-form .form-control {
    border: 2px solid #ced4da;
    border-radius: 30px 0 0 30px;
}

.newsletter-form .btn-primary {
    border-radius: 0 30px 30px 0;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #0056b3;
    border-color: #0056b3;
}

.newsletter-form .btn-primary:hover {
    background-color: #004494;
    border-color: #004494;
}

.newsletter-form .form-check-label {
    font-size: 0.875rem;
    color: #6c757d;
}

.newsletter-form .form-check-label a {
    color: #0056b3;
}

.newsletter-form .form-check-label a:hover {
    text-decoration: underline !important;
}
/* blog */
.post-thumbnail img {
	max-height:220px;
	width:auto;
}
/* menu laterale */
#showmenu {
	display:none;
}
@media (max-width: 992px) {
#showmenu {
	display:block;
}
}
/* filtri laterali */
.selezionefiltro {
	display:block;
}
.titolocolonnamenusx {
	font-size:22px; 
	font-weigth:bold;
	margin-top:20px;
	color:#36454F;
	text-transform: uppercase;
	text-align:center;
}
.accordion-button::after {
  --bs-accordion-btn-icon-width: 3rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion-button:not(.collapsed) {
	color: #36454F;
    background-color: #fefefe;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-item:not(:first-of-type) {
       border-top: 1px solid rgba(0, 0, 0, .125);
}
.accordion-collapse {
	 border-right: 1px solid rgba(0, 0, 0, .125);
	 border-left: 1px solid rgba(0, 0, 0, .125);
	padding-bottom: 10px;
}
.accordion-collapse ul {
	margin-bottom:0;
	
}
@media (max-width: 992px) {
#colonnafiltridesktop, #colonnafiltridesktopprodotti {
	display:none;
}
}
.rigamenulaterale a:link, .rigamenulaterale a:visited, #colonnafiltridesktop a:link, #colonnafiltridesktop a:visited {
	text-decoration:none;
}
.rigamenulaterale a:hover, .rigamenulaterale a:active, #colonnafiltridesktop a:hover, #colonnafiltridesktop a:active {
	color:red;
}
.rigamenulaterale h3, #colonnafiltridesktop h3 {
	font-size:18px; 
	font-weigth:bold;
	margin-top:20px;
	color:#36454F;
	text-transform: uppercase;
}
.reimposta {
	font-weight:bold;
}
#sidr {
	background-color:#fafafa;
}
.wraprange a:link {
	display:block;
}

/* box prodotti */
#totaleprodotti {
	display:inline-block;	
}
#totaleprodottiparziale {
	display:inline-block;	
}
.titoloprodotti {
	font-size:24px;
	text-align:center;
}
#titoloprodotti {
	top:-35px!important;
	z-index:1;
	pointer-events:none;
}
#titoloprodotti * {
	pointer-events:none;
}
#filtroordinamento {
	top:-35px!important;
	right:0px!important;
	width:255px;
	z-index:20;
	pointer-events:auto;
	isolation:isolate;
}
#filtroordinamento form {
	position:relative;
	z-index:21;
	pointer-events:auto;
}
#filtroordinamento label,
#filtroordinamento select {
	position:relative;
	z-index:22;
	pointer-events:auto;
}
#ordineprodotti {
	cursor:pointer;
	min-height:44px;
	background-color:#fff;
	touch-action:manipulation;
}
@media (max-width: 992px) {
#titoloprodotti {
	top:-35px!important;
}
#filtroordinamento {
	top:-78px!important;
	right:0px!important;
	width:255px;
}	
}
@media (max-width: 1199px) {

#filtroordinamento {
	top:-78px!important;
	right:0px;
}	
}
/* box prodotti categoria */
.nuovoprezzoscritto {
	font-weight:bold;
	font-size:18px;

}
.nuovoprezzoscritto1 {
	text-decoration:line-through;
	color:#cacaca;
	font-size:18px;
}
.nuovoprezzoscritto2 {
	font-size:18px;
}
.nuovoprezzoscritto a:link, .nuovoprezzoscritto a:visited, .nuovoprezzoscritto1 a:link, .nuovoprezzoscritto1 a:visited, .nuovoprezzoscritto2 a:link, .nuovoprezzoscritto2 a:visited, .title a:link, .title a:visited {
	text-decoration:none;
}
.nuovoprezzoscritto1 a:link, .nuovoprezzoscritto1 a:visited {
	color:#cacaca;
}
.nuovobollino1 {
	background-color:#f11616;
	color:white;
	width:150px;
	display:block;
}
.nuovobollino2 {
	background-color:#a20909;
	color:white;
	width:150px;
	display:block;
}
.nuovobollino3 {
	background-color:#36454F;
	color:white;
	width:150px;
	display:block;
}
.overlay {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
	max-width:600px;
}
.overlay img {
	opacity:0.4;
}
.col:hover .overlay {
    opacity: 0.6;
}
.overlay span{
position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);


  
font-size:48px;opacity:1;
}

/* form inserimento */
/* prezzi dettaglio */
.wrapprezzo {
	width:100%;
	font-size:36px;
	text-align:center;
	margin-top:0px;
	margin-bottom:10px;
	line-height:44px;
}
.wrapprezzo p {
	margin:0;
	padding:0;	
	font-weight:bold;
}

.prezzodettaglio {
	color:green;
	font-size:42px;
	
}
.nondisponibile {
text-align:center;
color: #d90000;
font-size:20px;	
}



/* scelta select */
.wrapscelta {
width:100%;
float:left;
margin-bottom:10px;	
font-size:16px;
line-height:33px;
height:auto;
}
.wrapscelta1 {
	float:left;
	width:30%;
	text-align:left;
	margin-left:2%;
	line-height:43px;
	height:43px;
}
.wrapscelta2 {
	float:left;
	width:66%;
	margin-left:2%;
}
.wrapscelta2 .select {
	background-image:url('images/bgselectdettaglio.jpg');
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-color:#eee;
	height:33px;
	width:100%;
	border:1px solid #fff;
	margin-right:3%;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	font-family: 'Century Gothic', display, sans-serif;
	padding-right:43px;
	font-size:22px;
	line-height:26px;
	display:inline-block;
	text-align:right;	
}
.wrapscelta2 .select option {
	height:33px;
	width:100%;
	border:1px solid #fff;
	margin-right:3%;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	font-family: 'Century Gothic', display, sans-serif;
	padding-right:43px;
	font-size:22px;
	line-height:26px;
	display:inline-block;
	text-align:right;	
}

/* quantita */
.wrapquantita {
	width:180px;
float:left;
margin-left:calc(50% - 90px);
margin-bottom:20px;
margin-top:20px;	
font-size:16px;
line-height:33px;
height:43px;
text-align:center;
}
.wrapquantita1 {
	float:left;
	width:48%;
	text-align:left;
	margin-left:2%;
	line-height:43px;
	height:43px;
	text-align:right;
}
.wrapquantita2 {
	float:left;
	width:43%;
	margin-left:7%;
	height:43px;
	text-align:right;
}
.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
  background-color:#eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}



/* pulsanti dettaglio */
.wrappulsanti {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	height:50px;
}
.pulsante1 {
	float:left;
	margin-left:20%;
	width:60%;
	text-align:left;
	height:30px;
}
.pulsante1 .submitcarrello {
	background-color:red;
	color:white;
	font-family: 'Century Gothic', display, sans-serif;
	font-size:24px;
	text-align:center;
	width:100%;
	line-height:150%;
	border:none;
	padding:0;
	margin:0;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pulsante1 .submitcarrello:hover {
	background-color:#d90000;
	color:#eee;	
}
.pulsante2 {
	float:left;
	margin-left:30%;
	width:40%;
	text-align:center;
	height:30px;
}
.pulsante3 {
	float:left;
	margin-left:20%;
	width:60%;
	text-align:left;
	height:30px;
}
.submitcarrello1 {
	text-align:center;
}
.submitcarrello1 a:link, .submitcarrello1 a:visited {
	background-color:red;
	color:white;
	font-family: 'Century Gothic', display, sans-serif;
	font-size:18px;
	text-align:center;
	width:100%;
	line-height:150%;
	border:none;
	padding:5px 20px;
	margin:0;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.submitcarrello1 a:hover, .submitcarrello1 a:active {
	background-color:#d90000;
	color:#eee;	
}
.btn.btn-primary:hover {
	background: #d90000;
	border-color:#d90000;
}

/* testo spese */
.testospese1 {
	
}
.tabellaspese {
	width:600px;
	max-width:90%;
}
.tabellaspese1 {
	width:96%;	
}

/* inizio login */
.divlogincassa {
	width:100%;
	height:400px;
}
.divlogincassa1 {
	margin-top:50px;
	float:left;
	width:98%;
	margin-left:1%;
	height:240px;
	text-align:center;
	font-size:16px;
	border:1px solid #333;
}
.divlogincassa1 a:link, .divlogincassa1 a:visited {
color:#333;	
}
.divlogincassa1 a:hover, .divlogincassa1 a:active {
color:red;	
}
/* fine login */
/* bottoni */
.bottonequadrato {
	max-width:100%;
	border-radius:0;
}
.bottonequadrato1 {
	max-width:230px;
	border-radius:0;
	margin:0 auto;
}

/* boxhome - blocco 3 */
.blocco3primafoto {
	padding-right:5px;
}
.blocco3primafoto-1 {
	min-height:850px;
	background-position:center center;
	background-size:100% calc(100% - 10px);
	position:relative;
	color:white;
	background-repeat:no-repeat;
	
}
.linkblocco3primafoto {
	position:absolute;
	bottom:20px;
	width:100%;
	text-align:center;
}
.linkblocco3primafoto a:link, .linkblocco3primafoto a:visited {
	color:white;
	font-size:1.2rem;
	
}
.linkblocco3primafoto a:hover, .linkblocco3primafoto a:active {
	color: #cacaca;
	
}
.testoblocco3primafoto {
	position:absolute;
	bottom:120px;
	width:100%;
	text-align:center;
	font-size:1.1rem;
}
.titoloblocco3primafoto {
	position:absolute;
	bottom:160px;
	width:100%;
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
}
.blocco3primafoto-2 {
	height:425px;
	background-position:center center;
	background-size:calc(100% - 10px) calc(100% - 10px);
	position:relative;
	color:white;
	background-repeat:no-repeat;
	
}
.linkblocco3altrefoto {
	position:absolute;
	bottom:20px;
	width:90%;
	text-align:center;
	left:5%;
}
.linkblocco3altrefoto a:link, .linkblocco3altrefoto a:visited {
	color:white;
	font-size:1.2rem;
	
}
.linkblocco3altrefoto a:hover, .linkblocco3altrefoto a:active {
	color: #cacaca;	
}
.titoloblocco3altrefoto {
	position:absolute;
	bottom:100px;
	width:90%;
	max-width:90%;
	text-align:center;
	font-size:1.2rem;
	font-weight:bold;
	text-wrap: wrap;
	left:5%;
}
.giftrasp {
	width:100%;
	height:100%;
	z-index:100!important;
}
.giftrasp img {
	width:100%;
	height:100%;
}
.giftrasp1 {
	width:100%;
	height:100%;
	z-index:100!important;
	border: 9px solid white;
}
.giftrasp1 img {
	width:100%;
	height:100%;
}
@media (max-width: 992px) {
	.blocco3primafoto {
		padding:0;
	}
	.blocco3primafoto-1,.blocco3primafoto-2  {
		background-size:cover;
		margin-bottom:10px;
		padding-left:0;
		height:600px;
	}

}

.blocco4primafoto {
	height:425px;

	background-size: cover;
background-position: center;
background-repeat: no-repeat;
	position:relative;
	color:white;
	background-repeat:no-repeat;
	
}
.linkblocco4 {
	position:absolute;
	bottom:30px;
	width:90%;
	text-align:center;
	left:5%;
}
.linkblocco4 a:link, .linkblocco4 a:visited {
	color:#333;
	font-size:1.2rem;
	padding:0.6rem 1rem;
	background-color:white;
	text-decoration:none;
	
}
.linkblocco4 a:hover, .linkblocco4 a:active {
	color: #cacaca;	
}
.titoloblocco4 {
	position:absolute;
	bottom:130px;
	width:90%;
	max-width:90%;
	text-align:center;
	font-size:1.2rem;
	font-weight:bold;
	text-wrap: wrap;
	left:5%;
	height:35px;
}
/* blocco 1 */
.imgblocco1 img, .imgblocco1 video {
	max-height:815px;
	height:460px;
	width:100%!important;
}
/* recensioni */
.titolorecensioni{
	padding:1rem;
	border:1px solid #cfcfcf;
}
.recensioni {
	padding-top:3rem;
}
.stelle i {
	color:#ffce1b;font-size:18px;
	margin-top:5px;
}
#divrisposta, #divrisposta1 {
	width:100%;
	text-align:center;
}
.overlayslide {
	display:block;
}

/* video */
header {
  position: relative;
  background-color: black;
  height: 640px;
  min-height: 640px;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.bgblog {
	background-color:#6a8298;
}
.bgblog .contentblog h1, .bgblog .contentblog a:link, .bgblog .contentblog a:visited {
	color:white;
}
.bgblog .contentblog a:hover, .bgblog .contentblog a:active {
	color:#f9f9f9;
}
.bgblog .contentblog {
	color:white;
}	
.btnnewsletter {
	padding-top:1px;
	padding-bottom:1px;
}
.aggiornacarrello {
	
}
.cancellacarrello {
	width:16px;
	height:16px;
	margin-left:5px;
	margin-bottom:14px;
}

@media (max-width: 768px) {

.product-item {
	margin-top:10px!important;
}	
.container .product-item .product-margin { 
	width:99%;
	}
.container .product-item .product img { 
	max-width:580px;
	}
	.titoloblocco3primafoto {
		bottom:200px;
	}
	.links-wrap {
		text-align:center;
	}
	#logo {
	max-height:105px;	
	}
	.inputcarrello {
		max-width:27px;
		display:block;
		padding-bottom:5px;
	}
	.testocarrello {
		font-size:11px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.imgblocco1 img {
		width:auto!important;
		height:auto;
	}
	.imgblocco1 {
		text-align:center;
	}
	.fotobox {
		text-align:center;
	}
	.blocco4primafoto {
		background-size: 100% auto;
	}
}

/* Go-live accessibility: visible keyboard focus and usable product-title targets. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid currentColor !important;
  outline-offset: 3px !important;
}

.product-item .title a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

/* Batch 1: accessibilità e caricamento progressivo. */
.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10000;
  padding: 0.75rem 1rem;
  color: #fff;
  background: #111;
  border-radius: 0.25rem;
  transform: translateY(-160%);
  transition: transform 0.15s ease;
}
.skip-link:focus {
  transform: translateY(0);
}

#contenuto-principale:focus {
  outline: none;
}

.container .product-item .product img {
  aspect-ratio: 4 / 3;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Nasconde il badge reCAPTCHA */
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
/* =========================================================
   SOTTOCATEGORIE - MOBILE
   Filtra a sinistra / Ordina a destra sulla stessa riga
   + maggiore spazio prima del titolo/testi
   ========================================================= */
@media (max-width: 991.98px) {

    #rigaordinamentotitolo {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: 0;
        margin-top: -42px !important;
        margin-bottom: 0;
        padding: 0;
        overflow: visible;
    }

    #rigaordinamentotitolo #filtroordinamento,
    #rigaordinamentotitolo #titoloprodotti {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
    }

    /* Ordina sulla stessa altezza di "Filtra i prodotti" */
    #rigaordinamentotitolo #filtroordinamento {
        order: 1;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 42px;
    }

    #rigaordinamentotitolo #formordinamento {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 8px;
        width: auto;
        max-width: calc(100% - 125px);
        margin: 0 !important;
		margin-top: 10px !important;
    }

    #rigaordinamentotitolo #formordinamento label {
        margin: 0 !important;
        white-space: nowrap;
    }

    #rigaordinamentotitolo #formordinamento select {
        margin: 0 !important;
        max-width: 155px;
    }

    /* Più spazio prima del titolo e dei testi */
    #rigaordinamentotitolo #titoloprodotti {
        order: 2;
        clear: both;
        margin: 34px 0 0 0 !important;
        padding: 0 !important;
    }

    #rigaordinamentotitolo #titoloprodotti .titoloprodotti {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* telefoni molto stretti */
@media (max-width: 420px) {

    #rigaordinamentotitolo #formordinamento {
        max-width: calc(100% - 112px);
        gap: 6px;
    }

    #rigaordinamentotitolo #formordinamento select {
        max-width: 132px;
    }
}
@media (max-width: 991.98px) {

    #rigaordinamentotitolo #formordinamento select {
        height: 34px !important;
        min-height: 34px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        line-height: 28px !important;
    }
}

@media (max-width: 767.98px) {

    .product-item.boxprodotti {
        margin-bottom: 90px !important;
    }

}

/* =========================================================
   PUNTO 3 - "Perché scegliere noi" - SOLO MOBILE
   ========================================================= */
@media (max-width: 767.98px) {

    img[alt="Perchè scegliere noi"] {
        width: 100% !important;
        max-width: 100% !important;

        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        aspect-ratio: auto !important;

        object-fit: contain !important;
        object-position: center center !important;

        display: block;
    }

}

@media (max-width: 767.98px) {

    .idee-arredo-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px !important;

        width: 100% !important;
        max-width: 100% !important;

        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /*
     * La colonna destra e la sua row diventano trasparenti
     * alla griglia, così le 4 card interne entrano nel grid
     */
    .idee-arredo-grid > .col-lg-5,
    .idee-arredo-grid > .col-lg-5 > .row {
        display: contents !important;
    }

    /* IDEA CUCINA: tutta la larghezza */
    .idee-arredo-grid > .blocco3primafoto {
        grid-column: 1 / -1;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .idee-arredo-grid .blocco3primafoto-1 {
        width: 100% !important;
        max-width: 100% !important;

        height: auto !important;
        min-height: 0 !important;

        aspect-ratio: 16 / 10;

        margin: 0 !important;
        padding: 0 !important;

        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;

        overflow: hidden;
    }

    /* altre 4 card: 2 + 2 */
    .idee-arredo-grid .blocco3primafoto-2 {
        width: 100% !important;
        max-width: 100% !important;

        flex: none !important;

        height: auto !important;
        min-height: 0 !important;

        aspect-ratio: 1 / 1;

        margin: 0 !important;
        padding: 0 !important;

        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;

        overflow: hidden;
    }

    /* testi nelle card piccole */
    .idee-arredo-grid .blocco3primafoto-2 .titoloblocco3altrefoto {
        font-size: 16px !important;
        line-height: 1.15 !important;
    }

    .idee-arredo-grid .blocco3primafoto-2 .linkblocco3altrefoto {
        font-size: 14px !important;
        line-height: 1.15 !important;
    }
}


/* =========================================================
   BLOG - SLIDER ORIZZONTALE SOLO MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .blog-slider-wrap {
        position: relative;
        width: 100%;
        max-width: 100%;
    }


    /* ROW DEGLI ARTICOLI */
    .blog-mobile-slider {
        display: flex !important;
        flex-wrap: nowrap !important;

        width: 100%;
        max-width: 100%;

        gap: 16px;

        overflow-x: auto;
        overflow-y: hidden;

        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;

        -webkit-overflow-scrolling: touch;

        margin-left: 0 !important;
        margin-right: 0 !important;

        /*
         * Piccolo spazio laterale:
         * la card risulta centrata anziché attaccata a sinistra.
         */
        padding: 0 16px 12px 16px !important;

        scrollbar-width: none;
    }


    .blog-mobile-slider::-webkit-scrollbar {
        display: none;
    }


    /* SINGOLO ARTICOLO */
    .blog-mobile-card {
        flex: 0 0 calc(100% - 32px) !important;

        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;

        padding-left: 0 !important;
        padding-right: 0 !important;

        margin-bottom: 0 !important;

        scroll-snap-align: center;
        scroll-snap-stop: always;
    }


    .blog-mobile-card .post-entry {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }


    .blog-mobile-card .post-thumbnail {
        display: block;
        width: 100%;
    }


    .blog-mobile-card .post-thumbnail img {
        display: block;

        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;

        margin-left: auto !important;
        margin-right: auto !important;
    }


    /*
     * Frecce
     * Circa al centro verticale dell'immagine.
     */
    .blog-slider-arrow {
        position: absolute;

        top: 105px;

        z-index: 20;

        display: flex;
        align-items: center;
        justify-content: center;

        width: 38px;
        height: 38px;

        padding: 0;

        border: 0;
        border-radius: 50%;

        background: rgba(255,255,255,.94);

        box-shadow:
            0 2px 8px rgba(0,0,0,.22);

        font-size: 30px;
        line-height: 1;

        color: #2f3f49;

        cursor: pointer;
    }


    .blog-slider-prev {
        left: 5px;
    }


    .blog-slider-next {
        right: 5px;
    }


    .blog-slider-arrow:disabled {
        opacity: .25;
        cursor: default;
        pointer-events: none;
    }


    /*
     * Titolo articolo:
     * resta chiaramente associato alla sua immagine.
     */
    .blog-mobile-card .post-content-entry {
        padding-left: 4px;
        padding-right: 4px;
    }

}


/* DESKTOP: nascondiamo le frecce.
   Bootstrap continua a gestire le 3 colonne come prima. */
@media (min-width: 768px) {

    .blog-slider-arrow {
        display: none !important;
    }

}
/* BLOCCO ICONE - DESKTOP: 6 box = 100% */
@media (min-width: 992px) {
    .testimonial-section .categoriaicone-item.larghezzabox {
        flex: 0 0 16.6666667% !important;
        width: 16.6666667% !important;
        max-width: 16.6666667% !important;
    }
}

/* MOBILE: 2 box per riga, senza spazi eccessivi */
@media (max-width: 575.98px) {
    .testimonial-section .categoriaicone-item.larghezzabox {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        margin-bottom: 12px !important;
    }
}

/* TABLET: 3 box per riga */
@media (min-width: 576px) and (max-width: 991.98px) {
    .testimonial-section .categoriaicone-item.larghezzabox {
        flex: 0 0 33.333333% !important;
        width: 33.333333% !important;
        max-width: 33.333333% !important;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 767.98px) {

    /* un po' di aria tra titolo e slide */
    .slidehome h2 {
        margin-bottom: 12px !important;
    }

    /* riduce lo spazio verticale tra i prodotti */
    .slidehome .row {
        row-gap: 15px !important;
    }

    .slidehome [class*="col-"] {
        margin-bottom: 15px !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 575.98px) {

    .contenuti .product-item {
        margin-bottom: 12px !important;
        padding-bottom: 0 !important;
    }

    .contenuti .product-margin {
        margin-bottom: 0 !important;
    }
}

/* ==============================================================
   MACRO CATEGORIE
   ============================================================== */

.macro-categorie {
    padding-bottom: 40px;
}

.macro-titolo {
    margin-bottom: 5px;
}


/* griglia */

.macro-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.macro-grid-item {
    display: flex;
}


/* card */

.macro-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;

    background: #fff;
    border: 1px solid #e6e6e6;

    overflow: hidden;

    text-decoration: none !important;
    color: inherit;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}


/* foto */

.macro-card-image-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;

    overflow: hidden;

    background: #f3f3f3;
}

.macro-card-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .35s ease;
}


/* eventuale record senza foto */

.macro-card-noimage {
    width: 100%;
    height: 100%;

    background: #f3f3f3;
}


/* parte testuale */

.macro-card-body {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-grow: 1;

    min-height: 72px;

    padding: 14px 12px;

    text-align: center;
}

.macro-card-title {
    margin: 0;

    font-size: 17px;
    line-height: 1.25;
    font-weight: 600;

    color: #111;
}


/* hover desktop */

@media (hover: hover) {

    .macro-card:hover {
        transform: translateY(-3px);

        border-color: #d4d4d4;

        box-shadow:
            0 8px 24px rgba(0, 0, 0, .10);
    }

    .macro-card:hover .macro-card-image {
        transform: scale(1.035);
    }

}


/* accessibilità tastiera */

.macro-card:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}


/* ==============================================================
   MOBILE
   ============================================================== */

@media (max-width: 575.98px) {

    .macro-categorie {
        padding-bottom: 25px;
    }

    .macro-grid {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 14px;
    }

    .macro-card-body {
        min-height: 58px;
        padding: 10px 7px;
    }

    .macro-card-title {
        font-size: 14px;
        line-height: 1.2;
    }

}


/* ==============================================================
   TABLET
   ============================================================== */

@media (min-width: 576px) and (max-width: 991.98px) {

    .macro-card-body {
        min-height: 65px;
    }

    .macro-card-title {
        font-size: 16px;
    }

}