/*
Theme Name: ts-commerce
Author: Tecnostudi Srl
Author URI: https://tecnostudi-comunicazione.it/
Description:
Requires at least: 6.0
Text Domain: ts-commerce
Tags: tecnostudi-dev
*/
:root {
    --fs-text2: 0.875rem;
    --fs-text3: 0.813rem;
    --fs-p: 16px;
    --fs-title1: 3rem;
    --fs-title2: 2.563rem;
    --fs-title3: 1.375rem;
    --fs-title4: 1.125rem;
    --c-white: #FFF;
    --c-white-grey: #F9F9F9;
    --c-black: #000;
    --c-grey: #B1B1B1;
    --c-accent: #D88F57;
    --mb-reg: 150px;
}

html {
    font-family: "Nunito Sans", sans-serif;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
    font-size: var(--fs-p);
}
a:hover {
    color: var(--c-accent);
}
p a {
    text-decoration: underline;
}
address {
    font-style: normal;
}
ol, ul {
    margin-left: 35px;
    list-style-position: outside;
}
li {
    margin: 10px 0;
}
.title1 {
    font-family: 'amandine', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: var(--fs-title1);
    line-height: calc(var(--fs-title1) + 12px);
}
.title2 {
    font-size: var(--fs-title2);
    font-weight: bold;
    line-height: var(--fs-title2);
}
.title3 {
    font-size: var(--fs-title3);
    line-height: var(--fs-title3);
}
.title4 {
    font-size: var(--fs-title4);
    line-height: calc(var(--fs-title4) + 6px);
}
.txt-p {
    font-size: var(--fs-p);
    line-height: calc(var(--fs-p) + 6px);
}
.txt2 {
    font-size: var(--fs-text2);
}
.txt3 {
    font-size: var(--fs-text3);
}
.txt-black {
    color: var(--c-black);
}
.txt-white {
    color: var(--c-white);
}
.txt-center {
    text-align: center;
}
.txt-bold {
    font-weight: bold;
}
.max {
    max-width: 1444px;
}
.max-lg {
    max-width: 1720px;
}
.max-sm {
    max-width: 1128px;
}
.max-xsm {
    max-width: 894px;
}
.max, .max-lg, .max-sm, .max-xsm {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}
.mb-regular {
    margin-bottom: var(--mb-reg);
}
.pb-regular {
    padding-bottom: var(--mb-reg);
}
.m-auto {
    margin-left: auto;
    margin-right: auto;
}
.btn, .button, a.btn.button, .woocommerce .cart .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page #payment #place_order, .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
.woocommerce #review_form #respond .form-submit input {
    display: block !important;
    width: fit-content;
    padding: 15px 25px;
    font-size: var(--fs-title4);
    font-weight: bold;
    color: var(--c-white) !important;
    background-color: var(--c-black);
    border: 1px solid var(--c-black);
    transition-duration: 0.5s;
}
.button, a.btn.button, .woocommerce .cart .button,
.woocommerce-page #payment #place_order, .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
.woocommerce #review_form #respond .form-submit input {
    margin: unset !important;
    border-radius: unset !important;
}
.btn:hover, .button:hover, a.btn.button:hover, .woocommerce .cart .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page #payment #place_order:hover, .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
.woocommerce #review_form #respond .form-submit input:hover {
    color: var(--c-black) !important;
    background-color: var(--c-white);
}
.btn.btn-full, a.btn.btn-full.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    text-align: center;
}
.btn-press {
    width: fit-content;
    font-size: var(--fs-title3);
    font-weight: bold;
    text-decoration: underline;
}
.btn-white {
    padding: 12px 45px;
    background-color: var(--c-white);
    color: var(--c-black) !important;
    border-color: var(--c-white);
}
.mobile {
    display: none !important;
}
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background-color: var(--c-black);
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 132px;
    z-index: 95;
}

form {
    position: relative;
}

input {
    font-size: var(--fs-p);
}

input:focus {
    outline: unset;
}

input.wpcf7-not-valid::placeholder {
    color: #FF0000 !important;
}

.wpcf7-not-valid {
    border-color: #FF0000 !important;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-response-output {
    position: absolute;
    bottom: 0;
    transform: translateY(150%);
    left: 0;
    margin: unset !important;
}

.hdr-icons {
    margin-top: 54px;
    margin-bottom: 54px;
}

.hdr-logo-box {
    width: 172px;
}

.hdr-logo-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.hdr-logo-box a:hover img, .hdr-icons-box a:hover img {
    filter: invert(79%) sepia(56%) saturate(1497%) hue-rotate(318deg) brightness(91%) contrast(85%);
}

.hdr-logo-box img {
    display: block;
    width: 100%;
    height: auto;
}

.hdr-nav ul {
    justify-content: space-between;
}

.hdr-nav ul li {
    padding: 0 4vw;
}

.hdr-nav ul li:first-child {
    padding-left: unset;
}

.hdr-nav ul li:last-child {
    padding-right: unset;
}

.hdr-nav ul li a {
    font-size: var(--fs-title4);
    font-weight: bold;
    position: relative;
}

.hdr-nav ul li a:hover {
    color: var(--c-accent);
}

.hdr-nav ul li.current-menu-item a::after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: var(--c-black);
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.hdr-icon {
    display: block;
    width: 30px;
    height: 30px;
}

.hdr-icons-box {
    gap: 20px;
}

.hdr-icon img {
    width: 100%;
    height: 100%;
}

.hdr-nl {
    font-size: var(--fs-text2);
    font-weight: bold;
}

.cart-qnt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(40%, 40%);
    background-color: var(--c-black);
    color: var(--c-white);
    border-radius: 50%;
    font-size: 12px;
}

.hdr-icons-box a:hover .cart-qnt {
    background-color: var(--c-accent);
}

.tooltip .tooltiptext {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    font-size: var(--fs-text2);
    padding: 4px 12px;
}

.tooltip .tooltiptext::after {
    bottom: -10px;
    transform: translateX(-50%);
}

.mobile-menu-icon {
    display: none;
}

#menu-sticky {
transform: translateY(-107px);
}

.menu-sticky-flex.hdr-icons {
    margin-top: 25px;
    margin-bottom: 25px;
}

#menu-sticky-mobile {
    transform: translateY(-108px);
}

.main-banner-text {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 72px;
}

