@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');

:root {
    --screen-max-width: 1750px;
    --site-header-padding: 0px;
    --site-header-min-height: calc(var(--site-header-padding) + var(--site-header-padding) + 110px);
    --general-radius: 15px;
    --general-padding: 20px;

    --totem-lightgray: #FFF;
    --totem-lightgray-active: #d9e6c6;
    --totem-gray: #F0F0F0;
    --totem-dark-gray: #999;
    --totem-text-gray: #000;
    --totem-orange: #ea5b0c;
    --totem-orange-secondary: #ff880d;
    --totem-lightorange: #fae9e3;
    --totem-red: #b00;
    --totem-promoclima: var(--totem-orange);
    --totem-cashback: #1bb394;
    --totem-garanzia: var(--totem-orange);
    --totem-background: linear-gradient(90deg, var(--totem-orange) 0%, var(--totem-orange-secondary) 100%);

    --box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
    --border-color: #E1E1E1;
    --border: solid 1px var(--border-color);
    --transition: .3s all ease;
}

.row {
    --bs-gutter-x: var(--general-padding);
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: 'Readex Pro', sans-serif !important;
    font-weight: 300;
    color: var(--totem-text-gray);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

b,
strong {
    font-weight: 600;
}

a,
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: var(--totem-orange);
    text-decoration: none !important;
    outline: none !important;
    transition: var(--transition);
    cursor: pointer;
}

a:hover {
    color: var(--totem-orange);
    background-color: var(--totem-lightorange);
}

button {
    border: none;
    background: none;
}

label {
    font-weight: 400;
}

form {
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

.h1:not(:last-child),
.h2:not(:last-child),
.h3:not(:last-child),
.h4:not(:last-child),
.h5:not(:last-child),
.h6:not(:last-child),
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
p:not(:last-child) {
    margin-bottom: calc(var(--general-padding) / 2);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--general-padding);
    padding-left: var(--general-padding);
}

.fa,
.far,
.fas,
.fa::before,
.far::before,
.fas::before {
    line-height: inherit !important;
}

.hidden {
    display: none !important; 
}

.max-width {
    padding-right: var(--general-padding);
    padding-left: var(--general-padding);
    width: 100%;
    max-width: var(--screen-max-width);
    margin: auto;
}

.max-width-small {
    max-width: 1200px;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.page-title {
    text-align: center;
    text-transform: uppercase;
    color: var(--totem-orange);
}

.page-title:not(:last-child) {
    margin-bottom: var(--general-padding) !important;
}

.header-button {
    background: none !important;
    border: none;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.header-button>span {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 7px;
    font-size: 0.65rem;
    line-height: 0.65rem;
    white-space: nowrap;
}

.header-button i {
    font-size: 1.75rem;
    background: white;
    color: var(--totem-orange);
    border-radius: 100rem;
    height: 3rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--box-shadow);
}

.title-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: calc(var(--general-padding) / 2);
    padding-bottom: 0;
}

.title-header .title-modal {
    flex-grow: 1;
    font-size: 1.75rem;
    display: block;
    color: var(--totem-text-gray);
    font-weight: 600;
    margin-left: 15px;
}

.title-header .title-modal i {
    color: var(--totem-orange);
    margin-right: 15px;
}

.title-header .header-button {
    margin-left: 20px;
}

.modal .modal-dialog {
    width: calc(100% - var(--general-padding) * 2);
    height: calc(100% - var(--general-padding) * 2);
    max-width: var(--screen-max-width);
    min-height: initial !important;
    margin: var(--general-padding) auto !important;
}

.modal-small .modal-dialog {
    max-width: 550px;
}

.modal-medium .modal-dialog {
    max-width: 991px;
}

.modal .modal-content {
    overflow: auto;
    max-height: 100%;
}

.modal .modal-body {
    padding: var(--general-padding);
}

.modal .modal-footer {
    border: none;
    padding: calc(var(--general-padding) - 5px);
    padding-top: 0;
    margin-top: -5px;
    justify-content: center;
}

.modal .modal-footer>* {
    margin: 5px;
}

.popover {
    max-width: 300px;
}

.popover-header {
    padding: 10px;
    margin: 0 !important;
}

.popover-body {
    padding: 10px;
}

.totem-checkbox {
    display: inline-flex !important;
    align-items: center;
}

.totem-checkbox input {
    display: none;
}

#frmInfo .totem-checkbox input,
.checkout-info .totem-checkbox input {
    display: inline;
    visibility: hidden !important;
    max-height: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.totem-checkbox .checkmark {
    height: 1rem;
    width: 1rem;
    min-width: 1rem;
    background-color: white;
    border: 1px solid var(--totem-orange);
    border-radius: 100rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.small .checkmark {
    width: .75rem;
    height: .75rem;
    min-width: .75rem;
    margin-right: 3px;
}

.totem-checkbox input:checked~.checkmark {
    background-color: var(--totem-lightorange);
}

.totem-checkbox .checkmark:after {
    opacity: 0;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--totem-orange);
    font-size: 55%;
    transition: var(--transition);
}

.totem-checkbox input:checked~.checkmark:after {
    opacity: 1;
}

.totem-button {
    font-size: 1rem;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: white !important;
    border-radius: 100rem;
    background-color: var(--totem-orange);
    border: 1px solid var(--totem-orange);
    text-align: center;
    transition: var(--transition);
}

.totem-button.black {
    background: black;
    border-color: black;
}

.totem-button.gray {
    background: var(--totem-dark-gray);
    border-color: var(--totem-dark-gray);
}

.totem-button.black:not(.nofocus):hover,
.totem-button.black:not(.nofocus):active {
    background: #666;
}

.totem-button.gray:not(.nofocus):hover,
.totem-button.gray:not(.nofocus):active {
    background: #aaa;
}

.totem-button.secondary {
    background: white;
    color: var(--totem-orange) !important;
}

.totem-button:not(.nofocus):hover,
.totem-button:not(.nofocus):active {
    background: var(--totem-orange-secondary);
}

.totem-button.secondary:not(.nofocus):hover,
.totem-button.secondary:not(.nofocus):active {
    background: var(--totem-lightorange);
}

.totem-button.small {
    font-size: .75rem;
    padding: 3px 8px;
}

.totem-button img {
    max-height: 1rem;
    max-width: 1rem;
    margin-top: -3px;
    object-fit: contain;
}

.cky-btn {
    font-size: 1rem !important;
    padding: 5px 10px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    color: white !important;
    border-radius: 100rem !important;
    background-color: var(--totem-orange) !important;
    border: 1px solid var(--totem-orange) !important;
    text-align: center !important;
    transition: var(--transition) !important;
}

.totem-button.secondary,
.cky-btn.cky-btn-reject,
.cky-btn.cky-btn-preferences {
    background: white !important;
    color: var(--totem-orange) !important;
}

.totem-button:not(.nofocus):hover,
.totem-button:not(.nofocus):active,
.cky-btn.cky-btn-reject:hover,
.cky-btn.cky-btn-preferences:hover,
.cky-btn.cky-btn-reject:active,
.cky-btn.cky-btn-preferences:active {
    background: var(--totem-orange-secondary) !important;
}

.totem-button.secondary:not(.nofocus):hover,
.totem-button.secondary:not(.nofocus):active,
.cky-btn.cky-btn-reject:hover,
.cky-btn.cky-btn-preferences:hover,
.cky-btn.cky-btn-reject:active,
.cky-btn.cky-btn-preferences:active {
    background: var(--totem-lightorange) !important;
}

.cky-preference-content-wrapper .cky-show-desc-btn,
button.cky-show-desc-btn:not(:hover):not(:active) {
    color: var(--totem-orange) !important;
}

.cky-consent-container .cky-consent-bar {
    border: none !important;
    box-shadow: var(--box-shadow) !important;
    padding: var(--general-padding) !important;
}

.form-control,
.select2-container {
    font-weight: 300;
    border: var(--border);
    border-radius: 2.5rem;
    margin: 0;
    outline: none !important;
    box-shadow: none !important;
}

.form-control,
.select2.select2-container .select2-selection {
    padding: .5rem 1rem;
}

.form-control::placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--totem-dark-gray);
}

