:root {
	--yith-border-radius--big: 45px;
	--yith-border-radius--medium: 15px;
	--yith-border-radius--small: 10px;
	--yith-border-radius--mini: 5px;
	--yith-border-radius--round: 1000px;
}

.is-style-list-ticked {
    padding-left: 0;
    list-style: none;
}
.is-style-list-ticked li{
    background: url(../img/check-verde.svg) no-repeat 0 12px;
    padding: 0 0 0 50px;
    margin-bottom: 15px;
    background-size: 1.4em;
}
.is-style-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.is-style-rounded-corners-mini {
    border-radius: var(--yith-border-radius--mini);
}
.is-style-rounded-corners-small {
    border-radius: var(--yith-border-radius--small);
}
.is-style-rounded-corners-medium {
    border-radius: var(--yith-border-radius--medium);
}
.is-style-rounded-corners-big {
    border-radius: var(--yith-border-radius--big);
}

.wp-block-gallery.is-style-rounded-corners-caption-below {

}

.wp-block-gallery.is-style-rounded-corners-caption-below figure.wp-block-image {
    padding: 10px;
}

.wp-block-gallery.is-style-rounded-corners-caption-below figure.wp-block-image img {
    border-radius: 10px;
    border: 1px solid #d2d2d2;
}

.wp-block-gallery.is-style-rounded-corners-caption-below figure.wp-block-image figcaption {
    background: none;
    position: static;
    color: var(--wp--preset--color--denim-blue);
    font-size: 1rem;
    margin-top: 30px;
    overflow: inherit;
}