﻿/*asddsgds*/
.container {
    font-family: 'NovaLight','Trebuchet MS';
    /*padding-top:7px;*/
}

a {
    text-decoration: none !important;
}

.hImagen {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.imagenListado {
    max-height: 190px;
    max-width: 185px;
}
.mT27 {
    margin-top: 27px;
}
.h267p {
    height: 267px;
}
.fLeft {
    float: left;
}
/* Caja de Producto Extendida */
.CajaProductoExtendidaGrilla {
    padding: 5px 5px 5px 15px;
    /* text-align: center;*/
    margin-bottom: 10px;
    width: 96%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: white;
    /*display: inline-block;*/
    position: relative;
    overflow: hidden;
    text-align: left;
    display: grid;
}
.anchoCarruselRR {
    max-width: 1291px;
    margin: auto;
    padding-top: 32px;
    position: relative;
    padding-right: 14px;
}
    .CajaProductoExtendidaGrilla:hover {
        box-shadow: 0 0 15px #CDCDCD;
        transition: box-shadow 0.3s;
    }

.ContenedorInfoProductoCajaProductoExtendida {
    width: 75%
}

.ContenedorImagenCajaProductoExtendida {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.DimensionCajaProductoExtendida {
    width: 100%;
    min-height: 230px;
}

.ImagenCajaProductoExtendida {
    max-width: 70%;
    max-height: 206px;
    text-align: center;
    vertical-align: middle;
    margin-top: 35px;
    padding-bottom: 35px;
    margin-left: 20px;
    margin-right: 20px;
}


.ContenedorTituloCajaProductoExtendida {
    border-bottom: 1px solid #e0e0e0;
    height: 40%;
    text-transform: uppercase;
    margin-left: 10px;
}

.TituloCajaProductoExtendida {
    font-size: 18px;
    position: relative;
    top: 40%;
    color: #000;
    padding: 15px;
}

.Width100PorCiento {
    width: 100%;
    margin-left: 0px;
}

.ContenedorPrecioTachadoCajaProductoExtendida {
    background-color: white;
    width: auto;
}

.PrecioTachadoCajaProductoExtendida {
    color: #777;
    text-decoration: line-through;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0px;
    margin-top: 10px;
    line-height: 32px;
    padding-top: 0px;
    /*padding-left: 20px;*/
}

.ContenedorPrecioCajaProductoExtendida {
    background-color: white;
    width: auto;
}

.PrecioNormalCajaProductoExtendida {
    text-align: left;
    padding-bottom: 0px;
    padding-top: 3px;
    color: #202020;
    text-align: left;
    font-size: 19px;
    letter-spacing: 0px;
    margin-top: 12px;
    line-height: 5px;
    height: 20px;
    margin-left: 0px;
}

.PrecioCajaProductoExtendida {
    color: #202020;
    text-align: left;
    font-size: 19px;
    letter-spacing: 0px;
    margin-top: 11px;
    line-height: 20px;
    height: 20px;
    padding-top: 3px;
    padding-left: 10px;
}

.ContenedorPrecioProductoCajaProductoExtendida {
    border-bottom: 1px solid #e0e0e0;
    margin-left: 10px;
}

.ContenedorPrecioSinCuotasCajaProductoExtendida {
    margin-left: 0px;
    color: #202020;
    text-align: left;
    font-size: 19px;
    letter-spacing: 0px;
    margin-top: 4px;
    line-height: 30px;
    height: 20px;
    padding-left: 52px;
    padding-top: 1px;
}


.CuotasCajaProductoExtendida {
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-top: 1px solid #e0e0e0;*/
    border-bottom: 1px solid #e0e0e0;
}

.ContenedorCompararCajaProductoExtendida {
    background-color: white;
    width: 100%;
    justify-content: start;
    margin-left: 10px;
    margin-top: 12px;
    color: #000;
}

.ContenedorPorcOffCajaProductoExtendida {
    padding-left: 15px;
    justify-content: start;
    background-color: white;
    width: 40%;
}

.PorcOffCajaProductoExtendida {
    color: #008A45;
    font-size: 18px;
    line-height: 28px;
    margin-right: 8px;
    margin-top: 11px;
}

.ContenedorCuotasSinInteres {
    width: 41%;
    margin-left: 10px;
    padding-top: 3px;
}

.InfoCuotaCajaProductosExtendida {
    font-size: 23px;
    line-height: 29px;
    letter-spacing: -1px;
    color: #E53308;
    height: 31px;
    display: flow-root;
}

.TextoSinInteresCajaProductoExtendida {
    color: #E53308;
    display: inline-block;
    font-weight: normal;
    margin-top: 2px;
    font-size: 23px;
    letter-spacing: -1.5px;
    margin-left: 5px;
}

.EnvioCajaProductoExtendida {
    margin-left: 14px;
    display: flex;
    align-items: center;
    margin-top: 13px;
    margin-bottom: -8px;
    font-size: 15px;
}

.PlaquetapromoCajaProductoExtendida {
    margin-left: -825px;
}
/* FIN Caja de Producto Extendida */
.CajaProductoGrilla {
    padding: 5px 5px 5px 5px;
    text-align: center;
    margin: 0 5px 15px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: white;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    .CajaProductoGrilla:hover {
        box-shadow: 0 0 15px #CDCDCD;
        transition: box-shadow 0.3s;
    }

.TextCenter {
    text-align: center;
}

Subrayado:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.InfoCuota {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: -1px;
    color: #E53308;
    height: 31px;
    display: flow-root;
    margin-left: 0px;
}

.TextoSinInteres, .TextoBonificado {
    color: #E53308;
    display: inline-block;
    font-weight: normal;
    margin-top: 1px;
    font-size: 20px;
    letter-spacing: -0.5px;
    margin-left: 4px;
}

.PrecioMostrado {
    color: #202020;
    text-align: left;
    font-size: 22px;
    letter-spacing: 0px;
    margin-top: 4px;
    line-height: 20px;
    height: 20px;
}


.PuntosSuspensivosEsp {
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.PrecioTachado {
    color: #777;
    text-decoration: line-through;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    margin-top: 6px;
    line-height: 15px;
    width: 95%;
    height:12px;
}

.PorcOff {
    color: #008A45;
    font-size: 16px;
    line-height: 15px;
    margin-right: -2px;
    /*margin-top: 7px;*/
    margin-top: -11px;
}

.BtnPaginado {
    width: 35px;
    height: 35px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    font-size: 18px;
    color: #212529;
    line-height: 30px;
    margin: 0px 5px;
    text-align: center;
    background-color: #f3f3f3;
    margin-right: 10px;
}

    .BtnPaginado:hover {
        border: 1px solid #666;
        background-color: white;
    }

.BtnPaginaActual {
    background-color: #FFFFFF;
    color: #212529;
    border: 1px solid #FF2200;
    border-radius: 5px;
}

    .BtnPaginaActual:hover {
        border: 1px solid #666;
        cursor: default;
        border-radius: 5px;
    }

.TextCapitalize {
    text-transform: capitalize;
}

.CategoriaSelect {
    font-family: 'NovaBold';
}

.SeparadorFiltros {
    display: block;
    border-top: 1px solid #CECECE;
    margin: 15px 0 15px 0;
}

.c56A1B7 {
    color: #56A1B7;
}

.c777777 {
    color: #777777;
}

.textoExpressCucardaCarrusel {
    z-index: 10;
    top: 50px;
    left: 51px;
    color: black;
}

.textoExpressCucarda {
    z-index: 10;
    top: 53px;
    left: 51px;
    color: black;
}

.icoOrdenEscritorio {
    background: url(https://www.megatone.net/next/Files/Images/Listados/icono-orden.svg?version=30);
    background-size: 22px 24px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 0px;
    width: 25px;
    height: 24px;
    margin-left: 0px;
    margin-right: 0px;
}

.icoOrden {
    background: url(https://www.megatone.net/next/Files/Images/Listados/icono-orden.svg?version=30);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 0px;
    width: 16px;
    height: 16px;
    margin-left: 0px;
    margin-right: 0px;
}

.NombreMarca{
    margin-left: 2px;
}

.icoVista {
    background: url(https://www.megatone.net/next/Files/Images/Listados/icono-vista-filtro.svg?version=30);
    background-size: 22px 24px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 5px;
    margin-top: 0px;
    width: 30%;
    height: 24px;
    margin-left: 0px;
    margin-right: 0px;
}

.icoVistaHoriz {
    background: url(https://www.megatone.net/next/Files/Images/Listados/icono-vista-horiz.svg?version=30);
    background-size: 22px 24px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 5px;
    margin-top: 0px;
    width: 30%;
    height: 24px;
    margin-left: 0px;
    margin-right: 0px;
}

.icoVistaMobileCuadrada {
    background: url(https://www.megatone.net/next/Files/Listados/icono-vista-cuadricula.svg?version=30);
    background-size: 35px 35px;
    background-repeat: no-repeat;
    float: left;
    width: 30%;
    margin-top: 5px;
    height: 38px;
    padding-top: 10px;
    margin-left: 15px;
    margin-right: -15px;
}

.icoVistaMobile {
    background: url(https://www.megatone.net/next/Files/Images/Listados/VistaHorizontal.svg?version=30);
    background-size: 35px 35px;
    background-repeat: no-repeat;
    float: left;
    width: 30%;
    margin-top: 5px;
    height: 38px;
    padding-top: 10px;
    margin-left: 15px;
    margin-right: -15px;
}

.FiltroVista {
    width: 70%;
    height: 24px;
    margin-top: 0px;
    margin-left: 4px;
    margin-right: 0px;
}

.FiltroOrdenar {
    width: 85px;
    height: 24px;
    margin-top: -5px;
    margin-right: 0px;
    margin-left: 5px;
    margin-bottom: auto;
}

#ContenedorOrdenarPor {
    letter-spacing: -0.5px;
    justify-content: center;
    align-items: baseline;
    margin-top: 3px;
}

#ContenedorSeleccionarVista {
    letter-spacing: -0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#FlechaOrdenarPor {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

#FlechaOrdenarPorr {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    top: 2px;
    width: 25px;
    margin-left: 2px;
}

.rotateUp {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotateUpp {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icoOrdenAsc {
    height: 24px;
    background: url(https://www.megatone.net/next/Files/Images/Listados/icono-orden.svg?version=30);
    background-size: 22px 24px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 0px;
    width: 25px;
    margin-left: 0px;
    margin-right: 0px;
}

.icoOrdenDesc {
    width: 25px;
    height: 24px;
    background: url(https://www.megatone.net/next/Files/Images/Listados/icono-orden.svg?version=30);
    background-size: 22px 24px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.icoVistas {
    width: 18px;
    height: 24px;
    background: url(https://www.megatone.net/next/Files/Images/Listados/vista.svg?version=30);
    background-size: 18px 24px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}

.icoFiltros {
    width: 16px;
    height: 24px;
    background: url(https://www.megatone.net/next/Files/Images/Listados/icono-vista-filtro.svg?version=30);
    background-size: 16px 24px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}

#FiltrosMobile {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    height: 87px;
    background-color: white;
    margin-bottom: 10px;
}

.divOrden {
    height: 30px;
}

.divVistas {
    height: 30px;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
}

.divFiltros {
    height: 30px;
}

#TituloListado {
    margin-bottom: 10px;
}

.Titulo {
    font-size: 15px;
    height: 38px;
    line-height: 17px;
    font-family: 'NovaLight';
}

.selected {
    font-weight: bold;
    color: black;
}

.unselected {
    font-weight: normal;
}

.c858585 {
    color: #858585;
}

.c1F1F1Fi {
    color: #1F1F1F !important;
}

.miga-de-pan {
    color: #777777 !important;
    word-spacing: 1px !important;
    text-decoration: none;
    padding: 0px;
}

#DivMigasDePan > a > span.mL8:hover {
    color: #333333 !important;
}

#DivMigasDePan {
    padding-top: 10px !important;
    margin-left: -14px;
}

.c333333 {
    color: #333333;
}

.c000I {
    color: #000 !important;
}

.mT28 {
    margin-top: 28px;
}

.mB45 {
    margin-bottom: 45px;
}
.mB30{
    margin-bottom: 30px;
}
.mB15 {
    margin-bottom: 15px;
}
#Migasdepan a {
    color: #858585;
}

.separadorCajaP {
    margin-left: -11px;
    margin-right: -11px;
}
/*-------------------------------------------------------*/
@media (min-width: 1300px) {
    .container {
        max-width: 1230px;
    }

    .CajaProductoGrilla {
        width: 245px;
    }


    #FiltrosMobile {
        display: none;
    }

    .imagenListado {
        /*max-height: 218px;*/
        max-width: 100%;
    }

    /*Caja Producto Extendida*/

    .Width100PorCiento {
        width: 100%;
        /*margin-left: -13px;*/
    }

    .EnvioCajaProductoExtendida {
        margin-left: 0px;
        display: flex;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 15px;
    }

    .ContenedorPrecioSinCuotasCajaProductoExtendida {
        margin-left: 0px;
        color: #202020;
        text-align: left;
        font-size: 19px;
        letter-spacing: 0px;
        margin-top: 4px;
        line-height: 30px;
        height: 20px;
        padding-left: 0px;
        padding-top: 0px;
    }

    .PrecioNormalCajaProductoExtendida {
        text-align: left;
        margin-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        color: #202020;
        text-align: left;
        font-size: 19px;
        letter-spacing: 0px;
        margin-top: 12px;
        line-height: 20px;
        height: 32px;
    }

    /*Fin Caja Producto Extendida*/
}

@media(max-width: 700px) {
    #bannerListado {
        display: none;
    }
}

@media (max-width: 999px) {
    h1 {
        font-size: 26px !important;
    }

    owl-item active {
        margin-right: 0px !important;
    }
    /*----------RetailRoc carrusel producto----------------*/
    .rr-widget[data-s="631102f692266152cd78ea2b"].rr-active{
        padding-right:0;
    }
    .anchoCarruselRR{
        width:auto;
        padding-right:0;
    }
    /*----------------*/
    .icoVistaMobileCuadrada {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
        margin-right: 10px;
        margin-top: 4px;
    }

    .FiltroOrdenar {
        width: 15px;
        height: 24px;
        margin-top: -15px;
        /*margin-left: 4px;*/
        margin-right: 0px;
        margin-left: 0px;
    }

    .icoVistaMobile {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
        margin-right: 10px;
        margin-top: 2px;
    }

    .AjustePadding .owl-stage-outer {
        padding-left: 0px !important;
        margin-right: 0px !important;
    }

    .owl-item {
        margin-right: 0px !important;
    }

    .ContenedorCarruseles .owl-item {
        margin-right: 10px !important;
    }

    .btnAplicaFiltro, .btnQuitarFiltro {
        font-size: 18px !important;
        padding: 5px 45px !important;
        background-color: #fff;
        border: 1px solid #EEE7E7;
        border-radius: 24px;
    }

    .btnQuitarFiltro {
        margin-left: 8px !important;
    }

    #OpcionBotonFiltro {
        height: 100px !important;
        margin-top: -19px;
        margin-bottom: 0px;
    }

    .SeparadorFiltros {
        display: block;
        border-top: 0px;
        margin: -11px 0 7px 0;
    }

    .OpcionesFiltrosAtributos img, .flechaMarcas {
        width: 24px;
        height: 24px;
        margin-top: 5px;
    }

    #OpCategoria img, .flechaCategoria {
        width: 24px;
        height: 24px;
        margin-top: 5px;
    }

    .cantidadFiltros {
        margin-left: 5px !important;
    }

    .IcoCheckVacio, .IcoCheck {
        width: 14px !important;
        height: 14px !important;
        background-size: 14px 14px !important;
    }

    .ContenedorExtTL {
        margin-left: 0px !important;
        padding-top: 0px !important;
        top: -4px;
        left: 0px;
    }

        .ContenedorExtTL img {
            transform: scale(0.5);
        }

    .CajaProductoExtendidaGrilla a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    /*.BanerCentrado a{
        height: 220px !important;
    }*/
    .masProductoCombo {
        right: 157px !important;
    }

    .productoCombo {
        width: 157px !important;
    }

    /* INICIO Plaquetas */
    .ContenedorBR {
        right: -4px !important;
    }

    .ContenedorTL {
        top: -9px;
        left: -4px !important;
        transform: scale(0.7);
    }

    .ContenedorBL {
        left: -4px !important;
    }
    /* FIN Plaquetas */
    /* INICIO Plaquetas extendidas  */

    .ContenedorExtBR {
        bottom: -10px !important;
        left: 290px !important;
    }

    /* FIN Plaquetas */
    #pnlFiltros {
        display: none;
    }

    #DivMigasDePan {
        /*padding-top: 0px !important;
        margin-top: 10px;*/
        /*font-size: 26px;*/
        margin-left: 13px;
        margin-bottom: 0px !important;
        font-size: 14px;
        width: 330px;
    }

    .ContenedorSecundario {
        margin-left: 10px;
    }

    .miga-de-pan {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .itemListadoGrilla {
        margin: 0px !important;
    }

    .cl_2 {
        height: 50px;
        font-size: 25px;
        line-height: 24px;
    }

    .container {
        max-width: 799px;
        padding: 2px;
    }

    /*.CajaProductoGrilla {*/
    /*width: 335px;*/
    /*width: 48%;
    }*/

    .imagenListado {
        /*max-height: 275px;*/
        max-width: 100%;
        max-height: 170px;
        /*margin-top: -20px !important;*/
    }

    .hImagen {
        /*height: 312px;*/
        height: 215px;
    }

    #Migasdepan {
        margin-top: 20px;
    }

    .icoOrden {
        /*width: 38px;
        height: 38px;
        background-size: 38px 38px;*/
        margin-right: 5px;
        /*margin-left: 30px;*/
        margin-top: 2px;
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
        margin-left: 10px;
    }

    .icoOrdenAsc {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        margin-right: 5px;
        margin-left: 30px;
        margin-top: 3px;
    }

    .icoOrdenDesc {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        margin-right: 5px;
        margin-left: 30px;
        margin-top: 3px;
    }

    .icoOrden, .icoOrdenAsc, .icoOrdenDesc, .icoVistas, .icoFiltros {
        margin-left: 25px;
    }

    .TituloCategoria, .TituloMarcas, .TituloPrecio, .TituloAtributos {
        /*font-size: 35px !important;*/
        color: #111111 !important;
        margin-bottom: 10px;
        font-size: 16px !important;
    }

    .IcoCheck, .IcoCheckVacio {
        margin-top: 7px !important;
        margin-right: 0px !important;
    }

    .TituloPrecio {
        padding-bottom: 10px;
    }

    #OpcionesFiltrosCategorias, #OpcionesFiltrosMarcas, #OpcionesFiltrosPrecios, .OpcionesFiltrosAtributos, #OpCategorias, .OpcionesOrden {
        background-color: white;
        margin-bottom: 0px;
        padding: 3px 5px;
    }

        #OpcionesFiltrosCategorias .row {
            margin-left: 0;
            margin-right: 0;
        }

        #OpcionesFiltrosMarcas .row {
            margin-left: 0;
            margin-right: 0;
        }

    #OpcionesFiltrosAtributos .row {
        margin-left: 0;
        margin-right: 0;
    }

    .NombreCategoria, .NombreAtributo, .NombreMarca {
        color: #666666;
        /*font-size: 35px !important;*/
        font-size: 16px !important;
        display: block;
        margin-top: 5px;
        width: auto;
        margin-left: 0px;
    }

    .VerMasMenos {
        color: #008A45;
        /*font-size: 31px !important;*/
        font-size: 16px !important;
    }

    .EspaciadoCategoria {
        margin-top: 20px;
    }

    .TextoFiltroMobile {
        /*font-size: 31px;*/
        margin-left: -27px;
        font-size: 16px !important;
    }

    .icoVistas {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
    }

    .icoFiltros {
        width: 19px;
        height: 19px;
        background-size: 19px 19px;
        margin-left: 0px;
        margin-top: 3px;
    }

    .PrecioTachado {
        width: 95%;
        color: #777;
        font-size: 14px;
        padding-left: 5px;
        margin-top: 5px;
        margin-bottom: -10px;
        height: 14px;
    }

    .AjustePrecioMostrado {
        margin-top: 48px;
    }

    .PrecioMostrado {
        width: 60%;
        /*font-size: 38px;*/
        margin-left: 0;
        padding-left: 5px;
        font-size: 24px;
        margin-top: 14px !important;
    }

    .PorcOff {
        /*font-size: 25px;*/
        color: #008C46;
        font-size: 14px;
        margin-right: 0px;
    }

    .InfoCuota {
        color: #E53308;
        /*font-size: 30px !important;*/
        /*padding-left: 5px;*/
        margin-top: 10px!important;
        font-size: 17px !important;
        padding-left: 1px;
        line-height: 7px;
        margin-left: 3px;
        margin-bottom: 8px;
    }

    .BtnPaginado {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 15px;
        margin: 5px;
        font-weight: 100;
        padding: 0px;
    }

    .TextoBonificado {
        color: #E53308;
        font-size: 28px !important;
    }

    .TextoSinInteres {
        color: #E53308;
        /*font-size: 28px !important;
        letter-spacing: -2.5px;*/
        font-size: 11px !important;
        letter-spacing: -0.5px;
    }

    #OpcionesFiltrosCategorias, #OpcionesFiltrosMarcas, #OpcionesFiltrosAtributos {
        /*font-size: 25px !important;*/
        font-size: 21px !important;
        margin-left: -3px;
        margin-right: -1px;
        line-height: 21px;
    }

    .col-desdeM, .col-hastaM {
        width: 48%;
        float: left;
        text-align: center;
    }

    .col-btnM {
        float: left;
    }

    #desdeM, #hastaM {
        text-align: center;
        /*height: 56px;*/
        margin-top: 10px;
        margin-bottom: 20px;
        /*font-size: 32px !important;*/
        font-family: 'NovaLight';
        height: 30px;
        font-size: 12px !important;
    }

    .btnFiltroPrecio {
        width: 73px !important;
        height: 56px !important;
    }

    .icoFiltroPrecio {
        background-position: 20px 13px !important;
        background-size: 30px 30px !important;
    }

    .Titulo {
        height: 77px;
        letter-spacing: -1px;
    }

    .TextoSinInteresM {
        display: inline-block;
    }

    .TextoSinInteresD {
        display: none;
    }

    .AnchoInterno {
        width: 95% !important;
    }

    #TituloListado {
        margin-top: 0!important;
        padding-top: 0!important;
        margin-bottom: 0px!important;
    }

    .TituloMobileListado {
        font-size: 40px !important;
        font-family: "NovaLight" !important;
    }

    .PlaquetaEnvioG {
        bottom: 220px !important;
    }

    /*Caja Producto Extendida*/

    .CajaProductoExtendidaGrilla {
        padding: 25px 5px 25px 15px;
        text-align: center;
        margin-bottom: 0px;
        /*width: 96%;*/
        border-top: 1px solid #e0e0e0;
        border-radius: 0px;
        background-color: white;
        display: inline-block;
        position: relative;
        overflow: hidden;
        max-height: 218px;
        /*padding-left: 0px !important;
        padding-right: 0px !important;*/
        width: 99%;
    }

        .CajaProductoExtendidaGrilla:hover {
            box-shadow: 0 0 15px #CDCDCD;
            transition: box-shadow 0.3s;
        }

    .ContenedorInfoProductoCajaProductoExtendida {
        width: 50%;
        padding: 0px !important;
    }

    .ContenedorImagenCajaProductoExtendida {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
        /*padding: 50px;*/
    }

    .DimensionCajaProductoExtendida {
        width: 100%;
        min-height: 160px;
        height: 160px !important;
    }

    .ImagenCajaProductoExtendida {
        max-width: 100%;
        /*max-height: 300px;*/
        text-align: center;
        vertical-align: middle;
        /*margin-top: 35px;*/
        padding-bottom: 35px;
        /*margin-left: 20px;*/
        /*margin-right: 20px;*/
        max-height: 200px !important;
        margin-left: 0px;
        margin-top: 0px;
    }


    .ContenedorTituloCajaProductoExtendida {
        height: 40%;
        margin-left: 10px;
        text-transform: none;
        border-bottom: 0px;
        justify-content: start;
        text-align: start;
        padding-right: 10px;
    }

    .TituloCajaProductoExtendida {
        padding-left: 10px;
        position: relative;
        top: 20%;
        /*font-size: 25px;*/
        font-size: 14px;
        padding: 0px;
        font-weight: normal;
    }

    .Width100PorCiento {
        width: 100%;
    }

    .ContenedorPrecioTachadoCajaProductoExtendida {
        background-color: white;
        width: 100%;
        margin-top: -25px;
        padding-top: 0px;
        /*margin-left: 0px;
        margin-bottom: 10px;*/
        margin-left: -12px;
        margin-bottom: 13px;
    }

    .PrecioTachadoCajaProductoExtendida {
        color: #777;
        text-decoration: line-through;
        text-align: start;
        letter-spacing: 0px;
        /*margin-top: 18px;*/
        line-height: 25px;
        padding-top: 9px;
        /*font-size: 25px;*/
        /*padding-left: 35px;*/
        margin-top: 10px;
        font-size: 14px !important;
        padding-left: 13px;
    }

    .ContenedorPrecioCajaProductoExtendida {
        background-color: white;
        width: 100%;
        margin-top: -19px;
        height: 0px;
        padding-top: 1px;
        height: 27px;
    }

    .PrecioCajaProductoExtendida {
        color: #202020;
        text-align: left;
        letter-spacing: 0px;
        /*margin-top: 14px;*/
        line-height: 20px;
        /*height: 20px;*/
        /*padding-top: 10px;*/
        /*font-size: 35px;*/
        /*padding-left: 35px;*/
        margin-top: 0px;
        height: 20px;
        padding-top: 0px;
        font-size: 24px;
        padding-left: 0px;
    }

    .PrecioNormalCajaProductoExtendida {
        text-align: left;
        padding-top: 3px;
        color: #202020;
        text-align: left;
        /*font-size: 35px;*/
        letter-spacing: 0px;
        margin-top: 13px;
        line-height: 5px;
        height: 20px;
        /*margin-left: 22px;*/
        /*padding-bottom: 23px;*/
        font-size: 23px;
        margin-left: 0px;
        padding-bottom: 16px;
    }

    .ContenedorPrecioProductoCajaProductoExtendida {
        width: 100%;
    }

    .ContenedorPrecioSinCuotasCajaProductoExtendida {
        color: #202020;
        text-align: left;
        letter-spacing: 0px;
        line-height: 20px;
        height: 20px;
        /*margin-left: 15px;*/
        margin-top: -5px !important;
        /*font-size: 35px;*/
        padding-left: 0px;
        padding-top: 1px;
        font-size: 24px;
        margin-left: 3px;
    }

    .CuotasCajaProductoExtendida {
        padding-top: 0px;
    }

    .ContenedorCompararCajaProductoExtendida {
        background-color: white;
        width: 50%;
        /*justify-content: start;*/
        /*font-size: 23px;*/
        /*margin-left: -52px;
        margin-top: 36px;*/
        font-size: 15px;
        text-align: start;
    }

    .ContenedorPorcOffCajaProductoExtendida {
        padding-left: 0px;
        justify-content: center;
        align-items: center;
        background-color: white;
        width: 50px;
        margin-left: 144px;
        margin-top: -42px;
        /*min-height: 65px;*/
    }

    /*.PorcOffCajaProductoExtendida {
        justify-content: center;
        align-items: center;
        color: #008A45;
        font-size: 28px;
        line-height: 12px;
        margin-right: 0px;
        margin-top: 0px;
        padding: 10px;
        border: 1px solid #008A45;
        border-radius: 10px;
    }*/

    .ContenedorCuotasSinInteres {
        width: 100%;
        /*border-top: 1px solid #C2C2C2;*/
        margin-top: 0px;
        /*margin-left: 20px;*/
        padding-top: 0px;
        margin-left: 10px;
    }

    .CuotasCajaProductoExtendida {
        border-bottom: none;
    }

    .InfoCuotaCajaProductosExtendida {
        /*line-height: 29px;*/
        /*letter-spacing: -1px;*/
        color: #E53308;
        /*height: 31px;*/
        display: flow-root;
        /*margin-left: 18px;*/
        /*font-size: 30px;*/
        /*margin-bottom: -20px;*/
        line-height: 29px;
        letter-spacing: -1px;
        height: 0px;
        margin-left: -10px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .TextoSinInteresCajaProductoExtendida {
        color: #E53308;
        /*display: inline-block;*/
        font-weight: normal;
        margin-top: 2px;
        letter-spacing: -0.5px;
        margin-left: 5px;
        /*font-size: 30px;*/
        font-size: 15px;
        display: contents;
    }

    .EnvioCajaProductoExtendida {
        display: flex;
        align-items: center;
        font-size: 15px;
        margin-bottom: -35px;
        margin-left: 24px;
        margin-top: 25px;
    }



    /*Fin Caja Producto Extendida*/
}

