#inicio{
    background-color: #cbcbcbd9;
    float: left;
    position: relative;
}

#texto-is {
    background: RGBA(0, 0, 0, 0.66);
    color:#FFF;
    text-align: center;
    padding: 15px 7px;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-family:"Roboto Regular";
}

#texto-in{
    float: left;
    position: relative;
}

#texto-in p{
    padding-top: 55px;
    font-size: 18px;
    line-height: 23px;
    text-align: justify;
	font-family:"Roboto Regular";
}

#texto-in input {
    border-radius: 0px;
}

#continuar{
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 16px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 30px !important;
    margin-right: 15px;
    padding: 11px 10px !important;
    background:#c01b23 !important;
    border:none;
    font-family:"Roboto Regular";
}

#continuar:hover{
    background-color: #C4B573 !important;
    color: #000 !important;
}

#borrar2{
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 16px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 30px !important;
    padding: 11px 10px !important;
    background:#c01b23 !important;
    border:none;
    font-family:"Roboto Regular";
}

#borrar2:hover{
    background-color: #C4B573 !important;
    color: #000 !important;    
}

#btn_invitado{
    cursor: pointer;
    position: relative;
    float: left;
    font-size: 16px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 30px !important;
    padding: 11px 10px !important;
    background:#C4B573 !important;
    border:none;
    border-radius: 0px !important; 
    font-family:"Roboto Regular";
}

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

#registro{
    float: left;
}

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

#form-reg h3{
    font-family:"Roboto Regular";
    font-size: 17px;
    color: #000;
	padding: 15px;
}

#form-reg input{
    background-color: #fff;
    border-radius: 0px;
    border:none;
    color: #000;
    font-size: 18px;
}

#form-reg{
    background-color: #cbcbcbd9;
}

#borrar-r{
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 16px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 30px !important;
    padding: 11px 10px !important;
    background:#000 !important;
    border:none !important;
    border-radius: 0px !important; 
    font-family:"Roboto Regular";
}

#borrar-r:hover{
    background-color: #C4B573 !important;
    color: #000 !important;    
}

#enviar-r{
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 16px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 30px !important;
    margin-right: 15px;
    padding: 11px 10px !important;
    background:#000 !important;
    border:none !important;
    border-radius: 0px !important; 
    font-family:"Roboto Regular";
}

#enviar-r:hover{
    background-color: #C4B573 !important;
    color: #000 !important;    
}

.producto {
    float: left;
    position: relative;
    margin-top: 20px;
    width: 100%;
    max-height: 565px;
    min-height: 565px;
    border:1px solid #0000003d;
}

/*
.img-producto {
    height: 275px;
}*/

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

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

.botones-producto a {
    display: inline-block;
    background: #c01b23;
    font-family:"Roboto Regular";
    color: #fff;
    padding: 6px 10px;
    text-decoration: none;
    margin-top: 15px;
}

.botones-producto a:hover {
    background: #000;
	color: #fff;
}

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

.texto-producto h2 {
    font-family: "Roboto Bold";
    font-size: 18px;
    color: #000;
	margin-top: 15px;
    padding-bottom: 16px;
}

.texto-producto p {
    margin-top: 4px;
    color: #000;
    font-size: 18px;
    text-align: center;
    font-family:"Roboto Regular";
}

.agregar {
    margin-bottom: 15px;
    margin-top: 35px;
    background: #c01b23;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none !important;
    float: right;
    border:none;
    font-family:"Roboto Regular";
    font-size: 18px;
}
#contenido {
    padding: 99px 0px;
}


#contenido h1 {
    text-transform: uppercase;
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    font-size: 30px;
    color: #c01b23;
    font-family: "Roboto Bold";
	
}

#MainMenu .panel {
    border-radius: 0px;
    padding: 20px 10px;
    background: #FFF;
    font-family: "Roboto Bold";
    margin-top: 20px;
}

.nivel1 {
    color: #000 !important;
    margin-bottom: 5px !important;
    font-family: "Roboto Bold";
    background: transparent;
    border: none;
    border-bottom: solid 1px #000;
    padding: 5px;
    font-size: 23px;
}

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

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

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

.nivel2:focus, .nivel2:hover {
    background: #000 !important;
	color: #fff !important;
}

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

.nivel3 {
    color: #000 !important;
    border: none;
	font-size: 23px;
    padding: 13px 26px;
    background-color: transparent;
}

.nivel3:focus, .nivel3:hover {
    background: #c01b23 !important;
    color: #fff !important;
}

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

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

.detalle-texto h1 {
    color: #000;
    font-family: "Roboto Bold";
    margin-top: 0px;
    font-size: 24px;
    border-bottom: 1px solid #000;
}

.detalle-texto h2 {
    font-size: 20px;
	font-family: "Roboto Regular";
    color: #c01b23;
    margin-top: 15px;
    border-bottom: dotted 1px #959595;
    padding-bottom: 4px;
    margin-bottom: 15px;
    text-align: right;
}

.detalle-texto h3 {
    font-size: 20px;
    color: #000;
    font-family: "Roboto Bold";
    margin-top: 26px;
    border-bottom: solid 1px #959595;
    padding-bottom: 7px;
}

.detalle-texto p {
    color: #000;
    font-family: "Roboto Regular";
    margin-top: 15px;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    padding-bottom: 20px;
}

#volver {
    font-family: "Roboto Regular";
    float: right;
    margin-bottom: 2px;
    margin-top: 15px;
    color: #fff;
    font-size: 18px;
    background: #c01b23;
    padding: 6px 10px;
}

#volver:hover {
    font-size: 18px;
    text-decoration: none;
    background: #000;
    color: #fff;
}




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

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

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

