/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* ------- Copyright 2015 Web Alchemy srls ----------------------------------------

Aggiornato 29/09/2015
Aggiornato 29/05/2016


------------------- Triks ------------------------------------

background: url(../../../../wp-myimage/header-bg.png) no-repeat;

.classe:nth-child(1)

transition: all 0.3s ease 0s;

text-rendering: optimizeLegibility;

box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);

text-shadow: 0.1em 0.1em 0.2em #000000 ;

text-shadow: 1px 1px 3px #000000 ;

li[data-id="99"] a{
    
<a class="no-display"

.picopallo:not(:first-child)

<?php shailan_dropdown_menu(); ?>

-------------------------- Sfondo semi trasparente CSS  --------------------------
.alpha60 {
background: rgb(0, 0, 0) transparent;
background: rgba(0, 0, 0, 0.6);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

*/


:root {
    --blu: #FAD3D5;
    --verde: #B1D284;
    --giallo: #FDDA63;
    --azzurro: #007EC7;
    --testi: #575756;
    --grigio: #ececec;    
}

.search article.categoria-madre-prodotti-per-animali-a-base-vegetale .inside-article,
.search article.categoria-madre-plant-based-animal-products .inside-article,
.search article.categoria-madre-produits-animaux-dorigine-vegetale .inside-article,
.search article.categoria-madre-productos-para-los-animales-de-origen-vegetal .inside-article {
    background: var(--giallo);
}

.search article.categoria-madre-dispositivi-medici-monouso .inside-article,
.search article.categoria-madre-disposable-medical-devices .inside-article, 
.search article.categoria-madre-dispositifs-medicaux-a-usage-unique .inside-article,
.search article.categoria-madre-productos-sanitarios-desechables .inside-article {
    background: var(--blu);
}

.search article.categoria-madre-dispositivi-medici-e-cosmetici-a-base-vegetale .inside-article,
.search article.categoria-madre-medical-devices-and-plant-based-products-line .inside-article,
.search article.categoria-madre-ligne-dispositifs-medicaux-et-produits-a-base-de-plantes .inside-article,
.search article.categoria-madre-dispositivos-medicos-y-linea-de-productos-vegetales .inside-article {
    background: var(--verde);
}

html {
  scroll-behavior: smooth;
}

body.offside-js--is-open {
    overflow-y: hidden;
}

body {
    background-color: #fff;
    color: var(--testi);
}


.linea-header {
    height: 40px;
    background: #ddd;
}

.briciole {
    background: var(--grigio);
    padding: 8px;
}



ol.breadcrumb a {
    color: var(--testi);
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background: #c6c6c5;
    border-top: none !important;
	padding: 10px 5px !important;
}

.top-bar {
    background-color: #c6c6c5;
    color: #ffffff;
}

.menu-side-abs {
    position: absolute;
    right: 0;
    bottom: 0;
}

.inside-header, .inside-top-bar {
    padding-left: 0;
    padding-right: 0;
}

.slide-home .uk-scope .uk-overlay-primary {
    background: rgb(34 34 34 / 0%);
    align-items: end;
}

.slide-caption h2 {
font-weight: bold;
  font-size: 33px;
  margin-top: 10px;
	color: #000 !important;
}

.slide-caption img{
  width: 400px;
}

.slide-home .uk-scope .uk-overlay-primary .uk-margin {
    margin-bottom: 60px;
}

/* MENU LATERALE */

.abs-menu__label {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(-80px);
    -ms-transform: translate(-80px);
    transform: translate(-80px);
    overflow: hidden;
    width: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #575756;
}

.abs-menu_box .abs-menu__label h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

.abs-menu_box:hover .abs-menu__label {
    width: 150px;
}

.abs-menu {
    position: absolute;
    right: 0;
    /* bottom: calc(-79px * 6); */
    background: #575756;
    z-index: 999;
}


.abs-menu_box {
    height: 79px;
    width: 80px;
    text-align: center;
    padding: 10px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-bottom: 1px solid #f4f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abs-menu_box .icon {
    margin-bottom: 0;
}

.abs-menu_box .icon img {
    width: 30px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.abs-menu_box:hover .icon img {
    width: 40px;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

.abs-menu_box .text-center {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 12px;
}

.abs-menu_box:hover .text-center {
    visibility: hidden;
    opacity: 0;
}


/*----*/

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
    background: none !important;
    color: var(--testi) !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: none;
}

.top-bar .inside-top-bar {
    position: relative;
}

.tool-flexer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tool-left img {
    position: absolute;
    left: 0;
    width: 100px;
    bottom: -1px;
}

.tool-right {
    display: flex;
    align-items: center;
}

.tool-right > a {
    width: 26px;
    margin-right: 10px;
    height: 26px;
}

.tool-right > a img {
    width: 100%;
}

.top-bar-align-right .widget:first-child {
    margin-left: 0;
    width: 100%;
}

.top-bar-align-right .widget:first-child {
    margin-left: 0;
    width: 100%;
}

.language-switch {
    display: flex;
    margin-left: 20px;
}

.language-switch .wpml-ls-legacy-dropdown {
    width: auto;
    max-width: 100%;
}

.language-switch .wpml-ls-legacy-dropdown a {
    background: none;
    border: none;
	padding-left: 0;
    font-size: 16px;
    color: #fff;
    padding-right: 30px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding-left: 5px !important
}

.language-switch > img {
    width: 26px;
    margin-left: 6px;
}

/* PER MEGAMENU */

.site-logo {
    z-index: 998;
}

.inside-header.grid-container {
    position: relative;
}

nav#site-navigation {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: right;
}


.main-navigation .inside-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    text-align: right;
}

ul#ubermenu-nav-main-2-primary {
    width: 100%;
}

