:root{
    font-size:16px;
    font-family: 'Poppins', sans-serif;

    --panelW : 600px;
    
    --g3: #afafaf;
    --g2: #fafafa;
    --g1: #ccc;
    --g0: #000;

    --apple-pay-button-width: 100%;
    --apple-pay-button-height: 44px;
    --apple-pay-button-border-radius: 3px;
    --apple-pay-button-padding: 3px 0px;

    /************************************/
    /*   COLORI DA DINAMIZZARE NEL DB   */
    /************************************/

    /* --primary-landing-color: #84d5f8;
    --secondary-landing-color: #baeaff;
    --comp-color: #333333;
    --text-landing-color: #000; */

    /************************************/
    /************************************/


    --grey-color: #666;
    --light-grey-color: #E9E9E9;
    --white-color: #222;
}



* { 
    box-sizing: border-box; 
    font-weight: 500;
}

fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}


html,body{
    background-color:#fff;
}
.v3 p, 
.v3 h1, 
.v3 h2,
.v3 h3,
.v3 h4,
.v3 h5,
.v3 h6 {font-family: "Poppins", system-ui !important;}

.v3 h3 {font-size: 1.2rem}



.container {padding: 0; width: 100% !important; max-width: 1170px;}
/* .complementar { color: #fff; padding: 2px 6px; margin-top: 2px; display: inline-block; border: 1px solid #fff; box-shadow: 0 0 10px 1px #ffffffa3;} */
.complementar { color: #fff; padding: 2px 6px; margin-top: 2px; display: inline-block; background: var(--comp-color);}
.bigStrong {font-size: 1.2rem; font-weight: 600;}
.white-highlighted {color: var(--text-landing-color)}

.icon-bg {fill: var(--comp-color);}
.icon-element {fill: #fff;}
.pagamento-container .blu {color: var(--text-color);}

#loginPause {min-height: 80vh;}
#loginPause .container {
    background-color: #fff; color: var(--primary-landing-color); padding: 24px; border-radius: 6px; 
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.3); margin: 0; width: max-content !important;
}
#loginPause .row > div {
    float: none;
    padding: 0;
    margin: 0;

}

#pagamento{
    max-width:100%;
    color: var(--text-landing-color);
}

#pagamento .product-title {margin-top: 14px;}

#pagamento .Checkout-header {
    background: linear-gradient(360deg, var(--secondary-landing-color) 0%, var(--primary-landing-color) 100%);

    padding: 12px 0;
}

#pagamento .Checkout-header .subtitle {margin: 0 12px; color: #fff}

#pagamento .subtitle {
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
}

#pagamento #imgTestata img {
    width: 34%;
    display: block;
    margin: 0 auto;
    padding: 0 0 16px 0;
}


#pagamento .core {
    padding: 0 12px;
    margin: 0 auto;
    max-width: 400px;
}

#pagamento .core .offerContainer .prezziContainer {
    margin-bottom: 8px;
}

#pagamento .core .offerContainer .piccoloAPiacere {
    color: var(--grey-color);
}

#pagamento .core .privacy_policy {
    line-height: 14px;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 6px;
}

#pagamento .core .flagAcquisto .flag_acquisto {
    min-height: 1rem;
    font-size: 10px;
    font-weight: 400;
}

#pagamento .core .flagAcquisto .terms_disclaimer {
    line-height: 1.2;
    font-weight: 400;
}

.intro{
    text-align:center;
    width:100%;
}

.info{ width: 100%; }
.durata { font-weight: 700; }
.checkout { width: 100%; }

.headerSmall, .headerDesc{
    font-size:15px;
    font-size:  clamp(14px, 5vw, 18px);
    font-weight: 600;
}

.headerLarge{
    font-size:  clamp(18px, 4vw, 44px);
    font-weight: 600;
    line-height: 100%;
}

.headerSmall{
    margin-top:48px;
    text-transform: uppercase;
    padding-bottom:10px;
}

.headerDesc{
    font-weight: 200;
    padding-top:10px;
    
}

.parTitle{
    font-weight: 600;
    font-size:clamp( 14px, 1vw, 22px);
    line-height: clamp( 14px, 1vw, 22px);
    border-bottom: 2px solid var(--comp-color);
    color: var(--comp-color);
    padding-bottom: 12px;
    display: flex;
    margin-bottom:6px;
    margin-top: 18px;
    display:block;
}

