/* SPINNER */
.ctn-preloader .animation-preloader .spinner {
    border-top-color: #017cc3;
    height: 4em;
    margin: 0 auto 1.5em auto;
    width: 4em;
}

svg:not(.question):not(.product__items--action__btn--svg) {
    vertical-align: initial;
}

#services-bar svg {
    width: 56px;
    height: auto;
}

/* TIPOGRAFY */
blockquote {
    font-size: 2rem;
    line-height: 3.4rem;
}

.product__tab--content,
.product__details--info__desc {
    text-align: justify;
}

.product__tab--content ul li::before,
.product__details--info__desc ul li::before {
    content: "\2022";
    color: #ffa500;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 1em;
    line-height: 1.5;
}

/**/
.row-product {
    width: 100%;
    max-width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
}

.pad-left-5 {
    padding-left: 5rem;
}

.card-user-machines {
    border: 1px solid #0076bd;
}

.card-user-machines .card-footer {
    border-top: 1px solid #0076bd;
    background-color: #0076bd;
}

.card-user-machines .card-footer .text-muted {
    color: #ffffff !important;
    font-weight: 500;
}

.shipping__style3--items::before {
    content: none;
}

@media only screen and (min-width: 576px) {

    .hide {
        display: none;
    }

    .button-qr-desktop {
        display: none;
    }
}

@media only screen and (min-width: 350px) {

    .button-qr-desktop {
        display: none;
    }

    .button-qr {
        display: block;
    }
}

@media only screen and (min-width: 980px) {

    .button-qr {
        display: none;
    }

    .button-qr-desktop {
        display: block;
    }
}

/* NAV */
@media only screen and (min-width: 768px) {
    .main__logo--img {
        max-height: 80px;
    }

}

.pivaContainer {
    padding-right: 0px;
}

#prvChk4 {
    width: 1em;
}

#prvChk6 {
    width: 2.2em;
    margin-right: 11px;
}

.news-title {
    width: 50%;
}

.subscribe-content {
    width: 35%;
}

@media only screen and (max-width: 992px) {
    .card-sett {
        margin-bottom: 2rem !important;
    }

    .pt1 {
        padding-top: 1.5rem;
    }

    #setopnoaccount {
        padding: 0rem !important;
        display: none;
    }

    .pad-left-5 {
        padding-left: 1.0rem;
    }

    .pivaContainer {
        padding-right: 1.8%;
    }

    .footWidth {
        max-width: 100% !important;
    }

    .iconpng {
        width: 50px;
        height: auto;
    }

    #prvChk4 {
        width: 1em;
    }

    #prvChk6 {
        width: 5.2em;
    }
}

.section__heading--maintitle::before {
    background-position: center;
    background-repeat: no-repeat;
    height: 35px;
    bottom: -15px;
}

.product__grid--heading__maintitle::before {
    background: #df971f;
}

.testimonial__items--thumbnail__img {
    width: 90px;
    height: 90px;
}

.slider__text--shape__icon {
    max-height: 30px;
}

/* FOOTER */
.footer__widget--title::before,
.newsletter__subscribe--button,
.product__items--action__btn:hover {
    background: #ff9f00 !important;
    color: #e7e7e7 !important;
}

.col-lg-7 .banner__items--thumbnail__img,
.banner__items--thumbnail .banner__items--thumbnail__img,
.blog__thumbnail--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    width: 100%;
    max-height: 410px;
}

.opacity {
    opacity: 0.5;
}


/* SLIDER TEST */
.test-1 {
    background-color: #ffffff9e;
    padding: 50px;
    max-width: 1100px;
}

.test-2 {
    background-color: #00000033;
}

.offcanvas-header.open {
    display: block;
    padding: 0;
    /* per sistemare versione mobile del tema rotta da bootstrap */
}

.active-nav {
    color: #0076bd !important;
}

#search-section .box-search {
    position: relative;
    border: 1px solid #0076bd;
    padding: 2.5rem 2rem;
    border-radius: 0px;
}

/*#search-section .header__search--input {
     border-left: 1px solid #0076bd;
}*/

#search-section .product__grid--column__buttons--icons {
    height: 50px;
    width: 180px;
    border-radius: 0px;
    margin-left: 20px;
}

.header__menu--items.style2 {
    margin: 0px 1.3rem;
}

.thin-version-bc {
    height: 50px;
}

.thin-version-bc h1.breadcrumb__content--title {
    display: none;
}

.breadcrumb__section.breadcrumb__bg {
    background-size: cover;
    background-position: center;
    background-color: #0076bd;
    background-image: none;
}

.product__details--info__price .current__price {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--text-black-color);
}

.current {
    color: #df971f;
}

.widget__form--check__list {
    margin-bottom: 1rem;
    position: relative;
    border: 1px solid var(--border-color2);
}

.widget__form--check__label {
    border: none;
}

.top-0 {
    top: 12%;
}

.mt-2 {
    margin-top: 2rem;
}

.widget__categories--menu__label__nochilds {
    cursor: pointer;
    background: var(--white-color);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    position: relative;
}

.widget__categories--menu__arrowdown--icon--svgrotate:hover {
    position: absolute;
    right: 1.5rem;
    top: 43%;
    transform: rotate(90deg);
}

.icon-qr {
    display: none;
}

.alerttxtqr_err {
    display: none;
    color: #990000;
}

.no-radius {
    border-radius: unset;
}

@media only screen and (min-width: 768px) {
    .button-searchbox {
        float: left;
        width: 50%;
    }

    .button-qr {
        float: left;
        width: 50%;
    }
}

.privacyLink {
    color: #007dc6;
}

.privacyLink:hover {
    color: #ff9f00;
}

body a:hover {
    color: #ff9f00;
}

.breadcrumb__content--menu__items::before {
    background-color: #ff9f00;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert {
    border: none;
    border-left: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.antherica-captcha {
    width: 100%;
    border: 1px solid #e4e4e4;
    height: 4.5rem;
    padding: 0 1.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease 0s;
}

.antherica-captcha:focus {
    border: 1px solid #0076bd;
}

.col-lg-7 .banner__items--thumbnail__img,
.blog__thumbnail--img {
    transition: 0.5s;
}

.blog__thumbnail--img {
    transition: 0.5s;
}



@media only screen and (max-width: 992px) {
    .sticky.header__sticky .header__sticky--block.header__account2 {
        display: block !important;
    }
}

.pulse {
    animation-name: pulsing;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
}

@keyframes pulsing {
    0% {
        color: #b30000;
    }

    50% {
        color: #fb0b0b;
    }

    100% {
        color: #b30000;
    }
}

.hideSelect {
    display: none;
}

.nav-link {
    color: #0076c3;
}

.nav-link:focus,
.nav-link:hover {
    color: #ff9f00;
}

.clcs {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.profile-tab {
    display: none;
}

.primary.profile-tab {
    display: block;
}

.oldPrice {
    position: absolute;
    top: 27px;
    right: 43px;
    font-size: 12px;
}

button.variant__wishlist--icon {
    border-radius: 50px;
    border: 1px solid #e4e4e4;
    padding: 2px 10px;
    background-color: #ffff;
}

button.variant__wishlist--icon:hover {
    background-color: #df971f;
    color: #fff;
    border-color: #0076bd;
}

.quickview__info--review__text {
    margin-left: 0px !important;
}

.product-code {
    color: #0076bd;
    margin-bottom: 5px;
}

.modal-body.preview,
.modal-body.modal-dynamic,
.modal-body.modal-login {
    padding: 30px;
}

.modal-body.modal-dynamic {
    padding: 20px;
}


#productpreviewheader {
    border-bottom: none;
}

.addcart {
    border-radius: 50px;
    padding: 0 1.5rem !important;
}

.d-flex {
    display: flex;
}

.mar-right-10 {
    margin-right: 10px;
}

.product__details--info__price .current__price {
    font-weight: 500;
}

.quickview__details--btn {
    height: 3.8rem;
    line-height: 3.8rem;
    padding: 0 25px;
    margin: 0px 0px 10px 0px;
    font-size: 1.5rem;
}

.pad-50 {
    padding: 50px;
}

.pad-1 {
    padding: 0 1rem !important;
}

.swiper-button-next,
.swiper-nutton-prev {
    z-index: 9999 !important;
}

.cat-img {
    min-height: 30px;
}

.justify-content {
    justify-content: space-between;
}

#alertsArea {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    width: 100%;
}

