/*
Theme Name: Dentitalia
Theme URI: https://elaboranext.com
Author: ElaboraNext
Author URI: https://elaboranext.com
Description: A theme for Dentitalia e-shop
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: mimmog
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
:root {
    --light-gray: #d7d7d7;
    --gray: #272727;
    --black: #000;
    --blue: #0c9cd9;
    --dark-blue: #3685ae;
    --green: #2b9730;
}
* {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}
@media screen and (min-width: 1200px) {
    html {
        font-size: 20px;
    }
}
body {
    margin: 0;
}
@media screen and (min-width: 1200px) {
    * {
        font-size: 16px
    }
}
a {
    color: unset;
}
header#desktop-header {
    display: none;
}
div#overlay,
div#mobile-navbar {
    display: none;
}
div#overlay.show-mobile {
    display: block;
    background: #00000082;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 998;
}
div#mobile-navbar.show-mobile {
    display: block;
    position: fixed;
    width: 80vw;
    height: 100%;
    background: var(--blue);
    z-index: 999;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
@media screen and (min-width: 920px) {
    div#mobile-navbar.show-mobile {
        width: 50vw;
    }
}
@media screen and (min-width: 1200px) {
    div#overlay.show-mobile,
    div#mobile-navbar.show-mobile {
        display: none !important;
    }
}
@media screen and (min-width: 1200px) and (min-height: 820px) {
    header#desktop-header {
        display: block;
    }
    header#mobile-header {
        display: none;
    }
    div#overlay,
    div#mobile-navbar {
        display: none !important;
    }
}
header#desktop-header,
header#mobile-header {
    background: #fff;
    color: #272727;
    position: relative;
}
div#mobile-header-first {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.desktop-header-container {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
div#desktop-header-first {
    display: flex;
    gap: 2.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    align-items: center;
}
div#desktop-header-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
div#desktop-header-content-first-row {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}
div#assistance-phone-wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
}
a#assistance-phone-link {
    display: flex;
    gap: 0.5rem;
    text-decoration: none;
}
a#assistance-phone-link svg {
    height: 1rem;
    fill: var(--blue);
}
div#assistace-social-wrapper {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
div#assistace-social-wrapper svg {
    height: 1rem;
    fill: var(--blue);
}
div#assistace-social-wrapper a {
    text-decoration: none;
}
div#desktop-header-content-second-row {
    display: flex;
    gap: 3rem;
}
div#desktop-header-search {
    flex: 1;
    position: relative;
}
div.megamenu-hidden {
    display: none;
}
form#ajax-search-form {
    width: 100%;
    display: flex;
    height: 100%;
}
form#ajax-search-form input#ajax-search-text {
    border: none;
    border-radius: 10px;
    background: #ebf1f5;
    padding-left: 4rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    flex: 1;
}
form#ajax-search-form input#ajax-search-text:focus {
    outline: none;
}
div#ajax-search-results {
    display: none;
}
div#ajax-search-results.active {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .5rem;
    background: #fff;
    position: absolute;
    width: 100%;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    margin-top: 0.5rem;
    z-index: 9;
    max-height: 20rem;
    overflow-y: auto;
    padding: 1rem;
    box-sizing: border-box;
}
a.ajax-search-item {
    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(129 131 134 / 0.1);
    padding: .5rem;
    text-decoration: none;
    color: unset;
    /* text-align: center; */
}
a.ajax-search-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.ajax-search-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    align-items: flex-start;
}
span.ajax-brand {
    font-size: .6rem;
    color: #8d8d8d;
}
span.ajax-name {
    font-size: .75rem;
}
a.ajax-search-all {
    grid-column: span 4 / span 4;
    display: flex;
    margin-top: 1rem;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    color: var(--blue);
}
@media screen and (min-width: 1450px) {
    div#ajax-search-results.active {
        grid-template-columns: repeat(5, 1fr);
        gap: 1rem;
    }
    a.ajax-search-all {
        grid-column: span 5 / span 5;
    }
}
svg#ajax-search-close-icon,
svg#ajax-search-close-lens {
    height: 1rem;
}
div#ajax-search-close {
    display: none;
}
div#ajax-search-close.show-close {
    display: flex !important;
}
a.header-icon-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--gray);
    border-left: 1px solid var(--gray);
    padding-left: 0.5rem;
}
a.header-icon-link:first-of-type {
    border-left: none;
    padding-left: 0rem;
}
a.header-icon-link:hover {
    color: var(--blue);
}
a.header-icon-link svg {
    fill: var(--gray);
    height: 1.5rem;
}
div#desktop-header-icons {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}
a.header-icon-link>div {
    font-size: .75rem;
    line-height: 1.2;
    font-weight: normal;
}
a#cart-link > div {
    font-weight: 600;
}
a.header-icon-link:hover svg {
    fill: var(--blue);
}
nav#desktop-header-nav {
    width: 100%;
}
ul#large-nav-list {
    list-style: none;
    display: flex;
    gap: 1rem;
    margin: 0 auto;
    padding: 0;
}
ul#large-nav-list li {
    border-left: 1px solid #fff;
    padding-left: 1rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    cursor: pointer;
}
ul#large-nav-list li:first-of-type {
    border-left: none;
    padding-left: 0rem;
}
div#desktop-header-second {
    background: var(--blue);
    position: relative;
    padding-top: .25rem;
    padding-bottom: .25rem;
}
div#desktop-header-second-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#desktop-header-second-wrapper a, div#desktop-header-second-wrapper a span {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: .7rem;
}
div#desktop-header-second-wrapper li:hover a {
    opacity: .8;
}
div#desktop-header-second-wrapper li:hover svg {
    opacity: .8;
}
div#desktop-header-second-wrapper li.current-megamenu a {
    opacity: .8;
}
div#desktop-header-second-wrapper li.current-megamenu svg {
    opacity: .8;
}
div.megamenu-active {
    display: block !important;
    position: absolute;
    z-index: 9;
    background: var(--blue);
    width: 100%;
    border-bottom: 1px solid var(--gray);
    max-height: 60vh;
    overflow-y: auto;
}
.megamenu-items a {
    text-decoration: none;
    color: #fff;
}
.megamenu-list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    font-size: 1.2rem;
    padding-top: 2rem;
    padding-bottom: 2rem 
}
.megamenu-list a {
    font-size: .75rem;
    position: relative
}
.megamenu-first.megamenu-list a.active, .megamenu-second.megamenu-list a.active {
    border-left: 2px solid #fff;
    padding-left: .25rem;
    font-weight: bold;
}
.megamenu-first.megamenu-list a.more-options-megamenu, .megamenu-first.megamenu-list a.less-options-megamenu {
    margin-top: 1rem;
    text-transform: uppercase;
    color: #b6e1f3;
    font-weight: bold;
    text-transform: none;
}
.megamenu-first.megamenu-list a.more-options-megamenu:hover, .megamenu-first.megamenu-list a.less-options-megamenu:hover {
    text-decoration: underline;
}
.megamenu-first.megamenu-list a.active.more-options-megamenu, .megamenu-first.megamenu-list a.active.less-options-megamenu {
    border-left: none;
    padding-left: 0;
}
.megamenu-items {
    display: flex;
    gap: 5rem;
}
.megamenu-second.megamenu-list a {
    display: none;
}
.megamenu-cards-wrapper.megamenu-list {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-end;
    gap: 2rem;
}
svg.megamenu-chevron {
    height: 1rem;
    fill: #fff;
}
svg.megamenu-chevron.rotated {
    transform: rotate(180deg);
}
li.has-sub {
    display: flex;
    gap: 0.25rem;
    align-items: center;
}
a.highlighted-product-card {
    width: 20rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    background: #fff;
    border-radius: 20px;
    padding: .25rem;
}
a.highlighted-product-card:hover .item-buy-button {
    opacity: .9;
}
img.highlighted-product-img {
    max-width: 10rem;
}
h3.highlighted-product-title {
    color: #272727;
    margin: 0;
    font-weight: normal;
}
span.hightlighted-brand {
    color: #8d8d8d;
    font-size: .7rem;
}
span.highlighted-price {
    color: #272727;
}
.highlighted-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: .5rem;
}
.item-buy-wrapper {
    flex: 1;
    display: flex;
    align-items: flex-end;
}
header#desktop-header.fixed,
header#mobile-header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 4;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
div#hamburger-icon-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div#mobile-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#mobile-icons {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    align-items: center;
}
svg#hamburger-icon {
    cursor: pointer;
    height: 1.5rem;
}
svg#hamburger-icon:hover {
    stroke: var(--blue) !important;
}
div#mobile-icons svg {
    height: 1.2rem;
    fill: var(--blue);
}
div#hamburger-icon-wrapper svg {
    stroke: var(--blue);
}
div#mobile-icons a:hover svg, div#hamburger-icon-wrapper a:hover svg {
    opacity: .8;
}
a#mobile-cart-link {
    position: relative;
}
a#mobile-cart-link>div {
    position: absolute;
}
a#mobile-cart-link>div {
    position: absolute;
    font-size: .5rem;
    color: #000;
    background: #fff;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
}
div#desktop-header-logo {
    display: flex;
    align-items: center;
}
svg#svg-desktop-logo {
    height: 3rem;
}
div#desktop-header-logo a {
    display: flex;
    align-items: center;
}
div#mobile-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#mobile-logo-wrapper svg {
    height: 2.5rem;
}
div#mobile-logo-wrapper a {
    display: flex;
    align-items: center;
}
a.mobile-icon-link {
    display: flex;
    align-items: center;
}
div#mobile-search-form {
    border-top: 1px solid var(--gray);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
