/* input(87,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(93,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(99,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(292,15): run-time error CSS1034: Expected closing parenthesis, found '<'
input(311,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(340,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(350,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(363,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(435,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(443,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(449,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(545,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(596,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(633,15): run-time error CSS1034: Expected closing parenthesis, found '<'
input(824,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(934,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(958,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(964,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(1007,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(1021,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(1035,15): run-time error CSS1034: Expected closing parenthesis, found '>'
input(1212,15): run-time error CSS1034: Expected closing parenthesis, found '>' */
.preloader {
    opacity: .9;
}

.banner-1 a.swiper-slide :hover span {
    color: #FFF;
}

.ocultar {
    display: none;
}

.input_error {
    border-color: var(--ErrorInput) !important;
    box-shadow: 0 0 0 1px var(--ErrorInput);
}

.form-control.input_error:focus, .form-select.input_error:focus {
    border-color: var(--ErrorInput) !important;
    box-shadow: 0 0 0 1px var(--ErrorInput);
}

.form-text.error_text {
    color: var(--TextoError);
}

.label {
    background-color: var(--BackgLblDescuento) !important;
    color: var(--ColorLblDescuento) !important;
}

.container_mensaje_error p {
    margin-bottom: 0;
    font-size: 14px;
}

.head-main h3,
.color-brand-3 {
    color: var(--TituloApp) !important;
}

.btn.btn-cart {
    color: var(--TextoBotonApp);
    border: 1px solid var(--BotonApp);
}

    .btn.btn-cart:hover {
        border: 1px solid var(--BotonApp);
        background-color: var(--BotonApp);
    }

.btn.btn-buy {
    border: 1px solid var(--BotonApp);
    background-color: var(--BotonApp);
}

    .btn.btn-buy:hover {
        border: 1px solid var(--BotonApp);
        background-color: #fff;
        color: var(--BotonApp);
    }
/*#region banner-----------------*/
.banner-hero.banner-1 .banner-big.sin_texto {
    background-color: #fff;
    background-position: center top;

}
.btn.btn-brand-2.sin_texto {
    display: none;
}
.banner-small.banner-small-2.sin_texto {
    height: auto;
    aspect-ratio: 16 / 9;
    background-size: contain !important;
    background-position: center !important;
}

.grid-banner-height.sin_texto::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

@media (width >= 768px) {
    .banner-hero.banner-1 .banner-big.sin_texto {
        background-color: #fff;
    }
}

@media (width >= 1024px) {
    .banner-hero.banner-1 .banner-big.sin_texto {
        background-color: #fff;
    }
}

@media (width >= 1400px) {
    .banner-small.banner-small-2.sin_texto {
        background-color: #D4F7FF;
        height: 238px;
        background-size: 100% auto !important;
        aspect-ratio: auto;
    }
}
/*#endregion banner ----------*/
/*#region Select_2-----------------*/
.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    font-weight: 500;
    height: 34px;
    padding: .375rem .75rem;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #6B83B6;
        line-height: 22px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #094067 transparent transparent transparent;
    }
/*#endregion Select_2 ----------*/
/*#region sweet_alert2-----------------*/
div:where(.swal2-container).swal2-top-right > .swal2-popup {
    height: 80px;
}

.swal2-popup.swal2-toast .swal2-icon {
    margin-bottom: 30px;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0px;
    margin-bottom: 30px;
}
/*#endregion sweet_alert2 ----------*/
/*#region MenuTop-------------*/
.topbar {
    padding: 10px;
}

    .topbar .info-topbar span {
        cursor: default;
    }

.header .main-header .header-left .header-logo {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-left: 0;
}

    .header .main-header .header-left .header-logo a img.logo_coop {
        min-width: 100px;
    }

.header .main-header .header-left .header-shop {
    margin-top: 5px;
}

    .header .main-header .header-left .header-shop .icon-cart {
        background-image: url(../img/Carrito.svg?v=ji4BRNIqWkyP9XKmGhB-wJG1xFQ);
    }