@media (max-width:999px) {
    .CajaProductoGrilla {
        width: 200px !important;
        min-height: 360px !important;
        margin: 0 0px 8px -7px !important;
        padding: 3px !important;
    }

    #FiltrosMobile {
        height: 50px;
    }

    .ContenedorExtTR {
        right: 75px !important;
        zoom: 50%;
    }

    .ContenedorTR {
        transform: scale(0.7);
        top: 0px !important;
    }

    hImagen {
        height: 205px;
    }
}

@media (min-width: 799px) and (max-width: 999px) {
    .ContenedorCompararCajaProductoExtendida {
        margin-left: -50px;
    }
}

@media (max-width: 799px) {
    .ContenedorCompararCajaProductoExtendida {
        background-color: white;
        width: 100%;
        text-align: start;
        font-size: 15px;
        margin: 0px 0px 0px -4px;
    }

    .OffAjusteMobile {
        display: block;
    }

    .PorcOffCajaProductoExtendida {
        justify-content: center;
        align-items: center;
        color: #008A45;
        font-size: 14px;
        line-height: 3px;
        margin-right: 0px;
        margin-top: 13px;
        padding: 10px;
        /*border: 1px solid #008A45;*/
        border-radius: 10px;
        padding: 5px 0px;
        margin-left: -80px;
    }

    .ContenedorPrecioProductoCajaProductoExtendida {
        margin-left: 0px;
    }

    .PlaquetapromoCajaProductoExtendida {
        margin-left: -450px;
    }

    .separadorCajaP {
        margin-left: -8px;
        margin-right: -8px;
    }

    .CajaProductoGrilla {
        /*width: 280px;*/
        width: 173px;
        /*width: 310px;*/
    }

    .AnchoInterno {
        width: 98% !important;
    }

    .PorcOff {
        /*font-size: 25px;*/
        color: #008C46;
        font-size: 14px;
        position: absolute;
        right: 0;
        margin-top: 28px;
    }

    .TextoBonificado {
        font-size: 28px !important;
    }

    .TextoSinInteres {
        font-size: 16px !important;
        margin-left: 4px;
    }

    .Titulo {
        height: 77px;
    }

    .ContenedorExtTR {
        right: 50px !important;
        zoom: 50%;
    }
}

