﻿.ordernacion {
    border: 0px none;
    height: 45px;
    margin-left: 15px;
    line-height: 35px;
    text-align: left;
    color: #666666;
    font-size: 12px;
    float: none;
    display: none;
    clear: both;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    color: white !important;
    box-shadow: black !important;
    /* border-radius: 5px !important; */
    background-color: #000001;
    cursor: pointer;
    /* width: auto !important; */
    min-width: 50%;
    border-radius: 10px !important;
}

a.button_pag_min, a.button_pag {
    background-color: white !important;
    border: 2px solid black !important;
    color: black !important;
}


.infotext {
    text-align: center;
}

.scroller .principal .ordernacion {
    padding: 15px !important;
    margin: 0 auto;
    border: 0px none;
    height: 45px;
    margin-left: 15px;
    line-height: 35px;
    text-align: left;
    color: #666666;
    font-size: 12px;
    float: none;
    display: block;
    clear: both;
}

.ordernacion a:link {
    color: black;
}

.ordernacion a:hover {
    color: #df2e8d;
}

.ordernacion a:visited {
    color: black;
}

.ordernacion .genero {
    width: 170px;
    float: left;
}

.ordernacion .familia {
    width: auto;
    min-width: 175px;
    float: left;
    text-align: left;
}

.ordernacion .precio {
    width: 100%;
    max-width: 340px;
    padding-right: 0;
    float: left;
}

.container_catalogo {
    clear: both;
}

.sitemap {
    font-size: 22px;
    color: #675b33;
    height: 75px;
    padding: 10px;
    position: relative;
    font-family: samspro, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .sitemap a:link {
        color: #675b33 !important;
    }

    .sitemap a:hover {
        color: #ddc26a !important;
    }

    .sitemap a:visited {
        color: #675b33 !important;
    }

.sitemap_claro {
    font-size: 22px;
    color: black;
    height: 75px;
    padding: 10px;
    position: relative;
    font-family: samspro, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.sitemap_clarop a:link {
    color: #ffffff !important;
}

.sitemap_claro a:hover {
    color: #b50000 !important;
}

.sitemap_claro a:visited {
    color: #dc3545 !important;
}

.detalle_largo {
    font-size: 14pt;
}

.div_caracteristicas {
    font-size: 14pt;
    min-height: 100px;
    max-height: 250px;
}


.catalogo-paginacion {
    margin: 0 0 40px 0;
    font-family: 'Samspro', sans-serif;
}

    .catalogo-paginacion li.disabled:hover a {
        cursor: pointer;
    }

    .catalogo-paginacion li a {
        -ms-transition: all 100ms ease-in-out 0s;
        -moz-transition: all 100ms ease-in-out 0s;
        -webkit-transition: all 100ms ease-in-out 0s;
        -o-transition: all 100ms ease-in-out 0s;
        transition: all 100ms ease-in-out 0s;
        padding: 3px 12px;
    }


.paginacion {
    width: auto;
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    float: right !important;
    margin: 0 auto;
    float: none;
    position: relative;
    display: table;
}

    .paginacion span {
        font-family: Barlow Semi Condensed !important;
        font-weight: 300 !important;
        color: #666666;
        font-size: 24px;
        float: left;
        padding-right: 15px;
        line-height: 39px;
    }

    .paginacion .texto {
        float: left;
        padding-left: 15px;
        font-family: 'Dosis';
        font-weight: 400;
    }

    .paginacion > li {
        display: inline;
    }

        .paginacion > li > a, .paginacion > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #282828;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .paginacion > li:first-child > a, .paginacion > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .paginacion > li:last-child > a, .paginacion > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .paginacion > li > a:hover, .paginacion > li > span:hover, .paginacion > li > a:focus, .paginacion > li > span:focus {
            color: var(--a-link-hover);
            background-color: #eee;
            border-color: #ddd;
        }

    .paginacion > .active > a, .paginacion > .active > span, .paginacion > .active > a:hover, .paginacion > .active > span:hover, .paginacion > .active > a:focus, .paginacion > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #282828;
        border-color: #3a5ea3;
        border-width: 2px;
        cursor: default;
    }

    .paginacion > .disabled > span, .paginacion > .disabled > span:hover, .paginacion > .disabled > span:focus, .paginacion > .disabled > a, .paginacion > .disabled > a:hover, .paginacion > .disabled > a:focus {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.paginacion-lg > li > a, .paginacion-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.paginacion-lg > li:first-child > a, .paginacion-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.paginacion-lg > li:last-child > a, .paginacion-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.paginacion-sm > li > a, .paginacion-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.paginacion-sm > li:first-child > a, .paginacion-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.paginacion-sm > li:last-child > a, .paginacion-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}