#alerts {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.carpigiani-table {
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
    color: #000;
}

.carpigiani-table td.separator {
    border-bottom: none;
    height: 1em;
}

.carpigiani-table td {
    width: 50%;
}

.carpigiani-table td,
.carpigiani-table th {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 1em;
}

.carpigiani-table th {
    color: #0076bd;
}

.carpigiani-table .heading-row th {
    background-color: #0076bd;
    color: #fff;
    border-bottom: none;
}


.regDataDiv {
    overflow: hidden;
    transition: 1.5s;
}

#presentationDiv {
    min-height: 270px;
    margin-top: 70px;
}

.btnIva {
    border: 1px solid #e4e4e4;
    border-radius: 0.5rem 0 0 0.5rem;
    transition: all 0.3s ease 0s;
    min-width: 60px;
    padding-left: 12px;
    color: #757575;
}

.btnIva:focus {
    border-color: #0076bd;
}

.btnIva:focus {
    border-color: #0076bd;
}

.btnIva:focus+#piva {
    border-color: #0076bd;
}

#piva {
    border-radius: 0 0.5rem 0.5rem 0;
    border-left: transparent;
}

#piva:focus .btnIva {
    border-color: #0076bd;
}

.hide-result {
    display: none;
}

.custom-spinner {
    height: 4em;
    margin: 0 auto 1.5em auto;
    width: 4em;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 4px solid #aaaaaa;
    box-sizing: border-box;
    border-top-color: #017cc3;
}

#show-all-comp {
    border: none;
    text-align: center;
    padding: 10px 0px;
}

#show-all-comp a {
    font-size: 1.8rem;
    line-height: 4rem;
    height: 4rem;
    padding: 0 2.5rem;
}

.arrow-show {
    padding-left: 10px;
}

.assa {
    color: #0076bd;
}

.h4 {
    line-height: 2rem;
}

#verifycode,
#verifycode_sr {
    width: 25%;
}

.product__grid--heading__maintitle::before {
    position: absolute;
    content: "";
    width: 6rem;
    height: 0.2rem;
    bottom: 0;
    background: #0076bd;
    left: auto;
}

.testimonial__items {
    padding-top: 0px;
    border-radius: 0rem;
}

.machine-title {
    font-size: 2.5rem;
}

.sidebar-title {
    font-size: 1.4rem;
}

.ml-4 {
    margin-left: 55rem;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.testimonial__items--subtitle {
    margin-bottom: 0rem;
    font-size: 12px;
}

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

.cont-footer {
    padding: 0px 100px;
}

@media only screen and (min-width: 1366px) {
    .product__view--search__form {
        width: 400px;
    }
}

.mblCoupon {
    margin-bottom: 25px;
    display: none;
}

#mblCouponDiv {
    display: none;
    margin-top: 15px;
}

#logAlert {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .recPswBtn {
        width: 100%;
        margin-top: 25px;
    }

    .mblCoupon {
        display: flex;
    }

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

    .checkout__page--area {
        margin-top: 0px !important;
    }

    .breadcrumb.checkout__breadcrumb.d-flex {
        margin-top: 10px;
    }

    #mblOrderDiv .current__price {
        font-size: 13px;
    }

    #mblOrderDiv .old__price {
        font-size: 13px;
    }

    #mblOrderDiv .price__divided {
        width: 0.4rem;
    }

    #mblOrderDiv .product__description--name {
        font-size: 14px;
    }

    #mblOrderDiv .summary__table--list {
        text-align: right;
    }

    #mblOrderDiv .product__description--name {
        text-align: left;
    }

    #logAlert {
        flex-direction: column;
    }
}

.spedDataDiv h2 {
    margin-bottom: 15px;
}

@media screen and (max-width: 475px) {
    .spedDataDiv {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }

    .spedDataDiv h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 993px) {
    .main__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 6rem 0 3.5rem;
    }

    .cont-footer {
        padding: 0px 20px !important;
    }

    .footer__widget--inner {
        display: none;
    }

    .footer__widget--title__arrowdown--icon {
        display: block;
    }

    .footer__widget--button {
        visibility: visible;
    }

    .footer__widget--title::before {
        content: none;
    }

    .footer__widget {
        margin-bottom: 0;
        margin-right: 0;
    }

    .footer__widget--width,
    .footer__widget {
        width: 100%;
        flex-direction: column;
    }
}

