.main_container .form-group{ margin-bottom: 20px; }

p{ font-size: 13px; }

label { cursor: pointer; }

input { -webkit-appearance: none; }

.title_complete_green{ color: var(--green); }
.bollino_complete_green{ background: var(--green) !important; }
.success_ord{ color: #444; font-weight: 600; font-size: 24px !important; }
.intestazione.success_ord{ background-color: #e7fee1; padding: 20px 0 20px 14px; }

label.label_destinatario{
    line-height: 16px !important;
}

.box-acquisto{
    background-color: #f2f2f2;
}

.box-acquisto .btn_ls_big,
.accordion .btn_ls_big {
    height: 50px;
}

.select_lingua.form-control{
    max-width: 160px;
    margin-left: 10px;
}

.altro-paese .select_lingua.form-control{
    margin-left: 0;
    height: 24px;
    padding: 0px 12px;
}

.row.altro-paese{
    display: flex;
    align-items: flex-end;
}

.box-acquisto .check_custom.not_chosed::before{
    background-color: #28f;
}

.riepilogo-ordine .titolo-riepilogo{
    border-bottom: 1px solid #ccc;
}

.box-totale{
    padding: 17px 10px;
    background-color: #f9f9f9;
    border:1px solid #ddd;
}

.carta_cont{
    padding:0 20px 20px 20px;
    background-color: #f8f8f8;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.carta_cont.before_last{
    border-bottom: 1px solid #ccc;
}

.cart_title_ind, .cart_title_pag, .cart_title_conf{ color: #666; font-size: 18px; line-height: 27px;}
.cart_title_ind { font-weight: 600; }
.title_active{ color: #444;font-weight: normal; }

.importi_mp{
    display: none;
}
.cart_title_pag + .importi_mp{
    display: block;
}
.cart_btn.selected{
    border-bottom:1px solid #f8f8f8 !important;
    background-color: #f8f8f8;
}

.cont_intestazione{
    width: 100%;
}
.intestazione{
    background-color: #f8f8f8;
    font-size: 22px;
    color: #444;
    text-align: left;
    float: none !important;
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    font-weight: normal;
    padding: 10px 0 10px 14px;
}
.bollini_t{
    width: 35px;
    height: 35px;
    background: #bbb;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin-right: 10px;
}
.bollino_active{ background: var(--green) !important; }

.riepilogo-ordine, .riepilogo-ordine-mobile{
    line-height: 22px;
    background: #f8f8f8;
    padding: 9px 20px;
    border: 1px solid #ccc;

}
.riepilogo-ordine-mobile{ float: none !important; }

.iti__country-list { z-index: 210; }

#form-indirizzi::before{
    position: absolute;
    content: '';
    height: calc(100% + 20px);
    width: 1px;
    background-color: #666;
    left: 17px;
    top: 25px;
}

#form-indirizzi.done::before{
    background-color: var(--green);
}

#cont-metodi-pagamento::before{
    position: absolute;
    content: '';
    height: calc(100% + 41px);
    width: 1px;
    background-color: #bbb;
    left: 17px;
    top: -10px;
}

#cont-metodi-pagamento.current::before{
    background-color: #666;
}

#payment-form > #cont-metodi-pagamento::before {
    height: calc(100% + 102px);
}

.cart_title_ind .bollini_t,
.cart_title_pag.in_edit .bollini_t{
    background-color: #666;
}

.cart_title_pag.in_edit {
    font-weight: 600;
    color: #666;
}


#main_container_acquisto label[for="z_cellulare"]{
    padding-left: 74px;

}
#main_container_acquisto label[for="z_telefono"]{
    padding-left: 84px;
}

#main_container_acquisto input[name="piva"]{
    padding-left: 36px !important;
}

#main_container_acquisto .form-group{
    margin-bottom: 15px;
}

#main_container_acquisto .cont-gdpr{
    margin-bottom: 0;
}

#main_container_acquisto .form-group:not(.chk_ls) input {
    height: auto;
    padding: 11px 12px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: text;
    color:#444;
}

#main_container_acquisto .form-group select{
    padding: 11px 20px 10px 12px;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}

#main_container_acquisto .form-group.group-select::before {
    content: "\25bc";
    position: absolute;
    color: #666;
    top: 2px;
    right: 0;
    padding: 0 10px;
    line-height: 40px;
}