.main-banner-text::before {
    content: "";
    display: block;
    width: 123px;
    height: 220px;
    background-image: url(assets/img/MalliD-pittogramma-bianco.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.not-frontpage .main-banner-text::before {
    width: 83px;
    height: 150px;
}

.not-frontpage .main-banner-text .title1{
    font-size: calc(var(--fs-title1) * 0.9)!important;
}

.main-banner-text h1, .main-banner-text h2  {
    text-align: center!important;
}

.main-banner-text h1 span, .main-banner-text h2 span {
    font-weight: normal!important;
}

.main-banner-text.pl-40{
    padding-left: 40px;
}

.banner-generico {
    min-height: 378px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-overlay::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--c-black);
    opacity: 0.5;
}

.banner-generico .main-banner-text {
    gap: 68px;
}

.banner-generico .main-banner-text::before {
    width: 70px;
    height: 126px;
    background-image: url(assets/img/MalliD-pittogramma-nero.svg);
}

.banner-generico.banner-overlay .main-banner-text::before {
    background-image: url(assets/img/MalliD-pittogramma-bianco.svg);
}

.testo-immagine-cta h2 {
    margin-bottom: 20px;
}

.testo-immagine-cta a {
    margin-top: 50px;
}

.testo-immagine-cta .img {
    margin: 50px auto 0 auto;
    max-width: 1048px;
}

.testo-immagine-cta .img img {
    display: block;
    width: 100%;
    height: auto;
}

.testo-immagine-cta .box2 {
    display: flex;
}

.testo-immagine-cta .box2 div {
    width: 50%;
}

.testo-immagine-cta .box2 .txt-box2 {
    background-color: var(--c-white-grey);
    padding: 76px 50px;
}

.testo-immagine-cta .box2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: unset;
}

.testo-immagine-cta:has(.max-xsm) .img {
    max-width: 814px;
}

.testo-immagine-cta.mb-regular.is-single {
    margin-bottom: 65px;
}

.testo-immagine-cta.mb-regular.is-single:last-child {
    margin-bottom: var(--mb-reg);
}

.page-prodotti .testo-immagine-cta.mb-regular {
    margin-bottom: 100px;
}

.page-prodotti .testo-immagine-cta .img {
    margin-top: var(--mb-reg);
}

.page-prodotti .testo-immagine-cta .img {
    position: relative;
}

.page-prodotti .testo-immagine-cta .img::before {
    content: "Le Linee";
    display: block;
    color: var(--c-white);
    font-size: var(--fs-title2);
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.page-prodotti .testo-immagine-cta .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #4A2407;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

#slider-linee h2 {
    text-align: center;
    margin-bottom: 50px;
}

#slider-linee a {
    margin-top: 50px;
}

.card-linee {
    position: relative;
}

#slider-linee .card-linee a {
    margin: unset;
    display: block;
}

#slider-linee .card-linee a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4A2407;
    opacity: 0;
    transition: opacity 0.4s ease-in;
    z-index: 20;
}

.card-linee h3 {
    font-size: var(--fs-title1);
    color: var(--c-white);
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.4s ease-in;
    z-index: 25;
}

#slider-linee .card-linee a:hover::after {
    opacity: 0.5;
}

.card-linee a:hover h3 {
    opacity: 1;
}

#slider-linee .splide__slide {
  aspect-ratio: 1 / 1;
}

#slider-linee .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-flex-box {
    justify-content: flex-start;
    align-items: start;
}

.text-box {
    width: 95%;
}

.text-box h2 {
    margin-bottom: 20px;
}

.text-box.cta-box > div {
    margin-bottom: 50px;
}

.cornice-img {
    display: block;
    object-fit: cover;
    aspect-ratio: 1  / 1;
}

.press-slider {
    position: relative;
}

.press-slider::after {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    background-color: var(--c-white-grey);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.press-box-title {
    margin-bottom: 50px;
}

.press-card {
    display: flex;
    flex-direction: column;
    background-color: var(--c-white);
    height: 100%;
}

.press-card .press-img {
    aspect-ratio: 29 / 20;
}

a:has(.press-img) {
    display: block;
}

.press-img img {
    height: 100%;
    max-height: 370px;
    object-position: center;
}

.press-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    text-align: center;
    gap: 35px;
    padding: 30px 55px;
}

.press-text .btn {
    margin-top: auto;
}

#press-slider .btn-press {
    margin: 50px auto 0 auto;
}

.div-pilastri {
    display: flex;
    margin: 100px 0;
}

.div-pilastri div {
    width: 50%;
}

.div-pilastri .img-pilastri img {
    width: 100%;
    height: auto;
    max-width: 506px;
    object-fit: contain;
}

.div-pilastri .txt-pilastri {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.banner-img-testo {
    padding: unset;
    margin-bottom: 65px;
}

.banner-img-testo h3 {
    margin-bottom: 15px;
}

.banner-img-testo .text-flex-box {
    align-items: center;
}

.banner-img-testo .text-flex-box.txt-right {
    justify-content: flex-end;
}

.banner-img-testo .text-flex-box.txt-left {
    justify-content: flex-start;
}

.banner-img-testo .cornice-img-container {
    display: flex;
}

.banner-img-testo .cornice-img-container.img-right {
    order: 2;
    justify-content: flex-end;
}

.banner-img-testo .max-sm .text-box, .banner-img-testo .max-sm .cornice-img {
    width: 88%;
}

.banner-img-testo .cornice-img {
    aspect-ratio: unset;
}

.press-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min-content, 536px));
    column-gap: 16px;
    row-gap: 50px;
    justify-content: center;
}

.woocommerce-breadcrumb {
    display: none;
}

.woocommerce h2 {
    text-align: start;
}

#main .product.type-product {
    margin-bottom: var(--mb-reg);
}

.product .splide__slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 513px;
}

.summary .nome-linea {
    font-weight: bold;
}

.product_title {
    font-size: var(--fs-title2);
    margin-top: 8px;
    margin-bottom: 15px;
}

.product-description, .product-description span {
    display: block;
    font-size: var(--fs-p) !important;
    line-height: calc(var(--fs-p) + 6px) !important;
    font-family: "Nunito Sans", sans-serif !important;
}

.summary .benefici {
    background-color: var(--c-white-grey);
    padding: 14px 28px 22px 28px;
    margin-top: 50px;
}

.summary .benefici h2 {
    font-size: var(--fs-title3);
    margin-bottom: 8px;
}

.summary .benefici p {
    font-size: var(--fs-p);
}

.woocommerce .quantity .qty {
    width: 60px;
    height: auto;
    font-size: var(--fs-title3);
    padding: 13px 11px;
}

.wc-product-price-box {
    align-items: center;
}

.price {
    display: flex;
    flex-direction: column;
}

.price ins {
    text-decoration: none;
}

.price del bdi {
    font-size: var(--fs-text2);
}

.wc-product-price-box .woocommerce-Price-amount {
    font-size: 30px;
}

.wc-price-history, .wc-price-history .woocommerce-Price-amount {
    font-size: var(--fs-text3);
}

.wc-product-price-box form {
    justify-content: flex-end;
}

.sku_wrapper {
    display: none;
}

.wc-condizioni .loghi-mp {
    display: flex;
    align-items: center;
    gap: 8px;
    filter: invert(1);
    margin-top: 14px;
    margin-bottom: 20px;
}

.wc-condizioni .loghi-mp img {
    width: 60px;
    height: auto;
}

.wc-istruzioni, .wc-separazione {
    margin-bottom: 30px;
}

