@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?qdk0kq');
  src:  url('../fonts/icomoon.eot?qdk0kq#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?qdk0kq') format('truetype'),
    url('../fonts/icomoon.woff?qdk0kq') format('woff'),
    url('../fonts/icomoon.svg?qdk0kq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-oxxo-t:before {
  content: "\e001";
}
.icon-palomita-t:before {
  content: "\e002";
}
.icon-credito-t:before {
  content: "\e003";
}
.icon-corazon-blanco-t:before {
  content: "\e004";
}
.icon-corazon-t:before {
  content: "\e005";
}
.icon-banco-t:before {
  content: "\e006";
}




/*************

        CARRITO DE COMPRAS  SUPERIOR

***************/

#carrito-seccion{
    border: 0px solid red;
    width: 100%;
    float: right;
}

#carrito-conten{
    border: 1px solid #ddd;
    background: white;
    width: 100%;
    float: right;
    padding: 7px 0 10px 10px;

    border-radius: 5px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

#carrito-conten a{
    text-decoration: none;
    color: blue;
}

#usuario{
    border: 0px solid white;
    width: 100%;
    position: relative;
    text-align: center;
    float: left;
    margin: 0 0 10px 0;
}

#usuario a{
    color: black !important;
}

#usuario a:hover{
    color: white;
}

.usuario-item{
    border: 0px solid red;
    background: #ddd;
    position: relative;
    width: 49%;
    color: black !important;
    padding: 5px 0;
    float: left;
}

.usuario-item:hover{
    background: gray;
    color: white !important;
}

.usuario-item:hover .usuario-secundario{
    max-height: 200px;
}

.usuario-secundario{
    position: absolute;
    top: 27px;
    left: 0;
    width: 100%;
    
    overflow: hidden;
    max-height: 0;

    box-shadow: 3px 3px 2px #000;
}

.usuario-item-secundario{
    border-bottom: 1px solid black;
    background: #ddd;
    position: relative;
    width: 100%;
    color: black !important;
    padding: 5px 0;
    float: left;
}

.usuario-item-secundario:hover{
    background: gray;
    color: white !important;
}

#carrito{
        width: 100%;
        color: white;
        text-align: center;
        padding: 10px 0;
}

@media screen and (max-width: 500px){
    #carrito{
        width: 100%;
    }
}


#icon-carrito{
    border: 0px solid red;
    width: 95%;
    font-size:22px;    
    color: red;
    float: left;
    margin: 0 0 10px 0;
}

.icon-carrito a{
    text-decoration: underline;
}


/*************

        BUSCADOR

***************/


#buscador{
    width: 97%;
    padding: 3px 5px;
}

.leyendaBusqueda{
    border:0px solid red;
    width:100%;
    font-weight: bold;
    text-align:center;
    color:red;
    font-size:30px;
    padding:30px 0;
    float:left;
}


/*************

        GENERAL

***************/



#contenido-sistema{
    background: white;
    width: 100%;
    float: left;
    padding: 10px;
    margin: 20px 0 0 0;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}



/*************

       MENÚ SECUNDARIO

***************/


#menu ul li:hover #menu-secundario{
    display: block;
}

#menu-secundario{
    border:1px solid #ddd;
    background: white;
    width: 100%;
    position: absolute;
    z-index: 100;
    display: none;
    float: left;

    box-shadow: -3px 3px 5px #000;
}

#menu-secundario ul{
    position: relative;
    width: 100%;
    margin: 0;
}

#menu-secundario ul li{
    width: 100%;
    position: relative;
}

.menu-secundario{
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-weight: bold;
    color: black;
    padding: 6px 5px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.menu-secundario:hover{
    color: red;
}

#menu-secundario ul li:hover #menu-terciario{
    display: block;
}

#menu-terciario{
    border: 1px solid #ddd;
    background: white;
    position: absolute;
    top: 0;
    left: 100%;
    width: 700px;
    float: left;
    display: none;
}

#menu-terciario ul{
    height: 100%;
}

#menu-terciario ul li{
    height: 100%;
}

.menu-terciario{
    border: 0px solid red;
    width: 33%;
    height: 100%;
    color: red;
    text-align: center;
    float: left;
    padding: 6px 0;
}

.menu-terciario:hover{
    background: #ddd;
    color: black;
}



#menu ul li, #menu-conten ul li, nav ul li{
    position: relative;
}

#menu ul li:hover #menu-secundario-t, #menu-conten ul li:hover #menu-secundario-t, nav ul li:hover #menu-secundario-t{
    display: block;
}

