/*** generali ***/
a.ce-edit-btn{
	opacity: 0.5 !important;
    z-index: 9999999 !important;
}
a.ce-edit-btn:hover{
	opacity: 1 !important;
}

#header .header-top{
	background-color: transparent;
}
ul[class^="list-style-"],
.elementor-widget-text-editor ul,
.elementor-widget-icon-box ul,
.elementor-widget-shortcode ul,
.blog_description ul{
	padding-left: 0;
	list-style-type: none;
	margin: 20px 0;
}
ul[class^="list-style-"] > li,
.elementor-widget-text-editor ul > li,
.elementor-widget-icon-box ul > li,
.elementor-widget-shortcode ul > li,
.blog_description ul > li{
	padding-left: 20px;
	position: relative;
	list-style-type: none;
}
ul[class^="list-style-"] > li,
.elementor-widget-text-editor ul > li,
.elementor-widget-icon-box ul > li,
.elementor-widget-shortcode ul > li,
.blog_description ul > li,
ol[class^="list-style-"] > li,
.elementor-widget-text-editor ol > li,
.elementor-widget-icon-box ol > li,
.elementor-widget-shortcode ol > li,
.blog_description ol > li{
	margin-bottom: 12px;
}

ul[class^="list-style-"] > li:before,
.elementor-widget-text-editor ul > li:before,
.elementor-widget-icon-box ul > li:before,
.elementor-widget-shortcode ul li:before,
.blog_description ul > li:before{
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: var(--primary-color);
}
ul[class^="list-style-"] > li,
.elementor-widget-text-editor.list-style-1 ul > li,
.elementor-widget-text-editor.list-style-2 ul > li,
.elementor-widget-icon-box.list-style-1 ul > li,
.elementor-widget-icon-box.list-style-2 ul > li,
.elementor-widget-shortcode.list-style-1 ul > li,
.elementor-widget-shortcode.list-style-2 ul > li,
.blog_description ul.list-style-1 > li,
.blog_description ul.list-style-2 > li{
	padding-left: 40px;
}

ul[class^="list-style-"] > li:before,
.elementor-widget-text-editor.list-style-1 ul > li:before,
.elementor-widget-text-editor.list-style-2 ul > li:before,
.elementor-widget-icon-box.list-style-1 ul > li:before,
.elementor-widget-icon-box.list-style-2 ul > li:before,
.elementor-widget-shortcode.list-style-1 ul > li:before,
.elementor-widget-shortcode.list-style-2 ul > li:before,
.blog_description ul.list-style-1 > li:before,
.blog_description ul.list-style-2 > li:before{
	top: 0;
	width: 22px;
	height: 22px;
	border-radius: 0;
	background-color: transparent;
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.titolo-bordo{
	position: relative;
	z-index: 20;
}
.titolo-bordo:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: .47em;
    z-index: -1;
    border-radius: 5px;
    background: var(--primary-color);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #F7F7F7;
    opacity: 1;
    box-shadow: 1px 1px 6px #0000000F;
}
.swiper-pagination-bullet-active{
    background: var(--primary-color);
}
body:not(.elementor-editor-active) .elementor-menu-anchor{
	position: relative;
	top: -74px;
}

.swiper:not(.swiper-initialized) .swiper-slide{
	flex-shrink: unset;
}

/*** wishlist ***/
.wishlist-icon,
.wishlist-icon-active{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.wishlist-icon{
	background-image: url("/img/cms/icone/icon-wishlist.svg");
}
.wishlist-icon-active{
	background-image: url("/img/cms/icone/icon-wishlist-active.svg");
}
.nxtal-productlist-icon .default,
.nxtal-productlist-icon .hover{
	line-height: 0;
}
.nxtal-productlist-icon{
	background-color: var(--primary-color);
	border-radius: 100%;
	margin-left: 20px;
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 10;
}
.nxtal-multiwishlist_selector .block{
	margin: 0;
}
.nxtal-product-list .actions-wishlist i{
	margin-bottom: 0 !important;
}
.nxtal-wishlist-overview .form-group-custom{
	display: -webkit-flex;
	display: flex;
}
.nxtal-wishlist-overview .form-group-custom .col-field{
	width: 100%;
}
.nxtal-wishlist-overview .form-group-custom button{
	margin-left: 20px;
}


/*** menu ***/
.ets_mm_megamenu{
	margin: 0;
    background: none;
}
.mm_menus_li > a{
	text-transform: none;
	font-weight: 500;
}
@media (max-width: 767px){
    .ets_mm_megamenu.hook-custom{
        margin-top: 0;
    }
    .ets_mm_megamenu .container{
        background-color: unset;
    }
}
.mm_menu_content_title{
	padding: 5px 15px;
	min-height: unset;
}
#search_widget{
	display: none;
	position: fixed;
    left: 50%;
    top: 100px;
    border-radius: 15px;
    box-shadow: 1px 2px 4px #0000001A;
    border: 1px solid #EEEEEE;
    padding: 20px;
    background-color: #fff;
    max-width: calc(100% - 30px);
    width: 700px;
    transform: translateX(-50%);
    z-index: 9999;
}
#search_widget.visible{
	display: block;
}

#header .search-widgets.visible + .search_widget_overlay{
    visibility: visible;
    opacity: .1;
}
.search_widget_overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #000;
    cursor: pointer;
    transition: all 0.5s ease;
}

#search_widget form input{
	background-color: #F7F7F7;
    border-radius: 30px;
    padding: 0 60px 0 20px;
    height: 45px;
}
#search_widget form button{
    position: absolute;
    right: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    border-radius: 100%;
    background-image: url("/img/cms/icone/icon-search.svg");
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    cursor: pointer;
    border: none;
}
.ui-autocomplete.searchbar-autocomplete{
    position: static !important;
    padding: 0;
    margin-top: 0;
    max-height: calc(100vh - 400px);
    overflow-x: hidden;
    overflow-y: auto;
    width: 100% !important;
}
.ui-widget{
	font-family: inherit;
}
.ui-autocomplete.searchbar-autocomplete li a,
.ui-autocomplete.searchbar-autocomplete li a.ui-state-focus{
	border-radius: 15px;
	padding: 10px 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 15px;
	background-color: #F7F7F7;
    margin-top: 15px;
}
.ui-autocomplete.searchbar-autocomplete li a:hover{
    background-color: var(--light-color);
}
.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail{
	margin-right: 20px;
}

.col-icons .search-widgets-toggle,
.col-icons #_desktop_user_info,
.col-icons .nxtal-multiwishlist_selector,
.col-icons #_desktop_cart{
    padding: 0;
    position: relative;
}
.col-icons #_desktop_user_info,
.col-icons .nxtal-multiwishlist_selector,
.col-icons #_desktop_cart{
	margin: 0 0 0px 15px;
}
.ybc-menu-toggle,
.col-icons .search-widgets-toggle-icon,
.col-icons #_desktop_user_info a,
.col-icons .nxtal-multiwishlist_selector .nxtal-wishlist-link,
.col-icons #_desktop_cart a{
    font-size: 0;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.col-icons .search-widgets-toggle-icon,