.wc-istruzioni.box-grey {
    background-color: var(--c-white-grey);
    padding: 25px 30px;
}

.wc-separazione {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--c-black);
}

.wc-condizioni div a {
    font-size: var(--fs-p);
    text-decoration: underline;
    margin-bottom: 15px;
}

.wc-istruzioni h4 {
    font-size: var(--fs-title3);
    margin-bottom: 8px;
}

.div-linea-prodotto {
    margin-top: var(--mb-reg);
}

.div-linea-prodotto h2 {
    margin-bottom: 50px;
}

.div-linea-prodotto div {
    display: flex;
    max-height: 598px;
}

.div-linea-prodotto div img {
    width: 50%;
    height: auto;
    object-fit: cover;
    object-position: top center;
}

#tab-reviews {
    margin: unset;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    max-width: 1128px;
    border-bottom: 1px solid var(--c-black);
}

#tab-reviews .woocommerce-Reviews-title {
    font-size: var(--fs-title3);
    max-width: 1128px;
    margin: 0 auto;
}

#tab-reviews #comments {
    margin-bottom: 10px;
}

#tab-reviews .woocommerce-noreviews {
    font-size: var(--fs-title4);
    font-weight: bold;
    margin: 8px 0;
}

#tab-reviews .woocommerce-verification-required {
    font-size: var(--fs-p);
}

.woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce #reviews #comments ol.commentlist li .description {
    font-size: var(--fs-p);
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    width: 30%;
}

.woocommerce #reviews #comments ol.commentlist li .description {
    width: 70%;
}

.woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__author,
#review_form_wrapper #respond .comment-reply-title {
    font-size: var(--fs-title3);
}

#review_form_wrapper #respond .comment-form-rating,
#review_form_wrapper #respond .comment-form-comment label {
    font-size: var(--fs-title4);
}

.woocommerce #review_form #respond textarea {
    border-radius: unset;
    font-size: var(--fs-p);
    font-family: "Nunito Sans", sans-serif;
    padding: 20px;
}

.woocommerce #review_form #respond .form-submit input {
    margin: 0 auto !important;
}

.woocommerce #review_form #respond p.form-submit {
    margin-bottom: unset;
}

.page-prodotti .woocommerce-breadcrumb {
    max-width: 1444px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}

.page-prodotti .sezione-linea .title-linea h2 {
    margin-bottom: 15px;
    position: relative;
}

.page-prodotti .sezione-linea .title-linea h2::before {
    content: "";
    display: block;
    width: 40px;
    height: 72px;
    background-image: url(assets/img/MalliD-pittogramma-nero.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
}

.onsale-badge-loop {
    background-color: var(--c-accent);
    color: var(--c-white);
    border-radius: 22px;
    font-size: var(--fs-title4);
    left: 0;
    right: unset;
}

body.archive .flex-products {
    margin-top: 50px;
    gap: 20px;
}

body.archive ul.products li.product {
    display: flex;
    flex-direction: column;
    width: 335px !important;
    height: fit-content !important;
    min-height: 735px;
    margin: unset !important;
}

body.archive ul.products li.product .star-rating {
    display: none;
}

.woocommerce ul.products li.product a img {
    margin: unset;
}

body.archive ul.products li.product .price {
    position: static;
    display: block;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    position: relative;
    height: 100%;
    min-height: 694px;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link::before {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background-color: var(--c-white-grey);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.woocommerce ul.products li.product.outofstock a.btn.button {
    display: none !important;
}

.woocommerce ul.products li.product.outofstock a.woocommerce-loop-product__link {
    min-height: 735px;
}

.woocommerce ul.products li.product.outofstock .prodotto-esaurito {
    width: 100%;
    padding: 15px 25px;
    text-align: center;
    font-size: var(--fs-title4);
    font-weight: bold;
    color: var(--wc-red);
}

.card-txt {
    padding: 0 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-txt .woocommerce-loop-product__title {
    text-align: center;
    font-size: var(--fs-title4) !important;
    text-transform: capitalize;
}

.card-txt .woocommerce-product-details__short-description {
    min-height: 110px;
    margin-bottom: 22px;
    text-align: center;

}

.woocommerce ul.products li.product .card-txt .price {
    margin-bottom: 12px;
}

.card-txt .price>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.woocommerce ul.products li.product .card-txt .price del {
    font-size: var(--fs-text2);
    color: var(--c-black);
    opacity: 1;
    padding: unset;
    position: absolute;
    top: 6px;
    left: 9px;
}

.woocommerce ul.products li.product .card-txt .price .woocommerce-Price-amount,
.woocommerce ul.products li.product .card-txt .price del .woocommerce-Price-amount {
    font-size: unset;
}

.woocommerce ul.products li.product .card-txt .price ins bdi, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    font-size: var(--fs-title3);
    color: var(--c-black);
    font-weight: bold;
}

.woocommerce ul.products li.product .card-txt .price .wc-price-history {
    font-size: 12px;
    font-weight: normal;
    color: var(--c-black);
}

.added_to_cart.wc-forward, .woocommerce a.added_to_cart {
    display: none;
}

.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce:has(.woocommerce-cart-form), .woocommerce:has(.woocommerce-cart-form-desk) {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: var(--mb-reg);
}

.woocommerce:has(.woocommerce-cart-form) .woocommerce-notices-wrapper, .woocommerce:has(.woocommerce-cart-form-desk) .woocommerce-notices-wrapper {
    flex: 1 1 100%;
}

.woocommerce .woocommerce-cart-form-desk  {
    width: 75%;
    padding-right: 30px;
    flex: 1 1 auto;
}

.woocommerce .cart-collaterals {
    width: 25%;
    padding-left: 30px;
    flex: 1 1 auto;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: unset;
}

.woocommerce table.shop_table,
.woocommerce .woocommerce-cart-form-desk table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td,
.woocommerce .woocommerce-cart-form-desk table.shop_table tbody td.actions {
    border: unset;
    border-radius: unset;
}

.woocommerce .woocommerce-cart-form-desk table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item .product-remove .remove {
    font-size: 40px;
    color: var(--c-black) !important;
}

.woocommerce .woocommerce-cart-form-desk table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item .product-remove .remove:hover {
    color: var(--c-accent) !important;
    background: unset;
}

.woocommerce .woocommerce-cart-form-desk table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td {
    border-top: 1px solid var(--c-black);
}

.woocommerce-cart table.cart th {
    font-size: var(--fs-title4);
    text-transform: uppercase;
    font-weight: lighter;
}

.woocommerce-cart-form-desk table.shop_table thead th {
    padding: 0 0 6px 0;
}

.woocommerce-cart-form__cart-item.cart_item {
    height: 255px;
}

.woocommerce table.shop_table td {
    border-color: var(--c-black);
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 0 5px;
}

.woocommerce-cart table.cart img {
    width: 130px;
}

.woocommerce-cart-form__cart-item.cart_item .product-name,
.woocommerce-cart-form__cart-item.cart_item .woocommerce-Price-amount {
    font-size: var(--fs-title3);
    font-weight: bold;
}

.woocommerce-cart-form .product-subtotal, .woocommerce-cart-form-desk .product-subtotal,
.woocommerce-cart-form__cart-item.cart_item .product-subtotal {
    text-align: end;
}

.woocommerce-cart-form .product-quantity, .woocommerce-cart-form-desk .product-quantity {
    text-align: center;
}

.woocommerce-page table.cart td.actions {
    background-color: var(--c-white-grey);
    height: 140px;
    border-top: unset;
}

.woocommerce table.cart td.actions .coupon {
    margin-left: 35px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    border: 1px solid var(--c-black);
    border-right: none;
    padding: 15px 21px;
    margin: unset;
    min-width: 250px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder {
    text-transform: uppercase;
}

.woocommerce-cart table.cart td.actions>button {
    margin-left: auto !important;
    margin-right: 35px !important;
}

.woocommerce-cart table.cart td.actions>button:disabled {
    color: var(--c-white);
    padding: 15px 25px;
}

.woocommerce .cart-collaterals h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 1px solid var(--c-black);
}

.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td {
    padding-top: 30px;
    padding-bottom: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    padding-left: 25px;
    border: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    padding-right: 25px;
    border: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping th,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td {
    padding-bottom: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    border-top: 1px solid var(--c-black);
    padding-top: 20px;
    padding-bottom: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total th {
    text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-Price-amount {
    font-size: var(--fs-title4);
}

.woocommerce:has(.cart-empty.woocommerce-info) {
    margin-bottom: var(--mb-reg);
}

.cart-empty.woocommerce-info {
    border-top: unset;
    background-color: unset;
    padding: 50px 140px;
    margin: unset;
}

.return-to-shop {
    padding: 0 140px;
}

.return-to-shop .btn.button.wc-backward {
    margin: 0 auto !important;
}

.chart-error {
    padding-bottom: var(--mb-reg);
}

.chart-error p:first-child {
    text-align: center;
    margin-bottom: 25px;
}

.chart-error a.button {
    margin: 0 auto !important;
}

.checkout_coupon.woocommerce-form-coupon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.checkout_coupon.woocommerce-form-coupon p.form-row-first {
    margin-bottom: unset;
}

.checkout_coupon.woocommerce-form-coupon p.form-row-first .input-text {
    padding: 13px 15px;
    border-bottom: unset;
}

.checkout_coupon.woocommerce-form-coupon p:first-child {
    margin-bottom: 8px;
}

.checkout_coupon.woocommerce-form-coupon p.form-row-last button.button {
    width: 100%;
}

.checkout.woocommerce-checkout {
    padding-left: 115px;
    border-left: 1px solid var(--c-black);
    margin-bottom: var(--mb-reg);
}

.checkout.woocommerce-checkout #customer_details {
    display: flex;
    flex-direction: column;
}

.checkout.woocommerce-checkout #customer_details .col-1,
.checkout.woocommerce-checkout #customer_details .col-2 {
    float: unset;
    width: 100%;
}

.woocommerce-billing-fields .defaultHide {
    display: none;
}

.woocommerce-billing-fields h3, #order_review_heading, #payment h3 {
    margin-bottom: 28px;
    position: relative;
}

#order_review_heading, #payment h3 {
    margin-top: 45px;
}

.woocommerce-billing-fields h3::before, #order_review_heading::before, #payment h3::before {
    content: "1";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--fs-title3);
    width: 50px;
    height: 50px;
    color: var(--c-white);
    background-color: var(--c-black);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -141px;
}