form#mobile-search-form input:focus {
    outline: none;
}
form#mobile-search-form {
    width: 100%;
    display: flex;
    gap: 0;
}
form#mobile-search-form input#mobile-search-text-field {
    flex: 1;
    border: none;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    background: #ebf1f5;
}
button#mobile-search-btn {
    border: none;
    background: var(--blue);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
button#mobile-search-btn:hover svg {
    opacity: .8;
}
svg#mobile-search-magnifier-icon {
    height: 1.25rem;
    stroke: #fff;
}
div#close-mobile-wrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
}
div#close-mobile-wrapper svg {
    height: 1.5rem;
    stroke: #fff;
    cursor: pointer;
}
div#close-mobile-wrapper svg:hover {
    stroke: var(--blue);
}
div#mobile-navbar-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
div#mobile-navbar-content>ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.2rem;
    gap: 0.5rem;
    text-decoration: none;
    color: #fff;
}
div#mobile-navbar-content ul li a svg {
    height: 1.2rem;
}
.mobile-submenu.inactive-mobile-menu {
    display: none;
}
a.mobile-nav-item.has-sub span {
    font-size: 1.2rem !important;
}
.mobile-submenu {
    margin-top: 1rem;
    padding-left: 1rem;
}
a.mobile-nav-item svg.rotated {
    transform: rotate(180deg);
}
.mobile-submenu.active-mobile-menu {
    display: block;
}
div#mobile-navbar-content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
}
footer {
    margin-top: 4rem;
}
div#newsletter {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid var(--gray);
}
div#footer-services {
    /* border-top: 1px solid #000; */
    border-bottom: 1px solid #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
}
@media screen and (min-width: 1024px) {
    div#footer-services {
        grid-template-columns: repeat(4, 1fr);
    }
}
div.footer-single-service {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    color: #fff;
}
.footer-single-service svg {
    height: 3rem;
    fill: #fff;
}
.service-title,
.service-specific {
    text-align: center;
}
@media screen and (min-width: 1380px) {
    div.footer-single-service {
        flex-direction: row;
    }
    .service-title,
    .service-specific {
        text-align: left;
    }
}
form#newsletter-subscribe {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media screen and (min-width: 1024px) {
    form#newsletter-subscribe {
        flex-direction: row;
    }
    div#newsletter-subscribe-first {
        flex-basis: 70%;
    }
    div#newsletter-subscribe-second {
        flex-basis: 30%;
    }
}
input#email-field {
    width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    box-sizing: border-box;
    border: 1px solid;
    font-size: 1rem;
}
input#email-field:focus {
    outline: none;
}
input#submit-field {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    width: 100%;
    border: 1px solid var(--blue);
    background: var(--blue);
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.1rem;
}
input#submit-field:hover {
    opacity: .8;
}
div#newsletter-accept {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: .75rem;
}
section#services-section {
    background: var(--blue);
}
div#footer-menu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
div#footer-menu-wrapper>div {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
div#footer-menu-wrapper h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    color: #fff;
    text-align: center
}
div#footer-menu-wrapper p {
    text-align: center;
}
div#footer-menu-wrapper a {
    display: flex;
    font-size: 1rem;
    align-items: center;
    color: #fff;
    text-decoration: none;
    gap: .75rem;
    flex-direction: column;
}
div#footer-menu-wrapper a:hover {
    opacity: .9;
}
div#footer-menu-wrapper a svg {
    height: 1.5rem;
    fill: #fff;
}
div#credit-cards-symbols {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    justify-content: center;
}
div#credit-cards-symbols svg {
    max-width: 4rem;
}
div#footer-social {
    display: flex;
    gap: 2rem;
    flex-direction: row;
    justify-content: center;
    margin-top: 3rem;
}
div#footer-menu-wrapper div#footer-social a svg {
    height: 2.5rem;
}
/* div#footer-menu-wrapper > div#footer-menu-second-col, div#footer-menu-wrapper > div#footer-menu-third-col {
    display: none;
} */
@media screen and (min-width: 1024px) {
    div#footer-menu-wrapper {
        gap: 1rem;
    }
    div#footer-menu-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }
    div#footer-menu-wrapper h2,
    div#footer-menu-wrapper P {
        text-align: left;
    }
    div#footer-menu-wrapper a {
        flex-direction: row;
        gap: 1rem;
    }
    div#credit-cards-symbols {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
    }
    div#footer-social {
        justify-content: flex-start;
        margin-top: 1rem;
    }
    div#footer-menu-wrapper>div#footer-menu-second-col,
    div#footer-menu-wrapper>div#footer-menu-third-col {
        display: flex;
    }
}
svg#svg-footer-logo {
    height: 2.5rem;
    background: #fff;
    padding: .25rem;
}
@media screen and (min-width: 1024px) {
    svg#svg-footer-logo {
        align-self: baseline;
    }
}
section#credits-section {
    background: var(--dark-blue);
    color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
