.woocommerce-loop-product__title {
    display: none;
}
.woocommerce ul.products {

}

.woocommerce ul.products li.product .price {
    display: none;
}
.woocommerce ul.products li.product .button {
    display: none;
}

.quattro .elementor-widget-container p a {
    color: #FFF;
    text-decoration: underline;
}
.quattro .elementor-widget-container p a:hover {
    text-decoration: none;
}

.wrapper-stars .star {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    animation-iteration-count: infinite;
    animation-name: twinkle3;
    animation-play-state:running;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-delay: 0;
}

@keyframes twinkle3 { /* flame pulses */
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }

.wrapper-stars .star:nth-of-type(1) {
    top: 10%;
    left: 15%;
    animation-delay: 0;
    animation-duration: 1.5s;
}
.wrapper-stars .star:nth-of-type(2) {
    left: 5%;
    top: 15%;
    animation-duration: 1.2s;
}
.wrapper-stars .star:nth-of-type(3) {
    left: 70%;
    top: 5%;
    animation-duration: 1.5s;
}
.wrapper-stars .star:nth-of-type(4) {
    left: 85%;
    top: 5%;
    animation-duration: 1s;
}
.wrapper-stars .star:nth-of-type(5) {
    left: 8%;
    top: 50%;
    animation-duration: 3.2s;
}
.wrapper-stars .star:nth-of-type(6) {
    left: 11%;
    top: 26%;
    animation-duration: 1.5s;
}
.wrapper-stars .star:nth-of-type(7) {
    left: 10%;
    top: 2%;
    animation-duration: 0.9s;
}
.wrapper-stars .star:nth-of-type(8) {
    left: 62%;
    top: 3%;
    animation-duration: 2s;
}
.wrapper-stars .star:nth-of-type(9) {
    left: 75%;
    top: 2%;
    animation-duration: 1.5s;
}
.wrapper-stars .star:nth-of-type(10) {
    left: 79%;
    top: 24%;
    animation-duration: 1.9s;
}
.wrapper-stars .star:nth-of-type(11) {
    left: 94%;
    top: 37%;
    animation-duration: 1.7s;
}
.wrapper-stars .star:nth-of-type(12) {
    left: 90%;
    top: 56%;
    animation-duration: 1.8s;
}
.wrapper-stars .star:nth-of-type(13) {
    left: 0;
    top: 15%;
    animation-duration: 0.8s;
}
.wrapper-stars .star:nth-of-type(13) {
    left: 15%;
    top: 15%;
    animation-duration: 1.3s;
}

.wrapper-stars {
    position: absolute;
    height: 100%;
    width: 100%;
}


.ico-pdv {
    transform-origin: center center;
}

.ico-pdv:hover {
    transform: rotate(360deg);
    transition: all 500ms ease-in-out;
}

.gif-anniv {
    width: 250px;
    height: auto;
}

.pdv .e-n-accordion-item {
    border: none;    
    border-radius: 10px;
}

.pdv .e-n-accordion-item:nth-child(5n+1) {
    background-color: rgb(21, 176, 226);
}
.pdv .e-n-accordion-item:nth-child(5n+2) {
    background-color: rgb(238, 127, 0);
}
.pdv .e-n-accordion-item:nth-of-type(5n+3) {
    background-color: rgb(149, 190, 15);
}
.pdv .e-n-accordion-item:nth-of-type(5n+4) {
    background-color: rgb(229, 53, 39);
}
.pdv .e-n-accordion-item:nth-of-type(5n+5) {
    background-color: rgb(127, 74, 148);
}


.pdv .e-n-accordion-item .e-child {
    border: none !important;      
}

.pdv .e-n-accordion-item-title {
    border: none !important;   
}

.pdv .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    font-family: "M PLUS Rounded 1c";
    font-size: 25px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    color: #FFF;
}

.elementor-widget-n-accordion .e-n-accordion-item > .e-n-accordion-item-title .e-n-accordion-item-title-icon span svg {
    color: #FFF !important;
    fill: #FFF !important;
}


.elementor-widget-n-accordion .e-n-accordion-item > .e-con-full.e-flex.e-con.e-child {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.elementor-widget-n-accordion .e-n-accordion-item > .e-con-full.e-flex.e-con.e-child > .e-child {
    width: 100%;
    max-width: 305px;
    flex-grow: 0;
    flex-shrink: 0;
}   


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: #000 !important;
}