.parTitle span {font-weight: 600;}


.prezzoPieno{
    color: var(--grey-color);
    font-weight: 400;
    font-size: 12px;
    margin: 0px;
    line-height:12px;
}


.prezzoOfferta{
    font-weight: 400;
    font-size: 14px;
    margin:0px;
    line-height:36px;
}

.prezzoOfferta strong {
    font-size: 36px;
}


.descrizioneOfferta{
    display: grid;
    grid-template-columns: auto 120px;
    font-size: 10px;
    color:var(--primary-landing-color);
    gap:10px;
}

.flagAcquisto{
    display: grid;
    grid-template-columns: 20px auto;
    gap: 10px;
    place-items: start top;
    text-align: left;
    grid-column: 1 / span 2;
    margin-bottom: 6px;
}

input[checkbox]{
    width: 10px !important;
}


.oggiPaghi{
    text-align:left;
    font-size: 18px;
    /* font-weight:bold; */
    color:var(--primary-landing-color);
    line-height: 18px;
    margin: 12px 0;
}


.tastiAcquisto{
    display:grid;
    grid-template-rows: 1fr;
}




.socialLogin{
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;

    padding: 0 10px;
    width: clamp( 100px, 100%, 400px);
    margin:auto;
}

.maiLogin{
    padding: 0 10px;
    box-sizing: border-box;
    width: clamp( 100px, 100%, 400px);
    margin:18px auto;
    padding-top: 0;
    margin-top: 0;
}

.maiLogin .title {font-size: clamp( 16px, 1vw, 24px); font-weight: 600;}

.GoogleLoginButton {
    border:0px;
    border-radius: 6px;
    padding:0px;
    display: grid;
    place-content: center center;
    place-self: center center;
    place-items: center center;
    width: 100%;
    margin:auto;
    height: 40px;
    position: relative;
}

.GoogleLoginButton #newCustomGoogleLoginButton { opacity: 0; height: 50px; position: relative; z-index: 10;     width: clamp( 300px, 100%, 400px) !important;}
.GoogleLoginButton .buttonSocialEC {position: absolute; inset: 0; z-index: 0; background-color: var(--light-grey-color);}

