.col-md-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.C_vista_checkout {
    padding: 50px 0 150px;
    background: linear-gradient(180deg, white, transparent);
}
.C_vista_checkout .text-muted {
    display: none;
    color: red !important;
    font-weight: 600;
}
.C_vista_checkout .C_checkout_productos {
    display: flex;
    padding: 10px 0 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.C_vista_checkout .C_checkout_productos section {
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
}
.C_vista_checkout .C_checkout_productos section > div:nth-child(1) { 
width: 20%;
}
.C_vista_checkout .C_checkout_productos section > div:nth-child(1) img { 
    width: 100%;
    border-radius: 8px;
    border: 1px solid #f4f4f4;
}
.C_vista_checkout a, .C_vista_checkout a:focus, .C_vista_checkout a:hover {
    color: #00c3e6;
}
.C_vista_checkout .C_checkout_productos section > div:nth-child(2) { 
width: 50%;
margin: 0 5%;
}
.C_vista_checkout .C_checkout_productos section > div:nth-child(3) { 
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
}
.C_vista_checkout .C_checkout_productos select { 
    padding: 2px 10px;
    margin: 5px 0 0;
    width: 100%;
}
.C_vista_checkout .C_checkout_totales ul {
    padding: 0;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}
.C_vista_checkout .C_checkout_totales ul li {
display: block;
}
.C_vista_checkout .C_checkout_totales ul:last-child li {
font-weight: bold;
}
.C_vista_checkout > div > .row > .col-md-8 {
    border-left: 1px solid #ccc;
    padding: 0 15px !important;
}
.C_vista_checkout > div > .row > .col-md-8 .col-12 {
    padding: 0!important;
}
.C_vista_checkout > div > .row > .col-md-8 .col-8 {
    padding-left: 0!important;
}
.C_vista_checkout > div > .row > .col-md-8 .col-4 {
    padding-right: 0!important;
}
.C_vista_checkout > div > .row > .col-md-8 .form-control {
    padding: 6px 10px !important;
    border-radius: 8px !important;
    background-color: white !important;
    border: 0px solid !important;
    border-bottom: 0px solid #ced4da !important;
    box-shadow: 0 0 10px #f4f5f6;
}
.C_vista_checkout .form-control:focus {
    border: 1px solid #008ffb !important;
    box-shadow: inherit !important;
}
.C_vista_checkout .form-floating label {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 14px;
}
.C_vista_checkout > div > .row > .col-md-8 p {
    margin: 0 0 10px;
}
.C_vista_checkout > div > .row > .col-md-8 hr {
    margin: 20px 0;
}
.C_vista_checkout > div > .row > .col-md-8 .row #mg_checkout_envio label {
    padding: 1rem 1.5rem;
}
.C_vista_checkout .form-check {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    padding: 0;
}
.C_vista_checkout .form-check label:hover {
    border: 2px solid #0e85e0;
}
.C_vista_checkout .form-check .form-check-input {
    margin: -18px 0px 0 15px;
    left: 0;
}
.C_vista_checkout .btn {
    padding: 6px 30px 6px;
}
.C_vista_checkout input[type=checkbox]:before, .C_vista_checkout input[type=checkbox]:after {
    top: 4px;
    left: 4px;
}
.C_vista_checkout .form-check-label {
    padding: 12px 15px 12px 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    text-align: left;
    margin: 0 0 20px -30px;
    border: 2px solid #ccc;
    align-items: center;
    cursor: pointer;
    font-weight: normal;
}
.C_vista_checkout .card-body label i {
    font-size: 27px;
    color: #232323;
}
.C_vista_checkout .form-check-select label {
    border: 2px solid #0e85e0 !important;
    background: rgb(14 133 224 / 25%);
}
.C_vista_checkout .form-check-select input[type=radio]:checked:before {
    background-color: #0087e6;
}
#C_checkout_pago {
    padding: 0px 0 20px;
}
#C_checkout_pay {
    padding: 5px 0 0px;
}
#C_checkout_paypal-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
#metodo_TC .icon-label {
    width:100%;
}
#metodo_TC .icon-label i{
    position: absolute;
    right: 25px;
    top: 22px;
}
div#cart-vacio {
    padding: 20px;
}


@media screen and (max-width: 992px) {
    #cart-lleno > .col-md-4 h1 {
        font-size: 27px;
    }
    .C_vista_checkout {
        padding: 65px 0 100px !important;
    }
    .C_vista_checkout > div > .row > .col-md-8 .col-8 {
        padding: 0 !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #cart-lleno > .col-md-4{margin-bottom: 40px;}
    .C_vista_checkout > div > .row > .col-md-8{border-left: 0px;}
    .C_vista_checkout > div > .row > .col-md-8 .col-8, .C_vista_checkout > div > .row > .col-md-8 .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 !important;
    }
}
@media screen and (max-width: 568px) {
    div#cart-vacio h1{
        font-size: 28px;
    }
}