@media(min-width: 999px) {
    .TextoSinInteresM {
        display: none;
    }

    .TextoSinInteresD {
        display: inline-block;
    }

    #pnlFiltros {
        margin-top: 95px;
    }

    #pnlfiltroprecios {
        padding-right: 144px;
    }

    .CajaProductoGrilla {
        width: 244px;
        height: 454px;
    }

    #FiltrosMobile {
        display: none;
    }

    #OpcionesFiltros {
        display: none;
    }

    .imagenListado {
        /*max-height: 218px;*/
        max-width: 100%;
    }



    .icoOrdenEscritorio {
        background: url(https://www.megatone.net/next/Files/Images/Listados/asc.svg?version=30);
        background-size: 22px 24px;
        background-repeat: no-repeat;
        float: left;
        margin-top: 0px;
        width: 25px;
        height: 24px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.itemListadoGrilla {
    margin: 0px !important;
}

.borderR {
    border-right: 1px solid #CECECE;
}

.borderL {
    border-left: 1px solid #CECECE;
}

.borderT {
    border-top: 1px solid #CECECE;
}

.borderB {
    border-bottom: 1px solid #CECECE;
}

#DivMainContent {
    min-height: 800px;
    /*padding-left: 30px;*/
}

.icoCheck {
    width: 16px;
    height: 16px;
    background: url(/Files/Images/Listados/check.svg);
    background-size: 16px 16px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 5px;
    /*margin-right: -15px;*/
    margin-left: 12px;
    margin-right: 0px;
}

.Titulo {
    color: #000 !important;
}

#DivMainContent {
    min-height: 800px;
}