.Filtro {
    width: 100%;
    text-align: right;
    color: white;
    font-size: 18px;
}

    .Filtro a:link {
        color: white;
    }

    .Filtro a:hover {
        color: #df2e8d;
    }

    .Filtro a:visited {
        color: white;
    }

.div_precios {
    font-size: 1em;
    height: 100px;
}

.tablaEscaladoPrecios table {
    font-size: 18px;
    width: 100% !important;
    padding: 0px;
    margin-left: 18px;
    border: 2px solid black;
    background-color: #000000;
    clear: both;
}

.tablaEscaladoPrecios .header {
    width: 100px;
    height: 50px;
    text-align: center;
    background-color: black;
    color: white;
}

.tablaEscaladoPrecios td {
    width: 100px;
    height: 50px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
}

.form-group-producto {
    padding-top: 15px;
    padding-bottom: 15px;
}

.div_observaciones {
    font-size: 14pt;
    color: black !important;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 30px;
    border: solid;
    border-width: 2px;
    border-color: #282828;
    width: 95%;
    display: inline-block;
}

    .div_observaciones p {
        font-size: 12pt;
    }

#ampliar {
    float: right;
    padding-right: 50px;
}

#panelCompra {
    width: 1200px;
}

    #panelCompra a {
        font-size: 12px;
        color: #666;
    }

        #panelCompra a:hover {
            color: red;
        }

    #panelCompra #upPanelTallas {
        float: left;
        margin-left: -15px
    }

    #panelCompra #TallasColores {
        width: 100%;
        margin-left: 50px;
        margin-right: 50px;
        clear: both;
        background-color: White;
        border: 0px solid #000000;
        font-size: 14px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

        #panelCompra #TallasColores .nor {
            background-color: #fff;
            width: 1200px;
        }

        #panelCompra #TallasColores .alt {
            background-color: #282828;
            width: 1200px;
            color: #fff;
        }

        #panelCompra #TallasColores td {
            height: 45px;
        }

    #panelCompra .lVerTallas {
        color: red;
        font-weight: bold;
        font-size: 12px;
        cursor: pointer;
        text-align: left;
    }

    #panelCompra #divAddTallas {
        margin-left: 50PX;
        height: 85px;
    }

    #panelCompra #upTallas {
        float: left;
    }

    #panelCompra .MsgError {
        font-size: 14px;
        color: red;
        text-align: left;
        float: left;
    }


    #panelCompra #upMiniCesta {
        float: right;
    }

.form-group-producto {
    padding-top: 15px;
    padding-bottom: 15px;
}

/**/

.producto {
    font-family: 'samspro', 'Century Gothic';
}

    .producto .producto-caption {
        padding: 5px 5px 0px 5px;
        text-align: center;
        /* background-color: #f4f4f4; */
    }

.producto-titulo {
    font-size: 46px;
    letter-spacing: 0px;
    font-variant: all-petite-caps;
    padding-top: 0px;
    color: #1f3668;
    font-family: samspro;
}

.producto-titulo_claro {
    font-size: 46px;
    letter-spacing: 0px;
    font-variant: all-petite-caps;
    padding-top: 0px;
    color: #fff;
    font-family: samspro;
}


.producto-detalle {
    font-size: 20px;
    letter-spacing: 0px;
    padding-top: 0px;
    color: black;
    font-family: samspro;
    width: 100%;
}

.producto-iva {
    font-size: 16px;
    letter-spacing: 0px;
    padding-top: 0px;
    color: #b6b6b6;
    font-style: italic;
    font-family: samspro;
}

.panel-filter {
    font-size: 24px;
    color: black;
    padding-left: 35px;
    margin-top: 20px;
    cursor: pointer;
    z-index: 9999;
}

panel-filter .hidden {
    visibility: hidden;
}

.panel-filter i {
    font-size: 20px;
    color: black;
}

.panel-filter span {
    font-size: 18px;
    font-family: Samspro;
    padding-left: 10px;
}

.panel-filter a:link {
    font-size: 20px;
    color: black !important;
}

.panel-filter a:hover {
    font-size: 20px;
    color: var(--a-link-hover) !important;
}

.panel-filter a:visited {
    font-size: 20px;
    color: black !important;
}

h3.producto-titulo {
    font-size: 18px;
    color: #000010;
    font-weight: 400;
    margin: 0px;
    line-height: 1.25em;
    padding: 0px;
    font-family: 'Samspro', sans-serif;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: pre;
}