section#credits-section div.container {
    text-align: center;
}
@media screen and (min-width: 1024px) {
    section#credits-section div.container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
div#second-phone {
    display: flex;
    gap: 1rem;
}
div#second-phone a {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
div#second-phone svg {
    height: 1rem;
    fill: #fff;
}
div#second-phone a.header-icon-link {
    border-color: #fff;
}
a#join-header {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    text-decoration: none;
}
a#join-header svg {
    height: 1rem;
}
a#join-header span.join-blue {
    color: var(--blue);
    text-decoration: underline;
}
div#category-img-wrapper {
    width: 100%;
    aspect-ratio: 8 / 3;
    position: relative;
}
div#category-img-wrapper nav {
    margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
    div#category-img-wrapper {
        aspect-ratio: 16 / 3;
    }
}
div#category-img-wrapper img.category-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}
div#category-img-wrapper div#category-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
}
@media screen and (min-width: 1200px) {
    div#category-text-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        flex-direction: column;
    }
}
h2.category-label {
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.75rem;
    text-transform: uppercase;
    text-shadow: 2px 2px black;
}
@media screen and (min-width: 1200px) {
    h2.category-label {
        font-size: 2.5rem;
    }
}
div#cat-breadcrumbs {
    text-align: center;
}
.woocommerce .woocommerce-breadcrumb {
    color: #fff;
    font-size: 1rem;
}
body.woocommerce-cart .wc-block-grid.wp-block-product-new.wc-block-product-new {
    display: none !important;
}
div#slider-wrapper-mobile {
    position: relative;
}
div#slider-wrapper {
    display: none;
    height: 50vh;
}
div#slider-wrapper-track {
    height: 100%;
}
div#slider-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(.75);
}
@media screen and (min-width: 820px) {
    div#slider-wrapper-mobile {
        display: none;
    }
    div#slider-wrapper {
        display: block;
    }
}
div#slider-wrapper-mobile img {
    filter: brightness(.75);
}
div#slider-wrapper-mobile img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
}
.slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 820px) {
    .slide-text {
        left: 4rem;
        transform: translate(0%, -50%);
        text-align: left;
    }
}
@media screen and (min-width: 1200px) {
    .slide-text {
        left: 8rem;
    }
}
.slide-text h1 {
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0;
}
.slide-text h2 {
    font-size: 1.5rem;
    margin: 0;
}
@media screen and (min-width: 1100px) {
    .slide-text h1 {
        font-size: 3rem;
    }
    .slide-text h2 {
        font-size: 2rem;
    }
}
section.margin-banner {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.slide-text p.button {
    background: var(--blue);
    display: inline-block;
    margin: 0;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}
div#home-boxes {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}
@media screen and (min-width: 820px) {
    div#home-boxes {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1.5rem;
        background: #fff;
        margin-top: -2rem;
        position: relative;
        border-radius: 10px;
        padding-top: 2rem;
        margin-bottom: 3rem;
    }
}
div.home-box {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
div.home-box > * {
    margin: 0;
    text-align: center;
}
div.home-box img {
    width: 100%;
    aspect-ratio: 21 / 9;
    object-fit: cover;
    border-radius: 10px;
}
div.home-box h3 {
    color: var(--blue);
    text-align: center;
    font-size: 1rem;
}
div.home-box p, div.home-box a {
    font-size: .75rem;
}
div.home-box a:hover {
    color: var(--blue);
}
.product-slider-card {
    width: 100%;
    color: #000;
    text-decoration: none;
    position: relative;
    display: flex;
    flex-direction: column;
}
a.product-slider-card:hover {
    opacity: .8;
}
.product-slider-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 1rem;
    border: 1px solid var(--light-gray);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
}
.image-discount-percentage-banner {
    position: absolute;
    top: -10px;
    left: -10px;
    background: var(--blue);
    color: #fff;
    font-weight: bold;
    display: flex;
    aspect-ratio: 1;
    min-width: 2.5rem;
    align-items: center;
    justify-content: center;
}
.product-slider-card-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    aspect-ratio: 1;
}
.product-slider-card-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
    flex: 1;
}
span.item-brand {
    color: #8d8d8d;
    text-transform: uppercase;
    font-size: .85rem;
}
span.item-name {
    color: #000;
    font-size: 1.25em;
    flex: 1;
    word-break: break-word;
}
@media screen and (min-width: 1280px) {
    span.item-name {
        font-size: 1em;
    }
}
div.item-price-wrapper {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span.item-price {
    flex: 1;
    font-weight: bold;
    font-size: 1rem;
}
span.item-full {
    text-decoration: line-through;
    color: #8d8d8d;
    margin-left: .25rem;
    font-size: .75rem;
}
span.discount-percentage {
    color: var(--gray);
    font-size: .75rem;
}
div.products-archive-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
@media screen and (min-width: 820px) {
    div.products-archive-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (min-width: 1100px) {
    div.products-archive-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 3rem;
    }
    section.related.products div.products-archive-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media screen and (min-width: 1280px) {
    div.products-archive-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.buy-now-link {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}
.availability {
    display: flex;
    gap: 0.5rem;
}
.availability svg {
    height: .75rem;
}
.item-buy-button {
    display: flex;
    gap: 0.5rem;
    background: var(--green);
    padding: 0.25rem 0.5rem;
    color: #fff;
    border-radius: 20px;
}
.item-buy-button svg {
    height: 1rem;
}
a.highlighted-product-card .item-buy-button {
    display: inline-flex;
}
.item-price-wrapper span.woocommerce-Price-amount.amount bdi, .item-price-wrapper span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
    font-size: 1.25rem;
}
.item-full span.woocommerce-Price-amount.amount bdi, .item-full span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
    font-size: .75rem;
}
.splide__arrow--prev {
    left: -2em !important;
}
.splide__arrow--next {
    right: -2em !important;
}
.splide__arrow {
    background: transparent !important;
}
.splide__pagination__page.is-active {
    background: var(--blue) !important;
}
.splide__pagination {
    bottom: -2.5rem !important;
}
h2.carousel-section-title {
    text-align: center;
    margin: 0;
    font-size: 1.5rem;
}
hr.carousel-section-separator {
    border: 2px solid var(--blue);
    width: 10%;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
section.carousel-home-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
section.carousel-home-section.blue-carousel-section {
    background: #ebf1f5;
}
div.single-product-grid {
    display: grid;
    gap: 2rem;
}
@media screen and (min-width: 1100px) {
    div.single-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10rem;
        row-gap: 1rem;
    }
    section.related.products, div#grouped-product-table-wrapper {
        grid-column: span 2 / span 2;
        width: 100%;
    }
}
div.woocommerce-product-gallery {
    float: unset !important;
    width: 100% !important;
}
div#single-product-breadcrumb {
    margin-bottom: 2rem;
    display: flex;
    gap: .25rem;
}
div#single-product-breadcrumb nav, div#single-product-breadcrumb nav a {
    color: #767676;
    font-size: .75rem;
}
div#grouped-product-table-wrapper table {
    width: 100%;
    margin-bottom: 2rem;
}
form.cart.grouped_form.big-screen-form {
    display: none;
}
@media screen and (min-width: 1100px) {
    form.cart.grouped_form.big-screen-form {
        display: block;
    }
    form.cart.grouped_form.small-screen-form {
        display: none;
    }
}
div.product h1.product_title.entry-title {
    text-transform: uppercase;
    font-size: 2rem;
    margin: 0;
}
div.product .summary.entry-summary {
    float: unset !important;
    width: 100% !important;
}
hr.under-product-line {
    border: 1px solid #d7d7d7;
    border-bottom: 0px;
}
.summary p.product-brand {
    text-transform: uppercase;
    color: #d7d7d7;
    font-size: 1.25rem;
    margin: 0;
    margin-top: .75rem;
}
.summary p.price {
    color: unset !important;
    font-size: 1rem;
}
span.woocommerce-Price-amount.amount {
    font-weight: bold;
}
.summary span.woocommerce-Price-amount.amount bdi, .summary span.woocommerce-Price-currencySymbol {
    font-size: 1.25rem;
}
.woocommerce-product-details__short-description {
    margin-top: 2rem;
}
.woocommerce-product-details__short-description p {
    margin: 0;
    line-height: 1.5;
    margin-bottom: 2rem;
}
div#small-product-grouped-table-wrapper {
    display: grid;
    gap: 1rem;
}
div.woocommerce-grouped-product-list-item {
    display: flex;
    flex-direction: row;
    gap: .25rem;
    align-items: center;
    padding: .5rem;
    background: #f9f9f9;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
div#grouped-big-screen-table-headers {
    display: flex;
    gap: .25rem;
    box-sizing: border-box;
    padding: .5rem;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
div.woocommerce-grouped-product-list-item .custom-column-before, div#grouped-big-screen-table-headers .header-ref {
    flex-basis: 10%;
    grid-column: span 1 / span 1;
}
div.woocommerce-grouped-product-list-item label, div#grouped-big-screen-table-headers .header-label {
    flex-basis: 50%;
    grid-column: span 5 / span 5;
}
div.woocommerce-grouped-product-list-item .custom-column-content.riferimento, div#grouped-big-screen-table-headers .header-codice {
    flex-basis: 10%;
    grid-column: span 1 / span 1;
}
div.woocommerce-grouped-product-list-item .custom-column-content.sconto, div#grouped-big-screen-table-headers .header-sconto {
    flex-basis: 10%;
    grid-column: span 1 / span 1;
}
div.woocommerce-grouped-product-list-item .grouped-big-table-price-wrapper, div#grouped-big-screen-table-headers .header-prezzo {
    flex-basis: 10%;
    grid-column: span 1 / span 1;
}
div.woocommerce-grouped-product-list-item .input-grouped-selector-wrapper, div#grouped-big-screen-table-headers .header-quantita {
    flex-basis: 10%;
    grid-column: span 1 / span 1;
    display: flex;
    align-items:center;
    gap: .25rem;
    justify-content: center;
}
div#grouped-big-screen-table-headers .header-sconto, div#grouped-big-screen-table-headers .header-prezzo, div#grouped-big-screen-table-headers .header-allegato {
    text-align: center;
}
button.single_add_to_cart_button.button.alt {
    width: fit-content;
    align-self: end;
    margin-top: 1rem;
}
.woocommerce-grouped-product-list-item-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
button.single_add_to_cart_button.button.alt, button.single_add_to_cart_button.button.alt:hover {
    background: #2b9730;
}
button.single_add_to_cart_button.button.alt:hover {
    opacity: .8;
}
.woocommerce span.onsale {
    display: none;
}
#grouped-product-table-wrapper button.single_add_to_cart_button.button.alt {
    float: right;
}
form.cart.grouped_form.small-screen-form button.single_add_to_cart_button.button.alt {
    margin-top: 2rem;
}
.wc-block-components-product-metadata__description {
    display: none !important;
}
tr.woocommerce-grouped-product-list-item td {
   /*  display: flex;
    gap: 2rem;
    align-items: center; */
    padding: .5rem !important
}
td.woocommerce-grouped-product-list-item__label {
    flex: 1;
    text-align: left !important;
}
.woocommerce div.product form.cart .group_table td:last-child {
    display: flex;
    justify-content: center;
}
tr.woocommerce-grouped-product-list-item:nth-child(odd) {
    background: #f9f9f9;
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
}
/* .woocommerce div.product form.cart .group_table td {
    padding: 0 !important;
} */
td.woocommerce-grouped-product-list-item__label label {
    display: flex;
    gap: 2rem;
}
p.price del {
    font-size: 1rem !important;
}
p.price del span, p.price del span bdi {
    font-size: 1rem !important;
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce #content div.product p.price ins,
.woocommerce-page div.product span.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce-page #content div.product span.price ins,
.woocommerce-page #content div.product p.price ins,
.product-price ins,
.woocommerce ul.cart_list li .quantity ins,
.woocommerce-page ul.cart_list li .quantity ins,
.woocommerce ul.product_list_widget li .quantity ins,
.woocommerce-page ul.product_list_widget li .quantity in {
  text-decoration: none;
}
.woocommerce .product .summary.entry-summary form.cart {
    display: flex;
}
.woocommerce div.product form.cart input.qty {
    height: 85%;
}

div#shipping-wrapper {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    flex-direction: column;
    color: var(--green);
    gap: 1rem;
    align-items: center;
    padding: 1rem 0rem;
}
div#shipping-wrapper > div {
    display: flex;
    gap: 1rem;
    align-items: center;
}
@media screen and (min-width: 1100px) {
    div#shipping-wrapper {
        flex-direction: row;
        justify-content: space-around;
    }
}
div#shipping-wrapper svg {
    height: 2rem;
}
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: var(--green);
    color: #fff;
    text-decoration: none;
    margin-top: 2rem;
    border: none;
    outline: none;
}
#info-azienda h2{
    margin-top: 2rem;
    font-size: 1.5rem;
    color: var(--blue);
}
#wrapper-azienda{
    margin-top: 2rem;
}
#modulo-contatti-azienda{
    margin: 0;
}
#modulo-contatti-azienda h2{
    margin-bottom: 2rem;
}
.list-informazioni-contatto{
    list-style: none;
    margin: 1.5rem 0;
}
.list-informazioni-contatto li{
    display: flex;
    align-items: center;
    line-height: 2.5;
}
.list-informazioni-contatto li:last-child{
    margin-top: 2rem;
}
.list-informazioni-contatto li svg{
    width: 1.5rem;
    margin-right: .5rem;
    fill: var(--red-color-primary);
}
#info-map iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}
#modulo-contatti-azienda form input, #modulo-contatti-azienda form textarea{
    width: 100%;
    border: 1px solid #707070;
    padding: 1rem;
    box-sizing: border-box;
}
#modulo-contatti-azienda form input::placeholder, #modulo-contatti-azienda form textarea::placeholder{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #272727;
}
#modulo-contatti-azienda form input:focus, #modulo-contatti-azienda form textarea:focus{
    outline: 0;
}
#modulo-contatti-azienda .wpcf7-acceptance label{
    display: flex;
    align-items: center;
}
#modulo-contatti-azienda .wpcf7-acceptance label input[type="checkbox"]{
    width: 2rem;
    margin-right: 1rem;    
}
#modulo-contatti-azienda .wpcf7-acceptance .wpcf7-list-item{
    margin: 0;
}
#modulo-contatti-azienda .wpcf7-acceptance .wpcf7-list-item-label{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #252850;
    font-size: .75rem;
}
#modulo-contatti-azienda input[type="submit"]{
    background: var(--green);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: .5rem;
    border: none;
}
@media (min-width: 768px) {
    #wrapper-azienda{
        display: flex;
        gap: 2rem;
    }
    .wrapper-azienda-row{
        flex-basis: 50%;
    }
    #info-map iframe {
        aspect-ratio: 4 / 3;       
    }
    #wrapper-azienda .wrapper-azienda-row:first-child p{
        margin-top: 0;
    }
    .list-informazioni-contatto li:last-child{
        margin-top: 1rem;
    }
    .wrap-row-form{
        display: flex;
        gap: 1rem;
    }
    .wrap-row-form div{
        flex-basis: 100%;
    }
    .wrap-row-form p{
        margin: .5rem 0;
    }
    #modulo-contatti-azienda .wrap-row-form:nth-child(4){
        display: block;
    }
    #modulo-contatti-azienda .wrap-row-form:nth-child(5) .wpcf7-list-item{
        display: inherit;
    }
    #modulo-contatti-azienda .wpcf7-acceptance label input[type="checkbox"] {
        padding: 0;
        margin: 0 .5rem 0 0;
        width: auto;
    }
    
}
#flex-error-message{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
    padding: 10rem 0;
    border-bottom: 1px solid #E9ECEF;
}
#flex-error-message .block-description-btn{
    width: 12rem;
}
.block-description-btn {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #fff !important;
    background-color: var(--green);
    border-radius: .5rem;
    justify-content: center;
    padding: .5rem 1rem;
    margin-top: 1rem;
    text-decoration: none;
    width: fit-content;
}
.block-description-btn svg {
    width: 1rem;
    fill: #fff;
    margin-right: 0.5rem;
}
.list-informazioni-contatto {
    list-style: none;
    margin: 1.5rem 0;
    padding: 0;
}
.list-informazioni-contatto li {
    display: flex;
    align-items: center;
    line-height: 2.5;
}
.list-informazioni-contatto li svg {
    width: 1.5rem;
    margin-right: 0.5rem;
    fill: var(--green);
}
section#maps-iframe iframe {
    width: 100%;
    aspect-ratio: 16 / 4;
}
@media screen and (min-width: 820px) {
    section#maps-iframe iframe {
        aspect-ratio: 21 / 4;
    }
}
.chi-siamo-row {
    display: flex;
    gap: 2rem;
    flex-direction: column;
}
@media screen and (min-width: 1100px) {
    .chi-siamo-row {
        flex-direction: row;
    }
    .chi-siamo-row.chi-siamo-row-inverted {
        flex-direction: row-reverse;
    }
    .chi-siamo-text-wrapper, .chi-siamo-image-wrapper {
        flex-basis: 50%;
    }
}
.chi-siamo-image-wrapper img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 1rem;
}
hr.chi-siamo-separator {
    margin-left: 0;
    border: 2px solid #fff;
    width: 10%;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
h2.chi-siamo-heading {
    font-size: 1.25rem;
    margin: 0;
}
p.chi-siamo-paragraph {
    margin: 0;
    line-height: 1.5;
}
div#chi-siamo-services-wrapper {
    background: var(--blue);
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
div#chi-siamo-services {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}
@media screen and (min-width: 820px) {
    div#chi-siamo-services {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 1100px) {
    div#chi-siamo-services {
        grid-template-columns: repeat(4, 1fr);
    }
}
h2#chi-siamo-valori-title {
    text-align: center;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 3rem;
}
.chi-siamo-service-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
.chi-siamo-service-item svg {
    height: 2.5rem;
}
.chi-siamo-service-item h3 {
    margin: 0;
    font-size: 1.1rem;
    text-align: center;
}
.chi-siamo-service-item p {
    margin: 0;
    line-height: 1.5;
    font-size: .75rem;
    text-align: center;
}
div#chi-siamo-image-banner {
    position: relative;
}
#chi-siamo-image-banner > img {
    object-fit: cover;
  /*   aspect-ratio: 3 / 1; */
    width: 100%;
    height: auto;
    filter: brightness(0.6);
}
@media (min-width: 820px) {
    #chi-siamo-image-banner > img {
        aspect-ratio: 6 / 1.5;
    }
    div.home-box h3 { 
        font-size: 1.4rem;
    }
}
@media (max-width: 820px) { 
    div.home-box h3 { 
        font-size: 2rem;
    }
    div.home-box p, div.home-box a {
        font-size: 1rem;
    }

}
#chi-siamo-image-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000052
}
#chi-siamo-image-banner-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    height: 100%;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}
div#chi-siamo-image-banner-text > * {
    text-align: center;
}
div#chi-siamo-image-banner-text h3 {
    margin-top: 0;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}