#main_container_acquisto .form-group.not-empty select{
    padding-top: 17px;
    padding-bottom: 4px;
}

#main_container_acquisto .form-group.not-empty:not(.chk_ls) input{
    padding-top: 18px;
    padding-bottom: 4px;
}

#main_container_acquisto .form-group input:focus,
.cont-gdpr.highlighted input{
    border-color: #666;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 102 102 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 102 102 / 60%);
}

#main_container_acquisto .form-group.has-error input:focus{
    box-shadow: 0 0 6px 1px rgb(244 67 54 / 75%);
    border-color: rgba(244, 67, 54, 0.75);
}

#main_container_acquisto .form-group input::placeholder{
    font-size: 14px;
}

#main_container_acquisto .form-group:not(.chk_ls) label{
    position: absolute;
    top: 6px;
    width: 100%;
    float: left;
    z-index: 200;
    font-weight: normal;
    left: 13px;
    color: #666;
    font-size: 11px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0;
    cursor: initial;
    height: 0;
}

#main_container_acquisto .form-group.not-empty label{
    opacity: 1;
    height: auto;
}

.btn_torna_cart{
    color: #444;
    border:1px solid #c2c2c2;
    background: #efefef;
}
.btn_torna_cart:hover {
    background-color: #f7f7f7;
}

.show-info-fattura{ 
    line-height: 21px; 
    color: #008DD6;
}
.riepilogo-ordine-mobile{ border: none; }

.riepilogo { display: none; }

.edit-form{
    display: none;
}

.edit-form-disabled {
    display: inline;
    pointer-events: none;
}