.producto-tipo {
    font-size: 11pt;
    color: #888;
}

.producto-modelo {
    font-size: 12pt;
    color: #bbb;
    line-height: 35px;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
}

.producto-precios {
    margin-bottom: 10px;
    margin-top: 5px;
    cursor: default;
    line-height: 35px;
    font-family: 'samspro',sans-serif;
}

    .producto-precios span {
        font-size: 18px;
        color: black;
    }

    .producto-precios .producto-pvp {
        font-size: 1.5em;
        color: black;
    }

    .producto-precios .producto-pvp {
        font-size: 28px;
        color: black;
    }

.producto-pvp-white {
    font-size: 28px;
    color: white;
}

.Content_Boxes {
    background-color: #ffffff;
}

    .Content_Boxes hr {
        border: 0;
        border-top: 2px solid #e5e5e5;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .Content_Boxes .Header {
        height: 45px;
        line-height: 45px;
        padding-left: 30px;
        font-family: samspro,'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        background-color: #000001;
        width: 100%;
        color: #ffffff;
    }

    .Content_Boxes .prop {
        line-height: 40px;
        min-height: 40px;
        font-family: samspro,'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 18px;
        color: black;
        min-width: 200px;
        padding-left: 30px;
        /* padding-top: 10px; */
    }

        .Content_Boxes .prop .attr {
            font-size: 18px;
            font-weight: bold;
            color: black;
        }

        .Content_Boxes .prop span {
            /* line-height: 30px; */
            font-family: samspro,'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 18px;
            color: black;
        }


.ListColoresDisponibles {
    list-style-type: none;
    min-height: 150px;
    width: max-content;
    /* padding-top: 25px; */
    margin-top: 22px;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 5px;
    padding: 0;
    /* background-color: #ffffff; */
}

    .ListColoresDisponibles li {
        float: left;
    }

.PrecioCompra {
    font-size: 48px;
    font-weight: bold;
    font-family: samspro;
    color: #181715;
}

.PrecioCompra_claro {
    font-size: 48px;
    font-weight: bold;
    font-family: samspro;
    color: #ffffff;
}

.checkName {
    font-size: 20px;
    /* font-weight: bold; */
    font-family: samspro;
    color: red;
    text-align: center;
}

.PrecioStock {
    font-size: 28px;
    font-weight: bold;
    font-family: samspro;
    color: red;
}

.PVPRecomendado {
    font-size: 24px;
    font-weight: bold;
    font-family: samspro;
    color: #e80000;
}

.RadInput {
    display: block !important;
}

.RadInput_BlackMetroTouch .riTextBox, .RadInput_BlackMetroTouch .riSelect, .RadInput_BlackMetroTouch .rcSelect, .RadInputMgr_BlackMetroTouch {
    border-color: #0097e8 !important;
    color: #000000 !important;
    background-color: #fff !important;
    font-size: 18px !important;
}

.RadInput .riSelect {
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
}

.RadInput_BlackMetroTouch a, .RadInput_BlackMetroTouch.RadInputDisabled a:hover, .RadInput_BlackMetroTouch.RadInputDisabled a:active {
    border-color: #0097e8 !important;
    color: #000000 !important;
    background-color: #0097e8 !important;
}

.RadInput_BlackMetroTouch a, .RadInput_BlackMetroTouch.RadInputDisabled a:hover, .RadInput_BlackMetroTouch.RadInputDisabled a:active {
    border-color: #0097e8 !important;
    color: #000000 !important;
    background-color: #0097e8 !important;
}

.RadInput_BlackMetroTouch, .RadInputMgr_BlackMetroTouch {
    font-family: samspro !important;
    font-size: 24px !important;
}

.RadDropDownList_BlackMetroTouch .rddlFakeInput {
    min-height: 38px !important;
    line-height: 38px !important;
    font-size: 20px !important;
    font-family: samspro !important;
}

.RadDropDownList_BlackMetroTouch .rddlFocused {
    border-color: #181715 !important;
    color: #fff !important;
    background-color: #181715 !important;
}

.RadDropDownList_BlackMetroTouch .rddlInner {
    padding-left: 10px !important;
    padding-right: 34px !important;
    border-color: #000001 !important;
    color: #181715 !important;
    font-variant-caps: petite-caps;
    background-color: #ffffff !important;
}

.RadDropDownList .rddlIcon {
    width: 16px;
    height: 100%;
    border: 0;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #000001;
    top: 0;
    right: 0;
}