.col-icons #_desktop_user_info a,
.col-icons .nxtal-multiwishlist_selector .nxtal-wishlist-link,
.col-icons #_desktop_cart a{
	display: block;
}
.col-icons .search-widgets-toggle-icon:hover,
.col-icons #_desktop_user_info a:hover,
.col-icons .nxtal-multiwishlist_selector .nxtal-wishlist-link:hover,
.col-icons #_desktop_cart a:hover{
	opacity: 0.75;
}
.col-icons #_desktop_user_info a.logout{
	display: none;
}
.col-icons #_desktop_user_info a i,
.col-icons .nxtal-multiwishlist_selector .nxtal-wishlist-link .wishlist-icon,
.col-icons .nxtal-multiwishlist_selector .nxtal-wishlist-link i,
.col-icons #_desktop_cart a i,
.ybc-menu-button-toggle_icon{
	display: none;
}
.ybc-menu-toggle{
	background-image: url("/img/cms/icone/icon-menu.svg");
}
.col-icons .search-widgets-toggle-icon,
.menu-mobile-icons .search-widgets-toggle{
	background-image: url("/img/cms/icone/icon-search.svg");
}
.col-icons #_desktop_user_info a,
.menu-mobile-icons #_desktop_user_info a{
	background-image: url("/img/cms/icone/icon-user.svg");
}
.nxtal-multiwishlist_selector .wishlist-product-count,
.blockcart .cart-products-count{
	position: absolute;
    top: 3px;
    right: 2px;
    font-size: 11px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #ccc;
    text-align: center;
    line-height: 17px;
    font-weight: bold;
    letter-spacing: -0.5px;
    background-color: var(--primary-color);
}

/*** sottomenu ***/
.col-menu,
.ets_mm_megamenu,
.ets_mm_megamenu_content .ets_mm_megamenu_content_content{
	position: static;
}
.ets_mm_block > .h4{
	border-bottom: 1px solid var(--dark-color);
}
.ets_mm_block.mm_block_type_html > .h4{
	border: none;
	color: var(--dark-color) !important;
	font-family: 'Gabarito' !important;
	font-size: 18px !important;
    font-weight: bold;
}
.ets_mm_block_content{
	color: #000;
}
.ets_mm_megamenu .mm_columns_ul a:hover,
#header .layout_layout2 .ets_mm_block_content a:hover{
	color: var(--dark-color);
}
.mm_blocks_li[data-id-block="5"]{
	margin-bottom: 0;
}
.mm_blocks_li[data-id-block="27"] .ets_mm_block{
    margin-top: 0;
}

/*** filtri ***/
.js-search-filters-clear-all{
	width: 100%;
    padding: 7px 15px;
    margin: 15px 0 0 0;
}
#search_filters .facet .custom-checkbox input[type=checkbox] + span{
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search_filters .facet .facet-label a{
    width: 100%;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
    line-height: 18px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#search_filters .facet .facet-label{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio{
	top: 0;
    line-height: 0;
}
#search_filters .facet .facet-title{
	width: 100%;
	margin: 0;
}
#search_filters .facet .title{
	cursor: pointer;
	margin-bottom: 10px;
}

/*** fascia recensioni ***/
.reviews-style-1 .reviews-section .swiper-slide{
	background-color: #F7F7F7;
}
.reviews-style-2 .reviews-section{
	background-color: var(--light-color);
}
.reviews-style-2 .reviews-section .swiper-slide{
	background-color: #fff;
}
.reviews-style-3 .reviews-section{
	background-color: #F7F7F7;
}
.reviews-style-3 .reviews-section .swiper-slide{
	background-color: #fff;
}
.elementor-widget-testimonial-carousel-56k{
	overflow: hidden;
}
.elementor-widget-testimonial-carousel-56k .swiper{
	padding-top: 40px;
}