.btn-riepilogo {
    cursor: pointer;
    background: #029cd7;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
    padding: 6px 23px;
    z-index: 200;
    float: right;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.btn-riepilogo:hover {
    background-color: #01a7e6;
}

.accordion[data-acc='pagamento'] { display: none; }

.form-fatt { display: none; }

.info_box, .sped_box, .fatt_box{ 
    font-size: 13px; 
    line-height: 1.2;
}
.remodal{ text-align: left; border-radius: 6px;}
.piva_cont{ position: relative; }
.piva_cont input{ padding-left: 35px; width: 100% !important; }
.checkbox{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.fattura{ line-height: 25px; margin-right: 5px; }
.modal.spinner_cont{ display: none; }
.torna_al_cart{
    height: auto !important;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    background: #efefef;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    display: inline-flex;
    text-align: center;
    padding: 5px 15px;
    width: auto;
    color: #444;
    text-transform: initial;
}
.torna_al_cart:hover{ background-color: #f7f7f7; }
.codice_fiscale_cont, .checkbox_fat{ display: none; }
.checkbox_fat{ margin-bottom: 5px; }
.checkbox_fat input{ display: none; }
.top_bar_cassa{ margin-right: 100px; }
.row.metodo_pag_cont, .metodo_pag{  display: none; }
.imp_pag{ width: 200px;  margin-right: 11px; }

.msg_cellulare_user, .msg_telefono_user{ top: -60px; }
.noreadonlybg {
    cursor: text;
    background-color: #fff !important;
}

.cont-gdpr.highlighted a{
    text-decoration: underline;
}

.cont-gdpr a { color:#444; }

.label_check{
    width: auto !important;
    text-align: left !important;
    line-height: normal !important;
    font-size: 12px !important;
}

.img_finitura_noimg{
    position: absolute !important;
    bottom: 0;
    right: 0;
}

.close_icon{
    cursor: pointer;
    float: left;
    margin-right: 5px;
    width: 11px;
}
.close_icon_mobile{
    cursor: pointer;
    float: left;
    width: 30px;
    position: absolute;
    z-index: 100;
    left: 24%;
    margin-top: 20px;
}

.info_box .title, .sped_box .title, .fatt_box .title{
    font-size: 14px;
    color: #444;
    font-weight: bold;
}

.cont-conferma-ordine .info_box .title,
.cont-conferma-ordine .sped_box .title,
.cont-conferma-ordine .fatt_box .title{
    font-size: 16px;
}

.sped_dati div, .fatt_dati div{
    width: 100%;
    float: left;
}
.delete_art{ cursor: pointer; }

.prefooter-box{
    border:1px solid #ddd;
    padding: 30px 15px;
}
.box_img{ position: relative; }
.box_img img { border: 1px solid #eee; width:115px; height: auto; }
.form-control{
    border-radius: 2px !important;
}

.info{
    min-height: 80px;
}
.print_btn{
    width: 100%;
    height: 45px;
    border-radius: 2px !important;
    position: relative;
}
.stamp_icon{
    position: absolute;
    left: 15px;
}

.printBonifico{
    white-space: initial;
}
.print_btn p{
    line-height: 32px;
    color: #fff !important;
    font-size: 18px;
}
.articoli_da_spedire{
    border-bottom: 1px solid #eee;
}

.cart_btn:hover{
    border-color: #ccc;
}

.btn_pagamento{ 
    font-size: 18px;
    height: 55px;
    border-radius: 2px;
    text-align: left;
    background-color: #fff;
    padding: 0px 20px;
    line-height: 1.3333333;
    color: #444;
    border:1px solid #ccc;
    cursor: pointer;
}

.btn_pagamento:hover{
    background-color: #e6e6e6;
}

.btn_pagamento.selected:hover{
    background-color: #f8f8f8;
}

.btn_pagamento.selected{
    cursor: default;
}

.btn_pagamento.selected p{
    font-weight: bold;
}

.btn_pagamento.first_el,
.btn_pagamento.second_el {
    border-bottom: 0;
}

.btn_pagamento.second_el {
    border-radius: 0;
}

.nobg { background: none; }
.btn-blu-light{
    border-color: #95cded;
}
.box-spedprevista{
    padding: 5px 10px;
    background-color: #f9f9f9;
}
.box-spedunica{ padding: 0px 10px; }
.ccError{
    display: none;
    margin: 10px 0 15px 0;
    font-size: 15px;
    font-weight: bold;
}


.title_complete{ color: #505050; }
.bollino_complete{ background: #505050 !important; }

.riepilogo_ord{
    font-size: 13px;
    line-height: 20px;
}

.img_fini{
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #ccc;
}
.card-cvc, .card_cvv input{
    background: url('/origin/images/cvv.png') no-repeat scroll 95% center;
}
body.webp .card-cvc, .card_cvv input{ background-image: url('/origin/images/cvv.webp'); }

.check-ls {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    margin: 7px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #ddd;
    position: relative;
}
.checkbox label{
    float: left;
    max-width: 85%;
    padding-top: 7px;
    padding-left: 0px !important;
}
.checkbox_custom{
    width: 38px;
    height: 30px;
}
.check-ls:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 50%;
    height: 14px;
    width: 14px;
    top: 3px;
    left: 3px;
    background-color: #008DD6;
    margin: auto;
}

.quantita{ max-width: 50px; }
.row.carta_braintree, .row.carta_stripe, .row.carta_credito, .row.carta_paypal{ display: none ; }

.changeCart{ 
    cursor: pointer; 
    font-size: 13px;
    /*width: 75px;*/
    float: right;
}
.btn_sconto{
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.wsinit { white-space: initial; }

.info-fattura { display: none; }

.form-fatt.noanimation { display: block; }

.img-art-cart{position: relative;}

.img-art-cart .fin{
    position: absolute;
    bottom: 0;
    right: 0;
}


.paese_abbreviazione{ 
    line-height: 34px; 
    font-weight: bold; 
    overflow: hidden;
    height: 100%;
    max-height: 34px;
}

.abbreviazione_paese{
    position: absolute;
    left: 12px;
    bottom: 7px;
    font-size: 14px;
    font-weight: bold;
}

/* MODAL DOC FISCALE */
.remodal .header{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.close-info-fattura{
    border: 1px solid var(--green);
    color: var(--green);
    text-align: center;
    padding: 10px 40px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    height: 60px;
    line-height: 38px;
}

/* END MODAL DOC FISCALE */

.hosted-field {
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    display: inline-block;
    box-shadow: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #dddddd;
    line-height: 20px;
    background: #fcfcfc;
    margin-bottom: 12px;
    background: linear-gradient(to right, white 50%, #fcfcfc 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 300ms ease-in-out;
}

.hosted-fields--label {
    font-family: courier, monospace;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

.button-container {
    display: block;
    text-align: center;
}

.button {
    cursor: pointer;
    font-weight: 500;
    line-height: inherit;
    position: relative;
    text-decoration: none;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
}

.button--small {
    padding: 10px 20px;
    font-size: 0.875rem;
}

.button--green {
    outline: none;
    background-color: #64d18a;
    border-color: #64d18a;
    color: white;
    transition: all 200ms ease;
}

.button--green:hover {
    background-color: #8bdda8;
    color: white;
}

.braintree-hosted-fields-focused {
    border: 1px solid #64d18a;
    border-radius: 1px;
    background-position: left bottom;
}

.braintree-hosted-fields-invalid {
    border: 1px solid #ed574a;
}

.braintree-hosted-fields-valid {
}

#cardForm {
    max-width: 50.75em;
    margin: 0 auto;
    padding: 1.875em;
}

.carte{ display: inline-block; margin-right: 15px; opacity: 1;}

/* PAGINA FINALE */


.text-coupon{
    background-image: url(/origin/images/cart-coupon-ok-v2.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    /*min-width:90px;*/
    padding-right: 20px;
}
#form-pagaora .form-group input{ width: calc(100% - 31px); float: left; }

.check_custom.error { box-shadow: 0px 0px 8px 4px rgba(244, 67, 54, 0.75); background-color: #faffbd; }

.check_custom.black::before{
    background-color: #444;
}
/* SPINNER ELABORAZIONE ORDINE */

.modal-dialog.spinner{
  background: #eee;
  z-index: 9999;
  width: 100%;
  max-width: 280px;
  border-radius: 5px;
  padding: 35px 25px;
  margin: 0 auto;
  top: calc(50% - 110px);
}

#error-modal .modal-dialog.spinner {
    padding: 10px 15px 35px 15px;
}

#error-modal .close-modal-row {
    display: flex;
    justify-content: flex-end;
}

#error-modal .close-modal {
    background-image: url(/origin/images/sprite/sprite-ls.webp);
    background-position-x: -356px;
    background-position-y: -376px;
    background-repeat: no-repeat;
    height: 20px;
    width: 32px;
    margin-bottom: 20px;
    cursor: pointer;
}

#error-modal .header {
    font-size: 18px;
    color: #df1b41;
    font-weight: 600;
    padding-bottom: 10px;
}

#error-modal .header > span {
    position: relative;
    top: 1px;
    left: 5px;
}

#payment-form.no-pointer-events,
#paga-button.no-pointer-events,
#error-modal.no-pointer-events,
.error-modal-background.no-pointer-events {
    pointer-events: none !important;
}

#error-modal.no-pointer-events .close-modal {
    background-image: none;
}

.riga_alterna_conf{ display: none; }

.anno_field{ width: 80px; }
.mese_field{ width: 65px;}
.mese_field select{ padding-left: 7px !important; }

.slick-slide { margin: 0px 10px; }

/*.cvc input{ width: calc(100% - 30px) !important; }*/

#card-brand{
    position: absolute;
    bottom: 6px;
    right: 5px;
}

.trust_pag{
    margin-top: -12px;
}

.no_carta{ 
    top: 204px !important; 
    left: 310px;
    z-index: 10;
    width: 250px;
    text-align: center;
    padding: 0px;
    padding-bottom: 12px;
    background: url(/origin/images/freccia-box.png) no-repeat center bottom;
}
body.webp .no_carta{ background-image: url(/origin/images/freccia-box.webp); }

.has-error .control-label,
.has-warning .control-label{
    color: #8E0E1A;
}

.has-error .form-control,
.has-warning .form-control {
    box-shadow: 0 0 8px 4px rgba(244, 67, 54, 0.75);
    border-color: rgba(244, 67, 54, 0.75);
}

.slidePagamenti,
.slick-list { 
    height: 240px; 
}

.slidePagamenti .slick-slide{ 
    margin: 0; 
}
.slidePagamenti .cont_metodo_pagamento{
    width: 100%;
    max-width: 240px;
}

.slidePagamenti .slick-track{
    max-width: 800px !important;
}

.xcomponent-outlet { height: 45px !important; }

.paypal_error { display: none; }

#main_container_acquisto .StripeElement {
    box-sizing: border-box;
    padding: 13px 12px;
    border: 1px solid transparent;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 2px;
}

#main_container_acquisto .StripeElement:not(.StripeElement--empty) + label{
    opacity: 1;
}

#main_container_acquisto .StripeElement:not(.StripeElement--empty){
    padding-top: 20px;
    padding-bottom: 6px;
}

#payment-request-button.StripeElement{
    width: 100%;
}

