.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 */
}