.ECommerce__BtnMenu label {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    padding-top: 2px;
    padding-left: 5px;
    user-select: none;
    cursor: pointer;
}

.ECommerce__BtnMenu .icono_menu {
    display: flex;
    align-items: center;
}

    .ECommerce__BtnMenu .icono_menu a {
        padding-left: 10px;
    }

    .ECommerce__BtnMenu .icono_menu img {
        min-width: 30px;
        min-height: 30px !important;
    }

    .ECommerce__BtnMenu .icono_menu label {
        display: none;
    }

.ECommerce__BtnMenu.ToolTip .tiptext {
    width: auto;
    text-align: start;
}

.ECommerce__BtnMenu.ToolTip:hover .tiptext {
    visibility: hidden;
}

.ECommerce__BtnMenu.ToolTip.bottom .tiptext {
    background-color: #FFF;
    box-shadow: 0 8px 10px rgb(75 75 75 / 90%);
    margin-left: -60px;
    top: 50px;
    left: 0;
    z-index: 3;
}

    .ECommerce__BtnMenu.ToolTip.bottom .tiptext::after {
        border-color: transparent transparent #FFF transparent;
    }

.ECommerce__BtnMenu.ToolTip .tiptext a h5 {
    color: #20293f;
}

.ECommerce__Menu #DivCategorias {
    width: 180px;
    grid-column: 1;
    grid-row: 1;
}

.ECommerce__Menu h5.ItemCategario:hover {
    color: var(--ColorBtnBuscar);
    border-bottom: solid 1px var(--ColorBtnBuscar);
}

.ECommerce__Menu #DivCategorias h5.ItemActivo {
    color: var(--ColorBtnBuscar);
}

.ECommerce__Menu #DivLineas {
    display: flex;
    flex-direction: column;
}

.ECommerce__Menu .ItemLinea {
    width: 230px;
    padding-right: 20px;
}

    .ECommerce__Menu .ItemLinea h5 {
        padding-left: 5px;
        border-bottom: 1px solid var(--ColorBtnBuscar);
    }

    .ECommerce__Menu .ItemLinea a {
        user-select: none;
        color: inherit;
        padding-bottom: 10px;
        cursor: pointer;
    }

        .ECommerce__Menu .ItemLinea a:hover {
            padding-left: 5px;
            color: var(--ColorBtnBuscar);
            font-weight: bold;
        }

        .ECommerce__Menu .ItemLinea a.VerTodo {
            font-weight: bold;
            font-size: 13px;
        }

.ECommerce__Menu .ItemGrupo {
    font-size: 13px;
}

.ECommerce__Menu h5 {
    font-size: 13px;
    padding-left: 20px;
    padding-bottom: 5px;
    user-select: none;
    cursor: pointer;
}

@media (width <= 575.98px) {
    .breadcrumb {
        padding-left: 0;
    }

    .header .main-header .header-left .header-logo {
        max-width: 50%;
        justify-content: flex-start;
    }

    .header .main-header .header-left .header-shop {
        width: 50%;
    }

    .header .main-header .header-left .header-logo a img.logo_coop {
        width: 140px;
    }
}

@media (width >= 768px) {
    .header .main-header .header-left {
        gap: 20px;
    }

    .breadcrumb {
        padding-left: 0;
    }

    .ECommerce__Menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

        .ECommerce__Menu #DivLineas {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

    .ECommerce__BtnMenu .icono_menu a {
        padding-left: 20px;
    }

    .ECommerce__BtnMenu.ToolTip.bottom .tiptext {
        top: 52px;
    }
}

@media (width >= 800px) {
    .header .main-header .header-left .header-logo {
        max-width: 25%;
    }

    .ECommerce__BtnMenu .icono_menu label {
        display: block;
    }
}

@media (width >= 1024px) {
    .ECommerce__Menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

        .ECommerce__Menu #DivLineas {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }
}