nav#ubermenu-main-2-primary-2 {
    position: relative;
    float: right;
    width: 100%;
    text-align: right;
}

.ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {
    padding-top: 0px !important;
    padding-bottom: 10px;
}

.main-navigation .bold-menu {
    font-weight: bold;
}

/* ----- */

.full-home > div > h2 {
    font-weight: bold;
}

.main-navigation a {
    font-size: 17px;
}

ul#ubermenu-nav-main-2-primary > li > a {
    line-height: 21px;
    font-weight: normal;
    border-left: 2px solid;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}

ul#ubermenu-nav-main-2-primary > li > a strong {
    font-weight: 900;
}

nav#ubermenu-main-2-primary-2.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    position: relative;
    right: unset;
    top: 4px;
    margin-top: unset;
}

.menu-item-has-children .dropdown-menu-toggle {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: none;
    width: 100%;
    left: 0;
}

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
    border: none;
    text-transform: uppercase;
}

ul#ubermenu-nav-main-2-primary > li {
    padding-left: 100px;
}

ul#ubermenu-nav-main-2-primary > li.menu-azzurro > a {
    border-color: var(--azzurro);
}

ul#ubermenu-nav-main-2-primary > li.menu-blu > a {
    border-color: #f5abaf;
}

ul#ubermenu-nav-main-2-primary > li.menu-verde > a {
    border-color: var(--verde);
}

ul#ubermenu-nav-main-2-primary > li.menu-giallo > a {
    border-color: #fabe2d;
}

ul#ubermenu-nav-main-2-primary > li > ul > li a {
    color: #222;
    border: none;
	padding-top: 3px;
  padding-bottom: 3px;
}

ul#ubermenu-nav-main-2-primary > li#menu-item-196 > ul > li a,
ul#ubermenu-nav-main-2-primary > li#menu-item-5167 > ul > li a,
ul#ubermenu-nav-main-2-primary > li#menu-item-5646 > ul > li a,
ul#ubermenu-nav-main-2-primary > li#menu-item-5186 > ul > li a {
    color: #fff;
}


ul#ubermenu-nav-main-2-primary > li > ul {
    min-height: 519px !important;
    margin-top: 12px;
    padding: 30px 10px;
}

ul#ubermenu-nav-main-2-primary > li.menu-azzurro > ul {
    background: #219cd9e6;
    border: none;
}

ul#ubermenu-nav-main-2-primary > li.menu-blu > ul {
   /*background:  url(../../uploads/2024/01/rimos-med-menu-interno.png) no-repeat #2c547ce6 bottom right;*/
	background:  url(../../uploads/2024/05/rimos-med-menu-interno-1.png) no-repeat #FAD3D5E0 bottom right;
    border: none;
}

