/* fuente de letra caligrafia para el estilo del texo mapa's design que se encuentra en el footer */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('http://fonts.cdnfonts.com/css/gilroy-bold');
@media all and (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
    }
    .navbar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.btn:hover {
    color: #ffffff!important;
    text-decoration: none;
}

.form-control:focus {
    color: #495057!important;
    background-color: #fff!important;
    border-color: #ffffffbd!important;
    outline: 0!important;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.534)!important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.navbfic {
    max-height: 62px;
}

.disable-scroll {
    overflow: hidden;
    touch-action: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.text-bomba {
    color: #003B81;
}

.radios {
    border-radius: 20px;
}

nav {
    font-family: 'Gilroy-Bold', sans-serif;
}

ion-icon {
    font-size: 28px;
}

.hamburger {
    background-color: transparent;
    padding: 10px 0px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index: 1002;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hamburgerr {
    background-color: transparent;
    padding: 10px 0px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index: 1002;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hamburger.is-active {
    background-color: none;
}

.hamburgerr.is-active {
    background-color: none;
}

._layer {
    background: #ffffff;
    margin-bottom: 4px;
    border-radius: 2px;
    width: 28px;
    height: 4px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}

.hamburger:hover .-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hamburger:hover .-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.hamburger.is-active .-top {
    -webkit-transform: translateY(200%) rotate(45deg) !important;
    -ms-transform: translateY(200%) rotate(45deg) !important;
    transform: translateY(200%) rotate(45deg) !important;
}

.hamburger.is-active .-mid {
    opacity: 0;
}

.hamburger.is-active .-bottom {
    -webkit-transform: translateY(-200%) rotate(135deg) !important;
    -ms-transform: translateY(-200%) rotate(135deg) !important;
    transform: translateY(-200%) rotate(135deg) !important;
}

.hamburgerr:hover .-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hamburgerr:hover .-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.hamburgerr.is-active .-top {
    -webkit-transform: translateY(200%) rotate(45deg) !important;
    -ms-transform: translateY(200%) rotate(45deg) !important;
    transform: translateY(200%) rotate(45deg) !important;
}

.hamburgerr.is-active .-mid {
    opacity: 0;
}

.hamburgerr.is-active .-bottom {
    -webkit-transform: translateY(-200%) rotate(135deg) !important;
    -ms-transform: translateY(-200%) rotate(135deg) !important;
    transform: translateY(-200%) rotate(135deg) !important;
}

.menuppal.is_active {
    height: auto;
    width: 100vw;
    max-width: 100%;
    min-height: 50%;
    max-height: 470px;
    padding-right: 0%;
    opacity: 1;
    transform: none;
    transform-origin: 0px 0px 0px;
    transition: opacity 281ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 187ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    position: fixed;
    top: 60px;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 16px 0;
    left: 0;
    z-index: 1001;
    overflow: hidden;
}

.menuppal.is_activemovil {
    height: 90%;
    width: 100vw;
    max-width: 100%;
    min-height: 50%;
    max-height: 85%;
    padding-right: 0%;
    opacity: 1;
    transform: none;
    transform-origin: 0px 0px 0px;
    transition: opacity 281ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 187ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    position: fixed;
    top: 55px;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 16px 0;
    left: 0;
    z-index: 10001;
    overflow: scroll;
}

.menuppal {
    height: auto;
    width: 100vw;
    max-width: 100%;
    min-height: 50%;
    max-height: 420px;
    padding-right: 0%;
    padding: 20px;
    margin-right: 0px;
    background-color: white;
    border: #e4002b solid 0.1px;
    opacity: 1;
    transform: scale(0.0, 0.0);
    transform-origin: 0px 0px 0px;
    transition: opacity 364ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 242ms cubic-bezier(0.4, 0, 0.2, 1) 121ms;
    position: fixed;
    top: 60px;
    z-index: 1000;
    border-radius: 0 0 16px 0;
    overflow-y: hidden;
}

.menuppal ul {
    margin: 0;
    padding: 0;
}

.menuppal ul li {
    list-style: none;
    text-align: center;
    font-family: Verdadna, Arial, Helvetica;
    color: white;
    font-size: 1.5rem;
    line-height: 3em;
    height: 3em;
    color: #369;
    text-transform: none;
    font-weight: bold;
}

.menuppal ul li a {
    text-decoration: none;
    color: #369;
}

.menuppal ul li a:hover {
    text-decoration: none;
    color: #333;
}

.tagmenu {
    width: 20px;
    height: 20px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 48px;
    transform: rotate(45deg);
    left: 18px;
    z-index: 20005;
    -webkit-animation-name: titan-header-0-x-showTag;
    animation-name: titan-header-0-x-showTag;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: none;
}

.tagmenu2 {
    z-index: 50000!important;
    width: 30px;
    height: 30px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 37px;
    transform: rotate( 45deg);
    left: 0px;
    z-index: 20015;
    -webkit-animation-name: titan-header-0-x-showTag;
    animation-name: titan-header-0-x-showTag;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: none;
}

.menudv {
    border-bottom: 1px solid #eee;
}

.departamentos a {
    color: #2d2d2d;
    height: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 2px;
    cursor: pointer;
    font-weight: 600;
    justify-content: space-between;
}

.a-bombaclub {
    color: #e4002b;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 2px;
    cursor: pointer;
    font-weight: 600;
    justify-content: space-between;
}

.depitem:hover {
    color: #e4002b;
    background-color: #f0f0f0;
}

.arowa {
    display: none;
}

.depitem:hover>.arowa {
    display: block;
}

.menu-sideright {
    width: 250px;
    height: 410px;
    border-right: 1px solid #eee;
    padding-bottom: 15px;
    scrollbar-color: rgb(235, 235, 235) #e4002b;
    scrollbar-width: 6px;
}

.menu-sideright::-webkit-scrollbar {
    width: 2px;
    border-radius: 20px;
}

.menu-sideright::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

.menu-sideright::-webkit-scrollbar-thumb {
    background-color: #e4002b;
    outline: 0.1px solid #e4002b;
}

.menu-sideleft {
    background-color: #f0f0f0;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 30px;
    padding: 40px;
    box-sizing: border-box;
    width: calc(100% - 250px);
    grid-auto-rows: 25px;
    padding-top: 10px;
    height: 410px;
    scrollbar-color: rgb(235, 235, 235) #e4002b;
    scrollbar-width: 10px;
    display: none;
}

.menu-sideleft::-webkit-scrollbar {
    width: 4px;
    border-radius: 20px;
}

.menu-sideleft::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.menu-sideleft::-webkit-scrollbar-thumb {
    background-color: #e4002b;
    outline: 0.1px solid #e4002b;
}

#macy {
    display: none;
}

#ropa {
    display: none;
}

#bebes {
    display: none;
}