.form-control:focus {
    border-color: var(--totem-lightorange);
}

.select2.select2-container .select2-selection {
    border: none !important;
    height: auto !important;
}

.select2.select2-container .select2-selection--single {
    background: none !important;
    outline: none !important;
}

.select2.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    text-align: left !important;
    color: var(--totem-text-gray) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
}

.select2.select2-container .select2-selection--single .select2-selection__arrow {
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%) !important;
}

#loader-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #ffffffaa;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#loader-layer.show {
    display: flex;
}

#loader-layer>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 12.5rem;
    color: white;
    background: var(--totem-background);
    padding: var(--general-padding);
    border-radius: var(--general-radius);
}

#loader-layer>div i {
    font-size: 5rem;
    line-height: 5rem !important;
}

#loader-layer>div span {
    margin-top: 15px;
    text-transform: uppercase;
    line-height: 1.25rem;
}

#frame-modal .modal-content {
    height: 100%;
    max-height: var(--screen-max-width);
    overflow: hidden;
}

#frame-modal .modal-body {
    padding: 0;
}

#frame-modal .modal-body iframe {
    height: 100%;
}

#header {
    position: sticky;
    top: 0;
    padding: 10px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

#header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu-header,
#categorie-header,
#site-hader-bottom {
    width: calc(100% - 60px);
    box-shadow: var(--box-shadow);
    border-radius: var(--general-radius);
    background: white;
}

#menu-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#menu-header ul {
    display: flex;
    justify-content: flex-end;
}

#menu-header ul li a,
#categorie-header .categoria>a {
    display: block;
    line-height: 1.25;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--totem-text-gray);
    padding: .35rem 1rem;
    cursor: pointer;
}

#menu-header ul li a:hover,
#categorie-header .categoria>a:hover,
#categorie-header .categoria>a.show {
    background-color: var(--totem-lightorange);
}

#site-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--totem-background);
    border-radius: var(--general-radius);
    padding: 10px;
    box-shadow: var(--box-shadow);
    z-index: 1;
}

#site-header .header-button {
    color: white;
}

#site-header>* {
    width: 50%;
}

#site-header .header-logo {
    margin-right: 1rem;
}

#site-header .header-logo a {
    background: none !important;
    display: block;
}

#site-header .header-logo .logo {
    height: 4rem;
    max-width: 100%;
    object-fit: contain;
}

#site-header .header-titolo,
#site-header .header-titolo .contatti-puv {
    display: flex;
    justify-content: center;
    align-items: center;
}

#site-header .header-titolo {
    width: 150%;
}

#site-header .header-titolo .titolo-puv {
    font-size: 2rem;
    line-height: 2rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

#site-header .header-titolo .contatti-puv {
    margin-left: 1rem;
}

#site-header .header-titolo .contatti-puv .header-button i {
    font-size: 1.25rem;
    height: 2.25rem;
    width: 2.25rem;
}

#site-header .header-titolo .contatti-puv .header-button:not(:first-child) {
    margin-left: .5rem;
}

#site-header .header-buttons {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

#site-header .header-buttons .header-button {
    width: 3rem;
}

#site-header .header-buttons .header-button:not(:first-child) {
    margin-left: 1rem;
}

#site-header .header-buttons .carrello {
    position: relative;
}

#site-header .header-buttons .carrello .cart-counter {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: var(--totem-orange);
    padding: 0 5px;
    border: 1px solid var(--totem-orange);
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
}

#site-hader-bottom,
#categorie-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal .modal-body.elencopuv {
    display: flex;
    flex-direction: column;
}

.modal .modal-body.elencopuv a:not(:first-child) {
    margin-top: 10px;
}

.modal .modal-body.elencopuv a {
    font-size: 1.5rem;
    font-weight: 600;
}

.modal .modal-body.elencopuv a small {
    font-size: .75rem;
    line-height: 1.25rem;
    display: block;
}

#site-hader-bottom {
    width: calc(100% - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

#site-hader-bottom .titolo-puv {
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 7px;
}

#site-hader-bottom .contatti-puv {
    margin-left: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}

#site-hader-bottom .contatti-puv .header-button:not(:first-child) {
    margin-left: .5rem;
}

#site-hader-bottom .contatti-puv .header-button i {
    height: 1.5rem;
    width: 1.5rem;
    font-size: .85rem;
}

#categorie-header .close-div {
    display: none;
}

#categorie-header .categorie-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
}

#categorie-header #menu-header-mobile {
    width: 100%;
}

#menu-header-mobile li a {
    display: block;
    padding: .75rem 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

#categorie-header .subcategorie-container {
    top: 100% !important;
    left: 30px !important;
    transform: none !important;
    width: calc(100% - 60px);
    padding: 10px;
    box-shadow: var(--box-shadow);
    border: none;
    border-radius: var(--general-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: slideIn;
    z-index: -1;
}

@keyframes slideIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

#categorie-header .subcategorie-container.show {
    display: flex;
}

#categorie-header .subcategorie-container .subcategoria {
    width: calc(100% / 4);
    padding: 10px;
}

#categorie-header .subcategorie-container .subcategoria>a {
    font-weight: 600;
    color: var(--totem-orange);
}

#categorie-header .subcategorie-container .subcategoria a {
    padding: 2px 5px;
}

#categorie-header .subcategorie-container .subcategoria a:hover {
    background: var(--totem-lightorange);
}

#categorie-header .subcategorie-container .subsubcategoria a {
    color: var(--totem-text-gray);
}

#menu-background,
#black-background {
    position: fixed;
    top: -110%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .75;
    z-index: 3;
    transition: opacity .3s ease;
    opacity: 0;
}

#black-background {
    z-index: 4;
}

#menu-background.show,
#black-background.show {
    top: 0;
    opacity: .75;
}

.negozio-button:not(:first-child) {
    width: 100%;
    margin-top: 15px;
}

.negozio-button {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.negozio-button small {
    display: block;
    font-size: 1rem;
    font-weight: 300;
}

#container-content {
    flex-grow: 1;
    padding-top: var(--general-padding);
    padding-bottom: var(--general-padding);
}

.frame-modal #container-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.frame-modal #img_carousel .carousel-cell img {
    max-height: calc(100vh - 125px) !important;
}

.container-content {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

.homepage-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.homepage-buttons .totem-button {
    margin: 5px;
}

.volantini-container {
    display: flex;
    position: relative;
    margin-top: var(--general-padding);
}

#volantini_carousel {
    display: flex;
    flex-direction: column;
}