#Migasdepan {
    font-size: 14px;
}

#desde, #hasta {
    text-align: center;
    height: 30px;
    margin-top: 5px;
    font-family: 'NovaLight';
    display: block;
    width: 92px;
    font-size: 14px;
}

#toolD, #toolH {
    /*font-size: 12px !important;*/
    height: 30px;
}

.rs-scale {
    display: none !important;
}

.col-desde, .col-hasta {
    float: left;
    text-align: start;
}

.col-btn {
    float: left;
}

.marginRightQuitarPrecio {
    margin-right: 35px;
}

.btnFiltroPrecio {
    width: 27px;
    height: 30px;
    background-color: #CECECE !important;
    display: flex;
    border-radius: 0 3px 3px 0;
    margin-top: 30px;
    justify-content: center;
}

    .btnFiltroPrecio:hover {
        border: 1px solid #b9b9b9;
    }

.icoFiltroPrecio {
    background: url(https://www.megatone.net/next/Files/Images/Listados/angle-right.svg);
    background-size: 16px 16px;
    background-position: 5px 7px;
    background-repeat: no-repeat;
    float: left;
}

.txtFiltroPrecio {
    margin-bottom: 12px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    color: #006080;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        position: absolute;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.tooltip-right {
    top: -5px;
    left: 125%;
}

    .tooltip-right::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #555 transparent transparent;
    }

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

    .tooltip-bottom::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #555 transparent;
    }

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

    .tooltip-top::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}

    .tooltip-left::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #555;
    }

