    .img-detalle{ width: 70px }
            .align-center {
                display: flex;
                align-items: center;
           }
           
           .cart-shipping-detalle-item2 {
                border-bottom: solid 1px #eee;
                margin-bottom: 15px;
                width: 100% !important;
                padding-bottom: 15px;
            }
            .cart-shipping-detalle-item2 h2 {
                text-align: left !important;
                font-weight: 400 !important;
                font-family: "Roboto", sans-serif !important;
                display: block !important;
                line-height: 20px;
            }
            .cart-shipping-detalle-item2 h2 span {
                text-align: left !important;
                font-weight: 400 !important;
                font-family: "Roboto", sans-serif !important;
                font-size: 12px;
                display: block !important;
                margin-bottom: 6px;
            }

            .cart-shipping-detalle-item3 {
                
                margin-bottom: 5px;
                width: 100% !important;
                padding-bottom: 5px;
            }
            .cart-shipping-detalle-item3 h2 {
                text-align: left !important;
                font-weight: 400 !important;
                font-family: "Roboto", sans-serif !important;
                display: block !important;
                line-height: 20px;
            }
            .cart-shipping-detalle-item3 h2 span {
                text-align: left !important;
                font-weight: 400 !important;
                font-family: "Roboto", sans-serif !important;
                font-size: 22px !important;
                display: block !important;
                margin-bottom: 0px;
            }


            .cart-shipping-detalle-item3  .btn-buy {
                position: absolute;
                top: 29px;
                right: 30px;
                padding: 10px 27px 9px 27px;
                color: #FFFFFF;
                font-size: 18px;
                letter-spacing: -0.54px;
                background-color: #02B900;
                border-radius: 16px;
                -webkit-text-stroke-width: 1px;
                -webkit-text-stroke-color: #FFFFFF;
                transition: .3s !important;
            }


            .cart-shipping-title { position:relative; }
            .cart-shipping-title b {
                float: right !important;
                color: #2BBAB4;
                font-size: 21px;
                font-family: "Comfortaa", sans-serif;
                font-weight: 700;
                letter-spacing: -1.155px; 
                position: absolute;
                right: 0px;
            }
            .icenter { text-align:center; }

            .cart-order-summary p {
                color: #6F7070;
                font-size: 14px;
            }

            .total {
                font-size: 20px !important;
            }


            .checkoutmobile {
            position: fixed;
            padding: 1em;
            width: 100%;
            left: 0;
            bottom: -40em;
            background-color: #f6fafc;
            border-radius: 0.6em;
            visibility: hidden;
            min-height: 40px;
            z-index: 999;
            transition: bottom 0.6s;
        }

        .checkoutmobile strong { font-size:11px !important; margin-top:-14px }


            @media (max-width: 767px){ 
                .img-detalle{ width: 120px; margin-bottom:10PX }
                .checkoutmobile { visibility: visible;}
                #btn-finalizar1 { visibility: hidden; display: none;}
            }   

            .alert_only_good { 

            width: calc(100% - 2em);
            bottom: 40px;
            left: 1em;
            min-height: 30px;
            border-radius: 10px;
            background-color: #02b900;
            padding: 10px;
            padding-left: 1em;
            padding-right: 1em;
            color: white;
            text-align: left;
            position: fixed;
            z-index: 998;
            
            
            font-weight: 600;
            display: none;
            line-height: 1.4em !important;
            font-size: 1.2em;
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);

        }

        .alert_only_bad { 

            width: calc(100% - 2em);
            bottom: 40px;
            left: 1em;
            min-height: 30px;
            border-radius: 10px;

            min-height: 30px;
            background-color: #dc3545;
            padding: 10px;
            padding-left: 1em;
            padding-right: 1em;
            color: white;
            text-align: left;
            position: fixed;
            z-index: 998;
            display: none;
            
            font-weight: 600;
            
            line-height: 1.4sem !important;
            font-size: 1.2em;
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);

        }
        .d-none { display:none; }
        .input-cardnumber {
            background-repeat: no-repeat !important;
            background-position-y: center !important;
            background-position-x: 10px !important;
            padding-left: 60px !important;
        }