#juguetes {
    display: none;
}

#tecno {
    display: none;
}

#mayoreo {
    display: none;
}

#hogar {
    display: none;
}

#saludybelleza {
    display: none;
}

.widget-container {
    display: none;
    overflow-y: auto;
}

.widget-containers {
    display: none;
    overflow-y: auto;
}

.sidemenus {
    overflow-y: auto;
}

.menuover {
    width: 100%;
    display: flex;
    margin-right: 0%;
    padding-right: 0%;
}

.bomba-menu-sideleft-cardItem {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    margin-bottom: 140px;
}


/* .bomba-menu-sideleft-cardSubItem{
	  
  } */

.bomba-menu-sideleft-cardItem a {
    text-decoration: none;
}

.bomba-menu-sideleft-cardItem a:hover {
    text-decoration: none;
    color: rgb(97, 97, 97);
    font-weight: 600;
}

.bomba-menu-sideright-details {
    text-decoration: none;
    font-size: 16px;
    color: #6c6c6c;
    font-weight: 500;
    min-height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.bomba-menu-sideleft-tittle {
    color: #e4002b;
    font-weight: 600;
    font-size: large;
}

.buscador {
    height: 300px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    margin-left: 5px;
    z-index: 150;
    justify-content: center;
    position: fixed;
    top: 49px;
}

.section-search {
    width: 50%;
    height: 400px;
    background-color: rgb(255, 255, 255);
    border-radius: 0 0 26px 0;
    -webkit-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
    box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
    padding: 20px 10px 10px 30px;
    justify-content: center;
    align-items: center;
}

.notexta {
    text-decoration: none;
}

.btn-bomba {
    background-color: #003b81;
    color: #fff;
    border: none;
    border-radius: 30px;
    width: 85%;
    box-sizing: border-box;
    margin-right: 0;
    font-size: 14px;
    text-transform: none!important;
    font-weight: 500;
    outline: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.list-group-item-action:active {
    color: #ffffff;
    background-color: #f3123b;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    background-color: #003b81;
}

.bomba-box {
    background: #FFF;
    border-radius: 10px;
    padding: 5px 5px;
    margin: 20px 0px;
    cursor: pointer;
    transition: all 0.5s ease-out;
    height: 200px;
}


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 580px) {
    .menuppal.is_active {
        overflow-y: scroll!important;
    }
    .widget-container {
        display: none;
    }
    #macy {
        display: none;
    }
    #ropa {
        display: none;
    }
    #bebes {
        display: none;
    }
    #juguetes {
        display: none;
    }
    #montables {
        display: none;
    }
    #electrodomesticos {
        display: none;
    }
    #ferreteriaybano {
        display: none;
    }
    #tecno {
        display: none;
    }
    #mayoreo {
        display: none;
    }
    #hogar {
        display: none;
    }
    #saludybelleza {
        display: none;
    }
    #cosmeticos {
        display: none;
    }
    #accesorios {
        display: none;
    }
    #arreglosypeluches {
        display: none;
    }
    .menu-barra-opcion-desktop {
        display: none;
    }
    .menu-barra-opcion-movil {
        display: block;
    }
    .navbfic {
        max-height: 62px;
    }
    .section-search {
        width: 100%;
        height: 180%;
        background-color: rgb(255, 255, 255);
        border-radius: 0 0 26px 0;
        -webkit-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        padding: 20px 10px 10px 30px;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 780px) {
    .menuppal.is_active {
        overflow-y: scroll!important;
    }
    .widget-container {
        display: none;
    }
    #macy {
        display: none;
    }
    #ropa {
        display: none;
    }
    #bebes {
        display: none;
    }
    #juguetes {
        display: none;
    }
    #montables {
        display: none;
    }
    #electrodomesticos {
        display: none;
    }
    #ferreteriaybano {
        display: none;
    }
    #tecno {
        display: none;
    }
    #mayoreo {
        display: none;
    }
    #hogar {
        display: none;
    }
    #saludybelleza {
        display: none;
    }
    #cosmeticos {
        display: none;
    }
    #accesorios {
        display: none;
    }
    #arreglosypeluches {
        display: none;
    }
    .menu-barra-opcion-desktop {
        display: none;
    }
    .menu-barra-opcion-movil {
        display: block;
    }
    .navbfic {
        max-height: 62px;
    }
    .section-search {
        width: 100%;
        height: 400px;
        background-color: rgb(255, 255, 255);
        border-radius: 0 0 26px 0;
        -webkit-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        padding: 20px 10px 10px 30px;
        justify-content: center;
        align-items: center;
    }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
    .widget-container {
        display: grid;
    }
    #macy {
        display: grid;
    }
    #ropa {
        display: grid;
    }
    #bebes {
        display: grid;
    }
    #juguetes {
        display: block;
    }
    #montables {
        display: grid;
    }
    #electrodomesticos {
        display: grid;
    }
    #ferreteriaybano {
        display: grid;
    }
    #tecno {
        display: grid;
    }
    #mayoreo {
        display: grid;
    }
    #hogar {
        display: grid;
    }
    #saludybelleza {
        display: grid;
    }
    #cosmeticos {
        display: grid;
    }
    #accesorios {
        display: grid;
    }
    #arreglosypeluches {
        display: grid;
    }
    .menu-barra-opcion-desktop {
        display: block;
    }
    .menu-barra-opcion-movil {
        display: none;
    }
    .navbfic {
        max-height: 62px;
    }
    .widthcien {
        width: 150px;
    }
    .section-search {
        width: 75%;
        height: 400px;
        background-color: rgb(255, 255, 255);
        border-radius: 0 0 26px 0;
        -webkit-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        padding: 20px 10px 10px 30px;
        justify-content: center;
        align-items: center;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #macy {
        display: grid;
    }
    #ropa {
        display: grid;
    }
    #bebes {
        display: grid;
    }
    #juguetes {
        display: block;
    }
    #montables {
        display: grid;
    }
    #electrodomesticos {
        display: grid;
    }
    #ferreteriaybano {
        display: grid;
    }
    #tecno {
        display: grid;
    }
    #mayoreo {
        display: grid;
    }
    #hogar {
        display: grid;
    }
    #saludybelleza {
        display: grid;
    }
    #cosmeticos {
        display: grid;
    }
    #accesorios {
        display: grid;
    }
    #arreglosypeluches {
        display: grid;
    }
    .menu-barra-opcion-desktop {
        display: block;
    }
    .menu-barra-opcion-movil {
        display: none;
    }
    .navbfic {
        max-height: 62px;
    }
    .widthcien {
        width: 180px;
    }
    .section-search {
        width: 60%;
        height: 400px;
        background-color: rgb(255, 255, 255);
        border-radius: 0 0 26px 0;
        -webkit-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        padding: 20px 10px 10px 30px;
        justify-content: center;
        align-items: center;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #macy {
        display: grid;
    }
    #ropa {
        display: grid;
    }
    #bebes {
        display: grid;
    }
    #juguetes {
        display: block;
    }
    #montables {
        display: grid;
    }
    #electrodomesticos {
        display: grid;
    }
    #ferreteriaybano {
        display: grid;
    }
    #tecno {
        display: grid;
    }
    #mayoreo {
        display: grid;
    }
    #hogar {
        display: grid;
    }
    #saludybelleza {
        display: grid;
    }
    #cosmeticos {
        display: grid;
    }
    #accesorios {
        display: grid;
    }
    #arreglosypeluches {
        display: grid;
    }
    .menu-barra-opcion-desktop {
        display: block;
    }
    .menu-barra-opcion-movil {
        display: none;
    }
    .navbfic {
        max-height: 62px;
    }
    .widthcien {
        width: 150px;
    }
    .section-search {
        width: 60%;
        height: 400px;
        background-color: rgb(255, 255, 255);
        border-radius: 0 0 26px 0;
        -webkit-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        padding: 20px 10px 10px 30px;
        justify-content: center;
        align-items: center;
    }
}