body.ecommerce #volantini_carousel {
    width: 100%;
}

body.ecommerce #volantini_carousel .carousel-cell {
    /*width: 50%;*/
}

#carousel_promo_mobile {
    margin-top: var(--general-padding);
}

#carousel_promo,
#carousel_promo_mobile {
    border: var(--border);
    border-top-left-radius: var(--general-radius);
    border-top-right-radius: var(--general-radius);
    border-bottom: 0;
    height: 100%;
    overflow: hidden;
}

#carousel_promo_mobile .carousel-cell,
#carousel_promo .carousel-cell {
    width: 100%;
    margin: auto;
    position: relative;
}

#carousel_promo_mobile .carousel-cell img,
#carousel_promo .carousel-cell img {
    width: 100%;
}

.bannerScritteSottoPromo,
.bannerScritteSottoPromoMobile,
.bannerScritteSottoVolantino,
.bannerScritteSotto {
    font-weight: 600;
    display: flex;
}

.bannerScrittaSottoPromo,
.bannerScrittaSottoVolantino,
.bannerScrittaSotto {
    padding: 5px;
    position: relative;
    width: 100%;
    text-align: center;
    border: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    font-size: .75rem;
}

.bannerScrittaSottoPromo>span,
.bannerScrittaSottoVolantino>span,
.bannerScrittaSotto>span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.bannerScrittaSottoPromo:first-child,
.bannerScrittaSottoVolantino:first-child,
.bannerScrittaSotto:first-child {
    border-bottom-left-radius: var(--general-radius);
}

.bannerScrittaSottoPromo:last-child,
.bannerScrittaSottoVolantino:last-child,
.bannerScrittaSotto:last-child {
    border-bottom-right-radius: var(--general-radius);
}

.bannerScrittaSottoPromo:not(:first-child),
.bannerScrittaSottoVolantino:not(:first-child),
.bannerScrittaSotto:not(:first-child) {
    border-left: none;
}

.bannerScrittaSottoPromo::before,
.bannerScrittaSottoVolantino::before,
.bannerScrittaSotto::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--totem-orange);
    opacity: 0.1;
}

.bannerScrittaSottoPromo.selected::before,
.bannerScrittaSottoVolantino.selected::before,
.bannerScrittaSotto.selected::before {
    -webkit-animation: progressbanner 6s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: progressbanner 6s ease-in-out;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
}

@-webkit-keyframes progressbanner {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-moz-keyframes progressbanner {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.container_second_carousel {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.container_second_carousel.no-volantino {
    position: initial;
    width: 100%;
}

#second_carousel {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: calc(var(--general-padding) / -4);
}

#second_carousel>div {
    padding: calc(var(--general-padding) / 4);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50%;
}

.container_second_carousel.no-volantino #second_carousel>div {
    width: 25%;
}

#second_carousel>div .img-container {
    background: white !important;
    width: 100%;
    height: 100%;
    padding: 0;
    border: var(--border);
    border-radius: var(--general-radius);
    overflow: hidden;
    display: flex;
    align-items: center;
}

#second_carousel>div .img-container>img {
    padding: 15px;
    max-height: 100%;
    max-width: 50%;
    object-fit: contain;
}

#second_carousel>div .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#second_carousel>div .text-container>img {
    width: 75%;
    height: 25%;
    object-fit: contain;
}

#second_carousel>div .text-container>div {
    line-height: 1rem;
    text-transform: uppercase;
    margin-top: 10px;
}

#first_carousel {
    margin-top: var(--general-padding);
    border: var(--border);
    border-top-left-radius: var(--general-radius);
    border-top-right-radius: var(--general-radius);
    border-bottom: 0;
    height: 100%;
    overflow: hidden;
}

#first_carousel .carousel-cell {
    width: 50%;
    margin: auto;
    position: relative;
}

#first_carousel .carousel-cell img {
    width: 100%;
}

.banner-button {
    position: absolute;
    bottom: var(--general-padding);
    right: var(--general-padding);
    background: var(--totem-orange);
    max-width: 75%;
    z-index: 4;
}

#site-footer {
    text-align: center;
    padding: var(--general-padding);
    box-shadow: var(--box-shadow);
    position: relative;
}

#site-footer .before,
#site-footer .after {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.025;
}

#site-footer .before {
    left: 0;
}

#site-footer .after {
    right: 0;
    transform: scaleX(-1);
}

#site-footer .footer-title {
    text-transform: uppercase;
}

.puvs-container {
    justify-content: center;
    margin-top: calc(var(--bs-gutter-x) * -.5);
    margin-bottom: calc(var(--bs-gutter-x) * -.5);
    position: relative;
    z-index: 2;
}

.puvs-container .puv-container {
    margin-bottom: 1em;
}

.puvs-container>* {
    justify-content: center;
    margin-top: calc(var(--bs-gutter-x) * .5);
    margin-bottom: calc(var(--bs-gutter-x) * .5);
}

.puvs-container .puv-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--totem-orange);
    margin-bottom: 0.1em;
    text-align: left;
}

.puvs-container .puv_contact {
    text-align: left;
    display: flex;
    justify-content: start;
    align-items: center;
}

.puvs-container .puv_contact>div:first-child {
    min-width: 2em;
    text-align: center;
}

.puvs-container #col_grouped_fields {
    display: flex;
    justify-content: center;
    align-items: center;
}

.puvs-container #col_grouped_destinations {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.puvs-container #col_grouped_fields .puv-title {
    font-size: 1.7em;
}

.puvs-container #col_grouped_fields .puv_contact {
    font-size: 1.2em;
}

.puvs-container #col_grouped_destinations .puv-container {
    margin-bottom: 0.5em;
}

.puvs-container #col_grouped_destinations .puv-title {
    font-size: 1.2em;
}

.puvs-container #col_grouped_destinations .puv_contact {
    font-size: 0.9em;
}

.puvs-container .puv_contact i {
    color: var(--totem-orange)
}

.puvs-container .puv_contact a {
    color: var(--totem-text-gray) !important;
}

.puvs-container .puv_contact a,
#footer a {
    padding: 3px;
}

#footer {
    text-align: center;
    padding: 10px;
    background-color: var(--totem-gray);
    box-shadow: var(--box-shadow);
    z-index: 1;
}

#comparation_flag {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 5px;
    background-color: white;
    box-shadow: var(--box-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
    border-top-right-radius: var(--general-radius);
    border-bottom-right-radius: var(--general-radius);
    writing-mode: vertical-lr;
    transform: translateX(110%) translateY(-50%) rotate(180deg);
    transition: var(--transition);
    cursor: default;
    z-index: 2;
}

#comparation_flag *:not(:last-child) {
    margin-bottom: 10px;
}

#comparation_flag.show {
    transform: translateX(0) translateY(-50%) rotate(180deg);
}

#comparation_flag .totem-button {
    padding: 10px 3px;
}

#comparation_flag .header-button i {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
}

#comparation_flag .header-button {
    transform: rotate(180deg);
}

.whatsapp-floating-btn {
    position: fixed;
    bottom: var(--general-padding);
    right: var(--general-padding);
    z-index: 2;
}