ul#ubermenu-nav-main-2-primary > li.menu-verde > ul {
	/*background:  url(../../uploads/2024/01/rimos-care-menu-interno.png) no-repeat #628c2ee6 bottom right;*/
	background:  url(../../uploads/2024/05/rimos-care-menu-interno-1.png) no-repeat #B1D284F0 bottom right;
    border: none;
}

ul#ubermenu-nav-main-2-primary > li.menu-giallo > ul {
	background:  url(../../uploads/2024/05/rimos-vet-menu-interno-1.png) no-repeat #FDDA63EB bottom right;
	/*background:  url(../../uploads/2024/01/rimos-vet-menu-interno.png) no-repeat #e4ad00e6 bottom right;*/
    border: none;
}

ul#ubermenu-nav-main-2-primary > li.menu-azzurro.ubermenu-current-menu-item > a,
ul#ubermenu-nav-main-2-primary > li.menu-azzurro.ubermenu-current-menu-ancestor > a,
ul#ubermenu-nav-main-2-primary > li.menu-azzurro.ubermenu-active > a {
    color: var(--azzurro);
}

ul#ubermenu-nav-main-2-primary > li.menu-blu.ubermenu-current-menu-item > a,
ul#ubermenu-nav-main-2-primary > li.menu-blu.ubermenu-current-menu-ancestor > a,
ul#ubermenu-nav-main-2-primary > li.menu-blu.ubermenu-active > a {
    color: #f5abaf;
}

ul#ubermenu-nav-main-2-primary > li.menu-verde.ubermenu-current-menu-item > a,
ul#ubermenu-nav-main-2-primary > li.menu-verde.ubermenu-current-menu-ancestor > a,
ul#ubermenu-nav-main-2-primary > li.menu-verde.ubermenu-active > a {
    color: var(--verde);
}

ul#ubermenu-nav-main-2-primary > li.menu-giallo.ubermenu-current-menu-item > a,
ul#ubermenu-nav-main-2-primary > li.menu-giallo.ubermenu-current-menu-ancestor > a,
ul#ubermenu-nav-main-2-primary > li.menu-giallo.ubermenu-active > a {
    color: #fabe2d;
}

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .sub-first-level,
.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .sub-first-level, .ubermenu-submenu-reverse .sub-first-level,
.uber-sem-voce{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 19px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    margin-bottom: 5px;
}


.ubermenu-submenu-type-flyout.ubermenu-submenu-drop > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}


ul#ubermenu-nav-main-2-primary li#menu-item-380{
	float: right;
	margin-top: -100px;
}





.grid-home {
    margin-top: 50px;
}

.box-image-grid img {
    width: 100%;
}

.box-home {
    padding: 40px 45px;
    position: relative;
}

.grid-full-home {
    margin-bottom: 45px;
}

.box-home h2 {
    font-weight: bold;
    color: var(--testi);
}

.box-home p {
    color: var(--testi);
}

a#btn-arrow span.gb-icon svg {
    width: auto;
    height: auto;
}

a#btn-arrow span.gb-icon {
    padding-right: 0;
    font-size: 45px;
}

a#btn-arrow{
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    align-items: center;
    background-color: #fff;
}

box-educational a#btn-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.box-home a#btn-arrow {
    position: absolute;
    bottom: 40px;
    right: 45px;
}

.banner-fiere {
    margin: 50px 0;
    padding: 40px;
    background: #ddd;
}

.box-educational {
    margin-bottom: 50px;
}

.box-educational.box-rimos-home {
    margin-bottom: 0;
}

.box-educational > .gb-grid-wrapper {
    margin-top: 30px;
}

.box-educational .btn-p.btn-text {
    margin-top: 20px;
}

.box-educational img {
    width: 100%;
}

.box-educational-in {
    background: var(--grigio);
    padding: 25px 35px;
    border-bottom: 7px solid var(--azzurro);
}

.box-educational-in > h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-full {
    padding: 45px 0;
}

.form-home > h2 {
    font-weight: bold;
}