/* Portrait and Landscape iphone 6,7,8 */

@media only screen and (min-device-width: 100px) and (max-device-width: 780px) and (-webkit-min-device-pixel-ratio: 2)
/* uncomment for only portrait: */


/* and (orientation: portrait) */


/* uncomment for only landscape: */


/* and (orientation: landscape) */

{
    .widget-container {
        display: none !important;
    }
    #macy {
        display: none;
    }
    #ropa {
        display: none;
    }
    #bebes {
        display: none;
    }
    #juguetes {
        display: none;
    }
    #montables {
        display: none;
    }
    #electrodomesticos {
        display: none;
    }
    #ferreteriaybano {
        display: none;
    }
    #tecno {
        display: none;
    }
    #mayoreo {
        display: none;
    }
    #hogar {
        display: none;
    }
    #saludybelleza {
        display: none;
    }
    #cosmeticos {
        display: none;
    }
    #accesorios {
        display: none;
    }
    #arreglosypeluches {
        display: none;
    }
    .menu-barra-opcion-desktop {
        display: none;
    }
    .menu-barra-opcion-movil {
        display: block;
    }
    .navbfic {
        max-height: 62px;
    }
    .section-search {
        width: 100%;
        height: 180%;
        background-color: rgb(255, 255, 255);
        border-radius: 0 0 26px 0;
        -webkit-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        box-shadow: 9px 10px 32px -8px rgba(0, 0, 0, 0.41);
        padding: 20px 10px 10px 30px;
        justify-content: center;
        align-items: center;
    }
}