@media only screen and (min-width: 1200px) {
    .shipping__style3--content__title {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 0.8rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .compare__cart--btn {
        font-size: 1.2rem;
    }

    .cont-footer {
        padding: 0px 20px !important;
    }

    .footer__widget--inner {
        display: none;
    }

    .footer__widget--title__arrowdown--icon {
        display: block;
    }

    .footer__widget--button {
        visibility: visible;
    }

    .footer__widget--title::before {
        content: none;
    }

    .footer__widget {
        margin-bottom: 0;
        margin-right: 0;
    }

    .footer__widget--width,
    .footer__widget {
        width: 100%;
        flex-direction: column;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    .ml-4 {
        margin-left: 0rem;
    }

    .cont-footer {
        padding: 0px 20px !important;
    }

    .cont-footer {
        padding: 0px 20px !important;
    }
}

.btn-cop {
    margin: 20px;
    color: white;
    font-size: 17px;
    padding: 5px;
    margin-left: 0px;
}

.btn-cop:hover {
    color: white;
}

.btn-cop:active {
    color: white;
}

.disOrdTab {
    color: #aaaaaa;
}

.disOrdTab:hover {
    color: #aaaaaa;
}

.product__items--content.inevbox {
    padding: 15px;
}

.swiper-slide.inevbox {
    box-shadow: 0 1px 10px rgb(55 70 120 / 16%);
}

.product__media--view__icon.media__play {
    left: 2rem;
    right: auto;
    z-index: 1;
}

.pad-3 {
    padding: 3rem;
}

.mainimg-service {
    height: auto;
    width: 50%;
    margin-right: 15px;
}

.product__items--action__btn {
    background-color: transparent;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.quickview__cart--btn {
    border-radius: 17px 17px;
}

.badge_sp {
    position: relative;
}

.single_product__badge--items {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0px 13px;
    font-weight: 300;
    background: var(--secondary-color);
    color: var(--white-color);
    border-radius: 6px 0 6px;
    font-size: 2rem;
}

.widget__form--check__input:checked~.widget__form--checkmark {
    background-color: #aaaaaa;
}

.widget__form--checkmark {
    border: 1px solid #aaaaaa;
}

.product__media--view__icon {
    top: 3rem;
}

.close__btn {
    background-color: #6c757d;
}

.hide__btn {
    background-color: #0076bd;
}

.close__btn,
.hide__btn,
.registrati__btn {
    color: #fff;
    height: 4rem;
    line-height: 1rem;
    font-size: 1.5rem;
    padding: 10px;
    border: none;
}

.registrati__btn {
    background-color: #198754;
    line-height: 1.8rem;
}

#verifycode,
#verifycode_sr {
    width: 25%;
}

.fa-eyeslash::before {
    content: "\f070";
}

.mat-1 {
    margin-top: 1rem;
}

.mat-2 {
    margin-top: 2rem;
}

#toggle_pwd,
#toggle_pwd_conf,
#toggle_pwd_rec,
#toggle_pwd_confrec {
    float: right;
    margin-right: 1rem;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

#toggle_pwd_login {
    float: right;
    margin-right: 1rem;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.grey {
    color: #606060;
}

.widget__categories--sub__menu--img--footer {
    width: 5.8rem;
}

.widget__categories--sub__menu--text--footer {
    padding-left: 2.5rem;
    line-height: 2.8rem;
    padding-right: 2.5rem;
}

.news-width {
    width: 20%;
}

.news-img {
    width: 70px;
    height: auto;
}

.custom-mb {
    margin-bottom: 1.5rem !important;
}

@media only screen and (max-width: 992px) {
    .compare__table--items__child {
        min-width: inherit;
    }

    #crossSellingModalBody {
        padding: 1rem;
    }

    .d-flex.justify-content-sm-center {
        justify-content: center;
    }

    .custom-mb {
        margin-bottom: 0rem !important;
    }

    .d-flex.justify-content-sm-center .product__collection--content {
        padding-top: 0px;
    }

    .product-column {
        padding: 0px 10px;
        width: 160px;
        max-width: 160px;
        margin-bottom: 1.5rem;
    }

    .product-column.product-column-last {
        width: 100%;
        max-width: 100%;
        margin-top: 1.5rem;
    }

    #totalCs,
    [id*="totalCs"] {
        margin-right: 1rem;
    }

    .remove-product-column1,
    .remove-product-column3 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    /* .mainimg-service {
        min-height: 500px;
    } */
    .pad-50 {
        padding: 15px;
    }

    .pad-3 {
        padding: 0rem;
    }
}

@media only screen and (min-width: 1600px) {
    .product__items--grid {
        margin-bottom: 1.7rem;
    }
}

.mblPrice {
    display: none;
}

.modal-header {
    padding: 1.5rem 1rem;
}

.contact__info--content__desc a {
    vertical-align: sub;
}

.product__showing--count {
    font-weight: 400;
}

.product__details--info__desc {
    font-size: 1.8rem;
}

.product__details--info__desc p {
    color: #000 !important;
}

.offcanvas__menu_ul {
    overflow: visible;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 450px;
}

.product__items--content {
    min-height: 150px;
}

.slider-info {
    min-height: 165px;
}

.mt-2 {
    margin-top: 5rem !important;
}

.pad {
    padding: 0px 15px 15px 15px;
}

.table.orders th {
    font-weight: 500;
}

.likebtn {
    margin-bottom: 10px;
    margin-right: 15px;
    background-color: orange;
}

.product__media--preview__items {
    border: 25px solid #f4f4f4;
    border-bottom: 45px solid #f4f4f4;
}

.widget__form--check__list__sp {
    margin-bottom: 1rem;
    position: relative;
    border-bottom: 1px solid var(--secondary-color);
}

.widget__form--checkmark__sp {
    border: 1px solid var(--secondary-color);
}

.background-blue {
    background-color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color);
}

.widget__form--check__label__sp {
    cursor: pointer;
    line-height: 2.8rem;
    background: var(--white-color);
    padding: 0.5rem 0rem;
    display: block;
}

.btn_cart {
    margin-left: 0px !important;
}

.widget__categories--menu__list__news {
    border: 1px solid var(--border-color2);
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
}

#question-icon {
    fill: #0076bd;
}

.oveflow-visible {
    overflow: visible;
    text-align: center;
}

.accessories-img {
    display: inline-block !important;
    zoom: 80%;
}

.f-size-preview {
    font-size: 1.6rem;
}

.settore {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.h3.h3-footer {
    font-size: 1.7rem;
    line-height: 3rem;
}

.footer__widget--desc,
.footer__widget--menu__text {
    font-size: 16px;
}

.wbtn-desktop {
    display: block;
}

.wbtn-mobile {
    display: none;
}

.simple-reg-c {
    padding: 5rem;
}

#dynamicModal .modal-dialog.modal-md {
    max-width: 510px;
}

@media only screen and (max-width: 400px) {
    .product__items--content__title {
        font-size: 1.2rem;
        line-height: 2rem;
        margin-bottom: 0.3rem;
    }
}

@media only screen and (max-width: 576px) {
    #prvChk4 {
        width: 1.1em;
    }

    #prvChk6 {
        width: 5.2em;
    }

    .simple-reg-c {
        padding: 3rem;
    }

    #newsletter1,
    #newsletter2 {
        width: 2.3em;
    }

    .modal-body.preview,
    .modal-body.modal-dynamic {
        padding: 12px;
    }

    .icon-mobile {
        width: 30px;
    }

    .pad-50 {
        padding: 0px;
    }

    #alerts {
        position: absolute;
        z-index: 99;
        width: 100%;
    }

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

    .icon-qr {
        display: block;
    }

    .mainimg-service {
        height: auto !important;
        width: 100%;
        margin-bottom: 15px;
    }

    .hideThis {
        display: none;
    }

    .shipping__style3--icon {
        width: 40px;
    }

    .mblPrice {
        display: block;
    }

    .shipping__style3--items {
        justify-content: left;
        margin: 0px;
        padding-bottom: 20px;
    }

    .mblPrice {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .header__search--box {
        width: 100%;
    }

    .test-1 {
        padding: 25px;
    }

    [id*="prodlike"] {
        width: 28px;
    }

    .breadcrumb__bg {
        min-height: 200px;
    }

    .thin-version-bc.breadcrumb__bg {
        min-height: 60px;
    }

    .banner__items--content__subtitle {
        display: block;
    }

    #footer-payment {
        max-width: 290px;
    }

    .product__items--content {
        min-height: 140px;
    }

    .pad-0-8 {
        padding: 0 0.8rem !important;
    }

    .product__items--content.inevbox {
        padding: 10px;
    }

    .pad {
        padding: 0px 10px 10px 10px;
    }

    .font-size {
        font-size: 1.7rem;
    }

    .likebtn {
        margin-bottom: 10px;
        margin-right: 5px;
        background-color: orange;
    }

    .news-width {
        width: 100%;
    }

    .product__collection--content {
        padding-top: 30px;
    }

    .settore {
        width: 100%;
        justify-content: space-between;
        display: block;
    }

    .wbtn-desktop {
        display: none;
    }

    .wbtn-mobile {
        display: block;
    }

    .pad-3 {
        padding: 0rem;
    }
}