.elementor-widget-testimonial-carousel-56k .elementor-widget-container{
	margin-left: -70vw !important;
    width: 240vw !important;
}
.elementor-widget-testimonial-carousel-56k .swiper-slide{
	padding-left: 10vw !important;
	padding-right: 10vw !important;
    overflow: visible;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.elementor-widget-testimonial-carousel-56k .trustpilot-stars{
	margin-top: 2px;
	margin-bottom: 20px;
}
.elementor-widget-testimonial-carousel-56k .trustpilot-stars img{
	margin: 0 3px;
    display: inline-block;
    width: 25px;
}
.elementor-widget-testimonial-carousel-56k .elementor-testimonial-content :last-child{
	margin-bottom: 0;
}
.elementor-widget-testimonial-carousel-56k .elementor-testimonial-wrapper:before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	height: 60px;
	width: 60px;
	background-color: #fff;
	background-image: url("/img/cms/icone/icon-quote.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
	border-radius: 100%;
	box-shadow: 1px 1px 6px #0000000F;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*** fascia FAQ ***/
.elementor-accordion-title{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
    margin: 0;
    font-size: 16px;
    line-height: 1.1;
}
.elementor-tab-title:hover .elementor-accordion-title{
	text-decoration: underline;
}
.elementor-accordion .elementor-tab-content{
	border-top: none !important;
}
.elementor-accordion .elementor-accordion-item{
	border-left: none !important;
	border-right: none !important;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{
	width: 20px;
	height: 20px;
	background: var(--primary-color);
	border-radius: 100%;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened:before,
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed:before{
	font-family: 'Gabarito';
    color: #fff;
    font-weight: 400;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened:before{
    content: "−";
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed:before{
    content: "+";
}
.elementor-accordion .elementor-tab-title{
	padding: 20px 35px 20px 0px !important;
	position: relative;
	font-size: 16px;
    font-weight: 500;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

/*** fascia newsletter ***/
.newsletter-style-1 .newsletter-section{
	background-color: #F7F7F7;
}
.block_newsletter .btn-primary,
.cp-popup form .btn-primary{
	margin-top: 20px;
}

/*** loghi PR ***/
.fascia-loghi-pr{
	padding: 20px 15px;
}
.fascia-loghi-pr .swiper{
	margin: 0;
	visibility: hidden;
}
.fascia-loghi-pr .logo{
	padding: 0 10px;
	box-sizing: border-box;
}
.fascia-loghi-pr .logo img{
    height: 30px;
    width: auto;
    max-width: 100%;
    min-width: 100%;
}
.fascia-loghi-pr{
	background: #F7F7F7;
}

/*** fascia in evidenza ***/
.elementor-pagination-position-outside .swiper{
	padding-bottom: 50px;
}
 .elementor-widget-product-carousel .product-miniature .thumbnail-container{
 	margin-bottom: 0 !important;
 }
.elementor-widget-product-carousel .thumbnail-container,
.elementor-widget-product-carousel .thumbnail-container img{
	width: 100%;
}
.featured-section,
.sezione-prodotti-patologia{
	overflow: hidden;
}
.featured-section .swiper,
.sezione-prodotti-patologia .swiper{
	overflow: visible;
}
.featured-section .elementor-heading-title span{
	display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

/*** icon box (advanced) ***/
.elementor-widget-icon-box-56k .elementor-icon-box-wrapper {
    display: flex;
    text-align: center;
}
.elementor-widget-icon-box-56k.elementor-vertical-align-top .elementor-icon-box-wrapper{
    align-items: flex-start;
}
.elementor-widget-icon-box-56k.elementor-position-left .elementor-icon-box-wrapper {
    text-align: left;
    flex-direction: row;
}
.elementor-widget-icon-box-56k.elementor-position-right .elementor-icon-box-wrapper{
    text-align: right;
    flex-direction: row-reverse;
}
.elementor-widget-icon-box-56k .elementor-icon-box-description :last-child{
	margin-bottom: 0;
}
.elementor-widget-icon-box-56k .line{
	position: absolute;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    right: unset;
    border-bottom: 1px solid var(--dark-color);
    border-color: var(--dark-color);
}
.elementor-widget-icon-box-56k.blocco-beneficio-dx .line{
	left: unset;
	right: 0;
}
.elementor-widget-icon-box-56k .elementor-icon-box-content{
    flex-grow: 1;
}

@media (max-width: 767px) {
    .elementor-widget-icon-box-56k.elementor-mobile-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box-56k.elementor-mobile-position-right .elementor-icon-box-wrapper{
        flex-direction: row;
    }
    .elementor-widget-icon-box-56k.elementor-mobile-position-left .elementor-icon-box-wrapper{
        text-align: left;
        flex-direction: row;
    }
    .elementor-widget-icon-box-56k .line{
    	display: none;
    }
}

/*** pagina contenuti TOC ***/
#toc-box{
	background-color: #F7F7F7;
	border-radius: 15px;
	padding: 40px 20px 40px 40px;
	position: static;
}
.colonna-toc-fixed .elementor-widget-wrap{
	height: fit-content;
	position: static;
}
#toc-box.fixed,
.colonna-toc-fixed .elementor-widget-wrap.fixed{
	position: fixed;
}
#toc-box.absolute,
.colonna-toc-fixed .elementor-widget-wrap.absolute{
	position: absolute;
	bottom: 0;
}
#toc-box .title{
    font-family: 'Gabarito';
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
}
#toc-box .tocify-header > li > a:before,
.ybc_indexing_box .ybc_indexing_content_post .ybc_indexing.index_h2 a:before{
	content: counter(toc-counter);
    counter-increment: toc-counter;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 21px;
    line-height: 1;
    height: 30px;
    width: 30px;
    font-weight: bold;
}
#toc-box .tocify-header,
.ybc_indexing_box .ybc_indexing_content_post .ybc_indexing.index_h2{
	padding-left: 50px;
	position: relative;
    margin-bottom: 20px;
}
#toc-box .tocify-header:last-of-type,
.ybc_indexing_box .ybc_indexing_content_post .ybc_indexing.index_h2:last-of-type{
	margin-bottom: 0;
}
#toc-box .tocify-header > li{
    min-height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#toc-box .tocify-header > li > a,
.ybc_indexing_box .ybc_indexing_content_post .ybc_indexing.index_h2 a{
	font-family: 'Gabarito';
    font-weight: 600;
    display: block;
    color: #000;
}
#toc-box .tocify-header .tocify-subheader a,
.ybc_indexing_box .ybc_indexing_content_post .ybc_indexing.index_h3 a,
.ybc_indexing_box .ybc_indexing_content_post .ybc_indexing.index_h4 a,
.ybc_indexing_box .ybc_indexing_content_post .ybc_indexing.index_h5 a{
	font-family: 'Gabarito';
    font-weight: 400;
    display: block;
    padding: 5px 0 5px 20px;
    color: #000;
}
.ybc_indexing_box .ybc_indexing_content_post .ybc_indexing.index_h4 a{
	padding-left: 40px;
}
.ybc_indexing_box .ybc_indexing_content_post .ybc_indexing.index_h5 a{
	padding-left: 60px;
}
.toc-text h2:before{
	content: counter(h2-counter)".";
    counter-increment: h2-counter;
	display: inline;
    color: var(--primary-color);
    font-size: 36px;
    font-weight: bold;
    margin-right: 15px;
}
#toc-box-content{
    max-height: calc(100vh - 200px);
    overflow: auto;
    padding-right: 20px;
}

#toc-box-content::-webkit-scrollbar{
    width: 5px;
}
#toc-box-content::-webkit-scrollbar-track{
    background: #F7F7F7;
    border-radius: 5px;
}
#toc-box-content::-webkit-scrollbar-thumb{
    background-color: var(--primary-color);
    border-radius: 5px;
}
.ybc_indexing_box .ybc_indexing_content_post .ybc_indexing.index_h2{
	min-height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.ybc_indexing_box .ybc_indexing_content_post .ybc_indexing.index_h3,
.ybc_indexing_box .ybc_indexing_content_post .ybc_indexing.index_h4,
.ybc_indexing_box .ybc_indexing_content_post .ybc_indexing.index_h5{
	margin-top: -20px;
	margin-bottom: 20px;
	padding-left: 50px;
}
#ybc_blog_page a:focus,
#ybc_blog_page a:active,
#ybc_blog_page a:hover{
	text-decoration: underline;
}


/*** pagina ingrediente ***/
.elementor-widget-wrap > .elementor-element.foto-ingrediente{
	width: fit-content;
}
.foto-ingrediente:before{
	content: "";
	display: block;
	position: absolute;
	top: 2%;
	left: 2%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--primary-color);
	z-index: -1;
}

/*** pagina glossario ***/
.lettere-glossario .elementor-icon-list-items{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0 !important;
}
.lettere-glossario .elementor-icon-list-item a{
	display: block;
	width: 35px;
	min-width: 35px;
	max-width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #707070;
	border-radius: 50%;
	color: #000;
	font-family: 'Gabarito';
    font-weight: bold;
    font-size: 18px;
    margin: 5px;
}
.lettere-glossario .elementor-icon-list-item a.linked{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.lettere-glossario .elementor-icon-list-item a:not(.linked):hover{
	cursor: not-allowed;
}
.lettere-glossario .elementor-icon-list-item a.linked:hover{
	background-color: var(--dark-color);
}
.lettere-glossario .elementor-icon-list-item a,
.lettere-glossario .elementor-icon-list-item a:hover,
.lettere-glossario .elementor-icon-list-item a:focus{
	text-decoration: none !important;
}

/*** form ***/
.form-contatto-box{
	padding: 20px 15px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 15px;
	background: #fff;
}
.form-contatto-box h2{
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 30px;
}
.form-contatto-box .btn-primary{
	width: 100%;
    white-space: normal;
}
.form-contatto .btn-primary{
	margin: 0 auto;
    display: block;
}
.block_newsletter .btn-primary,
form .ets_cfu_form-control.btn-primary{
	padding-left: 75px;
	padding-right: 75px;
}

.col-field .col-field-inside,
.ets_cfu_input label{
    position: relative;
}
.col-field .form-control-label,
form span.ets_cfu_span{
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 10;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 13px;
}
form .ets_cfu_input_radio span.ets_cfu_span{
	position: static;
	margin-right: 20px;
    white-space: nowrap;
}
form .ets_cfu_input_radio > label{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
form .ets_cfu_input_radio .ets_cfu-radio .ets_cfu-list-item{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 15px;
}
.form-control-comment-custom,
.form-control-fileupload-custom,
.input-group .input-group-btn>.btn[data-action=show-password]{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    background: none;
    font-size: 0;
    background-image: url("/img/cms/icone/icona-info.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    padding: 0;
    outline: none;
    z-index: 10;
    transition: none;
    margin: 0;
    cursor: pointer;
}
.form-control-comment-custom .comment-tooltip{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    font-size: 13px;
    right: 5px;
    bottom: calc(50% + 20px);
    background: var(--primary-color);
    color: #000;
    padding: 10px 15px;
    width: max-content;
    max-width: 230px;
    transition: all 0.4s ease;
    border-radius: 5px;
    line-height: 1.15;
}
.form-control-comment-custom .comment-tooltip:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--primary-color);
    position: absolute;
    top: 100%;
    right: 11px;
}
.form-control-comment-custom:hover .comment-tooltip{
    visibility: visible;
    opacity: 1;
}

.block_newsletter form input[type="text"],
.block_newsletter form input[type="email"],
.form-contatto input[type="text"],
.form-contatto input[type="email"],
.form-contatto input[type="tel"],
.form-contatto input[type="file"],
.form-contatto textarea,
.ybc_blog_sidebar .ybc_block_search input[type="text"],
.promo-input,
textarea,
textarea.form-control,
select.form-control,
input[type="text"].form-control,
input[type="email"].form-control,
input[type="tel"].form-control,
input[type="password"].form-control{
	background: #fff;
    width: 100%;
    /*box-shadow: 1px 1px 5px #0000000F;
    border: 1px solid #EBEBEB;*/
	border: 1px solid #ababab;
    padding: 30px 15px 10px 15px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
}
#delivery textarea{
	padding-top: 10px;
}
::-webkit-file-upload-button{
   display: none;
}
::file-selector-button{
  display: none;
}
.form-contatto input[type="file"]{
	cursor: pointer;
}

select.form-control{
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("/img/cms/icone/icon-dropdown.svg");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 12px;
}
.col-field .form-control.has-comment,
.col-field .form-control#field-password{
	padding-right: 45px;
}