div#chi-siamo-image-banner-text p {
    line-height: 1.5rem;
}
.chi-siamo-text-wrapper a {
    text-decoration: none;
    margin-top: 2rem;
    display: inline-block;
    color: #fff;
    background: var(--green);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}
.chi-siamo-text-wrapper a:hover {
    opacity: .8;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: unset;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 1rem;
}
.woocommerce div.product div.images {
    margin-bottom: 0;
}
.woocommerce form.register {
    background: #f8f8f8;
}
div#registration-fields-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
form.woocommerce-form.woocommerce-form-register.register input, form.woocommerce-form.woocommerce-form-register.register select {
    outline: 0;
    border: 1px solid #333;
    padding: .5rem 1rem;
    font-size: .75rem;
    background: #fff;
    border-radius: 5px;
}
@media screen and (min-width: 1100px) {
    div#registration-fields-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    p.form-row.form-row-wide.register-item-span {
        grid-column: span 2 / span 2;
    }
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    cursor: pointer;
    color: #fff;
    background: var(--blue);
    border: 0;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    opacity: .9;
}
form.woocommerce-form.woocommerce-form-register.register label {
    color: #085b7e;
    font-weight: bold;
}
a.offerte-btn {
    display: inline-block;
    background: #fff;
    color: var(--blue);
    text-decoration: none;
    font-weight: bold;
    padding: .5rem 1rem;
}
a.offerte-btn:hover {
    opacity: .95;
}
form.woocommerce-form.woocommerce-form-login.login {
    background: #f8f8f8;
}
form.woocommerce-form.woocommerce-form-login.login input {
    outline: 0;
    border: 1px solid #333;
    padding: .5rem 1rem;
    font-size: .75rem;
    background: #fff;
    border-radius: 5px;
}
form.woocommerce-form.woocommerce-form-login.login label {
    color: #085b7e;
    font-weight: bold;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    cursor: pointer;
    color: #fff;
    background: var(--blue);
    border: 0;
}
button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    opacity: .85;
}
form.woocommerce-form.woocommerce-form-login.login .form-row {
    margin-bottom: 1rem;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    display: grid;
    gap: .75rem;
    margin-bottom: 3rem;
}
nav.woocommerce-MyAccount-navigation a {
    color: var(--blue);
    font-weight: bold;
    text-decoration: none;
}
nav.woocommerce-MyAccount-navigation li.is-active a {
    color: #000;
}
nav.woocommerce-MyAccount-navigation li {
    position: relative;
    padding-bottom: .75rem;
}
nav.woocommerce-MyAccount-navigation li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 1px;
    background: #085b7e;
}
h2.wp-block-heading.titolo-offerte {
    font-size: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}
