﻿
.reset, input, .box-unete input, .unete input, select, textarea, text-cantidad input, html, body, div, span, nav, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

    a:link img, a:hover img, a:visited img, a:active img {
        border: none;
    }

::selection {
    background: #111111;
    color: #ffffff;
}

::-moz-selection {
    background: #111111;
    color: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

.c {
    clear: both;
}

.wrap {
    display: block;
    width: 100%;
    min-width: 280px;
    overflow: hidden;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

* {
    margin: 0;
    padding: 0;
}

html, body, form {
    /*position: relative;
    height: 100%;*/
}


#main {
    overflow: auto;
    padding-bottom: 221px;
    margin-left: auto;
    margin-right: auto;
}

.nof {
    margin-top: -221px;
}

#footer {
    padding-top: 40px;
    padding-bottom: 40px;
    clear: both;
    color: #ffffff;
    background-color: #4b4b4b;
}

    #footer .centrar {
        width: 90%;
        max-width: 1180px;
    }

.footer-menu {
    float: left;
    line-height: 2em;
}

.footer-menu-titulo {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.sc2 {
    margin-left: 80px;
}

.footer-menu a {
    color: #ffffff;
    text-decoration: none;
}

    .footer-menu a:hover {
        color: #dcdcdc;
        text-decoration: none;
    }

    .footer-menu a.redes {
        font-size: 1.4em;
        margin-right: 10px;
    }

.fmb20 {
    margin-bottom: 20px;
}

.creditos {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.6em;
    letter-spacing: 4px;
    margin-top: 60px;
    border-top: #373636 solid 1px;
    padding-top: 40px;
}

    .creditos a:link {
        color: #fff;
    }

    .creditos a:visited {
        color: #fff;
    }

    .creditos a:hover {
        color: #d57867;
    }

.paypal {
    float: right;
    margin-top: 0px;
    text-align: right;
}


body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

#right {
    display: block;
    position: relative;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

#button {
    display: none;
    float: left;
    width: 34px;
    height: 34px;
    margin-top: 22px;
    background-image: url(Imagenes/icon-menu.png);
    background-size: 100% 100%;
}

.top {
    background-color: #d57867;
    color: #FFF;
    height: 50px;
}

.top-social {
    float: left;
    padding-top: 15px;
    text-align: left;
}

    .top-social a {
        color: #FFF;
        font-size: 1.2em;
        margin-right: 15px;
    }

.top-mensaje {
    float: left;
    padding-top: 18px;
    text-align: left;
    font-size: 0.8em;
}


.top-cart {
    float: right;
    padding-top: 14px;
    text-align: right;
}


    .top-cart a {
        color: #FFF;
        font-size: 0.8em;
        margin-left: 15px;
    }

.top-mobile {
    display: none;
}


.header-home {
    position: relative;
    z-index: 999;
    width: auto;
    background-color: #ffffff;
    opacity: 1;
    width: 100%;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: 0px 1px 2px rgba(17, 17, 17, 0.20);
}


.header-espacio {
    /*height: 100px;*/
}

.logo {
    float: left;
    width: 300px;
    margin-top: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

    .logo img {
        width: 100%;
    }


#menu {
    display: block;
    position: fixed;
    width: 82%;
    height: auto;
    min-height: 100%;
    top: 0;
    left: -82%;
    z-index: 9999;
    background: #ffffff;
    max-width: 320px;
    font-size: 0.8em;
    /*margin: 10px;*/
    box-sizing: border-box;
}

    #menu li a {
        letter-spacing: 1px;
        color: #5c5c5c;
        text-transform: uppercase;
        padding: 15px 0px 15px 20px;
        display: block;
        text-align: left;
        background: #ffffff;
        box-sizing: border-box;
        font-weight: 700;
        border-bottom: 1px solid #e8e8e8;
    }

.menu-credits {
    color: #565656;
    text-align: left;
    font-size: 0.9em;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}

.noleft {
    left: initial;
}

.mobile-cart {
    display: none;
    float: right;
    margin-top: 29px;
}

    .mobile-cart a {
        color: #d57867;
        font-size: 1.2em;
    }

.icon-buscador {
    display: none;
    float: right;
    margin-top: 29px;
}

    .icon-buscador a {
        color: #d57867;
        font-size: 1.2em;
    }

/* Navigation Bar */
.nav-menu {
    float: right;
    width: 800px;
    text-align: center;
}