.input-group .input-group-btn > .btn[data-action="show-password"]{
	background-image: url("/img/cms/icone/icon-visibility-on.svg");
}
input[type="text"].js-visible-password + .input-group-btn .btn[data-action="show-password"]{
    background-image: url("/img/cms/icone/icon-visibility-off.svg");
}
.form-control-fileupload-custom{
	background-image: url("/img/cms/icone/icon-upload.svg");
}


.form-contatto textarea{
	height: 150px;
	min-height: 150px;
}
body#checkout #delivery textarea,
body#checkout #gift_message textarea{
	height: 100px;
	min-height: 100px;
}
.block_newsletter form input[type="text"],
.block_newsletter form input[type="email"],
.block_newsletter form select,
.block_newsletter form .col-field-inside-radio,
.cp-popup form input[type="text"],
.cp-popup form input[type="email"],
.cp-popup form select,
.cp-popup form .col-field-inside-radio,
form .ets_cfu_col > div > label,
.contact-form .form-group.row .col-field{
    margin-bottom: 20px;
}
.contact-form .form-group.row{
	margin-bottom: 0;
}
.block_newsletter .custom-checkbox,
form .ets_cfu-acceptance,
.form-contatto .gdpr_consent,
.form-contatto .subscribe-newsletter-label,
.cp-popup .gdpr_consent{
	font-size: 13px;
}
.form-contatto .subscribe-newsletter-label strong{
	font-weight: 500;
}
.ybc_blog_sidebar .ybc_block_search input[type="text"]{
	border-radius: 30px;
	font-size: 14px;
	padding: 0 60px 0 20px;
}
.promo-input{
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 15px;
	border-radius: 30px;
}

.ets_cfu_input_recaptcha label{
	margin: 0;
}
.ets_cfu_input_recaptcha br{
	display: none;
}

.block_newsletter form .col-field-inside-radio .custom-radio,
.cp-popup form .col-field-inside-radio .custom-radio,
.col-field-customer-type .custom-radio{
	margin: 0 30px 0 0;
	display: inline-block;
}

.col-field-animal-type.hidden,
.form-nl-area.hidden{
	display: none;
}
.wpcfu .form-nl-area label{
	font-weight: normal;
}

/*** fascia blog ***/
.section-blog-last-posts:before{
	content: "";
	background-image: url("/img/cms/header/bg-circle-grey.svg");
	background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
	right: -21%;
    top: -7%;
    width: 75%;
    height: 30%;
}
.section-blog-last-posts{
	background-color: #F7F7F7;
	padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.section-blog-last-posts .sopratitolo{
	font-size: 16px;
	font-family: 'Gabarito';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-blog-last-posts h2,
.section-blog-last-posts .sopratitolo{
	text-align: center;
	position: relative;
}
.section-blog-last-posts h2{
	margin-bottom: 50px;
}
.section-blog-last-posts .swiper{
	padding: 15px;
	margin: 0 -15px;
}
.section-blog-last-posts .swiper.swiper-initialized .swiper-slide{
	padding-left: 0;
	padding-right: 0;
}
.section-blog-last-posts .ybc_item_img{
	display: block;
	width: 100%;
	overflow: hidden;
}
.section-blog-last-posts .swiper-slide{
	height: auto;
	overflow: visible;
}
.section-blog-last-posts .ybc-blog-latest-post-box,
.ybc-blog-related-posts .ybc-blog-latest-post-box,
.elementor-cta{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.section-blog-last-posts .ybc-blog-latest-post-box,
.ybc-blog-related-posts .ybc-blog-latest-post-box,
.ybc_blog_sidebar .ybc_blog_content_block_item,
.ybc-blog-list .post-wrapper,
.elementor a.elementor-cta{
	box-shadow: 1px 1px 6px #0000000F;
    background-color: #fff;
	border-radius: 15px;
    overflow: hidden;
}

.ybc-blog-list .post-wrapper{
	box-shadow: 0px 3px 10px #00000029
}

.elementor-cta--skin-classic .elementor-cta-content{
	background-color: unset;
}
.section-blog-last-posts .ybc-blog-latest-post-content,
.ybc-blog-related-posts .ybc-blog-latest-post-content,
.elementor-cta-content{
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.section-blog-last-posts .ybc-blog-latest-post-content,
.ybc-blog-related-posts .ybc-blog-latest-post-content,
.ybc_blog_layout_large_list .ybc-blog-list:not(.blog-main-page) li .ybc-blog-wrapper-content,
.ybc_blog_layout_list .ybc-blog-list li .ybc_item_img + .ybc-blog-wrapper-content,
.elementor-cta-content{
	padding: 25px;
}
.elementor-cta-content{
	padding-bottom: 55px;
}
.ybc_blog_sidebar .ybc_blog_content_block_item .ybc-blog-latest-post-content{
	padding: 20px;
}

.section-blog-last-posts .ybc-blog-post-date,
.ybc-blog-related-posts .ybc-blog-post-date{
    margin-bottom: 25px;
}
.ybc-blog-post-date.btn-primary{
    padding: 9px 15px 9px 37px;
    font-size: 13px;
    font-weight: 400;
    position: relative;
}
.ybc-blog-post-date.btn-primary:before{
	content: "";
    width: 14px;
    height: 14px;
    background-image: url("/img/cms/icone/icona-orologio.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: calc(50% - 7px);
}
.ybc_title_block,
.ybc-blog-wrapper .ybc_title_block{
	font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    float: none;
    padding: 0;
    line-height: normal;
    text-transform: none;
}
.ybc-blog-post-desc :last-child{
	margin-bottom: 0;
}
.read_more_blog,
.elementor-cta--skin-classic.elementor-button-default .elementor-button{
    text-transform: uppercase;
	font-family: 'Gabarito';
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid var(--primary-color);
    border-top: none;
    border-left: none;
    border-right: none;
    white-space: nowrap;
    border-radius: 0;
}
.section-blog-last-posts .read_more_blog,
.ybc-blog-related-posts .read_more_blog,
.elementor-cta .elementor-content-item.elementor-cta-button-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
}
.elementor-cta .elementor-content-item.elementor-cta-button-wrapper{
	bottom: 25px;
}
.read_more_blog:hover,
.read_more_blog:focus,
.ybc_title_block a:hover,
.ybc_title_block a:focus,
.elementor-cta--skin-classic.elementor-button-default .elementor-button:hover,
.elementor-cta--skin-classic.elementor-button-default .elementor-button:focus{
	color: #000;
	border-color: #000;
	text-decoration: none !important;
}
.section-blog-last-posts .blog_view_all_button{
	margin-top: 30px;
}
.blog_view_all_button{
	text-align: center;
}
.ybc_blog_sidebar .block .blog_view_all_button{
	text-align: left;
}
.section-blog-last-posts .ybc-blog-latest-post-content-container,
.ybc-blog-related-posts .ybc-blog-latest-post-content-container{
	position: relative;
	padding-bottom: 50px;
    height: 100%;
    box-sizing: border-box;
}

.ybc-block-author{
	float: none;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 15px;
    background-color: #F7F7F7;
    border: none;
}
.ybc-block-author .ybc-author-name > a{
	color: #000;
}

/*** pagina blog ***/
.section-blog-intro{
	padding: 35px 0;
	background-color: #F7F7F7;
    background-image: url("/img/cms/header/bg-about.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-blog-intro .breadcrumb{
	text-align: center;
}
.section-blog-intro h1{
    text-align: center;
}
.ybc-blog #content-wrapper .ybc-blog-wrapper,
#content-wrapper .ybc-blog-wrapper{
	padding: 0;
}
.section-blog-content{
	padding: 50px 0;
}
#left-column .ybc_blog_sidebar .block,
#right-column .ybc_blog_sidebar .block{
	background-color: unset;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    float: none;
    margin-bottom: 0;
    padding: 30px;
}
#right-column .ybc_blog_sidebar .block + .block{
	padding-top: 10px;
}
.ybc_blog_sidebar{
	background-color: #F7F7F7;
	border-radius: 15px;
}
#left-column .title_blog,
#left_column .title_blog,
#right-column .title_blog,
#right_column .title_blog{
	margin-top: 0;
}

#right-column .ybc_blog_sidebar .block.ybc_block_categories_custom a{
	color: #000;
}
#right-column .ybc_blog_sidebar .block.ybc_block_categories_custom a:hover{
	color: var(--dark-color);
}

