/* PRODUCT ITEMS LAYOUT*/
@media (min-width:769px){
    .catalogsearch-result-index #maincontent.page-main .columns .column.main{
        width: 100%;
    }
}

/* CANCEL 1 ITEM PER ROW MOBILE */
/* @media (max-width:500px){
    .catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item{
        width: calc((100% - 2%));
        margin-bottom: 25px;
    }
    .catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details{
        width: 100%;
    }
} */

/* PRODUCT INFO */
.catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name .product-item-link{
    font-weight: 600;
}
.catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-reviews-summary.short, .catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product.actions.product-item-actions .actions-secondary{
    display: none;
}
.catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price .price-container.price-final_price.tax.weee .price-wrapper .price{
    font-size: 16px;
    font-weight: 500;
    color: #DC2E6B;
}
/* ADD TO CART BUTTON */
.catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner{
    display: flex;
    justify-content: center;
}
.catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price{
    margin-bottom: 10px;
}
.catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary .action.tocart.primary{
    border: none;
    background: #DC2E6B;
    height: 40px;
    border-radius: 50px;
    width: 120px;
    font-weight: 500;
}
@media(min-width:769px){
    .catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product.actions.product-item-actions .actions-primary .action.tocart.primary{
        width: 160px;
    }
}
/* BUTTON SHOW ON HOVER DESKTOP */
@media (min-width:1280px){
    .catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info{
        position: relative;
    }
    .catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner{
        position: absolute; 
        left: 0; 
        right: 0; 
        top: 125px;
        margin-left: auto; 
        margin-right: auto; 
        width: fit-content;
        z-index: 1;
        display: none;
    }
    .catalogsearch-result-index .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item:hover .product-item-info .product.details.product-item-details .product-item-inner{
        display: block;
    }
}
/* WRAPPER BOTTOM BORDER */
.catalogsearch-result-index #maincontent.page-main .columns .column.main .products.wrapper.grid.products-grid{
    border-bottom: 1px solid #eaeaea;
}
/* TOOLBAR BOTTOM */
.catalogsearch-result-index #maincontent.page-main .toolbar.toolbar-products.bottom .field.limiter{
    display: none;
}
    /* PAGER */
    .catalogsearch-result-index #maincontent.page-main .toolbar.toolbar-products.bottom .pages .items.pages-items{
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
    }
    .catalogsearch-result-index #maincontent.page-main .toolbar.toolbar-products.bottom .pages .items.pages-items .item.current span{
        color: #DC2E6B;
    }
    .catalogsearch-result-index #maincontent.page-main .toolbar.toolbar-products.bottom .pages .items.pages-items .item span{
        color: #878787;
        font-weight: 400;
        font-size: 16px;
        padding: 15px
    }
    .catalogsearch-result-index #maincontent.page-main .toolbar.toolbar-products.bottom .items.pages-items .item.pages-item-next .action.next{
        border: none;
    }
    .catalogsearch-result-index #maincontent.page-main .toolbar.toolbar-products.bottom .items.pages-items .item.pages-item-next .action.next::before{
        font-size: 14px;
        content: "Siguiente";
        font-family: 'Poppins', sans-serif;
        border: none;
        position: relative;
        left: 10px
    }
    .catalogsearch-result-index #maincontent.page-main .toolbar.toolbar-products.bottom .items.pages-items .item.pages-item-previous .action.previous{
        border: none;
    }
    .catalogsearch-result-index #maincontent.page-main .toolbar.toolbar-products.bottom .items.pages-items .item.pages-item-previous .action.previous::before{
        font-size: 14px;
        content: "Anterior";
        font-family: 'Poppins', sans-serif;
        border: none;
        position: relative;
        right: 10px
    }