#main_container_acquisto .StripeElement--focus {

}

#main_container_acquisto .StripeElement--invalid {
    border-color: #fa755a;
}

#main_container_acquisto .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.PaymentRequestButton--lightOutline .PaymentRequestButton-border {
    box-shadow: inset 0 0 0 0.66px #000;
}

/*.expiry_stripe{
    width: 85px;
}

.cvc_stripe{
    width: 115px;
}*/

.acquisto-box-sx{
    padding-left: 50px;
}

.ps_con{
    white-space: nowrap;
}

.divider_ps_con{
    height: 1px;
    border-top:1px solid #ccc;
    width: 100%;
}

.btn_ps_con{
    padding: 3px 0;
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    background-color: #efefef;
    height: 47px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.iti{
    width: 100%;
}

.cont_arrow-cart_btn{
    position: absolute;
    right: 5px;
    top: 7px;
    padding: 12px 15px 7px 15px;
    cursor: pointer;
}

.cont_arrow-cart_btn .arrow-cart_btn{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cart_btn.selected .arrow-cart_btn{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.cont-carte{
    display: flex;
    align-items: flex-end;
}

.cart-cassa{
    margin-right: 10px;
    margin-left: 5px;
}

.btn_pagamento.selected .cont-carte{
    display: none;
}

iframe[name="printIframe"] { 
    display: none;
}

.loading-text {
    width: calc(100% - 56px) !important;
    height: 450px;
    margin-left: 45px;
    margin-top: 20px;
    padding-left: 12px;
    font-size: 35px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

@media (max-width:767px) {
    .loading-text {
        width: 100% !important;
        margin-left: 0px;
        font-size: 20px;
    }

    .desktop-icon {
        display: none;
    }

    .mobile-icon {
        display: block;
    }

    .row.relative.loading-text {
        display: flex;
    }

    #payment-form .StripeElement {
        padding: 0px;
        border: unset;
    }  
}

.loading-text::before{
    position: absolute;
    content: '';
    height: calc(100% + 66px);
    width: 1px;
    background-color: #bbb;
    left: -28px;
    top: -31px;
}

.hide-text {
    background: #ccc;
    color: transparent;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    user-select: none;
}

.hide-text.light {
    background: #ddd
}

.hide-text::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(to right, #e2e2e2 25%, #ffffff 50%, #e2e2e2 100%);
    animation-name: gradient-animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    filter: blur(5px);
}

@keyframes gradient-animation {
    from {
        left: 0%;
    }
    to {
        left: 100%;
    }
}

#bonifico_div {
    font-size: 0.875rem;
    color: rgb(109, 110, 120);
    border: 1px solid rgb(230, 230, 230);
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 16px 0px 16px 16px;
    margin-bottom: 10px;
    width: 100%;
}

#bonifico_div:hover {
    cursor: pointer;
    color: rgb(48, 49, 61);
    font-weight: 600;
}

#bonifico_div:hover > #bonifico_text {
    cursor: default;
    color: rgb(109, 110, 120);
    font-weight: 400;
}