.form-home:not(.form-contatti) form {
    max-width: 800px;
    margin: 0 auto;
}

.invia input {
    width: 100%;
    background: var(--testi);
}

.flexer-form {
    display: flex;
    gap: 10px;
}

.flexer-form > p {
    margin-bottom: 10px;
}

.msg-form textarea {
    height: 100px;
    resize: none;
}

.form-home > p {
    font-size: 20px;
}

.msg-form > p {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 2px;
}

.msg-form .wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}

.form-home select {
    width: 100%;
}

.flexer-form select,
.flexer-form input, 
.flexer-form > p > span, 
.flexer-form > p {
    width: 100%;
}

select.select-paese{
  height: 47px;
}
select.select-paese option:first-child{
 color: #666666;
}

.link-diventa-distributore{
  padding: 10px;
  background: #c2e4f3;
  color: #0072a2 !important;
  font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
  float: left;
}

.link-diventa-distributore::before {
  background-image: url(../../uploads/2024/03/icon-bot-arrow.svg);
  width: 30px;
  height: 30px;
	background-repeat: no-repeat;
  background-position: 50% 50%;
	content: "";
  margin-left: 10px;
  float: right;
	transform: rotate(-90deg);
}


.mailto p {
    margin-bottom: 10px;
}
.mailto {
    position: relative;
    float: left;
    width: 100%;
}

.info-p-form > p {
    font-size: 14px;
    margin-bottom: 10px;
}

.privacy, .privacy a {
    font-size: 14px;
    color: var(--testi);
}

.privacy span.wpcf7-list-item {
    margin-left: 0;
}

.flexer-form.form-file {
    margin: 10px 0;
}

.grid-lavora {
	margin-top: 40px;
    flex-wrap: nowrap !important;
    gap: 80px;
}

.grid-lavora a.uk-accordion-title {
    padding: 10px;
    background: #ddd;
    color: var(--testi);
    font-weight: 600;
}

.grid-lavora li.uk-open a.uk-accordion-title {
    color: var(--azzurro);
}

.grid-lavora a.uk-accordion-title:hover {
    color: var(--azzurro);
}

p.disclaimer-sidebar {
    padding: 0 10px;
    font-style: italic;
    font-size: 15px;
}

.cont-accordion {
    padding: 0 10px;
}

p.lista-lavora {
    margin-top: 0;
    font-style: italic;
}

p.title-lista-lavori {
    margin-bottom: 5px;
}

.grid-lavora .uk-accordion-content {
    padding: 0 10px;
}

.grid-lavora .uk-accordion-title::before {
    background-image: url(../../uploads/2024/03/icon-bot-arrow.svg);
    width: 30px;
    height: 30px;
}

.grid-lavora li.uk-open .uk-accordion-title::before {
    background-image: url(../../uploads/2024/03/icon-top-arrow-1.svg);
    width: 30px;
    height: 30px;
}

.grid-lavora .uk-scope em {
    color: var(--testi);
}

/* SOTTOCATEGORIE */

h1.page-title, .intro-category > h2 {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}

.intro-category, #primary .taxonomy-description {
    text-align: center;
}


.archive .dynamic-content-template.generate-columns.grid-50 {
    width: 100%;
}


/*
.list-subcats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    position: relative;
    padding: 25px 0 110px;
}
*/

.single-post .bottone-subcats {
    display: none;
}

.list-subcats {
    display: flex;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    position: relative;
    padding: 25px 0 110px;
    flex-wrap: wrap;
}

.column-subcats {
    width: calc(33.333% - 17px);
}


.list-subcats:before {
    content: '';
    position: absolute;
    left: calc(-50vw + 50%);
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--grigio);
    z-index: -1;
}

.img-cat-wa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    float: left;
}

.box-subcats h2 {
    font-size: 20px;
    font-weight: bold;
    color: var(--testi);
    text-transform: uppercase;
    min-height: 50px;
}

.box-subcats {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 40px;
}

.box-subcats a#btn-arrow {
    width: 34px;
    height: 34px;
    display: block;
    line-height: 34px;
}

/* ULTIMA SOTTOCATEOGORIA */

.search article .inside-article,
.archive article.type-post .inside-article {
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
}

