#masterTodo .row {
    margin-left: 0;
    margin-right: 0;
}
div#modal-buscador .modal-content {
    padding: 76px 15px;
}
.input-wrapper {
    position: relative;
}
    .input-wrapper .input {
        box-sizing: border-box;
        /* color: #191919; */
        padding: 15px 15px 15px 35px;
        width: 100%;
        height: 40px;
        border-radius: 52px;
        border: 1px solid #d5d5d5;
        color: black;
        font-size: 16px;
        margin-top: unset !important;
    }
.banner-promo:hover, .imgmacstore, .linkmacstore, input[type=checkbox], input[type=radio] {
    cursor: pointer;
}
#range-precios {
    height: 140px;
}
#steps-slider {
    width: 80%;
    margin: 0px auto;
    margin-top: 25px;
}
#steps-slider {
    height: 10px;
}
div#masterOfertas {
    height: auto;
    margin-bottom: -20px;
}
.interO {
    padding: 16px;
    margin: 0;
    min-height: 170px !important;
}
.interiorOfertas .precioDescuento, .interiorOfertas h2 {
    margin-bottom: 0;
    margin-top: 10px;
}
#cuerpoProductos .cantidadDescuento {
    color: black !important;
}
.interiorOfertas h2 {
    line-height:1.1;
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    font-size: x-small;
    margin-top: 10px;
}
.filters-search {
    overflow-x: hidden;
}
.noUi-tooltip {
    font-size: 11px;
}
.noUi-handle:after, .noUi-handle:before {
    background: transparent !important;
}
#steps-slider .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    border-radius: 9px;
    /*  border: solid 1px #75787a;*/
}
#steps-slider .noUi-connect {
    background: var(--bblue) !important;
}
div#modal-buscador .close {
    background: white;
    opacity: 1;
    font-size: 30px;
}
.img-circle {
    border-radius: 0px;
}
span.icon-busqueda svg.input-icon {
    display: none;
    color: #6e6e73;
    position: absolute;
    left: inherit;
    top: inherit;
    margin-top: 23px;
    font-size: 10px;
    transform: translateY(-50%);
}
.filters-search .header-legal {
    font-size: 15px;
    padding: 5px 0px;
    font-family: "Montserrat" !important;
    font-weight: 600 !important;
}
.mb-1{
    margin-bottom:10px;
}
.has-feedback.mb-1 {
    margin-bottom: 10px !important;
}
@media screen and (max-width: 2560px) {
    .interiorOfertas img {
        margin: auto;
        padding: 0;
        transition: .3s;
    }
}
@media (max-width: 1024px) {
    span.icon-busqueda svg.input-icon {
        display: block;
    }
    .item-buscador-1 {
        display: block !important;
    }
    .filters-search {
        width: 100%;
    }
    div#modal-buscador .modal-dialog {
        margin: 2px auto !important;
    }
    div#modal-buscador .modal-lg {
        width: 100% !important;
        margin: auto 0px !important;
    }
    
}
@media (min-width: 800px) {
    div#ejemplo {
        display: block !important;
        height: auto !important;
    }

    div#ejemplo .btn {
     pointer-events: none;
     cursor: default;
    }
     .btn div#ejemplo {
            pointer-events: auto;
        }

  /*.iconfeclas {
    display: none;
   }*/
    .header-legal:hover {
        background-color: white !important;
    }
    .h-3 {
        height: auto;
    }
    .noUi-horizontal .noUi-tooltip {
        left: 37% !important;
    }
    div#colapsefac {
        display: block !important;
    }
}
@media (max-width: 1199px) and (min-width: 800px) {
    div#masterTodo .body-search {
        display: flex;
        width: 100%;
    }
    div#masterTodo .filters-search{
        width:45vw;
    }
    div#modal-buscador .modal-dialog.modal-lg {
        top: 0 !important;
    }
    div#modal-buscador .modal-content {
        padding: 76px 0px 0;
    }
    .h-3 {
        height: auto;
    }
  
   
}
@media (max-width: 799px) and (min-width: 250px) {
    .h-3 {
        height: 44px;
    }
    .icon-busqueda.d-noneuser {
        display: flex !important;
    }
    div#modal-buscador .modal-dialog.modal-lg{
        top:0;
    }
    .filters-search .header-legal {
        background: #1212120a;
        padding: 10px !important;
    }
    .header-legal:hover {
        background-color: #faf0ff !important;
    }
    .filters-search .btn.btn-info.bb-1 {
        margin-top: 15px;
    }
    div#ejemplo {
        max-height: 350px;
    }
    .noUi-horizontal .noUi-tooltip {
        left: 39%;
    }
    .noUi-tooltip {
        font-size: 15px;
    }
   
    /*div#colapsefac {
        height: 350px;
    }*/
    .filters-search {
        max-height: 350px;
        overflow-y: inherit;
    }
    div#colapsefac {
        overflow-y: hidden !important;
    }
}

@media (max-width: 450px) {
    div#cuerpoProductos {
        padding: 0;
    }
    .body-search-x {
        height: 500px !important;
    }
}

@media (max-width: 350px) {
    .col-xs-6.tarj300 {
        width: 100% !important;
    }
}