.QuitarFiltro {
    font-size: 14px;
}

.hFiltros {
    height: 30px;
    margin-left: 1px !important;
}

.Filtros {
    color: #333333;
    padding: 0px;
}

    .Filtros:hover {
        color: #333333;
        font-weight: bold;
    }

.PadL0 {
    padding-left: 0;
}

.PadR0 {
    padding-right: 0;
}

.AnchoInterno {
    width: 218px;
}

.zInputs {
    z-index: 98;
}

#botones {
    margin-top: 23px !important;
    margin-bottom: 35px !important;
}

/* Plaquetas */
.ContenedorTL {
    top: 0px;
    left: -4px;
}

.ContenedorTR {
    top: 3px;
    right: -4px;
}

.ContenedorBR {
    bottom: 130px;
    right: -4px;
}

.ContenedorBL {
    bottom: 117px;
    left: -4px;
}
/* FIN Plaquetas */

/* Plaquetas Extendidas  */
/*.ContenedorExtTL {
    top: 3px;*/
/*left: 1px;*/
/*}*/

.ContenedorExtTR {
    top: 15px;
    right: 10px;
}

.ContenedorExtBR {
    bottom: -10px;
    left: 140px;
}

.ContenedorExtBL {
    bottom: -10px;
    left: 10px;
}
/* FIN Plaquetas Extendidas */