header.page-header .subtitle {
    text-align: center;
}

.search article .inside-article .post-image,
.archive article.type-post .inside-article .post-image {
    margin-bottom: 0;
}

.search article .inside-article h2,
.archive article.type-post .inside-article h2 {
    font-size: 20px;
    font-weight: bold;
    color: var(--testi);
    text-transform: uppercase;
    padding: 25px 40px 0;
    margin-bottom: 20px;
}

.search article .inside-article h2 a,
.archive article.type-post .inside-article h2 a {
    color: var(--testi);
}

.search article .inside-article h2 a,
.search article .inside-article h2{
/*    display: none;*/
    color: var(--testi);
}

.search article .inside-article .entry-summary,
.archive article.type-post .inside-article .entry-summary {
    margin-top: 0px;
    padding: 0 40px 25px;
}

.search article .inside-article .post-image a,
.archive article.type-post .inside-article .post-image a {
    position: relative;
    float: left;
    width: 100%;
}

.search article .inside-article .post-image img,
.archive article.type-post .inside-article .post-image img {
    width: 100%;
    position: relative;
    float: left;
}

.search article .inside-article .entry-header, 
.search article .inside-article .entry-summary,
.archive article.type-post .inside-article .entry-header, 
.archive article.type-post .inside-article .entry-summary {
    position: relative;
    float: left;
    width: 100%;
}

.search article.inside-article .entry-meta,
.archive article.type-post .inside-article .entry-meta {
    display: none;
}

.search article .inside-article a#btn-arrow,
.archive article.type-post .inside-article a#btn-arrow {
    width: 34px;
    height: 34px;
    display: block;
    line-height: 34px;
}

.search article .inside-article .entry-summary > p{
/*    display: none;*/
    color: var(--testi);
}

.archive article.type-post .inside-article .entry-summary > p {
/*    display: none;*/
    color: var(--testi)
}

.search .generate-columns-container:not(.masonry-container),
.archive .generate-columns-container:not(.masonry-container) { /* ELIMINARE SE PROBLEMI ALTEZZE ARTICOLI CAT */
    display: flex;
    flex-wrap: wrap;
/*    align-items: flex-start;*/
}

.search article .inside-article {
  background: #c6c6c5;
}

a#btn-arrow-post img {
    width: 34px;
}

/* ------- */

.single-prod-template h1 {
    font-size: 35px;
    font-weight: bold;
}

.intro-prod, .intro-category {
    margin: 50px 0;
    text-align: center;
}

h1.titolo-pagina,
.intro-prod h1, 
.single-prod-cat h2 {
    font-size: 35px;
    font-weight: bold;
}

h1.titolo-pagina{
	margin-top: -10px;
}

.cont-img-btn {
    position: relative;
}

.single-prod-blu .entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow {
    position: relative;
    float: left;
    width: 100%;
}

.single-prod-blu .btns-info-blu {
  position: relative;
}