#menu-secundario-t{
    border-right:1px solid #ddd;
    background: white;
    position: absolute;
    top: 38px;
    z-index: 100;
    width: 100%;
    float: left;
    display: none;

    box-shadow: -2px 2px 1px #000;
}

#menu-secundario-t ul{
    width: 100%;
}

#menu-secundario-t ul li{
    width: 100%;
}

.menu-secundario-t{
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: black;
    padding: 5px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.menu-secundario-t:hover{
    background: #f7f7f7;
}

#menu-secundario-t ul li:hover #menu-terciario-t{
    display: block;
}

#menu-terciario-t{
    border: 0px solid red;
    position: absolute;
    top: 0;
    left: 100%;
    width: 700px;
    display: none;
}

.menu-terciario-t{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: white;
    width: 100%;
    color: black;
    padding: 5px;
    float: left;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.menu-terciario-t:hover{
    background: #f7f7f7;
}


/*************

        CARRITO DE COMPRAS GENERAL

***************/


#productos{
    border: 0px solid red;
    background: white;
    width: 100%;
    padding: 15px 10px;
}

#titulos-carrito-general-t{
    border: 0px solid green;
    background: black;
    width: 100%;
    color: white;
    float: left;
}

.titulo-carrito-general-t, .dato-carrito-general-t{
    border: 0px solid red;
    width: 14.28%;
    text-align: center;
    padding: 10px 0;
    float: left;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}
.nombre-producto-carrito-t{
    height: 60px;
    overflow: hidden;
}

.dato a:hover{
    text-decoration: underline !important;
    color: blue !important;
}

.producto-carrito{
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
}

.producto:hover{
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
}

.imagen img{
    width: 50px;
}

#precio-total{
    border: 10px solid red;
    width: 100%;
    text-align:right;
    line-height:15px;
    font-size: 22px;
    text-align: right;
    font-weight: bold;
    padding: 10px;
    float: right;
    margin: 10px 0 0 0;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#envio-carrito{
    border: 0px solid red;
    background: #ddd;
    width: 100%;
    font-weight: normal;
    text-align: right;
    padding: 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}












#carrito-vacio{
        border: 0px solid red;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        padding: 30px 0;
}

#carrito-vacio a{
        color: blue;
        font-size: 18px;
}

@media screen and (max-width: 750px){
    .d750-t{
        display: none;
    }

    .titulo-carrito-general-t, .dato-carrito-general-t{
        width: 16.66%;
    }
}

@media screen and (max-width: 550px){
    .d550-t{
        display: none;
    }

    .titulo-carrito-general-t, .dato-carrito-general-t{
        border: 0px solid red;
        width: 33.33%;
    }
}







/*************
        DATOS DE PAGO
***************/

#pago{
    border: 0px solid red;
    background: white;
    position: relative;
    width: 100%;
    padding: 10px;
    float: left;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

#pago span{
    font-size: 25px;
    font-weight: bold;
}