#order_review_heading::before {
    content: "2";
}

#payment h3::before {
    content: "3";
}

.woocommerce form .form-row {
    padding: unset;
    margin-bottom: 15px;
}

.woocommerce form .col-1 .form-row:last-of-type {
    margin-bottom: unset;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select, .select2-container .select2-dropdown, .select2-container .select2-selection {
    font-size: var(--fs-p);
    border: 1px solid var(--c-black);
    border-radius: unset;
    padding: 10px 15px;
}

.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: var(--c-black);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: unset;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    font-size: var(--fs-title3);
    padding: 28px 0;
}

#ship-to-different-address label input {
    width: 25px;
    height: 25px;
}

#order_review .woocommerce-checkout-review-order-table th, #order_review .woocommerce-checkout-review-order-table td {
    padding: 15px 0;
    width: 50%;
}

#order_review .woocommerce-checkout-review-order-table .product-name,
#order_review .woocommerce-checkout-review-order-table .product-total {
    border-top: unset;
}

#order_review .woocommerce-checkout-review-order-table tbody td {
    border: unset;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-color: var(--c-black);
}

#order_review .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-size: var(--fs-title4);
}

#order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping:not(:has(ul)) {
    background-color: #ffafaf;
    border: 1px dotted var(--c-black);
}

#order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping:not(:has(ul)) th {
    padding-left: 15px;
}

#order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping:not(:has(ul)) td {
    padding-right: 15px;
}

.woocommerce-checkout #payment {
    background-color: unset;
}

.woocommerce-checkout #payment ul.payment_methods, .woocommerce-checkout #payment div.form-row {
    padding: unset;
}

.woocommerce-checkout #payment div.form-row {
    padding-top: 25px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: unset;
    margin-top: 25px !important;
}

.woocommerce-page #payment #place_order.ppcp-hidden {
    display: none !important;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background-color: var(--c-white-grey);
    padding: 15px 0;
}

.woocommerce-order p {
    margin: unset;
    margin-bottom: 20px;
}

.woocommerce ul.order_details {
    width: 100%;
    display: flex;
    margin-bottom: 60px;
}

.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
    content: unset;
}

.woocommerce ul.order_details li {
    height: fit-content;
    padding: 0 2.5vw;
    margin-right: unset;
    border-right: 1px solid var(--c-black);
    flex: 1 1 auto;
    font-weight: bold;
    font-size: var(--fs-title3);
    text-transform: unset;
}

.woocommerce ul.order_details li:first-child {
    padding-left: unset;
}

.woocommerce ul.order_details li:last-child {
    padding-right: unset;
}

.woocommerce ul.order_details li strong, .woocommerce ul.order_details li .woocommerce-Price-amount.amount {
    font-size: var(--fs-p);
    margin-top: 20px;
    font-weight: normal;
}

.woocommerce-order-details .woocommerce-order-details__title, .woocommerce .woocommerce-customer-details .woocommerce-column__title {
    background-color: var(--c-white-grey);
    padding: 15px 19px;
    font-size: var(--fs-title3);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.woocommerce-table--order-details.shop_table.order_details th {
    font-size: var(--fs-title3);
    line-height: 30px;
    padding: 18px 0;
}

.woocommerce-table--order-details.shop_table.order_details td {
    font-size: var(--fs-title4);
    line-height: var(--fs-title4);
    padding: 18px 0;
}

.woocommerce-table--order-details.shop_table.order_details tbody td {
    border-top: unset;
}

.woocommerce-order-details .woocommerce-table--order-details.order_details tbody td {
    border: unset;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 49%;
}

.woocommerce .woocommerce-customer-details address,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    border: unset;
    padding: unset;
    font-size: var(--fs-title4);
    font-weight: bold;
    text-align: start;
    margin: unset;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    content: none;
}

