.idoBRA {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-row-gap: 1.25rem;
    grid-column-gap: 1rem;
}

._listItem_qnkkh_15 {
    display: flex;
    align-items: center;
}

._icon_qnkkh_1 {
    margin-right: 12px;
    height: 3rem;
    width: 3rem;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #c8c6c6;
}

.u8XcJr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.u8XcJr img {
    height: 2rem;
    width: 2rem;
}

._itemTitle_qnkkh_25 {
    margin: 0;
    line-height: 1.35;
}

.RNdvPQ h4 {
    font-weight: 600;
    font-size: 1.125rem;
}

.two-column-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.wgBPwh p {
    font-size: .875rem;
    margin-top: 6px;
    line-height: 2.5rem;
}

/* Estilos para cargar imágenes de dashboard */

.vat {
    vertical-align: top;
}

.list-inline-item {
    display: inline-block;
}


.list-inline-item:not(:last-child) {
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.btn_upload, .upload_file_input_add_remove {
    height: 160px;
    overflow: hidden;
    position: relative;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_upload {
    background-color: transparent;
    border: 1px solid #0061DF;
    border-radius: 3px;
    color: #0061DF;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 160px;
    line-height: 150px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 180px;
}

.btn_upload input, .it {
    height: 100%;
    position: absolute;
}

.btn_upload input {
    cursor: pointer;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
}

.portfolio_item {
    background-color: #fafafa;
    border-radius: 3px;
    height: 150px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 170px;
}

.portfolio_item .edu_stats_list {
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #E6E9EC;
    cursor: pointer;
    height: 35px;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 35px;
}

.portfolio_item:hover .edu_stats_list {
    opacity: 1;
}

.portfolio_item .edu_stats_list span {
    color: #1A3760;
    font-size: 10px;
    font-weight: 600;
}

.portfolio_item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/*== File Upload and delete Style1 Add Listing Page ==*/
.upload_file_input_add_remove {
    height: 160px;
    overflow: hidden;
    position: relative;
    width: 180px;
}

.btn_upload {
    background-color: transparent;
    border: 1px solid #0061DF;
    border-radius: 3px;
    color: #0061DF;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 160px;
    line-height: 150px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 180px;
}

.btn_upload input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
}

.it {
    border-radius: 8px;
    height: 100%;
    /* left: 0; */
    max-height: 150px;
    max-width: 170px;
    position: absolute;
    /* top: 0; */
    width: 100%;
    object-fit: contain;
}

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
    display: none;
}

.btn-rmv1:hover,
.btn-rmv1:active,
.btn-rmv1:focus,
.btn-rmv2:hover,
.btn-rmv2:active,
.btn-rmv2:focus,
.btn-rmv3:hover,
.btn-rmv3:active,
.btn-rmv3:focus,
.btn-rmv4:hover,
.btn-rmv4:active,
.btn-rmv4:focus,
.btn-rmv5:active,
.btn-rmv5:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.remove_add_file {
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #0D263B;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
}

/*== File Upload and delete End Add Listing Page ==*/

/* Estilos para gráfica de precios */

.range-gauge {
    padding: 50px 20px;
}

.range-bar {
    height: 10px;
    background: #ddd;
    position: relative;
}

.range-bar .bar {
    background: blue;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.range-bar .bar .labels {
    table-layout: fixed;
    margin-top: 10px;
    width: 100%;
    display: table;
    font-size: 70%;
}

.range-bar .bar .labels>span {
    display: table-cell;
    text-align: center;
    line-height: 100%;
    padding: 3px;
}

.range-bar .bar .labels>span:first-child {
    text-align: left;
}

.range-bar .bar .labels>span:last-child {
    text-align: right;
}

.range-bar .bar:hover {
    opacity: 1;
}

.range-bar .gauge-bubble {
    width: 100px;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    bottom: 100%;
    padding: 6px 0;
}

.range-bar .gauge-bubble .lbl {
    padding: 5px;
    border-radius: 5px;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    background: blue;
    color: white;
}

.range-bar .gauge-bubble .lbl small {
    text-transform: uppercase;
    font-size: 0.6rem;
}

.range-bar .gauge-bubble .lbl:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 0 8px;
    border-color: blue transparent transparent transparent;
}

