@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

a.pallino {
  text-decoration: none;
}
a.pallino span{
  height: 14px;
  width:  13px;
  border-radius: 20px;
  border: 0px;
  display: inline-block;
}
.color-lists {
  margin: 0;
  margin-top: 15px; }
.color-lists > li {
  line-height: 1; }

.action-card {
  /*background: #fefefe;*/
  width: 48px;
  height: 48px;
  margin: 0 7px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  visibility: hidden; }
  .action-card:first-child {
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .action-card:last-child {
    -ms-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .action-card:nth-child(2) {
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }

.product-card {
  margin-top: 0px; 
  margin-bottom: 50px;
  /*border: 1px solid #000;
  border-left: none;
  border-bottom: none;*/
}

.product-card-img {
  position: relative;
  overflow: hidden; }

.product-card-details{
  text-align: left;
  padding: 10px;
}
.product-card-title,
.product-card-title a {
  font-weight: 500;
  font-size: var(--bs-body-font-size);
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase; 
  text-decoration: none;
}
.product-card-title:hover,
.product-card-title a:hover {
  color: var(--secondary-color); 
}
.tot-combination{
  /*
  position:absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  */
  text-align: left;
  padding: 10px;
}
.product-card-title {
  margin-top: 0px;
  margin-bottom: 0px; }

.product-card:hover .action-card {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%); }

.product-badge {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.badge-label {
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  padding: 5px 10px;
  letter-spacing: 0.03em;
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; 
}
.badge-label + .badge-label {
  margin-top: 8px;
  background-color: var(--secondary-color); 
}

.hover-switch {
  position: relative;
  display: block; }
  .hover-switch .primary-img,
  .hover-switch .secondary-img {
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }

.secondary-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right:auto;
  /*width: 100%;*/
  height: 100%;
  opacity: 0;
  visibility: hidden; }

.product-card:hover .secondary-img {
  opacity: 1;
  visibility: visible; }

.product-card:hover .secondary-img + .primary-img {
  opacity: 0;
  visibility: hidden; }

.product-card-img img {
    width: 100%;
}
.scroll-horizontal {
  overflow: hidden;
  overflow-x: auto; }

#scrollup {
  position: fixed;
  display: inline-block;
  background-color: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s, 
 opacity .5s, visibility .5s;
  -o-transition: background-color .3s, 
 opacity .5s, visibility .5s;
  transition: background-color .3s, 
 opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer; }

#scrollup.show {
  opacity: 1;
  visibility: visible; }

.announcement-text,
.announcement-text:hover,
.announcement-text:focus,
.currency-btn,
.currency-list-option,
.currency-list-option:hover {
  text-decoration: none;
  font-size: 11px;
  line-height: 22px;
  font-weight: var(--body-font-weight);
  color: #000; }

.currency-list-option,
.currency-list-option:hover {
  color: var(--body-color); }

.slick-prev::before,
.slick-next::before {
    content: '';  /* Rimuove il testo predefinito */
}
.slick-prev, .slick-next {
  text-indent: -9999px; /* Sposta il testo fuori dalla vista */
  overflow: hidden;
  white-space: nowrap;
}
.slick-prev::before {
  content: '\f104'; /* Codice della freccia sinistra */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: black;
  text-indent: 0;
}

.slick-next::before {
  content: '\f105'; /* Codice della freccia destra */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: black;
  text-indent: 0;
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    top: 50%;
    position: absolute;
    z-index: 9;
    background: #fff;
    border: 1px solid rgb(0,0,0,0.5);
    border-radius: 0;
    opacity: 70%;
    padding: 10px;
    display: flex;
}
button.slick-prev{
  left: 0;
}
button.slick-next{
  right: 0;
}
.qty-btn,
.qty-input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent; }
  .qty-btn:hover, .qty-btn:focus, .qty-btn:active,
  .qty-input:hover,
  .qty-input:focus,
  .qty-input:active {
    border: none;
    outline: none;
    background: transparent; }
  .qty-btn::-webkit-inner-spin-button,
  .qty-input::-webkit-inner-spin-button {
    display: none; }

.quantity {
  width: 100px;
  -ms-border: 1px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important; 
}
.quantity .qty-btn {
  width: 25px;
  padding: 4px 5px 6px;
  cursor: pointer; 
}
.quantity .qty-btn img {
  max-width: 12px;
  pointer-events: none; }
.quantity .qty-btn.dec-qty {
  -ms-border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }
.quantity .qty-btn.inc-qty {
  -ms-border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important; }

.cart-total-box {
  background: #F6F6F9;
  border-radius: 0px;
  padding: 32px; 
  margin-top: 15px;
}
.cart-subtotal,
.cart-subprice {
  font-size: 16px;
  font-weight: 500; }

.btn-atc {
    width: 100%;
    background: rgba(255,255,255,0);
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  
.btn-add-to-cart {
    max-width: calc(100% - 56px); }
.btn-atc:hover {
  background: rgba(255,255,255,0.5); }

.remove{
  border: none;
  background: transparent;
}
.cart-content-area {
  height: 100%; }

.minicart-loop {
  padding: 1rem 0;
  overflow-y: scroll; }

.minicart-item {
  padding: 0.5rem 1rem; 
  margin: 0.5rem 1rem;
  border-bottom: 1px solid #dede;
  }

.product-title,
.product-title a {
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none;
  font-weight: 500;
  font-family: var(--title-font-family);
  color: var(--title-color); }

.product-vendor,
.quantity input,
.product-price {
  font-size: 12px;
  color: var(--body-color);
  font-weight: var(--body-font-weight);
  font-family: var(--body-font-family); }
.product-price{
  font-weight: 500;
}

.product-remove {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  text-decoration: underline;
  color: var(--body-color);
  font-weight: var(--body-font-weight);
  font-family: var(--body-font-family); }

.product-title:hover,
.product-title a:hover,
.product-remove:hover {
  color: var(--secondary-color); }  

.product-remove {
  line-height: 1; }

.mini-img-wrapper {
  width: 80px;
  overflow: hidden; }

.mini-img {
  min-width: 100%;
  /*height: 100px;*/
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top; }

.minicart-item > .product-info {
  width: calc(100% - 80px);
  padding-left: 20px; 
  font-size: 12px;}

.minicart-footer {
  padding: 20px;
  -ms-border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1); }