#categorias h1{
    font-family: "Spy_Agency_Bold_Italic";
    font-size: 27px;
    color: #000;
    border-bottom: 1px solid #000;
    text-align: center;
    margin-bottom: 22px;
}

.producto {
    float: left;
    position: relative;
    margin-top: 20px;
    width: 100%;
    max-height: 450px;
    min-height:515px;
    border: 1px solid #d7d7d7;
    padding: 15px;
    background-color: #fff;
}

.img-producto img {
    max-height: 100%;
}

.botones-producto {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
}

.botones-producto a {
    display: inline-block;
    background: #000;
    font-family:"Spy_Agency_Bold_Italic";
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 29px;
}

.botones-producto a:hover {
    background: #9c0003;
}

.texto-producto {
    margin-top: 15px;
    float: left;
    position: relative;
    width: 100%;
    font-family: 'Kids', sans-serif;
    text-align: center;
}

.texto-producto h2 {
    font-family:"Roboto Regular";
    font-size: 19px;
    color: #000;
}

.texto-producto p {
    margin-top: 4px;
    color: #000;
    align-content: center;
    text-align: center;
}

.agregar {
    margin-bottom: 15px;
    background: #9c0003;
    color: #fff;
    border: none;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none !important;
    margin-top: 20px;
    float: right;
    font-family:"Spy_Agency_Bold_Italic";
    font-size: 17px;
}

.agregar:hover{
    background-color: #000;
}

#MainMenu .panel {
    border-radius: 0px;
    background: #FFF;
}

.list-group-item:first-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.nivel1 {
    color: #fff !important;
    margin-bottom: 5px !important;
    font-family: "Spy_Agency_Bold_Italic";
    background:#9c0003;
    border: none;
    padding: 10px 9px;
    font-size: 20px;
}

.nivel1 span {
    font-size: 8px;
    float: right;
    margin-top: 5px;
}

.nivel1:focus, .nivel1:hover {
    background: #000 !important;
}

.nivel2 {
    font-family: "Kids";
    font-size: 23px;
    color: #000 !important;
    border: none;
    background: transparent !important;
    margin-top: 5px;
    border-radius: 0px !important;
}

.nivel2:focus, .nivel2:hover {
    background: #ffeded !important;
}

.nivel2 span {
    font-size: 8px;
    float: right;
    margin-top: 3px;
}

.nivel3 {
    color: #000 !important;
    border: none;
}

.nivel3:focus, .nivel3:hover {
    background: #fcd9d9 !important;
}

.detalle-img {
    margin-top: 20px;
}

.detalle-texto {
    margin-top: 20px;
}

.detalle-texto h1 {
    color: #000;
    font-family:"Roboto Bold";
    border-bottom: 1px solid #000;
    margin-top: 15px;
    font-size: 25px;
    padding-left: 5px;
}

.detalle-texto h2 {
    font-size:26px;
    color: #000;
    font-family:"Roboto Bold";
    text-align: right;
    padding-top: 8px;
}

.detalle-texto h3 {
    font-size: 20px;
    color: #000;
    font-family:"Roboto Regular";
    padding-bottom: 10px;
}

.detalle-texto h4 {
    font-size: 20px;
    font-family:"Roboto Bold";
    margin-top: 15px;
    color: #000;
    border-bottom: 1px solid #0000002b;
    padding-bottom: 6px;
    padding-left: 5px;
}

.detalle-texto p {
    color: #000;
    font-family:"Roboto Regular";
    font-size: 16px;
    line-height: 23px;
    padding-left: 7px;
}

#cantidad {
    border-radius: 0px;
    border: 1px solid #b3b3b3;
    color: #000;
    font-size: 18px;
    margin-top: 0px;
    width: 20%;
    text-align: center;
}

#volver {
    float: right;
    position: relative;
    text-transform: uppercase;
    color: #000;
}

#fb-d {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(/assets/statics/img/redes2.png) no-repeat left;
    margin-left: 12px;
}