.noProdsCart {
    display: none !important;
}

.impDiv.checkout__total--footer__list::before {
    background: transparent;
    padding-top: 0px;
}

.impDiv {
    padding-top: 5px;
}

.paymentDiv {
    background-color: white;
    border-radius: 5px;
    margin-bottom: 15px;
    height: 65px;
    box-shadow: 0 0px 27px 0 rgb(0 0 0 / 0%), 0 0px 9px 0 rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border: 3px solid transparent;
    transition: 0.5s;
}

.paymentDiv div {
    cursor: pointer;
}

.paymentDiv img {
    cursor: pointer;
}

.paymentDiv label {
    cursor: pointer;
}

.paymentDiv input {
    cursor: pointer;
}

.usingsNumber {
    position: absolute;
    font-weight: 800;
    font-size: 1.7pc;
    top: 50%;
    transform: translateY(-50%);
}

.qrBtn {
    font-size: 26px;
    border-radius: 5px;
    padding: 13px;
    line-height: 0px;
    height: 50px;
}

.checkResults {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0%;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    transition: 1.5s;
    border-bottom: 4px solid transparent;
}

.chResInsideDiv {
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    /*width: 450px;*/
    height: 100%;
}

#chkIcon {
    font-size: 50px;
}

#chkTxt {
    font-weight: 500;
    line-height: 15px;
}

#btnsrt,
#btnrst,
#qr-reader__filescan_input {
    font-size: 1.4rem;
    font-weight: var(--body-line-height);
    line-height: 3.5rem;
    display: inline-block;
    text-decoration: none !important;
    height: 3.5rem;
    padding: 0 1.8rem;
    letter-spacing: 0.2px;
    border-radius: 0.3rem;
    background: var(--secondary-color);
    color: var(--white-color);
    border: 0;
    margin-top: 12px
}

#qr-reader__dashboard_section_swaplink,
#othbtn {
    font-size: 1.4rem;
    font-weight: var(--body-line-height);
    line-height: 3.5rem;
    display: inline-block;
    text-decoration: none !important;
    height: 3.5rem;
    padding: 0 1.8rem;
    letter-spacing: 0.2px;
    border-radius: 0.3rem;
    background: #E88B12;
    color: #ffffff;
    border: 0;
    margin-top: 12px
}

#spedDataForm {
    display: none;
    padding-right: 0px;
}

.ct2 .slider-info {
    min-height: 160px;
}

.swiper__nav--btn {
    background-color: #3fa0dbbf;
}

.prod-img-desc-btn {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 0px;
    width: 100%;
    height: 55px;
    background-color: #0076bd;
    overflow: hidden;
    line-height: 14px;
    padding: 10px;
    padding-top: 6px;
    padding-bottom: 5px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    transition: 0.5s;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #838383;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #666666;
}

.lblPC {
    font-size: 16px;
    color: #323232;
}

.profCalcRes {
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), 0 0px 9px 0 rgb(0 0 0 / 19%);
    height: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
}

.profCalcContainer {
    margin-bottom: 15px;
}

.spedType.paymentDiv {
    height: auto;
    min-height: 90px;
}

.paymentDiv:hover {
    background-color: #efefef;
}

.spedType.actives {
    border-color: rgb(0, 118, 189);
}

.mblHideClc {
    display: block;
}

.calcMbl {
    display: none;
}

.firstColCalc {
    width: 68.5%;
    background-color: white;
    border: 3px solid #046bab;
}

table.firstColCalc {
    width: 100%;
}


.secondColCalc {
    width: 30%;
    background-color: white;
    border: 3px solid #046bab;
    overflow: hidden;
}

#calcTable {
    margin-bottom: 0px;
}

#calcTable th {
    padding: 10px;
}

#calcTable td {
    padding: 10px;
    padding-bottom: 0px;
    position: relative;
    line-height: 17px;
}

#calcTable tr {
    border-color: black;
}

#calcTable tr>td:first-of-type {
    border-right: 1px solid black;
}

#calcTable tr>th:first-of-type {
    border-right: 1px solid black;
}

.potProfInpDiv {
    position: relative;
}

.potProfInpDiv input {
    position: relative;
    margin-bottom: 15px;
    height: 40px;
    padding-right: 41px;
    text-align: right;
}

.potProfIcon {
    position: absolute;
    top: 8px;
    right: 7px;
    color: #4c4c4c;
}

.resultPrice {
    position: absolute;
    right: 5px;
    bottom: 2px;
    font-weight: bold;
    font-size: 20px;
}

.resultTxt {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid black;
    padding-bottom: 0px;
}

.finalResultDiv {
    width: 100%;
    display: flex;
    margin-top: 10px;
    background-color: white;
    justify-content: space-between;
    flex-direction: row;
    padding: 20px;
    border: 3px solid #046bab;
}

.dvSpan {
    margin-bottom: 18px;
}

.mbl.resultPrice {
    display: none;
}

/* .likebtn {
    overflow: hidden;
} */

.fcSpan {
    padding-top: 16px;
}

.dvSpan {
    margin-bottom: 10px;
}

.mbl {
    display: none;
}

.resultPrizeMbl {
    display: none;
    padding-top: 5px;
    font-weight: 700;
    text-align: right;
    padding-right: 10px;
    font-size: 23px;
}

#foodCoastTxt {
    margin-top: 40px;
}

#dessVendPrcTxt {
    padding-top: 10px;
}

.annualProfit {
    display: flex;
}

.machPayback {
    display: flex;
}

.tbl ul li span {
    display: inline;
}

.venTable tr td ul li span {
    display: inline !important;
}

@media screen and (max-width: 1465px) {
    #foodCoastTxt {
        margin-top: 15px;
        height: 40px;
    }

    .firstColCalc {
        width: 100%;
    }

    #dessVendPrcTxt {
        padding-top: 10px;
        height: 40px;
    }

    #porzprofTxt {
        margin-top: 10px;
        padding-bottom: 15px;
    }

    #porzprofRes {
        font-size: 17px;
        font-weight: 600;
        text-align: right;
        padding-top: 6px;
        padding-right: 7px;
        padding-bottom: 8px;
    }

    .secondColCalc {
        display: hide;
        width: 0%;
        border: 0px solid #046bab00;
    }

    .mbl {
        display: block;
    }

    #profGiorn {
        margin-top: 26px;
        padding-bottom: 5px;
    }

    #profMeseTxt {
        margin-top: 30px;
    }

    .cstm.potProfInpDiv {
        margin-bottom: 10px;
    }

    .finalResultDiv {
        flex-direction: column;
    }

    .annualProfit {
        flex-direction: column;
        align-items: center;
    }

    .machPayback {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }
}

.cstmTitle {
    padding-top: 60px;
}

