
ol.breadcrumb.pl-0 {
    padding: 0px;
    margin: 0px;
}

.tamanio_celda_foto{
    text-align: center;
    min-height: 315px;
    max-height: 375px;
}
.lazy {
    background: #F1F1FA;
    width: 160px;
    height: auto;
    display: block;
    margin: 10px auto;
    border: 0;
}
.custom-checkbox .custom-control-input {
    cursor: pointer !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{ 
    background-color:#e4002b !important; 
    border-color: #e4002b; 
    box-shadow: none !important;
}
.accordion-header > button:after {
    content: url('https://almacenesbomba.com/img/icons/expand-arrow--v1.png') !important; /* fa-chevron-down */
    font-family: 'Font Awesome 5 Free' !important;
    position: absolute !important;
    right: 7px !important;
}
.accordion-header > button[aria-expanded="true"]:after {
    content: url('https://almacenesbomba.com/img/icons/collapse-arrow.png') !important; /* fa-chevron-up */
}
.ui-slider-horizontal .ui-slider-range { 
    background-color: #000; 
}
.ui-slider .ui-slider-handle {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
    border-radius: 50%;
    height:20px;
    width:20px;
    background: #343a40 !important;
    border: 1px solid #343a40 !important;
    outline: none;
    cursor: pointer;
}
#sidebar {
    background: #fff;
    height: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    overflow: auto;
    position: fixed;
    transition: 0.4s ease-in-out;
    width: 60%;
    z-index: 5001;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    padding: 1rem 2.3rem 1rem 0.7rem;
}
#sidebar.active {
    left: 0;
}
.custom-control-input_v2 {
    margin: 1px;
    transform: scale(1.5);
    accent-color: #d1292e;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #f2120c;
    opacity: 50%;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    z-index: 11000;
}

.nav_sidebar{
    margin-right: 0px;padding-right:5px!important;
}

.label-custom {
    padding-left: 8px;
    font-weight: bold;
}

.custom_box{
    padding-top: 3px;font-size: 12px;line-height: 24px;
    padding-left: 0px;
}
.caja_filtros{
    padding-top: 12px;
}

.contenedor_items{
    min-height: 1080px;
}

.contenedor_items_madisson{
    min-height: 600px;
}

/*
@media screen and (max-width: 992px) {
    .contenedor_items_madisson{
        min-height: 1250px;
    }
}

@media screen and (max-width: 600px) {
    .contenedor_items_madisson{
        min-height: 400px;
    }
}
*/

/* @media screen and (max-width: 768px) {
    .contenedor_items_madisson{
        min-height: 1250px;
    }
}

@media screen and (max-width: 480px) {
    #miDiv #elemento_producto {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 360px) {
    #miDiv #elemento_producto {
        width: calc(100%);
    }
} */


.custom_loader{
    min-height: 100%  !important;
    min-width: 2000px !important;
    position: fixed;
    z-index: 5002;
    background-color: #f5f5f580;
    min-height:60vh;
}
.custom_hide{
    display: none !important;
}
.custom_image_loader{
    margin: 50%;
    padding: 0%;
}
.custom_image_loader_movil{
    width: 4%; margin: 14% 9%;
}
.barra_deslizable{
    max-height: 250px;
    overflow: auto !important;
}