.buttonSocialEC{
    border-radius:6px;
    width: clamp( 100px, 100%, 400px);
    height:44px; 
    overflow:hidden;
    background-color:var(--light-grey-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
    margin:auto;
}
.buttonSocialEC img{ width:18px; display: block;}
.GoogleLoginButton .buttonSocialEC img, .GoogleLoginButton .buttonSocialEC .buttonSocialText{display: none;}
.GoogleLoginButton .buttonSocialEC .loading {display: inline-block; text-align: center; font-size: 10px;}
.GoogleLoginButton.rendered .buttonSocialEC img{ width:18px; display: block;}
.GoogleLoginButton.rendered .buttonSocialEC .buttonSocialText {display: inline-block;}
.GoogleLoginButton.rendered .buttonSocialEC .loading {display: none}

.testoConrighe{
    /* display: grid;
    grid-template-columns: 1fr min-content 1fr ;
    place-items: center center; */
    display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    gap:10px;
    margin: 10px 0px 10px 0px;    
}
.testoConrighe div { width:50px; } 
.testoConrighe .testo { font-weight: 600; font-size: 9px; text-align: center } 
.testoConrighe .riga { position:relative; border-top: 1px solid var(--comp-color); }
.testo.separator {font-weight: 600; font-size: 9px; text-align: center; margin: 10px 0;}
.buttonCE.shopButton{
    margin:0px;
    width:100% !important; 
    max-width:100% !important; 
    height: auto;
    background-color: var(--primary-landing-color); 
    color: #fff;
    border: 2px solid var(--comp-color);
    border-radius: 6px;
    font-weight: 600;
    padding: 8px 10px 8px 10px;
    transition: all .3s ease-in-out;
}
.buttonCE.shopButton:hover {
    background-position: right;
    color: #fff;
}
/* .buttonCE.shopButton:hover {
    background-color: var(--comp-color);
    color: #fff;
} */

.utenteLoggato{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-weight: 400;
    margin-top: 10px;
}


.tastiAcquisto .Buttons-container {display: flex; flex-direction: column; padding: 0 10px}

.tastiAcquisto .Buttons-container #apPayButton {order: 1;}
.tastiAcquisto .Buttons-container .gPayButton-wrapper {order: 2;}
.tastiAcquisto .Buttons-container #ppPayButton {order: 3;}

/*      TASTO GOOGLE PAY        */
.tastiAcquisto .gPayButton-wrapper {position: relative; display: block; width: clamp( 100px, 100%, 400px); min-height: 44px; margin: 0 auto 8px auto;}
.tastiAcquisto .gPayButton-wrapper #gPayButton {opacity: 0;  }
.tastiAcquisto .gPayButton-wrapper .gPayButton-overlay {
    background: var( --light-grey-color); position: absolute; inset: 0; border-radius: 6px; display: block; width: 100%; height: 100%; 
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY2xhc3M9Im1haW4taGVhZGVyX19sb2dvLWltYWdlIiBmaWxsPSIjQTFBMUExIiByb2xlPSJwcmVzZW50YXRpb24iIHZpZXdCb3g9IjAgMCA0MzUuOTcgMTczLjEzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yMDYuMiw4NC41OHY1MC43NUgxOTAuMVYxMGg0Mi43YTM4LjYxLDM4LjYxLDAsMCwxLDI3LjY1LDEwLjg1QTM0Ljg4LDM0Ljg4LDAsMCwxLDI3Miw0Ny4zYTM0LjcyLDM0LjcyLDAsMCwxLTExLjU1LDI2LjZxLTExLjIsMTAuNjgtMjcuNjUsMTAuNjdIMjA2LjJabTAtNTkuMTVWNjkuMThoMjdhMjEuMjgsMjEuMjgsMCwwLDAsMTUuOTMtNi40OCwyMS4zNiwyMS4zNiwwLDAsMCwwLTMwLjYzLDIxLDIxLDAsMCwwLTE1LjkzLTYuNjVoLTI3WiIgZmlsbD0iIzVmNjM2OCIvPjxwYXRoIGQ9Ik0zMDkuMSw0Ni43OHExNy44NSwwLDI4LjE4LDkuNTRUMzQ3LjYsODIuNDh2NTIuODVIMzMyLjJ2LTExLjloLS43cS0xMCwxNC43LTI2LjYsMTQuNy0xNC4xNywwLTIzLjcxLTguNGEyNi44MiwyNi44MiwwLDAsMS05LjU0LTIxcTAtMTMuMzEsMTAuMDYtMjEuMTd0MjYuODYtNy44OHExNC4zNCwwLDIzLjYyLDUuMjVWODEuMjVBMTguMzMsMTguMzMsMCwwLDAsMzI1LjU0LDY3LDIyLjgsMjIuOCwwLDAsMCwzMTAsNjEuMTNxLTEzLjQ5LDAtMjEuMzUsMTEuMzhsLTE0LjE4LTguOTNRMjg2LjE3LDQ2Ljc4LDMwOS4xLDQ2Ljc4Wm0tMjAuODMsNjIuM2ExMi44NiwxMi44NiwwLDAsMCw1LjM0LDEwLjUsMTkuNjQsMTkuNjQsMCwwLDAsMTIuNTEsNC4yLDI1LjY3LDI1LjY3LDAsMCwwLDE4LjExLTcuNTJxOC03LjUzLDgtMTcuNjctNy41My02LTIxLTYtOS44MSwwLTE2LjM2LDQuNzNDMjkwLjQ2LDEwMC41MiwyODguMjcsMTA0LjQxLDI4OC4yNywxMDkuMDhaIiBmaWxsPSIjNWY2MzY4Ii8+PHBhdGggZD0iTTQzNiw0OS41OCwzODIuMjQsMTczLjEzSDM2NS42MmwxOS45NS00My4yM0wzNTAuMjIsNDkuNThoMTcuNWwyNS41NSw2MS42aC4zNWwyNC44NS02MS42WiIgZmlsbD0iIzVmNjM2OCIvPjxwYXRoIGQ9Ik0xNDEuMTQsNzMuNjRBODUuNzksODUuNzksMCwwLDAsMTM5LjksNTlINzJWODYuNzNoMzguODlhMzMuMzMsMzMuMzMsMCwwLDEtMTQuMzgsMjEuODh2MThoMjMuMjFDMTMzLjMxLDExNC4wOCwxNDEuMTQsOTUuNTUsMTQxLjE0LDczLjY0WiIgZmlsbD0iIzQyODVmNCIvPjxwYXRoIGQ9Ik03MiwxNDRjMTkuNDMsMCwzNS43OS02LjM4LDQ3LjcyLTE3LjM4bC0yMy4yMS0xOEM5MC4wNSwxMTMsODEuNzMsMTE1LjUsNzIsMTE1LjVjLTE4Ljc4LDAtMzQuNzItMTIuNjYtNDAuNDItMjkuNzJINy42N3YxOC41NUE3Miw3MiwwLDAsMCw3MiwxNDRaIiBmaWxsPSIjMzRhODUzIi8+PHBhdGggZD0iTTMxLjU4LDg1Ljc4YTQzLjE0LDQzLjE0LDAsMCwxLDAtMjcuNTZWMzkuNjdINy42N2E3Miw3MiwwLDAsMCwwLDY0LjY2WiIgZmlsbD0iI2ZiYmMwNCIvPjxwYXRoIGQ9Ik03MiwyOC41QTM5LjA5LDM5LjA5LDAsMCwxLDk5LjYyLDM5LjNoMGwyMC41NS0yMC41NUE2OS4xOCw2OS4xOCwwLDAsMCw3MiwwLDcyLDcyLDAsMCwwLDcuNjcsMzkuNjdMMzEuNTgsNTguMjJDMzcuMjgsNDEuMTYsNTMuMjIsMjguNSw3MiwyOC41WiIgZmlsbD0iI2VhNDMzNSIvPjwvc3ZnPg==') !important;

    background-repeat: no-repeat !important;
    background-size: 44px 20px !important;
    background-position: center center !important;


}
.tastiAcquisto #applePay {opacity: 0; position: relative; z-index: 4;}
.tastiAcquisto #apPayButton {
    width: clamp( 190px, 100%, 400px);
    max-height: 46px !important;
    display: block;
    place-self: center center;
    margin-bottom: 10px;
    position: relative;
}