.cstmSldr {
    height: 900px;
}

.cstmMachSrc {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1;
    max-width: 1150px;
    background-color: #ffffffad;
    padding: 30px;
}

.setOpDiv {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.form-check-label-chk {
    cursor: pointer;
    text-decoration: underline;
    font-size: 18px;
}

.product__details--info__desc a {
    color: #0076bd;
}

.product__details--info__desc table td {
    border: 1px solid grey;
}

.product__details--info__desc td {
    padding: 10px;
}

.noEuropeantext {
    padding: 2.5rem;
}

.noEuropeanBtn {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    background-color: transparent;
    font-size: 3rem;
}

.noEuropeanBtn i {
    color: #007dc5;
}

.noEuroImg {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -40%;
}

.noEuropeantext button,
.noEuropeantext a {
    min-height: 30px;
    padding: 0.475rem 0.4rem;
    font-size: 1.15rem;
}

.account__left--sidebar.newsletter {
    background-color: #0076bd;
    color: #ffffff;
    padding: 2rem;
    border-right: 1px solid #ffffff;
    margin-right: 0rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    display: flex;
    align-items: center;
}

.my__account--section__inner.newsletter-inner {
    padding: 0rem;
}

.account__wrapper.newsletter-wrapper {
    padding: 3rem 3rem 3rem 0rem;
}

.machine-image {
    background-position: center;
    height: 210px;
    background-size: contain;
    background-repeat: no-repeat;
}

.selected-card {
    border: 2px solid #0076bd;
}

#setopnoaccount {
    padding: 2rem;
    display: none;
}

.card-sett {
    margin-bottom: 0rem;
    cursor: pointer;
}

.news-content p.text-success span.subscribe-code {
    color: #ffffff;
    padding: 0 10px;
    background-color: var(--font-color-primary);
    text-transform: uppercase;
}

@media only screen and (min-width: 1199px) {
    .account__left--sidebar.newsletter {
        padding-right: 5rem;
        margin-right: 5rem;
        width: 30rem;
    }
}

@media screen and (max-width: 1420px) {
    .cstmMachSrc {
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
    .cstmTitle {
        padding-top: 0px;
    }
}

.cstmSldr {
    height: 880px;
}

@media screen and (max-width: 1599px) {
    .cstmSldr {
        height: 690px;
    }

    .cont-footer {
        padding: 0px 20px !important;
    }
}

@media only screen and (min-width: 1600px) {
    .h3.h3-footer {
        font-size: 2rem;
        line-height: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .cstmSldr {
        height: 570px;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .subscribe-content {
        width: 50%;
    }

    .machine-image {
        background-position: center;
        height: 210px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .account__wrapper.newsletter-wrapper {
        padding: 3rem;
    }

    .account__left--sidebar.newsletter {
        background-color: #0076bd;
        color: #ffffff;
        padding: 3rem 0rem;
        border-right: 1px solid #ffffff;
        margin-right: 0rem;
        border-top-left-radius: 0rem;
        border-bottom-left-radius: 0rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        display: flex;
        align-items: center;
        margin: 0rem;
        justify-content: center;
    }

    .account__left--sidebar.newsletter img {
        width: 150px;
        height: auto;
    }

    .modal-dialog.modal-lg.modal-noEuropean {
        max-width: 700px;
    }

    .noEuroImg {
        position: absolute;
        top: 30%;
        left: 46%;
        margin-left: -40%;
    }

    .noEuropeantext button,
    .noEuropeantext a {
        min-height: 20px;
        padding: 0.575rem 0.75rem;
        font-size: 1.2rem;
    }
}

.card-title.cart-title-usr-machines {
    min-height: 50px;
}

#product_grid .piani-layout .product__items {
    padding-bottom: 50px;
}

.estensioni-form-card-1 {
    display: none;
}

.estensioni-form-card-2 {
    display: block;
}

@media screen and (max-width: 992px) {
    .estensioni-form-card-1 {
        display: block;
        margin: 2rem 0rem;
    }

    .estensioni-form-card-2 {
        display: none;
    }
}

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

    #product_grid .piani-layout .product__items {
        /*border: 2px solid #457b9d;*/
        padding-bottom: 0px;
    }

    .card-title.cart-title-usr-machines {
        min-height: auto;
    }

    .news-title {
        width: 100%;
    }

    .subscribe-content {
        width: 100%;
    }

    .newstitle {
        margin-bottom: 2rem;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .account__wrapper.newsletter-wrapper {
        padding: 3rem;
    }

    .account__left--sidebar.newsletter {
        background-color: #0076bd;
        color: #ffffff;
        padding: 3rem 0rem;
        border-right: 1px solid #ffffff;
        margin-right: 0rem;
        border-top-left-radius: 0rem;
        border-bottom-left-radius: 0rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        display: flex;
        align-items: center;
        margin: 0rem;
        justify-content: center;
    }

    .account__left--sidebar.newsletter img {
        width: 150px;
        height: auto;
    }

    .cstmSldr {
        height: 480px;
    }

    .setOpDiv {
        display: block;
    }

    .form-check-label-chk {
        cursor: pointer;
        text-decoration: underline;
        font-size: 14px;
    }

    .footWidth {
        max-width: 100%;
    }

    .d-flex.flex-noEuropean {
        flex-direction: column;
    }

    .noEuropeantext {
        padding: 2rem;
        margin-top: 1rem;
    }

    .noEuropeanBtn i {
        color: #ffffff;
    }

    .noEuroImg {
        position: relative;
        padding: 4rem;
        left: 40%;
    }

    .noEuropeantext button,
    .noEuropeantext a {
        min-height: 30px;
        padding: 0.575rem 0.75rem;
        font-size: 1.25rem;
        margin: 5px;
    }
}

.coupon__code--title {
    font-size: 1.5rem;
    line-height: auto;
    font-weight: 400;
}

.normList li {
    list-style: auto;
}

label.form-check-label:hover {
    color: #ff9f00;
}

/* #chk2Modal li {
    list-style: auto;
}
#chk2Modal li::marker {
    list-style: none;
} */

.relMenu {
    position: absolute;
    width: 100%;
    top: 40px;
    background-color: white;
    overflow: auto;
    border: 1px solid #e4e4e4;
    display: none;
    z-index: 10;
    max-height: 250px;
}

.relMenu div {
    width: 100%;
    padding: 3px;
    padding-right: 10px;
    cursor: pointer;
    font-size: 10px;
    line-height: 10px;
}

.relMenu div:hover {
    background-color: #787878;
    color: white;
}

.relMenu div.not:hover {
    color: black;
    background-color: white;
    cursor: default;
}

.activeImg {
    border-color: orange;
}

.lhcustom {
    line-height: 22px;
}

.footWidth {
    max-width: 23%;
}

#compl_risp_div {
    max-height: 0px;
    overflow: hidden;
    transition: 0.8s;
}

#compl_risp_div.active {
    max-height: 500px;
}

#smart-button-container {
    margin: auto;
}


.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 18px 0 7px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 14px;
}

.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: #eee;
    color: #999;
}