.ybc_item_img,
.ybc_blog_layout_large_list .ybc-blog-list:not(.blog-main-page) li .ybc-blog-wrapper-content,
.ybc_blog_layout_list .ybc-blog-list li .ybc_item_img + .ybc-blog-wrapper-content,
.ybc_blog_layout_large_list .ybc-blog-list:not(.blog-main-page) li .ybc_item_img,
.ybc_blog_layout_list .ybc-blog-list li .ybc_item_img{
	float: none;
	width: 100%;
}

.ybc_item_img,
.ybc_blog_layout_large_list .ybc-blog-list:not(.blog-main-page) li .ybc_item_img,
.ybc_blog_layout_list .ybc-blog-list li .ybc_item_img{
	display: block;
	overflow: hidden;
	padding: 0;
}
.ybc_item_img img,
.elementor-cta .elementor-cta-bg{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition-duration: 0.5s !important;
    transition-duration: 0.5s !important;
}
.ybc_item_img:hover img,
.elementor-cta:hover .elementor-bg{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}
.ybc-blog-list li{
	margin-bottom: 30px;
}
.ybc-blog-list .post-wrapper{
	float: none;
}
.ybc-navigation-blog{
	background: none;
	border: none;
	margin: 0;
}
.ybc_blog_layout_list .ybc_title_block{
	font-size: 24px;
}
.ybc_blog_layout_list .ybc_title_block a,
.ybc_blog_content_block_item .ybc_title_block a{
	color: #000;
}
.ybc_blog_layout_list .ybc_title_block a:hover,
.ybc_blog_layout_list .ybc_title_block a:focus,
.ybc_blog_content_block_item .ybc_title_block a:hover,
.ybc_blog_content_block_item .ybc_title_block a:focus{
	color: var(--dark-color);
}
.ybc_blog_content_block_item .ybc_title_block{
	margin-bottom: 15px;
}

.ybc-blog-categories{
	float: none;
    border-radius: 15px;
    background-color: #F7F7F7;
    display: block;
    padding: 0 15px 0 30px;
    margin-bottom: 20px;
    font-size: 14px;
    position: relative;
    margin-right: 0;
}
.post-details .ybc-blog-categories{
	margin-bottom: 30px;
}
.ybc-blog-categories a{
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
}
.ybc-blog-categories a:hover,
.ybc-blog-categories a:focus{
	color: var(--dark-color);
}
.ybc-blog-categories .divisor{
	display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.ybc-blog-categories:before{
	content: "";
    height: calc(100% - 20px);
    width: 5px;
    background: var(--primary-color);
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 15px;
    top: 10px;
}
.blog-item-box-top,
.blog-item-box-bottom{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}
.blog-item-box-top{
	margin: 25px 0 30px 0;
}
.blog-item-box-bottom{
	border-top: 1px solid #707070;
	margin-top: 20px;
	padding-top: 25px;
}
.ybc_blog_layout_list .read_more_blog{
	margin-left: auto;
}
.ybc-blog-item-tags{
	margin: -7px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-item-box-top .ybc-blog-item-tags,
.blog-item-box-bottom .ybc-blog-item-tags{
	margin-left: 15px;
}
.ybc-blog-item-tag.btn-primary{
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 400;
    background-color: var(--light-color);
    border-radius: 10px;
    margin: 7px 15px 7px 0;
}
.ybc-blog-item-tag.btn-primary:hover,
.ybc-blog-item-tag.btn-primary:focus{
    background-color: var(--primary-color);
}
#left-column .title_blog,
#left_column .title_blog,
#right-column .title_blog,
#right_column .title_blog,
.ybc-blog-related-posts .title_blog,
#ybc-blog-related-products .title_blog{
    color: #000;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.ybc-navigation-blog-content .block_content li a{
	display: block;
	color: #000;
}
.ybc-navigation-blog-content .block_content li a:hover,
.ybc-navigation-blog-content .block_content li a:focus{
	color: var(--dark-color);
}

.blog-paggination .results{
	display: none;
}
.blog-paggination{
    -webkit-justify-content: center;
    justify-content: center;
}
.blog-paggination .links a.frist,
.blog-paggination .links a.last{
	display: none;
}
.blog-paggination .links a,
.blog-paggination .links > b{
	box-shadow: 1px 1px 6px #0000000F;
	border: 1px solid #F1F1F1;
    border-radius: 50%;
    margin: 0 10px;
    font-family: 'Gabarito';
    font-weight: bold;
    color: #000;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    float: none;
    font-size: 16px;
}
.blog-paggination .links > b{
	background-color: var(--primary-color);
}
.ybc_blog_sidebar .block.page_html_box img{
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}
.ybc_blog_sidebar .block.page_html_box .block_content :last-child{
	margin-bottom: 0;
}
.ybc_blog_sidebar .ybc_block_search .button[type="submit"]{
	background-color: var(--primary-color);
	background-image: url("/img/cms/icone/icon-search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42%;
	border-radius: 50%;
	width: 40px;
	padding: 0;
	transition: all 0.4s ease;
}
.ybc_blog_sidebar .ybc_block_search .button[type="submit"]:hover{
	background-color: var(--dark-color);
}
.ybc_blog_sidebar .ybc_block_search .icon_search{
	display: none;
}

/*** articolo blog ***/
.ybc-blog-wrapper-detail{
	padding: 0;
}
.section-blog-post-intro img{
	width: 100%;
	height: auto;
}
.ybc-blog-tags-social{
    overflow: hidden;
}
.ybc_blog_related_posts_type_default .ybc-blog-related-posts-wrapper{
	margin: 0;
}
.ybc-blog-related-posts{
	border: none;
	margin-top: 50px;
	padding: 0;
}
#ybc-blog-related-products{
	padding-top: 40px;
	border: none;
}
.ybc_indexing_box{
	background-color: #F7F7F7;
	border: none;
    border-radius: 15px;
    padding: 20px;
}
.ybc_indexing_box_title{
	border: none;
	padding: 0;
}
.ybc_indexing_content_post{
	margin-top: 15px;
	padding: 0;
}
.ybc_indexing_box_title{
	text-transform: none;
}

.blog_description img[style*="float:left"],
.blog_description img[style*="float: left"]{
	margin-top: 5px;
	margin-bottom: 30px;
	margin-right: 30px;
}
.blog_description img[style*="float:right"],
.blog_description img[style*="float: right"]{
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 30px;
}

/*** section fixed ***/
.section-fixed-scroll > .elementor-container{
	background-color: #fff;
	position: static;
}
.section-fixed-scroll.fixed > .elementor-container{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
    width: 100%;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 5%);
}
.section-fixed-scroll.fixed > .elementor-container .elementor-section-boxed{
	padding: 10px 0 20px 0;
}
.section-fixed-scroll > .elementor-container .elementor-section-boxed,
.section-menu-faq > .elementor-container .elementor-icon svg,
.section-menu-faq > .elementor-container .elementor-icon-box-wrapper{
	transition: all 0.5s ease;
}
.section-menu-faq.fixed > .elementor-container .elementor-icon-box-description{
	display: none;
}
.section-menu-faq.fixed > .elementor-container .elementor-icon-box-title{
	margin-bottom: 0;
}
.section-menu-faq.fixed > .elementor-container .elementor-icon svg{
	height: 30px;
	width: 30px;
}
.section-menu-faq.fixed > .elementor-container .elementor-icon-box-wrapper{
	gap: 8px;
}