@media (width >= 1440px) {
    .ECommerce__Menu #DivLineas {
        grid-template-columns: repeat(4, 1fr);
    }
}
/*#endregion MenuTop ----------*/
/*#region Typeahead-------------*/
.header .main-header .header-left .header-search .box-header-search {
    width: 90%;
}

    .header .main-header .header-left .header-search .box-header-search .form-search {
        align-items: center;
    }

.ECommerce__Search {
    justify-content: center;
}

    .ECommerce__Search .input-group {
        flex-wrap: nowrap;
        gap: 5px;
    }

    .ECommerce__Search #txtBuscarProducto {
        height: 33px;
    }

    .ECommerce__Search .twitter-typeahead {
        width: 100%;
    }

    .ECommerce__Search .tt-menu.tt-open {
        background-color: #fff;
        width: 100%;
        padding: 10px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        margin-top: 6px;
        border-bottom: 1px solid #DDE4F0;
        border-left: 1px solid #DDE4F0;
        border-right: 1px solid #DDE4F0;
    }

    .ECommerce__Search .tt-suggestion {
        margin-bottom: 5px;
        cursor: pointer;
    }

        .ECommerce__Search .tt-suggestion:hover {
            color: #FFF;
            background-color: #0063B9;
        }

.ECommerce__BtnSearch button {
    border-radius: 8px;
    background-color: var(--ColorBtnBuscar);
    border-color: var(--ColorBorderBtnBuscar);
    color: #FFF;
    height: 34px;
    padding: 5px;
    margin-bottom: 3px;
    margin-top: -1px;
}

    .ECommerce__BtnSearch button:focus,
    .ECommerce__BtnSearch button:hover,
    .ECommerce__BtnSearch button:active {
        background-color: var(--ColorBtnBuscarHover);
        border-color: var(--ColorBorderBtnBuscar);
    }

@media (width >= 768px) {
    .header .main-header .header-left .header-search {
        display: flex;
        justify-content: flex-end;
        width: 65%;
    }
}

@media (width >= 800px) {
    .header .main-header .header-left .header-search .box-header-search {
        width: 80%;
    }
}

@media (width >= 1440px) {
    .header .main-header .header-left .header-search {
        justify-content: center;
    }
}
/*#endregion Typeahead ----------*/
/*#region categorias-----------------*/
#section_categorias .list-9-col {
    justify-content: center;
}

#section_categorias .box-category {
    padding: 5px 3px;
}

    #section_categorias .box-category .image {
        text-align: center;
        margin-bottom: 0;
    }

    #section_categorias .box-category .text-info {
        padding: 0 8px;
    }

        #section_categorias .box-category .text-info a {
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

#section_categorias li.ToolTip.bottom .tiptext {
    top: 80%;
    left: 40%;
    width: 150px;
    text-align: center;
}
/*#endregion categorias ----------*/
/*#region Destacados-----------------*/
.list-products-5 .card-grid-style-3 {
    padding: 4px;
}

.card-grid-style-3 .card-grid-inner {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 440px;
}

.card-grid-style-3.card-grid-none-border .card-grid-inner {
    border-color: #D5DFE4;
}

.price-cuotas {
    margin-top: 10px;
    text-align: center;
    padding: 6px;
    background-color: #dfe9ff;
}

.card-grid-style-3 .card-grid-inner.convenio .image-box img {
    max-height: none;
}
/*#endregion Destacados ----------*/
/*#region Ofertas flash-----------------*/
#section_ofertas_flash .tab-content .row.ofertas_centrado {
    justify-content: center;
}

#section_ofertas_flash .card-grid-inner {
    height: auto;
}

#section_ofertas_flash .box-top-deals {
    margin-left: 25px;
}

#section_ofertas_flash .list-features li p {
    width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#section_ofertas_flash .top-deals .label {
    background-color: transparent !important;
}