h2.wp-block-heading.titolo-offerte:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5rem;
    height: .25rem;
    background: var(--blue);
}
p.order-again a.button, a.woocommerce-button.button.order-again {
    background: var(--blue);
    color: #fff;
}
a#megamenu-offerte-link {
    display: flex;
    gap: 5rem;
}
a#megamenu-offerte-link img{
    max-height: 10rem;
}
body.product-template-default div.woocommerce-notices-wrapper {
    margin-top: 2rem;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
    color: var(--black);
    font-weight: bold;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
    color: var(--black);
}
.yith-wcan-filter input[type="checkbox"] {
    accent-color: #000;
}
.filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3f3f3;
    padding: .5rem;
    cursor: pointer;
}
.filter-title svg.filter-chevron {
    height: .75rem;
    stroke: #000;
}
.filter-title h4 {
    margin: 0;
    color: #000;
    font-size: .8rem;
    font-weight: normal;
}
.dentitalia-filter-category .filter-content-wrapper {
    display: none;
}
.dentitalia-filter-category.active .filter-content-wrapper {
    display: flex;
    flex-direction: column;
}
.dentitalia-filter-category svg.filter-chevron {
    transform: rotate(180deg);
}
.dentitalia-filter-category.active svg.filter-chevron {
    transform: none;
}
form#dentitalia-filters-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.dentitalia-filter-category.active {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 2rem;
}
.filter-content {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}
.filter-actions a {
    font-size: .65rem;
    text-decoration: none;
}
button#reset-filters {
    background: var(--green);
    border: none;
    color: #fff;
    padding: .25rem .5rem;
    cursor: pointer;
    width: fit-content;
}
button#reset-filters:hover, .filter-actions a:hover, .filter-title:hover {
    opacity: .9;
}
@media screen and (max-width: 1099px) {
    div#filters-wrapper.filters-mobile-view {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        height: 100vh;
        background: #fff;
        width: 100%;
        padding: 1rem;
        z-index: 9;
        overflow-y: auto;
        box-sizing: border-box;
    }
    div#filters-wrapper.filters-mobile-view #dentitlia-form-main-wrppaer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.filter-content input {
    margin: 0;
}
div#modal-close-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4rem;
}
@media screen and (min-width: 1100px) {
    div#modal-close-wrapper {
        display: none !important;;
    }
}
svg#modal-close-icon {
    height: 1.5rem;
    cursor: pointer;
}
svg#modal-close-icon:hover {
    opacity: .9;
}
span.percetange-banner {
    background: var(--green);
    color: #fff;
    font-weight: bold;
    display: block;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .25rem;
    box-sizing: border-box;
}
div.input-grouped-selector-wrapper svg {
    height: 1rem;
    cursor: pointer;
}
.wc-block-components-product-badge.wc-block-components-sale-badge {
    display: none !important;
}
.summary.entry-summary p.price {
    display: none;
}
.home-highlighted-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
@media screen and (min-width: 820px) {
    .home-highlighted-section {
        grid-template-columns: repeat(5, 1fr);
    }
}
.discount-badge-text-overlay {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
    background: var(--blue);
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    display: flex;
    aspect-ratio: 1;
    min-width: 3rem;
    align-items: center;
    justify-content: center;
}
div#single-product-breadcrumb a, div#single-product-breadcrumb span {
    font-size: .75rem;
}
.woocommerce-product-gallery__image img {
    border: 1px solid var(--light-gray);
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: unset;
    text-align: left;
}
div#megamenu-offerte .megamenu-first.megamenu-list a.active {
    border-left: 0;
    padding-left: 0;
}
form.cart.grouped_form.big-screen-form {
    display: none;
    flex-direction: column;
    gap: 1rem;
    box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
    form.cart.grouped_form.big-screen-form {
        display: flex;
    }
}
.grouped-big-table-price-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.grouped-big-table-price-wrapper del bdi, .grouped-big-table-price-wrapper del bdi span, div#small-product-grouped-table-wrapper del bdi, div#small-product-grouped-table-wrapper del bdi span {
    font-weight: normal;
    font-size: .75rem;
    color: #8d8d8d;
    text-decoration-color: #8d8d8d;
}
.grouped-big-table-price-wrapper del, div#small-product-grouped-table-wrapper del {
    text-decoration-color: #8d8d8d;
}
.grouped-big-table-price-wrapper ins, div#small-product-grouped-table-wrapper ins {
    text-decoration: none;
}
.custom-column-content.sconto, .custom-column-content.allegato {
    display: flex;
    justify-content: flex-start;
}
@media screen and (min-width: 1100px) {
    .custom-column-content.sconto, .custom-column-content.allegato {
        justify-content: center;
    }
}
.mobile-submenu-content {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.mobile-submenu-content a {
    font-size: .95rem !important;
}
.woocommerce-grouped-product-list-item-title {
    grid-column: span 8 / span 8;
}
.woocommerce-grouped-product-list-item__quantity {
    grid-column: span 2 / span 2;
}
.lg-backdrop {
    background-color: #000000e0 !important;
}
a.attachment-link {
    display: flex;
    align-items: center;
    gap: .5rem;
}
a.attachment-link svg {
    height: 1.25rem;
}
div#product-attachments {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.megamenu-first.megamenu-list a.counter-hidden {
    display: none;
}
.megamenu-first.megamenu-list a.counter-hidden.counter-hidden-active {
    display: block;
}
a.less-options-megamenu {
    display: none;
}
.availability span {
    font-size: .7rem;
}
.banner-home-title {
    background: var(--green);
    color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
}