.leyenda-t{
    width:100%;
    color:red;
    text-align:center;
    font-weight:bold;
    font-size:22px;
    padding:0px 10px 20px 10px;
    float: left;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.informacion-pedido-t{
     background: #f7f7f7;
    width: 100%;
    float: left;
}
.informacion-pedido-t span{
    border: 1px solid #ddd;
    width: 33.33%;
    font-size: 22px;
    font-weight: bold;
    float: left;
    padding: 12px 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.informacion-pedido-t span strong{
    color:green;
    text-decoration: underline;
}





.datos-carro-t{
    border: 0px solid red;
    width: 50%;
    float: left;
    margin: 20px 0 0 0;
    padding-right: 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.datos-carro-t strong{
    font-size: 22px;
}

.datos-carro-t table{
    width: 100%;
}

.datos-carro-t table td{
    border: 2px solid #ddd;
    padding: 10px;
}



.datos-pago-t{
    background: #f7f7f7;
    width: 50%;
    float: left;
    margin: 20px 0 0 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.datos-pago-t span{
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    float: left;
    padding: 12px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.datos-pago-t span strong{
    color: blue;
}










#precio-total{
    border:1px solid #ddd;
    background:#f7f7f7;
    width:300px;
    text-align:center;
    font-size: 30px;
    line-height:50px;
    font-weight: bold;
    color: green;
    float:left;
    margin:50px 0 0 100px;
}

#precio-carrito{
    display: inline;
}

/*************

        PRODUCTO MINIATURAS

***************/


#productos, .parte-t{
    border: 0px solid red;
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    padding: 15px 15px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.parte-t a{
    border: 0px solid green !important;
    position: relative;
    text-decoration: none;
    color: black;
    z-index: 99;
}
.parte-t a:hover{
    text-decoration: underline;
    color: blue;
}

#titulo-productos-t{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #5c1734;
    margin: 0 0 20px 0;
    float: left;
}

.producto-t{
    background: white;
    position: relative;
    z-index: 99;
    width: 18%;
    float: left;
    margin: 0 2% 20px 0;
    cursor: pointer;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.producto a{
    text-decoration: none;
}

.producto:hover{
    box-shadow: 3px 3px 10px gray;
}

.producto:hover .titulo-producto{
    background: #5c1734;
    color: white;
}

.titulo-producto-t{
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 0;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imagen-producto{
    border: 0px solid red;
    width: 100%;
    height: 200px;
    text-align: center;
    padding: 10px 0;

    overflow: hidden;
}

.imagen-producto img{
    width: 100%;
    height: auto;
}

.fullHeight{
    width: auto !important;
    height: 100% !important;
}

.descripcion-producto{
    border: 0px solid red;
    width: 100%;
    max-width: 240px;
    max-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.formulario-agregar-producto{
    border: 0px solid red;
    width: 100%;
    float: left;
}

.formulario-agregar-producto select{
    border: 1px solid #ddd;
}

.boton-ver-mas{
    text-decoration: underline;
    text-align: right;
    color: red;
    padding: 5px;
}

.precio-producto{
    width: 100%;
    color: red;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    float: left;
}

.boton-agregar-productos-miniaturas{
    width: 100%;
    text-align: center;
    float: left;
    margin: 10px 0;
}

.boton-agregar-productos-miniaturas select{
}

.boton-agregar-productos-miniaturas-conten{
    border: 0px solid red;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    font-size: 17px;
    display: inline;
    padding: 5px;
    cursor: pointer;
    margin: 0 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.boton-agregar-productos-miniaturas-conten:hover{
    background: #f0c14b;
    background: -webkit-linear-gradient(top,#f0c14b,#f0c14b);
    background: linear-gradient(to bottom,#f0c14b,#f0c14b);
}

.corazon-t{
    border: 0px solid red;
    font-size: 18px;
    display: inline-block;
}



@media screen and (max-width: 1000px){
    .producto-t{
        width: 23%;
    }
}

@media screen and (max-width: 800px){
    .producto-t{
        width: 31.33%;
    }
}

@media screen and (max-width: 600px){
    .producto-t{
        width: 48%;
    }
}

@media screen and (max-width: 500px){
    .producto-t{
        width: 98%;
    }
    .imagen-producto{
        height: auto;
    }
    .descripcion-producto{
        max-width: 100%;
    }
}


/*************

        PRODUCTO DETALLES

***************/


.p{
    border: 0px solid red;
    background: white;
    width: 100%;
    float: left;
    padding: 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.titulo-p{
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 5px 0;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.imagen-p{
    border: 0px solid red;
    width: 45%;
    text-align: center;
    float: left;

    overflow: hidden;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.imagen-p img{
    width: 90%;
}

.heightDefinido{
    width: auto !important;
    height: 500px !important;
}

#thub-imagenes{
    border: 0px solid red;
    width: 100%;
    float: left;
    padding: 10px 0;
}

#thub-imagenes b{
    width: 100%;
    font-weight: normal;
    float: left;
    margin: 0 0 10px 0;
}

.t-imagen{
    width: 100px;
    float: left;
    cursor: pointer;
}

.descripcion-p{
    border: 0px solid red;
    width: 55%;
    float: left;
    padding: 0 0 0 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.descripcion-p a{
        text-decoration: none;
        color: black;
}

.elemento-p{
    width: 100%;
    color: black;
    font-size: 20px;
    line-height: 25px;
    float: left;
}

.elemento-p b{
    margin: 0 0 10px 0;
    display: inline-block;
}

.identificador-p{
    font-size: 17px;
    color: gray;
}

.precio-p{
    font-size: 22px;
    font-weight: bold;
}

.descripcion-completa-p{
}

#cantidad-select{
    width: 60px;
    line-height: 25px;
    float: left;
}

.agregar{
    background: #333;
    width: 150px;
    color: white;
    text-align: center;
    font-size: 15px;
    padding: 12px 0;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    margin: 0 0 0 20px;
}

.agregar:hover{
    background: #bd9323;
    color: white;
}

@media screen and (max-width: 750px){
    .imagen-p, .descripcion-p{
        width: 100%;
    }
}

/******************************/




/*************

        LOGIN CLIENTES

***************/

#titulo-login-t{
    font-weight: bold;
    font-size: 26px;
    padding: 12px 0;
}

#formulario-login-t{
    background: #f7f7f7;
    width: 400px;
    padding: 10px 0;
    display: inline-block;
    margin: 20px 0;
    padding: 10px;

    border-radius: 5px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#campos-login{
    border: 0px solid red;
    width: 40%;
    text-align: left;
    line-height: 40px;
    float: left;
    padding: 0 0 0 20px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#inputs-login{
    border: 0px solid red;
    width: 60%;
    line-height: 40px;
    float: left;
    margin: 0 0 20px 0;
}

#inputs-login input{
    width: 100%;
    padding: 6px 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

@media screen and (max-width: 400px){
    #formulario-login-t{
        width: 100%;
    }
}




/*************

       TABLA

***************/



.tabla{
    border: 0px solid red;
    width: 100%;
    float: left;
}

#titulos-tabla{
    border: 0px solid green;
    background: #f7f7f7;
    width: 100%;
    float: left;
}

.titulo-tabla{
    border: 0px solid red;
    width: 100px;
    padding: 5px;
    float: left;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}


#items-tabla{
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
    padding: 5px 0;
}

.item-tabla{
    width: 100px;
    font-size: 14px;
    padding: 5px 10px;
    float: left;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}



/*************

        AGREGADO AL CARRITO

***************/


#oscuro-t{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: none;
}

#blanco-t{
    width: 1200px;
    margin: 0 auto;
}

#blanco-t-conten{
    position: relative;
    background: white;
    width: 100%;
    float: left;
    padding: 15px;
    margin: 140px 0 0 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cerrar-t{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1f80bc;
    color: white;
    padding: 10px 13px;
    cursor: pointer;

    border-radius: 50%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cerrar-t:hover{
    background: red;
}

.titulo-aviso-t{
    width: 100%;
    text-align: center;
    color: #1f80bc;
    font-size: 30px;
    font-weight: bold;
    float: left;
    margin: 0 0 30px 0;
}


#ver-mas-aviso-t{
    width: 25%;
    float: right;
}

.ver-mas-aviso-t{
    border: 5px solid white;
    background: #f7f7f7;
    width: 50%;
    text-align: center;
    font-size: 20px;
    float: left;
    padding: 12px 0;
    cursor: pointer;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


@media screen and (max-width: 1200px){
    #blanco-t{
        width: 100%;
    }
}

@media screen and (max-width: 800px){
    #oscuro-t{
        display: none !important;
    }
}



/*************

        BLOG

***************/


#ladoi-blog{
    border: 0px solid red;
    background: white;
    width: 800px;
    float: left;
    margin: 20px 0 0 0;
    padding: 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#ladod-blog{
    border: 0px solid red;
     background: white;
    width: 290px;
    float: right;
    margin: 20px 0 0 0;
    padding: 5px 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.entrada-blog{
    border: 1px solid #ddd;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background: white;
    width: 100%;
    float: left;
    padding: 5px 10px 15px 10px;
    cursor: pointer;
    margin: 0 0 10px 0;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.entrada-blog:hover{
    background: #f7f7f7;
}

.titulo-entrada{
    font-weight: bold;
    padding: 5px 0 15px 0;
}

.texto-entrada{
    display: block;
    max-width: 100%;
    max-height: 67px;
    overflow: hidden;
    padding-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;

    color: gray;
}

.leer-mas{
    color: blue;
    text-decoration: underline;
}




.entrada-completa-blog{
    border: 1px solid #ddd;
    background: white;
    width: 100%;
    float: left;
    padding: 5px 10px;
    cursor: pointer;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.titulo-entrada-completa{
    font-weight: bold;
    font-size: 26px;
    padding: 5px 0 15px 0;
}

.texto-entrada-completa{
    line-height: 24px;
}



/**********
            GENERALES
**********/

.w15-t{width: 15%;}
.w14-t{width: 14%;}

.textRight{text-align: right;}
.textLeft{text-align: left;}

@media screen and (max-width: 500px){
    .d500-t{display: none;}
}


/**********
            TIENDA FRONTEND
**********/



#tienda-frontend-t{
    border: 0px solid red;
    width: 100%;
    float: left;
}
#tienda-frontend-t a{
    text-decoration: none;
    color: black;
}


#tienda-frontend-i-t{
    border: 0px solid yellow;
    width: 70%;
    float: left;
}

