/*
jCart v1.3
http://conceptlogic.com/jcart/
*/
#jcart * { margin:0; padding:0; font-family:'FuturaCondensedLight', Arial, Helvetica, sans-serif; }
#jcart, #jcart input, #jcart-tooltip { font-size:14px; }

#jcart fieldset { border:0; }

#jcart-error { text-align:center; padding:5px; }

#jcart table { /*width:200px;*/ width:100%; border:0; background:#fff; border-collapse:collapse; }
#jcart thead {  }
#jcart-title {  }
#jcart tbody {  }
#jcart tfoot {  }
#jcart tr {  }
#jcart th { background:#3f3f3f; color:#FFFFFF; font-size:13px; }
#jcart th.pie { background:#000000; color:#FFFFFF; }
#jcart th, #jcart td { padding:4px; border:0; border:solid 1px #ccc; vertical-align:middle; text-align:left; font-weight:normal; }
#jcart #jcart-empty { text-align:center; }

.jcart-item-qty { width:8%; }
.jcart-item-qty input {	border:1px solid #cccccc; width:12px; font-size:14px; padding:0px 1px 2px 1px; text-align:center; }
#jcart .jcart-item-name { width:72%; }
#jcart .jcart-item-name a { color:#414042; }
#jcart .jcart-item-name a:hover { color:#560205; }
#jcart .jcart-item-price { width:20%; font-family:'FuturaCondensedLight', Arial, Helvetica, sans-serif; text-align:right; }
.jcart-item-price span { display:block; }

.jcart-remove { font-size:12px; font-weight:normal; color:#FF0000; text-decoration:underline; }
.jcart-remove:hover { color:#000000; }

#jcart-subtotal { display:block; }
#jcart-subtotal strong {  }

#jcart-buttons input { padding:2px; margin:2px; }

.button { background-image:url(../../images/carrito.png); width:17px; height:18px; color:transparent; cursor:pointer; }
.button:hover { background-position:-17px; }

.precioproducto .button{
    background-image: url(/images/cart.png);
    background-size: 15px;
    background-repeat: no-repeat;
    width: 75px;
    text-align: center;
    padding-left: 16px;
    background-color: #FFF;
    border-radius: 15px;
    height: auto;
    background-position: 5px center;
    padding-top: 5px;
    padding-bottom: 4px;
    font-family: 'FuturaCondensedBold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #560205;
    outline: none;	
	font-size: 12px;
}
.precioproducto .button:hover{
    background-color: #000000;
}

#jcart-checkout { float:right; padding:2px; color:#FFFFFF; }

#jcart-paypal-checkout { display:block; width:1em; padding:10px; margin:20px auto; }

#jcart-tooltip { display:none; position:absolute; padding:3px 7px 3px 25px; background:url(../images/checkmark.png) 3px center no-repeat #fdfdfd; border:1px solid #a6c9e2; z-index:9999; }

.oculto { display:none; }
.jcart .button { color:#575757; }