#section_ofertas_flash .top-deals-right {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media (width >= 1440px) {
    #section_ofertas_flash .card-grid-inner {
        height: 340px;
        justify-content: flex-end;
    }
}
/*#endregion Ofertas flash ----------*/
/*#region Modal producto-----------------*/
.product-description {
    height: 120px;
    overflow-y: auto;
    padding: 0 9px;
}

.product-info .product-description {
    height: 162px;
}

.product-info .buy-product {
    margin-top: 65px;
}
/*#endregion Modal producto ----------*/
/*#region Producto-----------------*/
.section_producto .product-description {
    height: auto;
    overflow: hidden;
}

.section_producto .list-col-5 li {
    padding: 0;
    width: auto;
}
/*#endregion Producto ----------*/
/*#region Filtro Producto-----------------*/
.sidebar-head.textoBusqueda {
    padding-top: 10px;
    padding-bottom: 10px;
}

#FiltrosProductos .ft_categoria .list-checkbox {
    padding: 0;
}

#FiltrosProductos .list-checkbox li {
    padding: 0px 10px 6px 0px;
}

.sin_registro .texto_sin_registro {
    color: var(--TituloApp);
}

@media (width >= 768px) {
    #section_filtros .card_horizontal .card-grid-inner {
        flex-direction: row;
        justify-content: flex-start;
        height: auto;
    }

        #section_filtros .card_horizontal .card-grid-inner .tools {
            bottom: 10px;
            left: 10px;
            top: auto;
            right: auto;
            width: 100%;
            max-width: 260px;
        }

        #section_filtros .card_horizontal .card-grid-inner .image-box {
            width: 25%;
            min-width: 260px;
            max-width: 260px;
            margin-bottom: 40px;
        }

        #section_filtros .card_horizontal .card-grid-inner .info-right {
            width: 100%;
        }

            #section_filtros .card_horizontal .card-grid-inner .info-right .texto_cuota_prod {
                max-width: 350px;
            }

            #section_filtros .card_horizontal .card-grid-inner .info-right .btn-cart {
                max-width: 260px;
                float: right;
            }
}

@media (width <= 1399.98px) {
    #section_filtros .card_horizontal .card-grid-inner .image-box {
        min-width: 210px;
        max-width: 210px;
    }
}

/*#endregion Filtro Producto ----------*/
/*#region Sucribete-----------------*/
.invitacion {
    position: relative;
    transition: opacity 0.3s ease; /* Agrega una transición de opacidad */
}

.cerrarInvitacion {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

    .cerrarInvitacion img:hover {
        width: 30px;
    }
/*#endregion Sucribete ----------*/
/*#region Modal Cantidad Producto-------------*/
.ECommerce__Agregado .modal-dialog {
    max-width: 740px;
}

.ECommerce__Agregado .modal-content {
    border-radius: 14px;
    margin-left: 10px;
}

.ECommerce__Agregado .modal-body {
    padding: 0;
    padding-bottom: 30px;
}

.ECommerce__Agregado .card {
    border: none;
}

.ECommerce__Agregado .card-body {
    padding: 0 10px;
}

.ECommerce__Agregado .header_cantidad,
.ECommerce__Agregado h6.d-inline {
    padding: 5px 15px;
    margin: 10px 0;
    background-color: #F0F3F8;
    border-radius: 4px;
}

.ECommerce__Agregado .producto_cantidad {
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 5px;
}

    .ECommerce__Agregado .producto_cantidad img {
        width: 50px;
    }

    .ECommerce__Agregado .producto_cantidad h6 {
        font-size: 14px;
    }

.ECommerce__Agregado .valor_cantidad,
.ECommerce__Agregado .Cantidad {
    display: flex;
    flex-direction: column;
}

    .ECommerce__Agregado .valor_cantidad .ProductoValor {
        padding: 0 10px;
    }

    .ECommerce__Agregado .Cantidad .ctrl_cantidad {
        width: 200px;
        margin: auto;
    }

    .ECommerce__Agregado .Cantidad button {
        color: #6c757d;
        border: none;
        z-index: 0;
        padding: 10px;
    }

        .ECommerce__Agregado .Cantidad button:hover,
        .ECommerce__Agregado .Cantidad button:active {
            box-shadow: none;
            background: none;
            color: #20293f;
        }

    .ECommerce__Agregado .Cantidad .form-control:disabled,
    .ECommerce__Agregado .Cantidad .form-control[readonly] {
        background-color: #FFF;
        border: none !important;
        border-bottom: 1px solid #6c757d !important;
        text-align: center;
        font-size: 16px;
    }



.ECommerce__Agregado table .ProductoNombre {
    width: 50%;
    vertical-align: middle;
    text-align: left;
}

.ECommerce__Agregado table .Cantidad,
.ECommerce__Agregado table .ProductoValor {
    text-align: center;
    vertical-align: middle;
    width: 25%;
}

.ECommerce__Agregado table .Cantidad {
    padding: 0;
}

.ECommerce__Agregado table #ProductoNombre {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
}

    .ECommerce__Agregado table #ProductoNombre img {
        width: 100px;
    }

