﻿.modal-open {
    padding-right: 0 !important;
}




/*estilos para buscador*/


div#modal-buscador .nsearch {
    padding: 0 !important;
    margin: 0px;
}

div#modal-buscador h3 {
    font-size: 16px;
}

div#modal-buscador h2 {
    font-size: 11px;
    letter-spacing:0;
}

div#modal-buscador .selector-buscador span {
    font-size: 12px;
}

div#modal-buscador .modal-body {
    position: relative;
    padding: 0px 0px;
}
#modal-buscador {
    position: fixed;
    z-index: 1000;
    width: 100%;
}

div#modal-buscador .modal-lg {
    width: 80vw;
    max-width: 1350px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 8px;
    background-color: var(--df-neutral-background, hsl(204, 2%, 100%));
    box-shadow: 0 19px 38px rgba(0, 0, 0, .05), 0 15px 12px rgba(0, 0, 0, .05);
    margin-top: -25px;
}


div#modal-buscador .selector-buscador label {
    color: #1e1e1e;
    cursor: pointer;
    display: block;
    padding: 2px 0px 2px 0px;
    border-bottom: 1px solid #e7e7e7;
    display: fle;
}

    div#modal-buscador .selector-buscador label:hover {
        color: black;
    }

div#modal-buscador .selector-buscador sup small {
    float: right;
    margin-top: 15px;
}

div#modal-buscador .interO p span {
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#modal-buscador .interO .sku-label {
    margin-bottom: 0px;
    margin-bottom: 0px;
}

div#modal-buscador .interO .precioDescuento {
    margin-bottom: 0px;
    margin-bottom: 0px;
}

.nsearch .body-search .filters-search .row {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.body-search-x {
    overflow-y: scroll;
    overflow-x: hidden;
    /*height: 750px;*/
    height: 384px;
}

#iconoDescuento {
    height: 20px;
    width: 40px;
    border-radius: 5px 0px 0px 5px;
    border: none;
}


.nsearch #masterOfertas .interiorOfertas {
    height: auto;
    box-shadow: 0px 0px 15px 3px #f1f1f1;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all .3s;
}


    .nsearch #masterOfertas .interiorOfertas:hover {
        transition: all .3s;
        border: 1px solid orange;
        cursor: pointer;
    }


.modal-backdrop {
    opacity: 0 !important;
}

#modal-buscador {
    background-color: transparent !important;
}

.filters-search .bloque-filtro {
    background-color: #f1f1f164;
    margin-bottom: 10px;
    margin-top: 0px;
    transition: all .3s;
    border-radius: 4px;
}

    .filters-search .bloque-filtro:hover {
        transition: all .3s;
        cursor: pointer;
    }


.filters-search .row {
    margin-top: 20px;
}

div#modal-buscador h3 {
    margin-top: 13px;
    padding: 5px 0px;
    font-size: 15px;
}

.mas-categoria i {
    font-size: 10px;
}

/*div#modal-buscador .modal-content {
    margin-top: -85px;
}
*/
.col-lg-12.filtrosx {
    margin-top: 20px;
    margin-bottom: 20px;
}

div#bloque-fil {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 15px;
}

    div#bloque-fil .dropdown-menu {
        left: 0;
        width: 100%;
    }

.filters-search .bloque-filtro .mas-categoria i {
    color: var(--bblack);
    transform: rotate(0deg);
}

.filters-search .bloque-filtro .collapse.in ~ .mas-categoria i {
    color: var(--bblue);
    transform: rotate(180deg);
}

.col-lg-4.filtrosx.select-filters button {
    background-color: #4CAF50;
    color: white;
    border: solid 1px #4CAF50;
    border-radius: 5px;
}

    .col-lg-4.filtrosx.select-filters button:focus {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(120, 45, 162, 0.6);
    }

#range-precios .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-bottom: 10px;
}

    #range-precios .slider:hover {
        opacity: 1;
    }

    #range-precios .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #0673b9;
        cursor: pointer;
    }

    #range-precios .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #04AA6D;
        cursor: pointer;
    }

#range-precios label {
    font-family: 'sf-pro-display-bold' !important;
    margin-top: 15px;
    padding: 5px 0px;
    font-size: 15px;
    margin-bottom: 10px;
}

/*#modal-buscador.muestra {
    margin-top: -30px;
}*/


.filters-search {
    /*height: 750px;*/
    height: 384px;
    overflow-y: scroll;
}

#bloque-banner img {
    margin: auto;
}

div#bloque-banner {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

div#modal-buscador h2 {
    font-size: 11px;
}


#agregar-carrito-plp .agregar-car {
    background-color: var(--bblue);
    border-radius: 50px;
    color: #fff !important;
    border: 1px solid var(--bblue);
    transition: .3s;
    font-size: 11px;
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
}

    #agregar-carrito-plp .agregar-car:hover {
        background-color: var(--button-primary-hover);
        border-color: var(--button-primary-hover);
    }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: var(--bblue);
    border-color: var(--bblue);
}

span.costoReal {
    font-size: 12px !important;
}

div#modal-buscador .nsearch #masterOfertas .interiorOfertas {
    margin-bottom: 40px;
}

div#modal-buscador .nsearch #masterOfertas:hover .interiorOfertas {
    transition: .3s;
    border: 1px solid transparent;
}

.item-buscador-1 {
    display: none;
}


.oculta {
    display: none;
}

.muestra {
    display: block;
}
p.text-center.sku-label span {
    color: red !important;
}

div#range-precios {
    display: none;
}

@media screen and (max-width: 991px) {
    .item-buscador-1 {
        display: block;
    }

    #modal-buscador .modal-header {
        border: none;
    }

    #modal-buscador {
        position: relative !important;
        width: 100%;
    }

    /*   div#modal-buscador .modal-content {
        margin-top: -85px;
    }*/

    div#modal-buscador .modal-lg {
        width: 95%;
        position: fixed;
        margin: auto 30px;
    }

    .filters-search {
        height: auto;
        overflow-y: inherit;
    }

    /*.body-search-x {
        overflow-y: inherit;
        overflow-x: inherit;
        height: auto;
    }*/

    .filters-search .row {
        margin-top: 0px;
    }

    .filters-search .bloque-filtro {
        margin-bottom: 0px;
    }

    #range-precios {
        margin-top: 5px;
    }

    div#modal-buscador.muestra {
        margin-top: -50px;
    }
   
}