.whatsapp-floating-btn i {
    color: white !important;
    background: #25d366;
    animation: bounce 3s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.15);
    }

    10% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.1);
    }

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.05);
    }

    30% {
        transform: scale(1);
    }
}

.whatsapp-floating-btn span {
    color: black;
    text-shadow: 0 0 5px white;
}

.flickity-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flickity-button {
    color: var(--totem-orange) !important;
    box-shadow: none !important;
    outline: none !important;
}

.homepage .homepage_hidden,
.titleContainer,
.grecaptcha-badge,
.flickity-page-dots {
    display: none !important;
}

#headline {
    margin-top: calc(var(--general-padding) / 2);
}

#headline .breadcrumb {
    display: flex;
    justify-content: center;
    margin: 0;
    font-size: .75rem;
    text-transform: uppercase;
}

#headline h1 {
    display: none;
}

#headline .breadcrumb li:nth-child(n+2)::before {
    content: '/';
    padding-right: 5px;
    padding-left: 5px;
}

#headline .breadcrumb span,
#headline .breadcrumb a {
    text-transform: uppercase;
    padding: 3px 5px;
}

#headline .breadcrumb a:not(.disabled) {
    color: var(--totem-orange);
    cursor: pointer;
}

#headline .breadcrumb a.disabled {
    color: var(--totem-text-gray);
    cursor: default;
}

#headline .breadcrumb a:hover {
    background-color: var(--totem-lightorange);
}

#top-bar {
    border-top: var(--border);
    border-bottom: var(--border);
    background-color: var(--totem-gray);
    position: sticky;
    top: calc(var(--header-height) + calc(var(--general-padding) / 2));
    z-index: 1;
}

#top-bar .pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.paginazione {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 10px;
}

.paginazione.titolo-volantino {
    text-transform: uppercase;
    color: var(--totem-orange);
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: right;
}

.paginazione .page_info {
    text-transform: uppercase;
    margin-right: 10px;
}

.paginazione .pagination,
.header-button-oneline i {
    margin: 0;
    justify-content: center;
    align-items: center;
    color: var(--totem-orange);
    box-shadow: var(--box-shadow);
    border-radius: 100rem;
    overflow: hidden;
}

.paginazione .pagination .page-item .page-link {
    box-shadow: none !important;
    cursor: pointer;
}

.paginazione .pagination .page-item .page-link:hover {
    background-color: var(--totem-lightorange) !important;
}

.paginazione .pagination .page-item .page-link,
.header-button-oneline i {
    color: var(--totem-orange);
    background-color: white;
    padding: 5px 13px;
    border: 0;
    margin: 0;
    transition: all 0.2s ease;
}

.paginazione .pagination .page-item.active .page-link {
    background-color: var(--totem-orange);
    color: white;
    border-color: var(--totem-orange);
    box-shadow: none !important;
    font-weight: 600;
}

.page-link:hover,
.page-link:focus {
    background-color: var(--totem-lightorange);
}

.page-item.page-counter .page-link:hover,
.page-item.page-counter .page-link:focus {
    background-color: white;
}

.header-button-oneline {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.header-button-oneline i {
    padding: 5px 9px;
}

.header-button-oneline span {
    text-transform: uppercase;
    margin-left: 10px;
}

#filters {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    max-width: 350px;
    height: 100%;
    background: white;
    box-shadow: var(--box-shadow);
    transform: translateX(-110%);
    transition: var(--transition);
    overflow: auto;
    display: flex;
    flex-direction: column;
}

#filters.show {
    transform: translateX(0);
}

#filters #filters_container {
    padding: var(--general-padding);
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#filters .panel-default:not(:last-child) {
    border-bottom: var(--border);
}

#filters .panel-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

#filters .panel-heading .panel-title {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding-right: 0.5em;
}

#filters .collapsed .panel-title::after {
    transform: rotate(0);
}

#filters .panel-heading:not(.collapsed) .panel-title::after {
    transform: rotate(180deg);
}

#filters .panel-heading .panel-title::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 10px;
    transition: var(--transition);
}

#filters .filter {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
}

#filters #filters_container.volantino .panel-heading .panel-title::after {
    display: none;
}

#filters #filters_container.volantino .filter {
    max-height: initial !important;
}

#filters .filter .panel-body {
    padding-bottom: 10px;
}

#filters .filter .panel-body label {
    font-weight: 300;
    font-size: 0.8em;
}

#filters .filter label {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
#filters .filter label:not(:last-child) {
    margin-bottom: 3px;
}

#filters .buttons {
    position: sticky;
    bottom: 0;
    text-align: center;
    background-color: var(--totem-lightgray);
    z-index: 9999;
    width: calc(100% + 6px);
    margin-left: -3px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

#filters .buttons #apply_filter_container {
    border-top: var(--border);
    box-shadow: 0 -4px 5px -5px rgba(0,0,0,0.2);
    padding: var(--general-padding) 0;
    width: 100%;
}

#filters #div_orderby .link-list,
#filters #div_sector .link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: var(--border);
    border-radius: var(--general-radius);
    overflow: hidden;
}

#filters #div_orderby .link-list input,
#filters #div_sector .link-list input {
    display: none;
}

#filters #div_orderby .link-list label:not(:last-child),
#filters #div_sector .link-list label:not(:last-child) {
    border-bottom: var(--border);
}

#filters #div_orderby .link-list label,
#filters #div_sector .link-list label {
    padding: 5px 8px;
    display: inline-block;
    cursor: pointer;
    color: var(--totem-text-gray);
    text-transform: uppercase;
    margin-bottom: 0;
}

#filters #div_orderby .link-list input:checked+label,
#filters #div_sector .link-list input:checked+label {
    background-color: var(--totem-lightorange);
}


#filters #categorie a {
    display: block;
    cursor: initial;
    background: none !important;
}

#filters #categorie a:not(:first-child) {
    margin-top: 5px;
}

#filters .list-item.active {
    background-color: var(--totem-lightorange);
}

.noUi-target {
    margin: 20px 25px 5px;
    background: var(--totem-gray);
    border-radius: 100rem;
    height: 15px;
}

.noUi-horizontal .noUi-tooltip {
    bottom: 100%;
}

.noUi-tooltip {
    font-size: .75rem;
    padding: 0;
    border: 0;
    background: transparent;
}

.noUi-horizontal .noUi-handle {
    background: var(--totem-dark-gray);
    border: none;
    border-radius: 100rem;
    width: 32px;
    right: -16px;
    height: 22px;
    top: -5px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    cursor: grab;
}

.noUi-horizontal .noUi-handle:active {
    cursor: grabbing;
}

.noUi-handle::after,
.noUi-handle::before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 2px;
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.noUi-handle::before {
    transform: translate(calc(-50% - 2px), -50%);
}

.noUi-handle::after {
    transform: translate(calc(-50% + 2px), -50%);
}

.noUi-connect {
    background: var(--totem-background);
}

.rangeLabelLegend {
    font-size: .75rem;
    margin: 0 10px 0px;
    height: 15px;
}

#lista {
    flex-grow: 1;
    margin-top: calc(var(--general-padding) / 2);
    display: flex;
    flex-direction: column;
}

#lista .intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding: var(--general-padding);
    padding-top: calc(var(--general-padding) / 2);
    text-align: center;
}

#lista .intro img {
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
}

#lista #container-content>.row {
    justify-content: center;
}