.masProductoCombo {
    top: 3px;
    right: 125px;
    width: 22px;
    height: 22px;
    background: url(/Files/Images/Otros/SpriteSheet.png?version=30) no-repeat -343px -427px;
    position: absolute;
    display: block;
}

.productoCombo {
    width: 125px;
    border: 2px solid #f04603;
    border-radius: 0 5px 5px 5px;
    background: white;
    position: absolute;
    top: 3px;
    right: 0;
    padding: 10px;
}

.owl-stage {
    position: relative;
}

.owl-item .active .BanerCentrado {
    position: absolute;
    left: -1000px;
    right: -1000px;
}

.AjustePosicionFlechas {
    display: block;
}

/*.AjustePosicionFlechas {
    display: block;
}*/

.CarruselFlechas:hover > .AjustePosicionFlechas {
    display: block;
}

.slider {
    width: auto;
    overflow: hidden;
}

.productoslides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    height: 267px;
    overflow-y: hidden;
}

    .productoslides::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .productoslides::-webkit-scrollbar-thumb {
        background: #666;
        border-radius: 10px;
    }

    .productoslides::-webkit-scrollbar-track {
        background: transparent;
    }

    .productoslides > div {
        scroll-snap-align: start;
        flex-shrink: 0;
        width: 234px;
        height: 267px;
        margin-right: 50px;
        border-radius: 10px;
        transform-origin: center center;
        transform: scale(0.8);
        transition: transform 0.5s;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.slider > a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
}

    .slider > a:active {
        top: 1px;
        color: #1c87c9;
    }

    .slider > a:focus {
        background: #eee;
    }