.ECommerce__Agregado .modal-footer button {
    width: 180px;
    font-size: 14px;
    font-weight: 700;
    height: 35px;
    line-height: 10px;
    border-radius: 10px;
}

.ECommerce__Agregado .modal-footer {
    flex-direction: column-reverse;
}

    .ECommerce__Agregado .modal-footer button {
        width: 100% !important;
        margin: 0 0 10px 1px;
    }

    .ECommerce__Agregado .modal-footer #btnVerCarrito.btn-outline-primary {
        color: var(--ColorBtnVerCarrito);
        border-color: var(--ColorBtnVerCarrito) !important;
    }

        .ECommerce__Agregado .modal-footer #btnVerCarrito.btn-outline-primary:hover,
        .ECommerce__Agregado .modal-footer #btnVerCarrito.btn-outline-primary:disabled,
        .ECommerce__Agregado .modal-footer #btnVerCarrito.btn-outline-primary:active {
            color: #FFF;
            background-color: var(--ColorBtnVerCarrito) !important;
        }

    .ECommerce__Agregado .modal-footer .btnSeguirComprando.btn-outline-primary {
        color: var(--ColorBtnSeguirComprando);
        border-color: var(--ColorBtnSeguirComprando) !important;
        height: 35px;
        width: 180px;
        font-size: 14px;
    }

        .ECommerce__Agregado .modal-footer .btnSeguirComprando.btn-outline-primary:hover,
        .ECommerce__Agregado .modal-footer .btnSeguirComprando.btn-outline-primary:disabled,
        .ECommerce__Agregado .modal-footer .btnSeguirComprando.btn-outline-primary:active {
            color: #FFF;
            background-color: var(--ColorBtnSeguirComprando) !important;
        }

    .ECommerce__Agregado .modal-footer .btn.btn-buy,
    .ECommerce__Agregado .modal-footer .btn.btn-cart {
        font-weight: 500 !important;
        padding: 7px 15px;
    }