#bonifico_radio {
    -webkit-appearance: auto;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    accent-color: rgb(5, 112, 222);
}

#bonifico_radio:not(:checked) {
    cursor: pointer;
}

#bonifico_radio:checked {
    pointer-events: none;
}

#bonifico_radio:checked ~ label {
    color: rgb(5, 112, 222);
    cursor: default;
}

#bonifico_text {
    padding-top: 16px;
}

#paga-button,
#payment-form #bonifico-button {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0px;
}

#paga-button > p {
    flex: 1;
}

.paypal-button {
    flex-direction: row-reverse !important;
    background-color: #0070BA;
    font-family: sans-serif;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
}

.paypal-button:hover {
    background-color: #05548a !important;
}

.klarna-button {
    background-color: #1c1c1c;
    color: #FFB3C7;
}

.klarna-button:hover {
    background-color: #383838 !important;
}

#paga-button img,
#bonifico-button img {
    width: 36px;
    height: 36px;
    margin-left: 15px;
}

#payment-form #bonifico-button .payBon {
    flex: 1;
    padding: 0px;
}

@media (min-width: 768px) and (max-width: 1190px){
    .acquisto-box-sx{
        padding-left: 0;
    }
}
@media (min-width: 768px){
    .ptop-sm-42{
        padding-top: 42px;
    }

    #form-indirizzi .cont_form{
        padding-left: 45px;
    }

    #cont-metodi-pagamento {
        padding-left: 45px;
    }

    #payment-form > #cont-metodi-pagamento {
        padding-left: 45px;
        border: 0px;
    }

    #payment-form #bonifico-button .payBon.de {
        font-size: 16px;
    }

    .desktop-icon {
        display: block;
    }

    .mobile-icon {
        display: none;
    }

    #payment-form > .row.center-sm {
        justify-content: flex-end;
        /*margin-top: 20px;*/
    }

    .margin-right-12 {
        margin-right: 12px;
    }

    #main_container_acquisto .StripeElement:not(.StripeElement--empty) {
        padding-bottom: 0px !important;
    }

    .clabel_cap { width:37px !important;line-height: 40px; }

    .btn_ps_con:hover{
        background-color: #dfdfdf;
    }

    #form-pagaora .form-group label{ 
        width: 280px;
        float: left;
        font-weight: normal;
        font-size: 13px;
        padding-right: 5px;
        margin-bottom: 0px;
    }
    #form-pagaora .form-group input{ width: calc(100% - 311px); float: left; }
    /*#checkout-form .form-group label, #payment-form .form-group label{ width: 200px;}*/

    /*.cont_form .form-group .form-control, .piva_cont{
        width: calc(100% - 185px);
        float: left;
    }
    #checkout-form .form-group .infianco, #payment-form .form-group .infianco{
        width: calc(100% - 200px);
        float: left;
    }*/

    .cvc input, .card_cvv{ width: calc(100% - 30px) !important; }
    
    /*.cvc{ width: 160px !important; }*/
}