#tw-d {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(/assets/statics/img/redes2.png) no-repeat center;
    margin-left: 12px;
}

#carrito {
    background: url(/assets/img/bg.jpg) center top;
    padding: 65px 0px;
}

#carrito h1 {
    text-transform: uppercase;
    font-size: 27px;
    padding-bottom: 6px;
    text-align: center;
    color: #000;
    font-family:"Spy_Agency_Bold_Italic";
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
}

.btn-success {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 21px;
    padding: 5px 8px;
}

.carrito-img {
    width: 100%;
    overflow: hidden;
}

.carrito-img img {
    margin-top: -30px;
}

.carrito-nombre {
    margin-top: 20px;
}

.carrito-nombre h2 {
    color: #9593c5;
    font-weight: 700;
    margin-top: 15px;
    font-size: 24px;
}

.carrito-nombre h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
}

#total {
    font-family: 'Kids', sans-serif;
    font-weight: 500;
    text-align: right;
    font-size: 20px;
}

.carrito {
    margin-top: 30px;
}


.carrito-img img {
    margin-top: -30px;
}

.carrito-nombre {
    margin-top: 20px;
}

.carrito-nombre h2 {
    color: #9c0003;
    margin-top: 15px;
    font-size: 24px;
}

.carrito-nombre h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 11px;
}

.carrito-sub {
    background-color: #eee;
    margin-top: 20px;
}

.carrito-sub h4 {
    font-family:"Roboto Bold";
    text-align: right;
    font-size: 18px;
    color: #000;
    padding: 10px 0px !important;
}

.carrito-sub h5 {
    font-family: "Paprika-Regular";
    text-align: center;
    font-size: 18px;
}

#total {
    font-family: "Paprika-Regular";
    text-align: right;
    font-size: 20px;
}

.carrito-item {
    margin-top: 18px;
}

.carrito-item a {
    font-family:"Roboto Bold"  !important;
    border: 1px solid #323232;
    color:#323232;
    text-align: center;
    float: left;
    position: relative;
    padding: 10px 24px;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
}

.carrito-item a:hover {
    background: #9c0003;
    color: #fff;
}


.carrito-item2 a {
    background: #000;
    color: #fff;
    text-align: center;
    float: left;
    position: relative;
    padding: 10px 0px;
    width: 100%;
    margin-right: 5px;
    text-transform: uppercase;
    margin-top: 5px;
    text-decoration: none;
    font-size: 20px;
}

.carrito-item2 a:hover {
    background: #9c0003;
    color: #fff;
}

.valor_total {
    padding: 10px 15px;
    float: left;
    position: relative;
    margin-top: 41px;
}

.valor_total p{
    color: #9c0003;
    font-family:"Roboto Bold" !important;
    font-size: 23px;
    text-align: right;
    text-transform: uppercase;
}

#productos_agregados {
    margin-top: 20px;
    margin-bottom: 42px;
}

#productos_agregados h3 {
    font-family:"Roboto Bold"  !important;
    color:#000 !important;
    margin: 0px !important;
    font-size: 18px !important;
    text-align: center;
}

#productos_agregados h2 {
    font-family:"Roboto Regular" !important;
    color: #000 !important;
    margin: 0px !important;
    font-size: 16px !important;
    padding-bottom: 7px;
    line-height: 17px;
}

#cantidad2 {
    border: 1px solid #000;
    color: #000;
    border-radius: 0px;
    height: 40px;
}

#cantidad2 {
    border: 1px solid #969696;
    color: #000;
    border-radius: 0px;
    margin-top: 6px;
}

#cantidad-text {
   padding-bottom: 7px;
    float: left;
    font-size: 20px;
    color: #000;
    font-family:"Roboto Regular";
    margin-top: 6px;
    font-weight: normal;
    margin-right: 12px;
}

#sel2 {
    color: #000;
    font-family: "Kids";
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
}

.detalle-desc p {
    color: #000;
}

