/**** Negro Web Cart Configuration ****/

.product-list {
        list-style-type: none; /* Elimina los puntos */
        padding: 0;
        margin: 0;
    }

    .product-list li {
        position: relative;
        padding-left: 35px; /* Espacio para el checkmark */
        margin-bottom: 10px; /* Espacio entre elementos */
        font-size: 16px;
        line-height: 20px; /* Alineación vertical */
    }

    .checkmark {
        position: absolute;
        left: 0;
        top: 50%;
        width: 20px;
        height: 20px;
        background-color: #4CAF50; /* Color verde */
        border-radius: 50%; /* Hacer el círculo */
        transform: translateY(-50%); /* Centrar verticalmente */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .checkmark::after {
        content: '\2714'; /* Símbolo de checkmark */
        color: white;
        font-size: 14px;
    }

/*****************************************************************************/
.title_section h2 {color: var(--white);}.title_section p {color: var(--light);}.card .card-header .card-title {color: var(--white);font-size: 18px;font-weight: 600;}.card .card-header .card-title i {color: #97cb3b;}.card .card-body .price-all {font-size: 18px;font-weight: 500;color: var(--light2);}.card .card-body .price-all .price {color: var(--white);font-weight: 700;font-size: 24px;}.card .card-body .btn-main {padding: 6px 20px;}.card .card-body .btn-main i {font-size: .875rem;}#order-standard_cart .font-size-36 {color: var(--white) !important;}#order-standard_cart .card .card-body .product-title {font-size: 20px;font-weight: 500;color: var(--white);}#order-standard_cart .card .card-body p strong {color: var(--white);}#order-standard_cart label, #order-standard_cart p.domain-renewal-desc {color: var(--light);}.one_click {background: var(--dark);}.one_click img {width: 70px;height: 70px;}.one_click h4 {color: var(--white);font-weight: 400;font-size: 18px;}.features .features_box i {color: #97cb3b;}.features .features_box h4 {color: var(--white);}.features .features_box {font-size: 15px;}.card-header .badge-main {position: relative;top: -8px;font-weight: 500;font-size: 10px;}