/*@supports (scroll-snap-type) {
    .slider > a {
        display: none;
    }
}*/

.AjustePlaquetaPre {
    right: 110px;
}

.PlaquetaHotsale {
}

.PlaquetaUltimasUnidades {
    right: 60px;
}

.PlaquetaEnvioG {
    bottom: 155px;
}

.PlaquetaAgotado {
    bottom: 155px;
    right: 70px;
}

/* Orden Dropdown */
#BotonDropdown {
    margin-bottom: 5px;
}

.contenidoDropdown {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.2);
}

.contenidoVistaDropdown {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.2);
}

.contenidoDropdown a {
    cursor: pointer;
    display: block;
    margin: 0 10px;
    border-bottom: solid 1px #e0e0e0;
    color: #777777;
    font-size: 15px;
    line-height: 40px;
}

.contenidoVistaDropdown a {
    cursor: pointer;
    display: block;
    margin: 0 10px;
    border-bottom: solid 1px #e0e0e0;
    color: #777777;
    font-size: 15px;
    line-height: 40px;
}

.contenidoDropdown a:last-child {
    border-bottom: none;
}

.contenidoVistaDropdown a:last-child {
    border-bottom: none;
}

.showDropdown {
    display: block;
}

.showDropdownn {
    display: block;
}

.FiltroDropdownActivo {
    color: #333333 !important;
    font-weight: bold;
}
/* FIN Orden Dropdown */








#SliderProductos, #SliderProductosEvento {
    max-width: 1300px;
    margin: auto;
    padding-top: 22px;
    position: relative;
}
.fondoCarrusel1 {
    background: #E9E9E9;
    height:570px;
}
.fondoCarrusel1Evento {
    background: #ffcaa7;
    height: auto;
}
.tituloCarruselProducto {
    font-size: 25px;
    color: #212529;
    margin: 30px 0px 30px 15px;
}
.tituloCarruselDesc {
    font-size: 25px;
    color: #212529;
    font-family: 'NovaBold';
}
#SliderProductos .swiper-button-prev,
#SliderProductos .swiper-button-next {
    margin-left: -2%;
    background: #fff;
    height: 74%;
    top: 67px;
    height: 52px;
    width: 52px;
    border: 1px solid #707070;
    border-radius: 8px;
}
#SliderProductos .swiper-button-prev,
#SliderProductos .swiper-button-next {
    --swiper-navigation-size: 21px;
    height: 52px;
    width: 52px;
    color: #000000;
    margin-top: 14.5%;
    margin-right: -10px;
    margin-left: -10px;
}
#SliderProductos .swiper-button-disabled,
#SliderProductos .swiper-button-disabled{
    opacity: 0 !important;
}

#SliderProductosEvento .swiper-button-prev,
#SliderProductosEvento .swiper-button-next {
    margin-left: -2%;
    background: #fff;
    height: 74%;
    top: 67px;
    height: 52px;
    width: 52px;
    border: 1px solid #707070;
    border-radius: 8px;
}

#SliderProductosEvento .swiper-button-prev,
#SliderProductosEvento .swiper-button-next {
    --swiper-navigation-size: 21px;
    height: 52px;
    width: 52px;
    color: #000000;
    margin-top: 14.5%;
    margin-right: -10px;
    margin-left: -10px;
}

#SliderProductosEvento .swiper-button-disabled,
#SliderProductosEvento .swiper-button-disabled {
    opacity: 0 !important;
}

.Titulo {
    font-weight: normal !important;
    font-size: 15px !important;
    height: 38px !important;
    font-family: 'NovaLight' !important;
    line-height: 19px !important;
    margin-top: -2px !important;
    margin-bottom: 27.5px !important;
}

.hoverActivo {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
    height: 270px;
    width: 240px;
    display: none;
    padding: 3px;
    left: -0.8px;
    top: 0;
    background: #ffffff;
    opacity: 0.8;
    z-index: 10;
    color: #000 !important;
}

.mensajePromo {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 20px 0;
    padding: 0 10px;
}

.SeparadorDescuentos {
    width: 200px;
    border-bottom: 3px solid #000;
    margin: 0 auto;
}

div.zIndex1 img {
    width: auto !important;
    /*display: inline-block !important;*/
}

.ImagenCamion {
    width: 24px;
    height: 16px;
    margin-left: 3px;
}

.imagenListado {
    width: auto !important;
    max-width: 100%;
}

input[type="checkbox"] {
    cursor: pointer;
    margin: 5px;
}

.Precio {
    font-size: 24px;
    color: #000;
}

