.page-categories-header {
    background-size: cover;
    position: relative;
    border-radius: 0;
    padding-bottom: 1px;
}
.page-categories-header .page-categories-block {
     padding: .25rem; 
}

.page-categories-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    /* background-color: #e9ecef; */
    border-radius: .25rem;
}
/*
/* ===== [Productos Categorias css] ===== start
*/
.productos-categories-view {
    overflow: hidden;
    width: 270px;
    height: 370px; /* byGSL */
    max-width: 100%;
    &:hover .option-hover {
        display: inline-block;
        transition: all 0.2s ease;
        z-index: 1;
    }
}
.productos-categories-img {
    position: relative;
    overflow: hidden;
}
.productos-categories-item .productos-categories-img .option-hover {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
}
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;

    &:hover {
        transform: scale(1.1);
    }
}
.productos-categories-img .p-new a {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 8px 13px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 2px 0 0 2px;
    background: $info-color;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
}

.productos-categories-img-grid {
    display: inline-block;
    margin-top: 5px;
    max-width: 100%;
    height: auto;
    /* padding: 12px; */
    object-fit: scale-down;
    height: 20vh;
    width: 100%;
    line-height: 1.42857143;
    border-radius: 6px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.productos-categories-info .productos-categories-nombre a {
    padding: 8px 8px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px 0 0 2px;
    font-weight: 500;
}

.productos-categories-info .productos-categories-marca {
    padding: 8px 13px;
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 2px 0 0 2px;
    font-weight: 500;
}

.productos-categories-novedad a {
    position: absolute;
    top: 5px;
    right: 2px;
    padding: 8px 13px;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px 0 0 2px;
    background: #dc3545;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
}

.productos-categories-porcien a {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #ff5252;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 11px 4px;
}
/*
.productos-categories-sku a {
    padding: 8px 8px 8px 8px;
    margin: 8px 8px 8px 8px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 2px 0 0 2px;
    background: #448aff;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
}
*/

.productos-categories-sku a {
    padding: 8px 8px 8px 8px;
    margin: 5px 5px 5px 5px;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    color: black;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;    
}


.productos-categories-discontinuado a {
    position: absolute;
    top: 225px;
    right: 110px;
    padding: 8px 13px;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px 0 0 2px;
    background: #5c5c5c;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
}

.productos-categories-price {
    color: red;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 10px;
}

.old-price {
    margin-left: 10px;
    color: #919aa3;
    text-decoration: line-through;
    font-size: 60%;
}
/*
.productos-categories-info {
    .br-wrapper {
        margin: 0 auto 20px;
    }

    .br-widget {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }

    h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .productos-categories-price {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 10px;

        .old-price {
            color: #919aa3;
            text-decoration: line-through;
            font-size: 50%;
        }
    }
}
*/

.productos-categories-item .productos-categories-info {
    background: #fff;
    padding: 5px 0 5px;
}

.productos-categories-nombre {
    height: 40px;
    line-height: 12px;
}

.productos-categories-item .br-widget {
    min-height: inherit;
}

.productos-categories-img .p-sale {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #ff5252;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 11px 4px;
}

.productos-categories-info .br-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

.option-icon i {
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 36px;
}
/*
/*===== [Productos Categorias css] ===== end
*/


/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
    .productos-categories-tree-container {
        width: 480px;
    }
    .productos-categories-prod-container {
        width: 480px;
    }
}
/*---------- MEDIA 481px - 767px ----------*/
@media (min-width: 481px) and (max-width: 767px){
    .productos-categories-tree-container {
        width: 767;
        padding-left: 15px;
    }    
    .productos-categories-prod-container {
        width: 767px;
        padding-left: 15px;
    }
    
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){

}
/*---------- MEDIA 992px - 1229px ----------*/
@media (min-width: 992px) and (max-width: 1229px){

}
/*---------- MEDIA > 1229px ----------*/
@media (min-width: 1230px){

}