.apPayButton-overlay {
    background: var( --light-grey-color); position: absolute; inset: 0; border-radius: 6px; display: block; width: 100%; height: 100%; z-index: 2;
    background-repeat: no-repeat !important;
    background-size: 64px 40px !important;
    background-position: center center !important;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIEdlbmVyYXRvcjogU1ZHIFJlcG8gTWl4ZXIgVG9vbHMgLS0+CjxzdmcgZmlsbD0iIzAwMDAwMCIgd2lkdGg9IjgwMHB4IiBoZWlnaHQ9IjgwMHB4IiB2aWV3Qm94PSIwIC0zNC41NSAxMjAuMyAxMjAuMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KDTxwYXRoIGQ9Ik0yMi44IDYuNmMxLjQtMS44IDIuNC00LjIgMi4xLTYuNi0yLjEuMS00LjYgMS40LTYuMSAzLjEtMS4zIDEuNS0yLjUgNC0yLjIgNi4zIDIuNC4zIDQuNy0xIDYuMi0yLjhNMjQuOSAxMGMtMy40LS4yLTYuMyAxLjktNy45IDEuOS0xLjYgMC00LjEtMS44LTYuOC0xLjgtMy41LjEtNi43IDItOC41IDUuMi0zLjYgNi4zLTEgMTUuNiAyLjYgMjAuNyAxLjcgMi41IDMuOCA1LjMgNi41IDUuMiAyLjYtLjEgMy42LTEuNyA2LjctMS43czQgMS43IDYuOCAxLjYgNC42LTIuNSA2LjMtNS4xYzItMi45IDIuOC01LjcgMi44LTUuOC0uMS0uMS01LjUtMi4xLTUuNS04LjMtLjEtNS4yIDQuMi03LjcgNC40LTcuOC0yLjMtMy42LTYuMS00LTcuNC00LjEiLz4KDTxnPgoNPHBhdGggZD0iTTU0LjMgMi45YzcuNCAwIDEyLjUgNS4xIDEyLjUgMTIuNCAwIDcuNC01LjIgMTIuNS0xMi43IDEyLjVINDZ2MTIuOWgtNS45VjIuOWgxNC4yem0tOC4zIDIwaDYuN2M1LjEgMCA4LTIuOCA4LTcuNSAwLTQuOC0yLjktNy41LTgtNy41aC02Ljh2MTVoLjF6TTY4LjMgMzNjMC00LjggMy43LTcuOCAxMC4zLTguMmw3LjYtLjR2LTIuMWMwLTMuMS0yLjEtNC45LTUuNS00LjktMy4zIDAtNS4zIDEuNi01LjggNGgtNS40Yy4zLTUgNC42LTguNyAxMS40LTguNyA2LjcgMCAxMSAzLjUgMTEgOS4xdjE5aC01LjR2LTQuNWgtLjFjLTEuNiAzLjEtNS4xIDUtOC43IDUtNS42IDAtOS40LTMuNC05LjQtOC4zem0xNy45LTIuNXYtMi4ybC02LjguNGMtMy40LjItNS4zIDEuNy01LjMgNC4xIDAgMi40IDIgNCA1IDQgNCAwIDcuMS0yLjcgNy4xLTYuM3pNOTYuOSA1MXYtNC42Yy40LjEgMS40LjEgMS44LjEgMi42IDAgNC0xLjEgNC45LTMuOSAwLS4xLjUtMS43LjUtMS43bC0xMC0yNy42aDYuMWw3IDIyLjVoLjFsNy0yMi41aDZMMTEwIDQyLjRjLTIuNCA2LjctNS4xIDguOC0xMC44IDguOC0uNC0uMS0xLjgtLjEtMi4zLS4yeiIvPgoNPC9nPgoNPC9zdmc+")
}