.btns-info-blu {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.btn-ancora {
    margin-top: 10px;
}

.btns-info-blu a {
    color: var(--testi);
    font-weight: bold;
    width: 100%;
    position: relative;
    display: block;
    padding: 10px 20px;
}

.btn-ancora a {
    width: 100%;
    padding: 7px;
    background: #ddd;
    position: relative;
    float: left;
    color: var(--testi);
    font-weight: bold;
    padding: 10px 20px;
}


.btns-info-blu a::after{
height: 44px;
  right: 8px;
  top: 8px;
  background: url("../../uploads/2024/01/icona-pdf-bianca.svg") no-repeat;
  width: 27px;
  position: absolute;
  content: "";
  display: block;
}

.btn-scheda a::after{
height: 44px;
  right: 5px;
  top: 3px;
  background: url("../../uploads/2024/01/icona-pdf-bianca.svg") no-repeat;
  width: 27px;
  position: absolute;
  content: "";
  display: block;
}

.btn-shop a::after{
height: 44px;
  right: 8px;
  top: 8px;
  background: url("../../uploads/2024/01/icona-shop-bianca.svg") no-repeat;
  width: 27px;
  position: absolute;
  content: "";
  display: block;
}

.btn-info a::after{
height: 44px;
  right: 8px;
  top: 8px;
  background: url("../../uploads/2024/03/maggiori_info.svg") no-repeat;
  width: 27px;
  position: absolute;
  content: "";
  display: block;
}

.btn-ancora a::after {
    height: 44px;
    right: 4px;
    top: 6px;
    background: url(../../uploads/2025/04/quotazione-icona.svg) no-repeat;
    width: 32px;
    position: absolute;
    content: "";
    display: block;
}


.wp-block-table table {
    border-collapse: separate;
    width: 100%;
    border-spacing: 0px 10px;
}

.single-prod-template .wp-block-table > figcaption {
    text-align: center;
}

.wp-block-table td, .wp-block-table th {
    border: none;
    padding: 3px 10px;
}

.wp-block-table table > tbody > tr:not(:first-child) {
    background: var(--grigio);
}

.single-prod-template .wp-block-table > table {
    margin-bottom: 10px;
    border: none;
}

.box-educational-posts {
    margin: 50px 0 80px;
}
.box-educational-posts > h2 {
    font-weight: bold;
}

/* ACCORDION SINGLE PRODOTTO */

.accordion-first .accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.accordion-first .accordion-body.a-body-active {
    max-height: 600px;
    transition: max-height .7s ease;
}

.accordion-sub-heading:not(.current-category) + .accordion-sub-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.accordion-sub-heading:not(.current-category) + .accordion-sub-body.a-body-active {
    max-height: 600px;
    transition: max-height .7s ease;
}

.accordion-first .accordion-heading {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--testi);
    font-weight: bold;
}

.accordion-heading:hover, .accordion-sub-heading:hover {
    cursor: pointer;
}

.accordion-body, .accordion-0-body, .accordion-1-body, .accordion-2-body, .accordion-3-body, .accordion-4-body {
    padding-left: 10px;
}

.accordion-full .current-post > a {
    position: relative;
}

.accordion-first .accordion-body.a-body-active {
    max-height: 600px;
    transition: max-height .7s ease;
}

.accordion-body a {
    color: var(--testi);
    font-weight: bold;
}


.accordion-sub-body a, .accordion-sub-heading {
    color: var(--testi);
    font-weight: bold;
    font-size: 15px;
}

.accordion-sub-post a {
    font-size: 14px;
    font-weight: 400;
}

.accordion-body {
    padding-left: 20px;
}

.accordion-sub-body {
    padding-left: 20px;
}

.accordion-sub-post {
    line-height: 20px;
}

.accordion-body .accordion-sub-first {
    margin-bottom: 10px;
}

.accordion-first .accordion-heading {
    margin-bottom: 10px;
}

.accordion-sub-heading.current-category-mykutis,
.accordion-sub-heading.current-category {
    position: relative;
}

.accordion-sub-heading.current-category-mykutis.cat-tree-mykutis:before,
.accordion-sub-heading.current-category:before {
    content: '<';
    position: absolute;
    left: -20px;
}

.accordion-sub-post.current-post a:before {
    content: '<';
    position: absolute;
    left: -20px;
}

.mesoram-table thead {
    background: #afaeae;
    color: #fff;
    text-align: left;
    font-size: 16px;
}

table.mesoram-table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #afaeae;
}

.mesoram-table th, .mesoram-table td {
    padding: 15px;
    text-align: left;
    border: none;
}

.mesoram-table tbody > tr:not(:last-child) {
    border-bottom: 2px solid #afaeae;
}

.tab-mesoram {
    background: #f7f7f7;
    padding: 30px 20px;
    margin-top: 25px;
}

.intro-tab h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.intro-tab p:last-child {
    margin-bottom: 0;
}

.mesoram-table td {
    padding: 5px 15px;
}

/* ------ */

/* SINGLE POST LAYOUT "VERDE" */

.img-lay-green, .img-lay-blue {
    width: 100%;
}

.btn-shop a, .btn-scheda a, .btn-info a {
    width: 100%;
    padding: 7px;
    background: #ddd;
    position: relative;
    float: left;
    color: var(--testi);
	font-weight: bold;
}

.btn-casi-clinici a{
    width: 100%;
    padding: 7px;
    background: #ddd;
    position: relative;
    float: left;
    color: var(--testi);
	font-weight: bold;
}

