:root {
  --bs-link-color: #1A1A1A;
  --bs-link-hover-color: #666;
}
/* minicart -------------------- */
.minicart-item {
    padding: 0.5rem 1rem;
}
.minicart-item h2{
  font-size: 14px;
  line-height: normal;
}
.mini-img-wrapper {
    width: 80px;
    overflow: hidden;
}
.minicart-item > .product-info {
    width: calc(100% - 80px);
    padding-left: 20px;
}
.minicart-item,
  p.product-vendor{
  font-size: 13px;
}
button.remove {
    background: transparent;
    color: #000;
    border: 0;
}
/* fine minicart ---------------- */

.action-card .alert{
  border-radius: 30px;
  padding: 3px 8px;
}

.footer-area strong {
  font-weight: 300;
}
.btn-atc{
  background: #000000;
  color: #ffffff;
  padding: 20px 40px;
}
.checkout-icon-item img{
  width: 40px;
  filter: invert(1);
}

.footer-area.widget-area{
  position: relative;
}
.bgopacity{position: relative;}
.bgopacity::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6); /* overlay con opacità */
}
.collapsAMT{
  font-size: 15px;
  cursor: pointer;
  border-bottom: 1px solid;
  padding: 10px 0;
  position: relative;
  font-weight: 500;
}
.collapsAMT:after{
  content: "\2192";
  right: 2%;
  position: absolute;
  transition: transform 0.3s ease;
  font-family: "Nunito Sans", sans-serif;
}
.collapsAMT.active:after {
  transform: rotate(90deg);
}
.btn-reset{
  border: none;
  background-color: transparent;
  font-size: 12px;
  color: #fff;
}
.sticky-menu .btn-reset, .white-bg .btn-reset{color: #222222;}
.currency-list-option{
  font-size: 12px!important;
}
.icon-heart.active{
  color: #C5A46D;
}
/*
.footer-area.widget-area:after {
    position: absolute;
    content: " ";
    top: 15px;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: repeating-linear-gradient(
        to right,
        #6B6C65 0 10px,
        transparent 13px 30px
    )
}*/
@media screen and (max-width: 767px){
  .footer-info{
    display: none;
  }
  .subscriber-area .footer-info{
    display: block;
  }
}