/*** gdpr ***/
.psgdprinfo17{
	overflow: hidden;
}
body#module-psgdpr-gdpr h2{
	font-size: 21px;
}
input[name="psgdpr"] ~ p{
	font-size: 14px;
    margin: 0;
    line-height: normal;
    text-align: left;
}
input[name="psgdpr"] ~ p strong{
	font-weight: 500;
}

/*** box CTA ***/
.elementor-cta--skin-classic .elementor-content-item,
.elementor-cta--skin-classic .elementor-content-item .elementor-icon{
	color: #000;
}
.elementor-widget-call-to-action .elementor-widget-container{
	overflow: unset;
}
.elementor-widget-call-to-action,
.elementor-widget-call-to-action .elementor-widget-container{
	height: 100%;
}
.elementor-cta .elementor-button,
.elementor-cta--skin-classic.elementor-button-default .elementor-button{
	padding: 0;
	color: var(--dark-color);
	line-height: 1.5;
}
.elementor a.elementor-cta:not(.elementor-button-link):not(.btn):hover,
.elementor a.elementor-cta:not(.elementor-button-link):not(.btn):focus{
	text-decoration: none;
}
.elementor-cta-bg-overlay{
	display: none;
}

/*** linee ***/
.buybox-icons-linea .elementor-container{
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.buybox-icons-linea .elementor-row > .elementor-element{
	width: 25%;
}

/*** casi clinici ***/

body.cms-id-24 #menu-equini,
body.cms-id-43 #menu-animali-domestici,
body.cms-id-44 #menu-animali-esotici,
body.cms-id-45 #menu-volatili,
body.cms-id-46 #menu-altre-specie{
	opacity: 0.5;
    text-decoration: underline;
}

.image-gallery-nested .ce-image-gallery{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    grid-auto-rows: minmax(20px, 1fr);
}
.image-gallery-nested .ce-gallery-item{
	margin: 0;
	grid-column: span var(--ce-col-span, 1);
    grid-row: span var(--ce-row-span, 1);
}
.image-gallery-nested .ce-gallery-item .ce-gallery-icon{
	position: relative;
    overflow: hidden;
    width: 100%;
}
.image-gallery-nested .ce-gallery-item .ce-gallery-icon,
.image-gallery-nested .ce-gallery-item .ce-gallery-icon img{
    aspect-ratio: 3 / 2;
    transition-duration: 800ms;
    transition-property: all;
}
.accordion-nested{
	margin-top: 30px;
}
.accordion-nested .elementor-accordion-item{
	border: none;
	background: var(--light-color);
}
.accordion-nested .elementor-accordion .elementor-tab-title{
	padding-left: 50px !important;
}
.accordion-nested .elementor-accordion .elementor-tab-title:before{
	content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    z-index: 10;
    position: absolute;
    top: calc(50% - 11px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.accordion-nested .elementor-accordion .elementor-tab-title:before{
	background-image: url("/img/cms/icone/icon-gallery-alert.svg");
    left: 15px;
}
.accordion-nested .elementor-accordion .elementor-tab-title .gallery-title{
    font-family: 'Gabarito';
}
.accordion-nested .elementor-accordion .elementor-tab-title .warning{
	position: relative;
	display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 4px;
}
.accordion-nested .elementor-accordion .elementor-tab-title .warning strong{
    font-weight: 500;
}

/*** home mobile ***/
.elementor-widget-image-carousel-56k .text-content{
	text-align: left;
	padding: 0 40px 30px 40px;
}
.elementor-widget-image-carousel-56k .text-content .btn{
	margin-top: 10px;
}
.elementor-widget-image-carousel-56k .swiper-slide-image{
	max-width: 80%;
	display: block;
	margin: 20px auto;
}
.elementor-widget-image-carousel-56k .swiper-slide-2{
	background-color: var(--light-color);
	height: auto;
}
.elementor-widget-image-carousel-56k .buybox-icons{
	margin: 20px 0;
}
.elementor-widget-image-carousel-56k .buybox-icons .icon-badge{
	padding: 0 20px 0 0;
	width: auto;
}
.elementor-widget-image-carousel-56k .buybox-icons .icon-badge .icon-badge-circle{
	margin: 0;
}
.elementor-widget-image-carousel-56k .swiper-pagination{
	position: absolute;
    top: 80vw;
    bottom: unset;
    right: 20px;
    left: unset;
    width: fit-content;
    height: auto;
}

/*** geolocation ***/
a.link_to_signin,
.ets_geo_btn_submit_apply{
	background: var(--primary-color);
	border: none;
    color: #000;
}
a.link_to_signin:hover,
.ets_geo_popup_group_button a.yes_ok:hover,
.ets_geo_btn_submit_apply:hover{
	background: var(--dark-color);
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: var(--primary-color);
	color: #000;
}
.select2-results__option[aria-selected]{
	color: #000;
}

/*** download ***/
body .button-download-warning a.elementor-button:not(#e){
    max-width: 400px;
}
.button-download-warning .elementor-button-text span{
    font-family: "Roboto", sans-serif;
	font-size: 13px;
    font-weight: 400;
    display: block;
    margin-top: 7px;
    line-height: normal;
}
.button-download-warning .elementor-button-text span strong{
    font-weight: 500;
}

/*** filtro checkbox + tendina ***/
.facet-dropdown-checkbox{
    border: 1px #707070 solid;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.facet-dropdown-checkbox .select-title{
	color: #000;
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.facet-dropdown-checkbox .select-title i{
	background-image: url("/img/cms/icone/icon-dropdown-thin.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    font-size: 0;
}
.facet-dropdown-checkbox.open .select-title i{
	transform: rotate(180deg);
}
.facet-dropdown-checkbox .select-title:hover{
	text-decoration: none;
}
.facet-dropdown-checkbox .dropdown-menu{
	position: static;
    float: none;
    margin: 0;
    border: none;
    padding: 0 20px 20px 20px;
    overflow: auto;
    max-height: 177px;
}

.facet-dropdown-checkbox .dropdown-menu::-webkit-scrollbar{
    width: 12px;
}
.ctf-popup-content form::-webkit-scrollbar{
    width: 7px;
}
.facet-dropdown-checkbox .dropdown-menu::-webkit-scrollbar-track,
.ctf-popup-content form::-webkit-scrollbar-track{
    background: #F7F7F7;
    border-radius: 5px;
}
.facet-dropdown-checkbox .dropdown-menu::-webkit-scrollbar-thumb,
.ctf-popup-content form::-webkit-scrollbar-thumb{
    background-color: var(--primary-color);
    border-radius: 5px;
}

/*** paypal ***/
[paypal-mark-container]{
	display: none !important;
}
[data-paypal-source-page="product"]{
	margin: 25px 0 0 0 !important;
    line-height: 0;
    width: 100%;
    min-height: 45px;
}
[data-paypal-source-page="product"] [paypal-button-container]{
    max-width: calc(100% - 65px);
}
body#cart [data-paypal-source-page="cart"]{
	margin: 20px 0 0 0 !important;
    line-height: 0;
    min-height: 45px;
}
body#checkout [data-paypal-source-page="cart"]{
	margin: 0 !important;
    line-height: 0;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 35px;
}
[data-container-bnpl]{
    position: absolute;
    visibility: hidden;
}
.express-checkout{
	border: 1px solid var(--primary-color);
    padding: 8px 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
.express-checkout .title{
	margin: 0 0 5px 0;
    display: block;
    text-align: center;
}

/*** nexi / paypal ***/
#xpay-card{
	background-color: #fff;
}

#paypal-buttons{
	margin-top: 20px;
}

/*** social login ***/
.ets_solo_social{
	margin-bottom: 0;
}
#authentication .ets_solo_social_wrapper.lgp{
	border: none;
	padding: 0;
	margin: 0;
}
.ets_solo_or{
	margin: 25px 0;
}