.btn-casi-clinici a::before {
  background-image: url(../../../wp-myimage/icona-accordion-normal.svg);
  width: 25px;
  height: 25px;
	background-repeat: no-repeat;
  background-position: 50% 50%;
	margin-left: 10px;
  float: right;
	content: "";
}

.btn-info a,
.btn-shop a, .btn-scheda a {
    margin-bottom: 10px;
}

.btn-shop.btn-shop-b a {
    margin-bottom: 0;
}

.estratto-correlati {
    position: relative;
    float: left;
    width: 100%;
    color: var(--testi);
    margin-bottom: 20px;
}

div#related_posts  h3{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
div#related_posts {
    position: relative;
    padding: 35px 0 110px;
}

div#related_posts:before {
    content: '';
    position: absolute;
    left: calc(-50vw + 50%);
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--grigio);
    z-index: -1;
}

.related-gridder {
    display: flex;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
}

.related-gridder > div {
    width: calc(33.333% - 17px);
}

.related-content-wa > a > img {
    width: 100%;
    position: relative;
    float: left;
}

.single-prod-cat {
    text-align: center;
    margin: 50px 0 100px;
    position: relative;
}

.single-prod-verde .wp-block-post-featured-image img {
    border: 2px solid var(--grigio);
}

.single-prod-template {
    margin-bottom: 90px;
}

.btns-info {
    margin-top: 20px;
}    


/* FOOTER */

.site-info, #footer-widgets {
    color: #ffffff;
    background-color: #575756;
}

.inside-footer-widgets > div{
    border-left: 1px solid #fff;
}

.inside-footer-widgets .widget-title, h4.title-footer {
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    font-size: 19px;
}

.inside-footer-widgets a {
    color: #fff;
}

.logo-footer {
    background: #000;
    text-align: center;
    padding: 10px;
}

.logo-footer img {
    width: 270px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: -10px;
}

#footer-widgets .inside-footer-widgets > div > aside {
    padding-left: 10px;
} 

.social-footer {
    margin-bottom: 20px;
}

.social-footer a {
    display: flex;
    flex-direction: column;
}

#footer-widgets .widget_nav_menu li {
    margin-bottom: 0;
}


.righe-grigie{
	padding-left: 0;
	list-style-type: none;
	margin-left: 0;
	margin-top: -20px;
}

.righe-grigie li{
	border-top: solid 1px #ddd;
	padding: 5px 0;
}

.righe-grigie li:first-child{
	border-top: none;
	padding-top: 0;
}



div.search-bar{
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease 0s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #c6c6c5;
  color: #575756;
  box-shadow: 1px 1px 14px #00000030;
}


.close-cerca{
  position: absolute;
  top: 30px;
  font-weight: 700;
  font-size: 30px;
  right: 30px;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none;
  text-align: center;
  line-height: 46px;
  color: var(--nero-testi);
  background-size: 100%;
}

.no-cerca,
div.search-bar .wp-block-search__label {
  display: none;
}


ul.bordato{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0 !important;
}

ul.bordato li{
	border-top: solid 1px #ddd;
	padding-top: 5px;
}

ul.bordato li:first-child{
	border-top: none;
	padding-top: 0;
}


.cont-pulsanti-whistle .gb-icon svg {
width: 33px !important;
  height: 33px !important;
  margin-right: 0;
}

.macro-contenitore-cat .single-prod-cat{
	margin-bottom: 0;
}


.uk-scope .uk-lightbox {
  background: rgba(0, 0, 0, 0.85);
}


.blocco-casi-clinici .list-subcats::before{
	display: none;
}

.blocco-casi-clinici .list-subcats{
	padding: 0;
}

.casi-ginecologia .box-subcats{
	background: #FAD3D5
}

.casi-wound .box-subcats{
	background: #B1D284
}

.casi-veterinaria .box-subcats{
	background: #FDDA63
}


.ul-casi-clinici{
	list-style-type: none;
	padding-left: 0 !important;
}

.ul-casi-clinici li{
	padding: 5px 30px;
	border-top: solid 1px #ddd;
}