/*
	==========================================
	==========================================
	estilos de checkbox de la barra de filtros
	==========================================
	==========================================
*/


/* The container */

.label-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.label-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #ccc;
}


/* On mouse-over, add a grey background color */

.label-check:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.label-check input:checked~.checkmark {
    background-color: #e4002b;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.label-check input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.label-check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*
	====================================================================
	====================================================================
	estilos para la barra de filtrado de productos en desktop responsive
	====================================================================
	====================================================================
*/

@media screen and (min-width: 767px) {
    .filtro-productos-desktop {
        display: block;
    }
    .boton-filtro-productos-movil {
        display: none;
    }
    .muestra-cantidad-productos {
        display: block;
    }
    .seccion-productos-movil {
        display: none;
    }
    .seccion-productos-desktop {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .filtro-productos-desktop {
        display: none;
    }
    .boton-filtro-productos-movil {
        display: block;
    }
    .muestra-cantidad-productos {
        display: none;
    }
    .seccion-productos-movil {
        display: block;
    }
    .seccion-productos-desktop {
        display: none;
    }
}


/*
	====================================================================
	====================================================================
	estilos para la barra de filtrado de productos en movil responsive
	====================================================================
	====================================================================
*/

.sidenav {
    height: calc(100% - 150px);
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #e8e8e8;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}


/*
  =========================================================================
  =========================================================================
  estilos para el multi input range de la barra de filtros
  =========================================================================
  =========================================================================
  */

.multi-range-slider {
    position: relative;
    width: 100%;
    height: 20px;
    display: block;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 10;
    height: 100%;
    margin: 0;
    pointer-events: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    -webkit-appearance: none;
    cursor: pointer;
    border: 0 none;
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}


/* All the same stuff for Firefox */

input[type=range]::-moz-range-thumb {
    pointer-events: all;
    cursor: pointer;
    border: 0 none;
    width: 15px;
    height: 15px;
    background-color: #e4002b;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

input[type=range]::-moz-focus-outer {
    border: 0;
}


/* All the same stuff for IE */

input[type=range]::-ms-thumb {
    pointer-events: all;
    border: 0 none;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: #2698D9;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

input[type=range].hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 10px rgba(38, 152, 217, 0.1);
}

input[type=range].hover::-moz-range-thumb {
    box-shadow: 0 0 0 10px rgba(38, 152, 217, 0.1);
}

input[type=range].hover::-ms-thumb {
    box-shadow: 0 0 0 10px rgba(38, 152, 217, 0.1);
}

input[type=range].active::-webkit-slider-thumb {
    box-shadow: 0 0 0 20px rgba(38, 152, 217, 0.2);
}

input[type=range].active::-moz-range-thumb {
    box-shadow: 0 0 0 20px rgba(38, 152, 217, 0.2);
}

input[type=range].active::-ms-thumb {
    box-shadow: 0 0 0 20px rgba(38, 152, 217, 0.2);
}

input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
}

input[type=range]::-moz-range-track {
    background: transparent;
}

input[type=range]::-ms-track {
    background: transparent;
}

input[type=range]::-ms-fill-lower {
    background: transparent;
}

input[type=range]:focus::-ms-fill-lower {
    background: transparent;
}

input[type=range]::-ms-fill-upper {
    background: transparent;
}

input[type=range]:focus::-ms-fill-upper {
    background: transparent;
}

.slider {
    position: absolute;
    width: 100%;
    top: 7px;
    z-index: 1;
    height: 6px;
}

.slider2 {
    position: absolute;
    width: 100%;
    top: 7px;
    z-index: 1;
    height: 6px;
}

.slider>.track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #777;
}

.slider2>.track2 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #777;
}

.slider>.range {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #e4002b;
}

.slider2>.range2 {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #e4002b;
}

.price__wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 20px;
    width: 80%;
}

.price__wrapper2 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    width: 80%;
}

.price-to2 {
    position: absolute;
    right: 10%;
}