.products-container {
    margin: calc(var(--general-padding) / 2 * -1);
}

.products-container .noart {
    padding: 0;
    padding-top: var(--general-padding);
    margin: 0;
}

.col-articolo {
    width: calc(100% / 4);
    padding: calc(var(--general-padding) / 2);
}

@media screen and (max-width: 1500px) {
    .col-articolo {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 1115px) {
    .col-articolo {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 750px) {
    .col-articolo {
        width: 100%;
    }
}

.articolo {
    background-color: white;
    border-radius: var(--general-radius);
    height: 100%;
    position: relative;
    border: var(--border);
    border-color: var(--totem-dark-gray);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.articolo>* {
    width: 100%;
}

.articolo>*:not(:first-child) {
    margin-top: 10px;
}

.articolo .flag-volantino-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(45deg) translateX(50%);
    transform-origin: 100% 0;
}

.articolo .flag-volantino {
    background: var(--totem-background);
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 0.65em;
    line-height: .65rem;
    padding: 3px calc(50% - 50px);
    box-shadow: var(--box-shadow);
    margin-top: 40px;
    width: 100%;
}

.articolo .flag-volantino small {
    display: block;
    font-size: .55rem;
    line-height: .55rem;
    text-transform: uppercase;
    margin-top: 1px;
}

.articolo .marchio-modello {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600;
    margin: 0 0 1em;
}

.articolo.withflag .marchio-modello {
    max-width: calc(100% - 115px);
}

.articolo .marchio-modello .logo-marchio {
    max-width: 33%;
    max-height: 35px;
    margin-right: 10px;
    object-fit: contain;
}

.articolo .marchio-modello .nome-marchio {
    margin-right: 10px;
    max-width: 33%;
    text-align: center;
    background: black;
    color: white;
    padding: 1px 3px;
    word-break: initial;
}

.articolo .marchio-modello span {
    word-break: break-word;
}

.articolo .immagine-descrizione {
    display: flex;
    flex-grow: 1;
}

.articolo .immagine-descrizione>* {
    max-height: 150px;
}

.articolo .immagine-descrizione .immagine-prodotto {
    width: 40%;
    padding-right: 5px;
    display: flex;
    justify-content: center;
}

.articolo .immagine-descrizione .immagine-container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none !important;
}

.articolo .immagine-descrizione .immagine-prodotto img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.no-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.no-image>span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: var(--border-color);
    border: var(--border);
    border-radius: 100rem;
    width: 100%;
    max-width: 150px;
    max-height: 100%;
}

#comparazione .no-image {
    height: 300px;
}

#comparazione .no-image>span {
    max-width: 300px;
    font-size: 30px;
    line-height: 36px;
}

.no-image>span::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.no-image>span>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.articolo .immagine-descrizione .descrizione-prodotto {
    width: 60%;
    padding-left: 5px;
    display: flex;
    align-items: center;
}

.articolo .immagine-descrizione .descrizione-prodotto .descrizione-prodotto-content {
    width: 100%;
    max-height: 100%;
    font-size: .775rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}

.articolo .immagine-descrizione .descrizione-prodotto ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.articolo .immagine-descrizione .descrizione-prodotto li {
    display: flex;
}

.articolo .immagine-descrizione .descrizione-prodotto li p {
    margin: 0;
}

.articolo .immagine-descrizione .descrizione-prodotto li p::first-letter {
    text-transform: uppercase;
}

.articolo .immagine-descrizione .descrizione-prodotto li::before {
    content: "○";
    color: var(--totem-orange);
    margin-right: 3px;
}

.articolo .info-prezzo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.articolo .bottoni-prodotto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
}

.articolo .scheda-energetica {
    display: flex;
    align-items: center;
}

.prezzi_scheda .classe_energetica,
.azioni-prodotto .classe_energetica,
.articolo .classe_energetica {
    display: flex;
    background: none !important;
}

.prezzi_scheda .classe_energetica img,
.azioni-prodotto .classe_energetica img,
.articolo .classe_energetica img {
    height: 20px;
}

.articolo .scheda-energetica>*:not(:first-child) {
    margin-left: 5px;
}

.articolo .bottoni-prodotto>*:not(:first-child) {
    margin-top: 5px;
}

.articolo .disponibilita-prodotto span {
    padding: 1px 6px;
    font-size: .65rem;
    font-weight: 600;
    border-radius: 100rem;
    color: white;
    display: block;
}

.prezzi_scheda .prezzo-prodotto,
.articolo .prezzo-prodotto {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.prezzi_scheda .prezzo-prodotto {
    align-items: center;
}

.prezzi_scheda .prezzo-pubblico,
.articolo .prezzo-pubblico {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    color: var(--totem-orange);
}

.prezzi_scheda .prezzo-barrato,
.articolo .prezzo-barrato {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.prezzi_scheda .prezzo-barrato .barrato_label,
.articolo .prezzo-barrato .barrato_label {
    font-size: 0.6em;
    font-weight: normal;
    margin-right: 0.2em;
    color: var(--totem-dark-gray);
    text-align: right;
}

.prezzi_scheda .prezzo-barrato .barrato,
.articolo .prezzo-barrato .barrato {
    text-decoration: line-through;
    font-size: 1em;
    font-weight: 600;
    margin-right: 0.2em;
    color: var(--totem-dark-gray);
}

.prezzi_scheda .prezzo-barrato .consigliato,
.articolo .prezzo-barrato .consigliato {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    margin-bottom: 1px;
    color: var(--totem-dark-gray);
}

.prezzi_scheda .prezzo-barrato .sconto,
.articolo .prezzo-barrato .sconto {
    font-size: 0.7em;
    padding: 1px 5px 1px;
    color: white;
    background-color: var(--totem-orange);
    border-radius: 100rem;
}

.articolo .banners-prodotto {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.articolo .banners-prodotto>* {
    margin-top: 10px;
}

.articolo .banners-prodotto>*:not(:first-child) {
    margin-left: 5px;
}

.promoclima_container {
    --totem-bannerpromo: var(--totem-promoclima);
}

.cashback_container {
    --totem-bannerpromo: var(--totem-cashback);
}

.bannerpromo_container {
    border: 1px solid var(--totem-bannerpromo);
    background: white !important;
    border-radius: var(--general-radius);
    color: var(--totem-bannerpromo);
    padding: 8px;
    font-size: .5rem;
    line-height: .5rem;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerpromo_container .bannerpromo_price {
    font-size: 1rem;
    line-height: 1rem;
}

.garanzia_container {
    border: 1px solid var(--totem-garanzia);
    background: white !important;
    border-radius: var(--general-radius);
    color: var(--totem-garanzia);
    padding: 8px;
    font-size: .75rem;
    line-height: .75rem;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.garanzia_container .garanzia_icon,
.bannerpromo_container .bannerpromo_icon {
    font-size: 1.5rem;
    margin-right: 3px;
}

.garanzia_container .garanzia_small_title {
    font-size: 8px;
    line-height: 8px;
    margin-top: 3px;
}

.garanzia_container .garanzia_small_title {
    color: var(--totem-text-gray);
}

.garanzia_container .garanzia_prezzo {
    font-size: 20px;
    line-height: 20px;
    padding: 8px;
    margin-left: 10px;
    margin-right: -5px;
    background: var(--totem-garanzia);
    color: white;
    border-top-left-radius: calc(var(--general-radius) / 2);
    border-bottom-left-radius: calc(var(--general-radius) / 2);
}

.articolo .azioni-prodotto {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.azioni-prodotto {
    margin-bottom: 5px !important;
}

.articolo .azioni-prodotto>*:not(:first-child) {
    margin-left: 5px;
}

.articolo .acquista-prodotto {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}

.articolo .acquista-prodotto>*:not(:first-child) {
    margin-left: 5px;
}

#schede-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: var(--general-padding);
    flex-wrap: nowrap;
}

#schede-buttons-container:not(.show) {
    display: none;
}

#schede-buttons-container .totem-button:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#schede-buttons-container .totem-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#schede-buttons-container .totem-button.active {
    background: var(--totem-orange) !important;
    color: white !important;
}

#scheda-tecnica .titolo_descrizione_lunga {
    text-align: center;
}

#scheda-tecnica .titolo_descrizione_lunga>*:not(:first-child) {
    margin-top: 0.5em;
}

#scheda-tecnica .first_col .col-lg-6:first-child {
    padding-left: 0;
}

