/******************************/
/*           General          */
/******************************/
.pubfa-block-title-1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: .8px;
    margin-bottom: 0;
}
.pubfa-block-title-2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: .6px;
    margin-bottom: 0;
}
.pubfa-block-text-1,
.pubfa-block-text-1 p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .36px;
}
.pubfa-block-text-2,
.pubfa-block-text-2 p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .32px;
}
.pubfa-block-text-3,
.pubfa-block-text-3 p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .24px;
}
.pubfa-block a,
.pubfa-block a:visited {
    text-decoration: none;
    transition: .3s;
}
.pubfa-block a:hover,
.pubfa-block a:active {
    opacity: .7;
}
.pubfa-block .slick-arrow {
    position: absolute;
	bottom: calc(50% - 15px);
    color: transparent;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
}
.pubfa-block .slick-arrow::before,
.pubfa-block .slick-arrow:visited::before {
	position: absolute;
    content: '';
    border-radius: 50%;
	background-image: url('assets/img/Freccia-prodotto.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
    background-color: #6C6C6C;
    width: 30px;
    height: 30px!important;
    transition: .3s;
}
.pubfa-block .slick-arrow:hover::before,
.pubfa-block .slick-arrow:active::before {
    opacity: .7;
}
.pubfa-block .slick-prev {
	z-index:2;
    left: 0;
    /*transform: rotate(90deg);*/
}
.pubfa-block .slick-next {
    right: 0;
    /*transform: rotate(-90deg);*/

}
/******************************/
/*      Testo e immagine      */
/******************************/
.text-image-block .pubfa-block-text-1 {
    padding: 24px 0;
}
.text-image-block .order-1 {
    order: 3!important;
}
@media(min-width:992px) {
    .text-image-block .pubfa-block-title-1 {
        margin-bottom: 24px;
    }
    .text-image-block .pubfa-block-text-1 {
        padding: 0;
    }
    .text-image-block .order-1 {
        order: 1!important;
    }
}
/******************************/
/*           Banner           */
/******************************/
.banner-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.banner-block .banner-bg-image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.8);
}
.banner-block .text-group {
    position: relative;
    padding: 27px 0;
}
.banner-block .text-group .pubfa-block-title-1 {
    padding: 27px 45px;
    border-left: 5px solid;
}
@media(min-width:992px) {
    .banner-block .text-group {
        padding: 45px 0;
    }
    .banner-block .text-group .pubfa-block-title-1 {
        padding: 45px 90px;
    }
}
/******************************/
/*       Slider Prodotti      */
/******************************/
.gallery-products-block {
    padding: 70px 0;
}
.gallery-products-block .pubfa-block-title-2 {
    text-align: center;
    margin-bottom: 38px;
}
.pubfa-product-slider .slick-track {
	display: flex!important;
	align-items: stretch;
}
.pubfa-product-slide {
    display: flex!important;
	height: auto!important;
	min-height: 100%!important;
    flex-direction: column;
    padding: 35px;
}
.pubfa-product-slide .header {
    display: flex;
    justify-content: space-between;
}
.pubfa-product-slide .header .heart {
    width: 28px!important;
    padding-left: 12px;
}
.heart .yith-wcwl-add-to-wishlist {
    height: 27px;
    margin-top: 0;
}
.heart .yith-wcwl-icon {
    margin-right: 0;
}
.heart .yith-wcwl-icon:before {
    width: 27px;
    height: auto;
}
.heart .yith-wcwl-wishlistexistsbrowse {
    position: relative;
}
.heart .yith-wcwl-icon .feedback p {
    display: none;
}
.heart .yith-wcwl-wishlistexistsbrowse a {
    opacity: 0;
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.pubfa-product-slide .body {
    text-decoration: none;
    text-align: left;
    padding: 23px 0;
}
.pubfa-product-slide .pubfa-block-text-1 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.pubfa-product-slide .pubfa-block-text-3 {
    text-transform: uppercase;
    margin-bottom: 8px;
}
/******************************/
/*       Testo e Icona        */
/******************************/
.text-icon-block {
    padding: 30px 0;
}
.text-icon-block .pubfa-block-title-2 {
    margin-bottom: 18px;
}
.text-icon-block .img-icon {
    width: 56px;
    height: auto;
    margin-bottom: 18px;
}
/******************************/
/*      Singola Immagine      */
/******************************/
.single-image-block {
    padding: 60px 0;
}
/******************************/
/*      Galleria Immagini     */
/******************************/
.gallery-image-block {
    padding: 33px 0;
}
.gallery-image-block .slick-track {
    display: flex;
    align-items: center;
    width: 100%;
}
.gallery-image-block .gallery-img-group {
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
}
.gallery-img {
    max-width: 258px;
    width: auto;
    max-height: 258px;
    height: auto;
}
@media(min-width:576px) {
	.gallery-image-block .slick-prev {
    	left: -10px;
	}
	.gallery-image-block .slick-next {
		right: -10px;
	}
	.gallery-img {
		padding: 30px;
	}
}
@media(min-width:768px) {
	.gallery-img {
		padding: 50px;
	}
}
/******************************/
/*           Counter          */
/******************************/
.counter-block {
    padding: 36px 0;
}
.counter-block .counter-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.counter-block .counter-box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
}
.counter-block .counter-number {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.counter-block .pubfa-block-text-1 {
    text-transform: uppercase;
}
@media(min-width:576px) {
	.counter-block .counter-number {
		font-size: 100px;
		font-weight: 500;
		line-height: 100px;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
}
/******************************/
/*           Download          */
/******************************/
.download-block {
    padding: 65px 0;
}
.download-block .gallery-btn-group {
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
}
.download-block .slick-slider {
    height: auto;
}
.download-btn {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: 0;
    padding: 11px 7px;
    border: 1px solid;
    text-transform: uppercase;
	width: 165px;
	text-align: center;
}
.download-block a:hover,
.download-block a:active {
    opacity: 1;
	filter: invert(100%);
}