.mensajeEnvio {
    display: flex;
    align-items: center;
    color: #008A45;
    font-size: 12px;
    /*font-weight: bold;*/
    width: 100%;
}
.mensajeEnvioInternacional {
    display: flex;
    align-items: center;
    color: #0D4FB1;
    font-size: 12px;
    width: 100%;
}
.imagenInternacional {
    width: 20px;
    margin-right: 5px;
}
.EnvGratis {
    /*background-color: yellow;
        color:black;*/
    margin-left: 2px;
    margin-right: 2px;
}
.mensajePrecioNeto {
    font-size: 11px;
    color: #212529;
    text-align: left;
}

.comparador {
    font-size: 14px;
    color: #000;
    position: absolute;
    bottom: -5px;
    right: 0;
}

.comparador label {
    padding: 3px;
    display: flex;
    align-items: center;
}
/*#SliderProductos a {
    background-color: #fff;
}*/
.verMobile {
    display: none;
}
.btnVermasM {
    font-size: 20px;
    border: 1px solid #222;
    border-radius: 5px;
    color: #e53308 !important;
    padding: 5px 15px;
    background:#fff;
}
.btnVermas {
    font-size: 20px;
    color: rgb(229, 51, 7) !important;
    margin-left: 10px;
}
.btnVermas:hover {
    color: rgb(229, 51, 7) !important;
}
.tituloHastaCarrusel{
    margin:0;
    font-size:25px;
}
.ajusteMargenTitulo br {
    display: none;
}
.verDesktop {
    display: inline-block;
}
.vistaMEX{
    display:none;
}
#SliderProductos .swiper-slide {
    margin-right: -5px;
}
.bloqueFlechaPrincipal {
    background: #E9E9E9;
    height: 526px;
    width: 16px;
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 0px;
}
.bloqueFlechaPrincipalEvento {
    background: #ffcaa7;
    height: 526px;
    width: 16px;
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 0px;
}
.bloqueFlechaIzqPrincipal {
    background: #E9E9E9;
    height: 460px;
    width: 26px;
    position: absolute;
    top:40px;
    z-index: 1;
    left: 0px;
}
.bloqueFlecha {
    background: #F3F3F3 !important;
    height: 515px;
    width: 16px;
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 0px;
}
.ajusteMargenTitulo{
    margin-bottom: 10px;
}
.verDesk{
    display: flex;
}
.verMob{
    display:none;
}

@media (max-width: 999px) {
    #SliderProductos {
        padding-top: 30px;
    }
    #SliderProductosEvento {
        padding-top: 8px;
    }
    .bloqueFlecha, .bloqueFlechaPrincipal, .bloqueFlechaPrincipalEvento {
        display: none;
    }
    #SliderProductos .swiper-slide {
        margin-right: auto;
    }
    .ajusteMargenTitulo br {
        display: block;
    }
    .verDesk {
        display: none !important;
    }
    .verMob {
        display: flex;
    }
    .verMobile{
        display:block;
    }
    .verDesktop {
        display: none;
    }
    .btnVermasM {
        font-size: 10px;
        padding: 2px 8px;
        width: 64px;
        margin-top: 22px;
    }
    .ajusteMarginBtn{
        /*margin-left: 8%;*/
    }
    .ajusteMargenTitulo {
        margin-left: 1px !important;
    }
    .ajusteMargenTitulo h2{
        line-height:20px;
    }
    .tituloCarruselProducto{
        margin-left: 0px;
    }
    .tituloHastaCarrusel {
        font-size: 20px;
    }
    #SliderProductos .swiper-button-prev,
    #SliderProductos .swiper-button-next {
        display: none;
    }
    #SliderProductosEvento .swiper-button-prev,
    #SliderProductosEvento .swiper-button-next {
        display: none;
    }
    .swiper-carrusel-producto .swiper-wrapper{
        margin-left:5%;
    }
    .TituloMobile {
        /*font-size: 25px !important;*/
        /*height: 86px !important;*/
        font-family: 'NovaLight' !important;
        overflow: hidden;
        color: #222222;
        /*line-height: 29px !important;*/
        /*margin-top: 15px !important;*/
        margin-bottom: 2.5px !important;
        font-size: 13px !important;
        line-height: 13px !important;
        height: 40px;
        margin-top: 0px !important;
        padding-left: 2px !important;
        letter-spacing: 0px;
    }
    .tituloCarruselProducto,
    .tituloCarruselDesc {
        font-size: 20px;
    }
    .tituloCarruselDesc {
        display:inline-block;
    }
        .Precio {
        font-size: 25px;
        line-height: 30px;
    }

    .mensajeEnvio {
        font-size: 12px;
        margin-left: 6px;
        /*font-weight: bold;*/
        width: 103%;
        margin-top: -23px;
    }

    .ImagenCamion {
        width: initial !important;
        height: 12px;
        margin-left: 3px;
    }

    .comparador {
        font-size: 11px;
    }

        .comparador input[type=checkbox] {
            transform: scale(0.8);
            margin-right: 6px;
        }

    .fixMobile {
        height: 45px !important;
        /*margin-top: -31px !important;*/
        padding-left: 0 !important;
        padding-right: 16px !important;
    }

    .hoverActivo {
        padding: 0 20px;
        margin-left: 0;
        height: 312px;
    }

    .mensajePromo {
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 1.8px;
    }

    .SeparadorDescuentos {
        width: 100%;
    }

    .imagenListado {
        margin-top: 10px;
    }
    .fondoCarrusel1 {
        height: 506px;
    }
    .fondoCarrusel1Evento {
        height: auto;
    }
    .tituloElectroTecno {
        font-size: 14px !important;
        margin: -1px 0px 6px 15px !important;
    }
    .mensajePrecioNeto{
        margin-left:5px;
    }
}
@media (min-width: 700px) and (orientation: landscape) {
    .swiper-carrusel-producto .swiper-wrapper {
        /*margin-left: 17px;*/
    }
}

@media(min-width: 1200px) {
    .CajaProductoGrilla .AnchoInterno {
        width: 95%
    }
}
.tituloElectroTecno {
    font-size: 17px;
    margin: -1px 0px 10px 15px;
}