.tag .fa-times {
    padding: 2px;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.tag .fa-times:hover {
    background-color: #d5d5d5;
    color: #484848;
}

.delAddBtn {
    z-index: 20;
    color: #b5b5b5;
    cursor: pointer;
    transition: 0.5s;
}

.delAddBtn:hover {
    color: #e70707;
}

.prefAddBtn {
    z-index: 20;
    color: #b5b5b5;
    cursor: pointer;
    transition: 0.5s;
}

.prefAddBtn:hover {
    color: rgb(63, 63, 63);
}

.prefAddBtn.active {
    color: #ffbc00;
}

.modal-backdrop {
    background-color: #000000bd;
}

#continueCartModal {
    top: -250px;
    transition: 0.6s;
}

#continueCartModal.scrollDown {
    top: 0px;
}

#contCart2 {
    display: none;
}

#btnCart2 {
    display: none;
}

.table-taglie {
    table-layout: fixed;
}

.table-taglie th.firstheading {
    background-color: #0076bd;
    color: #ffffff;
    text-align: center;
    padding: 15px;
}

.table-taglie th.secondheading {
    background-color: #0076bd;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    white-space: nowrap !important;
}

.table-taglie th,
.table-taglie td {
    text-align: center;
}

.table-taglie td {
    padding: .9rem .5rem;
    font-size: 15px;
}

.table-taglie th.thirdheading {
    background-color: #0076bd;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    white-space: nowrap !important;
}

.labelchb {
    display: flex;
}

.labelchb input,
.labelchb span {
    max-width: 80px;
    margin-right: 10px;
}

.breadcrumb__content--menu__items.cmpbday {
    padding: 0px;
    margin-top: 5px;
    margin-right: 10px;
}

#invalidday,
#invalidmonth,
#invalidyear {
    display: none;
    color: #e30000;
}

#delrecOrdmodal .modal-header {
    background-color: #dc3545;
}

.usingsNumber {
    left: 20px;
}

.monthstring {
    position: absolute;
    bottom: -3px;
    font-weight: 700;
    left: 3px;
}

.wishlist__cart--btn.btnrecord {
    font-size: 1.5rem;
    line-height: 3.3rem;
    height: 3.3rem;
    padding: 0 .7rem;
    border-bottom: none;
    border-right: none;
    border-radius: 0.3rem;
}

@media only screen and (min-width: 1600px) {
    .shipping__style3--items {
        margin-right: 10rem;
        padding-right: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .shipping__style3--content__title {
        font-size: 1.3rem;
        line-height: 2rem;
        margin-bottom: 0.8rem;
    }
}

@keyframes focus-animation {
    0% {
        border-color: #ffa704;
        /* Colore iniziale */
    }

    50% {
        border-color: #e4e4e4;
        /* Colore di evidenza */
    }

    100% {
        border-color: #ffa704;
        /* Colore iniziale */
    }
}

.focus-field {
    animation: focus-animation 1s infinite;
    /* Lampeggia indefinitamente per 1 secondo */
    border: 2px solid;
}

.monthBtn {
    background-color: #ffffff;
    width: 75px;
    font-size: 13px;
    height: 30px;
    padding: 5px;
    border-radius: 9px;
    text-align: center;
    line-height: 17px;
    color: black;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    transition: 0.15s;
    margin: 2px;
}

.monthBtn:hover {
    border: 1px solid #00568b;
    color: #ffffff;
    background-color: #0076bd;
}

.monthBtn:active {
    background-color: #002b44;
}

.monthBtn.activeBtn {
    border: 1px solid #00568b;
    color: #ffffff;
    background-color: #0076bd;
}



.download-btn {
    border: 1px dashed #0076bd;
    color: #0076bd;
}

.download-btn:hover {
    border: 1px dashed #0076bd;
    color: #ffff;
}

.prod-mandatory span {
    color: #ffff;
    font-size: 12px;
    background-color: #de1203;
    width: 100%;
    text-align: center;
    padding: 3px;
}

.prod-suggested span {
    color: #ffff;
    font-size: 12px;
    background-color: #21bf27;
    width: 100%;
    text-align: center;
    padding: 3px;
}

.prod-disabled span {
    color: #ffff;
    font-size: 12px;
    background-color: #e4e4e4;
    width: 100%;
    text-align: center;
    padding: 3px;
}

.prod-mandatory img {
    border: 1px solid #de1203;
    border-radius: 0px;
}

.prod-suggested img {
    border: 1px solid #21bf27;
    border-radius: 0px;
}

.prod-disabled img {
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    opacity: 50%;
}

/* PIANI DI MANUTENZIONE 
#product_grid .product__items--action.d-flex {
    margin: 10px;
}*/

@keyframes flashBorder {
    0% {
        border-color: #e69100;
    }

    50% {
        border-color: transparent;
    }

    100% {
        border-color: #e69100;
    }
}


@media screen and (min-width: 1072px) {
    div.focusedParent {
        border: 2px solid #e69100;
        border-radius: 7px;
        overflow: hidden;
        animation: flashBorder 1.4s infinite;
        width: 65%;
    }

    div.focusedParent input {
        height: 6rem;
        font-size: 2rem;
    }
}

@media screen and (max-width: 1071px) {
    div.focusedParent {
        border: 2px solid #e69100;
        border-radius: 7px;
        overflow: hidden;
        animation: flashBorder 1.4s infinite;
        width: 100%;
    }

    div.focusedParent input {
        height: 5rem;
        font-size: 1.5rem;
    }
}

#header-search.focusedParent,
.predictive__search--input.focusedParent {
    border: 2px solid #e69100;
    animation: flashBorder 1.4s infinite;
}

.tooltip_slider {
    position: absolute;
    display: flex;
    opacity: 0;
    background-color: #ff9f00;
    color: #ffffff;
    padding: 2rem;
    bottom: 95px;
    right: 34%;
    max-width: 700px;
    left: 0px;
    margin: auto;
    z-index: -100;
    line-height: 16px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    transition: 1s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tooltip_slider::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: rotate(180deg);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ff9f00 transparent;
}

.tooltip_slider.noHome {
    position: absolute;
    display: flex;
    opacity: 0;
    background-color: white;
    bottom: 85px;
    /* right: 34%; */
    max-width: 570px;
    left: 0px;
    right: 100px;
    margin: auto;
    z-index: 100;
    line-height: 16px;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    transition: 1s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.tooltip_slider.active {
    opacity: 1;
    z-index: 100;
}

.tooltip_slider_bottom {
    position: absolute;
    display: flex;
    opacity: 0;
    background-color: #ff9f00;
    color: #ffffff;
    padding: 2rem;
    top: 85px;
    right: 7%;
    max-width: 600px;
    left: 0;
    margin: auto;
    z-index: -100;
    line-height: 16px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    transition: 1s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tooltip_slider_bottom::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: rotate(360deg);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ff9f00 transparent;
}

.tooltip_slider_bottom.noHome {
    position: absolute;
    display: flex;
    opacity: 0;
    background-color: white;
    top: 85px;
    max-width: 570px;
    left: 0px;
    right: 100px;
    margin: auto;
    z-index: 100;
    line-height: 16px;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    transition: 1s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tooltip_slider_bottom.active {
    opacity: 1;
    z-index: 100;
}

.product__tab--content ul.esgaul li::before {
    margin-left: 0rem;
}

.product__tab--content ul.esgaul li span {
    display: inline;
}

.header__sticky.sticky .header__menu--link {
    font-size: 1.4rem;
}

.quickview__cart--btn {
    padding: 0 25px;
}

.quickview__cart--btn {
    font-size: 1.4rem;
}

.header__menu--items .header__menu--link.header__menu--link--categories {
    color: inherit;
    transition: font-size 0.4s ease;
}

.header__menu--items .header__menu--link.header__menu--link--categories:hover {
    color: #404040 !important;
    font-size: 16.3px;
}

.header__search--button {
    position: absolute;
    top: 0px;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    height: 100%;
    border: 0;
    padding: 0 1.5rem;
    line-height: 2rem;
    background: var(--secondary-color);
}

.payment-height {
    height: 33px;
}

.payment-height.gpay {
    padding: 5px 12px;
}

.payment-height.satispay {
    padding: 5px;
    margin-right: 10px;
}

.payment-height.amex {
    padding: 5px 10px;
}

.payment-height.bpay {
    padding: 5px 11px;
}

.custom-span-hover:hover {
    text-decoration: underline;
}

.contact__form--input#typeofbusiness {
    width: 100% !important;
}

#reg_form>div>div.row.regDataDiv>div.col-lg-6.col-md-12>div>span>span.selection {
    width: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #e7e7e7 !important;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e7e7e7 !important;
}

p.caratteristiche-custom {
    color: #000;
    margin-bottom: 1rem;
}

ul.caratteristiche-ul {
    list-style: none;
}

ul.caratteristiche-ul li {
    display: flex;
    line-height: 1.5;
}

ul.caratteristiche-ul li::before {
    content: "\2022";
    display: inline-block;
    width: 10px !important;
    min-width: 10px !important;
    max-width: 10px !important;
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
}

label[for=condizioni-garanzia]:hover {
    color: #000000;
}

.dynamic-modal-text-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 2.3rem;
}