/*** fatturazione elettronica (Italia) ***/
.categoria-fiscale-desc{
	font-size: 14px;
    line-height: 1.1;
    text-align: justify;
    font-style: italic;
}
.col-field .form-control-label[for="field-categoria_fiscale"]{
	position: static;
	font-size: inherit;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

a[data-target="#bankwire-modal"]{
	display: block;
    margin-top: 10px;
    cursor: pointer;
    font-weight: 500;
}

/*** cookie bar ***/
.lgcookieslaw-banner-floating{
    width: 600px !important;
    padding: 20px 10px !important;
	box-shadow: 0px 3px 6px #00000029;
}
.lgcookieslaw-banner-message p{
    line-height: 1.3;
    font-size: 13px;
}

.lgcookieslaw-banner-floating .lgcookieslaw-reject-button,
.lgcookieslaw-banner-floating .lgcookieslaw-accept-button{
	border: 1px solid var(--primary-color) !important;
	line-height: 1;
	text-transform: none;
	margin: 0 !important;
    font-size: 14px !important;
    height: auto !important;
    min-height: unset;
    padding: 7px 10px;
    min-height: 40px;
	width: calc(50% - 5px) !important;
	-webkit-order: unset;
	order: unset;
}
.lgcookieslaw-banner-floating a{
	font-size: 14px !important;
}
.lgcookieslaw-banner-floating .lgcookieslaw-button-container{
	margin-top: 20px;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.lgcookieslaw-banner-floating .lgcookieslaw-reject-button:hover,
.lgcookieslaw-banner-floating .lgcookieslaw-accept-button:hover{
	opacity: 0.8;
}
.lgcookieslaw-badge{
	background-color: #A66E53;
}
.lgcookieslaw-slider.lgcookieslaw-slider-checked{
    background-color: #A66E53;
    box-shadow: 0 0 1px #A66E53;
}
#lgcookieslaw_fixed_button{
    display: block !important;
    opacity: 1 !important;
	position: static;
    background: none;
    box-shadow: none;
    transform: none !important;
    width: auto;
    height: auto;
    padding: 5px 0;
    cursor: pointer;
}
#lgcookieslaw_fixed_button svg{
	height: 14px;
	width: 14px;
    margin-right: 5px;
    margin-top: 4px;
    vertical-align: top;
}
#lgcookieslaw_fixed_button:hover span{
	color: var(--dark-color) !important;
}
#lgcookieslaw_fixed_button:hover svg{
	fill: var(--dark-color);
}
#lgcookieslaw_fixed_button span,
#lgcookieslaw_fixed_button svg{
    transition: .4s;
}