.titulos-tienda-frontend-t{
    border: 0px solid red;
    background: #f7f7f7;
    width: 100%;
    float: left;
    padding: 10px 0;
}
.titulos-tienda-frontend-t div{
    text-align: center;
    color: gray;
    float: left;
}


.elementos-tienda-frontend-t{
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
    padding-bottom: 7px;
}

.elemento-tienda-frontend-t{
    border: 0px solid blue;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.elemento-tienda-frontend-t div{
    border: 0px solid red;
    height: 70px;
    text-align: center;
    float: left;

    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}





#tienda-frontend-d-t{
    width: 28%;
    float: right;
}


.boton-pagar-t{
    background: #147fbe;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
    float: left;
    padding: 7px 0;
}
.boton-pagar-t:hover{
    background: #126596;
}

.boton-cotizar-imprimir-t{
    background: #147fbe;
    width: 48%;
    color: white;
    font-size: 19px;
    text-align: center;
    padding: 7px 0;
    margin: 10px 0;
}
.boton-cotizar-imprimir-t:hover{
    background: #126596;
}


.titulo-tienda-frontend-t{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    float: left;
    margin: 20px 0 0 0;
}

.resumen-tienda-frontend-t{
    background: #f7f7f7;
    width: 100%;
    padding: 10px;
    float: left;
    margin: 10px 0 0 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-tienda-resumen-t{
    width: 100%;
    float: left;
    padding: 10px 0;
}

.mitad-tienda-resumen-t{
    width: 50%;
    float: left;
}



@media screen and (max-width: 800px){
    #tienda-frontend-i-t{
        width: 100%;
    }
    #tienda-frontend-d-t{
        width: 100%;
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width: 600px){
   .titulos-tienda-frontend-t div, .elemento-tienda-frontend-t div{
    font-size: 14px;
   }
}
@media screen and (max-width: 500px){
    .titulos-tienda-frontend-t div, .elemento-tienda-frontend-t div{
        width: 16.55%;
        font-size: 12px;
    }


}