.paybutton , #fakeAppleButton{
        
    border:0px none;
    display:none;
    background-color: var(--light-grey-color);
    color: #FFF;
    font-size: 14px;
    line-height: 17px;
    display:grid;
    place-items: center center ;
    font-weight: bold;
    width: clamp( 100px, 100%, 400px) !important;
    height: var( --apple-pay-button-height) !important;
    padding: var( --apple-pay-button-padding);
    border-radius: 6px;
}
.express-btn {transition: all .25s ease-in-out; line-height: 26px; font-size: 14px; text-transform: initial;}
.express-btn:hover {
    box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.3);
}

.shopButton:hover, .shopButton:focus {
    background-color: var(--primary-landing-color);
    color: #FFF;
    box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.3);
}
#carcrePayButton.buttonContainer {
    padding: 0 10px;    
    max-height: initial !important;
    margin: 8px auto;
}

#carcrePayButton .paybutton#formBtnC {background-color: var(--light-grey-color); margin: 0 auto; display: flex; justify-content: center; align-items: center; gap: 12px;  color: var(--text-landing-color)  }
#carcrePayButton .paybutton#formBtnC img {width: 18px; display: block;}

#carcrePayButton .cards-logos {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; place-items: center center; margin: 4px 16px 12px 16px; }
#carcrePayButton .cards-logos img {width: 30px; display: block; margin: 0 auto; }

#fakeAppleButton{
    display:none;
}


#ppButton{
    background-color:var(--light-grey   -color) !important;
    border-radius: 6px;
    width: clamp( 100px, 100%, 400px);
    margin: 0 auto;

}
 #ppButton img{
    width: 70px;
    height: auto;
 }
.piccoloAPiacere{
    font-size: 10px;
}


.buttonContainer{

    width: 100%;
    max-height: 46px !important;
    display: block;
    place-self: center center;

    
}

.carcrePayButton {
    padding: 0 10px;        
}

#pagamento .register-title .parTitle .desktop {display: none;}
#pagamento .register-title .parTitle .mobile {display: inline;}

.loginContainer{ margin: 20px; }


.iconePagamento{
    display: grid;
    grid-template-columns: repeat(4, 1fr );
    width:100%;
    place-items: center center;
    gap:10px;
    margin:12px 0;
}

.iconePagamento img{ height: 16px; width: auto; }
#contenutoProdotto { list-style-position: outside; }

.email_input .ffield {border: 1px solid var(--grey-color); border-radius: 6px; color: var(--grey-color) !important}
.pwd_input input {border: 1px solid var(--grey-color) !important ; border-radius: 6px 0 0 6px !important; color: var(--grey-color) !important}
.pwd_input .showPassword {border: 1px solid var(--grey-color) ; border-radius: 0 6px 6px 0; border-left: none; color: var(--grey-color) !important}
.pwd_input .showPassword i {color: var(--grey-color);}