#scheda-tecnica.ha_scheda_produttore .first_col {
    flex-direction: column;
    width: 50% !important;
}

#scheda-tecnica:not(.ha_scheda_produttore) .first_col {
    flex-direction: row;
    width: 100%;
}

#scheda-tecnica.ha_scheda_produttore .first_col .col-lg-6 {
    width: 100%;
}

#scheda-tecnica.ha_scheda_produttore .first_col .col-lg-6:last-child {
    padding-left: 0;
}

#scheda-tecnica.ha_scheda_produttore>div>.col-lg-6 {
    padding-right: 0;
}

#scheda-tecnica:not(.ha_scheda_produttore) .first_col .col-lg-6:last-child {
    padding-right: 0;
}

#scheda-tecnica.ha_scheda_produttore #caratteristiche {
    margin-top: 2em;
}

#tab-schede {
    flex-grow: 1;
}

.list-group {
    border-radius: var(--general-radius);
}

.list-group:not(:first-child):not(:first-of-type) {
    margin-top: var(--general-padding);
}

.list-group-item {
    padding: 3px 8px;
    border: var(--border);
}

.gruppo.list-group-item {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--totem-orange);
    width: 100% !important;
    text-align: center;
}

.productkit.list-group-item {
    text-align: center;
    background: var(--totem-background);
    color: white;
}

.list-group-item .caratteristica_name {
    color: #aaa;
    font-weight: 500;
    text-align: right;
}

.list-group-item.caratteristica {
    display: flex;
}

.list-group-item.caratteristica>* {
    width: 100%;
}

.list-group-item.caratteristica> :not(:last-child) {
    margin-right: 10px;
}

.list-group-item .caratteristica_name {
    color: #aaa;
    font-weight: 500;
    text-align: right;
}

#scheda-tecnica .titolo_descrizione_lunga .codici {
    font-size: 0.8rem;
    text-align: center;
    color: var(--totem-dark-gray);
    margin-top: 1em;
}

#scheda-tecnica .titolo_descrizione_lunga .descrizione_modello {
    font-size: 1.5rem;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 600;
}

#scheda-tecnica .titolo_descrizione_lunga .barcodes {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 0;
}

.prezzi_scheda {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    margin-top: 0 !important;
}

.prezzi_scheda .prezzo_barrato_scheda {
    text-decoration: line-through;
    font-size: 1.5rem;
    margin-right: 10px;
    color: var(--totem-dark-gray);
}

.prezzi_scheda .prezzo_pubblico_scheda {
    color: var(--totem-orange);
    font-size: 1.75rem;
    font-weight: 600;
}

#img_carousel .carousel-cell {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#img_carousel.gallery img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#scheda-tecnica #img_carousel img {
    max-height: 500px !important;
    max-width: 100%;
}

#scheda-tecnica .flickity-viewport {
    border-color: transparent !important;
}

#comparazione .panel-footer,
#scheda-tecnica .panel-footer {
    margin-top: var(--general-padding);
    font-size: 0.6em;
    line-height: 1.2em;
    display: inline-block;
}

#comparazione .intestazione .caratteristica_value img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}

#comparazione-container {
    overflow: auto;
    display: flex;
}

#comparazione .list-group-item.caratteristica>* {
    min-width: 225px;
}

#richiestaBody {
    text-align: center;
}

#richiestaBody .intro-msg:not(.show) {
    display: none;
}

#richiestaBody .intro-msg,
#richiestaBody #mail_modal_section_contattaci {
    margin-bottom: var(--general-padding);
}

#richiestaBody .intro-msg .prezzopromo {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
}

#richiestaBody h3 {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
}

#richiestaBody #contatti-msg {
    display: flex;
    justify-content: center;
    align-items: center;
}

#richiestaBody #contatti-msg *:not(:first-child) {
    margin-left: 5px;
}

#richiestaBody #mail_modal_section_prenotazione label {
    display: inline-block;
    display: block;
    text-align: left;
}

#richiestaBody #mail_modal_section_prenotazione .row {
    margin-top: -10px;
}

#richiestaBody #mail_modal_section_prenotazione .row>* {
    margin-top: 10px;
}

#richiestaBody #mail_modal_section_prenotazione .row>*:not(:first-child) {
    margin-top: 10px;
}

#richiestaBody label.req .label-title::after {
    content: " *";
}

#richiestaBody .help-block {
    margin-top: 10px;
}

#richiestaBody .mail-modal-footer {
    margin-top: var(--general-padding);
}

#richiestaBody #mail_col_imgs {
    margin-top: var(--general-padding);
    margin-bottom: calc(var(--general-padding) * -1);
}

#richiestaBody #mail_col_imgs img {
    width: 100%;
    max-width: 500px;
    max-height: 250px;
    object-fit: contain;
}

#anteprima_volantino {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translate(calc(-100% + 20px), -50%);
    z-index: 1;
    box-shadow: var(--box-shadow);
    border-top-right-radius: var(--general-radius);
    border-bottom-right-radius: var(--general-radius);
    background: white;
    transition: var(--transition);
    display: flex;
    justify-content: center;
}

#anteprima_volantino.show {
    transform: translate(0, -50%);
}

#anteprima_volantino a {
    background-color: initial !important;
    padding: 5px;
    padding-right: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

#anteprima_volantino img {
    width: 150px;
    border: var(--border);
}

#anteprima_volantino a button {
    font-size: .65rem;
    padding: 1px 3px;
    white-space: nowrap;
    text-transform: uppercase;
    border: var(--border);
    border-top: none;
    font-weight: 600;
}

#anteprima_volantino>button {
    padding: 5px;
    color: var(--totem-orange);
    transition: var(--transition);
    transform: rotate(-180deg);
    font-size: 20px;
    box-shadow: none;
}

#anteprima_volantino.show>button {
    transform: rotate(0);
}

.modal .table_modal_garanzia_overflow {
    overflow: auto;
}

.modal .table_modal_garanzia {
    width: 100%;
}

.modal .table_modal_garanzia th,
.modal .table_modal_garanzia td {
    padding: 0.5em 1em;
}

.modal .table_modal_garanzia th:not(:last-child),
.modal .table_modal_garanzia td:not(:last-child) {
    border-right: 1px solid var(--border-color);
}