@media (width >= 768px) {
    .ECommerce__Agregado .header_cantidad {
        display: flex;
        justify-content: space-between;
    }

    .ECommerce__Agregado .body_cantidad {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .ECommerce__Agregado .header_cantidad .ProductoNombre,
    .ECommerce__Agregado .producto_cantidad {
        width: 50%;
    }

    .ECommerce__Agregado .header_cantidad .ProductoValor {
        width: 30%;
    }

    .ECommerce__Agregado .header_cantidad .Cantidad,
    .ECommerce__Agregado .body_cantidad .valor_cantidad {
        display: block;
        width: 30%;
    }

    .ECommerce__Agregado .body_cantidad .Cantidad {
        text-align: center;
        width: 20%;
    }

        .ECommerce__Agregado .body_cantidad .Cantidad .ctrl_cantidad {
            width: 140px;
        }

    .ECommerce__Agregado .modal-footer {
        flex-direction: row;
    }

        .ECommerce__Agregado .modal-footer button {
            width: 180px !important;
            margin: 0 0 10px 10px;
        }
}

/*#endregion Modal Cantidad Producto ----------*/
/*#region Carrito-----------------*/
.section_en_carrito .box-dropdown-cart {
    top: 4px;
}

    .section_en_carrito .box-dropdown-cart .texto_cart {
        user-select: none;
        cursor: default;
    }

.section_en_carrito .content-wishlist .item-wishlist {
    gap: 4px;
}

.section_en_carrito .item-wishlist .wishlist-product {
    width: 100%;
}

.section_en_carrito .item-wishlist .wishlist-price h4 {
    padding-right: 10px;
}

.section_en_carrito .item-wishlist .wishlist-price h4,
.section_en_carrito .item-wishlist .wishlist-action h4 {
    font-size: 15px;
}

.section_en_carrito .item-wishlist .wishlist-price,
.section_en_carrito .item-wishlist .wishlist-action {
    width: 32%;
}

.section_en_carrito .item-wishlist .wishlist-status {
    width: 20%;
}

.section_en_carrito .item-wishlist .wishlist-remove {
    width: 10%;
}

.section_en_carrito .item-wishlist .wishlist-status .input-quantity {
    min-width: 50px;
    max-width: 50px;
    margin: 0;
}

.section_en_carrito .item-wishlist .wishlist-status input.font-xl {
    font-size: 15px;
    cursor: auto;
}

.section_en_carrito .box-quantity .input-quantity span {
    cursor: pointer !important;
}

.section_en_carrito .box-quantity .input-quantity .minus-cart {
    width: 12px;
}

.section_en_carrito .box-quantity .input-quantity .plus-cart {
    width: 14px;
}

@media (width >= 425px) {
    .section_en_carrito .item-wishlist .wishlist-price h4,
    .section_en_carrito .item-wishlist .wishlist-action h4 {
        font-size: 16px;
    }

    .section_en_carrito .item-wishlist .wishlist-status .box-quantity .input-quantity {
        min-width: 70px;
        max-width: 70px;
    }

    .section_en_carrito .item-wishlist .wishlist-status input.font-xl {
        font-size: 16px;
    }

    .section_en_carrito .box-quantity .input-quantity .minus-cart {
        width: 16px;
    }

    .section_en_carrito .box-quantity .input-quantity .plus-cart {
        width: 18px;
    }
}

@media (width >= 992px) {
    .section_en_carrito .summary-cart h4 {
        font-size: 18px;
    }
}

@media (width >= 1440px) {
    .section_en_carrito .item-wishlist .wishlist-price h4,
    .section_en_carrito .item-wishlist .wishlist-action h4 {
        font-size: 18px;
    }

    .section_en_carrito .item-wishlist .wishlist-status input.font-xl {
        font-size: 18px;
    }

    .section_en_carrito .box-quantity .input-quantity .minus-cart,
    .section_en_carrito .box-quantity .input-quantity .plus-cart {
        width: 18px;
    }

    .section_en_carrito .item-wishlist .wishlist-status .box-quantity .input-quantity {
        min-width: 70px;
        max-width: 70px;
        margin-left: 10px;
    }
}
/*#endregion Carrito*/
/*#region Despacho-----------------*/
#frmDespacho .ctr_direccion {
    display: flex;
}

.despacho_pedido .listCheckout .item-wishlist .wishlist-product {
    width: 65%;
}

.despacho_pedido .product-wishlist .product-info h6 {
    font-size: 12px;
}

.despacho_pedido .wishlist-status h5 {
    font-size: 15px;
}

.despacho_pedido .item-wishlist .wishlist-price h4 {
    font-size: 15px;
}

@media (width >= 768px) {
    .despacho_pedido .product-wishlist .product-info h6 {
        font-size: 14px;
    }

    .despacho_pedido .wishlist-status h5 {
        font-size: 18px;
    }

    .despacho_pedido .item-wishlist .wishlist-price h4 {
        font-size: 18px;
    }
}