.woocommerce .woocommerce-customer-details {
    margin-bottom: var(--mb-reg);
}

.woocommerce-order p:has(.istruzioni-bonifico) {
    text-align: start;
    font-size: var(--fs-title4);
    background-color: var(--c-white-grey);
    margin-bottom: unset;
}

.woocommerce-order p .istruzioni-bonifico {
    display: block;
    padding: 20px 25px;
}

.woocommerce-order .woocommerce-bacs-bank-details ul.order_details {
    margin-bottom: unset;
    margin-top: 20px;
}

.woocommerce-order .woocommerce-bacs-bank-details {
    background-color: var(--c-white-grey);
    padding: 0 25px 20px 25px;
    margin-bottom: 60px;
}

.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
    font-size: var(--fs-title4);
    margin-bottom: 8px;
}

.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
    font-size: var(--fs-title3);
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
    color: var(--c-black);
    font-size: var(--fs-title4);
    font-weight: bold;
    border-top: unset;
    padding: 15px 25px;
    background-color: var(--c-white-grey);
    text-align: center;
}

.woocommerce-message:focus-visible, .woocommerce-info:focus-visible, .woocommerce-error:focus-visible {
    outline: unset;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before {
    content: none;
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a {
    text-decoration: underline;
}

body:has(.product.type-product) .woocommerce-message {
    text-align: center;
    margin-left: auto;
    position: relative;
}

body:has(.product.type-product) .woocommerce-message a {
    display: none !important;
}

body:has(.product.type-product) .woocommerce-message::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--c-white-grey);
    position: absolute;
    top: -10px;
    left: 98%;
    transform: rotate(45deg);
}

.woocommerce:has(.woocommerce-MyAccount-navigation) {
    margin-bottom: var(--mb-reg);
}

.woocommerce-MyAccount-navigation ul li {
    border: 1px solid var(--c-black);
    border-bottom: none;
    margin: unset;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 1px solid var(--c-black);
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    font-size: var(--fs-title3);
    padding: 12px 28px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--c-black);
    font-weight: bold;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: var(--c-black);
    color: var(--c-white);
}

.woocommerce-MyAccount-navigation-link.is-active a:hover {
    color: var(--c-white);
    font-weight: normal;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td {
    border-top: unset;
    border-bottom: 1px solid var(--c-black);
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.account-orders-table th {
    font-size: var(--fs-title3);
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.account-orders-table td {
    font-size: var(--fs-title4);
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.account-orders-table .woocommerce-orders-table__header-order-actions {
    text-align: center;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.account-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    border: unset;
}

.woocommerce-MyAccount-content .woocommerce-OrderUpdates.commentlist.notes {
    list-style-type: none;
}

.woocommerce-MyAccount-content .woocommerce-OrderUpdates.commentlist.notes .woocommerce-OrderUpdate-text.comment-text {
    display: flex;
    align-items: start;
    gap: 10px;
    
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content .woocommerce-OrderUpdates.commentlist.notes .woocommerce-OrderUpdate-text.comment-text .woocommerce-OrderUpdate-meta.meta {
    font-size: var(--fs-text2);
    background-color: var(--c-white-grey);
    padding: 6px 12px;
    width: 25%;
}

.woocommerce-MyAccount-content .woocommerce-OrderUpdates.commentlist.notes .woocommerce-OrderUpdate-text.comment-text .woocommerce-OrderUpdate-description.description {
    width: 65%;
    padding-top: 6px;
}

.woocommerce-MyAccount-content .woocommerce-OrderUpdates.commentlist.notes .woocommerce-OrderUpdate-text.comment-text .woocommerce-OrderUpdate-description.description p {
    font-size: var(--fs-p);
}

.woocommerce-MyAccount-content p {
    font-size: var(--fs-title3);
    font-weight: bold;
    margin-bottom: 40px;
}

.woocommerce-Address-title.title, .woocommerce-MyAccount-content h2 {
    font-size: var(--fs-title4);
    background-color: var(--c-white-grey);
    padding: 10px 20px;
    margin-bottom: 20px;
}

.woocommerce-Address-title.title h3 {
    text-transform: uppercase;
    font-size: var(--fs-title4);
}

.woocommerce-Address-title.title a {
    text-decoration: underline;
}

.woocommerce-MyAccount-content h2 {
    font-size: var(--fs-title3);
    text-transform: uppercase;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    margin-bottom: unset;
}

.woocommerce .u-columns.col2-set .u-column1.col-1.woocommerce-Address {
    margin-bottom: 40px;
}

.woocommerce-address-fields p, .woocommerce-EditAccountForm.edit-account p {
    font-size: var(--fs-p);
}

.woocommerce-address-fields p:has(.button), .woocommerce-EditAccountForm.edit-account p:has(.button) {
    margin-bottom: unset;
    margin-top: 40px;
}

.woocommerce-address-fields p .button, .woocommerce-EditAccountForm.edit-account p .button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce button.button.woocommerce-form-register__submit,
.woocommerce .woocommerce-ResetPassword.lost_reset_password button.button {
    margin: 0 auto !important;
}

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
    transform: translateY(10px);
}

.box-registrati {
    display: none;
}

.woocommerce .u-columns.col2-set,
.woocommerce-ResetPassword.lost_reset_password {
    margin-bottom: var(--mb-reg);
}

.woocommerce .u-columns.col2-set .u-column1.col-1, .woocommerce .u-columns.col2-set .u-column2.col-2 {
    float: none;
    width: 100%;
    max-width: 1088px;
    margin: 0 auto;
}

.box-login {
    padding: 25px 32px;
    background-color: var(--c-white-grey);
}

.woocommerce form.login, .woocommerce form.register {
    padding: unset;
    margin: unset;
    margin-top: 50px;
    border: unset;
}

.woocommerce-LostPassword.lost_password a {
    text-decoration: underline;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
}

.woocommerce .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.form-row:has(button.button) {
    margin: unset !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce button.button.woocommerce-form-register__submit,
.woocommerce .woocommerce-ResetPassword.lost_reset_password button.button {
    margin-top: 20px !important;
}

.form-contattaci h2, .form-contattaci p {
    text-align: start;
}

.form-contattaci input, .form-contattaci textarea {
    border: 1px solid var(--c-black);
    width: 100%;
    padding: 16px 28px;
    border-radius: unset;
}

.form-contattaci textarea::placeholder {
    font-family: "Nunito Sans", sans-serif;
    font-size: var(--fs-p);
}

.form-contattaci .flex {
    display: flex;
    justify-content: space-between;
}

.form-contattaci .flex .form-field {
    width: 49%;
}

.form-contattaci .form-field p {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.form-contattaci .form-field p label {
    font-size: var(--fs-title3);
    margin: 15px 0 8px 0;
}

.form-contattaci .form-field p span {
    width: 100%;
}

.form-contattaci .wpcf7-list-item {
    width: 100%;
    margin: 30px 0 25px 0;
}

.form-contattaci .wpcf7-list-item>label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.form-contattaci .wpcf7-list-item>label input,
.form-contattaci .wpcf7-form-control.wpcf7-submit.btn {
    width: fit-content;
}

.form-contattaci .wpcf7-form-control.wpcf7-submit.btn {
    margin: 0 auto !important;
    padding: 16px 50px;
}

.form-contattaci .wpcf7-list-item .wpcf7-list-item-label a {
    font-size: var(--fs-p);
}

.form-contattaci .wpcf7-response-output {
    left: 50%;
    transform: translate(-50%, 150%);
}

.policy h2, .policy h3, .policy h4, .policy p, .policy table, .policy ol, .policy ul {
    margin-bottom: 10px;
}

.policy h2 {
    font-size: var(--fs-title3);
}

.policy h3 {
    font-size: var(--fs-title4);
}

.policy h4 {
    font-size: var(--fs-p);
}

.policy a {
    color: var(--c-accent);
    text-decoration: underline;
    cursor: pointer;
}

.policy table th {
    width: 20%;
    text-align: start;
    vertical-align: top;
}

.policy table th, .policy table td {
    padding-right: 10px;
}

.policy ul {
    list-style-type: disc;
}

.policy ol ul {
    margin-left: 16px;
}

#page-404 {
    text-align: center;
    height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#page-404 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    height: 100%;
    padding: 0 35px;
    position: relative;
    z-index: 10;
}

#page-404 div::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--c-black);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#page-404 h1 {
    font-size: 236px;
    line-height: 185px;
}

#page-404 h2 {
    font-size: var(--fs-title1);
}

#page-404 p {
    max-width: 812px;
}

#pre-footer {
    background-image: url(assets/img/MalliD-footer.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box-newsletter {
    padding: 150px 40px;
    position: relative;
    z-index: 5;
}

.box-newsletter::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--c-black);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.form-newsletter {
    width: fit-content;
    margin: 0 auto;
}

.form-newsletter>p {
    font-weight: bold;
    margin-bottom: 15px;
}

.form-newsletter .form-label {
    display: flex;
}

.form-newsletter input::placeholder {
    color: var(--c-white);
}

.form-newsletter .wpcf7 input[type="email"] {
    padding: 15px 21px;
    color: var(--c-white);
    background-color: transparent;
    border: 1px solid var(--c-white);
}

.form-newsletter .form-acceptance .wpcf7-list-item {
    margin: 15px 0 0 0;
}

.form-newsletter .form-acceptance .wpcf7-list-item>label {
    display: flex;
    align-items: center;
    gap: 15px;
}

.form-newsletter .form-acceptance span {
    color: var(--c-white);
    font-size: var(--fs-text2);
    font-weight: normal;
}

.form-newsletter .form-acceptance span a {
    color: var(--c-white);
    font-weight: bold;
}

.form-newsletter .wpcf7-response-output {
    color: var(--c-white);
}

#footer>div:first-child {
    padding-top: 68px;
    padding-bottom: 45px;
    border-bottom: 1px solid var(--c-white);
}

#logo-footer {
    width: 212px;
}