.modal .table_modal_garanzia th,
.modal .table_modal_garanzia tr:not(:last-child) td {
    border-bottom: 1px solid var(--border-color);
    ;
}

.table_modal_garanzia_container {
    border: var(--border);
    border-radius: var(--general-radius);
    width: 100%;
    min-width: max-content;
}

#banner_cover_image {
    position: relative;
    margin-top: var(--general-padding);
}

#banner_cover_image img {
    width: 100%;
    max-height: 50vh;
    min-height: 25vh;
    object-fit: cover;
    height: 100%;
}

#banner_cover_image h1 {
    margin: 0;
    width: 100%;
    padding-bottom: calc(var(--general-padding) * 2);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    font-weight: 600;
    color: white;
    text-shadow: 0 0 5px black;
}

.cart-product-summary {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-product-summary img {
    width: 100px !important;
    min-width: 100px;
    height: 100px !important;
    object-fit: contain;
    margin-right: 10px;
}

.cart-product-summary .no-image {
    width: 100px !important;
    height: 100px !important;
    margin-right: 10px;
}

.cart-product-summary .no-image>span {
    font-size: 12px;
    line-height: 14px;
}

.cart-product-summary .total-price {
    margin-top: 5px;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.cart-product-summary .total-price i {
    margin: 0 5px;
    font-size: .85rem;
    color: var(--totem-dark-gray);
}

.cart-product-summary .product-price {
    color: var(--totem-orange);
}

.cart-product-summary .total-products {
    margin-top: 5px;
}

.cart-product {
    border: var(--border);
    border-radius: var(--general-radius);
    padding: 15px;
    border-color: var(--totem-dark-gray);
    display: flex;
    align-items: center;
    position: relative;
}

.cart-product:not(:first-child) {
    margin-top: var(--general-padding);
}

.cart-product .cart-product-image {
    margin-right: 10px;
}

.cart-product .cart-product-image>img {
    width: 165px;
    height: 165px;
    object-fit: contain;
}

.cart-product .no-image {
    width: 165px;
    height: 165px;
}

.cart-product .cart-product-info-container {
    width: 100%;
}

.cart-product .cart-product-info>* {
    margin: 0;
}

.cart-product .cart-product-info>*:not(:first-child) {
    margin-top: 5px;
}

.cart-product .cart-product-title {
    font-size: 1.25rem;
}

.cart-product .cart-product-info-general {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cart-product .cart-product-info-general .logo_marchio {
    margin-right: 5px;
    height: 35px;
    max-width: 100px;
    object-fit: contain;
}

.cart-product .cart-product-info-general .nome-marchio {
    margin-right: 5px;
    text-align: center;
    background: black;
    color: white;
    padding: 1px 5px;
}

.cart-product .cart-product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cart-product .cart-product-price>*:not(:first-child) {
    margin-left: 5px;
}

.cart-product .product-quantity {
    padding: 5px 10px;
    width: 55px;
}

.cart-product .price {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--totem-orange);
}

.cart-product .cart-product-price i {
    font-size: .85rem;
    color: var(--totem-dark-gray);
}

.cart-product .additional-services-container {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}

.cart-product .cart-total {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cart-product .cart-total .price {
    font-size: 1.5rem;
}

.cart-product .cart-product-remove {
    position: absolute;
    top: 15px;
    right: 15px;
}

.cart-product .cart-product-remove i {
    font-size: 1.25rem;
    height: 2rem;
    width: 2rem;
}

#controls .cart-total-wrapper {
    margin-top: 10px;
    text-align: center;
}

#controls .cart-total-wrapper>*>* {
    vertical-align: middle;
}

#controls .cart-total-wrapper .cart-total-amount {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--totem-orange);
}

#controls #total_total {
    font-size: 1.5rem;
}

#controls .cart-control-delete-wrapper-container {
    display: flex;
    justify-content: space-between;
    margin: -5px;
    margin-top: 5px;
}

#controls .cart-control-delete-wrapper-container>* {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#controls .cart-control-delete-wrapper-container a {
    display: inline-block;
    margin: 5px;
}

#delivery-store-cap .select2,
#delivery-store-cap button {
    margin-top: 10px;
}

#modalMail {
    z-index: 10000;
}

#energyLabelModal .modal-body {
    text-align: center;
}

.details-buttons {
    display: flex;
    position: absolute;
    z-index: 1;
    left: calc(var(--general-padding) / -2);
    top: calc(var(--general-padding) / -2);
}

.details-buttons button+button {
    margin-left: var(--general-padding);
}

.list-group-item .azioni-prodotto {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
}

.prezzi_scheda .pill_sconto {
    font-size: 18px !important;
    line-height: 18px !important;
    padding: 6px !important;
    margin-right: 10px;
    color: white;
    background-color: var(--totem-orange);
    border-radius: 100rem;
}

.accordion-button:focus {
    box-shadow: 0;
}

.accordion-button:not(.collapsed) {
    background-color: white !important;
    color: var(--totem-orange) !important;
}

.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EA5B0D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: 0 !important;
}

.accordion-body>li {
    border-left: none;
    border-right: none;
}

.accordion-body>li:first-child {
    border-top: none;
}

.accordion-body>li:last-child {
    border-bottom: none;
}

.accordion-body .caratteristica_name {
    display: flex !important;
    justify-content: flex-start !important;
}

.accordion-body .caratteristica_value {
    display: flex !important;
    justify-content: flex-end !important;
    text-align: right;
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--general-radius);
    border-top-right-radius: var(--general-radius);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(var(--general-radius) - 1px);
    border-top-right-radius: calc(var(--general-radius) - 1px);
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--general-radius);
    border-bottom-left-radius: var(--general-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(var(--general-radius) - 1px);
    border-bottom-left-radius: calc(var(--general-radius) - 1px);
}

.accordion-version {
    display: none;
}

.accordion-header {
    margin-bottom: 0 !important;
}

.list-version {
    display: block;
}

.titolo_descrizione_lunga .scheda_marketing {
    text-align: left;
    font-size: 0.9rem;
    width: max-content;
    margin: auto;
    max-width: 100%;
}

.titolo_descrizione_lunga .descrizione {
    font-size: 1em;
}

#back_button,
#back_home_button {
    position: absolute;
    z-index: 9;
    transform: translate3d(-20%, -20%, 0);
}

.div_open_scheda {
    cursor: pointer;
}

div#buttons_settori {
    margin: -2.5px 0;
    padding: 0 10px;
    margin-top: calc(var(--general-padding) / 2 - 2.5px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

div#buttons_settori button {
    display: inline-block;
    margin: 2.5px;
}

div#buttons_settori button.disabled {
    background-color: lightgray !important;
    color: black !important;
    border: lightgray;
    cursor: default;
}

.tooltip-inner {
    max-width: 300px;
}

.tooltip-inner img {
    max-width: 100%;
}

.loghi-pagamenti {
    width: 100%;
    max-width: 750px;
}