.primoacquisto-modal-text-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 3rem;
}

.dynamic-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}

.dynamic-modal-code {
    font-weight: bold;
    display: inline;
    margin: 0 5px;
    height: 20px;
}

.dynamic-modal-text,
.primoacquisto-modal-text {
    position: relative;
    z-index: 2;
}

.dynamic-modal-text p {
    color: #000000;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 16px;
}

.ul-modal-dynamic {
    margin-left: .8rem;
}

ul.ul-modal-dynamic li {
    display: flex;
    font-size: 14px;
    line-height: 1.2;
}

ul.ul-modal-dynamic li::before {
    content: '\2022';
    font-size: 1.2em;
    padding-right: .8rem;
}

.recordsmall {
    padding-left: 3rem;
}

.cross-title {
    margin-top: 1.5rem;
    min-height: 80px;
    max-height: 80px;
}

.compare__cart--btn {
    height: 3.8rem;
    line-height: 3.8rem;
    padding: 0 2.2rem;
}

/* .custom-col-3 {
    flex: 0 0 calc(10 / 3 * 100% / 12);
    max-width: calc(10 / 3 * 100% / 12);
}

.custom-col-4 {
    flex: 0 0 calc(10 / 5 * 100% / 12);
    max-width: calc(10 / 5 * 100% / 12);
} */

.product-column {
    padding: 0px 10px;
    width: 165px;
    max-width: 165px;
}

.product-column-one {
    width: 230px;
    max-width: 230px;
}

.compare__table--items__child.text-center {
    padding: 1.2rem;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 0.5rem;
}

.compare__table--items__child.text-center.product-disabled {
    padding: 1.2rem;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
}

.compare__remove {
    padding: 0;
    float: right;
    width: 30%;
    border: 0;
    background-color: #FF0000;
    color: #ffffff;
    border-radius: .5rem;
    margin-bottom: 5px;
}

.compare__remove i {
    font-size: 1.7rem;
}

.compare__add {
    padding: 0;
    float: left;
    width: 30%;
    border: 0;
    background-color: #008000;
    color: #ffffff;
    border-radius: .5rem;
    font-size: 1.7rem;
    margin-bottom: 5px;
}

.compare__add i:not(.disabled) {
    font-size: 1.7rem;
    color: #ffffff;
}

.compare__add i:hover,
.compare__remove i:hover,
.compare__remove:hover {
    color: #ffffff;
}

.compare__add.disabled,
.compare__remove.disabled {
    background-color: #606060d6;
    color: #606060;
    opacity: .5;
}

.compare__table--items__child.text-center.product-disabled .compare__remove .fa-trash-alt,
.compare__table--items__child.text-center .compare__add.disabled .fa-cart-plus {
    color: #606060;
}

.compare__table--items__child.text-center.product-disabled .compare__product--thumb {
    opacity: .5;
}

.compare__remove i.far.fa-times-circle:hover {
    color: #606060;
}

#totalCs {
    font-size: 2rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1.5rem;
}

#crossSellingModalLabel {
    font-size: 2rem;
    font-weight: 500;
}

#crossSellingModalBody {
    padding: 4rem;
}

.offCanvas__minicart.active {
    z-index: 999;
}

.order-custom-1 {
    order: 1;
}

.order-custom-2 {
    order: 2;
}

.hide-lg {
    display: block;
}

.show-to-md {
    display: none;
}

