.producto {
    float: left;
    position: relative;
    margin-top: 20px;
    width: 100%;
    max-height: 450px;
    background-color: #fff;
    min-height: 450px;
}

.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: #000;
    font-family:"Traditional_Arabic_Bold";
    color: #fff;
    padding: 6px 10px;
    text-decoration: none;
}

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

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

.texto-producto h2 {
    font-family:"Crimson";
    font-size: 20px;
    padding: 11px;
    color: #000;
}

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

.agregar {
    margin-bottom: 15px;
    background: #f9cc54;
    color: #000;
    border:none;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none !important;
    margin-top: 44px;
    float: right;
    font-family:"Traditional_Arabic_Bold";
    font-size: 18px;
}

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

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

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

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

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

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

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

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

.nivel3 {
    color: #000 !important;
    border: none;
    font-size: 19px;
    font-family:"Crimson";
}

.nivel3:focus, .nivel3:hover {
    background-color: #F9CC54 !important;
}

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

.detalle-texto p {
    color: #000;
    font-family: "Kids";
    margin-top: 15px;
    font-size: 20px;
}

#volver {
    float: right;
    position: relative;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 45px;
    font-family:"Traditional_Arabic_Bold";
}


#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 {
    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;
}

.carrito-sub {
    margin-top: 20px;
    background-color: #11111112;
    padding: 7px 0px;
}

.carrito-sub h4 {
    font-family: "Traditional_Arabic_Bold";
    text-align: right;
    font-size: 20px;
    padding-top: 6px;
}

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

.carrito {
    margin-top: 30px;
}


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

.carrito-nombre h2 {
    color: #006154;
    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 h5 {
    text-align: center;
    font-size: 18px;
}

#total {
    text-align: right;
    font-size: 20px;
}

.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: 17px;
    font-family:"Traditional_Arabic_Bold";
}

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

.carrito-item2 a {
    background: #fac650;
    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: #C4B573;
    color: #fff;
}

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

.valor_total p {
    margin: 0px;
    font-family: "Traditional_Arabic_Bold";
}

#cantidad {
    border: 1px solid #000;
    color: #000;
    background-color: #f1f1f1;
    padding: 9px 5px;
    border-radius: 0px;
}

#variant_option {
    border: 1px solid #000;
    background-color: #f1f1f1;
    border-radius: 0px;
}

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

#cantidad-text {
    font-size: 18px;
    color: #000;
    padding-bottom: 8px;
    font-family:"Traditional_Arabic_Bold";
}

#sel2 {
    font-size: 18px;
    color: #000;
    padding-bottom: 8px;
    font-family: "Traditional_Arabic_Bold";
}

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

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

.eliminar {
    font-family:"Crimson";
    font-size: 16px;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none !important;
}

.eliminar:hover {
    background: #fac650;
    color: #fff;
}

.productos {
    padding: 80px 0px;
}

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

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

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

#detalle-texto h1 {
    color: #000;
    font-family:"Crimson";
    margin-top: 15px;
    border-bottom: 1px solid #000;
    font-size: 30px;
}

#detalle-texto h2 {
    color: #000;
    font-family:"Traditional_Arabic_Bold";
    margin-top: 15px;
    text-align: right;
    font-size: 25px;
}

#detalle-texto h3 {
    color: #000;
    font-family:"Crimson";
    padding-bottom: 17px;
    font-size: 25px;
}

#detalle-texto h4 {
    color: #000;
    font-family: "Crimson";
    padding-top: 35px;
    font-size: 25px;
    border-bottom: 1px solid #000;
    margin-bottom: 21px;
}


#detalle-texto p {
    color: #000;
    font-family:"Crimson";
    margin-top: 15px;
    font-size: 18px;
}

#productos_agregados{
    padding: 65px 0px;
}

#productos_agregados h1{
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    font-size: 30px;
    color: #000;
    font-family: "Traditional_Arabic_Bold";
}

.productos_agregados{
    padding-top: 45px;
    padding-bottom: 45px;
}

.productos_agregados h2{
    font-family: "Crimson";
    text-align: right;
    border-bottom: 1px dotted #000;
    margin-bottom: 14px;
    font-size: 19px;
    padding-bottom: 5px;
}

#productos_agregados h3 {
    color: #000;
    font-size: 21px;
    font-family: "Traditional_Arabic_Bold";
    text-align: right;
    margin-top: 15px;
}

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

#login {
    padding: 73px 0px;
}

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

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

#text_login p {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family:"Crimson";
    line-height: 23px;
    font-size: 18px;
    color: #000;
}

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

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

.contraseña a{
    font-family:"Traditional_Arabic_Bold";
    font-size: 17px;
    color: #000;
    width: 100%;
    padding-top: 15px;
    text-align: right;
    float: left;
}

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

#enviar3:hover{
  background:#f6b436 !important;
    color: #FFF !important;
    }

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

#borrar3:hover{
    background: #f6b436 !important;
    color: #FFF !important;
}

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

#registro {
    padding: 45px 0px;
}

#registro h1 {
    font-family:"Traditional_Arabic_Bold";
    font-size: 40px;
    border-bottom: 2px solid #000;
    margin-bottom: 47px;
}

#registro p {
    font-family:"Crimson";
    font-size: 20px;
    text-align: justify;
    padding: 0px 16px;
    line-height: 22px;
}

#registro h3 {
    color: #000;
    margin-top: 8px;
    font-size: 22px;
    font-family:"Traditional_Arabic_Bold";
}

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

#borrar-r {
    width: 130px !important;
    font-family:"Crimson";
    margin-right: 15px;
    border: medium none !important;
    cursor: pointer;
    position: relative;
    float: left !important;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center;
    background: #000 !important;
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    padding: 5px 0px !important;
}

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

#enviar-r {
    width: 130px !important;
    font-family:"Crimson";
    border: medium none !important;
    cursor: pointer;
    position: relative;
    float: left !important;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center;
    background: #000 !important;
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    padding: 5px 0px !important;
}

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