@media screen and (max-width: 767px) {
    .advance_search_panel {
        display: none !important;
    }

    .advance_search_panel.ocultar {
        display: block !important;
    }

    .textonmobile {
        display: none !important;
    }

    .home_content.home1_style .home-text .para {
        margin-top: 110px;
    }
}

.brands-scroll,
.cats-scroll,
.subcats-scroll {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

.subcats-scroll {
    max-height: 180px;
}

.brands-scroll::-webkit-scrollbar,
.cats-scroll::-webkit-scrollbar,
.subcats-scroll::-webkit-scrollbar {
    width: 6px;
}

.brands-scroll::-webkit-scrollbar-thumb,
.cats-scroll::-webkit-scrollbar-thumb,
.subcats-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.sidebar-border, .sidebar-content,
#filtro_dinamico_marcas, #filtro_categorias {
    overflow-x: hidden;
}

#filtro_dinamico_marcas .list-checkbox,
#filtro_categorias .cb-container .text-small {
    word-break: break-word;
    white-space: normal;
}

.sidebar-sticky {
    position: sticky;
    top: 80px;
    max-height: none;
    overflow: visible;
}

/* Panel de busqueda */
#suggestions-global {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    max-height: 360px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow:
        0 10px 20px rgba(0, 0, 0, .08),
        0 2px 6px rgba(0, 0, 0, .06);
    padding: 6px;
    width: 300px;
}

.suggestion-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 0;
    background: transparent;
    transition: background .15s ease, transform .08s ease;
}

.suggestion-item:hover,
.suggestion-item.active {
    background: #f6f8fb;
}

.sugg-img {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    object-fit: cover;
    background: #f1f1f1;
    border: 1px solid #eee;
}

.sugg-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.sugg-title {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sugg-meta {
    font-size: 12px;
    color: #6b7280;
    display: flex;
    flex-direction: column;
    gap: 2px;
    white-space: normal;
}

.sugg-price {
    margin-left: auto;
    font-size: 13px;
    color: #111827;
    font-weight: 600;
}

#suggestions-global .suggestion-item+.suggestion-item {
    border-top: 1px dashed #eef2f7;
}

#suggestions-global::-webkit-scrollbar {
    width: 8px;
}

#suggestions-global::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 8px;
}

/* El icono no recibe eventos: el click llega al <a data-fav-toggle="1"> */
.btn.btn-wishlist {
    pointer-events: none;
}

/* Estado favorito (mismo ícono que hover, como pediste) */
.btn.btn-wishlist.is-fav,
.is-fav .btn.btn-wishlist {
    background: #ffffff url(../imgs/template/icons/wishlist-hover.svg) no-repeat center;
    border-color: #e53935;
    /* opcional */
}

/* Botón-ícono del carrito con el mismo tamaño que wishlist/compare */
.btn.btn-cart-icon {
    border: 1px solid #D5DFE4;
    height: 30px;
    width: 30px;
    background: #ffffff url(../imgs/template/icons/arrow-2.svg) no-repeat center;
    padding: 0;
    opacity: 1;
    transform: none;
    transition: all .2s cubic-bezier(0.28, 0.12, 0.22, 1);
}

/* hover como los demás */
.btn.btn-cart-icon:hover {
    background: #ffffff url(../imgs/template/icons/arrow-2-hover.svg) no-repeat center;
}

/* Estado “en el carrito” (relleno) */
.addcart.is-in-cart .btn-cart-icon {
    background: #ffffff url(../imgs/template/icons/arrow-2-hover.svg) no-repeat center;
    border-color: #1e90ff;
}

.addcart.is-in-cart .cart-btn-text {
    color: #1e90ff;
    font-weight: 600;
}

/* Evitar que el botón de carrito se ensanche */
.addcart.cart-btn {
    white-space: nowrap;
}

.listCheckout .item-wishlist {
    display: flex;
    align-items: center;
    gap: 12px;
}

.listCheckout .product-wishlist {
    flex: 1 1 auto;
}

.listCheckout .wishlist-status {
    flex: 0 0 44px;
    text-align: center;
    white-space: nowrap;
}

.listCheckout .wishlist-price {
    flex: 0 0 140px;
    text-align: right;
    white-space: nowrap;
}

.listCheckout .product-wishlist h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; 
}