.swal2-container .placeholder{
  background-color: #32cd32!important;
}

.modal-header{
  border-bottom: none!important;
}

.modal-footer{
  border-top: none!important;
}

#fabrics .template-pagination li a.active{
  background: #121111;
  color: #fff;
}

.css-wishlist-heart svg path{
  fill: red;
  stroke: red;
}

.css-wishlist-heart svg path:hover{
  fill: white;
  stroke: white;
}

.offcanvus-box{
  z-index: 999;
}
.h1-span{
  font-size: 27px;
}
.css-radio-button-payments{
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  position: relative;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: transparent;
}
.css-list-address{
  font-size: 13px;
}
.titolo-video {
  opacity: 0;
  pointer-events: none;
  transition: .6s ease;
  padding: 12px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-container {
  margin: 32px 0 0 0;
}

.video-container .titolo-video h2 {
  font-size: 16px;
  text-align: center;
  color: white;
  margin-bottom: 0;
  line-height: normal;
}

.video-container:hover .titolo-video {
  opacity: 1;
}

/* Nasconde la freccia predefinita della select */
.swal2-select {
  padding-right: 30px; /* Distanza per la freccia personalizzata */
  position: relative; /* Necessario per posizionare la freccia con position: absolute */
}

#fabrics #choose-destinations .select-custom {
  padding: 10px!important;
  padding-right: 32px!important;
  background-color: var(--bs-light)!important;
  -webkit-appearance: none!important;
  appearance: none!important;
  color: #000!important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 8L1 3h10z'/%3E%3C/svg%3E")!important;
  background-repeat: no-repeat!important;
  background-position: right 10px center!important;
}

#loading-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999999999;
  align-items: center;
  justify-content: center;
}

.css-confirm-changes-optimaze-cart::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #198754!important;
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
  z-index: -1;
}

.css-confirm-changes-optimaze-cart:hover{
  background-color: #198754!important;
  background: #198754!important;
  position: relative;
  color: #fff;
  border: 1px solid transparent;
  z-index: 1;
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
  z-index: 1;
}

a.css-confirm-changes-optimaze-cart:hover{
  background-color: #198754!important;
  background: #198754!important;
  position: relative;
  color: #fff;
  border: 1px solid transparent;
  z-index: 1;
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
  z-index: 1;
}