.pmimagepad {
    padding: 22px 50px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.outlined-text-field {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.outlined-text-field>input {
    box-sizing: border-box;
    width: 100%;
    padding: 16px 12px 8px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    outline: none;
    position: relative;
    overflow: hidden;
}

.outlined-text-field>span {
    position: absolute;
    top: 16px;
    left: 12px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 75%;
    line-height: 16px;
    pointer-events: none;
    transition: transform 0.2s, font-size 0.2s, color 0.2s;
    background-color: white;
    padding: 0 4px;
    font-size: 20px;
}

.outlined-text-field>input:focus {
    border: 2px solid #FF0000 !important;
    border-right: none !important;
    border-color: transparent;
    animation: fillBorderColor 1.5s forwards;
}

@keyframes fillBorderColor {
    0% {
        border-color: rgb(228, 228, 228);
        box-shadow: 0 1px 0 0 rgb(228, 228, 228);
    }

    100% {
        border: 2px solid !important;
        border-color: #FF0000;
    }
}

.outlined-text-field>input:focus+span,
.outlined-text-field>input:not(:placeholder-shown)+span {
    transform: translateY(-24px) scale(0.75);
    color: #FF0000;
}

.outlined-text-field>input:placeholder-shown:not(:focus)+span {
    transform: translateY(0) scale(1);
    font-size: 100%;
    line-height: 16px;
}

.outlined-text-field>input:disabled {
    border-color: rgba(0, 0, 0, 0.38);
    color: rgba(0, 0, 0, 0.38);
}

.outlined-text-field>input::placeholder {
    color: transparent;
}

.product__primary--img.img--teorema {
    padding: 22px 10rem;
    padding-bottom: 0px;
}

.old__price {
    margin-left: 8px;
}

.product__badge--items {
    height: 2.7rem;
    line-height: 2.7rem;
    padding: 0 7px;
    font-weight: 300;
    background: var(--secondary-color);
    color: var(--white-color);
    border-radius: 6px 0 6px;
    font-size: 2rem;
}

.pp-descr {
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #179bd7;
    color: #ffffff;
    border-radius: 5px;
    padding: 0px 7px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: max-content;
}

.pp-img {
    max-width: 55%;
    margin-top: -2.7rem;
}

.calink {
    text-decoration: underline;
    color: #0076bd;
}

.contattacibtn-mbl {
    display: none;
}

.contattacibtn-dsk {
    display: block;
}

#attachFileBtn {
    min-width: 150px;
    height: 44px;
    border: 2px solid #0076bd;
    border-radius: 0.3rem;
    padding: 0px 1.5rem;
    color: #0076bd;
    background-color: white;
    font-weight: 600;
    font-size: 15px;
}

.items__count.wishlist.items__count__navigation {
    position: absolute;
    top: -0.5rem;
    right: -2rem;
    width: auto;
    height: auto;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 10%;
    padding: 0px 8px;
}

.dynamic-modal-text-white {
    position: absolute;
    top: 25%;
    left: 10%;
}

.dynamic-modal-p-end {
    font-size: 14.5px;
    margin-left: -7%;
}

.dynamic-modal-text-white .email__popup--content p strong,
.dynamic-modal-text-white .email__popup--content p,
.dynamic-modal-text-white .email__popup--content ul li {
    color: #ffffff !important;
}

.dynamic-modal-text-white .email__popup--content ul li {
    list-style-type: disc;
    line-height: 25px;
}

.relMenuTeorema,
.relMenuTeorema2 {
    position: absolute;
    width: 100%;
    top: 45px;
    background-color: white;
    overflow: auto;
    border: 1px solid #e4e4e4;
    display: none;
    z-index: 10;
    max-height: 250px;
}

.relMenuTeorema div,
.relMenuTeorema2 div {
    width: 100%;
    padding: 3px;
    padding-right: 10px;
    cursor: pointer;
    font-size: 10px;
    line-height: 10px;
}

.relMenuTeorema div:hover,
.relMenuTeorema2 div:hover {
    background-color: #787878;
    color: white;
}

@media (max-width: 992px) {

    .contattacibtn-dsk {
        display: none;
    }

    .contattacibtn-mbl {
        display: block;
        width: max-content !important;
        margin-top: 10px;
    }

    .outlined-text-field {
        font-size: 14px;
    }

    .outlined-text-field>span {
        top: 12px;
        left: 10px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .items__count.wishlist.items__count__navigation {
        position: absolute;
        right: 60%;
        width: auto;
        height: auto;
        font-size: 1rem;
        line-height: 2.5rem;
        text-align: center;
        border-radius: 10%;
        padding: 0px 8px;
    }

    #attachFileBtn {
        min-width: 150px;
        height: 44px;
        border: 2px solid #0076bd;
        border-radius: 0.3rem;
        padding: 0px 1rem;
        color: #0076bd;
        background-color: white;
        font-weight: 600;
        font-size: 15px;
    }

    .language__currency {
        margin-top: 12rem;
    }

    .pp-img {
        max-width: 100%;
        margin-top: -2.7rem;
    }

    .pp-descr {
        padding: 0px 3px;
        font-size: 13px;
        width: 100%;
    }

    .product__badge--items {
        height: 2rem;
        line-height: 2rem;
        padding: 0 7px;
        font-weight: 300;
        background: var(--secondary-color);
        color: var(--white-color);
        border-radius: 6px 0 6px;
        font-size: 1.4rem;
    }

    .outlined-text-field>span {
        top: 16px;
        left: 8px;
        font-size: 18px;
    }

    .product__primary--img.img--teorema {
        padding: 22px 6rem;
        padding-bottom: 0px;
    }
}


@media screen and (min-width: 577px) and (max-width: 767px) {

    .product__primary--img.img--teorema {
        padding: 22px 20rem;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    .product__primary--img.img--teorema {
        padding: 22px 20rem;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .pmimagepad {
        padding: 22px 30px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .pmimagepad {
        padding: 22px 10px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 992px) {
    .order-custom-1 {
        order: 2;
    }

    .order-custom-2 {
        order: 1;
    }

    .hide-lg {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .show-to-md {
        display: block !important;
    }
}

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

    .pmimagepad {
        padding: 22px 30px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .compare__table--items__child {
        min-width: inherit;
    }

    #crossSellingModalBody {
        padding: 1rem;
    }

    .d-flex.justify-content-sm-center {
        justify-content: center;
    }

    .custom-mb {
        margin-bottom: 0rem !important;
    }

    .d-flex.justify-content-sm-center .product__collection--content {
        padding-top: 0px;
    }

    #productcs-row {
        justify-content: center;
    }

    .product-column {
        padding: 0px 10px;
        width: 165px;
        max-width: 165px;
        margin-bottom: 1.5rem;
    }

    .product-column.product-column-last {
        width: 100%;
        max-width: 100%;
        margin-top: 1.5rem;
    }

    #totalCs,
    [id*="totalCs"] {
        margin-right: 1rem;
    }

    .remove-product-column1,
    .remove-product-column3 {
        display: none;
    }

    .recordsmall {
        padding-left: .5rem;
    }

    ul.ul-modal-dynamic li {
        font-size: 13px;
        line-height: 1.2;
    }

    .dynamic-modal-code {
        font-size: 12px;
        display: inline;
        margin: 2px;
        height: 17px;
        max-height: 17px;
    }

    .dynamic-modal-text-container {
        padding: .8rem;
    }

    ul.ul-modal-dynamic li::before {
        content: '\2022';
        font-size: 1.2em;
        padding-right: .4rem;
    }

    .ul-modal-dynamic li:last-child {
        white-space: nowrap;
    }

    .payment-height {
        height: 28px;
    }

    .payment-height.gpay {
        padding: 5px 6px;
    }

    .payment-height.satispay {
        padding: 5px 1px;
        margin-right: 5px;
    }

    .payment-height.amex {
        padding: 5px 6px;
    }

    .payment-height.bpay {
        padding: 5px 7px;
    }
}

@media only screen and (max-width: 992px) {
    #productcs-row {
        justify-content: center;
    }

    .tooltip_slider_bottom {
        position: absolute;
        display: flex;
        opacity: 0;
        background-color: #ff9f00;
        color: #ffffff;
        padding: 2rem;
        top: 150px;
        right: 1.5rem;
        max-width: 600px;
        left: 1.5rem;
        margin: auto;
        z-index: -100;
        line-height: 16px;
        border-radius: 5px;
        align-items: center;
        justify-content: space-between;
        transition: 1s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    ul.caratteristiche-ul li {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-column {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .product-column {
        padding: 0px 5px;
        width: 135px;
        max-width: 135px;
    }

    .header__menu--link {
        font-size: 1.25rem;
        padding: 16px 0;
    }

    .header__discount--text {
        font-size: .9rem;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .product-column {
        padding: 0px 5px;
        width: 145px;
        max-width: 145px;
    }

    .header__menu--link {
        font-size: 1.3rem;
        padding: 16px 0;
    }
}

@media only screen and (min-width: 1600px) {
    .header__discount--text {
        font-size: 1.5rem !important;
    }
}