/*** popup chiedi esperto ***/
.ets_cfu_wrapper .titolo{
	font-family: 'Gabarito';
    font-weight: bold;
	font-size: 17px;
}
.ets_cfu_wrapper .h3{
    background: var(--primary-color);
}
.ets_cfu_wrapper .titolo,
.ets_cfu_wrapper .testo{
	text-align: center;
}
.ets_cfu_wrapper .testo{
	font-size: 14px;
}
.ctf-popup-wapper .ets_cfu-submit{
	width: 100%;
}
.ctf_close_popup{
	background-image: url("/img/cms/icone/icon-close-popup.svg");
}
.contatta-esperto-care{
	width: fit-content;
    margin: 30px auto;
    position: relative;
    padding-left: 75px;
}
.contatta-esperto-care:before{
	content: "";
    border-radius: 50%;
    box-shadow: 1px 1px 5px #0000000F;
    width: 55px;
    height: 55px;
    background-image: url("/img/cms/icone/icon-expert.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contatta-esperto-care p{
	margin: 0;
}
.contatta-esperto-care .nome,
.contatta-esperto-care .whatsapp{
	color: #000;
	font-size: 14px;
	letter-spacing: 0.4px;
	display: inline-block;
}
.contatta-esperto-care .nome{
	font-weight: bold;
}
.contatta-esperto-care .whatsapp{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 3px;
}
.contatta-esperto-care .whatsapp:before{
	content: "";
    width: 20px;
    height: 20px;
    background-image: url("/img/cms/icone/icon-whatsapp.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}
.contatta-esperto-vet{
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}
.contatta-esperto-vet .esperto{
	width: 33.3333%;
	font-size: 12px;
	text-align: center;
	padding: 0 5px;
}
.contatta-esperto-vet .esperto img{
	border: 3px solid var(--dark-color);
    border-radius: 50%;
    max-width: 90px;
    display: block;
    margin: 0 auto 10px auto;
    width: 100%;
}

.category-additional-description-buttons{
    margin-top: 30px;
    padding: 0 20px;
}
.category-additional-description-buttons .titolo > h3{
	text-transform: uppercase;
	line-height: 42px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px !important;
}
.category-additional-description-buttons .domanda > p{
    text-align: center;
}
.category-additional-description-buttons .btn{
	width: 100%;
	min-width: 250px;
}
.category-additional-description-buttons .domanda + .domanda{
	margin-top: 30px;
}

/*** creative popup ***/
form:not(#cp_15) .cp-inner{
	box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 30px) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
}
.btn-badge-popup{
	padding-right: 50px;
	box-shadow: 0 0 5px 0px rgb(0 0 0 / 15%);
}
#cp_15 .cp-layers,
#cp_15 .cp-slide-backgrounds{
	overflow: visible !important;
}

/*** topbar (fuori PB) ***/
.header-banner{
	background-color: var(--dark-color);
	padding: 5px 10px;
	font-size: 11px;
	position: relative;
}
.header-banner p{
	margin-bottom: 0;
}
.header-banner strong{
	font-weight: 500;
}
.header-banner a:hover{
	text-decoration: underline;
}
.header-banner > .elementor,
.header-banner > .elementor > .elementor-section-wrap,
.header-banner > .elementor > .elementor-section-wrap > .elementor-element,
.header-banner > .elementor > .elementor-section-wrap > .elementor-element > .elementor-container,
.header-banner > .elementor > .elementor-section-wrap > .elementor-element > .elementor-container > .elementor-row{
	height: 100%;
}

/*** topbar (dentro PB) ***/
.elementor-widget-countdown .elementor-countdown-digits,
.elementor-widget-countdown .elementor-countdown-label{
	font-size: inherit !important;
}
.elementor-widget-countdown .elementor-countdown-label{
	margin-left: 3px;
}
.topbar-text-rotating .elementor-widget-countdown{
	transition: all 0.5s ease; /* per tutto ciò che non è un link */
}
.topbar-text .elementor-widget-wrap{
    text-align: center;
	line-height: 16px;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.topbar-text .elementor-widget-wrap > .elementor-element{
    display: inline-block;
    width: auto;
}

@media screen and (max-width: 767px){
    .topbar-text .elementor-widget-wrap > .elementor-element,
    .topbar-text .elementor-widget-wrap > .elementor-element *{
        display: inline !important;
    }
    .topbar-text .elementor-widget-wrap > .elementor-element *:after{
        display: none !important;
    }
}
.topbar-text-rotating > .elementor-container > .elementor-row{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.topbar-text-rotating .topbar-text{
	width: 100% !important;
	opacity: 0;
	visibility: hidden;
}
.topbar-text-rotating .topbar-text.topbar-text-1{
	opacity: 1;
	visibility: visible;
}
body:not(.elementor-editor-active) .topbar-text-rotating .topbar-text-1 ~ .topbar-text{
	position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
body.elementor-editor-active .topbar-text{
    margin-bottom: 50px !important;
}
body.elementor-editor-active .topbar-text-rotating .topbar-text{
    opacity: 1 !important;
    visibility: visible !important;
}

/*** products shortcode (blog) ***/
.products-shortcode{
	position: relative;
	clear: both;
}
.products-shortcode.products-shortcode-carousel{
	margin: 0 -15px;
	max-width: unset;
}
.products-shortcode .carousel-flow-custom{
	padding: 0 15px;
}
.products-shortcode .row{
	max-width: unset;
}
.products-shortcode.products-shortcode-static .row{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.blog_description .products-shortcode ul li{
	list-style-type: none;
	
}
.blog_description .products-shortcode ul li span{
	max-width: unset;
}
.blog_description .products-shortcode .product-miniature .thumbnail-container{
	margin: 30px 0;
}

/*** carousel ***/

.elementor-swiper-button-prev,
.elementor-swiper-button-next{
	position: absolute;
    width: 20px;
    height: 20px;
    padding: 10px !important;
    margin: 0 !important;
    display: block;
    box-sizing: content-box;
    background: none !important;
    border: none;
    font-size: 0;
    z-index: 100;
    outline: none !important;
    opacity: 0.35;
    transition: all 0.4s ease;
}
.elementor-swiper-button-prev,
.elementor-swiper-button-next{
    top: 40%;
}
.elementor-swiper-button-prev{
	left: -45px;
}
.elementor-swiper-button-next{
	right: -45px;
}
.elementor-swiper-button-prev:before,
.elementor-swiper-button-next:before{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}
.elementor-swiper-button-prev:before{
    background-image: url("/img/cms/icone/arrow-left.svg");
	right: 0;
}
.elementor-swiper-button-next:before{
    background-image: url("/img/cms/icone/arrow-right.svg");
	left: 0;
}

/*** checkout ***/
body#checkout section.checkout-step .ets_solo_or{
	margin: 5px 0 0 0;
}
body#checkout section.checkout-step .ets_solo_or span{
	background-color: #f7f7f7;
}
body#checkout section.checkout-step .ets_solo_social_title{
	margin-bottom: 10px;
    font-weight: 500;
}

/*** messaggio checkout ***/
.checkout-customer-msg{
	background-color: var(--dark-color);
    padding: 10px;
    text-align: center;
    line-height: normal;
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.25px;
}
body#checkout .checkout-customer-msg{
	margin-top: -5px;
	margin-bottom: 10px;
}
.checkout-customer-msg a{
	color: #000;
	text-decoration: none;
}
.checkout-customer-msg a:hover{
	text-decoration: underline;
}
.checkout-customer-msg strong{
	font-weight: 500;
}
.checkout-customer-msg.checkout-customer-msg-sidebar{
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
}
body .toasterCart{
	z-index: 999999999;
}
body .toasterCart.toasterPanel.opened a:not(.btn){
	color: inherit;
}

/*** promo carrello laterale ***/
.sidebar-cart-promo{
	margin: -20px -20px 30px -20px;
}
.sidebar-cart-promo img{
	width: 100%;
}

/*** promo slider ***/
.slider-home .direction{
	display: none;
}
.elementor-widget-image-slider .carousel .carousel-item .caption{
    font-size: 2rem;
    line-height: 1.2;
    font-family: 'Gabarito';
}
.elementor-widget-image-slider .carousel .carousel-item .caption .display-1{
	text-transform: none !important;
    font-size: 3.4vw;
    line-height: 1;
    margin-bottom: 25px;
}
.elementor-widget-image-slider .carousel .carousel-item .caption .btn{
    margin-top: 20px;
    font-size: 1.2rem;
}
.elementor-widget-image-slider .carousel,
.elementor-widget-image-slider .carousel-inner{
	margin: 0;
}

/*** flag custom ***/
#products .product-description,
.product-miniature .product-description,
.product-miniature .thumbnail-container{
    overflow: hidden !important;
}
.product-flag-custom{
    position: absolute;
    top: 20px;
    left: -60px;
    z-index: 10;
    background-color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.05;
    padding: 8px 60px;
    width: 200px;
    text-align: center;
    transform: rotate(-45deg);
}

/*** recaptcha ***/
.grecaptcha-badge{
	z-index: 9999;
}

/*** modale ***/
.modal-header .close{
    margin-top: 0;
    background: var(--dark-color);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    opacity: 1;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    text-shadow: none;
}