.detalle-redes p {
    color: #000;
}

.eliminar {
    font-family:"Spy_Agency_Bold_Italic";
    font-size: 16px;
    color: #5d5d5d;
    display: inline-block;
    padding: 10px 0px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.eliminar:hover {
    text-decoration: underline !important;
    color: #000;
}

.carrito-nombre .eliminar a:hover {
    background: #C4B573;
    color: #000;
}

.productos {
    padding: 65px 0px;
    float: left;
    position: relative;
    width: 100%;
    background: url(/assets/img/bg.jpg) center top;
}

.pad {
    padding-left: 0px;
    padding-right: 0px;
}

.titulo-carrito {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 30px;
    color: #000;
    border-bottom: solid 1px #cc7e7f;
    margin-top: 20px;
}

.login {
    font-size: 18px;
    color: #000;
    font-family: "Kids";
}

#login {
    background: url(/assets/img/bg.jpg) center top;
    padding: 73px 0px;
}

#login h1 {
    font-family:"Spy_Agency_Bold_Italic";
    font-size: 30px;
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 47px;
}

#text_login {
    background-color:#980000;
    float: left;
    padding: 0px;
    text-align: justify;
}

#text_login p {
    margin-top: 40px;
    margin-bottom: 30px;
    font-family:"Roboto Regular";
    line-height: 23px;
    font-size: 18px;
    color: #fff;
}

.campo h2 {
    font-size: 18px;
    color: #fff;
    font-family:"Roboto Bold";
    padding-bottom: 6px;
}

.campo input {
    border-radius: 0px;
    font-size: 17px;
    margin-bottom: 17px;
}

#enviar3 {
    cursor: pointer;
    position: relative;
    border: none;
    float: right;
    font-size: 21px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 10px !important;
    background: #000 !important;
    margin-right: 15px;
    font-family:"Roboto Bold";
}

#enviar3:hover{
    background-color: #fff !important;
    color: #000 !important;
}

#borrar3 {
    cursor: pointer;
    border: none;
    position: relative;
    float: right;
    font-size: 21px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 10px !important;
    background: #000 !important;
    font-family:"Roboto Bold";
}

#borrar3:hover{
    background-color: #fff !important;
    color: #000 !important;
}


#texto-is {
    background: #000000b8;
    color: #FFF;
    text-align: center;
    padding: 15px 7px;
    font-size: 17px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-family:"Roboto Bold";
}

.contraseña a{
    color: #fff;
    float: right;
}

#registro h1 {
    font-family: "Spy_Agency_Bold_Italic";
    font-size: 30px;
    border-bottom: 1px solid #000;
    margin-bottom: 47px;
    color: #000;
}

#registro {
    background: url(/assets/img/bg.jpg) center top;
    padding: 45px 0px;
}

#registro h3 {
    color: #000;
    margin-top: 8px;
    font-size: 20px;
    font-family:"Roboto Bold";
}

#registro input {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0px !important;
    font-size: 20px !important;
}

#registro p {
    font-family:"Roboto Regular";
    font-size: 19px;
    text-align: justify;
    padding: 0px 16px;
    line-height: 24px;
}

#borrar-r {
    width: 120px !important;
    font-family: "Kids";
    margin-left: 15px;
    border: medium none !important;
    cursor: pointer;
    position: relative;
    float: right; !important;
    font-size: 20px !important;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    background: #9593c5 !important;
    background-color: rgb(149, 147, 197);
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    padding: 5px 0px !important;
}

#borrar-r:hover{
    background-color:#9c0003 !important ;
}

#enviar-r {
    width: 165px !important;
    font-family: "Kids";
    border: medium none !important;
    cursor: pointer;
    position: relative;
    float: right !important;
    font-size: 20px !important;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    background: #9593c5 !important;
    background-color: rgb(149, 147, 197);
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    padding: 5px 0px !important;
}

#enviar-r:hover{
    background-color:#9c0003 !important ;
}