.sezionePagamento#verifica {
    background-color: #fff; color: var(--primary-landing-color); padding: 24px; border-radius: 6px; 
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.3);
}




#footer {max-width: 100%;}
#footer-container {max-width: 1200px; margin: 0 auto;}

.features {
    display: flex; flex-wrap: wrap; justify-content: center;  gap: 16px; padding-top: 6px;;
}
.features.desktop {display: none;}
.features .title {flex: 0 0 100%; font-size: 16px;}
.features .feature {flex: 1 0 23%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; flex-direction: column; padding: 12px; transition: all .25s ease-in-out; }
.features .feature img {height: 40px; display: block; margin: 0;  border-radius: 50%;}

.features .feature h5 {line-height: 14px; text-align: center; padding: 3px 0 3px 0; font-size: 9px; font-weight: 400; max-width: 92px; margin: 0; text-transform: uppercase; font-weight: 600;}
.features .feature circle {fill: var(--primary-landing-color)} 

@media (min-width: 768px){
    .oggiPaghi {text-align: right;}
    #pagamento .core {
        padding: 0 24px;
    }
    #pagamento #imgTestata img {
        width: 30%;
    } 
}



@media (min-width: 840px){
    body {background-color: transparent;}
    .complementar {border: none; box-shadow: 0 0 10px 1px #575757a3; background: var(--comp-color);}
    .wrapper {position: relative;}
    .wrapper::after {content: ""; display: block; position: absolute; inset: 0;  z-index: -10;background: rgb(1,37,75); background: linear-gradient(-84deg, var(--primary-landing-color) 0%, var(--secondary-landing-color) 48%, rgba(255,255,255,0) 48%); }
    header, header .navbar.navbar-default {background-color: #fff !important; }
    .push {height: auto;}
    #pagamento .Checkout-header {background: transparent;}
    #pagamento .Checkout-header .subtitle {margin: 24px 12px; font-size: 22px;}
    .features.mobile {display: none;}
    .features.desktop {display: flex; justify-content: center; padding-top: 42px;}
    .features.desktop .feature { margin: 0; flex: 0 0 20%; display: block; text-align: center;} 
    .features.desktop .feature h5 {margin: 14px auto 0 auto; color: #fff;}
    .features.desktop .feature img {width: 52px; height: 52px; margin: 0 auto;}



    #pagamento #imgTestata img {
        width: 45%;
        padding: 0 18px;

    }    

    #pagamento .core .offerContainer .prezziContainer {margin-bottom: 16px;}



    #pagamento .pagamento-container { 
        display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 16px; position:relative; padding-bottom:24px;
    }
    #pagamento .pagamento-container .Checkout-header {flex: 0 0 48%; order: 2; background-color: transparent; position: relative; }
    #pagamento .pagamento-container .Checkout-header .Checkout-header-wrapper {position: sticky; top: 40px; margin-top: 70px;}
    #pagamento .pagamento-container .core {flex: 0 0 48%; order: 1;}

    #pagamento .product-title {font-size: 20px; margin-top: 20px;}
    #pagamento .register-title {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; border-bottom: 2px solid var(--comp-color); margin: 32px 0 16px 0; padding-bottom: 12px; }
    #pagamento .register-title .parTitle {border: none; flex: 0 0 58%; margin: 0; padding: 0}
    #pagamento .register-title .parTitle .desktop {display: inline;}
    #pagamento .register-title .parTitle .mobile {display: none;}
    #pagamento .register-title .iconePagamento {gap: 2px; flex: 0 0 40%; margin: 0;}
    #pagamento .register-title .iconePagamento img {height: 14px;}

    
    .parTitle { margin: 30px 0; }
    .tastiAcquisto {margin-top: 12px;}
    .tastiAcquisto .Buttons-container #apPayButton {order: 1;}
    .tastiAcquisto .Buttons-container .gPayButton-wrapper {order: 3;}
    .tastiAcquisto .Buttons-container #ppPayButton {order: 2;}
    .tastiAcquisto .gPayButton-wrapper {margin: 8px auto 0 auto;}

    

}

@media (min-width: 980px){
    .wrapper::after {background: linear-gradient(-84deg, var(--primary-landing-color) 0%, var(--secondary-landing-color) 52%, rgba(255,255,255,0) 52%); }

}