.ul-casi-clinici li:first-child{
	padding-top: 0;
	border-top: none;
}

.ul-casi-clinici a{
	width: 100% !important;
	color: var(--testi) !important;
	position: relative;
	display: block;
	padding-right: 25px;
  box-sizing: border-box;
}

.ul-casi-clinici:not(.ul-casi-clinici-no-icona) a::after{
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  background: url(../../../wp-myimage/icona-download-1.svg) no-repeat;
  width: 21px;
  height: 28px;
  display: block;
  background-size: 17px;
}


.contenitore-casi-clinici .uk-accordion-title{
	background: #ececec;
	padding: 8px 30px;
	color: var(--testi) !important;
	font-weight: bold;
}


.accordion-casi-clinici li .uk-accordion-title::before {
  background-image: url(../../../wp-myimage/icona-accordion-normal.svg);
  width: 30px;
  height: 30px;
}

.accordion-casi-clinici li.uk-open .uk-accordion-title::before {
  background-image: url(../../../wp-myimage/icona-accordion-down.svg);
  width: 30px;
  height: 30px;
}




.accordion-download-cataloghi > li:nth-child(1) a.uk-accordion-title{
	background: #FAD3D5;
}

.accordion-download-cataloghi > li:nth-child(2) a.uk-accordion-title{
	background: #B1D284;
}

.accordion-download-cataloghi > li:nth-child(3) a.uk-accordion-title{
	background: #FDDA63;
}

.accordion-download-cataloghi img.logo-accordion{
	width: 240px;
}


.accordion-download-cataloghi a.uk-accordion-title{
	padding: 10px 20px;
}

.uk-scope .uk-accordion.accordion-download-cataloghi > :nth-child(n+2) {
  margin-top: 0;
}



.contenitore-download{
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  box-sizing: border-box;
}

.blocco-download{
	position: relative;
	float: left;
	width: 32%;
	margin-left: 2%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
  margin-top: 30px;
}

.blocco-download:nth-child(3n+1){
	margin-left: 0
}

.img-blocco-download{
	width: 145px;
	margin-right: 30px;
	min-height: 205px;
}

.img-blocco-download img{
	width: 100%;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
}


.txt-blocco-download{
	width: calc(100% - 175px);
}

.txt-blocco-download h3{
  font-weight: bold;
	color: #575756;
	margin-bottom: 0;
	position: relative;
}

.txt-blocco-download p{
	color: #575756;
	margin-top: 5px;
}


.blocco-a-download{
  position: absolute;
  bottom: 10px;
}


.blocco-a-download p{
  margin-bottom: 0px;
	font-size: 14px;
}

.blocco-a-download a{
  font-weight: bold;
	font-size: 14px;
}


.accordion-download-cataloghi li .uk-accordion-title::before {
  background-image: url(../../../wp-myimage/angle-down-solid.svg);
 width: 25px;
  height: 34px;
	margin-top: 4px;
}

.accordion-download-cataloghi li.uk-open .uk-accordion-title::before {
  background-image: url(../../../wp-myimage/angle-up-solid.svg);
  width: 25px;
  height: 34px;
	margin-top: 4px;
}


.nota-bene-casi{
	font-style: italic;
	color: #0181c4;
}


.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.intro-category h1{ padding-top: 10px;}


.btn-yt-play {
    display: inline-flex !important;
    align-items: center;
    font-size: 17px;
    border: 2px solid #404040;
    padding: 10px;
    font-weight: bold;
    transition: .3s ease;
}

.btn-yt-play svg path {
    fill: #404040;
	transition: .3s ease;
}

.btn-yt-play svg {
    font-size: 20px;
}

.btn-yt-play a {
    color: #404040;
	transition: .3s ease;
}

.btn-yt-play:hover a, .btn-yt-play:hover svg path {
    color: #db0030;
    fill: #db0030;
	transition: .3s ease;
} 

.btn-yt-play:hover {
    border: 2px solid #db0030;
	transition: .3s ease;
}


.box-image-grid.box-image-big {
    overflow: hidden;
	height: 100%;
}


.box-image-grid.box-image-big figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-image-grid.box-image-big figure {
    position: relative;
	height: 100%;
}