#logo-footer img, .cc-icon img {
    width: 100%;
}

.ft-block, .ft-block ul li {
    text-align: start;
}

.cc-box {
    gap: 8px;
}

.cc-icon {
    width: 60px;
}

.footer-social {
    justify-content: space-between;
    gap: 20px;
}

.footer-icon {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
}

.bottom-footer {
    padding-top: 14px;
    padding-bottom: 18px;
}

@media screen and (max-width:1200px) {

    .sezione-linea .title-linea {
        margin-left: 70px;
    }

    .woocommerce ul.order_details li {
        padding: 0 1vw;
    }
}

@media screen and (max-width:1010px) {

    .woocommerce table.cart td.actions .coupon {
        display: flex;
        flex-direction: column;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        border-right: 1px solid var(--c-black);
        border-bottom: unset;
    }

    .woocommerce-page table.cart td.actions .coupon .button {
        width: 100%;
    }
}

@media screen and (max-width:920px) {

    :root {
        --fs-text2: 0.857rem;
        --fs-text3: 0.571rem;
        --fs-p: 14px;
        --fs-title1: 2.286rem;
        --fs-title2: 1.929rem;
        --fs-title3: 1.286rem;
        --fs-title4: 1.143rem;
        --mb-reg: 80px;
    }

    .max, .max-lg, .max-sm, .max-xsm {
        padding-left: 35px;
        padding-right: 35px;
    }

    .mb-regular {
        margin-bottom: var(--mb-reg);
    }

    .mb-regular.mb-small {
        margin-bottom: 40px !important;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .mobile-menu-icon {
        display: flex;
    }

    .mobile-hidden {
        display: none;
    }

    #mobileHeaderMenu, .menu-sticky-mobile-visible {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .hdr-icons {
        margin: unset;
    }

    .hdr-logo-box {
        width: 112px;
    }

    .hdr-icons-box {
        gap: unset;
    }

    .mobile-menu {
        height: fit-content;
    }

    .mobile-menu ul {
        margin-top: 15px;
        margin-bottom: 55px;
    }

    .mobile-menu ul li a {
        font-size: var(--fs-p);
        font-weight: bold;
    }

    .mobile-menu ul li:first-child {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .mobile-menu ul li:first-child a {
        width: fit-content;
    }

    .mobile-menu ul li:first-child::before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(assets/img/icons/profilo.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .social-box {
        flex-direction: column;
        background-color: var(--c-black);
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .mobile-menu-social {
        gap: 20px;
    }

    .social-icon {
        margin-top: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
    }

    .splide__slide:has(.main-banner-text) {
        min-height: 393px;
    }

    .main-banner-img {
        height: 100%!important;
        object-fit: cover;
    }


    .main-banner-text {
        flex-direction: column;
        gap: 28px;
        width: calc(100% - 70px);
    }

    .main-banner-text.pl-40{
        padding-left: unset;
    }
    
    .main-banner-text::before, .not-frontpage .main-banner-text::before{
        width: 45px;
        height: 80px;
    }
     
    .not-frontpage .main-banner-text .title1{
        font-size: var(--fs-title1)!important;
    }

    .banner-generico {
        min-height: 250px;
    }

    .banner-generico .main-banner-text {
        gap: 20px;
    }

    .banner-generico .main-banner-text::before {
        width: 31px;
        height: 55px;
    }

    .testo-immagine-cta a {
        margin-top: 15px;
    }

    .testo-immagine-cta .img {
        margin-top: 40px;
    }

    .testo-immagine-cta img {
        min-height: 313px;
        object-fit: cover;
    }

    .testo-immagine-cta .box2 {
        flex-direction: column;
        padding: unset;
    }

    .testo-immagine-cta .box2 div {
        width: 100%;
    }

    .testo-immagine-cta .box2 .txt-box2 {
        padding: 40px 35px;
    }

    .testo-immagine-cta .box2 img {
        min-height: unset;
    }

    .testo-immagine-cta.mb-regular.is-single {
        margin-bottom: 40px;
    }

    .page-prodotti .testo-immagine-cta img {
        min-height: unset;
    }

    #slider-linee .max-lg {
        padding: unset;
    }

    #slider-linee .card-linee a::after {
        content: none;
    }

    .card-linee h3 {
        font-size: var(--fs-p);
        color: var(--c-black);
        position: static;
        opacity: 1;
        transform: unset;
        margin-top: 15px;
    }

    #slider-linee .splide__slide {
        aspect-ratio: unset;
    }

    #slider-linee a {
        margin-top: 40px;
    }

    .banner-img-cta .desktop .cornice-img-container, .banner-img-cta .desktop .text-box.cta-box a {
        display: none;
    }

    .text-flex-box, .text-box {
        width: 100%;
    }

    .text-box h2 {
        margin-bottom: 15px;
    }

    .text-box.cta-box > div {
        margin-bottom: 40px;
    }

    .cornice-img-container {
        max-width: 100%;
    }

    .cornice-img {
        aspect-ratio: unset;
        min-height: 345px;
    }

    .banner-img-cta .mobile a {
        margin: 40px auto 0 auto;
    }

    body:has(.page-prodotti) .banner-img-cta.mb-regular {
        margin-bottom: unset;
    }

    .press-slider.pb-regular {
        padding-bottom: 40px;
    }

    .press-slider .max-lg {
        padding: unset;
    }

    #press-slider .splide__pagination {
        bottom: 55px;
    }

    .press-box-title {
        margin-bottom: 40px;
    }

    .press-img img {
        min-height: 158px;
        max-height: unset;
    }

    .press-text {
        gap: 15px;
        padding: 15px;
        padding-bottom: 40px;
    }

    .press-text p {
        display: none;
    }

    #press-slider .btn-press {
        margin-top: 90px;
    }

    .div-pilastri {
        flex-direction: column-reverse;
        margin: 40px 0;
    }

    .div-pilastri div {
        width: 100%;
    }

    .div-pilastri .img-pilastri img {
        max-width: 310px;
        margin: 0 auto;
    }

    .div-pilastri .txt-pilastri {
        align-items: center;
        padding-bottom: 10px;
    }

    .div-pilastri .txt-pilastri p {
        text-align: center;
    }

    .press-grid {
        grid-template-columns: repeat(auto-fit, minmax(min-content, 230px));
        gap: 20px;
    }

    .summary.entry-summary {
        margin-top: 30px;
    }

    .summary .benefici, .wc-istruzioni.box-grey {
        margin-left: -35px;
        margin-right: -35px;
        padding: 15px 35px;
    }

    .summary .benefici {
        margin-top: 40px;
    }

    .summary .benefici h2 {
        margin-bottom: 5px;
    }

    .summary .benefici p {
        text-align: start;
    }

    .wc-product-price-box {
        margin-top: 30px;
        border-bottom: unset;
    }

    .woocommerce div.product p.price {
        margin-bottom: unset;
    }

    .wc-product-price-box .woocommerce-Price-amount {
        font-size: var(--fs-title2);
    }

    .wc-product-price-box .woocommerce-Price-amount:has(.wc-price-history-lowest-raw-value) {
        font-size: var(--fs-text2);
    }

    .price del .woocommerce-Price-amount {
        display: flex;
    }

    .woocommerce div.product form.cart {
        justify-content: space-between;
        margin-top: 15px;
    }

    .woocommerce div.product form.cart div.quantity {
        margin: unset;
    }

    .wc-condizioni {
        margin-bottom: 50px;
    }

    .div-linea-prodotto {
        margin-top: 40px;
    }

    .div-linea-prodotto h2 {
        margin-bottom: 15px;
    }

    .div-linea-prodotto div {
        flex-direction: column;
        margin-left: -35px;
        margin-right: -35px;
        max-height: unset;
    }

    .div-linea-prodotto div img {
        width: 100%;
    }

    #tab-reviews .woocommerce-noreviews {
        text-align: start;
    }

    .woocommerce #reviews #comments ol.commentlist .flex-comment-box {
        display: flex;
        flex-direction: column-reverse;
    }

    .woocommerce #reviews #comments ol.commentlist li .description, .woocommerce #reviews #comments ol.commentlist li .meta {
        width: 100%;
    }

    .woocommerce #reviews #comments ol.commentlist li .description {
        margin-bottom: 8px;
    }

    .page-prodotti .sezione-linea .title-linea {
        margin-left: 40px;
        margin-right: 40px;
    }

    .page-prodotti .sezione-linea .title-linea h2::before {
        width: 29px;
        height: 52px;
        left: -40px;
    }

    body.archive .flex-products {
        flex-direction: column;
        align-items: center;
    }

    body.archive ul.products li.product {
        width: auto !important;
        max-width: 335px;
        min-height: unset;
    }

    .woocommerce ul.products li.product.outofstock .prodotto-esaurito {
        position: static;
    }

    .card-txt .woocommerce-product-details__short-description,
    .woocommerce ul.products li.product a.woocommerce-loop-product__link,
    .woocommerce ul.products li.product.outofstock a.woocommerce-loop-product__link  {
        min-height: unset;
    }

    .woocommerce ul.products li.product .card-txt .price del {
        top: 4px;
        left: 0;
    }

    .woocommerce:has(.woocommerce-cart-form), .woocommerce:has(.woocommerce-cart-form-desk) {
        flex-direction: column;
        margin-bottom: var(--mb-reg);
    }

    .woocommerce .woocommerce-cart-form.mobile table.cart .woocommerce-cart-form__cart-item.cart_item {
        display: flex;
    }

    .woocommerce .woocommerce-cart-form.mobile table.cart .product-thumbnail {
        display: flex;
        align-items: center;
        padding: 0;
    }

    .woocommerce .woocommerce-cart-form.mobile table.cart .product-thumbnail .remove {
        font-size: 35px;
        color: var(--c-black) !important;
    }

    .woocommerce .woocommerce-cart-form.mobile table.cart .product-thumbnail a {
        display: block;
    }

    .woocommerce .woocommerce-cart-form.mobile table.cart img {
        width: 63px;
        height: 140px;
        object-fit: cover;
    }

    .woocommerce .woocommerce-cart-form.mobile .product-info-right {
        flex: 1 1 auto;
        padding-left: 30px;
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: none;
    }

    .woocommerce .woocommerce-cart-form.mobile table.cart .right-table td {
        border: unset;
        padding: 0;
        padding-bottom: 15px;
    }

    .woocommerce .woocommerce-cart-form.mobile table.cart .right-table td:last-child {
        padding-bottom: 0;
    }

    .woocommerce .woocommerce-cart-form.mobile .woocommerce-cart-form__cart-item.cart_item table.shop_table {
        margin-top: 40px;
    }

    .woocommerce .woocommerce-cart-form.mobile table.cart .right-table td:has(.item-info) {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .woocommerce .woocommerce-cart-form.mobile table.cart .right-table td .item-info {
        text-transform: uppercase;
    }

    .woocommerce-cart-form__cart-item.cart_item {
        height: fit-content;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-name,
    .woocommerce-cart-form__cart-item.cart_item .product-price,
    .woocommerce-cart-form__cart-item.cart_item .product-quantity,
    .woocommerce-cart-form__cart-item.cart_item .product-subtotal {
        padding: 40px 2px;
    }

    .woocommerce-page table.cart td.actions {
        padding: 40px 10px;
        height: fit-content;
    }

    .woocommerce .woocommerce-cart-form, .woocommerce .cart-collaterals {
        width: 100%;
        padding: unset;
    }

    .woocommerce table.cart td.actions .coupon {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-left: unset;
        margin-bottom: 40px;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce .cart .button, .woocommerce-page table.cart td.actions .coupon .button {
        width: 100%;
        max-width: 350px;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        border-right: 1px solid var(--c-black);
        border-bottom: none;
        padding: 16px 21px;
    }

    .woocommerce .cart .button {
        text-align: center;
    }

    .woocommerce-cart table.cart td.actions>button {
        margin-right: auto !important;
    }

    .woocommerce table.shop_table {
        margin-bottom: 40px;
    }

    .woocommerce .cart-collaterals h2 {
        margin-bottom: 20px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td,
    .woocommerce-cart .cart-collaterals .cart_totals tr td {
        padding-left: 25px;
    }

    .cart-empty.woocommerce-info {
        padding: 40px 0 20px 0;
    }

    .return-to-shop {
        padding: 0;
    }

    .return-to-shop .btn.button {
        width: 100%;
        text-align: center;
    }

    .woocommerce:has(.cart-empty.woocommerce-info) {
        margin-bottom: var(--mb-reg);
    }

    .checkout.woocommerce-checkout {
        padding-left: unset;
        border: none;
        margin-bottom: var(--mb-reg);
    }

    .woocommerce-billing-fields h3, #order_review_heading, #payment h3 {
        text-align: center;
    }

    .woocommerce-billing-fields h3::before, #order_review_heading::before, #payment h3::before {
        position: static;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        margin: 25px auto 0 auto !important;
    }

    .woocommerce ul.order_details {
        flex-direction: column;
    }

    .woocommerce ul.order_details li, .woocommerce ul.order_details li:last-child {
        border-right: unset;
        border-bottom: 1px solid var(--c-black);
        padding: 15px 0;
    }

    .woocommerce ul.order_details li strong, .woocommerce ul.order_details li .woocommerce-Price-amount.amount {
        margin-top: 10px;
    }

    .woocommerce-order-details .woocommerce-order-details__title, .woocommerce .woocommerce-customer-details .woocommerce-column__title {
        margin-left: -35px;
        margin-right: -35px;
        padding: 14px 35px;
    }

    .woocommerce-table--order-details.shop_table.order_details tr>th:last-child,
    .woocommerce-table--order-details.shop_table.order_details tr>td:last-child {
        text-align: end;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 100%;
    }

    .woocommerce .woocommerce-customer-details address {
        margin-bottom: 40px !important;
    }

    .woocommerce .woocommerce-customer-details {
        margin-bottom: 40px;
    }

    .woocommerce-order p:has(.istruzioni-bonifico), .woocommerce-order .woocommerce-bacs-bank-details {
        margin-left: -35px;
        margin-right: -35px;
    }

    .woocommerce-order p .istruzioni-bonifico {
        padding: 20px 35px;
    }

    .woocommerce-order .woocommerce-bacs-bank-details {
        padding: 0 35px 25px 35px;
    }

    .woocommerce-Address-title.title {
        margin-left: -35px;
        margin-right: -35px;
        padding: 10px 35px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        max-width: 350px;
        margin: 0 auto 40px auto;
    }

    .woocommerce-orders-table__row.order {
        border: 1px solid var(--c-black);
        padding: 10px 0;
        margin-bottom: 40px;
    }

    .woocommerce-orders-table__row.order:last-child,
    .woocommerce-orders-tabl.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
        margin-bottom: unset;
    }

    .woocommerce table.my_account_orders .woocommerce-orders-table__row.order th {
        display: block;
    }

    .woocommerce table.my_account_orders .woocommerce-orders-table__row.order th, .woocommerce table.my_account_orders .woocommerce-orders-table__row.order td {
        padding: 10px 28px;
        border: unset;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        text-align: start !important;
    }

    .woocommerce-orders-table__row.order .woocommerce-orders-table__cell-order-actions {
        padding: unset;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: unset;
    }

    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }

    .box-login {
        margin-left: -35px;
        margin-right: -35px;
        padding: 25px 35px;
    }

    .woocommerce form.login, .woocommerce form.register {
        margin-top: 40px;
    }

    .form-contattaci .wpcf7-list-item>label input {
        width: 25px;
        height: 25px;
    }

    .form-contattaci .flex {
        flex-direction: column;
    }

    .form-contattaci .flex .form-field {
        width: 100%;
    }

    .form-contattaci .wpcf7-response-output {
        left: 0;
        bottom: -60px;
        transform: unset;
    }

    #page-404 {
        height: 70vh;
    }

    #page-404 h1 {
        font-size: 140px;
        line-height: 110px;
    }

    #pre-footer {
        background-position: left;
    }

    .box-newsletter {
        padding: 80px 35px;
    }

    .form-newsletter > p {
        text-align: center;
    }

    .form-newsletter .form-label {
        justify-content: center;
    }

    .form-newsletter, .form-newsletter .wpcf7 input[type="email"] {
        width: 100%;
    }

    .form-newsletter .form-acceptance .wpcf7-form-control.wpcf7-acceptance {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .form-newsletter .btn.mobile {
        margin: 15px auto 0 auto;
    }

    .form-newsletter .wpcf7-response-output {
        bottom: -60px;
    }

    .top-footer {
        display: block;
    }

    #footer>div:first-child {
        padding-top: var(--mb-reg);
        padding-bottom: unset;
    }

    #logo-footer {
        margin: 0 auto;
    }

    .ft-block, .ft-block ul li {
        text-align: center;
    }

    .ft-block {
        margin: 40px 0;
    }

    .ft-block .mg {
        margin-top: 15px;
    }

    .footer-social {
        justify-content: center;
    }

    .bottom-footer p {
        text-align: center;
    }
}