@media (max-width: 860px){
    .no_carta, .mex_cont { display: none !important;}
    .top_bar_cassa{ margin-right: 35px; }
}

@media (max-width:768px){
    .acquisto-box-sx { padding-left: 0; }
    .box-acquisto{
        background-color: initial;
        padding: 0 !important;
    }

    .cont-checkout{
        display: flex !important;
        flex-direction: column-reverse;
    }

    .cont-checkout .pleft-sm-40{
        padding-left: 0px !important;
    }

}

@media (max-width: 767px){
    #main_container_acquisto .cont-gdpr{
        margin-bottom: 20px;
    }

    .delete_art {
        border:1px solid #f1f3f5;
        line-height: 32px;
        width: 100%;
        text-align: center;
        max-width: 116px;
    }

    .box_gdpr{ width: 100%; }
    .colonna-xs-3{ 
        width: 33.33333333%; 
        margin-left: 0px !important; 
        margin-right: 0px !important; 
    }
    .colonna-xs-3 .scadenza, .colonna-xs-3 .card-cvc{ width: 90%; }
    .colonna-xs-3 .div-cap{ width: 100%; }

    
    header.cart {
        min-height: 40px !important;
    }
    header.cart .burger_cont {
        display: block !important;
    }
    .cont_intestazione.mtop20{ margin-top: 0px !important; }
    .img_fini {
        width: 16px !important;
        height: 16px !important;
    }
    .importo{ margin-top: 0 !important; }
    

    .cvc{ float: left; }
    .ful-row-mob{ 
        width: calc(100% + 35px);
        margin: 0 -18px; 
    }
    .row.accordion{ overflow: visible !important; }
    .form-group label{ margin-bottom: 5px; }
    .cont-carte .spls {
        zoom: 0.7;
    }
    .bollini_t{
        position: initial;
        margin-right: 10px;
        display: inline-block;
    }

    #form-indirizzi::before, #cont-metodi-pagamento::before {
        display: none;
    }
    .btn_pagamento{
        font-size: 16px;
        height: 60px;
    }

    .btn_pagamento[data-tab="carta_tab"]{
        padding-top: 7px;
    }

    .btn_pagamento[data-tab="carta_tab"].selected{
        padding-top: 19px;
    }

}
