.content_logo{
    position: relative;
    width: 100%;
    height: 150px;
    *background: red;
}

.img_magos_artesanos{
    position: absolute;
    width: 15%;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
}

.img_murphys{
    position: absolute;
    width: 10%;
    top: 50%;
    left: 16%;
    transform: translateY(-50%);
}

.div_buscar_producto, .div_filtrar_precio{
    position: relative;
    width: 600px;
    height: 100%;
    *background: green;
    left: 50%;
    transform: translate(-50%);
}

.div_filtrar_precio{
    position: absolute;
    top: 0;
    left: calc(50% + 600px);
    *background: green !important;
    display: flex;
    flex-wrap:wrap;
}

.i_buscar_product{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 40px;
    transform: translate(-50%, -50%);
    outline: none;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 19px;
    font-weight: 500;
}

.ico_buscar{
    position: absolute;
    top: 50%;
    left: 74%;
    font-size: 18px;
    transform: translateY(-50%);
    cursor: pointer;
}

.l_filter_price{
    position: absolute;
    font-size: 28px;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.p_filter_price{
    position: absolute;
    margin-top: 45px;
    width: 100%;
    text-align: left;
}

.price-input{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 34px;
}

.field{
    position: relative;
    top: 45%;
    width: 25%;
    height: 35px;
    
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

.input-min, .input-max{
    width: 70px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .3);
    margin-left: 5px;  
    outline: none;
    border-radius: 4px;
    -moz-appearance: textfield;
   
}

.slider{
    position: relative;
    top: 19%;
    width: 52%;
    height: 5px;
    border-radius: 5px;
    background: #ddd;
    margin: 0;
}

.slider .progress{
    position: absolute;
    left: 0%;
    right: 0%;
    height: 5px;
    background: #F0AA08;
    border-radius: 5px;
}


.range-min, .range-max{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 5px;
    background: none;
    -webkit-appearance: none;
    pointer-events: none;
    
}

input[type="range"]::-webkit-slider-thumb{
    width: 17px;
    height: 17px;
    border-radius: 50%;
    -webkit-appearance: none;
    background: #F0AA08;
    pointer-events: auto;
    
}

input[type="range"]::-moz-range-thumb{
    width: 17px;
    height: 17px;
    border: none;
    border-radius: 50%;
    -moz-appearance: none;
    background: #F0AA08;
    pointer-events: auto;
    
}

.select_orden{
    position: relative;
    width: 80%;
    height: 35px;
    top: 140px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 10px;
    color: rgba(0, 0, 0, .7);
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    cursor: pointer;
    transition: all .5s ease;
}

.select_orden .fa-chevron-down{
    position: absolute;
    left: 94%;
    transition: all .5s ease;
    
}

.select_orden .fa-chevron-down.activo{
    transform: rotate(-180deg);
    transition: all .5s ease;
    
}

.div_opciones_filtro{
    position: absolute;
    width: 80%;
    top: 0px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 0px;
    color: rgba(0, 0, 0, .7);
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    transition: all .5s ease;
    background: #fff;
    opacity: 0;
    z-index: -1
    
}

.div_opciones_filtro.activo{
    top: 330px;
    opacity: 1;
    z-index: 1;
    
}
.div_opciones_filtro p{
    width: 100%;
    padding: 10px;
    cursor: pointer;
    transition: all .5s ease;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
    transition: all .5s ease;
    
}

.div_opciones_filtro p:hover{
    background: var(--color--artesanos--secundario);
    color: aliceblue;
    
}

.div_filtros{
    position: relative;
    width: 80%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.l_filtros{
    position: absolute;
    display: block;
    border: 1px solid rgba(0, 0, 0, .4);
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    transform: translate(40%);
}

.div_ver_filtros{
    position: absolute;
    top: 60%;
    width: 80%;
    height: 400px;
    right: 150px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    display: none;
    transition: all .5s ease;
    opacity: 0;
    
}

.div_ver_filtros.activo{
    display: block;
    opacity: 1;
}

.div_filtrar_linea{
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.div_filtrar_linea span{
    display: block;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 8px;
    cursor: pointer;
}

.s_linea_product.activo{
    background: var(--color--artesanos--secundario);
    color: aliceblue;
}
/** Responsive content logo */
/**Small devices (landscape phones, 280px and up)**/
@media (min-width:280px){
    
     .content_logo {
         position: relative;
         width: 100%;
         height: 250px;
         *background: red;
    }
    
    .img_magos_artesanos{
        width: 28%;
        top: 16%;
        left: 2%;
    }

    .img_murphys{
        position: absolute;
        width: 18%;
        top: 17%;
        left: 29%;
    }

    

    .div_buscar_producto,
    .div_filtrar_precio {
        position: relative;
        width: 600px;
        height: 20%;
        top: 38%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .div_filtrar_precio {
        position: absolute;
        top: 75%;
        left: 50%;
        width: 100%;
        *background: green !important;
        display: flex;
        flex-wrap: wrap;
        z-index: 1;
    }


    .i_buscar_product {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 45%;
        height: 50px;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 40px;
        transform: translate(-50%, -50%);
        outline: none;
        padding-left: 15px;
        padding-right: 40px;
        font-size: 19px;
        font-weight: 500;
    }

    .ico_buscar {
        position: absolute;
        top: 50%;
        left: 67%;
        font-size: 18px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .l_filter_price {
        position: absolute;
        font-size: 1.2em;
        width: 100%;
        text-align: left;
        margin-top: 10px;
        margin-left: 10px;
    }

    .p_filter_price {
        position: absolute;
        font-size: .8em;
        margin-top: 38px;
        margin-left: 10px;
        width: 100%;
        text-align: left;
    }

    .price-input {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: 10px;
        margin-left: 10px;
    }

     .field {
        position: relative;
        top: 66%;
        width: 45%;
        height: 35px;

    }

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .input-min,
    .input-max {
        width: 70px;
        height: 30px;
        font-size: 15px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-left: 0px;
        outline: none;
        border-radius: 4px;
        -moz-appearance: textfield;

    }

    .slider {
        position: relative;
        top: 23%;
        width: 90%;
        height: 5px;
        border-radius: 5px;
        background: #ddd;
        margin: 0;
        left: 50%;
        transform: translate(-50%);
    }

    .slider .progress {
        position: absolute;
        left: 0%;
        right: 0%;
        height: 5px;
        background: #F0AA08;
        border-radius: 5px;
    }


    .range-min,
    .range-max {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 5px;
        background: none;
        -webkit-appearance: none;
        pointer-events: none;

    }

    input[type="range"]::-webkit-slider-thumb {
        width: 17px;
        height: 17px;
        border-radius: 50%;
        -webkit-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }

    input[type="range"]::-moz-range-thumb {
        width: 17px;
        height: 17px;
        border: none;
        border-radius: 50%;
        -moz-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:320px){
       
    .content_logo {
        position: relative;
        width: 100%;
        height: 200px;
    }
    
    
    .i_buscar_product {
        top: 50%;
        width: 90%;
    }
    
    
    .ico_buscar {
        left: 85%;
    }

    .img_magos_artesanos{
        width: 32%;
        top: 24%;
        left: 2%;
    }

    .img_murphys{
        position: absolute;
        width: 22%;
        top: 25%;
        left: 35%;
    }

    

    .div_buscar_producto,
    .div_filtrar_precio {
        position: relative;
        width: 600px;
        height: 20%;
        top: 38%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
     .div_filtrar_precio {
        position: absolute;
        top: 40px;
        left: 80%;
        width: 40%;
        display: flex;
        flex-wrap: wrap;
    }

    .div_ver_filtros {
        position: absolute;
        top: 60%;
        width: 236%;
        height: 450px;
        right: 10px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .3);
        display: none;
        transition: all .5s ease;
        opacity: 0;
        
        
    }
    
    .div_ver_filtros.activo {
        top: 65px;
        
        
    }
    
    .select_orden {
        top: 230px;
    }
    
    .div_opciones_filtro.activo {
        top: 420px;
        
    }


    .l_filter_price {
        position: absolute;
        font-size: 1.2em;
        width: 100%;
        text-align: left;
        margin-top: 119px;
        margin-left: 10px;
    }

    .p_filter_price {
        position: absolute;
        font-size: .8em;
        margin-top: 150px;
        margin-left: 10px;
        width: 100%;
        text-align: left;
    }

    .price-input {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: 181px;
        margin-left: 10px;
    }

    .field {
        position: relative;
        top: 66%;
        width: 45%;
        height: 35px;

    }

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .input-min,
    .input-max {
        width: 70px;
        height: 30px;
        font-size: 15px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-left: 0px;
        outline: none;
        border-radius: 4px;
        -moz-appearance: textfield;

    }

    .slider {
        position: relative;
        top: 46%;
        width: 90%;
        height: 5px;
        border-radius: 5px;
        background: #ddd;
        margin: 0;
        left: 50%;
        transform: translate(-50%);
    }

    .slider .progress {
        position: absolute;
        left: 0%;
        right: 0%;
        height: 5px;
        background: #F0AA08;
        border-radius: 5px;
    }


    .range-min,
    .range-max {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 5px;
        background: none;
        -webkit-appearance: none;
        pointer-events: none;

    }

    input[type="range"]::-webkit-slider-thumb {
        width: 17px;
        height: 17px;
        border-radius: 50%;
        -webkit-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }

    input[type="range"]::-moz-range-thumb {
        width: 17px;
        height: 17px;
        border: none;
        border-radius: 50%;
        -moz-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }
    
        
    .div_buscar_producto{
        position: relative;
        width: 100%;
        height: 50%;
        top: 65%;
        transform: translateY(-50%);
        left: 0;
    }
    
    .l_filtros{
        left: -40px;
    }

}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:346px){

    
    
    .content_logo {
        position: relative;
        width: 100%;
        height: 200px;
    }
    
    
    .i_buscar_product {
        top: 50%;
        width: 90%;
    }
    
    
    .ico_buscar {
        left: 85%;
    }

    .img_magos_artesanos{
        width: 32%;
        top: 24%;
        left: 2%;
    }

    .img_murphys{
        position: absolute;
        width: 22%;
        top: 25%;
        left: 35%;
    }

    

    .div_buscar_producto,
    .div_filtrar_precio {
        position: relative;
        width: 600px;
        height: 20%;
        top: 38%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
     .div_filtrar_precio {
        position: absolute;
        top: 40px;
        left: 80%;
        width: 40%;
        display: flex;
        flex-wrap: wrap;
    }

    .div_ver_filtros {
        position: absolute;
        top: 60%;
        width: 236%;
        height: 400px;
        right: 10px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .3);
        display: none;
        transition: all .5s ease;
        opacity: 0;
        
        
    }
    
    .div_ver_filtros.activo {
        top: 65px;
        
        
    }
    
    .select_orden {
        top: 190px;
    }
    
    .div_opciones_filtro.activo {
        top: 380px;
        
    }


    .l_filter_price {
        position: absolute;
        font-size: 1.2em;
        width: 100%;
        text-align: left;
        margin-top: 70px;
        margin-left: 10px;
    }

    .p_filter_price {
        position: absolute;
        font-size: .8em;
        margin-top: 100px;
        margin-left: 10px;
        width: 100%;
        text-align: left;
    }

    .price-input {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: 133px;
        margin-left: 10px;
    }

    .field {
        position: relative;
        top: 66%;
        width: 45%;
        height: 35px;

    }

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .input-min,
    .input-max {
        width: 70px;
        height: 30px;
        font-size: 15px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-left: 0px;
        outline: none;
        border-radius: 4px;
        -moz-appearance: textfield;

    }

    .slider {
        position: relative;
        top: 40%;
        width: 90%;
        height: 5px;
        border-radius: 5px;
        background: #ddd;
        margin: 0;
        left: 50%;
        transform: translate(-50%);
    }

    .slider .progress {
        position: absolute;
        left: 0%;
        right: 0%;
        height: 5px;
        background: #F0AA08;
        border-radius: 5px;
    }


    .range-min,
    .range-max {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 5px;
        background: none;
        -webkit-appearance: none;
        pointer-events: none;

    }

    input[type="range"]::-webkit-slider-thumb {
        width: 17px;
        height: 17px;
        border-radius: 50%;
        -webkit-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }

    input[type="range"]::-moz-range-thumb {
        width: 17px;
        height: 17px;
        border: none;
        border-radius: 50%;
        -moz-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }
    
        
    .div_buscar_producto{
        position: relative;
        width: 100%;
        height: 50%;
        top: 65%;
        transform: translateY(-50%);
        left: 0;
    }
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:360px){

    
    
    .content_logo {
        position: relative;
        width: 97%;
        height: 200px;
    }
    
    
    .i_buscar_product {
        top: 50%;
        width: 90%;
    }
    
    
    .ico_buscar {
        left: 85%;
    }

    .img_magos_artesanos{
        width: 32%;
        top: 24%;
        left: 2%;
    }

    .img_murphys{
        position: absolute;
        width: 22%;
        top: 25%;
        left: 35%;
    }

    

    .div_buscar_producto,
    .div_filtrar_precio {
        position: relative;
        width: 600px;
        height: 20%;
        top: 38%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
     .div_filtrar_precio {
        position: absolute;
        top: 40px;
        left: 80%;
        width: 40%;
        display: flex;
        flex-wrap: wrap;
        z-index: 1;
    }

    .div_ver_filtros {
        position: absolute;
        top: 60%;
        width: 230%;
        height: 400px;
        right: 2px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .3);
        display: none;
        transition: all .5s ease;
        opacity: 0;
    }
    
    .div_ver_filtros.activo {
        top: 65px;
        
        
    }
    
    .select_orden {
        top: 190px;
    }
    
    .div_opciones_filtro.activo {
        top: 380px;
        
    }


    .l_filter_price {
        position: absolute;
        font-size: 1.2em;
        width: 100%;
        text-align: left;
        margin-top: 68px;
        margin-left: 10px;
    }

    .p_filter_price {
        position: absolute;
        font-size: .8em;
        margin-top: 98px;
        margin-left: 10px;
        width: 100%;
        text-align: left;
    }

    .price-input {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: 131px;
        margin-left: 10px;
    }

    .field {
        position: relative;
        top: 66%;
        width: 45%;
        height: 35px;

    }

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .input-min,
    .input-max {
        width: 70px;
        height: 30px;
        font-size: 15px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-left: 0px;
        outline: none;
        border-radius: 4px;
        -moz-appearance: textfield;

    }

    .slider {
        position: relative;
        top: 40%;
        width: 90%;
        height: 5px;
        border-radius: 5px;
        background: #ddd;
        margin: 0;
        left: 50%;
        transform: translate(-50%);
    }

    .slider .progress {
        position: absolute;
        left: 0%;
        right: 0%;
        height: 5px;
        background: #F0AA08;
        border-radius: 5px;
    }


    .range-min,
    .range-max {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 5px;
        background: none;
        -webkit-appearance: none;
        pointer-events: none;

    }

    input[type="range"]::-webkit-slider-thumb {
        width: 17px;
        height: 17px;
        border-radius: 50%;
        -webkit-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }

    input[type="range"]::-moz-range-thumb {
        width: 17px;
        height: 17px;
        border: none;
        border-radius: 50%;
        -moz-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }
    
        
    .div_buscar_producto{
        position: relative;
        width: 100%;
        height: 50%;
        top: 65%;
        transform: translateY(-50%);
        left: 0;
    }
    
    .l_filtros {
        top: 10px;
        left: -20px;
    }
}

/**Small devices (landscape phones, 375px and up)**/
@media (min-width:375px){
    
    .div_buscar_producto{
        width: 100%;
        height: 50%;
        top: 75%;
    }


    .i_buscar_product {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        height: 50px;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 40px;
        transform: translate(-50%, -50%);
        outline: none;
        padding-left: 15px;
        padding-right: 40px;
        font-size: 19px;
        font-weight: 500;
    }

    .ico_buscar {
        position: absolute;
        top: 50%;
        left: 74%;
        font-size: 18px;
        transform: translateY(-50%);
        cursor: pointer;
    }
    
    

    .img_magos_artesanos{
        position: absolute;
        width: 40%;
        top: 22%;
        left: 1%;
        transform: translateY(-50%);
    }

    .img_murphys{
        position: absolute;
        width: 25%;
        top: 24%;
        left: 43%;
        transform: translateY(-50%);
    }
  
    .l_filtros {
        top: 4px;
        left: -43px;
    }

}

/**Small devices (landscape phones, 375px and up)**/
@media (min-width:384px){
    .l_filtros {
        top: 5px;
        left: -43px;
    }


}

/**Small devices (landscape phones, 390px and up)**/
@media (min-width:390px){
    .content_logo {
        position: relative;
        width: 100%;
        height: 150px;
        *background: red;
    }


    .img_magos_artesanos{
        width: 29%;
        top: 20%;
        left: 2%;
    }

    .img_murphys{
        position: absolute;
        width: 19%;
        top: 22%;
        left: 32%;
    }

    .content_logo{
        position: relative;
        width: 100%;
    }

    .div_buscar_producto,
    .div_filtrar_precio {
        position: relative;
        width: 100%;
        height: 50%;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .div_filtrar_precio {
        position: absolute;
        top: 40px;
        left: 80%;
        width: 40%;
    }

    .div_ver_filtros {
        position: absolute;
        top: 60%;
        width: 236%;
        height: 400px;
        right: 10px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .3);
        display: none;
        transition: all .5s ease;
        opacity: 0;
    }
    
    .div_ver_filtros.activo {
        top: 76px;
    }
    
    .select_orden {
        top: 190px;
    }
    
    .div_opciones_filtro.activo {
        top: 380px;
    }
    
    .ico_buscar {
        left: 86%;
    }

    .l_filter_price {
        position: absolute;
        font-size: 1.2em;
        width: 100%;
        text-align: left;
        margin-top: 60px;
        margin-left: 10px;
    }

    .p_filter_price {
        position: absolute;
        font-size: .8em;
        margin-top: 90px;
        margin-left: 10px;
        width: 100%;
        text-align: left;
    }

    .price-input {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: 160px;
        margin-left: 10px;
    }

    .field {
        position: relative;
        top: 66%;
        width: 45%;
        height: 35px;

    }

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .input-min,
    .input-max {
        width: 70px;
        height: 30px;
        font-size: 15px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-left: 0px;
        outline: none;
        border-radius: 4px;
        -moz-appearance: textfield;

    }

    .slider {
        position: relative;
        top: 43%;
        width: 90%;
        height: 5px;
        border-radius: 5px;
        background: #ddd;
        margin: 0;
        left: 50%;
        transform: translate(-50%);
    }

    .slider .progress {
        position: absolute;
        left: 0%;
        right: 0%;
        height: 5px;
        background: #F0AA08;
        border-radius: 5px;
    }


    .range-min,
    .range-max {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 5px;
        background: none;
        -webkit-appearance: none;
        pointer-events: none;

    }

    input[type="range"]::-webkit-slider-thumb {
        width: 17px;
        height: 17px;
        border-radius: 50%;
        -webkit-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }

    input[type="range"]::-moz-range-thumb {
        width: 17px;
        height: 17px;
        border: none;
        border-radius: 50%;
        -moz-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }
    
    .l_filtros{
        position: absolute;
        top: 0px;
        left: -50px;
    }
}

/**Small devices (landscape phones, 540px and up)**/
@media (min-width:412px){
       
    .div_filtrar_precio {
        position: absolute;
        top: 40px;
        left: 80%;
        width: 40%;
        display: flex;
        flex-wrap: wrap;
    }

    .div_ver_filtros {
        position: absolute;
        top: 60%;
        width: 206%;
        height: 400px;
        right: 50px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .3);
        display: none;
        transition: all .5s ease;
        opacity: 0;
    }
    
    .div_ver_filtros.activo {
        top: 78px;
    }
    
    .select_orden {
        top: 190px;
    }
    
    .div_opciones_filtro.activo {
        top: 380px;
    }
}

/**Small devices (landscape phones, 540px and up)**/
@media (min-width:480px){
       
    .div_filtrar_precio {
        position: absolute;
        top: 40px;
        left: 80%;
        width: 40%;
        display: flex;
        flex-wrap: wrap;
    }

    .div_ver_filtros {
        position: absolute;
        top: 60%;
        width: 236%;
        height: 400px;
        right: 10px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .3);
        display: none;
        transition: all .5s ease;
        opacity: 0;
    }
    
    .div_ver_filtros.activo {
        top: 78px;
    }
    
    .select_orden {
        top: 190px;
    }
    
    .div_opciones_filtro.activo {
        top: 380px;
    }
}

/**Small devices (landscape phones, 540px and up)**/
@media (min-width:540px){
       
    .img_magos_artesanos{
        width: 28%;
        top: 16%;
        left: 2%;
    }

    .img_murphys{
        position: absolute;
        width: 18%;
        top: 17%;
        left: 29%;
    }

     .field {
        position: relative;
        top: 66%;
        width: 25%;
        height: 35px;

    }
}

/**Small devices (landscape phones, 576px and up)**/
@media (min-width:576px){


}

/**Small devices (landscape phones, 600px and up)**/
@media (min-width:600px){
    
    .img_magos_artesanos{
        width: 25%;
        top: 21%;
        left: 2%;
    }

    .img_murphys{
        position: absolute;
        width: 17%;
        top: 23%;
        left: 27%;
    }
    
    .content_logo {
        position: relative;
        width: 100%;
        height: 200px;
    }
    
    
    .i_buscar_product {
        top: 50%;
        width: 70%;
    }
    
    
    .ico_buscar {
        left: 80%;
    }

     .div_filtrar_precio {
        position: absolute;
        top: 60px;
        left: 80%;
        width: 40%;
        display: flex;
        flex-wrap: wrap;
    }

    .div_ver_filtros {
        position: absolute;
        top: 60%;
        width: 240%;
        height: 400px;
        right: 10px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .3);
        display: none;
        transition: all .5s ease;
        opacity: 0;
    }
    
    .div_ver_filtros.activo {
        top: 78px;
    }
    
    .select_orden {
        top: 190px;
    }
    
    .div_opciones_filtro.activo {
        top: 380px;
    }
    
    
    .l_filtros{
        position: absolute;
        transform: translate(50%);
    }
}

/**Medium devices (tablets, 768px and up)*/
@media (min-width:724px){
    
    .img_magos_artesanos{
        width: 25%;
        top: 27%;
        left: 2%;
    }

    .img_murphys{
        position: absolute;
        width: 17%;
        top: 29%;
        left: 27%;
    }
    
    .div_buscar_producto{
        position: relative;
        width: 100%;
        height: 50%;
        top: 75%;
        transform: translateY(-50%);
        left: 0;
    }

    .i_buscar_product {
        top: 50%;
    }

    .ico_buscar {
        position: absolute;
        left: 90%;
        font-size: 18px;
        transform: translateY(-50%);
        cursor: pointer;
    }
    
    
    .field {
        position: relative;
        top: 65%;
        width: 25%;
        height: 35px;

    }
}

/**Medium devices (tablets, 768px and up)*/
@media (min-width:768px){
    
    .img_magos_artesanos{
        width: 25%;
        top: 21%;
        left: 2%;
    }

    .img_murphys{
        position: absolute;
        width: 17%;
        top: 23%;
        left: 27%;
    }
    
    .div_buscar_producto{
        position: relative;
        width: 100%;
        height: 50%;
        top: 75%;
        transform: translateY(-50%);
        left: 0;
    }

    .i_buscar_product {
        top: 50%;
    }

    .ico_buscar {
        position: absolute;
        left: 76%;
        font-size: 18px;
        transform: translateY(-50%);
        cursor: pointer;
    }
    
    
    .field {
        position: relative;
        top: 65%;
        width: 25%;
        height: 35px;

    }
}

/**Large devices (desktops, 810px and up)*/
@media (min-width:810px){
    .content_logo {
        position: relative;
        width: 100%;
        height: 250px;
    }
    
    
    .i_buscar_product {
        top: 50%;
        width: 70%;
    }
    
    
    .ico_buscar {
        left: 80%;
    }
    
     .l_filtros{
        position: absolute;
        top: 25%;
        left: 40px;
    }

    
    .div_ver_filtros.activo {
        top: 118px;
    }
}
/**Large devices (desktops, 992px and up)*/
@media (min-width:992px){

}

/**Extra large devices (large desktops, 1024px and up)*/
@media (min-width:1024px){
    .content_logo {
        position: relative;
        width: 100%;
        height: 250px;
        *background: red;
    }

    .img_magos_artesanos {
        position: absolute;
        width: 15%;
        top: 50%;
        left: 1%;
        transform: translateY(-50%);
    }

    .img_murphys {
        position: absolute;
        width: 10%;
        top: 50%;
        left: 16%;
        transform: translateY(-50%);
    }

    .div_buscar_producto,
    .div_filtrar_precio {
        position: relative;
        width: 600px;
        height: 100%;
        *background: green;
        left: 50%;
        top: 0;
        transform: translate(-50%);
    }

    .div_filtrar_precio {
        position: absolute;
        top: 0;
        left: calc(50% + 600px);
        *background: green !important;
        display: flex;
        flex-wrap: wrap;
    }

    .i_buscar_product {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        height: 50px;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 40px;
        transform: translate(-50%, -50%);
        outline: none;
        padding-left: 15px;
        padding-right: 40px;
        font-size: 19px;
        font-weight: 500;
    }

    .ico_buscar {
        position: absolute;
        top: 50%;
        left: 74%;
        font-size: 18px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .l_filter_price {
        position: absolute;
        font-size: 28px;
        width: 100%;
        text-align: left;
        margin-top: 60px;
    }

    .p_filter_price {
        position: absolute;
        margin-top: 100px;
        width: 100%;
        text-align: left;
    }

    .price-input {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: 130px;
    }

    .field {
        position: relative;
        top: 45%;
        width: 25%;
        height: 35px;

    }

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .input-min,
    .input-max {
        width: 70px;
        height: 30px;
        font-size: 15px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-left: 5px;
        outline: none;
        border-radius: 4px;
        -moz-appearance: textfield;

    }


    .slider {
        position: relative;
        top: 40%;
        width: 90%;
        height: 5px;
        border-radius: 5px;
        background: #ddd;
        margin: 0;
        left: 50%;
        transform: translate(-50%);
    }

    .slider .progress {
        position: absolute;
        left: 0%;
        right: 0%;
        height: 5px;
        background: #F0AA08;
        border-radius: 5px;
    }


    .range-min,
    .range-max {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 5px;
        background: none;
        -webkit-appearance: none;
        pointer-events: none;

    }

    input[type="range"]::-webkit-slider-thumb {
        width: 17px;
        height: 17px;
        border-radius: 50%;
        -webkit-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }

    input[type="range"]::-moz-range-thumb {
        width: 17px;
        height: 17px;
        border: none;
        border-radius: 50%;
        -moz-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }
    
    .div_ver_filtros{
        width: 80%;
        right: 67%;
        
        
    }
    
    .div_ver_filtros.activo{
        display: block;
        opacity: 1;
        top: 188px;
    }
    
     .l_filtros {
        top: 45px;
        left: -193px;
    }

}

/**Extra large devices (large desktops, 1200px and up)*/
@media (min-width:1200px){
   
}

/**Extra large devices (large desktops, 1280px and up)*/
@media (min-width:1280px){
    .content_logo {
        position: relative;
        width: 100%;
        height: 250px;
        *background: red;
    }

    .img_magos_artesanos {
        position: absolute;
        width: 15%;
        top: 50%;
        left: 1%;
        transform: translateY(-50%);
    }

    .img_murphys {
        position: absolute;
        width: 10%;
        top: 50%;
        left: 16%;
        transform: translateY(-50%);
    }

    .div_buscar_producto,
    .div_filtrar_precio {
        position: relative;
        width: 600px;
        height: 100%;
        *background: green;
        left: 50%;
        transform: translate(-50%);
    }

    .div_filtrar_precio {
        position: absolute;
        top: 0;
        left: calc(50% + 600px);
        *background: green !important;
        display: flex;
        flex-wrap: wrap;
    }

    .i_buscar_product {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        height: 50px;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 40px;
        transform: translate(-50%, -50%);
        outline: none;
        padding-left: 15px;
        padding-right: 40px;
        font-size: 19px;
        font-weight: 500;
    }

    .ico_buscar {
        position: absolute;
        top: 50%;
        left: 74%;
        font-size: 18px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .l_filter_price {
        position: absolute;
        font-size: 28px;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .p_filter_price {
        position: absolute;
        margin-top: 45px;
        width: 100%;
        text-align: left;
    }

    .price-input {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: 34px;
    }

    .field {
        position: relative;
        top: 45%;
        width: 25%;
        height: 35px;

    }

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .input-min,
    .input-max {
        width: 70px;
        height: 30px;
        font-size: 15px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-left: 5px;
        outline: none;
        border-radius: 4px;
        -moz-appearance: textfield;

    }


    .slider {
        position: relative;
        top: 23%;
        width: 50%;
        height: 5px;
        border-radius: 5px;
        background: #ddd;
        margin: 0;
        left: 27%;
        transform: translate(-50%);
    }

    .slider .progress {
        position: absolute;
        left: 0%;
        right: 0%;
        height: 5px;
        background: #F0AA08;
        border-radius: 5px;
    }


    .range-min,
    .range-max {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 5px;
        background: none;
        -webkit-appearance: none;
        pointer-events: none;

    }

    input[type="range"]::-webkit-slider-thumb {
        width: 17px;
        height: 17px;
        border-radius: 50%;
        -webkit-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }

    input[type="range"]::-moz-range-thumb {
        width: 17px;
        height: 17px;
        border: none;
        border-radius: 50%;
        -moz-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }
    
    

    
}

/**Extra large devices (large desktops, 1440px and up)*/
@media (min-width:1440px){
    .content_logo {
        position: relative;
        width: 100%;
        height: 250px;
        *background: red;
    }

    .img_magos_artesanos {
        position: absolute;
        width: 15%;
        top: 50%;
        left: 1%;
        transform: translateY(-50%);
    }

    .img_murphys {
        position: absolute;
        width: 10%;
        top: 50%;
        left: 16%;
        transform: translateY(-50%);
    }

    .div_buscar_producto,
    .div_filtrar_precio {
        position: relative;
        width: 800px;
        height: 100%;
        *background: green;
        top: 0;
        left: 50%;
        transform: translate(-50%);
    }

    .div_filtrar_precio {
        position: absolute;
        top: 0;
        width: 33%;
        left: calc(60% + 600px);
        *background: green !important;
        display: flex;
        flex-wrap: wrap;
    }

    .i_buscar_product {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: 50px;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 40px;
        transform: translate(-50%, -50%);
        outline: none;
        padding-left: 15px;
        padding-right: 40px;
        font-size: 19px;
        font-weight: 500;
    }

    .ico_buscar {
        position: absolute;
        top: 50%;
        left: 85%;
        font-size: 18px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .l_filter_price {
        position: absolute;
        font-size: 28px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .p_filter_price {
        position: absolute;
        margin-top: 50px;
        width: 100%;
        text-align: center;
    }

    .price-input {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: 90px;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: center;
        left: 50%;
        transform: translate(-55%);
    }

    .field {
        position: relative;
        top: 45%;
        width: 25%;
        height: 35px;
        margin-left: 50px;

    }

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .input-min,
    .input-max {
        width: 70px;
        height: 30px;
        font-size: 15px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .3);
        margin-left: 5px;
        outline: none;
        border-radius: 4px;
        -moz-appearance: textfield;

    }


    .slider {
        position: relative;
        top: 28%;
        width: 90%;
        height: 5px;
        border-radius: 5px;
        background: #ddd;
        margin: 0;
        left: 50%;
        transform: translate(-50%);
    }

    .slider .progress {
        position: absolute;
        left: 0%;
        right: 0%;
        height: 5px;
        background: #F0AA08;
        border-radius: 5px;
    }


    .range-min,
    .range-max {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 5px;
        background: none;
        -webkit-appearance: none;
        pointer-events: none;

    }

    input[type="range"]::-webkit-slider-thumb {
        width: 17px;
        height: 17px;
        border-radius: 50%;
        -webkit-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }

    input[type="range"]::-moz-range-thumb {
        width: 17px;
        height: 17px;
        border: none;
        border-radius: 50%;
        -moz-appearance: none;
        background: #F0AA08;
        pointer-events: auto;

    }
    
    
.div_opciones_filtro{
    position: absolute;
    width: 80%;
    top: 0px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 0px;
    color: rgba(0, 0, 0, .7);
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    transition: all .5s ease;
    background: #fff;
    opacity: 0;
    z-index: -1
    
}

.div_opciones_filtro.activo{
    top: 330px;
    opacity: 1;
    z-index: 1;
    
}
.div_opciones_filtro p{
    width: 100%;
    padding: 10px;
    cursor: pointer;
    transition: all .5s ease;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
    transition: all .5s ease;
    
}

.div_opciones_filtro p:hover{
    background: var(--color--artesanos--secundario);
    color: aliceblue;
    
}

.div_filtros{
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.l_filtros{
    display: block;
    border: 1px solid rgba(0, 0, 0, .4);
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.div_ver_filtros{
    position: absolute;
    top: 60%;
    width: 80%;
    height: 400px;
    right: 160px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    display: none;
    transition: all .5s ease;
    opacity: 0;
}

.div_ver_filtros.activo{
    display: block;
    opacity: 1;
    top: 158px;
}

.div_filtrar_linea{
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.div_filtrar_linea span{
    display: block;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 8px;
    cursor: pointer;
}

.s_linea_product.activo{
    background: var(--color--artesanos--secundario);
    color: aliceblue;
}
    
 .div_opciones_filtro.activo {
    top: 380px;
}
    
.l_filtros {
    top: 75px;
}
    
}
