.carrito {
    margin-top: 30px;
}

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

.carrito-img img {
   border: solid 1px #0000004d;
}

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

.carrito-nombre h2 {
    color: #000;
    font-size: 21px;
    border-bottom: 1px dotted #000;
	font-family: "Roboto Bold";
    padding-bottom: 3px;
}

.carrito-nombre h3 {
    color: #c01b23;
    font-size: 20px;
    margin-top: 7px;
    margin-bottom: 20px;
    text-align: right;
}

.carrito-sub {
    background-color: #cbcbcbd9;
    margin-top: 20px;
    margin-bottom: 37px;
}

.carrito-sub h4 {
    font-family: "Roboto Regular";
    text-align: right;
    font-size: 22px;
    padding: 7px 0px;
    color: #000;
}

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

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

.carrito-item a {
    border:1px solid #000;
    color: #000;
    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: 16px;
	font-family: "Roboto Regular";
}

.carrito-item a:hover {
    background: #c01b23;
    border:none;
    color: #fff;
}

.carrito-item2 a {
    border:1px solid #000;
    color: #000;
    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: 16px;
	font-family: "Roboto Regular";
}

.carrito-item2 a:hover {
    background: #c01b23;
    border:none;
    color: #fff;
}

.valor_total{
    padding: 10px 15px;
    float: right;
    text-align: right;
    position: relative;
    margin-top: 5px;
    color:#fff;
    font-size: 20px;
    background-color: #000;
}

.valor_total p{
    margin: 0px;
	font-family:"Roboto Regular";
}
.valor_total span{
    margin: 0px;
	font-family:"Roboto Regular";
}
#cantidad {
    border: none;
    color: #fff;
    background-color: #000;
    padding: 9px 5px;
    border-radius: 0px;
}

#cantidad2 {
    border: 1px solid #000;
    color: #000;
    border-radius: 0px;
    font-size: 18px;
    font-family: "Roboto Regular";
}

#cantidad_cupon {
    border: 1px solid #000;
    color: #000;
    border-radius: 0px;
    height: 40px;
    margin-bottom: 5px;
    font-family: "Roboto Regular";
}

#cantidad-text {
    font-size: 18px;
    color: #000;
    font-family: "Roboto Regular";
}

#sel1{
    font-size: 16px;
    font-family: "Roboto Regular";
    padding-top: 15px;
    padding-bottom: 13px;
}

#sel2 {
    color: #000;
    font-family: "Roboto Regular";
    font-size: 18px;
    border-radius: 0px;
}

.detalle-desc {
    font-family: "Roboto Regular";
    font-size: 17px;
}


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



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

.eliminar {
    font-size: 12px;
    color: #fff;
    background-color: #000;
    padding: 8px;
    text-transform: uppercase;

    float: right;
}

.eliminar:hover {
    text-decoration: none !important;
    background-color: #c01b23 !important;
    color: #fff;
}

.carrito-nombre .eliminar a:hover {
    background: #c01b23;
    color: #fff;
}

.productos {
    float: left;
    position: relative;
    width: 100%;
	margin-top: 20px;
    height: 100%;
    min-height: 100%;
}

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

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

.campo h2 {
    font-size: 18px;
    color: #000;
    font-family: "Roboto Regular";
}
.campo h4 {
    font-size: 18px;
    color: #000;
    font-family: "Roboto Regular";
}

#variant_option{
    background-color: #000;
    color: #fff;
    border-radius: 0px;
}

.btn-success {
    color: #fff;
    background-color:#c01b23;
    border-color: #c01b23;
    margin-top: 2px;
    border-radius: 0px;
}

.btn-success:hover {
    background-color: #C4B573;
    border-color: #C4B573;
}
#enviar-i {
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 22px !important;
    color: #FFF !important;
    margin-left: 10px;
    text-align: center;
    margin-top: 20px !important;
    padding: 10px 7px !important;
    background: #c01b23 !important;
    margin-right: 15px;
    border: none !important;
	font-family:"Roboto Regular" !important;
}

#enviar-i:hover {
    background: #000 !important;
    color: #FFF !important;
}

#borrar-i {
    width: 105px !important;
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 22px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 20px !important;
    padding: 10px 0px !important;
    background: #c01b23 !important;
    border: none !important;
	font-family:"Roboto Regular" !important;
}

#borrar-i:hover {
    background: #000 !important;
    color: #FFF !important;
}
#borrar-r{
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 16px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 30px !important;
    padding: 11px 10px !important;
    background:#c01b23 !important;
    border:none !important;
    border-radius: 0px !important; 
    font-family: "Roboto Regular";
	
}

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

#enviar-r{
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 16px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 30px !important;
    margin-right: 15px;
    padding: 11px 10px !important;
    background:#c01b23 !important;
    border:none !important;
    border-radius: 0px !important; 
    font-family: "Roboto Regular";
}

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



@media (max-width: 800px) {

    .carrito-nombre h2{
        font-size: 21px;
    }

    .detalle-texto h1{
        font-size: 25px;
    }
	.producto {
    	min-height: 450px;
    }

}

@media (max-width: 1000px) and (min-width: 900px) {

	.producto {
    	min-height: 421px;
    }
    
}


@media (max-width: 1100px) and (min-width: 1000px) {

	.producto {
    	min-height: 382px;
    }
   
}

@media (max-width: 1300px) and (min-width: 1100px) {

	.producto {
    	min-height: 421px;
    }
   
}


@media (max-width: 1500px) and (min-width: 1300px) {
    
	#total{
        font-size: 16px;
    }
	.producto {
    	min-height: 421px;
    }


}