#lMensajeEstadoPedido {
    font-size: 30px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.iconoInstagram {
    width: 100px;
    height: 100px;
    align-items: center;
    border-radius: 50px !important;
    margin-bottom: 10px;
    margin-top: -20px;
}

@media screen and (min-width : 360px) {
    .principal {
        margin-left: 0px;
        margin-right: 0px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }

    .filtros-activos {
        border-left: solid 0px #d6d6d6;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .menu_filtro {
        position: relative;
    }

    .catalogo-div {
        border-left: 0px solid #d6d6d6;
        padding-left: 0px;
    }

    .producto-sep {
        border: 0;
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
        border-top: 0px solid #d6d6d6;
    }

    .producto {
        font-family: 'Samspro', sans-serif;
    }

        .producto .foto {
            text-align: center;
            /*vertical-align: middle;*/
            position: absolute;
            width: 100%;
            display: block;
            position: relative !important;
        }

        .producto .box_titulo {
            background-color: var(--navmenu-bg-color);
            height: 100px;
            width: 100%;
            padding: 25px 15px 15px 15px;
            text-align: center;
        }

            .producto .box_titulo span {
                font-size: 20px !important;
                color: #fff;
                font-weight: normal;
                line-height: 1.25em;
                font-family: 'Samspro', sans-serif;
                overflow: hidden;
            }

        .producto .detalle_corto {
            font-size: 16px !important;
            color: #333333;
            font-weight: normal;
            height: 120px;
            text-align: center justify;
            font-family: 'Samspro', sans-serif;
            overflow: hidden;
            max-width: 100%;
            text-overflow: ellipsis;
        }

        .producto .producto-caption {
            padding: 0px 10px;
            min-height: 60px;
        }

            .producto .producto-caption .titulo {
                font-size: 18px;
                font-weight: normal;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-top: 10px;
                min-height: 70px;
            }

            .producto .producto-caption .detalle {
                font-size: 18px;
                font-weight: normal;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                height: 50px;
            }

            .producto .producto-caption .btn-group {
                margin-bottom: 10px;
                width: 90%;
            }

    h3.producto-titulo {
        font-size: 26px !important;
        color: #000010;
        font-weight: normal;
        margin: 0px;
        line-height: 1.25em;
        padding: 0px;
        font-family: 'Samspro', sans-serif;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: pre;
    }

    .ordernacion .precio {
        width: 100%;
        max-width: 86%;
        padding: 0;
        margin: 0 auto;
        position: relative;
        display: block;
        float: none;
    }
}


@media screen and (min-width: 420px) {
    .principal {
        margin-left: 0px;
        margin-right: 0px;
    }

    .filtros-activos {
        border-left: solid 0px #d6d6d6;
        margin-left: 280px !important;
        margin-right: 0px !important;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        transform: translate3d(10px, 10px, 0);
    }

    .menu_filtro {
        position: absolute;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

    .catalogo-div {
        border-left: 0px solid #d6d6d6;
        padding-left: 0px;
        min-height: 0px;
    }

    .producto-sep {
        border: 0;
        border-right: 0px solid #d6d6d6;
        border-bottom: 0px solid #d6d6d6;
        border-top: 0px solid #d6d6d6;
    }

    .ordernacion .precio {
        width: 97%;
        max-width: 100%;
        padding: 0px;
        float: left;
    }
}

@media creen and (min-width : 1024px) {
    .catalogo-div {
        border-left: 1px solid #d6d6d6;
        padding-left: 0px;
    }

    .producto-sep {
        border: 0;
        border-right: 1px solid #d6d6d6;
        border-bottom: 0px solid #d6d6d6;
        border-top: 1px solid #d6d6d6;
    }
}

@media screen and (min-width: 951px) {
    .ordernacion .precio {
        width: 100%;
        max-width: 230px;
        padding: 0px;
        float: left;
    }
}


@media screen and (min-width: 360px) {
    #MainContainer_imgMarca {
        max-width: 100px;
        max-height: 100px;
        margin: 0 auto;
        position: relative;
        display: table;
    }

    .infotext {
        text-align: center;
    }
}



.subscripcion {
    width: 340px;
    height: auto;
    padding: 5px;
    margin: 0 auto;
    border: 2px solid #dddddd;
    background-color: #f5f5f5;
    text-align: center;
}

    .subscripcion .titulo {
        font-family: samspro;
        font-size: 16px;
        font-weight: bold;
        color: black;
        line-height: 35px;
    }

#upPanel {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}


.subscripcion span {
    font-family: samspro;
    font-size: 16px;
    color: #03a84e;
    line-height: 35px;
}