.nav {
    list-style: none;
    margin-top: 58px;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Noto Serif KR', serif;
}

    .nav ul {
        text-align: right;
    }

        .nav ul li {
            display: inline-block;
            border: none;
            letter-spacing: 0px;
            margin-left: 20px;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

        .nav ul .li-1 {
            margin-left: 0px;
        }

        .nav ul li a:link {
            font-size: 1em;
            font-weight: 400;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
            padding-top: 7px;
            padding-bottom: 6px;
            letter-spacing: 1px;
            text-decoration: none;
            color: #8e8e8e;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

        .nav ul li a:visited {
            text-decoration: none;
            color: #8e8e8e;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
        }

        .nav ul li a:hover {
            color: #d57867;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #d57867;
        }


        .nav ul li a.active {
            color: #d57867;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #d57867;
        }

    .nav .fas, .far {
        margin-right: 5px;
    }


.menu-account {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1.6em;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 20px;
    border-bottom: 1px solid #e8e8e8;
}

    .menu-account a {
        color: #ffffff;
        background-color: #d57867;
        padding: 5px 20px;
        border-radius: 40px;
        margin-right: 10px;
    }

.nombre-usuario-mobile {
}

    .nombre-usuario-mobile a {
        color: #111;
        background-color: #fff;
        padding: initial;
        border-radius: initial;
        margin-right: 0px;
        font-weight: 700;
    }


.fa {
    margin-right: 5px;
}

.fas {
    margin-right: 5px;
}

/*/*/

.centrar {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}


.overlay {
    background-color: rgba(23, 23, 23, 0.45);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    text-shadow: 1px 1px 2px rgba(46, 43, 43, 0.66);
    cursor: auto;
}

.overlaymenu {
    display: none;
    position: absolute;
    width: 100%;
    height: 3000px;
    min-height: 100%;
    background-color: rgba(17, 17, 17, 0.90);
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: display 1.3s linear;
    -moz-transition: display 1.3s linear;
    -o-transition: display 1.3s linear;
    transition: display 1.3s linear;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.clearfix {
    display: block;
    content: '';
    clear: both;
}

.tabla {
    display: table;
    height: 100%;
    margin: 0;
    width: 100%;
}

.celda {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.mr20 {
    margin-right: 20px;
}
/* CONTENIDO ------------------------------*/

.hero {
    background-color: #f6f8ff;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .hero img {
        width: 100%;
    }


.hero-box-1 {
    float: left;
    width: 570px;
    height: 420px;
    background-color: #ebebeb;
    background-image: url(Imagenes/hero-aretes.jpg);
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition-duration: 0.8s;
    transition-property: transform;
}

    .hero-box-1:hover {
        transform: scale(1.04);
        transition-duration: 0.8s;
        transition-property: transform;
    }

.hero-box-2 {
    float: right;
    width: 570px;
    height: 420px;
    background-color: #ebebeb;
    background-image: url(Imagenes/hero-anillos.jpg);
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition-duration: 0.8s;
    transition-property: transform;
}

    .hero-box-2:hover {
        transform: scale(1.04);
        transition-duration: 0.8s;
        transition-property: transform;
    }


.inner-box-tabla {
    display: table;
    height: 100%;
    margin: 0;
    width: 100%;
    outline: 4px solid #fff;
    outline-offset: -16px;
}

.inner-box-celda {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.inner-box-titulo {
    font-family: 'Uchen', serif;
    font-weight: 400;
    color: #fff;
    font-size: 4em;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-shadow: 0px 2px 2px rgba(17, 17, 17, 0.22);
}

.inner-box-subtitulo {
    font-weight: 400;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 8px;
    text-shadow: 0px 2px 2px rgba(17, 17, 17, 0.22);
    display: inline-block;
    padding-bottom: 0px;
}

.hero-box-1:hover .inner-box-subtitulo {
}

.hero-box-2:hover {
}

.home-Tanili {
    display: none;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #d57867;
    background-position: center;
    text-align: center;
}



.home-Tanili-texto {
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: 1px;
    line-height: 1.4em;
}

.home-Tanili-envio {
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-family: 'Noto Serif KR', serif;
    margin-top: 20px;
}

.nosotros {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.nosotros-titulo {
    font-weight: 700;
    font-size: 1.4em;
    color: #001d7e;
    margin-bottom: 30px;
}

.nosotros-info {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.4em;
    color: #424040;
}



.home-productos {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-productos-2 {
    background-color: #efefef;
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-nuevo {
    color: #8e8e8e;
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 30px;
}

.home-categoria {
    color: #001d7e;
    font-weight: 700;
    font-size: 3.4em;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

.home-productos-boton {
    margin-top: 30px;
    text-align: center;
}

    .home-productos-boton a {
        display: inline-block;
        background-color: #001d7e;
        color: #fff;
        font-size: 1em;
        letter-spacing: 1px;
        padding: 20px 40px;
        border-radius: 100px;
    }

        .home-productos-boton a:hover {
            background-color: #5371d7;
            color: #fff;
        }

.home-ver-todo {
    text-align: center;
}

    .home-ver-todo a {
        background-color: #4b4b4b;
        color: #fff;
        padding: 15px 30px;
        display: inline-block;
    }

.contenido {
    width: 100%;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}


/* TIENDA */
.info {
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 350px;
}

/* PRODUCTOS */
.productos {
    display: flex;
    flex-wrap: wrap;
}

.productos-box {
    margin-bottom: 30px;
    vertical-align: top;
    word-spacing: normal;
    letter-spacing: normal;
    white-space: normal;
    font-size: 1rem;
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    box-sizing: border-box;
}

    .productos-box:hover .imagen-secundaria {
        opacity: 1;
    }

.productos-box-margin {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}



#dlProductos {
    width: 100%;
}

    #dlProductos td {
        width: 25%;
        vertical-align: top;
    }


.productos-box .imagen {
    /*-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    position: relative;
    z-index: 1;
    transform: scale(1);
    transition-duration: 0.4s;
    transition-property: transform;*/
}



.productos-box img {
}

.productos-box .imagen-secundaria {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}


.productos-box .nombre {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

    .productos-box .nombre span {
        color: #8e8e8e;
        font-size: 1.1em;
        line-height: 1.4em;
        letter-spacing: 0px;
        font-weight: 400;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.productos-box .precio {
    margin-top: 5px;
    text-align: center;
    color: #8e8e8e;
}

    .productos-box .precio span {
        font-weight: 400;
        color: #424242;
        font-size: 1em;
        letter-spacing: 1px;
        font-weight: 700;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .productos-box .precio .oferta {
        text-decoration: line-through;
        color: #d57867;
    }



        .productos-box .precio .oferta span {
            color: #d57867;
        }


.productos-box:hover .imagen {
    opacity: 0.8;
}

.productos-box:hover .nombre span {
    color: #d57867;
}

.productos-box:hover .precio span {
    color: #d57867;
}

.productos-box:hover .imagen {
    transform: scale(1.04);
    transition-duration: 0.4s;
    transition-property: transform;
}

.productos-box img {
    width: 100%;
}

.tienda-categoria {
    text-align: center;
    margin-bottom: 30px;
}

    .tienda-categoria span {
        color: #8e8e8e;
        font-weight: 400;
        font-size: 1.5em;
        letter-spacing: 6px;
        text-align: center;
        margin-bottom: 30px;
    }


.newer {
    float: left;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 20px;
    background-color: #c4171b;
    background-color: #424040;
    border-radius: 3px;
    font-size: 0.9em;
}

    .newer a:link {
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        padding: 8px;
        display: block;
    }

    .newer a:visited {
        color: #ffffff;
        text-decoration: none;
    }

.older {
    float: right;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #c4171b;
    background-color: #424040;
    border-radius: 3px;
    font-size: 0.9em;
}

    .older a:link {
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        padding: 8px;
        display: block;
    }

    .older a:visited {
        color: #ffffff;
        text-decoration: none;
    }


.ordenar-por {
    float: left;
    margin-left: 1.5%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #8e8e8e;
}

.ordenar-por-tag {
    margin-right: 5px;
}

.ordenar-select select {
    color: #8e8e8e;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #fff;
    box-sizing: border-box;
}

    .ordenar-select select:hover {
        border: 1px solid #8e8e8e;
    }

.filtrarmarginleft {
    margin-left: 20px;
}

/* ARTICULO */
.producto {
    margin-top: 60px;
}


.producto-imagen {
    float: left;
    width: 50%;
}

.main-imagen {
}

.productos-imagen img {
    width: 100%;
}

.producto-info {
    float: right;
    width: 44%;
}

    .producto-info .nombre {
    }

        .producto-info .nombre span {
            color: #8e8e8e;
            font-size: 1.6em;
            letter-spacing: 1px;
        }

    .producto-info .precio {
        font-size: 1.4em;
        letter-spacing: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .producto-info .precio span {
            font-weight: 300;
            color: #424242;
        }

        .producto-info .precio .oferta {
            text-decoration: line-through;
            color: #c41e1e;
            margin-left: 10px;
        }

            .producto-info .precio .oferta span {
                color: #c41e1e;
            }

.producto-envio {
    color: #8e8e8e;
    font-size: 0.9em;
    letter-spacing: 1px;
    /*border-top: 1px solid #e1e1e1;*/
    /*border-bottom: 1px solid #e1e1e1;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.descripcion {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #8e8e8e;
    font-size: 0.9em;
    letter-spacing: 1px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .descripcion span {
        letter-spacing: 1px;
        line-height: 1.5em;
        color: #8e8e8e;
    }

.promocion-kit {
    font-weight: 700;
    color: #7649a9;
    letter-spacing: 1px;
    line-height: 1.8em;
    margin-top: 20px;
}


    .promocion-kit a {
        padding: 5px 10px;
        background-color: #7649a9;
        color: #fff;
        border-radius: 100px;
        font-size: 0.9em;
    }


.producto-info .variante {
    margin-bottom: 20px;
    float: left;
    color: #a4a4a4;
    margin-right: 20px;
    letter-spacing: 1px;
}

.producto-info .cantidad {
    float: left;
    color: #8e8e8e;
    letter-spacing: 1px;
}

    .producto-info .cantidad span {
        color: #c41e1e;
        color: #111111;
        font-weight: 700;
    }

.text-cantidad {
    margin-top: 10px;
}

    .text-cantidad input {
        color: #727272;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        padding-top: 11px;
        padding-bottom: 11px;
        width: 64px;
        /*padding-left: 2%;*/
        text-indent: 0px;
        font-size: 0.9em;
        letter-spacing: 1px;
        margin-bottom: 25px;
        text-align: center;
        background-color: #ffffff;
        border: 1px solid #cbcbcb;
        box-sizing: border-box;
    }

    .text-cantidad select {
        color: #727272;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-align: left;
        background-color: #ffffff;
        border: 1px solid #cbcbcb;
        box-sizing: border-box;
    }


.cantidad span {
    color: #db2e2e;
}



.desc-boton {
    margin-top: 0px;
    /*border-top: 1px solid #e1e1e1;
    padding-top: 20px;*/
}

    .desc-boton a:link {
        display: block;
        width: 100%;
        background-color: #d57867;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        font-size: 0.8em;
        line-height: 1em;
        padding-top: 20px;
        padding-bottom: 20px;
        letter-spacing: 1px;
        border-radius: 100px;
        text-transform: uppercase;
        font-weight: 400;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .desc-boton a:visited {
        background-color: #d57867;
        color: #ffffff;
        text-decoration: none;
    }

    .desc-boton a:hover {
        background-color: #c86856;
        color: #ffffff;
        text-decoration: none;
    }




.main-imagen img {
    width: 100%;
    height: auto;
}


.thumbnails {
    margin-top: 10px;
}

    .thumbnails li {
        width: 100px;
        display: inline-block;
        margin: 0 8px 6px 0;
    }

        .thumbnails li img {
            width: 100px;
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.20);
        }


.art-centrar {
    margin-top: 40px;
    margin-bottom: 40px;
}

.divNo {
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 2em;
    text-align: center;
    width: 97%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    color: #a7a7a7;
    margin-bottom: 6px;
}


/*CARRITO*/

.carrito-back {
    background-color: #e5e6ea;
    padding-top: 40px;
    padding-bottom: 60px;
}

.centrar-carrito {
    width: 80%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    padding-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 4px 4px rgba(17, 17, 17, 0.20);
}


.carrito-divisor {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-bottom: 1px solid #4d4e57 !important;
}

#GridView1 th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}

#GridView1 tr {
    border-bottom: 1px solid #dcdcdc;
    display: table-row;
    width: 100%;
}

#GridView1 td {
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: normal;
    font-size: 0.8em;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
}

#GridView1:hover {
    cursor: pointer;
}

.gvHeader {
    color: #4d4e57;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
}

.delete a:link {
    color: #a0a0a0;
    font-size: 1em;
}

.delete a:visited {
    color: #a0a0a0;
}

.delete a:hover {
    color: #424040;
}

#divTotal {
    margin-top: 20px;
    float: right;
    text-align: right;
    margin-right: 45px;
}

.total-box span {
    font-weight: 700;
}

.procesar {
    margin-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

    .procesar a:link {
        display: block;
        /*width: 200px;*/
        padding-left: 10px;
        padding-right: 10px;
        background-color: #62cbc9;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        font-size: 0.8em;
        line-height: 1em;
        padding: 15px 30px;
        box-sizing: border-box;
        letter-spacing: 2px;
        border-radius: 4px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .procesar a:visited {
        background-color: #62cbc9;
        color: #ffffff;
    }

    .procesar a:hover {
        background-color: #64d5d3;
        color: #ffffff;
    }

/*.btnPedido {
    margin-left: 10px;
    display: inline-block;
}*/

.btnCompletar {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .btnCompletar a:link {
        display: block;
        background-color: #d57867;
        padding: 15px 30px;
        box-sizing: border-box;
        border-radius: 40px;
        width: 100%;
        color: #ffffff;
        text-align: center;
        letter-spacing: 1px;
        font-size: 0.9em;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .btnCompletar a:visited {
        background-color: #d57867;
        color: #ffffff;
    }

    .btnCompletar a:hover {
        background-color: #d57867;
        color: #fff;
    }

.cambiar {
    text-align: center;
}

    .cambiar a {
        text-decoration: underline;
        color: #424040;
    }

        .cambiar a:hover {
            color: #d57867;
        }



.mt40 {
    margin-top: 40px;
}


.numerodecuenta {
    font-size: 2em;
    font-weight: 700;
    color: #424242;
}


.envio {
    margin-top: 20px;
}

    .envio .titulo {
        color: #b31aab;
        font-weight: 700;
        margin-bottom: 20px;
    }

.txtDireccion {
    float: left;
    width: 40%;
}

.txtCiudad {
    float: left;
    width: 18%;
    margin-left: 2%;
}

.txtFecha {
    float: left;
    width: 18%;
    margin-left: 2%;
}

.txtHorario {
    float: left;
    width: 18%;
    margin-left: 2%;
}


.text2 input {
    color: #727272;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    /*padding-left: 2%;*/
    text-indent: 10px;
    font-size: 0.9em;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-align: left;
    background-color: #ededed;
}

    .text2 input:focus {
        border: none;
        color: #111111;
    }

.ml2 {
    margin-left: 2%;
}

.formulario-micuenta {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 40px 40px 40px;
    margin-top: -20px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.30);
    color: #111;
    z-index: 9999;
}

/*CONTACTO*/
.contacto-cabecera {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f6f8ff;
}

.contacto-titulo {
    text-align: center;
    font-family: 'Uchen', serif;
    font-weight: 400;
    color: #424040;
    font-size: 2em;
    letter-spacing: 10px;
    text-transform: uppercase;
}

    .contacto-titulo span {
        font-weight: 700;
    }

.contacto-subtitulo {
    color: #424040;
    box-sizing: border-box;
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 1.1em;
}

.contacto-cabecera a {
    color: #424040;
    text-decoration: none;
}

.formulario-contacto {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 40px 60px 40px;
    margin-top: -20px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.30);
    z-index: 9999;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #8e8e8e;
}

    .formulario-contacto a {
        text-decoration: none;
        color: #8e8e8e;
    }

.formulario-titulo {
    color: #424040;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.text {
    width: 100%;
}

    .text input {
        color: #727272;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 98%;
        padding-left: 2%;
        font-size: 0.9em;
        letter-spacing: 2px;
        margin-bottom: 25px;
        text-align: left;
        background-color: #ededed;
        background-color: #ffffff;
    }

        .text input:focus {
            border: none;
            color: #111111;
        }

textarea {
    color: #727272;
    background-color: #ededed;
    background-color: #ffffff;
    border-bottom: solid 0px #d3d3d3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 98%;
    padding-left: 2%;
    font-size: 0.9em;
    margin-bottom: 25px;
    text-align: left;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

    textarea:focus {
        border: none;
        color: #111111;
    }


.enviado {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
}

.btnSesion {
    margin-top: 0px;
}

    .btnSesion a:link {
        text-align: center;
        background-color: #001d7e;
        font-size: 0.9em;
        letter-spacing: 2px;
        color: #ffffff;
        font-weight: 700;
        text-decoration: none;
        padding: 20px 20px;
        box-sizing: border-box;
        width: 100%;
        display: block;
        border-radius: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .btnSesion a:visited {
        background-color: #001d7e;
        text-decoration: none;
        color: #ffffff;
    }

    .btnSesion a:hover {
        text-decoration: none;
        background-color: #5371d7;
        color: #ffffff;
    }

.siguenos {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.box-siguenos {
    display: inline-block;
    width: 340px;
    margin-left: 10px;
    margin-right: 10px;
}

    .box-siguenos img {
        width: 100%;
    }


/* REGISTRO */
.contenedoregistro {
    margin-top: 60px;
    padding-bottom: 40px;
}

.login-box {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-bottom: 20px;
    font-size: 1em;
    color: #767676;
    background-color: #fff;
    border-radius: 0px;
    margin-bottom: 20px;
    /*box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.30);*/
}

.login-btns {
    margin-bottom: 40px;
}

    .login-btns a {
        color: #8b8b8b;
        text-decoration: none;
        text-transform: uppercase;
        margin-right: 20px;
        font-weight: 700;
        font-size: 1em;
        letter-spacing: 0px;
        padding-bottom: 5px;
    }

        .login-btns a.active {
            color: #424242;
            border-bottom: 2px solid #424242;
        }


.login-box .owl-controls {
    display: none;
}

#divLogin {
}


#divRegistro {
}

.mBottom5 {
    margin-bottom: 5px;
    font-size: 0.8em;
    letter-spacing: 1px;
    color: #424040;
}

.fLeft {
    float: left;
    width: 48%;
}

.fRight {
    float: left;
    margin-left: 4%;
    width: 48%;
}

.mTop25 {
    margin-top: 25px;
}

.btnSesion2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

    .btnSesion2 a {
        width: 100%;
        display: block;
        background-color: #d57867;
        padding: 15px 20px;
        box-sizing: border-box;
        color: #ffffff;
        text-align: center;
        border-radius: 40px;
    }

        .btnSesion2 a:hover {
            background-color: #ca6350;
            color: #fff;
        }

.text3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .text3 input {
        color: #424242;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        font-size: 0.9em;
        letter-spacing: 1px;
        margin-bottom: 12px;
        text-align: left;
        background-color: #ffffff;
        border: 1px solid #e4e4e4;
    }

        .text3 input:focus {
            color: #111111;
            border: 1px solid #d57867 !important;
        }

.checkbox input {
    color: #424242;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    margin-right: 10px;
}

.checkbox label {
    color: #424242;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.fleft {
    width: 48%;
    float: left;
}

.fright {
    float: right;
    width: 48%;
}

.pedido-ok {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}

    .pedido-ok img {
        width: 100%;
    }


.aviso2 {
    float: left;
    color: #424242;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.compra {
    width: 100%;
    margin-top: 50px;
    font-size: 0.9em;
    letter-spacing: 0px;
    color: #3b3b3b;
}

    .compra .titulo {
        font-size: 1em;
        float: left;
        color: #565656;
        text-transform: uppercase;
        letter-spacing: 1px;
    }



    .compra .tituloB {
        font-weight: 700;
        color: #565656;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 1.6em;
    }

    .compra .texto {
        font-size: 1.2em;
        line-height: 1.6em;
    }

        .compra .texto .bold {
            font-weight: 700;
        }

    .compra .divisor {
        border-bottom: 3px solid #eeeeee;
        margin-top: 10px;
        margin-bottom: 30px;
        clear: both;
    }



/* MI CUENTA */

.botones-mi-cuenta {
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .botones-mi-cuenta a {
        display: block;
        padding: 12px 20px;
        min-height: 80px;
        line-height: 80px;
        background-color: #d57867;
        border-radius: 2px;
        color: #ffffff;
        text-align: center;
        font-weight: 400;
        letter-spacing: 2px;
    }

.btn-micuenta {
    float: left;
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

#fvInformacionPersonal {
    width: 100%;
}


#divInformacion {
}

.LoginTitle {
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

#gvDirecciones {
    font-size: 1em !important;
    font-weight: 400 !important;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}



.boton-panel a:link {
    padding: 5px 10px 5px 10px;
    background-color: #111111;
    color: #ffffff;
    border-radius: 4px;
}

.boton-panel a:visited {
    color: #ffffff;
}

.addthis_sharing_toolbox {
    margin-top: 5px;
    margin-bottom: 10px;
}

/* DETALLES DE PEDIDO */
.detalles-pedido {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    box-sizing: border-box;
}

.detalles-row {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
    color: #111;
}

.detalles-imagen {
    float: left;
    width: 10%;
}

    .detalles-imagen img {
        width: 100%;
    }


.detalles-nombre {
    float: left;
    width: 40%;
    font-size: 0.9em;
    padding-left: 10px;
    box-sizing: border-box;
}

.detalles-precio {
    float: left;
    width: 20%;
    text-align: right;
    font-size: 0.9em;
    padding-right: 10px;
    box-sizing: border-box;
}

.detalles-por {
    float: left;
    width: 5%;
    /*padding-left: 10px;
    padding-right: 10px;*/
    text-align: center;
    font-size: 0.7em;
    margin-top: 3px;
    box-sizing: border-box;
}

.detalles-cantidad {
    float: left;
    width: 5%;
    text-align: center;
    font-size: 0.9em;
}

.detalles-total {
    float: left;
    width: 20%;
    text-align: right;
    font-size: 0.9em;
}

.divisor2 {
    border-bottom: 1px solid #e0e0e0;
}

.detalles-datos {
    text-align: right;
    font-size: 0.9em;
    margin-top: 20px;
    color: #727272;
    box-sizing: border-box;
}

    .detalles-datos .box-1 {
        float: right;
    }

    .detalles-datos .box-2 {
        float: right;
        width: 22%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

#lblGranTotal {
    font-weight: 700;
}

#lblGranTotal2 {
    font-weight: 700;
}

.status {
    text-align: center;
}

    .status b {
        font-weight: 700;
    }

.irapagina {
    text-align: center;
    margin-top: 20px;
}

.ir {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 20px;
}

    .ir a:link {
        text-decoration: none;
        background-color: #111111;
        color: #ffffff;
        padding: 5px 8px;
        box-sizing: border-box;
    }

    .ir a:visited {
        background-color: #111111;
        color: #ffffff;
    }


#rpArticulo_ctl00_lblAlerta {
    color: #dc1414;
    font-weight: 700;
}

.alerta {
    background-color: rgba(114, 114, 114, 0.63);
    color: #ffffff;
    padding: 20px 40px;
    box-sizing: border-box;
    /*display: inline-block;*/
    margin-bottom: 20px;
    border-radius: 80px;
    /*border-radius: 0px 20px 20px 0px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
}

    .alerta a {
        color: #ffffff;
        text-decoration: underline;
    }

.contenedor-carrito {
    float: left;
    width: 70%;
}

.carrito-resumen {
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.checkout {
    position: sticky;
    top: 120px;
    float: right;
    width: 30%;
    background-color: #40424a;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.9em;
    margin-bottom: 20px;
    color: #ffffff;
    border-radius: 16px;
}

.checkout-titulo {
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.checkout-datos {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.6em;
    color: #ffffff;
}

.mt20 {
    margin-top: 20px;
}

.descuento {
    margin-top: 20px;
}

.total {
    float: right;
}

.descuentototal {
    float: right;
    color: #ffffff;
}

#fvDatosEnvio {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#divDatos {
    float: left;
    width: 60%;
}



    #divDatos .titulo {
        font-weight: 700;
        font-size: 1em;
        letter-spacing: 1px;
        margin-bottom: 20px;
        color: #4b4b4b;
    }

        #divDatos .titulo .cuenta-iniciar a {
            text-decoration: underline;
            color: #d57867;
        }

            #divDatos .titulo .cuenta-iniciar a:hover {
                text-decoration: underline;
                color: #d57867;
            }


.cod-desc {
    margin-top: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
}


.cod-desc-text {
    margin-top: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

    .cod-desc-text input {
        color: #424242;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        padding-left: 0%;
        text-indent: 10px;
        font-size: 0.9em;
        letter-spacing: 2px;
        margin-bottom: 0px;
        text-align: center;
        background-color: #ffffff;
        border: none;
        text-transform: uppercase;
    }

.cod-desc-btn {
    margin-top: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

    .cod-desc-btn a:link {
        display: block;
        padding: 10px 20px;
        background-color: #4b4b4b;
        color: #fff;
        font-size: 0.9em;
        font-weight: 700;
        border-radius: 20px;
        text-align: center;
    }

    .cod-desc-btn a:visited {
        color: #62cbc9;
    }



#divoxxo {
    text-align: center;
    font-size: 0.9em;
    color: #676767;
}

#divatrato {
    text-align: center;
    font-size: 0.9em;
    color: #676767;
}


.enlaceatrato {
    color: #5371d7;
}


.pregunta-titulo {
    font-weight: 700;
    font-size: 1.4em;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #565656;
}

.pregunta {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #565656;
}

.respuesta {
    letter-spacing: 1px;
    line-height: 1.4em;
    font-size: 0.9em;
    color: #424040;
    margin-bottom: 20px;
}


.agotado {
    background-color: #efc0b9;
    color: #ffffff;
    padding: 14px 24px;
    box-sizing: border-box;
    text-align: center;
    max-width: 100%;
}

.codigoaplicado {
    box-sizing: border-box;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: #5c5c5c;
    text-align: center;
    font-weight: 700;
}

    .codigoaplicado span {
        font-weight: 400;
        color: #727272;
    }

.badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    z-index: 4;
}

    .badge img {
        width: 100%
    }


.container-pago {
    padding-top: 40px;
    padding-bottom: 40px;
}

.codigo-descuento {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 90%;
}

.seguir-comprando {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 90%;
    text-align: center;
    margin-top: 10px;
    color: #424040;
}

    .seguir-comprando a {
        color: #d57867;
        text-decoration: underline;
    }

        .seguir-comprando a:hover {
            color: #d57867;
            text-decoration: underline;
        }

.tb3 {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.tb4 {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.tb5 {
    float: left;
    width: 33%;
}

.tarjeta-fecha {
    margin-bottom: 5px;
    font-size: 0.8em;
    letter-spacing: 1px;
    color: #424040;
}

.comprar {
    margin-top: 30px;
}


    .comprar a {
        background-color: #28c373;
        color: #fff;
        font-size: 1em;
        letter-spacing: 1px;
        padding: 20px 40px;
        text-align: center;
        width: 100%;
        display: block;
        box-sizing: border-box;
        border-radius: 8px;
        margin-top: 0px;
        -webkit-transition: opacity .3s linear;
        -moz-transition: opacity .3s linear;
        -o-transition: opacity .3s linear;
        transition: opacity .3s linear;
    }

        .comprar a:hover {
            background-color: #1ab565;
            color: #fff;
        }

.leyenda {
    margin-top: 5px;
    font-size: 0.8em;
    color: #535353;
    letter-spacing: 0px;
}

.aviso {
    color: #ff0000;
    font-weight: 700;
}

.cards {
    width: 140px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

    .cards img {
        width: 100%;
    }


.col-1-2 {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.col-2-2 {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
}

.col-2-3 {
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding-right: 10px;
}

.col-3-3 {
    float: left;
    width: 30%;
    box-sizing: border-box;
    padding-right: 10px;
}

#divpaypal {
    color: #424242;
    letter-spacing: 1px;
}



.container {
    display: block;
    position: relative;
    padding-top: 2px;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 0.9em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(17, 17, 17, 0.80);
}

    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d5d5d5;
    border-radius: 50%;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input:checked ~ .checkmark {
    background-color: #132740;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.imagen-atrato {
}

    .imagen-atrato img {
        width: 100%;
        max-width: 710px;
    }


.mt20 {
    margin-top: 20px;
}



.overlay-payment {
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.80);
    z-index: 10000;
    overflow: hidden;
    -webkit-transition: display 1.3s linear;
    -moz-transition: display 1.3s linear;
    -o-transition: display 1.3s linear;
}

.procesando {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 500px;
    padding: 40px 20px;
    background-color: #ffffff;
    color: #353535;
    font-size: 0.9em;
    line-height: 1.2em;
    letter-spacing: 1px;
    border-radius: 12px;
    box-sizing: border-box;
}

.loader {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

    .loader img {
        width: 100%;
    }



.show {
    display: block;
}

.hide {
    display: none;
}

.carrito-titulo {
    text-align: center;
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #404040;
}


.sucursales {
    background-color: #efefef;
    padding-top: 60px;
    padding-bottom: 60px;
}


.sucursal-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: flex-start
}

.sucursal-ciudad {
    width: 15%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sucursal-direccion {
    width: 60%;
    color: #424040;
    letter-spacing: 1px;
}

    .sucursal-direccion a {
        padding: 4px 10px;
        background-color: #001d7e;
        color: #fff;
        font-size: 0.8em;
        border-radius: 100px;
        display: inline-block;
    }


.sucursal-telefono {
    width: 15%;
    text-align: right;
    color: #424040;
    letter-spacing: 1px;
}

.sucursal-redes {
    width: 10%;
    text-align: right;
    color: #424040;
    letter-spacing: 1px;
    font-size: 1.2em;
}

    .sucursal-redes a {
        color: #001d7e;
    }


.sucursales-espacio {
    margin-bottom: 40px;
}


.ficha {
    margin-top: 20px;
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
}

    .ficha a {
        font-size: 0.9em;
        font-weight: 700;
        color: #001d7e;
    }


.tienda-subcategoria {
    text-align: center;
    color: #424040;
    font-weight: 700;
    font-size: 1.4em;
    margin-bottom: 20px;
    margin-top: -30px;
}

.vaciar {
    text-align: center;
    margin-top: 15px;
}

    .vaciar a {
        font-size: 0.8em;
        color: #727272;
    }

        .vaciar a:hover {
            color: #727272;
            text-decoration: underline;
        }

.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    text-decoration: none;
    background-color: #23bb39;
    color: #fff;
    font-size: 2em;
    border-radius: 100px;
    background-image: url(Imagenes/whatsapp_icon.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
}

    .whatsapp img {
        width: 40px;
        opacity: 0;
    }

.carrito-vacio {
    text-align: center;
    margin-bottom: 40px;
}

.carrito-vacio-t1 {
    font-size: 2em;
    color: #d57867;
}

.carrito-vacio-t2 {
    font-size: 1em;
    color: #d57867;
    margin-top: 5px;
}

.menu-social {
    margin-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .menu-social a {
        display: inline-block;
        background-color: #d57867;
        padding: 10px 12px;
        border-radius: 100px;
        color: #FFF;
        font-size: 1.2em;
        margin-right: 15px;
    }

.producto-pago-seguro {
    color: #59ac41;
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
    text-align: center;
}

.producto-pago-seguro-logos {
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
}


    .producto-pago-seguro-logos img {
        max-width: 100%;
    }


/*BUSCADOR*/

.hidden {
    display: none;
}

.buscador {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(213, 120, 103, 0.90);
    z-index: 9999;
    text-align: center;
}


.searchbox {
}

    .searchbox input {
        color: #fff;
        border-bottom: 2px solid #fff;
        width: 300px;
        padding-bottom: 10px;
        font-size: 1.2em;
        letter-spacing: 2px;
    }

        .searchbox input:focus {
            color: #fff;
        }

::placeholder {
    color: #fff;
    opacity: 1;
}

.boton-buscar {
    margin-top: 20px;
}

    .boton-buscar a {
        display: inline-block;
        width: 300px;
        box-sizing: border-box;
        background-color: #b44430;
        color: #fff;
        padding: 10px 20px;
        text-align: center;
        font-size: 1em;
        letter-spacing: 2px;
        border-radius: 100px;
        text-decoration: none;
    }

.buscador-cerrar {
    position: absolute;
    top: 20px;
    right: 20px;
}

    .buscador-cerrar a {
        display: block;
        color: #fff;
        font-size: 2em;
        text-decoration: none;
    }

.olvidaste {
}

    .olvidaste a {
        font-size: 0.8em;
        text-decoration: underline;
        color: #424242;
    }

.boton-crear-cuenta {
    text-align: center;
    margin-top: 20px;
}

    .boton-crear-cuenta a {
        text-decoration: underline;
        color: #111111;
        font-size: 1.1em;
        letter-spacing: 1px;
    }

.alerta2 {
    text-align: center;
    margin-top: 5px;
}

    .alerta2 a {
        text-decoration: underline;
        color: #565656;
    }


.icon-sent {
    max-width: 120px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

    .icon-sent img {
        width: 100%;
    }

.pass-sent {
    text-align: center;
}

/* MOVIL */
@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1360px) {
}

@media screen and (max-width: 1200px) {

    .centrar {
        width: 96%;
    }

    .top {
        display: none;
    }


    #button {
        display: block;
        margin-top: 23px;
    }

    .nav {
        display: none;
    }

    .mobile-cart {
        display: block;
        margin-top: 30px;
    }

    .icon-buscador {
        display: block;
        margin-top: 30px;
        margin-right: 10px;
    }


    .logo {
        display: block;
        float: none;
        width: 160px;
        margin-top: 15px;
        position: absolute;
        left: 50%;
        margin-left: -80px;
    }

    .header-home {
        background-color: #ffffff;
        height: 130px;
        overflow: hidden;
        position: fixed;
    }

    .top-mobile {
        display: block;
        width: 100%;
        height: 50px;
        background-color: #d57867;
        color: #FFF;
        font-size: 0.8em;
        letter-spacing: 0px;
        text-align: center;
        box-sizing: border-box;
        padding: 10px 5px;
    }

    .header-espacio {
        height: 130px;
    }

    .hero-box-1 {
        width: 48%;
    }

    .hero-box-2 {
        width: 48%;
    }
}

@media screen and (max-width: 1040px) {


    .contacto-cabecera {
        width: 100%;
        height: 200px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .formulario-contacto {
        width: 90%;
        max-width: 600px;
        padding: 60px 40px 60px 40px;
        margin-top: -80px;
        border-radius: 12px;
        margin-bottom: 40px;
    }

    .login-box {
        width: 90%;
        padding: 0px 20px 20px 20px;
    }

    .contenedor-carrito {
        float: left;
        width: 60%;
    }

    .checkout {
        float: right;
        width: 34%;
    }

    .whatsapp {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 980px) {
    .btn-micuenta {
        float: none;
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .top {
        display: none;
    }

    .hero {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hero-box-1 {
        float: none;
        width: 100%;
        height: 320px;
        margin-bottom: 20px;
    }

    .hero-box-2 {
        float: none;
        width: 100%;
        height: 320px;
    }

    .inner-box-subtitulo {
        font-size: 1.1em;
        letter-spacing: 6px;
    }

    .inner-box-titulo {
        font-size: 3.2em;
        letter-spacing: 8px;
    }

    .home-Tanili {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #d57867;
        background-position: center;
        text-align: center;
    }

    .home-Tanili-texto {
        font-size: 1em;
        letter-spacing: 1px;
        line-height: 1.4em;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-Tanili-envio {
        font-weight: 700;
        font-size: 1.1em;
        letter-spacing: 1px;
        line-height: 1.4em;
        margin-top: 20px;
    }


    .home-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .home-info .left {
            width: 50%;
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

        .home-info .right {
            float: none;
            width: 90%;
            box-sizing: border-box;
            padding-left: 0px;
            padding-right: 0px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

            .home-info .right .titulo {
                font-size: 1.4em;
                letter-spacing: 1px;
                line-height: 1em;
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .home-info .right .texto {
                font-size: 0.9em;
                letter-spacing: 0px;
                line-height: 1.8em;
                color: #565656;
                margin-top: 0px;
            }

            .home-info .right .boton a {
                padding: 10px 30px;
                border-radius: 100px;
                letter-spacing: 0px;
                font-size: 0.9em;
            }


    .home-productos {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-productos-2 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .home-nuevo {
        font-size: 1em;
        letter-spacing: 1px;
    }

    .home-categoria {
        font-size: 2.8em;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .home-productos-boton {
        margin-top: 20px;
    }

        .home-productos-boton a {
            font-size: 0.9em;
            letter-spacing: 0px;
            padding: 15px 30px;
        }

    #footer {
        background-image: none;
    }

    .footer-menu {
        float: none;
        letter-spacing: 2px;
        font-size: 0.9em;
        line-height: 2em;
        text-align: center;
    }

        .footer-menu a.redes {
            font-size: 1.4em;
            margin-right: 6px;
            margin-left: 6px;
        }

    .paypal {
        margin-top: 30px;
        text-align: center;
    }

        .paypal img {
            max-width: 300px;
        }

    .creditos {
        font-size: 0.6em;
        letter-spacing: 1px;
        margin-top: 60px;
        border-top: #373636 solid 1px;
        padding-top: 40px;
    }

    .info {
        margin-top: 40px;
        margin-bottom: 20px;
        min-height: 350px;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }




    .tienda-categoria span {
        font-size: 1.1em;
        letter-spacing: 4px;
    }

    .divNo {
        text-align: center;
        font-size: 1rem;
        letter-spacing: 1px;
        line-height: 2em;
        text-align: center;
        width: 90%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        max-width: 1140px;
    }

    .productos-box {
        margin-bottom: 30px;
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }


    .producto {
        margin-top: -20px;
    }

    .productos-box .nombre {
        margin-top: 10px;
    }

        .productos-box .nombre span {
            font-size: 1em;
            line-height: 1.4em;
            letter-spacing: 1px;
            font-weight: 400;
        }


    .producto-imagen {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnails {
        /*display: none;*/
        margin-top: 10px;
    }

        .thumbnails li {
            width: 70px;
            display: inline-block;
            margin: 0 2px 4px 0;
        }

            .thumbnails li img {
                width: 100%;
                box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.20);
            }

    .producto-info {
        float: none;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .desc-boton {
        margin-top: 0px;
    }

    .mt20 {
        margin-top: 20px;
    }

    .sc2 {
        margin-left: 0px;
        margin-top: 20px;
    }

    .paypal {
        float: none;
        text-align: center;
    }


    .descripcion {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 0.9em;
        letter-spacing: 1px;
    }

    .carrito-back {
    }

    .centrar-carrito {
        width: 90%;
        padding: 20px 5% 20px 5%;
        border-radius: 0px;
        box-shadow: 0px 4px 4px rgba(17, 17, 17, 0.20);
    }

    .contenedor-carrito {
        float: none;
        width: 100%;
    }

    .checkout {
        float: none;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        border-radius: 20px;
    }

    #divDatos {
        float: none;
        margin-top: 0px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        border-radius: 20px;
        margin-bottom: 40px;
    }

        #divDatos .titulo {
        }

    .contacto-subtitulo {
        margin-top: 20px;
        letter-spacing: 1px;
        font-size: 1.1em;
        padding-left: 20px;
        padding-right: 20px;
    }

    .botones-mi-cuenta a {
        box-sizing: border-box;
        padding: 20px;
        min-height: 80px;
        height: 80px;
        line-height: initial;
        border-radius: 12px;
    }

    .formulario-micuenta {
        padding: 40px 20px;
        margin-top: 0px;
        border-radius: 12px;
        margin-bottom: 40px;
    }

    .contacto-titulo {
        font-size: 1.8em;
        letter-spacing: 1px;
    }

    .fleft {
        width: 100%;
        float: none;
    }

    .fright {
        width: 100%;
        float: none;
    }

    #GridView1 th {
        font-size: 0.7em;
        letter-spacing: 0px;
    }

    .home-distribuidores {
        background-color: #fff;
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .distribuidores-icon {
        float: none;
        width: 60%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        .distribuidores-icon img {
            width: 100%;
        }

    .distribuidores-info {
        float: none;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }


        .distribuidores-info .titulo {
            font-weight: 700;
            font-size: 1.2em;
            color: #7649a9;
            margin-bottom: 30px;
            margin-top: 20px;
        }

        .distribuidores-info .texto {
            color: #424040;
            font-size: 1em;
            letter-spacing: 1px;
            line-height: 1.5em;
        }

    .home-kit {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .home-kit .left {
            float: none;
            width: 60%;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

            .home-kit .left img {
                width: 100%;
                max-width: 500px;
            }

        .home-kit .right {
            float: none;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

            .home-kit .right .titulo {
                font-weight: 700;
                font-size: 1.4em;
                letter-spacing: 0px;
                line-height: 1em;
                margin-top: 30px;
            }

            .home-kit .right .texto {
                letter-spacing: 1px;
                line-height: 2em;
                color: #fff;
                margin-top: 20px;
            }

    .sucursales {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sucursal-ciudad {
        width: 100%;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .sucursal-direccion {
        width: 100%;
        margin-bottom: 10px;
    }

    .sucursal-telefono {
        width: 100%;
        text-align: left;
    }



    .tienda-subcategoria {
        text-align: center;
        color: #424040;
        font-weight: 700;
        font-size: 1.2em;
        margin-bottom: 20px;
        margin-top: -30px;
    }

    .sunpeed-box-categoria {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .ordenar-por {
        float: none;
        margin-left: 1.5%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        color: #8e8e8e;
    }

    .filtrarmarginleft {
        margin-left: 0;
    }

    .carrito-vacio-t1 {
        font-size: 1.8em;
    }

    .carrito-vacio-t2 {
        font-size: 0.9em;
        margin-top: 5px;
    }

    .col-2-3 {
        float: left;
        width: 33%;
        box-sizing: border-box;
        padding-right: 10px;
    }

    .col-3-3 {
        float: left;
        width: 33%;
        box-sizing: border-box;
        padding-right: 10px;
    }

    .container {
        padding-top: 2px;
        padding-left: 35px;
        font-size: 0.8em;
    }
}


@media screen and (max-width: 720px) {
}



@media screen and (max-width: 480px) {
}