@media screen and (max-width: 991px) {
    :root {
        --general-padding: 15px;
        --general-radius: 10px;
    }

    .desktoponly {
        display: none !important;
    }

    .accordion-version {
        display: block;
    }

    .list-version {
        display: none;
    }

    .no-margin-top-mobile {
        margin-top: 0 !important;
    }

    .modal .modal-dialog {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        margin: 5px auto !important;
        min-height: initial !important;
    }

    .title-header .header-button {
        margin-left: 10px;
    }

    #header {
        padding: 5px;
        padding-bottom: 0;
    }

    #categorie-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        border-radius: 0;
        transform: translateY(-110%);
        transition: var(--transition);
        max-height: 100vh;
        overflow: auto;
    }

    #categorie-header.show {
        transform: translateY(0);
    }

    #categorie-header .categorie-container {
        padding: var(--general-padding);
        flex-direction: column;
    }

    #categorie-header .categoria {
        width: 100%;
    }

    #categorie-header .categoria>a {
        padding: .25rem .5rem;
        line-height: 1.5;
    }

    #categorie-header .subcategorie-container {
        flex-direction: column;
        position: relative !important;
        top: 0 !important;
        left: 10px !important;
        width: calc(100% - var(--general-padding));
        transform: none !important;
        padding: 5px;
        margin-bottom: 10px !important;
        z-index: 1;
    }

    #categorie-header .subcategorie-container .subcategoria {
        width: 100%;
        padding: 5px;
    }

    #site-header>* {
        width: auto;
    }

    #site-header .header-buttons {
        margin-left: .75rem;
    }

    #site-header .header-logo {
        margin-right: auto;
    }

    #site-header .header-logo .logo {
        height: 3rem;
    }

    #site-header .header-buttons .header-button:not(:first-child) {
        margin-left: .75rem;
    }

    #site-header .header-buttons .header-button {
        width: 2.5rem;
    }

    .header-button i {
        font-size: 1.5rem;
        height: 2.5rem;
        width: 2.5rem;
    }

    .header-button>span {
        margin-top: 5px;
        font-size: 0.55rem;
        line-height: 0.55rem;
    }

    .title-header .title-modal {
        font-size: 1.5rem;
        margin-left: 10px;
    }

    #site-footer {
        padding: 15px;
    }

    body.homepage #container-content {
        display: flex;
        flex-direction: column;
    }

    .volantini-container {
        order: 2;
    }

    .container_second_carousel {
        position: relative;
        margin-top: var(--general-padding);
    }

    .container_second_carousel.no-volantino #second_carousel>div {
        width: 100%;
    }

    #second_carousel>div,
    #first_carousel .carousel-cell {
        width: 100%;
    }

    #second_carousel>div {
        height: 25%;
    }

    .volantini-container .container_second_carousel {
        order: 3;
    }

    .volantini-container #first_carousel_container {
        order: 2;
    }

    #footer {
        padding: 5px;
        font-size: .65rem;
    }

    #scheda-tecnica>div>div:not(:first-child) {
        margin-top: var(--general-padding);
    }

    #scheda-tecnica .list-group-item.caratteristica>* {
        margin: 0 !important;
        justify-content: flex-start !important;
        text-align: left;
    }

    #scheda-tecnica .list-group-item.caratteristica {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center !important;
    }

    #scheda-tecnica .list-group-item .caratteristica_name {
        text-align: center;
    }

    .cart-product {
        flex-direction: column;
    }

    .cart-product .cart-product-image {
        margin: 0;
        margin-bottom: 10px;
    }

    #controls .cart-control-delete-wrapper-container {
        flex-direction: column;
        justify-content: center;
    }

    #scheda-tecnica.ha_scheda_produttore .first_col {
        width: 100% !important;
    }

    #scheda-tecnica .titolo_descrizione_lunga {
        padding-top: 1.5rem;
    }

    .prezzi_scheda {
        flex-direction: column;
    }

    .prezzi_scheda>* {
        margin-top: 0.5em
    }
    
    #scheda-tecnica .col-lg-6 {
        padding: 0 !important;
    }

    #comparation_flag{
        top: initial;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) translateY(110%);
        writing-mode: initial;
        width: max-content;
        border-radius: 0;
        border-top-right-radius: var(--general-radius);
        border-top-left-radius: var(--general-radius);
    }

    #comparation_flag.show{
        transform: translateX(-50%) translateY(0);
    }

    #comparation_flag :not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }

    #comparation_flag .totem-button {
        padding: 3px 10px;
    }

    #comparation_flag .header-button {
        transform: rotate(0);
      }

    #comparazione .intestazione .caratteristica_value img {
        height: 150px;
    }

    #comparazione .list-group-item.caratteristica {
        display: flex;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
            "label         label         label        "
            "featureValue0 featureValue1 featureValue2";
        column-gap: 10px;
    }

    #comparazione .list-group-item.gruppo div,
    #comparazione .list-group-item.caratteristica .caratteristica_name {
        position: sticky;
        top: 0;
        left: 9px;
        width: max-content;
        grid-area: label;
        text-align: left;
    }

    #scheda-produttore > * {
        margin-bottom: var(--general-padding);
    }

    .productkit.list-group-item {
        font-size: 1rem;
        border: none;
        margin-bottom: calc(var(--general-padding) / 4);
        border-radius: var(--general-radius);
    }

    .accordion.accordion-version:not(:last-child) {
        margin-bottom: var(--general-padding);
    }
}

@media screen and (min-width: 992px) {
    .mobileonly {
        display: none !important;
    }
}

@media print {
    .title-header .header-button {
        display: none;
    }

    .title-header .title-modal {
        text-align: center;
        margin: 0;
    }

    #header {
        display: none;
    }

    .details-buttons {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .puvs-container #col_grouped_fields {
        border-right: none !important;
        margin: 0 0 1em;
    }

    .puvs-container .puv-title {
        text-align: center;
    }

    .puvs-container #col_grouped_fields .puv-title {
        font-size: 1.5em;
    }

    .puvs-container .puv-container+.puv-container {
        margin-top: 1em;
    }
}

/* BLACK FRIDAY */
/*div#buttons_settori button:nth-child(even) {
    background: black;
    border-color: black;
}
div#buttons_settori button:nth-child(even):hover {
    background: #666;
}*/
/* FINE BLACK FRIDAY */

/* ORANGE CHRISTMAS */
div#buttons_settori button:nth-child(even):not(.disabled) {
    background: #df350e;
    border-color: #df350e;
}

div#buttons_settori button:nth-child(even):not(.disabled):hover {
    background: #ff5b36;
}

/* FINE ORANGE CHRISTMAS */


.container-locate{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    border: var(--border);
    border-radius: 2.5rem;
    gap: 20px;
}

.locate{
    border: var(--border);
    border-radius: 2.5rem;
    padding: 20px;
    width: calc(50% - 10px);
    background: var(--totem-gray);
}

div.locate:hover{
    border: solid 1px var(--totem-orange);
    background: var(--totem-lightgray);
}

.locate.selected{
    border: solid 1px var(--totem-orange);
    background: var(--totem-lightgray);
    box-shadow: 0px 0px 20px 0px var(--totem-orange);
}

.b-red{
    border: solid 1px #dc3545 !important;
}

.txt-small-07{
    font-size: 0.7em;
}

.txt-bold{
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .container-locate {
        flex-direction: column;
    }

    .locate {
        width: 100%;
    }
}

.icon{
    color: var(--totem-orange);
    margin-right: 8px;
}

.dis-flex{
    display: flex;
    margin-bottom: 8px;
    line-height: 1.2em;
}