@media (width >= 992px) {
    .despacho_pedido .product-wishlist .product-info h6 {
        font-size: 14px;
    }

    .despacho_pedido .wishlist-status h5 {
        font-size: 16px;
    }

    .despacho_pedido .item-wishlist .wishlist-price h4 {
        font-size: 16px;
    }
}

@media (width >= 1440px) {
    .despacho_pedido .product-wishlist .product-info h6 {
        font-size: 16px;
    }

    .despacho_pedido .wishlist-status h5 {
        font-size: 20px;
    }

    .despacho_pedido .item-wishlist .wishlist-price h4 {
        font-size: 20px;
    }
}
/*#endregion Despacho*/
/*#region ToolTip-----------------*/
.ToolTip {
    position: relative;
    display: inline-block;
}

    .ToolTip .tiptext {
        visibility: hidden;
        width: 200px;
        background-color: var(--ColorApp_1);
        color: #20293f;
        border-radius: 3px;
        padding: 6px 3px;
        position: absolute;
        z-index: 1;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        text-align: justify;
    }

        .ToolTip .tiptext::after {
            content: "";
            position: absolute;
            border-width: 5px;
            border-style: solid;
        }

    .ToolTip:hover .tiptext {
        visibility: visible;
    }
    /*------------ToolTip Top------------*/
    .ToolTip.top .tiptext {
        margin-left: -60px;
        bottom: 150%;
        left: 50%;
    }

        .ToolTip.top .tiptext::after {
            margin-left: -5px;
            top: 100%;
            left: 50%;
            border-color: #2E2E2E transparent transparent transparent;
        }
    /*------------ToolTip Bottom------------*/
    .ToolTip.bottom .tiptext {
        margin-left: -60px;
        top: 150%;
        left: 50%;
    }

        .ToolTip.bottom .tiptext::after {
            margin-left: -5px;
            bottom: 100%;
            left: 50%;
            border-color: transparent transparent var(--ColorApp_1) transparent;
        }
    /*------------ToolTip Left------------*/
    .ToolTip.left .tiptext {
        top: -5px;
        right: 110%;
    }

        .ToolTip.left .tiptext::after {
            margin-top: -5px;
            top: 50%;
            left: 100%;
            border-color: transparent transparent transparent #2E2E2E;
        }
    /*------------ToolTip Right------------*/
    .ToolTip.right .tiptext {
        top: -5px;
        left: 110%;
    }

        .ToolTip.right .tiptext::after {
            margin-top: -5px;
            top: 50%;
            right: 100%;
            border-color: transparent #2E2E2E transparent transparent;
        }
/*#endregion ToolTip*/
/*#region progress-bar-----------------*/
.container_progress_bar {
    width: 100%;
    display: flex;
    justify-content: center;
}

.progress_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    flex: 1;
}

    .step .circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: var(--ProgressStep);
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        color: var(--ProgressStepText);
        z-index: 1;
    }

    .step.active .circle {
        background-color: var(--ProgressStepActive);
        color: #FFF;
        border: 2px solid var(--ProgressBorderActive);
    }

    .step.completed .circle {
        color: #FFF;
        background-color: var(--ProgressStepComplete);
    }

    .step .label {
        position: initial;
        margin-top: 4px;
        font-weight: 500;
        background-color: transparent !important;
    }

    .step.active .label {
        font-weight: 700;
        color: var(--ProgressStepActive) !important;
    }

    .step::before {
        content: '';
        position: absolute;
        top: 30%;
        left: -39%;
        width: 78%;
        height: 2px;
        background-color: var(--ProgressLinea);
        z-index: 0;
    }

    .step:first-child::before {
        content: none;
    }

    .step.completed::before {
        background-color: var(--ProgressLineaCompleted);
    }

    .step.active::before {
        background-color: var(--ProgressLineaActive);
    }

@media (width >= 1200px) {
    .progress_bar {
        width: 60%;
    }
}
/*#endregion progress-bar*/