/*************
        MI CUENTA CLIENTES
***************/


.titulo-mi-cuenta-t{
    border: 0px solid red;
    width: 100%;
    font-size: 24px;
    text-align: center;
    float: left;
    margin: 0 0 20px 0;
}



#forma-datos-cliente-t{
    border: 0px solid red;
    width: 100% !important;
    padding: 0 10px;
    float: left;

     box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#forma-datos-cliente-t .campo-t{
    border: 0px solid red;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

#forma-datos-cliente-t .campo-t .tag{
    width: 20%;
    float: left;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#forma-datos-cliente-t .campo-t input, #forma-datos-cliente-t .campo-t select, #forma-datos-cliente-t .campo-t textarea{
    width: 78%;
    font-size: 18px;
    float: left;
    padding: 10px 5px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#forma-datos-cliente-t .campo-t select{
    height: 45px;
}

#forma-datos-cliente-t input[type="submit"]{
    border: 0px solid red;
    background: #147fbe;
    color: white;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    padding: 5px 10px;
    cursor: pointer;

    border-radius: 5px;
}

#forma-datos-cliente-t input[type="submit"]:hover{
    background: black;
}

@media screen and (max-width: 600px){
    #forma-datos-cliente-t .campo-t .tag{
        width: 100%;
    }
    #forma-datos-cliente-t .campo-t input, #forma-datos-cliente-t .campo-t select, #forma-datos-cliente-t .campo-t textarea{
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    #forma-datos-cliente input[type="submit"]{
        width: 100%;
        margin-left: 0 !important;
        float: left;
    }
}



/**********
        FORMAS DE PAGO
**********/


#formas-de-pago-t{
    border: 0px solid green;
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.boton-forma-de-pago-t{
    border: 2px solid gray;
    width: 31.33%;
    text-align: center;
    float: left;
    margin: 0 1%;
    padding: 12px;
    cursor: pointer;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.boton-forma-de-pago-t:hover{
    background: #f7f7f7;
}

.boton-forma-de-pago-t strong{
    color: blue;
    font-size: 17px;
}

.boton-forma-de-pago-activado-t{
    border: 2px solid black;
    background: #147fbe !important;
    color: white !important;
}
.boton-forma-de-pago-activado-t strong{
    color: white;
}

@media screen and (max-width: 600px){
    .boton-forma-de-pago-t{
        width: 98%;
    }
}




/*****
    Avisos
*****/


.oscuro-t{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}

.aviso-t{
    width: 800px;
    margin: 100px auto;
}

.aviso-conten-t{
    position: relative;
    border: 4px solid #ddd;
    background: white;
    width: 100%;
    float: left;
    padding: 20px;

    box-sizing: border-box;
}

.cerrar-aviso-t{
    position: absolute;
    top: -20px;
    right: -20px;
    border: 1px solid #ddd;
    background: white;
    font-size: 22px;
    font-weight: bold;
    color: red;
    padding: 15px 19px;
    cursor: pointer;

    border-radius: 50%;
}

.cerrar-aviso-t:hover{
    background: red;
    color: white;
}


